diff --git a/accessibility/Makefile b/accessibility/Makefile index 2222214d591..14f22b11d08 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -16,6 +16,9 @@ SUBDIR += linux-c7-at-spi2-atk SUBDIR += linux-c7-at-spi2-core SUBDIR += linux-c7-atk + SUBDIR += linux-rl9-at-spi2-atk + SUBDIR += linux-rl9-at-spi2-core + SUBDIR += linux-rl9-atk SUBDIR += orca SUBDIR += py-atspi SUBDIR += py-speech-dispatcher diff --git a/accessibility/darkman/Makefile b/accessibility/darkman/Makefile index 7313c1d012e..6ffbeac0574 100644 --- a/accessibility/darkman/Makefile +++ b/accessibility/darkman/Makefile @@ -1,7 +1,7 @@ PORTNAME= darkman DISTVERSIONPREFIX= v DISTVERSION= 1.5.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= accessibility wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/accessibility/linux-rl9-at-spi2-atk/Makefile b/accessibility/linux-rl9-at-spi2-atk/Makefile new file mode 100644 index 00000000000..c1ad07bfd69 --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-atk/Makefile @@ -0,0 +1,20 @@ +PORTNAME= at-spi2-atk +PORTVERSION= 2.38.0 +DISTVERSIONSUFFIX= -4.el9 +CATEGORIES= accessibility linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Assistive technology ATK bridge (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://gitlab.gnome.org/GNOME/at-spi2-atk + +LICENSE= LGPL20+ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= at-spi2-core atk dbuslibs +USE_LINUX_RPM= yes +CPE_VENDOR= gnome + +OPTIONS_DEFINE= DOCS + +.include diff --git a/accessibility/linux-rl9-at-spi2-atk/distinfo b/accessibility/linux-rl9-at-spi2-atk/distinfo new file mode 100644 index 00000000000..5314728b4bd --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-atk/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686557562 +SHA256 (rocky/a/at-spi2-atk-2.38.0-4.el9.aarch64.rpm) = 8984a36dfce1b3b54ede42b42e6bbb312085405ba260539d565663c3b3ccf501 +SIZE (rocky/a/at-spi2-atk-2.38.0-4.el9.aarch64.rpm) = 87083 +SHA256 (rocky/a/at-spi2-atk-2.38.0-4.el9.x86_64.rpm) = 1b12b3fae8815a0e310a4a9b5e9d2d68264e7d700e50a796078b389966f6c4b8 +SIZE (rocky/a/at-spi2-atk-2.38.0-4.el9.x86_64.rpm) = 87851 +SHA256 (rocky/a/at-spi2-atk-2.38.0-4.el9.src.rpm) = 8b459a6368a6c1e1181a6b556e2a7129cecd64d1f09cc4d2359f1abd1a5dcd68 +SIZE (rocky/a/at-spi2-atk-2.38.0-4.el9.src.rpm) = 109629 diff --git a/accessibility/linux-rl9-at-spi2-atk/pkg-descr b/accessibility/linux-rl9-at-spi2-atk/pkg-descr new file mode 100644 index 00000000000..512db73db84 --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-atk/pkg-descr @@ -0,0 +1,7 @@ +This is the Gnome Accessibility Project's Assistive Technology +Service Provider Interface. It allows accessibility applications +and assistive technologies to announce their respective existence +to each other. + +This port contains the GTK+ module needed to interface with the SPI +framework. diff --git a/accessibility/linux-rl9-at-spi2-atk/pkg-plist.aarch64 b/accessibility/linux-rl9-at-spi2-atk/pkg-plist.aarch64 new file mode 100644 index 00000000000..8ce19396a0d --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-atk/pkg-plist.aarch64 @@ -0,0 +1,9 @@ +usr/lib/.build-id/1a/ff6e431c1a2a9ca1916f2f03ccd4679f59a7ba +usr/lib/.build-id/c1/99b5f9c63848fbda34d4130e920922b6644348 +usr/lib64/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop +usr/lib64/gtk-2.0/modules/libatk-bridge.so +usr/lib64/libatk-bridge-2.0.so.0 +usr/lib64/libatk-bridge-2.0.so.0.0.0 +%%PORTDOCS%%usr/share/doc/at-spi2-atk/AUTHORS +%%PORTDOCS%%usr/share/doc/at-spi2-atk/README +usr/share/licenses/at-spi2-atk/COPYING diff --git a/accessibility/linux-rl9-at-spi2-atk/pkg-plist.amd64 b/accessibility/linux-rl9-at-spi2-atk/pkg-plist.amd64 new file mode 100644 index 00000000000..07db921fe4c --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-atk/pkg-plist.amd64 @@ -0,0 +1,9 @@ +usr/lib/.build-id/50/8209149c2e54388a19557b612a8b27a0bdc4aa +usr/lib/.build-id/9f/ceae67500461dc439dfca876b1b1341d66a716 +usr/lib64/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop +usr/lib64/gtk-2.0/modules/libatk-bridge.so +usr/lib64/libatk-bridge-2.0.so.0 +usr/lib64/libatk-bridge-2.0.so.0.0.0 +%%PORTDOCS%%usr/share/doc/at-spi2-atk/AUTHORS +%%PORTDOCS%%usr/share/doc/at-spi2-atk/README +usr/share/licenses/at-spi2-atk/COPYING diff --git a/accessibility/linux-rl9-at-spi2-core/Makefile b/accessibility/linux-rl9-at-spi2-core/Makefile new file mode 100644 index 00000000000..1b24e227c3c --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-core/Makefile @@ -0,0 +1,27 @@ +PORTNAME= at-spi2-core +PORTVERSION= 2.40.3 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= accessibility linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Assistive technology service provider interface (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://gitlab.gnome.org/GNOME/at-spi2-core + +LICENSE= LGPL20+ + +RUN_DEPENDS= at-spi2-core>=2.28.0:accessibility/at-spi2-core + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= dbuslibs xorglibs +USE_LINUX_RPM= yes + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +post-patch: +.for d in etc usr/lib/systemd usr/libexec usr/share/dbus-1 usr/share/defaults + @${RM} -r ${WRKSRC}/${d} +.endfor + +.include diff --git a/accessibility/linux-rl9-at-spi2-core/distinfo b/accessibility/linux-rl9-at-spi2-core/distinfo new file mode 100644 index 00000000000..463a8aecb11 --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-core/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686557188 +SHA256 (rocky/a/at-spi2-core-2.40.3-1.el9.aarch64.rpm) = 306b5dd50b25b353b531d2e2fbc172b761d6d161600ccafa9193a9279c71c888 +SIZE (rocky/a/at-spi2-core-2.40.3-1.el9.aarch64.rpm) = 178295 +SHA256 (rocky/a/at-spi2-core-2.40.3-1.el9.x86_64.rpm) = 0a3f8604b65c5eaf898777fe01c449a86c7dd55b09c94ee91b538149d89a543e +SIZE (rocky/a/at-spi2-core-2.40.3-1.el9.x86_64.rpm) = 180673 +SHA256 (rocky/a/at-spi2-core-2.40.3-1.el9.src.rpm) = bacb5fa3770de2449d507b32bdb48af48a740c5520a6d5bf24714514c8a206f7 +SIZE (rocky/a/at-spi2-core-2.40.3-1.el9.src.rpm) = 211662 diff --git a/accessibility/linux-rl9-at-spi2-core/pkg-descr b/accessibility/linux-rl9-at-spi2-core/pkg-descr new file mode 100644 index 00000000000..8bf3ebfba6a --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-core/pkg-descr @@ -0,0 +1,8 @@ +This is the Gnome Accessibility Project's Assistive Technology +Service Provider Interface. It allows accessibility applications +and assistive technologies to announce their respective existence +to each other. + +This version of at-spi is a major break from previous versions. +It has been completely rewritten to use D-Bus rather than +ORBIT / CORBA for its transport protocol. diff --git a/accessibility/linux-rl9-at-spi2-core/pkg-plist.aarch64 b/accessibility/linux-rl9-at-spi2-core/pkg-plist.aarch64 new file mode 100644 index 00000000000..0420cf93f8d --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-core/pkg-plist.aarch64 @@ -0,0 +1,80 @@ +usr/lib/.build-id/0a/3ac50b1229b5818c1cbfe7a069ca5ea4b4b40a +usr/lib/.build-id/1b/b89cb0b4856a9bfdb23101e85fd8f1d58a21c9 +usr/lib/.build-id/49/21c484d2dd99bc9cd0a1cbc7e35db369a61701 +usr/lib64/girepository-1.0/Atspi-2.0.typelib +usr/lib64/libatspi.so.0 +usr/lib64/libatspi.so.0.0.1 +%%PORTDOCS%%usr/share/doc/at-spi2-core/AUTHORS +%%PORTDOCS%%usr/share/doc/at-spi2-core/README +usr/share/licenses/at-spi2-core/COPYING +%%NLS%%usr/share/locale/an/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/at-spi2-core.mo diff --git a/accessibility/linux-rl9-at-spi2-core/pkg-plist.amd64 b/accessibility/linux-rl9-at-spi2-core/pkg-plist.amd64 new file mode 100644 index 00000000000..0684bfd3b1b --- /dev/null +++ b/accessibility/linux-rl9-at-spi2-core/pkg-plist.amd64 @@ -0,0 +1,80 @@ +usr/lib/.build-id/19/5b875b79014a5fc2e52b3d69c4f9b189b54295 +usr/lib/.build-id/4d/5e64832e78725b441ead142625717d7c276354 +usr/lib/.build-id/da/38cbe944dd5fe8014307cd22e5e51af1448ab9 +usr/lib64/girepository-1.0/Atspi-2.0.typelib +usr/lib64/libatspi.so.0 +usr/lib64/libatspi.so.0.0.1 +%%PORTDOCS%%usr/share/doc/at-spi2-core/AUTHORS +%%PORTDOCS%%usr/share/doc/at-spi2-core/README +usr/share/licenses/at-spi2-core/COPYING +%%NLS%%usr/share/locale/an/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/at-spi2-core.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/at-spi2-core.mo diff --git a/accessibility/linux-rl9-atk/Makefile b/accessibility/linux-rl9-atk/Makefile new file mode 100644 index 00000000000..67d9cc69466 --- /dev/null +++ b/accessibility/linux-rl9-atk/Makefile @@ -0,0 +1,21 @@ +PORTNAME= atk +PORTVERSION= 2.36.0 +DISTVERSIONSUFFIX= -5.el9 +CATEGORIES= accessibility linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Accessibility Toolkit (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://developer.gnome.org/atk/ + +LICENSE= GPLv3 + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/accessibility/linux-rl9-atk/distinfo b/accessibility/linux-rl9-atk/distinfo new file mode 100644 index 00000000000..fab0bb04a01 --- /dev/null +++ b/accessibility/linux-rl9-atk/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686557715 +SHA256 (rocky/a/atk-2.36.0-5.el9.aarch64.rpm) = 0926c14548ff12aeffeb418c6fc4f82aa4c54e25534a2dc9cd66132c8c6392f7 +SIZE (rocky/a/atk-2.36.0-5.el9.aarch64.rpm) = 275249 +SHA256 (rocky/a/atk-2.36.0-5.el9.x86_64.rpm) = a6d2249e02a7e2b0a8e11963744b677de3573a6f127e788c677fcd7ddfd3d92c +SIZE (rocky/a/atk-2.36.0-5.el9.x86_64.rpm) = 276849 +SHA256 (rocky/a/atk-2.36.0-5.el9.src.rpm) = 2b9e065dfbc140011a715cea8f76a08d618fa0024a8029e3b8b74f02997934aa +SIZE (rocky/a/atk-2.36.0-5.el9.src.rpm) = 312245 diff --git a/accessibility/linux-rl9-atk/pkg-descr b/accessibility/linux-rl9-atk/pkg-descr new file mode 100644 index 00000000000..75eca2b0125 --- /dev/null +++ b/accessibility/linux-rl9-atk/pkg-descr @@ -0,0 +1,3 @@ +The GNOME Accessibility Toolkit (ATK) contains accessibility widgets, +just like GTK contains GUI element widgets. However, ATK's widgets +are platform-independent, so they can be used with Qt, Motif, etc. diff --git a/accessibility/linux-rl9-atk/pkg-plist.aarch64 b/accessibility/linux-rl9-atk/pkg-plist.aarch64 new file mode 100644 index 00000000000..e55cc45a0b0 --- /dev/null +++ b/accessibility/linux-rl9-atk/pkg-plist.aarch64 @@ -0,0 +1,108 @@ +usr/lib/.build-id/bc/2d8f2d57367f41d4064605d21c901fd83f4107 +usr/lib64/girepository-1.0/Atk-1.0.typelib +usr/lib64/libatk-1.0.so.0 +usr/lib64/libatk-1.0.so.0.23609.1 +%%PORTDOCS%%usr/share/doc/atk/AUTHORS +%%PORTDOCS%%usr/share/doc/atk/NEWS +%%PORTDOCS%%usr/share/doc/atk/README +usr/share/licenses/atk/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/am/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/an/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/be@latin/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/bn/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ckb/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/dz/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/hy/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ku/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/li/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/mai/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/mk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/mn/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ps/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/tk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/tt/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/xh/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/yi/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/zu/LC_MESSAGES/atk10.mo diff --git a/accessibility/linux-rl9-atk/pkg-plist.amd64 b/accessibility/linux-rl9-atk/pkg-plist.amd64 new file mode 100644 index 00000000000..9ab306f9668 --- /dev/null +++ b/accessibility/linux-rl9-atk/pkg-plist.amd64 @@ -0,0 +1,108 @@ +usr/lib/.build-id/eb/bd48edd2cd972f3bd200b62a37110e29b1b967 +usr/lib64/girepository-1.0/Atk-1.0.typelib +usr/lib64/libatk-1.0.so.0 +usr/lib64/libatk-1.0.so.0.23609.1 +%%PORTDOCS%%usr/share/doc/atk/AUTHORS +%%PORTDOCS%%usr/share/doc/atk/NEWS +%%PORTDOCS%%usr/share/doc/atk/README +usr/share/licenses/atk/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/am/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/an/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/be@latin/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/bn/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ckb/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/dz/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/hy/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ku/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/li/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/mai/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/mk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/mn/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ps/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/tk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/tt/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/xh/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/yi/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/zu/LC_MESSAGES/atk10.mo diff --git a/accessibility/sctd/Makefile b/accessibility/sctd/Makefile index c6a6ce625f3..cc89438f44d 100644 --- a/accessibility/sctd/Makefile +++ b/accessibility/sctd/Makefile @@ -1,6 +1,6 @@ PORTNAME= sctd DISTVERSION= 0.2.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= accessibility MAINTAINER= 0mp@FreeBSD.org diff --git a/accessibility/wl-gammarelay-rs/Makefile b/accessibility/wl-gammarelay-rs/Makefile index 6b6c52561ef..55e73229a3d 100644 --- a/accessibility/wl-gammarelay-rs/Makefile +++ b/accessibility/wl-gammarelay-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= wl-gammarelay-rs DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= accessibility wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/archivers/Makefile b/archivers/Makefile index 52181aa3276..54ccaf3f66b 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -72,6 +72,8 @@ SUBDIR += libzip SUBDIR += libzippp SUBDIR += linux-c7-lz4 + SUBDIR += linux-rl9-brotli + SUBDIR += linux-rl9-lz4 SUBDIR += lizard SUBDIR += lrzip SUBDIR += lua-lzlib @@ -275,7 +277,6 @@ SUBDIR += xarchiver SUBDIR += xdms SUBDIR += xmill - SUBDIR += xpk SUBDIR += zchunk SUBDIR += zip SUBDIR += zipmix diff --git a/archivers/kf6-karchive/distinfo b/archivers/kf6-karchive/distinfo index b44d835384a..5923f571457 100644 --- a/archivers/kf6-karchive/distinfo +++ b/archivers/kf6-karchive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022539 -SHA256 (KDE/frameworks/6.1.0/karchive-6.1.0.tar.xz) = 576c7133cfb994b530bd7377030b926bda227aa2ae420d5d8538f2681926f82c -SIZE (KDE/frameworks/6.1.0/karchive-6.1.0.tar.xz) = 1031284 +TIMESTAMP = 1714804790 +SHA256 (KDE/frameworks/6.2.0/karchive-6.2.0.tar.xz) = 1435e09e64bf4cf27ceebfc76582e44db9d37b1453e55aeee09778bccfd9a8b2 +SIZE (KDE/frameworks/6.2.0/karchive-6.2.0.tar.xz) = 1032308 diff --git a/archivers/kf6-karchive/pkg-plist b/archivers/kf6-karchive/pkg-plist index dba47f0359b..04d624468fc 100644 --- a/archivers/kf6-karchive/pkg-plist +++ b/archivers/kf6-karchive/pkg-plist @@ -45,6 +45,7 @@ share/locale/eu/LC_MESSAGES/karchive6_qt.qm share/locale/fi/LC_MESSAGES/karchive6_qt.qm share/locale/fr/LC_MESSAGES/karchive6_qt.qm share/locale/gl/LC_MESSAGES/karchive6_qt.qm +share/locale/he/LC_MESSAGES/karchive6_qt.qm share/locale/hu/LC_MESSAGES/karchive6_qt.qm share/locale/ia/LC_MESSAGES/karchive6_qt.qm share/locale/id/LC_MESSAGES/karchive6_qt.qm diff --git a/archivers/linux-rl9-brotli/Makefile b/archivers/linux-rl9-brotli/Makefile new file mode 100644 index 00000000000..054d168b236 --- /dev/null +++ b/archivers/linux-rl9-brotli/Makefile @@ -0,0 +1,18 @@ +PORTNAME= brotli +PORTVERSION= 1.0.9 +DISTVERSIONSUFFIX= -6.el9 +CATEGORIES= archivers linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Generic-purpose lossless compression algorithm (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/google/brotli + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +LIB_DISTNAMES= libbrotli-${PORTVERSION}${DISTVERSIONSUFFIX} + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/archivers/linux-rl9-brotli/distinfo b/archivers/linux-rl9-brotli/distinfo new file mode 100644 index 00000000000..8f0dc8641d0 --- /dev/null +++ b/archivers/linux-rl9-brotli/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686557029 +SHA256 (rocky/l/libbrotli-1.0.9-6.el9.aarch64.rpm) = ce7a09cb403e78979d13513a9b5369a313b6da87612280ae8c8c0d3baafd7192 +SIZE (rocky/l/libbrotli-1.0.9-6.el9.aarch64.rpm) = 319923 +SHA256 (rocky/l/libbrotli-1.0.9-6.el9.x86_64.rpm) = a7d211e1059231df8d27fa8f340ac47bdef29b016a49d8a482b13a1f5b4f6c89 +SIZE (rocky/l/libbrotli-1.0.9-6.el9.x86_64.rpm) = 320595 +SHA256 (rocky/b/brotli-1.0.9-6.el9.src.rpm) = a9675cc4978a876331d6d8fa79da4fbcddde654201dc44a7b057141019b8d5b3 +SIZE (rocky/b/brotli-1.0.9-6.el9.src.rpm) = 497487 diff --git a/archivers/linux-rl9-brotli/pkg-plist.aarch64 b/archivers/linux-rl9-brotli/pkg-plist.aarch64 new file mode 100644 index 00000000000..5ada60e1d86 --- /dev/null +++ b/archivers/linux-rl9-brotli/pkg-plist.aarch64 @@ -0,0 +1,10 @@ +usr/lib/.build-id/28/1937dfb2c54a7e828d33d3bcea25ffaf434d82 +usr/lib/.build-id/b7/cc61ae822e754f016871637220c1d7fa07dc3a +usr/lib/.build-id/c9/929b4b35390c6a0ac5682012bfb541ec5284f1 +usr/lib64/libbrotlicommon.so.1 +usr/lib64/libbrotlicommon.so.1.0.9 +usr/lib64/libbrotlidec.so.1 +usr/lib64/libbrotlidec.so.1.0.9 +usr/lib64/libbrotlienc.so.1 +usr/lib64/libbrotlienc.so.1.0.9 +usr/share/licenses/libbrotli/LICENSE diff --git a/archivers/linux-rl9-brotli/pkg-plist.amd64 b/archivers/linux-rl9-brotli/pkg-plist.amd64 new file mode 100644 index 00000000000..3c0d04ad3db --- /dev/null +++ b/archivers/linux-rl9-brotli/pkg-plist.amd64 @@ -0,0 +1,10 @@ +usr/lib/.build-id/07/2fd8429f1bf5f132554b0aa18976ecc4ddc6a3 +usr/lib/.build-id/26/a67f69a8cb6463bc93af9c8580babd59c3bb86 +usr/lib/.build-id/4b/fec349d16eb88bf0bc18a6beb3dadd9005b428 +usr/lib64/libbrotlicommon.so.1 +usr/lib64/libbrotlicommon.so.1.0.9 +usr/lib64/libbrotlidec.so.1 +usr/lib64/libbrotlidec.so.1.0.9 +usr/lib64/libbrotlienc.so.1 +usr/lib64/libbrotlienc.so.1.0.9 +usr/share/licenses/libbrotli/LICENSE diff --git a/archivers/linux-rl9-lz4/Makefile b/archivers/linux-rl9-lz4/Makefile new file mode 100644 index 00000000000..733e8cd28b8 --- /dev/null +++ b/archivers/linux-rl9-lz4/Makefile @@ -0,0 +1,22 @@ +PORTNAME= lz4 +PORTVERSION= 1.9.3 +DISTVERSIONSUFFIX= -5.el9 +CATEGORIES= archivers linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= LZ4 compression library and utilities (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://lz4.github.io/lz4/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes +CPE_VENDOR= lz4_project + +BIN_DISTNAMES= ${DISTNAME} +LIB_DISTNAMES= lz4-libs-${PORTVERSION}${DISTVERSIONSUFFIX} + +DESCR= ${.CURDIR}/../liblz4/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/archivers/linux-rl9-lz4/distinfo b/archivers/linux-rl9-lz4/distinfo new file mode 100644 index 00000000000..81c61e7911a --- /dev/null +++ b/archivers/linux-rl9-lz4/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1686578411 +SHA256 (rocky/l/lz4-1.9.3-5.el9.aarch64.rpm) = c05d506dd1159cf36a6bf32253cfe80769e12e13cd91a3d1151ba22617212ad3 +SIZE (rocky/l/lz4-1.9.3-5.el9.aarch64.rpm) = 58506 +SHA256 (rocky/l/lz4-1.9.3-5.el9.x86_64.rpm) = aff0266d25b25672c00d071676e491d4d9dedb06fcaf1a9c8432b658e514e211 +SIZE (rocky/l/lz4-1.9.3-5.el9.x86_64.rpm) = 58990 +SHA256 (rocky/l/lz4-libs-1.9.3-5.el9.aarch64.rpm) = 8640e8b3ba387e5ec9036e89903add891d7c960bbf0378797746cb43e0e2208f +SIZE (rocky/l/lz4-libs-1.9.3-5.el9.aarch64.rpm) = 68066 +SHA256 (rocky/l/lz4-libs-1.9.3-5.el9.x86_64.rpm) = 60f82f4c3f76a543ab247acb37cb439d9de9e40c410ac2f315d6805717d6283e +SIZE (rocky/l/lz4-libs-1.9.3-5.el9.x86_64.rpm) = 68333 +SHA256 (rocky/l/lz4-1.9.3-5.el9.src.rpm) = 7435ed18c0f9182fe60186984d21bbb2d952f55d468344e8b37c1901419798e3 +SIZE (rocky/l/lz4-1.9.3-5.el9.src.rpm) = 331738 diff --git a/archivers/linux-rl9-lz4/pkg-plist.aarch64 b/archivers/linux-rl9-lz4/pkg-plist.aarch64 new file mode 100644 index 00000000000..34f100c4102 --- /dev/null +++ b/archivers/linux-rl9-lz4/pkg-plist.aarch64 @@ -0,0 +1,15 @@ +usr/bin/lz4 +usr/bin/lz4c +usr/bin/lz4cat +usr/bin/unlz4 +usr/lib/.build-id/50/ef3189e90e60a2813db8dc06e26ed09df64512 +usr/lib/.build-id/c6/cec27f044ede415fbaf496041bae29cd609b8c +usr/lib64/liblz4.so.1 +usr/lib64/liblz4.so.1.9.3 +%%PORTDOCS%%usr/share/doc/lz4-libs/LICENSE +%%PORTDOCS%%usr/share/doc/lz4/NEWS +usr/share/licenses/lz4/COPYING +usr/share/man/man1/lz4.1.gz +usr/share/man/man1/lz4c.1.gz +usr/share/man/man1/lz4cat.1.gz +usr/share/man/man1/unlz4.1.gz diff --git a/archivers/linux-rl9-lz4/pkg-plist.amd64 b/archivers/linux-rl9-lz4/pkg-plist.amd64 new file mode 100644 index 00000000000..66a6514aa3f --- /dev/null +++ b/archivers/linux-rl9-lz4/pkg-plist.amd64 @@ -0,0 +1,15 @@ +usr/bin/lz4 +usr/bin/lz4c +usr/bin/lz4cat +usr/bin/unlz4 +usr/lib/.build-id/34/ac120d87bf3ef698c5478da3f6af07a091bb85 +usr/lib/.build-id/8f/ca9ddfd58ba57f36602b0c1d03ad21bacc55df +usr/lib64/liblz4.so.1 +usr/lib64/liblz4.so.1.9.3 +%%PORTDOCS%%usr/share/doc/lz4-libs/LICENSE +%%PORTDOCS%%usr/share/doc/lz4/NEWS +usr/share/licenses/lz4/COPYING +usr/share/man/man1/lz4.1.gz +usr/share/man/man1/lz4c.1.gz +usr/share/man/man1/lz4cat.1.gz +usr/share/man/man1/unlz4.1.gz diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index 33239863171..da55291068c 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -1,6 +1,5 @@ PORTNAME= lzip -DISTVERSION= 1.23 -PORTREVISION= 1 +DISTVERSION= 1.24.1 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip diff --git a/archivers/lzip/distinfo b/archivers/lzip/distinfo index bb48164693c..c24bf9680cd 100644 --- a/archivers/lzip/distinfo +++ b/archivers/lzip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643974212 -SHA256 (lzip-1.23.tar.gz) = 4792c047ddf15ef29d55ba8e68a1a21e0cb7692d87ecdf7204419864582f280d -SIZE (lzip-1.23.tar.gz) = 121817 +TIMESTAMP = 1715155797 +SHA256 (lzip-1.24.1.tar.gz) = 30c9cb6a0605f479c496c376eb629a48b0a1696d167e3c1e090c5defa481b162 +SIZE (lzip-1.24.1.tar.gz) = 123899 diff --git a/archivers/lziprecover/Makefile b/archivers/lziprecover/Makefile index 8e0711f80c0..3d1f8792912 100644 --- a/archivers/lziprecover/Makefile +++ b/archivers/lziprecover/Makefile @@ -1,6 +1,5 @@ PORTNAME= lziprecover -PORTVERSION= 1.23 -PORTREVISION= 1 +PORTVERSION= 1.24 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip/${PORTNAME} @@ -10,10 +9,12 @@ WWW= https://www.nongnu.org/lzip/lziprecover.html LICENSE= GPLv2+ +TEST_DEPENDS= lzip:archivers/lzip + USES= tar:lz HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} \ - --mandir=${PREFIX}/share/man CXXFLAGS="${CXXFLAGS}" +CONFIGURE_ARGS= --prefix=${PREFIX} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +MAKE_ARGS= INSTALL_PROGRAM="${INSTALL_PROGRAM}" TEST_TARGET= check INFO= ${PORTNAME} diff --git a/archivers/lziprecover/distinfo b/archivers/lziprecover/distinfo index 8a0a737a771..111ac9cda66 100644 --- a/archivers/lziprecover/distinfo +++ b/archivers/lziprecover/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642807550 -SHA256 (lziprecover-1.23.tar.lz) = 9a41c9823670541573b160945c23783b644e84eb940c2c803b6b8d11b2c3d208 -SIZE (lziprecover-1.23.tar.lz) = 109718 +TIMESTAMP = 1705855922 +SHA256 (lziprecover-1.24.tar.lz) = 92d09e7e9d7c1f5a144fe631e5c20eb7e82ff6eb43d4f8ab6b260c926303d89e +SIZE (lziprecover-1.24.tar.lz) = 112926 diff --git a/archivers/nfpm/Makefile b/archivers/nfpm/Makefile index dba173eeb14..ebc8e11fa24 100644 --- a/archivers/nfpm/Makefile +++ b/archivers/nfpm/Makefile @@ -1,6 +1,6 @@ PORTNAME= nfpm DISTVERSIONPREFIX= v -DISTVERSION= 2.36.1 +DISTVERSION= 2.37.1 PORTREVISION= 1 CATEGORIES= archivers diff --git a/archivers/nfpm/distinfo b/archivers/nfpm/distinfo index e83c651585c..b6a62eedfb1 100644 --- a/archivers/nfpm/distinfo +++ b/archivers/nfpm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1712337476 -SHA256 (go/archivers_nfpm/nfpm-v2.36.1/v2.36.1.mod) = 655f7bde9e38752f58098481f88f639f43078d59a6edeb015e206e23dfd8bc9a -SIZE (go/archivers_nfpm/nfpm-v2.36.1/v2.36.1.mod) = 3308 -SHA256 (go/archivers_nfpm/nfpm-v2.36.1/v2.36.1.zip) = 21cce660fb1b9a9b108e444b0af8d0af26051e97f154b4d18dcab67ca399a93e -SIZE (go/archivers_nfpm/nfpm-v2.36.1/v2.36.1.zip) = 539772 +TIMESTAMP = 1715316234 +SHA256 (go/archivers_nfpm/nfpm-v2.37.1/v2.37.1.mod) = 0550154e5c230ca2945e98c55126ba4c3f123f7e34737c3ed771d57ff51b51f8 +SIZE (go/archivers_nfpm/nfpm-v2.37.1/v2.37.1.mod) = 3385 +SHA256 (go/archivers_nfpm/nfpm-v2.37.1/v2.37.1.zip) = f2545befe9a19818010e356f0fe52ca205097bb06d7b369eff4df047d0e57f59 +SIZE (go/archivers_nfpm/nfpm-v2.37.1/v2.37.1.zip) = 559578 diff --git a/archivers/ouch/Makefile b/archivers/ouch/Makefile index 2095903672a..4fb5df9110c 100644 --- a/archivers/ouch/Makefile +++ b/archivers/ouch/Makefile @@ -1,6 +1,6 @@ PORTNAME= ouch DISTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MAINTAINER= yuri@FreeBSD.org diff --git a/archivers/py-cramjam/Makefile b/archivers/py-cramjam/Makefile index 80d819a6762..6e48a7371f8 100644 --- a/archivers/py-cramjam/Makefile +++ b/archivers/py-cramjam/Makefile @@ -1,5 +1,6 @@ PORTNAME= cramjam PORTVERSION= 2.8.3 +PORTREVISION= 1 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/archivers/py-zlib-ng/Makefile b/archivers/py-zlib-ng/Makefile index 924c6d3924d..95517da1529 100644 --- a/archivers/py-zlib-ng/Makefile +++ b/archivers/py-zlib-ng/Makefile @@ -1,8 +1,9 @@ PORTNAME= zlib-ng -DISTVERSION= 0.4.0 +DISTVERSION= 0.4.3 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= zlib_ng-${PORTVERSION} MAINTAINER= osidorkin@gmail.com COMMENT= Python bindings for the zlib-ng library diff --git a/archivers/py-zlib-ng/distinfo b/archivers/py-zlib-ng/distinfo index 3721cf359a9..0a5ab899d7b 100644 --- a/archivers/py-zlib-ng/distinfo +++ b/archivers/py-zlib-ng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704480695 -SHA256 (zlib-ng-0.4.0.tar.gz) = 3b730881aaeb86f9a4995de5e22499406ccf92f8508b5c017c343d27570a8c0a -SIZE (zlib-ng-0.4.0.tar.gz) = 2458999 +TIMESTAMP = 1713441218 +SHA256 (zlib_ng-0.4.3.tar.gz) = eb371b1095258106ab34023df38a1555dc599baf4ad3e991deebb858b1a0c6a3 +SIZE (zlib_ng-0.4.3.tar.gz) = 2459593 diff --git a/archivers/urbackup-client/Makefile b/archivers/urbackup-client/Makefile index 59cd8bb0723..68a533fc056 100644 --- a/archivers/urbackup-client/Makefile +++ b/archivers/urbackup-client/Makefile @@ -1,6 +1,6 @@ PORTNAME= urbackup-client DISTVERSION= 2.5.20.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= https://hndl.urbackup.org/Client/${DISTVERSION:R}/ @@ -40,6 +40,14 @@ GUI_CONFIGURE_OFF= --enable-headless CONFFILES= mariadbdump.conf mariadbxtrabackup.conf postgresbase.conf \ postgresqldump.conf +.include + +# Fix segmentation fault, PR 266531 +# see also 5a19c08: security/cryptopp: Update to 8.7.0 +.if ${ARCH} == i386 || ${ARCH} == amd64 +CXXFLAGS+= -DCRYPTOPP_DISABLE_ASM +.endif + post-patch: @${SED} -i "" -e "s:%%PREFIX%%:${PREFIX}:g" \ ${WRKSRC}/urbackupclient/backup_scripts/postgresqldump diff --git a/archivers/urbackup-server/Makefile b/archivers/urbackup-server/Makefile index 9e1496f50f5..84c8e509df0 100644 --- a/archivers/urbackup-server/Makefile +++ b/archivers/urbackup-server/Makefile @@ -1,10 +1,9 @@ PORTNAME= urbackup-server -DISTVERSION= 2.5.26 -PORTREVISION= 4 +DISTVERSION= 2.5.33 CATEGORIES= archivers MASTER_SITES= https://hndl.urbackup.org/Server/${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ek@purplehat.org COMMENT= Server component of the UrBackup backup system WWW= https://www.urbackup.org @@ -25,6 +24,14 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-packaging --with-mountvhd --without-embedded-sqlite3 --without-embedded-lmdb --without-embedded-lua LDFLAGS+= -L${LOCALBASE}/lib +.include + +# Fix segmentation fault, PR 266531 +# see also 5a19c08: security/cryptopp: Update to 8.7.0 +.if ${ARCH} == i386 || ${ARCH} == amd64 +CXXFLAGS+= -DCRYPTOPP_DISABLE_ASM +.endif + SUB_FILES= pkg-message urbackupsrv.conf.sample-daemon USERS= urbackup diff --git a/archivers/urbackup-server/distinfo b/archivers/urbackup-server/distinfo index d6a0a87c021..e6a3554e808 100644 --- a/archivers/urbackup-server/distinfo +++ b/archivers/urbackup-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663015459 -SHA256 (urbackup-server-2.5.26.tar.gz) = fe6e028f7dad19e942b5789cade746d6c69e8b2a4a3ff2e747c71f060fe0d7f7 -SIZE (urbackup-server-2.5.26.tar.gz) = 9540662 +TIMESTAMP = 1715372630 +SHA256 (urbackup-server-2.5.33.tar.gz) = 65d7dab4d5178849c1ecc45b592143df066c641fd782d5a6448aa606561d7cff +SIZE (urbackup-server-2.5.33.tar.gz) = 8364522 diff --git a/archivers/urbackup-server/pkg-plist b/archivers/urbackup-server/pkg-plist index b92883eca3b..b83795b4791 100644 --- a/archivers/urbackup-server/pkg-plist +++ b/archivers/urbackup-server/pkg-plist @@ -39,7 +39,6 @@ share/urbackup/www/css/select.bootstrap.min.css share/urbackup/www/css/select.dataTables.css share/urbackup/www/css/select.dataTables.min.css share/urbackup/www/css/urbackup_extra.chash-3db0cfd0827ea1e31800d5d3479113e1.css -share/urbackup/www/css/urbackup_extra.chash-88c2abb07e691af5684519b618394250.css share/urbackup/www/favicon.ico share/urbackup/www/fonts/glyphicons-halflings-regular.eot share/urbackup/www/fonts/glyphicons-halflings-regular.svg @@ -112,52 +111,17 @@ share/urbackup/www/js/md5.chash-d2f5c8d867ed90851ef4e7b98616c364.js share/urbackup/www/js/npm.js share/urbackup/www/js/nprogress.chash-5fc208df77427b19a1558ee3c2e2d344.js share/urbackup/www/js/sjcl.chash-c34b81d9a619f2cd9f09bf75eb160625.js -share/urbackup/www/js/templates.chash-28c0599c25813503e84ecbbaa8c9c298.js -share/urbackup/www/js/templates.chash-413440024835c5e4ea99c0badf2311b0.js -share/urbackup/www/js/templates.chash-488eb6bdb61144c5f3628cb61193cbf0.js -share/urbackup/www/js/templates.chash-98b70da992ffbfb64873cc47c15e8992.js -share/urbackup/www/js/templates.chash-9e4954e10a60c31df0e2c25e7e191086.js -share/urbackup/www/js/templates.chash-b822a22aef4c363c85a5e1fac111e96a.js -share/urbackup/www/js/templates.chash-ecd192a19340d82b8e2a92e4a7aae964.js -share/urbackup/www/js/templates.chash-f85173fea3869fb86c781b60569246a4.js -share/urbackup/www/js/translation.chash-17666a6e1eff21a4453aeeb5408a5a27.js -share/urbackup/www/js/translation.chash-2c1ec818032b1e0514904724dfc9a3a5.js -share/urbackup/www/js/translation.chash-3e8d08068445883d1daf8cf2a3bc4340.js -share/urbackup/www/js/translation.chash-43d97f4542e2b5d1974594094b5eb0eb.js -share/urbackup/www/js/translation.chash-53030ead4b0c2992b7a742a5bed95dc8.js -share/urbackup/www/js/translation.chash-6c145a3b0cb6473cadc36c8fb10ea5fb.js -share/urbackup/www/js/translation.chash-710c13b3aadc254a86a15dd18230f8b6.js -share/urbackup/www/js/translation.chash-a1fc94d4665af6cb090a8a17d3eaee0b.js -share/urbackup/www/js/urbackup.chash-020242a6f6d68010a6e63e3065ff53d6.js -share/urbackup/www/js/urbackup.chash-070f758b515816b2e8d3944c5b47b651.js -share/urbackup/www/js/urbackup.chash-1092077780a84e657441605802f08881.js -share/urbackup/www/js/urbackup.chash-221e78b41974ea96ceb781abfbd5c6ed.js -share/urbackup/www/js/urbackup.chash-32c284d4b5189f22969dea49551e6192.js -share/urbackup/www/js/urbackup.chash-4a43a4b2d8e30143ab126c8665898dc5.js -share/urbackup/www/js/urbackup.chash-4e0e45b263393deba863167b97075a63.js -share/urbackup/www/js/urbackup.chash-5136f8ca86773fbc763df80b4a706227.js -share/urbackup/www/js/urbackup.chash-5933c314ef08f6c833516581c05302ef.js -share/urbackup/www/js/urbackup.chash-5e62d89707ee959924e2e01cc23d59e0.js -share/urbackup/www/js/urbackup.chash-6833a6d96ee805d4ad26b143e6b3eced.js -share/urbackup/www/js/urbackup.chash-70c25c845d7958e76fa1349fbb937e9e.js -share/urbackup/www/js/urbackup.chash-713d904e901061f68c4c0e2b98d411ca.js -share/urbackup/www/js/urbackup.chash-87260f8c6691aad4825ae2025f13492d.js -share/urbackup/www/js/urbackup.chash-88574e8b8dfb8c33420e756b0c9f6d5e.js -share/urbackup/www/js/urbackup.chash-8c2b59225128b32c5f6e149d0401505a.js -share/urbackup/www/js/urbackup.chash-930d5761af9b34f8b8d30d351feed85e.js -share/urbackup/www/js/urbackup.chash-9a2d6eaeb46201db012471777d3f0450.js -share/urbackup/www/js/urbackup.chash-9f514a23b70249b0606d97749d1bfc92.js -share/urbackup/www/js/urbackup.chash-ab3ccbb0f444c5f0bf3f1132956c074c.js -share/urbackup/www/js/urbackup.chash-ac6922133c3cbf21716f8dab68a3a712.js -share/urbackup/www/js/urbackup.chash-ae0cb8928ce470e4e8b59e8d18aa37bd.js -share/urbackup/www/js/urbackup.chash-c3262b2fa22dcdcafabb5dd1de53ba16.js -share/urbackup/www/js/urbackup.chash-cb406b0890d791e36c7542211da71a8c.js -share/urbackup/www/js/urbackup.chash-f06ab951e72229bb54b7a87d4afce638.js -share/urbackup/www/js/urbackup_functions.chash-4f795bc977f7d5ea47ee69a69e9f74bc.js -share/urbackup/www/js/urbackup_functions.chash-6481a2ac25b89a3d87063d9f080a54bb.js +share/urbackup/www/js/templates.chash-95585306a999a15b803c96f646ceae67.js +share/urbackup/www/js/templates.chash-f1be253b56f072b60921630ff50ac909.js +share/urbackup/www/js/translation.chash-10e0e20a34cbffda033b31d6ea65a823.js +share/urbackup/www/js/translation.chash-55c63d942b127686fcc28b2f2df7b8b3.js +share/urbackup/www/js/translation.chash-e18e5cd27e42a29af566e6ec28e866e8.js +share/urbackup/www/js/urbackup.chash-35b1e786f5e59ab22e175812b489b772.js +share/urbackup/www/js/urbackup.chash-49b09e804d0e94741b226ec5bfe09b99.js +share/urbackup/www/js/urbackup.chash-a14ef54c45978201f5ff10de8074e333.js +share/urbackup/www/js/urbackup.chash-ee49d44bb0d3e885e48fe85d4a08d34b.js +share/urbackup/www/js/urbackup.chash-fff37c2eba8a7809d38430dde8fb463b.js share/urbackup/www/js/urbackup_functions.chash-98c3f5649cb6de638d6c1ea5df75ce5c.js -share/urbackup/www/js/urbackup_functions.chash-ba3dbff9829eea33c689d82f9020704d.js -share/urbackup/www/js/urbackup_functions.chash-cb06117b2b923bb8b72f1ea5eeac5557.js share/urbackup/www/js/vs/base/worker/workerMain.js share/urbackup/www/js/vs/basic-languages/src/lua.js share/urbackup/www/js/vs/editor/editor.main.css diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile deleted file mode 100644 index 02f69d4395b..00000000000 --- a/archivers/xpk/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= xpk -PORTVERSION= 0.1.4 -PORTREVISION= 4 -CATEGORIES= archivers -MASTER_SITES= http://vesuri.jormas.com/xpk/ \ - http://www.energyhq.es.eu.org/files/ - -MAINTAINER= bofh@FreeBSD.org -COMMENT= eXternal PacKer (XPK) library system -WWW= http://www.jormas.com/~vesuri/xpk/ - -DEPRECATED= Unmaintained, upstream last release in 2002 -EXPIRATION_DATE=2024-05-07 - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -USES= libtool -USE_LDCONFIG= yes - -GNU_CONFIGURE= yes - -.include - -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) -CFLAGS+= -Wno-error=int-conversion -.endif - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxpk*.so - -.include diff --git a/archivers/xpk/distinfo b/archivers/xpk/distinfo deleted file mode 100644 index 24931dd5463..00000000000 --- a/archivers/xpk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xpk-0.1.4.tar.gz) = ed17e61ce1964221803025dccac6677cbe61147c058f540dc52ebc1ede6ad2b2 -SIZE (xpk-0.1.4.tar.gz) = 239341 diff --git a/archivers/xpk/files/patch-shell_xQuery.c b/archivers/xpk/files/patch-shell_xQuery.c deleted file mode 100644 index 81b00012d45..00000000000 --- a/archivers/xpk/files/patch-shell_xQuery.c +++ /dev/null @@ -1,11 +0,0 @@ ---- shell/xQuery.c.orig 2000-04-15 00:37:42 UTC -+++ shell/xQuery.c -@@ -83,7 +83,7 @@ void packerquery(unsigned int packerid) - printf("\n"); - } - --void main(int argc, char **argv) -+int main(int argc, char **argv) - { - struct XpkPackerList list; - int i; diff --git a/archivers/xpk/pkg-descr b/archivers/xpk/pkg-descr deleted file mode 100644 index 391e6ef0c90..00000000000 --- a/archivers/xpk/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This the Unix port of the Amiga XPK library. - -The XPK system consists of a master library (libxpkmaster.so) and several -(un)packer sublibraries (libxpkXXXX.so). Application programs only use the -master library directly: the master library takes care of loading and using -the sublibraries. Each sublibrary implements one type of compression. - -There are different libraries for different types of data. When unpacking the -applications do not need to know which library was used to pack the data -- -the appropriate library needs to be installed. diff --git a/archivers/xpk/pkg-plist b/archivers/xpk/pkg-plist deleted file mode 100644 index 3cfdc9f8fe0..00000000000 --- a/archivers/xpk/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -bin/xDir -bin/xPK -bin/xQuery -bin/xType -bin/xUp -bin/xpk-config -include/xpk/amigalibs.h -include/xpk/xpk.h -include/xpk/xpkLib.h -include/xpk/xpkprefs.h -include/xpk/xpksub.h -lib/libxpkGZIP.a -lib/libxpkGZIP.so -lib/libxpkGZIP.so.0 -lib/libxpkGZIP.so.0.1.1 -lib/libxpkNONE.a -lib/libxpkNONE.so -lib/libxpkNONE.so.0 -lib/libxpkNONE.so.0.1.4 -lib/libxpkRLEN.a -lib/libxpkRLEN.so -lib/libxpkRLEN.so.0 -lib/libxpkRLEN.so.0.1.0 -lib/libxpkSQSH.a -lib/libxpkSQSH.so -lib/libxpkSQSH.so.0 -lib/libxpkSQSH.so.0.1.1 -lib/libxpkmaster.a -lib/libxpkmaster.so -lib/libxpkmaster.so.0 -lib/libxpkmaster.so.0.5.2 -share/aclocal/xpk.m4 diff --git a/astro/gpsprune/Makefile b/astro/gpsprune/Makefile index 56afc0800fc..c97a15da0b7 100644 --- a/astro/gpsprune/Makefile +++ b/astro/gpsprune/Makefile @@ -1,5 +1,5 @@ PORTNAME= gpsprune -PORTVERSION= 23.2 +PORTVERSION= 24 CATEGORIES= astro java MASTER_SITES= https://activityworkshop.net/software/${PORTNAME}/ DISTNAME= ${PORTNAME}_${PORTVERSION}.jar diff --git a/astro/gpsprune/distinfo b/astro/gpsprune/distinfo index 6a69af14e68..ae8747af60d 100644 --- a/astro/gpsprune/distinfo +++ b/astro/gpsprune/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696276592 -SHA256 (gpsprune_23.2.jar) = af68b0d6f20d5a0ab1a16d1973c4a5a1afb037f1946d441f2747b60523fdbf13 -SIZE (gpsprune_23.2.jar) = 1201771 +TIMESTAMP = 1715001100 +SHA256 (gpsprune_24.jar) = 80cc13770623609b758f93291f0e940f5c2a985eeade29338d548e19a9083f7d +SIZE (gpsprune_24.jar) = 1441508 diff --git a/astro/josm/Makefile b/astro/josm/Makefile index 7a43d8be3eb..ddbdaf64544 100644 --- a/astro/josm/Makefile +++ b/astro/josm/Makefile @@ -1,5 +1,5 @@ PORTNAME= josm -PORTVERSION= 19039 +PORTVERSION= 19067 CATEGORIES= astro java MASTER_SITES= https://josm.openstreetmap.de/download/ DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION}.jar diff --git a/astro/josm/distinfo b/astro/josm/distinfo index 0c7965ee0f2..f611f151bb2 100644 --- a/astro/josm/distinfo +++ b/astro/josm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712765568 -SHA256 (josm-snapshot-19039.jar) = 887ea0d7c949aef7c0bed9006953d22bbbe181d53aa08ed7d741a415cc29b01b -SIZE (josm-snapshot-19039.jar) = 16767506 +TIMESTAMP = 1715001271 +SHA256 (josm-snapshot-19067.jar) = fa61d7f3496d20591558879ec79d7d6fce01633869fa1e39f7f0b6c250d1ee34 +SIZE (josm-snapshot-19067.jar) = 18350764 diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile index ea89ea6c171..e2d5ff5d944 100644 --- a/astro/p5-Astro-SpaceTrack/Makefile +++ b/astro/p5-Astro-SpaceTrack/Makefile @@ -1,5 +1,5 @@ PORTNAME= Astro-SpaceTrack -PORTVERSION= 0.164 +PORTVERSION= 0.165 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/astro/p5-Astro-SpaceTrack/distinfo b/astro/p5-Astro-SpaceTrack/distinfo index 9eedc1c0569..520337e089b 100644 --- a/astro/p5-Astro-SpaceTrack/distinfo +++ b/astro/p5-Astro-SpaceTrack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706927035 -SHA256 (Astro-SpaceTrack-0.164.tar.gz) = fd2d4cef402e5ff045adcbea6b9ee2587f958c56945633585c5e8925831580d5 -SIZE (Astro-SpaceTrack-0.164.tar.gz) = 197200 +TIMESTAMP = 1714991856 +SHA256 (Astro-SpaceTrack-0.165.tar.gz) = 3951671a8184cec124ae62a0f7582c4d49044e5df2e240aca6bfa6bd296f9c5e +SIZE (Astro-SpaceTrack-0.165.tar.gz) = 197882 diff --git a/audio/Makefile b/audio/Makefile index 9fa1446c7df..b342a6841fe 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -418,6 +418,19 @@ SUBDIR += linux-c7-pulseaudio-utils SUBDIR += linux-c7-sdl_mixer SUBDIR += linux-laudio + SUBDIR += linux-rl9-alsa-lib + SUBDIR += linux-rl9-alsa-lib-devel + SUBDIR += linux-rl9-alsa-plugins-oss + SUBDIR += linux-rl9-alsa-plugins-pulseaudio + SUBDIR += linux-rl9-flac + SUBDIR += linux-rl9-gsm + SUBDIR += linux-rl9-libogg + SUBDIR += linux-rl9-libsndfile + SUBDIR += linux-rl9-libvorbis + SUBDIR += linux-rl9-openal-soft + SUBDIR += linux-rl9-opus + SUBDIR += linux-rl9-pulseaudio-libs + SUBDIR += linux-rl9-pulseaudio-utils SUBDIR += linuxsampler SUBDIR += linuxwave SUBDIR += liquidsfz diff --git a/audio/amberol/Makefile b/audio/amberol/Makefile index a99a259f22a..4b14de88291 100644 --- a/audio/amberol/Makefile +++ b/audio/amberol/Makefile @@ -1,6 +1,6 @@ PORTNAME= amberol DISTVERSION= 0.10.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MAINTAINER= jbeich@FreeBSD.org diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index ce90a4184f5..519bd70a848 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,14 +1,8 @@ PORTNAME= cmus DISTVERSIONPREFIX= v -DISTVERSION= 2.10.0 -PORTREVISION= 8 +DISTVERSION= 2.11.0 CATEGORIES= audio -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 7d3116962bd8.patch:-p1 # https://github.com/cmus/cmus/pull/1221 -PATCHFILES+= 07ce2dc7082a.patch:-p1 # https://github.com/cmus/cmus/pull/1254 -PATCHFILES+= 0e07ddc14234.patch:-p1 # https://github.com/cmus/cmus/pull/1269 - MAINTAINER= eduardo@FreeBSD.org COMMENT= Console-based music player with really cool features WWW= https://cmus.github.io/ @@ -53,7 +47,7 @@ OPTIONS_SUB= yes OPTIONS_GROUP= OUT IN OPTIONS_GROUP_OUT= AO JACK OSS PULSEAUDIO SNDIO -OPTIONS_GROUP_IN= AAC CDDB CDIO CUE DISCID FFMPEG FLAC MAD MIKMOD \ +OPTIONS_GROUP_IN= AAC CDIO CUE DISCID FFMPEG FLAC MAD MIKMOD \ MODPLUG MP4 MUSEPACK OPUS SAMPLERATE TREMOR \ VORBIS WAV WAVPACK @@ -71,9 +65,6 @@ AO_LIB_DEPENDS= libao.so:audio/libao BASU_CONFIGURE_ON= CONFIG_MPRIS=y BASU_LIB_DEPENDS= libbasu.so:devel/basu -CDDB_CONFIGURE_ON= CONFIG_CDDB=y -CDDB_LIB_DEPENDS= libcddb.so:audio/libcddb - CDIO_CONFIGURE_ON= CONFIG_CDIO=y CDIO_LIB_DEPENDS= libcdio_cdda.so:sysutils/libcdio-paranoia \ libcdio.so:sysutils/libcdio diff --git a/audio/cmus/distinfo b/audio/cmus/distinfo index 7e4ecdd591c..3688745c9f5 100644 --- a/audio/cmus/distinfo +++ b/audio/cmus/distinfo @@ -1,9 +1,3 @@ -TIMESTAMP = 1705306379 -SHA256 (cmus-cmus-v2.10.0_GH0.tar.gz) = ff40068574810a7de3990f4f69c9c47ef49e37bd31d298d372e8bcdafb973fff -SIZE (cmus-cmus-v2.10.0_GH0.tar.gz) = 324121 -SHA256 (7d3116962bd8.patch) = 9f61d5402574eab21aae828265e3fc867f8aba7657c746fab96fd80b4f0d5a52 -SIZE (7d3116962bd8.patch) = 1065 -SHA256 (07ce2dc7082a.patch) = 940e44a28a3a76485a2d687e5c468f8494f1e0caf34df3ab2a25201dc40b33ca -SIZE (07ce2dc7082a.patch) = 784 -SHA256 (0e07ddc14234.patch) = a0a853ffc45d60b7b828b6efb58f01fe36faa4287428803862287996345e0c6f -SIZE (0e07ddc14234.patch) = 848 +TIMESTAMP = 1715540075 +SHA256 (cmus-cmus-v2.11.0_GH0.tar.gz) = 2bbdcd6bbbae301d734214eab791e3755baf4d16db24a44626961a489aa5e0f7 +SIZE (cmus-cmus-v2.11.0_GH0.tar.gz) = 335367 diff --git a/audio/cyanrip/Makefile b/audio/cyanrip/Makefile index aea6a6a2ec6..6967b9b3638 100644 --- a/audio/cyanrip/Makefile +++ b/audio/cyanrip/Makefile @@ -5,7 +5,8 @@ PORTREVISION= 1 CATEGORIES= audio PATCH_SITES= https://github.com/cyanreg/${PORTNAME}/commit/ -PATCHFILES= e75ed1c51d333ec37bb51fbfb7597ca4059cc298.patch:-p1 +PATCHFILES= e75ed1c51d333ec37bb51fbfb7597ca4059cc298.patch:-p1 \ + 5a3b98a0d060c76678385026cadf5cd5565bc9a6.patch:-p1 MAINTAINER= diizzy@FreeBSD.org COMMENT= Audio CD ripper with command-line interface and focus on accuracy diff --git a/audio/cyanrip/distinfo b/audio/cyanrip/distinfo index 84f2c705339..af32ae3fa71 100644 --- a/audio/cyanrip/distinfo +++ b/audio/cyanrip/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1704006910 +TIMESTAMP = 1715235317 SHA256 (cyanreg-cyanrip-v0.9.2_GH0.tar.gz) = 55ee337fde224fc98c954134f7ae42f38f9e7b59421514d8acce3a875e5ed2b7 SIZE (cyanreg-cyanrip-v0.9.2_GH0.tar.gz) = 67574 SHA256 (e75ed1c51d333ec37bb51fbfb7597ca4059cc298.patch) = ff893084ff827af13a7f153a76a066d6be504da2f97b5396a666d66b93d1ee45 SIZE (e75ed1c51d333ec37bb51fbfb7597ca4059cc298.patch) = 700 +SHA256 (5a3b98a0d060c76678385026cadf5cd5565bc9a6.patch) = 9533f30daff8063aac70c46d57f502338c3435c64869b105a7f6345511b7eff2 +SIZE (5a3b98a0d060c76678385026cadf5cd5565bc9a6.patch) = 1002 diff --git a/audio/ebur128/Makefile b/audio/ebur128/Makefile index e1d9fb474b7..af023581896 100644 --- a/audio/ebur128/Makefile +++ b/audio/ebur128/Makefile @@ -1,6 +1,6 @@ PORTNAME= ebur128 DISTVERSION= 0.1.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MAINTAINER= diizzy@FreeBSD.org diff --git a/audio/flacon/Makefile b/audio/flacon/Makefile index f0bb110e2cc..b7e1633e2a1 100644 --- a/audio/flacon/Makefile +++ b/audio/flacon/Makefile @@ -1,5 +1,5 @@ PORTNAME= flacon -PORTVERSION= 11.1.0 +PORTVERSION= 11.3.0 DISTVERSIONPREFIX= v CATEGORIES= audio @@ -9,6 +9,8 @@ WWW= https://flacon.github.io/ LICENSE= LGPL21+ +# XXX: yaml-cpp is needed for tests/flacon_test program only +BUILD_DEPENDS= ${LOCALBASE}/include/yaml-cpp/yaml.h:devel/yaml-cpp LIB_DEPENDS= libtag.so:audio/taglib \ libuchardet.so:textproc/uchardet TEST_DEPENDS= alacenc:audio/alacenc \ @@ -28,5 +30,6 @@ CMAKE_ARGS= -DBUILD_TESTS:BOOL=YES do-test: @cd ${TEST_WRKSRC} && LC_ALL=C.UTF-8 ctest -C ${CMAKE_BUILD_TYPE} \ ${_MAKE_JOBS} + @${CAT} ${TEST_WRKSRC}/Testing/Temporary/LastTest.log .include diff --git a/audio/flacon/distinfo b/audio/flacon/distinfo index f2a77097b9e..11ded7aeaaf 100644 --- a/audio/flacon/distinfo +++ b/audio/flacon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685276604 -SHA256 (flacon-flacon-v11.1.0_GH0.tar.gz) = 43c0cc9a4ef0765cd92cc642c7690c3574430db2b962d497178002866ceeb612 -SIZE (flacon-flacon-v11.1.0_GH0.tar.gz) = 4015382 +TIMESTAMP = 1696434228 +SHA256 (flacon-flacon-v11.3.0_GH0.tar.gz) = af8e90362ef2b2f1f1a0978b7d7ff7977e5875993579d2df793813e04d4cb31d +SIZE (flacon-flacon-v11.3.0_GH0.tar.gz) = 4081613 diff --git a/audio/ft2-clone/Makefile b/audio/ft2-clone/Makefile index 181366dffac..c7f18e20604 100644 --- a/audio/ft2-clone/Makefile +++ b/audio/ft2-clone/Makefile @@ -1,6 +1,6 @@ PORTNAME= ft2-clone DISTVERSIONPREFIX= v -DISTVERSION= 1.82 +DISTVERSION= 1.84 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org diff --git a/audio/ft2-clone/distinfo b/audio/ft2-clone/distinfo index ad0e1334f04..1237bf83dda 100644 --- a/audio/ft2-clone/distinfo +++ b/audio/ft2-clone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712929812 -SHA256 (8bitbubsy-ft2-clone-v1.82_GH0.tar.gz) = 4aa821a7a6f83025bec15448d7f671b695381bdcb0424530718ab8d9c8d33a4d -SIZE (8bitbubsy-ft2-clone-v1.82_GH0.tar.gz) = 6085641 +TIMESTAMP = 1715455446 +SHA256 (8bitbubsy-ft2-clone-v1.84_GH0.tar.gz) = 43e877739862a895fd342089eee2477b67c56f15ac0e93add73900bc910cc35a +SIZE (8bitbubsy-ft2-clone-v1.84_GH0.tar.gz) = 6087630 diff --git a/audio/gnome-metronome/Makefile b/audio/gnome-metronome/Makefile index df527606219..0bb2d95602e 100644 --- a/audio/gnome-metronome/Makefile +++ b/audio/gnome-metronome/Makefile @@ -1,6 +1,6 @@ PORTNAME= metronome DISTVERSION= 1.3.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio PKGNAMEPREFIX= gnome- diff --git a/audio/gnome-podcasts/Makefile b/audio/gnome-podcasts/Makefile index 78d40df65b3..7e7c3806d31 100644 --- a/audio/gnome-podcasts/Makefile +++ b/audio/gnome-podcasts/Makefile @@ -1,5 +1,6 @@ PORTNAME= podcasts DISTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= audio PKGNAMEPREFIX= gnome- diff --git a/audio/gonic/Makefile b/audio/gonic/Makefile index 3878f63ef8e..224eb07effe 100644 --- a/audio/gonic/Makefile +++ b/audio/gonic/Makefile @@ -1,7 +1,7 @@ PORTNAME= gonic DISTVERSIONPREFIX= v DISTVERSION= 0.16.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio net MAINTAINER= tagattie@FreeBSD.org diff --git a/audio/lewton/Makefile b/audio/lewton/Makefile index 4f3408f2613..f460ace86e1 100644 --- a/audio/lewton/Makefile +++ b/audio/lewton/Makefile @@ -1,6 +1,6 @@ PORTNAME= lewton DISTVERSION= 0.10.2 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= audio PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile index ec391ccd104..38297a77843 100644 --- a/audio/libopenmpt/Makefile +++ b/audio/libopenmpt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libopenmpt -DISTVERSION= 0.7.6 +DISTVERSION= 0.7.7 DISTVERSIONSUFFIX= +release.autotools CATEGORIES= audio MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ \ diff --git a/audio/libopenmpt/distinfo b/audio/libopenmpt/distinfo index 4a06786164e..48be024ea7a 100644 --- a/audio/libopenmpt/distinfo +++ b/audio/libopenmpt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711349445 -SHA256 (libopenmpt-0.7.6+release.autotools.tar.gz) = 162d72a306bb2e114c24fa25267d0d0a0ac16f39fd95a5c0dfc75a666ee5e4f5 -SIZE (libopenmpt-0.7.6+release.autotools.tar.gz) = 1652544 +TIMESTAMP = 1715621794 +SHA256 (libopenmpt-0.7.7+release.autotools.tar.gz) = 58c6a28972126828a6f658e084aee7aa8f8bfdb75a0bd0e345c7ff2a6d9ef08c +SIZE (libopenmpt-0.7.7+release.autotools.tar.gz) = 1660204 diff --git a/audio/libopenmpt/pkg-plist b/audio/libopenmpt/pkg-plist index 5e6056c2019..ba2142a6740 100644 --- a/audio/libopenmpt/pkg-plist +++ b/audio/libopenmpt/pkg-plist @@ -21,6 +21,7 @@ libdata/pkgconfig/libopenmpt.pc %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libopenmpt_example_c.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libopenmpt_example_c_mem.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libopenmpt_example_c_pipe.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libopenmpt_example_c_probe.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libopenmpt_example_c_stdout.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libopenmpt_example_c_unsafe.c diff --git a/audio/libopenshot-audio/Makefile b/audio/libopenshot-audio/Makefile index 9ce7ee009c8..efc55061528 100644 --- a/audio/libopenshot-audio/Makefile +++ b/audio/libopenshot-audio/Makefile @@ -1,6 +1,7 @@ PORTNAME= libopenshot-audio DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= audio multimedia MAINTAINER= tatsuki_makino@hotmail.com @@ -20,16 +21,19 @@ GH_ACCOUNT= OpenShot USE_LDCONFIG= yes CMAKE_ON= AUTO_INSTALL_DOCS CMAKE_OFF= APPIMAGE_BUILD +DEBUG_FLAGS?= -g +DEBUG_FLAGS+= -D_DEBUG -DJUCE_FORCE_DEBUG=1 -OPTIONS_DEFINE= DOCS JACK -JACK_DESC= JACK audio server support (experimental) -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen -DOCS_CMAKE_BOOL= ENABLE_AUDIO_DOCS -DOCS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Doxygen -DOCS_CMAKE_ON= -DCMAKE_INSTALL_DOCDIR:PATH=${DOCSDIR_REL:Q} -DOCS_PORTDOCS= * +OPTIONS_DEFINE= DOCS DOXYGEN JACK +DOCS_CMAKE_ON= -DCMAKE_INSTALL_DOCDIR:PATH=${DOCSDIR_REL:Q} +DOCS_PORTDOCS= * +DOXYGEN_IMPLIES= DOCS +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_CMAKE_BOOL= ENABLE_AUDIO_DOCS +DOXYGEN_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Doxygen JACK_LIB_DEPENDS= libjack.so:audio/jack -JACK_USES= pkgconfig +JACK_USES= pkgconfig JACK_CMAKE_BOOL= ENABLE_JACK +JACK_CMAKE_ON= -DJUCE_JACK_CLIENT_NAME:STRING= .include diff --git a/audio/libopenshot-audio/files/patch-CMakeLists.txt b/audio/libopenshot-audio/files/patch-CMakeLists.txt index 77d70363217..803837b54fb 100644 --- a/audio/libopenshot-audio/files/patch-CMakeLists.txt +++ b/audio/libopenshot-audio/files/patch-CMakeLists.txt @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2023-03-21 22:56:18 UTC +--- CMakeLists.txt.orig 2023-04-17 13:00:42 UTC +++ CMakeLists.txt @@ -184,6 +184,12 @@ set_target_properties(openshot-audio PROPERTIES EXPORT_NAME Audio # Exports as OpenShot::Audio target @@ -34,7 +34,7 @@ else() # For EXPORTED Config set(NEED_ALSA FALSE) -@@ -274,10 +281,51 @@ endif() +@@ -274,10 +281,67 @@ endif() # ZLIB -- uses IMPORTED target ZLIB::ZLIB which has existed since CMake 3.1 find_package(ZLIB REQUIRED) @@ -43,24 +43,35 @@ +# EXECINFO, SYSINFO +include(CheckFunctionExists) -+check_function_exists("backtrace" FUNCTION_BACKTRACE_FOUND) ++include(CheckLibraryExists) ++check_function_exists(backtrace FUNCTION_BACKTRACE_FOUND) +if(NOT FUNCTION_BACKTRACE_FOUND) + find_library(EXECINFO_LIBRARY NAMES execinfo) -+ if(NOT EXECINFO_LIBRARY) -+ message(FATAL_ERROR "${EXECINFO_LIBRARY}") -+ endif(NOT EXECINFO_LIBRARY) -+ target_link_libraries(openshot-audio PRIVATE ${EXECINFO_LIBRARY}) ++ if(EXECINFO_LIBRARY) ++ unset(FUNCTION_BACKTRACE_FOUND CACHE) ++ check_library_exists(${EXECINFO_LIBRARY} backtrace "" FUNCTION_BACKTRACE_FOUND) ++ endif(EXECINFO_LIBRARY) +endif(NOT FUNCTION_BACKTRACE_FOUND) -+unset(FUNCTION_BACKTRACE_FOUND) -+check_function_exists("sysinfo" FUNCTION_SYSINFO_FOUND) ++if(NOT FUNCTION_BACKTRACE_FOUND) ++ message(FATAL_ERROR "backtrace - ${FUNCTION_BACKTRACE_FOUND}") ++endif(NOT FUNCTION_BACKTRACE_FOUND) ++if(EXECINFO_LIBRARY) ++ target_link_libraries(openshot-audio PRIVATE ${EXECINFO_LIBRARY}) ++endif(EXECINFO_LIBRARY) ++check_function_exists(sysinfo FUNCTION_SYSINFO_FOUND) +if(NOT FUNCTION_SYSINFO_FOUND) + find_library(SYSINFO_LIBRARY NAMES sysinfo) -+ if(NOT SYSINFO_LIBRARY) -+ message(FATAL_ERROR "${SYSINFO_LIBRARY}") -+ endif(NOT SYSINFO_LIBRARY) -+ target_link_libraries(openshot-audio PRIVATE ${SYSINFO_LIBRARY}) ++ if(SYSINFO_LIBRARY) ++ unset(FUNCTION_SYSINFO_FOUND CACHE) ++ check_library_exists(${SYSINFO_LIBRARY} sysinfo "" FUNCTION_SYSINFO_FOUND) ++ endif(SYSINFO_LIBRARY) +endif(NOT FUNCTION_SYSINFO_FOUND) -+unset(FUNCTION_SYSINFO_FOUND) ++if(NOT FUNCTION_SYSINFO_FOUND) ++ message(FATAL_ERROR "sysinfo - ${FUNCTION_SYSINFO_FOUND}") ++endif(NOT FUNCTION_SYSINFO_FOUND) ++if(SYSINFO_LIBRARY) ++ target_link_libraries(openshot-audio PRIVATE ${SYSINFO_LIBRARY}) ++endif(SYSINFO_LIBRARY) + +# JACK +if(ENABLE_JACK) @@ -80,6 +91,11 @@ + endif(NOT TARGET JACK::JACK) + target_link_libraries(openshot-audio PRIVATE JACK::JACK) + target_compile_definitions(openshot-audio PRIVATE JUCE_JACK=1) ++ if(DEFINED JUCE_JACK_CLIENT_NAME AND NOT JUCE_JACK_CLIENT_NAME STREQUAL "") ++ target_compile_definitions(openshot-audio PRIVATE "JUCE_JACK_CLIENT_NAME=\"${JUCE_JACK_CLIENT_NAME}\"") ++ else(DEFINED JUCE_JACK_CLIENT_NAME AND NOT JUCE_JACK_CLIENT_NAME STREQUAL "") ++ target_compile_definitions(openshot-audio PRIVATE "JUCE_JACK_CLIENT_NAME=\"${PROJECT_NAME}\"") ++ endif(DEFINED JUCE_JACK_CLIENT_NAME AND NOT JUCE_JACK_CLIENT_NAME STREQUAL "") +endif(ENABLE_JACK) + # Link with dynamic loader for platform diff --git a/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_native_juce__linux__JackAudio.cpp b/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_native_juce__linux__JackAudio.cpp new file mode 100644 index 00000000000..f64208c6b74 --- /dev/null +++ b/audio/libopenshot-audio/files/patch-JuceLibraryCode_modules_juce__audio__devices_native_juce__linux__JackAudio.cpp @@ -0,0 +1,104 @@ +--- JuceLibraryCode/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp.orig 2023-04-17 13:00:42 UTC ++++ JuceLibraryCode/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp +@@ -175,6 +175,8 @@ class JackAudioIODevice : public AudioIODevice (publ + { + juce::jack_set_error_function (errorCallback); + ++ if (inputId.isNotEmpty()) ++ { + // open input ports + const StringArray inputChannels (getInputChannelNames()); + for (int i = 0; i < inputChannels.size(); ++i) +@@ -185,7 +187,10 @@ class JackAudioIODevice : public AudioIODevice (publ + inputPorts.add (juce::jack_port_register (client, inputName.toUTF8(), + JACK_DEFAULT_AUDIO_TYPE, JackPortIsInput, 0)); + } ++ } + ++ if (outputId.isNotEmpty()) ++ { + // open output ports + const StringArray outputChannels (getOutputChannelNames()); + for (int i = 0; i < outputChannels.size(); ++i) +@@ -196,6 +201,7 @@ class JackAudioIODevice : public AudioIODevice (publ + outputPorts.add (juce::jack_port_register (client, outputName.toUTF8(), + JACK_DEFAULT_AUDIO_TYPE, JackPortIsOutput, 0)); + } ++ } + + inChans.calloc (totalNumberOfInputChannels + 2); + outChans.calloc (totalNumberOfOutputChannels + 2); +@@ -273,26 +279,40 @@ class JackAudioIODevice : public AudioIODevice (publ + + if (! inputChannels.isZero()) + { +- for (JackPortIterator i (client, true); i.next();) ++ int idx = 0; ++ for (JackPortIterator i (client, true); i.next() && idx < inputPorts.size();) + { +- if (inputChannels [i.index] && i.clientName == getName()) ++ if (i.clientName != getName()) ++ continue; ++ if (inputChannels [idx]) + { +- int error = juce::jack_connect (client, i.ports[i.index], juce::jack_port_name ((jack_port_t*) inputPorts[i.index])); ++ int error = juce::jack_connect (client, i.ports[i.index], juce::jack_port_name ((jack_port_t*) inputPorts[idx])); + if (error != 0) ++ { + JUCE_JACK_LOG ("Cannot connect input port " + String (i.index) + " (" + i.name + "), error " + String (error)); ++ } ++ else ++ ++idx; + } + } + } + + if (! outputChannels.isZero()) + { +- for (JackPortIterator i (client, false); i.next();) ++ int idx = 0; ++ for (JackPortIterator i (client, false); i.next() && idx < outputPorts.size();) + { +- if (outputChannels [i.index] && i.clientName == getName()) ++ if (i.clientName != getName()) ++ continue; ++ if (outputChannels [idx]) + { +- int error = juce::jack_connect (client, juce::jack_port_name ((jack_port_t*) outputPorts[i.index]), i.ports[i.index]); ++ int error = juce::jack_connect (client, juce::jack_port_name ((jack_port_t*) outputPorts[idx]), i.ports[i.index]); + if (error != 0) ++ { + JUCE_JACK_LOG ("Cannot connect output port " + String (i.index) + " (" + i.name + "), error " + String (error)); ++ } ++ else ++ ++idx; + } + } + } +@@ -536,20 +556,20 @@ class JackAudioIODeviceType : public AudioIODeviceTyp + // scan for output devices + for (JackPortIterator i (client, false); i.next();) + { +- if (i.clientName != (JUCE_JACK_CLIENT_NAME) && ! inputNames.contains (i.clientName)) ++ if (i.clientName != (JUCE_JACK_CLIENT_NAME) && ! outputNames.contains (i.clientName)) + { +- inputNames.add (i.clientName); +- inputIds.add (i.ports [i.index]); ++ outputNames.add (i.clientName); ++ outputIds.add (i.ports [i.index]); + } + } + + // scan for input devices + for (JackPortIterator i (client, true); i.next();) + { +- if (i.clientName != (JUCE_JACK_CLIENT_NAME) && ! outputNames.contains (i.clientName)) ++ if (i.clientName != (JUCE_JACK_CLIENT_NAME) && ! inputNames.contains (i.clientName)) + { +- outputNames.add (i.clientName); +- outputIds.add (i.ports [i.index]); ++ inputNames.add (i.clientName); ++ inputIds.add (i.ports [i.index]); + } + } + diff --git a/audio/linux-rl9-alsa-lib-devel/Makefile b/audio/linux-rl9-alsa-lib-devel/Makefile new file mode 100644 index 00000000000..df50dca3570 --- /dev/null +++ b/audio/linux-rl9-alsa-lib-devel/Makefile @@ -0,0 +1,26 @@ +PORTNAME= alsa-lib +PORTVERSION= 1.2.9 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= audio linux +PKGNAMESUFFIX= -devel + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Advanced Linux Sound Architecture headers (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.alsa-project.org/ + +LICENSE= LGPL21+ + +USES= linux:rl9 +USE_LINUX= alsalib +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +post-install: + ${RM} -r ${STAGEDIR}${PREFIX}/usr/include \ + ${STAGEDIR}${PREFIX}/usr/share/doc + +.include diff --git a/audio/linux-rl9-alsa-lib-devel/distinfo b/audio/linux-rl9-alsa-lib-devel/distinfo new file mode 100644 index 00000000000..216ace6c4a8 --- /dev/null +++ b/audio/linux-rl9-alsa-lib-devel/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707687580 +SHA256 (rocky/a/alsa-lib-devel-1.2.9-1.el9.aarch64.rpm) = 1817f4efe3a2d5a0394119fad84ad95aa51c1db8fd67999d9970b0c2f5096a66 +SIZE (rocky/a/alsa-lib-devel-1.2.9-1.el9.aarch64.rpm) = 813855 +SHA256 (rocky/a/alsa-lib-devel-1.2.9-1.el9.x86_64.rpm) = ad475b7b2dcccd4450bf00624b1e1bd2618924753d3ac49488f7036eee0f3394 +SIZE (rocky/a/alsa-lib-devel-1.2.9-1.el9.x86_64.rpm) = 814033 +SHA256 (rocky/a/alsa-lib-1.2.9-1.el9.src.rpm) = 55baa13e28a6c3ba3ae44698c3a15315fd29b3ab49837b39b31971badbd13f94 +SIZE (rocky/a/alsa-lib-1.2.9-1.el9.src.rpm) = 1164899 diff --git a/audio/linux-rl9-alsa-lib-devel/pkg-plist.aarch64 b/audio/linux-rl9-alsa-lib-devel/pkg-plist.aarch64 new file mode 100644 index 00000000000..6e01e3770c1 --- /dev/null +++ b/audio/linux-rl9-alsa-lib-devel/pkg-plist.aarch64 @@ -0,0 +1,5 @@ +usr/lib64/libasound.so +usr/lib64/libatopology.so +usr/lib64/pkgconfig/alsa-topology.pc +usr/lib64/pkgconfig/alsa.pc +usr/share/aclocal/alsa.m4 diff --git a/audio/linux-rl9-alsa-lib-devel/pkg-plist.amd64 b/audio/linux-rl9-alsa-lib-devel/pkg-plist.amd64 new file mode 100644 index 00000000000..6e01e3770c1 --- /dev/null +++ b/audio/linux-rl9-alsa-lib-devel/pkg-plist.amd64 @@ -0,0 +1,5 @@ +usr/lib64/libasound.so +usr/lib64/libatopology.so +usr/lib64/pkgconfig/alsa-topology.pc +usr/lib64/pkgconfig/alsa.pc +usr/share/aclocal/alsa.m4 diff --git a/audio/linux-rl9-alsa-lib/Makefile b/audio/linux-rl9-alsa-lib/Makefile new file mode 100644 index 00000000000..cb73db080f0 --- /dev/null +++ b/audio/linux-rl9-alsa-lib/Makefile @@ -0,0 +1,27 @@ +PORTNAME= alsa-lib +PORTVERSION= 1.2.9 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Advanced Linux Sound Architecture libraries (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.alsa-project.org/ + +LICENSE= GPLv3 + +RUN_DEPENDS= alsa-lib>0:audio/alsa-lib + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c6-${PORTNAME} linux-c7-${PORTNAME} + +post-patch: + @${RM} -r ${WRKSRC}/etc/* ${WRKSRC}/lib/modprobe.d \ + ${WRKSRC}/usr/share/doc/alsa-lib + +post-install: + ${LN} -sf ${LOCALBASE}/etc/asound.conf ${STAGEDIR}${PREFIX}/etc + +.include diff --git a/audio/linux-rl9-alsa-lib/distinfo b/audio/linux-rl9-alsa-lib/distinfo new file mode 100644 index 00000000000..7085e3ab51d --- /dev/null +++ b/audio/linux-rl9-alsa-lib/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707687464 +SHA256 (rocky/a/alsa-lib-1.2.9-1.el9.aarch64.rpm) = e24ace5c1a686eaedf4dcb20073a88ca9c938133b5db3497824e101500c9c551 +SIZE (rocky/a/alsa-lib-1.2.9-1.el9.aarch64.rpm) = 497126 +SHA256 (rocky/a/alsa-lib-1.2.9-1.el9.x86_64.rpm) = a8024e31db15c352772fb843640a222e69145cbe0dad3b8a65d251a1c81e76b0 +SIZE (rocky/a/alsa-lib-1.2.9-1.el9.x86_64.rpm) = 511150 +SHA256 (rocky/a/alsa-lib-1.2.9-1.el9.src.rpm) = 55baa13e28a6c3ba3ae44698c3a15315fd29b3ab49837b39b31971badbd13f94 +SIZE (rocky/a/alsa-lib-1.2.9-1.el9.src.rpm) = 1164899 diff --git a/audio/linux-rl9-alsa-lib/pkg-descr b/audio/linux-rl9-alsa-lib/pkg-descr new file mode 100644 index 00000000000..d12123dbff7 --- /dev/null +++ b/audio/linux-rl9-alsa-lib/pkg-descr @@ -0,0 +1,2 @@ +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. diff --git a/audio/linux-rl9-alsa-lib/pkg-plist.aarch64 b/audio/linux-rl9-alsa-lib/pkg-plist.aarch64 new file mode 100644 index 00000000000..4980cd6e094 --- /dev/null +++ b/audio/linux-rl9-alsa-lib/pkg-plist.aarch64 @@ -0,0 +1,90 @@ +etc/asound.conf +usr/bin/aserver +usr/lib/.build-id/2f/eb5a443a1599b3886e07800a0f5c31fccee7b8 +usr/lib/.build-id/56/d11870e191d6272e8e356f5e434b57fb5929df +usr/lib/.build-id/7f/d1d2103bff83dfd05e91ac15c894d38828ed09 +usr/lib/modprobe.d/dist-alsa.conf +usr/lib64/libasound.so.2 +usr/lib64/libasound.so.2.0.0 +usr/lib64/libatopology.so.2 +usr/lib64/libatopology.so.2.0.0 +usr/share/alsa/alsa.conf +usr/share/alsa/cards/AACI.conf +usr/share/alsa/cards/ATIIXP-MODEM.conf +usr/share/alsa/cards/ATIIXP-SPDMA.conf +usr/share/alsa/cards/ATIIXP.conf +usr/share/alsa/cards/AU8810.conf +usr/share/alsa/cards/AU8820.conf +usr/share/alsa/cards/AU8830.conf +usr/share/alsa/cards/Audigy.conf +usr/share/alsa/cards/Audigy2.conf +usr/share/alsa/cards/Aureon51.conf +usr/share/alsa/cards/Aureon71.conf +usr/share/alsa/cards/CA0106.conf +usr/share/alsa/cards/CMI8338-SWIEC.conf +usr/share/alsa/cards/CMI8338.conf +usr/share/alsa/cards/CMI8738-MC6.conf +usr/share/alsa/cards/CMI8738-MC8.conf +usr/share/alsa/cards/CMI8788.conf +usr/share/alsa/cards/CS46xx.conf +usr/share/alsa/cards/EMU10K1.conf +usr/share/alsa/cards/EMU10K1X.conf +usr/share/alsa/cards/ENS1370.conf +usr/share/alsa/cards/ENS1371.conf +usr/share/alsa/cards/ES1968.conf +usr/share/alsa/cards/Echo_Echo3G.conf +usr/share/alsa/cards/FM801.conf +usr/share/alsa/cards/FWSpeakers.conf +usr/share/alsa/cards/FireWave.conf +usr/share/alsa/cards/GUS.conf +usr/share/alsa/cards/HDA-Intel.conf +usr/share/alsa/cards/HdmiLpeAudio.conf +usr/share/alsa/cards/ICE1712.conf +usr/share/alsa/cards/ICE1724.conf +usr/share/alsa/cards/ICH-MODEM.conf +usr/share/alsa/cards/ICH.conf +usr/share/alsa/cards/ICH4.conf +usr/share/alsa/cards/Loopback.conf +usr/share/alsa/cards/Maestro3.conf +usr/share/alsa/cards/NFORCE.conf +usr/share/alsa/cards/PC-Speaker.conf +usr/share/alsa/cards/PMac.conf +usr/share/alsa/cards/PMacToonie.conf +usr/share/alsa/cards/PS3.conf +usr/share/alsa/cards/RME9636.conf +usr/share/alsa/cards/RME9652.conf +usr/share/alsa/cards/SB-XFi.conf +usr/share/alsa/cards/SI7018.conf +usr/share/alsa/cards/TRID4DWAVENX.conf +usr/share/alsa/cards/USB-Audio.conf +usr/share/alsa/cards/VIA686A.conf +usr/share/alsa/cards/VIA8233.conf +usr/share/alsa/cards/VIA8233A.conf +usr/share/alsa/cards/VIA8237.conf +usr/share/alsa/cards/VX222.conf +usr/share/alsa/cards/VXPocket.conf +usr/share/alsa/cards/VXPocket440.conf +usr/share/alsa/cards/YMF744.conf +usr/share/alsa/cards/aliases.conf +usr/share/alsa/cards/pistachio-card.conf +usr/share/alsa/cards/vc4-hdmi.conf +usr/share/alsa/ctl/default.conf +usr/share/alsa/pcm/center_lfe.conf +usr/share/alsa/pcm/default.conf +usr/share/alsa/pcm/dmix.conf +usr/share/alsa/pcm/dpl.conf +usr/share/alsa/pcm/dsnoop.conf +usr/share/alsa/pcm/front.conf +usr/share/alsa/pcm/hdmi.conf +usr/share/alsa/pcm/iec958.conf +usr/share/alsa/pcm/modem.conf +usr/share/alsa/pcm/rear.conf +usr/share/alsa/pcm/side.conf +usr/share/alsa/pcm/surround21.conf +usr/share/alsa/pcm/surround40.conf +usr/share/alsa/pcm/surround41.conf +usr/share/alsa/pcm/surround50.conf +usr/share/alsa/pcm/surround51.conf +usr/share/alsa/pcm/surround71.conf +usr/share/licenses/alsa-lib/COPYING +@dir usr/share/doc diff --git a/audio/linux-rl9-alsa-lib/pkg-plist.amd64 b/audio/linux-rl9-alsa-lib/pkg-plist.amd64 new file mode 100644 index 00000000000..2c851ae4094 --- /dev/null +++ b/audio/linux-rl9-alsa-lib/pkg-plist.amd64 @@ -0,0 +1,90 @@ +etc/asound.conf +usr/bin/aserver +usr/lib/.build-id/77/e24ce06f487d8deed2e872c03a03d7fea7889c +usr/lib/.build-id/8e/0ac7a093efd841ef753bac4c7dafe9e2731e33 +usr/lib/.build-id/dc/99c8a793f5392f8c080c68129a5afcfde61b5b +usr/lib/modprobe.d/dist-alsa.conf +usr/lib64/libasound.so.2 +usr/lib64/libasound.so.2.0.0 +usr/lib64/libatopology.so.2 +usr/lib64/libatopology.so.2.0.0 +usr/share/alsa/alsa.conf +usr/share/alsa/cards/AACI.conf +usr/share/alsa/cards/ATIIXP-MODEM.conf +usr/share/alsa/cards/ATIIXP-SPDMA.conf +usr/share/alsa/cards/ATIIXP.conf +usr/share/alsa/cards/AU8810.conf +usr/share/alsa/cards/AU8820.conf +usr/share/alsa/cards/AU8830.conf +usr/share/alsa/cards/Audigy.conf +usr/share/alsa/cards/Audigy2.conf +usr/share/alsa/cards/Aureon51.conf +usr/share/alsa/cards/Aureon71.conf +usr/share/alsa/cards/CA0106.conf +usr/share/alsa/cards/CMI8338-SWIEC.conf +usr/share/alsa/cards/CMI8338.conf +usr/share/alsa/cards/CMI8738-MC6.conf +usr/share/alsa/cards/CMI8738-MC8.conf +usr/share/alsa/cards/CMI8788.conf +usr/share/alsa/cards/CS46xx.conf +usr/share/alsa/cards/EMU10K1.conf +usr/share/alsa/cards/EMU10K1X.conf +usr/share/alsa/cards/ENS1370.conf +usr/share/alsa/cards/ENS1371.conf +usr/share/alsa/cards/ES1968.conf +usr/share/alsa/cards/Echo_Echo3G.conf +usr/share/alsa/cards/FM801.conf +usr/share/alsa/cards/FWSpeakers.conf +usr/share/alsa/cards/FireWave.conf +usr/share/alsa/cards/GUS.conf +usr/share/alsa/cards/HDA-Intel.conf +usr/share/alsa/cards/HdmiLpeAudio.conf +usr/share/alsa/cards/ICE1712.conf +usr/share/alsa/cards/ICE1724.conf +usr/share/alsa/cards/ICH-MODEM.conf +usr/share/alsa/cards/ICH.conf +usr/share/alsa/cards/ICH4.conf +usr/share/alsa/cards/Loopback.conf +usr/share/alsa/cards/Maestro3.conf +usr/share/alsa/cards/NFORCE.conf +usr/share/alsa/cards/PC-Speaker.conf +usr/share/alsa/cards/PMac.conf +usr/share/alsa/cards/PMacToonie.conf +usr/share/alsa/cards/PS3.conf +usr/share/alsa/cards/RME9636.conf +usr/share/alsa/cards/RME9652.conf +usr/share/alsa/cards/SB-XFi.conf +usr/share/alsa/cards/SI7018.conf +usr/share/alsa/cards/TRID4DWAVENX.conf +usr/share/alsa/cards/USB-Audio.conf +usr/share/alsa/cards/VIA686A.conf +usr/share/alsa/cards/VIA8233.conf +usr/share/alsa/cards/VIA8233A.conf +usr/share/alsa/cards/VIA8237.conf +usr/share/alsa/cards/VX222.conf +usr/share/alsa/cards/VXPocket.conf +usr/share/alsa/cards/VXPocket440.conf +usr/share/alsa/cards/YMF744.conf +usr/share/alsa/cards/aliases.conf +usr/share/alsa/cards/pistachio-card.conf +usr/share/alsa/cards/vc4-hdmi.conf +usr/share/alsa/ctl/default.conf +usr/share/alsa/pcm/center_lfe.conf +usr/share/alsa/pcm/default.conf +usr/share/alsa/pcm/dmix.conf +usr/share/alsa/pcm/dpl.conf +usr/share/alsa/pcm/dsnoop.conf +usr/share/alsa/pcm/front.conf +usr/share/alsa/pcm/hdmi.conf +usr/share/alsa/pcm/iec958.conf +usr/share/alsa/pcm/modem.conf +usr/share/alsa/pcm/rear.conf +usr/share/alsa/pcm/side.conf +usr/share/alsa/pcm/surround21.conf +usr/share/alsa/pcm/surround40.conf +usr/share/alsa/pcm/surround41.conf +usr/share/alsa/pcm/surround50.conf +usr/share/alsa/pcm/surround51.conf +usr/share/alsa/pcm/surround71.conf +usr/share/licenses/alsa-lib/COPYING +@dir usr/share/doc diff --git a/audio/linux-rl9-alsa-plugins-oss/Makefile b/audio/linux-rl9-alsa-plugins-oss/Makefile new file mode 100644 index 00000000000..659e4e9907d --- /dev/null +++ b/audio/linux-rl9-alsa-plugins-oss/Makefile @@ -0,0 +1,26 @@ +PORTNAME= alsa-plugins +PORTVERSION= 1.2.7.1 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= audio linux +PKGNAMESUFFIX= -oss + +MAINTAINER= emulation@FreeBSD.org +COMMENT= PulseAudio plugin for ALSA (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.alsa-project.org/ + +LICENSE= GPLv3 + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= alsalib pulseaudio-libs +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-alsa-plugins-oss/distinfo b/audio/linux-rl9-alsa-plugins-oss/distinfo new file mode 100644 index 00000000000..7320676cf2c --- /dev/null +++ b/audio/linux-rl9-alsa-plugins-oss/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1688626772 +SHA256 (rocky/a/alsa-plugins-oss-1.2.7.1-1.el9.aarch64.rpm) = 6b18364defc46e5f6c81f45b2d268b5eb9f25390ca9b73887740edda03026ec8 +SIZE (rocky/a/alsa-plugins-oss-1.2.7.1-1.el9.aarch64.rpm) = 33318 +SHA256 (rocky/a/alsa-plugins-oss-1.2.7.1-1.el9.x86_64.rpm) = 8558a98367322574df923366f69607c5ff9b98d4133855dab56a8a284cac55c6 +SIZE (rocky/a/alsa-plugins-oss-1.2.7.1-1.el9.x86_64.rpm) = 33450 +SHA256 (rocky/a/alsa-plugins-1.2.7.1-1.el9.src.rpm) = d88148378a8fe1245643d995187581cc301099bdb78528cd087576fd947fe545 +SIZE (rocky/a/alsa-plugins-1.2.7.1-1.el9.src.rpm) = 422385 diff --git a/audio/linux-rl9-alsa-plugins-oss/pkg-plist.aarch64 b/audio/linux-rl9-alsa-plugins-oss/pkg-plist.aarch64 new file mode 100644 index 00000000000..b5068463cc5 --- /dev/null +++ b/audio/linux-rl9-alsa-plugins-oss/pkg-plist.aarch64 @@ -0,0 +1,9 @@ +etc/alsa/conf.d/50-oss.conf +usr/lib/.build-id/8e/263ad43382bea63bc9008603226c1d772c89be +usr/lib/.build-id/e5/77c29f559c6e1ea5ee216c3976bec61d1bdd42 +usr/lib64/alsa-lib/libasound_module_ctl_oss.so +usr/lib64/alsa-lib/libasound_module_pcm_oss.so +usr/share/alsa/alsa.conf.d/50-oss.conf +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL +%%PORTDOCS%%%%DOCSDIR%%/README-pcm-oss diff --git a/audio/linux-rl9-alsa-plugins-oss/pkg-plist.amd64 b/audio/linux-rl9-alsa-plugins-oss/pkg-plist.amd64 new file mode 100644 index 00000000000..10354be8f03 --- /dev/null +++ b/audio/linux-rl9-alsa-plugins-oss/pkg-plist.amd64 @@ -0,0 +1,9 @@ +etc/alsa/conf.d/50-oss.conf +usr/lib/.build-id/04/444e7ed34492487dec130e095d94b1c59dde66 +usr/lib/.build-id/d5/0f65148fff2d59a3def3b641a6e223f550c633 +usr/lib64/alsa-lib/libasound_module_ctl_oss.so +usr/lib64/alsa-lib/libasound_module_pcm_oss.so +usr/share/alsa/alsa.conf.d/50-oss.conf +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL +%%PORTDOCS%%%%DOCSDIR%%/README-pcm-oss diff --git a/audio/linux-rl9-alsa-plugins-pulseaudio/Makefile b/audio/linux-rl9-alsa-plugins-pulseaudio/Makefile new file mode 100644 index 00000000000..fbe44b83505 --- /dev/null +++ b/audio/linux-rl9-alsa-plugins-pulseaudio/Makefile @@ -0,0 +1,30 @@ +PORTNAME= alsa-plugins +PORTVERSION= 1.2.7.1 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= audio linux +PKGNAMESUFFIX= -pulseaudio + +MAINTAINER= emulation@FreeBSD.org +COMMENT= PulseAudio plugin for ALSA (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.alsa-project.org/ + +LICENSE= GPLv3 + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= alsalib pulseaudio-libs +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +post-patch: + @${LN} -sf ../../../usr/share/alsa/alsa.conf.d/50-pulseaudio.conf \ + ${WRKSRC}/etc/alsa/conf.d + +.include diff --git a/audio/linux-rl9-alsa-plugins-pulseaudio/distinfo b/audio/linux-rl9-alsa-plugins-pulseaudio/distinfo new file mode 100644 index 00000000000..63186f5d1b4 --- /dev/null +++ b/audio/linux-rl9-alsa-plugins-pulseaudio/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1688626498 +SHA256 (rocky/a/alsa-plugins-pulseaudio-1.2.7.1-1.el9.aarch64.rpm) = 3c3a6a6d671ce630d54ca66b8f2c3d570d78d120a725faeafc67ad11cd5bc9e4 +SIZE (rocky/a/alsa-plugins-pulseaudio-1.2.7.1-1.el9.aarch64.rpm) = 42420 +SHA256 (rocky/a/alsa-plugins-pulseaudio-1.2.7.1-1.el9.x86_64.rpm) = f0306182d2629ed563dc67cad008afe3cded020c883678b088cc6ede7babd0f6 +SIZE (rocky/a/alsa-plugins-pulseaudio-1.2.7.1-1.el9.x86_64.rpm) = 43229 +SHA256 (rocky/a/alsa-plugins-1.2.7.1-1.el9.src.rpm) = d88148378a8fe1245643d995187581cc301099bdb78528cd087576fd947fe545 +SIZE (rocky/a/alsa-plugins-1.2.7.1-1.el9.src.rpm) = 422385 diff --git a/audio/linux-rl9-alsa-plugins-pulseaudio/pkg-plist.aarch64 b/audio/linux-rl9-alsa-plugins-pulseaudio/pkg-plist.aarch64 new file mode 100644 index 00000000000..7376acdf30c --- /dev/null +++ b/audio/linux-rl9-alsa-plugins-pulseaudio/pkg-plist.aarch64 @@ -0,0 +1,12 @@ +etc/alsa/conf.d/50-pulseaudio.conf +etc/alsa/conf.d/99-pulseaudio-default.conf +usr/lib/.build-id/72/477c6ac13d1274a305dceb0aa0ba98b74ddfcc +usr/lib/.build-id/98/1c0043f58e92d415f8538af57211d17c42049b +usr/lib/.build-id/fa/86a4ff0c39d4988309464eb897d2872672b729 +usr/lib64/alsa-lib/libasound_module_conf_pulse.so +usr/lib64/alsa-lib/libasound_module_ctl_pulse.so +usr/lib64/alsa-lib/libasound_module_pcm_pulse.so +usr/share/alsa/alsa.conf.d/50-pulseaudio.conf +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL +%%PORTDOCS%%%%DOCSDIR%%/README-pulse diff --git a/audio/linux-rl9-alsa-plugins-pulseaudio/pkg-plist.amd64 b/audio/linux-rl9-alsa-plugins-pulseaudio/pkg-plist.amd64 new file mode 100644 index 00000000000..3895a0b5c83 --- /dev/null +++ b/audio/linux-rl9-alsa-plugins-pulseaudio/pkg-plist.amd64 @@ -0,0 +1,12 @@ +etc/alsa/conf.d/50-pulseaudio.conf +etc/alsa/conf.d/99-pulseaudio-default.conf +usr/lib/.build-id/3d/9f82cf7065db42f7fd9f18304faa1cf1f4e111 +usr/lib/.build-id/bb/3f6cb56de35dfede221f2d47a3feaa46f4ff4b +usr/lib/.build-id/ee/0c0421f41a679ae1463103671d793009a9f416 +usr/lib64/alsa-lib/libasound_module_conf_pulse.so +usr/lib64/alsa-lib/libasound_module_ctl_pulse.so +usr/lib64/alsa-lib/libasound_module_pcm_pulse.so +usr/share/alsa/alsa.conf.d/50-pulseaudio.conf +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL +%%PORTDOCS%%%%DOCSDIR%%/README-pulse diff --git a/audio/linux-rl9-flac/Makefile b/audio/linux-rl9-flac/Makefile new file mode 100644 index 00000000000..6d1195c9fe3 --- /dev/null +++ b/audio/linux-rl9-flac/Makefile @@ -0,0 +1,27 @@ +PORTNAME= flac +PORTVERSION= 1.3.3 +PORTREVISION= 1 +DISTVERSIONSUFFIX= -10.el9_2.1 +CATEGORIES= audio linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Free lossless audio codec (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.xiph.org/flac/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libogg +USE_LINUX_RPM= yes + +CPE_VENDOR= flac_project + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-flac/distinfo b/audio/linux-rl9-flac/distinfo new file mode 100644 index 00000000000..0c0eb97d1f3 --- /dev/null +++ b/audio/linux-rl9-flac/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1696227613 +SHA256 (rocky/f/flac-libs-1.3.3-10.el9_2.1.aarch64.rpm) = da340ea2e10d7fbd68a98ebed703eff0985fe8e49cb1971b1636db98bad502c8 +SIZE (rocky/f/flac-libs-1.3.3-10.el9_2.1.aarch64.rpm) = 196105 +SHA256 (rocky/f/flac-libs-1.3.3-10.el9_2.1.x86_64.rpm) = 03b7d648f6b4adbeb9e03acb673289f6442f867546dc3dcd9f0c1629bc839ed0 +SIZE (rocky/f/flac-libs-1.3.3-10.el9_2.1.x86_64.rpm) = 222176 +SHA256 (rocky/f/flac-1.3.3-10.el9_2.1.src.rpm) = 833dbbf5a9553448fb426d8092683e87c9888b9f4cf833002b918098be22c116 +SIZE (rocky/f/flac-1.3.3-10.el9_2.1.src.rpm) = 1061059 diff --git a/audio/linux-rl9-flac/pkg-plist.aarch64 b/audio/linux-rl9-flac/pkg-plist.aarch64 new file mode 100644 index 00000000000..0a1b9a78077 --- /dev/null +++ b/audio/linux-rl9-flac/pkg-plist.aarch64 @@ -0,0 +1,12 @@ +usr/lib/.build-id/a0/badf549dd8f3b3253c8623d1c7e8bd9df1e5d3 +usr/lib/.build-id/d1/49266f997e70581abe91d63eed4c625872f57b +usr/lib64/libFLAC++.so.6 +usr/lib64/libFLAC++.so.6.3.0 +usr/lib64/libFLAC.so.8 +usr/lib64/libFLAC.so.8.3.0 +%%PORTDOCS%%usr/share/doc/flac-libs/AUTHORS +%%PORTDOCS%%usr/share/doc/flac-libs/COPYING.FDL +%%PORTDOCS%%usr/share/doc/flac-libs/COPYING.GPL +%%PORTDOCS%%usr/share/doc/flac-libs/COPYING.LGPL +%%PORTDOCS%%usr/share/doc/flac-libs/COPYING.Xiph +%%PORTDOCS%%usr/share/doc/flac-libs/README diff --git a/audio/linux-rl9-flac/pkg-plist.amd64 b/audio/linux-rl9-flac/pkg-plist.amd64 new file mode 100644 index 00000000000..0813f66d92b --- /dev/null +++ b/audio/linux-rl9-flac/pkg-plist.amd64 @@ -0,0 +1,12 @@ +usr/lib/.build-id/63/c340521244598730733cf9d82811c5dc0d3dbf +usr/lib/.build-id/d8/cc705adefbeac54afd650634b0099f7b98849e +usr/lib64/libFLAC++.so.6 +usr/lib64/libFLAC++.so.6.3.0 +usr/lib64/libFLAC.so.8 +usr/lib64/libFLAC.so.8.3.0 +%%PORTDOCS%%usr/share/doc/flac-libs/AUTHORS +%%PORTDOCS%%usr/share/doc/flac-libs/COPYING.FDL +%%PORTDOCS%%usr/share/doc/flac-libs/COPYING.GPL +%%PORTDOCS%%usr/share/doc/flac-libs/COPYING.LGPL +%%PORTDOCS%%usr/share/doc/flac-libs/COPYING.Xiph +%%PORTDOCS%%usr/share/doc/flac-libs/README diff --git a/audio/linux-rl9-gsm/Makefile b/audio/linux-rl9-gsm/Makefile new file mode 100644 index 00000000000..e1d54f07a3b --- /dev/null +++ b/audio/linux-rl9-gsm/Makefile @@ -0,0 +1,18 @@ +PORTNAME= gsm +PORTVERSION= 1.0.19 +DISTVERSIONSUFFIX= -6.el9 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GSM audio codec (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://kbs.cs.tu-berlin.de/~jutta/toast.html + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-gsm/distinfo b/audio/linux-rl9-gsm/distinfo new file mode 100644 index 00000000000..cb097cfdc99 --- /dev/null +++ b/audio/linux-rl9-gsm/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686569639 +SHA256 (rocky/g/gsm-1.0.19-6.el9.aarch64.rpm) = 220ec2bca3688bcbdea92eac93491715830138477a166d301c176185168f1a3d +SIZE (rocky/g/gsm-1.0.19-6.el9.aarch64.rpm) = 34446 +SHA256 (rocky/g/gsm-1.0.19-6.el9.x86_64.rpm) = a5ff96d8d96d8fb89d6febcff7b0615448984be8d2fa18960a7d05351aea69b7 +SIZE (rocky/g/gsm-1.0.19-6.el9.x86_64.rpm) = 33820 +SHA256 (rocky/g/gsm-1.0.19-6.el9.src.rpm) = ce9fd315a44f414f804efa32667e701bb242ec5e5b173403d98e5aad5cbb7ab7 +SIZE (rocky/g/gsm-1.0.19-6.el9.src.rpm) = 78660 diff --git a/audio/linux-rl9-gsm/pkg-plist.aarch64 b/audio/linux-rl9-gsm/pkg-plist.aarch64 new file mode 100644 index 00000000000..f35a1eb2e1f --- /dev/null +++ b/audio/linux-rl9-gsm/pkg-plist.aarch64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/8c/01b042f66263382ead6cf11d2c862f4138a5d9 +usr/lib64/libgsm.so.1 +usr/lib64/libgsm.so.1.0.19 +%%PORTDOCS%%usr/share/doc/gsm/ChangeLog +%%PORTDOCS%%usr/share/doc/gsm/MACHINES +%%PORTDOCS%%usr/share/doc/gsm/README +usr/share/licenses/gsm/COPYRIGHT diff --git a/audio/linux-rl9-gsm/pkg-plist.amd64 b/audio/linux-rl9-gsm/pkg-plist.amd64 new file mode 100644 index 00000000000..3c7c40eb2a1 --- /dev/null +++ b/audio/linux-rl9-gsm/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/c7/d41325192ba07e01eac8c59fd65bc6bb79d4d7 +usr/lib64/libgsm.so.1 +usr/lib64/libgsm.so.1.0.19 +%%PORTDOCS%%usr/share/doc/gsm/ChangeLog +%%PORTDOCS%%usr/share/doc/gsm/MACHINES +%%PORTDOCS%%usr/share/doc/gsm/README +usr/share/licenses/gsm/COPYRIGHT diff --git a/audio/linux-rl9-libogg/Makefile b/audio/linux-rl9-libogg/Makefile new file mode 100644 index 00000000000..dcd2dc6b95c --- /dev/null +++ b/audio/linux-rl9-libogg/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libogg +PORTVERSION= 1.3.4 +DISTVERSIONSUFFIX= -6.el9 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Ogg bitstream library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.xiph.org/ogg/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-libogg/distinfo b/audio/linux-rl9-libogg/distinfo new file mode 100644 index 00000000000..8321c7dbd9c --- /dev/null +++ b/audio/linux-rl9-libogg/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686569432 +SHA256 (rocky/l/libogg-1.3.4-6.el9.aarch64.rpm) = 5466faaaef6693d9affff8d92b093884c9f42315b514a6ef903bb0e183d3ecab +SIZE (rocky/l/libogg-1.3.4-6.el9.aarch64.rpm) = 32850 +SHA256 (rocky/l/libogg-1.3.4-6.el9.x86_64.rpm) = b9185380df1f9787e93de2e32b0dddbd24d0017371e7b4ae2106ff0bbe8819da +SIZE (rocky/l/libogg-1.3.4-6.el9.x86_64.rpm) = 33277 +SHA256 (rocky/l/libogg-1.3.4-6.el9.src.rpm) = 267097c950dde41f40614d77ddf7253fc43f887d4f796a2aa1fb95ae14c0db2b +SIZE (rocky/l/libogg-1.3.4-6.el9.src.rpm) = 439705 diff --git a/audio/linux-rl9-libogg/pkg-plist.aarch64 b/audio/linux-rl9-libogg/pkg-plist.aarch64 new file mode 100644 index 00000000000..94b93b0a7b7 --- /dev/null +++ b/audio/linux-rl9-libogg/pkg-plist.aarch64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/4c/324ec2f3487aa2d1dc717d118cd0866a87473c +usr/lib64/libogg.so.0 +usr/lib64/libogg.so.0.8.4 +%%PORTDOCS%%usr/share/doc/libogg/AUTHORS +%%PORTDOCS%%usr/share/doc/libogg/CHANGES +%%PORTDOCS%%usr/share/doc/libogg/COPYING +%%PORTDOCS%%usr/share/doc/libogg/README.md diff --git a/audio/linux-rl9-libogg/pkg-plist.amd64 b/audio/linux-rl9-libogg/pkg-plist.amd64 new file mode 100644 index 00000000000..488a99287fd --- /dev/null +++ b/audio/linux-rl9-libogg/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/1f/8985d2e5a6bcb0573b6567e5fd47e4d7ffc164 +usr/lib64/libogg.so.0 +usr/lib64/libogg.so.0.8.4 +%%PORTDOCS%%usr/share/doc/libogg/AUTHORS +%%PORTDOCS%%usr/share/doc/libogg/CHANGES +%%PORTDOCS%%usr/share/doc/libogg/COPYING +%%PORTDOCS%%usr/share/doc/libogg/README.md diff --git a/audio/linux-rl9-libsndfile/Makefile b/audio/linux-rl9-libsndfile/Makefile new file mode 100644 index 00000000000..f230308e9ce --- /dev/null +++ b/audio/linux-rl9-libsndfile/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libsndfile +PORTVERSION= 1.0.31 +DISTVERSIONSUFFIX= -7.el9 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://www.mega-nerd.com/libsndfile/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= flac gsm libogg libvorbis +USE_LINUX_RPM= yes + +CPE_VENDOR= libsndfile_project + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-libsndfile/distinfo b/audio/linux-rl9-libsndfile/distinfo new file mode 100644 index 00000000000..43f1b31f5ed --- /dev/null +++ b/audio/linux-rl9-libsndfile/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686569855 +SHA256 (rocky/l/libsndfile-1.0.31-7.el9.aarch64.rpm) = 9e00dbccf4915b9b7fefa373f11b8afed5b45867eef722714718aeb55773bc97 +SIZE (rocky/l/libsndfile-1.0.31-7.el9.aarch64.rpm) = 211607 +SHA256 (rocky/l/libsndfile-1.0.31-7.el9.x86_64.rpm) = 5ea30db5acfda545cd737faba2198a359895727129ecba6a6cda1cbc5a7725da +SIZE (rocky/l/libsndfile-1.0.31-7.el9.x86_64.rpm) = 211096 +SHA256 (rocky/l/libsndfile-1.0.31-7.el9.src.rpm) = 1926735a13dec087022cf6518bcb30b40bae795cbd36c4eae962b7400151e14c +SIZE (rocky/l/libsndfile-1.0.31-7.el9.src.rpm) = 891950 diff --git a/audio/linux-rl9-libsndfile/pkg-plist.aarch64 b/audio/linux-rl9-libsndfile/pkg-plist.aarch64 new file mode 100644 index 00000000000..fc7b5444a89 --- /dev/null +++ b/audio/linux-rl9-libsndfile/pkg-plist.aarch64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/c5/a4e7594ba0f6646aa48112a4c30df0ae0fa6e4 +usr/lib64/libsndfile.so.1 +usr/lib64/libsndfile.so.1.0.31 +%%PORTDOCS%%usr/share/doc/libsndfile/AUTHORS +%%PORTDOCS%%usr/share/doc/libsndfile/NEWS +%%PORTDOCS%%usr/share/doc/libsndfile/README +usr/share/licenses/libsndfile/COPYING diff --git a/audio/linux-rl9-libsndfile/pkg-plist.amd64 b/audio/linux-rl9-libsndfile/pkg-plist.amd64 new file mode 100644 index 00000000000..ca509c6c8c5 --- /dev/null +++ b/audio/linux-rl9-libsndfile/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/ad/ccae217d9b8216da2bbf8f270ba2b3728651da +usr/lib64/libsndfile.so.1 +usr/lib64/libsndfile.so.1.0.31 +%%PORTDOCS%%usr/share/doc/libsndfile/AUTHORS +%%PORTDOCS%%usr/share/doc/libsndfile/NEWS +%%PORTDOCS%%usr/share/doc/libsndfile/README +usr/share/licenses/libsndfile/COPYING diff --git a/audio/linux-rl9-libvorbis/Makefile b/audio/linux-rl9-libvorbis/Makefile new file mode 100644 index 00000000000..b1084eec3e1 --- /dev/null +++ b/audio/linux-rl9-libvorbis/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libvorbis +PORTVERSION= 1.3.7 +DISTVERSIONSUFFIX= -5.el9 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Audio compression codec library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://xiph.org/vorbis/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libogg +USE_LINUX_RPM= yes + +CPE_VENDOR= xiph.org + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-libvorbis/distinfo b/audio/linux-rl9-libvorbis/distinfo new file mode 100644 index 00000000000..24674696124 --- /dev/null +++ b/audio/linux-rl9-libvorbis/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686569786 +SHA256 (rocky/l/libvorbis-1.3.7-5.el9.aarch64.rpm) = 8476b73e0d8173b9cf05f98d4ab6ecc08a76eb2f130ae71293e0d59573f5360d +SIZE (rocky/l/libvorbis-1.3.7-5.el9.aarch64.rpm) = 192823 +SHA256 (rocky/l/libvorbis-1.3.7-5.el9.x86_64.rpm) = c57530fcd760d7c465826b85dd5dabc086b7922e875da914cf30744c77197dca +SIZE (rocky/l/libvorbis-1.3.7-5.el9.x86_64.rpm) = 196907 +SHA256 (rocky/l/libvorbis-1.3.7-5.el9.src.rpm) = 1d124e09a8e97b920616c085ae1a2c65289887f475697ab241adc8f732426fb3 +SIZE (rocky/l/libvorbis-1.3.7-5.el9.src.rpm) = 1215038 diff --git a/audio/linux-rl9-libvorbis/pkg-plist.aarch64 b/audio/linux-rl9-libvorbis/pkg-plist.aarch64 new file mode 100644 index 00000000000..70adce277ad --- /dev/null +++ b/audio/linux-rl9-libvorbis/pkg-plist.aarch64 @@ -0,0 +1,11 @@ +usr/lib/.build-id/6f/4e3eb4690f8109517037525d161209bb1d6b8c +usr/lib/.build-id/7f/d65681c4689cdba08ae898b71a075be1011e54 +usr/lib/.build-id/b1/d90c0b3a8b3fb3231a188f45fcf0e095570df5 +usr/lib64/libvorbis.so.0 +usr/lib64/libvorbis.so.0.4.9 +usr/lib64/libvorbisenc.so.2 +usr/lib64/libvorbisenc.so.2.0.12 +usr/lib64/libvorbisfile.so.3 +usr/lib64/libvorbisfile.so.3.3.8 +%%PORTDOCS%%usr/share/doc/libvorbis/AUTHORS +usr/share/licenses/libvorbis/COPYING diff --git a/audio/linux-rl9-libvorbis/pkg-plist.amd64 b/audio/linux-rl9-libvorbis/pkg-plist.amd64 new file mode 100644 index 00000000000..f2b4c318961 --- /dev/null +++ b/audio/linux-rl9-libvorbis/pkg-plist.amd64 @@ -0,0 +1,11 @@ +usr/lib/.build-id/0a/312731d5df75265463e2c23a9c02572a9ad041 +usr/lib/.build-id/2a/39af07fa45b4ec4c6d7039bac464e9776e1a3a +usr/lib/.build-id/a7/8442fbc1ed4c0b7cc98d8e5aa878fa2eed70b3 +usr/lib64/libvorbis.so.0 +usr/lib64/libvorbis.so.0.4.9 +usr/lib64/libvorbisenc.so.2 +usr/lib64/libvorbisenc.so.2.0.12 +usr/lib64/libvorbisfile.so.3 +usr/lib64/libvorbisfile.so.3.3.8 +%%PORTDOCS%%usr/share/doc/libvorbis/AUTHORS +usr/share/licenses/libvorbis/COPYING diff --git a/audio/linux-rl9-openal-soft/Makefile b/audio/linux-rl9-openal-soft/Makefile new file mode 100644 index 00000000000..7b1a4d1bdd2 --- /dev/null +++ b/audio/linux-rl9-openal-soft/Makefile @@ -0,0 +1,21 @@ +PORTNAME= openal-soft +PORTVERSION= 1.19.1 +DISTVERSIONSUFFIX= -16.el9 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= 3D positional spatialized sound library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://openal-soft.org/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= alsalib +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-openal-soft/distinfo b/audio/linux-rl9-openal-soft/distinfo new file mode 100644 index 00000000000..676bf473347 --- /dev/null +++ b/audio/linux-rl9-openal-soft/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1705997106 +SHA256 (rocky/o/openal-soft-1.19.1-16.el9.aarch64.rpm) = 4b00b41dfffa797f9f6720431e635107962b24373aab99070f5abbabd36c945d +SIZE (rocky/o/openal-soft-1.19.1-16.el9.aarch64.rpm) = 536820 +SHA256 (rocky/o/openal-soft-1.19.1-16.el9.x86_64.rpm) = a73661c62a75bc6aedbe47c67cfa5dabadd8f828732227b521e548ba9d2784e7 +SIZE (rocky/o/openal-soft-1.19.1-16.el9.x86_64.rpm) = 546106 +SHA256 (rocky/o/openal-soft-1.19.1-16.el9.src.rpm) = eff033e9d6e0a6156a6fc038f63d84a6bb6d96311a63b823a9e09dbca9c3bbc5 +SIZE (rocky/o/openal-soft-1.19.1-16.el9.src.rpm) = 583911 diff --git a/audio/linux-rl9-openal-soft/pkg-plist.aarch64 b/audio/linux-rl9-openal-soft/pkg-plist.aarch64 new file mode 100644 index 00000000000..a5b7085c130 --- /dev/null +++ b/audio/linux-rl9-openal-soft/pkg-plist.aarch64 @@ -0,0 +1,15 @@ +etc/openal/alsoft.conf +usr/bin/openal-info +usr/lib/.build-id/17/3e2bc964861b6d95deba016c3f010232a276ce +usr/lib/.build-id/59/8a0e4b96a996f714251b2a978ba8301fc3a420 +usr/lib64/libopenal.so.1 +usr/lib64/libopenal.so.1.19.1 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +usr/share/openal/hrtf/default-44100.mhr +usr/share/openal/hrtf/default-48000.mhr +usr/share/openal/presets/3D7.1.ambdec +usr/share/openal/presets/hexagon.ambdec +usr/share/openal/presets/itu5.1-nocenter.ambdec +usr/share/openal/presets/itu5.1.ambdec +usr/share/openal/presets/rectangle.ambdec +usr/share/openal/presets/square.ambdec diff --git a/audio/linux-rl9-openal-soft/pkg-plist.amd64 b/audio/linux-rl9-openal-soft/pkg-plist.amd64 new file mode 100644 index 00000000000..c94458d0627 --- /dev/null +++ b/audio/linux-rl9-openal-soft/pkg-plist.amd64 @@ -0,0 +1,15 @@ +etc/openal/alsoft.conf +usr/bin/openal-info +usr/lib/.build-id/0b/c2b4fcae34de3f623f0f994feed8e22de866ca +usr/lib/.build-id/ba/632ab5a3a7ad86b9d79f30ed3b382757e1d712 +usr/lib64/libopenal.so.1 +usr/lib64/libopenal.so.1.19.1 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +usr/share/openal/hrtf/default-44100.mhr +usr/share/openal/hrtf/default-48000.mhr +usr/share/openal/presets/3D7.1.ambdec +usr/share/openal/presets/hexagon.ambdec +usr/share/openal/presets/itu5.1-nocenter.ambdec +usr/share/openal/presets/itu5.1.ambdec +usr/share/openal/presets/rectangle.ambdec +usr/share/openal/presets/square.ambdec diff --git a/audio/linux-rl9-opus/Makefile b/audio/linux-rl9-opus/Makefile new file mode 100644 index 00000000000..c36777f11f8 --- /dev/null +++ b/audio/linux-rl9-opus/Makefile @@ -0,0 +1,20 @@ +PORTNAME= opus +PORTVERSION= 1.3.1 +DISTVERSIONSUFFIX= -10.el9 +CATEGORIES= audio linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= IETF audio codec (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://opus-codec.org/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/audio/linux-rl9-opus/distinfo b/audio/linux-rl9-opus/distinfo new file mode 100644 index 00000000000..409eae05328 --- /dev/null +++ b/audio/linux-rl9-opus/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1688130399 +SHA256 (rocky/o/opus-1.3.1-10.el9.aarch64.rpm) = 9be3967a5257d39e302949fe30f4f8480bc44acb761694758de0fd871a993fcf +SIZE (rocky/o/opus-1.3.1-10.el9.aarch64.rpm) = 197299 +SHA256 (rocky/o/opus-1.3.1-10.el9.x86_64.rpm) = a871c8c2662df51308853f4561cec2f1d7f948ab0a53ba1493f06a01e504f56e +SIZE (rocky/o/opus-1.3.1-10.el9.x86_64.rpm) = 203389 +SHA256 (rocky/o/opus-1.3.1-10.el9.src.rpm) = d38cfeaad2dd8928a6209088df2b00e204a4c726d45d9010a9cb8dd91ca41cfc +SIZE (rocky/o/opus-1.3.1-10.el9.src.rpm) = 1536431 diff --git a/audio/linux-rl9-opus/pkg-plist.aarch64 b/audio/linux-rl9-opus/pkg-plist.aarch64 new file mode 100644 index 00000000000..478bfc013d2 --- /dev/null +++ b/audio/linux-rl9-opus/pkg-plist.aarch64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/cb/b9801b5a7ba7027e9270a51b36dfc3e513d255 +usr/lib64/libopus.so.0 +usr/lib64/libopus.so.0.8.0 +usr/share/licenses/opus/COPYING diff --git a/audio/linux-rl9-opus/pkg-plist.amd64 b/audio/linux-rl9-opus/pkg-plist.amd64 new file mode 100644 index 00000000000..c2f7a95340a --- /dev/null +++ b/audio/linux-rl9-opus/pkg-plist.amd64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/8e/3ed58449103874bc04875a40593e980874c79c +usr/lib64/libopus.so.0 +usr/lib64/libopus.so.0.8.0 +usr/share/licenses/opus/COPYING diff --git a/audio/linux-rl9-pulseaudio-libs/Makefile b/audio/linux-rl9-pulseaudio-libs/Makefile new file mode 100644 index 00000000000..54a42fc7f19 --- /dev/null +++ b/audio/linux-rl9-pulseaudio-libs/Makefile @@ -0,0 +1,29 @@ +PORTNAME= pulseaudio +PORTVERSION= 15.0 +DISTVERSIONSUFFIX= -2.el9 +CATEGORIES= audio linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for PulseAudio clients (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://pulseaudio.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= dbuslibs libasyncns libsndfile systemd-libs xorglibs +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} \ + ${PORTNAME}${PKGNAMESUFFIX}-glib2-${DISTVERSIONFULL} + +CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +post-patch: + @${RM} ${WRKSRC}/etc/pulse/client.conf.orig + +.include diff --git a/audio/linux-rl9-pulseaudio-libs/distinfo b/audio/linux-rl9-pulseaudio-libs/distinfo new file mode 100644 index 00000000000..0c54ee46ebd --- /dev/null +++ b/audio/linux-rl9-pulseaudio-libs/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1686569978 +SHA256 (rocky/p/pulseaudio-libs-15.0-2.el9.aarch64.rpm) = 5b5e5985f27b924ebcd0cb81f731d31760012adf6fa7b36fd4ddcf3315e95649 +SIZE (rocky/p/pulseaudio-libs-15.0-2.el9.aarch64.rpm) = 649461 +SHA256 (rocky/p/pulseaudio-libs-15.0-2.el9.x86_64.rpm) = b0c38349e1ac517c131c9eabfb9f952692684126775305b9a73ead98ae1acfba +SIZE (rocky/p/pulseaudio-libs-15.0-2.el9.x86_64.rpm) = 681555 +SHA256 (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.aarch64.rpm) = 975996cabfe75a34ed505f554006cae6ed9408464d903246b13b02018057b103 +SIZE (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.aarch64.rpm) = 17544 +SHA256 (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.x86_64.rpm) = 1fd0991cb4406ab257063eeacc7696a3fd7b15bc29316c06336b7c94ad1f1f53 +SIZE (rocky/p/pulseaudio-libs-glib2-15.0-2.el9.x86_64.rpm) = 17874 +SHA256 (rocky/p/pulseaudio-15.0-2.el9.src.rpm) = 9fa7d54c118b3842dc43eb01a5136285ae517687278794966db7de657ec37d2f +SIZE (rocky/p/pulseaudio-15.0-2.el9.src.rpm) = 1545895 diff --git a/audio/linux-rl9-pulseaudio-libs/files/patch-etc_pulse_client.conf b/audio/linux-rl9-pulseaudio-libs/files/patch-etc_pulse_client.conf new file mode 100644 index 00000000000..fc17a52913f --- /dev/null +++ b/audio/linux-rl9-pulseaudio-libs/files/patch-etc_pulse_client.conf @@ -0,0 +1,11 @@ +--- etc/pulse/client.conf.orig 2016-02-03 11:05:51 UTC ++++ etc/pulse/client.conf +@@ -29,5 +29,7 @@ + + ; cookie-file = + +-; enable-shm = yes ++; SHM didn't seem to be supported through linuxulator at the time ++enable-shm = no ++ + ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB diff --git a/audio/linux-rl9-pulseaudio-libs/pkg-plist.aarch64 b/audio/linux-rl9-pulseaudio-libs/pkg-plist.aarch64 new file mode 100644 index 00000000000..06394214082 --- /dev/null +++ b/audio/linux-rl9-pulseaudio-libs/pkg-plist.aarch64 @@ -0,0 +1,66 @@ +etc/pulse/client.conf +usr/lib/.build-id/a4/43a0c5d6afa84f226172b26e6a56cdfe9114ff +usr/lib/.build-id/b3/dd53c475f9b3965b1f7af7947c55cb259e598d +usr/lib/.build-id/dc/0ebcb951364fa7500ab72d2e85fefa8023b333 +usr/lib/.build-id/e6/bcef1411bec06b0361debef1f7fae20919b3d2 +usr/lib64/libpulse-mainloop-glib.so.0 +usr/lib64/libpulse-mainloop-glib.so.0.0.6 +usr/lib64/libpulse-simple.so.0 +usr/lib64/libpulse-simple.so.0.1.1 +usr/lib64/libpulse.so.0 +usr/lib64/libpulse.so.0.24.0 +usr/lib64/pulseaudio/libpulsecommon-15.0.so +%%PORTDOCS%%usr/share/doc/pulseaudio-libs/README +usr/share/licenses/pulseaudio-libs/GPL +usr/share/licenses/pulseaudio-libs/LGPL +usr/share/licenses/pulseaudio-libs/LICENSE +%%NLS%%usr/share/locale/af/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/de_CH/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/pulseaudio.mo diff --git a/audio/linux-rl9-pulseaudio-libs/pkg-plist.amd64 b/audio/linux-rl9-pulseaudio-libs/pkg-plist.amd64 new file mode 100644 index 00000000000..e101c5ee159 --- /dev/null +++ b/audio/linux-rl9-pulseaudio-libs/pkg-plist.amd64 @@ -0,0 +1,66 @@ +etc/pulse/client.conf +usr/lib/.build-id/12/24b0a21eb52a869279edfc9bcf40c52021b439 +usr/lib/.build-id/43/db7ae1bf77d7edc2a2575cebdd2b5a4c46d665 +usr/lib/.build-id/60/74f6c18009e0b36b38d283380a04d405bc3024 +usr/lib/.build-id/73/621b51c17caebc6e8f52d7aabbf7dc46bb0191 +usr/lib64/libpulse-mainloop-glib.so.0 +usr/lib64/libpulse-mainloop-glib.so.0.0.6 +usr/lib64/libpulse-simple.so.0 +usr/lib64/libpulse-simple.so.0.1.1 +usr/lib64/libpulse.so.0 +usr/lib64/libpulse.so.0.24.0 +usr/lib64/pulseaudio/libpulsecommon-15.0.so +%%PORTDOCS%%usr/share/doc/pulseaudio-libs/README +usr/share/licenses/pulseaudio-libs/GPL +usr/share/licenses/pulseaudio-libs/LGPL +usr/share/licenses/pulseaudio-libs/LICENSE +%%NLS%%usr/share/locale/af/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/de_CH/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/pulseaudio.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/pulseaudio.mo diff --git a/audio/linux-rl9-pulseaudio-utils/Makefile b/audio/linux-rl9-pulseaudio-utils/Makefile new file mode 100644 index 00000000000..5b7fa339c84 --- /dev/null +++ b/audio/linux-rl9-pulseaudio-utils/Makefile @@ -0,0 +1,21 @@ +PORTNAME= pulseaudio +PORTVERSION= 15.0 +DISTVERSIONSUFFIX= -2.el9 +CATEGORIES= audio linux +PKGNAMESUFFIX= -utils + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Utils for PulseAudio clients (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://pulseaudio.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= xorglibs pulseaudio-libs +USE_LINUX_RPM= nolib + +BIN_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/audio/linux-rl9-pulseaudio-utils/distinfo b/audio/linux-rl9-pulseaudio-utils/distinfo new file mode 100644 index 00000000000..83b04c7582c --- /dev/null +++ b/audio/linux-rl9-pulseaudio-utils/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1692861237 +SHA256 (rocky/p/pulseaudio-utils-15.0-2.el9.aarch64.rpm) = 064707979e0d21e50a9997977745685da464ad9f4b928ab51f93253db2bc55fd +SIZE (rocky/p/pulseaudio-utils-15.0-2.el9.aarch64.rpm) = 71058 +SHA256 (rocky/p/pulseaudio-utils-15.0-2.el9.x86_64.rpm) = b5d640aa277bf74a70502e54a78cb4d2c41312afb99a2d2850749e39e35610cb +SIZE (rocky/p/pulseaudio-utils-15.0-2.el9.x86_64.rpm) = 73481 +SHA256 (rocky/p/pulseaudio-15.0-2.el9.src.rpm) = 9fa7d54c118b3842dc43eb01a5136285ae517687278794966db7de657ec37d2f +SIZE (rocky/p/pulseaudio-15.0-2.el9.src.rpm) = 1545895 diff --git a/audio/linux-rl9-pulseaudio-utils/pkg-plist.aarch64 b/audio/linux-rl9-pulseaudio-utils/pkg-plist.aarch64 new file mode 100644 index 00000000000..c86e1af995f --- /dev/null +++ b/audio/linux-rl9-pulseaudio-utils/pkg-plist.aarch64 @@ -0,0 +1,31 @@ +usr/bin/pacat +usr/bin/pacmd +usr/bin/pactl +usr/bin/pamon +usr/bin/paplay +usr/bin/parec +usr/bin/parecord +usr/bin/pasuspender +usr/bin/pax11publish +usr/lib/.build-id/02/68bcb365e83919faf72ca053649463b2f9e986 +usr/lib/.build-id/03/bcca56a103e7b5ee398274c58e22b92626cc6e +usr/lib/.build-id/58/7e8d99616f0448bdb8b1bfb57f28a5a91edabc +usr/lib/.build-id/c0/9f9c88fab178e28b6db1acece7cb188167076c +usr/lib/.build-id/d7/b1899fd3ca16eb25699ee8d71747e7c4d63825 +usr/share/bash-completion/completions/pacat +usr/share/bash-completion/completions/pacmd +usr/share/bash-completion/completions/pactl +usr/share/bash-completion/completions/padsp +usr/share/bash-completion/completions/paplay +usr/share/bash-completion/completions/parec +usr/share/bash-completion/completions/parecord +usr/share/bash-completion/completions/pasuspender +usr/share/man/man1/pacat.1.gz +usr/share/man/man1/pacmd.1.gz +usr/share/man/man1/pactl.1.gz +usr/share/man/man1/pamon.1.gz +usr/share/man/man1/paplay.1.gz +usr/share/man/man1/parec.1.gz +usr/share/man/man1/parecord.1.gz +usr/share/man/man1/pasuspender.1.gz +usr/share/man/man1/pax11publish.1.gz diff --git a/audio/linux-rl9-pulseaudio-utils/pkg-plist.amd64 b/audio/linux-rl9-pulseaudio-utils/pkg-plist.amd64 new file mode 100644 index 00000000000..6df835dca0c --- /dev/null +++ b/audio/linux-rl9-pulseaudio-utils/pkg-plist.amd64 @@ -0,0 +1,31 @@ +usr/bin/pacat +usr/bin/pacmd +usr/bin/pactl +usr/bin/pamon +usr/bin/paplay +usr/bin/parec +usr/bin/parecord +usr/bin/pasuspender +usr/bin/pax11publish +usr/lib/.build-id/62/9a12745eb95fabffbdff39085ff43ac4ad2fff +usr/lib/.build-id/73/e27ce6f60086781192e4f49c5de99f4fc3c765 +usr/lib/.build-id/75/fa218ae8d8a27230de9410ce90434cabb320a5 +usr/lib/.build-id/94/e9f56f7e4d0f6a54516a72ba9dcce0d69833cd +usr/lib/.build-id/b6/2873b536e0231524d522f92bbfd029604c9bda +usr/share/bash-completion/completions/pacat +usr/share/bash-completion/completions/pacmd +usr/share/bash-completion/completions/pactl +usr/share/bash-completion/completions/padsp +usr/share/bash-completion/completions/paplay +usr/share/bash-completion/completions/parec +usr/share/bash-completion/completions/parecord +usr/share/bash-completion/completions/pasuspender +usr/share/man/man1/pacat.1.gz +usr/share/man/man1/pacmd.1.gz +usr/share/man/man1/pactl.1.gz +usr/share/man/man1/pamon.1.gz +usr/share/man/man1/paplay.1.gz +usr/share/man/man1/parec.1.gz +usr/share/man/man1/parecord.1.gz +usr/share/man/man1/pasuspender.1.gz +usr/share/man/man1/pax11publish.1.gz diff --git a/audio/mkcue/Makefile b/audio/mkcue/Makefile index d8364a35fe3..9c8c5006d69 100644 --- a/audio/mkcue/Makefile +++ b/audio/mkcue/Makefile @@ -1,8 +1,9 @@ PORTNAME= mkcue -PORTVERSION= 1 +DISTVERSION= ${ORIGVERSION}-${DEBIANVERSION} CATEGORIES= audio MASTER_SITES= DEBIAN -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig +DISTFILES= ${PORTNAME}_${ORIGVERSION}.orig.tar.gz \ + ${PORTNAME}_${DISTVERSION}.debian.tar.xz MAINTAINER= tobias.rehbein@web.de COMMENT= Generates CUE sheets from a CD TOC (Table Of Contents) @@ -11,14 +12,27 @@ WWW= https://packages.debian.org/sid/mkcue LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig -MAKEFILE= GNUmakefile -GNU_CONFIGURE= yes +BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man -PLIST_FILES= bin/mkcue +ORIGVERSION= 1 +DEBIANVERSION= 7 + +GNU_CONFIGURE= yes +MAKEFILE= GNUmakefile + +EXTRA_PATCHES= ${WRKDIR}/debian/patches/fix_msf_offset:-p1 \ + ${WRKDIR}/debian/patches/use_ldflags:-p1 + +WRKSRC= ${WRKDIR}/${PORTNAME}-${ORIGVERSION}.orig + +PLIST_FILES= bin/mkcue \ + share/man/man1/mkcue.1.gz + +post-build: + docbook-to-man ${WRKDIR}/debian/mkcue.sgml > ${WRKDIR}/debian/mkcue.1 do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/mkcue ${STAGEDIR}${PREFIX}/bin - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkcue + ${INSTALL_PROGRAM} ${WRKSRC}/mkcue ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKDIR}/debian/mkcue.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/audio/mkcue/distinfo b/audio/mkcue/distinfo index df4e95ce49b..0141a57faa1 100644 --- a/audio/mkcue/distinfo +++ b/audio/mkcue/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1560369510 +TIMESTAMP = 1706094385 SHA256 (mkcue_1.orig.tar.gz) = 2aaf57da4d0f2e24329d5e952e90ec182d4aa82e4b2e025283e42370f9494867 SIZE (mkcue_1.orig.tar.gz) = 80650 +SHA256 (mkcue_1-7.debian.tar.xz) = 5d3eed6b3c43f34459f94420aaea1f5decda64274db676d336282fba3574db6c +SIZE (mkcue_1-7.debian.tar.xz) = 5760 diff --git a/audio/mmtc/Makefile b/audio/mmtc/Makefile index 4693e28b3c0..c6678e8dd55 100644 --- a/audio/mmtc/Makefile +++ b/audio/mmtc/Makefile @@ -1,7 +1,7 @@ PORTNAME= mmtc DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/mousai/Makefile b/audio/mousai/Makefile index 03174f1d51c..8b7838b6739 100644 --- a/audio/mousai/Makefile +++ b/audio/mousai/Makefile @@ -1,6 +1,7 @@ PORTNAME= mousai DISTVERSIONPREFIX= v DISTVERSION= 0.7.7 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= jbeich@FreeBSD.org diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index 42b910f8d2f..e1120cf6bc0 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -9,6 +9,8 @@ COMMENT= MP3 bitrate plot tool WWW= https://p.outlyer.net/mp3plot/ BROKEN= fails to build with newest Boost +DEPRECATED= Dead upstream and fails to build +EXPIRATION_DATE=2024-05-31 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/audio/murmur-cli/Makefile b/audio/murmur-cli/Makefile index 8be9e07ad1e..f4f022be169 100644 --- a/audio/murmur-cli/Makefile +++ b/audio/murmur-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= murmur-cli PORTVERSION= 0.0.0.20200528 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/myxer/Makefile b/audio/myxer/Makefile index 74866b0e338..a7344b9cb9b 100644 --- a/audio/myxer/Makefile +++ b/audio/myxer/Makefile @@ -1,5 +1,6 @@ PORTNAME= myxer DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/ncspot/Makefile b/audio/ncspot/Makefile index 0a5c01fde00..5fe5917ac32 100644 --- a/audio/ncspot/Makefile +++ b/audio/ncspot/Makefile @@ -1,6 +1,7 @@ PORTNAME= ncspot DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/audio/netease-music-tui/Makefile b/audio/netease-music-tui/Makefile index 3ae34e0c780..96eb7237043 100644 --- a/audio/netease-music-tui/Makefile +++ b/audio/netease-music-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= netease-music-tui DISTVERSIONPREFIX= v DISTVERSION= 0.1.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/noise-suppression-for-voice-lv2/Makefile b/audio/noise-suppression-for-voice-lv2/Makefile index 62f77a75cee..fed365634ca 100644 --- a/audio/noise-suppression-for-voice-lv2/Makefile +++ b/audio/noise-suppression-for-voice-lv2/Makefile @@ -23,6 +23,10 @@ USES= cmake compiler:c11 localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= werman +# Remove bundled library +EXTRACT_AFTER_ARGS= --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/external/JUCE \ + --no-same-owner --no-same-permissions + CMAKE_OFF= BUILD_TESTS CMAKE_OFF+= BUILD_VST_PLUGIN # https://github.com/werman/noise-suppression-for-voice/issues/65 CXXFLAGS+= -DJUCE_CUSTOM_VST3_SDK=1 -DJUCE_INCLUDE_PNGLIB_CODE=0 @@ -46,9 +50,6 @@ VST3_BROKEN= fails to build with juce-7.0.6, see https://github.com/werman/nois CXXFLAGS+= -fclang-abi-compat=17 .endif -post-extract: # remove bundled JUCE - @${RM} -rf ${WRKSRC}/external/JUCE - post-install: # move plugins to a proper place: workaround for https://github.com/juce-framework/JUCE/issues/1237 and strip binaries @${MV} ${STAGEDIR}${WRKDIR}/.lv2 ${STAGEDIR}${PREFIX}/lib/lv2 # remove empty directories diff --git a/audio/pms-devel/Makefile b/audio/pms-devel/Makefile index 4b7944f5b3d..0b7219d7ecb 100644 --- a/audio/pms-devel/Makefile +++ b/audio/pms-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= pms-devel PORTVERSION= 0.0.20231224 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= riggs@FreeBSD.org diff --git a/audio/rebot3/Makefile b/audio/rebot3/Makefile index d14a0d09e7f..4b21db1464b 100644 --- a/audio/rebot3/Makefile +++ b/audio/rebot3/Makefile @@ -11,6 +11,9 @@ WWW= http://www.headmqa.com/rebot3/ LICENSE= GPLv2 +DEPRECATED= Depends on legacy service/protocol that's requires registration +EXPIRATION_DATE=2024-05-31 + RUN_DEPENDS= p5-CDDB>=0:audio/p5-CDDB \ p5-MP3-ID3v1Tag>=0:audio/p5-MP3-ID3v1Tag diff --git a/audio/shortwave/Makefile b/audio/shortwave/Makefile index cbe4fe73634..998622392c2 100644 --- a/audio/shortwave/Makefile +++ b/audio/shortwave/Makefile @@ -1,6 +1,6 @@ PORTNAME= shortwave DISTVERSION= 3.2.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MAINTAINER= jbeich@FreeBSD.org diff --git a/audio/songrec/Makefile b/audio/songrec/Makefile index 05aadb28d94..d9098340e22 100644 --- a/audio/songrec/Makefile +++ b/audio/songrec/Makefile @@ -1,6 +1,6 @@ PORTNAME= songrec DISTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/spotify-player/Makefile b/audio/spotify-player/Makefile index 1b544d310b5..1faf218a5af 100644 --- a/audio/spotify-player/Makefile +++ b/audio/spotify-player/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotify-player DISTVERSIONPREFIX= v DISTVERSION= 0.17.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= jfree@FreeBSD.org diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile index 06dcda3a116..b9661fba962 100644 --- a/audio/spotify-tui/Makefile +++ b/audio/spotify-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotify-tui DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile index 229c76360ba..b1367160109 100644 --- a/audio/spotifyd/Makefile +++ b/audio/spotifyd/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotifyd DISTVERSIONPREFIX= v DISTVERSION= 0.3.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/audio/supercollider/Makefile b/audio/supercollider/Makefile index 1aac51b1a96..a9afa36270d 100644 --- a/audio/supercollider/Makefile +++ b/audio/supercollider/Makefile @@ -1,13 +1,9 @@ PORTNAME= supercollider -DISTVERSION= 3.11.2 -PORTREVISION= 7 +DISTVERSION= 3.13.0 CATEGORIES= audio MASTER_SITES= https://github.com/supercollider/supercollider/releases/download/Version-${PORTVERSION}/ DISTNAME= SuperCollider-${PORTVERSION}-Source -PATCH_SITES= https://github.com/supercollider/supercollider/commit/ -PATCHFILES= b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e.patch:-p1 - MAINTAINER= ports@nicandneal.net COMMENT= Programming language for real time audio synthesis WWW= https://supercollider.github.io @@ -23,19 +19,25 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ USES= cmake compiler:c++11-lang iconv localbase pkgconfig \ qt:5 readline shared-mime-info tar:bzip2 xorg +USE_QT_amd64= webengine +USE_QT_i386= webengine USE_QT= buildtools:build concurrent core declarative gui linguisttools location \ network opengl printsupport qmake:build sensors \ - sql widgets websockets webchannel svg + sql widgets websockets webchannel svg ${USE_QT_${ARCH}} USE_XORG= x11 USE_LDCONFIG= yes +CMAKE_ARGS_nox86= -DSSE:BOOL=FALSE \ + -DSSE2:BOOL=FALSE \ + -DSC_USE_QTWEBENGINE:BOOL=FALSE CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE}/lib/qt5 \ -DLIBUSB_1_INCLUDE_DIR=/usr/include \ -DLIBUSB_1_LIBRARY=/usr/lib/libusb.so \ -DLIBSCSYNTH=ON \ -DSYSTEM_BOOST=ON \ -DSYSTEM_YAMLCPP=ON \ - -DSC_ABLETON_LINK=OFF + -DSC_ABLETON_LINK=OFF \ + ${ARCH:Namd64:Ni386:C/.*/${CMAKE_ARGS_nox86}/} DESKTOP_ENTRIES="SuperCollider IDE" "" "${LOCALBASE}/share/pixmaps/sc_ide.svg" \ "scide" "" false @@ -53,12 +55,7 @@ AVAHI_CMAKE_BOOL_OFF= NO_AVAHI HELP_CMAKE_BOOL= INSTALL_HELP SUPERNOVA_CMAKE_BOOL= SUPERNOVA -.include +post-patch: + ${CP} ${WRKSRC}/external_libraries/boost/boost/filesystem/string_file.hpp ${WRKSRC}/include/common -.if ! ${ARCH} == amd64 && ! ${ARCH} == i386 -CMAKE_ARGS+= -DSSE:BOOL=FALSE -DSSE2:BOOL=FALSE -DSC_USE_QTWEBENGINE:BOOL=FALSE -.else -USE_QT+= webengine -.endif - -.include +.include diff --git a/audio/supercollider/distinfo b/audio/supercollider/distinfo index 3ea8c06ddd5..8bc00b8608b 100644 --- a/audio/supercollider/distinfo +++ b/audio/supercollider/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1672258513 -SHA256 (SuperCollider-3.11.2-Source.tar.bz2) = c22c32c6bc482671d4fb8f51672df712d97a6a6277235c4da2312910303a0506 -SIZE (SuperCollider-3.11.2-Source.tar.bz2) = 18130954 +TIMESTAMP = 1708353834 +SHA256 (SuperCollider-3.13.0-Source.tar.bz2) = 0fc5dba5baeae37f9069ad28885aa405c6a25309e3886cbe111bd3b7c05531ce +SIZE (SuperCollider-3.13.0-Source.tar.bz2) = 18685091 SHA256 (b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e.patch) = 49d15a62a467143412850595c11a910e70e5ff1e20d7d0608940f8ffa9ce586f SIZE (b9dd70c4c8d61c93d7a70645e0bd18fa76e6834e.patch) = 9133 diff --git a/audio/supercollider/files/patch-common_SC__Apple.hpp b/audio/supercollider/files/patch-common_SC__Apple.hpp deleted file mode 100644 index 3cdb2829f94..00000000000 --- a/audio/supercollider/files/patch-common_SC__Apple.hpp +++ /dev/null @@ -1,22 +0,0 @@ ---- common/SC_Apple.hpp.orig 2020-11-15 17:38:25 UTC -+++ common/SC_Apple.hpp -@@ -23,19 +23,5 @@ namespace SC { namespace Apple { - - void disableAppNap(); - --namespace EventLoop { -- --// Setup the main application. This function must be called in the --// main thread and before any other calls to Cocoa methods. --void setup(); --// Run the event loop. This function must be called in the main thread. --// It blocks until the event loop finishes. --void run(); --// Ask the event loop to stop and terminate the program. --// This function can be called from any thread. --void quit(); -- --} // EventLoop -- - } // namespace Apple - } // namespace SC diff --git a/audio/supercollider/files/patch-common_SC__Apple.mm b/audio/supercollider/files/patch-common_SC__Apple.mm deleted file mode 100644 index 7143d22694f..00000000000 --- a/audio/supercollider/files/patch-common_SC__Apple.mm +++ /dev/null @@ -1,68 +0,0 @@ ---- common/SC_Apple.mm.orig 2020-11-15 17:38:25 UTC -+++ common/SC_Apple.mm -@@ -42,65 +42,5 @@ void disableAppNap() { - } - } - --namespace EventLoop { -- --static std::atomic_bool g_running; -- --void setup() { -- // The following code would transform the process into a foreground application. -- // For now it's the plugin's responsibility to do this (early or lazily) -- // because we don't want to always show an icon in the docker. -- // ProcessSerialNumber psn = { 0, kCurrentProcess }; -- // TransformProcessType(&psn, kProcessTransformToForegroundApplication); -- -- // Create NSApplication -- [NSApplication sharedApplication]; --} -- --void run() { --#if 0 -- // this doesn't work... -- [NSApp run]; --#else -- // Kudos to https://www.cocoawithlove.com/2009/01/demystifying-nsapplication-by.html -- NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; -- -- [NSApp finishLaunching]; -- g_running = true; -- -- while (g_running) { -- [pool release]; -- pool = [[NSAutoreleasePool alloc] init]; -- NSEvent* event = [NSApp nextEventMatchingMask:NSAnyEventMask -- untilDate:[NSDate distantFuture] -- inMode:NSDefaultRunLoopMode -- dequeue:YES]; -- if (event) { -- [NSApp sendEvent:event]; -- [NSApp updateWindows]; -- } -- } -- [pool release]; --#endif --} -- --void quit() { -- // break from event loop instead of [NSApp terminate:nil] -- g_running = false; -- // send dummy event to wake up event loop -- NSEvent* event = [NSEvent otherEventWithType:NSApplicationDefined -- location:NSMakePoint(0, 0) -- modifierFlags:0 -- timestamp:0 -- windowNumber:0 -- context:nil -- subtype:0 -- data1:0 -- data2:0]; -- [NSApp postEvent:event atStart:NO]; --} -- --} // EventLoop -- - } // namespace Apple - } // namespace SC diff --git a/audio/supercollider/files/patch-common_SC__AppleEventLoop.hpp b/audio/supercollider/files/patch-common_SC__AppleEventLoop.hpp deleted file mode 100644 index f3837425080..00000000000 --- a/audio/supercollider/files/patch-common_SC__AppleEventLoop.hpp +++ /dev/null @@ -1,37 +0,0 @@ ---- common/SC_AppleEventLoop.hpp.orig 2021-04-22 03:41:58 UTC -+++ common/SC_AppleEventLoop.hpp -@@ -0,0 +1,34 @@ -+/************************************************************************ -+ * -+ * Copyright 2019 Christof Ressi -+ * -+ * This program is free software: you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation, either version 2 of the License, or -+ * (at your option) any later version. -+ * -+ * This program is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with this program. If not, see . -+ * -+ ************************************************************************/ -+ -+#pragma once -+ -+namespace SC { namespace Apple { namespace EventLoop { -+ -+// Setup the main application. This function must be called in the -+// main thread and before any other calls to Cocoa methods. -+void setup(); -+// Run the event loop. This function must be called in the main thread. -+// It blocks until the event loop finishes. -+void run(); -+// Ask the event loop to stop and terminate the program. -+// This function can be called from any thread. -+void quit(); -+ -+}}} // namespace SC::Apple::EventLoop diff --git a/audio/supercollider/files/patch-common_SC__EventLoop.hpp b/audio/supercollider/files/patch-common_SC__EventLoop.hpp deleted file mode 100644 index cb3e4377bbb..00000000000 --- a/audio/supercollider/files/patch-common_SC__EventLoop.hpp +++ /dev/null @@ -1,19 +0,0 @@ ---- common/SC_EventLoop.hpp.orig 2020-11-15 17:38:25 UTC -+++ common/SC_EventLoop.hpp -@@ -2,7 +2,7 @@ - - #include - #ifdef __APPLE__ --# include "SC_Apple.hpp" -+# include "SC_AppleEventLoop.hpp" - # include - #endif - -@@ -21,6 +21,7 @@ class EventLoop { (public) - SC::Apple::EventLoop::setup(); - #endif - } -+ - // Run the event loop until 'waitFunction' returns. - static void run(std::function waitFunction) { - #ifdef __APPLE__ diff --git a/audio/supercollider/files/patch-external__libraries_boost_boost_math_special__functions_detail_fp__traits.hpp b/audio/supercollider/files/patch-external__libraries_boost_boost_math_special__functions_detail_fp__traits.hpp deleted file mode 100644 index 1dea3fa4262..00000000000 --- a/audio/supercollider/files/patch-external__libraries_boost_boost_math_special__functions_detail_fp__traits.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- external_libraries/boost/boost/math/special_functions/detail/fp_traits.hpp.orig 2020-04-01 20:16:40 UTC -+++ external_libraries/boost/boost/math/special_functions/detail/fp_traits.hpp -@@ -24,7 +24,7 @@ With these techniques, the code could be simplified. - - #include - #include --#include -+#include - #include - #include - diff --git a/audio/supercollider/files/patch-lang_LangSource_PyrLexer.cpp b/audio/supercollider/files/patch-lang_LangSource_PyrLexer.cpp new file mode 100644 index 00000000000..4c93cbea172 --- /dev/null +++ b/audio/supercollider/files/patch-lang_LangSource_PyrLexer.cpp @@ -0,0 +1,11 @@ +--- lang/LangSource/PyrLexer.cpp.orig 2024-03-15 10:40:00 UTC ++++ lang/LangSource/PyrLexer.cpp +@@ -38,7 +38,7 @@ + + #include + #include +-#include ++#include "string_file.hpp" + + #include "PyrParseNode.h" + #include "Bison/lang11d_tab.h" diff --git a/audio/supercollider/files/patch-server_scsynth_CMakeLists.txt b/audio/supercollider/files/patch-server_scsynth_CMakeLists.txt deleted file mode 100644 index 3cc443c0cc1..00000000000 --- a/audio/supercollider/files/patch-server_scsynth_CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ ---- server/scsynth/CMakeLists.txt.orig 2020-11-15 17:38:26 UTC -+++ server/scsynth/CMakeLists.txt -@@ -230,7 +230,13 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux") - target_link_libraries(libscsynth rt) - endif() - --add_executable(scsynth scsynth_main.cpp) -+add_executable(scsynth -+ scsynth_main.cpp -+ -+ # these files contain code only used in main() -+ ${CMAKE_SOURCE_DIR}/common/SC_ServerBootDelayWarning.cpp -+ $<$: ${CMAKE_SOURCE_DIR}/common/SC_AppleEventLoop.mm > -+ ) - target_link_libraries(scsynth libscsynth) - - if (PTHREADS_FOUND) diff --git a/audio/supercollider/files/patch-server_scsynth_SC__GraphDef.cpp b/audio/supercollider/files/patch-server_scsynth_SC__GraphDef.cpp new file mode 100644 index 00000000000..bdf4c344af5 --- /dev/null +++ b/audio/supercollider/files/patch-server_scsynth_SC__GraphDef.cpp @@ -0,0 +1,11 @@ +--- server/scsynth/SC_GraphDef.cpp.orig 2024-03-15 10:33:57 UTC ++++ server/scsynth/SC_GraphDef.cpp +@@ -46,7 +46,7 @@ + #include + + #include // recursive_directory_iterator +-#include // load_string_file ++#include "string_file.hpp" // load_string_file + + namespace bfs = boost::filesystem; + diff --git a/audio/supercollider/files/patch-server_supernova_CMakeLists.txt b/audio/supercollider/files/patch-server_supernova_CMakeLists.txt deleted file mode 100644 index 895769be779..00000000000 --- a/audio/supercollider/files/patch-server_supernova_CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ ---- server/supernova/CMakeLists.txt.orig 2020-11-15 17:38:26 UTC -+++ server/supernova/CMakeLists.txt -@@ -182,7 +182,14 @@ if(WIN32) - endif() - - --add_executable(supernova server/main.cpp ${supernova_headers}) -+add_executable(supernova -+ server/main.cpp -+ ${supernova_headers} -+ -+ # these files contain code only used in main() -+ ${CMAKE_SOURCE_DIR}/common/SC_ServerBootDelayWarning.cpp -+ $<$: ${CMAKE_SOURCE_DIR}/common/SC_AppleEventLoop.mm > -+ ) - target_link_libraries(supernova libsupernova) - - if(WIN32) diff --git a/audio/supercollider/files/patch-server_supernova_sc_sc__osc__handler.hpp b/audio/supercollider/files/patch-server_supernova_sc_sc__osc__handler.hpp deleted file mode 100644 index 70b0a05823c..00000000000 --- a/audio/supercollider/files/patch-server_supernova_sc_sc__osc__handler.hpp +++ /dev/null @@ -1,27 +0,0 @@ ---- server/supernova/sc/sc_osc_handler.hpp.orig 2020-11-15 17:38:26 UTC -+++ server/supernova/sc/sc_osc_handler.hpp -@@ -229,11 +229,7 @@ class sc_osc_handler : private detail::network_thread, - class tcp_connection : public nova_endpoint { - public: - using pointer = std::shared_ptr; --#if BOOST_VERSION >= 107000 -- using executor = boost::asio::executor; --#else -- using executor = boost::asio::io_context::executor_type; --#endif -+ using executor = tcp::socket::executor_type; - - static pointer create(const executor& executor) { return pointer(new tcp_connection(executor)); } - -@@ -244,11 +240,7 @@ class sc_osc_handler : private detail::network_thread, - bool operator==(tcp_connection const& rhs) const { return &rhs == this; } - - private: --#if BOOST_VERSION >= 107000 - tcp_connection(const executor& executor): socket_(executor) {} --#else -- tcp_connection(const executor& executor): socket_(executor.context()) {} --#endif - - void send(const char* data, size_t length) override final; - diff --git a/audio/supercollider/pkg-plist b/audio/supercollider/pkg-plist index 4d8e444b33b..2f469b500f2 100644 --- a/audio/supercollider/pkg-plist +++ b/audio/supercollider/pkg-plist @@ -13,11 +13,13 @@ include/SuperCollider/common/SC_Types.h include/SuperCollider/common/SC_fftlib.h include/SuperCollider/common/clz.h include/SuperCollider/common/function_attributes.h +include/SuperCollider/common/string_file.hpp include/SuperCollider/common/wintime.h include/SuperCollider/lang/SC_LanguageClient.h include/SuperCollider/plugin_interface/FFT_UGens.h include/SuperCollider/plugin_interface/Hash.h include/SuperCollider/plugin_interface/SCComplex.h +include/SuperCollider/plugin_interface/SC_BelaScope.h include/SuperCollider/plugin_interface/SC_BufGen.h include/SuperCollider/plugin_interface/SC_Complex.h include/SuperCollider/plugin_interface/SC_Constants.h @@ -50,6 +52,8 @@ include/SuperCollider/server/SC_WorldOptions.h %%SUPERNOVA%%lib/SuperCollider/plugins/DelayUGens_supernova.so %%SUPERNOVA%%lib/SuperCollider/plugins/DemandUGens.so %%SUPERNOVA%%lib/SuperCollider/plugins/DemandUGens_supernova.so +%%SUPERNOVA%%lib/SuperCollider/plugins/DemoUGens.so +%%SUPERNOVA%%lib/SuperCollider/plugins/DemoUGens_supernova.so %%SUPERNOVA%%lib/SuperCollider/plugins/DiskIO_UGens.so %%SUPERNOVA%%lib/SuperCollider/plugins/DiskIO_UGens_supernova.so %%SUPERNOVA%%lib/SuperCollider/plugins/DynNoiseUGens.so @@ -118,6 +122,7 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/APF.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/AbstractDispatcher.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/AbstractFunction.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/AbstractGridLines.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/AbstractIn.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/AbstractMessageMatcher.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/AbstractOut.schelp @@ -131,6 +136,8 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/AmpComp.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/AmpCompA.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Amplitude.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/AnalogIn.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/AnalogOut.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/AppClock.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/ApplicationStart.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Archive.schelp @@ -160,6 +167,8 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/BasicOpUGen.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/BeatTrack.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/BeatTrack2.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/BelaScope.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/BelaScopeOut.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/BendResponder.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/BiPanB2.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/BinaryOpFunction.schelp @@ -193,6 +202,7 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/CCResponder.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/COsc.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/CSVFileReader.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/CallOnce.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Changed.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/ChaosGen.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Char.schelp @@ -213,6 +223,7 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/CompanderD.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Complex.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/CompositeView.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/CondVar.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Condition.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/ContiguousBlockAllocator.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Control.schelp @@ -234,6 +245,7 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/Dbufrd.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Dbufwr.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Dconst.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/Ddup.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/DebugNodeWatcher.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Decay.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Decay2.schelp @@ -254,10 +266,14 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/Dialog.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Dibrown.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Dictionary.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/DigitalIO.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/DigitalIn.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/DigitalOut.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/DiskIn.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/DiskOut.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Diwhite.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Document.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/DoesNotUnderstandError.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Done.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/DoubleArray.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Download.schelp @@ -310,6 +326,7 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/EventStreamPlayer.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Exception.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/ExpRand.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/ExponentialGridLines.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/FBSineC.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/FBSineL.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/FBSineN.schelp @@ -330,6 +347,7 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/FlowVar.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/FlowView.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Fold.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/FoldIndex.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Font.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Formant.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Formlet.schelp @@ -484,10 +502,12 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/LinXFade2.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Line.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/LineLayout.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/LinearGridLines.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Linen.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/LinkClock.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/LinkedList.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/LinkedListNode.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/LinuxPlatform.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/List.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/ListPattern.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/ListView.schelp @@ -539,6 +559,7 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/MultiOutUGen.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/MultiSliderView.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/MultiTap.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/MultiplexAnalogIn.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/NAryOpFunction.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/NAryOpStream.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/NRand.schelp @@ -681,6 +702,7 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/Pdict.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pdiff.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pdrop.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/Pdup.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/PdurStutter.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Peak.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/PeakFollower.schelp @@ -688,6 +710,8 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/Penvir.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pevent.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pexprand.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/PfadeIn.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/PfadeOut.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pfin.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pfindur.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pfinval.schelp @@ -704,6 +728,7 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/Pget.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pgpar.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pgroup.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/Pgtpar.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Phasor.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Phprand.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pif.schelp @@ -778,6 +803,7 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/PstepNadd.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/PstepNfunc.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pstutter.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/Psubdivide.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pswitch.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Pswitch1.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Psym.schelp @@ -899,6 +925,7 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Classes/SoundFileView.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/SoundIn.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/SparseArray.schelp +%%HELP%%share/SuperCollider/HelpSource/Classes/Spawner.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/Spec.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/SpecCentroid.schelp %%HELP%%share/SuperCollider/HelpSource/Classes/SpecFlatness.schelp @@ -1030,6 +1057,8 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Guides/Multichannel-Expansion.schelp %%HELP%%share/SuperCollider/HelpSource/Guides/News-3_10.schelp %%HELP%%share/SuperCollider/HelpSource/Guides/News-3_11.schelp +%%HELP%%share/SuperCollider/HelpSource/Guides/News-3_12.schelp +%%HELP%%share/SuperCollider/HelpSource/Guides/News-3_13.schelp %%HELP%%share/SuperCollider/HelpSource/Guides/News-3_5.schelp %%HELP%%share/SuperCollider/HelpSource/Guides/News-3_6.schelp %%HELP%%share/SuperCollider/HelpSource/Guides/News-3_7.schelp @@ -1054,6 +1083,7 @@ share/SuperCollider/HID_Support/hut/hut_8_ledpage.yaml %%HELP%%share/SuperCollider/HelpSource/Guides/Tracing-Processes.schelp %%HELP%%share/SuperCollider/HelpSource/Guides/UGens-and-Synths.schelp %%HELP%%share/SuperCollider/HelpSource/Guides/Understanding-Errors.schelp +%%HELP%%share/SuperCollider/HelpSource/Guides/UserFAQ.schelp %%HELP%%share/SuperCollider/HelpSource/Guides/UsingExtensions.schelp %%HELP%%share/SuperCollider/HelpSource/Guides/UsingMIDI.schelp %%HELP%%share/SuperCollider/HelpSource/Guides/UsingQuarks.schelp @@ -1279,6 +1309,8 @@ share/SuperCollider/README.md share/SuperCollider/README_LINUX.md share/SuperCollider/SCClassLibrary/Common/Audio/BEQSuite.sc share/SuperCollider/SCClassLibrary/Common/Audio/BasicOpsUGen.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Bela/BelaScope.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Bela/BelaUGens.sc share/SuperCollider/SCClassLibrary/Common/Audio/BufIO.sc share/SuperCollider/SCClassLibrary/Common/Audio/Chaos.sc share/SuperCollider/SCClassLibrary/Common/Audio/Compander.sc @@ -1355,6 +1387,7 @@ share/SuperCollider/SCClassLibrary/Common/Collections/String.sc share/SuperCollider/SCClassLibrary/Common/Collections/linux/extString_linux.sc share/SuperCollider/SCClassLibrary/Common/Collections/osx/extString_osx.sc share/SuperCollider/SCClassLibrary/Common/Collections/windows/extString_windows.sc +share/SuperCollider/SCClassLibrary/Common/Control/BelaServerOptions.sc share/SuperCollider/SCClassLibrary/Common/Control/Buffer.sc share/SuperCollider/SCClassLibrary/Common/Control/Bus.sc share/SuperCollider/SCClassLibrary/Common/Control/Engine.sc @@ -1399,6 +1432,7 @@ share/SuperCollider/SCClassLibrary/Common/Core/Boolean.sc share/SuperCollider/SCClassLibrary/Common/Core/Char.sc share/SuperCollider/SCClassLibrary/Common/Core/Clock.sc share/SuperCollider/SCClassLibrary/Common/Core/Color.sc +share/SuperCollider/SCClassLibrary/Common/Core/CondVar.sc share/SuperCollider/SCClassLibrary/Common/Core/Condition.sc share/SuperCollider/SCClassLibrary/Common/Core/Error.sc share/SuperCollider/SCClassLibrary/Common/Core/Finalize.sc @@ -1451,7 +1485,6 @@ share/SuperCollider/SCClassLibrary/Common/GUI/Base/QObject.sc share/SuperCollider/SCClassLibrary/Common/GUI/Base/QPalette.sc share/SuperCollider/SCClassLibrary/Common/GUI/Base/QPen.sc share/SuperCollider/SCClassLibrary/Common/GUI/Base/QPenPrinter.sc -share/SuperCollider/SCClassLibrary/Common/GUI/Base/QQuartzComposerView.sc share/SuperCollider/SCClassLibrary/Common/GUI/Base/QRangeSlider.sc share/SuperCollider/SCClassLibrary/Common/GUI/Base/QSlider.sc share/SuperCollider/SCClassLibrary/Common/GUI/Base/QSlider2D.sc @@ -1618,7 +1651,18 @@ share/SuperCollider/SCClassLibrary/deprecated/3.10/deprecated-3.10.sc share/SuperCollider/SCClassLibrary/deprecated/3.10/osc/OSCpathResponder.sc share/SuperCollider/SCClassLibrary/deprecated/3.10/osc/OSCresponder.sc share/SuperCollider/SCClassLibrary/deprecated/3.11/deprecated-3.11.sc +share/SuperCollider/SCClassLibrary/deprecated/3.12/deprecated-3.12.sc +share/SuperCollider/SCClassLibrary/deprecated/3.13/GUI/Grid.sc +share/SuperCollider/SCClassLibrary/deprecated/3.13/GUI/QQuartzComposerView.sc share/SuperCollider/SCClassLibrary/scide_scqt/ScIDE.sc +share/SuperCollider/examples/Bela/bela_example_analogin.scd +share/SuperCollider/examples/Bela/bela_example_analogin_2.scd +share/SuperCollider/examples/Bela/bela_example_analogout.scd +share/SuperCollider/examples/Bela/bela_example_digital.scd +share/SuperCollider/examples/Bela/bela_example_digitalio.scd +share/SuperCollider/examples/Bela/bela_example_digitalout.scd +share/SuperCollider/examples/Bela/bela_start_scsynth.scd +share/SuperCollider/examples/Bela/bela_test_cases.scd share/SuperCollider/examples/GUI examples/ColorBrowser.scd share/SuperCollider/examples/GUI examples/GUI_examples1.scd share/SuperCollider/examples/GUI examples/GUI_examples2.scd @@ -1694,8 +1738,8 @@ share/SuperCollider/translations/scide_ru.qm share/SuperCollider/translations/scide_sl.qm share/SuperCollider/translations/scide_sv.qm share/SuperCollider/translations/scide_zh.qm +share/icons/hicolor/32x32/apps/supercollider.xpm +share/icons/hicolor/48x48/apps/supercollider.png +share/icons/hicolor/scalable/apps/sc_ide.svg share/mime/packages/supercollider.xml -share/pixmaps/sc_ide.svg -share/pixmaps/supercollider.png -share/pixmaps/supercollider.xpm @dir share/SuperCollider/SCClassLibrary/External diff --git a/audio/visp-go/Makefile b/audio/visp-go/Makefile index 9cc470e24a1..0422556a93d 100644 --- a/audio/visp-go/Makefile +++ b/audio/visp-go/Makefile @@ -1,6 +1,6 @@ PORTNAME= visp-go DISTVERSION= g20210723 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org diff --git a/audio/zita-jclient/Makefile b/audio/zita-jclient/Makefile index a3808ba3445..6f6e13b0c6c 100644 --- a/audio/zita-jclient/Makefile +++ b/audio/zita-jclient/Makefile @@ -1,6 +1,5 @@ PORTNAME= zita-jclient -DISTVERSION= 0.4.2 -PORTREVISION= 4 +DISTVERSION= 0.5.2 CATEGORIES= audio MASTER_SITES= https://kokkinizita.linuxaudio.org/linuxaudio/downloads/ diff --git a/audio/zita-jclient/distinfo b/audio/zita-jclient/distinfo index a5a1d6d0bcc..06c1c8e7f7d 100644 --- a/audio/zita-jclient/distinfo +++ b/audio/zita-jclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627410163 -SHA256 (zita-jclient-0.4.2.tar.bz2) = e4982efa8eb72158d655443459eacb9bd2a6ce5351617f6a9f78943ea0791802 -SIZE (zita-jclient-0.4.2.tar.bz2) = 14004 +TIMESTAMP = 1715557526 +SHA256 (zita-jclient-0.5.2.tar.bz2) = 11f05f05d50db9135ecb729590392c03a2cee358a9a3217ed979e4982c54f242 +SIZE (zita-jclient-0.5.2.tar.bz2) = 14186 diff --git a/benchmarks/ali/Makefile b/benchmarks/ali/Makefile index 42a225410a1..cdd09fb4dfe 100644 --- a/benchmarks/ali/Makefile +++ b/benchmarks/ali/Makefile @@ -1,7 +1,7 @@ PORTNAME= ali PORTVERSION= 0.7.5 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= benchmarks MAINTAINER= olgeni@FreeBSD.org diff --git a/benchmarks/bombardier/Makefile b/benchmarks/bombardier/Makefile index 6adadc34fc5..f95d10a5fc1 100644 --- a/benchmarks/bombardier/Makefile +++ b/benchmarks/bombardier/Makefile @@ -1,7 +1,7 @@ PORTNAME= bombardier PORTVERSION= 1.2.6 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= benchmarks MAINTAINER= danilo@FreeBSD.org diff --git a/benchmarks/ddosify/Makefile b/benchmarks/ddosify/Makefile index 001a8927ca7..8ab498fe05a 100644 --- a/benchmarks/ddosify/Makefile +++ b/benchmarks/ddosify/Makefile @@ -1,7 +1,7 @@ PORTNAME= ddosify DISTVERSIONPREFIX= v DISTVERSION= 1.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= benchmarks MAINTAINER= dutra@FreeBSD.org diff --git a/benchmarks/hey/Makefile b/benchmarks/hey/Makefile index c18f34ff323..09f23b1286a 100644 --- a/benchmarks/hey/Makefile +++ b/benchmarks/hey/Makefile @@ -1,7 +1,7 @@ PORTNAME= hey PORTVERSION= 0.1.4 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= benchmarks MAINTAINER= dmgk@FreeBSD.org diff --git a/benchmarks/hyperfine/Makefile b/benchmarks/hyperfine/Makefile index 211348cf06d..f9976144444 100644 --- a/benchmarks/hyperfine/Makefile +++ b/benchmarks/hyperfine/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyperfine DISTVERSIONPREFIX= v -DISTVERSION= 1.17.0 -PORTREVISION= 7 +DISTVERSION= 1.18.0 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= pizzamig@FreeBSD.org @@ -21,69 +21,68 @@ PLIST_FILES= bin/hyperfine CARGO_CRATES= ahash-0.7.6 \ ahash-0.8.3 \ - aho-corasick-1.0.1 \ - anstream-0.3.2 \ - anstyle-1.0.0 \ - anstyle-parse-0.2.0 \ + aho-corasick-1.1.1 \ + anstream-0.6.4 \ + anstyle-1.0.4 \ + anstyle-parse-0.2.2 \ anstyle-query-1.0.0 \ - anstyle-wincon-1.0.1 \ - anyhow-1.0.71 \ + anstyle-wincon-3.0.1 \ + anyhow-1.0.75 \ approx-0.5.1 \ - arrayvec-0.7.2 \ - assert_cmd-2.0.11 \ + arrayvec-0.7.4 \ + assert_cmd-2.0.12 \ atty-0.2.14 \ autocfg-0.1.8 \ autocfg-1.1.0 \ bitflags-1.3.2 \ + bitflags-2.4.0 \ bitvec-1.0.1 \ borsh-0.10.3 \ borsh-derive-0.10.3 \ borsh-derive-internal-0.10.3 \ borsh-schema-derive-internal-0.10.3 \ - bstr-1.5.0 \ + bstr-1.6.2 \ bytecheck-0.6.11 \ bytecheck_derive-0.6.11 \ - byteorder-1.4.3 \ - bytes-1.4.0 \ - cc-1.0.79 \ + bytes-1.5.0 \ + cc-1.0.83 \ cfg-if-1.0.0 \ - clap-4.3.1 \ - clap_builder-4.3.1 \ - clap_complete-4.3.1 \ - clap_lex-0.5.0 \ + clap-4.4.6 \ + clap_builder-4.4.6 \ + clap_complete-4.4.3 \ + clap_lex-0.5.1 \ cloudabi-0.0.3 \ colorchoice-1.0.0 \ - colored-2.0.0 \ + colored-2.0.4 \ console-0.15.7 \ - csv-1.2.2 \ - csv-core-0.1.10 \ + csv-1.3.0 \ + csv-core-0.1.11 \ difflib-0.4.0 \ doc-comment-0.3.3 \ - either-1.8.1 \ + either-1.9.0 \ encode_unicode-0.3.6 \ - errno-0.3.1 \ + errno-0.3.4 \ errno-dragonfly-0.1.2 \ - fastrand-1.9.0 \ + fastrand-2.0.1 \ float-cmp-0.9.0 \ fuchsia-cprng-0.1.1 \ funty-2.0.0 \ - getrandom-0.2.9 \ + getrandom-0.2.10 \ hashbrown-0.12.3 \ hashbrown-0.13.2 \ hermit-abi-0.1.19 \ - hermit-abi-0.3.1 \ + hermit-abi-0.3.3 \ indicatif-0.17.4 \ instant-0.1.12 \ - io-lifetimes-1.0.11 \ - is-terminal-0.4.7 \ - itertools-0.10.5 \ - itoa-1.0.6 \ + is-terminal-0.4.9 \ + itertools-0.11.0 \ + itoa-1.0.9 \ lazy_static-1.4.0 \ - libc-0.2.144 \ - linux-raw-sys-0.3.8 \ - memchr-2.5.0 \ + libc-0.2.148 \ + linux-raw-sys-0.4.8 \ + memchr-2.6.4 \ memoffset-0.7.1 \ - nix-0.26.2 \ + nix-0.26.4 \ normalize-line-endings-0.3.0 \ num-0.2.1 \ num-bigint-0.2.6 \ @@ -91,20 +90,20 @@ CARGO_CRATES= ahash-0.7.6 \ num-integer-0.1.45 \ num-iter-0.1.43 \ num-rational-0.2.4 \ - num-traits-0.2.15 \ + num-traits-0.2.16 \ number_prefix-0.4.0 \ - once_cell-1.17.2 \ + once_cell-1.18.0 \ pin-utils-0.1.0 \ - portable-atomic-1.3.3 \ + portable-atomic-1.4.3 \ ppv-lite86-0.2.17 \ - predicates-3.0.3 \ + predicates-3.0.4 \ predicates-core-1.0.6 \ predicates-tree-1.0.9 \ proc-macro-crate-0.1.5 \ - proc-macro2-1.0.59 \ + proc-macro2-1.0.67 \ ptr_meta-0.1.4 \ ptr_meta_derive-0.1.4 \ - quote-1.0.28 \ + quote-1.0.33 \ radium-0.7.0 \ rand-0.6.5 \ rand-0.8.5 \ @@ -121,39 +120,38 @@ CARGO_CRATES= ahash-0.7.6 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.3.5 \ - regex-1.8.3 \ - regex-automata-0.1.10 \ - regex-syntax-0.7.2 \ - rend-0.4.0 \ + regex-1.9.6 \ + regex-automata-0.3.9 \ + regex-syntax-0.7.5 \ + rend-0.4.1 \ rkyv-0.7.42 \ rkyv_derive-0.7.42 \ - rust_decimal-1.29.1 \ - rustix-0.37.19 \ - ryu-1.0.13 \ + rust_decimal-1.32.0 \ + rustix-0.38.17 \ + ryu-1.0.15 \ seahash-4.1.0 \ - serde-1.0.163 \ - serde_derive-1.0.163 \ - serde_json-1.0.96 \ + serde-1.0.188 \ + serde_derive-1.0.188 \ + serde_json-1.0.107 \ shell-words-1.1.0 \ simdutf8-0.1.4 \ - static_assertions-1.1.0 \ statistical-1.0.0 \ strsim-0.10.0 \ syn-1.0.109 \ - syn-2.0.18 \ + syn-2.0.37 \ tap-1.0.1 \ - tempfile-3.5.0 \ - terminal_size-0.2.6 \ + tempfile-3.8.0 \ + terminal_size-0.3.0 \ termtree-0.4.1 \ - thiserror-1.0.40 \ - thiserror-impl-1.0.40 \ + thiserror-1.0.49 \ + thiserror-impl-1.0.49 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ toml-0.5.11 \ - unicode-ident-1.0.9 \ - unicode-width-0.1.10 \ + unicode-ident-1.0.12 \ + unicode-width-0.1.11 \ utf8parse-0.2.1 \ - uuid-1.3.3 \ + uuid-1.4.1 \ version_check-0.9.4 \ wait-timeout-0.2.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ @@ -163,24 +161,21 @@ CARGO_CRATES= ahash-0.7.6 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ windows-targets-0.42.2 \ - windows-targets-0.48.0 \ + windows-targets-0.48.5 \ windows_aarch64_gnullvm-0.42.2 \ - windows_aarch64_gnullvm-0.48.0 \ + windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_msvc-0.42.2 \ - windows_aarch64_msvc-0.48.0 \ + windows_aarch64_msvc-0.48.5 \ windows_i686_gnu-0.42.2 \ - windows_i686_gnu-0.48.0 \ + windows_i686_gnu-0.48.5 \ windows_i686_msvc-0.42.2 \ - windows_i686_msvc-0.48.0 \ + windows_i686_msvc-0.48.5 \ windows_x86_64_gnu-0.42.2 \ - windows_x86_64_gnu-0.48.0 \ + windows_x86_64_gnu-0.48.5 \ windows_x86_64_gnullvm-0.42.2 \ - windows_x86_64_gnullvm-0.48.0 \ + windows_x86_64_gnullvm-0.48.5 \ windows_x86_64_msvc-0.42.2 \ - windows_x86_64_msvc-0.48.0 \ + windows_x86_64_msvc-0.48.5 \ wyz-0.5.1 -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hyperfine - .include diff --git a/benchmarks/hyperfine/distinfo b/benchmarks/hyperfine/distinfo index 84ffe41d44b..b352de924f0 100644 --- a/benchmarks/hyperfine/distinfo +++ b/benchmarks/hyperfine/distinfo @@ -1,28 +1,28 @@ -TIMESTAMP = 1688301949 +TIMESTAMP = 1696778152 SHA256 (rust/crates/ahash-0.7.6.crate) = fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47 SIZE (rust/crates/ahash-0.7.6.crate) = 38030 SHA256 (rust/crates/ahash-0.8.3.crate) = 2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f SIZE (rust/crates/ahash-0.8.3.crate) = 42416 -SHA256 (rust/crates/aho-corasick-1.0.1.crate) = 67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04 -SIZE (rust/crates/aho-corasick-1.0.1.crate) = 167320 -SHA256 (rust/crates/anstream-0.3.2.crate) = 0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163 -SIZE (rust/crates/anstream-0.3.2.crate) = 19504 -SHA256 (rust/crates/anstyle-1.0.0.crate) = 41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d -SIZE (rust/crates/anstyle-1.0.0.crate) = 13972 -SHA256 (rust/crates/anstyle-parse-0.2.0.crate) = e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee -SIZE (rust/crates/anstyle-parse-0.2.0.crate) = 24361 +SHA256 (rust/crates/aho-corasick-1.1.1.crate) = ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab +SIZE (rust/crates/aho-corasick-1.1.1.crate) = 182812 +SHA256 (rust/crates/anstream-0.6.4.crate) = 2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44 +SIZE (rust/crates/anstream-0.6.4.crate) = 20593 +SHA256 (rust/crates/anstyle-1.0.4.crate) = 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87 +SIZE (rust/crates/anstyle-1.0.4.crate) = 13998 +SHA256 (rust/crates/anstyle-parse-0.2.2.crate) = 317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140 +SIZE (rust/crates/anstyle-parse-0.2.2.crate) = 24696 SHA256 (rust/crates/anstyle-query-1.0.0.crate) = 5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b SIZE (rust/crates/anstyle-query-1.0.0.crate) = 8620 -SHA256 (rust/crates/anstyle-wincon-1.0.1.crate) = 180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188 -SIZE (rust/crates/anstyle-wincon-1.0.1.crate) = 11718 -SHA256 (rust/crates/anyhow-1.0.71.crate) = 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8 -SIZE (rust/crates/anyhow-1.0.71.crate) = 43808 +SHA256 (rust/crates/anstyle-wincon-3.0.1.crate) = f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628 +SIZE (rust/crates/anstyle-wincon-3.0.1.crate) = 11279 +SHA256 (rust/crates/anyhow-1.0.75.crate) = a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6 +SIZE (rust/crates/anyhow-1.0.75.crate) = 43901 SHA256 (rust/crates/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6 SIZE (rust/crates/approx-0.5.1.crate) = 15100 -SHA256 (rust/crates/arrayvec-0.7.2.crate) = 8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6 -SIZE (rust/crates/arrayvec-0.7.2.crate) = 29341 -SHA256 (rust/crates/assert_cmd-2.0.11.crate) = 86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151 -SIZE (rust/crates/assert_cmd-2.0.11.crate) = 25346 +SHA256 (rust/crates/arrayvec-0.7.4.crate) = 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711 +SIZE (rust/crates/arrayvec-0.7.4.crate) = 29856 +SHA256 (rust/crates/assert_cmd-2.0.12.crate) = 88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6 +SIZE (rust/crates/assert_cmd-2.0.12.crate) = 25347 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 SHA256 (rust/crates/autocfg-0.1.8.crate) = 0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78 @@ -31,6 +31,8 @@ SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36 SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/bitflags-2.4.0.crate) = b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635 +SIZE (rust/crates/bitflags-2.4.0.crate) = 36954 SHA256 (rust/crates/bitvec-1.0.1.crate) = 1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c SIZE (rust/crates/bitvec-1.0.1.crate) = 224375 SHA256 (rust/crates/borsh-0.10.3.crate) = 4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b @@ -41,94 +43,90 @@ SHA256 (rust/crates/borsh-derive-internal-0.10.3.crate) = afb438156919598d2c7bad SIZE (rust/crates/borsh-derive-internal-0.10.3.crate) = 5152 SHA256 (rust/crates/borsh-schema-derive-internal-0.10.3.crate) = 634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd SIZE (rust/crates/borsh-schema-derive-internal-0.10.3.crate) = 6173 -SHA256 (rust/crates/bstr-1.5.0.crate) = a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5 -SIZE (rust/crates/bstr-1.5.0.crate) = 346060 +SHA256 (rust/crates/bstr-1.6.2.crate) = 4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a +SIZE (rust/crates/bstr-1.6.2.crate) = 380096 SHA256 (rust/crates/bytecheck-0.6.11.crate) = 8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627 SIZE (rust/crates/bytecheck-0.6.11.crate) = 8300 SHA256 (rust/crates/bytecheck_derive-0.6.11.crate) = a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61 SIZE (rust/crates/bytecheck_derive-0.6.11.crate) = 5476 -SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 -SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 -SHA256 (rust/crates/bytes-1.4.0.crate) = 89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be -SIZE (rust/crates/bytes-1.4.0.crate) = 58080 -SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f -SIZE (rust/crates/cc-1.0.79.crate) = 62624 +SHA256 (rust/crates/bytes-1.5.0.crate) = a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223 +SIZE (rust/crates/bytes-1.5.0.crate) = 58909 +SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 +SIZE (rust/crates/cc-1.0.83.crate) = 68343 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/clap-4.3.1.crate) = b4ed2379f8603fa2b7509891660e802b88c70a79a6427a70abb5968054de2c28 -SIZE (rust/crates/clap-4.3.1.crate) = 54225 -SHA256 (rust/crates/clap_builder-4.3.1.crate) = 72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980 -SIZE (rust/crates/clap_builder-4.3.1.crate) = 162237 -SHA256 (rust/crates/clap_complete-4.3.1.crate) = 7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b -SIZE (rust/crates/clap_complete-4.3.1.crate) = 34098 -SHA256 (rust/crates/clap_lex-0.5.0.crate) = 2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b -SIZE (rust/crates/clap_lex-0.5.0.crate) = 11792 +SHA256 (rust/crates/clap-4.4.6.crate) = d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956 +SIZE (rust/crates/clap-4.4.6.crate) = 54823 +SHA256 (rust/crates/clap_builder-4.4.6.crate) = 0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45 +SIZE (rust/crates/clap_builder-4.4.6.crate) = 162450 +SHA256 (rust/crates/clap_complete-4.4.3.crate) = e3ae8ba90b9d8b007efe66e55e48fb936272f5ca00349b5b0e89877520d35ea7 +SIZE (rust/crates/clap_complete-4.4.3.crate) = 37353 +SHA256 (rust/crates/clap_lex-0.5.1.crate) = cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961 +SIZE (rust/crates/clap_lex-0.5.1.crate) = 11793 SHA256 (rust/crates/cloudabi-0.0.3.crate) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.crate) = 22156 SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 -SHA256 (rust/crates/colored-2.0.0.crate) = b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd -SIZE (rust/crates/colored-2.0.0.crate) = 21619 +SHA256 (rust/crates/colored-2.0.4.crate) = 2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6 +SIZE (rust/crates/colored-2.0.4.crate) = 23654 SHA256 (rust/crates/console-0.15.7.crate) = c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8 SIZE (rust/crates/console-0.15.7.crate) = 35409 -SHA256 (rust/crates/csv-1.2.2.crate) = 626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086 -SIZE (rust/crates/csv-1.2.2.crate) = 887958 -SHA256 (rust/crates/csv-core-0.1.10.crate) = 2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90 -SIZE (rust/crates/csv-core-0.1.10.crate) = 25668 +SHA256 (rust/crates/csv-1.3.0.crate) = ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe +SIZE (rust/crates/csv-1.3.0.crate) = 888212 +SHA256 (rust/crates/csv-core-0.1.11.crate) = 5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70 +SIZE (rust/crates/csv-core-0.1.11.crate) = 25852 SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8 SIZE (rust/crates/difflib-0.4.0.crate) = 7638 SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 -SHA256 (rust/crates/either-1.8.1.crate) = 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91 -SIZE (rust/crates/either-1.8.1.crate) = 16027 +SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 +SIZE (rust/crates/either-1.9.0.crate) = 16660 SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 -SHA256 (rust/crates/errno-0.3.1.crate) = 4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a -SIZE (rust/crates/errno-0.3.1.crate) = 10348 +SHA256 (rust/crates/errno-0.3.4.crate) = add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480 +SIZE (rust/crates/errno-0.3.4.crate) = 10589 SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 -SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be -SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 +SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 +SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 SHA256 (rust/crates/float-cmp-0.9.0.crate) = 98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4 SIZE (rust/crates/float-cmp-0.9.0.crate) = 10102 SHA256 (rust/crates/fuchsia-cprng-0.1.1.crate) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba SIZE (rust/crates/fuchsia-cprng-0.1.1.crate) = 2950 SHA256 (rust/crates/funty-2.0.0.crate) = e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c SIZE (rust/crates/funty-2.0.0.crate) = 13160 -SHA256 (rust/crates/getrandom-0.2.9.crate) = c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4 -SIZE (rust/crates/getrandom-0.2.9.crate) = 34457 +SHA256 (rust/crates/getrandom-0.2.10.crate) = be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427 +SIZE (rust/crates/getrandom-0.2.10.crate) = 34955 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979 -SHA256 (rust/crates/hermit-abi-0.3.1.crate) = fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286 -SIZE (rust/crates/hermit-abi-0.3.1.crate) = 13793 +SHA256 (rust/crates/hermit-abi-0.3.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 +SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 SHA256 (rust/crates/indicatif-0.17.4.crate) = db45317f37ef454e6519b6c3ed7d377e5f23346f0823f86e65ca36912d1d0ef8 SIZE (rust/crates/indicatif-0.17.4.crate) = 57454 SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 -SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 -SHA256 (rust/crates/is-terminal-0.4.7.crate) = adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f -SIZE (rust/crates/is-terminal-0.4.7.crate) = 8356 -SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 -SIZE (rust/crates/itertools-0.10.5.crate) = 115354 -SHA256 (rust/crates/itoa-1.0.6.crate) = 453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6 -SIZE (rust/crates/itoa-1.0.6.crate) = 10410 +SHA256 (rust/crates/is-terminal-0.4.9.crate) = cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b +SIZE (rust/crates/is-terminal-0.4.9.crate) = 8109 +SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 +SIZE (rust/crates/itertools-0.11.0.crate) = 125074 +SHA256 (rust/crates/itoa-1.0.9.crate) = af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38 +SIZE (rust/crates/itoa-1.0.9.crate) = 10492 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.144.crate) = 2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1 -SIZE (rust/crates/libc-0.2.144.crate) = 682092 -SHA256 (rust/crates/linux-raw-sys-0.3.8.crate) = ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519 -SIZE (rust/crates/linux-raw-sys-0.3.8.crate) = 1013776 -SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d -SIZE (rust/crates/memchr-2.5.0.crate) = 65812 +SHA256 (rust/crates/libc-0.2.148.crate) = 9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b +SIZE (rust/crates/libc-0.2.148.crate) = 690988 +SHA256 (rust/crates/linux-raw-sys-0.4.8.crate) = 3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db +SIZE (rust/crates/linux-raw-sys-0.4.8.crate) = 1407619 +SHA256 (rust/crates/memchr-2.6.4.crate) = f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167 +SIZE (rust/crates/memchr-2.6.4.crate) = 94439 SHA256 (rust/crates/memoffset-0.7.1.crate) = 5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4 SIZE (rust/crates/memoffset-0.7.1.crate) = 8556 -SHA256 (rust/crates/nix-0.26.2.crate) = bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a -SIZE (rust/crates/nix-0.26.2.crate) = 277973 +SHA256 (rust/crates/nix-0.26.4.crate) = 598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b +SIZE (rust/crates/nix-0.26.4.crate) = 279099 SHA256 (rust/crates/normalize-line-endings-0.3.0.crate) = 61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be SIZE (rust/crates/normalize-line-endings-0.3.0.crate) = 5737 SHA256 (rust/crates/num-0.2.1.crate) = b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36 @@ -143,34 +141,34 @@ SHA256 (rust/crates/num-iter-0.1.43.crate) = 7d03e6c028c5dc5cac6e2dec0efda81fc88 SIZE (rust/crates/num-iter-0.1.43.crate) = 10655 SHA256 (rust/crates/num-rational-0.2.4.crate) = 5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef SIZE (rust/crates/num-rational-0.2.4.crate) = 21694 -SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd -SIZE (rust/crates/num-traits-0.2.15.crate) = 49262 +SHA256 (rust/crates/num-traits-0.2.16.crate) = f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2 +SIZE (rust/crates/num-traits-0.2.16.crate) = 50130 SHA256 (rust/crates/number_prefix-0.4.0.crate) = 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 SIZE (rust/crates/number_prefix-0.4.0.crate) = 6922 -SHA256 (rust/crates/once_cell-1.17.2.crate) = 9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b -SIZE (rust/crates/once_cell-1.17.2.crate) = 33335 +SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d +SIZE (rust/crates/once_cell-1.18.0.crate) = 32969 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 -SHA256 (rust/crates/portable-atomic-1.3.3.crate) = 767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794 -SIZE (rust/crates/portable-atomic-1.3.3.crate) = 124809 +SHA256 (rust/crates/portable-atomic-1.4.3.crate) = 31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b +SIZE (rust/crates/portable-atomic-1.4.3.crate) = 126291 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 -SHA256 (rust/crates/predicates-3.0.3.crate) = 09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9 -SIZE (rust/crates/predicates-3.0.3.crate) = 22743 +SHA256 (rust/crates/predicates-3.0.4.crate) = 6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0 +SIZE (rust/crates/predicates-3.0.4.crate) = 23240 SHA256 (rust/crates/predicates-core-1.0.6.crate) = b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174 SIZE (rust/crates/predicates-core-1.0.6.crate) = 8084 SHA256 (rust/crates/predicates-tree-1.0.9.crate) = 368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf SIZE (rust/crates/predicates-tree-1.0.9.crate) = 7960 SHA256 (rust/crates/proc-macro-crate-0.1.5.crate) = 1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785 SIZE (rust/crates/proc-macro-crate-0.1.5.crate) = 8096 -SHA256 (rust/crates/proc-macro2-1.0.59.crate) = 6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b -SIZE (rust/crates/proc-macro2-1.0.59.crate) = 44360 +SHA256 (rust/crates/proc-macro2-1.0.67.crate) = 3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328 +SIZE (rust/crates/proc-macro2-1.0.67.crate) = 43683 SHA256 (rust/crates/ptr_meta-0.1.4.crate) = 0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1 SIZE (rust/crates/ptr_meta-0.1.4.crate) = 5754 SHA256 (rust/crates/ptr_meta_derive-0.1.4.crate) = 16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac SIZE (rust/crates/ptr_meta_derive-0.1.4.crate) = 2302 -SHA256 (rust/crates/quote-1.0.28.crate) = 1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488 -SIZE (rust/crates/quote-1.0.28.crate) = 28382 +SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae +SIZE (rust/crates/quote-1.0.33.crate) = 28090 SHA256 (rust/crates/radium-0.7.0.crate) = dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09 SIZE (rust/crates/radium-0.7.0.crate) = 10906 SHA256 (rust/crates/rand-0.6.5.crate) = 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca @@ -203,72 +201,70 @@ SHA256 (rust/crates/rdrand-0.4.0.crate) = 678054eb77286b51581ba43620cc911abf0275 SIZE (rust/crates/rdrand-0.4.0.crate) = 6456 SHA256 (rust/crates/redox_syscall-0.3.5.crate) = 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 SIZE (rust/crates/redox_syscall-0.3.5.crate) = 23404 -SHA256 (rust/crates/regex-1.8.3.crate) = 81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390 -SIZE (rust/crates/regex-1.8.3.crate) = 249112 -SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 -SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 -SHA256 (rust/crates/regex-syntax-0.7.2.crate) = 436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78 -SIZE (rust/crates/regex-syntax-0.7.2.crate) = 339778 -SHA256 (rust/crates/rend-0.4.0.crate) = 581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab -SIZE (rust/crates/rend-0.4.0.crate) = 8816 +SHA256 (rust/crates/regex-1.9.6.crate) = ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff +SIZE (rust/crates/regex-1.9.6.crate) = 254981 +SHA256 (rust/crates/regex-automata-0.3.9.crate) = 59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9 +SIZE (rust/crates/regex-automata-0.3.9.crate) = 610489 +SHA256 (rust/crates/regex-syntax-0.7.5.crate) = dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da +SIZE (rust/crates/regex-syntax-0.7.5.crate) = 343366 +SHA256 (rust/crates/rend-0.4.1.crate) = a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd +SIZE (rust/crates/rend-0.4.1.crate) = 9305 SHA256 (rust/crates/rkyv-0.7.42.crate) = 0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58 SIZE (rust/crates/rkyv-0.7.42.crate) = 114626 SHA256 (rust/crates/rkyv_derive-0.7.42.crate) = b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d SIZE (rust/crates/rkyv_derive-0.7.42.crate) = 19124 -SHA256 (rust/crates/rust_decimal-1.29.1.crate) = 26bd36b60561ee1fb5ec2817f198b6fd09fa571c897a5e86d1487cfc2b096dfc -SIZE (rust/crates/rust_decimal-1.29.1.crate) = 122232 -SHA256 (rust/crates/rustix-0.37.19.crate) = acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d -SIZE (rust/crates/rustix-0.37.19.crate) = 323809 -SHA256 (rust/crates/ryu-1.0.13.crate) = f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041 -SIZE (rust/crates/ryu-1.0.13.crate) = 46823 +SHA256 (rust/crates/rust_decimal-1.32.0.crate) = a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd +SIZE (rust/crates/rust_decimal-1.32.0.crate) = 124587 +SHA256 (rust/crates/rustix-0.38.17.crate) = f25469e9ae0f3d0047ca8b93fc56843f38e6774f0914a107ff8b41be8be8e0b7 +SIZE (rust/crates/rustix-0.38.17.crate) = 353766 +SHA256 (rust/crates/ryu-1.0.15.crate) = 1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741 +SIZE (rust/crates/ryu-1.0.15.crate) = 46906 SHA256 (rust/crates/seahash-4.1.0.crate) = 1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b SIZE (rust/crates/seahash-4.1.0.crate) = 31976 -SHA256 (rust/crates/serde-1.0.163.crate) = 2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2 -SIZE (rust/crates/serde-1.0.163.crate) = 77030 -SHA256 (rust/crates/serde_derive-1.0.163.crate) = 8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e -SIZE (rust/crates/serde_derive-1.0.163.crate) = 54447 -SHA256 (rust/crates/serde_json-1.0.96.crate) = 057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1 -SIZE (rust/crates/serde_json-1.0.96.crate) = 144652 +SHA256 (rust/crates/serde-1.0.188.crate) = cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e +SIZE (rust/crates/serde-1.0.188.crate) = 76230 +SHA256 (rust/crates/serde_derive-1.0.188.crate) = 4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2 +SIZE (rust/crates/serde_derive-1.0.188.crate) = 55563 +SHA256 (rust/crates/serde_json-1.0.107.crate) = 6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65 +SIZE (rust/crates/serde_json-1.0.107.crate) = 146458 SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 SHA256 (rust/crates/simdutf8-0.1.4.crate) = f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a SIZE (rust/crates/simdutf8-0.1.4.crate) = 28621 -SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f -SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 SHA256 (rust/crates/statistical-1.0.0.crate) = 49d57902bb128e5e38b5218d3681215ae3e322d99f65d5420e9849730d2ea372 SIZE (rust/crates/statistical-1.0.0.crate) = 5822 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.18.crate) = 32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e -SIZE (rust/crates/syn-2.0.18.crate) = 240648 +SHA256 (rust/crates/syn-2.0.37.crate) = 7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8 +SIZE (rust/crates/syn-2.0.37.crate) = 243250 SHA256 (rust/crates/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 SIZE (rust/crates/tap-1.0.1.crate) = 11316 -SHA256 (rust/crates/tempfile-3.5.0.crate) = b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998 -SIZE (rust/crates/tempfile-3.5.0.crate) = 31129 -SHA256 (rust/crates/terminal_size-0.2.6.crate) = 8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237 -SIZE (rust/crates/terminal_size-0.2.6.crate) = 10585 +SHA256 (rust/crates/tempfile-3.8.0.crate) = cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef +SIZE (rust/crates/tempfile-3.8.0.crate) = 31720 +SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 +SIZE (rust/crates/terminal_size-0.3.0.crate) = 10096 SHA256 (rust/crates/termtree-0.4.1.crate) = 3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76 SIZE (rust/crates/termtree-0.4.1.crate) = 4557 -SHA256 (rust/crates/thiserror-1.0.40.crate) = 978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac -SIZE (rust/crates/thiserror-1.0.40.crate) = 18709 -SHA256 (rust/crates/thiserror-impl-1.0.40.crate) = f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f -SIZE (rust/crates/thiserror-impl-1.0.40.crate) = 15138 +SHA256 (rust/crates/thiserror-1.0.49.crate) = 1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4 +SIZE (rust/crates/thiserror-1.0.49.crate) = 18912 +SHA256 (rust/crates/thiserror-impl-1.0.49.crate) = 10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc +SIZE (rust/crates/thiserror-impl-1.0.49.crate) = 15101 SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 SIZE (rust/crates/toml-0.5.11.crate) = 54910 -SHA256 (rust/crates/unicode-ident-1.0.9.crate) = b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0 -SIZE (rust/crates/unicode-ident-1.0.9.crate) = 41978 -SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b -SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968 +SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b +SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 +SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 +SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/uuid-1.3.3.crate) = 345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2 -SIZE (rust/crates/uuid-1.3.3.crate) = 53826 +SHA256 (rust/crates/uuid-1.4.1.crate) = 79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d +SIZE (rust/crates/uuid-1.4.1.crate) = 55291 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f SIZE (rust/crates/version_check-0.9.4.crate) = 14895 SHA256 (rust/crates/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 @@ -287,37 +283,37 @@ SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1e SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 -SHA256 (rust/crates/windows-targets-0.48.0.crate) = 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5 -SIZE (rust/crates/windows-targets-0.48.0.crate) = 7466 +SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c +SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc -SIZE (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 366543 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 -SHA256 (rust/crates/windows_aarch64_msvc-0.48.0.crate) = b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3 -SIZE (rust/crates/windows_aarch64_msvc-0.48.0.crate) = 671479 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc +SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 -SHA256 (rust/crates/windows_i686_gnu-0.48.0.crate) = 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241 -SIZE (rust/crates/windows_i686_gnu-0.48.0.crate) = 741490 +SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 -SHA256 (rust/crates/windows_i686_msvc-0.48.0.crate) = 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00 -SIZE (rust/crates/windows_i686_msvc-0.48.0.crate) = 730056 +SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 +SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 -SHA256 (rust/crates/windows_x86_64_gnu-0.48.0.crate) = ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1 -SIZE (rust/crates/windows_x86_64_gnu-0.48.0.crate) = 703595 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953 -SIZE (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 366536 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 -SHA256 (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a -SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 SHA256 (rust/crates/wyz-0.5.1.crate) = 05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed SIZE (rust/crates/wyz-0.5.1.crate) = 18790 -SHA256 (sharkdp-hyperfine-v1.17.0_GH0.tar.gz) = 3dcd86c12e96ab5808d5c9f3cec0fcc04192a87833ff009063c4a491d5487b58 -SIZE (sharkdp-hyperfine-v1.17.0_GH0.tar.gz) = 159652 +SHA256 (sharkdp-hyperfine-v1.18.0_GH0.tar.gz) = fea7b92922117ed04b9c84bb9998026264346768804f66baa40743c5528bed6b +SIZE (sharkdp-hyperfine-v1.18.0_GH0.tar.gz) = 159889 diff --git a/benchmarks/inferno/Makefile b/benchmarks/inferno/Makefile index 79f80267ab5..ed706c223ee 100644 --- a/benchmarks/inferno/Makefile +++ b/benchmarks/inferno/Makefile @@ -1,7 +1,7 @@ PORTNAME= inferno DISTVERSIONPREFIX= v DISTVERSION= 0.11.19 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= benchmarks MAINTAINER= yuri@FreeBSD.org diff --git a/benchmarks/plow/Makefile b/benchmarks/plow/Makefile index 2d9e51c7069..a8fc9d651a8 100644 --- a/benchmarks/plow/Makefile +++ b/benchmarks/plow/Makefile @@ -1,7 +1,7 @@ PORTNAME= plow DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= benchmarks MAINTAINER= dutra@FreeBSD.org diff --git a/benchmarks/vegeta/Makefile b/benchmarks/vegeta/Makefile index 72a368a89a3..05b7e924bef 100644 --- a/benchmarks/vegeta/Makefile +++ b/benchmarks/vegeta/Makefile @@ -1,7 +1,7 @@ PORTNAME= vegeta DISTVERSIONPREFIX= v DISTVERSION= 12.11.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= benchmarks www MAINTAINER= egypcio@FreeBSD.org diff --git a/biology/R-cran-BiocManager/Makefile b/biology/R-cran-BiocManager/Makefile index 2ecab572d8e..1e183d284ef 100644 --- a/biology/R-cran-BiocManager/Makefile +++ b/biology/R-cran-BiocManager/Makefile @@ -1,5 +1,5 @@ PORTNAME= BiocManager -PORTVERSION= 1.30.22 +DISTVERSION= 1.30.23 CATEGORIES= biology DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/biology/R-cran-BiocManager/distinfo b/biology/R-cran-BiocManager/distinfo index e007f57ce45..e1187c69807 100644 --- a/biology/R-cran-BiocManager/distinfo +++ b/biology/R-cran-BiocManager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702634634 -SHA256 (BiocManager_1.30.22.tar.gz) = 5389c9c0d6562b0757659fb8262ab51b48225c4ba7e9acd4f5e7c0049735e835 -SIZE (BiocManager_1.30.22.tar.gz) = 582690 +TIMESTAMP = 1715459288 +SHA256 (BiocManager_1.30.23.tar.gz) = f7b45dbc49c97b2e6ec4b96ec1d472c6f1a5ad9bc0f933eea4c3ebc90dd8f34c +SIZE (BiocManager_1.30.23.tar.gz) = 589753 diff --git a/biology/kmcp/Makefile b/biology/kmcp/Makefile index 766256b0ce9..7759581a827 100644 --- a/biology/kmcp/Makefile +++ b/biology/kmcp/Makefile @@ -1,7 +1,7 @@ PORTNAME= kmcp DISTVERSIONPREFIX= v DISTVERSION= 0.9.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org diff --git a/biology/ncbi-cxx-toolkit/Makefile b/biology/ncbi-cxx-toolkit/Makefile index fb7fff52084..86f50ccfbd4 100644 --- a/biology/ncbi-cxx-toolkit/Makefile +++ b/biology/ncbi-cxx-toolkit/Makefile @@ -1,7 +1,6 @@ PORTNAME= ncbi-cxx-toolkit DISTVERSIONPREFIX= release- -DISTVERSION= 28.0.3 -PORTREVISION= 1 +DISTVERSION= 28.0.4 CATEGORIES= biology science devel MAINTAINER= yuri@FreeBSD.org diff --git a/biology/ncbi-cxx-toolkit/distinfo b/biology/ncbi-cxx-toolkit/distinfo index bbf6b145974..a76dc55206b 100644 --- a/biology/ncbi-cxx-toolkit/distinfo +++ b/biology/ncbi-cxx-toolkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712138582 -SHA256 (ncbi-ncbi-cxx-toolkit-public-release-28.0.3_GH0.tar.gz) = 070ba25981a77b9fd1bdb261c3f51f7819ea73dca99fa77a9ef806e252ab4367 -SIZE (ncbi-ncbi-cxx-toolkit-public-release-28.0.3_GH0.tar.gz) = 57037085 +TIMESTAMP = 1715055866 +SHA256 (ncbi-ncbi-cxx-toolkit-public-release-28.0.4_GH0.tar.gz) = 2e4583e7dcb22415633fc5329b0ddca15367d5db79a25d04303e295340441505 +SIZE (ncbi-ncbi-cxx-toolkit-public-release-28.0.4_GH0.tar.gz) = 57046657 diff --git a/biology/ncbi-entrez-direct/Makefile b/biology/ncbi-entrez-direct/Makefile index 933fd7d5579..77285256453 100644 --- a/biology/ncbi-entrez-direct/Makefile +++ b/biology/ncbi-entrez-direct/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncbi-entrez-direct DISTVERSION= 14.9.20210423 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= biology perl5 MASTER_SITES= ftp://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/versions/${PORTVERSION}/ DISTFILES= edirect.tar.gz diff --git a/biology/seqkit/Makefile b/biology/seqkit/Makefile index 09a2504dcd1..bbe7ee69e94 100644 --- a/biology/seqkit/Makefile +++ b/biology/seqkit/Makefile @@ -1,7 +1,7 @@ PORTNAME= seqkit DISTVERSIONPREFIX= v DISTVERSION= 2.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org diff --git a/biology/taxonkit/Makefile b/biology/taxonkit/Makefile index 4f09fafc777..d76bd538eba 100644 --- a/biology/taxonkit/Makefile +++ b/biology/taxonkit/Makefile @@ -1,7 +1,7 @@ PORTNAME= taxonkit DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org diff --git a/biology/unikmer/Makefile b/biology/unikmer/Makefile index 5dd98ab42bb..a032f583182 100644 --- a/biology/unikmer/Makefile +++ b/biology/unikmer/Makefile @@ -1,7 +1,7 @@ PORTNAME= unikmer DISTVERSIONPREFIX= v DISTVERSION= 0.19.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 047c30362b5..58695cdf218 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source DIST_SUBDIR= gmsh -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Automatic 3D finite element mesh generator WWW= https://www.geuz.org/gmsh/ diff --git a/cad/kicad-devel/Makefile.git_rev b/cad/kicad-devel/Makefile.git_rev index 0a16815c1ef..46e9b2f413c 100644 --- a/cad/kicad-devel/Makefile.git_rev +++ b/cad/kicad-devel/Makefile.git_rev @@ -1,2 +1,2 @@ -GIT_SRC_HASH= bab6913e148840b800cf3c65979567877db1a369 -GIT_SRC_DATE= 20240403135643 +GIT_SRC_HASH= 8aab764c33f2a91585f9d54b6026e83dd49b1666 +GIT_SRC_DATE= 20240507160733 diff --git a/cad/kicad-devel/distinfo b/cad/kicad-devel/distinfo index 621f1f35596..743ca0b8109 100644 --- a/cad/kicad-devel/distinfo +++ b/cad/kicad-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712161013 -SHA256 (kicad/kicad/code-kicad-bab6913e148840b800cf3c65979567877db1a369_GL0.tar.gz) = 91ee867d1655a49f9de467c1bbe4e88b07fdb0555d2c1d92c6f08c537553bab1 -SIZE (kicad/kicad/code-kicad-bab6913e148840b800cf3c65979567877db1a369_GL0.tar.gz) = 90459754 +TIMESTAMP = 1715092295 +SHA256 (kicad/kicad/code-kicad-8aab764c33f2a91585f9d54b6026e83dd49b1666_GL0.tar.gz) = 0a9fc27f4b9aa168c9d735058f48959bec6ffa1fe6848c778fddde7607ac2921 +SIZE (kicad/kicad/code-kicad-8aab764c33f2a91585f9d54b6026e83dd49b1666_GL0.tar.gz) = 90958250 diff --git a/cad/kicad-devel/pkg-plist b/cad/kicad-devel/pkg-plist index 1691f330340..2871121c329 100644 --- a/cad/kicad-devel/pkg-plist +++ b/cad/kicad-devel/pkg-plist @@ -21,6 +21,7 @@ lib/kicad/plugins/3d/libs3d_plugin_idf.so lib/kicad/plugins/3d/libs3d_plugin_oce.so lib/kicad/plugins/3d/libs3d_plugin_vrml.so lib/libkiapi.so +lib/libkiapi.so.8.99.0 lib/libkicad_3dsg.so lib/libkicad_3dsg.so.2.0.0 lib/libkicommon.so diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index 547751d3ba9..911d45121dc 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -1,5 +1,5 @@ PORTNAME= netgen -PORTVERSION= 6.2.2402 +PORTVERSION= 6.2.2403 DISTVERSIONPREFIX= v CATEGORIES= cad diff --git a/cad/netgen/distinfo b/cad/netgen/distinfo index fede19332e2..5db9595e32b 100644 --- a/cad/netgen/distinfo +++ b/cad/netgen/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1709782604 -SHA256 (NGSolve-netgen-v6.2.2402_GH0.tar.gz) = fb7a67901e2090120f808862a4dcb13cc9ab53b4b6fb80930dad2c817f3c1bdd -SIZE (NGSolve-netgen-v6.2.2402_GH0.tar.gz) = 3429954 +TIMESTAMP = 1715208976 +SHA256 (NGSolve-netgen-v6.2.2403_GH0.tar.gz) = cef1a2fface3fac3e392473d6c3dde3d1f6ea127e6ddd258e88b0ee0045f4cba +SIZE (NGSolve-netgen-v6.2.2403_GH0.tar.gz) = 3434453 SHA256 (NGSolve-pybind11-v2.11.1_GH0.tar.gz) = d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c SIZE (NGSolve-pybind11-v2.11.1_GH0.tar.gz) = 756445 diff --git a/cad/netgen/pkg-plist b/cad/netgen/pkg-plist index 3183378887a..ff6236a445b 100644 --- a/cad/netgen/pkg-plist +++ b/cad/netgen/pkg-plist @@ -221,8 +221,9 @@ lib/libtogl.a %%PYTHON_SITELIBDIR%%/netgen/NgOCC.py %%PYTHON_SITELIBDIR%%/netgen/__init__.py %%PYTHON_SITELIBDIR%%/netgen/__main__.py -%%PYTHON_SITELIBDIR%%/netgen/config.py -%%PYTHON_SITELIBDIR%%/netgen/config_cli.py +%%PYTHON_SITELIBDIR%%/netgen/config/__init__.py +%%PYTHON_SITELIBDIR%%/netgen/config/__main__.py +%%PYTHON_SITELIBDIR%%/netgen/config/config.py %%PYTHON_SITELIBDIR%%/netgen/csg.py %%PYTHON_SITELIBDIR%%/netgen/geom2d.py %%PYTHON_SITELIBDIR%%/netgen/gui.py diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index 12b9da6e2c7..2824cb9ea0d 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -1,6 +1,6 @@ PORTNAME= nvc DISTVERSIONPREFIX= r -DISTVERSION= 1.12.0 +DISTVERSION= 1.12.1 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/nvc/distinfo b/cad/nvc/distinfo index 6acf47b1043..468782411fe 100644 --- a/cad/nvc/distinfo +++ b/cad/nvc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712636445 -SHA256 (nickg-nvc-r1.12.0_GH0.tar.gz) = 17ca72ced37a6e211751756a0488039e6c02d4731a85fbff352c569acc917cd1 -SIZE (nickg-nvc-r1.12.0_GH0.tar.gz) = 1929184 +TIMESTAMP = 1715316255 +SHA256 (nickg-nvc-r1.12.1_GH0.tar.gz) = 97c074856d5ef4ccfa924aad1bb5609de16640e26429a9fd54437c9bc8c824dd +SIZE (nickg-nvc-r1.12.1_GH0.tar.gz) = 1931464 diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index f3cbbb0ccf9..dd261e1e677 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -1,6 +1,6 @@ PORTNAME= openvsp DISTVERSIONPREFIX= ${GH_PROJECT}_ -DISTVERSION= 3.38.0 +DISTVERSION= 3.39.0 CATEGORIES= cad MAINTAINER= fernape@FreeBSD.org diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo index 367147fcd09..4ee418cae4e 100644 --- a/cad/openvsp/distinfo +++ b/cad/openvsp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713437021 -SHA256 (OpenVSP-OpenVSP-OpenVSP_3.38.0_GH0.tar.gz) = cfaa9adaa7d45d8cc12f73c337aa4b2c95292061849c70cd4ff5414151df7f15 -SIZE (OpenVSP-OpenVSP-OpenVSP_3.38.0_GH0.tar.gz) = 125424063 +TIMESTAMP = 1715581261 +SHA256 (OpenVSP-OpenVSP-OpenVSP_3.39.0_GH0.tar.gz) = b2b2d258a03cfe47e8e7d145be320c90f0e14e4b1d115162895c27f70918a018 +SIZE (OpenVSP-OpenVSP-OpenVSP_3.39.0_GH0.tar.gz) = 125467960 diff --git a/cad/py-gmsh/Makefile b/cad/py-gmsh/Makefile index 99a2f2be5b3..a36a93d73fa 100644 --- a/cad/py-gmsh/Makefile +++ b/cad/py-gmsh/Makefile @@ -1,5 +1,6 @@ PORTNAME= gmsh -DISTVERSION= 4.13.0 +DISTVERSION= 4.13.1 +PORTREVISION= 1 CATEGORIES= cad python MASTER_SITES= https://gmsh.info/src/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/cad/py-gmsh/distinfo b/cad/py-gmsh/distinfo index 3530b4e7cf3..65d00b6b2c3 100644 --- a/cad/py-gmsh/distinfo +++ b/cad/py-gmsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710037693 -SHA256 (gmsh-4.13.0-source.tgz) = 69c53494c8f18bc8368fb2826f8a1e7d72659ad3df2fff9b00f81762661d3f9f -SIZE (gmsh-4.13.0-source.tgz) = 18373899 +TIMESTAMP = 1715480073 +SHA256 (gmsh-4.13.1-source.tgz) = fb388437fe1c6a71f69030cfedf54c786c8e8cb66efc10a5554238b6dad5ea80 +SIZE (gmsh-4.13.1-source.tgz) = 18382276 diff --git a/cad/py-gmsh/pkg-plist b/cad/py-gmsh/pkg-plist index b7716a5e70d..00e74310a96 100644 --- a/cad/py-gmsh/pkg-plist +++ b/cad/py-gmsh/pkg-plist @@ -1,4 +1,4 @@ -%%PYTHON_SITELIBDIR%%/gmsh-4.13.0.dev1.dist-info/METADATA +%%PYTHON_SITELIBDIR%%/gmsh-4.13.1.dev1.dist-info/METADATA %%PYTHON_SITELIBDIR%%/gmsh.py %%PYTHON_SITELIBDIR%%/gmshpy/__init__.py %%PYTHON_SITELIBDIR%%/gmshpy/_gmshCommon.so @@ -15,4 +15,4 @@ %%PYTHON_SITELIBDIR%%/gmshpy/gmshSolver.py %%PYTHON_SITELIBDIR%%/libgmsh.so %%PYTHON_SITELIBDIR%%/libgmsh.so.4.13 -%%PYTHON_SITELIBDIR%%/libgmsh.so.4.13.0 +%%PYTHON_SITELIBDIR%%/libgmsh.so.4.13.1 diff --git a/cad/svlint/Makefile b/cad/svlint/Makefile index df5bbf932c0..4d234389f2c 100644 --- a/cad/svlint/Makefile +++ b/cad/svlint/Makefile @@ -1,7 +1,7 @@ PORTNAME= svlint DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad devel MAINTAINER= yuri@FreeBSD.org diff --git a/cad/svls/Makefile b/cad/svls/Makefile index cc41aaf43a2..d8a25866788 100644 --- a/cad/svls/Makefile +++ b/cad/svls/Makefile @@ -1,7 +1,7 @@ PORTNAME= svls DISTVERSIONPREFIX= v DISTVERSION= 0.2.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/veryl/Makefile b/cad/veryl/Makefile index ad9e51ca66e..827e770f0da 100644 --- a/cad/veryl/Makefile +++ b/cad/veryl/Makefile @@ -1,6 +1,7 @@ PORTNAME= veryl -DISTVERSIONPREFIX= veryl-v -DISTVERSION= 0.9.0 +DISTVERSIONPREFIX= v +DISTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org @@ -23,28 +24,28 @@ CARGO_CRATES= Inflector-0.11.4 \ addr2line-0.21.0 \ adler-1.0.2 \ ahash-0.8.11 \ - aho-corasick-1.1.2 \ + aho-corasick-1.1.3 \ ammonia-3.3.0 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ anes-0.1.6 \ ansi_term-0.12.1 \ anstream-0.6.13 \ - anstyle-1.0.6 \ + anstyle-1.0.7 \ anstyle-parse-0.2.3 \ anstyle-query-1.0.2 \ anstyle-wincon-3.0.2 \ - anyhow-1.0.82 \ - arc-swap-1.7.0 \ + anyhow-1.0.83 \ + arc-swap-1.7.1 \ arrayvec-0.7.4 \ assert_cmd-2.0.14 \ async-channel-2.2.1 \ - async-trait-0.1.77 \ + async-trait-0.1.80 \ atoi-2.0.0 \ atty-0.2.14 \ auto_impl-1.2.0 \ - autocfg-1.1.0 \ - backtrace-0.3.69 \ + autocfg-1.2.0 \ + backtrace-0.3.71 \ backtrace-ext-0.2.1 \ base64-0.21.7 \ bimap-0.6.3 \ @@ -53,31 +54,32 @@ CARGO_CRATES= Inflector-0.11.4 \ block-buffer-0.10.4 \ bstr-1.9.1 \ btoi-0.4.3 \ - bumpalo-3.15.3 \ - bytemuck-1.14.3 \ + bumpalo-3.16.0 \ + bytemuck-1.15.0 \ byteorder-1.5.0 \ - bytes-1.5.0 \ + bytes-1.6.0 \ bytesize-1.3.0 \ cast-0.3.0 \ castaway-0.2.2 \ - cc-1.0.89 \ + cc-1.0.96 \ cfg-if-1.0.0 \ - chrono-0.4.35 \ + chrono-0.4.38 \ ciborium-0.2.2 \ ciborium-io-0.2.2 \ ciborium-ll-0.2.2 \ clap-2.34.0 \ clap-4.5.4 \ clap_builder-4.5.2 \ - clap_complete-4.5.1 \ + clap_complete-4.5.2 \ clap_derive-4.5.4 \ clap_lex-0.7.0 \ clru-0.6.1 \ codespan-reporting-0.11.1 \ + collection_literals-1.0.1 \ colorchoice-1.0.0 \ - combine-4.6.6 \ + combine-4.6.7 \ compact_str-0.6.1 \ - concurrent-queue-2.4.0 \ + concurrent-queue-2.5.0 \ console-0.15.8 \ core-foundation-0.9.4 \ core-foundation-sys-0.8.6 \ @@ -99,7 +101,7 @@ CARGO_CRATES= Inflector-0.11.4 \ darling_core-0.20.8 \ darling_macro-0.20.8 \ dashmap-5.5.3 \ - data-encoding-2.5.0 \ + data-encoding-2.6.0 \ debugid-0.8.0 \ deranged-0.3.11 \ derive_builder-0.20.0 \ @@ -113,29 +115,28 @@ CARGO_CRATES= Inflector-0.11.4 \ dirs-sys-0.4.1 \ doc-comment-0.3.3 \ dunce-1.0.4 \ - either-1.10.0 \ + either-1.11.0 \ elasticlunr-rs-3.0.2 \ encode_unicode-0.3.6 \ - encoding_rs-0.8.33 \ + encoding_rs-0.8.34 \ enum-as-inner-0.6.0 \ env_filter-0.1.0 \ env_logger-0.9.3 \ - env_logger-0.10.2 \ - env_logger-0.11.2 \ + env_logger-0.11.3 \ equivalent-1.0.1 \ errno-0.3.8 \ - event-listener-5.2.0 \ - event-listener-strategy-0.5.0 \ + event-listener-5.3.0 \ + event-listener-strategy-0.5.2 \ fastrand-1.9.0 \ - fastrand-2.0.1 \ + fastrand-2.1.0 \ fern-0.6.2 \ filetime-0.2.23 \ findshlibs-0.10.2 \ fixedbitset-0.4.2 \ - flate2-1.0.28 \ + flate2-1.0.30 \ fnv-1.0.7 \ form_urlencoded-1.2.1 \ - fs4-0.8.2 \ + fs4-0.8.3 \ fsevent-sys-4.1.0 \ function_name-0.3.0 \ function_name-proc-macro-0.3.0 \ @@ -151,7 +152,7 @@ CARGO_CRATES= Inflector-0.11.4 \ futures-util-0.3.30 \ generic-array-0.14.7 \ getopts-0.2.21 \ - getrandom-0.2.12 \ + getrandom-0.2.14 \ gimli-0.28.1 \ git-actor-0.17.2 \ git-attributes-0.8.3 \ @@ -194,11 +195,11 @@ CARGO_CRATES= Inflector-0.11.4 \ globset-0.4.14 \ graph-cycles-0.1.0 \ h2-0.3.26 \ - half-2.4.0 \ + half-2.4.1 \ handlebars-5.1.2 \ hashbrown-0.12.3 \ hashbrown-0.13.2 \ - hashbrown-0.14.3 \ + hashbrown-0.14.5 \ headers-0.3.9 \ headers-core-0.2.0 \ heck-0.4.1 \ @@ -206,10 +207,13 @@ CARGO_CRATES= Inflector-0.11.4 \ hermit-abi-0.1.19 \ hermit-abi-0.3.9 \ hex-0.4.3 \ + hickory-proto-0.24.1 \ + hickory-resolver-0.24.1 \ home-0.5.9 \ hostname-0.3.1 \ html5ever-0.26.0 \ http-0.2.12 \ + http-1.1.0 \ http-body-0.4.6 \ httparse-1.8.0 \ httpdate-1.0.3 \ @@ -225,7 +229,7 @@ CARGO_CRATES= Inflector-0.11.4 \ ignore-0.4.22 \ imara-diff-0.1.5 \ indexmap-1.9.3 \ - indexmap-2.2.5 \ + indexmap-2.2.6 \ inferno-0.11.19 \ inotify-0.9.6 \ inotify-sys-0.1.5 \ @@ -237,19 +241,20 @@ CARGO_CRATES= Inflector-0.11.4 \ is_ci-1.2.0 \ itertools-0.10.5 \ itertools-0.12.1 \ - itoa-1.0.10 \ + itoa-1.0.11 \ js-sys-0.3.69 \ jwalk-0.8.1 \ kqueue-1.0.8 \ kqueue-sys-1.0.4 \ kstring-1.0.6 \ + lalr-0.0.2 \ lazy_static-1.4.0 \ - libc-0.2.153 \ - libredox-0.0.1 \ + libc-0.2.154 \ + libredox-0.1.3 \ line-col-0.2.1 \ linked-hash-map-0.5.6 \ linux-raw-sys-0.4.13 \ - lock_api-0.4.11 \ + lock_api-0.4.12 \ log-0.4.21 \ lru-cache-0.1.2 \ lsp-types-0.94.1 \ @@ -260,7 +265,7 @@ CARGO_CRATES= Inflector-0.11.4 \ maybe-async-0.2.10 \ mdbook-0.4.37 \ mdbook-wavedrom-0.10.0 \ - memchr-2.7.1 \ + memchr-2.7.2 \ memmap2-0.5.10 \ memmap2-0.9.4 \ miette-5.10.0 \ @@ -270,7 +275,7 @@ CARGO_CRATES= Inflector-0.11.4 \ minimal-lexical-0.2.1 \ miniz_oxide-0.7.2 \ mio-0.8.11 \ - new_debug_unreachable-1.0.4 \ + new_debug_unreachable-1.0.6 \ nix-0.26.4 \ nom-7.1.3 \ normpath-1.2.0 \ @@ -289,26 +294,26 @@ CARGO_CRATES= Inflector-0.11.4 \ owo-colors-3.5.0 \ owo-colors-4.0.0 \ parking-2.2.0 \ - parking_lot-0.12.1 \ - parking_lot_core-0.9.9 \ - parol-0.27.0 \ + parking_lot-0.12.2 \ + parking_lot_core-0.9.10 \ + parol-0.28.0 \ parol-macros-0.2.0 \ - parol_runtime-0.20.2 \ - paste-1.0.14 \ + parol_runtime-0.21.0 \ + paste-1.0.15 \ pathdiff-0.2.1 \ percent-encoding-2.3.1 \ - pest-2.7.8 \ - pest_derive-2.7.8 \ - pest_generator-2.7.8 \ - pest_meta-2.7.8 \ + pest-2.7.10 \ + pest_derive-2.7.10 \ + pest_generator-2.7.10 \ + pest_meta-2.7.10 \ petgraph-0.6.4 \ phf-0.10.1 \ phf_codegen-0.10.0 \ phf_generator-0.10.0 \ phf_shared-0.10.0 \ - pin-project-1.1.4 \ - pin-project-internal-1.1.4 \ - pin-project-lite-0.2.13 \ + pin-project-1.1.5 \ + pin-project-internal-1.1.5 \ + pin-project-lite-0.2.14 \ pin-utils-0.1.0 \ plotters-0.3.5 \ plotters-backend-0.3.5 \ @@ -320,15 +325,15 @@ CARGO_CRATES= Inflector-0.11.4 \ predicates-3.1.0 \ predicates-core-1.0.6 \ predicates-tree-1.0.9 \ - proc-macro2-1.0.78 \ + proc-macro2-1.0.81 \ prodash-23.1.2 \ pulldown-cmark-0.9.6 \ - pulldown-cmark-0.10.2 \ - pulldown-cmark-escape-0.10.0 \ + pulldown-cmark-0.10.3 \ + pulldown-cmark-escape-0.10.1 \ quick-error-1.2.3 \ quick-error-2.0.1 \ quick-xml-0.26.0 \ - quote-1.0.35 \ + quote-1.0.36 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ @@ -336,32 +341,33 @@ CARGO_CRATES= Inflector-0.11.4 \ rayon-1.10.0 \ rayon-core-1.12.1 \ redox_syscall-0.4.1 \ - redox_users-0.4.4 \ + redox_syscall-0.5.1 \ + redox_users-0.4.5 \ regex-1.10.4 \ regex-automata-0.4.6 \ - regex-syntax-0.8.2 \ - reqwest-0.11.24 \ + regex-syntax-0.8.3 \ + reqwest-0.11.27 \ resolv-conf-0.7.0 \ rgb-0.8.37 \ ring-0.17.8 \ ropey-1.6.1 \ rustc-demangle-0.1.23 \ - rustix-0.38.31 \ - rustls-0.21.10 \ + rustix-0.38.34 \ + rustls-0.21.12 \ rustls-pemfile-1.0.4 \ rustls-webpki-0.101.7 \ - rustversion-1.0.14 \ + rustversion-1.0.15 \ ryu-1.0.17 \ same-file-1.0.6 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ sct-0.7.1 \ - semver-1.0.22 \ - serde-1.0.198 \ - serde_derive-1.0.198 \ - serde_json-1.0.116 \ + semver-1.0.23 \ + serde-1.0.201 \ + serde_derive-1.0.201 \ + serde_json-1.0.117 \ serde_regex-1.1.0 \ - serde_repr-0.1.18 \ + serde_repr-0.1.19 \ serde_spanned-0.6.5 \ serde_urlencoded-0.7.1 \ sha1-0.10.6 \ @@ -369,13 +375,13 @@ CARGO_CRATES= Inflector-0.11.4 \ sha2-0.10.8 \ shlex-1.3.0 \ signal-hook-0.3.17 \ - signal-hook-registry-1.4.1 \ + signal-hook-registry-1.4.2 \ similar-2.5.0 \ siphasher-0.3.11 \ slab-0.4.9 \ - smallvec-1.13.1 \ + smallvec-1.13.2 \ smawk-0.3.2 \ - socket2-0.5.6 \ + socket2-0.5.7 \ spdx-0.10.4 \ spin-0.9.8 \ stable_deref_trait-1.2.0 \ @@ -386,14 +392,14 @@ CARGO_CRATES= Inflector-0.11.4 \ strnum_bitwidth-0.1.2 \ strsim-0.8.0 \ strsim-0.10.0 \ - strsim-0.11.0 \ + strsim-0.11.1 \ supports-color-2.1.0 \ supports-hyperlinks-2.1.0 \ supports-unicode-2.1.0 \ symbolic-common-12.8.0 \ symbolic-demangle-12.8.0 \ syn-1.0.109 \ - syn-2.0.52 \ + syn-2.0.60 \ sync_wrapper-0.1.2 \ syntree-0.14.5 \ syntree_layout-0.2.0 \ @@ -407,20 +413,19 @@ CARGO_CRATES= Inflector-0.11.4 \ termtree-0.4.1 \ textwrap-0.11.0 \ textwrap-0.15.2 \ - thiserror-1.0.58 \ - thiserror-impl-1.0.58 \ - time-0.3.34 \ + thiserror-1.0.60 \ + thiserror-impl-1.0.60 \ + time-0.3.36 \ time-core-0.1.2 \ - time-macros-0.2.17 \ + time-macros-0.2.18 \ tinytemplate-1.2.1 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ tokio-1.37.0 \ tokio-macros-2.2.0 \ tokio-rustls-0.24.1 \ - tokio-stream-0.1.14 \ - tokio-tungstenite-0.20.1 \ - tokio-util-0.7.10 \ + tokio-tungstenite-0.21.0 \ + tokio-util-0.7.11 \ toml-0.5.11 \ toml-0.7.8 \ toml_datetime-0.6.5 \ @@ -435,15 +440,13 @@ CARGO_CRATES= Inflector-0.11.4 \ tracing-0.1.40 \ tracing-attributes-0.1.27 \ tracing-core-0.1.32 \ - trust-dns-proto-0.23.2 \ - trust-dns-resolver-0.23.2 \ try-lock-0.2.5 \ ts-rs-8.1.0 \ ts-rs-macros-8.1.0 \ - tungstenite-0.20.1 \ + tungstenite-0.21.0 \ typenum-1.17.0 \ ucd-trie-0.1.6 \ - uluru-3.0.0 \ + uluru-3.1.0 \ ume-0.1.0 \ unicase-2.7.0 \ unicode-bidi-0.3.15 \ @@ -451,7 +454,7 @@ CARGO_CRATES= Inflector-0.11.4 \ unicode-ident-1.0.12 \ unicode-linebreak-0.1.5 \ unicode-normalization-0.1.23 \ - unicode-width-0.1.11 \ + unicode-width-0.1.12 \ untrusted-0.9.0 \ url-2.5.0 \ utf-8-0.7.6 \ @@ -462,7 +465,7 @@ CARGO_CRATES= Inflector-0.11.4 \ wait-timeout-0.2.0 \ walkdir-2.5.0 \ want-0.3.1 \ - warp-0.3.6 \ + warp-0.3.7 \ wasi-0.11.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.92 \ wasm-bindgen-backend-0.2.92 \ @@ -472,38 +475,39 @@ CARGO_CRATES= Inflector-0.11.4 \ wasm-bindgen-shared-0.2.92 \ web-sys-0.3.69 \ webpki-roots-0.25.4 \ - widestring-1.0.2 \ + widestring-1.1.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.6 \ + winapi-util-0.1.8 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.43.0 \ windows-core-0.52.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-targets-0.48.5 \ - windows-targets-0.52.4 \ + windows-targets-0.52.5 \ windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.48.5 \ - windows_aarch64_gnullvm-0.52.4 \ + windows_aarch64_gnullvm-0.52.5 \ windows_aarch64_msvc-0.42.2 \ windows_aarch64_msvc-0.48.5 \ - windows_aarch64_msvc-0.52.4 \ + windows_aarch64_msvc-0.52.5 \ windows_i686_gnu-0.42.2 \ windows_i686_gnu-0.48.5 \ - windows_i686_gnu-0.52.4 \ + windows_i686_gnu-0.52.5 \ + windows_i686_gnullvm-0.52.5 \ windows_i686_msvc-0.42.2 \ windows_i686_msvc-0.48.5 \ - windows_i686_msvc-0.52.4 \ + windows_i686_msvc-0.52.5 \ windows_x86_64_gnu-0.42.2 \ windows_x86_64_gnu-0.48.5 \ - windows_x86_64_gnu-0.52.4 \ + windows_x86_64_gnu-0.52.5 \ windows_x86_64_gnullvm-0.42.2 \ windows_x86_64_gnullvm-0.48.5 \ - windows_x86_64_gnullvm-0.52.4 \ + windows_x86_64_gnullvm-0.52.5 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.5 \ - windows_x86_64_msvc-0.52.4 \ + windows_x86_64_msvc-0.52.5 \ winnow-0.5.40 \ winreg-0.50.0 \ xml_writer-0.4.0 \ diff --git a/cad/veryl/distinfo b/cad/veryl/distinfo index c3db5aef93c..545d05ba0e6 100644 --- a/cad/veryl/distinfo +++ b/cad/veryl/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1713415276 +TIMESTAMP = 1715321362 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb @@ -7,8 +7,8 @@ SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 SIZE (rust/crates/ahash-0.8.11.crate) = 43607 -SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 -SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/ammonia-3.3.0.crate) = 64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170 SIZE (rust/crates/ammonia-3.3.0.crate) = 46061 SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 @@ -21,36 +21,36 @@ SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 SHA256 (rust/crates/anstream-0.6.13.crate) = d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb SIZE (rust/crates/anstream-0.6.13.crate) = 30928 -SHA256 (rust/crates/anstyle-1.0.6.crate) = 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc -SIZE (rust/crates/anstyle-1.0.6.crate) = 14604 +SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b +SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 -SHA256 (rust/crates/anyhow-1.0.82.crate) = f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519 -SIZE (rust/crates/anyhow-1.0.82.crate) = 45361 -SHA256 (rust/crates/arc-swap-1.7.0.crate) = 7b3d0060af21e8d11a926981cc00c6c1541aa91dd64b9f881985c3da1094425f -SIZE (rust/crates/arc-swap-1.7.0.crate) = 68468 +SHA256 (rust/crates/anyhow-1.0.83.crate) = 25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3 +SIZE (rust/crates/anyhow-1.0.83.crate) = 45650 +SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 +SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 SHA256 (rust/crates/arrayvec-0.7.4.crate) = 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711 SIZE (rust/crates/arrayvec-0.7.4.crate) = 29856 SHA256 (rust/crates/assert_cmd-2.0.14.crate) = ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8 SIZE (rust/crates/assert_cmd-2.0.14.crate) = 24591 SHA256 (rust/crates/async-channel-2.2.1.crate) = 136d4d23bcc79e27423727b36823d86233aad06dfea531837b038394d11e9928 SIZE (rust/crates/async-channel-2.2.1.crate) = 14326 -SHA256 (rust/crates/async-trait-0.1.77.crate) = c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9 -SIZE (rust/crates/async-trait-0.1.77.crate) = 29986 +SHA256 (rust/crates/async-trait-0.1.80.crate) = c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca +SIZE (rust/crates/async-trait-0.1.80.crate) = 28775 SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528 SIZE (rust/crates/atoi-2.0.0.crate) = 7785 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 SHA256 (rust/crates/auto_impl-1.2.0.crate) = 3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42 SIZE (rust/crates/auto_impl-1.2.0.crate) = 31013 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837 -SIZE (rust/crates/backtrace-0.3.69.crate) = 77299 +SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 +SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 +SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d +SIZE (rust/crates/backtrace-0.3.71.crate) = 86553 SHA256 (rust/crates/backtrace-ext-0.2.1.crate) = 537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50 SIZE (rust/crates/backtrace-ext-0.2.1.crate) = 11401 SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 @@ -67,26 +67,26 @@ SHA256 (rust/crates/bstr-1.9.1.crate) = 05efc5cfd9110c8416e471df0e96702d58690178 SIZE (rust/crates/bstr-1.9.1.crate) = 380305 SHA256 (rust/crates/btoi-0.4.3.crate) = 9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad SIZE (rust/crates/btoi-0.4.3.crate) = 10007 -SHA256 (rust/crates/bumpalo-3.15.3.crate) = 8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b -SIZE (rust/crates/bumpalo-3.15.3.crate) = 84438 -SHA256 (rust/crates/bytemuck-1.14.3.crate) = a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f -SIZE (rust/crates/bytemuck-1.14.3.crate) = 47032 +SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c +SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 +SHA256 (rust/crates/bytemuck-1.15.0.crate) = 5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15 +SIZE (rust/crates/bytemuck-1.15.0.crate) = 47672 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 -SHA256 (rust/crates/bytes-1.5.0.crate) = a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223 -SIZE (rust/crates/bytes-1.5.0.crate) = 58909 +SHA256 (rust/crates/bytes-1.6.0.crate) = 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9 +SIZE (rust/crates/bytes-1.6.0.crate) = 60605 SHA256 (rust/crates/bytesize-1.3.0.crate) = a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc SIZE (rust/crates/bytesize-1.3.0.crate) = 10164 SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 SIZE (rust/crates/cast-0.3.0.crate) = 11452 SHA256 (rust/crates/castaway-0.2.2.crate) = 8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc SIZE (rust/crates/castaway-0.2.2.crate) = 11091 -SHA256 (rust/crates/cc-1.0.89.crate) = a0ba8f7aaa012f30d5b2861462f6708eccd49c3c39863fe083a308035f63d723 -SIZE (rust/crates/cc-1.0.89.crate) = 73707 +SHA256 (rust/crates/cc-1.0.96.crate) = 065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd +SIZE (rust/crates/cc-1.0.96.crate) = 76576 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.35.crate) = 8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a -SIZE (rust/crates/chrono-0.4.35.crate) = 234267 +SHA256 (rust/crates/chrono-0.4.38.crate) = a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 +SIZE (rust/crates/chrono-0.4.38.crate) = 220559 SHA256 (rust/crates/ciborium-0.2.2.crate) = 42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e SIZE (rust/crates/ciborium-0.2.2.crate) = 35611 SHA256 (rust/crates/ciborium-io-0.2.2.crate) = 05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757 @@ -99,8 +99,8 @@ SHA256 (rust/crates/clap-4.5.4.crate) = 90bc066a67923782aa8515dbaea16946c5bcc5ad SIZE (rust/crates/clap-4.5.4.crate) = 55401 SHA256 (rust/crates/clap_builder-4.5.2.crate) = ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4 SIZE (rust/crates/clap_builder-4.5.2.crate) = 163566 -SHA256 (rust/crates/clap_complete-4.5.1.crate) = 885e4d7d5af40bfb99ae6f9433e292feac98d452dcb3ec3d25dfe7552b77da8c -SIZE (rust/crates/clap_complete-4.5.1.crate) = 37823 +SHA256 (rust/crates/clap_complete-4.5.2.crate) = dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e +SIZE (rust/crates/clap_complete-4.5.2.crate) = 37850 SHA256 (rust/crates/clap_derive-4.5.4.crate) = 528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64 SIZE (rust/crates/clap_derive-4.5.4.crate) = 29159 SHA256 (rust/crates/clap_lex-0.7.0.crate) = 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce @@ -109,14 +109,16 @@ SHA256 (rust/crates/clru-0.6.1.crate) = b8191fa7302e03607ff0e237d4246cc043ff5b3c SIZE (rust/crates/clru-0.6.1.crate) = 16507 SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 +SHA256 (rust/crates/collection_literals-1.0.1.crate) = 186dce98367766de751c42c4f03970fc60fc012296e706ccbb9d5df9b6c1e271 +SIZE (rust/crates/collection_literals-1.0.1.crate) = 3579 SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 -SHA256 (rust/crates/combine-4.6.6.crate) = 35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4 -SIZE (rust/crates/combine-4.6.6.crate) = 132428 +SHA256 (rust/crates/combine-4.6.7.crate) = ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd +SIZE (rust/crates/combine-4.6.7.crate) = 134808 SHA256 (rust/crates/compact_str-0.6.1.crate) = 5138945395949e7dfba09646dc9e766b548ff48e23deb5246890e6b64ae9e1b9 SIZE (rust/crates/compact_str-0.6.1.crate) = 54555 -SHA256 (rust/crates/concurrent-queue-2.4.0.crate) = d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363 -SIZE (rust/crates/concurrent-queue-2.4.0.crate) = 20244 +SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 +SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 SHA256 (rust/crates/console-0.15.8.crate) = 0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb SIZE (rust/crates/console-0.15.8.crate) = 36364 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f @@ -159,8 +161,8 @@ SHA256 (rust/crates/darling_macro-0.20.8.crate) = a668eda54683121533a393014d8692 SIZE (rust/crates/darling_macro-0.20.8.crate) = 1856 SHA256 (rust/crates/dashmap-5.5.3.crate) = 978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856 SIZE (rust/crates/dashmap-5.5.3.crate) = 24061 -SHA256 (rust/crates/data-encoding-2.5.0.crate) = 7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5 -SIZE (rust/crates/data-encoding-2.5.0.crate) = 20632 +SHA256 (rust/crates/data-encoding-2.6.0.crate) = e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2 +SIZE (rust/crates/data-encoding-2.6.0.crate) = 20769 SHA256 (rust/crates/debugid-0.8.0.crate) = bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d SIZE (rust/crates/debugid-0.8.0.crate) = 12757 SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 @@ -187,36 +189,34 @@ SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 SHA256 (rust/crates/dunce-1.0.4.crate) = 56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b SIZE (rust/crates/dunce-1.0.4.crate) = 8034 -SHA256 (rust/crates/either-1.10.0.crate) = 11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a -SIZE (rust/crates/either-1.10.0.crate) = 18334 +SHA256 (rust/crates/either-1.11.0.crate) = a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2 +SIZE (rust/crates/either-1.11.0.crate) = 18973 SHA256 (rust/crates/elasticlunr-rs-3.0.2.crate) = 41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571 SIZE (rust/crates/elasticlunr-rs-3.0.2.crate) = 109533 SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 -SHA256 (rust/crates/encoding_rs-0.8.33.crate) = 7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1 -SIZE (rust/crates/encoding_rs-0.8.33.crate) = 1370071 +SHA256 (rust/crates/encoding_rs-0.8.34.crate) = b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59 +SIZE (rust/crates/encoding_rs-0.8.34.crate) = 1378166 SHA256 (rust/crates/enum-as-inner-0.6.0.crate) = 5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a SIZE (rust/crates/enum-as-inner-0.6.0.crate) = 12079 SHA256 (rust/crates/env_filter-0.1.0.crate) = a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea SIZE (rust/crates/env_filter-0.1.0.crate) = 11553 SHA256 (rust/crates/env_logger-0.9.3.crate) = a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7 SIZE (rust/crates/env_logger-0.9.3.crate) = 33291 -SHA256 (rust/crates/env_logger-0.10.2.crate) = 4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580 -SIZE (rust/crates/env_logger-0.10.2.crate) = 36402 -SHA256 (rust/crates/env_logger-0.11.2.crate) = 6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d -SIZE (rust/crates/env_logger-0.11.2.crate) = 28310 +SHA256 (rust/crates/env_logger-0.11.3.crate) = 38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9 +SIZE (rust/crates/env_logger-0.11.3.crate) = 29704 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 SIZE (rust/crates/errno-0.3.8.crate) = 10645 -SHA256 (rust/crates/event-listener-5.2.0.crate) = 2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91 -SIZE (rust/crates/event-listener-5.2.0.crate) = 40217 -SHA256 (rust/crates/event-listener-strategy-0.5.0.crate) = feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291 -SIZE (rust/crates/event-listener-strategy-0.5.0.crate) = 10616 +SHA256 (rust/crates/event-listener-5.3.0.crate) = 6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24 +SIZE (rust/crates/event-listener-5.3.0.crate) = 43084 +SHA256 (rust/crates/event-listener-strategy-0.5.2.crate) = 0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1 +SIZE (rust/crates/event-listener-strategy-0.5.2.crate) = 10697 SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 -SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 -SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 +SHA256 (rust/crates/fastrand-2.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a +SIZE (rust/crates/fastrand-2.1.0.crate) = 14907 SHA256 (rust/crates/fern-0.6.2.crate) = d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee SIZE (rust/crates/fern-0.6.2.crate) = 304626 SHA256 (rust/crates/filetime-0.2.23.crate) = 1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd @@ -225,14 +225,14 @@ SHA256 (rust/crates/findshlibs-0.10.2.crate) = 40b9e59cd0f7e0806cca4be089683ecb6 SIZE (rust/crates/findshlibs-0.10.2.crate) = 20101 SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 SIZE (rust/crates/fixedbitset-0.4.2.crate) = 15954 -SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e -SIZE (rust/crates/flate2-1.0.28.crate) = 73690 +SHA256 (rust/crates/flate2-1.0.30.crate) = 5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae +SIZE (rust/crates/flate2-1.0.30.crate) = 75511 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 -SHA256 (rust/crates/fs4-0.8.2.crate) = 21dabded2e32cd57ded879041205c60a4a4c4bab47bd0fd2fa8b01f30849f02b -SIZE (rust/crates/fs4-0.8.2.crate) = 18180 +SHA256 (rust/crates/fs4-0.8.3.crate) = 73969b81e8bc90a3828d913dd3973d80771bfb9d7fbe1a78a79122aad456af15 +SIZE (rust/crates/fs4-0.8.3.crate) = 18502 SHA256 (rust/crates/fsevent-sys-4.1.0.crate) = 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2 SIZE (rust/crates/fsevent-sys-4.1.0.crate) = 4620 SHA256 (rust/crates/function_name-0.3.0.crate) = b1ab577a896d09940b5fe12ec5ae71f9d8211fff62c919c03a3750a9901e98a7 @@ -263,8 +263,8 @@ SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 SIZE (rust/crates/getopts-0.2.21.crate) = 18457 -SHA256 (rust/crates/getrandom-0.2.12.crate) = 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5 -SIZE (rust/crates/getrandom-0.2.12.crate) = 36163 +SHA256 (rust/crates/getrandom-0.2.14.crate) = 94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c +SIZE (rust/crates/getrandom-0.2.14.crate) = 37307 SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 SIZE (rust/crates/gimli-0.28.1.crate) = 270497 SHA256 (rust/crates/git-actor-0.17.2.crate) = 962399e67a7aad16be57967806405ca9e84221eccbbc1379411b869ca70b8a61 @@ -349,16 +349,16 @@ SHA256 (rust/crates/graph-cycles-0.1.0.crate) = 3a6ad932c6dd3cfaf16b66754a42f87b SIZE (rust/crates/graph-cycles-0.1.0.crate) = 3142 SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 SIZE (rust/crates/h2-0.3.26.crate) = 168315 -SHA256 (rust/crates/half-2.4.0.crate) = b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e -SIZE (rust/crates/half-2.4.0.crate) = 50666 +SHA256 (rust/crates/half-2.4.1.crate) = 6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888 +SIZE (rust/crates/half-2.4.1.crate) = 50892 SHA256 (rust/crates/handlebars-5.1.2.crate) = d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b SIZE (rust/crates/handlebars-5.1.2.crate) = 98550 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 SHA256 (rust/crates/headers-0.3.9.crate) = 06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270 SIZE (rust/crates/headers-0.3.9.crate) = 68290 SHA256 (rust/crates/headers-core-0.2.0.crate) = e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429 @@ -373,6 +373,10 @@ SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066a SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 +SHA256 (rust/crates/hickory-proto-0.24.1.crate) = 07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512 +SIZE (rust/crates/hickory-proto-0.24.1.crate) = 374410 +SHA256 (rust/crates/hickory-resolver-0.24.1.crate) = 28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243 +SIZE (rust/crates/hickory-resolver-0.24.1.crate) = 91134 SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 SIZE (rust/crates/home-0.5.9.crate) = 8760 SHA256 (rust/crates/hostname-0.3.1.crate) = 3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867 @@ -381,6 +385,8 @@ SHA256 (rust/crates/html5ever-0.26.0.crate) = bea68cab48b8459f17cf1c944c67ddc572 SIZE (rust/crates/html5ever-0.26.0.crate) = 72921 SHA256 (rust/crates/http-0.2.12.crate) = 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 SIZE (rust/crates/http-0.2.12.crate) = 101964 +SHA256 (rust/crates/http-1.1.0.crate) = 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258 +SIZE (rust/crates/http-1.1.0.crate) = 103144 SHA256 (rust/crates/http-body-0.4.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 SIZE (rust/crates/http-body-0.4.6.crate) = 10773 SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904 @@ -411,8 +417,8 @@ SHA256 (rust/crates/imara-diff-0.1.5.crate) = e98c1d0ad70fc91b8b9654b1f33db55e59 SIZE (rust/crates/imara-diff-0.1.5.crate) = 154821 SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.2.5.crate) = 7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4 -SIZE (rust/crates/indexmap-2.2.5.crate) = 81498 +SHA256 (rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 +SIZE (rust/crates/indexmap-2.2.6.crate) = 82420 SHA256 (rust/crates/inferno-0.11.19.crate) = 321f0f839cd44a4686e9504b0a62b4d69a50b62072144c71c68f5873c167b8d9 SIZE (rust/crates/inferno-0.11.19.crate) = 102753 SHA256 (rust/crates/inotify-0.9.6.crate) = f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff @@ -435,8 +441,8 @@ SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86 SIZE (rust/crates/itertools-0.10.5.crate) = 115354 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 -SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c -SIZE (rust/crates/itoa-1.0.10.crate) = 10534 +SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b +SIZE (rust/crates/itoa-1.0.11.crate) = 10563 SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d SIZE (rust/crates/js-sys-0.3.69.crate) = 81083 SHA256 (rust/crates/jwalk-0.8.1.crate) = 2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56 @@ -447,20 +453,22 @@ SHA256 (rust/crates/kqueue-sys-1.0.4.crate) = ed9625ffda8729b85e45cf04090035ac36 SIZE (rust/crates/kqueue-sys-1.0.4.crate) = 7160 SHA256 (rust/crates/kstring-1.0.6.crate) = 8b310ccceade8121d7d77fee406160e457c2f4e7c7982d589da3499bc7ea4526 SIZE (rust/crates/kstring-1.0.6.crate) = 20728 +SHA256 (rust/crates/lalr-0.0.2.crate) = 106d7548f95adbe3019b4fc4954554d7b72535867aa9ce326d2f766b68958de7 +SIZE (rust/crates/lalr-0.0.2.crate) = 12078 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd -SIZE (rust/crates/libc-0.2.153.crate) = 740614 -SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 -SIZE (rust/crates/libredox-0.0.1.crate) = 4212 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 +SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d +SIZE (rust/crates/libredox-0.1.3.crate) = 6068 SHA256 (rust/crates/line-col-0.2.1.crate) = 9e69cdf6b85b5c8dce514f694089a2cf8b1a702f6cd28607bcb3cf296c9778db SIZE (rust/crates/line-col-0.2.1.crate) = 3915 SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855 -SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 -SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 +SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 +SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c SIZE (rust/crates/log-0.4.21.crate) = 43442 SHA256 (rust/crates/lru-cache-0.1.2.crate) = 31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c @@ -481,8 +489,8 @@ SHA256 (rust/crates/mdbook-0.4.37.crate) = 0c33564061c3c640bed5ace7d6a2a1b65f2c6 SIZE (rust/crates/mdbook-0.4.37.crate) = 1485249 SHA256 (rust/crates/mdbook-wavedrom-0.10.0.crate) = 95b98c3dfb9258c5c2f27c70c9b037dcf64d403031dac91502e7d7de4676495b SIZE (rust/crates/mdbook-wavedrom-0.10.0.crate) = 54343 -SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 -SIZE (rust/crates/memchr-2.7.1.crate) = 96307 +SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d +SIZE (rust/crates/memchr-2.7.2.crate) = 96220 SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 SHA256 (rust/crates/memmap2-0.9.4.crate) = fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322 @@ -501,8 +509,8 @@ SHA256 (rust/crates/miniz_oxide-0.7.2.crate) = 9d811f3e15f28568be3407c8e7fdb6514 SIZE (rust/crates/miniz_oxide-0.7.2.crate) = 55731 SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c SIZE (rust/crates/mio-0.8.11.crate) = 102983 -SHA256 (rust/crates/new_debug_unreachable-1.0.4.crate) = e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54 -SIZE (rust/crates/new_debug_unreachable-1.0.4.crate) = 2561 +SHA256 (rust/crates/new_debug_unreachable-1.0.6.crate) = 650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086 +SIZE (rust/crates/new_debug_unreachable-1.0.6.crate) = 2582 SHA256 (rust/crates/nix-0.26.4.crate) = 598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b SIZE (rust/crates/nix-0.26.4.crate) = 279099 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a @@ -539,30 +547,30 @@ SHA256 (rust/crates/owo-colors-4.0.0.crate) = caff54706df99d2a78a5a4e3455ff45448 SIZE (rust/crates/owo-colors-4.0.0.crate) = 30984 SHA256 (rust/crates/parking-2.2.0.crate) = bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae SIZE (rust/crates/parking-2.2.0.crate) = 9730 -SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f -SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 -SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e -SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445 -SHA256 (rust/crates/parol-0.27.0.crate) = 0fdef18ebe86e3ba5ad8e3f23232d1d2674bda15e21ee06f099766be45d89d3b -SIZE (rust/crates/parol-0.27.0.crate) = 174015 +SHA256 (rust/crates/parking_lot-0.12.2.crate) = 7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb +SIZE (rust/crates/parking_lot-0.12.2.crate) = 41723 +SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 +SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 +SHA256 (rust/crates/parol-0.28.0.crate) = f4f4e4f7cd4b6f115fd081fb09dbbd4217783738d7db807c44e996ec42530f7d +SIZE (rust/crates/parol-0.28.0.crate) = 182764 SHA256 (rust/crates/parol-macros-0.2.0.crate) = bdd646301a99589f85ed580e3807ee2f7aa6529b900fd703f5a14716b7426b28 SIZE (rust/crates/parol-macros-0.2.0.crate) = 1694 -SHA256 (rust/crates/parol_runtime-0.20.2.crate) = 19c4d943784ca239f3f6e641b214f6fce55eec3fdb098d2e54b4f28e114ce546 -SIZE (rust/crates/parol_runtime-0.20.2.crate) = 73945 -SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c -SIZE (rust/crates/paste-1.0.14.crate) = 18157 +SHA256 (rust/crates/parol_runtime-0.21.0.crate) = d7ec386ba6b9516eba896069e6c8cb989fc8754e87c324497d7fa41ec5b8a178 +SIZE (rust/crates/parol_runtime-0.21.0.crate) = 77621 +SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a +SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/pathdiff-0.2.1.crate) = 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd SIZE (rust/crates/pathdiff-0.2.1.crate) = 7142 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pest-2.7.8.crate) = 56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8 -SIZE (rust/crates/pest-2.7.8.crate) = 118214 -SHA256 (rust/crates/pest_derive-2.7.8.crate) = b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026 -SIZE (rust/crates/pest_derive-2.7.8.crate) = 36144 -SHA256 (rust/crates/pest_generator-2.7.8.crate) = fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80 -SIZE (rust/crates/pest_generator-2.7.8.crate) = 18295 -SHA256 (rust/crates/pest_meta-2.7.8.crate) = 934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293 -SIZE (rust/crates/pest_meta-2.7.8.crate) = 41548 +SHA256 (rust/crates/pest-2.7.10.crate) = 560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8 +SIZE (rust/crates/pest-2.7.10.crate) = 123707 +SHA256 (rust/crates/pest_derive-2.7.10.crate) = 26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459 +SIZE (rust/crates/pest_derive-2.7.10.crate) = 36221 +SHA256 (rust/crates/pest_generator-2.7.10.crate) = 3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687 +SIZE (rust/crates/pest_generator-2.7.10.crate) = 18411 +SHA256 (rust/crates/pest_meta-2.7.10.crate) = d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd +SIZE (rust/crates/pest_meta-2.7.10.crate) = 41550 SHA256 (rust/crates/petgraph-0.6.4.crate) = e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9 SIZE (rust/crates/petgraph-0.6.4.crate) = 185895 SHA256 (rust/crates/phf-0.10.1.crate) = fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259 @@ -573,12 +581,12 @@ SHA256 (rust/crates/phf_generator-0.10.0.crate) = 5d5285893bb5eb82e6aaf5d59ee909 SIZE (rust/crates/phf_generator-0.10.0.crate) = 7525 SHA256 (rust/crates/phf_shared-0.10.0.crate) = b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096 SIZE (rust/crates/phf_shared-0.10.0.crate) = 4095 -SHA256 (rust/crates/pin-project-1.1.4.crate) = 0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0 -SIZE (rust/crates/pin-project-1.1.4.crate) = 54230 -SHA256 (rust/crates/pin-project-internal-1.1.4.crate) = 266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690 -SIZE (rust/crates/pin-project-internal-1.1.4.crate) = 28249 -SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58 -SIZE (rust/crates/pin-project-lite-0.2.13.crate) = 29141 +SHA256 (rust/crates/pin-project-1.1.5.crate) = b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3 +SIZE (rust/crates/pin-project-1.1.5.crate) = 54214 +SHA256 (rust/crates/pin-project-internal-1.1.5.crate) = 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965 +SIZE (rust/crates/pin-project-internal-1.1.5.crate) = 28280 +SHA256 (rust/crates/pin-project-lite-0.2.14.crate) = bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 +SIZE (rust/crates/pin-project-lite-0.2.14.crate) = 28817 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/plotters-0.3.5.crate) = d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45 @@ -601,24 +609,24 @@ SHA256 (rust/crates/predicates-core-1.0.6.crate) = b794032607612e7abeb4db69adb4e SIZE (rust/crates/predicates-core-1.0.6.crate) = 8084 SHA256 (rust/crates/predicates-tree-1.0.9.crate) = 368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf SIZE (rust/crates/predicates-tree-1.0.9.crate) = 7960 -SHA256 (rust/crates/proc-macro2-1.0.78.crate) = e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae -SIZE (rust/crates/proc-macro2-1.0.78.crate) = 47158 +SHA256 (rust/crates/proc-macro2-1.0.81.crate) = 3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba +SIZE (rust/crates/proc-macro2-1.0.81.crate) = 48233 SHA256 (rust/crates/prodash-23.1.2.crate) = 9516b775656bc3e8985e19cd4b8c0c0de045095074e453d2c0a513b5f978392d SIZE (rust/crates/prodash-23.1.2.crate) = 83797 SHA256 (rust/crates/pulldown-cmark-0.9.6.crate) = 57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b SIZE (rust/crates/pulldown-cmark-0.9.6.crate) = 117378 -SHA256 (rust/crates/pulldown-cmark-0.10.2.crate) = 5f0530d13d87d1f549b66a3e8d0c688952abe5994e204ed62615baaf25dc029c -SIZE (rust/crates/pulldown-cmark-0.10.2.crate) = 141610 -SHA256 (rust/crates/pulldown-cmark-escape-0.10.0.crate) = d5d8f9aa0e3cbcfaf8bf00300004ee3b72f74770f9cbac93f6928771f613276b -SIZE (rust/crates/pulldown-cmark-escape-0.10.0.crate) = 8944 +SHA256 (rust/crates/pulldown-cmark-0.10.3.crate) = 76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993 +SIZE (rust/crates/pulldown-cmark-0.10.3.crate) = 141746 +SHA256 (rust/crates/pulldown-cmark-escape-0.10.1.crate) = bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3 +SIZE (rust/crates/pulldown-cmark-escape-0.10.1.crate) = 6672 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 SHA256 (rust/crates/quick-xml-0.26.0.crate) = 7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd SIZE (rust/crates/quick-xml-0.26.0.crate) = 116260 -SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef -SIZE (rust/crates/quote-1.0.35.crate) = 28136 +SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 +SIZE (rust/crates/quote-1.0.36.crate) = 28507 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 @@ -633,16 +641,18 @@ SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caa SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 -SHA256 (rust/crates/redox_users-0.4.4.crate) = a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4 -SIZE (rust/crates/redox_users-0.4.4.crate) = 15438 +SHA256 (rust/crates/redox_syscall-0.5.1.crate) = 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e +SIZE (rust/crates/redox_syscall-0.5.1.crate) = 22536 +SHA256 (rust/crates/redox_users-0.4.5.crate) = bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 +SIZE (rust/crates/redox_users-0.4.5.crate) = 15514 SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c SIZE (rust/crates/regex-1.10.4.crate) = 253191 SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565 -SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f -SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 -SHA256 (rust/crates/reqwest-0.11.24.crate) = c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251 -SIZE (rust/crates/reqwest-0.11.24.crate) = 160972 +SHA256 (rust/crates/regex-syntax-0.8.3.crate) = adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56 +SIZE (rust/crates/regex-syntax-0.8.3.crate) = 347497 +SHA256 (rust/crates/reqwest-0.11.27.crate) = dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62 +SIZE (rust/crates/reqwest-0.11.27.crate) = 163155 SHA256 (rust/crates/resolv-conf-0.7.0.crate) = 52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00 SIZE (rust/crates/resolv-conf-0.7.0.crate) = 17352 SHA256 (rust/crates/rgb-0.8.37.crate) = 05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8 @@ -653,16 +663,16 @@ SHA256 (rust/crates/ropey-1.6.1.crate) = 93411e420bcd1a75ddd1dc3caf18c23155eda2c SIZE (rust/crates/ropey-1.6.1.crate) = 119463 SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 -SHA256 (rust/crates/rustix-0.38.31.crate) = 6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949 -SIZE (rust/crates/rustix-0.38.31.crate) = 375443 -SHA256 (rust/crates/rustls-0.21.10.crate) = f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba -SIZE (rust/crates/rustls-0.21.10.crate) = 284920 +SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f +SIZE (rust/crates/rustix-0.38.34.crate) = 365160 +SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e +SIZE (rust/crates/rustls-0.21.12.crate) = 285674 SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 -SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4 -SIZE (rust/crates/rustversion-1.0.14.crate) = 17261 +SHA256 (rust/crates/rustversion-1.0.15.crate) = 80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47 +SIZE (rust/crates/rustversion-1.0.15.crate) = 17406 SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 SIZE (rust/crates/ryu-1.0.17.crate) = 47537 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 @@ -673,18 +683,18 @@ SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 SIZE (rust/crates/sct-0.7.1.crate) = 27501 -SHA256 (rust/crates/semver-1.0.22.crate) = 92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca -SIZE (rust/crates/semver-1.0.22.crate) = 30446 -SHA256 (rust/crates/serde-1.0.198.crate) = 9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc -SIZE (rust/crates/serde-1.0.198.crate) = 77577 -SHA256 (rust/crates/serde_derive-1.0.198.crate) = e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9 -SIZE (rust/crates/serde_derive-1.0.198.crate) = 55787 -SHA256 (rust/crates/serde_json-1.0.116.crate) = 3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813 -SIZE (rust/crates/serde_json-1.0.116.crate) = 146790 +SHA256 (rust/crates/semver-1.0.23.crate) = 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b +SIZE (rust/crates/semver-1.0.23.crate) = 30622 +SHA256 (rust/crates/serde-1.0.201.crate) = 780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c +SIZE (rust/crates/serde-1.0.201.crate) = 77725 +SHA256 (rust/crates/serde_derive-1.0.201.crate) = c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865 +SIZE (rust/crates/serde_derive-1.0.201.crate) = 55865 +SHA256 (rust/crates/serde_json-1.0.117.crate) = 455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3 +SIZE (rust/crates/serde_json-1.0.117.crate) = 146921 SHA256 (rust/crates/serde_regex-1.1.0.crate) = a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf SIZE (rust/crates/serde_regex-1.1.0.crate) = 9710 -SHA256 (rust/crates/serde_repr-0.1.18.crate) = 0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb -SIZE (rust/crates/serde_repr-0.1.18.crate) = 9974 +SHA256 (rust/crates/serde_repr-0.1.19.crate) = 6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9 +SIZE (rust/crates/serde_repr-0.1.19.crate) = 9997 SHA256 (rust/crates/serde_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 SIZE (rust/crates/serde_spanned-0.6.5.crate) = 8349 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd @@ -699,20 +709,20 @@ SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce35 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 SHA256 (rust/crates/signal-hook-0.3.17.crate) = 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 SIZE (rust/crates/signal-hook-0.3.17.crate) = 50296 -SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 -SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 +SHA256 (rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 +SIZE (rust/crates/signal-hook-registry-1.4.2.crate) = 18064 SHA256 (rust/crates/similar-2.5.0.crate) = fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640 SIZE (rust/crates/similar-2.5.0.crate) = 51648 SHA256 (rust/crates/siphasher-0.3.11.crate) = 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d SIZE (rust/crates/siphasher-0.3.11.crate) = 10442 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 SIZE (rust/crates/slab-0.4.9.crate) = 17108 -SHA256 (rust/crates/smallvec-1.13.1.crate) = e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7 -SIZE (rust/crates/smallvec-1.13.1.crate) = 34952 +SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 +SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 SHA256 (rust/crates/smawk-0.3.2.crate) = b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c SIZE (rust/crates/smawk-0.3.2.crate) = 13831 -SHA256 (rust/crates/socket2-0.5.6.crate) = 05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871 -SIZE (rust/crates/socket2-0.5.6.crate) = 55270 +SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c +SIZE (rust/crates/socket2-0.5.7.crate) = 55758 SHA256 (rust/crates/spdx-0.10.4.crate) = 29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9 SIZE (rust/crates/spdx-0.10.4.crate) = 997441 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 @@ -733,8 +743,8 @@ SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878 SIZE (rust/crates/strsim-0.8.0.crate) = 9309 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/strsim-0.11.0.crate) = 5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01 -SIZE (rust/crates/strsim-0.11.0.crate) = 13710 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/supports-color-2.1.0.crate) = d6398cde53adc3c4557306a96ce67b302968513830a77a95b2b17305d9719a89 SIZE (rust/crates/supports-color-2.1.0.crate) = 10030 SHA256 (rust/crates/supports-hyperlinks-2.1.0.crate) = f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d @@ -747,8 +757,8 @@ SHA256 (rust/crates/symbolic-demangle-12.8.0.crate) = 76a99812da4020a67e76c4eb41 SIZE (rust/crates/symbolic-demangle-12.8.0.crate) = 205528 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.52.crate) = b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07 -SIZE (rust/crates/syn-2.0.52.crate) = 254728 +SHA256 (rust/crates/syn-2.0.60.crate) = 909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3 +SIZE (rust/crates/syn-2.0.60.crate) = 255808 SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/syntree-0.14.5.crate) = d8a019a25d9135e907319cd33f02eeed4633388deea3a723b9242d062fa09486 @@ -775,16 +785,16 @@ SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08 SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 SHA256 (rust/crates/textwrap-0.15.2.crate) = b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d SIZE (rust/crates/textwrap-0.15.2.crate) = 53191 -SHA256 (rust/crates/thiserror-1.0.58.crate) = 03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297 -SIZE (rust/crates/thiserror-1.0.58.crate) = 21025 -SHA256 (rust/crates/thiserror-impl-1.0.58.crate) = c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7 -SIZE (rust/crates/thiserror-impl-1.0.58.crate) = 15645 -SHA256 (rust/crates/time-0.3.34.crate) = c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749 -SIZE (rust/crates/time-0.3.34.crate) = 118430 +SHA256 (rust/crates/thiserror-1.0.60.crate) = 579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18 +SIZE (rust/crates/thiserror-1.0.60.crate) = 21247 +SHA256 (rust/crates/thiserror-impl-1.0.60.crate) = e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524 +SIZE (rust/crates/thiserror-impl-1.0.60.crate) = 15787 +SHA256 (rust/crates/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 +SIZE (rust/crates/time-0.3.36.crate) = 119805 SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 SIZE (rust/crates/time-core-0.1.2.crate) = 7191 -SHA256 (rust/crates/time-macros-0.2.17.crate) = 7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774 -SIZE (rust/crates/time-macros-0.2.17.crate) = 24443 +SHA256 (rust/crates/time-macros-0.2.18.crate) = 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf +SIZE (rust/crates/time-macros-0.2.18.crate) = 24361 SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490 SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 @@ -797,12 +807,10 @@ SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a22 SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520 SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049 -SHA256 (rust/crates/tokio-stream-0.1.14.crate) = 397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842 -SIZE (rust/crates/tokio-stream-0.1.14.crate) = 35881 -SHA256 (rust/crates/tokio-tungstenite-0.20.1.crate) = 212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c -SIZE (rust/crates/tokio-tungstenite-0.20.1.crate) = 28569 -SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15 -SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508 +SHA256 (rust/crates/tokio-tungstenite-0.21.0.crate) = c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38 +SIZE (rust/crates/tokio-tungstenite-0.21.0.crate) = 28159 +SHA256 (rust/crates/tokio-util-0.7.11.crate) = 9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1 +SIZE (rust/crates/tokio-util-0.7.11.crate) = 113421 SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 SIZE (rust/crates/toml-0.5.11.crate) = 54910 SHA256 (rust/crates/toml-0.7.8.crate) = dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257 @@ -831,24 +839,20 @@ SHA256 (rust/crates/tracing-attributes-0.1.27.crate) = 34704c8d6ebcbc939824180af SIZE (rust/crates/tracing-attributes-0.1.27.crate) = 32241 SHA256 (rust/crates/tracing-core-0.1.32.crate) = c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 SIZE (rust/crates/tracing-core-0.1.32.crate) = 61221 -SHA256 (rust/crates/trust-dns-proto-0.23.2.crate) = 3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374 -SIZE (rust/crates/trust-dns-proto-0.23.2.crate) = 366401 -SHA256 (rust/crates/trust-dns-resolver-0.23.2.crate) = 10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6 -SIZE (rust/crates/trust-dns-resolver-0.23.2.crate) = 89012 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 SHA256 (rust/crates/ts-rs-8.1.0.crate) = 09d3fa4606cdab1e9b668cc65ce2545941d01f52bc27536a195c66c55b91cb84 SIZE (rust/crates/ts-rs-8.1.0.crate) = 29738 SHA256 (rust/crates/ts-rs-macros-8.1.0.crate) = f86ae36cbb2d58b86677ad413054feeb0712e382e822131cf9a4a1e580c419b5 SIZE (rust/crates/ts-rs-macros-8.1.0.crate) = 15095 -SHA256 (rust/crates/tungstenite-0.20.1.crate) = 9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9 -SIZE (rust/crates/tungstenite-0.20.1.crate) = 60095 +SHA256 (rust/crates/tungstenite-0.21.0.crate) = 9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1 +SIZE (rust/crates/tungstenite-0.21.0.crate) = 59858 SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 SIZE (rust/crates/typenum-1.17.0.crate) = 42849 SHA256 (rust/crates/ucd-trie-0.1.6.crate) = ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 SIZE (rust/crates/ucd-trie-0.1.6.crate) = 45790 -SHA256 (rust/crates/uluru-3.0.0.crate) = 794a32261a1f5eb6a4462c81b59cec87b5c27d5deea7dd1ac8fc781c41d226db -SIZE (rust/crates/uluru-3.0.0.crate) = 9864 +SHA256 (rust/crates/uluru-3.1.0.crate) = 7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da +SIZE (rust/crates/uluru-3.1.0.crate) = 9664 SHA256 (rust/crates/ume-0.1.0.crate) = 11c524dc90cd71769e23e877ffdcb128f867970f1febdb8eb11a776f5f49e7fc SIZE (rust/crates/ume-0.1.0.crate) = 2502 SHA256 (rust/crates/unicase-2.7.0.crate) = f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89 @@ -863,8 +867,8 @@ SHA256 (rust/crates/unicode-linebreak-0.1.5.crate) = 3b09c83c3c29d37506a3e260c08 SIZE (rust/crates/unicode-linebreak-0.1.5.crate) = 15324 SHA256 (rust/crates/unicode-normalization-0.1.23.crate) = a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 SIZE (rust/crates/unicode-normalization-0.1.23.crate) = 122649 -SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 -SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 +SHA256 (rust/crates/unicode-width-0.1.12.crate) = 68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6 +SIZE (rust/crates/unicode-width-0.1.12.crate) = 24062 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 @@ -885,8 +889,8 @@ SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06 SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e SIZE (rust/crates/want-0.3.1.crate) = 6398 -SHA256 (rust/crates/warp-0.3.6.crate) = c1e92e22e03ff1230c03a1a8ee37d2f89cd489e2e541b7550d6afad96faed169 -SIZE (rust/crates/warp-0.3.6.crate) = 116794 +SHA256 (rust/crates/warp-0.3.7.crate) = 4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c +SIZE (rust/crates/warp-0.3.7.crate) = 117428 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 SHA256 (rust/crates/wasm-bindgen-0.2.92.crate) = 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 @@ -905,14 +909,14 @@ SHA256 (rust/crates/web-sys-0.3.69.crate) = 77afa9a11836342370f4817622a2f0f418b1 SIZE (rust/crates/web-sys-0.3.69.crate) = 728877 SHA256 (rust/crates/webpki-roots-0.25.4.crate) = 5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1 SIZE (rust/crates/webpki-roots-0.25.4.crate) = 253559 -SHA256 (rust/crates/widestring-1.0.2.crate) = 653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8 -SIZE (rust/crates/widestring-1.0.2.crate) = 79706 +SHA256 (rust/crates/widestring-1.1.0.crate) = 7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311 +SIZE (rust/crates/widestring-1.1.0.crate) = 85046 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 -SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 +SHA256 (rust/crates/winapi-util-0.1.8.crate) = 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b +SIZE (rust/crates/winapi-util-0.1.8.crate) = 12416 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/windows-0.43.0.crate) = 04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244 @@ -925,50 +929,52 @@ SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9b SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 -SHA256 (rust/crates/windows-targets-0.52.4.crate) = 7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b -SIZE (rust/crates/windows-targets-0.52.4.crate) = 6310 +SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb +SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376 SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.4.crate) = bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9 -SIZE (rust/crates/windows_aarch64_gnullvm-0.52.4.crate) = 433373 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 -SHA256 (rust/crates/windows_aarch64_msvc-0.52.4.crate) = da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675 -SIZE (rust/crates/windows_aarch64_msvc-0.52.4.crate) = 828055 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 +SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 -SHA256 (rust/crates/windows_i686_gnu-0.52.4.crate) = b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3 -SIZE (rust/crates/windows_i686_gnu-0.52.4.crate) = 875736 +SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 +SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 +SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 -SHA256 (rust/crates/windows_i686_msvc-0.52.4.crate) = 1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02 -SIZE (rust/crates/windows_i686_msvc-0.52.4.crate) = 895530 +SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf +SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 -SHA256 (rust/crates/windows_x86_64_gnu-0.52.4.crate) = 5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03 -SIZE (rust/crates/windows_x86_64_gnu-0.52.4.crate) = 831627 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 +SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.4.crate) = 77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177 -SIZE (rust/crates/windows_x86_64_gnullvm-0.52.4.crate) = 433358 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 -SHA256 (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8 -SIZE (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 828019 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 +SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 SHA256 (rust/crates/winnow-0.5.40.crate) = f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876 SIZE (rust/crates/winnow-0.5.40.crate) = 159316 SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 @@ -979,5 +985,5 @@ SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf259 SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623 -SHA256 (dalance-veryl-veryl-v0.9.0_GH0.tar.gz) = 8777376d7c479c67d6700d10dd51dba5599b5c12c4435a4d916158af57a69e2c -SIZE (dalance-veryl-veryl-v0.9.0_GH0.tar.gz) = 2732067 +SHA256 (dalance-veryl-v0.10.0_GH0.tar.gz) = cae7de0acf637a6a5585a02afd097574682318948146c3152eaf9a31b9a0412f +SIZE (dalance-veryl-v0.10.0_GH0.tar.gz) = 2754537 diff --git a/chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp b/chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp new file mode 100644 index 00000000000..5a06d228faa --- /dev/null +++ b/chinese/fcitx5-mcbopomofo/files/patch-src_KeyHandler.cpp @@ -0,0 +1,10 @@ +--- src/KeyHandler.cpp.orig 2024-05-06 03:07:04 UTC ++++ src/KeyHandler.cpp +@@ -25,6 +25,7 @@ + + #include + #include ++#include + #include + + #include "ChineseNumbers/ChineseNumbers.h" diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index 1a5029f2fa6..0e423a1e094 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -1,5 +1,5 @@ PORTNAME= gqrx -PORTVERSION= 2.17.4 +PORTVERSION= 2.17.5 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/gqrx/distinfo b/comms/gqrx/distinfo index 6a806e68a25..e59676b4adb 100644 --- a/comms/gqrx/distinfo +++ b/comms/gqrx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707772014 -SHA256 (gqrx-sdr-gqrx-v2.17.4_GH0.tar.gz) = 06be55cd8ccadd3cb08218a4234f94c5c2bcd9e7b63a775650e473115e93d4e7 -SIZE (gqrx-sdr-gqrx-v2.17.4_GH0.tar.gz) = 3623122 +TIMESTAMP = 1713546210 +SHA256 (gqrx-sdr-gqrx-v2.17.5_GH0.tar.gz) = d349185b3016bee7ea8f27d89f21eb65f5321e09590538f37186cdef78bf0ed7 +SIZE (gqrx-sdr-gqrx-v2.17.5_GH0.tar.gz) = 3624944 diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile index 1aba60e3bdc..0cff17d7cd6 100644 --- a/comms/rtl-sdr/Makefile +++ b/comms/rtl-sdr/Makefile @@ -1,5 +1,5 @@ PORTNAME= rtl-sdr -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/rtl-sdr/distinfo b/comms/rtl-sdr/distinfo index fd406b8d386..c6c1e31dae0 100644 --- a/comms/rtl-sdr/distinfo +++ b/comms/rtl-sdr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699295175 -SHA256 (steve-m-librtlsdr-v2.0.1_GH0.tar.gz) = e108d3c6a00efcdf55877d1172be538842686c50377043319baffcfdb6b7b9cb -SIZE (steve-m-librtlsdr-v2.0.1_GH0.tar.gz) = 135734 +TIMESTAMP = 1714657130 +SHA256 (steve-m-librtlsdr-v2.0.2_GH0.tar.gz) = f407de0b6dce19e81694814e363e8890b6ab2c287c8d64c27a03023e5702fb42 +SIZE (steve-m-librtlsdr-v2.0.2_GH0.tar.gz) = 136520 diff --git a/converters/Makefile b/converters/Makefile index bf76af850ba..a8a2c05c013 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -47,6 +47,7 @@ SUBDIR += libticonv SUBDIR += libutf-8 SUBDIR += linux-c7-fribidi + SUBDIR += linux-rl9-fribidi SUBDIR += lua-iconv SUBDIR += lua-json SUBDIR += mimelib diff --git a/converters/linux-rl9-fribidi/Makefile b/converters/linux-rl9-fribidi/Makefile new file mode 100644 index 00000000000..020ddd398fa --- /dev/null +++ b/converters/linux-rl9-fribidi/Makefile @@ -0,0 +1,20 @@ +PORTNAME= fribidi +PORTVERSION= 1.0.10 +DISTVERSIONSUFFIX= -6.el9.2 +CATEGORIES= converters linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Unicode Bidirectional Algorithm (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://fribidi.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CPE_VENDOR= gnu + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/converters/linux-rl9-fribidi/distinfo b/converters/linux-rl9-fribidi/distinfo new file mode 100644 index 00000000000..a83b65cb5a4 --- /dev/null +++ b/converters/linux-rl9-fribidi/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686567760 +SHA256 (rocky/f/fribidi-1.0.10-6.el9.2.aarch64.rpm) = 824e7ffa9235e6a022deda1bb3f453e554db74a3cbfdbbbd2c2f5348b7b805cf +SIZE (rocky/f/fribidi-1.0.10-6.el9.2.aarch64.rpm) = 84949 +SHA256 (rocky/f/fribidi-1.0.10-6.el9.2.x86_64.rpm) = da453272ba50af82b42370ab516b4de94977072a4069f657c84e5c357d572bc5 +SIZE (rocky/f/fribidi-1.0.10-6.el9.2.x86_64.rpm) = 85916 +SHA256 (rocky/f/fribidi-1.0.10-6.el9.2.src.rpm) = b3e6075ceff34ad70cf67b7831941d311c5753319cb3ec6e1494b2c9bfa50ad5 +SIZE (rocky/f/fribidi-1.0.10-6.el9.2.src.rpm) = 1174702 diff --git a/converters/linux-rl9-fribidi/pkg-plist.aarch64 b/converters/linux-rl9-fribidi/pkg-plist.aarch64 new file mode 100644 index 00000000000..d0c412fc9b6 --- /dev/null +++ b/converters/linux-rl9-fribidi/pkg-plist.aarch64 @@ -0,0 +1,12 @@ +usr/bin/fribidi +usr/lib/.build-id/c5/772d5d2b67b7259d61e7c1cb810a0408635e75 +usr/lib/.build-id/c6/671e8cfbf464d8e053779471640a4857eea0ff +usr/lib64/libfribidi.so.0 +usr/lib64/libfribidi.so.0.4.0 +%%PORTDOCS%%usr/share/doc/fribidi/AUTHORS +%%PORTDOCS%%usr/share/doc/fribidi/ChangeLog +%%PORTDOCS%%usr/share/doc/fribidi/NEWS +%%PORTDOCS%%usr/share/doc/fribidi/README +%%PORTDOCS%%usr/share/doc/fribidi/THANKS +%%PORTDOCS%%usr/share/doc/fribidi/TODO +usr/share/licenses/fribidi/COPYING diff --git a/converters/linux-rl9-fribidi/pkg-plist.amd64 b/converters/linux-rl9-fribidi/pkg-plist.amd64 new file mode 100644 index 00000000000..ea7bdec0889 --- /dev/null +++ b/converters/linux-rl9-fribidi/pkg-plist.amd64 @@ -0,0 +1,12 @@ +usr/bin/fribidi +usr/lib/.build-id/21/3eb59b1e137ff74cdf30de6426277f76b9c9f3 +usr/lib/.build-id/d4/33ed79bfd8fd8d58524c2edc55382ace4f3ee7 +usr/lib64/libfribidi.so.0 +usr/lib64/libfribidi.so.0.4.0 +%%PORTDOCS%%usr/share/doc/fribidi/AUTHORS +%%PORTDOCS%%usr/share/doc/fribidi/ChangeLog +%%PORTDOCS%%usr/share/doc/fribidi/NEWS +%%PORTDOCS%%usr/share/doc/fribidi/README +%%PORTDOCS%%usr/share/doc/fribidi/THANKS +%%PORTDOCS%%usr/share/doc/fribidi/TODO +usr/share/licenses/fribidi/COPYING diff --git a/converters/simdutf/Makefile b/converters/simdutf/Makefile index ed12d27d141..5d93a921f9f 100644 --- a/converters/simdutf/Makefile +++ b/converters/simdutf/Makefile @@ -1,6 +1,6 @@ PORTNAME= simdutf DISTVERSIONPREFIX= v -DISTVERSION= 5.2.3 +DISTVERSION= 5.2.8 CATEGORIES= converters textproc MAINTAINER= fuz@FreeBSD.org diff --git a/converters/simdutf/distinfo b/converters/simdutf/distinfo index 40088247770..2d00bf42ca6 100644 --- a/converters/simdutf/distinfo +++ b/converters/simdutf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712571471 -SHA256 (simdutf-simdutf-v5.2.3_GH0.tar.gz) = dfa55d85c3ee51e9b52e55c02701b16f83dcf1921e1075b67f99b1036df5adb8 -SIZE (simdutf-simdutf-v5.2.3_GH0.tar.gz) = 1939395 +TIMESTAMP = 1715505831 +SHA256 (simdutf-simdutf-v5.2.8_GH0.tar.gz) = 2706f1bef85a6d8598f82defd3848f1c5100e2e065c5d416d993118b53ea8d77 +SIZE (simdutf-simdutf-v5.2.8_GH0.tar.gz) = 1941240 diff --git a/converters/tuc/Makefile b/converters/tuc/Makefile index 57a0b663221..357a266fefb 100644 --- a/converters/tuc/Makefile +++ b/converters/tuc/Makefile @@ -15,6 +15,8 @@ LICENSE_TEXT= Author does not allow CD-ROM distribution LICENSE_PERMS= dist-mirror pkg-mirror auto-accept BROKEN= unfetchable 6 times in 2 weeks - Host does not resolve +DEPRECATED= Dead upstream and unfetchable +EXPIRATION_DATE=2024-05-31 PLIST_FILES= bin/tuc \ share/man/man1/tuc.1.gz diff --git a/converters/yj-bruceadams/Makefile b/converters/yj-bruceadams/Makefile index cc5cf7226d1..f0c13f75bf6 100644 --- a/converters/yj-bruceadams/Makefile +++ b/converters/yj-bruceadams/Makefile @@ -1,6 +1,6 @@ PORTNAME= yj DISTVERSION= 1.2.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= converters textproc PKGNAMESUFFIX= -${GH_ACCOUNT} diff --git a/converters/yj/Makefile b/converters/yj/Makefile index c255e28771e..ff1b2c654a0 100644 --- a/converters/yj/Makefile +++ b/converters/yj/Makefile @@ -1,7 +1,7 @@ PORTNAME= yj PORTVERSION= 5.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= converters DIST_SUBDIR= yj diff --git a/databases/Makefile b/databases/Makefile index 3cbc1d002bf..a56e02c6968 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -154,6 +154,8 @@ SUBDIR += linux-c7-unixODBC SUBDIR += linux-oracle-instantclient-basic SUBDIR += linux-oracle-instantclient-sdk + SUBDIR += linux-rl9-libtracker-sparql + SUBDIR += linux-rl9-sqlite3 SUBDIR += liquibase SUBDIR += litestream SUBDIR += lmdb diff --git a/databases/cayley/Makefile b/databases/cayley/Makefile index ecc5dc14f4f..fdca8ff9256 100644 --- a/databases/cayley/Makefile +++ b/databases/cayley/Makefile @@ -1,7 +1,7 @@ PORTNAME= cayley DISTVERSIONPREFIX= v DISTVERSION= 0.7.7 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/cockroach/Makefile b/databases/cockroach/Makefile index 65e456d9af8..ff1ad51a82c 100644 --- a/databases/cockroach/Makefile +++ b/databases/cockroach/Makefile @@ -1,7 +1,7 @@ PORTNAME= cockroach DISTVERSIONPREFIX= v DISTVERSION= 19.1.11 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= databases MASTER_SITES= https://binaries.cockroachdb.com/ EXTRACT_SUFX= .src.tgz diff --git a/databases/diesel/Makefile b/databases/diesel/Makefile index 0872b3dfcc2..4468960b5a8 100644 --- a/databases/diesel/Makefile +++ b/databases/diesel/Makefile @@ -1,6 +1,7 @@ PORTNAME= diesel DISTVERSIONPREFIX= v DISTVERSION= 2.1.6 +PORTREVISION= 1 CATEGORIES= databases PKGNAMESUFFIX= -cli diff --git a/databases/frece/Makefile b/databases/frece/Makefile index 3fc70a244d2..0e78ced6068 100644 --- a/databases/frece/Makefile +++ b/databases/frece/Makefile @@ -1,7 +1,7 @@ PORTNAME= frece DISTVERSIONPREFIX= v DISTVERSION= 1.0.6 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index 591efba32b3..7acbd01f7e5 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= freetds -PORTVERSION= 1.4.159 +PORTVERSION= 1.4.160 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.freetds.org/files/current/ \ diff --git a/databases/freetds-devel/distinfo b/databases/freetds-devel/distinfo index d9b5a4b0529..e26f10dae00 100644 --- a/databases/freetds-devel/distinfo +++ b/databases/freetds-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714564616 -SHA256 (freetds-dev.1.4.159.tar.bz2) = ed4b3824a584e985cf1b8c473777eee634ee40c949190356bbcce27b722a8124 -SIZE (freetds-dev.1.4.159.tar.bz2) = 2423203 +TIMESTAMP = 1715459324 +SHA256 (freetds-dev.1.4.160.tar.bz2) = 09096f54ce6a9aa8d1329e0649dde0c809ea2f3a4e0eeb9a79a7a34ccf62a720 +SIZE (freetds-dev.1.4.160.tar.bz2) = 2422448 diff --git a/databases/galera/Makefile b/databases/galera/Makefile index 49c5f9a7fb1..758a5fcf27a 100644 --- a/databases/galera/Makefile +++ b/databases/galera/Makefile @@ -11,6 +11,9 @@ WWW= https://galeracluster.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Does not build. Superseded by galera26 +EXPIRATION_DATE=2024-06-08 + BROKEN_aarch64= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var' BROKEN_armv6= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var' BROKEN_armv7= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var' diff --git a/databases/go-carbon/Makefile b/databases/go-carbon/Makefile index f742b24c1e0..287953d9c03 100644 --- a/databases/go-carbon/Makefile +++ b/databases/go-carbon/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-carbon DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= databases MAINTAINER= a.andersson.thn@gmail.com diff --git a/databases/go-pgweb/Makefile b/databases/go-pgweb/Makefile index bdcb5f39c44..be25280ba61 100644 --- a/databases/go-pgweb/Makefile +++ b/databases/go-pgweb/Makefile @@ -1,7 +1,7 @@ PORTNAME= pgweb DISTVERSIONPREFIX= v DISTVERSION= 0.11.7 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= databases www PKGNAMEPREFIX= go- diff --git a/databases/gobang/Makefile b/databases/gobang/Makefile index 663ae2e2dc8..a952177a8d4 100644 --- a/databases/gobang/Makefile +++ b/databases/gobang/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobang DISTVERSIONPREFIX= v DISTVERSION= 0.1.0-alpha.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/goose/Makefile b/databases/goose/Makefile index 590271e3dd4..c76194acfff 100644 --- a/databases/goose/Makefile +++ b/databases/goose/Makefile @@ -1,6 +1,7 @@ PORTNAME= goose DISTVERSIONPREFIX= v DISTVERSION= 3.20.0 +PORTREVISION= 1 CATEGORIES= databases PKGNAMESUFFIX= -db-migration-tool diff --git a/databases/immudb/Makefile b/databases/immudb/Makefile index 6cd11e9c058..ba1fed5e145 100644 --- a/databases/immudb/Makefile +++ b/databases/immudb/Makefile @@ -1,7 +1,7 @@ PORTNAME= immudb DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases net PKGNAMESUFFIX= ${DISTVERSION:R:S/.//} diff --git a/databases/imposm3/Makefile b/databases/imposm3/Makefile index 905782f1ba8..848011d3d7e 100644 --- a/databases/imposm3/Makefile +++ b/databases/imposm3/Makefile @@ -1,7 +1,7 @@ PORTNAME= imposm3 DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases geography MAINTAINER= darcy@dbitech.ca diff --git a/databases/influxdb/Makefile b/databases/influxdb/Makefile index f23b39d2ccd..8b17aa18756 100644 --- a/databases/influxdb/Makefile +++ b/databases/influxdb/Makefile @@ -1,7 +1,7 @@ PORTNAME= influxdb DISTVERSIONPREFIX= v DISTVERSION= 1.8.10 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= databases net-mgmt MAINTAINER= driesm@FreeBSD.org diff --git a/databases/influxdb2-cli/Makefile b/databases/influxdb2-cli/Makefile index 86740ebf999..83cfd48b801 100644 --- a/databases/influxdb2-cli/Makefile +++ b/databases/influxdb2-cli/Makefile @@ -1,6 +1,7 @@ PORTNAME= influxdb2-cli DISTVERSIONPREFIX= v DISTVERSION= 2.7.5 +PORTREVISION= 1 CATEGORIES= databases net-mgmt MAINTAINER= driesm@FreeBSD.org diff --git a/databases/linux-rl9-libtracker-sparql/Makefile b/databases/linux-rl9-libtracker-sparql/Makefile new file mode 100644 index 00000000000..195bfcc98ec --- /dev/null +++ b/databases/linux-rl9-libtracker-sparql/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libtracker-sparql +PORTVERSION= 3.1.2 +DISTVERSIONSUFFIX= -3.el9_1 +CATEGORIES= databases linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Low-footprint RDF triple store with SPARQL interface (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://tracker.gnome.org/ + +LICENSE= LGPL21+ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= icu +USE_LINUX_RPM= yes + +SRC_DISTFILES= tracker-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +.include diff --git a/databases/linux-rl9-libtracker-sparql/distinfo b/databases/linux-rl9-libtracker-sparql/distinfo new file mode 100644 index 00000000000..4a30ce12f5d --- /dev/null +++ b/databases/linux-rl9-libtracker-sparql/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1715064707 +SHA256 (rocky/l/libtracker-sparql-3.1.2-3.el9_1.aarch64.rpm) = d5bcd68369c767be8b04a4f3d025a561820cbb6d9d04d33e27439f294ae14259 +SIZE (rocky/l/libtracker-sparql-3.1.2-3.el9_1.aarch64.rpm) = 316241 +SHA256 (rocky/l/libtracker-sparql-3.1.2-3.el9_1.x86_64.rpm) = 583a761cca669314c234f24db6a3c5d27550d16dcfbf02f5c9fd53b0da5e57a4 +SIZE (rocky/l/libtracker-sparql-3.1.2-3.el9_1.x86_64.rpm) = 323880 +SHA256 (rocky/t/tracker-3.1.2-3.el9_1.src.rpm) = 94714641a9d9d7be6950a11f51b978ded6eb6cc51d42d3935987de55af470b18 +SIZE (rocky/t/tracker-3.1.2-3.el9_1.src.rpm) = 1472470 diff --git a/databases/linux-rl9-libtracker-sparql/pkg-descr b/databases/linux-rl9-libtracker-sparql/pkg-descr new file mode 100644 index 00000000000..34337df1825 --- /dev/null +++ b/databases/linux-rl9-libtracker-sparql/pkg-descr @@ -0,0 +1,3 @@ +Tracker provides searching and indexing functionality for the GNOME desktop +environment and beyond. This package provides the Tracker SPARQL component, a +lightweight database library built around SQLite. diff --git a/databases/linux-rl9-libtracker-sparql/pkg-plist.aarch64 b/databases/linux-rl9-libtracker-sparql/pkg-plist.aarch64 new file mode 100644 index 00000000000..ca9c9279aa9 --- /dev/null +++ b/databases/linux-rl9-libtracker-sparql/pkg-plist.aarch64 @@ -0,0 +1,40 @@ +usr/lib/.build-id/4e/7000cd1f1b3b914e9ed5c439759d86ec84ab30 +usr/lib/.build-id/83/9e8f1cd8c3b89ee899b117ceb9b71731f6718e +usr/lib64/girepository-1.0/Tracker-3.0.typelib +usr/lib64/libtracker-sparql-3.0.so.0 +usr/lib64/libtracker-sparql-3.0.so.0.102.0 +usr/lib64/tracker-3.0/libtracker-http-soup2.so +usr/share/licenses/libtracker-sparql/COPYING +usr/share/licenses/libtracker-sparql/COPYING.LGPL +usr/share/tracker3/ontologies/nepomuk/30-nie.description +usr/share/tracker3/ontologies/nepomuk/30-nie.ontology +usr/share/tracker3/ontologies/nepomuk/31-nao.description +usr/share/tracker3/ontologies/nepomuk/31-nao.ontology +usr/share/tracker3/ontologies/nepomuk/32-nco.description +usr/share/tracker3/ontologies/nepomuk/32-nco.ontology +usr/share/tracker3/ontologies/nepomuk/33-nfo.description +usr/share/tracker3/ontologies/nepomuk/33-nfo.ontology +usr/share/tracker3/ontologies/nepomuk/38-nmm.description +usr/share/tracker3/ontologies/nepomuk/38-nmm.ontology +usr/share/tracker3/ontologies/nepomuk/41-mfo.description +usr/share/tracker3/ontologies/nepomuk/41-mfo.ontology +usr/share/tracker3/ontologies/nepomuk/90-tracker.description +usr/share/tracker3/ontologies/nepomuk/90-tracker.ontology +usr/share/tracker3/ontologies/nepomuk/92-slo.description +usr/share/tracker3/ontologies/nepomuk/92-slo.ontology +usr/share/tracker3/ontologies/nepomuk/93-libosinfo.description +usr/share/tracker3/ontologies/nepomuk/93-libosinfo.ontology +usr/share/tracker3/stop-words/stopwords.cs +usr/share/tracker3/stop-words/stopwords.da +usr/share/tracker3/stop-words/stopwords.de +usr/share/tracker3/stop-words/stopwords.en +usr/share/tracker3/stop-words/stopwords.es +usr/share/tracker3/stop-words/stopwords.fi +usr/share/tracker3/stop-words/stopwords.fr +usr/share/tracker3/stop-words/stopwords.hu +usr/share/tracker3/stop-words/stopwords.it +usr/share/tracker3/stop-words/stopwords.nb +usr/share/tracker3/stop-words/stopwords.nl +usr/share/tracker3/stop-words/stopwords.pt +usr/share/tracker3/stop-words/stopwords.ru +usr/share/tracker3/stop-words/stopwords.sv diff --git a/databases/linux-rl9-libtracker-sparql/pkg-plist.amd64 b/databases/linux-rl9-libtracker-sparql/pkg-plist.amd64 new file mode 100644 index 00000000000..123b0076c7a --- /dev/null +++ b/databases/linux-rl9-libtracker-sparql/pkg-plist.amd64 @@ -0,0 +1,40 @@ +usr/lib/.build-id/27/30ba4f51c414fa4f7c1afef3871a61a2335030 +usr/lib/.build-id/bd/5a20a45b48ce0807864181d0a718848cbde7a0 +usr/lib64/girepository-1.0/Tracker-3.0.typelib +usr/lib64/libtracker-sparql-3.0.so.0 +usr/lib64/libtracker-sparql-3.0.so.0.102.0 +usr/lib64/tracker-3.0/libtracker-http-soup2.so +usr/share/licenses/libtracker-sparql/COPYING +usr/share/licenses/libtracker-sparql/COPYING.LGPL +usr/share/tracker3/ontologies/nepomuk/30-nie.description +usr/share/tracker3/ontologies/nepomuk/30-nie.ontology +usr/share/tracker3/ontologies/nepomuk/31-nao.description +usr/share/tracker3/ontologies/nepomuk/31-nao.ontology +usr/share/tracker3/ontologies/nepomuk/32-nco.description +usr/share/tracker3/ontologies/nepomuk/32-nco.ontology +usr/share/tracker3/ontologies/nepomuk/33-nfo.description +usr/share/tracker3/ontologies/nepomuk/33-nfo.ontology +usr/share/tracker3/ontologies/nepomuk/38-nmm.description +usr/share/tracker3/ontologies/nepomuk/38-nmm.ontology +usr/share/tracker3/ontologies/nepomuk/41-mfo.description +usr/share/tracker3/ontologies/nepomuk/41-mfo.ontology +usr/share/tracker3/ontologies/nepomuk/90-tracker.description +usr/share/tracker3/ontologies/nepomuk/90-tracker.ontology +usr/share/tracker3/ontologies/nepomuk/92-slo.description +usr/share/tracker3/ontologies/nepomuk/92-slo.ontology +usr/share/tracker3/ontologies/nepomuk/93-libosinfo.description +usr/share/tracker3/ontologies/nepomuk/93-libosinfo.ontology +usr/share/tracker3/stop-words/stopwords.cs +usr/share/tracker3/stop-words/stopwords.da +usr/share/tracker3/stop-words/stopwords.de +usr/share/tracker3/stop-words/stopwords.en +usr/share/tracker3/stop-words/stopwords.es +usr/share/tracker3/stop-words/stopwords.fi +usr/share/tracker3/stop-words/stopwords.fr +usr/share/tracker3/stop-words/stopwords.hu +usr/share/tracker3/stop-words/stopwords.it +usr/share/tracker3/stop-words/stopwords.nb +usr/share/tracker3/stop-words/stopwords.nl +usr/share/tracker3/stop-words/stopwords.pt +usr/share/tracker3/stop-words/stopwords.ru +usr/share/tracker3/stop-words/stopwords.sv diff --git a/databases/linux-rl9-sqlite3/Makefile b/databases/linux-rl9-sqlite3/Makefile new file mode 100644 index 00000000000..5f1560a5dad --- /dev/null +++ b/databases/linux-rl9-sqlite3/Makefile @@ -0,0 +1,25 @@ +PORTNAME= sqlite +PORTVERSION= 3.34.1 +DISTVERSIONSUFFIX= -7.el9_3 +PORTREVISION= 1 +CATEGORIES= databases linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library that implements an embeddable SQL database engine (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.sqlite.org/ + +LICENSE= PD + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +BIN_DISTNAMES= ${DISTNAME} +LIB_DISTNAMES= sqlite-libs-${PORTVERSION}${DISTVERSIONSUFFIX} + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/databases/linux-rl9-sqlite3/distinfo b/databases/linux-rl9-sqlite3/distinfo new file mode 100644 index 00000000000..f7f7cfbde27 --- /dev/null +++ b/databases/linux-rl9-sqlite3/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1707694431 +SHA256 (rocky/s/sqlite-3.34.1-7.el9_3.aarch64.rpm) = c28b24e8614c96b50bc91de6c54a7b931dcc842759d7864328287d8cfbfe5bf2 +SIZE (rocky/s/sqlite-3.34.1-7.el9_3.aarch64.rpm) = 753848 +SHA256 (rocky/s/sqlite-3.34.1-7.el9_3.x86_64.rpm) = 3db7e0a7937231a5b23a8537bec0ee58ab03e16dad01564ccfc7d0b844fcfc39 +SIZE (rocky/s/sqlite-3.34.1-7.el9_3.x86_64.rpm) = 764919 +SHA256 (rocky/s/sqlite-libs-3.34.1-7.el9_3.aarch64.rpm) = 2cb657f0cbcac497228fec8d29621f7e093af3a0b59a7d78703eb59032fb40a8 +SIZE (rocky/s/sqlite-libs-3.34.1-7.el9_3.aarch64.rpm) = 628618 +SHA256 (rocky/s/sqlite-libs-3.34.1-7.el9_3.x86_64.rpm) = 9e9b58febeff10765c104ecebc8af189507ecd6c2a600f9b0d9207394117a063 +SIZE (rocky/s/sqlite-libs-3.34.1-7.el9_3.x86_64.rpm) = 633300 +SHA256 (rocky/s/sqlite-3.34.1-7.el9_3.src.rpm) = 5e054864074976fc20d0c3c7f0b92c4a9317335956d46380f3c1c6f5fec037dc +SIZE (rocky/s/sqlite-3.34.1-7.el9_3.src.rpm) = 25107490 diff --git a/databases/linux-rl9-sqlite3/pkg-plist.aarch64 b/databases/linux-rl9-sqlite3/pkg-plist.aarch64 new file mode 100644 index 00000000000..487449b39e9 --- /dev/null +++ b/databases/linux-rl9-sqlite3/pkg-plist.aarch64 @@ -0,0 +1,7 @@ +usr/bin/sqlite3 +usr/lib/.build-id/13/2ac9121d73acc6b9c76583f2697899c07dda05 +usr/lib/.build-id/28/a054e0183803e1a334f3eab0e4ca6b2b5e63f8 +usr/lib64/libsqlite3.so.0 +usr/lib64/libsqlite3.so.0.8.6 +%%PORTDOCS%%usr/share/doc/sqlite-libs/README.md +usr/share/man/man1/sqlite3.1.gz diff --git a/databases/linux-rl9-sqlite3/pkg-plist.amd64 b/databases/linux-rl9-sqlite3/pkg-plist.amd64 new file mode 100644 index 00000000000..85f82c439d3 --- /dev/null +++ b/databases/linux-rl9-sqlite3/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/bin/sqlite3 +usr/lib/.build-id/88/4494f67ff3eb38f00f37788c2073464517fc58 +usr/lib/.build-id/ed/258036cb01347f5325dad8ee36b982be2ef616 +usr/lib64/libsqlite3.so.0 +usr/lib64/libsqlite3.so.0.8.6 +%%PORTDOCS%%usr/share/doc/sqlite-libs/README.md +usr/share/man/man1/sqlite3.1.gz diff --git a/databases/litestream/Makefile b/databases/litestream/Makefile index 061a644e262..b1c82af06e2 100644 --- a/databases/litestream/Makefile +++ b/databases/litestream/Makefile @@ -1,7 +1,7 @@ PORTNAME= litestream DISTVERSIONPREFIX= v DISTVERSION= 0.3.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= nc@FreeBSD.org diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index e8ef24a5625..15afd50c4ea 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -1,5 +1,5 @@ PORTNAME= memcached -PORTVERSION= 1.6.26 +DISTVERSION= 1.6.27 CATEGORIES= databases MASTER_SITES= http://www.memcached.org/files/ \ GENTOO diff --git a/databases/memcached/distinfo b/databases/memcached/distinfo index d46253ddd0d..ed4d1c2e976 100644 --- a/databases/memcached/distinfo +++ b/databases/memcached/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711705428 -SHA256 (memcached-1.6.26.tar.gz) = c939c7859a3c1cf60303e9dd080c63ac4a387ee2846d595cd5263a3dcacdc2f7 -SIZE (memcached-1.6.26.tar.gz) = 1178446 +TIMESTAMP = 1715459341 +SHA256 (memcached-1.6.27.tar.gz) = 74fe1447c8668adf910fa7a929fb6358aaf4a66ef734e751c5b8128071b0f7b5 +SIZE (memcached-1.6.27.tar.gz) = 1189608 diff --git a/databases/mongodb-tools/Makefile b/databases/mongodb-tools/Makefile index 9f24ef162c4..78bf16e2472 100644 --- a/databases/mongodb-tools/Makefile +++ b/databases/mongodb-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= mongodb-tools DISTVERSION= 100.9.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MAINTAINER= ronald@FreeBSD.org diff --git a/databases/movine/Makefile b/databases/movine/Makefile index 72165ef55eb..3c47d301f49 100644 --- a/databases/movine/Makefile +++ b/databases/movine/Makefile @@ -1,7 +1,7 @@ PORTNAME= movine DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/octosql/Makefile b/databases/octosql/Makefile index f3e9533449b..d007349612c 100644 --- a/databases/octosql/Makefile +++ b/databases/octosql/Makefile @@ -1,7 +1,7 @@ PORTNAME= octosql DISTVERSIONPREFIX= v DISTVERSION= 0.12.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/ods2sql/Makefile b/databases/ods2sql/Makefile index b71c1f59ccf..66a46c96ba4 100644 --- a/databases/ods2sql/Makefile +++ b/databases/ods2sql/Makefile @@ -1,6 +1,6 @@ PORTNAME= ods2sql DISTVERSION= 0.4.0 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile index 0f36fb457a4..fa93266c90d 100644 --- a/databases/p5-DBIx-SearchBuilder/Makefile +++ b/databases/p5-DBIx-SearchBuilder/Makefile @@ -1,10 +1,10 @@ PORTNAME= DBIx-SearchBuilder -PORTVERSION= 1.77 +PORTVERSION= 1.80 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= michelle@sorbs.net +MAINTAINER= mikael@FreeBSD.org COMMENT= Perl extension for easy SQL SELECT Statement generation WWW= https://metacpan.org/release/DBIx-SearchBuilder diff --git a/databases/p5-DBIx-SearchBuilder/distinfo b/databases/p5-DBIx-SearchBuilder/distinfo index ca269b9c6cb..753323097ce 100644 --- a/databases/p5-DBIx-SearchBuilder/distinfo +++ b/databases/p5-DBIx-SearchBuilder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697793557 -SHA256 (DBIx-SearchBuilder-1.77.tar.gz) = 3bf8a5d5c8c5fdc60ad2f63f63f73dd1f6493ff4d82587283a3e22337e8fe070 -SIZE (DBIx-SearchBuilder-1.77.tar.gz) = 128544 +TIMESTAMP = 1715605635 +SHA256 (DBIx-SearchBuilder-1.80.tar.gz) = e7ef3bc90445c80421fb018e3b5eb0c5977af9b5583b280f12dbeeb79a326a3b +SIZE (DBIx-SearchBuilder-1.80.tar.gz) = 129362 diff --git a/databases/percona-orchestrator/Makefile b/databases/percona-orchestrator/Makefile index 4bc9e2e72c6..27a07f18b34 100644 --- a/databases/percona-orchestrator/Makefile +++ b/databases/percona-orchestrator/Makefile @@ -1,7 +1,7 @@ PORTNAME= orchestrator DISTVERSIONPREFIX= v DISTVERSION= 3.2.6-12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases PKGNAMEPREFIX= percona- diff --git a/databases/pgmetrics/Makefile b/databases/pgmetrics/Makefile index 7ff0f5dc724..7912e878738 100644 --- a/databases/pgmetrics/Makefile +++ b/databases/pgmetrics/Makefile @@ -1,7 +1,7 @@ PORTNAME= pgmetrics PORTVERSION= 1.16.0 DISTVERSIONPREFIX=v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MAINTAINER= girgen@FreeBSD.org diff --git a/databases/postgis31/Makefile b/databases/postgis31/Makefile index a48f1e0abe8..1502e67ac61 100644 --- a/databases/postgis31/Makefile +++ b/databases/postgis31/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \ libgdal.so:graphics/gdal USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \ - localbase perl5 pkgconfig pgsql:11+ shebangfix + localbase perl5 pkgconfig pgsql:11-14 shebangfix USE_GNOME= libxml2 USE_PERL5= build diff --git a/databases/postgis32/Makefile b/databases/postgis32/Makefile index d300e78d7b3..fe5080589a6 100644 --- a/databases/postgis32/Makefile +++ b/databases/postgis32/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \ libgdal.so:graphics/gdal USES= alias compiler:c++14-lang cpe gmake gnome iconv:wchar_t libtool:keepla \ - localbase perl5 pkgconfig pgsql:11+ shebangfix + localbase perl5 pkgconfig pgsql:11-15 shebangfix USE_GNOME= libxml2 USE_PERL5= build diff --git a/databases/postgresql-promscale/Makefile b/databases/postgresql-promscale/Makefile index 1fafd9388c8..e60a0a0da0e 100644 --- a/databases/postgresql-promscale/Makefile +++ b/databases/postgresql-promscale/Makefile @@ -1,6 +1,6 @@ PORTNAME= promscale PORTVERSION= 0.8.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- @@ -15,7 +15,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 RUN_DEPENDS= timescaledb>=2.9.1:databases/timescaledb BUILD_DEPENDS= bash>0:shells/bash -USES= cargo gmake pgsql:12+ +USES= cargo gmake pgsql:12-15 USE_GITHUB= yes GH_ACCOUNT= timescale diff --git a/databases/postgresql12-server/Makefile b/databases/postgresql12-server/Makefile index 9a8fc437085..6ba84eb2c9c 100644 --- a/databases/postgresql12-server/Makefile +++ b/databases/postgresql12-server/Makefile @@ -1,4 +1,4 @@ -DISTVERSION?= 12.18 +DISTVERSION?= 12.19 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. PORTREVISION?= 0 diff --git a/databases/postgresql12-server/distinfo b/databases/postgresql12-server/distinfo index 3c9545cf422..a9c25421602 100644 --- a/databases/postgresql12-server/distinfo +++ b/databases/postgresql12-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707301238 -SHA256 (postgresql/postgresql-12.18.tar.bz2) = 4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a -SIZE (postgresql/postgresql-12.18.tar.bz2) = 21208935 +TIMESTAMP = 1715095959 +SHA256 (postgresql/postgresql-12.19.tar.bz2) = 617e3de52c22e822f4f57d01d5b2240503e198a9eccaf598a851109bd18e6fbb +SIZE (postgresql/postgresql-12.19.tar.bz2) = 21218699 diff --git a/databases/postgresql12-server/files/pkg-message-contrib.in b/databases/postgresql12-server/files/pkg-message-contrib.in index 2d9f3d86e71..006f700a3ae 100644 --- a/databases/postgresql12-server/files/pkg-message-contrib.in +++ b/databases/postgresql12-server/files/pkg-message-contrib.in @@ -2,7 +2,7 @@ { type: install message: <materialize()) - elog(FATAL, "failed to materialize metadata"); - -+ /* -+ * Don't inline functions with thread-local variables until -+ * related crashes are investigated (see BUG #16696) -+ */ -+ if (rv->isThreadLocal()) { -+ ilog(DEBUG1, "cannot inline %s due to thread-local variable %s", -+ F.getName().data(), rv->getName().data()); -+ return false; -+ } -+ - /* - * Never want to inline externally visible vars, cheap enough to - * reference. diff --git a/databases/postgresql13-server/files/pkg-message-contrib.in b/databases/postgresql13-server/files/pkg-message-contrib.in index 2d9f3d86e71..006f700a3ae 100644 --- a/databases/postgresql13-server/files/pkg-message-contrib.in +++ b/databases/postgresql13-server/files/pkg-message-contrib.in @@ -2,7 +2,7 @@ { type: install message: <materialize()) - elog(FATAL, "failed to materialize metadata"); - -+ /* -+ * Don't inline functions with thread-local variables until -+ * related crashes are investigated (see BUG #16696) -+ */ -+ if (rv->isThreadLocal()) { -+ ilog(DEBUG1, "cannot inline %s due to thread-local variable %s", -+ F.getName().data(), rv->getName().data()); -+ return false; -+ } -+ - /* - * Never want to inline externally visible vars, cheap enough to - * reference. diff --git a/databases/postgresql14-server/files/pkg-message-contrib.in b/databases/postgresql14-server/files/pkg-message-contrib.in index 2d9f3d86e71..006f700a3ae 100644 --- a/databases/postgresql14-server/files/pkg-message-contrib.in +++ b/databases/postgresql14-server/files/pkg-message-contrib.in @@ -2,7 +2,7 @@ { type: install message: <materialize()) - elog(FATAL, "failed to materialize metadata"); - -+ /* -+ * Don't inline functions with thread-local variables until -+ * related crashes are investigated (see BUG #16696) -+ */ -+ if (rv->isThreadLocal()) { -+ ilog(DEBUG1, "cannot inline %s due to thread-local variable %s", -+ F.getName().data(), rv->getName().data()); -+ return false; -+ } -+ - /* - * Never want to inline externally visible vars, cheap enough to - * reference. diff --git a/databases/postgresql16-server/files/pkg-message-contrib.in b/databases/postgresql16-server/files/pkg-message-contrib.in index 2d9f3d86e71..006f700a3ae 100644 --- a/databases/postgresql16-server/files/pkg-message-contrib.in +++ b/databases/postgresql16-server/files/pkg-message-contrib.in @@ -2,7 +2,7 @@ { type: install message: <=1.7,<2:textproc/py-agate@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2,<4:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.3,<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mashumaro>=3.9,<4:devel/py-mashumaro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>0.5.6:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}logbook>0:devel/py-logbook@${PY_FLAVOR} \ @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.7,<2:textproc/py-agate@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.3,<0.6:databases/py-sqlparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dbt-extractor>=0.5:devel/py-dbt-extractor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}minimal-snowplow-tracker>=0.0.2,<0.1:devel/py-minimal-snowplow-tracker@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dbt-semantic-interfaces>=0.4.0,<0.5:databases/py-dbt-semantic-interfaces@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dbt-semantic-interfaces>=0.4.2:databases/py-dbt-semantic-interfaces@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>20.9:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.0.0:devel/py-protobuf@${PY_FLAVOR} \ diff --git a/databases/py-dbt-core/distinfo b/databases/py-dbt-core/distinfo index db9f705948e..2ff600bc7b8 100644 --- a/databases/py-dbt-core/distinfo +++ b/databases/py-dbt-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701374624 -SHA256 (dbt-core-1.7.3.tar.gz) = a8f06203cd003ebcdda2af953f60c2b44fc0c69bd6cba79338225daedb1f41e1 -SIZE (dbt-core-1.7.3.tar.gz) = 913570 +TIMESTAMP = 1712271004 +SHA256 (dbt-core-1.7.11.tar.gz) = c2dc28251a7b08c13a298ca19aefd3b796357ba9d894b59ef5b47eb26871be06 +SIZE (dbt-core-1.7.11.tar.gz) = 915708 diff --git a/databases/py-dbt-duckdb/Makefile b/databases/py-dbt-duckdb/Makefile index 17dc4ccf12f..d8d753dba8d 100644 --- a/databases/py-dbt-duckdb/Makefile +++ b/databases/py-dbt-duckdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= dbt-duckdb -PORTVERSION= 1.7.0 +DISTVERSION= 1.7.3 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-dbt-duckdb/distinfo b/databases/py-dbt-duckdb/distinfo index 88d9ce3d1f7..131749ce4c2 100644 --- a/databases/py-dbt-duckdb/distinfo +++ b/databases/py-dbt-duckdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701384521 -SHA256 (dbt-duckdb-1.7.0.tar.gz) = e2479f5fdd5177eea37c081d8ea126d80ec51d95e69ea31132ade396538bf0a0 -SIZE (dbt-duckdb-1.7.0.tar.gz) = 49217 +TIMESTAMP = 1712269341 +SHA256 (dbt-duckdb-1.7.3.tar.gz) = 6d25e23b300188b122dc0ee89c6fd75b42fc9695f7438ffbf56b22c46d7015f5 +SIZE (dbt-duckdb-1.7.3.tar.gz) = 51403 diff --git a/databases/py-dbt-semantic-interfaces/Makefile b/databases/py-dbt-semantic-interfaces/Makefile index 60bdca3c961..c105cf04176 100644 --- a/databases/py-dbt-semantic-interfaces/Makefile +++ b/databases/py-dbt-semantic-interfaces/Makefile @@ -1,6 +1,5 @@ PORTNAME= dbt-semantic-interfaces -PORTVERSION= 0.4.1 -PORTREVISION= 1 +DISTVERSION= 0.5.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic>=1.10:devel/py-pydantic@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}jsonschema>=4,<5:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=6,<7:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}more-itertools>=8,<11:devel/py-more-itertools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>=3,<4:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.3,<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=7,<9:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2,<3:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=6:devel/py-importlib-metadata@${PY_FLAVOR} \ diff --git a/databases/py-dbt-semantic-interfaces/distinfo b/databases/py-dbt-semantic-interfaces/distinfo index c9d68933a76..d8d2df6e5c0 100644 --- a/databases/py-dbt-semantic-interfaces/distinfo +++ b/databases/py-dbt-semantic-interfaces/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701246479 -SHA256 (dbt_semantic_interfaces-0.4.1.tar.gz) = d79cb4b5e5103099874530735a117db61f7dcbb1a774f9ce65068c24cb7e874e -SIZE (dbt_semantic_interfaces-0.4.1.tar.gz) = 72398 +TIMESTAMP = 1712270074 +SHA256 (dbt_semantic_interfaces-0.5.1.tar.gz) = 3a497abef1ba8112affdf804b26bfdcd5468ed95cc924b509068e18d371c7c4d +SIZE (dbt_semantic_interfaces-0.5.1.tar.gz) = 76089 diff --git a/databases/py-dbt-snowflake/Makefile b/databases/py-dbt-snowflake/Makefile index b607a740db4..99e90ed2753 100644 --- a/databases/py-dbt-snowflake/Makefile +++ b/databases/py-dbt-snowflake/Makefile @@ -1,5 +1,5 @@ PORTNAME= dbt-snowflake -PORTVERSION= 1.7.0 +DISTVERSION= 1.7.3 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-dbt-snowflake/distinfo b/databases/py-dbt-snowflake/distinfo index 193ce8059ff..c7126266e95 100644 --- a/databases/py-dbt-snowflake/distinfo +++ b/databases/py-dbt-snowflake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701935407 -SHA256 (dbt-snowflake-1.7.0.tar.gz) = 959943cdb0bcedc67203f0205a9ae21fba13f4c95ddf7089848a77b8c8a8d5f1 -SIZE (dbt-snowflake-1.7.0.tar.gz) = 33622 +TIMESTAMP = 1712270708 +SHA256 (dbt-snowflake-1.7.3.tar.gz) = 7727cdb6ba50bee38397d00240f43b85b06728f56714f16721f81ffcfa59056f +SIZE (dbt-snowflake-1.7.3.tar.gz) = 33728 diff --git a/databases/py-pg8000/Makefile b/databases/py-pg8000/Makefile index 5b904e18631..d150b957077 100644 --- a/databases/py-pg8000/Makefile +++ b/databases/py-pg8000/Makefile @@ -1,6 +1,5 @@ PORTNAME= pg8000 -PORTVERSION= 1.31.1 -PORTREVISION= 1 +PORTVERSION= 1.31.2 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-pg8000/distinfo b/databases/py-pg8000/distinfo index a6e0c8a6423..1fe90eb151a 100644 --- a/databases/py-pg8000/distinfo +++ b/databases/py-pg8000/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712623264 -SHA256 (pg8000-1.31.1.tar.gz) = b11130d4c615dd3062ea8fed8143064a7978b7fe6d44f14b72261d43c8e27087 -SIZE (pg8000-1.31.1.tar.gz) = 112923 +TIMESTAMP = 1715163420 +SHA256 (pg8000-1.31.2.tar.gz) = 1ea46cf09d8eca07fe7eaadefd7951e37bee7fabe675df164f1a572ffb300876 +SIZE (pg8000-1.31.2.tar.gz) = 113513 diff --git a/databases/py-schemachange/Makefile b/databases/py-schemachange/Makefile index e6c205fbf0a..ef0e864e149 100644 --- a/databases/py-schemachange/Makefile +++ b/databases/py-schemachange/Makefile @@ -1,5 +1,5 @@ PORTNAME= schemachange -PORTVERSION= 3.6.0 +DISTVERSION= 3.6.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-schemachange/distinfo b/databases/py-schemachange/distinfo index 3270042c256..48c0ebf2163 100644 --- a/databases/py-schemachange/distinfo +++ b/databases/py-schemachange/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696274412 -SHA256 (schemachange-3.6.0.tar.gz) = 2fc6feb231282659a9056d41f6ae661735ac703e992c30ae96df4c353a031d8d -SIZE (schemachange-3.6.0.tar.gz) = 48688 +TIMESTAMP = 1705658322 +SHA256 (schemachange-3.6.1.tar.gz) = 2609f4fa654a4fe71e5057200e5c7687d12c931148fe8116eb76b93c5ff86f57 +SIZE (schemachange-3.6.1.tar.gz) = 49139 diff --git a/databases/py-snowflake-connector-python/Makefile b/databases/py-snowflake-connector-python/Makefile index 915908ea09d..6177cd438e7 100644 --- a/databases/py-snowflake-connector-python/Makefile +++ b/databases/py-snowflake-connector-python/Makefile @@ -1,6 +1,5 @@ PORTNAME= snowflake-connector-python -PORTVERSION= 3.5.0 -PORTREVISION= 1 +DISTVERSION= 3.8.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +21,6 @@ USE_PYTHON= autoplist concurrent distutils PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>0.24.0,<2.0.0:devel/py-asn1crypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cffi>=1.9,<2:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=3.1.0:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oscrypto<2.0:security/py-oscrypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=16.2.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt<3.0:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ diff --git a/databases/py-snowflake-connector-python/distinfo b/databases/py-snowflake-connector-python/distinfo index 7ef6b3e3b07..9cc22707e69 100644 --- a/databases/py-snowflake-connector-python/distinfo +++ b/databases/py-snowflake-connector-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701367506 -SHA256 (snowflake-connector-python-3.5.0.tar.gz) = 654e4a1f68a491544bd8f7c5ab02eb8531df67c5f4309d5253bd204044f8a1b3 -SIZE (snowflake-connector-python-3.5.0.tar.gz) = 702274 +TIMESTAMP = 1712271603 +SHA256 (snowflake-connector-python-3.8.0.tar.gz) = b5b5e85d02b4348a1f2d6c67df4829aa3387967b0133d2b7fa31d190d0609c31 +SIZE (snowflake-connector-python-3.8.0.tar.gz) = 733956 diff --git a/databases/py-snowflake-connector-python/files/patch-setup.cfg b/databases/py-snowflake-connector-python/files/patch-setup.cfg deleted file mode 100644 index bb597af1f64..00000000000 --- a/databases/py-snowflake-connector-python/files/patch-setup.cfg +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/snowflakedb/snowflake-connector-python/commit/1718a94804e1c737c2f7d7e52d6aafcd8ae3c506 - ---- setup.cfg.orig 2023-11-13 17:55:47 UTC -+++ setup.cfg -@@ -58,7 +58,7 @@ install_requires = - typing_extensions>=4.3,<5 - filelock>=3.5,<4 - sortedcontainers>=2.4.0 -- platformdirs>=2.6.0,<4.0.0 -+ platformdirs>=2.6.0,<5.0.0 - tomlkit - include_package_data = True - package_dir = diff --git a/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.c b/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.c index 46bb0a44046..ba9bbadf843 100644 --- a/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.c +++ b/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.c @@ -1,6 +1,6 @@ ---- src/snowflake/connector/nanoarrow_cpp/ArrowIterator/nanoarrow_ipc.c.orig 2023-11-30 19:17:00 UTC +--- src/snowflake/connector/nanoarrow_cpp/ArrowIterator/nanoarrow_ipc.c.orig 2024-04-04 23:04:16 UTC +++ src/snowflake/connector/nanoarrow_cpp/ArrowIterator/nanoarrow_ipc.c -@@ -21239,7 +21239,7 @@ static inline int ArrowIpcDecoderReadHeaderPrefix(stru +@@ -32030,7 +32030,7 @@ static inline int ArrowIpcDecoderReadHeaderPrefix( if (header_body_size_bytes == 0) { ArrowErrorSet(error, "End of Arrow stream"); @@ -9,16 +9,16 @@ } return NANOARROW_OK; -@@ -22194,7 +22194,7 @@ static int ArrowIpcArrayStreamReaderNextHeader( - // is one of the valid outcomes) but we set the error anyway in case it gets - // propagated higher (e.g., if the stream is empty and there's no schema message) +@@ -33015,7 +33015,7 @@ static int ArrowIpcArrayStreamReaderNextHeader( + // it gets propagated higher (e.g., if the stream is empty and there's no + // schema message) ArrowErrorSet(&private_data->error, "No data available on stream"); - return ENODATA; + return ENOATTR; } else if (bytes_read != 8) { ArrowErrorSet(&private_data->error, "Expected at least 8 bytes in remainder of stream"); -@@ -22338,7 +22338,7 @@ static int ArrowIpcArrayStreamReaderGetNext(struct Arr +@@ -33167,7 +33167,7 @@ static int ArrowIpcArrayStreamReaderGetNext(struct Arr // Read + decode the next header int result = ArrowIpcArrayStreamReaderNextHeader( private_data, NANOARROW_IPC_MESSAGE_TYPE_RECORD_BATCH); diff --git a/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.h b/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.h index cf93c5d9c97..3a6e10bb4d0 100644 --- a/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.h +++ b/databases/py-snowflake-connector-python/files/patch-src_snowflake_connector_nanoarrow__cpp_ArrowIterator_nanoarrow__ipc.h @@ -1,11 +1,11 @@ ---- src/snowflake/connector/nanoarrow_cpp/ArrowIterator/nanoarrow_ipc.h.orig 2023-11-30 19:16:47 UTC +--- src/snowflake/connector/nanoarrow_cpp/ArrowIterator/nanoarrow_ipc.h.orig 2024-04-04 23:04:09 UTC +++ src/snowflake/connector/nanoarrow_cpp/ArrowIterator/nanoarrow_ipc.h -@@ -193,7 +193,7 @@ void ArrowIpcDecoderReset(struct ArrowIpcDecoder* deco - /// The first 8 bytes of an Arrow IPC message are 0xFFFFFF followed by the size - /// of the header as a little-endian 32-bit integer. ArrowIpcDecoderPeekHeader() reads - /// these bytes and returns ESPIPE if there are not enough remaining bytes in data to read --/// the entire header message, EINVAL if the first 8 bytes are not valid, ENODATA if the -+/// the entire header message, EINVAL if the first 8 bytes are not valid, ENOATTR if the - /// Arrow end-of-stream indicator has been reached, or NANOARROW_OK otherwise. +@@ -198,7 +198,7 @@ void ArrowIpcDecoderReset(struct ArrowIpcDecoder* deco + /// of the header as a little-endian 32-bit integer. ArrowIpcDecoderPeekHeader() + /// reads these bytes and returns ESPIPE if there are not enough remaining bytes + /// in data to read the entire header message, EINVAL if the first 8 bytes are +-/// not valid, ENODATA if the Arrow end-of-stream indicator has been reached, or ++/// not valid, ENOATTR if the Arrow end-of-stream indicator has been reached, or + /// NANOARROW_OK otherwise. ArrowErrorCode ArrowIpcDecoderPeekHeader(struct ArrowIpcDecoder* decoder, struct ArrowBufferView data, diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile index dc28d70922a..7736b0a1d5c 100644 --- a/databases/qdrant/Makefile +++ b/databases/qdrant/Makefile @@ -1,6 +1,7 @@ PORTNAME= qdrant DISTVERSIONPREFIX= v DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/quake/Makefile b/databases/quake/Makefile index ac660a8f686..4a1517eccdf 100644 --- a/databases/quake/Makefile +++ b/databases/quake/Makefile @@ -2,7 +2,7 @@ PORTNAME= quake DISTVERSIONPREFIX= v DISTVERSION= 0.5.1-57 DISTVERSIONSUFFIX= -gbb8ae55 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases PKGNAMESUFFIX= -framework diff --git a/databases/redis_exporter/Makefile b/databases/redis_exporter/Makefile index 406b63a29fb..35d25046208 100644 --- a/databases/redis_exporter/Makefile +++ b/databases/redis_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= redis_exporter DISTVERSIONPREFIX= v DISTVERSION= 1.58.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= arcade@b1t.name diff --git a/databases/redisjson/Makefile b/databases/redisjson/Makefile index b62f3e95c46..461c949de66 100644 --- a/databases/redisjson/Makefile +++ b/databases/redisjson/Makefile @@ -1,7 +1,7 @@ PORTNAME= redisjson DISTVERSIONPREFIX= v DISTVERSION= 2.0.8 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org diff --git a/databases/replibyte/Makefile b/databases/replibyte/Makefile index 8a546ac3c15..412bb86a743 100644 --- a/databases/replibyte/Makefile +++ b/databases/replibyte/Makefile @@ -1,7 +1,7 @@ PORTNAME= replibyte DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/rqlite/Makefile b/databases/rqlite/Makefile index 292c075614d..a9d5d6b8ddd 100644 --- a/databases/rqlite/Makefile +++ b/databases/rqlite/Makefile @@ -1,6 +1,7 @@ PORTNAME= rqlite DISTVERSIONPREFIX= v -DISTVERSION= 8.24.1 +DISTVERSION= 8.24.4 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/rqlite/distinfo b/databases/rqlite/distinfo index cb450d17699..76ebe2a77b0 100644 --- a/databases/rqlite/distinfo +++ b/databases/rqlite/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1714891723 -SHA256 (go/databases_rqlite/rqlite-v8.24.1/v8.24.1.mod) = eedf9470516aa13b443771d5f4149f1704e2726fa14273afcff71a44f5ea4c34 -SIZE (go/databases_rqlite/rqlite-v8.24.1/v8.24.1.mod) = 2591 -SHA256 (go/databases_rqlite/rqlite-v8.24.1/v8.24.1.zip) = e9dffbe26f48de01856aa308e78a3ef652ca43c6b6c31afdab6e36cf3a559ef2 -SIZE (go/databases_rqlite/rqlite-v8.24.1/v8.24.1.zip) = 714436 +TIMESTAMP = 1715494679 +SHA256 (go/databases_rqlite/rqlite-v8.24.4/v8.24.4.mod) = fa523ebbc6200077b88b9ef5f98edea54a655f3b96d2d6f48c689591d13b0393 +SIZE (go/databases_rqlite/rqlite-v8.24.4/v8.24.4.mod) = 2591 +SHA256 (go/databases_rqlite/rqlite-v8.24.4/v8.24.4.zip) = a94ce9d4d02eb315e0ab7e93f69177b2f14bd2a7aa5db1bf66861e32fa426146 +SIZE (go/databases_rqlite/rqlite-v8.24.4/v8.24.4.zip) = 715363 diff --git a/databases/sqlx-cli/Makefile b/databases/sqlx-cli/Makefile index ef1f56cac2c..93b6e782751 100644 --- a/databases/sqlx-cli/Makefile +++ b/databases/sqlx-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= sqlx DISTVERSIONPREFIX= v DISTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases PKGNAMESUFFIX= -cli diff --git a/databases/surrealdb/Makefile b/databases/surrealdb/Makefile index 7d7427378f2..8b3095266bf 100644 --- a/databases/surrealdb/Makefile +++ b/databases/surrealdb/Makefile @@ -1,6 +1,7 @@ PORTNAME= surrealdb DISTVERSIONPREFIX= v DISTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/tile38/Makefile b/databases/tile38/Makefile index 4f1aa5b7cf1..8080200558c 100644 --- a/databases/tile38/Makefile +++ b/databases/tile38/Makefile @@ -1,6 +1,6 @@ PORTNAME= tile38 DISTVERSION= 1.12.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= databases MAINTAINER= a.andersson.thn@gmail.com diff --git a/databases/timescaledb-backup/Makefile b/databases/timescaledb-backup/Makefile index fb3bd945ee9..ab6da8bc0d6 100644 --- a/databases/timescaledb-backup/Makefile +++ b/databases/timescaledb-backup/Makefile @@ -1,6 +1,6 @@ PORTNAME= timescaledb-backup DISTVERSION= 0.1.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/timescaledb-tune/Makefile b/databases/timescaledb-tune/Makefile index aeeeff75336..aea1ebc147d 100644 --- a/databases/timescaledb-tune/Makefile +++ b/databases/timescaledb-tune/Makefile @@ -1,7 +1,7 @@ PORTNAME= timescaledb-tune DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index bb56429eef9..f6212d4704d 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= timescaledb -PORTVERSION= 2.14.2 +PORTVERSION= 2.15.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index 85f71aca2f2..edd5c1fab9c 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711340919 -SHA256 (timescale-timescaledb-2.14.2_GH0.tar.gz) = c7768b267ea67914d0491b28da102faecd317060e429b2da7530517fbc94e73b -SIZE (timescale-timescaledb-2.14.2_GH0.tar.gz) = 7319288 +TIMESTAMP = 1715314764 +SHA256 (timescale-timescaledb-2.15.0_GH0.tar.gz) = ff2019f734566f73af0a8041db50f7f1d0ad6967f7e2e7d796d388cd38c0b5bb +SIZE (timescale-timescaledb-2.15.0_GH0.tar.gz) = 7428047 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index a2dea40f3f0..38014e7a0e0 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -38,5 +38,6 @@ share/postgresql/extension/timescaledb--2.13.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.13.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.14.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.14.1--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.14.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control diff --git a/databases/usql/Makefile b/databases/usql/Makefile index 106c47f131a..0dd7c9d42b9 100644 --- a/databases/usql/Makefile +++ b/databases/usql/Makefile @@ -1,7 +1,7 @@ PORTNAME= usql DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/xls2txt/Makefile b/databases/xls2txt/Makefile index 60931e62eef..9459e74f889 100644 --- a/databases/xls2txt/Makefile +++ b/databases/xls2txt/Makefile @@ -1,6 +1,6 @@ PORTNAME= xls2txt DISTVERSION= 1.0.1 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= databases textproc MAINTAINER= yuri@FreeBSD.org diff --git a/databases/xtrabackup80/Makefile b/databases/xtrabackup80/Makefile index 65315e7d2ba..7815c90e5e5 100644 --- a/databases/xtrabackup80/Makefile +++ b/databases/xtrabackup80/Makefile @@ -9,22 +9,13 @@ DISTFILES= ${PPORTNAME}-${DVERSION}${EXTRACT_SUFX}:percona \ MAINTAINER= eugene@zhegan.in COMMENT= Open-source backup tool for InnoDB and XtraDB -WWW= https://www.percona.com/doc/percona-xtrabackup/ +WWW= https://docs.percona.com/percona-xtrabackup/8.0/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= protobuf>=3.0:devel/protobuf \ - rapidjson>=1.1.0:devel/rapidjson \ - libevent>=2.1:devel/libevent -LIB_DEPENDS= libcurl.so:ftp/curl \ - libev.so:devel/libev \ - libgcrypt.so:security/libgcrypt \ - libgpg-error.so:security/libgpg-error \ - libicudata.so:devel/icu \ - libprotobuf-lite.so:devel/protobuf \ - libunwind.so:devel/libunwind \ - libzstd.so:archivers/zstd +ONLY_FOR_ARCHS= amd64 i386 + RUN_DEPENDS= qpress:archivers/qpress USES= bison cmake compiler:c++14-lang cpe pkgconfig ssl @@ -33,10 +24,6 @@ CMAKE_ARGS= -DBUILD_CONFIG:STRING=xtrabackup_release \ -DWITHOUT_COMPONENT_KEYRING_KMIP:STRING=yes \ -DWITH_VERSION_CHECK=false -.for component in EDITLINE ICU LIBEVENT PROTOBUF RAPIDJSON ZSTD -CMAKE_ARGS+= -DWITH_${component}:STRING=system -.endfor - CONFLICTS_INSTALL= ${PORTNAME:C/.$//}* # Bundle last supported Boost release @@ -56,14 +43,59 @@ WRKSRC= ${WRKDIR}/${PPORTNAME}-${DVERSION} .include # Since MySQL 8.0.20 InnoDB engine uses new memory alligned allocator -# which is broken on i386 due to different size of types and causes a -# 'static_assert(alignof(T) <= alignof(std::max_align_t))' error +# which is broken on i386 with Clang due to different size of types +# and causes a 'static_assert(alignof(T) <= alignof(std::max_align_t))' error .if ${ARCH} == i386 -CXXFLAGS+= -malign-double -.endif +GCCVER= 13 +CC= ${PREFIX}/bin/gcc${GCCVER} +CXX= ${PREFIX}/bin/g++${GCCVER} +CPP= ${PREFIX}/bin/cpp${GCCVER} +CXXFLAGS+= --std=c++17 -march=i586 +LDFLAGS_i386= -latomic -Wl,-rpath=${PREFIX}/lib/gcc${GCCVER} -Wl,-rpath=${PREFIX}/lib/private +PLIST= ${PKGDIR}/pkg-plist.i386 +USE_LDCONFIG= ${PREFIX}/lib/private + +BUILD_DEPENDS= c++${GCCVER}:lang/gcc${GCCVER} +LIB_DEPENDS= libcurl.so:ftp/curl \ + libev.so:devel/libev \ + libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error \ + libunwind.so:devel/libunwind + +RUN_DEPENDS= ${PREFIX}/lib/gcc${GCCVER}/libatomic.so.1:lang/gcc${GCCVER} + +.for component in EDITLINE ICU LIBEVENT PROTOBUF RAPIDJSON ZSTD +CMAKE_ARGS+= -DWITH_${component}:STRING=bundled +.endfor +.else +BUILD_DEPENDS= protobuf>=3.0:devel/protobuf \ + rapidjson>=1.1.0:devel/rapidjson \ + libevent>=2.1:devel/libevent +LIB_DEPENDS= libcurl.so:ftp/curl \ + libev.so:devel/libev \ + libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error \ + libicudata.so:devel/icu \ + libprotobuf-lite.so:devel/protobuf \ + libunwind.so:devel/libunwind \ + libzstd.so:archivers/zstd + +.for component in EDITLINE ICU LIBEVENT PROTOBUF RAPIDJSON ZSTD +CMAKE_ARGS+= -DWITH_${component}:STRING=system +.endfor KEEP_EXTRA= lz4 robin-hood-hashing zlib +pre-configure: +.for dir in ${KEEP_EXTRA} + @${MV} ${WRKSRC}/extra/${dir} ${WRKDIR} +.endfor + @${RM} -r ${WRKSRC}/extra/* +.for dir in ${KEEP_EXTRA} + @${MV} ${WRKDIR}/${dir} ${WRKSRC}/extra +.endfor +.endif + post-patch: .for d in storage/innobase/xtrabackup/src sql/protobuf ${REINPLACE_CMD} 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/${d}/CMakeLists.txt @@ -73,15 +105,6 @@ post-patch: ${WRKSRC}/../boost_${BOOST_VERSION_UNDER}/boost/container_hash/hash.hpp .endif -pre-configure: -.for dir in ${KEEP_EXTRA} - @${MV} ${WRKSRC}/extra/${dir} ${WRKDIR} -.endfor - @${RM} -r ${WRKSRC}/extra/* -.for dir in ${KEEP_EXTRA} - @${MV} ${WRKDIR}/${dir} ${WRKSRC}/extra -.endfor - post-stage: @${RM} -r ${STAGEDIR}${PREFIX}/docs ${STAGEDIR}${PREFIX}/man @${RMDIR} ${STAGEDIR}${PREFIX}/lib/plugin/debug diff --git a/databases/xtrabackup80/files/patch-cmake_os_FreeBSD.cmake b/databases/xtrabackup80/files/patch-cmake_os_FreeBSD.cmake deleted file mode 100644 index 624f462e754..00000000000 --- a/databases/xtrabackup80/files/patch-cmake_os_FreeBSD.cmake +++ /dev/null @@ -1,23 +0,0 @@ ---- cmake/os/FreeBSD.cmake.orig 2020-05-26 05:35:19 UTC -+++ cmake/os/FreeBSD.cmake -@@ -36,6 +36,20 @@ IF(NOT FORCE_UNSUPPORTED_COMPILER) - IF(GCC_VERSION VERSION_LESS 4.4) - MESSAGE(FATAL_ERROR "GCC 4.4 or newer is required!") - ENDIF() -+ CHECK_C_SOURCE_RUNS(" -+ int main() -+ { -+ return (__clang_major__ >= 4); -+ }" I386_ATOMIC_BUILTINS) -+ IF((CMAKE_SYSTEM_PROCESSOR MATCHES "i386") AND (NOT I386_ATOMIC_BUILTINS)) -+ SET(HAVE_GCC_ATOMIC_BUILTINS CACHE INTERNAL "") -+ ENDIF() -+ ELSEIF(CMAKE_COMPILER_IS_GNUCC) -+ EXECUTE_PROCESS(COMMAND ${CMAKE_C_COMPILER} -dumpversion -+ OUTPUT_VARIABLE GCC_VERSION) -+ IF(GCC_VERSION VERSION_LESS 4.4) -+ MESSAGE(FATAL_ERROR "GCC 4.4 or newer is required!") -+ ENDIF() - ELSE() - MESSAGE(FATAL_ERROR "Unsupported compiler!") - ENDIF() diff --git a/databases/xtrabackup80/pkg-plist.i386 b/databases/xtrabackup80/pkg-plist.i386 new file mode 100644 index 00000000000..d40f9d36c93 --- /dev/null +++ b/databases/xtrabackup80/pkg-plist.i386 @@ -0,0 +1,55 @@ +bin/xbcloud +bin/xbcloud_osenv +bin/xbcrypt +bin/xbstream +bin/xtrabackup +lib/libmysqlservices.a +lib/plugin/component_keyring_file.so +lib/plugin/component_keyring_kms.so +lib/plugin/keyring_file.so +lib/plugin/keyring_vault.so +lib/private/icudt73l/brkitr/burmesedict.dict +lib/private/icudt73l/brkitr/char.brk +lib/private/icudt73l/brkitr/cjdict.dict +lib/private/icudt73l/brkitr/de.res +lib/private/icudt73l/brkitr/el.res +lib/private/icudt73l/brkitr/en.res +lib/private/icudt73l/brkitr/en_US.res +lib/private/icudt73l/brkitr/en_US_POSIX.res +lib/private/icudt73l/brkitr/es.res +lib/private/icudt73l/brkitr/fi.res +lib/private/icudt73l/brkitr/fr.res +lib/private/icudt73l/brkitr/it.res +lib/private/icudt73l/brkitr/ja.res +lib/private/icudt73l/brkitr/khmerdict.dict +lib/private/icudt73l/brkitr/ko.res +lib/private/icudt73l/brkitr/laodict.dict +lib/private/icudt73l/brkitr/line.brk +lib/private/icudt73l/brkitr/line_cj.brk +lib/private/icudt73l/brkitr/line_loose.brk +lib/private/icudt73l/brkitr/line_loose_cj.brk +lib/private/icudt73l/brkitr/line_loose_phrase_cj.brk +lib/private/icudt73l/brkitr/line_normal.brk +lib/private/icudt73l/brkitr/line_normal_cj.brk +lib/private/icudt73l/brkitr/line_normal_phrase_cj.brk +lib/private/icudt73l/brkitr/line_phrase_cj.brk +lib/private/icudt73l/brkitr/pt.res +lib/private/icudt73l/brkitr/res_index.res +lib/private/icudt73l/brkitr/root.res +lib/private/icudt73l/brkitr/ru.res +lib/private/icudt73l/brkitr/sent.brk +lib/private/icudt73l/brkitr/sent_el.brk +lib/private/icudt73l/brkitr/sv.res +lib/private/icudt73l/brkitr/thaidict.dict +lib/private/icudt73l/brkitr/title.brk +lib/private/icudt73l/brkitr/word.brk +lib/private/icudt73l/brkitr/word_POSIX.brk +lib/private/icudt73l/brkitr/word_fi_sv.brk +lib/private/icudt73l/brkitr/zh.res +lib/private/icudt73l/brkitr/zh_Hant.res +lib/private/icudt73l/cnvalias.icu +lib/private/icudt73l/uemoji.icu +lib/private/icudt73l/ulayout.icu +lib/private/icudt73l/unames.icu +lib/private/libprotobuf-lite.so.3.19.4 +lib/private/libprotobuf.so.3.19.4 diff --git a/deskutils/chart/Makefile b/deskutils/chart/Makefile index ee50a44118e..0faf853332e 100644 --- a/deskutils/chart/Makefile +++ b/deskutils/chart/Makefile @@ -1,7 +1,7 @@ PORTNAME= chart DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= deskutils MAINTAINER= mail@dbalan.in diff --git a/deskutils/dstask/Makefile b/deskutils/dstask/Makefile index 11927018638..9212e2fd787 100644 --- a/deskutils/dstask/Makefile +++ b/deskutils/dstask/Makefile @@ -1,7 +1,7 @@ PORTNAME= dstask DISTVERSIONPREFIX= v DISTVERSION= 0.26 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= deskutils MAINTAINER= ashish@FreeBSD.org diff --git a/deskutils/health/Makefile b/deskutils/health/Makefile index 79c59e3239e..a5d93fc9aa8 100644 --- a/deskutils/health/Makefile +++ b/deskutils/health/Makefile @@ -1,6 +1,6 @@ PORTNAME= health DISTVERSION= 0.95.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MAINTAINER= jbeich@FreeBSD.org diff --git a/deskutils/jot/Makefile b/deskutils/jot/Makefile index a1a48bc087a..ca9466f5033 100644 --- a/deskutils/jot/Makefile +++ b/deskutils/jot/Makefile @@ -1,7 +1,7 @@ PORTNAME= jot DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/just/Makefile b/deskutils/just/Makefile index 120ea4320f1..3e46b0d0afd 100644 --- a/deskutils/just/Makefile +++ b/deskutils/just/Makefile @@ -1,6 +1,6 @@ PORTNAME= just DISTVERSION= 1.25.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/kf6-kstatusnotifieritem/distinfo b/deskutils/kf6-kstatusnotifieritem/distinfo index 04052d3e839..94bb44a74c7 100644 --- a/deskutils/kf6-kstatusnotifieritem/distinfo +++ b/deskutils/kf6-kstatusnotifieritem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022540 -SHA256 (KDE/frameworks/6.1.0/kstatusnotifieritem-6.1.0.tar.xz) = 93e2c9caa70d4cce8059aa6cb81e5b161d405701db184ddff81303fa24fdef14 -SIZE (KDE/frameworks/6.1.0/kstatusnotifieritem-6.1.0.tar.xz) = 47916 +TIMESTAMP = 1714804791 +SHA256 (KDE/frameworks/6.2.0/kstatusnotifieritem-6.2.0.tar.xz) = 04b9fc0905b614afc8e0afcf5451018d2a126f165221b6db20e4171be2fb1fcf +SIZE (KDE/frameworks/6.2.0/kstatusnotifieritem-6.2.0.tar.xz) = 47532 diff --git a/deskutils/lazycli/Makefile b/deskutils/lazycli/Makefile index 781774ce0b2..bfbabdd5019 100644 --- a/deskutils/lazycli/Makefile +++ b/deskutils/lazycli/Makefile @@ -1,7 +1,7 @@ PORTNAME= lazycli DISTVERSIONPREFIX= v DISTVERSION= 0.1.15 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile index e5bdd9f5509..c952f8d9bde 100644 --- a/deskutils/nextcloudclient/Makefile +++ b/deskutils/nextcloudclient/Makefile @@ -1,5 +1,5 @@ PORTNAME= nextcloudclient -PORTVERSION= 3.12.3 +PORTVERSION= 3.13.0 DISTVERSIONPREFIX= v CATEGORIES= deskutils diff --git a/deskutils/nextcloudclient/distinfo b/deskutils/nextcloudclient/distinfo index b03bf683412..25019a72440 100644 --- a/deskutils/nextcloudclient/distinfo +++ b/deskutils/nextcloudclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712171348 -SHA256 (nextcloud-desktop-v3.12.3_GH0.tar.gz) = 9466abfc663dd12bd9fc8e6812fd9c3ef9a685c773a473532294c638c460c00b -SIZE (nextcloud-desktop-v3.12.3_GH0.tar.gz) = 13642292 +TIMESTAMP = 1713972278 +SHA256 (nextcloud-desktop-v3.13.0_GH0.tar.gz) = ed2338eab4d6b77e29c53e765afa08940191326182e18f05c4e62059ffa74da9 +SIZE (nextcloud-desktop-v3.13.0_GH0.tar.gz) = 13779791 diff --git a/deskutils/nextcloudclient/pkg-plist b/deskutils/nextcloudclient/pkg-plist index 34a9656caa4..e34797ec3ad 100644 --- a/deskutils/nextcloudclient/pkg-plist +++ b/deskutils/nextcloudclient/pkg-plist @@ -19,203 +19,6 @@ lib/libnextcloudsync.so.%%VERSION%% lib/nextcloudsync_vfs_suffix.so share/applications/com.nextcloud.desktopclient.nextcloud.desktop %%GNOME%%share/caja-python/extensions/syncstate-Nextcloud.py -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/.buildinfo -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/confirm.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/create_debug_archive.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_local.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_remote.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/general_settings_folder_context_menu.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon-error.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon-information.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon-offline.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon-paused.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon-syncing.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/ignored_files_editor.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/log_output_window.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/mac-share.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/main_dialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/open-share-dialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/remove.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/save_log_file.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/set-user-status-menu.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/set-user-status.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_general.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_network.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settingsdialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/share-dialog-view-profile.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/share_context_menu.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/share_dialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/status_feature_example.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/sync-state-paused.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/sync-state-synced.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/sync-state-syncing.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/sync-state-warnings.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/traymenu.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/unified-search-events.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/unified-search-files.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/unified-search-talk.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/user-account-options.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/user_status-selector_dialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/user_status_selector_main_dialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/vfs_context_menu_options.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/vfs_hydration_progress_bar.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/wizard.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/wizard_advanced.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/wizard_flow2.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/wizard_setup.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/wizard_welcome.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/advancedusage.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/architecture.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/autoupdate.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/building.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/conffile.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/conflicts.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/envvars.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/faq.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/glossary.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/installing.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/introduction.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/lowdiskspace.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/massdeploymentcommandline.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/navigating.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/nextcloudcmd.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/options.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/troubleshooting.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/visualtour.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/wizardaccountsetupcommandline.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/_sphinx_javascript_frameworks_compat.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/basic.css -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/classic.css -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/default.css -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/doctools.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/documentation_options.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/file.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/jquery-3.6.0.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/jquery.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/language_data.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/minus.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/plus.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/pygments.css -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/searchtools.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/sidebar.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/sphinx_highlight.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/underscore-1.13.1.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/underscore.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/advancedusage.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/autoupdate.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/building.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/conffile.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/conflicts.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/envvars.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/genindex.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/glossary.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/installing.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/lowdiskspace.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/massdeploymentcommandline.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/navigating.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/nextcloudcmd.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/objects.inv -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/options.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/search.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/searchindex.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/troubleshooting.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/visualtour.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/wizardaccountsetupcommandline.html -%%PORTDOCS%%%%DOCSDIR%%/latex/LICRcyr2utf8.xdy -%%PORTDOCS%%%%DOCSDIR%%/latex/LICRlatin2utf8.xdy -%%PORTDOCS%%%%DOCSDIR%%/latex/LatinRules.xdy -%%PORTDOCS%%%%DOCSDIR%%/latex/Makefile -%%PORTDOCS%%%%DOCSDIR%%/latex/NextcloudClientManual.aux -%%PORTDOCS%%%%DOCSDIR%%/latex/NextcloudClientManual.fdb_latexmk -%%PORTDOCS%%%%DOCSDIR%%/latex/NextcloudClientManual.fls -%%PORTDOCS%%%%DOCSDIR%%/latex/NextcloudClientManual.idx -%%PORTDOCS%%%%DOCSDIR%%/latex/NextcloudClientManual.ilg -%%PORTDOCS%%%%DOCSDIR%%/latex/NextcloudClientManual.ind -%%PORTDOCS%%%%DOCSDIR%%/latex/NextcloudClientManual.log -%%PORTDOCS%%%%DOCSDIR%%/latex/NextcloudClientManual.out -%%PORTDOCS%%%%DOCSDIR%%/latex/NextcloudClientManual.pdf -%%PORTDOCS%%%%DOCSDIR%%/latex/NextcloudClientManual.tex -%%PORTDOCS%%%%DOCSDIR%%/latex/NextcloudClientManual.toc -%%PORTDOCS%%%%DOCSDIR%%/latex/confirm.png -%%PORTDOCS%%%%DOCSDIR%%/latex/create_debug_archive.png -%%PORTDOCS%%%%DOCSDIR%%/latex/folderwizard_local.png -%%PORTDOCS%%%%DOCSDIR%%/latex/folderwizard_remote.png -%%PORTDOCS%%%%DOCSDIR%%/latex/general_settings_folder_context_menu.png -%%PORTDOCS%%%%DOCSDIR%%/latex/icon-error.png -%%PORTDOCS%%%%DOCSDIR%%/latex/icon-information.png -%%PORTDOCS%%%%DOCSDIR%%/latex/icon-offline.png -%%PORTDOCS%%%%DOCSDIR%%/latex/icon-paused.png -%%PORTDOCS%%%%DOCSDIR%%/latex/icon-syncing.png -%%PORTDOCS%%%%DOCSDIR%%/latex/icon.png -%%PORTDOCS%%%%DOCSDIR%%/latex/ignored_files_editor.png -%%PORTDOCS%%%%DOCSDIR%%/latex/latexmkjarc -%%PORTDOCS%%%%DOCSDIR%%/latex/latexmkrc -%%PORTDOCS%%%%DOCSDIR%%/latex/log_output_window.png -%%PORTDOCS%%%%DOCSDIR%%/latex/logo-blue.pdf -%%PORTDOCS%%%%DOCSDIR%%/latex/mac-share.png -%%PORTDOCS%%%%DOCSDIR%%/latex/main_dialog.png -%%PORTDOCS%%%%DOCSDIR%%/latex/make.bat -%%PORTDOCS%%%%DOCSDIR%%/latex/open-share-dialog.png -%%PORTDOCS%%%%DOCSDIR%%/latex/python.ist -%%PORTDOCS%%%%DOCSDIR%%/latex/remove.png -%%PORTDOCS%%%%DOCSDIR%%/latex/save_log_file.png -%%PORTDOCS%%%%DOCSDIR%%/latex/set-user-status-menu.png -%%PORTDOCS%%%%DOCSDIR%%/latex/set-user-status.png -%%PORTDOCS%%%%DOCSDIR%%/latex/settings_general.png -%%PORTDOCS%%%%DOCSDIR%%/latex/settings_network.png -%%PORTDOCS%%%%DOCSDIR%%/latex/settingsdialog.png -%%PORTDOCS%%%%DOCSDIR%%/latex/share-dialog-view-profile.png -%%PORTDOCS%%%%DOCSDIR%%/latex/share_context_menu.png -%%PORTDOCS%%%%DOCSDIR%%/latex/share_dialog.png -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinx.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinx.xdy -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxhighlight.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxhowto.cls -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatexadmonitions.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatexcontainers.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatexgraphics.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatexindbibtoc.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatexlists.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatexliterals.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatexnumfig.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatexobjects.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatexshadowbox.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatexstyleheadings.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatexstylepage.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatexstyletext.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxlatextables.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxmanual.cls -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxmessages.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxoptionsgeometry.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxoptionshyperref.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxpackageboxes.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxpackagecyrillic.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxpackagefootnote.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/status_feature_example.png -%%PORTDOCS%%%%DOCSDIR%%/latex/sync-state-paused.png -%%PORTDOCS%%%%DOCSDIR%%/latex/sync-state-synced.png -%%PORTDOCS%%%%DOCSDIR%%/latex/sync-state-syncing.png -%%PORTDOCS%%%%DOCSDIR%%/latex/sync-state-warnings.png -%%PORTDOCS%%%%DOCSDIR%%/latex/traymenu.png -%%PORTDOCS%%%%DOCSDIR%%/latex/unified-search-events.png -%%PORTDOCS%%%%DOCSDIR%%/latex/unified-search-files.png -%%PORTDOCS%%%%DOCSDIR%%/latex/unified-search-talk.png -%%PORTDOCS%%%%DOCSDIR%%/latex/user-account-options.png -%%PORTDOCS%%%%DOCSDIR%%/latex/user_status-selector_dialog.png -%%PORTDOCS%%%%DOCSDIR%%/latex/user_status_selector_main_dialog.png -%%PORTDOCS%%%%DOCSDIR%%/latex/vfs_context_menu_options.png -%%PORTDOCS%%%%DOCSDIR%%/latex/vfs_hydration_progress_bar.png -%%PORTDOCS%%%%DOCSDIR%%/latex/wizard.png -%%PORTDOCS%%%%DOCSDIR%%/latex/wizard_advanced.png -%%PORTDOCS%%%%DOCSDIR%%/latex/wizard_flow2.png -%%PORTDOCS%%%%DOCSDIR%%/latex/wizard_setup.png -%%PORTDOCS%%%%DOCSDIR%%/latex/wizard_welcome.png share/icons/hicolor/1024x1024/apps/Nextcloud.png share/icons/hicolor/128x128/apps/Nextcloud.png share/icons/hicolor/128x128/apps/Nextcloud_error.png diff --git a/deskutils/noti/Makefile b/deskutils/noti/Makefile index 21520ca8bdc..5314b70de8a 100644 --- a/deskutils/noti/Makefile +++ b/deskutils/noti/Makefile @@ -1,6 +1,6 @@ PORTNAME= noti DISTVERSION= 3.7.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils MAINTAINER= tagattie@FreeBSD.org diff --git a/deskutils/pet/Makefile b/deskutils/pet/Makefile index a023404edba..beab4338859 100644 --- a/deskutils/pet/Makefile +++ b/deskutils/pet/Makefile @@ -1,6 +1,6 @@ PORTNAME= pet DISTVERSIONPREFIX= v -DISTVERSION= 0.8.1 +DISTVERSION= 0.8.3 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/pet/distinfo b/deskutils/pet/distinfo index f78d40e2c25..3b725d477b5 100644 --- a/deskutils/pet/distinfo +++ b/deskutils/pet/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1714871064 -SHA256 (go/deskutils_pet/pet-v0.8.1/v0.8.1.mod) = e571ede58d12203e0eff39fcb30a3090bfd27c244b2a7434b35739f5b6ea0e96 -SIZE (go/deskutils_pet/pet-v0.8.1/v0.8.1.mod) = 1864 -SHA256 (go/deskutils_pet/pet-v0.8.1/v0.8.1.zip) = d3e3f1bcadfb2a2346edf1745fc637ee89d5ee6e72f44a72a5497b1dfcf048e5 -SIZE (go/deskutils_pet/pet-v0.8.1/v0.8.1.zip) = 2776940 +TIMESTAMP = 1715321344 +SHA256 (go/deskutils_pet/pet-v0.8.3/v0.8.3.mod) = 33a0e995a6eac81b3707fc297a5a7a0482ac06c0d7224be07d74272ef519f542 +SIZE (go/deskutils_pet/pet-v0.8.3/v0.8.3.mod) = 1864 +SHA256 (go/deskutils_pet/pet-v0.8.3/v0.8.3.zip) = db71239a84afe1d3f92ab1ef57823f9f1aa4609a40ef3ec69e1256e8cde998cb +SIZE (go/deskutils_pet/pet-v0.8.3/v0.8.3.zip) = 2776861 diff --git a/deskutils/pipecolor/Makefile b/deskutils/pipecolor/Makefile index 5785dca6427..7238aff3bd7 100644 --- a/deskutils/pipecolor/Makefile +++ b/deskutils/pipecolor/Makefile @@ -1,7 +1,7 @@ PORTNAME= pipecolor DISTVERSIONPREFIX= v DISTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/pueue/Makefile b/deskutils/pueue/Makefile index 881c466034a..6abb56aa9ce 100644 --- a/deskutils/pueue/Makefile +++ b/deskutils/pueue/Makefile @@ -1,7 +1,6 @@ PORTNAME= pueue DISTVERSIONPREFIX= v -DISTVERSION= 3.1.2 -PORTREVISION= 9 +DISTVERSION= 3.4.0 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org @@ -18,239 +17,242 @@ GH_ACCOUNT= Nukesor CARGO_CARGOTOML=${WRKSRC}/${PORTNAME}/Cargo.toml CARGO_INSTALL_PATH=${PORTNAME}/ -CARGO_CRATES= addr2line-0.19.0 \ +CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ - aho-corasick-0.7.20 \ + aho-corasick-1.1.2 \ + android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anyhow-1.0.68 \ - assert_cmd-2.0.8 \ - async-trait-0.1.63 \ + anstream-0.6.11 \ + anstyle-1.0.4 \ + anstyle-parse-0.2.3 \ + anstyle-query-1.0.2 \ + anstyle-wincon-3.0.2 \ + anyhow-1.0.79 \ + assert_cmd-2.0.13 \ + async-trait-0.1.77 \ autocfg-1.1.0 \ - backtrace-0.3.67 \ - base64-0.13.1 \ - base64-0.21.0 \ + backtrace-0.3.69 \ + base64-0.21.7 \ better-panic-0.3.0 \ - bindgen-0.64.0 \ + bindgen-0.68.1 \ bitflags-1.3.2 \ - block-buffer-0.10.3 \ + bitflags-2.4.2 \ + block-buffer-0.10.4 \ bstr-0.2.17 \ - bstr-1.1.0 \ - bumpalo-3.12.0 \ - byteorder-1.4.3 \ - bytes-1.3.0 \ - cc-1.0.78 \ + bstr-1.9.0 \ + bumpalo-3.14.0 \ + byteorder-1.5.0 \ + bytes-1.5.0 \ + cc-1.0.83 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ - chrono-0.4.23 \ + chrono-0.4.32 \ chrono-english-0.1.7 \ - clang-sys-1.4.0 \ - clap-4.1.4 \ - clap_complete-4.1.1 \ - clap_derive-4.1.0 \ - clap_lex-0.3.1 \ - codespan-reporting-0.11.1 \ - comfy-table-6.1.4 \ - command-group-2.0.1 \ - console-0.15.5 \ - core-foundation-sys-0.8.3 \ - cpufeatures-0.2.5 \ - crossterm-0.25.0 \ - crossterm_winapi-0.9.0 \ + clang-sys-1.7.0 \ + clap-4.4.18 \ + clap_builder-4.4.18 \ + clap_complete-4.4.9 \ + clap_derive-4.4.7 \ + clap_lex-0.6.0 \ + colorchoice-1.0.0 \ + comfy-table-7.1.0 \ + command-group-2.1.0 \ + console-0.15.8 \ + core-foundation-sys-0.8.6 \ + cpufeatures-0.2.12 \ + crossterm-0.27.0 \ + crossterm_winapi-0.9.1 \ crypto-common-0.1.6 \ - ctor-0.1.26 \ - ctrlc-3.2.4 \ - cxx-1.0.87 \ - cxx-build-1.0.87 \ - cxxbridge-flags-1.0.87 \ - cxxbridge-macro-1.0.87 \ + ctrlc-3.4.2 \ + deranged-0.3.11 \ diff-0.1.13 \ difflib-0.4.0 \ - digest-0.10.6 \ - dirs-4.0.0 \ - dirs-sys-0.3.7 \ + digest-0.10.7 \ + dirs-5.0.1 \ + dirs-sys-0.4.1 \ doc-comment-0.3.3 \ - either-1.8.0 \ encode_unicode-0.3.6 \ - env_logger-0.10.0 \ - errno-0.2.8 \ - errno-dragonfly-0.1.2 \ - fastrand-1.8.0 \ - fuchsia-cprng-0.1.1 \ - futures-0.3.25 \ - futures-channel-0.3.25 \ - futures-core-0.3.25 \ - futures-executor-0.3.25 \ - futures-io-0.3.25 \ - futures-macro-0.3.25 \ - futures-sink-0.3.25 \ - futures-task-0.3.25 \ + env_logger-0.10.2 \ + equivalent-1.0.1 \ + errno-0.3.8 \ + fastrand-2.0.1 \ + futures-0.3.30 \ + futures-channel-0.3.30 \ + futures-core-0.3.30 \ + futures-executor-0.3.30 \ + futures-io-0.3.30 \ + futures-macro-0.3.30 \ + futures-sink-0.3.30 \ + futures-task-0.3.30 \ futures-timer-3.0.2 \ - futures-util-0.3.25 \ - generic-array-0.14.6 \ - getrandom-0.2.8 \ - gimli-0.27.1 \ + futures-util-0.3.30 \ + generic-array-0.14.7 \ + getrandom-0.2.12 \ + gimli-0.28.1 \ glob-0.3.1 \ half-1.8.2 \ - handlebars-4.3.6 \ - hashbrown-0.12.3 \ - heck-0.4.0 \ - hermit-abi-0.2.6 \ + handlebars-4.5.0 \ + hashbrown-0.14.3 \ + heck-0.4.1 \ + hermit-abi-0.3.4 \ hex-0.4.3 \ humantime-2.1.0 \ - iana-time-zone-0.1.53 \ - iana-time-zone-haiku-0.1.1 \ - indexmap-1.9.2 \ - instant-0.1.12 \ - io-lifetimes-1.0.4 \ - is-terminal-0.4.2 \ - itertools-0.10.5 \ - itoa-1.0.5 \ - js-sys-0.3.60 \ + iana-time-zone-0.1.59 \ + iana-time-zone-haiku-0.1.2 \ + indexmap-2.1.0 \ + is-terminal-0.4.10 \ + itoa-1.0.10 \ + js-sys-0.3.67 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ - libc-0.2.139 \ - libloading-0.7.4 \ - link-cplusplus-1.0.8 \ - linux-raw-sys-0.1.4 \ - lock_api-0.4.9 \ - log-0.4.17 \ - memchr-2.5.0 \ + libc-0.2.152 \ + libloading-0.8.1 \ + libproc-0.14.2 \ + libredox-0.0.1 \ + linux-raw-sys-0.4.13 \ + lock_api-0.4.11 \ + log-0.4.20 \ + memchr-2.7.1 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.6.2 \ - mio-0.8.5 \ - nix-0.26.2 \ + miniz_oxide-0.7.1 \ + mio-0.8.10 \ + nix-0.26.4 \ + nix-0.27.1 \ nom-7.1.3 \ - num-integer-0.1.45 \ - num-traits-0.2.15 \ - num_cpus-1.15.0 \ + num-traits-0.2.17 \ + num_cpus-1.16.0 \ num_threads-0.1.6 \ - object-0.30.3 \ - once_cell-1.17.0 \ - os_str_bytes-6.4.1 \ - output_vt100-0.1.3 \ + object-0.32.2 \ + once_cell-1.19.0 \ + option-ext-0.2.0 \ parking_lot-0.12.1 \ - parking_lot_core-0.9.6 \ + parking_lot_core-0.9.9 \ peeking_take_while-0.1.2 \ - pem-1.1.1 \ - pest-2.5.4 \ - pest_derive-2.5.4 \ - pest_generator-2.5.4 \ - pest_meta-2.5.4 \ - pin-project-lite-0.2.9 \ + pem-3.0.3 \ + pest-2.7.6 \ + pest_derive-2.7.6 \ + pest_generator-2.7.6 \ + pest_meta-2.7.6 \ + pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ portpicker-0.1.1 \ + powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ - predicates-2.1.5 \ - predicates-core-1.0.5 \ - predicates-tree-1.0.7 \ - pretty_assertions-1.3.0 \ - proc-macro-error-1.0.4 \ - proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.50 \ - quote-1.0.23 \ - rand-0.4.6 \ + predicates-3.1.0 \ + predicates-core-1.0.6 \ + predicates-tree-1.0.9 \ + pretty_assertions-1.4.0 \ + proc-macro2-1.0.78 \ + procfs-0.16.0 \ + procfs-core-0.16.0 \ + quote-1.0.35 \ rand-0.8.5 \ rand_chacha-0.3.1 \ - rand_core-0.3.1 \ - rand_core-0.4.2 \ rand_core-0.6.4 \ - rcgen-0.10.0 \ - rdrand-0.4.0 \ - redox_syscall-0.2.16 \ - redox_users-0.4.3 \ - regex-1.7.1 \ + rcgen-0.12.0 \ + redox_syscall-0.4.1 \ + redox_users-0.4.4 \ + regex-1.10.3 \ regex-automata-0.1.10 \ - regex-syntax-0.6.28 \ - remove_dir_all-0.5.3 \ + regex-automata-0.4.4 \ + regex-syntax-0.8.2 \ + relative-path-1.9.2 \ rev_buf_reader-0.3.0 \ - ring-0.16.20 \ - rstest-0.16.0 \ - rstest_macros-0.16.0 \ - rustc-demangle-0.1.21 \ + ring-0.17.7 \ + rstest-0.18.2 \ + rstest_macros-0.18.2 \ + rustc-demangle-0.1.23 \ rustc-hash-1.1.0 \ rustc_version-0.4.0 \ - rustix-0.36.7 \ - rustls-0.20.8 \ - rustls-pemfile-1.0.2 \ - rustversion-1.0.11 \ - ryu-1.0.12 \ + rustix-0.38.30 \ + rustls-0.22.2 \ + rustls-pemfile-2.0.0 \ + rustls-pki-types-1.1.0 \ + rustls-webpki-0.102.1 \ + rustversion-1.0.14 \ + ryu-1.0.16 \ scanlex-0.1.4 \ - scopeguard-1.1.0 \ - scratch-1.0.3 \ - sct-0.7.0 \ - semver-1.0.16 \ - serde-1.0.152 \ + scopeguard-1.2.0 \ + semver-1.0.21 \ + serde-1.0.195 \ serde_cbor-0.11.2 \ - serde_derive-1.0.152 \ - serde_json-1.0.91 \ - serde_yaml-0.9.17 \ - sha2-0.10.6 \ + serde_derive-1.0.195 \ + serde_json-1.0.111 \ + serde_yaml-0.9.30 \ + sha2-0.10.8 \ shell-escape-0.1.5 \ - shellexpand-3.0.0 \ - shlex-1.1.0 \ - signal-hook-0.3.14 \ - signal-hook-mio-0.2.3 \ - signal-hook-registry-1.4.0 \ - similar-2.2.1 \ - similar-asserts-1.4.2 \ - simplelog-0.12.0 \ - slab-0.4.7 \ - smallvec-1.10.0 \ - snap-1.1.0 \ - socket2-0.4.7 \ - spin-0.5.2 \ - static_assertions-1.1.0 \ + shellexpand-3.1.0 \ + shlex-1.3.0 \ + similar-2.4.0 \ + similar-asserts-1.5.0 \ + simplelog-0.12.1 \ + slab-0.4.9 \ + smallvec-1.13.1 \ + snap-1.1.1 \ + socket2-0.5.5 \ + spin-0.9.8 \ strsim-0.10.0 \ - strum-0.24.1 \ - strum_macros-0.24.3 \ - syn-1.0.107 \ - tempdir-0.3.7 \ - tempfile-3.3.0 \ + strum-0.25.0 \ + strum_macros-0.25.3 \ + subtle-2.5.0 \ + syn-2.0.48 \ + tempfile-3.9.0 \ termcolor-1.1.3 \ - termtree-0.4.0 \ - test-log-0.2.11 \ - thiserror-1.0.38 \ - thiserror-impl-1.0.38 \ - time-0.1.45 \ - time-0.3.17 \ - time-core-0.1.0 \ - time-macros-0.2.6 \ - tokio-1.24.2 \ - tokio-macros-1.8.2 \ - tokio-rustls-0.23.4 \ - typenum-1.16.0 \ - ucd-trie-0.1.5 \ - unicode-ident-1.0.6 \ - unicode-segmentation-1.10.0 \ - unicode-width-0.1.10 \ - unsafe-libyaml-0.2.5 \ - untrusted-0.7.1 \ + termtree-0.4.1 \ + test-log-0.2.14 \ + test-log-macros-0.2.14 \ + thiserror-1.0.56 \ + thiserror-impl-1.0.56 \ + time-0.3.31 \ + time-core-0.1.2 \ + time-macros-0.2.16 \ + tokio-1.35.1 \ + tokio-macros-2.2.0 \ + tokio-rustls-0.25.0 \ + typenum-1.17.0 \ + ucd-trie-0.1.6 \ + unicode-ident-1.0.12 \ + unicode-segmentation-1.10.1 \ + unicode-width-0.1.11 \ + unsafe-libyaml-0.2.10 \ + untrusted-0.9.0 \ + utf8parse-0.2.1 \ version_check-0.9.4 \ wait-timeout-0.2.0 \ - wasi-0.10.0+wasi-snapshot-preview1 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.83 \ - wasm-bindgen-backend-0.2.83 \ - wasm-bindgen-macro-0.2.83 \ - wasm-bindgen-macro-support-0.2.83 \ - wasm-bindgen-shared-0.2.83 \ - web-sys-0.3.60 \ - webpki-0.22.0 \ - whoami-1.3.0 \ + wasm-bindgen-0.2.90 \ + wasm-bindgen-backend-0.2.90 \ + wasm-bindgen-macro-0.2.90 \ + wasm-bindgen-macro-support-0.2.90 \ + wasm-bindgen-shared-0.2.90 \ + web-sys-0.3.67 \ + whoami-1.4.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.5 \ + winapi-util-0.1.6 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-sys-0.42.0 \ - windows_aarch64_gnullvm-0.42.1 \ - windows_aarch64_msvc-0.42.1 \ - windows_i686_gnu-0.42.1 \ - windows_i686_msvc-0.42.1 \ - windows_x86_64_gnu-0.42.1 \ - windows_x86_64_gnullvm-0.42.1 \ - windows_x86_64_msvc-0.42.1 \ + windows-core-0.52.0 \ + windows-sys-0.48.0 \ + windows-sys-0.52.0 \ + windows-targets-0.48.5 \ + windows-targets-0.52.0 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.0 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.0 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.0 \ + windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.0 \ + windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.0 \ + windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.0 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.0 \ yansi-0.5.1 \ - yasna-0.5.1 \ + yasna-0.5.2 \ + zeroize-1.7.0 \ darwin-libproc,darwin-libproc-sys@git+https://github.com/jamwaffles/darwin-libproc.git?rev=cbd571e4be87a6603de328d1f1f0ad54d7bdfedf\#cbd571e4be87a6603de328d1f1f0ad54d7bdfedf PLIST_FILES= bin/${PORTNAME} \ @@ -262,3 +264,4 @@ post-install: ${STAGEDIR}${PREFIX}/bin/${PORTNAME}d .include + diff --git a/deskutils/pueue/distinfo b/deskutils/pueue/distinfo index 5ac7a62e4a2..02ad3fd3e16 100644 --- a/deskutils/pueue/distinfo +++ b/deskutils/pueue/distinfo @@ -1,473 +1,477 @@ -TIMESTAMP = 1680298423 -SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97 -SIZE (rust/crates/addr2line-0.19.0.crate) = 33210 +TIMESTAMP = 1715629515 +SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb +SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 -SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac -SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440 +SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 +SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 +SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 +SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anyhow-1.0.68.crate) = 2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61 -SIZE (rust/crates/anyhow-1.0.68.crate) = 43882 -SHA256 (rust/crates/assert_cmd-2.0.8.crate) = 9834fcc22e0874394a010230586367d4a3e9f11b560f469262678547e1d2575e -SIZE (rust/crates/assert_cmd-2.0.8.crate) = 24347 -SHA256 (rust/crates/async-trait-0.1.63.crate) = eff18d764974428cf3a9328e23fc5c986f5fbed46e6cd4cdf42544df5d297ec1 -SIZE (rust/crates/async-trait-0.1.63.crate) = 28382 +SHA256 (rust/crates/anstream-0.6.11.crate) = 6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5 +SIZE (rust/crates/anstream-0.6.11.crate) = 30239 +SHA256 (rust/crates/anstyle-1.0.4.crate) = 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87 +SIZE (rust/crates/anstyle-1.0.4.crate) = 13998 +SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c +SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 +SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 +SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 +SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 +SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 +SHA256 (rust/crates/anyhow-1.0.79.crate) = 080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca +SIZE (rust/crates/anyhow-1.0.79.crate) = 44931 +SHA256 (rust/crates/assert_cmd-2.0.13.crate) = 00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467 +SIZE (rust/crates/assert_cmd-2.0.13.crate) = 23917 +SHA256 (rust/crates/async-trait-0.1.77.crate) = c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9 +SIZE (rust/crates/async-trait-0.1.77.crate) = 29986 SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/backtrace-0.3.67.crate) = 233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca -SIZE (rust/crates/backtrace-0.3.67.crate) = 78564 -SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 -SIZE (rust/crates/base64-0.13.1.crate) = 61002 -SHA256 (rust/crates/base64-0.21.0.crate) = a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a -SIZE (rust/crates/base64-0.21.0.crate) = 72180 +SHA256 (rust/crates/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837 +SIZE (rust/crates/backtrace-0.3.69.crate) = 77299 +SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 +SIZE (rust/crates/base64-0.21.7.crate) = 82576 SHA256 (rust/crates/better-panic-0.3.0.crate) = 6fa9e1d11a268684cbd90ed36370d7577afb6c62d912ddff5c15fc34343e5036 SIZE (rust/crates/better-panic-0.3.0.crate) = 409222 -SHA256 (rust/crates/bindgen-0.64.0.crate) = c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4 -SIZE (rust/crates/bindgen-0.64.0.crate) = 204700 +SHA256 (rust/crates/bindgen-0.68.1.crate) = 726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078 +SIZE (rust/crates/bindgen-0.68.1.crate) = 218997 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/block-buffer-0.10.3.crate) = 69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e -SIZE (rust/crates/block-buffer-0.10.3.crate) = 10465 +SHA256 (rust/crates/bitflags-2.4.2.crate) = ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf +SIZE (rust/crates/bitflags-2.4.2.crate) = 42602 +SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 +SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 SHA256 (rust/crates/bstr-0.2.17.crate) = ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223 SIZE (rust/crates/bstr-0.2.17.crate) = 330350 -SHA256 (rust/crates/bstr-1.1.0.crate) = b45ea9b00a7b3f2988e9a65ad3917e62123c38dba709b666506207be96d1790b -SIZE (rust/crates/bstr-1.1.0.crate) = 340878 -SHA256 (rust/crates/bumpalo-3.12.0.crate) = 0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535 -SIZE (rust/crates/bumpalo-3.12.0.crate) = 81604 -SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 -SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 -SHA256 (rust/crates/bytes-1.3.0.crate) = dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c -SIZE (rust/crates/bytes-1.3.0.crate) = 57563 -SHA256 (rust/crates/cc-1.0.78.crate) = a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d -SIZE (rust/crates/cc-1.0.78.crate) = 61375 +SHA256 (rust/crates/bstr-1.9.0.crate) = c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc +SIZE (rust/crates/bstr-1.9.0.crate) = 380170 +SHA256 (rust/crates/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec +SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/bytes-1.5.0.crate) = a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223 +SIZE (rust/crates/bytes-1.5.0.crate) = 58909 +SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 +SIZE (rust/crates/cc-1.0.83.crate) = 68343 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.23.crate) = 16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f -SIZE (rust/crates/chrono-0.4.23.crate) = 187259 +SHA256 (rust/crates/chrono-0.4.32.crate) = 41daef31d7a747c5c847246f36de49ced6f7403b4cdabc807a97b5cc184cda7a +SIZE (rust/crates/chrono-0.4.32.crate) = 221116 SHA256 (rust/crates/chrono-english-0.1.7.crate) = f73d909da7eb4a7d88c679c3f5a1bc09d965754e0adb2e7627426cef96a00d6f SIZE (rust/crates/chrono-english-0.1.7.crate) = 12825 -SHA256 (rust/crates/clang-sys-1.4.0.crate) = fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3 -SIZE (rust/crates/clang-sys-1.4.0.crate) = 38679 -SHA256 (rust/crates/clap-4.1.4.crate) = f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76 -SIZE (rust/crates/clap-4.1.4.crate) = 207077 -SHA256 (rust/crates/clap_complete-4.1.1.crate) = 3d6540eedc41f8a5a76cf3d8d458057dcdf817be4158a55b5f861f7a5483de75 -SIZE (rust/crates/clap_complete-4.1.1.crate) = 32707 -SHA256 (rust/crates/clap_derive-4.1.0.crate) = 684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8 -SIZE (rust/crates/clap_derive-4.1.0.crate) = 27897 -SHA256 (rust/crates/clap_lex-0.3.1.crate) = 783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade -SIZE (rust/crates/clap_lex-0.3.1.crate) = 9653 -SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e -SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 -SHA256 (rust/crates/comfy-table-6.1.4.crate) = 6e7b787b0dc42e8111badfdbe4c3059158ccb2db8780352fa1b01e8ccf45cc4d -SIZE (rust/crates/comfy-table-6.1.4.crate) = 62008 -SHA256 (rust/crates/command-group-2.0.1.crate) = 026c3922235f9f7d78f21251a026f3acdeb7cce3deba107fe09a4bfa63d850a2 -SIZE (rust/crates/command-group-2.0.1.crate) = 159094 -SHA256 (rust/crates/console-0.15.5.crate) = c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60 -SIZE (rust/crates/console-0.15.5.crate) = 34788 -SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc -SIZE (rust/crates/core-foundation-sys-0.8.3.crate) = 17519 -SHA256 (rust/crates/cpufeatures-0.2.5.crate) = 28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320 -SIZE (rust/crates/cpufeatures-0.2.5.crate) = 11251 -SHA256 (rust/crates/crossterm-0.25.0.crate) = e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67 -SIZE (rust/crates/crossterm-0.25.0.crate) = 116533 -SHA256 (rust/crates/crossterm_winapi-0.9.0.crate) = 2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c -SIZE (rust/crates/crossterm_winapi-0.9.0.crate) = 15561 +SHA256 (rust/crates/clang-sys-1.7.0.crate) = 67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1 +SIZE (rust/crates/clang-sys-1.7.0.crate) = 42088 +SHA256 (rust/crates/clap-4.4.18.crate) = 1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c +SIZE (rust/crates/clap-4.4.18.crate) = 55269 +SHA256 (rust/crates/clap_builder-4.4.18.crate) = 4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7 +SIZE (rust/crates/clap_builder-4.4.18.crate) = 163538 +SHA256 (rust/crates/clap_complete-4.4.9.crate) = df631ae429f6613fcd3a7c1adbdb65f637271e561b03680adaa6573015dfb106 +SIZE (rust/crates/clap_complete-4.4.9.crate) = 37659 +SHA256 (rust/crates/clap_derive-4.4.7.crate) = cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442 +SIZE (rust/crates/clap_derive-4.4.7.crate) = 29046 +SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 +SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 +SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 +SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 +SHA256 (rust/crates/comfy-table-7.1.0.crate) = 7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686 +SIZE (rust/crates/comfy-table-7.1.0.crate) = 72879 +SHA256 (rust/crates/command-group-2.1.0.crate) = 5080df6b0f0ecb76cab30808f00d937ba725cebe266a3da8cd89dff92f2a9916 +SIZE (rust/crates/command-group-2.1.0.crate) = 162533 +SHA256 (rust/crates/console-0.15.8.crate) = 0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb +SIZE (rust/crates/console-0.15.8.crate) = 36364 +SHA256 (rust/crates/core-foundation-sys-0.8.6.crate) = 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f +SIZE (rust/crates/core-foundation-sys-0.8.6.crate) = 37629 +SHA256 (rust/crates/cpufeatures-0.2.12.crate) = 53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504 +SIZE (rust/crates/cpufeatures-0.2.12.crate) = 12837 +SHA256 (rust/crates/crossterm-0.27.0.crate) = f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df +SIZE (rust/crates/crossterm-0.27.0.crate) = 125311 +SHA256 (rust/crates/crossterm_winapi-0.9.1.crate) = acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b +SIZE (rust/crates/crossterm_winapi-0.9.1.crate) = 16027 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 -SHA256 (rust/crates/ctor-0.1.26.crate) = 6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096 -SIZE (rust/crates/ctor-0.1.26.crate) = 10803 -SHA256 (rust/crates/ctrlc-3.2.4.crate) = 1631ca6e3c59112501a9d87fd86f21591ff77acd31331e8a73f8d80a65bbdd71 -SIZE (rust/crates/ctrlc-3.2.4.crate) = 13207 -SHA256 (rust/crates/cxx-1.0.87.crate) = b61a7545f753a88bcbe0a70de1fcc0221e10bfc752f576754fa91e663db1622e -SIZE (rust/crates/cxx-1.0.87.crate) = 589116 -SHA256 (rust/crates/cxx-build-1.0.87.crate) = f464457d494b5ed6905c63b0c4704842aba319084a0a3561cdc1359536b53200 -SIZE (rust/crates/cxx-build-1.0.87.crate) = 84429 -SHA256 (rust/crates/cxxbridge-flags-1.0.87.crate) = 43c7119ce3a3701ed81aca8410b9acf6fc399d2629d057b87e2efa4e63a3aaea -SIZE (rust/crates/cxxbridge-flags-1.0.87.crate) = 5251 -SHA256 (rust/crates/cxxbridge-macro-1.0.87.crate) = 65e07508b90551e610910fa648a1878991d367064997a596135b86df30daf07e -SIZE (rust/crates/cxxbridge-macro-1.0.87.crate) = 59475 +SHA256 (rust/crates/ctrlc-3.4.2.crate) = b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b +SIZE (rust/crates/ctrlc-3.4.2.crate) = 14171 +SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 +SIZE (rust/crates/deranged-0.3.11.crate) = 18043 SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 SIZE (rust/crates/diff-0.1.13.crate) = 46216 SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8 SIZE (rust/crates/difflib-0.4.0.crate) = 7638 -SHA256 (rust/crates/digest-0.10.6.crate) = 8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f -SIZE (rust/crates/digest-0.10.6.crate) = 19527 -SHA256 (rust/crates/dirs-4.0.0.crate) = ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059 -SIZE (rust/crates/dirs-4.0.0.crate) = 12503 -SHA256 (rust/crates/dirs-sys-0.3.7.crate) = 1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6 -SIZE (rust/crates/dirs-sys-0.3.7.crate) = 10597 +SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (rust/crates/digest-0.10.7.crate) = 19557 +SHA256 (rust/crates/dirs-5.0.1.crate) = 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225 +SIZE (rust/crates/dirs-5.0.1.crate) = 12255 +SHA256 (rust/crates/dirs-sys-0.4.1.crate) = 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c +SIZE (rust/crates/dirs-sys-0.4.1.crate) = 10719 SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 -SHA256 (rust/crates/either-1.8.0.crate) = 90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797 -SIZE (rust/crates/either-1.8.0.crate) = 15992 SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 -SHA256 (rust/crates/env_logger-0.10.0.crate) = 85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0 -SIZE (rust/crates/env_logger-0.10.0.crate) = 36574 -SHA256 (rust/crates/errno-0.2.8.crate) = f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1 -SIZE (rust/crates/errno-0.2.8.crate) = 9276 -SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf -SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 -SHA256 (rust/crates/fastrand-1.8.0.crate) = a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499 -SIZE (rust/crates/fastrand-1.8.0.crate) = 11369 -SHA256 (rust/crates/fuchsia-cprng-0.1.1.crate) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba -SIZE (rust/crates/fuchsia-cprng-0.1.1.crate) = 2950 -SHA256 (rust/crates/futures-0.3.25.crate) = 38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0 -SIZE (rust/crates/futures-0.3.25.crate) = 51664 -SHA256 (rust/crates/futures-channel-0.3.25.crate) = 52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed -SIZE (rust/crates/futures-channel-0.3.25.crate) = 31974 -SHA256 (rust/crates/futures-core-0.3.25.crate) = 04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac -SIZE (rust/crates/futures-core-0.3.25.crate) = 14623 -SHA256 (rust/crates/futures-executor-0.3.25.crate) = 7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2 -SIZE (rust/crates/futures-executor-0.3.25.crate) = 17744 -SHA256 (rust/crates/futures-io-0.3.25.crate) = 00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb -SIZE (rust/crates/futures-io-0.3.25.crate) = 8911 -SHA256 (rust/crates/futures-macro-0.3.25.crate) = bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d -SIZE (rust/crates/futures-macro-0.3.25.crate) = 11256 -SHA256 (rust/crates/futures-sink-0.3.25.crate) = 39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9 -SIZE (rust/crates/futures-sink-0.3.25.crate) = 7854 -SHA256 (rust/crates/futures-task-0.3.25.crate) = 2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea -SIZE (rust/crates/futures-task-0.3.25.crate) = 11844 +SHA256 (rust/crates/env_logger-0.10.2.crate) = 4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580 +SIZE (rust/crates/env_logger-0.10.2.crate) = 36402 +SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 +SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 +SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 +SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 +SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 +SHA256 (rust/crates/futures-0.3.30.crate) = 645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0 +SIZE (rust/crates/futures-0.3.30.crate) = 53828 +SHA256 (rust/crates/futures-channel-0.3.30.crate) = eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78 +SIZE (rust/crates/futures-channel-0.3.30.crate) = 31736 +SHA256 (rust/crates/futures-core-0.3.30.crate) = dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d +SIZE (rust/crates/futures-core-0.3.30.crate) = 14071 +SHA256 (rust/crates/futures-executor-0.3.30.crate) = a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d +SIZE (rust/crates/futures-executor-0.3.30.crate) = 17744 +SHA256 (rust/crates/futures-io-0.3.30.crate) = a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 +SIZE (rust/crates/futures-io-0.3.30.crate) = 8910 +SHA256 (rust/crates/futures-macro-0.3.30.crate) = 87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac +SIZE (rust/crates/futures-macro-0.3.30.crate) = 11278 +SHA256 (rust/crates/futures-sink-0.3.30.crate) = 9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5 +SIZE (rust/crates/futures-sink-0.3.30.crate) = 7852 +SHA256 (rust/crates/futures-task-0.3.30.crate) = 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 +SIZE (rust/crates/futures-task-0.3.30.crate) = 11126 SHA256 (rust/crates/futures-timer-3.0.2.crate) = e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c SIZE (rust/crates/futures-timer-3.0.2.crate) = 19879 -SHA256 (rust/crates/futures-util-0.3.25.crate) = 197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6 -SIZE (rust/crates/futures-util-0.3.25.crate) = 155866 -SHA256 (rust/crates/generic-array-0.14.6.crate) = bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9 -SIZE (rust/crates/generic-array-0.14.6.crate) = 15889 -SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31 -SIZE (rust/crates/getrandom-0.2.8.crate) = 30553 -SHA256 (rust/crates/gimli-0.27.1.crate) = 221996f774192f0f718773def8201c4ae31f02616a54ccfc2d358bb0e5cefdec -SIZE (rust/crates/gimli-0.27.1.crate) = 721022 +SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 +SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 +SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a +SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 +SHA256 (rust/crates/getrandom-0.2.12.crate) = 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5 +SIZE (rust/crates/getrandom-0.2.12.crate) = 36163 +SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 +SIZE (rust/crates/gimli-0.28.1.crate) = 270497 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 SHA256 (rust/crates/half-1.8.2.crate) = eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7 SIZE (rust/crates/half-1.8.2.crate) = 41874 -SHA256 (rust/crates/handlebars-4.3.6.crate) = 035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a -SIZE (rust/crates/handlebars-4.3.6.crate) = 92108 -SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 -SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/heck-0.4.0.crate) = 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9 -SIZE (rust/crates/heck-0.4.0.crate) = 11161 -SHA256 (rust/crates/hermit-abi-0.2.6.crate) = ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7 -SIZE (rust/crates/hermit-abi-0.2.6.crate) = 13027 +SHA256 (rust/crates/handlebars-4.5.0.crate) = faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225 +SIZE (rust/crates/handlebars-4.5.0.crate) = 95074 +SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 +SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 +SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 +SIZE (rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (rust/crates/hermit-abi-0.3.4.crate) = 5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f +SIZE (rust/crates/hermit-abi-0.3.4.crate) = 14445 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 SIZE (rust/crates/humantime-2.1.0.crate) = 16749 -SHA256 (rust/crates/iana-time-zone-0.1.53.crate) = 64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765 -SIZE (rust/crates/iana-time-zone-0.1.53.crate) = 20176 -SHA256 (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca -SIZE (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 7200 -SHA256 (rust/crates/indexmap-1.9.2.crate) = 1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399 -SIZE (rust/crates/indexmap-1.9.2.crate) = 54627 -SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c -SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/io-lifetimes-1.0.4.crate) = e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e -SIZE (rust/crates/io-lifetimes-1.0.4.crate) = 35815 -SHA256 (rust/crates/is-terminal-0.4.2.crate) = 28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189 -SIZE (rust/crates/is-terminal-0.4.2.crate) = 7577 -SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 -SIZE (rust/crates/itertools-0.10.5.crate) = 115354 -SHA256 (rust/crates/itoa-1.0.5.crate) = fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440 -SIZE (rust/crates/itoa-1.0.5.crate) = 10622 -SHA256 (rust/crates/js-sys-0.3.60.crate) = 49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47 -SIZE (rust/crates/js-sys-0.3.60.crate) = 79257 +SHA256 (rust/crates/iana-time-zone-0.1.59.crate) = b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539 +SIZE (rust/crates/iana-time-zone-0.1.59.crate) = 27033 +SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f +SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 +SHA256 (rust/crates/indexmap-2.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f +SIZE (rust/crates/indexmap-2.1.0.crate) = 68224 +SHA256 (rust/crates/is-terminal-0.4.10.crate) = 0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455 +SIZE (rust/crates/is-terminal-0.4.10.crate) = 7683 +SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c +SIZE (rust/crates/itoa-1.0.10.crate) = 10534 +SHA256 (rust/crates/js-sys-0.3.67.crate) = 9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1 +SIZE (rust/crates/js-sys-0.3.67.crate) = 80764 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 -SHA256 (rust/crates/libc-0.2.139.crate) = 201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79 -SIZE (rust/crates/libc-0.2.139.crate) = 638983 -SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f -SIZE (rust/crates/libloading-0.7.4.crate) = 27580 -SHA256 (rust/crates/link-cplusplus-1.0.8.crate) = ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5 -SIZE (rust/crates/link-cplusplus-1.0.8.crate) = 7674 -SHA256 (rust/crates/linux-raw-sys-0.1.4.crate) = f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4 -SIZE (rust/crates/linux-raw-sys-0.1.4.crate) = 878981 -SHA256 (rust/crates/lock_api-0.4.9.crate) = 435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df -SIZE (rust/crates/lock_api-0.4.9.crate) = 25685 -SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e -SIZE (rust/crates/log-0.4.17.crate) = 38028 -SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d -SIZE (rust/crates/memchr-2.5.0.crate) = 65812 +SHA256 (rust/crates/libc-0.2.152.crate) = 13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7 +SIZE (rust/crates/libc-0.2.152.crate) = 740278 +SHA256 (rust/crates/libloading-0.8.1.crate) = c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161 +SIZE (rust/crates/libloading-0.8.1.crate) = 27893 +SHA256 (rust/crates/libproc-0.14.2.crate) = 229004ebba9d1d5caf41623f1523b6d52abb47d9f6ab87f7e6fc992e3b854aef +SIZE (rust/crates/libproc-0.14.2.crate) = 32831 +SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 +SIZE (rust/crates/libredox-0.0.1.crate) = 4212 +SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c +SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855 +SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 +SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 +SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f +SIZE (rust/crates/log-0.4.20.crate) = 38307 +SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 +SIZE (rust/crates/memchr-2.7.1.crate) = 96307 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.6.2.crate) = b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa -SIZE (rust/crates/miniz_oxide-0.6.2.crate) = 54536 -SHA256 (rust/crates/mio-0.8.5.crate) = e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de -SIZE (rust/crates/mio-0.8.5.crate) = 93993 -SHA256 (rust/crates/nix-0.26.2.crate) = bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a -SIZE (rust/crates/nix-0.26.2.crate) = 277973 +SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 +SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 +SHA256 (rust/crates/mio-0.8.10.crate) = 8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09 +SIZE (rust/crates/mio-0.8.10.crate) = 102345 +SHA256 (rust/crates/nix-0.26.4.crate) = 598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b +SIZE (rust/crates/nix-0.26.4.crate) = 279099 +SHA256 (rust/crates/nix-0.27.1.crate) = 2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053 +SIZE (rust/crates/nix-0.27.1.crate) = 286494 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 -SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9 -SIZE (rust/crates/num-integer-0.1.45.crate) = 22529 -SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd -SIZE (rust/crates/num-traits-0.2.15.crate) = 49262 -SHA256 (rust/crates/num_cpus-1.15.0.crate) = 0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b -SIZE (rust/crates/num_cpus-1.15.0.crate) = 15680 +SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c +SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 +SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 +SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 SHA256 (rust/crates/num_threads-0.1.6.crate) = 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44 SIZE (rust/crates/num_threads-0.1.6.crate) = 7334 -SHA256 (rust/crates/object-0.30.3.crate) = ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439 -SIZE (rust/crates/object-0.30.3.crate) = 258901 -SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66 -SIZE (rust/crates/once_cell-1.17.0.crate) = 32736 -SHA256 (rust/crates/os_str_bytes-6.4.1.crate) = 9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee -SIZE (rust/crates/os_str_bytes-6.4.1.crate) = 23101 -SHA256 (rust/crates/output_vt100-0.1.3.crate) = 628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66 -SIZE (rust/crates/output_vt100-0.1.3.crate) = 4473 +SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 +SIZE (rust/crates/object-0.32.2.crate) = 286994 +SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 +SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 +SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d +SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 -SHA256 (rust/crates/parking_lot_core-0.9.6.crate) = ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf -SIZE (rust/crates/parking_lot_core-0.9.6.crate) = 32414 +SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e +SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445 SHA256 (rust/crates/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697 -SHA256 (rust/crates/pem-1.1.1.crate) = a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8 -SIZE (rust/crates/pem-1.1.1.crate) = 11352 -SHA256 (rust/crates/pest-2.5.4.crate) = 4ab62d2fa33726dbe6321cc97ef96d8cde531e3eeaf858a058de53a8a6d40d8f -SIZE (rust/crates/pest-2.5.4.crate) = 107347 -SHA256 (rust/crates/pest_derive-2.5.4.crate) = 8bf026e2d0581559db66d837fe5242320f525d85c76283c61f4d51a1238d65ea -SIZE (rust/crates/pest_derive-2.5.4.crate) = 18157 -SHA256 (rust/crates/pest_generator-2.5.4.crate) = 2b27bd18aa01d91c8ed2b61ea23406a676b42d82609c6e2581fba42f0c15f17f -SIZE (rust/crates/pest_generator-2.5.4.crate) = 16581 -SHA256 (rust/crates/pest_meta-2.5.4.crate) = 9f02b677c1859756359fc9983c2e56a0237f18624a3789528804406b7e915e5d -SIZE (rust/crates/pest_meta-2.5.4.crate) = 32393 -SHA256 (rust/crates/pin-project-lite-0.2.9.crate) = e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116 -SIZE (rust/crates/pin-project-lite-0.2.9.crate) = 27713 +SHA256 (rust/crates/pem-3.0.3.crate) = 1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310 +SIZE (rust/crates/pem-3.0.3.crate) = 13035 +SHA256 (rust/crates/pest-2.7.6.crate) = 1f200d8d83c44a45b21764d1916299752ca035d15ecd46faca3e9a2a2bf6ad06 +SIZE (rust/crates/pest-2.7.6.crate) = 117384 +SHA256 (rust/crates/pest_derive-2.7.6.crate) = bcd6ab1236bbdb3a49027e920e693192ebfe8913f6d60e294de57463a493cfde +SIZE (rust/crates/pest_derive-2.7.6.crate) = 35851 +SHA256 (rust/crates/pest_generator-2.7.6.crate) = 2a31940305ffc96863a735bef7c7994a00b325a7138fdbc5bda0f1a0476d3275 +SIZE (rust/crates/pest_generator-2.7.6.crate) = 17658 +SHA256 (rust/crates/pest_meta-2.7.6.crate) = a7ff62f5259e53b78d1af898941cdcdccfae7385cf7d793a6e55de5d05bb4b7d +SIZE (rust/crates/pest_meta-2.7.6.crate) = 40971 +SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58 +SIZE (rust/crates/pin-project-lite-0.2.13.crate) = 29141 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/portpicker-0.1.1.crate) = be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9 SIZE (rust/crates/portpicker-0.1.1.crate) = 2426 +SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 +SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 -SHA256 (rust/crates/predicates-2.1.5.crate) = 59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd -SIZE (rust/crates/predicates-2.1.5.crate) = 24165 -SHA256 (rust/crates/predicates-core-1.0.5.crate) = 72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2 -SIZE (rust/crates/predicates-core-1.0.5.crate) = 7773 -SHA256 (rust/crates/predicates-tree-1.0.7.crate) = 54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d -SIZE (rust/crates/predicates-tree-1.0.7.crate) = 8145 -SHA256 (rust/crates/pretty_assertions-1.3.0.crate) = a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755 -SIZE (rust/crates/pretty_assertions-1.3.0.crate) = 79441 -SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c -SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 -SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 -SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 -SHA256 (rust/crates/proc-macro2-1.0.50.crate) = 6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2 -SIZE (rust/crates/proc-macro2-1.0.50.crate) = 41667 -SHA256 (rust/crates/procfs-0.14.2.crate) = b1de8dacb0873f77e6aefc6d71e044761fcc68060290f5b1089fcdf84626bb69 -SIZE (rust/crates/procfs-0.14.2.crate) = 116068 -SHA256 (rust/crates/quote-1.0.23.crate) = 8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b -SIZE (rust/crates/quote-1.0.23.crate) = 28058 -SHA256 (rust/crates/rand-0.4.6.crate) = 552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293 -SIZE (rust/crates/rand-0.4.6.crate) = 76401 +SHA256 (rust/crates/predicates-3.1.0.crate) = 68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8 +SIZE (rust/crates/predicates-3.1.0.crate) = 23090 +SHA256 (rust/crates/predicates-core-1.0.6.crate) = b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174 +SIZE (rust/crates/predicates-core-1.0.6.crate) = 8084 +SHA256 (rust/crates/predicates-tree-1.0.9.crate) = 368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf +SIZE (rust/crates/predicates-tree-1.0.9.crate) = 7960 +SHA256 (rust/crates/pretty_assertions-1.4.0.crate) = af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66 +SIZE (rust/crates/pretty_assertions-1.4.0.crate) = 78846 +SHA256 (rust/crates/proc-macro2-1.0.78.crate) = e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae +SIZE (rust/crates/proc-macro2-1.0.78.crate) = 47158 +SHA256 (rust/crates/procfs-0.16.0.crate) = 731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4 +SIZE (rust/crates/procfs-0.16.0.crate) = 60581 +SHA256 (rust/crates/procfs-core-0.16.0.crate) = 2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29 +SIZE (rust/crates/procfs-core-0.16.0.crate) = 68279 +SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef +SIZE (rust/crates/quote-1.0.35.crate) = 28136 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 -SHA256 (rust/crates/rand_core-0.3.1.crate) = 7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b -SIZE (rust/crates/rand_core-0.3.1.crate) = 15483 -SHA256 (rust/crates/rand_core-0.4.2.crate) = 9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc -SIZE (rust/crates/rand_core-0.4.2.crate) = 20243 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 -SHA256 (rust/crates/rcgen-0.10.0.crate) = ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b -SIZE (rust/crates/rcgen-0.10.0.crate) = 40402 -SHA256 (rust/crates/rdrand-0.4.0.crate) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2 -SIZE (rust/crates/rdrand-0.4.0.crate) = 6456 -SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a -SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 -SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b -SIZE (rust/crates/redox_users-0.4.3.crate) = 15353 -SHA256 (rust/crates/regex-1.7.1.crate) = 48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733 -SIZE (rust/crates/regex-1.7.1.crate) = 239648 +SHA256 (rust/crates/rcgen-0.12.0.crate) = 5d918c80c5a4c7560db726763020bd16db179e4d5b828078842274a443addb5d +SIZE (rust/crates/rcgen-0.12.0.crate) = 63607 +SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa +SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 +SHA256 (rust/crates/redox_users-0.4.4.crate) = a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4 +SIZE (rust/crates/redox_users-0.4.4.crate) = 15438 +SHA256 (rust/crates/regex-1.10.3.crate) = b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15 +SIZE (rust/crates/regex-1.10.3.crate) = 253101 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 -SHA256 (rust/crates/regex-syntax-0.6.28.crate) = 456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848 -SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288 -SHA256 (rust/crates/remove_dir_all-0.5.3.crate) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 -SIZE (rust/crates/remove_dir_all-0.5.3.crate) = 9184 +SHA256 (rust/crates/regex-automata-0.4.4.crate) = 3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a +SIZE (rust/crates/regex-automata-0.4.4.crate) = 617294 +SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f +SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 +SHA256 (rust/crates/relative-path-1.9.2.crate) = e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc +SIZE (rust/crates/relative-path-1.9.2.crate) = 22420 SHA256 (rust/crates/rev_buf_reader-0.3.0.crate) = 8c0f2e47e00e29920959826e2e1784728a3780d1a784247be5257258cc75f910 SIZE (rust/crates/rev_buf_reader-0.3.0.crate) = 13045 -SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc -SIZE (rust/crates/ring-0.16.20.crate) = 5082615 -SHA256 (rust/crates/rstest-0.16.0.crate) = b07f2d176c472198ec1e6551dc7da28f1c089652f66a7b722676c2238ebc0edf -SIZE (rust/crates/rstest-0.16.0.crate) = 25456 -SHA256 (rust/crates/rstest_macros-0.16.0.crate) = 7229b505ae0706e64f37ffc54a9c163e11022a6636d58fe1f3f52018257ff9f7 -SIZE (rust/crates/rstest_macros-0.16.0.crate) = 46803 -SHA256 (rust/crates/rustc-demangle-0.1.21.crate) = 7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342 -SIZE (rust/crates/rustc-demangle-0.1.21.crate) = 27920 +SHA256 (rust/crates/ring-0.17.7.crate) = 688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74 +SIZE (rust/crates/ring-0.17.7.crate) = 4146482 +SHA256 (rust/crates/rstest-0.18.2.crate) = 97eeab2f3c0a199bc4be135c36c924b6590b88c377d416494288c14f2db30199 +SIZE (rust/crates/rstest-0.18.2.crate) = 28868 +SHA256 (rust/crates/rstest_macros-0.18.2.crate) = d428f8247852f894ee1be110b375111b586d4fa431f6c46e64ba5a0dcccbe605 +SIZE (rust/crates/rstest_macros-0.18.2.crate) = 57534 +SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 +SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 -SHA256 (rust/crates/rustix-0.36.7.crate) = d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03 -SIZE (rust/crates/rustix-0.36.7.crate) = 290628 -SHA256 (rust/crates/rustls-0.20.8.crate) = fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f -SIZE (rust/crates/rustls-0.20.8.crate) = 270142 -SHA256 (rust/crates/rustls-pemfile-1.0.2.crate) = d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b -SIZE (rust/crates/rustls-pemfile-1.0.2.crate) = 19347 -SHA256 (rust/crates/rustversion-1.0.11.crate) = 5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70 -SIZE (rust/crates/rustversion-1.0.11.crate) = 17485 -SHA256 (rust/crates/ryu-1.0.12.crate) = 7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde -SIZE (rust/crates/ryu-1.0.12.crate) = 47070 +SHA256 (rust/crates/rustix-0.38.30.crate) = 322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca +SIZE (rust/crates/rustix-0.38.30.crate) = 374744 +SHA256 (rust/crates/rustls-0.22.2.crate) = e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41 +SIZE (rust/crates/rustls-0.22.2.crate) = 332080 +SHA256 (rust/crates/rustls-pemfile-2.0.0.crate) = 35e4980fa29e4c4b212ffb3db068a564cbf560e51d3944b7c88bd8bf5bec64f4 +SIZE (rust/crates/rustls-pemfile-2.0.0.crate) = 23799 +SHA256 (rust/crates/rustls-pki-types-1.1.0.crate) = 9e9d979b3ce68192e42760c7810125eb6cf2ea10efae545a156063e61f314e2a +SIZE (rust/crates/rustls-pki-types-1.1.0.crate) = 21252 +SHA256 (rust/crates/rustls-webpki-0.102.1.crate) = ef4ca26037c909dedb327b48c3327d0ba91d3dd3c4e05dad328f210ffb68e95b +SIZE (rust/crates/rustls-webpki-0.102.1.crate) = 196873 +SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4 +SIZE (rust/crates/rustversion-1.0.14.crate) = 17261 +SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c +SIZE (rust/crates/ryu-1.0.16.crate) = 47351 SHA256 (rust/crates/scanlex-0.1.4.crate) = 088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db SIZE (rust/crates/scanlex-0.1.4.crate) = 10496 -SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -SHA256 (rust/crates/scratch-1.0.3.crate) = ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2 -SIZE (rust/crates/scratch-1.0.3.crate) = 8198 -SHA256 (rust/crates/sct-0.7.0.crate) = d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4 -SIZE (rust/crates/sct-0.7.0.crate) = 27502 -SHA256 (rust/crates/semver-1.0.16.crate) = 58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a -SIZE (rust/crates/semver-1.0.16.crate) = 29850 -SHA256 (rust/crates/serde-1.0.152.crate) = bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb -SIZE (rust/crates/serde-1.0.152.crate) = 77091 +SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/semver-1.0.21.crate) = b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0 +SIZE (rust/crates/semver-1.0.21.crate) = 30445 +SHA256 (rust/crates/serde-1.0.195.crate) = 63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02 +SIZE (rust/crates/serde-1.0.195.crate) = 76856 SHA256 (rust/crates/serde_cbor-0.11.2.crate) = 2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5 SIZE (rust/crates/serde_cbor-0.11.2.crate) = 44570 -SHA256 (rust/crates/serde_derive-1.0.152.crate) = af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e -SIZE (rust/crates/serde_derive-1.0.152.crate) = 55586 -SHA256 (rust/crates/serde_json-1.0.91.crate) = 877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883 -SIZE (rust/crates/serde_json-1.0.91.crate) = 144654 -SHA256 (rust/crates/serde_yaml-0.9.17.crate) = 8fb06d4b6cdaef0e0c51fa881acb721bed3c924cfaa71d9c94a3b771dfdf6567 -SIZE (rust/crates/serde_yaml-0.9.17.crate) = 63585 -SHA256 (rust/crates/sha2-0.10.6.crate) = 82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0 -SIZE (rust/crates/sha2-0.10.6.crate) = 20558 +SHA256 (rust/crates/serde_derive-1.0.195.crate) = 46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c +SIZE (rust/crates/serde_derive-1.0.195.crate) = 55687 +SHA256 (rust/crates/serde_json-1.0.111.crate) = 176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4 +SIZE (rust/crates/serde_json-1.0.111.crate) = 146447 +SHA256 (rust/crates/serde_yaml-0.9.30.crate) = b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38 +SIZE (rust/crates/serde_yaml-0.9.30.crate) = 64831 +SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 +SIZE (rust/crates/sha2-0.10.8.crate) = 26357 SHA256 (rust/crates/shell-escape-0.1.5.crate) = 45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f SIZE (rust/crates/shell-escape-0.1.5.crate) = 6847 -SHA256 (rust/crates/shellexpand-3.0.0.crate) = dd1c7ddea665294d484c39fd0c0d2b7e35bbfe10035c5fe1854741a57f6880e1 -SIZE (rust/crates/shellexpand-3.0.0.crate) = 22856 -SHA256 (rust/crates/shlex-1.1.0.crate) = 43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3 -SIZE (rust/crates/shlex-1.1.0.crate) = 5199 -SHA256 (rust/crates/signal-hook-0.3.14.crate) = a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d -SIZE (rust/crates/signal-hook-0.3.14.crate) = 49446 -SHA256 (rust/crates/signal-hook-mio-0.2.3.crate) = 29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af -SIZE (rust/crates/signal-hook-mio-0.2.3.crate) = 9064 -SHA256 (rust/crates/signal-hook-registry-1.4.0.crate) = e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0 -SIZE (rust/crates/signal-hook-registry-1.4.0.crate) = 17912 -SHA256 (rust/crates/similar-2.2.1.crate) = 420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf -SIZE (rust/crates/similar-2.2.1.crate) = 51147 -SHA256 (rust/crates/similar-asserts-1.4.2.crate) = bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18 -SIZE (rust/crates/similar-asserts-1.4.2.crate) = 13558 -SHA256 (rust/crates/simplelog-0.12.0.crate) = 48dfff04aade74dd495b007c831cd6f4e0cee19c344dd9dc0884c0289b70a786 -SIZE (rust/crates/simplelog-0.12.0.crate) = 20935 -SHA256 (rust/crates/slab-0.4.7.crate) = 4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef -SIZE (rust/crates/slab-0.4.7.crate) = 16647 -SHA256 (rust/crates/smallvec-1.10.0.crate) = a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0 -SIZE (rust/crates/smallvec-1.10.0.crate) = 31564 -SHA256 (rust/crates/snap-1.1.0.crate) = 5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831 -SIZE (rust/crates/snap-1.1.0.crate) = 33163 -SHA256 (rust/crates/socket2-0.4.7.crate) = 02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd -SIZE (rust/crates/socket2-0.4.7.crate) = 44619 -SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d -SIZE (rust/crates/spin-0.5.2.crate) = 12004 -SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f -SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/shellexpand-3.1.0.crate) = da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b +SIZE (rust/crates/shellexpand-3.1.0.crate) = 25591 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/similar-2.4.0.crate) = 32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21 +SIZE (rust/crates/similar-2.4.0.crate) = 53147 +SHA256 (rust/crates/similar-asserts-1.5.0.crate) = e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f +SIZE (rust/crates/similar-asserts-1.5.0.crate) = 15337 +SHA256 (rust/crates/simplelog-0.12.1.crate) = acee08041c5de3d5048c8b3f6f13fafb3026b24ba43c6a695a0c76179b844369 +SIZE (rust/crates/simplelog-0.12.1.crate) = 21052 +SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 +SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/smallvec-1.13.1.crate) = e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7 +SIZE (rust/crates/smallvec-1.13.1.crate) = 34952 +SHA256 (rust/crates/snap-1.1.1.crate) = 1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b +SIZE (rust/crates/snap-1.1.1.crate) = 33763 +SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9 +SIZE (rust/crates/socket2-0.5.5.crate) = 54863 +SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 +SIZE (rust/crates/spin-0.9.8.crate) = 38958 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/strum-0.24.1.crate) = 063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f -SIZE (rust/crates/strum-0.24.1.crate) = 5636 -SHA256 (rust/crates/strum_macros-0.24.3.crate) = 1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59 -SIZE (rust/crates/strum_macros-0.24.3.crate) = 20696 -SHA256 (rust/crates/syn-1.0.107.crate) = 1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5 -SIZE (rust/crates/syn-1.0.107.crate) = 237539 -SHA256 (rust/crates/tempdir-0.3.7.crate) = 15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8 -SIZE (rust/crates/tempdir-0.3.7.crate) = 11468 -SHA256 (rust/crates/tempfile-3.3.0.crate) = 5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4 -SIZE (rust/crates/tempfile-3.3.0.crate) = 27578 +SHA256 (rust/crates/strum-0.25.0.crate) = 290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125 +SIZE (rust/crates/strum-0.25.0.crate) = 5539 +SHA256 (rust/crates/strum_macros-0.25.3.crate) = 23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0 +SIZE (rust/crates/strum_macros-0.25.3.crate) = 22570 +SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc +SIZE (rust/crates/subtle-2.5.0.crate) = 13909 +SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f +SIZE (rust/crates/syn-2.0.48.crate) = 250566 +SHA256 (rust/crates/tempfile-3.9.0.crate) = 01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa +SIZE (rust/crates/tempfile-3.9.0.crate) = 32182 SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 SIZE (rust/crates/termcolor-1.1.3.crate) = 17242 -SHA256 (rust/crates/termtree-0.4.0.crate) = 95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8 -SIZE (rust/crates/termtree-0.4.0.crate) = 4449 -SHA256 (rust/crates/test-log-0.2.11.crate) = 38f0c854faeb68a048f0f2dc410c5ddae3bf83854ef0e4977d58306a5edef50e -SIZE (rust/crates/test-log-0.2.11.crate) = 10228 -SHA256 (rust/crates/thiserror-1.0.38.crate) = 6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0 -SIZE (rust/crates/thiserror-1.0.38.crate) = 18947 -SHA256 (rust/crates/thiserror-impl-1.0.38.crate) = 1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f -SIZE (rust/crates/thiserror-impl-1.0.38.crate) = 15429 -SHA256 (rust/crates/time-0.1.45.crate) = 1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a -SIZE (rust/crates/time-0.1.45.crate) = 28911 -SHA256 (rust/crates/time-0.3.17.crate) = a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376 -SIZE (rust/crates/time-0.3.17.crate) = 99048 -SHA256 (rust/crates/time-core-0.1.0.crate) = 2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd -SIZE (rust/crates/time-core-0.1.0.crate) = 6597 -SHA256 (rust/crates/time-macros-0.2.6.crate) = d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2 -SIZE (rust/crates/time-macros-0.2.6.crate) = 19163 -SHA256 (rust/crates/tokio-1.24.2.crate) = 597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb -SIZE (rust/crates/tokio-1.24.2.crate) = 625576 -SHA256 (rust/crates/tokio-macros-1.8.2.crate) = d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8 -SIZE (rust/crates/tokio-macros-1.8.2.crate) = 10071 -SHA256 (rust/crates/tokio-rustls-0.23.4.crate) = c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59 -SIZE (rust/crates/tokio-rustls-0.23.4.crate) = 27024 -SHA256 (rust/crates/typenum-1.16.0.crate) = 497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba -SIZE (rust/crates/typenum-1.16.0.crate) = 42477 -SHA256 (rust/crates/ucd-trie-0.1.5.crate) = 9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81 -SIZE (rust/crates/ucd-trie-0.1.5.crate) = 45391 -SHA256 (rust/crates/unicode-ident-1.0.6.crate) = 84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc -SIZE (rust/crates/unicode-ident-1.0.6.crate) = 42158 -SHA256 (rust/crates/unicode-segmentation-1.10.0.crate) = 0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a -SIZE (rust/crates/unicode-segmentation-1.10.0.crate) = 93893 -SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b -SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968 -SHA256 (rust/crates/unsafe-libyaml-0.2.5.crate) = bc7ed8ba44ca06be78ea1ad2c3682a43349126c8818054231ee6f4748012aed2 -SIZE (rust/crates/unsafe-libyaml-0.2.5.crate) = 61185 -SHA256 (rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a -SIZE (rust/crates/untrusted-0.7.1.crate) = 7924 +SHA256 (rust/crates/termtree-0.4.1.crate) = 3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76 +SIZE (rust/crates/termtree-0.4.1.crate) = 4557 +SHA256 (rust/crates/test-log-0.2.14.crate) = 6159ab4116165c99fc88cce31f99fa2c9dbe08d3691cb38da02fc3b45f357d2b +SIZE (rust/crates/test-log-0.2.14.crate) = 9557 +SHA256 (rust/crates/test-log-macros-0.2.14.crate) = 7ba277e77219e9eea169e8508942db1bf5d8a41ff2db9b20aab5a5aadc9fa25d +SIZE (rust/crates/test-log-macros-0.2.14.crate) = 3210 +SHA256 (rust/crates/thiserror-1.0.56.crate) = d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad +SIZE (rust/crates/thiserror-1.0.56.crate) = 20592 +SHA256 (rust/crates/thiserror-impl-1.0.56.crate) = fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471 +SIZE (rust/crates/thiserror-impl-1.0.56.crate) = 15367 +SHA256 (rust/crates/time-0.3.31.crate) = f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e +SIZE (rust/crates/time-0.3.31.crate) = 121762 +SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 +SIZE (rust/crates/time-core-0.1.2.crate) = 7191 +SHA256 (rust/crates/time-macros-0.2.16.crate) = 26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f +SIZE (rust/crates/time-macros-0.2.16.crate) = 24356 +SHA256 (rust/crates/tokio-1.35.1.crate) = c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104 +SIZE (rust/crates/tokio-1.35.1.crate) = 744407 +SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b +SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520 +SHA256 (rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f +SIZE (rust/crates/tokio-rustls-0.25.0.crate) = 30541 +SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 +SIZE (rust/crates/typenum-1.17.0.crate) = 42849 +SHA256 (rust/crates/ucd-trie-0.1.6.crate) = ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 +SIZE (rust/crates/ucd-trie-0.1.6.crate) = 45790 +SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b +SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 +SHA256 (rust/crates/unicode-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36 +SIZE (rust/crates/unicode-segmentation-1.10.1.crate) = 98416 +SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 +SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 +SHA256 (rust/crates/unsafe-libyaml-0.2.10.crate) = ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b +SIZE (rust/crates/unsafe-libyaml-0.2.10.crate) = 61964 +SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 +SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a +SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f SIZE (rust/crates/version_check-0.9.4.crate) = 14895 SHA256 (rust/crates/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 SIZE (rust/crates/wait-timeout-0.2.0.crate) = 12441 -SHA256 (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f -SIZE (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 26964 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasm-bindgen-0.2.83.crate) = eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268 -SIZE (rust/crates/wasm-bindgen-0.2.83.crate) = 169618 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.83.crate) = 4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142 -SIZE (rust/crates/wasm-bindgen-backend-0.2.83.crate) = 25620 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.83.crate) = 052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810 -SIZE (rust/crates/wasm-bindgen-macro-0.2.83.crate) = 12075 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.83.crate) = 07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.83.crate) = 18530 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.83.crate) = 1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f -SIZE (rust/crates/wasm-bindgen-shared-0.2.83.crate) = 7194 -SHA256 (rust/crates/web-sys-0.3.60.crate) = bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f -SIZE (rust/crates/web-sys-0.3.60.crate) = 700485 -SHA256 (rust/crates/webpki-0.22.0.crate) = f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd -SIZE (rust/crates/webpki-0.22.0.crate) = 58663 -SHA256 (rust/crates/whoami-1.3.0.crate) = 45dbc71f0cdca27dc261a9bd37ddec174e4a0af2b900b890f378460f745426e3 -SIZE (rust/crates/whoami-1.3.0.crate) = 15442 +SHA256 (rust/crates/wasm-bindgen-0.2.90.crate) = b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406 +SIZE (rust/crates/wasm-bindgen-0.2.90.crate) = 182529 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.90.crate) = fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd +SIZE (rust/crates/wasm-bindgen-backend-0.2.90.crate) = 28348 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.90.crate) = 3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999 +SIZE (rust/crates/wasm-bindgen-macro-0.2.90.crate) = 13904 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.90.crate) = bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.90.crate) = 20008 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.90.crate) = 4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b +SIZE (rust/crates/wasm-bindgen-shared-0.2.90.crate) = 7264 +SHA256 (rust/crates/web-sys-0.3.67.crate) = 58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed +SIZE (rust/crates/web-sys-0.3.67.crate) = 725967 +SHA256 (rust/crates/whoami-1.4.1.crate) = 22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50 +SIZE (rust/crates/whoami-1.4.1.crate) = 19677 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 -SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 +SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 +SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7 -SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608 -SIZE (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 362795 -SHA256 (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7 -SIZE (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 664655 -SHA256 (rust/crates/windows_i686_gnu-0.42.1.crate) = de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640 -SIZE (rust/crates/windows_i686_gnu-0.42.1.crate) = 733428 -SHA256 (rust/crates/windows_i686_msvc-0.42.1.crate) = bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605 -SIZE (rust/crates/windows_i686_msvc-0.42.1.crate) = 722583 -SHA256 (rust/crates/windows_x86_64_gnu-0.42.1.crate) = c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45 -SIZE (rust/crates/windows_x86_64_gnu-0.42.1.crate) = 697614 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463 -SIZE (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 362788 -SHA256 (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd -SIZE (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 664606 +SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 +SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 +SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 +SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 +SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c +SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 +SHA256 (rust/crates/windows-targets-0.52.0.crate) = 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd +SIZE (rust/crates/windows-targets-0.52.0.crate) = 6229 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = 430182 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc +SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.0.crate) = bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef +SIZE (rust/crates/windows_aarch64_msvc-0.52.0.crate) = 821663 +SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (rust/crates/windows_i686_gnu-0.52.0.crate) = a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313 +SIZE (rust/crates/windows_i686_gnu-0.52.0.crate) = 870285 +SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 +SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (rust/crates/windows_i686_msvc-0.52.0.crate) = ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a +SIZE (rust/crates/windows_i686_msvc-0.52.0.crate) = 888693 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd +SIZE (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 826213 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 430165 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 +SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 -SHA256 (rust/crates/yasna-0.5.1.crate) = aed2e7a52e3744ab4d0c05c20aa065258e84c49fd4226f5191b2ed29712710b4 -SIZE (rust/crates/yasna-0.5.1.crate) = 34375 +SHA256 (rust/crates/yasna-0.5.2.crate) = e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd +SIZE (rust/crates/yasna-0.5.2.crate) = 34859 +SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d +SIZE (rust/crates/zeroize-1.7.0.crate) = 19039 SHA256 (jamwaffles-darwin-libproc-cbd571e4be87a6603de328d1f1f0ad54d7bdfedf_GH0.tar.gz) = bbe4ffbd74c79a04d11d106480a8d230568ccac7ae040017e2dabcac4fcf4dcb SIZE (jamwaffles-darwin-libproc-cbd571e4be87a6603de328d1f1f0ad54d7bdfedf_GH0.tar.gz) = 23271 -SHA256 (Nukesor-pueue-v3.1.2_GH0.tar.gz) = 653eac9b7fc111cc4b9bddacbbf514932a8d273a059b20b1cc66af74e500eb5e -SIZE (Nukesor-pueue-v3.1.2_GH0.tar.gz) = 169771 +SHA256 (Nukesor-pueue-v3.4.0_GH0.tar.gz) = 8468ff4d515d976607fc549c5eb994fa4f7d2ccdf47523561e34d778aa8d083e +SIZE (Nukesor-pueue-v3.4.0_GH0.tar.gz) = 182536 diff --git a/deskutils/pueue/files/patch-Cargo.lock b/deskutils/pueue/files/patch-Cargo.lock index bfcf31257ee..71a32427113 100644 --- a/deskutils/pueue/files/patch-Cargo.lock +++ b/deskutils/pueue/files/patch-Cargo.lock @@ -1,13 +1,13 @@ ---- Cargo.lock.orig 2023-03-31 21:34:05 UTC +--- Cargo.lock.orig 2024-05-13 20:12:04 UTC +++ Cargo.lock -@@ -855,17 +855,6 @@ dependencies = [ +@@ -810,17 +810,6 @@ dependencies = [ ] [[package]] -name = "libproc" --version = "0.13.0" +-version = "0.14.2" -source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "8b18cbf29f8ff3542ba22bdce9ac610fcb75d74bb4e2b306b2a2762242025b4f" +-checksum = "229004ebba9d1d5caf41623f1523b6d52abb47d9f6ab87f7e6fc992e3b854aef" -dependencies = [ - "bindgen", - "errno", @@ -15,30 +15,30 @@ -] - -[[package]] - name = "link-cplusplus" - version = "1.0.8" + name = "libredox" + version = "0.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -@@ -1204,19 +1193,6 @@ dependencies = [ +@@ -1130,19 +1119,6 @@ dependencies = [ ] [[package]] -name = "procfs" --version = "0.14.2" +-version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "b1de8dacb0873f77e6aefc6d71e044761fcc68060290f5b1089fcdf84626bb69" +-checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" -dependencies = [ -- "bitflags", -- "byteorder", +- "bitflags 2.4.2", - "hex", - "lazy_static", +- "procfs-core", - "rustix", -] - -[[package]] - name = "pueue" - version = "3.1.2" - dependencies = [ -@@ -1237,7 +1213,6 @@ dependencies = [ + name = "procfs-core" + version = "0.16.0" + source = "registry+https://github.com/rust-lang/crates.io-index" +@@ -1173,7 +1149,6 @@ dependencies = [ "pest", "pest_derive", "pretty_assertions", @@ -46,15 +46,15 @@ "pueue-lib", "rstest", "serde", -@@ -1267,11 +1242,9 @@ dependencies = [ - "chrono", +@@ -1204,11 +1179,9 @@ dependencies = [ "command-group", "dirs", + "handlebars", - "libproc", "log", "portpicker", "pretty_assertions", - "procfs", - "rand 0.8.5", + "rand", "rcgen", "rev_buf_reader", diff --git a/deskutils/pueue/files/patch-pueue_Cargo.toml b/deskutils/pueue/files/patch-pueue_Cargo.toml index 6a7adde57a4..26187599a12 100644 --- a/deskutils/pueue/files/patch-pueue_Cargo.toml +++ b/deskutils/pueue/files/patch-pueue_Cargo.toml @@ -1,7 +1,8 @@ ---- pueue/Cargo.toml.orig 2023-03-31 21:51:38 UTC +--- pueue/Cargo.toml.orig 2024-05-13 20:19:16 UTC +++ pueue/Cargo.toml -@@ -62,4 +62,3 @@ test-log = "0.2" +@@ -68,5 +68,4 @@ crossterm = { version = "0.27", default-features = fal # Test specific dev-dependencies [target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies] whoami = "1" --procfs = { version = "0.14", default-features = false } +-procfs = { version = "0.16", default-features = false } + diff --git a/deskutils/pueue/files/patch-pueue__lib_Cargo.toml b/deskutils/pueue/files/patch-pueue__lib_Cargo.toml index a2673f2782b..15c8b893027 100644 --- a/deskutils/pueue/files/patch-pueue__lib_Cargo.toml +++ b/deskutils/pueue/files/patch-pueue__lib_Cargo.toml @@ -1,12 +1,12 @@ ---- pueue_lib/Cargo.toml.orig 2023-03-31 21:47:57 UTC +--- pueue_lib/Cargo.toml.orig 2024-05-13 20:16:13 UTC +++ pueue_lib/Cargo.toml -@@ -63,9 +63,4 @@ winapi = { version = "0.3", features = [ +@@ -64,9 +64,4 @@ winapi = { version = "0.3", features = [ # Unix [target.'cfg(unix)'.dependencies] --libproc = "0.13.0" +-libproc = "0.14.2" whoami = "1" - -# Linux only -[target.'cfg(target_os = "linux")'.dependencies] --procfs = { version = "0.14.2", default-features = false } +-procfs = { version = "0.16", default-features = false } diff --git a/deskutils/pueue/files/patch-pueue__lib_src_process__helper_mod.rs b/deskutils/pueue/files/patch-pueue__lib_src_process__helper_mod.rs index 1950923cede..47deced1597 100644 --- a/deskutils/pueue/files/patch-pueue__lib_src_process__helper_mod.rs +++ b/deskutils/pueue/files/patch-pueue__lib_src_process__helper_mod.rs @@ -1,17 +1,10 @@ ---- pueue_lib/src/process_helper/mod.rs.orig 2023-03-31 21:59:47 UTC +--- pueue_lib/src/process_helper/mod.rs.orig 2024-05-13 20:23:05 UTC +++ pueue_lib/src/process_helper/mod.rs -@@ -21,6 +21,14 @@ mod linux; - #[cfg(target_os = "linux")] - pub use self::linux::process_exists; +@@ -21,6 +21,7 @@ use command_group::Signal; + #[cfg_attr(target_os = "linux", path = "linux.rs")] + #[cfg_attr(target_vendor = "apple", path = "apple.rs")] + #[cfg_attr(target_os = "windows", path = "windows.rs")] ++#[cfg_attr(target_os = "freebsd", path = "freebsd.rs")] + mod platform; + pub use self::platform::*; -+// FreeBSD specific process support -+#[cfg(target_os = "freebsd")] -+mod freebsd; -+#[cfg(target_os = "freebsd")] -+pub use self::freebsd::process_exists; -+#[cfg(all(test, target_os = "freebsd"))] -+use self::freebsd::tests; -+ - // Apple specific process support - #[cfg(target_vendor = "apple")] - mod apple; diff --git a/deskutils/py-paperless-ngx/Makefile b/deskutils/py-paperless-ngx/Makefile index f8885ccace8..118b08e71ad 100644 --- a/deskutils/py-paperless-ngx/Makefile +++ b/deskutils/py-paperless-ngx/Makefile @@ -1,7 +1,7 @@ PORTNAME= paperless-ngx PORTVERSION= 2.7.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/:webui \ GH:gh @@ -18,17 +18,17 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bleach>=6.1.0:www/py-bleach@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}concurrent-log-handler>=0.9.19:sysutils/py-concurrent-log-handler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateparser>=1.1.4:devel/py-dateparser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-channels-redis>=4.2.0:www/py-dj42-channels-redis@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-allauth>=0.59.0:www/py-dj42-django-allauth@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-auditlog>=2.3.0:www/py-dj42-django-auditlog@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-celery-results>=2.5.1:www/py-dj42-django-celery-results@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-compression-middleware>=0.5.0:www/py-dj42-django-compression-middleware@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-cors-headers>=4.3.1:www/py-dj42-django-cors-headers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-extensions>=3.2.3:www/py-dj42-django-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-filter>=23.5:www/py-dj42-django-filter@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-multiselectfield>=0.1.12:www/py-dj42-django-multiselectfield@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-djangorestframework-guardian>=0.3.0:www/py-dj42-djangorestframework-guardian@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-drf-writable-nested>=0.7.0:www/py-dj42-drf-writable-nested@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}channels-redis>=4.2.0:www/py-channels-redis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-allauth>=0.59.0:www/py-django-allauth@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-auditlog>=2.3.0:www/py-django-auditlog@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-celery-results>=2.5.1:www/py-django-celery-results@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-compression-middleware>=0.5.0:www/py-django-compression-middleware@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-cors-headers>=4.3.1:www/py-django-cors-headers@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-extensions>=3.2.3:www/py-django-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-filter>=23.5:www/py-django-filter@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-multiselectfield>=0.1.12:www/py-django-multiselectfield@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}djangorestframework-guardian>=0.3.0:www/py-djangorestframework-guardian@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}drf-writable-nested>=0.7.0:www/py-drf-writable-nested@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}filelock>=3.13.1:sysutils/py-filelock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flower>=2.0.1:www/py-flower@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gotenberg-client>=0.5.0:converters/py-gotenberg-client@${PY_FLAVOR} \ diff --git a/deskutils/py-paperless/Makefile b/deskutils/py-paperless/Makefile index f74e3b6db66..638b0e9c062 100644 --- a/deskutils/py-paperless/Makefile +++ b/deskutils/py-paperless/Makefile @@ -1,6 +1,6 @@ PORTNAME= paperless PORTVERSION= 2.7.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= deskutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,12 +16,12 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateparser>=1.1.0:devel/py-dateparser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-cors-headers>=2.4.0:www/py-dj42-django-cors-headers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-crispy-forms>=1.7.2:www/py-dj42-django-crispy-forms@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-extensions>=2.1.6:www/py-dj42-django-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-filter>=2.0.0:www/py-dj42-django-filter@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-djangoql>=0.17.0:www/py-dj42-djangoql@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-djangorestframework>=3.9.0:www/py-dj42-djangorestframework@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-cors-headers>=2.4.0:www/py-django-cors-headers@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-crispy-forms>=1.7.2:www/py-django-crispy-forms@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-extensions>=2.1.6:www/py-django-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-filter>=2.0.0:www/py-django-filter@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}djangoql>=0.17.0:www/py-djangoql@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.9.0:www/py-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fuzzywuzzy>=0.15.1:devel/py-fuzzywuzzy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}langdetect>=1.0.9:textproc/py-langdetect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pdftotext>=2.1.1:textproc/py-pdftotext@${PY_FLAVOR} \ diff --git a/deskutils/qownnotes/Makefile b/deskutils/qownnotes/Makefile index c491001f441..ecb8f069f9b 100644 --- a/deskutils/qownnotes/Makefile +++ b/deskutils/qownnotes/Makefile @@ -1,5 +1,5 @@ PORTNAME= qownnotes -PORTVERSION= 24.4.0 +PORTVERSION= 24.5.1 CATEGORIES= deskutils MASTER_SITES= https://github.com/pbek/QOwnNotes/releases/download/v${PORTVERSION}/ diff --git a/deskutils/qownnotes/distinfo b/deskutils/qownnotes/distinfo index da2e0a802db..a04472b5a6d 100644 --- a/deskutils/qownnotes/distinfo +++ b/deskutils/qownnotes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712080500 -SHA256 (qownnotes-24.4.0.tar.xz) = 4b1a190f90d8b8f009670062c37f2365823e7bd144c63f9389495ccef6d79160 -SIZE (qownnotes-24.4.0.tar.xz) = 5445436 +TIMESTAMP = 1714917357 +SHA256 (qownnotes-24.5.1.tar.xz) = 92d7f6f0028daf415c5b3274036b379a9536aa09a26e94f4ad437d775f2613cf +SIZE (qownnotes-24.5.1.tar.xz) = 5461640 diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile index d2cd126ea62..e0127e3f9fc 100644 --- a/deskutils/remind/Makefile +++ b/deskutils/remind/Makefile @@ -1,5 +1,5 @@ PORTNAME= remind -DISTVERSION= 04.03.06 +DISTVERSION= 04.03.07 CATEGORIES= deskutils # upstream moves distfiles to OLD once a new release appears MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ \ diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo index b938999744b..cb3372b4319 100644 --- a/deskutils/remind/distinfo +++ b/deskutils/remind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712252872 -SHA256 (remind-04.03.06.tar.gz) = 320a7e30fc57559bcbe3f02ba3b2894deb1cd9cdf4a3d173427f24289b79210e -SIZE (remind-04.03.06.tar.gz) = 531420 +TIMESTAMP = 1714912936 +SHA256 (remind-04.03.07.tar.gz) = b3f8c4b0d5d406280d1cf4c28b77b8576a4650d84adace7f9feb14d68c3b514d +SIZE (remind-04.03.07.tar.gz) = 532447 diff --git a/deskutils/sigi/Makefile b/deskutils/sigi/Makefile index 29c3f4dcc38..c9a7fdd6a4f 100644 --- a/deskutils/sigi/Makefile +++ b/deskutils/sigi/Makefile @@ -1,7 +1,7 @@ PORTNAME= sigi DISTVERSIONPREFIX= v DISTVERSION= 3.6.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MAINTAINER= hiljusti@so.dang.cool diff --git a/deskutils/skim/Makefile b/deskutils/skim/Makefile index 1b909c1d631..b10fe84772c 100644 --- a/deskutils/skim/Makefile +++ b/deskutils/skim/Makefile @@ -1,7 +1,7 @@ PORTNAME= skim DISTVERSIONPREFIX= v DISTVERSION= 0.10.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= deskutils PKGNAMESUFFIX= -fuzzy-finder diff --git a/deskutils/solanum/Makefile b/deskutils/solanum/Makefile index 1a0d96da397..3aae0f5e299 100644 --- a/deskutils/solanum/Makefile +++ b/deskutils/solanum/Makefile @@ -1,6 +1,6 @@ PORTNAME= solanum DISTVERSION= 5.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= jbeich@FreeBSD.org diff --git a/deskutils/syncthingtray/Makefile b/deskutils/syncthingtray/Makefile index 57a1a05d77f..fef88edaf4f 100644 --- a/deskutils/syncthingtray/Makefile +++ b/deskutils/syncthingtray/Makefile @@ -1,6 +1,6 @@ PORTNAME= syncthingtray DISTVERSIONPREFIX= v -DISTVERSION= 1.5.2 +DISTVERSION= 1.5.3 CATEGORIES= deskutils MAINTAINER= dsh@bamus.cz @@ -33,7 +33,7 @@ CMAKE_SOURCE_PATH= ${WRKDIR}/subdirs/syncthingtray USE_GITHUB= nodefault GH_TUPLE= Martchus:${PORTNAME}:${DISTVERSIONPREFIX}${DISTVERSION}:syncthingtray/../syncthingtray \ - Martchus:cpp-utilities:v5.24.7:cpputilities/../c++utilities \ + Martchus:cpp-utilities:v5.24.8:cpputilities/../c++utilities \ Martchus:qtutilities:v6.14.0:qtutilities/../qtutilities \ Martchus:qtforkawesome:v0.2.0:qtforkawesome/../qtforkawesome \ ForkAwesome:Fork-Awesome:4fef70f:ForkAwesome/../forkawesome \ diff --git a/deskutils/syncthingtray/distinfo b/deskutils/syncthingtray/distinfo index 7277b809735..de32db85e21 100644 --- a/deskutils/syncthingtray/distinfo +++ b/deskutils/syncthingtray/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1712941468 -SHA256 (Martchus-syncthingtray-v1.5.2_GH0.tar.gz) = 0e3f13bd1a966fef1042707b323ff4decde6cf6f091ee61e7f1a643925f9579e -SIZE (Martchus-syncthingtray-v1.5.2_GH0.tar.gz) = 1900990 -SHA256 (Martchus-cpp-utilities-v5.24.7_GH0.tar.gz) = c3aa125933aaf9724eacca045f5d8278d524a4cef95ce54b89e88e1ac15684c2 -SIZE (Martchus-cpp-utilities-v5.24.7_GH0.tar.gz) = 195153 +TIMESTAMP = 1715263564 +SHA256 (Martchus-syncthingtray-v1.5.3_GH0.tar.gz) = 9a3f0d22b598041403668341282ed9222e0b83bf4eb43b27717b0b253ba7ad9c +SIZE (Martchus-syncthingtray-v1.5.3_GH0.tar.gz) = 1909046 +SHA256 (Martchus-cpp-utilities-v5.24.8_GH0.tar.gz) = 2175b45a53f5c71bb022aea1409535a82b115ce76dbcc5123b3be39f8557858a +SIZE (Martchus-cpp-utilities-v5.24.8_GH0.tar.gz) = 195596 SHA256 (Martchus-qtutilities-v6.14.0_GH0.tar.gz) = 4eab9ef26edf67c1c436596bea42890fcc0206f93c50413939ccce8c94bf7bc0 SIZE (Martchus-qtutilities-v6.14.0_GH0.tar.gz) = 104258 SHA256 (Martchus-qtforkawesome-v0.2.0_GH0.tar.gz) = 42de641e79b22d4dd44eb179e8818a8a4bf424c3feec1d0d9524bae5fde458cc diff --git a/deskutils/taskwarrior-tui/Makefile b/deskutils/taskwarrior-tui/Makefile index 9fb517d41f9..9d318c1b73f 100644 --- a/deskutils/taskwarrior-tui/Makefile +++ b/deskutils/taskwarrior-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= taskwarrior-tui DISTVERSIONPREFIX= v DISTVERSION= 0.24.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/thokr/Makefile b/deskutils/thokr/Makefile index e89eeb312c9..b9985cd1fbc 100644 --- a/deskutils/thokr/Makefile +++ b/deskutils/thokr/Makefile @@ -1,7 +1,7 @@ PORTNAME= thokr DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/ultralist/Makefile b/deskutils/ultralist/Makefile index 4f26a9c9964..0f017f70f71 100644 --- a/deskutils/ultralist/Makefile +++ b/deskutils/ultralist/Makefile @@ -1,6 +1,6 @@ PORTNAME= ultralist DISTVERSION= 1.7.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= deskutils MAINTAINER= lcook@FreeBSD.org diff --git a/devel/Makefile b/devel/Makefile index 26c2b4d93aa..e1df574c474 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1502,6 +1502,25 @@ SUBDIR += linux-c7-systemd-libs SUBDIR += linux-c7-zlib-devel SUBDIR += linux-ltp + SUBDIR += linux-rl9-dbus-libs + SUBDIR += linux-rl9-devtools + SUBDIR += linux-rl9-elfutils-libelf + SUBDIR += linux-rl9-elfutils-libs + SUBDIR += linux-rl9-icu + SUBDIR += linux-rl9-libevent + SUBDIR += linux-rl9-libgfortran + SUBDIR += linux-rl9-libpciaccess + SUBDIR += linux-rl9-libsigc++20 + SUBDIR += linux-rl9-libsigsegv + SUBDIR += linux-rl9-libsoup + SUBDIR += linux-rl9-libthai + SUBDIR += linux-rl9-libunistring + SUBDIR += linux-rl9-llvm + SUBDIR += linux-rl9-nspr + SUBDIR += linux-rl9-ocl-icd + SUBDIR += linux-rl9-orc + SUBDIR += linux-rl9-strace + SUBDIR += linux-rl9-systemd-libs SUBDIR += linux-sublime-merge SUBDIR += linux_libusb SUBDIR += listserialc diff --git a/devel/amber/Makefile b/devel/amber/Makefile index 646c96f4b87..6da2a8f7884 100644 --- a/devel/amber/Makefile +++ b/devel/amber/Makefile @@ -1,7 +1,7 @@ PORTNAME= amber DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel PKGNAMESUFFIX= -code-search-replace-tool diff --git a/devel/ammonite/Makefile b/devel/ammonite/Makefile index 8e0120c5aff..91a8e0f2772 100644 --- a/devel/ammonite/Makefile +++ b/devel/ammonite/Makefile @@ -1,8 +1,8 @@ PORTNAME= ammonite -DISTVERSION= 2.5.11 +DISTVERSION= 3.0.0-M1 CATEGORIES= devel java -MASTER_SITES= https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/ -DISTNAME= 3.2-${PORTVERSION} +MASTER_SITES= https://github.com/lihaoyi/Ammonite/releases/download/${DISTVERSION}/ +DISTNAME= 3.3-${DISTVERSION} EXTRACT_SUFX= DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= diff --git a/devel/ammonite/distinfo b/devel/ammonite/distinfo index 3bf4107c9fb..7cf5dd6b45f 100644 --- a/devel/ammonite/distinfo +++ b/devel/ammonite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697614177 -SHA256 (ammonite/3.2-2.5.11) = 384cf08e2591be4d199c75cf1913d44c043466b8cddeaa21dd5669d10f94a18f -SIZE (ammonite/3.2-2.5.11) = 64675864 +TIMESTAMP = 1713103408 +SHA256 (ammonite/3.3-3.0.0-M1) = 10bf264d499b71eb552153878ddfc9bcef0db179dbdc4b582b6fa2b59c0eb032 +SIZE (ammonite/3.3-3.0.0-M1) = 57131829 diff --git a/devel/android-tools/Makefile b/devel/android-tools/Makefile index dad30d4174e..201f4e0ccbe 100644 --- a/devel/android-tools/Makefile +++ b/devel/android-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= android-tools PORTVERSION= 31.0.3p2.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MASTER_SITES= GH diff --git a/devel/app-builder/Makefile b/devel/app-builder/Makefile index c8b01ccb92d..cfe7b87acaa 100644 --- a/devel/app-builder/Makefile +++ b/devel/app-builder/Makefile @@ -1,7 +1,7 @@ PORTNAME= app-builder DISTVERSIONPREFIX= v DISTVERSION= 3.4.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/arduino-builder/Makefile b/devel/arduino-builder/Makefile index 3689237179c..15c67e64325 100644 --- a/devel/arduino-builder/Makefile +++ b/devel/arduino-builder/Makefile @@ -1,6 +1,6 @@ PORTNAME= arduino-builder PORTVERSION= 1.3.25 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= devel MAINTAINER= kevans@FreeBSD.org diff --git a/devel/arduino/Makefile b/devel/arduino/Makefile index c1f5614fd27..2ca921cc51f 100644 --- a/devel/arduino/Makefile +++ b/devel/arduino/Makefile @@ -34,6 +34,13 @@ CONFLICTS_INSTALL= arduino18 NO_BUILD= yes USE_LDCONFIG= ${PREFIX}/arduino/lib +# Remove broken jar, and Linux C6 based libraries. +# This port relys on comms/RXTX working without Linux C6 compatibility. +EXTRACT_AFTER_ARGS= --exclude hardware/tools \ + --exclude lib/RXTXcomm.jar \ + --exclude lib/librxtxSerial.so \ + --exclude lib/librxtxSerial64.so + PLIST_SUB= ARCH=${ARCH:S|i386||:S|amd64|64|} SUB_FILES= arduino pkg-message @@ -81,18 +88,9 @@ INSLIST+= examples FIND_EXPR= "${FIND_EXCLUDES} -prune" post-patch: - ${RM} -r ${WRKSRC}/hardware/tools/ ${MKDIR} ${WRKSRC}/hardware/tools/avr/ ${LN} -s ${PREFIX}/bin ${WRKSRC}/hardware/tools/avr/bin ${LN} -s ${PREFIX}/etc ${WRKSRC}/hardware/tools/avr/etc - - # Remove broken jar, and Linux C6 based libraries. - ${RM} ${WRKSRC}/lib/RXTXcomm.jar - - # This port relys on comms/RXTX working without Linux C6 compatibility. - ${RM} ${WRKSRC}/lib/librxtxSerial.so - ${RM} ${WRKSRC}/lib/librxtxSerial64.so - # Map the RXTX port for our use ${LN} -s ${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar ${WRKSRC}/lib/RXTXcomm.jar diff --git a/devel/arduinoOTA/Makefile b/devel/arduinoOTA/Makefile index 5b30539313f..a4ad27ffa4f 100644 --- a/devel/arduinoOTA/Makefile +++ b/devel/arduinoOTA/Makefile @@ -1,6 +1,6 @@ PORTNAME= arduinoOTA PORTVERSION= 1.2.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MAINTAINER= kevans@FreeBSD.org diff --git a/devel/argc/Makefile b/devel/argc/Makefile index 5ed68406d40..da6d82c5fba 100644 --- a/devel/argc/Makefile +++ b/devel/argc/Makefile @@ -1,6 +1,7 @@ PORTNAME= argc DISTVERSIONPREFIX= v DISTVERSION= 1.17.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/athens/Makefile b/devel/athens/Makefile index a81f1f5235e..c5416716201 100644 --- a/devel/athens/Makefile +++ b/devel/athens/Makefile @@ -1,6 +1,7 @@ PORTNAME= athens DISTVERSION= 0.14.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/atlantis/Makefile b/devel/atlantis/Makefile index 92f1c774f68..3ab1bccafa6 100644 --- a/devel/atlantis/Makefile +++ b/devel/atlantis/Makefile @@ -1,7 +1,7 @@ PORTNAME= atlantis DISTVERSIONPREFIX= v DISTVERSION= 0.27.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= dutra@FreeBSD.org diff --git a/devel/awless/Makefile b/devel/awless/Makefile index cdddf0a7d67..bfde165094b 100644 --- a/devel/awless/Makefile +++ b/devel/awless/Makefile @@ -1,7 +1,7 @@ PORTNAME= awless DISTVERSIONPREFIX= v DISTVERSION= 0.1.11 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= devel MAINTAINER= dmgk@FreeBSD.org diff --git a/devel/aws-c-common/Makefile b/devel/aws-c-common/Makefile index fd1880902a6..b2e584e6a9f 100644 --- a/devel/aws-c-common/Makefile +++ b/devel/aws-c-common/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-common DISTVERSIONPREFIX= v -DISTVERSION= 0.9.17 +DISTVERSION= 0.9.19 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/aws-c-common/distinfo b/devel/aws-c-common/distinfo index 7f943699612..92ed8315e2b 100644 --- a/devel/aws-c-common/distinfo +++ b/devel/aws-c-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713859036 -SHA256 (awslabs-aws-c-common-v0.9.17_GH0.tar.gz) = 82f1a88494c5563892f0e048f0f56acfe7e10e5aa3fe9267b956dbabcc043440 -SIZE (awslabs-aws-c-common-v0.9.17_GH0.tar.gz) = 558458 +TIMESTAMP = 1715421032 +SHA256 (awslabs-aws-c-common-v0.9.19_GH0.tar.gz) = 196430fda1bca2c77df7d9199232956d371a92f49ee48fd6c29ff969410ca0ed +SIZE (awslabs-aws-c-common-v0.9.19_GH0.tar.gz) = 555937 diff --git a/devel/aws-c-common/pkg-plist b/devel/aws-c-common/pkg-plist index b4dcb49747d..7dd01f71e13 100644 --- a/devel/aws-c-common/pkg-plist +++ b/devel/aws-c-common/pkg-plist @@ -60,7 +60,6 @@ include/aws/common/posix/common.inl include/aws/common/predicates.h include/aws/common/priority_queue.h include/aws/common/process.h -include/aws/common/promise.h include/aws/common/ref_count.h include/aws/common/ring_buffer.h include/aws/common/ring_buffer.inl diff --git a/devel/aws-c-s3/Makefile b/devel/aws-c-s3/Makefile index 793f734359e..453260ed417 100644 --- a/devel/aws-c-s3/Makefile +++ b/devel/aws-c-s3/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-s3 DISTVERSIONPREFIX= v -DISTVERSION= 0.5.7 +DISTVERSION= 0.5.8 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-c-s3/distinfo b/devel/aws-c-s3/distinfo index 1db88eddfd2..8e2b9dae8c3 100644 --- a/devel/aws-c-s3/distinfo +++ b/devel/aws-c-s3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712732851 -SHA256 (awslabs-aws-c-s3-v0.5.7_GH0.tar.gz) = 2f2eab9bf90a319030fd3525953dc7ac00c8dc8c0d33e3f0338f2a3b554d3b6a -SIZE (awslabs-aws-c-s3-v0.5.7_GH0.tar.gz) = 347237 +TIMESTAMP = 1715242530 +SHA256 (awslabs-aws-c-s3-v0.5.8_GH0.tar.gz) = 44963afb99c75e213f467aad7a4b6c12bdd43652989850a8c3ad6208a7cfc7ad +SIZE (awslabs-aws-c-s3-v0.5.8_GH0.tar.gz) = 333035 diff --git a/devel/bacon/Makefile b/devel/bacon/Makefile index b90056ef9ac..cbb0b751d5a 100644 --- a/devel/bacon/Makefile +++ b/devel/bacon/Makefile @@ -1,6 +1,7 @@ PORTNAME= bacon DISTVERSIONPREFIX= v DISTVERSION= 2.17.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/bazel-buildtools/Makefile b/devel/bazel-buildtools/Makefile index 01fb7654e4f..ec06f1bfb71 100644 --- a/devel/bazel-buildtools/Makefile +++ b/devel/bazel-buildtools/Makefile @@ -1,6 +1,6 @@ PORTNAME= bazel-buildtools DISTVERSION= 3.2.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/bencodetools/Makefile b/devel/bencodetools/Makefile index 3427bfecb5c..80ae22c4b2f 100644 --- a/devel/bencodetools/Makefile +++ b/devel/bencodetools/Makefile @@ -1,5 +1,5 @@ PORTNAME= bencodetools -PORTVERSION= g20221122 +PORTVERSION= 1.0.1 CATEGORIES= devel MAINTAINER= ehaupt@FreeBSD.org @@ -14,7 +14,7 @@ BUILD_DEPENDS= bash:shells/bash USES= shebangfix USE_GITLAB= yes GL_ACCOUNT= heikkiorsila -GL_TAGNAME= f08cb85806d5b188f3af04cd21393dd8eb51b287 +GL_TAGNAME= 3b28b62e1815d817cb39d609902f99c551aaa9dc USE_LDCONFIG= yes SHEBANG_FILES= configure diff --git a/devel/bencodetools/distinfo b/devel/bencodetools/distinfo index 344735df6c9..c1f4485ed1f 100644 --- a/devel/bencodetools/distinfo +++ b/devel/bencodetools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676827805 -SHA256 (heikkiorsila-bencodetools-f08cb85806d5b188f3af04cd21393dd8eb51b287_GL0.tar.gz) = 2fa2058d5a0edec3d9b665cbd580d479ded50a11add45258692e6804cbc2a400 -SIZE (heikkiorsila-bencodetools-f08cb85806d5b188f3af04cd21393dd8eb51b287_GL0.tar.gz) = 38621 +TIMESTAMP = 1715462284 +SHA256 (heikkiorsila-bencodetools-3b28b62e1815d817cb39d609902f99c551aaa9dc_GL0.tar.gz) = ab635ddfc139c7cc099f02a64830f1d722dabfa340721f46ac0c61e9b5151173 +SIZE (heikkiorsila-bencodetools-3b28b62e1815d817cb39d609902f99c551aaa9dc_GL0.tar.gz) = 39322 diff --git a/devel/bingrep/Makefile b/devel/bingrep/Makefile index 71f98341c2f..46a13d1dff4 100644 --- a/devel/bingrep/Makefile +++ b/devel/bingrep/Makefile @@ -1,7 +1,7 @@ PORTNAME= bingrep DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/bit/Makefile b/devel/bit/Makefile index ee12f010381..daee789fde0 100644 --- a/devel/bit/Makefile +++ b/devel/bit/Makefile @@ -1,7 +1,7 @@ PORTNAME= bit DISTVERSIONPREFIX= v DISTVERSION= 1.1.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org diff --git a/devel/buildkite-agent/Makefile b/devel/buildkite-agent/Makefile index c5b6b5eb524..698bc4be5f2 100644 --- a/devel/buildkite-agent/Makefile +++ b/devel/buildkite-agent/Makefile @@ -1,7 +1,7 @@ PORTNAME= buildkite-agent DISTVERSIONPREFIX= v DISTVERSION= 3.47.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel sysutils MAINTAINER= dch@FreeBSD.org diff --git a/devel/bunyan/Makefile b/devel/bunyan/Makefile index b65e6e4f2b9..35271c12916 100644 --- a/devel/bunyan/Makefile +++ b/devel/bunyan/Makefile @@ -1,7 +1,7 @@ PORTNAME= bunyan DISTVERSIONPREFIX= v DISTVERSION= 0.1.9 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/busd/Makefile b/devel/busd/Makefile index 3a8ffc92d85..55f87cc27a4 100644 --- a/devel/busd/Makefile +++ b/devel/busd/Makefile @@ -1,6 +1,6 @@ PORTNAME= busd -DISTVERSION= 0.3.0 -PORTREVISION= 2 +DISTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/busd/Makefile.crates b/devel/busd/Makefile.crates index 3bde8f43358..2bce4b0f1a3 100644 --- a/devel/busd/Makefile.crates +++ b/devel/busd/Makefile.crates @@ -6,7 +6,7 @@ CARGO_CRATES= addr2line-0.21.0 \ anstyle-parse-0.2.3 \ anstyle-query-1.0.2 \ anstyle-wincon-3.0.2 \ - anyhow-1.0.82 \ + anyhow-1.0.83 \ async-broadcast-0.7.0 \ async-channel-2.2.0 \ async-io-2.3.1 \ @@ -124,7 +124,7 @@ CARGO_CRATES= addr2line-0.21.0 \ polling-3.4.0 \ ppv-lite86-0.2.17 \ proc-macro-crate-3.1.0 \ - proc-macro2-1.0.78 \ + proc-macro2-1.0.82 \ prost-0.12.3 \ prost-derive-0.12.3 \ prost-types-0.12.3 \ @@ -141,8 +141,8 @@ CARGO_CRATES= addr2line-0.21.0 \ rustix-0.38.31 \ rustversion-1.0.14 \ ryu-1.0.16 \ - serde-1.0.199 \ - serde_derive-1.0.199 \ + serde-1.0.201 \ + serde_derive-1.0.201 \ serde_json-1.0.113 \ serde_repr-0.1.19 \ sha1-0.10.6 \ @@ -204,8 +204,8 @@ CARGO_CRATES= addr2line-0.21.0 \ windows_x86_64_msvc-0.52.0 \ winnow-0.5.39 \ xdg-home-1.1.0 \ - zbus-4.2.0 \ - zbus_macros-4.2.0 \ + zbus-4.2.1 \ + zbus_macros-4.2.1 \ zbus_names-3.0.0 \ zvariant-4.0.3 \ zvariant_derive-4.0.3 \ diff --git a/devel/busd/distinfo b/devel/busd/distinfo index d7ade3cbba2..3381f927ac3 100644 --- a/devel/busd/distinfo +++ b/devel/busd/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1714562550 +TIMESTAMP = 1715262686 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -15,8 +15,8 @@ SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9ca SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 -SHA256 (rust/crates/anyhow-1.0.82.crate) = f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519 -SIZE (rust/crates/anyhow-1.0.82.crate) = 45361 +SHA256 (rust/crates/anyhow-1.0.83.crate) = 25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3 +SIZE (rust/crates/anyhow-1.0.83.crate) = 45650 SHA256 (rust/crates/async-broadcast-0.7.0.crate) = 258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb SIZE (rust/crates/async-broadcast-0.7.0.crate) = 20852 SHA256 (rust/crates/async-channel-2.2.0.crate) = f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3 @@ -251,8 +251,8 @@ SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad26 SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 SHA256 (rust/crates/proc-macro-crate-3.1.0.crate) = 6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284 SIZE (rust/crates/proc-macro-crate-3.1.0.crate) = 11084 -SHA256 (rust/crates/proc-macro2-1.0.78.crate) = e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae -SIZE (rust/crates/proc-macro2-1.0.78.crate) = 47158 +SHA256 (rust/crates/proc-macro2-1.0.82.crate) = 8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b +SIZE (rust/crates/proc-macro2-1.0.82.crate) = 48452 SHA256 (rust/crates/prost-0.12.3.crate) = 146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a SIZE (rust/crates/prost-0.12.3.crate) = 29461 SHA256 (rust/crates/prost-derive-0.12.3.crate) = efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e @@ -285,10 +285,10 @@ SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d08732 SIZE (rust/crates/rustversion-1.0.14.crate) = 17261 SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c SIZE (rust/crates/ryu-1.0.16.crate) = 47351 -SHA256 (rust/crates/serde-1.0.199.crate) = 0c9f6e76df036c77cd94996771fb40db98187f096dd0b9af39c6c6e452ba966a -SIZE (rust/crates/serde-1.0.199.crate) = 77598 -SHA256 (rust/crates/serde_derive-1.0.199.crate) = 11bd257a6541e141e42ca6d24ae26f7714887b47e89aa739099104c7e4d3b7fc -SIZE (rust/crates/serde_derive-1.0.199.crate) = 55793 +SHA256 (rust/crates/serde-1.0.201.crate) = 780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c +SIZE (rust/crates/serde-1.0.201.crate) = 77725 +SHA256 (rust/crates/serde_derive-1.0.201.crate) = c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865 +SIZE (rust/crates/serde_derive-1.0.201.crate) = 55865 SHA256 (rust/crates/serde_json-1.0.113.crate) = 69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79 SIZE (rust/crates/serde_json-1.0.113.crate) = 146970 SHA256 (rust/crates/serde_repr-0.1.19.crate) = 6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9 @@ -411,10 +411,10 @@ SHA256 (rust/crates/winnow-0.5.39.crate) = 5389a154b01683d28c77f8f68f49dea75f0a4 SIZE (rust/crates/winnow-0.5.39.crate) = 159300 SHA256 (rust/crates/xdg-home-1.1.0.crate) = 21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e SIZE (rust/crates/xdg-home-1.1.0.crate) = 3600 -SHA256 (rust/crates/zbus-4.2.0.crate) = 6aea58d1af0aaa8abf87f3d9ade9b8f46bf13727e5f9fb24bc31ee9d94a9b4ad -SIZE (rust/crates/zbus-4.2.0.crate) = 156978 -SHA256 (rust/crates/zbus_macros-4.2.0.crate) = 1bf2b496ec1e2d3c4a7878e351607f7a2bec1e1029b353683dfc28a22999e369 -SIZE (rust/crates/zbus_macros-4.2.0.crate) = 28836 +SHA256 (rust/crates/zbus-4.2.1.crate) = e5915716dff34abef1351d2b10305b019c8ef33dcf6c72d31a6e227d5d9d7a21 +SIZE (rust/crates/zbus-4.2.1.crate) = 157271 +SHA256 (rust/crates/zbus_macros-4.2.1.crate) = 66fceb36d0c1c4a6b98f3ce40f410e64e5a134707ed71892e1b178abc4c695d4 +SIZE (rust/crates/zbus_macros-4.2.1.crate) = 28865 SHA256 (rust/crates/zbus_names-3.0.0.crate) = 4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c SIZE (rust/crates/zbus_names-3.0.0.crate) = 10650 SHA256 (rust/crates/zvariant-4.0.3.crate) = 4e9282c6945d9e27742ba7ad7191325546636295de7b83f6735af73159b32ac7 @@ -423,5 +423,5 @@ SHA256 (rust/crates/zvariant_derive-4.0.3.crate) = 0142549e559746ff09d194dd43d25 SIZE (rust/crates/zvariant_derive-4.0.3.crate) = 11000 SHA256 (rust/crates/zvariant_utils-1.1.1.crate) = 75fa7291bdd68cd13c4f97cc9d78cbf16d96305856dfc7ac942aeff4c2de7d5a SIZE (rust/crates/zvariant_utils-1.1.1.crate) = 6859 -SHA256 (dbus2-busd-0.3.0_GH0.tar.gz) = 250c31099015c54b71ccbdd762286815694ab2dd571d9a25db99620cff34c0b6 -SIZE (dbus2-busd-0.3.0_GH0.tar.gz) = 40667 +SHA256 (dbus2-busd-0.3.1_GH0.tar.gz) = bf7c860702b3e70cfb0503c07e5d2b0a261cf45bcd2dd560cfd30aa5a7709676 +SIZE (dbus2-busd-0.3.1_GH0.tar.gz) = 40665 diff --git a/devel/busd/files/patch-zbus b/devel/busd/files/patch-zbus deleted file mode 100644 index 194aa47b631..00000000000 --- a/devel/busd/files/patch-zbus +++ /dev/null @@ -1,114 +0,0 @@ -https://github.com/dbus2/zbus/pull/757 - ---- cargo-crates/zbus-4.2.0/src/connection/handshake/client.rs.orig 2006-07-24 01:21:28 UTC -+++ cargo-crates/zbus-4.2.0/src/connection/handshake/client.rs -@@ -95,21 +95,16 @@ impl Client { - #[instrument(skip(self))] - #[cfg(any(target_os = "freebsd", target_os = "dragonfly"))] - async fn send_zero_byte(&mut self) -> Result<()> { -- let written = self -- .common -- .socket_mut() -- .write_mut() -- .send_zero_byte() -- .await -- .map_err(|e| { -- Error::Handshake(format!("Could not send zero byte with credentials: {}", e)) -- }) -- .and_then(|n| match n { -- None => Err(Error::Handshake( -- "Could not send zero byte with credentials".to_string(), -- )), -- Some(n) => Ok(n), -- })?; -+ let write = self.common.socket_mut().write_mut(); -+ -+ let written = match write.send_zero_byte().await.map_err(|e| { -+ Error::Handshake(format!("Could not send zero byte with credentials: {}", e)) -+ })? { -+ // This likely means that the socket type is unable to send SCM_CREDS. -+ // Let's try to send the 0 byte as a regular message. -+ None => write.sendmsg(&[0], &[]).await?, -+ Some(n) => n, -+ }; - - if written != 1 { - return Err(Error::Handshake( ---- cargo-crates/zbus-4.2.0/src/connection/handshake/common.rs.orig 2006-07-24 01:21:28 UTC -+++ cargo-crates/zbus-4.2.0/src/connection/handshake/common.rs -@@ -122,17 +122,13 @@ impl Common { - if self.first_command { - // The first command is sent by the client so we can assume it's the server. - self.first_command = false; -- // leading 0 is sent separately for `freebsd` and `dragonfly`. -- #[cfg(not(any(target_os = "freebsd", target_os = "dragonfly")))] -- { -- if self.recv_buffer[0] != b'\0' { -- return Err(Error::Handshake( -- "First client byte is not NUL!".to_string(), -- )); -- } -- -- start_index = 1; -+ if self.recv_buffer[0] != b'\0' { -+ return Err(Error::Handshake( -+ "First client byte is not NUL!".to_string(), -+ )); - } -+ -+ start_index = 1; - }; - - let line_bytes = self.recv_buffer.drain(..=lf_index); ---- cargo-crates/zbus-4.2.0/src/connection/socket/tcp.rs.orig 2006-07-24 01:21:28 UTC -+++ cargo-crates/zbus-4.2.0/src/connection/socket/tcp.rs -@@ -26,32 +26,25 @@ impl ReadHalf for Arc> { - } - } - -+ #[cfg(windows)] - async fn peer_credentials(&mut self) -> io::Result { -- #[cfg(windows)] -- let creds = { -- let stream = self.clone(); -- crate::Task::spawn_blocking( -- move || { -- use crate::win32::{tcp_stream_get_peer_pid, ProcessToken}; -+ let stream = self.clone(); -+ crate::Task::spawn_blocking( -+ move || { -+ use crate::win32::{tcp_stream_get_peer_pid, ProcessToken}; - -- let pid = tcp_stream_get_peer_pid(stream.get_ref())? as _; -- let sid = ProcessToken::open(if pid != 0 { Some(pid as _) } else { None }) -- .and_then(|process_token| process_token.sid())?; -- io::Result::Ok( -- crate::fdo::ConnectionCredentials::default() -- .set_process_id(pid) -- .set_windows_sid(sid), -- ) -- }, -- "peer credentials", -- ) -- .await -- }?; -- -- #[cfg(not(windows))] -- let creds = crate::fdo::ConnectionCredentials::default(); -- -- Ok(creds) -+ let pid = tcp_stream_get_peer_pid(stream.get_ref())? as _; -+ let sid = ProcessToken::open(if pid != 0 { Some(pid as _) } else { None }) -+ .and_then(|process_token| process_token.sid())?; -+ io::Result::Ok( -+ crate::fdo::ConnectionCredentials::default() -+ .set_process_id(pid) -+ .set_windows_sid(sid), -+ ) -+ }, -+ "peer credentials", -+ ) -+ .await - } - } - diff --git a/devel/capslock/Makefile b/devel/capslock/Makefile index 8f3c41d38a3..a7cdf7cf3fc 100644 --- a/devel/capslock/Makefile +++ b/devel/capslock/Makefile @@ -1,7 +1,7 @@ PORTNAME= capslock DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel net MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-bloat/Makefile b/devel/cargo-bloat/Makefile index b73701f4f8f..f1d7f7be270 100644 --- a/devel/cargo-bloat/Makefile +++ b/devel/cargo-bloat/Makefile @@ -1,6 +1,7 @@ PORTNAME= cargo-bloat DISTVERSIONPREFIX= v -DISTVERSION= 0.12.0 +DISTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -19,7 +20,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ binfarce-0.2.1 \ fallible-iterator-0.2.0 \ json-0.12.4 \ - libc-0.2.153 \ + libc-0.2.154 \ memchr-2.7.2 \ memmap2-0.9.4 \ multimap-0.10.0 \ diff --git a/devel/cargo-bloat/distinfo b/devel/cargo-bloat/distinfo index a10600c7dc1..69c628ff980 100644 --- a/devel/cargo-bloat/distinfo +++ b/devel/cargo-bloat/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1713157519 +TIMESTAMP = 1715476090 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/binfarce-0.2.1.crate) = 18464ccbb85e5dede30d70cc7676dc9950a0fb7dbf595a43d765be9123c616a2 @@ -7,8 +7,8 @@ SHA256 (rust/crates/fallible-iterator-0.2.0.crate) = 4443176a9f2c162692bd3d352d7 SIZE (rust/crates/fallible-iterator-0.2.0.crate) = 18509 SHA256 (rust/crates/json-0.12.4.crate) = 078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd SIZE (rust/crates/json-0.12.4.crate) = 105942 -SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd -SIZE (rust/crates/libc-0.2.153.crate) = 740614 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d SIZE (rust/crates/memchr-2.7.2.crate) = 96220 SHA256 (rust/crates/memmap2-0.9.4.crate) = fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322 @@ -37,5 +37,5 @@ SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (RazrFalcon-cargo-bloat-v0.12.0_GH0.tar.gz) = 999b6b982b6907d92e089d1283626fedc578473f5a6bc360a9dad869d3079597 -SIZE (RazrFalcon-cargo-bloat-v0.12.0_GH0.tar.gz) = 18698 +SHA256 (RazrFalcon-cargo-bloat-v0.12.1_GH0.tar.gz) = 8195cebb94a740cd3b89611ae79d7d3e2d8fd8ec297f5a0f07efa7069ef05be7 +SIZE (RazrFalcon-cargo-bloat-v0.12.1_GH0.tar.gz) = 19003 diff --git a/devel/cargo-c/Makefile b/devel/cargo-c/Makefile index 3574f7f5347..e28f3604c9a 100644 --- a/devel/cargo-c/Makefile +++ b/devel/cargo-c/Makefile @@ -1,6 +1,7 @@ PORTNAME= cargo-c DISTVERSION= 0.9.32 DISTVERSIONSUFFIX= +cargo-0.79.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/devel/cargo-depgraph/Makefile b/devel/cargo-depgraph/Makefile index ff5b905dea9..f9de192f354 100644 --- a/devel/cargo-depgraph/Makefile +++ b/devel/cargo-depgraph/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-depgraph DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-generate/Makefile b/devel/cargo-generate/Makefile index 43c7cc1dd1f..684daf24b9b 100644 --- a/devel/cargo-generate/Makefile +++ b/devel/cargo-generate/Makefile @@ -1,6 +1,7 @@ PORTNAME= cargo-generate DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/cargo-leptos/Makefile b/devel/cargo-leptos/Makefile index cccc85d7037..22695cfaee9 100644 --- a/devel/cargo-leptos/Makefile +++ b/devel/cargo-leptos/Makefile @@ -1,6 +1,7 @@ PORTNAME= cargo-leptos DISTVERSIONPREFIX= v DISTVERSION= 0.2.17 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cargo-mutants/Makefile b/devel/cargo-mutants/Makefile index 91433b188e8..e7d7904683d 100644 --- a/devel/cargo-mutants/Makefile +++ b/devel/cargo-mutants/Makefile @@ -1,6 +1,7 @@ PORTNAME= cargo-mutants DISTVERSIONPREFIX= v DISTVERSION= 24.4.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/cbfmt/Makefile b/devel/cbfmt/Makefile index 4c1d5e5ecc6..de9894c144e 100644 --- a/devel/cbfmt/Makefile +++ b/devel/cbfmt/Makefile @@ -1,7 +1,7 @@ PORTNAME= cbfmt DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/chroma/Makefile b/devel/chroma/Makefile index 0791f5543c6..fd3f9c35ae1 100644 --- a/devel/chroma/Makefile +++ b/devel/chroma/Makefile @@ -1,7 +1,7 @@ PORTNAME= chroma DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel PKGNAMESUFFIX= -syntax-highlighter diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index 0862175d686..f60c600170d 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,7 @@ PORTNAME= cirrus-cli DISTVERSION= 0.117.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index 99533970bc1..488e3a5d6de 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -1,12 +1,14 @@ PORTNAME= coccinelle PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org COMMENT= Program matching and transformation engine WWW= http://coccinelle.lip6.fr/ +EXTRA_PATCHES= ${FILESDIR}/0001-Fix-263-wrong-default-path-for-COCCINELLE_HOME.patch:-p1 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt @@ -23,7 +25,6 @@ BINARY_ALIAS= make=${LOCALBASE}/bin/gmake SHEBANG_FILES= tools/pycocci USE_PERL5= build GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV= PYTHON="${PYTHON_CMD}" PYVER="${PYTHON_VER}" MAKE_ARGS= PYTHON_VERSION="${PYTHON_VER}" diff --git a/devel/coccinelle/files/0001-Fix-263-wrong-default-path-for-COCCINELLE_HOME.patch b/devel/coccinelle/files/0001-Fix-263-wrong-default-path-for-COCCINELLE_HOME.patch new file mode 100644 index 00000000000..098ac1583b5 --- /dev/null +++ b/devel/coccinelle/files/0001-Fix-263-wrong-default-path-for-COCCINELLE_HOME.patch @@ -0,0 +1,66 @@ +From 540888ff426e0b1f7907b63ce26e712d1fc172cc Mon Sep 17 00:00:00 2001 +Message-Id: <540888ff426e0b1f7907b63ce26e712d1fc172cc.1660153142.git.osandov@osandov.com> +From: Thierry Martinez +Date: Mon, 7 Feb 2022 11:24:49 +0100 +Subject: [PATCH] Fix 263: wrong default path for COCCINELLE_HOME + +COCCINELLE_HOME is the directory where standard.iso is looked for. +If COCCINELLE_HOME is not defined, we consider the directory $bindir +where the current executable is. If $bindir/standard.iso exists, +we use COCCINELLE_HOME=$bindir (this is a usual case during +development, where we run spatch.opt from the working directory of the +repository). + +Otherwise, we suppose that coccinelle has been installed (make +install), and that standard.iso is installed in $libdir, where +$libdir is $exec_prefix/lib. + +Before this commit, we considered wrongly that $exec_prefix was equal +to $bindir, whereas the default value for $bindir is +$exec_prefix/bin. Therefore, we should take for $exec_prefix the +parent directory of $bindir. +--- + globals/config.ml.in | 22 ++++++++++++++++++---- + 1 file changed, 18 insertions(+), 4 deletions(-) + +diff --git a/globals/config.ml.in b/globals/config.ml.in +index da1e9da4..6505a911 100644 +--- a/globals/config.ml.in ++++ b/globals/config.ml.in +@@ -26,15 +26,29 @@ let rec realpath path = + end + + let path = ++ (* COCCINELLE_HOME is the directory where standard.iso is looked for. *) + try (Sys.getenv "COCCINELLE_HOME") + with Not_found-> ++ (* If COCCINELLE_HOME is not defined, we consider the directory $bindir ++ where the current executable is. *) + let exec_realpath = realpath Sys.executable_name in +- let exec_dir = Filename.dirname exec_realpath in +- if Sys.file_exists (Filename.concat exec_dir "standard.iso") then +- exec_dir ++ let bin_dir = Filename.dirname exec_realpath in ++ if Sys.file_exists (Filename.concat bin_dir "standard.iso") then ++ (* If $bindir/standard.iso exists, ++ we use COCCINELLE_HOME=$bindir (this is a usual case during ++ development, where we run spatch.opt from the working directory ++ of the repository). *) ++ bin_dir + else ++ (* Otherwise, we suppose that coccinelle has been installed (make ++ install), and that standard.iso is installed in $libdir, where ++ $libdir is $exec_prefix/lib. ++ The default value for $bindir is $exec_prefix/bin. ++ Therefore, we should take for $exec_prefix the parent directory ++ of $bindir.*) + let libdir = +- Str.global_replace (Str.regexp "[$]{exec_prefix}") exec_dir "@libdir@" ++ Str.global_replace (Str.regexp "[$]{exec_prefix}") ++ (Filename.dirname bin_dir) "@libdir@" + in + Filename.concat libdir "coccinelle" + +-- +2.37.1 + diff --git a/devel/cocogitto/Makefile b/devel/cocogitto/Makefile index fa6200a3f63..537fb1dc659 100644 --- a/devel/cocogitto/Makefile +++ b/devel/cocogitto/Makefile @@ -1,6 +1,6 @@ PORTNAME= cocogitto DISTVERSION= 6.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/convco/Makefile b/devel/convco/Makefile index 70c92685e63..0add8b809d4 100644 --- a/devel/convco/Makefile +++ b/devel/convco/Makefile @@ -1,7 +1,7 @@ PORTNAME= convco DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/corrosion/Makefile b/devel/corrosion/Makefile index 11d2a25fbd0..80f79ff538a 100644 --- a/devel/corrosion/Makefile +++ b/devel/corrosion/Makefile @@ -1,6 +1,7 @@ PORTNAME= corrosion DISTVERSIONPREFIX= v -DISTVERSION= 0.4.9 +DISTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/corrosion/distinfo b/devel/corrosion/distinfo index 1e449b61f57..22a6ecadfcc 100644 --- a/devel/corrosion/distinfo +++ b/devel/corrosion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714978036 -SHA256 (corrosion-rs-corrosion-v0.4.9_GH0.tar.gz) = 3346b21c4986c077988e10a19b8737a7b56f6f84ef8e800058b58d1f138e8fa9 -SIZE (corrosion-rs-corrosion-v0.4.9_GH0.tar.gz) = 89764 +TIMESTAMP = 1715494792 +SHA256 (corrosion-rs-corrosion-v0.5_GH0.tar.gz) = d225753d54b482e04d2eb9e1a56f4b569d20dc70b00481dec279de1b5baa02f0 +SIZE (corrosion-rs-corrosion-v0.5_GH0.tar.gz) = 91610 diff --git a/devel/cpu_rec_rs/Makefile b/devel/cpu_rec_rs/Makefile index 7a8083f2e2c..72f5dbff4be 100644 --- a/devel/cpu_rec_rs/Makefile +++ b/devel/cpu_rec_rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= cpu_rec_rs DISTVERSIONPREFIX= release- DISTVERSION= 1.0.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel PATCH_SITES= https://github.com/trou/${PORTNAME}/commit/ diff --git a/devel/delve/Makefile b/devel/delve/Makefile index 2dfe3123ede..c44610efb21 100644 --- a/devel/delve/Makefile +++ b/devel/delve/Makefile @@ -1,7 +1,7 @@ PORTNAME= delve DISTVERSIONPREFIX= v DISTVERSION= 1.22.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= dmitry.wagin@ya.ru diff --git a/devel/desed/Makefile b/devel/desed/Makefile index 663548f3985..76c3d2e12d3 100644 --- a/devel/desed/Makefile +++ b/devel/desed/Makefile @@ -1,6 +1,6 @@ PORTNAME= desed DISTVERSION= 1.2.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/dra/Makefile b/devel/dra/Makefile index 4a95e6b2e35..7f64619b8d1 100644 --- a/devel/dra/Makefile +++ b/devel/dra/Makefile @@ -1,6 +1,6 @@ PORTNAME= dra DISTVERSION= 0.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/dtool/Makefile b/devel/dtool/Makefile index 4c89fddd43d..7a042c83198 100644 --- a/devel/dtool/Makefile +++ b/devel/dtool/Makefile @@ -1,7 +1,7 @@ PORTNAME= dtool DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/dupl/Makefile b/devel/dupl/Makefile index 4df11c757bf..59711e83835 100644 --- a/devel/dupl/Makefile +++ b/devel/dupl/Makefile @@ -2,7 +2,7 @@ PORTNAME= dupl DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-11 DISTVERSIONSUFFIX= -g28d787e -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/dura/Makefile b/devel/dura/Makefile index a14bf626826..9ac22749225 100644 --- a/devel/dura/Makefile +++ b/devel/dura/Makefile @@ -1,7 +1,7 @@ PORTNAME= dura DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/dwarf2json/Makefile b/devel/dwarf2json/Makefile index c628e10defe..2c385b313e4 100644 --- a/devel/dwarf2json/Makefile +++ b/devel/dwarf2json/Makefile @@ -1,6 +1,6 @@ PORTNAME= dwarf2json DISTVERSION= g20220807 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel MAINTAINER= antoine@FreeBSD.org diff --git a/devel/electron29/Makefile.version b/devel/electron29/Makefile.version index 0b85eb521f0..29bb076bc64 100644 --- a/devel/electron29/Makefile.version +++ b/devel/electron29/Makefile.version @@ -1,2 +1,2 @@ -ELECTRON_VER= 29.3.1 +ELECTRON_VER= 29.3.3 ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} diff --git a/devel/electron29/distinfo b/devel/electron29/distinfo index 92dd45925af..6a7815cf3b9 100644 --- a/devel/electron29/distinfo +++ b/devel/electron29/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1713515785 +TIMESTAMP = 1715244981 SHA256 (electron/chromium-122.0.6261.156.tar.xz) = c29e0d546920a788d664f241739c1b9ee6f5235cfab91f8d4cf3026f42bceead SIZE (electron/chromium-122.0.6261.156.tar.xz) = 1660787092 SHA256 (electron/e0b8a95aed06c02287872a2d15c28509b9808446) = 6c964b838cc8b73e6014d6f57ae132455e3b0787449a10d4cf12b1415f2abda2 SIZE (electron/e0b8a95aed06c02287872a2d15c28509b9808446) = 9601507 SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8 SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734 -SHA256 (electron/electron-yarn-cache-29.3.1.tar.xz) = bfe45219c248d463ef8fcbdce755ad4d5deb9b757984da4760f47c20630aee84 -SIZE (electron/electron-yarn-cache-29.3.1.tar.xz) = 29229056 -SHA256 (electron/electron-electron-v29.3.1_GH0.tar.gz) = 9c00c6c083387647331321685b5d61b96e52d7f031add140ef68018cf2fa68a3 -SIZE (electron/electron-electron-v29.3.1_GH0.tar.gz) = 13363862 +SHA256 (electron/electron-yarn-cache-29.3.3.tar.xz) = bfe45219c248d463ef8fcbdce755ad4d5deb9b757984da4760f47c20630aee84 +SIZE (electron/electron-yarn-cache-29.3.3.tar.xz) = 29229056 +SHA256 (electron/electron-electron-v29.3.3_GH0.tar.gz) = 9c0e68071214cf090d56ad37661954276b48425855927b235a0ffd35eda96a69 +SIZE (electron/electron-electron-v29.3.3_GH0.tar.gz) = 13376843 SHA256 (electron/nodejs-node-v20.9.0_GH0.tar.gz) = 97fa9283e5472d4252794c930ad59270e4851cc523fe5469f37f65a344f5f2e2 SIZE (electron/nodejs-node-v20.9.0_GH0.tar.gz) = 114905754 SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb diff --git a/devel/elfcat/Makefile b/devel/elfcat/Makefile index 53c73251641..5c1926d2fb5 100644 --- a/devel/elfcat/Makefile +++ b/devel/elfcat/Makefile @@ -1,6 +1,6 @@ PORTNAME= elfcat DISTVERSION= 0.1.8 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= devel MAINTAINER= lwhsu@FreeBSD.org diff --git a/devel/emacs-lsp-booster/Makefile b/devel/emacs-lsp-booster/Makefile index 9cb0359fc6f..1c4f6287f4a 100644 --- a/devel/emacs-lsp-booster/Makefile +++ b/devel/emacs-lsp-booster/Makefile @@ -1,6 +1,7 @@ PORTNAME= emacs-lsp-booster DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org diff --git a/devel/esbuild/Makefile b/devel/esbuild/Makefile index db545e7195e..c456d74599b 100644 --- a/devel/esbuild/Makefile +++ b/devel/esbuild/Makefile @@ -1,7 +1,7 @@ PORTNAME= esbuild DISTVERSIONPREFIX= v DISTVERSION= 0.20.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel www MAINTAINER= dch@FreeBSD.org diff --git a/devel/etcd/Makefile b/devel/etcd/Makefile index 6fff8a81071..6f7407b0bca 100644 --- a/devel/etcd/Makefile +++ b/devel/etcd/Makefile @@ -1,7 +1,7 @@ PORTNAME= etcd PORTVERSION= 2.3.8 DISTVERSIONPREFIX= v -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= devel PKGNAMEPREFIX= coreos- diff --git a/devel/etcd31/Makefile b/devel/etcd31/Makefile index f49843f99d0..a141d55a27a 100644 --- a/devel/etcd31/Makefile +++ b/devel/etcd31/Makefile @@ -1,7 +1,7 @@ PORTNAME= etcd PORTVERSION= 3.1.20 DISTVERSIONPREFIX= v -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= devel PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 31 diff --git a/devel/etcd32/Makefile b/devel/etcd32/Makefile index 4162d634c8e..e282fe25398 100644 --- a/devel/etcd32/Makefile +++ b/devel/etcd32/Makefile @@ -1,7 +1,7 @@ PORTNAME= etcd PORTVERSION= 3.2.32 DISTVERSIONPREFIX= v -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= devel PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 32 diff --git a/devel/etcd33/Makefile b/devel/etcd33/Makefile index 3aaa74316f8..e08220c8b17 100644 --- a/devel/etcd33/Makefile +++ b/devel/etcd33/Makefile @@ -1,7 +1,7 @@ PORTNAME= etcd PORTVERSION= 3.3.23 DISTVERSIONPREFIX= v -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= devel PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 33 diff --git a/devel/etcd34/Makefile b/devel/etcd34/Makefile index d2dd4103818..e81ecd0f194 100644 --- a/devel/etcd34/Makefile +++ b/devel/etcd34/Makefile @@ -1,7 +1,7 @@ PORTNAME= etcd PORTVERSION= 3.4.18 DISTVERSIONPREFIX= v -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= devel PKGNAMEPREFIX= coreos- PKGNAMESUFFIX= 34 diff --git a/devel/evcxr-jupyter/Makefile b/devel/evcxr-jupyter/Makefile index 0f75138bd57..1b7144e1103 100644 --- a/devel/evcxr-jupyter/Makefile +++ b/devel/evcxr-jupyter/Makefile @@ -1,7 +1,7 @@ PORTNAME= evcxr DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel PKGNAMESUFFIX= -jupyter diff --git a/devel/fatal/Makefile b/devel/fatal/Makefile index 646adc6b2ab..825d9e730d8 100644 --- a/devel/fatal/Makefile +++ b/devel/fatal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fatal DISTVERSIONPREFIX= v -DISTVERSION= 2024.05.02.00 +DISTVERSION= 2024.05.06.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fatal/distinfo b/devel/fatal/distinfo index a6ab4b32cdd..2d3852a64ea 100644 --- a/devel/fatal/distinfo +++ b/devel/fatal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714712522 -SHA256 (facebook-fatal-v2024.05.02.00_GH0.tar.gz) = 5ade738a484acc7fc8a2adf83d438a45d25fb88daa1b147dafdeea3962f4a163 -SIZE (facebook-fatal-v2024.05.02.00_GH0.tar.gz) = 658740 +TIMESTAMP = 1715055837 +SHA256 (facebook-fatal-v2024.05.06.00_GH0.tar.gz) = a2b2d4650360f2083c93e5af65620f7d293be8d7c18ccaa90d042357412779f8 +SIZE (facebook-fatal-v2024.05.06.00_GH0.tar.gz) = 658747 diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index 826c4b01dd0..e36759b4415 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2024.05.02.00 +DISTVERSION= 2024.05.06.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index b2ab0fd81cf..a1ee9bed892 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714712520 -SHA256 (facebook-fbthrift-v2024.05.02.00_GH0.tar.gz) = 9622bc7cbb73a8c4fe5889f8339c987289d1b8d49dbb768c8a48eb5a35c15220 -SIZE (facebook-fbthrift-v2024.05.02.00_GH0.tar.gz) = 18161512 +TIMESTAMP = 1715055834 +SHA256 (facebook-fbthrift-v2024.05.06.00_GH0.tar.gz) = 2e97b34db97cb2b328bf75b9528c8e2a9fc37e858a0c7982cd66dbd8911baa8a +SIZE (facebook-fbthrift-v2024.05.06.00_GH0.tar.gz) = 18164422 diff --git a/devel/fbthrift/files/patch-thrift_lib_cpp2_CMakeLists.txt b/devel/fbthrift/files/patch-thrift_lib_cpp2_CMakeLists.txt new file mode 100644 index 00000000000..b5d6202999f --- /dev/null +++ b/devel/fbthrift/files/patch-thrift_lib_cpp2_CMakeLists.txt @@ -0,0 +1,18 @@ +Fix race condition with Ninja >= 1.12.0 where any_rep_types.h is not generated +before Any.cpp is compiled. + +https://github.com/facebook/fbthrift/pull/599 + +--- thrift/lib/cpp2/CMakeLists.txt.orig 2024-05-02 22:42:02 UTC ++++ thrift/lib/cpp2/CMakeLists.txt +@@ -109,8 +109,8 @@ add_library( + type/TypeRegistry.cpp + type/UniversalName.cpp + ) +-add_dependencies(thrifttype type-cpp2-target thriftannotation thrifttyperep +- thriftprotocol) ++add_dependencies(thrifttype any_rep-cpp2-target type-cpp2-target ++ thriftannotation thrifttyperep thriftprotocol) + target_link_libraries( + thrifttype + PUBLIC diff --git a/devel/fnm/Makefile b/devel/fnm/Makefile index 3757394c505..68250abb25e 100644 --- a/devel/fnm/Makefile +++ b/devel/fnm/Makefile @@ -1,7 +1,7 @@ PORTNAME= fnm DISTVERSIONPREFIX= v DISTVERSION= 1.35.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/folly/Makefile b/devel/folly/Makefile index 2be1f586698..ebc91e0919b 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -1,6 +1,6 @@ PORTNAME= folly DISTVERSIONPREFIX= v -DISTVERSION= 2024.05.02.00 +DISTVERSION= 2024.05.06.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -46,7 +46,7 @@ CXXFLAGS+= -fPIC CXXFLAGS+= -DGLOG_USE_GLOG_EXPORT CXXFLAGS_powerpc64= -DFOLLY_QUOTIENT_MULTI_SET_SUPPORTED=0 -do-test: # tests fail to compile, see https://github.com/facebook/folly/issues/2032 +do-test: # tests fail to configure, see https://github.com/facebook/folly/issues/2188 @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ diff --git a/devel/folly/distinfo b/devel/folly/distinfo index 5c43a8252d3..35a772bd760 100644 --- a/devel/folly/distinfo +++ b/devel/folly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714712514 -SHA256 (facebook-folly-v2024.05.02.00_GH0.tar.gz) = c220c556b69ddd91fd83aa2682c7c60470d23d9157e27c803e27f795aac0da9c -SIZE (facebook-folly-v2024.05.02.00_GH0.tar.gz) = 4091636 +TIMESTAMP = 1715055828 +SHA256 (facebook-folly-v2024.05.06.00_GH0.tar.gz) = d50418d0e9fb620def36feb50c4a8c60dd4d7dc3a5ef1acf486724f0e7a5b83e +SIZE (facebook-folly-v2024.05.06.00_GH0.tar.gz) = 4089272 diff --git a/devel/folly/pkg-plist b/devel/folly/pkg-plist index 822f27afd49..e1c0f7584d0 100644 --- a/devel/folly/pkg-plist +++ b/devel/folly/pkg-plist @@ -138,6 +138,13 @@ include/folly/channels/ProxyChannel.h include/folly/channels/RateLimiter.h include/folly/channels/Transform-inl.h include/folly/channels/Transform.h +include/folly/channels/detail/AtomicQueue.h +include/folly/channels/detail/ChannelBridge.h +include/folly/channels/detail/FunctionTraits.h +include/folly/channels/detail/IntrusivePtr.h +include/folly/channels/detail/MultiplexerTraits.h +include/folly/channels/detail/PointerVariant.h +include/folly/channels/detail/Utility.h include/folly/chrono/Clock.h include/folly/chrono/Conv.h include/folly/chrono/Hardware.h @@ -268,8 +275,8 @@ include/folly/executors/QueueObserver.h include/folly/executors/QueuedImmediateExecutor.h include/folly/executors/ScheduledExecutor.h include/folly/executors/SequencedExecutor.h -include/folly/executors/SerialExecutor.h include/folly/executors/SerialExecutor-inl.h +include/folly/executors/SerialExecutor.h include/folly/executors/SerializedExecutor.h include/folly/executors/SoftRealTimeExecutor.h include/folly/executors/StrandExecutor.h @@ -322,7 +329,6 @@ include/folly/experimental/TestUtil.h include/folly/experimental/ThreadedRepeatingFunctionRunner.h include/folly/experimental/TimerFD.h include/folly/experimental/TimerFDTimeoutManager.h -include/folly/experimental/TupleOps.h include/folly/experimental/bser/Bser.h include/folly/experimental/channels/Channel-fwd.h include/folly/experimental/channels/Channel-inl.h diff --git a/devel/freebsd-git-devtools/Makefile b/devel/freebsd-git-devtools/Makefile index 756aa00011e..071b5ffd210 100644 --- a/devel/freebsd-git-devtools/Makefile +++ b/devel/freebsd-git-devtools/Makefile @@ -1,9 +1,9 @@ PORTNAME= freebsd-git-devtools -PORTVERSION= 20230925 -PORTREVISION= 1 +PORTVERSION= 20240422 CATEGORIES= devel MASTER_SITES= https://cgit.freebsd.org/src/plain/tools/tools/git/ -DISTFILES= git-arc.sh?id=${_REV} \ +DISTFILES= candidatematch.lua?id=${_REV} \ + git-arc.sh?id=${_REV} \ git-arc.1?id=${_REV} \ mfc-candidates.sh?id=${_REV} DIST_SUBDIR= ${PORTNAME} @@ -17,6 +17,10 @@ RUN_DEPENDS= arc:devel/arcanist \ git:devel/git \ jq:textproc/jq +USES= lua shebangfix +SHEBANG_FILES= candidatematch.lua?id=${_REV} +lua_OLD_CMD= /usr/libexec/flua + EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= . @@ -25,11 +29,12 @@ NO_BUILD= yes NO_WRKSUBDIR= yes -PLIST_FILES= bin/git-arc \ +PLIST_FILES= bin/candidatematch.lua \ + bin/git-arc \ bin/mfc-candidates \ share/man/man1/git-arc.1.gz -_REV= 61f8df6a13a357e1d45c22a2016b87491f10de87 +_REV= 76a8625bc71da3fa63eef5abb4782553d2588f5c post-patch: for f in ${WRKSRC}/*\?id=*; do \ @@ -37,6 +42,7 @@ post-patch: done do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/candidatematch.lua ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/git-arc.sh ${STAGEDIR}${PREFIX}/bin/git-arc ${INSTALL_SCRIPT} ${WRKSRC}/mfc-candidates.sh ${STAGEDIR}${PREFIX}/bin/mfc-candidates ${INSTALL_MAN} ${WRKSRC}/git-arc.1 ${STAGEDIR}${PREFIX}/share/man/man1/ diff --git a/devel/freebsd-git-devtools/distinfo b/devel/freebsd-git-devtools/distinfo index 1d1a19748de..05109017e88 100644 --- a/devel/freebsd-git-devtools/distinfo +++ b/devel/freebsd-git-devtools/distinfo @@ -1,7 +1,9 @@ -TIMESTAMP = 1695735108 -SHA256 (freebsd-git-devtools/git-arc.sh?id=61f8df6a13a357e1d45c22a2016b87491f10de87) = 5dbcbde74b3a781b6d2ecff1929148c83ff0ff3608c0f1110327cffddf2cb25c -SIZE (freebsd-git-devtools/git-arc.sh?id=61f8df6a13a357e1d45c22a2016b87491f10de87) = 17038 -SHA256 (freebsd-git-devtools/git-arc.1?id=61f8df6a13a357e1d45c22a2016b87491f10de87) = 011b470468af2994b0e0cca164dcf0ccfb870946fd3c5bb0ca7c4a0cb8b36b9d -SIZE (freebsd-git-devtools/git-arc.1?id=61f8df6a13a357e1d45c22a2016b87491f10de87) = 7111 -SHA256 (freebsd-git-devtools/mfc-candidates.sh?id=61f8df6a13a357e1d45c22a2016b87491f10de87) = ad11d61abc37134b4a5a37e587e80144bdcce05fbfb3145892df1ab6f92f1d4d -SIZE (freebsd-git-devtools/mfc-candidates.sh?id=61f8df6a13a357e1d45c22a2016b87491f10de87) = 4450 +TIMESTAMP = 1715004431 +SHA256 (freebsd-git-devtools/candidatematch.lua?id=76a8625bc71da3fa63eef5abb4782553d2588f5c) = 36098f6871d1ed79ed588bd8a7bb906a5f5ab291e2e3fe32aad2adf096142918 +SIZE (freebsd-git-devtools/candidatematch.lua?id=76a8625bc71da3fa63eef5abb4782553d2588f5c) = 1748 +SHA256 (freebsd-git-devtools/git-arc.sh?id=76a8625bc71da3fa63eef5abb4782553d2588f5c) = 2125d0a57c522ab24a43091f851dbdd9b33633699eef84195c480630301335da +SIZE (freebsd-git-devtools/git-arc.sh?id=76a8625bc71da3fa63eef5abb4782553d2588f5c) = 23024 +SHA256 (freebsd-git-devtools/git-arc.1?id=76a8625bc71da3fa63eef5abb4782553d2588f5c) = 3b7660960d39bbe310194f985d5cbc08836cad249e29da0692dfe7945275dc8e +SIZE (freebsd-git-devtools/git-arc.1?id=76a8625bc71da3fa63eef5abb4782553d2588f5c) = 7469 +SHA256 (freebsd-git-devtools/mfc-candidates.sh?id=76a8625bc71da3fa63eef5abb4782553d2588f5c) = adc38b6815d3ba672fc0fc108a79ef76e0e5ce97d027a30b21a189951f3cb1d4 +SIZE (freebsd-git-devtools/mfc-candidates.sh?id=76a8625bc71da3fa63eef5abb4782553d2588f5c) = 4190 diff --git a/devel/fsx/Makefile b/devel/fsx/Makefile index 107ec6e3897..4b9aded10f5 100644 --- a/devel/fsx/Makefile +++ b/devel/fsx/Makefile @@ -1,6 +1,6 @@ PORTNAME= fsx DISTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/gbump/Makefile b/devel/gbump/Makefile index 06b15ff0972..ef6d9740967 100644 --- a/devel/gbump/Makefile +++ b/devel/gbump/Makefile @@ -1,6 +1,6 @@ PORTNAME= gbump PORTVERSION= 1.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/gfold/Makefile b/devel/gfold/Makefile index 86e96b7decd..ed6bf98d26a 100644 --- a/devel/gfold/Makefile +++ b/devel/gfold/Makefile @@ -1,6 +1,6 @@ PORTNAME= gfold DISTVERSION= 4.0.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MAINTAINER= sec.research.2005@gmail.com diff --git a/devel/gh/Makefile b/devel/gh/Makefile index 50ebe8dbd7f..ee1dc53b831 100644 --- a/devel/gh/Makefile +++ b/devel/gh/Makefile @@ -1,7 +1,7 @@ PORTNAME= gh DISTVERSIONPREFIX= v DISTVERSION= 2.42.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/ghostie/Makefile b/devel/ghostie/Makefile index d558a5d3777..25e51ad7c59 100644 --- a/devel/ghostie/Makefile +++ b/devel/ghostie/Makefile @@ -1,7 +1,7 @@ PORTNAME= ghostie DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/ghq/Makefile b/devel/ghq/Makefile index 120e6912dd6..23473eec577 100644 --- a/devel/ghq/Makefile +++ b/devel/ghq/Makefile @@ -1,7 +1,7 @@ PORTNAME= ghq DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= driesm@FreeBSD.org diff --git a/devel/git-absorb/Makefile b/devel/git-absorb/Makefile index 43aa334b86e..d3a1af0203b 100644 --- a/devel/git-absorb/Makefile +++ b/devel/git-absorb/Makefile @@ -1,5 +1,6 @@ PORTNAME= git-absorb DISTVERSION= 0.6.13 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/git-branchless/Makefile b/devel/git-branchless/Makefile index b1ff723be11..bd49b9ed6bb 100644 --- a/devel/git-branchless/Makefile +++ b/devel/git-branchless/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-branchless DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-bug/Makefile b/devel/git-bug/Makefile index 366dc7fc887..6e10d6fb571 100644 --- a/devel/git-bug/Makefile +++ b/devel/git-bug/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-bug DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/git-cinnabar/Makefile b/devel/git-cinnabar/Makefile index 0a90559ae48..07022d24685 100644 --- a/devel/git-cinnabar/Makefile +++ b/devel/git-cinnabar/Makefile @@ -1,6 +1,6 @@ PORTNAME= git-cinnabar DISTVERSION= 0.6.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/git-cliff/Makefile b/devel/git-cliff/Makefile index e6b4e79fea5..87505c786c0 100644 --- a/devel/git-cliff/Makefile +++ b/devel/git-cliff/Makefile @@ -1,6 +1,7 @@ PORTNAME= git-cliff DISTVERSIONPREFIX= v -DISTVERSION= 2.2.1 +DISTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -12,9 +13,9 @@ LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/../LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/../LICENSE-MIT -BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs:358:10 # see https://github.com/rust-lang/rust/issues/119901 +LIB_DEPENDS= libzstd.so:archivers/zstd -USES= cargo +USES= cargo pkgconfig USE_GITHUB= yes GH_ACCOUNT= orhun @@ -30,16 +31,18 @@ CARGO_CRATES= addr2line-0.21.0 \ aho-corasick-1.1.3 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anstream-0.6.13 \ - anstyle-1.0.6 \ - anstyle-parse-0.2.3 \ - anstyle-query-1.0.2 \ - anstyle-wincon-3.0.2 \ - anyhow-1.0.82 \ - async-trait-0.1.79 \ - autocfg-1.2.0 \ + anstream-0.6.14 \ + anstyle-1.0.7 \ + anstyle-parse-0.2.4 \ + anstyle-query-1.0.3 \ + anstyle-wincon-3.0.3 \ + anyhow-1.0.83 \ + async-compression-0.4.10 \ + async-trait-0.1.80 \ + autocfg-1.3.0 \ backtrace-0.3.71 \ base64-0.21.7 \ + base64-0.22.1 \ bincode-1.3.3 \ bitflags-1.3.2 \ bitflags-2.5.0 \ @@ -47,10 +50,10 @@ CARGO_CRATES= addr2line-0.21.0 \ bstr-1.9.1 \ bumpalo-3.16.0 \ bytes-1.6.0 \ - cacache-12.0.0 \ - cc-1.0.92 \ + cacache-13.0.0 \ + cc-1.0.97 \ cfg-if-1.0.0 \ - chrono-0.4.37 \ + chrono-0.4.38 \ chrono-tz-0.8.6 \ chrono-tz-build-0.2.1 \ clap-4.5.4 \ @@ -59,7 +62,7 @@ CARGO_CRATES= addr2line-0.21.0 \ clap_derive-4.5.4 \ clap_lex-0.7.0 \ clap_mangen-0.2.20 \ - colorchoice-1.0.0 \ + colorchoice-1.0.1 \ config-0.14.0 \ console-0.15.8 \ conventional_commit_parser-0.9.4 \ @@ -72,22 +75,24 @@ CARGO_CRATES= addr2line-0.21.0 \ crossbeam-utils-0.8.19 \ crypto-common-0.1.6 \ deranged-0.3.11 \ - deunicode-1.4.3 \ + deunicode-1.4.4 \ diff-0.1.13 \ digest-0.10.7 \ directories-5.0.1 \ dirs-5.0.1 \ dirs-sys-0.4.1 \ + dissimilar-1.0.9 \ doc-comment-0.3.3 \ document-features-0.2.8 \ - either-1.10.0 \ + either-1.11.0 \ encode_unicode-0.3.6 \ encoding_rs-0.8.34 \ env_logger-0.10.2 \ equivalent-1.0.1 \ - errno-0.3.8 \ - fastrand-2.0.2 \ - flate2-1.0.28 \ + errno-0.3.9 \ + expect-test-1.5.0 \ + fastrand-2.1.0 \ + flate2-1.0.30 \ fnv-1.0.7 \ form_urlencoded-1.2.1 \ futures-0.3.30 \ @@ -100,7 +105,7 @@ CARGO_CRATES= addr2line-0.21.0 \ futures-task-0.3.30 \ futures-util-0.3.30 \ generic-array-0.14.7 \ - getrandom-0.2.14 \ + getrandom-0.2.15 \ gimli-0.28.1 \ git-conventional-0.12.6 \ git2-0.18.3 \ @@ -108,22 +113,28 @@ CARGO_CRATES= addr2line-0.21.0 \ globset-0.4.14 \ globwalk-0.8.1 \ h2-0.3.26 \ - hashbrown-0.14.3 \ + hashbrown-0.14.5 \ heck-0.5.0 \ hermit-abi-0.3.9 \ hex-0.4.3 \ http-0.2.12 \ + http-1.1.0 \ http-body-0.4.6 \ - http-cache-0.18.0 \ - http-cache-reqwest-0.13.0 \ - http-cache-semantics-1.0.2 \ - http-serde-1.1.3 \ + http-body-1.0.0 \ + http-body-util-0.1.1 \ + http-cache-0.19.0 \ + http-cache-reqwest-0.14.0 \ + http-cache-semantics-2.1.0 \ + http-serde-2.1.0 \ httparse-1.8.0 \ httpdate-1.0.3 \ humansize-2.1.3 \ humantime-2.1.0 \ hyper-0.14.28 \ + hyper-1.3.1 \ hyper-rustls-0.24.2 \ + hyper-rustls-0.26.0 \ + hyper-util-0.1.3 \ iana-time-zone-0.1.60 \ iana-time-zone-haiku-0.1.2 \ idna-0.5.0 \ @@ -136,13 +147,14 @@ CARGO_CRATES= addr2line-0.21.0 \ instant-0.1.12 \ ipnet-2.9.0 \ is-terminal-0.4.12 \ + is_terminal_polyfill-1.70.0 \ itoa-1.0.11 \ - jobserver-0.1.28 \ + jobserver-0.1.31 \ js-sys-0.3.69 \ lazy-regex-3.1.0 \ lazy-regex-proc_macros-3.1.0 \ lazy_static-1.4.0 \ - libc-0.2.153 \ + libc-0.2.154 \ libflate-1.4.0 \ libflate_lz77-1.2.0 \ libgit2-sys-0.16.2+1.7.2 \ @@ -158,30 +170,31 @@ CARGO_CRATES= addr2line-0.21.0 \ miette-5.10.0 \ miette-derive-5.10.0 \ mime-0.3.17 \ - mime_guess-2.0.4 \ minimal-lexical-0.2.1 \ miniz_oxide-0.7.2 \ mio-0.8.11 \ - next_version-0.2.15 \ + next_version-0.2.16 \ nom-7.1.3 \ num-conv-0.1.0 \ - num-traits-0.2.18 \ + num-traits-0.2.19 \ num_cpus-1.16.0 \ number_prefix-0.4.0 \ object-0.32.2 \ once_cell-1.19.0 \ option-ext-0.2.0 \ - parse-zoneinfo-0.3.0 \ + parse-zoneinfo-0.3.1 \ pathdiff-0.2.1 \ percent-encoding-2.3.1 \ - pest-2.7.9 \ - pest_derive-2.7.9 \ - pest_generator-2.7.9 \ - pest_meta-2.7.9 \ + pest-2.7.10 \ + pest_derive-2.7.10 \ + pest_generator-2.7.10 \ + pest_meta-2.7.10 \ phf-0.11.2 \ phf_codegen-0.11.2 \ phf_generator-0.11.2 \ phf_shared-0.11.2 \ + pin-project-1.1.5 \ + pin-project-internal-1.1.5 \ pin-project-lite-0.2.14 \ pin-utils-0.1.0 \ pkg-config-0.3.30 \ @@ -190,40 +203,42 @@ CARGO_CRATES= addr2line-0.21.0 \ ppv-lite86-0.2.17 \ pretty_assertions-1.4.0 \ proc-macro-hack-0.5.20+deprecated \ - proc-macro2-1.0.79 \ + proc-macro2-1.0.82 \ quote-1.0.36 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ redox_users-0.4.5 \ - reflink-copy-0.1.15 \ + reflink-copy-0.1.17 \ regex-1.10.4 \ regex-automata-0.4.6 \ regex-syntax-0.8.3 \ reqwest-0.11.27 \ - reqwest-middleware-0.2.5 \ + reqwest-0.12.4 \ + reqwest-middleware-0.3.1 \ ring-0.17.8 \ rle-decode-fast-1.0.3 \ roff-0.2.1 \ - rust-embed-8.3.0 \ - rust-embed-impl-8.3.0 \ - rust-embed-utils-8.3.0 \ - rustc-demangle-0.1.23 \ - rustix-0.38.32 \ - rustls-0.21.10 \ - rustls-0.22.3 \ + rust-embed-8.4.0 \ + rust-embed-impl-8.4.0 \ + rust-embed-utils-8.4.0 \ + rustc-demangle-0.1.24 \ + rustix-0.38.34 \ + rustls-0.21.12 \ + rustls-0.22.4 \ rustls-pemfile-1.0.4 \ - rustls-pki-types-1.4.1 \ + rustls-pemfile-2.1.2 \ + rustls-pki-types-1.7.0 \ rustls-webpki-0.101.7 \ - rustls-webpki-0.102.2 \ - ryu-1.0.17 \ + rustls-webpki-0.102.3 \ + ryu-1.0.18 \ same-file-1.0.6 \ sct-0.7.1 \ secrecy-0.8.0 \ - semver-1.0.22 \ - serde-1.0.197 \ - serde_derive-1.0.197 \ - serde_json-1.0.115 \ + semver-1.0.23 \ + serde-1.0.201 \ + serde_derive-1.0.201 \ + serde_json-1.0.117 \ serde_regex-1.1.0 \ serde_spanned-0.6.5 \ serde_urlencoded-0.7.1 \ @@ -234,23 +249,23 @@ CARGO_CRATES= addr2line-0.21.0 \ siphasher-0.3.11 \ slab-0.4.9 \ slug-0.1.5 \ - socket2-0.5.6 \ + smallvec-1.13.2 \ + socket2-0.5.7 \ spin-0.9.8 \ ssri-9.2.0 \ strsim-0.11.1 \ subtle-2.5.0 \ syn-1.0.109 \ - syn-2.0.58 \ + syn-2.0.63 \ sync_wrapper-0.1.2 \ system-configuration-0.5.1 \ system-configuration-sys-0.5.0 \ - task-local-extensions-0.1.4 \ tempfile-3.10.1 \ tera-1.19.1 \ termcolor-1.4.1 \ terminal_size-0.3.0 \ - thiserror-1.0.58 \ - thiserror-impl-1.0.58 \ + thiserror-1.0.60 \ + thiserror-impl-1.0.60 \ time-0.3.36 \ time-core-0.1.2 \ time-macros-0.2.18 \ @@ -259,11 +274,14 @@ CARGO_CRATES= addr2line-0.21.0 \ tokio-1.37.0 \ tokio-macros-2.2.0 \ tokio-rustls-0.24.1 \ + tokio-rustls-0.25.0 \ tokio-stream-0.1.15 \ - tokio-util-0.7.10 \ + tokio-util-0.7.11 \ toml-0.8.12 \ toml_datetime-0.6.5 \ - toml_edit-0.22.9 \ + toml_edit-0.22.12 \ + tower-0.4.13 \ + tower-layer-0.3.2 \ tower-service-0.3.2 \ tracing-0.1.40 \ tracing-core-0.1.32 \ @@ -280,10 +298,10 @@ CARGO_CRATES= addr2line-0.21.0 \ unicode-bidi-0.3.15 \ unicode-ident-1.0.12 \ unicode-normalization-0.1.23 \ - unicode-width-0.1.11 \ + unicode-width-0.1.12 \ untrusted-0.9.0 \ update-informer-1.1.0 \ - ureq-2.9.6 \ + ureq-2.9.7 \ url-2.5.0 \ utf8parse-0.2.1 \ vcpkg-0.2.15 \ @@ -300,38 +318,42 @@ CARGO_CRATES= addr2line-0.21.0 \ web-sys-0.3.69 \ webpki-roots-0.25.4 \ webpki-roots-0.26.1 \ - winapi-0.3.9 \ - winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.6 \ - winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-0.54.0 \ + winapi-util-0.1.8 \ + windows-0.56.0 \ windows-core-0.52.0 \ - windows-core-0.54.0 \ - windows-result-0.1.0 \ + windows-core-0.56.0 \ + windows-implement-0.56.0 \ + windows-interface-0.56.0 \ + windows-result-0.1.1 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-targets-0.48.5 \ - windows-targets-0.52.4 \ + windows-targets-0.52.5 \ windows_aarch64_gnullvm-0.48.5 \ - windows_aarch64_gnullvm-0.52.4 \ + windows_aarch64_gnullvm-0.52.5 \ windows_aarch64_msvc-0.48.5 \ - windows_aarch64_msvc-0.52.4 \ + windows_aarch64_msvc-0.52.5 \ windows_i686_gnu-0.48.5 \ - windows_i686_gnu-0.52.4 \ + windows_i686_gnu-0.52.5 \ + windows_i686_gnullvm-0.52.5 \ windows_i686_msvc-0.48.5 \ - windows_i686_msvc-0.52.4 \ + windows_i686_msvc-0.52.5 \ windows_x86_64_gnu-0.48.5 \ - windows_x86_64_gnu-0.52.4 \ + windows_x86_64_gnu-0.52.5 \ windows_x86_64_gnullvm-0.48.5 \ - windows_x86_64_gnullvm-0.52.4 \ + windows_x86_64_gnullvm-0.52.5 \ windows_x86_64_msvc-0.48.5 \ - windows_x86_64_msvc-0.52.4 \ - winnow-0.6.5 \ + windows_x86_64_msvc-0.52.5 \ + winnow-0.6.8 \ winreg-0.50.0 \ + winreg-0.52.0 \ xxhash-rust-0.8.10 \ yaml-rust-0.4.5 \ yansi-0.5.1 \ - zeroize-1.7.0 + zeroize-1.7.0 \ + zstd-0.13.1 \ + zstd-safe-7.1.0 \ + zstd-sys-2.0.10+zstd.1.5.6 PLIST_FILES= bin/${PORTNAME} \ bin/git-cliff-completions \ diff --git a/devel/git-cliff/distinfo b/devel/git-cliff/distinfo index 57619241f65..47ed457f8f8 100644 --- a/devel/git-cliff/distinfo +++ b/devel/git-cliff/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1712807846 +TIMESTAMP = 1715494892 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -11,26 +11,30 @@ SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anstream-0.6.13.crate) = d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb -SIZE (rust/crates/anstream-0.6.13.crate) = 30928 -SHA256 (rust/crates/anstyle-1.0.6.crate) = 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc -SIZE (rust/crates/anstyle-1.0.6.crate) = 14604 -SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c -SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 -SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 -SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 -SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 -SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 -SHA256 (rust/crates/anyhow-1.0.82.crate) = f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519 -SIZE (rust/crates/anyhow-1.0.82.crate) = 45361 -SHA256 (rust/crates/async-trait-0.1.79.crate) = a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681 -SIZE (rust/crates/async-trait-0.1.79.crate) = 29558 -SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 -SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 +SHA256 (rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b +SIZE (rust/crates/anstream-0.6.14.crate) = 29160 +SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b +SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 +SHA256 (rust/crates/anstyle-parse-0.2.4.crate) = c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 +SIZE (rust/crates/anstyle-parse-0.2.4.crate) = 23069 +SHA256 (rust/crates/anstyle-query-1.0.3.crate) = a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5 +SIZE (rust/crates/anstyle-query-1.0.3.crate) = 9742 +SHA256 (rust/crates/anstyle-wincon-3.0.3.crate) = 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 +SIZE (rust/crates/anstyle-wincon-3.0.3.crate) = 12179 +SHA256 (rust/crates/anyhow-1.0.83.crate) = 25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3 +SIZE (rust/crates/anyhow-1.0.83.crate) = 45650 +SHA256 (rust/crates/async-compression-0.4.10.crate) = 9c90a406b4495d129f00461241616194cb8a032c8d1c53c657f0961d5f8e0498 +SIZE (rust/crates/async-compression-0.4.10.crate) = 104959 +SHA256 (rust/crates/async-trait-0.1.80.crate) = c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca +SIZE (rust/crates/async-trait-0.1.80.crate) = 28775 +SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 +SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d SIZE (rust/crates/backtrace-0.3.71.crate) = 86553 SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 SIZE (rust/crates/base64-0.21.7.crate) = 82576 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad SIZE (rust/crates/bincode-1.3.3.crate) = 28958 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a @@ -45,14 +49,14 @@ SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2 SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 SHA256 (rust/crates/bytes-1.6.0.crate) = 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9 SIZE (rust/crates/bytes-1.6.0.crate) = 60605 -SHA256 (rust/crates/cacache-12.0.0.crate) = 142316461ed3a3dfcba10417317472da5bfd0461e4d276bf7c07b330766d9490 -SIZE (rust/crates/cacache-12.0.0.crate) = 47107 -SHA256 (rust/crates/cc-1.0.92.crate) = 2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41 -SIZE (rust/crates/cc-1.0.92.crate) = 76130 +SHA256 (rust/crates/cacache-13.0.0.crate) = a61ff12b19d89c752c213316b87fdb4a587f073d219b893cc56974b8c9f39bf7 +SIZE (rust/crates/cacache-13.0.0.crate) = 47440 +SHA256 (rust/crates/cc-1.0.97.crate) = 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 +SIZE (rust/crates/cc-1.0.97.crate) = 76951 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.37.crate) = 8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e -SIZE (rust/crates/chrono-0.4.37.crate) = 234441 +SHA256 (rust/crates/chrono-0.4.38.crate) = a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 +SIZE (rust/crates/chrono-0.4.38.crate) = 220559 SHA256 (rust/crates/chrono-tz-0.8.6.crate) = d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e SIZE (rust/crates/chrono-tz-0.8.6.crate) = 624830 SHA256 (rust/crates/chrono-tz-build-0.2.1.crate) = 433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f @@ -69,8 +73,8 @@ SHA256 (rust/crates/clap_lex-0.7.0.crate) = 98cc8fbded0c607b7ba9dd60cd98df59af97 SIZE (rust/crates/clap_lex-0.7.0.crate) = 11915 SHA256 (rust/crates/clap_mangen-0.2.20.crate) = e1dd95b5ebb5c1c54581dd6346f3ed6a79a3eef95dd372fc2ac13d535535300e SIZE (rust/crates/clap_mangen-0.2.20.crate) = 14861 -SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 -SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 +SHA256 (rust/crates/colorchoice-1.0.1.crate) = 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 +SIZE (rust/crates/colorchoice-1.0.1.crate) = 7895 SHA256 (rust/crates/config-0.14.0.crate) = 7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be SIZE (rust/crates/config-0.14.0.crate) = 79442 SHA256 (rust/crates/console-0.15.8.crate) = 0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb @@ -95,8 +99,8 @@ SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 SIZE (rust/crates/deranged-0.3.11.crate) = 18043 -SHA256 (rust/crates/deunicode-1.4.3.crate) = b6e854126756c496b8c81dec88f9a706b15b875c5849d4097a3854476b9fdf94 -SIZE (rust/crates/deunicode-1.4.3.crate) = 177180 +SHA256 (rust/crates/deunicode-1.4.4.crate) = 322ef0094744e63628e6f0eb2295517f79276a5b342a4c2ff3042566ca181d4e +SIZE (rust/crates/deunicode-1.4.4.crate) = 177174 SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 SIZE (rust/crates/diff-0.1.13.crate) = 46216 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 @@ -107,12 +111,14 @@ SHA256 (rust/crates/dirs-5.0.1.crate) = 44c45a9d03d6676652bcb5e724c7e988de1acad2 SIZE (rust/crates/dirs-5.0.1.crate) = 12255 SHA256 (rust/crates/dirs-sys-0.4.1.crate) = 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c SIZE (rust/crates/dirs-sys-0.4.1.crate) = 10719 +SHA256 (rust/crates/dissimilar-1.0.9.crate) = 59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d +SIZE (rust/crates/dissimilar-1.0.9.crate) = 27652 SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 SHA256 (rust/crates/document-features-0.2.8.crate) = ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95 SIZE (rust/crates/document-features-0.2.8.crate) = 12979 -SHA256 (rust/crates/either-1.10.0.crate) = 11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a -SIZE (rust/crates/either-1.10.0.crate) = 18334 +SHA256 (rust/crates/either-1.11.0.crate) = a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2 +SIZE (rust/crates/either-1.11.0.crate) = 18973 SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 SHA256 (rust/crates/encoding_rs-0.8.34.crate) = b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59 @@ -121,12 +127,14 @@ SHA256 (rust/crates/env_logger-0.10.2.crate) = 4cd405aab171cb85d6735e5c8d9db038c SIZE (rust/crates/env_logger-0.10.2.crate) = 36402 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 -SIZE (rust/crates/errno-0.3.8.crate) = 10645 -SHA256 (rust/crates/fastrand-2.0.2.crate) = 658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984 -SIZE (rust/crates/fastrand-2.0.2.crate) = 14674 -SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e -SIZE (rust/crates/flate2-1.0.28.crate) = 73690 +SHA256 (rust/crates/errno-0.3.9.crate) = 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba +SIZE (rust/crates/errno-0.3.9.crate) = 10690 +SHA256 (rust/crates/expect-test-1.5.0.crate) = 9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0 +SIZE (rust/crates/expect-test-1.5.0.crate) = 13574 +SHA256 (rust/crates/fastrand-2.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a +SIZE (rust/crates/fastrand-2.1.0.crate) = 14907 +SHA256 (rust/crates/flate2-1.0.30.crate) = 5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae +SIZE (rust/crates/flate2-1.0.30.crate) = 75511 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 @@ -151,8 +159,8 @@ SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987 SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/getrandom-0.2.14.crate) = 94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c -SIZE (rust/crates/getrandom-0.2.14.crate) = 37307 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 SIZE (rust/crates/gimli-0.28.1.crate) = 270497 SHA256 (rust/crates/git-conventional-0.12.6.crate) = 8035f7561b84cc80e8ec1c2c18dd14113c8b6e07206db72212403e9a25d2e72d @@ -167,8 +175,8 @@ SHA256 (rust/crates/globwalk-0.8.1.crate) = 93e3af942408868f6934a7b85134a3230832 SIZE (rust/crates/globwalk-0.8.1.crate) = 13705 SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 SIZE (rust/crates/h2-0.3.26.crate) = 168315 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 @@ -177,16 +185,22 @@ SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/http-0.2.12.crate) = 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 SIZE (rust/crates/http-0.2.12.crate) = 101964 +SHA256 (rust/crates/http-1.1.0.crate) = 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258 +SIZE (rust/crates/http-1.1.0.crate) = 103144 SHA256 (rust/crates/http-body-0.4.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 SIZE (rust/crates/http-body-0.4.6.crate) = 10773 -SHA256 (rust/crates/http-cache-0.18.0.crate) = 5b5ab65432bbdfe8490dfde21d0366353a8d39f2bc24aca0146889f931b0b4b5 -SIZE (rust/crates/http-cache-0.18.0.crate) = 12922 -SHA256 (rust/crates/http-cache-reqwest-0.13.0.crate) = 9c8285341ce7e709c56a0f259ff1c789c70edfbaa88acd69d27e4d63980b92dc -SIZE (rust/crates/http-cache-reqwest-0.13.0.crate) = 7135 -SHA256 (rust/crates/http-cache-semantics-1.0.2.crate) = 7aec9f678bca3f4a15194b980f20ed9bfe0dd38e8d298c65c559a93dfbd6380a -SIZE (rust/crates/http-cache-semantics-1.0.2.crate) = 12680 -SHA256 (rust/crates/http-serde-1.1.3.crate) = 6f560b665ad9f1572cfcaf034f7fb84338a7ce945216d64a90fd81f046a3caee -SIZE (rust/crates/http-serde-1.1.3.crate) = 4314 +SHA256 (rust/crates/http-body-1.0.0.crate) = 1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643 +SIZE (rust/crates/http-body-1.0.0.crate) = 5411 +SHA256 (rust/crates/http-body-util-0.1.1.crate) = 0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d +SIZE (rust/crates/http-body-util-0.1.1.crate) = 11930 +SHA256 (rust/crates/http-cache-0.19.0.crate) = d6ffb12b95bb2a369fe47ca8924016c72c2fa0e6059ba98bd1516f558696c5a8 +SIZE (rust/crates/http-cache-0.19.0.crate) = 12949 +SHA256 (rust/crates/http-cache-reqwest-0.14.0.crate) = be3e27c4e2e510571cbcc601407b639667146aa9a4e818d5cc1d97c8b4b27d61 +SIZE (rust/crates/http-cache-reqwest-0.14.0.crate) = 7183 +SHA256 (rust/crates/http-cache-semantics-2.1.0.crate) = 92baf25cf0b8c9246baecf3a444546360a97b569168fdf92563ee6a47829920c +SIZE (rust/crates/http-cache-semantics-2.1.0.crate) = 12675 +SHA256 (rust/crates/http-serde-2.1.0.crate) = 1133cafcce27ea69d35e56b3a8772e265633e04de73c5f4e1afdffc1d19b5419 +SIZE (rust/crates/http-serde-2.1.0.crate) = 6355 SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904 SIZE (rust/crates/httparse-1.8.0.crate) = 29954 SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 @@ -197,8 +211,14 @@ SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec8 SIZE (rust/crates/humantime-2.1.0.crate) = 16749 SHA256 (rust/crates/hyper-0.14.28.crate) = bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80 SIZE (rust/crates/hyper-0.14.28.crate) = 197204 +SHA256 (rust/crates/hyper-1.3.1.crate) = fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d +SIZE (rust/crates/hyper-1.3.1.crate) = 148763 SHA256 (rust/crates/hyper-rustls-0.24.2.crate) = ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590 SIZE (rust/crates/hyper-rustls-0.24.2.crate) = 30195 +SHA256 (rust/crates/hyper-rustls-0.26.0.crate) = a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c +SIZE (rust/crates/hyper-rustls-0.26.0.crate) = 29538 +SHA256 (rust/crates/hyper-util-0.1.3.crate) = ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa +SIZE (rust/crates/hyper-util-0.1.3.crate) = 61647 SHA256 (rust/crates/iana-time-zone-0.1.60.crate) = e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141 SIZE (rust/crates/iana-time-zone-0.1.60.crate) = 27074 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f @@ -223,10 +243,12 @@ SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2 SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 SHA256 (rust/crates/is-terminal-0.4.12.crate) = f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b SIZE (rust/crates/is-terminal-0.4.12.crate) = 7470 +SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 +SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b SIZE (rust/crates/itoa-1.0.11.crate) = 10563 -SHA256 (rust/crates/jobserver-0.1.28.crate) = ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6 -SIZE (rust/crates/jobserver-0.1.28.crate) = 25543 +SHA256 (rust/crates/jobserver-0.1.31.crate) = d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e +SIZE (rust/crates/jobserver-0.1.31.crate) = 27306 SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d SIZE (rust/crates/js-sys-0.3.69.crate) = 81083 SHA256 (rust/crates/lazy-regex-3.1.0.crate) = 5d12be4595afdf58bd19e4a9f4e24187da2a66700786ff660a418e9059937a4c @@ -235,8 +257,8 @@ SHA256 (rust/crates/lazy-regex-proc_macros-3.1.0.crate) = 44bcd58e6c97a7fcbaffcd SIZE (rust/crates/lazy-regex-proc_macros-3.1.0.crate) = 4490 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd -SIZE (rust/crates/libc-0.2.153.crate) = 740614 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 SHA256 (rust/crates/libflate-1.4.0.crate) = 5ff4ae71b685bbad2f2f391fe74f6b7659a34871c08b210fdc039e43bee07d18 SIZE (rust/crates/libflate-1.4.0.crate) = 42600 SHA256 (rust/crates/libflate_lz77-1.2.0.crate) = a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf @@ -267,22 +289,20 @@ SHA256 (rust/crates/miette-derive-5.10.0.crate) = 49e7bc1560b95a3c4a25d03de42fe7 SIZE (rust/crates/miette-derive-5.10.0.crate) = 16062 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a SIZE (rust/crates/mime-0.3.17.crate) = 15712 -SHA256 (rust/crates/mime_guess-2.0.4.crate) = 4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef -SIZE (rust/crates/mime_guess-2.0.4.crate) = 26399 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 SHA256 (rust/crates/miniz_oxide-0.7.2.crate) = 9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7 SIZE (rust/crates/miniz_oxide-0.7.2.crate) = 55731 SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c SIZE (rust/crates/mio-0.8.11.crate) = 102983 -SHA256 (rust/crates/next_version-0.2.15.crate) = d0b8566ec538405d0feb0a7bb8262daa997f4cee2a9f9a9b7ab81f1262110d59 -SIZE (rust/crates/next_version-0.2.15.crate) = 6736 +SHA256 (rust/crates/next_version-0.2.16.crate) = d3e541a09da6184deaa5f0c9eeec570dbea6ea841d92c84cdfa4ff985aa535fa +SIZE (rust/crates/next_version-0.2.16.crate) = 6855 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 -SHA256 (rust/crates/num-traits-0.2.18.crate) = da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a -SIZE (rust/crates/num-traits-0.2.18.crate) = 51930 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 SHA256 (rust/crates/number_prefix-0.4.0.crate) = 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 @@ -293,20 +313,20 @@ SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c243 SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 -SHA256 (rust/crates/parse-zoneinfo-0.3.0.crate) = c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41 -SIZE (rust/crates/parse-zoneinfo-0.3.0.crate) = 76590 +SHA256 (rust/crates/parse-zoneinfo-0.3.1.crate) = 1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24 +SIZE (rust/crates/parse-zoneinfo-0.3.1.crate) = 97290 SHA256 (rust/crates/pathdiff-0.2.1.crate) = 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd SIZE (rust/crates/pathdiff-0.2.1.crate) = 7142 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pest-2.7.9.crate) = 311fb059dee1a7b802f036316d790138c613a4e8b180c822e3925a662e9f0c95 -SIZE (rust/crates/pest-2.7.9.crate) = 123517 -SHA256 (rust/crates/pest_derive-2.7.9.crate) = f73541b156d32197eecda1a4014d7f868fd2bcb3c550d5386087cfba442bf69c -SIZE (rust/crates/pest_derive-2.7.9.crate) = 36139 -SHA256 (rust/crates/pest_generator-2.7.9.crate) = c35eeed0a3fab112f75165fdc026b3913f4183133f19b49be773ac9ea966e8bd -SIZE (rust/crates/pest_generator-2.7.9.crate) = 18412 -SHA256 (rust/crates/pest_meta-2.7.9.crate) = 2adbf29bb9776f28caece835398781ab24435585fe0d4dc1374a61db5accedca -SIZE (rust/crates/pest_meta-2.7.9.crate) = 41547 +SHA256 (rust/crates/pest-2.7.10.crate) = 560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8 +SIZE (rust/crates/pest-2.7.10.crate) = 123707 +SHA256 (rust/crates/pest_derive-2.7.10.crate) = 26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459 +SIZE (rust/crates/pest_derive-2.7.10.crate) = 36221 +SHA256 (rust/crates/pest_generator-2.7.10.crate) = 3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687 +SIZE (rust/crates/pest_generator-2.7.10.crate) = 18411 +SHA256 (rust/crates/pest_meta-2.7.10.crate) = d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd +SIZE (rust/crates/pest_meta-2.7.10.crate) = 41550 SHA256 (rust/crates/phf-0.11.2.crate) = ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc SIZE (rust/crates/phf-0.11.2.crate) = 21569 SHA256 (rust/crates/phf_codegen-0.11.2.crate) = e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a @@ -315,6 +335,10 @@ SHA256 (rust/crates/phf_generator-0.11.2.crate) = 48e4cc64c2ad9ebe670cb8fd69dd50 SIZE (rust/crates/phf_generator-0.11.2.crate) = 14190 SHA256 (rust/crates/phf_shared-0.11.2.crate) = 90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b SIZE (rust/crates/phf_shared-0.11.2.crate) = 14284 +SHA256 (rust/crates/pin-project-1.1.5.crate) = b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3 +SIZE (rust/crates/pin-project-1.1.5.crate) = 54214 +SHA256 (rust/crates/pin-project-internal-1.1.5.crate) = 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965 +SIZE (rust/crates/pin-project-internal-1.1.5.crate) = 28280 SHA256 (rust/crates/pin-project-lite-0.2.14.crate) = bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 SIZE (rust/crates/pin-project-lite-0.2.14.crate) = 28817 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 @@ -331,8 +355,8 @@ SHA256 (rust/crates/pretty_assertions-1.4.0.crate) = af7cee1a6c8a5b9208b3cb1061f SIZE (rust/crates/pretty_assertions-1.4.0.crate) = 78846 SHA256 (rust/crates/proc-macro-hack-0.5.20+deprecated.crate) = dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068 SIZE (rust/crates/proc-macro-hack-0.5.20+deprecated.crate) = 15045 -SHA256 (rust/crates/proc-macro2-1.0.79.crate) = e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e -SIZE (rust/crates/proc-macro2-1.0.79.crate) = 47200 +SHA256 (rust/crates/proc-macro2-1.0.82.crate) = 8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b +SIZE (rust/crates/proc-macro2-1.0.82.crate) = 48452 SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 SIZE (rust/crates/quote-1.0.36.crate) = 28507 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -343,8 +367,8 @@ SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9ba SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/redox_users-0.4.5.crate) = bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 SIZE (rust/crates/redox_users-0.4.5.crate) = 15514 -SHA256 (rust/crates/reflink-copy-0.1.15.crate) = 52b1349400e2ffd64a9fb5ed9008e33c0b8ef86bd5bae8f73080839c7082f1d5 -SIZE (rust/crates/reflink-copy-0.1.15.crate) = 15942 +SHA256 (rust/crates/reflink-copy-0.1.17.crate) = 7c3138c30c59ed9b8572f82bed97ea591ecd7e45012566046cc39e72679cff22 +SIZE (rust/crates/reflink-copy-0.1.17.crate) = 16005 SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c SIZE (rust/crates/regex-1.10.4.crate) = 253191 SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea @@ -353,52 +377,56 @@ SHA256 (rust/crates/regex-syntax-0.8.3.crate) = adad44e29e4c806119491a7f06f03de4 SIZE (rust/crates/regex-syntax-0.8.3.crate) = 347497 SHA256 (rust/crates/reqwest-0.11.27.crate) = dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62 SIZE (rust/crates/reqwest-0.11.27.crate) = 163155 -SHA256 (rust/crates/reqwest-middleware-0.2.5.crate) = 5a735987236a8e238bf0296c7e351b999c188ccc11477f311b82b55c93984216 -SIZE (rust/crates/reqwest-middleware-0.2.5.crate) = 7512 +SHA256 (rust/crates/reqwest-0.12.4.crate) = 566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10 +SIZE (rust/crates/reqwest-0.12.4.crate) = 170627 +SHA256 (rust/crates/reqwest-middleware-0.3.1.crate) = a45d100244a467870f6cb763c4484d010a6bed6bd610b3676e3825d93fb4cfbd +SIZE (rust/crates/reqwest-middleware-0.3.1.crate) = 13512 SHA256 (rust/crates/ring-0.17.8.crate) = c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d SIZE (rust/crates/ring-0.17.8.crate) = 4188554 SHA256 (rust/crates/rle-decode-fast-1.0.3.crate) = 3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422 SIZE (rust/crates/rle-decode-fast-1.0.3.crate) = 62086 SHA256 (rust/crates/roff-0.2.1.crate) = b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316 SIZE (rust/crates/roff-0.2.1.crate) = 10605 -SHA256 (rust/crates/rust-embed-8.3.0.crate) = fb78f46d0066053d16d4ca7b898e9343bc3530f71c61d5ad84cd404ada068745 -SIZE (rust/crates/rust-embed-8.3.0.crate) = 903052 -SHA256 (rust/crates/rust-embed-impl-8.3.0.crate) = b91ac2a3c6c0520a3fb3dd89321177c3c692937c4eb21893378219da10c44fc8 -SIZE (rust/crates/rust-embed-impl-8.3.0.crate) = 5586 -SHA256 (rust/crates/rust-embed-utils-8.3.0.crate) = 86f69089032567ffff4eada41c573fc43ff466c7db7c5688b2e7969584345581 -SIZE (rust/crates/rust-embed-utils-8.3.0.crate) = 3399 -SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 -SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 -SHA256 (rust/crates/rustix-0.38.32.crate) = 65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89 -SIZE (rust/crates/rustix-0.38.32.crate) = 376999 -SHA256 (rust/crates/rustls-0.21.10.crate) = f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba -SIZE (rust/crates/rustls-0.21.10.crate) = 284920 -SHA256 (rust/crates/rustls-0.22.3.crate) = 99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c -SIZE (rust/crates/rustls-0.22.3.crate) = 332877 +SHA256 (rust/crates/rust-embed-8.4.0.crate) = 19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a +SIZE (rust/crates/rust-embed-8.4.0.crate) = 903547 +SHA256 (rust/crates/rust-embed-impl-8.4.0.crate) = cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4 +SIZE (rust/crates/rust-embed-impl-8.4.0.crate) = 5927 +SHA256 (rust/crates/rust-embed-utils-8.4.0.crate) = 38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32 +SIZE (rust/crates/rust-embed-utils-8.4.0.crate) = 3446 +SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f +SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 +SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f +SIZE (rust/crates/rustix-0.38.34.crate) = 365160 +SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e +SIZE (rust/crates/rustls-0.21.12.crate) = 285674 +SHA256 (rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 +SIZE (rust/crates/rustls-0.22.4.crate) = 333681 SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 -SHA256 (rust/crates/rustls-pki-types-1.4.1.crate) = ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247 -SIZE (rust/crates/rustls-pki-types-1.4.1.crate) = 29437 +SHA256 (rust/crates/rustls-pemfile-2.1.2.crate) = 29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d +SIZE (rust/crates/rustls-pemfile-2.1.2.crate) = 25928 +SHA256 (rust/crates/rustls-pki-types-1.7.0.crate) = 976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d +SIZE (rust/crates/rustls-pki-types-1.7.0.crate) = 29555 SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 -SHA256 (rust/crates/rustls-webpki-0.102.2.crate) = faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610 -SIZE (rust/crates/rustls-webpki-0.102.2.crate) = 196881 -SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 -SIZE (rust/crates/ryu-1.0.17.crate) = 47537 +SHA256 (rust/crates/rustls-webpki-0.102.3.crate) = f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf +SIZE (rust/crates/rustls-webpki-0.102.3.crate) = 197543 +SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f +SIZE (rust/crates/ryu-1.0.18.crate) = 47713 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 SIZE (rust/crates/sct-0.7.1.crate) = 27501 SHA256 (rust/crates/secrecy-0.8.0.crate) = 9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e SIZE (rust/crates/secrecy-0.8.0.crate) = 11916 -SHA256 (rust/crates/semver-1.0.22.crate) = 92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca -SIZE (rust/crates/semver-1.0.22.crate) = 30446 -SHA256 (rust/crates/serde-1.0.197.crate) = 3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2 -SIZE (rust/crates/serde-1.0.197.crate) = 77087 -SHA256 (rust/crates/serde_derive-1.0.197.crate) = 7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b -SIZE (rust/crates/serde_derive-1.0.197.crate) = 55771 -SHA256 (rust/crates/serde_json-1.0.115.crate) = 12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd -SIZE (rust/crates/serde_json-1.0.115.crate) = 147100 +SHA256 (rust/crates/semver-1.0.23.crate) = 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b +SIZE (rust/crates/semver-1.0.23.crate) = 30622 +SHA256 (rust/crates/serde-1.0.201.crate) = 780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c +SIZE (rust/crates/serde-1.0.201.crate) = 77725 +SHA256 (rust/crates/serde_derive-1.0.201.crate) = c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865 +SIZE (rust/crates/serde_derive-1.0.201.crate) = 55865 +SHA256 (rust/crates/serde_json-1.0.117.crate) = 455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3 +SIZE (rust/crates/serde_json-1.0.117.crate) = 146921 SHA256 (rust/crates/serde_regex-1.1.0.crate) = a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf SIZE (rust/crates/serde_regex-1.1.0.crate) = 9710 SHA256 (rust/crates/serde_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 @@ -419,8 +447,10 @@ SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0b SIZE (rust/crates/slab-0.4.9.crate) = 17108 SHA256 (rust/crates/slug-0.1.5.crate) = 3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4 SIZE (rust/crates/slug-0.1.5.crate) = 6833 -SHA256 (rust/crates/socket2-0.5.6.crate) = 05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871 -SIZE (rust/crates/socket2-0.5.6.crate) = 55270 +SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 +SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 +SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c +SIZE (rust/crates/socket2-0.5.7.crate) = 55758 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 SIZE (rust/crates/spin-0.9.8.crate) = 38958 SHA256 (rust/crates/ssri-9.2.0.crate) = da7a2b3c2bc9693bcb40870c4e9b5bf0d79f9cb46273321bf855ec513e919082 @@ -431,16 +461,14 @@ SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01 SIZE (rust/crates/subtle-2.5.0.crate) = 13909 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.58.crate) = 44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687 -SIZE (rust/crates/syn-2.0.58.crate) = 254920 +SHA256 (rust/crates/syn-2.0.63.crate) = bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704 +SIZE (rust/crates/syn-2.0.63.crate) = 258075 SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/system-configuration-0.5.1.crate) = ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7 SIZE (rust/crates/system-configuration-0.5.1.crate) = 12618 SHA256 (rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9 SIZE (rust/crates/system-configuration-sys-0.5.0.crate) = 6730 -SHA256 (rust/crates/task-local-extensions-0.1.4.crate) = ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8 -SIZE (rust/crates/task-local-extensions-0.1.4.crate) = 10723 SHA256 (rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1 SIZE (rust/crates/tempfile-3.10.1.crate) = 33653 SHA256 (rust/crates/tera-1.19.1.crate) = 970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8 @@ -449,10 +477,10 @@ SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24 SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 SIZE (rust/crates/terminal_size-0.3.0.crate) = 10096 -SHA256 (rust/crates/thiserror-1.0.58.crate) = 03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297 -SIZE (rust/crates/thiserror-1.0.58.crate) = 21025 -SHA256 (rust/crates/thiserror-impl-1.0.58.crate) = c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7 -SIZE (rust/crates/thiserror-impl-1.0.58.crate) = 15645 +SHA256 (rust/crates/thiserror-1.0.60.crate) = 579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18 +SIZE (rust/crates/thiserror-1.0.60.crate) = 21247 +SHA256 (rust/crates/thiserror-impl-1.0.60.crate) = e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524 +SIZE (rust/crates/thiserror-impl-1.0.60.crate) = 15787 SHA256 (rust/crates/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 SIZE (rust/crates/time-0.3.36.crate) = 119805 SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 @@ -469,16 +497,22 @@ SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a22 SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520 SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049 +SHA256 (rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f +SIZE (rust/crates/tokio-rustls-0.25.0.crate) = 30541 SHA256 (rust/crates/tokio-stream-0.1.15.crate) = 267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af SIZE (rust/crates/tokio-stream-0.1.15.crate) = 36284 -SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15 -SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508 +SHA256 (rust/crates/tokio-util-0.7.11.crate) = 9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1 +SIZE (rust/crates/tokio-util-0.7.11.crate) = 113421 SHA256 (rust/crates/toml-0.8.12.crate) = e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3 SIZE (rust/crates/toml-0.8.12.crate) = 51145 SHA256 (rust/crates/toml_datetime-0.6.5.crate) = 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1 SIZE (rust/crates/toml_datetime-0.6.5.crate) = 10910 -SHA256 (rust/crates/toml_edit-0.22.9.crate) = 8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4 -SIZE (rust/crates/toml_edit-0.22.9.crate) = 104173 +SHA256 (rust/crates/toml_edit-0.22.12.crate) = d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef +SIZE (rust/crates/toml_edit-0.22.12.crate) = 104416 +SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c +SIZE (rust/crates/tower-0.4.13.crate) = 106906 +SHA256 (rust/crates/tower-layer-0.3.2.crate) = c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0 +SIZE (rust/crates/tower-layer-0.3.2.crate) = 6023 SHA256 (rust/crates/tower-service-0.3.2.crate) = b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52 SIZE (rust/crates/tower-service-0.3.2.crate) = 6847 SHA256 (rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef @@ -511,14 +545,14 @@ SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683a SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 SHA256 (rust/crates/unicode-normalization-0.1.23.crate) = a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 SIZE (rust/crates/unicode-normalization-0.1.23.crate) = 122649 -SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 -SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 +SHA256 (rust/crates/unicode-width-0.1.12.crate) = 68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6 +SIZE (rust/crates/unicode-width-0.1.12.crate) = 24062 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 SHA256 (rust/crates/update-informer-1.1.0.crate) = 2f8811797a24ff123db3c6e1087aa42551d03d772b3724be421ad063da1f5f3f SIZE (rust/crates/update-informer-1.1.0.crate) = 22794 -SHA256 (rust/crates/ureq-2.9.6.crate) = 11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35 -SIZE (rust/crates/ureq-2.9.6.crate) = 113677 +SHA256 (rust/crates/ureq-2.9.7.crate) = d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd +SIZE (rust/crates/ureq-2.9.7.crate) = 113834 SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 SIZE (rust/crates/url-2.5.0.crate) = 78605 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a @@ -551,62 +585,64 @@ SHA256 (rust/crates/webpki-roots-0.25.4.crate) = 5f20c57d8d7db6d3b86154206ae5d8f SIZE (rust/crates/webpki-roots-0.25.4.crate) = 253559 SHA256 (rust/crates/webpki-roots-0.26.1.crate) = b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009 SIZE (rust/crates/webpki-roots-0.26.1.crate) = 249748 -SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 -SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 -SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-0.54.0.crate) = 9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49 -SIZE (rust/crates/windows-0.54.0.crate) = 11096265 +SHA256 (rust/crates/winapi-util-0.1.8.crate) = 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b +SIZE (rust/crates/winapi-util-0.1.8.crate) = 12416 +SHA256 (rust/crates/windows-0.56.0.crate) = 1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132 +SIZE (rust/crates/windows-0.56.0.crate) = 10807828 SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 -SHA256 (rust/crates/windows-core-0.54.0.crate) = 12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65 -SIZE (rust/crates/windows-core-0.54.0.crate) = 44015 -SHA256 (rust/crates/windows-result-0.1.0.crate) = cd19df78e5168dfb0aedc343d1d1b8d422ab2db6756d2dc3fef75035402a3f64 -SIZE (rust/crates/windows-result-0.1.0.crate) = 10486 +SHA256 (rust/crates/windows-core-0.56.0.crate) = 4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6 +SIZE (rust/crates/windows-core-0.56.0.crate) = 45084 +SHA256 (rust/crates/windows-implement-0.56.0.crate) = f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b +SIZE (rust/crates/windows-implement-0.56.0.crate) = 9157 +SHA256 (rust/crates/windows-interface-0.56.0.crate) = 08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc +SIZE (rust/crates/windows-interface-0.56.0.crate) = 9834 +SHA256 (rust/crates/windows-result-0.1.1.crate) = 749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b +SIZE (rust/crates/windows-result-0.1.1.crate) = 10460 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 -SHA256 (rust/crates/windows-targets-0.52.4.crate) = 7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b -SIZE (rust/crates/windows-targets-0.52.4.crate) = 6310 +SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb +SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.4.crate) = bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9 -SIZE (rust/crates/windows_aarch64_gnullvm-0.52.4.crate) = 433373 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 -SHA256 (rust/crates/windows_aarch64_msvc-0.52.4.crate) = da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675 -SIZE (rust/crates/windows_aarch64_msvc-0.52.4.crate) = 828055 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 +SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 -SHA256 (rust/crates/windows_i686_gnu-0.52.4.crate) = b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3 -SIZE (rust/crates/windows_i686_gnu-0.52.4.crate) = 875736 +SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 +SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 +SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 -SHA256 (rust/crates/windows_i686_msvc-0.52.4.crate) = 1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02 -SIZE (rust/crates/windows_i686_msvc-0.52.4.crate) = 895530 +SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf +SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 -SHA256 (rust/crates/windows_x86_64_gnu-0.52.4.crate) = 5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03 -SIZE (rust/crates/windows_x86_64_gnu-0.52.4.crate) = 831627 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 +SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.4.crate) = 77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177 -SIZE (rust/crates/windows_x86_64_gnullvm-0.52.4.crate) = 433358 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 -SHA256 (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8 -SIZE (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 828019 -SHA256 (rust/crates/winnow-0.6.5.crate) = dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8 -SIZE (rust/crates/winnow-0.6.5.crate) = 159316 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 +SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 +SHA256 (rust/crates/winnow-0.6.8.crate) = c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d +SIZE (rust/crates/winnow-0.6.8.crate) = 159453 SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 SIZE (rust/crates/winreg-0.50.0.crate) = 29703 +SHA256 (rust/crates/winreg-0.52.0.crate) = a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5 +SIZE (rust/crates/winreg-0.52.0.crate) = 30148 SHA256 (rust/crates/xxhash-rust-0.8.10.crate) = 927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03 SIZE (rust/crates/xxhash-rust-0.8.10.crate) = 20066 SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 @@ -615,5 +651,11 @@ SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce SIZE (rust/crates/yansi-0.5.1.crate) = 16525 SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d SIZE (rust/crates/zeroize-1.7.0.crate) = 19039 -SHA256 (orhun-git-cliff-v2.2.1_GH0.tar.gz) = 8573c4dc28fd6d6c1e9be7156193c13d177af093a060ae9e3bd4cd60ff3e05c4 -SIZE (orhun-git-cliff-v2.2.1_GH0.tar.gz) = 10617437 +SHA256 (rust/crates/zstd-0.13.1.crate) = 2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a +SIZE (rust/crates/zstd-0.13.1.crate) = 29805 +SHA256 (rust/crates/zstd-safe-7.1.0.crate) = 1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a +SIZE (rust/crates/zstd-safe-7.1.0.crate) = 20792 +SHA256 (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa +SIZE (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = 749088 +SHA256 (orhun-git-cliff-v2.2.2_GH0.tar.gz) = c47b517907cfede556c50d790fddc07039c7ab477a2a059dde57090c97adfbac +SIZE (orhun-git-cliff-v2.2.2_GH0.tar.gz) = 10623025 diff --git a/devel/git-codereview/Makefile b/devel/git-codereview/Makefile index ba4a3a4d4dc..f06bb832d26 100644 --- a/devel/git-codereview/Makefile +++ b/devel/git-codereview/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-codereview DISTVERSION= 1.11.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/git-delta/Makefile b/devel/git-delta/Makefile index 9273a3cb91d..b1c76e22774 100644 --- a/devel/git-delta/Makefile +++ b/devel/git-delta/Makefile @@ -1,6 +1,6 @@ PORTNAME= delta DISTVERSION= 0.16.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel PKGNAMEPREFIX= git- diff --git a/devel/git-lfs/Makefile b/devel/git-lfs/Makefile index 1921e1a8fe0..fb090e8fd3f 100644 --- a/devel/git-lfs/Makefile +++ b/devel/git-lfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-lfs DISTVERSIONPREFIX= v DISTVERSION= 3.0.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/devel/git-repo-manager/Makefile b/devel/git-repo-manager/Makefile index debf821169e..54155ad8ba6 100644 --- a/devel/git-repo-manager/Makefile +++ b/devel/git-repo-manager/Makefile @@ -1,6 +1,7 @@ PORTNAME= git-repo-manager DISTVERSIONPREFIX= v DISTVERSION= 0.7.16 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-town/Makefile b/devel/git-town/Makefile index 04a1ca8ed7a..951c57bbedf 100644 --- a/devel/git-town/Makefile +++ b/devel/git-town/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-town DISTVERSIONPREFIX= v DISTVERSION= 10.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/git-workspace/Makefile b/devel/git-workspace/Makefile index 90f166de388..30d5fa41e1c 100644 --- a/devel/git-workspace/Makefile +++ b/devel/git-workspace/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-workspace DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index 07d2f5bf360..4b13bb9088f 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitaly DISTVERSIONPREFIX= v -DISTVERSION= 16.11.1 +DISTVERSION= 16.11.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org diff --git a/devel/gitaly/distinfo b/devel/gitaly/distinfo index cb4288f115a..055771afaa6 100644 --- a/devel/gitaly/distinfo +++ b/devel/gitaly/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1713982836 -SHA256 (go/devel_gitaly/gitaly-v16.11.1/go.mod) = 701cdacc7cfef68f40611c56a42b322cd4ddce5d2ad0508d51e43013adca7388 -SIZE (go/devel_gitaly/gitaly-v16.11.1/go.mod) = 11024 -SHA256 (go/devel_gitaly/gitaly-v16.11.1/gitaly-v16.11.1.tar.bz2) = 99d565a0ba2d819ec1e3a92ccff6b559fc15b1f58513cd0f3f49ffbb01d99ed4 -SIZE (go/devel_gitaly/gitaly-v16.11.1/gitaly-v16.11.1.tar.bz2) = 2607377 +TIMESTAMP = 1715233644 +SHA256 (go/devel_gitaly/gitaly-v16.11.2/go.mod) = 701cdacc7cfef68f40611c56a42b322cd4ddce5d2ad0508d51e43013adca7388 +SIZE (go/devel_gitaly/gitaly-v16.11.2/go.mod) = 11024 +SHA256 (go/devel_gitaly/gitaly-v16.11.2/gitaly-v16.11.2.tar.bz2) = 2ef5694964e536f9e484d821268579b96aabfd6fc412a1d8b968e85b560d3ab6 +SIZE (go/devel_gitaly/gitaly-v16.11.2/gitaly-v16.11.2.tar.bz2) = 2607224 diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile index a2e203ea126..26c42252af5 100644 --- a/devel/gitlab-runner/Makefile +++ b/devel/gitlab-runner/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitlab-runner DISTVERSIONPREFIX= v -DISTVERSION= 16.11.0 +DISTVERSION= 16.11.1 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \ diff --git a/devel/gitlab-runner/distinfo b/devel/gitlab-runner/distinfo index 2e6955dddd0..18fc1348d53 100644 --- a/devel/gitlab-runner/distinfo +++ b/devel/gitlab-runner/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1713680467 -SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.11.0/prebuilt-x86_64.tar.xz) = b0dccc53f415962dde3f5a7e6f1ab068b8da5484a7fefdae2c5e39d8bb6c637e -SIZE (go/devel_gitlab-runner/gitlab-runner-v16.11.0/prebuilt-x86_64.tar.xz) = 9594352 -SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.11.0/prebuilt-arm.tar.xz) = 5018c6b661ebf4b9c661593548e45394c553bbd4082b5ef744a39a1f7f1fee32 -SIZE (go/devel_gitlab-runner/gitlab-runner-v16.11.0/prebuilt-arm.tar.xz) = 9020896 -SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.11.0/go.mod) = cbc0d57f499b3cc442145200494bdde0df9a614135989887e539c2afcc9e799d -SIZE (go/devel_gitlab-runner/gitlab-runner-v16.11.0/go.mod) = 10973 -SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.11.0/gitlab-runner-v16.11.0.tar.bz2) = 1e71c139e225cc3a87d65bfba4857608b0a14b4685d87f62cb45a2ff14f2c2d9 -SIZE (go/devel_gitlab-runner/gitlab-runner-v16.11.0/gitlab-runner-v16.11.0.tar.bz2) = 1377305 +TIMESTAMP = 1715234134 +SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.11.1/prebuilt-x86_64.tar.xz) = b0dccc53f415962dde3f5a7e6f1ab068b8da5484a7fefdae2c5e39d8bb6c637e +SIZE (go/devel_gitlab-runner/gitlab-runner-v16.11.1/prebuilt-x86_64.tar.xz) = 9594352 +SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.11.1/prebuilt-arm.tar.xz) = 5018c6b661ebf4b9c661593548e45394c553bbd4082b5ef744a39a1f7f1fee32 +SIZE (go/devel_gitlab-runner/gitlab-runner-v16.11.1/prebuilt-arm.tar.xz) = 9020896 +SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.11.1/go.mod) = 1eec839126ddfc4c334e284ea1f6e229b61973a3eecd8017b5da199e118c177c +SIZE (go/devel_gitlab-runner/gitlab-runner-v16.11.1/go.mod) = 10961 +SHA256 (go/devel_gitlab-runner/gitlab-runner-v16.11.1/gitlab-runner-v16.11.1.tar.bz2) = f4bd615b68b7624f5d05e7733fb0dc208b4b17c4faddbf6aa3bd8f9e5e1130a5 +SIZE (go/devel_gitlab-runner/gitlab-runner-v16.11.1/gitlab-runner-v16.11.1.tar.bz2) = 1377748 diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index bc77ddea9f3..7936f330b80 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitlab-shell PORTVERSION= 14.35.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org diff --git a/devel/gitleaks/Makefile b/devel/gitleaks/Makefile index 40d2e6dd559..060454e9195 100644 --- a/devel/gitleaks/Makefile +++ b/devel/gitleaks/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitleaks DISTVERSIONPREFIX= v DISTVERSION= 8.18.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitoxide/Makefile b/devel/gitoxide/Makefile index ad5e6a8ae5d..782dabfb138 100644 --- a/devel/gitoxide/Makefile +++ b/devel/gitoxide/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitoxide DISTVERSIONPREFIX= v DISTVERSION= 0.35.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitty/Makefile b/devel/gitty/Makefile index 64599b04c79..bc38a3d9f2d 100644 --- a/devel/gitty/Makefile +++ b/devel/gitty/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitty DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel MAINTAINER= dch@FreeBSD.org diff --git a/devel/gitu/Makefile b/devel/gitu/Makefile index af700b40500..9e2a67488da 100644 --- a/devel/gitu/Makefile +++ b/devel/gitu/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitu DISTVERSIONPREFIX= v DISTVERSION= 0.19.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile index 0be105ff4e2..fb0e8ee310c 100644 --- a/devel/gitui/Makefile +++ b/devel/gitui/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitui DISTVERSIONPREFIX= v DISTVERSION= 0.26.1 # After update, `make patch` and `make cargo-crates > Makefile.crates` to avoid fetching vendored openssl-src +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/glab/Makefile b/devel/glab/Makefile index 4f23306d5f3..2ae2adc251e 100644 --- a/devel/glab/Makefile +++ b/devel/glab/Makefile @@ -1,7 +1,7 @@ PORTNAME= glab DISTVERSIONPREFIX= v DISTVERSION= 1.38.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile index 5e8cc2d70d4..f59af5e51c1 100644 --- a/devel/glaze/Makefile +++ b/devel/glaze/Makefile @@ -1,6 +1,6 @@ PORTNAME= glaze DISTVERSIONPREFIX= v -DISTVERSION= 2.6.0 +DISTVERSION= 2.6.1 CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo index 0a4e0184824..9846eb6ac99 100644 --- a/devel/glaze/distinfo +++ b/devel/glaze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714450115 -SHA256 (stephenberry-glaze-v2.6.0_GH0.tar.gz) = cdc2b7ada3b10abae8f8ed2700cc76574e73f0c78c4b0b83ad8a35eb5fb1a4cb -SIZE (stephenberry-glaze-v2.6.0_GH0.tar.gz) = 298646 +TIMESTAMP = 1715149217 +SHA256 (stephenberry-glaze-v2.6.1_GH0.tar.gz) = c8b1d981329f279b85f6ee732e2c3cc9d0d2e014ef3d79cb72bf67dc9f2357d4 +SIZE (stephenberry-glaze-v2.6.1_GH0.tar.gz) = 298745 diff --git a/devel/glitter/Makefile b/devel/glitter/Makefile index e05950c9a14..a209a401ea5 100644 --- a/devel/glitter/Makefile +++ b/devel/glitter/Makefile @@ -1,6 +1,7 @@ PORTNAME= glitter DISTVERSIONPREFIX= v DISTVERSION= 1.6.6 +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= -git-tool diff --git a/devel/gllvm/Makefile b/devel/gllvm/Makefile index fac88145f50..8d2663ddf11 100644 --- a/devel/gllvm/Makefile +++ b/devel/gllvm/Makefile @@ -1,7 +1,7 @@ PORTNAME= gllvm DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel MAINTAINER= arrowd@FreeBSD.org diff --git a/devel/go-bindata-assetfs/Makefile b/devel/go-bindata-assetfs/Makefile index 6d718a4e988..3c7ccd2127b 100644 --- a/devel/go-bindata-assetfs/Makefile +++ b/devel/go-bindata-assetfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-bindata-assetfs DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel www MAINTAINER= egypcio@FreeBSD.org diff --git a/devel/go-bindata/Makefile b/devel/go-bindata/Makefile index eda9586d08c..21d6f8ba6cc 100644 --- a/devel/go-bindata/Makefile +++ b/devel/go-bindata/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-bindata PORTVERSION= 3.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/go-git/Makefile b/devel/go-git/Makefile index 51e1b6d7f90..d07edeff54d 100644 --- a/devel/go-git/Makefile +++ b/devel/go-git/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-git DISTVERSIONPREFIX= v DISTVERSION= 5.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/go-perf/Makefile b/devel/go-perf/Makefile index 38674a7882a..840a5c2120a 100644 --- a/devel/go-perf/Makefile +++ b/devel/go-perf/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-perf PORTVERSION= ${MODVERSION:S/-/./g:R} DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/go-protobuf/Makefile b/devel/go-protobuf/Makefile index a5e6dc1f6cb..5ca923659cc 100644 --- a/devel/go-protobuf/Makefile +++ b/devel/go-protobuf/Makefile @@ -1,7 +1,7 @@ PORTNAME= protobuf DISTVERSION= 1.3.2 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= go- diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile index f518fb0a673..79e1e109e93 100644 --- a/devel/go-tools/Makefile +++ b/devel/go-tools/Makefile @@ -1,7 +1,6 @@ PORTNAME= tools DISTVERSIONPREFIX= v -DISTVERSION= 0.20.0 -PORTREVISION= 1 +DISTVERSION= 0.21.0 PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= go- diff --git a/devel/go-tools/distinfo b/devel/go-tools/distinfo index b68786b9ff3..35095a8640a 100644 --- a/devel/go-tools/distinfo +++ b/devel/go-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1712310965 -SHA256 (go/devel_go-tools/tools-v0.20.0/v0.20.0.mod) = 79697f2d515d81d53deefa0d23aa941edb93dd2c4a5c21c299d43206841a51d9 -SIZE (go/devel_go-tools/tools-v0.20.0/v0.20.0.mod) = 278 -SHA256 (go/devel_go-tools/tools-v0.20.0/v0.20.0.zip) = f9537c85fc51e59299b627c842381f97cabde123f9fc40a0da51eec0d637dbd9 -SIZE (go/devel_go-tools/tools-v0.20.0/v0.20.0.zip) = 3138024 +TIMESTAMP = 1715097024 +SHA256 (go/devel_go-tools/tools-v0.21.0/v0.21.0.mod) = 4525dad4f5723d1e409f6a398c1ae7fd5e2c637d43a5caeb49844077b91c9eeb +SIZE (go/devel_go-tools/tools-v0.21.0/v0.21.0.mod) = 339 +SHA256 (go/devel_go-tools/tools-v0.21.0/v0.21.0.zip) = 1099b286fba466d61da042e950e7da3cc0373260e95fe116bf61cfb6ec4828a8 +SIZE (go/devel_go-tools/tools-v0.21.0/v0.21.0.zip) = 3151802 diff --git a/devel/go-wire/Makefile b/devel/go-wire/Makefile index 072f1041511..c8e9963093f 100644 --- a/devel/go-wire/Makefile +++ b/devel/go-wire/Makefile @@ -1,6 +1,7 @@ PORTNAME= wire DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= go- diff --git a/devel/gocheese/Makefile b/devel/gocheese/Makefile index 0b35c4a5784..6281de1f2d3 100644 --- a/devel/gocheese/Makefile +++ b/devel/gocheese/Makefile @@ -1,6 +1,6 @@ PORTNAME= gocheese DISTVERSION= 4.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= http://www.gocheese.cypherpunks.ru/download/ diff --git a/devel/gocritic/Makefile b/devel/gocritic/Makefile index a1455d3edd6..be6c585c95a 100644 --- a/devel/gocritic/Makefile +++ b/devel/gocritic/Makefile @@ -1,7 +1,7 @@ PORTNAME= gocritic DISTVERSIONPREFIX= v DISTVERSION= 0.11.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/gogs/Makefile b/devel/gogs/Makefile index 8a191b64720..210361e50e7 100644 --- a/devel/gogs/Makefile +++ b/devel/gogs/Makefile @@ -1,7 +1,7 @@ PORTNAME= gogs DISTVERSIONPREFIX= v DISTVERSION= 0.12.11 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel www MAINTAINER= dmgk@FreeBSD.org diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile index ef3fa4f66aa..66bfc490348 100644 --- a/devel/golangci-lint/Makefile +++ b/devel/golangci-lint/Makefile @@ -1,7 +1,7 @@ PORTNAME= golangci-lint DISTVERSIONPREFIX= v DISTVERSION= 1.57.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/golint/Makefile b/devel/golint/Makefile index 2719cbfdf73..b32cd86de28 100644 --- a/devel/golint/Makefile +++ b/devel/golint/Makefile @@ -1,6 +1,6 @@ PORTNAME= golint PORTVERSION= g20190409 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gopls/Makefile b/devel/gopls/Makefile index 51ba8598e27..b8a9d129a06 100644 --- a/devel/gopls/Makefile +++ b/devel/gopls/Makefile @@ -1,7 +1,7 @@ PORTNAME= gopls DISTVERSIONPREFIX= v -DISTVERSION= 0.15.2 -PORTREVISION= 2 +DISTVERSION= 0.15.3 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/gopls/distinfo b/devel/gopls/distinfo index 9cb7f11c227..55dab4bb61e 100644 --- a/devel/gopls/distinfo +++ b/devel/gopls/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1710407822 -SHA256 (go/devel_gopls/gopls-v0.15.2/v0.15.2.mod) = b730e6667dc0eb75bc761aa79ba0560751e41b2fcb2eefd694255b969044a8e7 -SIZE (go/devel_gopls/gopls-v0.15.2/v0.15.2.mod) = 769 -SHA256 (go/devel_gopls/gopls-v0.15.2/v0.15.2.zip) = d90636ce34ab2b99787a7e1e31b8721dc08f9e48072b890fedb0ce9b042b992c -SIZE (go/devel_gopls/gopls-v0.15.2/v0.15.2.zip) = 1646881 +TIMESTAMP = 1713652898 +SHA256 (go/devel_gopls/gopls-v0.15.3/v0.15.3.mod) = a0041e74d81665d4076d7f05796697a05c6a3c6ac0e7d7abfee6ba2929f174f6 +SIZE (go/devel_gopls/gopls-v0.15.3/v0.15.3.mod) = 769 +SHA256 (go/devel_gopls/gopls-v0.15.3/v0.15.3.zip) = fe5543655b563d20f225956b4730d1c638e0889b2c7176fc254ce7b55ab4521f +SIZE (go/devel_gopls/gopls-v0.15.3/v0.15.3.zip) = 1650905 diff --git a/devel/goprotobuf/Makefile b/devel/goprotobuf/Makefile index f6f60d5b89a..539d599f662 100644 --- a/devel/goprotobuf/Makefile +++ b/devel/goprotobuf/Makefile @@ -1,7 +1,7 @@ PORTNAME= goprotobuf DISTVERSIONPREFIX= v DISTVERSION= 1.5.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/goredo/Makefile b/devel/goredo/Makefile index da872d10a2b..6dc6e360552 100644 --- a/devel/goredo/Makefile +++ b/devel/goredo/Makefile @@ -1,5 +1,6 @@ PORTNAME= goredo DISTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.goredo.cypherpunks.ru/download/ diff --git a/devel/goreleaser/Makefile b/devel/goreleaser/Makefile index d2868026f62..c35bd569409 100644 --- a/devel/goreleaser/Makefile +++ b/devel/goreleaser/Makefile @@ -1,7 +1,6 @@ PORTNAME= goreleaser DISTVERSIONPREFIX= v -DISTVERSION= 1.25.1 -PORTREVISION= 1 +DISTVERSION= 1.26.0 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/goreleaser/distinfo b/devel/goreleaser/distinfo index cf0e99ce78e..e1661c37b60 100644 --- a/devel/goreleaser/distinfo +++ b/devel/goreleaser/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1712250619 -SHA256 (go/devel_goreleaser/goreleaser-v1.25.1/v1.25.1.mod) = 942fd651b3d13092e7e4f42fe66c7f4a83c579f1d73fb4009dda2d65b4aa6da2 -SIZE (go/devel_goreleaser/goreleaser-v1.25.1/v1.25.1.mod) = 14234 -SHA256 (go/devel_goreleaser/goreleaser-v1.25.1/v1.25.1.zip) = d6221be2077d2b1c548d0bd5f6a791664e0f62266e5ebf5453b2be36c8c33df8 -SIZE (go/devel_goreleaser/goreleaser-v1.25.1/v1.25.1.zip) = 1340907 +TIMESTAMP = 1715505403 +SHA256 (go/devel_goreleaser/goreleaser-v1.26.0/v1.26.0.mod) = 6b11c6f7072f6fae978b1e4125e925a0d4b8b5c6c67de70c610360192d0f907a +SIZE (go/devel_goreleaser/goreleaser-v1.26.0/v1.26.0.mod) = 16874 +SHA256 (go/devel_goreleaser/goreleaser-v1.26.0/v1.26.0.zip) = 98b6c590f6838d0a135c90eaa805a07d3fd99762c1d0c6ce8db120506f72ddea +SIZE (go/devel_goreleaser/goreleaser-v1.26.0/v1.26.0.zip) = 1360614 diff --git a/devel/goswagger/Makefile b/devel/goswagger/Makefile index e4bbdc18d59..bdf0e2e303c 100644 --- a/devel/goswagger/Makefile +++ b/devel/goswagger/Makefile @@ -1,7 +1,7 @@ PORTNAME= goswagger DISTVERSIONPREFIX= v DISTVERSION= 0.30.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= dmgk@FreeBSD.org diff --git a/devel/gpm/Makefile b/devel/gpm/Makefile index 40ceb31b965..21efe6cdd8c 100644 --- a/devel/gpm/Makefile +++ b/devel/gpm/Makefile @@ -1,7 +1,7 @@ PORTNAME= gpm PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MAINTAINER= lukejee@gmail.com diff --git a/devel/grcov/Makefile b/devel/grcov/Makefile index 50fbf8aa508..f0b3dc07773 100644 --- a/devel/grcov/Makefile +++ b/devel/grcov/Makefile @@ -1,7 +1,7 @@ PORTNAME= grcov DISTVERSIONPREFIX= v DISTVERSION= 0.8.19 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/grex/Makefile b/devel/grex/Makefile index c10de2aec3e..a02b856e690 100644 --- a/devel/grex/Makefile +++ b/devel/grex/Makefile @@ -1,6 +1,7 @@ PORTNAME= grex DISTVERSIONPREFIX= v DISTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi diff --git a/devel/grv/Makefile b/devel/grv/Makefile index 3fba31c9da2..eec8e88bf7b 100644 --- a/devel/grv/Makefile +++ b/devel/grv/Makefile @@ -1,7 +1,7 @@ PORTNAME= grv DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= devel MAINTAINER= dmgk@FreeBSD.org diff --git a/devel/gum/Makefile b/devel/gum/Makefile index b2110080f6d..961fa3ccafe 100644 --- a/devel/gum/Makefile +++ b/devel/gum/Makefile @@ -1,7 +1,7 @@ PORTNAME= gum DISTVERSIONPREFIX= v -DISTVERSION= 0.13.0 -PORTREVISION= 3 +DISTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= dave@bitboss.ca diff --git a/devel/gum/distinfo b/devel/gum/distinfo index 8ee8430cd1d..d832779aaf6 100644 --- a/devel/gum/distinfo +++ b/devel/gum/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1702476673 -SHA256 (go/devel_gum/gum-v0.13.0/v0.13.0.mod) = 0da4abe726aaaf363866a211d3b43f45c4bbc8f5f29be301017d8f22efab342e -SIZE (go/devel_gum/gum-v0.13.0/v0.13.0.mod) = 1883 -SHA256 (go/devel_gum/gum-v0.13.0/v0.13.0.zip) = 3610196c92c6574720510d73eb2bafc49fec4dc6def5c8269c63675f57716a8a -SIZE (go/devel_gum/gum-v0.13.0/v0.13.0.zip) = 90997 +TIMESTAMP = 1715218573 +SHA256 (go/devel_gum/gum-v0.14.0/v0.14.0.mod) = de5fcb6b527f4ac63e3259410892acdaa0a82985173b7b524193968616485623 +SIZE (go/devel_gum/gum-v0.14.0/v0.14.0.mod) = 1995 +SHA256 (go/devel_gum/gum-v0.14.0/v0.14.0.zip) = 913ef73a8dac0e6864a725571d7520f5f93233eb8b862036f5e212891029da8a +SIZE (go/devel_gum/gum-v0.14.0/v0.14.0.zip) = 91142 diff --git a/devel/gvp/Makefile b/devel/gvp/Makefile index 766e2847cd3..dc0a8f8be52 100644 --- a/devel/gvp/Makefile +++ b/devel/gvp/Makefile @@ -1,7 +1,7 @@ PORTNAME= gvp PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MAINTAINER= lukejee@gmail.com diff --git a/devel/hotspot/Makefile b/devel/hotspot/Makefile index 3200d86bfec..d771ad39e1f 100644 --- a/devel/hotspot/Makefile +++ b/devel/hotspot/Makefile @@ -1,6 +1,7 @@ PORTNAME= hotspot DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/hub/Makefile b/devel/hub/Makefile index 1b2097a2b55..43878cabe75 100644 --- a/devel/hub/Makefile +++ b/devel/hub/Makefile @@ -1,7 +1,7 @@ PORTNAME= hub PORTVERSION= 2.14.2 DISTVERSIONPREFIX= v -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= devel sysutils MAINTAINER= egypcio@FreeBSD.org diff --git a/devel/hyprwayland-scanner/Makefile b/devel/hyprwayland-scanner/Makefile index 2f302dd6947..a850631e205 100644 --- a/devel/hyprwayland-scanner/Makefile +++ b/devel/hyprwayland-scanner/Makefile @@ -1,6 +1,6 @@ PORTNAME= hyprwayland-scanner DISTVERSIONPREFIX= v -DISTVERSION= 0.3.4 +DISTVERSION= 0.3.7 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/hyprwayland-scanner/distinfo b/devel/hyprwayland-scanner/distinfo index d3ddd48e18c..a7ac4eb014e 100644 --- a/devel/hyprwayland-scanner/distinfo +++ b/devel/hyprwayland-scanner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714755542 -SHA256 (hyprwm-hyprwayland-scanner-v0.3.4_GH0.tar.gz) = 5657a57634cae68c7a82ed31de28e653058852eee4baea9beb2f69629ba4c7f1 -SIZE (hyprwm-hyprwayland-scanner-v0.3.4_GH0.tar.gz) = 9610 +TIMESTAMP = 1715381285 +SHA256 (hyprwm-hyprwayland-scanner-v0.3.7_GH0.tar.gz) = 5b697f0cf5c255c9afed59959786157b57f2c7ac067cdba554d63712fb57b378 +SIZE (hyprwm-hyprwayland-scanner-v0.3.7_GH0.tar.gz) = 9891 diff --git a/devel/influx-pkg-config/Makefile b/devel/influx-pkg-config/Makefile index e993c0f1ffd..929c57726d4 100644 --- a/devel/influx-pkg-config/Makefile +++ b/devel/influx-pkg-config/Makefile @@ -1,7 +1,7 @@ PORTNAME= pkg-config DISTVERSIONPREFIX= v DISTVERSION= 0.2.13 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel PKGNAMEPREFIX= influx diff --git a/devel/interactive_rebase_tool/Makefile b/devel/interactive_rebase_tool/Makefile index bf3a970c31f..00ac32e6cd1 100644 --- a/devel/interactive_rebase_tool/Makefile +++ b/devel/interactive_rebase_tool/Makefile @@ -1,6 +1,6 @@ PORTNAME= interactive_rebase_tool DISTVERSION= 2.3.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index cc291cc2b6e..064f832b54f 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.456 +PORTVERSION= 2.457 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index d4a172f3fa6..17e4dd53434 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714581133 -SHA256 (jenkins/2.456/jenkins.war) = 1647762023726953ffae2f548e16b2bf48a4dd4d54875b0c8db603c9501fb5f6 -SIZE (jenkins/2.456/jenkins.war) = 93339436 +TIMESTAMP = 1715223780 +SHA256 (jenkins/2.457/jenkins.war) = e4f1f086d183959347303bc7f17b4262fb0c5dcddaae5ae799e4ecbfd54eb80f +SIZE (jenkins/2.457/jenkins.war) = 93266628 diff --git a/devel/jetbrains-restarter/Makefile b/devel/jetbrains-restarter/Makefile index d47897998ff..eee21906d9e 100644 --- a/devel/jetbrains-restarter/Makefile +++ b/devel/jetbrains-restarter/Makefile @@ -1,5 +1,6 @@ PORTNAME= restarter DISTVERSION= 241.15989.150 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= jetbrains- DIST_SUBDIR= jetbrains diff --git a/devel/jiri/Makefile b/devel/jiri/Makefile index b84a01b926c..2664753168f 100644 --- a/devel/jiri/Makefile +++ b/devel/jiri/Makefile @@ -1,6 +1,6 @@ PORTNAME= jiri PORTVERSION= g${TIMESTAMP:S/-/./g:C/T.*//g} -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MASTER_SITES= LOCAL/swills DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} diff --git a/devel/jujutsu/Makefile b/devel/jujutsu/Makefile index b6d6d3c29b0..c2936976e56 100644 --- a/devel/jujutsu/Makefile +++ b/devel/jujutsu/Makefile @@ -1,6 +1,7 @@ PORTNAME= jujutsu DISTVERSIONPREFIX= v -DISTVERSION= 0.16.0 +DISTVERSION= 0.17.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= se@FreeBSD.org diff --git a/devel/jujutsu/Makefile.crates b/devel/jujutsu/Makefile.crates index 4f612dfcd5b..475180c5dc2 100644 --- a/devel/jujutsu/Makefile.crates +++ b/devel/jujutsu/Makefile.crates @@ -11,12 +11,12 @@ CARGO_CRATES= addr2line-0.21.0 \ anstyle-parse-0.2.3 \ anstyle-query-1.0.2 \ anstyle-wincon-3.0.2 \ - anyhow-1.0.81 \ + anyhow-1.0.82 \ arc-swap-1.7.1 \ arrayvec-0.7.4 \ assert_cmd-2.0.14 \ assert_matches-1.5.0 \ - async-trait-0.1.79 \ + async-trait-0.1.80 \ autocfg-1.1.0 \ backoff-0.4.0 \ backtrace-0.3.71 \ @@ -36,14 +36,14 @@ CARGO_CRATES= addr2line-0.21.0 \ cast-0.3.0 \ cc-1.0.90 \ cfg-if-1.0.0 \ - chrono-0.4.37 \ + chrono-0.4.38 \ ciborium-0.2.2 \ ciborium-io-0.2.2 \ ciborium-ll-0.2.2 \ clap-4.5.4 \ clap-markdown-0.1.3 \ clap_builder-4.5.2 \ - clap_complete-4.5.1 \ + clap_complete-4.5.2 \ clap_complete_nushell-4.5.1 \ clap_derive-4.5.4 \ clap_lex-0.7.0 \ @@ -75,7 +75,7 @@ CARGO_CRATES= addr2line-0.21.0 \ dirs-sys-0.4.1 \ doc-comment-0.3.3 \ dunce-1.0.4 \ - either-1.10.0 \ + either-1.11.0 \ encode_unicode-0.3.6 \ equivalent-1.0.1 \ errno-0.3.8 \ @@ -101,27 +101,27 @@ CARGO_CRATES= addr2line-0.21.0 \ getrandom-0.2.12 \ gimli-0.28.1 \ git2-0.18.3 \ - gix-0.61.0 \ + gix-0.62.0 \ gix-actor-0.31.1 \ gix-bitmap-0.2.11 \ gix-chunk-0.4.8 \ gix-commitgraph-0.24.2 \ - gix-config-0.36.0 \ + gix-config-0.36.1 \ gix-config-value-0.14.6 \ gix-date-0.8.5 \ - gix-diff-0.42.0 \ + gix-diff-0.43.0 \ gix-discover-0.31.0 \ gix-features-0.38.1 \ - gix-fs-0.10.1 \ + gix-fs-0.10.2 \ gix-glob-0.16.2 \ gix-hash-0.14.2 \ gix-hashtable-0.5.2 \ - gix-index-0.31.1 \ + gix-index-0.32.0 \ gix-lock-13.1.1 \ gix-macros-0.1.4 \ gix-object-0.42.1 \ - gix-odb-0.59.0 \ - gix-pack-0.49.0 \ + gix-odb-0.60.0 \ + gix-pack-0.50.0 \ gix-path-0.10.7 \ gix-quote-0.4.12 \ gix-ref-0.43.0 \ @@ -130,10 +130,10 @@ CARGO_CRATES= addr2line-0.21.0 \ gix-revwalk-0.13.0 \ gix-sec-0.10.6 \ gix-tempfile-13.1.1 \ - gix-trace-0.1.8 \ - gix-traverse-0.38.0 \ - gix-url-0.27.2 \ - gix-utils-0.1.11 \ + gix-trace-0.1.9 \ + gix-traverse-0.39.0 \ + gix-url-0.27.3 \ + gix-utils-0.1.12 \ gix-validate-0.8.4 \ glob-0.3.1 \ globset-0.4.14 \ @@ -162,7 +162,7 @@ CARGO_CRATES= addr2line-0.21.0 \ js-sys-0.3.69 \ jwalk-0.8.1 \ lazy_static-1.4.0 \ - libc-0.2.153 \ + libc-0.2.154 \ libgit2-sys-0.16.2+1.7.2 \ libredox-0.0.1 \ libssh2-sys-0.3.0 \ @@ -199,10 +199,10 @@ CARGO_CRATES= addr2line-0.21.0 \ paste-1.0.14 \ pathdiff-0.2.1 \ percent-encoding-2.3.1 \ - pest-2.7.9 \ - pest_derive-2.7.9 \ - pest_generator-2.7.9 \ - pest_meta-2.7.9 \ + pest-2.7.10 \ + pest_derive-2.7.10 \ + pest_generator-2.7.10 \ + pest_meta-2.7.10 \ petgraph-0.6.4 \ pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ @@ -218,13 +218,13 @@ CARGO_CRATES= addr2line-0.21.0 \ predicates-tree-1.0.9 \ pretty_assertions-1.4.0 \ prettyplease-0.2.16 \ - proc-macro2-1.0.79 \ + proc-macro2-1.0.81 \ prodash-28.0.0 \ - prost-0.12.3 \ - prost-build-0.12.3 \ - prost-derive-0.12.3 \ - prost-types-0.12.3 \ - quote-1.0.35 \ + prost-0.12.4 \ + prost-build-0.12.4 \ + prost-derive-0.12.4 \ + prost-types-0.12.4 \ + quote-1.0.36 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ @@ -244,17 +244,17 @@ CARGO_CRATES= addr2line-0.21.0 \ rpassword-7.3.1 \ rtoolbox-0.0.2 \ rustc-demangle-0.1.23 \ - rustix-0.38.32 \ + rustix-0.38.34 \ rustversion-1.0.14 \ ryu-1.0.17 \ same-file-1.0.6 \ scm-record-0.2.0 \ scopeguard-1.2.0 \ semver-1.0.22 \ - serde-1.0.197 \ + serde-1.0.199 \ serde_bser-0.3.1 \ - serde_derive-1.0.197 \ - serde_json-1.0.115 \ + serde_derive-1.0.199 \ + serde_json-1.0.116 \ serde_spanned-0.6.5 \ sha1_smol-1.0.0 \ sha2-0.10.8 \ @@ -271,7 +271,7 @@ CARGO_CRATES= addr2line-0.21.0 \ strum-0.25.0 \ strum_macros-0.25.3 \ subtle-2.5.0 \ - syn-2.0.58 \ + syn-2.0.60 \ tempfile-3.10.1 \ terminal_size-0.3.0 \ termtree-0.4.1 \ @@ -279,8 +279,8 @@ CARGO_CRATES= addr2line-0.21.0 \ test-case-core-3.3.1 \ test-case-macros-3.3.1 \ textwrap-0.16.1 \ - thiserror-1.0.58 \ - thiserror-impl-1.0.58 \ + thiserror-1.0.59 \ + thiserror-impl-1.0.59 \ thread_local-1.1.8 \ time-0.3.34 \ time-core-0.1.2 \ @@ -310,7 +310,7 @@ CARGO_CRATES= addr2line-0.21.0 \ unicode-linebreak-0.1.5 \ unicode-normalization-0.1.23 \ unicode-segmentation-1.11.0 \ - unicode-width-0.1.11 \ + unicode-width-0.1.12 \ url-2.5.0 \ utf8parse-0.2.1 \ valuable-0.1.0 \ @@ -327,7 +327,6 @@ CARGO_CRATES= addr2line-0.21.0 \ wasm-bindgen-shared-0.2.92 \ watchman_client-0.8.0 \ web-sys-0.3.69 \ - which-4.4.2 \ whoami-1.5.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ diff --git a/devel/jujutsu/distinfo b/devel/jujutsu/distinfo index 8a8405b2bca..f3a1805a865 100644 --- a/devel/jujutsu/distinfo +++ b/devel/jujutsu/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1712314243 +TIMESTAMP = 1715155375 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -25,8 +25,8 @@ SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9ca SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 -SHA256 (rust/crates/anyhow-1.0.81.crate) = 0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247 -SIZE (rust/crates/anyhow-1.0.81.crate) = 45142 +SHA256 (rust/crates/anyhow-1.0.82.crate) = f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519 +SIZE (rust/crates/anyhow-1.0.82.crate) = 45361 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 SHA256 (rust/crates/arrayvec-0.7.4.crate) = 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711 @@ -35,8 +35,8 @@ SHA256 (rust/crates/assert_cmd-2.0.14.crate) = ed72493ac66d5804837f480ab3766c72b SIZE (rust/crates/assert_cmd-2.0.14.crate) = 24591 SHA256 (rust/crates/assert_matches-1.5.0.crate) = 9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9 SIZE (rust/crates/assert_matches-1.5.0.crate) = 7761 -SHA256 (rust/crates/async-trait-0.1.79.crate) = a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681 -SIZE (rust/crates/async-trait-0.1.79.crate) = 29558 +SHA256 (rust/crates/async-trait-0.1.80.crate) = c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca +SIZE (rust/crates/async-trait-0.1.80.crate) = 28775 SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 SHA256 (rust/crates/backoff-0.4.0.crate) = b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1 @@ -75,8 +75,8 @@ SHA256 (rust/crates/cc-1.0.90.crate) = 8cd6604a82acf3039f1144f54b8eb34e91ffba622 SIZE (rust/crates/cc-1.0.90.crate) = 73954 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.37.crate) = 8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e -SIZE (rust/crates/chrono-0.4.37.crate) = 234441 +SHA256 (rust/crates/chrono-0.4.38.crate) = a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 +SIZE (rust/crates/chrono-0.4.38.crate) = 220559 SHA256 (rust/crates/ciborium-0.2.2.crate) = 42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e SIZE (rust/crates/ciborium-0.2.2.crate) = 35611 SHA256 (rust/crates/ciborium-io-0.2.2.crate) = 05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757 @@ -89,8 +89,8 @@ SHA256 (rust/crates/clap-markdown-0.1.3.crate) = 325f50228f76921784b6d9f2d62de67 SIZE (rust/crates/clap-markdown-0.1.3.crate) = 11397 SHA256 (rust/crates/clap_builder-4.5.2.crate) = ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4 SIZE (rust/crates/clap_builder-4.5.2.crate) = 163566 -SHA256 (rust/crates/clap_complete-4.5.1.crate) = 885e4d7d5af40bfb99ae6f9433e292feac98d452dcb3ec3d25dfe7552b77da8c -SIZE (rust/crates/clap_complete-4.5.1.crate) = 37823 +SHA256 (rust/crates/clap_complete-4.5.2.crate) = dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e +SIZE (rust/crates/clap_complete-4.5.2.crate) = 37850 SHA256 (rust/crates/clap_complete_nushell-4.5.1.crate) = 80d0e48e026ce7df2040239117d25e4e79714907420c70294a5ce4b6bbe6a7b6 SIZE (rust/crates/clap_complete_nushell-4.5.1.crate) = 33633 SHA256 (rust/crates/clap_derive-4.5.4.crate) = 528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64 @@ -153,8 +153,8 @@ SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 SHA256 (rust/crates/dunce-1.0.4.crate) = 56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b SIZE (rust/crates/dunce-1.0.4.crate) = 8034 -SHA256 (rust/crates/either-1.10.0.crate) = 11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a -SIZE (rust/crates/either-1.10.0.crate) = 18334 +SHA256 (rust/crates/either-1.11.0.crate) = a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2 +SIZE (rust/crates/either-1.11.0.crate) = 18973 SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 @@ -205,8 +205,8 @@ SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d24 SIZE (rust/crates/gimli-0.28.1.crate) = 270497 SHA256 (rust/crates/git2-0.18.3.crate) = 232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70 SIZE (rust/crates/git2-0.18.3.crate) = 213009 -SHA256 (rust/crates/gix-0.61.0.crate) = e4e0e59a44bf00de058ee98d6ecf3c9ed8f8842c1da642258ae4120d41ded8f7 -SIZE (rust/crates/gix-0.61.0.crate) = 270542 +SHA256 (rust/crates/gix-0.62.0.crate) = 5631c64fb4cd48eee767bf98a3cbc5c9318ef3bb71074d4c099a2371510282b6 +SIZE (rust/crates/gix-0.62.0.crate) = 269685 SHA256 (rust/crates/gix-actor-0.31.1.crate) = 45c3a3bde455ad2ee8ba8a195745241ce0b770a8a26faae59fcf409d01b28c46 SIZE (rust/crates/gix-actor-0.31.1.crate) = 8952 SHA256 (rust/crates/gix-bitmap-0.2.11.crate) = a371db66cbd4e13f0ed9dc4c0fea712d7276805fccc877f77e96374d317e87ae @@ -215,38 +215,38 @@ SHA256 (rust/crates/gix-chunk-0.4.8.crate) = 45c8751169961ba7640b513c3b24af61aa9 SIZE (rust/crates/gix-chunk-0.4.8.crate) = 9358 SHA256 (rust/crates/gix-commitgraph-0.24.2.crate) = f7b102311085da4af18823413b5176d7c500fb2272eaf391cfa8635d8bcb12c4 SIZE (rust/crates/gix-commitgraph-0.24.2.crate) = 18187 -SHA256 (rust/crates/gix-config-0.36.0.crate) = 62129c75e4b6229fe15fb9838cdc00c655e87105b651e4edd7c183fc5288b5d1 -SIZE (rust/crates/gix-config-0.36.0.crate) = 61643 +SHA256 (rust/crates/gix-config-0.36.1.crate) = 7580e05996e893347ad04e1eaceb92e1c0e6a3ffe517171af99bf6b6df0ca6e5 +SIZE (rust/crates/gix-config-0.36.1.crate) = 61754 SHA256 (rust/crates/gix-config-value-0.14.6.crate) = fbd06203b1a9b33a78c88252a625031b094d9e1b647260070c25b09910c0a804 SIZE (rust/crates/gix-config-value-0.14.6.crate) = 12769 SHA256 (rust/crates/gix-date-0.8.5.crate) = 180b130a4a41870edfbd36ce4169c7090bca70e195da783dea088dd973daa59c SIZE (rust/crates/gix-date-0.8.5.crate) = 10185 -SHA256 (rust/crates/gix-diff-0.42.0.crate) = 78e605593c2ef74980a534ade0909c7dc57cca72baa30cbb67d2dda621f99ac4 -SIZE (rust/crates/gix-diff-0.42.0.crate) = 32151 +SHA256 (rust/crates/gix-diff-0.43.0.crate) = a5fbc24115b957346cd23fb0f47d830eb799c46c89cdcf2f5acc9bf2938c2d01 +SIZE (rust/crates/gix-diff-0.43.0.crate) = 32154 SHA256 (rust/crates/gix-discover-0.31.0.crate) = 64bab49087ed3710caf77e473dc0efc54ca33d8ccc6441359725f121211482b1 SIZE (rust/crates/gix-discover-0.31.0.crate) = 16644 SHA256 (rust/crates/gix-features-0.38.1.crate) = db4254037d20a247a0367aa79333750146a369719f0c6617fec4f5752cc62b37 SIZE (rust/crates/gix-features-0.38.1.crate) = 30596 -SHA256 (rust/crates/gix-fs-0.10.1.crate) = 634b8a743b0aae03c1a74ee0ea24e8c5136895efac64ce52b3ea106e1c6f0613 -SIZE (rust/crates/gix-fs-0.10.1.crate) = 14369 +SHA256 (rust/crates/gix-fs-0.10.2.crate) = e2184c40e7910529677831c8b481acf788ffd92427ed21fad65b6aa637e631b8 +SIZE (rust/crates/gix-fs-0.10.2.crate) = 14372 SHA256 (rust/crates/gix-glob-0.16.2.crate) = 682bdc43cb3c00dbedfcc366de2a849b582efd8d886215dbad2ea662ec156bb5 SIZE (rust/crates/gix-glob-0.16.2.crate) = 13261 SHA256 (rust/crates/gix-hash-0.14.2.crate) = f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e SIZE (rust/crates/gix-hash-0.14.2.crate) = 12759 SHA256 (rust/crates/gix-hashtable-0.5.2.crate) = 7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242 SIZE (rust/crates/gix-hashtable-0.5.2.crate) = 6421 -SHA256 (rust/crates/gix-index-0.31.1.crate) = 549621f13d9ccf325a7de45506a3266af0d08f915181c5687abb5e8669bfd2e6 -SIZE (rust/crates/gix-index-0.31.1.crate) = 44358 +SHA256 (rust/crates/gix-index-0.32.0.crate) = 3383122cf18655ef4c097c0b935bba5eb56983947959aaf3b0ceb1949d4dd371 +SIZE (rust/crates/gix-index-0.32.0.crate) = 44707 SHA256 (rust/crates/gix-lock-13.1.1.crate) = e7c359f81f01b8352063319bcb39789b7ea0887b406406381106e38c4a34d049 SIZE (rust/crates/gix-lock-13.1.1.crate) = 9753 SHA256 (rust/crates/gix-macros-0.1.4.crate) = 1dff438f14e67e7713ab9332f5fd18c8f20eb7eb249494f6c2bf170522224032 SIZE (rust/crates/gix-macros-0.1.4.crate) = 8582 SHA256 (rust/crates/gix-object-0.42.1.crate) = 3d4f8efae72030df1c4a81d02dbe2348e748d9b9a11e108ed6efbd846326e051 SIZE (rust/crates/gix-object-0.42.1.crate) = 32453 -SHA256 (rust/crates/gix-odb-0.59.0.crate) = 81b55378c719693380f66d9dd21ce46721eed2981d8789fc698ec1ada6fa176e -SIZE (rust/crates/gix-odb-0.59.0.crate) = 54132 -SHA256 (rust/crates/gix-pack-0.49.0.crate) = 6391aeaa030ad64aba346a9f5c69bb1c4e5c6fb4411705b03b40b49d8614ec30 -SIZE (rust/crates/gix-pack-0.49.0.crate) = 96264 +SHA256 (rust/crates/gix-odb-0.60.0.crate) = e8bbb43d2fefdc4701ffdf9224844d05b136ae1b9a73c2f90710c8dd27a93503 +SIZE (rust/crates/gix-odb-0.60.0.crate) = 54133 +SHA256 (rust/crates/gix-pack-0.50.0.crate) = b58bad27c7677fa6b587aab3a1aca0b6c97373bd371a0a4290677c838c9bcaf1 +SIZE (rust/crates/gix-pack-0.50.0.crate) = 96288 SHA256 (rust/crates/gix-path-0.10.7.crate) = 23623cf0f475691a6d943f898c4d0b89f5c1a2a64d0f92bce0e0322ee6528783 SIZE (rust/crates/gix-path-0.10.7.crate) = 14406 SHA256 (rust/crates/gix-quote-0.4.12.crate) = cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff @@ -263,14 +263,14 @@ SHA256 (rust/crates/gix-sec-0.10.6.crate) = fddc27984a643b20dd03e97790555804f98c SIZE (rust/crates/gix-sec-0.10.6.crate) = 9356 SHA256 (rust/crates/gix-tempfile-13.1.1.crate) = a761d76594f4443b675e85928e4902dec333273836bd386906f01e7e346a0d11 SIZE (rust/crates/gix-tempfile-13.1.1.crate) = 17852 -SHA256 (rust/crates/gix-trace-0.1.8.crate) = 9b838b2db8f62c9447d483a4c28d251b67fee32741a82cb4d35e9eb4e9fdc5ab -SIZE (rust/crates/gix-trace-0.1.8.crate) = 9657 -SHA256 (rust/crates/gix-traverse-0.38.0.crate) = 95aef84bc777025403a09788b1e4815c06a19332e9e5d87a955e1ed7da9bf0cf -SIZE (rust/crates/gix-traverse-0.38.0.crate) = 12475 -SHA256 (rust/crates/gix-url-0.27.2.crate) = 8f0b24f3ecc79a5a53539de9c2e99425d0ef23feacdcf3faac983aa9a2f26849 -SIZE (rust/crates/gix-url-0.27.2.crate) = 13552 -SHA256 (rust/crates/gix-utils-0.1.11.crate) = 0066432d4c277f9877f091279a597ea5331f68ca410efc874f0bdfb1cd348f92 -SIZE (rust/crates/gix-utils-0.1.11.crate) = 9426 +SHA256 (rust/crates/gix-trace-0.1.9.crate) = f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e +SIZE (rust/crates/gix-trace-0.1.9.crate) = 9659 +SHA256 (rust/crates/gix-traverse-0.39.0.crate) = f4029ec209b0cc480d209da3837a42c63801dd8548f09c1f4502c60accb62aeb +SIZE (rust/crates/gix-traverse-0.39.0.crate) = 17242 +SHA256 (rust/crates/gix-url-0.27.3.crate) = 0db829ebdca6180fbe32be7aed393591df6db4a72dbbc0b8369162390954d1cf +SIZE (rust/crates/gix-url-0.27.3.crate) = 14329 +SHA256 (rust/crates/gix-utils-0.1.12.crate) = 35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc +SIZE (rust/crates/gix-utils-0.1.12.crate) = 9418 SHA256 (rust/crates/gix-validate-0.8.4.crate) = e39fc6e06044985eac19dd34d474909e517307582e462b2eb4c8fa51b6241545 SIZE (rust/crates/gix-validate-0.8.4.crate) = 6960 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b @@ -327,8 +327,8 @@ SHA256 (rust/crates/jwalk-0.8.1.crate) = 2735847566356cd2179a2a38264839308f7079f SIZE (rust/crates/jwalk-0.8.1.crate) = 39882 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd -SIZE (rust/crates/libc-0.2.153.crate) = 740614 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 SHA256 (rust/crates/libgit2-sys-0.16.2+1.7.2.crate) = ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8 SIZE (rust/crates/libgit2-sys-0.16.2+1.7.2.crate) = 1773674 SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 @@ -401,14 +401,14 @@ SHA256 (rust/crates/pathdiff-0.2.1.crate) = 8835116a5c179084a830efb3adc117ab0075 SIZE (rust/crates/pathdiff-0.2.1.crate) = 7142 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pest-2.7.9.crate) = 311fb059dee1a7b802f036316d790138c613a4e8b180c822e3925a662e9f0c95 -SIZE (rust/crates/pest-2.7.9.crate) = 123517 -SHA256 (rust/crates/pest_derive-2.7.9.crate) = f73541b156d32197eecda1a4014d7f868fd2bcb3c550d5386087cfba442bf69c -SIZE (rust/crates/pest_derive-2.7.9.crate) = 36139 -SHA256 (rust/crates/pest_generator-2.7.9.crate) = c35eeed0a3fab112f75165fdc026b3913f4183133f19b49be773ac9ea966e8bd -SIZE (rust/crates/pest_generator-2.7.9.crate) = 18412 -SHA256 (rust/crates/pest_meta-2.7.9.crate) = 2adbf29bb9776f28caece835398781ab24435585fe0d4dc1374a61db5accedca -SIZE (rust/crates/pest_meta-2.7.9.crate) = 41547 +SHA256 (rust/crates/pest-2.7.10.crate) = 560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8 +SIZE (rust/crates/pest-2.7.10.crate) = 123707 +SHA256 (rust/crates/pest_derive-2.7.10.crate) = 26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459 +SIZE (rust/crates/pest_derive-2.7.10.crate) = 36221 +SHA256 (rust/crates/pest_generator-2.7.10.crate) = 3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687 +SIZE (rust/crates/pest_generator-2.7.10.crate) = 18411 +SHA256 (rust/crates/pest_meta-2.7.10.crate) = d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd +SIZE (rust/crates/pest_meta-2.7.10.crate) = 41550 SHA256 (rust/crates/petgraph-0.6.4.crate) = e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9 SIZE (rust/crates/petgraph-0.6.4.crate) = 185895 SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58 @@ -439,20 +439,20 @@ SHA256 (rust/crates/pretty_assertions-1.4.0.crate) = af7cee1a6c8a5b9208b3cb1061f SIZE (rust/crates/pretty_assertions-1.4.0.crate) = 78846 SHA256 (rust/crates/prettyplease-0.2.16.crate) = a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5 SIZE (rust/crates/prettyplease-0.2.16.crate) = 57630 -SHA256 (rust/crates/proc-macro2-1.0.79.crate) = e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e -SIZE (rust/crates/proc-macro2-1.0.79.crate) = 47200 +SHA256 (rust/crates/proc-macro2-1.0.81.crate) = 3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba +SIZE (rust/crates/proc-macro2-1.0.81.crate) = 48233 SHA256 (rust/crates/prodash-28.0.0.crate) = 744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79 SIZE (rust/crates/prodash-28.0.0.crate) = 90695 -SHA256 (rust/crates/prost-0.12.3.crate) = 146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a -SIZE (rust/crates/prost-0.12.3.crate) = 29461 -SHA256 (rust/crates/prost-build-0.12.3.crate) = c55e02e35260070b6f716a2423c2ff1c3bb1642ddca6f99e1f26d06268a0e2d2 -SIZE (rust/crates/prost-build-0.12.3.crate) = 39018 -SHA256 (rust/crates/prost-derive-0.12.3.crate) = efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e -SIZE (rust/crates/prost-derive-0.12.3.crate) = 19603 -SHA256 (rust/crates/prost-types-0.12.3.crate) = 193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e -SIZE (rust/crates/prost-types-0.12.3.crate) = 42091 -SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef -SIZE (rust/crates/quote-1.0.35.crate) = 28136 +SHA256 (rust/crates/prost-0.12.4.crate) = d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922 +SIZE (rust/crates/prost-0.12.4.crate) = 29935 +SHA256 (rust/crates/prost-build-0.12.4.crate) = 80b776a1b2dc779f5ee0641f8ade0125bc1298dd41a9a0c16d8bd57b42d222b1 +SIZE (rust/crates/prost-build-0.12.4.crate) = 39184 +SHA256 (rust/crates/prost-derive-0.12.4.crate) = 19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48 +SIZE (rust/crates/prost-derive-0.12.4.crate) = 19603 +SHA256 (rust/crates/prost-types-0.12.4.crate) = 3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe +SIZE (rust/crates/prost-types-0.12.4.crate) = 43616 +SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 +SIZE (rust/crates/quote-1.0.36.crate) = 28507 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 @@ -491,8 +491,8 @@ SHA256 (rust/crates/rtoolbox-0.0.2.crate) = c247d24e63230cdb56463ae328478bd5eac8 SIZE (rust/crates/rtoolbox-0.0.2.crate) = 9179 SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 -SHA256 (rust/crates/rustix-0.38.32.crate) = 65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89 -SIZE (rust/crates/rustix-0.38.32.crate) = 376999 +SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f +SIZE (rust/crates/rustix-0.38.34.crate) = 365160 SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4 SIZE (rust/crates/rustversion-1.0.14.crate) = 17261 SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 @@ -505,14 +505,14 @@ SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/semver-1.0.22.crate) = 92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca SIZE (rust/crates/semver-1.0.22.crate) = 30446 -SHA256 (rust/crates/serde-1.0.197.crate) = 3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2 -SIZE (rust/crates/serde-1.0.197.crate) = 77087 +SHA256 (rust/crates/serde-1.0.199.crate) = 0c9f6e76df036c77cd94996771fb40db98187f096dd0b9af39c6c6e452ba966a +SIZE (rust/crates/serde-1.0.199.crate) = 77598 SHA256 (rust/crates/serde_bser-0.3.1.crate) = 1b929ea725591083cbca8b8ea178ed6efc918eccd40b784e199ce88967104199 SIZE (rust/crates/serde_bser-0.3.1.crate) = 17741 -SHA256 (rust/crates/serde_derive-1.0.197.crate) = 7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b -SIZE (rust/crates/serde_derive-1.0.197.crate) = 55771 -SHA256 (rust/crates/serde_json-1.0.115.crate) = 12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd -SIZE (rust/crates/serde_json-1.0.115.crate) = 147100 +SHA256 (rust/crates/serde_derive-1.0.199.crate) = 11bd257a6541e141e42ca6d24ae26f7714887b47e89aa739099104c7e4d3b7fc +SIZE (rust/crates/serde_derive-1.0.199.crate) = 55793 +SHA256 (rust/crates/serde_json-1.0.116.crate) = 3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813 +SIZE (rust/crates/serde_json-1.0.116.crate) = 146790 SHA256 (rust/crates/serde_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 SIZE (rust/crates/serde_spanned-0.6.5.crate) = 8349 SHA256 (rust/crates/sha1_smol-1.0.0.crate) = ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012 @@ -545,8 +545,8 @@ SHA256 (rust/crates/strum_macros-0.25.3.crate) = 23dc1fa9ac9c169a78ba62f0b841814 SIZE (rust/crates/strum_macros-0.25.3.crate) = 22570 SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc SIZE (rust/crates/subtle-2.5.0.crate) = 13909 -SHA256 (rust/crates/syn-2.0.58.crate) = 44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687 -SIZE (rust/crates/syn-2.0.58.crate) = 254920 +SHA256 (rust/crates/syn-2.0.60.crate) = 909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3 +SIZE (rust/crates/syn-2.0.60.crate) = 255808 SHA256 (rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1 SIZE (rust/crates/tempfile-3.10.1.crate) = 33653 SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 @@ -561,10 +561,10 @@ SHA256 (rust/crates/test-case-macros-3.3.1.crate) = 5c89e72a01ed4c579669add59014 SIZE (rust/crates/test-case-macros-3.3.1.crate) = 4961 SHA256 (rust/crates/textwrap-0.16.1.crate) = 23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9 SIZE (rust/crates/textwrap-0.16.1.crate) = 56012 -SHA256 (rust/crates/thiserror-1.0.58.crate) = 03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297 -SIZE (rust/crates/thiserror-1.0.58.crate) = 21025 -SHA256 (rust/crates/thiserror-impl-1.0.58.crate) = c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7 -SIZE (rust/crates/thiserror-impl-1.0.58.crate) = 15645 +SHA256 (rust/crates/thiserror-1.0.59.crate) = f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa +SIZE (rust/crates/thiserror-1.0.59.crate) = 21040 +SHA256 (rust/crates/thiserror-impl-1.0.59.crate) = d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66 +SIZE (rust/crates/thiserror-impl-1.0.59.crate) = 15726 SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 SHA256 (rust/crates/time-0.3.34.crate) = c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749 @@ -623,8 +623,8 @@ SHA256 (rust/crates/unicode-normalization-0.1.23.crate) = a56d1686db2308d901306f SIZE (rust/crates/unicode-normalization-0.1.23.crate) = 122649 SHA256 (rust/crates/unicode-segmentation-1.11.0.crate) = d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 SIZE (rust/crates/unicode-segmentation-1.11.0.crate) = 102740 -SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 -SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 +SHA256 (rust/crates/unicode-width-0.1.12.crate) = 68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6 +SIZE (rust/crates/unicode-width-0.1.12.crate) = 24062 SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 SIZE (rust/crates/url-2.5.0.crate) = 78605 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a @@ -657,8 +657,6 @@ SHA256 (rust/crates/watchman_client-0.8.0.crate) = 839fea2d85719bb69089290d7970b SIZE (rust/crates/watchman_client-0.8.0.crate) = 30922 SHA256 (rust/crates/web-sys-0.3.69.crate) = 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef SIZE (rust/crates/web-sys-0.3.69.crate) = 728877 -SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 -SIZE (rust/crates/which-4.4.2.crate) = 15953 SHA256 (rust/crates/whoami-1.5.1.crate) = a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9 SIZE (rust/crates/whoami-1.5.1.crate) = 24026 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 @@ -725,5 +723,5 @@ SHA256 (rust/crates/zstd-safe-6.0.6.crate) = ee98ffd0b48ee95e6c5168188e44a54550b SIZE (rust/crates/zstd-safe-6.0.6.crate) = 20828 SHA256 (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656 SIZE (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 728791 -SHA256 (martinvonz-jj-v0.16.0_GH0.tar.gz) = e6094982c8e5902c33b0505bbb0e4e4c35c249f2a36108655002dc7d06de7d4a -SIZE (martinvonz-jj-v0.16.0_GH0.tar.gz) = 1368570 +SHA256 (martinvonz-jj-v0.17.1_GH0.tar.gz) = 653e1190a82a39dae733487a11aa641ba62a36ae1e221c21844f822575961919 +SIZE (martinvonz-jj-v0.17.1_GH0.tar.gz) = 1415470 diff --git a/devel/kf5-kcoreaddons/Makefile b/devel/kf5-kcoreaddons/Makefile index fbe687d42e1..3a2d8f47e40 100644 --- a/devel/kf5-kcoreaddons/Makefile +++ b/devel/kf5-kcoreaddons/Makefile @@ -1,6 +1,6 @@ PORTNAME= kcoreaddons DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTEVISION= 1 +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kdeclarative/Makefile b/devel/kf5-kdeclarative/Makefile index 870a895e941..93eef2bbb6d 100644 --- a/devel/kf5-kdeclarative/Makefile +++ b/devel/kf5-kdeclarative/Makefile @@ -1,6 +1,6 @@ PORTNAME= kdeclarative DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -POPRTREVISION= 1 +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf6-extra-cmake-modules/Makefile b/devel/kf6-extra-cmake-modules/Makefile index 01bb75a2fab..87f142dca47 100644 --- a/devel/kf6-extra-cmake-modules/Makefile +++ b/devel/kf6-extra-cmake-modules/Makefile @@ -1,6 +1,5 @@ PORTNAME= extra-cmake-modules DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks COMMENT= Extra modules and scripts for CMake diff --git a/devel/kf6-extra-cmake-modules/distinfo b/devel/kf6-extra-cmake-modules/distinfo index 0e073e66998..7b8b8251c19 100644 --- a/devel/kf6-extra-cmake-modules/distinfo +++ b/devel/kf6-extra-cmake-modules/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022543 -SHA256 (KDE/frameworks/6.1.0/extra-cmake-modules-6.1.0.tar.xz) = 76c9edf00807e6cf8d4ae35f5195b4bc3fe94648d976fef532bf7f97d86388bd -SIZE (KDE/frameworks/6.1.0/extra-cmake-modules-6.1.0.tar.xz) = 341972 +TIMESTAMP = 1714804791 +SHA256 (KDE/frameworks/6.2.0/extra-cmake-modules-6.2.0.tar.xz) = 6374bfa0dded8be265c702acd5de11eecd2851c625b93e1c87d8d0f5f1a8ebe1 +SIZE (KDE/frameworks/6.2.0/extra-cmake-modules-6.2.0.tar.xz) = 340788 diff --git a/devel/kf6-kapidox/distinfo b/devel/kf6-kapidox/distinfo index 8c5477bfa50..32dcc7ee7d4 100644 --- a/devel/kf6-kapidox/distinfo +++ b/devel/kf6-kapidox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022568 -SHA256 (KDE/frameworks/6.1.0/kapidox-6.1.0.tar.xz) = b129f169fa2993aca898e72619d3dbafa3b07e89bff4bd3cba7361dd04bc5c15 -SIZE (KDE/frameworks/6.1.0/kapidox-6.1.0.tar.xz) = 199160 +TIMESTAMP = 1714804792 +SHA256 (KDE/frameworks/6.2.0/kapidox-6.2.0.tar.xz) = 03acd3923331af3b4e4ec27d32535fa30d6583d2d0861fd282ab6382239875ab +SIZE (KDE/frameworks/6.2.0/kapidox-6.2.0.tar.xz) = 198692 diff --git a/devel/kf6-kauth/Makefile b/devel/kf6-kauth/Makefile index f9e98592664..8f8d2c8013d 100644 --- a/devel/kf6-kauth/Makefile +++ b/devel/kf6-kauth/Makefile @@ -1,6 +1,5 @@ PORTNAME= kauth DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks COMMENT= Execute actions as privileged user diff --git a/devel/kf6-kauth/distinfo b/devel/kf6-kauth/distinfo index 20e50c0be4c..2da87b02975 100644 --- a/devel/kf6-kauth/distinfo +++ b/devel/kf6-kauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022569 -SHA256 (KDE/frameworks/6.1.0/kauth-6.1.0.tar.xz) = 47e7804020805098cc9ab370b6c539991bb028041faaf5a619ab7cb2b992f08b -SIZE (KDE/frameworks/6.1.0/kauth-6.1.0.tar.xz) = 2303944 +TIMESTAMP = 1714804792 +SHA256 (KDE/frameworks/6.2.0/kauth-6.2.0.tar.xz) = 3511d9d857c0f6962b005b381ec5e2fef9ded59244da14e31dd0673e05a69b0a +SIZE (KDE/frameworks/6.2.0/kauth-6.2.0.tar.xz) = 2295808 diff --git a/devel/kf6-kbookmarks/distinfo b/devel/kf6-kbookmarks/distinfo index 8fd4b7b56cf..2853a132078 100644 --- a/devel/kf6-kbookmarks/distinfo +++ b/devel/kf6-kbookmarks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022569 -SHA256 (KDE/frameworks/6.1.0/kbookmarks-6.1.0.tar.xz) = b763563217c1e3e84834b4b7779891c4512e8fd27cb2b53af00a2ab7612d4747 -SIZE (KDE/frameworks/6.1.0/kbookmarks-6.1.0.tar.xz) = 1110592 +TIMESTAMP = 1714804792 +SHA256 (KDE/frameworks/6.2.0/kbookmarks-6.2.0.tar.xz) = 1af0d6be7c43cb17bc9a8bda464c372b9f27f99d3cdf3be95ec5f24e34368efb +SIZE (KDE/frameworks/6.2.0/kbookmarks-6.2.0.tar.xz) = 1107948 diff --git a/devel/kf6-kcmutils/distinfo b/devel/kf6-kcmutils/distinfo index 947ebe9b1ea..9150a02fef0 100644 --- a/devel/kf6-kcmutils/distinfo +++ b/devel/kf6-kcmutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022570 -SHA256 (KDE/frameworks/6.1.0/kcmutils-6.1.0.tar.xz) = 3d179b9a8ae6636ea3351e5be0414a34991a7a1f514ea492d248b68315ec2a86 -SIZE (KDE/frameworks/6.1.0/kcmutils-6.1.0.tar.xz) = 2472384 +TIMESTAMP = 1714804793 +SHA256 (KDE/frameworks/6.2.0/kcmutils-6.2.0.tar.xz) = 8cef140ca9eabf29e88a08489c799078e85247907fd6f74165aeafd4ed40c0bb +SIZE (KDE/frameworks/6.2.0/kcmutils-6.2.0.tar.xz) = 2462908 diff --git a/devel/kf6-kcmutils/pkg-plist b/devel/kf6-kcmutils/pkg-plist index f7a0c0ad024..392299cad08 100644 --- a/devel/kf6-kcmutils/pkg-plist +++ b/devel/kf6-kcmutils/pkg-plist @@ -142,6 +142,7 @@ share/locale/ku/LC_MESSAGES/kcmutils6.mo share/locale/lb/LC_MESSAGES/kcmutils6.mo share/locale/lt/LC_MESSAGES/kcmshell6.mo share/locale/lt/LC_MESSAGES/kcmutils6.mo +share/locale/lv/LC_MESSAGES/kcmshell6.mo share/locale/lv/LC_MESSAGES/kcmutils6.mo share/locale/mai/LC_MESSAGES/kcmutils6.mo share/locale/mk/LC_MESSAGES/kcmutils6.mo @@ -180,6 +181,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/kcmutils6.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmutils6.mo share/locale/sr@latin/LC_MESSAGES/kcmutils6.mo share/locale/sv/LC_MESSAGES/kcmutils6.mo +share/locale/ta/LC_MESSAGES/kcmshell6.mo share/locale/ta/LC_MESSAGES/kcmutils6.mo share/locale/te/LC_MESSAGES/kcmutils6.mo share/locale/tg/LC_MESSAGES/kcmutils6.mo diff --git a/devel/kf6-kconfig/distinfo b/devel/kf6-kconfig/distinfo index 157be7d5f74..b387894a09e 100644 --- a/devel/kf6-kconfig/distinfo +++ b/devel/kf6-kconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022572 -SHA256 (KDE/frameworks/6.1.0/kconfig-6.1.0.tar.xz) = 2fda5f25beac5260a70f3f629144b5c229bf352cae208893ed44a9732c6dcaf7 -SIZE (KDE/frameworks/6.1.0/kconfig-6.1.0.tar.xz) = 293324 +TIMESTAMP = 1714804793 +SHA256 (KDE/frameworks/6.2.0/kconfig-6.2.0.tar.xz) = 2512bc036fc40cdc23345cbf8037853c7afdc93b7f81528547a451e0f8c429e9 +SIZE (KDE/frameworks/6.2.0/kconfig-6.2.0.tar.xz) = 294076 diff --git a/devel/kf6-kcoreaddons/distinfo b/devel/kf6-kcoreaddons/distinfo index eba677c3005..37496685b02 100644 --- a/devel/kf6-kcoreaddons/distinfo +++ b/devel/kf6-kcoreaddons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022574 -SHA256 (KDE/frameworks/6.1.0/kcoreaddons-6.1.0.tar.xz) = 7608ef9a2483b28a3af82a3024054cdb3c58cf1fdfbd791a02f70efc80ea3343 -SIZE (KDE/frameworks/6.1.0/kcoreaddons-6.1.0.tar.xz) = 2576112 +TIMESTAMP = 1714804793 +SHA256 (KDE/frameworks/6.2.0/kcoreaddons-6.2.0.tar.xz) = 3f9836a3ce5e72883bf032587b745ce55435aa7627174579d2e018da717338ed +SIZE (KDE/frameworks/6.2.0/kcoreaddons-6.2.0.tar.xz) = 2565752 diff --git a/devel/kf6-kcrash/distinfo b/devel/kf6-kcrash/distinfo index 68ed0db2c44..aca6d6ed2c8 100644 --- a/devel/kf6-kcrash/distinfo +++ b/devel/kf6-kcrash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022575 -SHA256 (KDE/frameworks/6.1.0/kcrash-6.1.0.tar.xz) = 727f82e9767c2f647b7ee6bd79d51ebd40691271320dcb7835a30cf8806479ed -SIZE (KDE/frameworks/6.1.0/kcrash-6.1.0.tar.xz) = 29132 +TIMESTAMP = 1714804794 +SHA256 (KDE/frameworks/6.2.0/kcrash-6.2.0.tar.xz) = 00b7b4885cb2a92e832816e9cc1da8cf5cccc4c4482c13648f020988c86cf588 +SIZE (KDE/frameworks/6.2.0/kcrash-6.2.0.tar.xz) = 28960 diff --git a/devel/kf6-kdbusaddons/distinfo b/devel/kf6-kdbusaddons/distinfo index 18bfdea82c5..ca8edef001c 100644 --- a/devel/kf6-kdbusaddons/distinfo +++ b/devel/kf6-kdbusaddons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022577 -SHA256 (KDE/frameworks/6.1.0/kdbusaddons-6.1.0.tar.xz) = b423a4ca1fcab973b9454386efbaf5dc2c642d21ee9125d73b8fc67f80463541 -SIZE (KDE/frameworks/6.1.0/kdbusaddons-6.1.0.tar.xz) = 46420 +TIMESTAMP = 1714804794 +SHA256 (KDE/frameworks/6.2.0/kdbusaddons-6.2.0.tar.xz) = bca0df3fc7361effcf81ffb795d8ff62e2189ea9672492d6b26c1e0144fedd67 +SIZE (KDE/frameworks/6.2.0/kdbusaddons-6.2.0.tar.xz) = 46212 diff --git a/devel/kf6-kdbusaddons/pkg-plist b/devel/kf6-kdbusaddons/pkg-plist index a60dd48bed5..e61a4eb5a37 100644 --- a/devel/kf6-kdbusaddons/pkg-plist +++ b/devel/kf6-kdbusaddons/pkg-plist @@ -68,6 +68,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/kdbusaddons6_qt.qm share/locale/sr@ijekavianlatin/LC_MESSAGES/kdbusaddons6_qt.qm share/locale/sr@latin/LC_MESSAGES/kdbusaddons6_qt.qm share/locale/sv/LC_MESSAGES/kdbusaddons6_qt.qm +share/locale/ta/LC_MESSAGES/kdbusaddons6_qt.qm share/locale/tg/LC_MESSAGES/kdbusaddons6_qt.qm share/locale/tr/LC_MESSAGES/kdbusaddons6_qt.qm share/locale/uk/LC_MESSAGES/kdbusaddons6_qt.qm diff --git a/devel/kf6-kdeclarative/distinfo b/devel/kf6-kdeclarative/distinfo index 64736fe861a..e55f8fda1ad 100644 --- a/devel/kf6-kdeclarative/distinfo +++ b/devel/kf6-kdeclarative/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022578 -SHA256 (KDE/frameworks/6.1.0/kdeclarative-6.1.0.tar.xz) = f94138d62e17355812f37613aa936fad2e5140fe4f09a9e42e4d9bfa9881c702 -SIZE (KDE/frameworks/6.1.0/kdeclarative-6.1.0.tar.xz) = 2436156 +TIMESTAMP = 1714804795 +SHA256 (KDE/frameworks/6.2.0/kdeclarative-6.2.0.tar.xz) = a85c3f1599d229f052ee3786e9041ace5510c99844c8efc7bfc9ddaed1936d84 +SIZE (KDE/frameworks/6.2.0/kdeclarative-6.2.0.tar.xz) = 2426056 diff --git a/devel/kf6-kdoctools/distinfo b/devel/kf6-kdoctools/distinfo index a93028dd471..4a4769c7039 100644 --- a/devel/kf6-kdoctools/distinfo +++ b/devel/kf6-kdoctools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022579 -SHA256 (KDE/frameworks/6.1.0/kdoctools-6.1.0.tar.xz) = 240254adbb52184a571072068bf504bbc3579eb9811983c6a3795563260ef3b5 -SIZE (KDE/frameworks/6.1.0/kdoctools-6.1.0.tar.xz) = 460212 +TIMESTAMP = 1714804795 +SHA256 (KDE/frameworks/6.2.0/kdoctools-6.2.0.tar.xz) = ecf38556ec5f9d99ee2ceb2c28727f4c80342217cb69b9aa945a6f702dc3ff4f +SIZE (KDE/frameworks/6.2.0/kdoctools-6.2.0.tar.xz) = 456128 diff --git a/devel/kf6-kfilemetadata/distinfo b/devel/kf6-kfilemetadata/distinfo index d8bf3e26241..3d118ec91b1 100644 --- a/devel/kf6-kfilemetadata/distinfo +++ b/devel/kf6-kfilemetadata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022579 -SHA256 (KDE/frameworks/6.1.0/kfilemetadata-6.1.0.tar.xz) = d52a782c54eae5da32912ca876f1975fb7e4bffe1cb1e17226d83614ab3bb1ca -SIZE (KDE/frameworks/6.1.0/kfilemetadata-6.1.0.tar.xz) = 592036 +TIMESTAMP = 1714804795 +SHA256 (KDE/frameworks/6.2.0/kfilemetadata-6.2.0.tar.xz) = 106941654024b6165da3fac2622fbebd35ff09f08345ad93a2b2c1abfa177e30 +SIZE (KDE/frameworks/6.2.0/kfilemetadata-6.2.0.tar.xz) = 594624 diff --git a/devel/kf6-kfilemetadata/pkg-plist b/devel/kf6-kfilemetadata/pkg-plist index fb43b06ce18..b8c056ba1d8 100644 --- a/devel/kf6-kfilemetadata/pkg-plist +++ b/devel/kf6-kfilemetadata/pkg-plist @@ -69,6 +69,7 @@ share/locale/fi/LC_MESSAGES/kfilemetadata6.mo share/locale/fr/LC_MESSAGES/kfilemetadata6.mo share/locale/gd/LC_MESSAGES/kfilemetadata6.mo share/locale/gl/LC_MESSAGES/kfilemetadata6.mo +share/locale/he/LC_MESSAGES/kfilemetadata6.mo share/locale/hu/LC_MESSAGES/kfilemetadata6.mo share/locale/ia/LC_MESSAGES/kfilemetadata6.mo share/locale/id/LC_MESSAGES/kfilemetadata6.mo diff --git a/devel/kf6-ki18n/distinfo b/devel/kf6-ki18n/distinfo index 385eaaf47f9..424681647b1 100644 --- a/devel/kf6-ki18n/distinfo +++ b/devel/kf6-ki18n/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022580 -SHA256 (KDE/frameworks/6.1.0/ki18n-6.1.0.tar.xz) = 163219f1b5c9dea7aaea6ddc4a0d28a8b9e1884d239cf5633e684c2148517648 -SIZE (KDE/frameworks/6.1.0/ki18n-6.1.0.tar.xz) = 3125964 +TIMESTAMP = 1714804796 +SHA256 (KDE/frameworks/6.2.0/ki18n-6.2.0.tar.xz) = 8aa8f4740db080f4f0c2ce88d0f289740d55caa06b7f76bf2163d0fb9fd3660f +SIZE (KDE/frameworks/6.2.0/ki18n-6.2.0.tar.xz) = 3106892 diff --git a/devel/kf6-kidletime/distinfo b/devel/kf6-kidletime/distinfo index ff0a4ac739f..6f270e21e19 100644 --- a/devel/kf6-kidletime/distinfo +++ b/devel/kf6-kidletime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022581 -SHA256 (KDE/frameworks/6.1.0/kidletime-6.1.0.tar.xz) = c8d85c129fd2e9520bec3aa9670449b4ea2cf092060a54fdb24cba63475faf3a -SIZE (KDE/frameworks/6.1.0/kidletime-6.1.0.tar.xz) = 30912 +TIMESTAMP = 1714804796 +SHA256 (KDE/frameworks/6.2.0/kidletime-6.2.0.tar.xz) = 069182e4abfb83f93661d5bb0eaeb14b44e3705fa3492dbdb8ec03bfe6e3d9dc +SIZE (KDE/frameworks/6.2.0/kidletime-6.2.0.tar.xz) = 30712 diff --git a/devel/kf6-kio/distinfo b/devel/kf6-kio/distinfo index 1de456a4c56..4257a510507 100644 --- a/devel/kf6-kio/distinfo +++ b/devel/kf6-kio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022582 -SHA256 (KDE/frameworks/6.1.0/kio-6.1.0.tar.xz) = 47cb00258ca38f9c1ee2aa7929f5b12bc7d99cb580da560ada71050fa089ffd2 -SIZE (KDE/frameworks/6.1.0/kio-6.1.0.tar.xz) = 3358572 +TIMESTAMP = 1714804796 +SHA256 (KDE/frameworks/6.2.0/kio-6.2.0.tar.xz) = 331d6ff6b9cbb0e6521a5d0746b152be2588fd631a73d0e249b78cd2cda69ccf +SIZE (KDE/frameworks/6.2.0/kio-6.2.0.tar.xz) = 3346336 diff --git a/devel/kf6-kitemmodels/distinfo b/devel/kf6-kitemmodels/distinfo index 736d4fac1f1..74d2b0e1579 100644 --- a/devel/kf6-kitemmodels/distinfo +++ b/devel/kf6-kitemmodels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022583 -SHA256 (KDE/frameworks/6.1.0/kitemmodels-6.1.0.tar.xz) = 5167d32af69bf00f6c9531c89513d54bffe16edd34a9e948efb49e9235e3e302 -SIZE (KDE/frameworks/6.1.0/kitemmodels-6.1.0.tar.xz) = 398808 +TIMESTAMP = 1714804797 +SHA256 (KDE/frameworks/6.2.0/kitemmodels-6.2.0.tar.xz) = c066888313260d75a207939334b056b4014ba7364b437325561790eb7b3742ba +SIZE (KDE/frameworks/6.2.0/kitemmodels-6.2.0.tar.xz) = 398156 diff --git a/devel/kf6-knewstuff/distinfo b/devel/kf6-knewstuff/distinfo index 13201741a85..203e92a13a3 100644 --- a/devel/kf6-knewstuff/distinfo +++ b/devel/kf6-knewstuff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022584 -SHA256 (KDE/frameworks/6.1.0/knewstuff-6.1.0.tar.xz) = 1c6a076410538084021cff1eeb02be2f34280284717a34290d42b11dfe3b3d3f -SIZE (KDE/frameworks/6.1.0/knewstuff-6.1.0.tar.xz) = 3102052 +TIMESTAMP = 1714804797 +SHA256 (KDE/frameworks/6.2.0/knewstuff-6.2.0.tar.xz) = f54962756b8eb98c67840352a1efea4698f15a17d4bc8282f65adb0db08c5780 +SIZE (KDE/frameworks/6.2.0/knewstuff-6.2.0.tar.xz) = 3093316 diff --git a/devel/kf6-knotifications/distinfo b/devel/kf6-knotifications/distinfo index d67a7268256..fa54214ba52 100644 --- a/devel/kf6-knotifications/distinfo +++ b/devel/kf6-knotifications/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022585 -SHA256 (KDE/frameworks/6.1.0/knotifications-6.1.0.tar.xz) = 02f36f4bc1d2d1094e1b0203a34e037cec78303c6aad9d69f9ac8c7388acfcab -SIZE (KDE/frameworks/6.1.0/knotifications-6.1.0.tar.xz) = 2343596 +TIMESTAMP = 1714804798 +SHA256 (KDE/frameworks/6.2.0/knotifications-6.2.0.tar.xz) = 9627c200f58de5e5dc4e74d1a13005624115b6d23da034e64aa1bf3143e78164 +SIZE (KDE/frameworks/6.2.0/knotifications-6.2.0.tar.xz) = 2334204 diff --git a/devel/kf6-knotifyconfig/distinfo b/devel/kf6-knotifyconfig/distinfo index c80bfc74d33..7e7a6b741b5 100644 --- a/devel/kf6-knotifyconfig/distinfo +++ b/devel/kf6-knotifyconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022586 -SHA256 (KDE/frameworks/6.1.0/knotifyconfig-6.1.0.tar.xz) = dfe85a45500470a306df3176f665af2589521ef5090612e7a82ec618e061fe87 -SIZE (KDE/frameworks/6.1.0/knotifyconfig-6.1.0.tar.xz) = 2396612 +TIMESTAMP = 1714804798 +SHA256 (KDE/frameworks/6.2.0/knotifyconfig-6.2.0.tar.xz) = b5bfec4582bc22f0c87c70fdd25a05e145fdfe5e4a60a963f512571e03d37ccc +SIZE (KDE/frameworks/6.2.0/knotifyconfig-6.2.0.tar.xz) = 2385456 diff --git a/devel/kf6-kpackage/distinfo b/devel/kf6-kpackage/distinfo index 3e851638c77..046e5131e44 100644 --- a/devel/kf6-kpackage/distinfo +++ b/devel/kf6-kpackage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022587 -SHA256 (KDE/frameworks/6.1.0/kpackage-6.1.0.tar.xz) = ed75912b416580a4f9acdbedee31e590b197e157cda1dea13ad28751116b52af -SIZE (KDE/frameworks/6.1.0/kpackage-6.1.0.tar.xz) = 179348 +TIMESTAMP = 1714804798 +SHA256 (KDE/frameworks/6.2.0/kpackage-6.2.0.tar.xz) = 78c8466d7201f2aa6809d98588242aef6314be4a47155617c529c6a0549f395d +SIZE (KDE/frameworks/6.2.0/kpackage-6.2.0.tar.xz) = 179744 diff --git a/devel/kf6-kpackage/pkg-plist b/devel/kf6-kpackage/pkg-plist index 4b5dfd05be9..735cbd2a00c 100644 --- a/devel/kf6-kpackage/pkg-plist +++ b/devel/kf6-kpackage/pkg-plist @@ -70,6 +70,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/libkpackage6.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkpackage6.mo share/locale/sr@latin/LC_MESSAGES/libkpackage6.mo share/locale/sv/LC_MESSAGES/libkpackage6.mo +share/locale/ta/LC_MESSAGES/libkpackage6.mo share/locale/tg/LC_MESSAGES/libkpackage6.mo share/locale/tr/LC_MESSAGES/libkpackage6.mo share/locale/ug/LC_MESSAGES/libkpackage6.mo diff --git a/devel/kf6-kparts/distinfo b/devel/kf6-kparts/distinfo index 07b632ba346..397333aeae9 100644 --- a/devel/kf6-kparts/distinfo +++ b/devel/kf6-kparts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022587 -SHA256 (KDE/frameworks/6.1.0/kparts-6.1.0.tar.xz) = dfca27e3d4fe7fa7038cbad3d3a0a955c570bd73b5bc0aceb3900e071495101d -SIZE (KDE/frameworks/6.1.0/kparts-6.1.0.tar.xz) = 2433364 +TIMESTAMP = 1714804799 +SHA256 (KDE/frameworks/6.2.0/kparts-6.2.0.tar.xz) = 04f70829abc7033327f42e5e5ee1365f4dba9968b184f34212c5486e36a9beb1 +SIZE (KDE/frameworks/6.2.0/kparts-6.2.0.tar.xz) = 2423664 diff --git a/devel/kf6-kpeople/distinfo b/devel/kf6-kpeople/distinfo index c4ecb98c807..2bcc69c7886 100644 --- a/devel/kf6-kpeople/distinfo +++ b/devel/kf6-kpeople/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022589 -SHA256 (KDE/frameworks/6.1.0/kpeople-6.1.0.tar.xz) = a5fa2e2e67b1a9ad65ec95a95201af28e20dc462e9d31007034ad4da578e1d62 -SIZE (KDE/frameworks/6.1.0/kpeople-6.1.0.tar.xz) = 66936 +TIMESTAMP = 1714804799 +SHA256 (KDE/frameworks/6.2.0/kpeople-6.2.0.tar.xz) = 3f5faa48ede1e47ee3e3747ef0adf2f1d8320dbefa8f0ec6eb75fd2f4ab45837 +SIZE (KDE/frameworks/6.2.0/kpeople-6.2.0.tar.xz) = 66656 diff --git a/devel/kf6-kpty/distinfo b/devel/kf6-kpty/distinfo index da081ca584d..fb7752a55cd 100644 --- a/devel/kf6-kpty/distinfo +++ b/devel/kf6-kpty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022590 -SHA256 (KDE/frameworks/6.1.0/kpty-6.1.0.tar.xz) = df226cd90ba6f773560404c799562b2764ad39d4f41f15105f2ed9f9b2cf59df -SIZE (KDE/frameworks/6.1.0/kpty-6.1.0.tar.xz) = 2417868 +TIMESTAMP = 1714804799 +SHA256 (KDE/frameworks/6.2.0/kpty-6.2.0.tar.xz) = f7683e8b5cd5dbbd4257e8d5acd26e58685a3bc3f161dc0fe10f53a075240264 +SIZE (KDE/frameworks/6.2.0/kpty-6.2.0.tar.xz) = 2407576 diff --git a/devel/kf6-kservice/distinfo b/devel/kf6-kservice/distinfo index c6a74d9fbe5..0168b773ff7 100644 --- a/devel/kf6-kservice/distinfo +++ b/devel/kf6-kservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022591 -SHA256 (KDE/frameworks/6.1.0/kservice-6.1.0.tar.xz) = ee2ee7fde2c47955890876f890a0d16792f29b0cc74fd296ccab153d8b5ce781 -SIZE (KDE/frameworks/6.1.0/kservice-6.1.0.tar.xz) = 2449116 +TIMESTAMP = 1714804800 +SHA256 (KDE/frameworks/6.2.0/kservice-6.2.0.tar.xz) = 0646c9219c0d7d9a2371b90dc427ebc86cf30adafcb22b458f130f011de28882 +SIZE (KDE/frameworks/6.2.0/kservice-6.2.0.tar.xz) = 2438896 diff --git a/devel/kf6-ktexteditor/Makefile b/devel/kf6-ktexteditor/Makefile index 84e57f98aeb..e23c815dae2 100644 --- a/devel/kf6-ktexteditor/Makefile +++ b/devel/kf6-ktexteditor/Makefile @@ -1,6 +1,5 @@ PORTNAME= ktexteditor DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks COMMENT= Full text editor component diff --git a/devel/kf6-ktexteditor/distinfo b/devel/kf6-ktexteditor/distinfo index 92047d78d03..18adf52f032 100644 --- a/devel/kf6-ktexteditor/distinfo +++ b/devel/kf6-ktexteditor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022592 -SHA256 (KDE/frameworks/6.1.0/ktexteditor-6.1.0.tar.xz) = 3ba18f41ef5e57fe868dc295d01852d31b1590c0be893ac97ceed9229b09a9df -SIZE (KDE/frameworks/6.1.0/ktexteditor-6.1.0.tar.xz) = 2816964 +TIMESTAMP = 1714804800 +SHA256 (KDE/frameworks/6.2.0/ktexteditor-6.2.0.tar.xz) = c10a5e4cc921aeb51b17e97d4f29883ab186b63d108199e6a319440a39f1f2a0 +SIZE (KDE/frameworks/6.2.0/ktexteditor-6.2.0.tar.xz) = 2812340 diff --git a/devel/kf6-ktexttemplate/distinfo b/devel/kf6-ktexttemplate/distinfo index 1eab8507c3f..45f47dbe602 100644 --- a/devel/kf6-ktexttemplate/distinfo +++ b/devel/kf6-ktexttemplate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022593 -SHA256 (KDE/frameworks/6.1.0/ktexttemplate-6.1.0.tar.xz) = 2226f9472add196afd5b8b75b953a42d8249316437ed060d024462777e2df371 -SIZE (KDE/frameworks/6.1.0/ktexttemplate-6.1.0.tar.xz) = 847272 +TIMESTAMP = 1714804801 +SHA256 (KDE/frameworks/6.2.0/ktexttemplate-6.2.0.tar.xz) = a59b0e6e3acb94737b82eafac47d14725255c6c6f21c2371ccf9ecc1062cf2ca +SIZE (KDE/frameworks/6.2.0/ktexttemplate-6.2.0.tar.xz) = 846028 diff --git a/devel/kf6-kunitconversion/distinfo b/devel/kf6-kunitconversion/distinfo index 3cb562023ab..71067fee345 100644 --- a/devel/kf6-kunitconversion/distinfo +++ b/devel/kf6-kunitconversion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022594 -SHA256 (KDE/frameworks/6.1.0/kunitconversion-6.1.0.tar.xz) = df6de6f2d41b3943b31ccec051013cb0d4fc6e9979a8e5232e6436e390b331ec -SIZE (KDE/frameworks/6.1.0/kunitconversion-6.1.0.tar.xz) = 909724 +TIMESTAMP = 1714804801 +SHA256 (KDE/frameworks/6.2.0/kunitconversion-6.2.0.tar.xz) = e5ed60578ba4c3786a109ce1fb2e4b36e4825a79338c4aca1dddc9a493006e80 +SIZE (KDE/frameworks/6.2.0/kunitconversion-6.2.0.tar.xz) = 911008 diff --git a/devel/kf6-solid/Makefile b/devel/kf6-solid/Makefile index 4c861fa917d..a7fa8d953c8 100644 --- a/devel/kf6-solid/Makefile +++ b/devel/kf6-solid/Makefile @@ -1,6 +1,5 @@ PORTNAME= solid DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -KDE_FRAMEWORKS_VERSION= 6.1.1 CATEGORIES= devel kde kde-frameworks COMMENT= Desktop hardware abstraction diff --git a/devel/kf6-solid/distinfo b/devel/kf6-solid/distinfo index 320d1eeda3f..43942462bef 100644 --- a/devel/kf6-solid/distinfo +++ b/devel/kf6-solid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713974734 -SHA256 (KDE/frameworks/6.1.1/solid-6.1.1.tar.xz) = 9c2bdbfb66af2171051840a790efdcf82b09ade013f62614c22b744ae748fe86 -SIZE (KDE/frameworks/6.1.1/solid-6.1.1.tar.xz) = 305916 +TIMESTAMP = 1714811524 +SHA256 (KDE/frameworks/6.2.0/solid-6.2.0.tar.xz) = 002a0d2b27599bebc721516681d327876962fdcaf9940f033634fb93a4f9d722 +SIZE (KDE/frameworks/6.2.0/solid-6.2.0.tar.xz) = 311952 diff --git a/devel/kf6-threadweaver/distinfo b/devel/kf6-threadweaver/distinfo index 067916a5242..8cd817ef968 100644 --- a/devel/kf6-threadweaver/distinfo +++ b/devel/kf6-threadweaver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022596 -SHA256 (KDE/frameworks/6.1.0/threadweaver-6.1.0.tar.xz) = dda5d5508d61707eb4cbd044f371e34480ff2f44381adc4cd1b703cf4e458dc8 -SIZE (KDE/frameworks/6.1.0/threadweaver-6.1.0.tar.xz) = 1414960 +TIMESTAMP = 1714804802 +SHA256 (KDE/frameworks/6.2.0/threadweaver-6.2.0.tar.xz) = e74de2df0bb50148acc8a6161f9809991ae4b2334b58a9ee092ba1d827044337 +SIZE (KDE/frameworks/6.2.0/threadweaver-6.2.0.tar.xz) = 1414436 diff --git a/devel/kokkos/Makefile b/devel/kokkos/Makefile index 557a0275a1e..5d2e0cd0d68 100644 --- a/devel/kokkos/Makefile +++ b/devel/kokkos/Makefile @@ -1,5 +1,5 @@ PORTNAME= kokkos -DISTVERSION= 4.3.00 +DISTVERSION= 4.3.01 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/kokkos/distinfo b/devel/kokkos/distinfo index 89afa0e6291..a4cf78f1e34 100644 --- a/devel/kokkos/distinfo +++ b/devel/kokkos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713712607 -SHA256 (kokkos-kokkos-4.3.00_GH0.tar.gz) = 53cf30d3b44dade51d48efefdaee7a6cf109a091b702a443a2eda63992e5fe0d -SIZE (kokkos-kokkos-4.3.00_GH0.tar.gz) = 2430505 +TIMESTAMP = 1715476120 +SHA256 (kokkos-kokkos-4.3.01_GH0.tar.gz) = 5998b7c732664d6b5e219ccc445cd3077f0e3968b4be480c29cd194b4f45ec70 +SIZE (kokkos-kokkos-4.3.01_GH0.tar.gz) = 2431142 diff --git a/devel/kokkos/pkg-plist b/devel/kokkos/pkg-plist index 3b54a929ada..1958b0b9a9f 100644 --- a/devel/kokkos/pkg-plist +++ b/devel/kokkos/pkg-plist @@ -552,10 +552,10 @@ lib/cmake/Kokkos/KokkosTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Kokkos/KokkosTargets.cmake lib/libkokkoscontainers.so lib/libkokkoscontainers.so.4.3 -lib/libkokkoscontainers.so.4.3.0 +lib/libkokkoscontainers.so.4.3.1 lib/libkokkoscore.so lib/libkokkoscore.so.4.3 -lib/libkokkoscore.so.4.3.0 +lib/libkokkoscore.so.4.3.1 lib/libkokkossimd.so lib/libkokkossimd.so.4.3 -lib/libkokkossimd.so.4.3.0 +lib/libkokkossimd.so.4.3.1 diff --git a/devel/lab/Makefile b/devel/lab/Makefile index 11e119cf308..3be586795ce 100644 --- a/devel/lab/Makefile +++ b/devel/lab/Makefile @@ -1,7 +1,7 @@ PORTNAME= lab PORTVERSION= ${MODVERSION:S/-/./g:R} DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/lazygit/Makefile b/devel/lazygit/Makefile index 5739d2bfe64..156399e446e 100644 --- a/devel/lazygit/Makefile +++ b/devel/lazygit/Makefile @@ -1,6 +1,7 @@ PORTNAME= lazygit DISTVERSIONPREFIX= v DISTVERSION= 0.41.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= meta@FreeBSD.org diff --git a/devel/lefthook/Makefile b/devel/lefthook/Makefile index d2752cb2737..9cc70c68974 100644 --- a/devel/lefthook/Makefile +++ b/devel/lefthook/Makefile @@ -1,7 +1,7 @@ PORTNAME= lefthook DISTVERSIONPREFIX= v DISTVERSION= 1.6.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/lets/Makefile b/devel/lets/Makefile index cb322630399..c4751cdafb2 100644 --- a/devel/lets/Makefile +++ b/devel/lets/Makefile @@ -1,7 +1,7 @@ PORTNAME= lets DISTVERSIONPREFIX= v DISTVERSION= 0.0.53 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index 65915c2e255..27164338b66 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -1,5 +1,6 @@ PORTNAME= ccid PORTVERSION= 1.5.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://ccid.apdu.fr/files/ @@ -20,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \ --enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial +LDFLAGS= -pthread INSTALL_TARGET= install-strip PLIST_FILES= bin/RSA_SecurID_getpasswd \ diff --git a/devel/libdatadog/Makefile b/devel/libdatadog/Makefile index 4929a8b0f61..776ed43bd90 100644 --- a/devel/libdatadog/Makefile +++ b/devel/libdatadog/Makefile @@ -1,7 +1,7 @@ PORTNAME= libdatadog PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/libwasmtime/Makefile b/devel/libwasmtime/Makefile index 487296eafff..98f6f37074b 100644 --- a/devel/libwasmtime/Makefile +++ b/devel/libwasmtime/Makefile @@ -1,6 +1,7 @@ PORTNAME= lib${GH_PROJECT} -PORTVERSION= 20.0.1 +PORTVERSION= 20.0.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= osa@FreeBSD.org diff --git a/devel/libwasmtime/distinfo b/devel/libwasmtime/distinfo index 2c780dc5ebc..5716d01a590 100644 --- a/devel/libwasmtime/distinfo +++ b/devel/libwasmtime/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1714841158 +TIMESTAMP = 1715450927 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -723,8 +723,8 @@ SHA256 (rust/crates/zstd-safe-7.0.0.crate) = 43747c7422e2924c11144d5229878b98180 SIZE (rust/crates/zstd-safe-7.0.0.crate) = 20463 SHA256 (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656 SIZE (rust/crates/zstd-sys-2.0.9+zstd.1.5.5.crate) = 728791 -SHA256 (bytecodealliance-wasmtime-v20.0.1_GH0.tar.gz) = f98c3a61ec487f8707ab941db71bd59d06a512d0745b0a270c7425c56cb8c309 -SIZE (bytecodealliance-wasmtime-v20.0.1_GH0.tar.gz) = 9828355 +SHA256 (bytecodealliance-wasmtime-v20.0.2_GH0.tar.gz) = 2973c1613e15d3e849fffe37ed927ae303635c983092cddbfaf9462a6e0b865d +SIZE (bytecodealliance-wasmtime-v20.0.2_GH0.tar.gz) = 9829612 SHA256 (WebAssembly-wasi-nn-e2310b8_GH0.tar.gz) = 759251f1c3a4fd25670558d7c384f2aaf19ebbb61a366dc8dd902074314450db SIZE (WebAssembly-wasi-nn-e2310b8_GH0.tar.gz) = 8541 SHA256 (WebAssembly-testsuite-16a839d_GH0.tar.gz) = b76f27c0d18574899aec52f5c3cf2fb6e72b5281f39dc68cfc39e035b28b786e diff --git a/devel/libzakalwe/Makefile b/devel/libzakalwe/Makefile index e4db9c5a569..c30972ec3ea 100644 --- a/devel/libzakalwe/Makefile +++ b/devel/libzakalwe/Makefile @@ -1,5 +1,5 @@ PORTNAME= libzakalwe -DISTVERSION= g20230909 +DISTVERSION= 1.0.0 CATEGORIES= devel MAINTAINER= ehaupt@FreeBSD.org @@ -14,7 +14,7 @@ BUILD_DEPENDS= bash:shells/bash USES= gmake shebangfix USE_GITLAB= yes GL_ACCOUNT= hors -GL_TAGNAME= 521bc3ba81d78859fb3cabae88dae6ebe41f9c03 +GL_TAGNAME= b53b65812353e472588e1b24ead12891f174760a SHEBANG_FILES= configure diff --git a/devel/libzakalwe/distinfo b/devel/libzakalwe/distinfo index d80abfe5f73..58906f64eb5 100644 --- a/devel/libzakalwe/distinfo +++ b/devel/libzakalwe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694249586 -SHA256 (hors-libzakalwe-521bc3ba81d78859fb3cabae88dae6ebe41f9c03_GL0.tar.gz) = 2e43c83737c94d9b9b0ace39d85c2eb6b35d8f1f47a1fa9ba1eab1772d15a561 -SIZE (hors-libzakalwe-521bc3ba81d78859fb3cabae88dae6ebe41f9c03_GL0.tar.gz) = 333539 +TIMESTAMP = 1715462510 +SHA256 (hors-libzakalwe-b53b65812353e472588e1b24ead12891f174760a_GL0.tar.gz) = a1d5824345a713c2f4eb93e21ef906187407e0ec903eecc399622b9e7749fefc +SIZE (hors-libzakalwe-b53b65812353e472588e1b24ead12891f174760a_GL0.tar.gz) = 333556 diff --git a/devel/linux-rl9-dbus-libs/Makefile b/devel/linux-rl9-dbus-libs/Makefile new file mode 100644 index 00000000000..c5b3e38a075 --- /dev/null +++ b/devel/linux-rl9-dbus-libs/Makefile @@ -0,0 +1,31 @@ +PORTNAME= dbus +PORTVERSION= 1.12.20 +DISTVERSIONSUFFIX= -8.el9 +PORTREVISION= 2 +CATEGORIES= devel linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for accessing D-BUS (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.freedesktop.org/Software/dbus + +LICENSE= GPLv2+ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= expat systemd-libs +USE_LINUX_RPM= yes +CPE_VENDOR= freedesktop + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} \ + ${PORTNAME}-glib-0.110-13.el9 +SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE \ + ${PORTNAME}-glib-0.110-13.el9${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-dbus-libs/distinfo b/devel/linux-rl9-dbus-libs/distinfo new file mode 100644 index 00000000000..c35f091c8e4 --- /dev/null +++ b/devel/linux-rl9-dbus-libs/distinfo @@ -0,0 +1,13 @@ +TIMESTAMP = 1707735295 +SHA256 (rocky/d/dbus-glib-0.110-13.el9.aarch64.rpm) = 286d71dc7a6accdf1bd11129e87bcc5fd5cef3d6841aecae78bcba8c1f73bdf8 +SIZE (rocky/d/dbus-glib-0.110-13.el9.aarch64.rpm) = 122885 +SHA256 (rocky/d/dbus-glib-0.110-13.el9.x86_64.rpm) = bdbbb3f7e140ae24a17c4d3d2ae0d565e716bbfeb169f008547d730f83cf4071 +SIZE (rocky/d/dbus-glib-0.110-13.el9.x86_64.rpm) = 124442 +SHA256 (rocky/d/dbus-libs-1.12.20-8.el9.aarch64.rpm) = 472aefc4bb2db327841c9c8fa3bc30f56dc5e00b0e77fac9c179e39ba7ad0146 +SIZE (rocky/d/dbus-libs-1.12.20-8.el9.aarch64.rpm) = 152278 +SHA256 (rocky/d/dbus-libs-1.12.20-8.el9.x86_64.rpm) = ab81c1e16482f333aa285db120051b099b56661d4620f0f1af05f8e69126e97b +SIZE (rocky/d/dbus-libs-1.12.20-8.el9.x86_64.rpm) = 154570 +SHA256 (rocky/d/dbus-1.12.20-8.el9.src.rpm) = e2dbe4b0f2e1cf97f08e865ba60094d8cfa5e23f9f851b59bcb77c60ad62d0bf +SIZE (rocky/d/dbus-1.12.20-8.el9.src.rpm) = 2139379 +SHA256 (rocky/d/dbus-glib-0.110-13.el9.src.rpm) = b4f15e91fd03eec96100852af559858753e336fced19f2fe96fcf1f296fc8929 +SIZE (rocky/d/dbus-glib-0.110-13.el9.src.rpm) = 847956 diff --git a/devel/linux-rl9-dbus-libs/pkg-plist.aarch64 b/devel/linux-rl9-dbus-libs/pkg-plist.aarch64 new file mode 100644 index 00000000000..b1dc9cca99a --- /dev/null +++ b/devel/linux-rl9-dbus-libs/pkg-plist.aarch64 @@ -0,0 +1,12 @@ +usr/bin/dbus-binding-tool +usr/lib/.build-id/81/3a7e8f960034202d9b3e59907e9515617b2e3a +usr/lib/.build-id/88/e64db243ac884dfc56d8e96545562c7bfe1f33 +usr/lib/.build-id/e1/74bc3bbd4a34eafe461f1bf7134c8a0ee888f3 +usr/lib64/libdbus-1.so.3 +usr/lib64/libdbus-1.so.3.19.13 +usr/lib64/libdbus-glib-1.so.2 +usr/lib64/libdbus-glib-1.so.2.3.4 +%%PORTDOCS%%usr/share/doc/dbus-glib/NEWS +usr/share/licenses/dbus-glib/COPYING +usr/share/licenses/dbus-libs/COPYING +usr/share/man/man1/dbus-binding-tool.1.gz diff --git a/devel/linux-rl9-dbus-libs/pkg-plist.amd64 b/devel/linux-rl9-dbus-libs/pkg-plist.amd64 new file mode 100644 index 00000000000..5dce66be605 --- /dev/null +++ b/devel/linux-rl9-dbus-libs/pkg-plist.amd64 @@ -0,0 +1,12 @@ +usr/bin/dbus-binding-tool +usr/lib/.build-id/ab/e4f3e031e68c502e53a1f739bfb8a4d1a706a8 +usr/lib/.build-id/da/d1f98a135c11a1bb890df74d05637ddbf03bbb +usr/lib/.build-id/fa/8c3406cd7881a5d4afe43594283a93752e5565 +usr/lib64/libdbus-1.so.3 +usr/lib64/libdbus-1.so.3.19.13 +usr/lib64/libdbus-glib-1.so.2 +usr/lib64/libdbus-glib-1.so.2.3.4 +%%PORTDOCS%%usr/share/doc/dbus-glib/NEWS +usr/share/licenses/dbus-glib/COPYING +usr/share/licenses/dbus-libs/COPYING +usr/share/man/man1/dbus-binding-tool.1.gz diff --git a/devel/linux-rl9-devtools/Makefile b/devel/linux-rl9-devtools/Makefile new file mode 100644 index 00000000000..8f0339d0569 --- /dev/null +++ b/devel/linux-rl9-devtools/Makefile @@ -0,0 +1,62 @@ +PORTNAME= devtools +PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 +CATEGORIES= devel + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Linux compilers and base libraries (CentOS ${LINUX_DIST_VER}) +WWW= https://gcc.gnu.org/ + +# LICENSE= Various GNU + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libgfortran +USE_LINUX_RPM= yes + +ONLY_FOR_ARCHS= aarch64 amd64 + +QA_ENV+= USESLIBTOOL=no + +BUVERSION= 2.35.2-42.el9_3.1 +GCCVERSION= 11.4.1-2.1.el9 +GLIBCVERSION= 2.34-83.el9.12 +KERNELVERSION= 5.14.0-362.24.1.el9_3.0.1 +MPFRVERSION= 4.1.0-7.el9 +LIBMPCVERSION= 1.2.1-4.el9 + +BIN_DISTNAMES= binutils-${BUVERSION} \ + cpp-${GCCVERSION} \ + gcc-${GCCVERSION} \ + gcc-c++-${GCCVERSION} \ + gcc-gfortran-${GCCVERSION} \ + mpfr-${MPFRVERSION} \ + libstdc++-devel-${GCCVERSION} +LIB_DISTNAMES= binutils-devel-${BUVERSION} \ + glibc-devel-${GLIBCVERSION} \ + libgomp-${GCCVERSION} \ + libmpc-${LIBMPCVERSION} +LIB_DISTNAMES_aarch64= k/kernel-headers-${KERNELVERSION} +LIB_DISTNAMES_amd64= g/glibc-headers-${GLIBCVERSION} \ + k/kernel-headers-${KERNELVERSION} + +SRC_DISTFILES= binutils-${BUVERSION}${SRC_SUFX}:SOURCE \ + glibc-${GLIBCVERSION}${SRC_SUFX}:SOURCE \ + kernel-${KERNELVERSION}${SRC_SUFX}:SOURCE \ + libmpc-${LIBMPCVERSION}${SRC_SUFX}:SOURCE \ + mpfr-${MPFRVERSION}${SRC_SUFX}:SOURCE \ + gcc-${GCCVERSION}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +PLIST_SUB= BUVERSION=${BUVERSION} \ + GGCVERSION=${GCCVERSION} \ + GLIBCVERSION=${GLIBCVERSION} \ + KERNELVERSION=${KERNELVERSION} \ + MPFRVERSION=${MPFRVERSION} \ + LIBMPCVERSION=${LIBMPCVERSION} + +.include diff --git a/devel/linux-rl9-devtools/distinfo b/devel/linux-rl9-devtools/distinfo new file mode 100644 index 00000000000..ee5ac438963 --- /dev/null +++ b/devel/linux-rl9-devtools/distinfo @@ -0,0 +1,63 @@ +TIMESTAMP = 1714056460 +SHA256 (rocky/b/binutils-2.35.2-42.el9_3.1.aarch64.rpm) = 728ce066129a9f008d0b5491384c4d7d43b912d56117934a9e5c693263a021a7 +SIZE (rocky/b/binutils-2.35.2-42.el9_3.1.aarch64.rpm) = 4964655 +SHA256 (rocky/b/binutils-2.35.2-42.el9_3.1.x86_64.rpm) = b846b05a69eb0ef08191d358d1effa8c76011a9e3452247d281fe8baf092e946 +SIZE (rocky/b/binutils-2.35.2-42.el9_3.1.x86_64.rpm) = 4743875 +SHA256 (rocky/b/binutils-devel-2.35.2-42.el9_3.1.aarch64.rpm) = d00e27dcfeb530741c857f08a7e6081f6a63cf57ea6488869bed9523e0713a2e +SIZE (rocky/b/binutils-devel-2.35.2-42.el9_3.1.aarch64.rpm) = 5205074 +SHA256 (rocky/b/binutils-devel-2.35.2-42.el9_3.1.x86_64.rpm) = ceecb8a308d2b9c24b01cab0a0b4608b9603b267b0181a0408b8dcf3f5773535 +SIZE (rocky/b/binutils-devel-2.35.2-42.el9_3.1.x86_64.rpm) = 4134092 +SHA256 (rocky/c/cpp-11.4.1-2.1.el9.aarch64.rpm) = d3e6fc278099dc6d2bec457e910e1af4d7b12cfbb7d4f8a19482dac49394e509 +SIZE (rocky/c/cpp-11.4.1-2.1.el9.aarch64.rpm) = 10785662 +SHA256 (rocky/c/cpp-11.4.1-2.1.el9.x86_64.rpm) = c198df693f5bb8f003fc3609add898bba721f514feea940ea6cc211890d30c0b +SIZE (rocky/c/cpp-11.4.1-2.1.el9.x86_64.rpm) = 11147125 +SHA256 (rocky/g/gcc-11.4.1-2.1.el9.aarch64.rpm) = 852f2d620085280e7f738e26f0f46d6ae1ff3168aa503eb19e73e3fed94f9fb7 +SIZE (rocky/g/gcc-11.4.1-2.1.el9.aarch64.rpm) = 31207985 +SHA256 (rocky/g/gcc-11.4.1-2.1.el9.x86_64.rpm) = 157b93f22c2a2898cee246440044922979c9efffbe07e66d496e8e5bc022d354 +SIZE (rocky/g/gcc-11.4.1-2.1.el9.x86_64.rpm) = 33745496 +SHA256 (rocky/g/gcc-c++-11.4.1-2.1.el9.aarch64.rpm) = ae20ff4bc55e1d657c8e21f461309689c18fb372c456e2401a124364bca0fc8b +SIZE (rocky/g/gcc-c++-11.4.1-2.1.el9.aarch64.rpm) = 12993093 +SHA256 (rocky/g/gcc-c++-11.4.1-2.1.el9.x86_64.rpm) = e9f85cbdd71bc76beb879639cf9a1d716f24561ab923c1dcb186d2c49df89e22 +SIZE (rocky/g/gcc-c++-11.4.1-2.1.el9.x86_64.rpm) = 13389180 +SHA256 (rocky/g/gcc-gfortran-11.4.1-2.1.el9.aarch64.rpm) = a382c2782a477ed2b8c997017b5e4a3c514c8043e6f7542f496a751a0e476961 +SIZE (rocky/g/gcc-gfortran-11.4.1-2.1.el9.aarch64.rpm) = 12812252 +SHA256 (rocky/g/gcc-gfortran-11.4.1-2.1.el9.x86_64.rpm) = e4a96262e7266ba96c33ada101a2ba80738b78f7345740db950e035458315c10 +SIZE (rocky/g/gcc-gfortran-11.4.1-2.1.el9.x86_64.rpm) = 13215010 +SHA256 (rocky/g/glibc-devel-2.34-83.el9.12.aarch64.rpm) = cf7382f0b2de018ce089a73f230cdd126bdfd2f19d6753f47c0ca7eafc6fab9f +SIZE (rocky/g/glibc-devel-2.34-83.el9.12.aarch64.rpm) = 463572 +SHA256 (rocky/g/glibc-devel-2.34-83.el9.12.x86_64.rpm) = ee3e9bebfdbe7c2e78f04d51b4ff0f713997613fa9fcf37b1062f75653f49974 +SIZE (rocky/g/glibc-devel-2.34-83.el9.12.x86_64.rpm) = 43773 +SHA256 (rocky/g/glibc-headers-2.34-83.el9.12.x86_64.rpm) = 1b0de3f0d57d1220ddcb93872390e0ea00b300dccf88e4f0af5989dce6d505c7 +SIZE (rocky/g/glibc-headers-2.34-83.el9.12.x86_64.rpm) = 454409 +SHA256 (rocky/k/kernel-headers-5.14.0-362.24.1.el9_3.0.1.aarch64.rpm) = 42076b42ccac052cf1494fb3e95b720c3d87b13fe79e99dffc9a28b602ba249b +SIZE (rocky/k/kernel-headers-5.14.0-362.24.1.el9_3.0.1.aarch64.rpm) = 6308281 +SHA256 (rocky/k/kernel-headers-5.14.0-362.24.1.el9_3.0.1.x86_64.rpm) = d75c8cb621bee6a7c9aa6942b7985fbbda6ea467ed2b183275873bca67b346c3 +SIZE (rocky/k/kernel-headers-5.14.0-362.24.1.el9_3.0.1.x86_64.rpm) = 6337833 +SHA256 (rocky/l/libgomp-11.4.1-2.1.el9.aarch64.rpm) = 28d8ca8fe39b0d08dff4c08cd25dbb4fef3b428883743363a102b21a4498ab24 +SIZE (rocky/l/libgomp-11.4.1-2.1.el9.aarch64.rpm) = 274348 +SHA256 (rocky/l/libgomp-11.4.1-2.1.el9.x86_64.rpm) = 30162ca942318894a4318db1a568a28ce3366ab0e2111d8c882aaf7f464b0c98 +SIZE (rocky/l/libgomp-11.4.1-2.1.el9.x86_64.rpm) = 276398 +SHA256 (rocky/l/libmpc-1.2.1-4.el9.aarch64.rpm) = 5426e7bb9676b4cab08fe1e0a23a48a8cd49ba883f54b7434245f1a9dd2cd8c6 +SIZE (rocky/l/libmpc-1.2.1-4.el9.aarch64.rpm) = 63826 +SHA256 (rocky/l/libmpc-1.2.1-4.el9.x86_64.rpm) = c4def74fc686113748590ce9bc8591092947be804650ef56aa161e049660273e +SIZE (rocky/l/libmpc-1.2.1-4.el9.x86_64.rpm) = 62755 +SHA256 (rocky/l/libstdc++-devel-11.4.1-2.1.el9.aarch64.rpm) = a6afcb323658a82871a03c49e71469a50b89cac860ee9f62928d232ae6a98585 +SIZE (rocky/l/libstdc++-devel-11.4.1-2.1.el9.aarch64.rpm) = 2334935 +SHA256 (rocky/l/libstdc++-devel-11.4.1-2.1.el9.x86_64.rpm) = c33579f0333d2f758b438ba0e219a252cdcab12b57ab041d56bea4024baed5c6 +SIZE (rocky/l/libstdc++-devel-11.4.1-2.1.el9.x86_64.rpm) = 2335007 +SHA256 (rocky/m/mpfr-4.1.0-7.el9.aarch64.rpm) = 41ce16a26c839c36cd84a836361ecd3ca4bc966bddc945af8cb70886331511ee +SIZE (rocky/m/mpfr-4.1.0-7.el9.aarch64.rpm) = 244002 +SHA256 (rocky/m/mpfr-4.1.0-7.el9.x86_64.rpm) = 88e46af29bde609d8f414313d0090e30501cc38ddf5c6a1bffe34ae896ca936e +SIZE (rocky/m/mpfr-4.1.0-7.el9.x86_64.rpm) = 333532 +SHA256 (rocky/b/binutils-2.35.2-42.el9_3.1.src.rpm) = f3adaa4d0be5491a58a01ecb1c48e8f16957644d90b0b933b3ebe26a8545749a +SIZE (rocky/b/binutils-2.35.2-42.el9_3.1.src.rpm) = 22341258 +SHA256 (rocky/g/glibc-2.34-83.el9.12.src.rpm) = eac954c662b59e307fbb921540f0a75217eaae0d46d309a15b45a6712e48c69f +SIZE (rocky/g/glibc-2.34-83.el9.12.src.rpm) = 18461238 +SHA256 (rocky/k/kernel-5.14.0-362.24.1.el9_3.0.1.src.rpm) = d1b233be7e359758b27c9a701806ea4f81ff84e469f1dc8788b848438e9948b1 +SIZE (rocky/k/kernel-5.14.0-362.24.1.el9_3.0.1.src.rpm) = 147331523 +SHA256 (rocky/l/libmpc-1.2.1-4.el9.src.rpm) = e0e1edc062c4d5565ebedeba87e13a661caa74d43c885c656eb5b75cf1ed3bcc +SIZE (rocky/l/libmpc-1.2.1-4.el9.src.rpm) = 844729 +SHA256 (rocky/m/mpfr-4.1.0-7.el9.src.rpm) = 94cb2af3328fd57d3c4f1f56f8ae856dd8ae37c0ec61de793037f5c1c7146fa3 +SIZE (rocky/m/mpfr-4.1.0-7.el9.src.rpm) = 1554505 +SHA256 (rocky/g/gcc-11.4.1-2.1.el9.src.rpm) = 179136696b4a635c7e500ba982464c16c2ea8ce1349d05270812fdb88532cb2a +SIZE (rocky/g/gcc-11.4.1-2.1.el9.src.rpm) = 81805344 diff --git a/devel/linux-rl9-devtools/pkg-descr b/devel/linux-rl9-devtools/pkg-descr new file mode 100644 index 00000000000..658d11b4f4f --- /dev/null +++ b/devel/linux-rl9-devtools/pkg-descr @@ -0,0 +1,3 @@ +Development tools and base libraries for linux_base-rl9. Required by +some Linux applications such as Matlab, which allows the user to integrate +custom C, C++, and Fortran code via the MEX compiler. diff --git a/devel/linux-rl9-devtools/pkg-plist.aarch64 b/devel/linux-rl9-devtools/pkg-plist.aarch64 new file mode 100644 index 00000000000..2cfa3a8a64c --- /dev/null +++ b/devel/linux-rl9-devtools/pkg-plist.aarch64 @@ -0,0 +1,2762 @@ +usr/bin/aarch64-redhat-linux-c++ +usr/bin/aarch64-redhat-linux-g++ +usr/bin/aarch64-redhat-linux-gcc +usr/bin/aarch64-redhat-linux-gcc-11 +usr/bin/addr2line +usr/bin/ar +usr/bin/as +usr/bin/c++ +usr/bin/c++filt +usr/bin/c89 +usr/bin/c99 +usr/bin/cc +usr/bin/cpp +usr/bin/dwp +usr/bin/elfedit +usr/bin/f95 +usr/bin/g++ +usr/bin/gcc +usr/bin/gcc-ar +usr/bin/gcc-nm +usr/bin/gcc-ranlib +usr/bin/gcov +usr/bin/gcov-dump +usr/bin/gcov-tool +usr/bin/gfortran +usr/bin/gprof +usr/bin/ld.bfd +usr/bin/lto-dump +usr/bin/nm +usr/bin/objcopy +usr/bin/objdump +usr/bin/ranlib +usr/bin/readelf +usr/bin/size +usr/bin/strings +usr/bin/strip +usr/include/a.out.h +usr/include/aio.h +usr/include/aliases.h +usr/include/alloca.h +usr/include/ansidecl.h +usr/include/ar.h +usr/include/argp.h +usr/include/argz.h +usr/include/arpa/ftp.h +usr/include/arpa/inet.h +usr/include/arpa/nameser.h +usr/include/arpa/nameser_compat.h +usr/include/arpa/telnet.h +usr/include/arpa/tftp.h +usr/include/asm-generic/auxvec.h +usr/include/asm-generic/bitsperlong.h +usr/include/asm-generic/bpf_perf_event.h +usr/include/asm-generic/errno-base.h +usr/include/asm-generic/errno.h +usr/include/asm-generic/fcntl.h +usr/include/asm-generic/hugetlb_encode.h +usr/include/asm-generic/int-l64.h +usr/include/asm-generic/int-ll64.h +usr/include/asm-generic/ioctl.h +usr/include/asm-generic/ioctls.h +usr/include/asm-generic/ipcbuf.h +usr/include/asm-generic/kvm_para.h +usr/include/asm-generic/mman-common.h +usr/include/asm-generic/mman.h +usr/include/asm-generic/msgbuf.h +usr/include/asm-generic/param.h +usr/include/asm-generic/poll.h +usr/include/asm-generic/posix_types.h +usr/include/asm-generic/resource.h +usr/include/asm-generic/sembuf.h +usr/include/asm-generic/setup.h +usr/include/asm-generic/shmbuf.h +usr/include/asm-generic/siginfo.h +usr/include/asm-generic/signal-defs.h +usr/include/asm-generic/signal.h +usr/include/asm-generic/socket.h +usr/include/asm-generic/sockios.h +usr/include/asm-generic/stat.h +usr/include/asm-generic/statfs.h +usr/include/asm-generic/swab.h +usr/include/asm-generic/termbits.h +usr/include/asm-generic/termios.h +usr/include/asm-generic/types.h +usr/include/asm-generic/ucontext.h +usr/include/asm-generic/unistd.h +usr/include/asm/auxvec.h +usr/include/asm/bitsperlong.h +usr/include/asm/bpf_perf_event.h +usr/include/asm/byteorder.h +usr/include/asm/errno.h +usr/include/asm/fcntl.h +usr/include/asm/hwcap.h +usr/include/asm/ioctl.h +usr/include/asm/ioctls.h +usr/include/asm/ipcbuf.h +usr/include/asm/kvm.h +usr/include/asm/kvm_para.h +usr/include/asm/mman.h +usr/include/asm/msgbuf.h +usr/include/asm/param.h +usr/include/asm/perf_regs.h +usr/include/asm/poll.h +usr/include/asm/posix_types.h +usr/include/asm/ptrace.h +usr/include/asm/resource.h +usr/include/asm/sembuf.h +usr/include/asm/setup.h +usr/include/asm/shmbuf.h +usr/include/asm/sigcontext.h +usr/include/asm/siginfo.h +usr/include/asm/signal.h +usr/include/asm/socket.h +usr/include/asm/sockios.h +usr/include/asm/stat.h +usr/include/asm/statfs.h +usr/include/asm/sve_context.h +usr/include/asm/swab.h +usr/include/asm/termbits.h +usr/include/asm/termios.h +usr/include/asm/types.h +usr/include/asm/ucontext.h +usr/include/asm/unistd.h +usr/include/assert.h +usr/include/bfd.h +usr/include/bfd_stdint.h +usr/include/bfdlink.h +usr/include/bits/a.out.h +usr/include/bits/argp-ldbl.h +usr/include/bits/byteswap.h +usr/include/bits/cmathcalls.h +usr/include/bits/confname.h +usr/include/bits/cpu-set.h +usr/include/bits/dirent.h +usr/include/bits/dirent_ext.h +usr/include/bits/dlfcn.h +usr/include/bits/elfclass.h +usr/include/bits/endian.h +usr/include/bits/endianness.h +usr/include/bits/environments.h +usr/include/bits/epoll.h +usr/include/bits/err-ldbl.h +usr/include/bits/errno.h +usr/include/bits/error-ldbl.h +usr/include/bits/error.h +usr/include/bits/eventfd.h +usr/include/bits/fcntl-linux.h +usr/include/bits/fcntl.h +usr/include/bits/fcntl2.h +usr/include/bits/fenv.h +usr/include/bits/floatn-common.h +usr/include/bits/floatn.h +usr/include/bits/flt-eval-method.h +usr/include/bits/fp-fast.h +usr/include/bits/fp-logb.h +usr/include/bits/getopt_core.h +usr/include/bits/getopt_ext.h +usr/include/bits/getopt_posix.h +usr/include/bits/hwcap.h +usr/include/bits/in.h +usr/include/bits/indirect-return.h +usr/include/bits/initspin.h +usr/include/bits/inotify.h +usr/include/bits/ioctl-types.h +usr/include/bits/ioctls.h +usr/include/bits/ipc-perm.h +usr/include/bits/ipc.h +usr/include/bits/ipctypes.h +usr/include/bits/iscanonical.h +usr/include/bits/libc-header-start.h +usr/include/bits/libm-simd-decl-stubs.h +usr/include/bits/link.h +usr/include/bits/link_lavcurrent.h +usr/include/bits/local_lim.h +usr/include/bits/locale.h +usr/include/bits/long-double.h +usr/include/bits/math-vector.h +usr/include/bits/mathcalls-helper-functions.h +usr/include/bits/mathcalls-narrow.h +usr/include/bits/mathcalls.h +usr/include/bits/mathdef.h +usr/include/bits/mman-linux.h +usr/include/bits/mman-map-flags-generic.h +usr/include/bits/mman-shared.h +usr/include/bits/mman.h +usr/include/bits/monetary-ldbl.h +usr/include/bits/mqueue.h +usr/include/bits/mqueue2.h +usr/include/bits/msq.h +usr/include/bits/netdb.h +usr/include/bits/param.h +usr/include/bits/poll.h +usr/include/bits/poll2.h +usr/include/bits/posix1_lim.h +usr/include/bits/posix2_lim.h +usr/include/bits/posix_opt.h +usr/include/bits/printf-ldbl.h +usr/include/bits/procfs-extra.h +usr/include/bits/procfs-id.h +usr/include/bits/procfs-prregset.h +usr/include/bits/procfs.h +usr/include/bits/pthread_stack_min-dynamic.h +usr/include/bits/pthread_stack_min.h +usr/include/bits/pthreadtypes-arch.h +usr/include/bits/pthreadtypes.h +usr/include/bits/ptrace-shared.h +usr/include/bits/resource.h +usr/include/bits/rseq.h +usr/include/bits/sched.h +usr/include/bits/select.h +usr/include/bits/select2.h +usr/include/bits/sem.h +usr/include/bits/semaphore.h +usr/include/bits/setjmp.h +usr/include/bits/setjmp2.h +usr/include/bits/shm.h +usr/include/bits/shmlba.h +usr/include/bits/sigaction.h +usr/include/bits/sigcontext.h +usr/include/bits/sigevent-consts.h +usr/include/bits/siginfo-arch.h +usr/include/bits/siginfo-consts-arch.h +usr/include/bits/siginfo-consts.h +usr/include/bits/signal_ext.h +usr/include/bits/signalfd.h +usr/include/bits/signum-arch.h +usr/include/bits/signum-generic.h +usr/include/bits/sigstack.h +usr/include/bits/sigstksz.h +usr/include/bits/sigthread.h +usr/include/bits/sockaddr.h +usr/include/bits/socket-constants.h +usr/include/bits/socket.h +usr/include/bits/socket2.h +usr/include/bits/socket_type.h +usr/include/bits/ss_flags.h +usr/include/bits/stab.def +usr/include/bits/stat.h +usr/include/bits/statfs.h +usr/include/bits/statvfs.h +usr/include/bits/statx-generic.h +usr/include/bits/statx.h +usr/include/bits/stdint-intn.h +usr/include/bits/stdint-uintn.h +usr/include/bits/stdio-ldbl.h +usr/include/bits/stdio.h +usr/include/bits/stdio2-decl.h +usr/include/bits/stdio2.h +usr/include/bits/stdio_lim.h +usr/include/bits/stdlib-bsearch.h +usr/include/bits/stdlib-float.h +usr/include/bits/stdlib-ldbl.h +usr/include/bits/stdlib.h +usr/include/bits/string_fortified.h +usr/include/bits/strings_fortified.h +usr/include/bits/struct_mutex.h +usr/include/bits/struct_rwlock.h +usr/include/bits/struct_stat.h +usr/include/bits/struct_stat_time64_helper.h +usr/include/bits/syscall.h +usr/include/bits/syslog-ldbl.h +usr/include/bits/syslog-path.h +usr/include/bits/syslog.h +usr/include/bits/sysmacros.h +usr/include/bits/termios-baud.h +usr/include/bits/termios-c_cc.h +usr/include/bits/termios-c_cflag.h +usr/include/bits/termios-c_iflag.h +usr/include/bits/termios-c_lflag.h +usr/include/bits/termios-c_oflag.h +usr/include/bits/termios-misc.h +usr/include/bits/termios-struct.h +usr/include/bits/termios-tcflow.h +usr/include/bits/termios.h +usr/include/bits/thread-shared-types.h +usr/include/bits/time.h +usr/include/bits/time64.h +usr/include/bits/timerfd.h +usr/include/bits/timesize.h +usr/include/bits/timex.h +usr/include/bits/types.h +usr/include/bits/types/FILE.h +usr/include/bits/types/__FILE.h +usr/include/bits/types/__fpos64_t.h +usr/include/bits/types/__fpos_t.h +usr/include/bits/types/__locale_t.h +usr/include/bits/types/__mbstate_t.h +usr/include/bits/types/__sigset_t.h +usr/include/bits/types/__sigval_t.h +usr/include/bits/types/clock_t.h +usr/include/bits/types/clockid_t.h +usr/include/bits/types/cookie_io_functions_t.h +usr/include/bits/types/error_t.h +usr/include/bits/types/locale_t.h +usr/include/bits/types/mbstate_t.h +usr/include/bits/types/res_state.h +usr/include/bits/types/sig_atomic_t.h +usr/include/bits/types/sigevent_t.h +usr/include/bits/types/siginfo_t.h +usr/include/bits/types/sigset_t.h +usr/include/bits/types/sigval_t.h +usr/include/bits/types/stack_t.h +usr/include/bits/types/struct_FILE.h +usr/include/bits/types/struct___jmp_buf_tag.h +usr/include/bits/types/struct_iovec.h +usr/include/bits/types/struct_itimerspec.h +usr/include/bits/types/struct_msqid64_ds.h +usr/include/bits/types/struct_msqid64_ds_helper.h +usr/include/bits/types/struct_msqid_ds.h +usr/include/bits/types/struct_osockaddr.h +usr/include/bits/types/struct_rusage.h +usr/include/bits/types/struct_sched_param.h +usr/include/bits/types/struct_semid64_ds.h +usr/include/bits/types/struct_semid64_ds_helper.h +usr/include/bits/types/struct_semid_ds.h +usr/include/bits/types/struct_shmid64_ds.h +usr/include/bits/types/struct_shmid64_ds_helper.h +usr/include/bits/types/struct_shmid_ds.h +usr/include/bits/types/struct_sigstack.h +usr/include/bits/types/struct_statx.h +usr/include/bits/types/struct_statx_timestamp.h +usr/include/bits/types/struct_timeb.h +usr/include/bits/types/struct_timespec.h +usr/include/bits/types/struct_timeval.h +usr/include/bits/types/struct_tm.h +usr/include/bits/types/time_t.h +usr/include/bits/types/timer_t.h +usr/include/bits/types/wint_t.h +usr/include/bits/typesizes.h +usr/include/bits/uintn-identity.h +usr/include/bits/uio-ext.h +usr/include/bits/uio_lim.h +usr/include/bits/unistd.h +usr/include/bits/unistd_ext.h +usr/include/bits/utmp.h +usr/include/bits/utmpx.h +usr/include/bits/utsname.h +usr/include/bits/waitflags.h +usr/include/bits/waitstatus.h +usr/include/bits/wchar-ldbl.h +usr/include/bits/wchar.h +usr/include/bits/wchar2-decl.h +usr/include/bits/wchar2.h +usr/include/bits/wctype-wchar.h +usr/include/bits/wordsize.h +usr/include/bits/xopen_lim.h +usr/include/byteswap.h +usr/include/c++/11/aarch64-redhat-linux/bits/atomic_word.h +usr/include/c++/11/aarch64-redhat-linux/bits/basic_file.h +usr/include/c++/11/aarch64-redhat-linux/bits/c++allocator.h +usr/include/c++/11/aarch64-redhat-linux/bits/c++config.h +usr/include/c++/11/aarch64-redhat-linux/bits/c++io.h +usr/include/c++/11/aarch64-redhat-linux/bits/c++locale.h +usr/include/c++/11/aarch64-redhat-linux/bits/cpu_defines.h +usr/include/c++/11/aarch64-redhat-linux/bits/ctype_base.h +usr/include/c++/11/aarch64-redhat-linux/bits/ctype_inline.h +usr/include/c++/11/aarch64-redhat-linux/bits/cxxabi_tweaks.h +usr/include/c++/11/aarch64-redhat-linux/bits/error_constants.h +usr/include/c++/11/aarch64-redhat-linux/bits/extc++.h +usr/include/c++/11/aarch64-redhat-linux/bits/gthr-default.h +usr/include/c++/11/aarch64-redhat-linux/bits/gthr-posix.h +usr/include/c++/11/aarch64-redhat-linux/bits/gthr-single.h +usr/include/c++/11/aarch64-redhat-linux/bits/gthr.h +usr/include/c++/11/aarch64-redhat-linux/bits/messages_members.h +usr/include/c++/11/aarch64-redhat-linux/bits/opt_random.h +usr/include/c++/11/aarch64-redhat-linux/bits/os_defines.h +usr/include/c++/11/aarch64-redhat-linux/bits/stdc++.h +usr/include/c++/11/aarch64-redhat-linux/bits/stdtr1c++.h +usr/include/c++/11/aarch64-redhat-linux/bits/time_members.h +usr/include/c++/11/aarch64-redhat-linux/ext/opt_random.h +usr/include/c++/11/algorithm +usr/include/c++/11/any +usr/include/c++/11/array +usr/include/c++/11/atomic +usr/include/c++/11/backward/auto_ptr.h +usr/include/c++/11/backward/backward_warning.h +usr/include/c++/11/backward/binders.h +usr/include/c++/11/backward/hash_fun.h +usr/include/c++/11/backward/hash_map +usr/include/c++/11/backward/hash_set +usr/include/c++/11/backward/hashtable.h +usr/include/c++/11/backward/strstream +usr/include/c++/11/barrier +usr/include/c++/11/bit +usr/include/c++/11/bits/algorithmfwd.h +usr/include/c++/11/bits/align.h +usr/include/c++/11/bits/alloc_traits.h +usr/include/c++/11/bits/allocated_ptr.h +usr/include/c++/11/bits/allocator.h +usr/include/c++/11/bits/atomic_base.h +usr/include/c++/11/bits/atomic_futex.h +usr/include/c++/11/bits/atomic_lockfree_defines.h +usr/include/c++/11/bits/atomic_timed_wait.h +usr/include/c++/11/bits/atomic_wait.h +usr/include/c++/11/bits/basic_ios.h +usr/include/c++/11/bits/basic_ios.tcc +usr/include/c++/11/bits/basic_string.h +usr/include/c++/11/bits/basic_string.tcc +usr/include/c++/11/bits/boost_concept_check.h +usr/include/c++/11/bits/c++0x_warning.h +usr/include/c++/11/bits/char_traits.h +usr/include/c++/11/bits/charconv.h +usr/include/c++/11/bits/codecvt.h +usr/include/c++/11/bits/concept_check.h +usr/include/c++/11/bits/cpp_type_traits.h +usr/include/c++/11/bits/cxxabi_forced.h +usr/include/c++/11/bits/cxxabi_init_exception.h +usr/include/c++/11/bits/deque.tcc +usr/include/c++/11/bits/enable_special_members.h +usr/include/c++/11/bits/erase_if.h +usr/include/c++/11/bits/exception.h +usr/include/c++/11/bits/exception_defines.h +usr/include/c++/11/bits/exception_ptr.h +usr/include/c++/11/bits/forward_list.h +usr/include/c++/11/bits/forward_list.tcc +usr/include/c++/11/bits/fs_dir.h +usr/include/c++/11/bits/fs_fwd.h +usr/include/c++/11/bits/fs_ops.h +usr/include/c++/11/bits/fs_path.h +usr/include/c++/11/bits/fstream.tcc +usr/include/c++/11/bits/functexcept.h +usr/include/c++/11/bits/functional_hash.h +usr/include/c++/11/bits/gslice.h +usr/include/c++/11/bits/gslice_array.h +usr/include/c++/11/bits/hash_bytes.h +usr/include/c++/11/bits/hashtable.h +usr/include/c++/11/bits/hashtable_policy.h +usr/include/c++/11/bits/indirect_array.h +usr/include/c++/11/bits/invoke.h +usr/include/c++/11/bits/ios_base.h +usr/include/c++/11/bits/istream.tcc +usr/include/c++/11/bits/iterator_concepts.h +usr/include/c++/11/bits/list.tcc +usr/include/c++/11/bits/locale_classes.h +usr/include/c++/11/bits/locale_classes.tcc +usr/include/c++/11/bits/locale_conv.h +usr/include/c++/11/bits/locale_facets.h +usr/include/c++/11/bits/locale_facets.tcc +usr/include/c++/11/bits/locale_facets_nonio.h +usr/include/c++/11/bits/locale_facets_nonio.tcc +usr/include/c++/11/bits/localefwd.h +usr/include/c++/11/bits/mask_array.h +usr/include/c++/11/bits/max_size_type.h +usr/include/c++/11/bits/memoryfwd.h +usr/include/c++/11/bits/move.h +usr/include/c++/11/bits/nested_exception.h +usr/include/c++/11/bits/node_handle.h +usr/include/c++/11/bits/ostream.tcc +usr/include/c++/11/bits/ostream_insert.h +usr/include/c++/11/bits/parse_numbers.h +usr/include/c++/11/bits/postypes.h +usr/include/c++/11/bits/predefined_ops.h +usr/include/c++/11/bits/ptr_traits.h +usr/include/c++/11/bits/quoted_string.h +usr/include/c++/11/bits/random.h +usr/include/c++/11/bits/random.tcc +usr/include/c++/11/bits/range_access.h +usr/include/c++/11/bits/ranges_algo.h +usr/include/c++/11/bits/ranges_algobase.h +usr/include/c++/11/bits/ranges_base.h +usr/include/c++/11/bits/ranges_cmp.h +usr/include/c++/11/bits/ranges_uninitialized.h +usr/include/c++/11/bits/ranges_util.h +usr/include/c++/11/bits/refwrap.h +usr/include/c++/11/bits/regex.h +usr/include/c++/11/bits/regex.tcc +usr/include/c++/11/bits/regex_automaton.h +usr/include/c++/11/bits/regex_automaton.tcc +usr/include/c++/11/bits/regex_compiler.h +usr/include/c++/11/bits/regex_compiler.tcc +usr/include/c++/11/bits/regex_constants.h +usr/include/c++/11/bits/regex_error.h +usr/include/c++/11/bits/regex_executor.h +usr/include/c++/11/bits/regex_executor.tcc +usr/include/c++/11/bits/regex_scanner.h +usr/include/c++/11/bits/regex_scanner.tcc +usr/include/c++/11/bits/semaphore_base.h +usr/include/c++/11/bits/shared_ptr.h +usr/include/c++/11/bits/shared_ptr_atomic.h +usr/include/c++/11/bits/shared_ptr_base.h +usr/include/c++/11/bits/slice_array.h +usr/include/c++/11/bits/specfun.h +usr/include/c++/11/bits/sstream.tcc +usr/include/c++/11/bits/std_abs.h +usr/include/c++/11/bits/std_function.h +usr/include/c++/11/bits/std_mutex.h +usr/include/c++/11/bits/std_thread.h +usr/include/c++/11/bits/stl_algo.h +usr/include/c++/11/bits/stl_algobase.h +usr/include/c++/11/bits/stl_bvector.h +usr/include/c++/11/bits/stl_construct.h +usr/include/c++/11/bits/stl_deque.h +usr/include/c++/11/bits/stl_function.h +usr/include/c++/11/bits/stl_heap.h +usr/include/c++/11/bits/stl_iterator.h +usr/include/c++/11/bits/stl_iterator_base_funcs.h +usr/include/c++/11/bits/stl_iterator_base_types.h +usr/include/c++/11/bits/stl_list.h +usr/include/c++/11/bits/stl_map.h +usr/include/c++/11/bits/stl_multimap.h +usr/include/c++/11/bits/stl_multiset.h +usr/include/c++/11/bits/stl_numeric.h +usr/include/c++/11/bits/stl_pair.h +usr/include/c++/11/bits/stl_queue.h +usr/include/c++/11/bits/stl_raw_storage_iter.h +usr/include/c++/11/bits/stl_relops.h +usr/include/c++/11/bits/stl_set.h +usr/include/c++/11/bits/stl_stack.h +usr/include/c++/11/bits/stl_tempbuf.h +usr/include/c++/11/bits/stl_tree.h +usr/include/c++/11/bits/stl_uninitialized.h +usr/include/c++/11/bits/stl_vector.h +usr/include/c++/11/bits/stream_iterator.h +usr/include/c++/11/bits/streambuf.tcc +usr/include/c++/11/bits/streambuf_iterator.h +usr/include/c++/11/bits/string_view.tcc +usr/include/c++/11/bits/stringfwd.h +usr/include/c++/11/bits/this_thread_sleep.h +usr/include/c++/11/bits/uniform_int_dist.h +usr/include/c++/11/bits/unique_lock.h +usr/include/c++/11/bits/unique_ptr.h +usr/include/c++/11/bits/unordered_map.h +usr/include/c++/11/bits/unordered_set.h +usr/include/c++/11/bits/uses_allocator.h +usr/include/c++/11/bits/uses_allocator_args.h +usr/include/c++/11/bits/valarray_after.h +usr/include/c++/11/bits/valarray_array.h +usr/include/c++/11/bits/valarray_array.tcc +usr/include/c++/11/bits/valarray_before.h +usr/include/c++/11/bits/vector.tcc +usr/include/c++/11/bitset +usr/include/c++/11/cassert +usr/include/c++/11/ccomplex +usr/include/c++/11/cctype +usr/include/c++/11/cerrno +usr/include/c++/11/cfenv +usr/include/c++/11/cfloat +usr/include/c++/11/charconv +usr/include/c++/11/chrono +usr/include/c++/11/cinttypes +usr/include/c++/11/ciso646 +usr/include/c++/11/climits +usr/include/c++/11/clocale +usr/include/c++/11/cmath +usr/include/c++/11/codecvt +usr/include/c++/11/compare +usr/include/c++/11/complex +usr/include/c++/11/complex.h +usr/include/c++/11/concepts +usr/include/c++/11/condition_variable +usr/include/c++/11/coroutine +usr/include/c++/11/csetjmp +usr/include/c++/11/csignal +usr/include/c++/11/cstdalign +usr/include/c++/11/cstdarg +usr/include/c++/11/cstdbool +usr/include/c++/11/cstddef +usr/include/c++/11/cstdint +usr/include/c++/11/cstdio +usr/include/c++/11/cstdlib +usr/include/c++/11/cstring +usr/include/c++/11/ctgmath +usr/include/c++/11/ctime +usr/include/c++/11/cuchar +usr/include/c++/11/cwchar +usr/include/c++/11/cwctype +usr/include/c++/11/cxxabi.h +usr/include/c++/11/debug/assertions.h +usr/include/c++/11/debug/bitset +usr/include/c++/11/debug/debug.h +usr/include/c++/11/debug/deque +usr/include/c++/11/debug/formatter.h +usr/include/c++/11/debug/forward_list +usr/include/c++/11/debug/functions.h +usr/include/c++/11/debug/helper_functions.h +usr/include/c++/11/debug/list +usr/include/c++/11/debug/macros.h +usr/include/c++/11/debug/map +usr/include/c++/11/debug/map.h +usr/include/c++/11/debug/multimap.h +usr/include/c++/11/debug/multiset.h +usr/include/c++/11/debug/safe_base.h +usr/include/c++/11/debug/safe_container.h +usr/include/c++/11/debug/safe_iterator.h +usr/include/c++/11/debug/safe_iterator.tcc +usr/include/c++/11/debug/safe_local_iterator.h +usr/include/c++/11/debug/safe_local_iterator.tcc +usr/include/c++/11/debug/safe_sequence.h +usr/include/c++/11/debug/safe_sequence.tcc +usr/include/c++/11/debug/safe_unordered_base.h +usr/include/c++/11/debug/safe_unordered_container.h +usr/include/c++/11/debug/safe_unordered_container.tcc +usr/include/c++/11/debug/set +usr/include/c++/11/debug/set.h +usr/include/c++/11/debug/stl_iterator.h +usr/include/c++/11/debug/string +usr/include/c++/11/debug/unordered_map +usr/include/c++/11/debug/unordered_set +usr/include/c++/11/debug/vector +usr/include/c++/11/decimal/decimal +usr/include/c++/11/decimal/decimal.h +usr/include/c++/11/deque +usr/include/c++/11/exception +usr/include/c++/11/execution +usr/include/c++/11/experimental/algorithm +usr/include/c++/11/experimental/any +usr/include/c++/11/experimental/array +usr/include/c++/11/experimental/bits/fs_dir.h +usr/include/c++/11/experimental/bits/fs_fwd.h +usr/include/c++/11/experimental/bits/fs_ops.h +usr/include/c++/11/experimental/bits/fs_path.h +usr/include/c++/11/experimental/bits/lfts_config.h +usr/include/c++/11/experimental/bits/net.h +usr/include/c++/11/experimental/bits/numeric_traits.h +usr/include/c++/11/experimental/bits/shared_ptr.h +usr/include/c++/11/experimental/bits/simd.h +usr/include/c++/11/experimental/bits/simd_builtin.h +usr/include/c++/11/experimental/bits/simd_converter.h +usr/include/c++/11/experimental/bits/simd_detail.h +usr/include/c++/11/experimental/bits/simd_fixed_size.h +usr/include/c++/11/experimental/bits/simd_math.h +usr/include/c++/11/experimental/bits/simd_neon.h +usr/include/c++/11/experimental/bits/simd_ppc.h +usr/include/c++/11/experimental/bits/simd_scalar.h +usr/include/c++/11/experimental/bits/simd_x86.h +usr/include/c++/11/experimental/bits/simd_x86_conversions.h +usr/include/c++/11/experimental/bits/string_view.tcc +usr/include/c++/11/experimental/buffer +usr/include/c++/11/experimental/chrono +usr/include/c++/11/experimental/deque +usr/include/c++/11/experimental/executor +usr/include/c++/11/experimental/filesystem +usr/include/c++/11/experimental/forward_list +usr/include/c++/11/experimental/functional +usr/include/c++/11/experimental/internet +usr/include/c++/11/experimental/io_context +usr/include/c++/11/experimental/iterator +usr/include/c++/11/experimental/list +usr/include/c++/11/experimental/map +usr/include/c++/11/experimental/memory +usr/include/c++/11/experimental/memory_resource +usr/include/c++/11/experimental/net +usr/include/c++/11/experimental/netfwd +usr/include/c++/11/experimental/numeric +usr/include/c++/11/experimental/optional +usr/include/c++/11/experimental/propagate_const +usr/include/c++/11/experimental/random +usr/include/c++/11/experimental/ratio +usr/include/c++/11/experimental/regex +usr/include/c++/11/experimental/set +usr/include/c++/11/experimental/simd +usr/include/c++/11/experimental/socket +usr/include/c++/11/experimental/source_location +usr/include/c++/11/experimental/string +usr/include/c++/11/experimental/string_view +usr/include/c++/11/experimental/system_error +usr/include/c++/11/experimental/timer +usr/include/c++/11/experimental/tuple +usr/include/c++/11/experimental/type_traits +usr/include/c++/11/experimental/unordered_map +usr/include/c++/11/experimental/unordered_set +usr/include/c++/11/experimental/utility +usr/include/c++/11/experimental/vector +usr/include/c++/11/ext/algorithm +usr/include/c++/11/ext/aligned_buffer.h +usr/include/c++/11/ext/alloc_traits.h +usr/include/c++/11/ext/atomicity.h +usr/include/c++/11/ext/bitmap_allocator.h +usr/include/c++/11/ext/cast.h +usr/include/c++/11/ext/cmath +usr/include/c++/11/ext/codecvt_specializations.h +usr/include/c++/11/ext/concurrence.h +usr/include/c++/11/ext/debug_allocator.h +usr/include/c++/11/ext/enc_filebuf.h +usr/include/c++/11/ext/extptr_allocator.h +usr/include/c++/11/ext/functional +usr/include/c++/11/ext/hash_map +usr/include/c++/11/ext/hash_set +usr/include/c++/11/ext/iterator +usr/include/c++/11/ext/malloc_allocator.h +usr/include/c++/11/ext/memory +usr/include/c++/11/ext/mt_allocator.h +usr/include/c++/11/ext/new_allocator.h +usr/include/c++/11/ext/numeric +usr/include/c++/11/ext/numeric_traits.h +usr/include/c++/11/ext/pb_ds/assoc_container.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/traits.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/const_iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/entry_pred.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/resize_policy.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/branch_policy/branch_policy.hpp +usr/include/c++/11/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp +usr/include/c++/11/ext/pb_ds/detail/branch_policy/traits.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cond_dealtor.hpp +usr/include/c++/11/ext/pb_ds/detail/container_base_dispatch.hpp +usr/include/c++/11/ext/pb_ds/detail/debug_map_base.hpp +usr/include/c++/11/ext/pb_ds/detail/eq_fn/eq_by_less.hpp +usr/include/c++/11/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/lu_map_.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/traits.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/traits.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/priority_queue_base_dispatch.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/node.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/traits.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/node.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/traits.hpp +usr/include/c++/11/ext/pb_ds/detail/standard_policies.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp +usr/include/c++/11/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp +usr/include/c++/11/ext/pb_ds/detail/tree_trace_base.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/type_utils.hpp +usr/include/c++/11/ext/pb_ds/detail/types_traits.hpp +usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp +usr/include/c++/11/ext/pb_ds/exception.hpp +usr/include/c++/11/ext/pb_ds/hash_policy.hpp +usr/include/c++/11/ext/pb_ds/list_update_policy.hpp +usr/include/c++/11/ext/pb_ds/priority_queue.hpp +usr/include/c++/11/ext/pb_ds/tag_and_trait.hpp +usr/include/c++/11/ext/pb_ds/tree_policy.hpp +usr/include/c++/11/ext/pb_ds/trie_policy.hpp +usr/include/c++/11/ext/pod_char_traits.h +usr/include/c++/11/ext/pointer.h +usr/include/c++/11/ext/pool_allocator.h +usr/include/c++/11/ext/random +usr/include/c++/11/ext/random.tcc +usr/include/c++/11/ext/rb_tree +usr/include/c++/11/ext/rc_string_base.h +usr/include/c++/11/ext/rope +usr/include/c++/11/ext/ropeimpl.h +usr/include/c++/11/ext/slist +usr/include/c++/11/ext/sso_string_base.h +usr/include/c++/11/ext/stdio_filebuf.h +usr/include/c++/11/ext/stdio_sync_filebuf.h +usr/include/c++/11/ext/string_conversions.h +usr/include/c++/11/ext/throw_allocator.h +usr/include/c++/11/ext/type_traits.h +usr/include/c++/11/ext/typelist.h +usr/include/c++/11/ext/vstring.h +usr/include/c++/11/ext/vstring.tcc +usr/include/c++/11/ext/vstring_fwd.h +usr/include/c++/11/ext/vstring_util.h +usr/include/c++/11/fenv.h +usr/include/c++/11/filesystem +usr/include/c++/11/forward_list +usr/include/c++/11/fstream +usr/include/c++/11/functional +usr/include/c++/11/future +usr/include/c++/11/initializer_list +usr/include/c++/11/iomanip +usr/include/c++/11/ios +usr/include/c++/11/iosfwd +usr/include/c++/11/iostream +usr/include/c++/11/istream +usr/include/c++/11/iterator +usr/include/c++/11/latch +usr/include/c++/11/limits +usr/include/c++/11/list +usr/include/c++/11/locale +usr/include/c++/11/map +usr/include/c++/11/math.h +usr/include/c++/11/memory +usr/include/c++/11/memory_resource +usr/include/c++/11/mutex +usr/include/c++/11/new +usr/include/c++/11/numbers +usr/include/c++/11/numeric +usr/include/c++/11/optional +usr/include/c++/11/ostream +usr/include/c++/11/parallel/algo.h +usr/include/c++/11/parallel/algobase.h +usr/include/c++/11/parallel/algorithm +usr/include/c++/11/parallel/algorithmfwd.h +usr/include/c++/11/parallel/balanced_quicksort.h +usr/include/c++/11/parallel/base.h +usr/include/c++/11/parallel/basic_iterator.h +usr/include/c++/11/parallel/checkers.h +usr/include/c++/11/parallel/compatibility.h +usr/include/c++/11/parallel/compiletime_settings.h +usr/include/c++/11/parallel/equally_split.h +usr/include/c++/11/parallel/features.h +usr/include/c++/11/parallel/find.h +usr/include/c++/11/parallel/find_selectors.h +usr/include/c++/11/parallel/for_each.h +usr/include/c++/11/parallel/for_each_selectors.h +usr/include/c++/11/parallel/iterator.h +usr/include/c++/11/parallel/list_partition.h +usr/include/c++/11/parallel/losertree.h +usr/include/c++/11/parallel/merge.h +usr/include/c++/11/parallel/multiseq_selection.h +usr/include/c++/11/parallel/multiway_merge.h +usr/include/c++/11/parallel/multiway_mergesort.h +usr/include/c++/11/parallel/numeric +usr/include/c++/11/parallel/numericfwd.h +usr/include/c++/11/parallel/omp_loop.h +usr/include/c++/11/parallel/omp_loop_static.h +usr/include/c++/11/parallel/par_loop.h +usr/include/c++/11/parallel/parallel.h +usr/include/c++/11/parallel/partial_sum.h +usr/include/c++/11/parallel/partition.h +usr/include/c++/11/parallel/queue.h +usr/include/c++/11/parallel/quicksort.h +usr/include/c++/11/parallel/random_number.h +usr/include/c++/11/parallel/random_shuffle.h +usr/include/c++/11/parallel/search.h +usr/include/c++/11/parallel/set_operations.h +usr/include/c++/11/parallel/settings.h +usr/include/c++/11/parallel/sort.h +usr/include/c++/11/parallel/tags.h +usr/include/c++/11/parallel/types.h +usr/include/c++/11/parallel/unique_copy.h +usr/include/c++/11/parallel/workstealing.h +usr/include/c++/11/pstl/algorithm_fwd.h +usr/include/c++/11/pstl/algorithm_impl.h +usr/include/c++/11/pstl/execution_defs.h +usr/include/c++/11/pstl/execution_impl.h +usr/include/c++/11/pstl/glue_algorithm_defs.h +usr/include/c++/11/pstl/glue_algorithm_impl.h +usr/include/c++/11/pstl/glue_execution_defs.h +usr/include/c++/11/pstl/glue_memory_defs.h +usr/include/c++/11/pstl/glue_memory_impl.h +usr/include/c++/11/pstl/glue_numeric_defs.h +usr/include/c++/11/pstl/glue_numeric_impl.h +usr/include/c++/11/pstl/memory_impl.h +usr/include/c++/11/pstl/numeric_fwd.h +usr/include/c++/11/pstl/numeric_impl.h +usr/include/c++/11/pstl/parallel_backend.h +usr/include/c++/11/pstl/parallel_backend_serial.h +usr/include/c++/11/pstl/parallel_backend_tbb.h +usr/include/c++/11/pstl/parallel_backend_utils.h +usr/include/c++/11/pstl/parallel_impl.h +usr/include/c++/11/pstl/pstl_config.h +usr/include/c++/11/pstl/unseq_backend_simd.h +usr/include/c++/11/pstl/utils.h +usr/include/c++/11/queue +usr/include/c++/11/random +usr/include/c++/11/ranges +usr/include/c++/11/ratio +usr/include/c++/11/regex +usr/include/c++/11/scoped_allocator +usr/include/c++/11/semaphore +usr/include/c++/11/set +usr/include/c++/11/shared_mutex +usr/include/c++/11/source_location +usr/include/c++/11/span +usr/include/c++/11/sstream +usr/include/c++/11/stack +usr/include/c++/11/stdexcept +usr/include/c++/11/stdlib.h +usr/include/c++/11/stop_token +usr/include/c++/11/streambuf +usr/include/c++/11/string +usr/include/c++/11/string_view +usr/include/c++/11/syncstream +usr/include/c++/11/system_error +usr/include/c++/11/tgmath.h +usr/include/c++/11/thread +usr/include/c++/11/tr1/array +usr/include/c++/11/tr1/bessel_function.tcc +usr/include/c++/11/tr1/beta_function.tcc +usr/include/c++/11/tr1/ccomplex +usr/include/c++/11/tr1/cctype +usr/include/c++/11/tr1/cfenv +usr/include/c++/11/tr1/cfloat +usr/include/c++/11/tr1/cinttypes +usr/include/c++/11/tr1/climits +usr/include/c++/11/tr1/cmath +usr/include/c++/11/tr1/complex +usr/include/c++/11/tr1/complex.h +usr/include/c++/11/tr1/cstdarg +usr/include/c++/11/tr1/cstdbool +usr/include/c++/11/tr1/cstdint +usr/include/c++/11/tr1/cstdio +usr/include/c++/11/tr1/cstdlib +usr/include/c++/11/tr1/ctgmath +usr/include/c++/11/tr1/ctime +usr/include/c++/11/tr1/ctype.h +usr/include/c++/11/tr1/cwchar +usr/include/c++/11/tr1/cwctype +usr/include/c++/11/tr1/ell_integral.tcc +usr/include/c++/11/tr1/exp_integral.tcc +usr/include/c++/11/tr1/fenv.h +usr/include/c++/11/tr1/float.h +usr/include/c++/11/tr1/functional +usr/include/c++/11/tr1/functional_hash.h +usr/include/c++/11/tr1/gamma.tcc +usr/include/c++/11/tr1/hashtable.h +usr/include/c++/11/tr1/hashtable_policy.h +usr/include/c++/11/tr1/hypergeometric.tcc +usr/include/c++/11/tr1/inttypes.h +usr/include/c++/11/tr1/legendre_function.tcc +usr/include/c++/11/tr1/limits.h +usr/include/c++/11/tr1/math.h +usr/include/c++/11/tr1/memory +usr/include/c++/11/tr1/modified_bessel_func.tcc +usr/include/c++/11/tr1/poly_hermite.tcc +usr/include/c++/11/tr1/poly_laguerre.tcc +usr/include/c++/11/tr1/random +usr/include/c++/11/tr1/random.h +usr/include/c++/11/tr1/random.tcc +usr/include/c++/11/tr1/regex +usr/include/c++/11/tr1/riemann_zeta.tcc +usr/include/c++/11/tr1/shared_ptr.h +usr/include/c++/11/tr1/special_function_util.h +usr/include/c++/11/tr1/stdarg.h +usr/include/c++/11/tr1/stdbool.h +usr/include/c++/11/tr1/stdint.h +usr/include/c++/11/tr1/stdio.h +usr/include/c++/11/tr1/stdlib.h +usr/include/c++/11/tr1/tgmath.h +usr/include/c++/11/tr1/tuple +usr/include/c++/11/tr1/type_traits +usr/include/c++/11/tr1/unordered_map +usr/include/c++/11/tr1/unordered_map.h +usr/include/c++/11/tr1/unordered_set +usr/include/c++/11/tr1/unordered_set.h +usr/include/c++/11/tr1/utility +usr/include/c++/11/tr1/wchar.h +usr/include/c++/11/tr1/wctype.h +usr/include/c++/11/tr2/bool_set +usr/include/c++/11/tr2/bool_set.tcc +usr/include/c++/11/tr2/dynamic_bitset +usr/include/c++/11/tr2/dynamic_bitset.tcc +usr/include/c++/11/tr2/ratio +usr/include/c++/11/tr2/type_traits +usr/include/c++/11/tuple +usr/include/c++/11/type_traits +usr/include/c++/11/typeindex +usr/include/c++/11/typeinfo +usr/include/c++/11/unordered_map +usr/include/c++/11/unordered_set +usr/include/c++/11/utility +usr/include/c++/11/valarray +usr/include/c++/11/variant +usr/include/c++/11/vector +usr/include/c++/11/version +usr/include/complex.h +usr/include/cpio.h +usr/include/cpuidle.h +usr/include/ctf-api.h +usr/include/ctf.h +usr/include/ctype.h +usr/include/demangle.h +usr/include/diagnostics.h +usr/include/dirent.h +usr/include/dis-asm.h +usr/include/dlfcn.h +usr/include/drm/amdgpu_drm.h +usr/include/drm/armada_drm.h +usr/include/drm/drm.h +usr/include/drm/drm_fourcc.h +usr/include/drm/drm_mode.h +usr/include/drm/drm_sarea.h +usr/include/drm/etnaviv_drm.h +usr/include/drm/exynos_drm.h +usr/include/drm/habanalabs_accel.h +usr/include/drm/i915_drm.h +usr/include/drm/ivpu_accel.h +usr/include/drm/lima_drm.h +usr/include/drm/msm_drm.h +usr/include/drm/nouveau_drm.h +usr/include/drm/omap_drm.h +usr/include/drm/panfrost_drm.h +usr/include/drm/qxl_drm.h +usr/include/drm/radeon_drm.h +usr/include/drm/tegra_drm.h +usr/include/drm/v3d_drm.h +usr/include/drm/vc4_drm.h +usr/include/drm/vgem_drm.h +usr/include/drm/virtgpu_drm.h +usr/include/drm/vmwgfx_drm.h +usr/include/elf.h +usr/include/endian.h +usr/include/envz.h +usr/include/err.h +usr/include/errno.h +usr/include/error.h +usr/include/execinfo.h +usr/include/fcntl.h +usr/include/features-time64.h +usr/include/features.h +usr/include/fenv.h +usr/include/finclude/math-vector-fortran.h +usr/include/fmtmsg.h +usr/include/fnmatch.h +usr/include/fpu_control.h +usr/include/fstab.h +usr/include/fts.h +usr/include/ftw.h +usr/include/gconv.h +usr/include/getopt.h +usr/include/glob.h +usr/include/gnu-versions.h +usr/include/gnu/lib-names-lp64.h +usr/include/gnu/lib-names.h +usr/include/gnu/libc-version.h +usr/include/gnu/stubs-lp64.h +usr/include/gnu/stubs.h +usr/include/grp.h +usr/include/gshadow.h +usr/include/iconv.h +usr/include/ieee754.h +usr/include/ifaddrs.h +usr/include/inttypes.h +usr/include/langinfo.h +usr/include/lastlog.h +usr/include/libgen.h +usr/include/libiberty.h +usr/include/libintl.h +usr/include/limits.h +usr/include/link.h +usr/include/linux/acct.h +usr/include/linux/acrn.h +usr/include/linux/adb.h +usr/include/linux/adfs_fs.h +usr/include/linux/affs_hardblocks.h +usr/include/linux/agpgart.h +usr/include/linux/aio_abi.h +usr/include/linux/am437x-vpfe.h +usr/include/linux/android/binder.h +usr/include/linux/android/binderfs.h +usr/include/linux/apm_bios.h +usr/include/linux/arcfb.h +usr/include/linux/arm_sdei.h +usr/include/linux/aspeed-lpc-ctrl.h +usr/include/linux/aspeed-p2a-ctrl.h +usr/include/linux/atalk.h +usr/include/linux/atm.h +usr/include/linux/atm_eni.h +usr/include/linux/atm_he.h +usr/include/linux/atm_idt77105.h +usr/include/linux/atm_nicstar.h +usr/include/linux/atm_tcp.h +usr/include/linux/atm_zatm.h +usr/include/linux/atmapi.h +usr/include/linux/atmarp.h +usr/include/linux/atmbr2684.h +usr/include/linux/atmclip.h +usr/include/linux/atmdev.h +usr/include/linux/atmioc.h +usr/include/linux/atmlec.h +usr/include/linux/atmmpc.h +usr/include/linux/atmppp.h +usr/include/linux/atmsap.h +usr/include/linux/atmsvc.h +usr/include/linux/audit.h +usr/include/linux/auto_dev-ioctl.h +usr/include/linux/auto_fs.h +usr/include/linux/auto_fs4.h +usr/include/linux/auxvec.h +usr/include/linux/ax25.h +usr/include/linux/batadv_packet.h +usr/include/linux/batman_adv.h +usr/include/linux/baycom.h +usr/include/linux/bcm933xx_hcs.h +usr/include/linux/bfs_fs.h +usr/include/linux/binfmts.h +usr/include/linux/blkpg.h +usr/include/linux/blktrace_api.h +usr/include/linux/blkzoned.h +usr/include/linux/bpf.h +usr/include/linux/bpf_common.h +usr/include/linux/bpf_perf_event.h +usr/include/linux/bpfilter.h +usr/include/linux/bpqether.h +usr/include/linux/bsg.h +usr/include/linux/bt-bmc.h +usr/include/linux/btf.h +usr/include/linux/btrfs.h +usr/include/linux/btrfs_tree.h +usr/include/linux/byteorder/big_endian.h +usr/include/linux/byteorder/little_endian.h +usr/include/linux/cachefiles.h +usr/include/linux/caif/caif_socket.h +usr/include/linux/caif/if_caif.h +usr/include/linux/can.h +usr/include/linux/can/bcm.h +usr/include/linux/can/error.h +usr/include/linux/can/gw.h +usr/include/linux/can/isotp.h +usr/include/linux/can/j1939.h +usr/include/linux/can/netlink.h +usr/include/linux/can/raw.h +usr/include/linux/can/vxcan.h +usr/include/linux/capability.h +usr/include/linux/capi.h +usr/include/linux/cciss_defs.h +usr/include/linux/cciss_ioctl.h +usr/include/linux/ccs.h +usr/include/linux/cdrom.h +usr/include/linux/cec-funcs.h +usr/include/linux/cec.h +usr/include/linux/cfm_bridge.h +usr/include/linux/cgroupstats.h +usr/include/linux/chio.h +usr/include/linux/cifs/cifs_mount.h +usr/include/linux/cifs/cifs_netlink.h +usr/include/linux/close_range.h +usr/include/linux/cm4000_cs.h +usr/include/linux/cn_proc.h +usr/include/linux/coda.h +usr/include/linux/coff.h +usr/include/linux/connector.h +usr/include/linux/const.h +usr/include/linux/coresight-stm.h +usr/include/linux/cramfs_fs.h +usr/include/linux/cryptouser.h +usr/include/linux/cuda.h +usr/include/linux/cxl_mem.h +usr/include/linux/cycx_cfm.h +usr/include/linux/dcbnl.h +usr/include/linux/dccp.h +usr/include/linux/devlink.h +usr/include/linux/dlm.h +usr/include/linux/dlm_device.h +usr/include/linux/dlm_netlink.h +usr/include/linux/dlm_plock.h +usr/include/linux/dlmconstants.h +usr/include/linux/dm-ioctl.h +usr/include/linux/dm-log-userspace.h +usr/include/linux/dma-buf.h +usr/include/linux/dma-heap.h +usr/include/linux/dn.h +usr/include/linux/dns_resolver.h +usr/include/linux/dpll.h +usr/include/linux/dqblk_xfs.h +usr/include/linux/dvb/audio.h +usr/include/linux/dvb/ca.h +usr/include/linux/dvb/dmx.h +usr/include/linux/dvb/frontend.h +usr/include/linux/dvb/net.h +usr/include/linux/dvb/osd.h +usr/include/linux/dvb/version.h +usr/include/linux/dvb/video.h +usr/include/linux/edd.h +usr/include/linux/efs_fs_sb.h +usr/include/linux/elf-em.h +usr/include/linux/elf-fdpic.h +usr/include/linux/elf.h +usr/include/linux/errno.h +usr/include/linux/errqueue.h +usr/include/linux/erspan.h +usr/include/linux/ethtool.h +usr/include/linux/ethtool_netlink.h +usr/include/linux/eventpoll.h +usr/include/linux/f2fs.h +usr/include/linux/fadvise.h +usr/include/linux/falloc.h +usr/include/linux/fanotify.h +usr/include/linux/fb.h +usr/include/linux/fcntl.h +usr/include/linux/fd.h +usr/include/linux/fdreg.h +usr/include/linux/fib_rules.h +usr/include/linux/fiemap.h +usr/include/linux/filter.h +usr/include/linux/firewire-cdev.h +usr/include/linux/firewire-constants.h +usr/include/linux/fou.h +usr/include/linux/fpga-dfl.h +usr/include/linux/fs.h +usr/include/linux/fscrypt.h +usr/include/linux/fsi.h +usr/include/linux/fsl_hypervisor.h +usr/include/linux/fsl_mc.h +usr/include/linux/fsmap.h +usr/include/linux/fsverity.h +usr/include/linux/fuse.h +usr/include/linux/futex.h +usr/include/linux/gameport.h +usr/include/linux/gen_stats.h +usr/include/linux/genetlink.h +usr/include/linux/genwqe/genwqe_card.h +usr/include/linux/gfs2_ondisk.h +usr/include/linux/gpio.h +usr/include/linux/gsmmux.h +usr/include/linux/gtp.h +usr/include/linux/hash_info.h +usr/include/linux/hdlc.h +usr/include/linux/hdlc/ioctl.h +usr/include/linux/hdlcdrv.h +usr/include/linux/hdreg.h +usr/include/linux/hid.h +usr/include/linux/hiddev.h +usr/include/linux/hidraw.h +usr/include/linux/hpet.h +usr/include/linux/hsi/cs-protocol.h +usr/include/linux/hsi/hsi_char.h +usr/include/linux/hsr_netlink.h +usr/include/linux/hw_breakpoint.h +usr/include/linux/hyperv.h +usr/include/linux/i2c-dev.h +usr/include/linux/i2c.h +usr/include/linux/i2o-dev.h +usr/include/linux/i8k.h +usr/include/linux/icmp.h +usr/include/linux/icmpv6.h +usr/include/linux/idxd.h +usr/include/linux/if.h +usr/include/linux/if_addr.h +usr/include/linux/if_addrlabel.h +usr/include/linux/if_alg.h +usr/include/linux/if_arcnet.h +usr/include/linux/if_arp.h +usr/include/linux/if_bonding.h +usr/include/linux/if_bridge.h +usr/include/linux/if_cablemodem.h +usr/include/linux/if_eql.h +usr/include/linux/if_ether.h +usr/include/linux/if_fc.h +usr/include/linux/if_fddi.h +usr/include/linux/if_hippi.h +usr/include/linux/if_infiniband.h +usr/include/linux/if_link.h +usr/include/linux/if_ltalk.h +usr/include/linux/if_macsec.h +usr/include/linux/if_packet.h +usr/include/linux/if_phonet.h +usr/include/linux/if_plip.h +usr/include/linux/if_ppp.h +usr/include/linux/if_pppol2tp.h +usr/include/linux/if_pppox.h +usr/include/linux/if_slip.h +usr/include/linux/if_team.h +usr/include/linux/if_tun.h +usr/include/linux/if_tunnel.h +usr/include/linux/if_vlan.h +usr/include/linux/if_x25.h +usr/include/linux/if_xdp.h +usr/include/linux/ife.h +usr/include/linux/igmp.h +usr/include/linux/iio/buffer.h +usr/include/linux/iio/events.h +usr/include/linux/iio/types.h +usr/include/linux/ila.h +usr/include/linux/in.h +usr/include/linux/in6.h +usr/include/linux/in_route.h +usr/include/linux/inet_diag.h +usr/include/linux/inotify.h +usr/include/linux/input-event-codes.h +usr/include/linux/input.h +usr/include/linux/io_uring.h +usr/include/linux/ioctl.h +usr/include/linux/iommu.h +usr/include/linux/iommufd.h +usr/include/linux/ioprio.h +usr/include/linux/ip.h +usr/include/linux/ip6_tunnel.h +usr/include/linux/ip_vs.h +usr/include/linux/ipc.h +usr/include/linux/ipmi.h +usr/include/linux/ipmi_bmc.h +usr/include/linux/ipmi_msgdefs.h +usr/include/linux/ipmi_ssif_bmc.h +usr/include/linux/ipsec.h +usr/include/linux/ipv6.h +usr/include/linux/ipv6_route.h +usr/include/linux/ipx.h +usr/include/linux/irqnr.h +usr/include/linux/isdn/capicmd.h +usr/include/linux/iso_fs.h +usr/include/linux/isst_if.h +usr/include/linux/ivtv.h +usr/include/linux/ivtvfb.h +usr/include/linux/jffs2.h +usr/include/linux/joystick.h +usr/include/linux/kcm.h +usr/include/linux/kcmp.h +usr/include/linux/kcov.h +usr/include/linux/kd.h +usr/include/linux/kdev_t.h +usr/include/linux/kernel-page-flags.h +usr/include/linux/kernel.h +usr/include/linux/kernelcapi.h +usr/include/linux/kexec.h +usr/include/linux/keyboard.h +usr/include/linux/keyctl.h +usr/include/linux/kfd_ioctl.h +usr/include/linux/kfd_sysfs.h +usr/include/linux/kvm.h +usr/include/linux/kvm_para.h +usr/include/linux/l2tp.h +usr/include/linux/landlock.h +usr/include/linux/libc-compat.h +usr/include/linux/limits.h +usr/include/linux/lirc.h +usr/include/linux/llc.h +usr/include/linux/loadpin.h +usr/include/linux/loop.h +usr/include/linux/lp.h +usr/include/linux/lwtunnel.h +usr/include/linux/magic.h +usr/include/linux/major.h +usr/include/linux/map_to_7segment.h +usr/include/linux/matroxfb.h +usr/include/linux/max2175.h +usr/include/linux/mdio.h +usr/include/linux/media-bus-format.h +usr/include/linux/media.h +usr/include/linux/mei.h +usr/include/linux/membarrier.h +usr/include/linux/memfd.h +usr/include/linux/mempolicy.h +usr/include/linux/meye.h +usr/include/linux/mii.h +usr/include/linux/minix_fs.h +usr/include/linux/misc/bcm_vk.h +usr/include/linux/mman.h +usr/include/linux/mmc/ioctl.h +usr/include/linux/mmtimer.h +usr/include/linux/module.h +usr/include/linux/mount.h +usr/include/linux/mpls.h +usr/include/linux/mpls_iptunnel.h +usr/include/linux/mptcp.h +usr/include/linux/mqueue.h +usr/include/linux/mroute.h +usr/include/linux/mroute6.h +usr/include/linux/mrp_bridge.h +usr/include/linux/msdos_fs.h +usr/include/linux/msg.h +usr/include/linux/mtio.h +usr/include/linux/nbd-netlink.h +usr/include/linux/nbd.h +usr/include/linux/ncsi.h +usr/include/linux/ndctl.h +usr/include/linux/neighbour.h +usr/include/linux/net.h +usr/include/linux/net_dropmon.h +usr/include/linux/net_namespace.h +usr/include/linux/net_tstamp.h +usr/include/linux/netconf.h +usr/include/linux/netdev.h +usr/include/linux/netdevice.h +usr/include/linux/netfilter.h +usr/include/linux/netfilter/ipset/ip_set.h +usr/include/linux/netfilter/ipset/ip_set_bitmap.h +usr/include/linux/netfilter/ipset/ip_set_hash.h +usr/include/linux/netfilter/ipset/ip_set_list.h +usr/include/linux/netfilter/nf_conntrack_common.h +usr/include/linux/netfilter/nf_conntrack_ftp.h +usr/include/linux/netfilter/nf_conntrack_sctp.h +usr/include/linux/netfilter/nf_conntrack_tcp.h +usr/include/linux/netfilter/nf_conntrack_tuple_common.h +usr/include/linux/netfilter/nf_log.h +usr/include/linux/netfilter/nf_nat.h +usr/include/linux/netfilter/nf_synproxy.h +usr/include/linux/netfilter/nf_tables.h +usr/include/linux/netfilter/nf_tables_compat.h +usr/include/linux/netfilter/nfnetlink.h +usr/include/linux/netfilter/nfnetlink_acct.h +usr/include/linux/netfilter/nfnetlink_compat.h +usr/include/linux/netfilter/nfnetlink_conntrack.h +usr/include/linux/netfilter/nfnetlink_cthelper.h +usr/include/linux/netfilter/nfnetlink_cttimeout.h +usr/include/linux/netfilter/nfnetlink_hook.h +usr/include/linux/netfilter/nfnetlink_log.h +usr/include/linux/netfilter/nfnetlink_osf.h +usr/include/linux/netfilter/nfnetlink_queue.h +usr/include/linux/netfilter/x_tables.h +usr/include/linux/netfilter/xt_AUDIT.h +usr/include/linux/netfilter/xt_CHECKSUM.h +usr/include/linux/netfilter/xt_CLASSIFY.h +usr/include/linux/netfilter/xt_CONNMARK.h +usr/include/linux/netfilter/xt_CONNSECMARK.h +usr/include/linux/netfilter/xt_CT.h +usr/include/linux/netfilter/xt_DSCP.h +usr/include/linux/netfilter/xt_HMARK.h +usr/include/linux/netfilter/xt_IDLETIMER.h +usr/include/linux/netfilter/xt_LED.h +usr/include/linux/netfilter/xt_LOG.h +usr/include/linux/netfilter/xt_MARK.h +usr/include/linux/netfilter/xt_NFLOG.h +usr/include/linux/netfilter/xt_NFQUEUE.h +usr/include/linux/netfilter/xt_RATEEST.h +usr/include/linux/netfilter/xt_SECMARK.h +usr/include/linux/netfilter/xt_SYNPROXY.h +usr/include/linux/netfilter/xt_TCPMSS.h +usr/include/linux/netfilter/xt_TCPOPTSTRIP.h +usr/include/linux/netfilter/xt_TEE.h +usr/include/linux/netfilter/xt_TPROXY.h +usr/include/linux/netfilter/xt_addrtype.h +usr/include/linux/netfilter/xt_bpf.h +usr/include/linux/netfilter/xt_cgroup.h +usr/include/linux/netfilter/xt_cluster.h +usr/include/linux/netfilter/xt_comment.h +usr/include/linux/netfilter/xt_connbytes.h +usr/include/linux/netfilter/xt_connlabel.h +usr/include/linux/netfilter/xt_connlimit.h +usr/include/linux/netfilter/xt_connmark.h +usr/include/linux/netfilter/xt_conntrack.h +usr/include/linux/netfilter/xt_cpu.h +usr/include/linux/netfilter/xt_dccp.h +usr/include/linux/netfilter/xt_devgroup.h +usr/include/linux/netfilter/xt_dscp.h +usr/include/linux/netfilter/xt_ecn.h +usr/include/linux/netfilter/xt_esp.h +usr/include/linux/netfilter/xt_hashlimit.h +usr/include/linux/netfilter/xt_helper.h +usr/include/linux/netfilter/xt_ipcomp.h +usr/include/linux/netfilter/xt_iprange.h +usr/include/linux/netfilter/xt_ipvs.h +usr/include/linux/netfilter/xt_l2tp.h +usr/include/linux/netfilter/xt_length.h +usr/include/linux/netfilter/xt_limit.h +usr/include/linux/netfilter/xt_mac.h +usr/include/linux/netfilter/xt_mark.h +usr/include/linux/netfilter/xt_multiport.h +usr/include/linux/netfilter/xt_nfacct.h +usr/include/linux/netfilter/xt_osf.h +usr/include/linux/netfilter/xt_owner.h +usr/include/linux/netfilter/xt_physdev.h +usr/include/linux/netfilter/xt_pkttype.h +usr/include/linux/netfilter/xt_policy.h +usr/include/linux/netfilter/xt_quota.h +usr/include/linux/netfilter/xt_rateest.h +usr/include/linux/netfilter/xt_realm.h +usr/include/linux/netfilter/xt_recent.h +usr/include/linux/netfilter/xt_rpfilter.h +usr/include/linux/netfilter/xt_sctp.h +usr/include/linux/netfilter/xt_set.h +usr/include/linux/netfilter/xt_socket.h +usr/include/linux/netfilter/xt_state.h +usr/include/linux/netfilter/xt_statistic.h +usr/include/linux/netfilter/xt_string.h +usr/include/linux/netfilter/xt_tcpmss.h +usr/include/linux/netfilter/xt_tcpudp.h +usr/include/linux/netfilter/xt_time.h +usr/include/linux/netfilter/xt_u32.h +usr/include/linux/netfilter_arp.h +usr/include/linux/netfilter_arp/arp_tables.h +usr/include/linux/netfilter_arp/arpt_mangle.h +usr/include/linux/netfilter_bridge.h +usr/include/linux/netfilter_bridge/ebt_802_3.h +usr/include/linux/netfilter_bridge/ebt_among.h +usr/include/linux/netfilter_bridge/ebt_arp.h +usr/include/linux/netfilter_bridge/ebt_arpreply.h +usr/include/linux/netfilter_bridge/ebt_ip.h +usr/include/linux/netfilter_bridge/ebt_ip6.h +usr/include/linux/netfilter_bridge/ebt_limit.h +usr/include/linux/netfilter_bridge/ebt_log.h +usr/include/linux/netfilter_bridge/ebt_mark_m.h +usr/include/linux/netfilter_bridge/ebt_mark_t.h +usr/include/linux/netfilter_bridge/ebt_nat.h +usr/include/linux/netfilter_bridge/ebt_nflog.h +usr/include/linux/netfilter_bridge/ebt_pkttype.h +usr/include/linux/netfilter_bridge/ebt_redirect.h +usr/include/linux/netfilter_bridge/ebt_stp.h +usr/include/linux/netfilter_bridge/ebt_vlan.h +usr/include/linux/netfilter_bridge/ebtables.h +usr/include/linux/netfilter_decnet.h +usr/include/linux/netfilter_ipv4.h +usr/include/linux/netfilter_ipv4/ip_tables.h +usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h +usr/include/linux/netfilter_ipv4/ipt_ECN.h +usr/include/linux/netfilter_ipv4/ipt_LOG.h +usr/include/linux/netfilter_ipv4/ipt_REJECT.h +usr/include/linux/netfilter_ipv4/ipt_TTL.h +usr/include/linux/netfilter_ipv4/ipt_ah.h +usr/include/linux/netfilter_ipv4/ipt_ecn.h +usr/include/linux/netfilter_ipv4/ipt_ttl.h +usr/include/linux/netfilter_ipv6.h +usr/include/linux/netfilter_ipv6/ip6_tables.h +usr/include/linux/netfilter_ipv6/ip6t_HL.h +usr/include/linux/netfilter_ipv6/ip6t_LOG.h +usr/include/linux/netfilter_ipv6/ip6t_NPT.h +usr/include/linux/netfilter_ipv6/ip6t_REJECT.h +usr/include/linux/netfilter_ipv6/ip6t_ah.h +usr/include/linux/netfilter_ipv6/ip6t_frag.h +usr/include/linux/netfilter_ipv6/ip6t_hl.h +usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h +usr/include/linux/netfilter_ipv6/ip6t_mh.h +usr/include/linux/netfilter_ipv6/ip6t_opts.h +usr/include/linux/netfilter_ipv6/ip6t_rt.h +usr/include/linux/netfilter_ipv6/ip6t_srh.h +usr/include/linux/netlink.h +usr/include/linux/netlink_diag.h +usr/include/linux/netrom.h +usr/include/linux/nexthop.h +usr/include/linux/nfc.h +usr/include/linux/nfs.h +usr/include/linux/nfs2.h +usr/include/linux/nfs3.h +usr/include/linux/nfs4.h +usr/include/linux/nfs4_mount.h +usr/include/linux/nfs_fs.h +usr/include/linux/nfs_idmap.h +usr/include/linux/nfs_mount.h +usr/include/linux/nfsacl.h +usr/include/linux/nfsd/cld.h +usr/include/linux/nfsd/debug.h +usr/include/linux/nfsd/export.h +usr/include/linux/nfsd/stats.h +usr/include/linux/nilfs2_api.h +usr/include/linux/nilfs2_ondisk.h +usr/include/linux/nitro_enclaves.h +usr/include/linux/nl80211.h +usr/include/linux/nsfs.h +usr/include/linux/nubus.h +usr/include/linux/nvme_ioctl.h +usr/include/linux/nvram.h +usr/include/linux/omap3isp.h +usr/include/linux/omapfb.h +usr/include/linux/oom.h +usr/include/linux/openat2.h +usr/include/linux/openvswitch.h +usr/include/linux/packet_diag.h +usr/include/linux/param.h +usr/include/linux/parport.h +usr/include/linux/patchkey.h +usr/include/linux/pci.h +usr/include/linux/pci_regs.h +usr/include/linux/pcitest.h +usr/include/linux/perf_event.h +usr/include/linux/personality.h +usr/include/linux/pfkeyv2.h +usr/include/linux/pfrut.h +usr/include/linux/pg.h +usr/include/linux/phantom.h +usr/include/linux/phonet.h +usr/include/linux/pidfd.h +usr/include/linux/pkt_cls.h +usr/include/linux/pkt_sched.h +usr/include/linux/pktcdvd.h +usr/include/linux/pmu.h +usr/include/linux/poll.h +usr/include/linux/posix_acl.h +usr/include/linux/posix_acl_xattr.h +usr/include/linux/posix_types.h +usr/include/linux/ppdev.h +usr/include/linux/ppp-comp.h +usr/include/linux/ppp-ioctl.h +usr/include/linux/ppp_defs.h +usr/include/linux/pps.h +usr/include/linux/pr.h +usr/include/linux/prctl.h +usr/include/linux/psample.h +usr/include/linux/psci.h +usr/include/linux/psp-sev.h +usr/include/linux/ptp_clock.h +usr/include/linux/ptrace.h +usr/include/linux/qemu_fw_cfg.h +usr/include/linux/qnx4_fs.h +usr/include/linux/qnxtypes.h +usr/include/linux/qrtr.h +usr/include/linux/quota.h +usr/include/linux/radeonfb.h +usr/include/linux/raid/md_p.h +usr/include/linux/raid/md_u.h +usr/include/linux/random.h +usr/include/linux/rds.h +usr/include/linux/reboot.h +usr/include/linux/reiserfs_fs.h +usr/include/linux/reiserfs_xattr.h +usr/include/linux/remoteproc_cdev.h +usr/include/linux/resource.h +usr/include/linux/rfkill.h +usr/include/linux/rio_cm_cdev.h +usr/include/linux/rio_mport_cdev.h +usr/include/linux/rkisp1-config.h +usr/include/linux/romfs_fs.h +usr/include/linux/rose.h +usr/include/linux/route.h +usr/include/linux/rpl.h +usr/include/linux/rpl_iptunnel.h +usr/include/linux/rpmsg.h +usr/include/linux/rpmsg_types.h +usr/include/linux/rseq.h +usr/include/linux/rtc.h +usr/include/linux/rtnetlink.h +usr/include/linux/rxrpc.h +usr/include/linux/scc.h +usr/include/linux/sched.h +usr/include/linux/sched/types.h +usr/include/linux/scif_ioctl.h +usr/include/linux/screen_info.h +usr/include/linux/sctp.h +usr/include/linux/seccomp.h +usr/include/linux/securebits.h +usr/include/linux/sed-opal.h +usr/include/linux/seg6.h +usr/include/linux/seg6_genl.h +usr/include/linux/seg6_hmac.h +usr/include/linux/seg6_iptunnel.h +usr/include/linux/seg6_local.h +usr/include/linux/selinux_netlink.h +usr/include/linux/sem.h +usr/include/linux/serial.h +usr/include/linux/serial_core.h +usr/include/linux/serial_reg.h +usr/include/linux/serio.h +usr/include/linux/sev-guest.h +usr/include/linux/shm.h +usr/include/linux/signal.h +usr/include/linux/signalfd.h +usr/include/linux/smc.h +usr/include/linux/smc_diag.h +usr/include/linux/smiapp.h +usr/include/linux/snmp.h +usr/include/linux/sock_diag.h +usr/include/linux/socket.h +usr/include/linux/sockios.h +usr/include/linux/sonet.h +usr/include/linux/sonypi.h +usr/include/linux/sound.h +usr/include/linux/soundcard.h +usr/include/linux/spi/spi.h +usr/include/linux/spi/spidev.h +usr/include/linux/stat.h +usr/include/linux/stddef.h +usr/include/linux/stm.h +usr/include/linux/string.h +usr/include/linux/sunrpc/debug.h +usr/include/linux/surface_aggregator/cdev.h +usr/include/linux/surface_aggregator/dtx.h +usr/include/linux/suspend_ioctls.h +usr/include/linux/swab.h +usr/include/linux/switchtec_ioctl.h +usr/include/linux/sync_file.h +usr/include/linux/synclink.h +usr/include/linux/sysctl.h +usr/include/linux/sysinfo.h +usr/include/linux/target_core_user.h +usr/include/linux/taskstats.h +usr/include/linux/tc_act/tc_bpf.h +usr/include/linux/tc_act/tc_connmark.h +usr/include/linux/tc_act/tc_csum.h +usr/include/linux/tc_act/tc_ct.h +usr/include/linux/tc_act/tc_ctinfo.h +usr/include/linux/tc_act/tc_defact.h +usr/include/linux/tc_act/tc_gact.h +usr/include/linux/tc_act/tc_gate.h +usr/include/linux/tc_act/tc_ife.h +usr/include/linux/tc_act/tc_ipt.h +usr/include/linux/tc_act/tc_mirred.h +usr/include/linux/tc_act/tc_mpls.h +usr/include/linux/tc_act/tc_nat.h +usr/include/linux/tc_act/tc_pedit.h +usr/include/linux/tc_act/tc_sample.h +usr/include/linux/tc_act/tc_skbedit.h +usr/include/linux/tc_act/tc_skbmod.h +usr/include/linux/tc_act/tc_tunnel_key.h +usr/include/linux/tc_act/tc_vlan.h +usr/include/linux/tc_ematch/tc_em_cmp.h +usr/include/linux/tc_ematch/tc_em_ipt.h +usr/include/linux/tc_ematch/tc_em_meta.h +usr/include/linux/tc_ematch/tc_em_nbyte.h +usr/include/linux/tc_ematch/tc_em_text.h +usr/include/linux/tcp.h +usr/include/linux/tcp_metrics.h +usr/include/linux/tdx-guest.h +usr/include/linux/tee.h +usr/include/linux/termios.h +usr/include/linux/thermal.h +usr/include/linux/time.h +usr/include/linux/time_types.h +usr/include/linux/timerfd.h +usr/include/linux/times.h +usr/include/linux/timex.h +usr/include/linux/tiocl.h +usr/include/linux/tipc.h +usr/include/linux/tipc_config.h +usr/include/linux/tipc_netlink.h +usr/include/linux/tipc_sockets_diag.h +usr/include/linux/tls.h +usr/include/linux/toshiba.h +usr/include/linux/tty.h +usr/include/linux/tty_flags.h +usr/include/linux/types.h +usr/include/linux/udf_fs_i.h +usr/include/linux/udmabuf.h +usr/include/linux/udp.h +usr/include/linux/uhid.h +usr/include/linux/uinput.h +usr/include/linux/uio.h +usr/include/linux/uleds.h +usr/include/linux/ultrasound.h +usr/include/linux/um_timetravel.h +usr/include/linux/un.h +usr/include/linux/unistd.h +usr/include/linux/unix_diag.h +usr/include/linux/usb/audio.h +usr/include/linux/usb/cdc-wdm.h +usr/include/linux/usb/cdc.h +usr/include/linux/usb/ch11.h +usr/include/linux/usb/ch9.h +usr/include/linux/usb/charger.h +usr/include/linux/usb/functionfs.h +usr/include/linux/usb/g_printer.h +usr/include/linux/usb/g_uvc.h +usr/include/linux/usb/gadgetfs.h +usr/include/linux/usb/midi.h +usr/include/linux/usb/raw_gadget.h +usr/include/linux/usb/tmc.h +usr/include/linux/usb/video.h +usr/include/linux/usbdevice_fs.h +usr/include/linux/usbip.h +usr/include/linux/userfaultfd.h +usr/include/linux/userio.h +usr/include/linux/utime.h +usr/include/linux/utsname.h +usr/include/linux/uuid.h +usr/include/linux/uvcvideo.h +usr/include/linux/v4l2-common.h +usr/include/linux/v4l2-controls.h +usr/include/linux/v4l2-dv-timings.h +usr/include/linux/v4l2-mediabus.h +usr/include/linux/v4l2-subdev.h +usr/include/linux/vbox_err.h +usr/include/linux/vbox_vmmdev_types.h +usr/include/linux/vboxguest.h +usr/include/linux/vdpa.h +usr/include/linux/version.h +usr/include/linux/veth.h +usr/include/linux/vfio.h +usr/include/linux/vfio_ccw.h +usr/include/linux/vfio_zdev.h +usr/include/linux/vhost.h +usr/include/linux/vhost_types.h +usr/include/linux/videodev2.h +usr/include/linux/virtio_9p.h +usr/include/linux/virtio_balloon.h +usr/include/linux/virtio_blk.h +usr/include/linux/virtio_bt.h +usr/include/linux/virtio_config.h +usr/include/linux/virtio_console.h +usr/include/linux/virtio_crypto.h +usr/include/linux/virtio_fs.h +usr/include/linux/virtio_gpio.h +usr/include/linux/virtio_gpu.h +usr/include/linux/virtio_i2c.h +usr/include/linux/virtio_ids.h +usr/include/linux/virtio_input.h +usr/include/linux/virtio_iommu.h +usr/include/linux/virtio_mem.h +usr/include/linux/virtio_mmio.h +usr/include/linux/virtio_net.h +usr/include/linux/virtio_pci.h +usr/include/linux/virtio_pcidev.h +usr/include/linux/virtio_pmem.h +usr/include/linux/virtio_ring.h +usr/include/linux/virtio_rng.h +usr/include/linux/virtio_scmi.h +usr/include/linux/virtio_scsi.h +usr/include/linux/virtio_snd.h +usr/include/linux/virtio_types.h +usr/include/linux/virtio_vsock.h +usr/include/linux/vm_sockets.h +usr/include/linux/vm_sockets_diag.h +usr/include/linux/vmcore.h +usr/include/linux/vsockmon.h +usr/include/linux/vt.h +usr/include/linux/vtpm_proxy.h +usr/include/linux/wait.h +usr/include/linux/watch_queue.h +usr/include/linux/watchdog.h +usr/include/linux/wireguard.h +usr/include/linux/wireless.h +usr/include/linux/wmi.h +usr/include/linux/wwan.h +usr/include/linux/x25.h +usr/include/linux/xattr.h +usr/include/linux/xdp_diag.h +usr/include/linux/xfrm.h +usr/include/linux/xilinx-v4l2-controls.h +usr/include/linux/zorro.h +usr/include/linux/zorro_ids.h +usr/include/locale.h +usr/include/malloc.h +usr/include/math.h +usr/include/mcheck.h +usr/include/memory.h +usr/include/misc/cxl.h +usr/include/misc/fastrpc.h +usr/include/misc/habanalabs.h +usr/include/misc/ocxl.h +usr/include/misc/pvpanic.h +usr/include/misc/uacce/hisi_qm.h +usr/include/misc/uacce/uacce.h +usr/include/misc/xilinx_sdfec.h +usr/include/mntent.h +usr/include/monetary.h +usr/include/mqueue.h +usr/include/mtd/inftl-user.h +usr/include/mtd/mtd-abi.h +usr/include/mtd/mtd-user.h +usr/include/mtd/nftl-user.h +usr/include/mtd/ubi-user.h +usr/include/net/ethernet.h +usr/include/net/if.h +usr/include/net/if_arp.h +usr/include/net/if_packet.h +usr/include/net/if_ppp.h +usr/include/net/if_shaper.h +usr/include/net/if_slip.h +usr/include/net/ppp-comp.h +usr/include/net/ppp_defs.h +usr/include/net/route.h +usr/include/netash/ash.h +usr/include/netatalk/at.h +usr/include/netax25/ax25.h +usr/include/netdb.h +usr/include/neteconet/ec.h +usr/include/netinet/ether.h +usr/include/netinet/icmp6.h +usr/include/netinet/if_ether.h +usr/include/netinet/if_fddi.h +usr/include/netinet/if_tr.h +usr/include/netinet/igmp.h +usr/include/netinet/in.h +usr/include/netinet/in_systm.h +usr/include/netinet/ip.h +usr/include/netinet/ip6.h +usr/include/netinet/ip_icmp.h +usr/include/netinet/tcp.h +usr/include/netinet/udp.h +usr/include/netipx/ipx.h +usr/include/netiucv/iucv.h +usr/include/netpacket/packet.h +usr/include/netrom/netrom.h +usr/include/netrose/rose.h +usr/include/nfs/nfs.h +usr/include/nl_types.h +usr/include/nss.h +usr/include/obstack.h +usr/include/paths.h +usr/include/plugin-api.h +usr/include/poll.h +usr/include/printf.h +usr/include/proc_service.h +usr/include/protocols/routed.h +usr/include/protocols/rwhod.h +usr/include/protocols/talkd.h +usr/include/protocols/timed.h +usr/include/pthread.h +usr/include/pty.h +usr/include/pwd.h +usr/include/rdma/bnxt_re-abi.h +usr/include/rdma/cxgb4-abi.h +usr/include/rdma/efa-abi.h +usr/include/rdma/hfi/hfi1_ioctl.h +usr/include/rdma/hfi/hfi1_user.h +usr/include/rdma/hns-abi.h +usr/include/rdma/ib_user_ioctl_cmds.h +usr/include/rdma/ib_user_ioctl_verbs.h +usr/include/rdma/ib_user_mad.h +usr/include/rdma/ib_user_sa.h +usr/include/rdma/ib_user_verbs.h +usr/include/rdma/irdma-abi.h +usr/include/rdma/mana-abi.h +usr/include/rdma/mlx4-abi.h +usr/include/rdma/mlx5-abi.h +usr/include/rdma/mlx5_user_ioctl_cmds.h +usr/include/rdma/mlx5_user_ioctl_verbs.h +usr/include/rdma/mthca-abi.h +usr/include/rdma/ocrdma-abi.h +usr/include/rdma/qedr-abi.h +usr/include/rdma/rdma_netlink.h +usr/include/rdma/rdma_user_cm.h +usr/include/rdma/rdma_user_ioctl.h +usr/include/rdma/rdma_user_ioctl_cmds.h +usr/include/rdma/rdma_user_rxe.h +usr/include/rdma/rvt-abi.h +usr/include/rdma/siw-abi.h +usr/include/rdma/vmw_pvrdma-abi.h +usr/include/re_comp.h +usr/include/regex.h +usr/include/regexp.h +usr/include/resolv.h +usr/include/rpc/netdb.h +usr/include/sched.h +usr/include/scsi/cxlflash_ioctl.h +usr/include/scsi/fc/fc_els.h +usr/include/scsi/fc/fc_fs.h +usr/include/scsi/fc/fc_gs.h +usr/include/scsi/fc/fc_ns.h +usr/include/scsi/scsi.h +usr/include/scsi/scsi_bsg_fc.h +usr/include/scsi/scsi_bsg_mpi3mr.h +usr/include/scsi/scsi_bsg_ufs.h +usr/include/scsi/scsi_ioctl.h +usr/include/scsi/scsi_netlink.h +usr/include/scsi/scsi_netlink_fc.h +usr/include/scsi/sg.h +usr/include/search.h +usr/include/semaphore.h +usr/include/setjmp.h +usr/include/sgtty.h +usr/include/shadow.h +usr/include/signal.h +usr/include/sound/asequencer.h +usr/include/sound/asoc.h +usr/include/sound/asound.h +usr/include/sound/asound_fm.h +usr/include/sound/compress_offload.h +usr/include/sound/compress_params.h +usr/include/sound/emu10k1.h +usr/include/sound/firewire.h +usr/include/sound/hdsp.h +usr/include/sound/hdspm.h +usr/include/sound/intel/avs/tokens.h +usr/include/sound/sb16_csp.h +usr/include/sound/sfnt_info.h +usr/include/sound/skl-tplg-interface.h +usr/include/sound/snd_ar_tokens.h +usr/include/sound/snd_sst_tokens.h +usr/include/sound/sof/abi.h +usr/include/sound/sof/fw.h +usr/include/sound/sof/header.h +usr/include/sound/sof/tokens.h +usr/include/sound/tlv.h +usr/include/sound/usb_stream.h +usr/include/spawn.h +usr/include/stab.h +usr/include/stdc-predef.h +usr/include/stdint.h +usr/include/stdio.h +usr/include/stdio_ext.h +usr/include/stdlib.h +usr/include/string.h +usr/include/strings.h +usr/include/symcat.h +usr/include/sys/acct.h +usr/include/sys/auxv.h +usr/include/sys/bitypes.h +usr/include/sys/cdefs.h +usr/include/sys/dir.h +usr/include/sys/elf.h +usr/include/sys/epoll.h +usr/include/sys/errno.h +usr/include/sys/eventfd.h +usr/include/sys/fanotify.h +usr/include/sys/fcntl.h +usr/include/sys/file.h +usr/include/sys/fsuid.h +usr/include/sys/gmon.h +usr/include/sys/gmon_out.h +usr/include/sys/ifunc.h +usr/include/sys/inotify.h +usr/include/sys/ioctl.h +usr/include/sys/ipc.h +usr/include/sys/kd.h +usr/include/sys/klog.h +usr/include/sys/mman.h +usr/include/sys/mount.h +usr/include/sys/msg.h +usr/include/sys/mtio.h +usr/include/sys/param.h +usr/include/sys/pci.h +usr/include/sys/personality.h +usr/include/sys/poll.h +usr/include/sys/prctl.h +usr/include/sys/procfs.h +usr/include/sys/profil.h +usr/include/sys/ptrace.h +usr/include/sys/queue.h +usr/include/sys/quota.h +usr/include/sys/random.h +usr/include/sys/raw.h +usr/include/sys/reboot.h +usr/include/sys/resource.h +usr/include/sys/rseq.h +usr/include/sys/select.h +usr/include/sys/sem.h +usr/include/sys/sendfile.h +usr/include/sys/shm.h +usr/include/sys/signal.h +usr/include/sys/signalfd.h +usr/include/sys/single_threaded.h +usr/include/sys/socket.h +usr/include/sys/socketvar.h +usr/include/sys/soundcard.h +usr/include/sys/stat.h +usr/include/sys/statfs.h +usr/include/sys/statvfs.h +usr/include/sys/swap.h +usr/include/sys/syscall.h +usr/include/sys/sysinfo.h +usr/include/sys/syslog.h +usr/include/sys/sysmacros.h +usr/include/sys/termios.h +usr/include/sys/time.h +usr/include/sys/timeb.h +usr/include/sys/timerfd.h +usr/include/sys/times.h +usr/include/sys/timex.h +usr/include/sys/ttychars.h +usr/include/sys/ttydefaults.h +usr/include/sys/types.h +usr/include/sys/ucontext.h +usr/include/sys/uio.h +usr/include/sys/un.h +usr/include/sys/unistd.h +usr/include/sys/user.h +usr/include/sys/utsname.h +usr/include/sys/vfs.h +usr/include/sys/vlimit.h +usr/include/sys/vt.h +usr/include/sys/wait.h +usr/include/sys/xattr.h +usr/include/syscall.h +usr/include/sysexits.h +usr/include/syslog.h +usr/include/tar.h +usr/include/termio.h +usr/include/termios.h +usr/include/tgmath.h +usr/include/thread_db.h +usr/include/threads.h +usr/include/time.h +usr/include/ttyent.h +usr/include/uchar.h +usr/include/ucontext.h +usr/include/ulimit.h +usr/include/unistd.h +usr/include/utime.h +usr/include/utmp.h +usr/include/utmpx.h +usr/include/values.h +usr/include/video/edid.h +usr/include/video/sisfb.h +usr/include/video/uvesafb.h +usr/include/wait.h +usr/include/wchar.h +usr/include/wctype.h +usr/include/wordexp.h +usr/include/xen/evtchn.h +usr/include/xen/gntalloc.h +usr/include/xen/gntdev.h +usr/include/xen/privcmd.h +usr/lib/.build-id/00/cae6da0c5e7ad69423edf5c1424dd35eec6639 +usr/lib/.build-id/0d/103d439ff439950d59a33bbb625ef62a45bd72 +usr/lib/.build-id/0d/103d439ff439950d59a33bbb625ef62a45bd72.1 +usr/lib/.build-id/0d/103d439ff439950d59a33bbb625ef62a45bd72.2 +usr/lib/.build-id/1b/63ef8d1c2705b335371ae151421b5a3684ff2c +usr/lib/.build-id/1c/86c5dd4b1113ac584d3f16c874b86a66ec4261 +usr/lib/.build-id/25/69f925bd4b00e2000c55b2498c4e024a03ad4b +usr/lib/.build-id/2c/e8c6bd72b0aa320754473c695816d78e451c29 +usr/lib/.build-id/2e/d7c51559ad3e864a01febb1e4fc47feec154eb +usr/lib/.build-id/32/4727b332e8511dd590daf6a43648dad76ca9be +usr/lib/.build-id/34/4017cd09f85e4311f4c74d09dbc72728817de4 +usr/lib/.build-id/43/3d3a66a9b618ed6df574f54bbb4b395601b809 +usr/lib/.build-id/4e/49b05f2d46808cac14c1361b98e4abe1c89a13 +usr/lib/.build-id/65/608143ad38c3f236e2266222c70a4800afc655 +usr/lib/.build-id/69/8fa634ca5202eba770b6cbef015458a104ce31 +usr/lib/.build-id/6f/922daf3050b4d6ba72bfe69c3db34f0db58548 +usr/lib/.build-id/7d/dec40604a666fa3c453bac4366b281ed3d7cfa +usr/lib/.build-id/81/8612eb2f09596ca704a444f8fd204810bd4d19 +usr/lib/.build-id/86/e44176eafafc2a37f88a1e02c6e05f494d1c3a +usr/lib/.build-id/87/2c9151ac31ac615dcb4f4c79b6e0f10f9fb224 +usr/lib/.build-id/87/e9663f41a0c77eae830a66e7f73f45773650c8 +usr/lib/.build-id/8e/1e1ce5802c21e7f902ff3998a2065ee34c4d8a +usr/lib/.build-id/94/264535f3979ba09b975596943ef6ec6723fc65 +usr/lib/.build-id/9c/e2a379ad9845aafb2afefd3395488a370f8170 +usr/lib/.build-id/9d/45e20a0cb65e2463ddb694502dd5b88d7741b5 +usr/lib/.build-id/a0/0cd81af66bd3b49e0fdd3fa8b153c10851b9b0 +usr/lib/.build-id/a1/2fb4c3ac6b746bc8ee776be3810fe25638f1fa +usr/lib/.build-id/a1/c3d81bb8fe97cdfc1f39f135a6f6eca3f744b0 +usr/lib/.build-id/a4/777d3e4aa15c04941aa9c6df9ee75573d478a6 +usr/lib/.build-id/a8/239a50ba7bb22dbe17faca29077df87288a36a +usr/lib/.build-id/ba/3044eade18dfcea84ecba83bd80445ae89db10 +usr/lib/.build-id/c3/df473966425254fd6469c1e2a218883d5c56e8 +usr/lib/.build-id/d2/49896801a80f44d721a0f8b4d0120fd5da9cf0 +usr/lib/.build-id/d2/c21931665d3be7fad8a91228c7d22bbe191aa6 +usr/lib/.build-id/d2/c21931665d3be7fad8a91228c7d22bbe191aa6.1 +usr/lib/.build-id/d2/c21931665d3be7fad8a91228c7d22bbe191aa6.2 +usr/lib/.build-id/d2/c21931665d3be7fad8a91228c7d22bbe191aa6.3 +usr/lib/.build-id/da/83fa4ca223d594f2b7df23342849ccf6998799 +usr/lib/.build-id/dd/d31d7b815093df5dd07b9a378400d6d4b69918 +usr/lib/.build-id/e1/69b0f7e213999b2d2acc12fee72eee98c07bd0 +usr/lib/.build-id/e1/ec9f129b15b343eb8fa725a5936c3629f862c1 +usr/lib/.build-id/e3/c556319df31744e42ddcee07dd2d253cb072cb +usr/lib/.build-id/e4/c5cdc20159373725606b3e84e4eb46c21b9ae1 +usr/lib/.build-id/e9/b09ade9d0cfd2fed28aa24742c2a793334f0e0 +usr/lib/.build-id/ec/4f471ea3515abf8b5684da0618eda574d68622 +usr/lib/.build-id/ee/82472fd9b12cd525d390265ab168933e904cd6 +usr/lib/.build-id/f6/cd475ebfa3c7223ef745503c5924bfd39f03ab +usr/lib/.build-id/fa/d25c9548a3c92997f7ed112e6d711ee2e6696a +usr/lib/cpp +usr/lib/gcc/aarch64-redhat-linux/11/crtbegin.o +usr/lib/gcc/aarch64-redhat-linux/11/crtbeginS.o +usr/lib/gcc/aarch64-redhat-linux/11/crtbeginT.o +usr/lib/gcc/aarch64-redhat-linux/11/crtend.o +usr/lib/gcc/aarch64-redhat-linux/11/crtendS.o +usr/lib/gcc/aarch64-redhat-linux/11/crtfastmath.o +usr/lib/gcc/aarch64-redhat-linux/11/finclude/ieee_arithmetic.mod +usr/lib/gcc/aarch64-redhat-linux/11/finclude/ieee_exceptions.mod +usr/lib/gcc/aarch64-redhat-linux/11/finclude/ieee_features.mod +usr/lib/gcc/aarch64-redhat-linux/11/finclude/omp_lib.f90 +usr/lib/gcc/aarch64-redhat-linux/11/finclude/omp_lib.h +usr/lib/gcc/aarch64-redhat-linux/11/finclude/omp_lib.mod +usr/lib/gcc/aarch64-redhat-linux/11/finclude/omp_lib_kinds.mod +usr/lib/gcc/aarch64-redhat-linux/11/finclude/openacc.f90 +usr/lib/gcc/aarch64-redhat-linux/11/finclude/openacc.mod +usr/lib/gcc/aarch64-redhat-linux/11/finclude/openacc_kinds.mod +usr/lib/gcc/aarch64-redhat-linux/11/finclude/openacc_lib.h +usr/lib/gcc/aarch64-redhat-linux/11/include/ISO_Fortran_binding.h +usr/lib/gcc/aarch64-redhat-linux/11/include/acc_prof.h +usr/lib/gcc/aarch64-redhat-linux/11/include/arm_acle.h +usr/lib/gcc/aarch64-redhat-linux/11/include/arm_bf16.h +usr/lib/gcc/aarch64-redhat-linux/11/include/arm_fp16.h +usr/lib/gcc/aarch64-redhat-linux/11/include/arm_neon.h +usr/lib/gcc/aarch64-redhat-linux/11/include/arm_sve.h +usr/lib/gcc/aarch64-redhat-linux/11/include/float.h +usr/lib/gcc/aarch64-redhat-linux/11/include/gcov.h +usr/lib/gcc/aarch64-redhat-linux/11/include/iso646.h +usr/lib/gcc/aarch64-redhat-linux/11/include/limits.h +usr/lib/gcc/aarch64-redhat-linux/11/include/omp.h +usr/lib/gcc/aarch64-redhat-linux/11/include/openacc.h +usr/lib/gcc/aarch64-redhat-linux/11/include/sanitizer/asan_interface.h +usr/lib/gcc/aarch64-redhat-linux/11/include/sanitizer/common_interface_defs.h +usr/lib/gcc/aarch64-redhat-linux/11/include/sanitizer/hwasan_interface.h +usr/lib/gcc/aarch64-redhat-linux/11/include/sanitizer/lsan_interface.h +usr/lib/gcc/aarch64-redhat-linux/11/include/sanitizer/tsan_interface.h +usr/lib/gcc/aarch64-redhat-linux/11/include/stdalign.h +usr/lib/gcc/aarch64-redhat-linux/11/include/stdarg.h +usr/lib/gcc/aarch64-redhat-linux/11/include/stdatomic.h +usr/lib/gcc/aarch64-redhat-linux/11/include/stdbool.h +usr/lib/gcc/aarch64-redhat-linux/11/include/stddef.h +usr/lib/gcc/aarch64-redhat-linux/11/include/stdfix.h +usr/lib/gcc/aarch64-redhat-linux/11/include/stdint-gcc.h +usr/lib/gcc/aarch64-redhat-linux/11/include/stdint.h +usr/lib/gcc/aarch64-redhat-linux/11/include/stdnoreturn.h +usr/lib/gcc/aarch64-redhat-linux/11/include/syslimits.h +usr/lib/gcc/aarch64-redhat-linux/11/include/unwind.h +usr/lib/gcc/aarch64-redhat-linux/11/include/varargs.h +usr/lib/gcc/aarch64-redhat-linux/11/libasan.so +usr/lib/gcc/aarch64-redhat-linux/11/libasan_preinit.o +usr/lib/gcc/aarch64-redhat-linux/11/libatomic.so +usr/lib/gcc/aarch64-redhat-linux/11/libcaf_single.a +usr/lib/gcc/aarch64-redhat-linux/11/libgcc.a +usr/lib/gcc/aarch64-redhat-linux/11/libgcc_eh.a +usr/lib/gcc/aarch64-redhat-linux/11/libgcc_s.so +usr/lib/gcc/aarch64-redhat-linux/11/libgcov.a +usr/lib/gcc/aarch64-redhat-linux/11/libgfortran.so +usr/lib/gcc/aarch64-redhat-linux/11/libgfortran.spec +usr/lib/gcc/aarch64-redhat-linux/11/libgomp.a +usr/lib/gcc/aarch64-redhat-linux/11/libgomp.so +usr/lib/gcc/aarch64-redhat-linux/11/libgomp.spec +usr/lib/gcc/aarch64-redhat-linux/11/libitm.spec +usr/lib/gcc/aarch64-redhat-linux/11/liblsan.so +usr/lib/gcc/aarch64-redhat-linux/11/liblsan_preinit.o +usr/lib/gcc/aarch64-redhat-linux/11/libsanitizer.spec +usr/lib/gcc/aarch64-redhat-linux/11/libstdc++.so +usr/lib/gcc/aarch64-redhat-linux/11/libstdc++fs.a +usr/lib/gcc/aarch64-redhat-linux/11/libtsan.so +usr/lib/gcc/aarch64-redhat-linux/11/libtsan_preinit.o +usr/lib/gcc/aarch64-redhat-linux/11/libubsan.so +usr/lib/gcc/aarch64-redhat-linux/11/rpmver +usr/lib64/Mcrt1.o +usr/lib64/Scrt1.o +usr/lib64/bfd-plugins/liblto_plugin.so +usr/lib64/crt1.o +usr/lib64/crti.o +usr/lib64/crtn.o +usr/lib64/gcrt1.o +usr/lib64/grcrt1.o +usr/lib64/libBrokenLocale.so +usr/lib64/libanl.a +usr/lib64/libanl.so +usr/lib64/libbfd-%%BUVERSION%%.so +usr/lib64/libbfd.a +usr/lib64/libbfd.la +usr/lib64/libbfd.so +usr/lib64/libc.so +usr/lib64/libc_nonshared.a +usr/lib64/libctf-nobfd.a +usr/lib64/libctf-nobfd.la +usr/lib64/libctf-nobfd.so +usr/lib64/libctf-nobfd.so.0 +usr/lib64/libctf-nobfd.so.0.0.0 +usr/lib64/libctf.a +usr/lib64/libctf.la +usr/lib64/libctf.so +usr/lib64/libctf.so.0 +usr/lib64/libctf.so.0.0.0 +usr/lib64/libdl.a +usr/lib64/libg.a +usr/lib64/libgomp.so.1 +usr/lib64/libgomp.so.1.0.0 +usr/lib64/libiberty.a +usr/lib64/libm.so +usr/lib64/libmcheck.a +usr/lib64/libmpc.so.3 +usr/lib64/libmpc.so.3.2.1 +usr/lib64/libmpfr.so.6 +usr/lib64/libmpfr.so.6.1.0 +usr/lib64/libopcodes-%%BUVERSION%%.so +usr/lib64/libopcodes.a +usr/lib64/libopcodes.la +usr/lib64/libopcodes.so +usr/lib64/libpthread.a +usr/lib64/libresolv.so +usr/lib64/librt.a +usr/lib64/libthread_db.so +usr/lib64/libutil.a +usr/lib64/rcrt1.o +usr/libexec/gcc/aarch64-redhat-linux/11/cc1 +usr/libexec/gcc/aarch64-redhat-linux/11/cc1plus +usr/libexec/gcc/aarch64-redhat-linux/11/collect2 +usr/libexec/gcc/aarch64-redhat-linux/11/f951 +usr/libexec/gcc/aarch64-redhat-linux/11/g++-mapper-server +usr/libexec/gcc/aarch64-redhat-linux/11/liblto_plugin.so +usr/libexec/gcc/aarch64-redhat-linux/11/lto-wrapper +usr/libexec/gcc/aarch64-redhat-linux/11/lto1 +usr/libexec/getconf/default +%%PORTDOCS%%usr/share/doc/binutils/README +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1993.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1994.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1995.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1996.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1997.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1998.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1999.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2000.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2001.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2013.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2014.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2015.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2016.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2017.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2018.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2019.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2020.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog.ptr.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog.tree-ssa.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2002.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2003.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2004.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2005.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2006.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2007.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2008.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2009.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2010.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2011.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2012.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2013.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2013.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2014.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2014.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2015.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2015.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2016.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2016.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2017.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2017.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2018.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2018.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2019.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2019.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2020.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2020.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog.ptr.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-1997.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-1998.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-1999.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2000.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2001.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2013.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2014.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2015.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2016.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2017.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2018.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2019.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2020.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.dataflow.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.gimple-classes.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.graphite.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.jit.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.lib.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.ptr.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.tree-ssa.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.tuples.bz2 +%%PORTDOCS%%usr/share/doc/gcc/README.Portability +%%PORTDOCS%%usr/share/doc/libgomp/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/libgomp/ChangeLog.graphite.bz2 +%%PORTDOCS%%usr/share/doc/libmpc/NEWS +%%PORTDOCS%%usr/share/doc/libmpc/README +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-1998.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-1999.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2000.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2001.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2013.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2014.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2015.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2016.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2017.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2018.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2019.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2020.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/README +%%PORTDOCS%%usr/share/doc/mpfr/BUGS +%%PORTDOCS%%usr/share/doc/mpfr/NEWS +%%PORTDOCS%%usr/share/doc/mpfr/PATCHES +%%PORTDOCS%%usr/share/doc/mpfr/README +usr/share/info/as.info.gz +usr/share/info/bfd.info.gz +usr/share/info/binutils.info.gz +usr/share/info/cpp.info.gz +usr/share/info/cppinternals.info.gz +usr/share/info/gcc.info.gz +usr/share/info/gccinstall.info.gz +usr/share/info/gccint.info.gz +usr/share/info/gfortran.info.gz +usr/share/info/gprof.info.gz +usr/share/info/ld.info.gz +usr/share/info/libgomp.info.gz +usr/share/licenses/binutils/COPYING +usr/share/licenses/binutils/COPYING.LIB +usr/share/licenses/binutils/COPYING3 +usr/share/licenses/binutils/COPYING3.LIB +usr/share/licenses/gcc/COPYING +usr/share/licenses/gcc/COPYING.LIB +usr/share/licenses/gcc/COPYING.RUNTIME +usr/share/licenses/gcc/COPYING3 +usr/share/licenses/gcc/COPYING3.LIB +usr/share/licenses/libmpc/COPYING.LESSER +usr/share/licenses/mpfr/COPYING +usr/share/licenses/mpfr/COPYING.LESSER +%%NLS%%usr/share/locale/be/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/ld.mo +usr/share/man/man1/addr2line.1.gz +usr/share/man/man1/ar.1.gz +usr/share/man/man1/as.1.gz +usr/share/man/man1/c++filt.1.gz +usr/share/man/man1/cpp.1.gz +usr/share/man/man1/elfedit.1.gz +usr/share/man/man1/g++.1.gz +usr/share/man/man1/gcc.1.gz +usr/share/man/man1/gcov-dump.1.gz +usr/share/man/man1/gcov-tool.1.gz +usr/share/man/man1/gcov.1.gz +usr/share/man/man1/gfortran.1.gz +usr/share/man/man1/gprof.1.gz +usr/share/man/man1/ld.1.gz +usr/share/man/man1/lto-dump.1.gz +usr/share/man/man1/nm.1.gz +usr/share/man/man1/objcopy.1.gz +usr/share/man/man1/objdump.1.gz +usr/share/man/man1/ranlib.1.gz +usr/share/man/man1/readelf.1.gz +usr/share/man/man1/size.1.gz +usr/share/man/man1/strings.1.gz +usr/share/man/man1/strip.1.gz +@dir usr/lib64/gfortran/modules diff --git a/devel/linux-rl9-devtools/pkg-plist.amd64 b/devel/linux-rl9-devtools/pkg-plist.amd64 new file mode 100644 index 00000000000..ad448536f74 --- /dev/null +++ b/devel/linux-rl9-devtools/pkg-plist.amd64 @@ -0,0 +1,3040 @@ +usr/bin/addr2line +usr/bin/ar +usr/bin/as +usr/bin/c++ +usr/bin/c++filt +usr/bin/c89 +usr/bin/c99 +usr/bin/cc +usr/bin/cpp +usr/bin/dwp +usr/bin/elfedit +usr/bin/f95 +usr/bin/g++ +usr/bin/gcc +usr/bin/gcc-ar +usr/bin/gcc-nm +usr/bin/gcc-ranlib +usr/bin/gcov +usr/bin/gcov-dump +usr/bin/gcov-tool +usr/bin/gfortran +usr/bin/gprof +usr/bin/ld.bfd +usr/bin/lto-dump +usr/bin/nm +usr/bin/objcopy +usr/bin/objdump +usr/bin/ranlib +usr/bin/readelf +usr/bin/size +usr/bin/strings +usr/bin/strip +usr/bin/x86_64-redhat-linux-c++ +usr/bin/x86_64-redhat-linux-g++ +usr/bin/x86_64-redhat-linux-gcc +usr/bin/x86_64-redhat-linux-gcc-11 +usr/include/a.out.h +usr/include/aio.h +usr/include/aliases.h +usr/include/alloca.h +usr/include/ansidecl.h +usr/include/ar.h +usr/include/argp.h +usr/include/argz.h +usr/include/arpa/ftp.h +usr/include/arpa/inet.h +usr/include/arpa/nameser.h +usr/include/arpa/nameser_compat.h +usr/include/arpa/telnet.h +usr/include/arpa/tftp.h +usr/include/asm-generic/auxvec.h +usr/include/asm-generic/bitsperlong.h +usr/include/asm-generic/bpf_perf_event.h +usr/include/asm-generic/errno-base.h +usr/include/asm-generic/errno.h +usr/include/asm-generic/fcntl.h +usr/include/asm-generic/hugetlb_encode.h +usr/include/asm-generic/int-l64.h +usr/include/asm-generic/int-ll64.h +usr/include/asm-generic/ioctl.h +usr/include/asm-generic/ioctls.h +usr/include/asm-generic/ipcbuf.h +usr/include/asm-generic/kvm_para.h +usr/include/asm-generic/mman-common.h +usr/include/asm-generic/mman.h +usr/include/asm-generic/msgbuf.h +usr/include/asm-generic/param.h +usr/include/asm-generic/poll.h +usr/include/asm-generic/posix_types.h +usr/include/asm-generic/resource.h +usr/include/asm-generic/sembuf.h +usr/include/asm-generic/setup.h +usr/include/asm-generic/shmbuf.h +usr/include/asm-generic/siginfo.h +usr/include/asm-generic/signal-defs.h +usr/include/asm-generic/signal.h +usr/include/asm-generic/socket.h +usr/include/asm-generic/sockios.h +usr/include/asm-generic/stat.h +usr/include/asm-generic/statfs.h +usr/include/asm-generic/swab.h +usr/include/asm-generic/termbits.h +usr/include/asm-generic/termios.h +usr/include/asm-generic/types.h +usr/include/asm-generic/ucontext.h +usr/include/asm-generic/unistd.h +usr/include/asm/a.out.h +usr/include/asm/amd_hsmp.h +usr/include/asm/auxvec.h +usr/include/asm/bitsperlong.h +usr/include/asm/boot.h +usr/include/asm/bootparam.h +usr/include/asm/bpf_perf_event.h +usr/include/asm/byteorder.h +usr/include/asm/debugreg.h +usr/include/asm/e820.h +usr/include/asm/errno.h +usr/include/asm/fcntl.h +usr/include/asm/hw_breakpoint.h +usr/include/asm/hwcap2.h +usr/include/asm/ioctl.h +usr/include/asm/ioctls.h +usr/include/asm/ipcbuf.h +usr/include/asm/ist.h +usr/include/asm/kvm.h +usr/include/asm/kvm_para.h +usr/include/asm/kvm_perf.h +usr/include/asm/ldt.h +usr/include/asm/mce.h +usr/include/asm/mman.h +usr/include/asm/msgbuf.h +usr/include/asm/msr.h +usr/include/asm/mtrr.h +usr/include/asm/param.h +usr/include/asm/perf_regs.h +usr/include/asm/poll.h +usr/include/asm/posix_types.h +usr/include/asm/posix_types_32.h +usr/include/asm/posix_types_64.h +usr/include/asm/posix_types_x32.h +usr/include/asm/prctl.h +usr/include/asm/processor-flags.h +usr/include/asm/ptrace-abi.h +usr/include/asm/ptrace.h +usr/include/asm/resource.h +usr/include/asm/sembuf.h +usr/include/asm/setup.h +usr/include/asm/sgx.h +usr/include/asm/shmbuf.h +usr/include/asm/sigcontext.h +usr/include/asm/sigcontext32.h +usr/include/asm/siginfo.h +usr/include/asm/signal.h +usr/include/asm/socket.h +usr/include/asm/sockios.h +usr/include/asm/stat.h +usr/include/asm/statfs.h +usr/include/asm/svm.h +usr/include/asm/swab.h +usr/include/asm/termbits.h +usr/include/asm/termios.h +usr/include/asm/types.h +usr/include/asm/ucontext.h +usr/include/asm/unistd.h +usr/include/asm/unistd_32.h +usr/include/asm/unistd_64.h +usr/include/asm/unistd_x32.h +usr/include/asm/vm86.h +usr/include/asm/vmx.h +usr/include/asm/vsyscall.h +usr/include/assert.h +usr/include/bfd.h +usr/include/bfd_stdint.h +usr/include/bfdlink.h +usr/include/bits/a.out.h +usr/include/bits/argp-ldbl.h +usr/include/bits/byteswap.h +usr/include/bits/cmathcalls.h +usr/include/bits/confname.h +usr/include/bits/cpu-set.h +usr/include/bits/dirent.h +usr/include/bits/dirent_ext.h +usr/include/bits/dlfcn.h +usr/include/bits/elfclass.h +usr/include/bits/endian.h +usr/include/bits/endianness.h +usr/include/bits/environments.h +usr/include/bits/epoll.h +usr/include/bits/err-ldbl.h +usr/include/bits/errno.h +usr/include/bits/error-ldbl.h +usr/include/bits/error.h +usr/include/bits/eventfd.h +usr/include/bits/fcntl-linux.h +usr/include/bits/fcntl.h +usr/include/bits/fcntl2.h +usr/include/bits/fenv.h +usr/include/bits/floatn-common.h +usr/include/bits/floatn.h +usr/include/bits/flt-eval-method.h +usr/include/bits/fp-fast.h +usr/include/bits/fp-logb.h +usr/include/bits/getopt_core.h +usr/include/bits/getopt_ext.h +usr/include/bits/getopt_posix.h +usr/include/bits/hwcap.h +usr/include/bits/in.h +usr/include/bits/indirect-return.h +usr/include/bits/initspin.h +usr/include/bits/inotify.h +usr/include/bits/ioctl-types.h +usr/include/bits/ioctls.h +usr/include/bits/ipc-perm.h +usr/include/bits/ipc.h +usr/include/bits/ipctypes.h +usr/include/bits/iscanonical.h +usr/include/bits/libc-header-start.h +usr/include/bits/libm-simd-decl-stubs.h +usr/include/bits/link.h +usr/include/bits/link_lavcurrent.h +usr/include/bits/local_lim.h +usr/include/bits/locale.h +usr/include/bits/long-double.h +usr/include/bits/math-vector.h +usr/include/bits/mathcalls-helper-functions.h +usr/include/bits/mathcalls-narrow.h +usr/include/bits/mathcalls.h +usr/include/bits/mathdef.h +usr/include/bits/mman-linux.h +usr/include/bits/mman-map-flags-generic.h +usr/include/bits/mman-shared.h +usr/include/bits/mman.h +usr/include/bits/monetary-ldbl.h +usr/include/bits/mqueue.h +usr/include/bits/mqueue2.h +usr/include/bits/msq.h +usr/include/bits/netdb.h +usr/include/bits/param.h +usr/include/bits/platform/x86.h +usr/include/bits/poll.h +usr/include/bits/poll2.h +usr/include/bits/posix1_lim.h +usr/include/bits/posix2_lim.h +usr/include/bits/posix_opt.h +usr/include/bits/printf-ldbl.h +usr/include/bits/procfs-extra.h +usr/include/bits/procfs-id.h +usr/include/bits/procfs-prregset.h +usr/include/bits/procfs.h +usr/include/bits/pthread_stack_min-dynamic.h +usr/include/bits/pthread_stack_min.h +usr/include/bits/pthreadtypes-arch.h +usr/include/bits/pthreadtypes.h +usr/include/bits/ptrace-shared.h +usr/include/bits/resource.h +usr/include/bits/rseq.h +usr/include/bits/sched.h +usr/include/bits/select.h +usr/include/bits/select2.h +usr/include/bits/sem.h +usr/include/bits/semaphore.h +usr/include/bits/setjmp.h +usr/include/bits/setjmp2.h +usr/include/bits/shm.h +usr/include/bits/shmlba.h +usr/include/bits/sigaction.h +usr/include/bits/sigcontext.h +usr/include/bits/sigevent-consts.h +usr/include/bits/siginfo-arch.h +usr/include/bits/siginfo-consts-arch.h +usr/include/bits/siginfo-consts.h +usr/include/bits/signal_ext.h +usr/include/bits/signalfd.h +usr/include/bits/signum-arch.h +usr/include/bits/signum-generic.h +usr/include/bits/sigstack.h +usr/include/bits/sigstksz.h +usr/include/bits/sigthread.h +usr/include/bits/sockaddr.h +usr/include/bits/socket-constants.h +usr/include/bits/socket.h +usr/include/bits/socket2.h +usr/include/bits/socket_type.h +usr/include/bits/ss_flags.h +usr/include/bits/stab.def +usr/include/bits/stat.h +usr/include/bits/statfs.h +usr/include/bits/statvfs.h +usr/include/bits/statx-generic.h +usr/include/bits/statx.h +usr/include/bits/stdint-intn.h +usr/include/bits/stdint-uintn.h +usr/include/bits/stdio-ldbl.h +usr/include/bits/stdio.h +usr/include/bits/stdio2-decl.h +usr/include/bits/stdio2.h +usr/include/bits/stdio_lim.h +usr/include/bits/stdlib-bsearch.h +usr/include/bits/stdlib-float.h +usr/include/bits/stdlib-ldbl.h +usr/include/bits/stdlib.h +usr/include/bits/string_fortified.h +usr/include/bits/strings_fortified.h +usr/include/bits/struct_mutex.h +usr/include/bits/struct_rwlock.h +usr/include/bits/struct_stat.h +usr/include/bits/struct_stat_time64_helper.h +usr/include/bits/syscall.h +usr/include/bits/syslog-ldbl.h +usr/include/bits/syslog-path.h +usr/include/bits/syslog.h +usr/include/bits/sysmacros.h +usr/include/bits/termios-baud.h +usr/include/bits/termios-c_cc.h +usr/include/bits/termios-c_cflag.h +usr/include/bits/termios-c_iflag.h +usr/include/bits/termios-c_lflag.h +usr/include/bits/termios-c_oflag.h +usr/include/bits/termios-misc.h +usr/include/bits/termios-struct.h +usr/include/bits/termios-tcflow.h +usr/include/bits/termios.h +usr/include/bits/thread-shared-types.h +usr/include/bits/time.h +usr/include/bits/time64.h +usr/include/bits/timerfd.h +usr/include/bits/timesize.h +usr/include/bits/timex.h +usr/include/bits/types.h +usr/include/bits/types/FILE.h +usr/include/bits/types/__FILE.h +usr/include/bits/types/__fpos64_t.h +usr/include/bits/types/__fpos_t.h +usr/include/bits/types/__locale_t.h +usr/include/bits/types/__mbstate_t.h +usr/include/bits/types/__sigset_t.h +usr/include/bits/types/__sigval_t.h +usr/include/bits/types/clock_t.h +usr/include/bits/types/clockid_t.h +usr/include/bits/types/cookie_io_functions_t.h +usr/include/bits/types/error_t.h +usr/include/bits/types/locale_t.h +usr/include/bits/types/mbstate_t.h +usr/include/bits/types/res_state.h +usr/include/bits/types/sig_atomic_t.h +usr/include/bits/types/sigevent_t.h +usr/include/bits/types/siginfo_t.h +usr/include/bits/types/sigset_t.h +usr/include/bits/types/sigval_t.h +usr/include/bits/types/stack_t.h +usr/include/bits/types/struct_FILE.h +usr/include/bits/types/struct___jmp_buf_tag.h +usr/include/bits/types/struct_iovec.h +usr/include/bits/types/struct_itimerspec.h +usr/include/bits/types/struct_msqid64_ds.h +usr/include/bits/types/struct_msqid64_ds_helper.h +usr/include/bits/types/struct_msqid_ds.h +usr/include/bits/types/struct_osockaddr.h +usr/include/bits/types/struct_rusage.h +usr/include/bits/types/struct_sched_param.h +usr/include/bits/types/struct_semid64_ds.h +usr/include/bits/types/struct_semid64_ds_helper.h +usr/include/bits/types/struct_semid_ds.h +usr/include/bits/types/struct_shmid64_ds.h +usr/include/bits/types/struct_shmid64_ds_helper.h +usr/include/bits/types/struct_shmid_ds.h +usr/include/bits/types/struct_sigstack.h +usr/include/bits/types/struct_statx.h +usr/include/bits/types/struct_statx_timestamp.h +usr/include/bits/types/struct_timeb.h +usr/include/bits/types/struct_timespec.h +usr/include/bits/types/struct_timeval.h +usr/include/bits/types/struct_tm.h +usr/include/bits/types/time_t.h +usr/include/bits/types/timer_t.h +usr/include/bits/types/wint_t.h +usr/include/bits/typesizes.h +usr/include/bits/uintn-identity.h +usr/include/bits/uio-ext.h +usr/include/bits/uio_lim.h +usr/include/bits/unistd.h +usr/include/bits/unistd_ext.h +usr/include/bits/utmp.h +usr/include/bits/utmpx.h +usr/include/bits/utsname.h +usr/include/bits/waitflags.h +usr/include/bits/waitstatus.h +usr/include/bits/wchar-ldbl.h +usr/include/bits/wchar.h +usr/include/bits/wchar2-decl.h +usr/include/bits/wchar2.h +usr/include/bits/wctype-wchar.h +usr/include/bits/wordsize.h +usr/include/bits/xopen_lim.h +usr/include/byteswap.h +usr/include/c++/11/algorithm +usr/include/c++/11/any +usr/include/c++/11/array +usr/include/c++/11/atomic +usr/include/c++/11/backward/auto_ptr.h +usr/include/c++/11/backward/backward_warning.h +usr/include/c++/11/backward/binders.h +usr/include/c++/11/backward/hash_fun.h +usr/include/c++/11/backward/hash_map +usr/include/c++/11/backward/hash_set +usr/include/c++/11/backward/hashtable.h +usr/include/c++/11/backward/strstream +usr/include/c++/11/barrier +usr/include/c++/11/bit +usr/include/c++/11/bits/algorithmfwd.h +usr/include/c++/11/bits/align.h +usr/include/c++/11/bits/alloc_traits.h +usr/include/c++/11/bits/allocated_ptr.h +usr/include/c++/11/bits/allocator.h +usr/include/c++/11/bits/atomic_base.h +usr/include/c++/11/bits/atomic_futex.h +usr/include/c++/11/bits/atomic_lockfree_defines.h +usr/include/c++/11/bits/atomic_timed_wait.h +usr/include/c++/11/bits/atomic_wait.h +usr/include/c++/11/bits/basic_ios.h +usr/include/c++/11/bits/basic_ios.tcc +usr/include/c++/11/bits/basic_string.h +usr/include/c++/11/bits/basic_string.tcc +usr/include/c++/11/bits/boost_concept_check.h +usr/include/c++/11/bits/c++0x_warning.h +usr/include/c++/11/bits/char_traits.h +usr/include/c++/11/bits/charconv.h +usr/include/c++/11/bits/codecvt.h +usr/include/c++/11/bits/concept_check.h +usr/include/c++/11/bits/cpp_type_traits.h +usr/include/c++/11/bits/cxxabi_forced.h +usr/include/c++/11/bits/cxxabi_init_exception.h +usr/include/c++/11/bits/deque.tcc +usr/include/c++/11/bits/enable_special_members.h +usr/include/c++/11/bits/erase_if.h +usr/include/c++/11/bits/exception.h +usr/include/c++/11/bits/exception_defines.h +usr/include/c++/11/bits/exception_ptr.h +usr/include/c++/11/bits/forward_list.h +usr/include/c++/11/bits/forward_list.tcc +usr/include/c++/11/bits/fs_dir.h +usr/include/c++/11/bits/fs_fwd.h +usr/include/c++/11/bits/fs_ops.h +usr/include/c++/11/bits/fs_path.h +usr/include/c++/11/bits/fstream.tcc +usr/include/c++/11/bits/functexcept.h +usr/include/c++/11/bits/functional_hash.h +usr/include/c++/11/bits/gslice.h +usr/include/c++/11/bits/gslice_array.h +usr/include/c++/11/bits/hash_bytes.h +usr/include/c++/11/bits/hashtable.h +usr/include/c++/11/bits/hashtable_policy.h +usr/include/c++/11/bits/indirect_array.h +usr/include/c++/11/bits/invoke.h +usr/include/c++/11/bits/ios_base.h +usr/include/c++/11/bits/istream.tcc +usr/include/c++/11/bits/iterator_concepts.h +usr/include/c++/11/bits/list.tcc +usr/include/c++/11/bits/locale_classes.h +usr/include/c++/11/bits/locale_classes.tcc +usr/include/c++/11/bits/locale_conv.h +usr/include/c++/11/bits/locale_facets.h +usr/include/c++/11/bits/locale_facets.tcc +usr/include/c++/11/bits/locale_facets_nonio.h +usr/include/c++/11/bits/locale_facets_nonio.tcc +usr/include/c++/11/bits/localefwd.h +usr/include/c++/11/bits/mask_array.h +usr/include/c++/11/bits/max_size_type.h +usr/include/c++/11/bits/memoryfwd.h +usr/include/c++/11/bits/move.h +usr/include/c++/11/bits/nested_exception.h +usr/include/c++/11/bits/node_handle.h +usr/include/c++/11/bits/ostream.tcc +usr/include/c++/11/bits/ostream_insert.h +usr/include/c++/11/bits/parse_numbers.h +usr/include/c++/11/bits/postypes.h +usr/include/c++/11/bits/predefined_ops.h +usr/include/c++/11/bits/ptr_traits.h +usr/include/c++/11/bits/quoted_string.h +usr/include/c++/11/bits/random.h +usr/include/c++/11/bits/random.tcc +usr/include/c++/11/bits/range_access.h +usr/include/c++/11/bits/ranges_algo.h +usr/include/c++/11/bits/ranges_algobase.h +usr/include/c++/11/bits/ranges_base.h +usr/include/c++/11/bits/ranges_cmp.h +usr/include/c++/11/bits/ranges_uninitialized.h +usr/include/c++/11/bits/ranges_util.h +usr/include/c++/11/bits/refwrap.h +usr/include/c++/11/bits/regex.h +usr/include/c++/11/bits/regex.tcc +usr/include/c++/11/bits/regex_automaton.h +usr/include/c++/11/bits/regex_automaton.tcc +usr/include/c++/11/bits/regex_compiler.h +usr/include/c++/11/bits/regex_compiler.tcc +usr/include/c++/11/bits/regex_constants.h +usr/include/c++/11/bits/regex_error.h +usr/include/c++/11/bits/regex_executor.h +usr/include/c++/11/bits/regex_executor.tcc +usr/include/c++/11/bits/regex_scanner.h +usr/include/c++/11/bits/regex_scanner.tcc +usr/include/c++/11/bits/semaphore_base.h +usr/include/c++/11/bits/shared_ptr.h +usr/include/c++/11/bits/shared_ptr_atomic.h +usr/include/c++/11/bits/shared_ptr_base.h +usr/include/c++/11/bits/slice_array.h +usr/include/c++/11/bits/specfun.h +usr/include/c++/11/bits/sstream.tcc +usr/include/c++/11/bits/std_abs.h +usr/include/c++/11/bits/std_function.h +usr/include/c++/11/bits/std_mutex.h +usr/include/c++/11/bits/std_thread.h +usr/include/c++/11/bits/stl_algo.h +usr/include/c++/11/bits/stl_algobase.h +usr/include/c++/11/bits/stl_bvector.h +usr/include/c++/11/bits/stl_construct.h +usr/include/c++/11/bits/stl_deque.h +usr/include/c++/11/bits/stl_function.h +usr/include/c++/11/bits/stl_heap.h +usr/include/c++/11/bits/stl_iterator.h +usr/include/c++/11/bits/stl_iterator_base_funcs.h +usr/include/c++/11/bits/stl_iterator_base_types.h +usr/include/c++/11/bits/stl_list.h +usr/include/c++/11/bits/stl_map.h +usr/include/c++/11/bits/stl_multimap.h +usr/include/c++/11/bits/stl_multiset.h +usr/include/c++/11/bits/stl_numeric.h +usr/include/c++/11/bits/stl_pair.h +usr/include/c++/11/bits/stl_queue.h +usr/include/c++/11/bits/stl_raw_storage_iter.h +usr/include/c++/11/bits/stl_relops.h +usr/include/c++/11/bits/stl_set.h +usr/include/c++/11/bits/stl_stack.h +usr/include/c++/11/bits/stl_tempbuf.h +usr/include/c++/11/bits/stl_tree.h +usr/include/c++/11/bits/stl_uninitialized.h +usr/include/c++/11/bits/stl_vector.h +usr/include/c++/11/bits/stream_iterator.h +usr/include/c++/11/bits/streambuf.tcc +usr/include/c++/11/bits/streambuf_iterator.h +usr/include/c++/11/bits/string_view.tcc +usr/include/c++/11/bits/stringfwd.h +usr/include/c++/11/bits/this_thread_sleep.h +usr/include/c++/11/bits/uniform_int_dist.h +usr/include/c++/11/bits/unique_lock.h +usr/include/c++/11/bits/unique_ptr.h +usr/include/c++/11/bits/unordered_map.h +usr/include/c++/11/bits/unordered_set.h +usr/include/c++/11/bits/uses_allocator.h +usr/include/c++/11/bits/uses_allocator_args.h +usr/include/c++/11/bits/valarray_after.h +usr/include/c++/11/bits/valarray_array.h +usr/include/c++/11/bits/valarray_array.tcc +usr/include/c++/11/bits/valarray_before.h +usr/include/c++/11/bits/vector.tcc +usr/include/c++/11/bitset +usr/include/c++/11/cassert +usr/include/c++/11/ccomplex +usr/include/c++/11/cctype +usr/include/c++/11/cerrno +usr/include/c++/11/cfenv +usr/include/c++/11/cfloat +usr/include/c++/11/charconv +usr/include/c++/11/chrono +usr/include/c++/11/cinttypes +usr/include/c++/11/ciso646 +usr/include/c++/11/climits +usr/include/c++/11/clocale +usr/include/c++/11/cmath +usr/include/c++/11/codecvt +usr/include/c++/11/compare +usr/include/c++/11/complex +usr/include/c++/11/complex.h +usr/include/c++/11/concepts +usr/include/c++/11/condition_variable +usr/include/c++/11/coroutine +usr/include/c++/11/csetjmp +usr/include/c++/11/csignal +usr/include/c++/11/cstdalign +usr/include/c++/11/cstdarg +usr/include/c++/11/cstdbool +usr/include/c++/11/cstddef +usr/include/c++/11/cstdint +usr/include/c++/11/cstdio +usr/include/c++/11/cstdlib +usr/include/c++/11/cstring +usr/include/c++/11/ctgmath +usr/include/c++/11/ctime +usr/include/c++/11/cuchar +usr/include/c++/11/cwchar +usr/include/c++/11/cwctype +usr/include/c++/11/cxxabi.h +usr/include/c++/11/debug/assertions.h +usr/include/c++/11/debug/bitset +usr/include/c++/11/debug/debug.h +usr/include/c++/11/debug/deque +usr/include/c++/11/debug/formatter.h +usr/include/c++/11/debug/forward_list +usr/include/c++/11/debug/functions.h +usr/include/c++/11/debug/helper_functions.h +usr/include/c++/11/debug/list +usr/include/c++/11/debug/macros.h +usr/include/c++/11/debug/map +usr/include/c++/11/debug/map.h +usr/include/c++/11/debug/multimap.h +usr/include/c++/11/debug/multiset.h +usr/include/c++/11/debug/safe_base.h +usr/include/c++/11/debug/safe_container.h +usr/include/c++/11/debug/safe_iterator.h +usr/include/c++/11/debug/safe_iterator.tcc +usr/include/c++/11/debug/safe_local_iterator.h +usr/include/c++/11/debug/safe_local_iterator.tcc +usr/include/c++/11/debug/safe_sequence.h +usr/include/c++/11/debug/safe_sequence.tcc +usr/include/c++/11/debug/safe_unordered_base.h +usr/include/c++/11/debug/safe_unordered_container.h +usr/include/c++/11/debug/safe_unordered_container.tcc +usr/include/c++/11/debug/set +usr/include/c++/11/debug/set.h +usr/include/c++/11/debug/stl_iterator.h +usr/include/c++/11/debug/string +usr/include/c++/11/debug/unordered_map +usr/include/c++/11/debug/unordered_set +usr/include/c++/11/debug/vector +usr/include/c++/11/decimal/decimal +usr/include/c++/11/decimal/decimal.h +usr/include/c++/11/deque +usr/include/c++/11/exception +usr/include/c++/11/execution +usr/include/c++/11/experimental/algorithm +usr/include/c++/11/experimental/any +usr/include/c++/11/experimental/array +usr/include/c++/11/experimental/bits/fs_dir.h +usr/include/c++/11/experimental/bits/fs_fwd.h +usr/include/c++/11/experimental/bits/fs_ops.h +usr/include/c++/11/experimental/bits/fs_path.h +usr/include/c++/11/experimental/bits/lfts_config.h +usr/include/c++/11/experimental/bits/net.h +usr/include/c++/11/experimental/bits/numeric_traits.h +usr/include/c++/11/experimental/bits/shared_ptr.h +usr/include/c++/11/experimental/bits/simd.h +usr/include/c++/11/experimental/bits/simd_builtin.h +usr/include/c++/11/experimental/bits/simd_converter.h +usr/include/c++/11/experimental/bits/simd_detail.h +usr/include/c++/11/experimental/bits/simd_fixed_size.h +usr/include/c++/11/experimental/bits/simd_math.h +usr/include/c++/11/experimental/bits/simd_neon.h +usr/include/c++/11/experimental/bits/simd_ppc.h +usr/include/c++/11/experimental/bits/simd_scalar.h +usr/include/c++/11/experimental/bits/simd_x86.h +usr/include/c++/11/experimental/bits/simd_x86_conversions.h +usr/include/c++/11/experimental/bits/string_view.tcc +usr/include/c++/11/experimental/buffer +usr/include/c++/11/experimental/chrono +usr/include/c++/11/experimental/deque +usr/include/c++/11/experimental/executor +usr/include/c++/11/experimental/filesystem +usr/include/c++/11/experimental/forward_list +usr/include/c++/11/experimental/functional +usr/include/c++/11/experimental/internet +usr/include/c++/11/experimental/io_context +usr/include/c++/11/experimental/iterator +usr/include/c++/11/experimental/list +usr/include/c++/11/experimental/map +usr/include/c++/11/experimental/memory +usr/include/c++/11/experimental/memory_resource +usr/include/c++/11/experimental/net +usr/include/c++/11/experimental/netfwd +usr/include/c++/11/experimental/numeric +usr/include/c++/11/experimental/optional +usr/include/c++/11/experimental/propagate_const +usr/include/c++/11/experimental/random +usr/include/c++/11/experimental/ratio +usr/include/c++/11/experimental/regex +usr/include/c++/11/experimental/set +usr/include/c++/11/experimental/simd +usr/include/c++/11/experimental/socket +usr/include/c++/11/experimental/source_location +usr/include/c++/11/experimental/string +usr/include/c++/11/experimental/string_view +usr/include/c++/11/experimental/system_error +usr/include/c++/11/experimental/timer +usr/include/c++/11/experimental/tuple +usr/include/c++/11/experimental/type_traits +usr/include/c++/11/experimental/unordered_map +usr/include/c++/11/experimental/unordered_set +usr/include/c++/11/experimental/utility +usr/include/c++/11/experimental/vector +usr/include/c++/11/ext/algorithm +usr/include/c++/11/ext/aligned_buffer.h +usr/include/c++/11/ext/alloc_traits.h +usr/include/c++/11/ext/atomicity.h +usr/include/c++/11/ext/bitmap_allocator.h +usr/include/c++/11/ext/cast.h +usr/include/c++/11/ext/cmath +usr/include/c++/11/ext/codecvt_specializations.h +usr/include/c++/11/ext/concurrence.h +usr/include/c++/11/ext/debug_allocator.h +usr/include/c++/11/ext/enc_filebuf.h +usr/include/c++/11/ext/extptr_allocator.h +usr/include/c++/11/ext/functional +usr/include/c++/11/ext/hash_map +usr/include/c++/11/ext/hash_set +usr/include/c++/11/ext/iterator +usr/include/c++/11/ext/malloc_allocator.h +usr/include/c++/11/ext/memory +usr/include/c++/11/ext/mt_allocator.h +usr/include/c++/11/ext/new_allocator.h +usr/include/c++/11/ext/numeric +usr/include/c++/11/ext/numeric_traits.h +usr/include/c++/11/ext/pb_ds/assoc_container.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/bin_search_tree_/traits.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/const_iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/entry_pred.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/resize_policy.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/branch_policy/branch_policy.hpp +usr/include/c++/11/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp +usr/include/c++/11/ext/pb_ds/detail/branch_policy/traits.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/cond_dealtor.hpp +usr/include/c++/11/ext/pb_ds/detail/container_base_dispatch.hpp +usr/include/c++/11/ext/pb_ds/detail/debug_map_base.hpp +usr/include/c++/11/ext/pb_ds/detail/eq_fn/eq_by_less.hpp +usr/include/c++/11/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp +usr/include/c++/11/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/lu_map_.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp +usr/include/c++/11/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/ov_tree_map_/traits.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp +usr/include/c++/11/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/traits.hpp +usr/include/c++/11/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/priority_queue_base_dispatch.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/node.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rb_tree_map_/traits.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp +usr/include/c++/11/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/node.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/splay_tree_/traits.hpp +usr/include/c++/11/ext/pb_ds/detail/standard_policies.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp +usr/include/c++/11/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp +usr/include/c++/11/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp +usr/include/c++/11/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp +usr/include/c++/11/ext/pb_ds/detail/tree_trace_base.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp +usr/include/c++/11/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp +usr/include/c++/11/ext/pb_ds/detail/type_utils.hpp +usr/include/c++/11/ext/pb_ds/detail/types_traits.hpp +usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp +usr/include/c++/11/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp +usr/include/c++/11/ext/pb_ds/exception.hpp +usr/include/c++/11/ext/pb_ds/hash_policy.hpp +usr/include/c++/11/ext/pb_ds/list_update_policy.hpp +usr/include/c++/11/ext/pb_ds/priority_queue.hpp +usr/include/c++/11/ext/pb_ds/tag_and_trait.hpp +usr/include/c++/11/ext/pb_ds/tree_policy.hpp +usr/include/c++/11/ext/pb_ds/trie_policy.hpp +usr/include/c++/11/ext/pod_char_traits.h +usr/include/c++/11/ext/pointer.h +usr/include/c++/11/ext/pool_allocator.h +usr/include/c++/11/ext/random +usr/include/c++/11/ext/random.tcc +usr/include/c++/11/ext/rb_tree +usr/include/c++/11/ext/rc_string_base.h +usr/include/c++/11/ext/rope +usr/include/c++/11/ext/ropeimpl.h +usr/include/c++/11/ext/slist +usr/include/c++/11/ext/sso_string_base.h +usr/include/c++/11/ext/stdio_filebuf.h +usr/include/c++/11/ext/stdio_sync_filebuf.h +usr/include/c++/11/ext/string_conversions.h +usr/include/c++/11/ext/throw_allocator.h +usr/include/c++/11/ext/type_traits.h +usr/include/c++/11/ext/typelist.h +usr/include/c++/11/ext/vstring.h +usr/include/c++/11/ext/vstring.tcc +usr/include/c++/11/ext/vstring_fwd.h +usr/include/c++/11/ext/vstring_util.h +usr/include/c++/11/fenv.h +usr/include/c++/11/filesystem +usr/include/c++/11/forward_list +usr/include/c++/11/fstream +usr/include/c++/11/functional +usr/include/c++/11/future +usr/include/c++/11/initializer_list +usr/include/c++/11/iomanip +usr/include/c++/11/ios +usr/include/c++/11/iosfwd +usr/include/c++/11/iostream +usr/include/c++/11/istream +usr/include/c++/11/iterator +usr/include/c++/11/latch +usr/include/c++/11/limits +usr/include/c++/11/list +usr/include/c++/11/locale +usr/include/c++/11/map +usr/include/c++/11/math.h +usr/include/c++/11/memory +usr/include/c++/11/memory_resource +usr/include/c++/11/mutex +usr/include/c++/11/new +usr/include/c++/11/numbers +usr/include/c++/11/numeric +usr/include/c++/11/optional +usr/include/c++/11/ostream +usr/include/c++/11/parallel/algo.h +usr/include/c++/11/parallel/algobase.h +usr/include/c++/11/parallel/algorithm +usr/include/c++/11/parallel/algorithmfwd.h +usr/include/c++/11/parallel/balanced_quicksort.h +usr/include/c++/11/parallel/base.h +usr/include/c++/11/parallel/basic_iterator.h +usr/include/c++/11/parallel/checkers.h +usr/include/c++/11/parallel/compatibility.h +usr/include/c++/11/parallel/compiletime_settings.h +usr/include/c++/11/parallel/equally_split.h +usr/include/c++/11/parallel/features.h +usr/include/c++/11/parallel/find.h +usr/include/c++/11/parallel/find_selectors.h +usr/include/c++/11/parallel/for_each.h +usr/include/c++/11/parallel/for_each_selectors.h +usr/include/c++/11/parallel/iterator.h +usr/include/c++/11/parallel/list_partition.h +usr/include/c++/11/parallel/losertree.h +usr/include/c++/11/parallel/merge.h +usr/include/c++/11/parallel/multiseq_selection.h +usr/include/c++/11/parallel/multiway_merge.h +usr/include/c++/11/parallel/multiway_mergesort.h +usr/include/c++/11/parallel/numeric +usr/include/c++/11/parallel/numericfwd.h +usr/include/c++/11/parallel/omp_loop.h +usr/include/c++/11/parallel/omp_loop_static.h +usr/include/c++/11/parallel/par_loop.h +usr/include/c++/11/parallel/parallel.h +usr/include/c++/11/parallel/partial_sum.h +usr/include/c++/11/parallel/partition.h +usr/include/c++/11/parallel/queue.h +usr/include/c++/11/parallel/quicksort.h +usr/include/c++/11/parallel/random_number.h +usr/include/c++/11/parallel/random_shuffle.h +usr/include/c++/11/parallel/search.h +usr/include/c++/11/parallel/set_operations.h +usr/include/c++/11/parallel/settings.h +usr/include/c++/11/parallel/sort.h +usr/include/c++/11/parallel/tags.h +usr/include/c++/11/parallel/types.h +usr/include/c++/11/parallel/unique_copy.h +usr/include/c++/11/parallel/workstealing.h +usr/include/c++/11/pstl/algorithm_fwd.h +usr/include/c++/11/pstl/algorithm_impl.h +usr/include/c++/11/pstl/execution_defs.h +usr/include/c++/11/pstl/execution_impl.h +usr/include/c++/11/pstl/glue_algorithm_defs.h +usr/include/c++/11/pstl/glue_algorithm_impl.h +usr/include/c++/11/pstl/glue_execution_defs.h +usr/include/c++/11/pstl/glue_memory_defs.h +usr/include/c++/11/pstl/glue_memory_impl.h +usr/include/c++/11/pstl/glue_numeric_defs.h +usr/include/c++/11/pstl/glue_numeric_impl.h +usr/include/c++/11/pstl/memory_impl.h +usr/include/c++/11/pstl/numeric_fwd.h +usr/include/c++/11/pstl/numeric_impl.h +usr/include/c++/11/pstl/parallel_backend.h +usr/include/c++/11/pstl/parallel_backend_serial.h +usr/include/c++/11/pstl/parallel_backend_tbb.h +usr/include/c++/11/pstl/parallel_backend_utils.h +usr/include/c++/11/pstl/parallel_impl.h +usr/include/c++/11/pstl/pstl_config.h +usr/include/c++/11/pstl/unseq_backend_simd.h +usr/include/c++/11/pstl/utils.h +usr/include/c++/11/queue +usr/include/c++/11/random +usr/include/c++/11/ranges +usr/include/c++/11/ratio +usr/include/c++/11/regex +usr/include/c++/11/scoped_allocator +usr/include/c++/11/semaphore +usr/include/c++/11/set +usr/include/c++/11/shared_mutex +usr/include/c++/11/source_location +usr/include/c++/11/span +usr/include/c++/11/sstream +usr/include/c++/11/stack +usr/include/c++/11/stdexcept +usr/include/c++/11/stdlib.h +usr/include/c++/11/stop_token +usr/include/c++/11/streambuf +usr/include/c++/11/string +usr/include/c++/11/string_view +usr/include/c++/11/syncstream +usr/include/c++/11/system_error +usr/include/c++/11/tgmath.h +usr/include/c++/11/thread +usr/include/c++/11/tr1/array +usr/include/c++/11/tr1/bessel_function.tcc +usr/include/c++/11/tr1/beta_function.tcc +usr/include/c++/11/tr1/ccomplex +usr/include/c++/11/tr1/cctype +usr/include/c++/11/tr1/cfenv +usr/include/c++/11/tr1/cfloat +usr/include/c++/11/tr1/cinttypes +usr/include/c++/11/tr1/climits +usr/include/c++/11/tr1/cmath +usr/include/c++/11/tr1/complex +usr/include/c++/11/tr1/complex.h +usr/include/c++/11/tr1/cstdarg +usr/include/c++/11/tr1/cstdbool +usr/include/c++/11/tr1/cstdint +usr/include/c++/11/tr1/cstdio +usr/include/c++/11/tr1/cstdlib +usr/include/c++/11/tr1/ctgmath +usr/include/c++/11/tr1/ctime +usr/include/c++/11/tr1/ctype.h +usr/include/c++/11/tr1/cwchar +usr/include/c++/11/tr1/cwctype +usr/include/c++/11/tr1/ell_integral.tcc +usr/include/c++/11/tr1/exp_integral.tcc +usr/include/c++/11/tr1/fenv.h +usr/include/c++/11/tr1/float.h +usr/include/c++/11/tr1/functional +usr/include/c++/11/tr1/functional_hash.h +usr/include/c++/11/tr1/gamma.tcc +usr/include/c++/11/tr1/hashtable.h +usr/include/c++/11/tr1/hashtable_policy.h +usr/include/c++/11/tr1/hypergeometric.tcc +usr/include/c++/11/tr1/inttypes.h +usr/include/c++/11/tr1/legendre_function.tcc +usr/include/c++/11/tr1/limits.h +usr/include/c++/11/tr1/math.h +usr/include/c++/11/tr1/memory +usr/include/c++/11/tr1/modified_bessel_func.tcc +usr/include/c++/11/tr1/poly_hermite.tcc +usr/include/c++/11/tr1/poly_laguerre.tcc +usr/include/c++/11/tr1/random +usr/include/c++/11/tr1/random.h +usr/include/c++/11/tr1/random.tcc +usr/include/c++/11/tr1/regex +usr/include/c++/11/tr1/riemann_zeta.tcc +usr/include/c++/11/tr1/shared_ptr.h +usr/include/c++/11/tr1/special_function_util.h +usr/include/c++/11/tr1/stdarg.h +usr/include/c++/11/tr1/stdbool.h +usr/include/c++/11/tr1/stdint.h +usr/include/c++/11/tr1/stdio.h +usr/include/c++/11/tr1/stdlib.h +usr/include/c++/11/tr1/tgmath.h +usr/include/c++/11/tr1/tuple +usr/include/c++/11/tr1/type_traits +usr/include/c++/11/tr1/unordered_map +usr/include/c++/11/tr1/unordered_map.h +usr/include/c++/11/tr1/unordered_set +usr/include/c++/11/tr1/unordered_set.h +usr/include/c++/11/tr1/utility +usr/include/c++/11/tr1/wchar.h +usr/include/c++/11/tr1/wctype.h +usr/include/c++/11/tr2/bool_set +usr/include/c++/11/tr2/bool_set.tcc +usr/include/c++/11/tr2/dynamic_bitset +usr/include/c++/11/tr2/dynamic_bitset.tcc +usr/include/c++/11/tr2/ratio +usr/include/c++/11/tr2/type_traits +usr/include/c++/11/tuple +usr/include/c++/11/type_traits +usr/include/c++/11/typeindex +usr/include/c++/11/typeinfo +usr/include/c++/11/unordered_map +usr/include/c++/11/unordered_set +usr/include/c++/11/utility +usr/include/c++/11/valarray +usr/include/c++/11/variant +usr/include/c++/11/vector +usr/include/c++/11/version +usr/include/c++/11/x86_64-redhat-linux/32/bits/atomic_word.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/basic_file.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/c++allocator.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/c++config.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/c++io.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/c++locale.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/cpu_defines.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/ctype_base.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/ctype_inline.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/cxxabi_tweaks.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/error_constants.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/extc++.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/gthr-default.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/gthr-posix.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/gthr-single.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/gthr.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/messages_members.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/opt_random.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/os_defines.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/stdc++.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/stdtr1c++.h +usr/include/c++/11/x86_64-redhat-linux/32/bits/time_members.h +usr/include/c++/11/x86_64-redhat-linux/32/ext/opt_random.h +usr/include/c++/11/x86_64-redhat-linux/bits/atomic_word.h +usr/include/c++/11/x86_64-redhat-linux/bits/basic_file.h +usr/include/c++/11/x86_64-redhat-linux/bits/c++allocator.h +usr/include/c++/11/x86_64-redhat-linux/bits/c++config.h +usr/include/c++/11/x86_64-redhat-linux/bits/c++io.h +usr/include/c++/11/x86_64-redhat-linux/bits/c++locale.h +usr/include/c++/11/x86_64-redhat-linux/bits/cpu_defines.h +usr/include/c++/11/x86_64-redhat-linux/bits/ctype_base.h +usr/include/c++/11/x86_64-redhat-linux/bits/ctype_inline.h +usr/include/c++/11/x86_64-redhat-linux/bits/cxxabi_tweaks.h +usr/include/c++/11/x86_64-redhat-linux/bits/error_constants.h +usr/include/c++/11/x86_64-redhat-linux/bits/extc++.h +usr/include/c++/11/x86_64-redhat-linux/bits/gthr-default.h +usr/include/c++/11/x86_64-redhat-linux/bits/gthr-posix.h +usr/include/c++/11/x86_64-redhat-linux/bits/gthr-single.h +usr/include/c++/11/x86_64-redhat-linux/bits/gthr.h +usr/include/c++/11/x86_64-redhat-linux/bits/messages_members.h +usr/include/c++/11/x86_64-redhat-linux/bits/opt_random.h +usr/include/c++/11/x86_64-redhat-linux/bits/os_defines.h +usr/include/c++/11/x86_64-redhat-linux/bits/stdc++.h +usr/include/c++/11/x86_64-redhat-linux/bits/stdtr1c++.h +usr/include/c++/11/x86_64-redhat-linux/bits/time_members.h +usr/include/c++/11/x86_64-redhat-linux/ext/opt_random.h +usr/include/complex.h +usr/include/cpio.h +usr/include/cpuidle.h +usr/include/ctf-api.h +usr/include/ctf.h +usr/include/ctype.h +usr/include/demangle.h +usr/include/diagnostics.h +usr/include/dirent.h +usr/include/dis-asm.h +usr/include/dlfcn.h +usr/include/drm/amdgpu_drm.h +usr/include/drm/armada_drm.h +usr/include/drm/drm.h +usr/include/drm/drm_fourcc.h +usr/include/drm/drm_mode.h +usr/include/drm/drm_sarea.h +usr/include/drm/etnaviv_drm.h +usr/include/drm/exynos_drm.h +usr/include/drm/habanalabs_accel.h +usr/include/drm/i915_drm.h +usr/include/drm/ivpu_accel.h +usr/include/drm/lima_drm.h +usr/include/drm/msm_drm.h +usr/include/drm/nouveau_drm.h +usr/include/drm/omap_drm.h +usr/include/drm/panfrost_drm.h +usr/include/drm/qxl_drm.h +usr/include/drm/radeon_drm.h +usr/include/drm/tegra_drm.h +usr/include/drm/v3d_drm.h +usr/include/drm/vc4_drm.h +usr/include/drm/vgem_drm.h +usr/include/drm/virtgpu_drm.h +usr/include/drm/vmwgfx_drm.h +usr/include/elf.h +usr/include/endian.h +usr/include/envz.h +usr/include/err.h +usr/include/errno.h +usr/include/error.h +usr/include/execinfo.h +usr/include/fcntl.h +usr/include/features-time64.h +usr/include/features.h +usr/include/fenv.h +usr/include/finclude/math-vector-fortran.h +usr/include/fmtmsg.h +usr/include/fnmatch.h +usr/include/fpu_control.h +usr/include/fstab.h +usr/include/fts.h +usr/include/ftw.h +usr/include/gconv.h +usr/include/getopt.h +usr/include/glob.h +usr/include/gnu-versions.h +usr/include/gnu/lib-names-64.h +usr/include/gnu/lib-names.h +usr/include/gnu/libc-version.h +usr/include/gnu/stubs-64.h +usr/include/gnu/stubs.h +usr/include/grp.h +usr/include/gshadow.h +usr/include/iconv.h +usr/include/ieee754.h +usr/include/ifaddrs.h +usr/include/inttypes.h +usr/include/langinfo.h +usr/include/lastlog.h +usr/include/libgen.h +usr/include/libiberty.h +usr/include/libintl.h +usr/include/limits.h +usr/include/link.h +usr/include/linux/a.out.h +usr/include/linux/acct.h +usr/include/linux/acrn.h +usr/include/linux/adb.h +usr/include/linux/adfs_fs.h +usr/include/linux/affs_hardblocks.h +usr/include/linux/agpgart.h +usr/include/linux/aio_abi.h +usr/include/linux/am437x-vpfe.h +usr/include/linux/android/binder.h +usr/include/linux/android/binderfs.h +usr/include/linux/apm_bios.h +usr/include/linux/arcfb.h +usr/include/linux/arm_sdei.h +usr/include/linux/aspeed-lpc-ctrl.h +usr/include/linux/aspeed-p2a-ctrl.h +usr/include/linux/atalk.h +usr/include/linux/atm.h +usr/include/linux/atm_eni.h +usr/include/linux/atm_he.h +usr/include/linux/atm_idt77105.h +usr/include/linux/atm_nicstar.h +usr/include/linux/atm_tcp.h +usr/include/linux/atm_zatm.h +usr/include/linux/atmapi.h +usr/include/linux/atmarp.h +usr/include/linux/atmbr2684.h +usr/include/linux/atmclip.h +usr/include/linux/atmdev.h +usr/include/linux/atmioc.h +usr/include/linux/atmlec.h +usr/include/linux/atmmpc.h +usr/include/linux/atmppp.h +usr/include/linux/atmsap.h +usr/include/linux/atmsvc.h +usr/include/linux/audit.h +usr/include/linux/auto_dev-ioctl.h +usr/include/linux/auto_fs.h +usr/include/linux/auto_fs4.h +usr/include/linux/auxvec.h +usr/include/linux/ax25.h +usr/include/linux/batadv_packet.h +usr/include/linux/batman_adv.h +usr/include/linux/baycom.h +usr/include/linux/bcm933xx_hcs.h +usr/include/linux/bfs_fs.h +usr/include/linux/binfmts.h +usr/include/linux/blkpg.h +usr/include/linux/blktrace_api.h +usr/include/linux/blkzoned.h +usr/include/linux/bpf.h +usr/include/linux/bpf_common.h +usr/include/linux/bpf_perf_event.h +usr/include/linux/bpfilter.h +usr/include/linux/bpqether.h +usr/include/linux/bsg.h +usr/include/linux/bt-bmc.h +usr/include/linux/btf.h +usr/include/linux/btrfs.h +usr/include/linux/btrfs_tree.h +usr/include/linux/byteorder/big_endian.h +usr/include/linux/byteorder/little_endian.h +usr/include/linux/cachefiles.h +usr/include/linux/caif/caif_socket.h +usr/include/linux/caif/if_caif.h +usr/include/linux/can.h +usr/include/linux/can/bcm.h +usr/include/linux/can/error.h +usr/include/linux/can/gw.h +usr/include/linux/can/isotp.h +usr/include/linux/can/j1939.h +usr/include/linux/can/netlink.h +usr/include/linux/can/raw.h +usr/include/linux/can/vxcan.h +usr/include/linux/capability.h +usr/include/linux/capi.h +usr/include/linux/cciss_defs.h +usr/include/linux/cciss_ioctl.h +usr/include/linux/ccs.h +usr/include/linux/cdrom.h +usr/include/linux/cec-funcs.h +usr/include/linux/cec.h +usr/include/linux/cfm_bridge.h +usr/include/linux/cgroupstats.h +usr/include/linux/chio.h +usr/include/linux/cifs/cifs_mount.h +usr/include/linux/cifs/cifs_netlink.h +usr/include/linux/close_range.h +usr/include/linux/cm4000_cs.h +usr/include/linux/cn_proc.h +usr/include/linux/coda.h +usr/include/linux/coff.h +usr/include/linux/connector.h +usr/include/linux/const.h +usr/include/linux/coresight-stm.h +usr/include/linux/cramfs_fs.h +usr/include/linux/cryptouser.h +usr/include/linux/cuda.h +usr/include/linux/cxl_mem.h +usr/include/linux/cycx_cfm.h +usr/include/linux/dcbnl.h +usr/include/linux/dccp.h +usr/include/linux/devlink.h +usr/include/linux/dlm.h +usr/include/linux/dlm_device.h +usr/include/linux/dlm_netlink.h +usr/include/linux/dlm_plock.h +usr/include/linux/dlmconstants.h +usr/include/linux/dm-ioctl.h +usr/include/linux/dm-log-userspace.h +usr/include/linux/dma-buf.h +usr/include/linux/dma-heap.h +usr/include/linux/dn.h +usr/include/linux/dns_resolver.h +usr/include/linux/dpll.h +usr/include/linux/dqblk_xfs.h +usr/include/linux/dvb/audio.h +usr/include/linux/dvb/ca.h +usr/include/linux/dvb/dmx.h +usr/include/linux/dvb/frontend.h +usr/include/linux/dvb/net.h +usr/include/linux/dvb/osd.h +usr/include/linux/dvb/version.h +usr/include/linux/dvb/video.h +usr/include/linux/edd.h +usr/include/linux/efs_fs_sb.h +usr/include/linux/elf-em.h +usr/include/linux/elf-fdpic.h +usr/include/linux/elf.h +usr/include/linux/errno.h +usr/include/linux/errqueue.h +usr/include/linux/erspan.h +usr/include/linux/ethtool.h +usr/include/linux/ethtool_netlink.h +usr/include/linux/eventpoll.h +usr/include/linux/f2fs.h +usr/include/linux/fadvise.h +usr/include/linux/falloc.h +usr/include/linux/fanotify.h +usr/include/linux/fb.h +usr/include/linux/fcntl.h +usr/include/linux/fd.h +usr/include/linux/fdreg.h +usr/include/linux/fib_rules.h +usr/include/linux/fiemap.h +usr/include/linux/filter.h +usr/include/linux/firewire-cdev.h +usr/include/linux/firewire-constants.h +usr/include/linux/fou.h +usr/include/linux/fpga-dfl.h +usr/include/linux/fs.h +usr/include/linux/fscrypt.h +usr/include/linux/fsi.h +usr/include/linux/fsl_hypervisor.h +usr/include/linux/fsl_mc.h +usr/include/linux/fsmap.h +usr/include/linux/fsverity.h +usr/include/linux/fuse.h +usr/include/linux/futex.h +usr/include/linux/gameport.h +usr/include/linux/gen_stats.h +usr/include/linux/genetlink.h +usr/include/linux/genwqe/genwqe_card.h +usr/include/linux/gfs2_ondisk.h +usr/include/linux/gpio.h +usr/include/linux/gsmmux.h +usr/include/linux/gtp.h +usr/include/linux/hash_info.h +usr/include/linux/hdlc.h +usr/include/linux/hdlc/ioctl.h +usr/include/linux/hdlcdrv.h +usr/include/linux/hdreg.h +usr/include/linux/hid.h +usr/include/linux/hiddev.h +usr/include/linux/hidraw.h +usr/include/linux/hpet.h +usr/include/linux/hsi/cs-protocol.h +usr/include/linux/hsi/hsi_char.h +usr/include/linux/hsr_netlink.h +usr/include/linux/hw_breakpoint.h +usr/include/linux/hyperv.h +usr/include/linux/i2c-dev.h +usr/include/linux/i2c.h +usr/include/linux/i2o-dev.h +usr/include/linux/i8k.h +usr/include/linux/icmp.h +usr/include/linux/icmpv6.h +usr/include/linux/idxd.h +usr/include/linux/if.h +usr/include/linux/if_addr.h +usr/include/linux/if_addrlabel.h +usr/include/linux/if_alg.h +usr/include/linux/if_arcnet.h +usr/include/linux/if_arp.h +usr/include/linux/if_bonding.h +usr/include/linux/if_bridge.h +usr/include/linux/if_cablemodem.h +usr/include/linux/if_eql.h +usr/include/linux/if_ether.h +usr/include/linux/if_fc.h +usr/include/linux/if_fddi.h +usr/include/linux/if_hippi.h +usr/include/linux/if_infiniband.h +usr/include/linux/if_link.h +usr/include/linux/if_ltalk.h +usr/include/linux/if_macsec.h +usr/include/linux/if_packet.h +usr/include/linux/if_phonet.h +usr/include/linux/if_plip.h +usr/include/linux/if_ppp.h +usr/include/linux/if_pppol2tp.h +usr/include/linux/if_pppox.h +usr/include/linux/if_slip.h +usr/include/linux/if_team.h +usr/include/linux/if_tun.h +usr/include/linux/if_tunnel.h +usr/include/linux/if_vlan.h +usr/include/linux/if_x25.h +usr/include/linux/if_xdp.h +usr/include/linux/ife.h +usr/include/linux/igmp.h +usr/include/linux/iio/buffer.h +usr/include/linux/iio/events.h +usr/include/linux/iio/types.h +usr/include/linux/ila.h +usr/include/linux/in.h +usr/include/linux/in6.h +usr/include/linux/in_route.h +usr/include/linux/inet_diag.h +usr/include/linux/inotify.h +usr/include/linux/input-event-codes.h +usr/include/linux/input.h +usr/include/linux/io_uring.h +usr/include/linux/ioctl.h +usr/include/linux/iommu.h +usr/include/linux/iommufd.h +usr/include/linux/ioprio.h +usr/include/linux/ip.h +usr/include/linux/ip6_tunnel.h +usr/include/linux/ip_vs.h +usr/include/linux/ipc.h +usr/include/linux/ipmi.h +usr/include/linux/ipmi_bmc.h +usr/include/linux/ipmi_msgdefs.h +usr/include/linux/ipmi_ssif_bmc.h +usr/include/linux/ipsec.h +usr/include/linux/ipv6.h +usr/include/linux/ipv6_route.h +usr/include/linux/ipx.h +usr/include/linux/irqnr.h +usr/include/linux/isdn/capicmd.h +usr/include/linux/iso_fs.h +usr/include/linux/isst_if.h +usr/include/linux/ivtv.h +usr/include/linux/ivtvfb.h +usr/include/linux/jffs2.h +usr/include/linux/joystick.h +usr/include/linux/kcm.h +usr/include/linux/kcmp.h +usr/include/linux/kcov.h +usr/include/linux/kd.h +usr/include/linux/kdev_t.h +usr/include/linux/kernel-page-flags.h +usr/include/linux/kernel.h +usr/include/linux/kernelcapi.h +usr/include/linux/kexec.h +usr/include/linux/keyboard.h +usr/include/linux/keyctl.h +usr/include/linux/kfd_ioctl.h +usr/include/linux/kfd_sysfs.h +usr/include/linux/kvm.h +usr/include/linux/kvm_para.h +usr/include/linux/l2tp.h +usr/include/linux/landlock.h +usr/include/linux/libc-compat.h +usr/include/linux/limits.h +usr/include/linux/lirc.h +usr/include/linux/llc.h +usr/include/linux/loadpin.h +usr/include/linux/loop.h +usr/include/linux/lp.h +usr/include/linux/lwtunnel.h +usr/include/linux/magic.h +usr/include/linux/major.h +usr/include/linux/map_to_7segment.h +usr/include/linux/matroxfb.h +usr/include/linux/max2175.h +usr/include/linux/mdio.h +usr/include/linux/media-bus-format.h +usr/include/linux/media.h +usr/include/linux/mei.h +usr/include/linux/membarrier.h +usr/include/linux/memfd.h +usr/include/linux/mempolicy.h +usr/include/linux/meye.h +usr/include/linux/mii.h +usr/include/linux/minix_fs.h +usr/include/linux/misc/bcm_vk.h +usr/include/linux/mman.h +usr/include/linux/mmc/ioctl.h +usr/include/linux/mmtimer.h +usr/include/linux/module.h +usr/include/linux/mount.h +usr/include/linux/mpls.h +usr/include/linux/mpls_iptunnel.h +usr/include/linux/mptcp.h +usr/include/linux/mqueue.h +usr/include/linux/mroute.h +usr/include/linux/mroute6.h +usr/include/linux/mrp_bridge.h +usr/include/linux/msdos_fs.h +usr/include/linux/msg.h +usr/include/linux/mtio.h +usr/include/linux/nbd-netlink.h +usr/include/linux/nbd.h +usr/include/linux/ncsi.h +usr/include/linux/ndctl.h +usr/include/linux/neighbour.h +usr/include/linux/net.h +usr/include/linux/net_dropmon.h +usr/include/linux/net_namespace.h +usr/include/linux/net_tstamp.h +usr/include/linux/netconf.h +usr/include/linux/netdev.h +usr/include/linux/netdevice.h +usr/include/linux/netfilter.h +usr/include/linux/netfilter/ipset/ip_set.h +usr/include/linux/netfilter/ipset/ip_set_bitmap.h +usr/include/linux/netfilter/ipset/ip_set_hash.h +usr/include/linux/netfilter/ipset/ip_set_list.h +usr/include/linux/netfilter/nf_conntrack_common.h +usr/include/linux/netfilter/nf_conntrack_ftp.h +usr/include/linux/netfilter/nf_conntrack_sctp.h +usr/include/linux/netfilter/nf_conntrack_tcp.h +usr/include/linux/netfilter/nf_conntrack_tuple_common.h +usr/include/linux/netfilter/nf_log.h +usr/include/linux/netfilter/nf_nat.h +usr/include/linux/netfilter/nf_synproxy.h +usr/include/linux/netfilter/nf_tables.h +usr/include/linux/netfilter/nf_tables_compat.h +usr/include/linux/netfilter/nfnetlink.h +usr/include/linux/netfilter/nfnetlink_acct.h +usr/include/linux/netfilter/nfnetlink_compat.h +usr/include/linux/netfilter/nfnetlink_conntrack.h +usr/include/linux/netfilter/nfnetlink_cthelper.h +usr/include/linux/netfilter/nfnetlink_cttimeout.h +usr/include/linux/netfilter/nfnetlink_hook.h +usr/include/linux/netfilter/nfnetlink_log.h +usr/include/linux/netfilter/nfnetlink_osf.h +usr/include/linux/netfilter/nfnetlink_queue.h +usr/include/linux/netfilter/x_tables.h +usr/include/linux/netfilter/xt_AUDIT.h +usr/include/linux/netfilter/xt_CHECKSUM.h +usr/include/linux/netfilter/xt_CLASSIFY.h +usr/include/linux/netfilter/xt_CONNMARK.h +usr/include/linux/netfilter/xt_CONNSECMARK.h +usr/include/linux/netfilter/xt_CT.h +usr/include/linux/netfilter/xt_DSCP.h +usr/include/linux/netfilter/xt_HMARK.h +usr/include/linux/netfilter/xt_IDLETIMER.h +usr/include/linux/netfilter/xt_LED.h +usr/include/linux/netfilter/xt_LOG.h +usr/include/linux/netfilter/xt_MARK.h +usr/include/linux/netfilter/xt_NFLOG.h +usr/include/linux/netfilter/xt_NFQUEUE.h +usr/include/linux/netfilter/xt_RATEEST.h +usr/include/linux/netfilter/xt_SECMARK.h +usr/include/linux/netfilter/xt_SYNPROXY.h +usr/include/linux/netfilter/xt_TCPMSS.h +usr/include/linux/netfilter/xt_TCPOPTSTRIP.h +usr/include/linux/netfilter/xt_TEE.h +usr/include/linux/netfilter/xt_TPROXY.h +usr/include/linux/netfilter/xt_addrtype.h +usr/include/linux/netfilter/xt_bpf.h +usr/include/linux/netfilter/xt_cgroup.h +usr/include/linux/netfilter/xt_cluster.h +usr/include/linux/netfilter/xt_comment.h +usr/include/linux/netfilter/xt_connbytes.h +usr/include/linux/netfilter/xt_connlabel.h +usr/include/linux/netfilter/xt_connlimit.h +usr/include/linux/netfilter/xt_connmark.h +usr/include/linux/netfilter/xt_conntrack.h +usr/include/linux/netfilter/xt_cpu.h +usr/include/linux/netfilter/xt_dccp.h +usr/include/linux/netfilter/xt_devgroup.h +usr/include/linux/netfilter/xt_dscp.h +usr/include/linux/netfilter/xt_ecn.h +usr/include/linux/netfilter/xt_esp.h +usr/include/linux/netfilter/xt_hashlimit.h +usr/include/linux/netfilter/xt_helper.h +usr/include/linux/netfilter/xt_ipcomp.h +usr/include/linux/netfilter/xt_iprange.h +usr/include/linux/netfilter/xt_ipvs.h +usr/include/linux/netfilter/xt_l2tp.h +usr/include/linux/netfilter/xt_length.h +usr/include/linux/netfilter/xt_limit.h +usr/include/linux/netfilter/xt_mac.h +usr/include/linux/netfilter/xt_mark.h +usr/include/linux/netfilter/xt_multiport.h +usr/include/linux/netfilter/xt_nfacct.h +usr/include/linux/netfilter/xt_osf.h +usr/include/linux/netfilter/xt_owner.h +usr/include/linux/netfilter/xt_physdev.h +usr/include/linux/netfilter/xt_pkttype.h +usr/include/linux/netfilter/xt_policy.h +usr/include/linux/netfilter/xt_quota.h +usr/include/linux/netfilter/xt_rateest.h +usr/include/linux/netfilter/xt_realm.h +usr/include/linux/netfilter/xt_recent.h +usr/include/linux/netfilter/xt_rpfilter.h +usr/include/linux/netfilter/xt_sctp.h +usr/include/linux/netfilter/xt_set.h +usr/include/linux/netfilter/xt_socket.h +usr/include/linux/netfilter/xt_state.h +usr/include/linux/netfilter/xt_statistic.h +usr/include/linux/netfilter/xt_string.h +usr/include/linux/netfilter/xt_tcpmss.h +usr/include/linux/netfilter/xt_tcpudp.h +usr/include/linux/netfilter/xt_time.h +usr/include/linux/netfilter/xt_u32.h +usr/include/linux/netfilter_arp.h +usr/include/linux/netfilter_arp/arp_tables.h +usr/include/linux/netfilter_arp/arpt_mangle.h +usr/include/linux/netfilter_bridge.h +usr/include/linux/netfilter_bridge/ebt_802_3.h +usr/include/linux/netfilter_bridge/ebt_among.h +usr/include/linux/netfilter_bridge/ebt_arp.h +usr/include/linux/netfilter_bridge/ebt_arpreply.h +usr/include/linux/netfilter_bridge/ebt_ip.h +usr/include/linux/netfilter_bridge/ebt_ip6.h +usr/include/linux/netfilter_bridge/ebt_limit.h +usr/include/linux/netfilter_bridge/ebt_log.h +usr/include/linux/netfilter_bridge/ebt_mark_m.h +usr/include/linux/netfilter_bridge/ebt_mark_t.h +usr/include/linux/netfilter_bridge/ebt_nat.h +usr/include/linux/netfilter_bridge/ebt_nflog.h +usr/include/linux/netfilter_bridge/ebt_pkttype.h +usr/include/linux/netfilter_bridge/ebt_redirect.h +usr/include/linux/netfilter_bridge/ebt_stp.h +usr/include/linux/netfilter_bridge/ebt_vlan.h +usr/include/linux/netfilter_bridge/ebtables.h +usr/include/linux/netfilter_decnet.h +usr/include/linux/netfilter_ipv4.h +usr/include/linux/netfilter_ipv4/ip_tables.h +usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h +usr/include/linux/netfilter_ipv4/ipt_ECN.h +usr/include/linux/netfilter_ipv4/ipt_LOG.h +usr/include/linux/netfilter_ipv4/ipt_REJECT.h +usr/include/linux/netfilter_ipv4/ipt_TTL.h +usr/include/linux/netfilter_ipv4/ipt_ah.h +usr/include/linux/netfilter_ipv4/ipt_ecn.h +usr/include/linux/netfilter_ipv4/ipt_ttl.h +usr/include/linux/netfilter_ipv6.h +usr/include/linux/netfilter_ipv6/ip6_tables.h +usr/include/linux/netfilter_ipv6/ip6t_HL.h +usr/include/linux/netfilter_ipv6/ip6t_LOG.h +usr/include/linux/netfilter_ipv6/ip6t_NPT.h +usr/include/linux/netfilter_ipv6/ip6t_REJECT.h +usr/include/linux/netfilter_ipv6/ip6t_ah.h +usr/include/linux/netfilter_ipv6/ip6t_frag.h +usr/include/linux/netfilter_ipv6/ip6t_hl.h +usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h +usr/include/linux/netfilter_ipv6/ip6t_mh.h +usr/include/linux/netfilter_ipv6/ip6t_opts.h +usr/include/linux/netfilter_ipv6/ip6t_rt.h +usr/include/linux/netfilter_ipv6/ip6t_srh.h +usr/include/linux/netlink.h +usr/include/linux/netlink_diag.h +usr/include/linux/netrom.h +usr/include/linux/nexthop.h +usr/include/linux/nfc.h +usr/include/linux/nfs.h +usr/include/linux/nfs2.h +usr/include/linux/nfs3.h +usr/include/linux/nfs4.h +usr/include/linux/nfs4_mount.h +usr/include/linux/nfs_fs.h +usr/include/linux/nfs_idmap.h +usr/include/linux/nfs_mount.h +usr/include/linux/nfsacl.h +usr/include/linux/nfsd/cld.h +usr/include/linux/nfsd/debug.h +usr/include/linux/nfsd/export.h +usr/include/linux/nfsd/stats.h +usr/include/linux/nilfs2_api.h +usr/include/linux/nilfs2_ondisk.h +usr/include/linux/nitro_enclaves.h +usr/include/linux/nl80211.h +usr/include/linux/nsfs.h +usr/include/linux/nubus.h +usr/include/linux/nvme_ioctl.h +usr/include/linux/nvram.h +usr/include/linux/omap3isp.h +usr/include/linux/omapfb.h +usr/include/linux/oom.h +usr/include/linux/openat2.h +usr/include/linux/openvswitch.h +usr/include/linux/packet_diag.h +usr/include/linux/param.h +usr/include/linux/parport.h +usr/include/linux/patchkey.h +usr/include/linux/pci.h +usr/include/linux/pci_regs.h +usr/include/linux/pcitest.h +usr/include/linux/perf_event.h +usr/include/linux/personality.h +usr/include/linux/pfkeyv2.h +usr/include/linux/pfrut.h +usr/include/linux/pg.h +usr/include/linux/phantom.h +usr/include/linux/phonet.h +usr/include/linux/pidfd.h +usr/include/linux/pkt_cls.h +usr/include/linux/pkt_sched.h +usr/include/linux/pktcdvd.h +usr/include/linux/pmu.h +usr/include/linux/poll.h +usr/include/linux/posix_acl.h +usr/include/linux/posix_acl_xattr.h +usr/include/linux/posix_types.h +usr/include/linux/ppdev.h +usr/include/linux/ppp-comp.h +usr/include/linux/ppp-ioctl.h +usr/include/linux/ppp_defs.h +usr/include/linux/pps.h +usr/include/linux/pr.h +usr/include/linux/prctl.h +usr/include/linux/psample.h +usr/include/linux/psci.h +usr/include/linux/psp-sev.h +usr/include/linux/ptp_clock.h +usr/include/linux/ptrace.h +usr/include/linux/qemu_fw_cfg.h +usr/include/linux/qnx4_fs.h +usr/include/linux/qnxtypes.h +usr/include/linux/qrtr.h +usr/include/linux/quota.h +usr/include/linux/radeonfb.h +usr/include/linux/raid/md_p.h +usr/include/linux/raid/md_u.h +usr/include/linux/random.h +usr/include/linux/rds.h +usr/include/linux/reboot.h +usr/include/linux/reiserfs_fs.h +usr/include/linux/reiserfs_xattr.h +usr/include/linux/remoteproc_cdev.h +usr/include/linux/resource.h +usr/include/linux/rfkill.h +usr/include/linux/rio_cm_cdev.h +usr/include/linux/rio_mport_cdev.h +usr/include/linux/rkisp1-config.h +usr/include/linux/romfs_fs.h +usr/include/linux/rose.h +usr/include/linux/route.h +usr/include/linux/rpl.h +usr/include/linux/rpl_iptunnel.h +usr/include/linux/rpmsg.h +usr/include/linux/rpmsg_types.h +usr/include/linux/rseq.h +usr/include/linux/rtc.h +usr/include/linux/rtnetlink.h +usr/include/linux/rxrpc.h +usr/include/linux/scc.h +usr/include/linux/sched.h +usr/include/linux/sched/types.h +usr/include/linux/scif_ioctl.h +usr/include/linux/screen_info.h +usr/include/linux/sctp.h +usr/include/linux/seccomp.h +usr/include/linux/securebits.h +usr/include/linux/sed-opal.h +usr/include/linux/seg6.h +usr/include/linux/seg6_genl.h +usr/include/linux/seg6_hmac.h +usr/include/linux/seg6_iptunnel.h +usr/include/linux/seg6_local.h +usr/include/linux/selinux_netlink.h +usr/include/linux/sem.h +usr/include/linux/serial.h +usr/include/linux/serial_core.h +usr/include/linux/serial_reg.h +usr/include/linux/serio.h +usr/include/linux/sev-guest.h +usr/include/linux/shm.h +usr/include/linux/signal.h +usr/include/linux/signalfd.h +usr/include/linux/smc.h +usr/include/linux/smc_diag.h +usr/include/linux/smiapp.h +usr/include/linux/snmp.h +usr/include/linux/sock_diag.h +usr/include/linux/socket.h +usr/include/linux/sockios.h +usr/include/linux/sonet.h +usr/include/linux/sonypi.h +usr/include/linux/sound.h +usr/include/linux/soundcard.h +usr/include/linux/spi/spi.h +usr/include/linux/spi/spidev.h +usr/include/linux/stat.h +usr/include/linux/stddef.h +usr/include/linux/stm.h +usr/include/linux/string.h +usr/include/linux/sunrpc/debug.h +usr/include/linux/surface_aggregator/cdev.h +usr/include/linux/surface_aggregator/dtx.h +usr/include/linux/suspend_ioctls.h +usr/include/linux/swab.h +usr/include/linux/switchtec_ioctl.h +usr/include/linux/sync_file.h +usr/include/linux/synclink.h +usr/include/linux/sysctl.h +usr/include/linux/sysinfo.h +usr/include/linux/target_core_user.h +usr/include/linux/taskstats.h +usr/include/linux/tc_act/tc_bpf.h +usr/include/linux/tc_act/tc_connmark.h +usr/include/linux/tc_act/tc_csum.h +usr/include/linux/tc_act/tc_ct.h +usr/include/linux/tc_act/tc_ctinfo.h +usr/include/linux/tc_act/tc_defact.h +usr/include/linux/tc_act/tc_gact.h +usr/include/linux/tc_act/tc_gate.h +usr/include/linux/tc_act/tc_ife.h +usr/include/linux/tc_act/tc_ipt.h +usr/include/linux/tc_act/tc_mirred.h +usr/include/linux/tc_act/tc_mpls.h +usr/include/linux/tc_act/tc_nat.h +usr/include/linux/tc_act/tc_pedit.h +usr/include/linux/tc_act/tc_sample.h +usr/include/linux/tc_act/tc_skbedit.h +usr/include/linux/tc_act/tc_skbmod.h +usr/include/linux/tc_act/tc_tunnel_key.h +usr/include/linux/tc_act/tc_vlan.h +usr/include/linux/tc_ematch/tc_em_cmp.h +usr/include/linux/tc_ematch/tc_em_ipt.h +usr/include/linux/tc_ematch/tc_em_meta.h +usr/include/linux/tc_ematch/tc_em_nbyte.h +usr/include/linux/tc_ematch/tc_em_text.h +usr/include/linux/tcp.h +usr/include/linux/tcp_metrics.h +usr/include/linux/tdx-guest.h +usr/include/linux/tee.h +usr/include/linux/termios.h +usr/include/linux/thermal.h +usr/include/linux/time.h +usr/include/linux/time_types.h +usr/include/linux/timerfd.h +usr/include/linux/times.h +usr/include/linux/timex.h +usr/include/linux/tiocl.h +usr/include/linux/tipc.h +usr/include/linux/tipc_config.h +usr/include/linux/tipc_netlink.h +usr/include/linux/tipc_sockets_diag.h +usr/include/linux/tls.h +usr/include/linux/toshiba.h +usr/include/linux/tty.h +usr/include/linux/tty_flags.h +usr/include/linux/types.h +usr/include/linux/udf_fs_i.h +usr/include/linux/udmabuf.h +usr/include/linux/udp.h +usr/include/linux/uhid.h +usr/include/linux/uinput.h +usr/include/linux/uio.h +usr/include/linux/uleds.h +usr/include/linux/ultrasound.h +usr/include/linux/um_timetravel.h +usr/include/linux/un.h +usr/include/linux/unistd.h +usr/include/linux/unix_diag.h +usr/include/linux/usb/audio.h +usr/include/linux/usb/cdc-wdm.h +usr/include/linux/usb/cdc.h +usr/include/linux/usb/ch11.h +usr/include/linux/usb/ch9.h +usr/include/linux/usb/charger.h +usr/include/linux/usb/functionfs.h +usr/include/linux/usb/g_printer.h +usr/include/linux/usb/g_uvc.h +usr/include/linux/usb/gadgetfs.h +usr/include/linux/usb/midi.h +usr/include/linux/usb/raw_gadget.h +usr/include/linux/usb/tmc.h +usr/include/linux/usb/video.h +usr/include/linux/usbdevice_fs.h +usr/include/linux/usbip.h +usr/include/linux/userfaultfd.h +usr/include/linux/userio.h +usr/include/linux/utime.h +usr/include/linux/utsname.h +usr/include/linux/uuid.h +usr/include/linux/uvcvideo.h +usr/include/linux/v4l2-common.h +usr/include/linux/v4l2-controls.h +usr/include/linux/v4l2-dv-timings.h +usr/include/linux/v4l2-mediabus.h +usr/include/linux/v4l2-subdev.h +usr/include/linux/vbox_err.h +usr/include/linux/vbox_vmmdev_types.h +usr/include/linux/vboxguest.h +usr/include/linux/vdpa.h +usr/include/linux/version.h +usr/include/linux/veth.h +usr/include/linux/vfio.h +usr/include/linux/vfio_ccw.h +usr/include/linux/vfio_zdev.h +usr/include/linux/vhost.h +usr/include/linux/vhost_types.h +usr/include/linux/videodev2.h +usr/include/linux/virtio_9p.h +usr/include/linux/virtio_balloon.h +usr/include/linux/virtio_blk.h +usr/include/linux/virtio_bt.h +usr/include/linux/virtio_config.h +usr/include/linux/virtio_console.h +usr/include/linux/virtio_crypto.h +usr/include/linux/virtio_fs.h +usr/include/linux/virtio_gpio.h +usr/include/linux/virtio_gpu.h +usr/include/linux/virtio_i2c.h +usr/include/linux/virtio_ids.h +usr/include/linux/virtio_input.h +usr/include/linux/virtio_iommu.h +usr/include/linux/virtio_mem.h +usr/include/linux/virtio_mmio.h +usr/include/linux/virtio_net.h +usr/include/linux/virtio_pci.h +usr/include/linux/virtio_pcidev.h +usr/include/linux/virtio_pmem.h +usr/include/linux/virtio_ring.h +usr/include/linux/virtio_rng.h +usr/include/linux/virtio_scmi.h +usr/include/linux/virtio_scsi.h +usr/include/linux/virtio_snd.h +usr/include/linux/virtio_types.h +usr/include/linux/virtio_vsock.h +usr/include/linux/vm_sockets.h +usr/include/linux/vm_sockets_diag.h +usr/include/linux/vmcore.h +usr/include/linux/vsockmon.h +usr/include/linux/vt.h +usr/include/linux/vtpm_proxy.h +usr/include/linux/wait.h +usr/include/linux/watch_queue.h +usr/include/linux/watchdog.h +usr/include/linux/wireguard.h +usr/include/linux/wireless.h +usr/include/linux/wmi.h +usr/include/linux/wwan.h +usr/include/linux/x25.h +usr/include/linux/xattr.h +usr/include/linux/xdp_diag.h +usr/include/linux/xfrm.h +usr/include/linux/xilinx-v4l2-controls.h +usr/include/linux/zorro.h +usr/include/linux/zorro_ids.h +usr/include/locale.h +usr/include/malloc.h +usr/include/math.h +usr/include/mcheck.h +usr/include/memory.h +usr/include/misc/cxl.h +usr/include/misc/fastrpc.h +usr/include/misc/habanalabs.h +usr/include/misc/ocxl.h +usr/include/misc/pvpanic.h +usr/include/misc/uacce/hisi_qm.h +usr/include/misc/uacce/uacce.h +usr/include/misc/xilinx_sdfec.h +usr/include/mntent.h +usr/include/monetary.h +usr/include/mqueue.h +usr/include/mtd/inftl-user.h +usr/include/mtd/mtd-abi.h +usr/include/mtd/mtd-user.h +usr/include/mtd/nftl-user.h +usr/include/mtd/ubi-user.h +usr/include/net/ethernet.h +usr/include/net/if.h +usr/include/net/if_arp.h +usr/include/net/if_packet.h +usr/include/net/if_ppp.h +usr/include/net/if_shaper.h +usr/include/net/if_slip.h +usr/include/net/ppp-comp.h +usr/include/net/ppp_defs.h +usr/include/net/route.h +usr/include/netash/ash.h +usr/include/netatalk/at.h +usr/include/netax25/ax25.h +usr/include/netdb.h +usr/include/neteconet/ec.h +usr/include/netinet/ether.h +usr/include/netinet/icmp6.h +usr/include/netinet/if_ether.h +usr/include/netinet/if_fddi.h +usr/include/netinet/if_tr.h +usr/include/netinet/igmp.h +usr/include/netinet/in.h +usr/include/netinet/in_systm.h +usr/include/netinet/ip.h +usr/include/netinet/ip6.h +usr/include/netinet/ip_icmp.h +usr/include/netinet/tcp.h +usr/include/netinet/udp.h +usr/include/netipx/ipx.h +usr/include/netiucv/iucv.h +usr/include/netpacket/packet.h +usr/include/netrom/netrom.h +usr/include/netrose/rose.h +usr/include/nfs/nfs.h +usr/include/nl_types.h +usr/include/nss.h +usr/include/obstack.h +usr/include/paths.h +usr/include/plugin-api.h +usr/include/poll.h +usr/include/printf.h +usr/include/proc_service.h +usr/include/protocols/routed.h +usr/include/protocols/rwhod.h +usr/include/protocols/talkd.h +usr/include/protocols/timed.h +usr/include/pthread.h +usr/include/pty.h +usr/include/pwd.h +usr/include/rdma/bnxt_re-abi.h +usr/include/rdma/cxgb4-abi.h +usr/include/rdma/efa-abi.h +usr/include/rdma/hfi/hfi1_ioctl.h +usr/include/rdma/hfi/hfi1_user.h +usr/include/rdma/hns-abi.h +usr/include/rdma/ib_user_ioctl_cmds.h +usr/include/rdma/ib_user_ioctl_verbs.h +usr/include/rdma/ib_user_mad.h +usr/include/rdma/ib_user_sa.h +usr/include/rdma/ib_user_verbs.h +usr/include/rdma/irdma-abi.h +usr/include/rdma/mana-abi.h +usr/include/rdma/mlx4-abi.h +usr/include/rdma/mlx5-abi.h +usr/include/rdma/mlx5_user_ioctl_cmds.h +usr/include/rdma/mlx5_user_ioctl_verbs.h +usr/include/rdma/mthca-abi.h +usr/include/rdma/ocrdma-abi.h +usr/include/rdma/qedr-abi.h +usr/include/rdma/rdma_netlink.h +usr/include/rdma/rdma_user_cm.h +usr/include/rdma/rdma_user_ioctl.h +usr/include/rdma/rdma_user_ioctl_cmds.h +usr/include/rdma/rdma_user_rxe.h +usr/include/rdma/rvt-abi.h +usr/include/rdma/siw-abi.h +usr/include/rdma/vmw_pvrdma-abi.h +usr/include/re_comp.h +usr/include/regex.h +usr/include/regexp.h +usr/include/resolv.h +usr/include/rpc/netdb.h +usr/include/sched.h +usr/include/scsi/cxlflash_ioctl.h +usr/include/scsi/fc/fc_els.h +usr/include/scsi/fc/fc_fs.h +usr/include/scsi/fc/fc_gs.h +usr/include/scsi/fc/fc_ns.h +usr/include/scsi/scsi.h +usr/include/scsi/scsi_bsg_fc.h +usr/include/scsi/scsi_bsg_mpi3mr.h +usr/include/scsi/scsi_bsg_ufs.h +usr/include/scsi/scsi_ioctl.h +usr/include/scsi/scsi_netlink.h +usr/include/scsi/scsi_netlink_fc.h +usr/include/scsi/sg.h +usr/include/search.h +usr/include/semaphore.h +usr/include/setjmp.h +usr/include/sgtty.h +usr/include/shadow.h +usr/include/signal.h +usr/include/sound/asequencer.h +usr/include/sound/asoc.h +usr/include/sound/asound.h +usr/include/sound/asound_fm.h +usr/include/sound/compress_offload.h +usr/include/sound/compress_params.h +usr/include/sound/emu10k1.h +usr/include/sound/firewire.h +usr/include/sound/hdsp.h +usr/include/sound/hdspm.h +usr/include/sound/intel/avs/tokens.h +usr/include/sound/sb16_csp.h +usr/include/sound/sfnt_info.h +usr/include/sound/skl-tplg-interface.h +usr/include/sound/snd_ar_tokens.h +usr/include/sound/snd_sst_tokens.h +usr/include/sound/sof/abi.h +usr/include/sound/sof/fw.h +usr/include/sound/sof/header.h +usr/include/sound/sof/tokens.h +usr/include/sound/tlv.h +usr/include/sound/usb_stream.h +usr/include/spawn.h +usr/include/stab.h +usr/include/stdc-predef.h +usr/include/stdint.h +usr/include/stdio.h +usr/include/stdio_ext.h +usr/include/stdlib.h +usr/include/string.h +usr/include/strings.h +usr/include/symcat.h +usr/include/sys/acct.h +usr/include/sys/auxv.h +usr/include/sys/bitypes.h +usr/include/sys/cdefs.h +usr/include/sys/debugreg.h +usr/include/sys/dir.h +usr/include/sys/elf.h +usr/include/sys/epoll.h +usr/include/sys/errno.h +usr/include/sys/eventfd.h +usr/include/sys/fanotify.h +usr/include/sys/fcntl.h +usr/include/sys/file.h +usr/include/sys/fsuid.h +usr/include/sys/gmon.h +usr/include/sys/gmon_out.h +usr/include/sys/inotify.h +usr/include/sys/io.h +usr/include/sys/ioctl.h +usr/include/sys/ipc.h +usr/include/sys/kd.h +usr/include/sys/klog.h +usr/include/sys/mman.h +usr/include/sys/mount.h +usr/include/sys/msg.h +usr/include/sys/mtio.h +usr/include/sys/param.h +usr/include/sys/pci.h +usr/include/sys/perm.h +usr/include/sys/personality.h +usr/include/sys/platform/x86.h +usr/include/sys/poll.h +usr/include/sys/prctl.h +usr/include/sys/procfs.h +usr/include/sys/profil.h +usr/include/sys/ptrace.h +usr/include/sys/queue.h +usr/include/sys/quota.h +usr/include/sys/random.h +usr/include/sys/raw.h +usr/include/sys/reboot.h +usr/include/sys/reg.h +usr/include/sys/resource.h +usr/include/sys/rseq.h +usr/include/sys/select.h +usr/include/sys/sem.h +usr/include/sys/sendfile.h +usr/include/sys/shm.h +usr/include/sys/signal.h +usr/include/sys/signalfd.h +usr/include/sys/single_threaded.h +usr/include/sys/socket.h +usr/include/sys/socketvar.h +usr/include/sys/soundcard.h +usr/include/sys/stat.h +usr/include/sys/statfs.h +usr/include/sys/statvfs.h +usr/include/sys/swap.h +usr/include/sys/syscall.h +usr/include/sys/sysinfo.h +usr/include/sys/syslog.h +usr/include/sys/sysmacros.h +usr/include/sys/termios.h +usr/include/sys/time.h +usr/include/sys/timeb.h +usr/include/sys/timerfd.h +usr/include/sys/times.h +usr/include/sys/timex.h +usr/include/sys/ttychars.h +usr/include/sys/ttydefaults.h +usr/include/sys/types.h +usr/include/sys/ucontext.h +usr/include/sys/uio.h +usr/include/sys/un.h +usr/include/sys/unistd.h +usr/include/sys/user.h +usr/include/sys/utsname.h +usr/include/sys/vfs.h +usr/include/sys/vlimit.h +usr/include/sys/vm86.h +usr/include/sys/vt.h +usr/include/sys/wait.h +usr/include/sys/xattr.h +usr/include/syscall.h +usr/include/sysexits.h +usr/include/syslog.h +usr/include/tar.h +usr/include/termio.h +usr/include/termios.h +usr/include/tgmath.h +usr/include/thread_db.h +usr/include/threads.h +usr/include/time.h +usr/include/ttyent.h +usr/include/uchar.h +usr/include/ucontext.h +usr/include/ulimit.h +usr/include/unistd.h +usr/include/utime.h +usr/include/utmp.h +usr/include/utmpx.h +usr/include/values.h +usr/include/video/edid.h +usr/include/video/sisfb.h +usr/include/video/uvesafb.h +usr/include/wait.h +usr/include/wchar.h +usr/include/wctype.h +usr/include/wordexp.h +usr/include/xen/evtchn.h +usr/include/xen/gntalloc.h +usr/include/xen/gntdev.h +usr/include/xen/privcmd.h +usr/lib/.build-id/03/c5b8f750f963e209cc879f28c55b76f750c090 +usr/lib/.build-id/04/f7b7cb6bc1391dc5732b3640c43b9bffe9dac2 +usr/lib/.build-id/0c/2878f70e73d68f44034a5c0fca2136fa382c6b +usr/lib/.build-id/0e/6e723b973c35483d0f351e6e27e2dff10545d2 +usr/lib/.build-id/0f/0d22145bb90eb7fa11fbc8ff3c74f6293fb439 +usr/lib/.build-id/0f/0d22145bb90eb7fa11fbc8ff3c74f6293fb439.1 +usr/lib/.build-id/16/ded02d9336003ce923f4ce752683e51253a89b +usr/lib/.build-id/1a/f6a957b3470ce6a809c263b7d406d92756cfb6 +usr/lib/.build-id/1b/005c302c294beeff3d13b9c0a862ebf7610fb2 +usr/lib/.build-id/1f/78d7b717513f6069eff9d0cd2fb8f595d08026 +usr/lib/.build-id/28/230dcf581a0634e099788654cdb91bf39e848f +usr/lib/.build-id/2a/a2f1f2b5d4b6f79c57dc0cc49f20e627e0609a +usr/lib/.build-id/2a/d0894a7658d03decf6a78b60c3843155fd02ca +usr/lib/.build-id/2b/1026eddb1b12fb833c5e8143c8fa198c0cc486 +usr/lib/.build-id/2b/5c8873b7a3af0bd11d59b8097edbb54d5cfbf6 +usr/lib/.build-id/2b/5c8873b7a3af0bd11d59b8097edbb54d5cfbf6.1 +usr/lib/.build-id/2b/5c8873b7a3af0bd11d59b8097edbb54d5cfbf6.2 +usr/lib/.build-id/2b/5c8873b7a3af0bd11d59b8097edbb54d5cfbf6.3 +usr/lib/.build-id/2e/837f83223e4c996b87bef96e71808ac46733f6 +usr/lib/.build-id/2f/f971b8e527fb547fc3133dff1fca1a26109cd4 +usr/lib/.build-id/30/2731c4147c70431c063a1936980b24aebee2cb +usr/lib/.build-id/33/9f8b7993e054e697a43cfea278c4487617fefb +usr/lib/.build-id/33/9f8b7993e054e697a43cfea278c4487617fefb.1 +usr/lib/.build-id/39/d53ac397d398ebfc5dc87db1b2a6462b9ee6c7 +usr/lib/.build-id/39/d53ac397d398ebfc5dc87db1b2a6462b9ee6c7.1 +usr/lib/.build-id/3d/76565efb7cfb9fa33df2fb5d16ad62a3579496 +usr/lib/.build-id/3d/76565efb7cfb9fa33df2fb5d16ad62a3579496.1 +usr/lib/.build-id/3e/a1393e41ac0784c4aada4e808a711ce0dcbd28 +usr/lib/.build-id/3f/7d4319767d4babd46f5c731ac2275167b19145 +usr/lib/.build-id/3f/7d4319767d4babd46f5c731ac2275167b19145.1 +usr/lib/.build-id/40/90e103c1e02ef93b7dbe50817d993f8c6b4ee6 +usr/lib/.build-id/41/33e1fd7294f32a92f6670f8c1fe69e1973f6df +usr/lib/.build-id/41/e073f76ccf2f62609111543689fe132db13cf0 +usr/lib/.build-id/41/e073f76ccf2f62609111543689fe132db13cf0.1 +usr/lib/.build-id/41/e073f76ccf2f62609111543689fe132db13cf0.2 +usr/lib/.build-id/42/38dcc99794a7aaee70ebfa000487b5e2a45dcc +usr/lib/.build-id/43/3c51bda03b6611d41f189783cf981704717e5d +usr/lib/.build-id/43/3c51bda03b6611d41f189783cf981704717e5d.1 +usr/lib/.build-id/46/d71f03ba04847247ce78b83dd1c44965b669a1 +usr/lib/.build-id/49/acf46d5dd95b401558df65a949195b5ac8a304 +usr/lib/.build-id/49/acf46d5dd95b401558df65a949195b5ac8a304.1 +usr/lib/.build-id/50/b7bdc318a8aa720e2666acea9f023fd19c788c +usr/lib/.build-id/51/ee439857607441f9fd21f554b46177f0062232 +usr/lib/.build-id/53/3e6f2a8eecaa0212564c821e207d489d8fe239 +usr/lib/.build-id/53/3e6f2a8eecaa0212564c821e207d489d8fe239.1 +usr/lib/.build-id/55/69c12076fe4793b835b8e2571a15d5c4eeece7 +usr/lib/.build-id/55/69c12076fe4793b835b8e2571a15d5c4eeece7.1 +usr/lib/.build-id/55/a635817927143e2174cd1fb56cb5ffbce829b0 +usr/lib/.build-id/59/fed6021d2a0810f868cecb254362350c622ede +usr/lib/.build-id/5b/cc9bca1e50cbd07d9bde5e27906579128f41bb +usr/lib/.build-id/5b/cc9bca1e50cbd07d9bde5e27906579128f41bb.1 +usr/lib/.build-id/5c/d9fc50c5479eabb18c314b4fe1eb331b3bf810 +usr/lib/.build-id/5c/d9fc50c5479eabb18c314b4fe1eb331b3bf810.1 +usr/lib/.build-id/5c/d9fc50c5479eabb18c314b4fe1eb331b3bf810.2 +usr/lib/.build-id/5c/d9fc50c5479eabb18c314b4fe1eb331b3bf810.3 +usr/lib/.build-id/5d/ded35be94ab50f77f9c09abbb74a4d3c63e752 +usr/lib/.build-id/5e/7d3d878b629901eb0caafcf60a27f0adb6f77f +usr/lib/.build-id/61/9fd309d3eb6fdde7833c2c7b36efddee9e8c3e +usr/lib/.build-id/6a/672a546e004fa85b70af27f5f1077346a88fa3 +usr/lib/.build-id/6a/672a546e004fa85b70af27f5f1077346a88fa3.1 +usr/lib/.build-id/6b/031e9764d1d9a6f96c03b466ddaa3b326a34c7 +usr/lib/.build-id/72/c3249e3ceaa85c2e767ee420a1d829064d6417 +usr/lib/.build-id/73/d9cff6149919da516681c1cc8018a018b66a60 +usr/lib/.build-id/73/edb221830dcbe331b2e0cabd95a77ffb07a78a +usr/lib/.build-id/73/edb221830dcbe331b2e0cabd95a77ffb07a78a.1 +usr/lib/.build-id/74/c35d92c1554c0f6989692d61e9e0415005b7c4 +usr/lib/.build-id/7b/66052f9b08607964960c3c623d1264a5c9f078 +usr/lib/.build-id/7c/a45aafba8f3b3e3939f622607a42d84175a563 +usr/lib/.build-id/7c/a45aafba8f3b3e3939f622607a42d84175a563.1 +usr/lib/.build-id/7f/8a3c0163bb7bf553cfcdc8b94da5a59fe6d118 +usr/lib/.build-id/81/0825699099797fc9e2b8a275193e41556415bf +usr/lib/.build-id/81/64ea5255dde03b0ee4385fc15be97637a14d44 +usr/lib/.build-id/81/64ea5255dde03b0ee4385fc15be97637a14d44.1 +usr/lib/.build-id/81/64ea5255dde03b0ee4385fc15be97637a14d44.2 +usr/lib/.build-id/81/64ea5255dde03b0ee4385fc15be97637a14d44.3 +usr/lib/.build-id/81/7528c423f2170ef15f0926251733658b5d5da3 +usr/lib/.build-id/81/7528c423f2170ef15f0926251733658b5d5da3.1 +usr/lib/.build-id/83/4a14afdc13c70926df1d5aff078bc8fcd8c6f0 +usr/lib/.build-id/87/ff32db57bc65db2fa207362860f5e14bc8fbb3 +usr/lib/.build-id/87/ff32db57bc65db2fa207362860f5e14bc8fbb3.1 +usr/lib/.build-id/89/5a3828ccc9e73d2e28fc87ebf8a930ac544542 +usr/lib/.build-id/8e/31146e524beb85b25bae1fceea18217aa73608 +usr/lib/.build-id/95/4d0c4cf0288d24204e4469576a3735b436dd1f +usr/lib/.build-id/95/a58d981543b50ecf0cee5de09a5b9bfb828582 +usr/lib/.build-id/96/6503e52b32f35b5b7f861c6d00e6966b4c324e +usr/lib/.build-id/96/6503e52b32f35b5b7f861c6d00e6966b4c324e.1 +usr/lib/.build-id/97/f9e03e1743242702015f4a3ae8b5b1391aa55c +usr/lib/.build-id/97/f9e03e1743242702015f4a3ae8b5b1391aa55c.1 +usr/lib/.build-id/97/f9e03e1743242702015f4a3ae8b5b1391aa55c.2 +usr/lib/.build-id/97/f9e03e1743242702015f4a3ae8b5b1391aa55c.3 +usr/lib/.build-id/98/473f9825dacbde727b52e53f26f2a0bb183bde +usr/lib/.build-id/9a/5c951400cf991fd909a5f7f1f62a8e8b7a683a +usr/lib/.build-id/9f/a7ae004b73eacfd82878d50ecbefbfcaca7e78 +usr/lib/.build-id/9f/a7ae004b73eacfd82878d50ecbefbfcaca7e78.1 +usr/lib/.build-id/a3/948ad45fc442f57d7f943755da361dfa087d87 +usr/lib/.build-id/a3/948ad45fc442f57d7f943755da361dfa087d87.1 +usr/lib/.build-id/a6/bebf91e2ae24be21d01074d7e8ae402e633f6d +usr/lib/.build-id/a9/75623b570be123938297fbec70ad23b64e35b3 +usr/lib/.build-id/a9/75623b570be123938297fbec70ad23b64e35b3.1 +usr/lib/.build-id/b7/84ac56fb9da71a989cb6137b32b1d098358bd8 +usr/lib/.build-id/be/73846ebca6202ecf016792cd5a860038b51fa2 +usr/lib/.build-id/c0/c6dcc416a532fcf6a9765d8e94b49187b6dff2 +usr/lib/.build-id/c0/c6dcc416a532fcf6a9765d8e94b49187b6dff2.1 +usr/lib/.build-id/c0/f9a155dc6313cc8eacae18bc6e3d2c3db0d989 +usr/lib/.build-id/c2/bc980b10ed2f022066598a42378abfdc297eb8 +usr/lib/.build-id/c5/957f79bf42942ede36ca58fc2ba735310f06fb +usr/lib/.build-id/c9/78fd42254c7c5712b48077a5bea2411928dcf3 +usr/lib/.build-id/cf/cf39fd57ff1cce03a3b7296910f49f3b55fb20 +usr/lib/.build-id/d0/398b3c7f5e5d66b784f11499d78f6a7456ef5c +usr/lib/.build-id/d3/27cf424cd252d0b7cf6ab3cf3fb9f37caa9419 +usr/lib/.build-id/d3/9f987e59468016ddc7c6d672a4b157f1a0ed0a +usr/lib/.build-id/d3/9f987e59468016ddc7c6d672a4b157f1a0ed0a.1 +usr/lib/.build-id/d4/562426184dfc96fe40ddbaf788863be322daa1 +usr/lib/.build-id/d4/d529761dc86e6dcf1c9be94a172ad9a633f16a +usr/lib/.build-id/da/e4084254ac57588fded3332f9f902e775020c7 +usr/lib/.build-id/da/e4084254ac57588fded3332f9f902e775020c7.1 +usr/lib/.build-id/db/b2f10569a94625be7175190c020b2a96361e0d +usr/lib/.build-id/df/e3c6fdde0adc613dae15efcbfe907214f59e90 +usr/lib/.build-id/e1/cb26154903c0c590a5f756b09220dafd8b95dc +usr/lib/.build-id/e9/3edc97d4e77b1f42a5cd79ec3405d4ce70b67a +usr/lib/.build-id/e9/3edc97d4e77b1f42a5cd79ec3405d4ce70b67a.1 +usr/lib/.build-id/ec/d57eb0483cae465822bbf932e392dfba88d49b +usr/lib/.build-id/ec/d57eb0483cae465822bbf932e392dfba88d49b.1 +usr/lib/.build-id/ed/4c4149400872521b942ab5a18890c77ee5c97a +usr/lib/.build-id/fe/12c6237fd106500398125919ad5c871ad5e44a +usr/lib/.build-id/ff/9b24a6c915468f74c8c2fb9ad2607bea9e13c8 +usr/lib/cpp +usr/lib/gcc/x86_64-redhat-linux/11/32/crtbegin.o +usr/lib/gcc/x86_64-redhat-linux/11/32/crtbeginS.o +usr/lib/gcc/x86_64-redhat-linux/11/32/crtbeginT.o +usr/lib/gcc/x86_64-redhat-linux/11/32/crtend.o +usr/lib/gcc/x86_64-redhat-linux/11/32/crtendS.o +usr/lib/gcc/x86_64-redhat-linux/11/32/crtfastmath.o +usr/lib/gcc/x86_64-redhat-linux/11/32/crtoffloadbegin.o +usr/lib/gcc/x86_64-redhat-linux/11/32/crtoffloadend.o +usr/lib/gcc/x86_64-redhat-linux/11/32/crtoffloadtable.o +usr/lib/gcc/x86_64-redhat-linux/11/32/crtprec32.o +usr/lib/gcc/x86_64-redhat-linux/11/32/crtprec64.o +usr/lib/gcc/x86_64-redhat-linux/11/32/crtprec80.o +usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/ieee_arithmetic.mod +usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/ieee_exceptions.mod +usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/ieee_features.mod +usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/omp_lib.f90 +usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/omp_lib.h +usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/omp_lib.mod +usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/omp_lib_kinds.mod +usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/openacc.f90 +usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/openacc.mod +usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/openacc_kinds.mod +usr/lib/gcc/x86_64-redhat-linux/11/32/finclude/openacc_lib.h +usr/lib/gcc/x86_64-redhat-linux/11/32/libasan.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libasan.so +usr/lib/gcc/x86_64-redhat-linux/11/32/libasan_preinit.o +usr/lib/gcc/x86_64-redhat-linux/11/32/libatomic.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libatomic.so +usr/lib/gcc/x86_64-redhat-linux/11/32/libcaf_single.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libgcc.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libgcc_eh.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libgcc_s.so +usr/lib/gcc/x86_64-redhat-linux/11/32/libgcov.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libgfortran.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libgfortran.so +usr/lib/gcc/x86_64-redhat-linux/11/32/libgomp.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libgomp.so +usr/lib/gcc/x86_64-redhat-linux/11/32/libitm.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libitm.so +usr/lib/gcc/x86_64-redhat-linux/11/32/libquadmath.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libquadmath.so +usr/lib/gcc/x86_64-redhat-linux/11/32/libstdc++.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libstdc++.so +usr/lib/gcc/x86_64-redhat-linux/11/32/libstdc++fs.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libsupc++.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libubsan.a +usr/lib/gcc/x86_64-redhat-linux/11/32/libubsan.so +usr/lib/gcc/x86_64-redhat-linux/11/crtbegin.o +usr/lib/gcc/x86_64-redhat-linux/11/crtbeginS.o +usr/lib/gcc/x86_64-redhat-linux/11/crtbeginT.o +usr/lib/gcc/x86_64-redhat-linux/11/crtend.o +usr/lib/gcc/x86_64-redhat-linux/11/crtendS.o +usr/lib/gcc/x86_64-redhat-linux/11/crtfastmath.o +usr/lib/gcc/x86_64-redhat-linux/11/crtoffloadbegin.o +usr/lib/gcc/x86_64-redhat-linux/11/crtoffloadend.o +usr/lib/gcc/x86_64-redhat-linux/11/crtoffloadtable.o +usr/lib/gcc/x86_64-redhat-linux/11/crtprec32.o +usr/lib/gcc/x86_64-redhat-linux/11/crtprec64.o +usr/lib/gcc/x86_64-redhat-linux/11/crtprec80.o +usr/lib/gcc/x86_64-redhat-linux/11/finclude/ieee_arithmetic.mod +usr/lib/gcc/x86_64-redhat-linux/11/finclude/ieee_exceptions.mod +usr/lib/gcc/x86_64-redhat-linux/11/finclude/ieee_features.mod +usr/lib/gcc/x86_64-redhat-linux/11/finclude/omp_lib.f90 +usr/lib/gcc/x86_64-redhat-linux/11/finclude/omp_lib.h +usr/lib/gcc/x86_64-redhat-linux/11/finclude/omp_lib.mod +usr/lib/gcc/x86_64-redhat-linux/11/finclude/omp_lib_kinds.mod +usr/lib/gcc/x86_64-redhat-linux/11/finclude/openacc.f90 +usr/lib/gcc/x86_64-redhat-linux/11/finclude/openacc.mod +usr/lib/gcc/x86_64-redhat-linux/11/finclude/openacc_kinds.mod +usr/lib/gcc/x86_64-redhat-linux/11/finclude/openacc_lib.h +usr/lib/gcc/x86_64-redhat-linux/11/include/ISO_Fortran_binding.h +usr/lib/gcc/x86_64-redhat-linux/11/include/acc_prof.h +usr/lib/gcc/x86_64-redhat-linux/11/include/adxintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/ammintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/amxbf16intrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/amxint8intrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/amxtileintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx2intrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx5124fmapsintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx5124vnniwintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512bf16intrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512bf16vlintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512bitalgintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512bwintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512cdintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512dqintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512erintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512fintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512ifmaintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512ifmavlintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512pfintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vbmi2intrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vbmi2vlintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vbmiintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vbmivlintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vlbwintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vldqintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vlintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vnniintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vnnivlintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vp2intersectintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vp2intersectvlintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vpopcntdqintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avx512vpopcntdqvlintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avxintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/avxvnniintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/bmi2intrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/bmiintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/bmmintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/cet.h +usr/lib/gcc/x86_64-redhat-linux/11/include/cetintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/cldemoteintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/clflushoptintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/clwbintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/clzerointrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/cpuid.h +usr/lib/gcc/x86_64-redhat-linux/11/include/cross-stdarg.h +usr/lib/gcc/x86_64-redhat-linux/11/include/emmintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/enqcmdintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/f16cintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/float.h +usr/lib/gcc/x86_64-redhat-linux/11/include/fma4intrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/fmaintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/fxsrintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/gcov.h +usr/lib/gcc/x86_64-redhat-linux/11/include/gfniintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/hresetintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/ia32intrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/immintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/iso646.h +usr/lib/gcc/x86_64-redhat-linux/11/include/keylockerintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h +usr/lib/gcc/x86_64-redhat-linux/11/include/lwpintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/lzcntintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/mm3dnow.h +usr/lib/gcc/x86_64-redhat-linux/11/include/mm_malloc.h +usr/lib/gcc/x86_64-redhat-linux/11/include/mmintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/movdirintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/mwaitintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/mwaitxintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/nmmintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/omp.h +usr/lib/gcc/x86_64-redhat-linux/11/include/openacc.h +usr/lib/gcc/x86_64-redhat-linux/11/include/pconfigintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/pkuintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/pmmintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/popcntintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/prfchwintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/rdseedintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/rtmintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/sanitizer/asan_interface.h +usr/lib/gcc/x86_64-redhat-linux/11/include/sanitizer/common_interface_defs.h +usr/lib/gcc/x86_64-redhat-linux/11/include/sanitizer/hwasan_interface.h +usr/lib/gcc/x86_64-redhat-linux/11/include/sanitizer/lsan_interface.h +usr/lib/gcc/x86_64-redhat-linux/11/include/sanitizer/tsan_interface.h +usr/lib/gcc/x86_64-redhat-linux/11/include/serializeintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/sgxintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/shaintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/smmintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/stdalign.h +usr/lib/gcc/x86_64-redhat-linux/11/include/stdarg.h +usr/lib/gcc/x86_64-redhat-linux/11/include/stdatomic.h +usr/lib/gcc/x86_64-redhat-linux/11/include/stdbool.h +usr/lib/gcc/x86_64-redhat-linux/11/include/stddef.h +usr/lib/gcc/x86_64-redhat-linux/11/include/stdfix.h +usr/lib/gcc/x86_64-redhat-linux/11/include/stdint-gcc.h +usr/lib/gcc/x86_64-redhat-linux/11/include/stdint.h +usr/lib/gcc/x86_64-redhat-linux/11/include/stdnoreturn.h +usr/lib/gcc/x86_64-redhat-linux/11/include/syslimits.h +usr/lib/gcc/x86_64-redhat-linux/11/include/tbmintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/tmmintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/tsxldtrkintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/uintrintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/unwind.h +usr/lib/gcc/x86_64-redhat-linux/11/include/vaesintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/varargs.h +usr/lib/gcc/x86_64-redhat-linux/11/include/vpclmulqdqintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/waitpkgintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/wbnoinvdintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/wmmintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/x86gprintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/x86intrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/xmmintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/xopintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/xsavecintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/xsaveintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/xsaveoptintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/xsavesintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/include/xtestintrin.h +usr/lib/gcc/x86_64-redhat-linux/11/libasan.so +usr/lib/gcc/x86_64-redhat-linux/11/libasan_preinit.o +usr/lib/gcc/x86_64-redhat-linux/11/libatomic.so +usr/lib/gcc/x86_64-redhat-linux/11/libcaf_single.a +usr/lib/gcc/x86_64-redhat-linux/11/libgcc.a +usr/lib/gcc/x86_64-redhat-linux/11/libgcc_eh.a +usr/lib/gcc/x86_64-redhat-linux/11/libgcc_s.so +usr/lib/gcc/x86_64-redhat-linux/11/libgcov.a +usr/lib/gcc/x86_64-redhat-linux/11/libgfortran.so +usr/lib/gcc/x86_64-redhat-linux/11/libgfortran.spec +usr/lib/gcc/x86_64-redhat-linux/11/libgomp.a +usr/lib/gcc/x86_64-redhat-linux/11/libgomp.so +usr/lib/gcc/x86_64-redhat-linux/11/libgomp.spec +usr/lib/gcc/x86_64-redhat-linux/11/libitm.spec +usr/lib/gcc/x86_64-redhat-linux/11/liblsan.so +usr/lib/gcc/x86_64-redhat-linux/11/liblsan_preinit.o +usr/lib/gcc/x86_64-redhat-linux/11/libsanitizer.spec +usr/lib/gcc/x86_64-redhat-linux/11/libstdc++.so +usr/lib/gcc/x86_64-redhat-linux/11/libstdc++fs.a +usr/lib/gcc/x86_64-redhat-linux/11/libtsan.so +usr/lib/gcc/x86_64-redhat-linux/11/libtsan_preinit.o +usr/lib/gcc/x86_64-redhat-linux/11/libubsan.so +usr/lib/gcc/x86_64-redhat-linux/11/rpmver +usr/lib64/Mcrt1.o +usr/lib64/Scrt1.o +usr/lib64/bfd-plugins/liblto_plugin.so +usr/lib64/crt1.o +usr/lib64/crti.o +usr/lib64/crtn.o +usr/lib64/gcrt1.o +usr/lib64/grcrt1.o +usr/lib64/libBrokenLocale.so +usr/lib64/libanl.a +usr/lib64/libanl.so +usr/lib64/libbfd-%%BUVERSION%%.so +usr/lib64/libbfd.a +usr/lib64/libbfd.la +usr/lib64/libbfd.so +usr/lib64/libc.so +usr/lib64/libc_nonshared.a +usr/lib64/libctf-nobfd.a +usr/lib64/libctf-nobfd.la +usr/lib64/libctf-nobfd.so +usr/lib64/libctf-nobfd.so.0 +usr/lib64/libctf-nobfd.so.0.0.0 +usr/lib64/libctf.a +usr/lib64/libctf.la +usr/lib64/libctf.so +usr/lib64/libctf.so.0 +usr/lib64/libctf.so.0.0.0 +usr/lib64/libdl.a +usr/lib64/libg.a +usr/lib64/libgomp.so.1 +usr/lib64/libgomp.so.1.0.0 +usr/lib64/libiberty.a +usr/lib64/libm.so +usr/lib64/libmcheck.a +usr/lib64/libmpc.so.3 +usr/lib64/libmpc.so.3.2.1 +usr/lib64/libmpfr.so.6 +usr/lib64/libmpfr.so.6.1.0 +usr/lib64/libmvec.so +usr/lib64/libopcodes-%%BUVERSION%%.so +usr/lib64/libopcodes.a +usr/lib64/libopcodes.la +usr/lib64/libopcodes.so +usr/lib64/libpthread.a +usr/lib64/libresolv.so +usr/lib64/librt.a +usr/lib64/libthread_db.so +usr/lib64/libutil.a +usr/lib64/rcrt1.o +usr/libexec/gcc/x86_64-redhat-linux/11/cc1 +usr/libexec/gcc/x86_64-redhat-linux/11/cc1plus +usr/libexec/gcc/x86_64-redhat-linux/11/collect2 +usr/libexec/gcc/x86_64-redhat-linux/11/f951 +usr/libexec/gcc/x86_64-redhat-linux/11/g++-mapper-server +usr/libexec/gcc/x86_64-redhat-linux/11/liblto_plugin.so +usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper +usr/libexec/gcc/x86_64-redhat-linux/11/lto1 +usr/libexec/getconf/default +%%PORTDOCS%%usr/share/doc/binutils/README +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1993.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1994.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1995.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1996.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1997.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1998.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-1999.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2000.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2001.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2013.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2014.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2015.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2016.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2017.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2018.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2019.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog-2020.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog.ptr.bz2 +%%PORTDOCS%%usr/share/doc/gcc-c++/ChangeLog.tree-ssa.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2002.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2003.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2004.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2005.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2006.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2007.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2008.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2009.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2010.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2011.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2012.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2013.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2013.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2014.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2014.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2015.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2015.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2016.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2016.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2017.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2017.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2018.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2018.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2019.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2019.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2020.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog-2020.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog.libgfortran.bz2 +%%PORTDOCS%%usr/share/doc/gcc-gfortran/ChangeLog.ptr.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-1997.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-1998.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-1999.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2000.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2001.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2013.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2014.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2015.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2016.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2017.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2018.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2019.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog-2020.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.dataflow.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.gimple-classes.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.graphite.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.jit.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.lib.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.ptr.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.tree-ssa.bz2 +%%PORTDOCS%%usr/share/doc/gcc/ChangeLog.tuples.bz2 +%%PORTDOCS%%usr/share/doc/gcc/README.Portability +%%PORTDOCS%%usr/share/doc/libgomp/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/libgomp/ChangeLog.graphite.bz2 +%%PORTDOCS%%usr/share/doc/libmpc/NEWS +%%PORTDOCS%%usr/share/doc/libmpc/README +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-1998.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-1999.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2000.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2001.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2002.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2003.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2004.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2005.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2006.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2007.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2008.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2009.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2010.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2011.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2012.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2013.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2014.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2015.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2016.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2017.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2018.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2019.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog-2020.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/ChangeLog.bz2 +%%PORTDOCS%%usr/share/doc/libstdc++-devel/README +%%PORTDOCS%%usr/share/doc/mpfr/BUGS +%%PORTDOCS%%usr/share/doc/mpfr/NEWS +%%PORTDOCS%%usr/share/doc/mpfr/PATCHES +%%PORTDOCS%%usr/share/doc/mpfr/README +usr/share/info/as.info.gz +usr/share/info/bfd.info.gz +usr/share/info/binutils.info.gz +usr/share/info/cpp.info.gz +usr/share/info/cppinternals.info.gz +usr/share/info/gcc.info.gz +usr/share/info/gccinstall.info.gz +usr/share/info/gccint.info.gz +usr/share/info/gfortran.info.gz +usr/share/info/gprof.info.gz +usr/share/info/ld.info.gz +usr/share/info/libgomp.info.gz +usr/share/licenses/binutils/COPYING +usr/share/licenses/binutils/COPYING.LIB +usr/share/licenses/binutils/COPYING3 +usr/share/licenses/binutils/COPYING3.LIB +usr/share/licenses/gcc/COPYING +usr/share/licenses/gcc/COPYING.LIB +usr/share/licenses/gcc/COPYING.RUNTIME +usr/share/licenses/gcc/COPYING3 +usr/share/licenses/gcc/COPYING3.LIB +usr/share/licenses/libmpc/COPYING.LESSER +usr/share/licenses/mpfr/COPYING +usr/share/licenses/mpfr/COPYING.LESSER +%%NLS%%usr/share/locale/be/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gprof.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gas.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gold.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/ld.mo +usr/share/man/man1/addr2line.1.gz +usr/share/man/man1/ar.1.gz +usr/share/man/man1/as.1.gz +usr/share/man/man1/c++filt.1.gz +usr/share/man/man1/cpp.1.gz +usr/share/man/man1/elfedit.1.gz +usr/share/man/man1/g++.1.gz +usr/share/man/man1/gcc.1.gz +usr/share/man/man1/gcov-dump.1.gz +usr/share/man/man1/gcov-tool.1.gz +usr/share/man/man1/gcov.1.gz +usr/share/man/man1/gfortran.1.gz +usr/share/man/man1/gprof.1.gz +usr/share/man/man1/ld.1.gz +usr/share/man/man1/lto-dump.1.gz +usr/share/man/man1/nm.1.gz +usr/share/man/man1/objcopy.1.gz +usr/share/man/man1/objdump.1.gz +usr/share/man/man1/ranlib.1.gz +usr/share/man/man1/readelf.1.gz +usr/share/man/man1/size.1.gz +usr/share/man/man1/strings.1.gz +usr/share/man/man1/strip.1.gz +@dir usr/lib64/gfortran/modules diff --git a/devel/linux-rl9-elfutils-libelf/Makefile b/devel/linux-rl9-elfutils-libelf/Makefile new file mode 100644 index 00000000000..cca17bd3858 --- /dev/null +++ b/devel/linux-rl9-elfutils-libelf/Makefile @@ -0,0 +1,21 @@ +PORTNAME= elfutils +PORTVERSION= 0.189 +DISTVERSIONSUFFIX= -3.el9 +CATEGORIES= devel linux +PKGNAMESUFFIX= -libelf + +MAINTAINER= emulation@FreeBSD.org +COMMENT= ELF file handling library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://sourceware.org/elfutils/ + +USES= cpe linux:rl9 +CPE_VENDOR= ${PORTNAME}_project +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +.include diff --git a/devel/linux-rl9-elfutils-libelf/distinfo b/devel/linux-rl9-elfutils-libelf/distinfo new file mode 100644 index 00000000000..d2c42fbfdac --- /dev/null +++ b/devel/linux-rl9-elfutils-libelf/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707693765 +SHA256 (rocky/e/elfutils-libelf-0.189-3.el9.aarch64.rpm) = 5133857ef04ca849e41996d7b6d5c4345935912bac49765fb537e9597ca6f2e4 +SIZE (rocky/e/elfutils-libelf-0.189-3.el9.aarch64.rpm) = 195591 +SHA256 (rocky/e/elfutils-libelf-0.189-3.el9.x86_64.rpm) = 2d61d3deaebbfc30e08003efc08c01eb24b2a4637446892cc56c053a29c241bf +SIZE (rocky/e/elfutils-libelf-0.189-3.el9.x86_64.rpm) = 196129 +SHA256 (rocky/e/elfutils-0.189-3.el9.src.rpm) = bb38e4f1eba912d4604cf6b3913500c55e6fae6e354296c48185367684ff43f2 +SIZE (rocky/e/elfutils-0.189-3.el9.src.rpm) = 9174873 diff --git a/devel/linux-rl9-elfutils-libelf/pkg-descr b/devel/linux-rl9-elfutils-libelf/pkg-descr new file mode 100644 index 00000000000..aca978e3fbd --- /dev/null +++ b/devel/linux-rl9-elfutils-libelf/pkg-descr @@ -0,0 +1 @@ +ELF file handling library from elfutils. diff --git a/devel/linux-rl9-elfutils-libelf/pkg-plist.aarch64 b/devel/linux-rl9-elfutils-libelf/pkg-plist.aarch64 new file mode 100644 index 00000000000..9238be1752c --- /dev/null +++ b/devel/linux-rl9-elfutils-libelf/pkg-plist.aarch64 @@ -0,0 +1,12 @@ +usr/lib/.build-id/c1/ae6bfeb086e92cf287e0355bc8df8d329993fd +usr/lib64/libelf-0.189.so +usr/lib64/libelf.so.1 +usr/share/licenses/elfutils-libelf/COPYING-GPLV2 +usr/share/licenses/elfutils-libelf/COPYING-LGPLV3 +%%NLS%%usr/share/locale/de/LC_MESSAGES/elfutils.mo +%%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/elfutils.mo +%%NLS%%usr/share/locale/en@quot/LC_MESSAGES/elfutils.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/elfutils.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/elfutils.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/elfutils.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/elfutils.mo diff --git a/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 b/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 new file mode 100644 index 00000000000..221547fadfe --- /dev/null +++ b/devel/linux-rl9-elfutils-libelf/pkg-plist.amd64 @@ -0,0 +1,12 @@ +usr/lib/.build-id/7e/61eb8ebb14f4c803696e0933900510c4a85608 +usr/lib64/libelf-0.189.so +usr/lib64/libelf.so.1 +usr/share/licenses/elfutils-libelf/COPYING-GPLV2 +usr/share/licenses/elfutils-libelf/COPYING-LGPLV3 +%%NLS%%usr/share/locale/de/LC_MESSAGES/elfutils.mo +%%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/elfutils.mo +%%NLS%%usr/share/locale/en@quot/LC_MESSAGES/elfutils.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/elfutils.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/elfutils.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/elfutils.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/elfutils.mo diff --git a/devel/linux-rl9-elfutils-libs/Makefile b/devel/linux-rl9-elfutils-libs/Makefile new file mode 100644 index 00000000000..697a4c5989f --- /dev/null +++ b/devel/linux-rl9-elfutils-libs/Makefile @@ -0,0 +1,19 @@ +PORTNAME= elfutils +PORTVERSION= 0.189 +DISTVERSIONSUFFIX= -3.el9 +CATEGORIES= devel linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= ELF file handling libraries (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://sourceware.org/elfutils/ + +USES= cpe linux:rl9 +CPE_VENDOR= ${PORTNAME}_project +USE_LDCONFIG= yes +USE_LINUX= elfutils-libelf +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +.include diff --git a/devel/linux-rl9-elfutils-libs/distinfo b/devel/linux-rl9-elfutils-libs/distinfo new file mode 100644 index 00000000000..d623b68ac47 --- /dev/null +++ b/devel/linux-rl9-elfutils-libs/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707693884 +SHA256 (rocky/e/elfutils-libs-0.189-3.el9.aarch64.rpm) = 4e2ee96c0032e78845bb91c7e52a9c3e762a0fb1ea39c5836cf4d04892587538 +SIZE (rocky/e/elfutils-libs-0.189-3.el9.aarch64.rpm) = 258040 +SHA256 (rocky/e/elfutils-libs-0.189-3.el9.x86_64.rpm) = 62596104ee3d12f7781d3b3a89bf2d0bc1b68f742e7efe788478f4001706b2a9 +SIZE (rocky/e/elfutils-libs-0.189-3.el9.x86_64.rpm) = 260247 +SHA256 (rocky/e/elfutils-0.189-3.el9.src.rpm) = bb38e4f1eba912d4604cf6b3913500c55e6fae6e354296c48185367684ff43f2 +SIZE (rocky/e/elfutils-0.189-3.el9.src.rpm) = 9174873 diff --git a/devel/linux-rl9-elfutils-libs/pkg-descr b/devel/linux-rl9-elfutils-libs/pkg-descr new file mode 100644 index 00000000000..f823cc32c61 --- /dev/null +++ b/devel/linux-rl9-elfutils-libs/pkg-descr @@ -0,0 +1 @@ +ELF file handling libraries from elfutils. diff --git a/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 b/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 new file mode 100644 index 00000000000..ee068791092 --- /dev/null +++ b/devel/linux-rl9-elfutils-libs/pkg-plist.aarch64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/5b/778ae28f86e91923d46182aed376e17b5f78b1 +usr/lib/.build-id/6d/003c37df45f33b50db8e5a6e4b22e560db637f +usr/lib64/libasm-0.189.so +usr/lib64/libasm.so.1 +usr/lib64/libdw-0.189.so +usr/lib64/libdw.so.1 +usr/share/licenses/elfutils-libs/COPYING-GPLV2 +usr/share/licenses/elfutils-libs/COPYING-LGPLV3 diff --git a/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 b/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 new file mode 100644 index 00000000000..65984226e8e --- /dev/null +++ b/devel/linux-rl9-elfutils-libs/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/81/bc56a4488989be228ea23cb828c842583734b2 +usr/lib/.build-id/c1/8aa685246386e817f17228d121f009b6b42bd6 +usr/lib64/libasm-0.189.so +usr/lib64/libasm.so.1 +usr/lib64/libdw-0.189.so +usr/lib64/libdw.so.1 +usr/share/licenses/elfutils-libs/COPYING-GPLV2 +usr/share/licenses/elfutils-libs/COPYING-LGPLV3 diff --git a/devel/linux-rl9-icu/Makefile b/devel/linux-rl9-icu/Makefile new file mode 100644 index 00000000000..02186a55d33 --- /dev/null +++ b/devel/linux-rl9-icu/Makefile @@ -0,0 +1,25 @@ +PORTNAME= icu +PORTVERSION= 67.1 +DISTVERSIONSUFFIX= -9.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= International Components for Unicode (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://site.icu-project.org/ + +USES= cpe linux:rl9 +CPE_VENDOR= ${PORTNAME}-project +CPE_PRODUCT= international_components_for_unicode +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} +LIB_DISTNAMES= lib${PORTNAME}-${DISTVERSIONFULL} +SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/lib${PORTNAME}-${PORTVERSION} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-icu/distinfo b/devel/linux-rl9-icu/distinfo new file mode 100644 index 00000000000..e80d12dcc46 --- /dev/null +++ b/devel/linux-rl9-icu/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1707748760 +SHA256 (rocky/i/icu-67.1-9.el9.aarch64.rpm) = aa01fcb0f8a13c6ae3ea6d352ab371ae60a30b950361b9b31fc817e6a21a5256 +SIZE (rocky/i/icu-67.1-9.el9.aarch64.rpm) = 225157 +SHA256 (rocky/i/icu-67.1-9.el9.x86_64.rpm) = e3caf7726874774401126f4828b39f73d8067a9dcaa2d1568df08189604ab644 +SIZE (rocky/i/icu-67.1-9.el9.x86_64.rpm) = 230028 +SHA256 (rocky/l/libicu-67.1-9.el9.aarch64.rpm) = 360fc8ba49687c886b2c044681878becf96349b9f5442fd6f787a1f3fb9ff90a +SIZE (rocky/l/libicu-67.1-9.el9.aarch64.rpm) = 9934126 +SHA256 (rocky/l/libicu-67.1-9.el9.x86_64.rpm) = 380c7e0d8f802c5cde277376773d295cbbb2f8ec045f18fcb4ab452bff794a26 +SIZE (rocky/l/libicu-67.1-9.el9.x86_64.rpm) = 10044344 +SHA256 (rocky/i/icu-67.1-9.el9.src.rpm) = abbf21f245ed6f3bb21509048c0dfd0bf5d69f731a01cb42e5cee46db59b15c4 +SIZE (rocky/i/icu-67.1-9.el9.src.rpm) = 23179814 diff --git a/devel/linux-rl9-icu/pkg-plist.aarch64 b/devel/linux-rl9-icu/pkg-plist.aarch64 new file mode 100644 index 00000000000..39083ad0b79 --- /dev/null +++ b/devel/linux-rl9-icu/pkg-plist.aarch64 @@ -0,0 +1,65 @@ +usr/bin/derb +usr/bin/genbrk +usr/bin/gencfu +usr/bin/gencnval +usr/bin/gendict +usr/bin/genrb +usr/bin/makeconv +usr/bin/pkgdata +usr/bin/uconv +usr/lib/.build-id/0a/4c62f8c1982aec2e47e2efbf118a2779e2e40f +usr/lib/.build-id/16/ce30a9b9c5cb8f6170d676a665b15041d81602 +usr/lib/.build-id/2a/87a4d48b7395f28ae793157e22e3065fa760ca +usr/lib/.build-id/2b/84c472c3de19f984fc09e767fe8c511cc25b82 +usr/lib/.build-id/2f/8e12b405820a5d7af5465c2302f480b5d77206 +usr/lib/.build-id/46/0db80deec45de136f3a68010be3ee55c9c45ea +usr/lib/.build-id/46/c9b649784d287c7973077257e61d39c2c7692c +usr/lib/.build-id/4b/cd8f22a3b28b08989b8ffa95f41654d853232c +usr/lib/.build-id/57/7988a205de98dc2e9658d401defe94252fecca +usr/lib/.build-id/59/f8595da4c3547e0e872abe297b4339e836d099 +usr/lib/.build-id/5d/2294bb7a1449eb96c6b50d32ae35a75153252e +usr/lib/.build-id/61/a88f8be065a025e9b5c6c111349b4d19d3d8db +usr/lib/.build-id/7f/e3f8c6f8d511ae850ff86269cc31e0c2c5cadd +usr/lib/.build-id/80/53d1d29051186d43f142b430a0f31d1156e8f1 +usr/lib/.build-id/85/e78ac566180f922a683b99da799d0d48feffe6 +usr/lib/.build-id/95/7b34ae15fe97ca423a075ec52527401ffdcc28 +usr/lib/.build-id/ab/4dc87383b0f677f3f8e5ed2451645c18b6f714 +usr/lib/.build-id/b3/49c75224ef49ecc00feff366ee7160a3e176d3 +usr/lib/.build-id/ba/3297a3db2ce87933bfac643920943ea4624ff8 +usr/lib/.build-id/f9/0006eabb6479267026e4bf9c431a42f52262da +usr/lib/.build-id/fd/51cef230a8d76b9176ae8f4ade6bc664a2ec64 +usr/lib64/libicudata.so.67 +usr/lib64/libicudata.so.67.1 +usr/lib64/libicui18n.so.67 +usr/lib64/libicui18n.so.67.1 +usr/lib64/libicuio.so.67 +usr/lib64/libicuio.so.67.1 +usr/lib64/libicutest.so.67 +usr/lib64/libicutest.so.67.1 +usr/lib64/libicutu.so.67 +usr/lib64/libicutu.so.67.1 +usr/lib64/libicuuc.so.67 +usr/lib64/libicuuc.so.67.1 +usr/sbin/escapesrc +usr/sbin/genccode +usr/sbin/gencmn +usr/sbin/gennorm2 +usr/sbin/gensprep +usr/sbin/icupkg +%%PORTDOCS%%usr/share/doc/libicu/readme.html +usr/share/licenses/icu/license.html +usr/share/licenses/libicu/LICENSE +usr/share/man/man1/derb.1.gz +usr/share/man/man1/genbrk.1.gz +usr/share/man/man1/gencfu.1.gz +usr/share/man/man1/gencnval.1.gz +usr/share/man/man1/gendict.1.gz +usr/share/man/man1/genrb.1.gz +usr/share/man/man1/makeconv.1.gz +usr/share/man/man1/pkgdata.1.gz +usr/share/man/man1/uconv.1.gz +usr/share/man/man8/genccode.8.gz +usr/share/man/man8/gencmn.8.gz +usr/share/man/man8/gennorm2.8.gz +usr/share/man/man8/gensprep.8.gz +usr/share/man/man8/icupkg.8.gz diff --git a/devel/linux-rl9-icu/pkg-plist.amd64 b/devel/linux-rl9-icu/pkg-plist.amd64 new file mode 100644 index 00000000000..62e9e85600f --- /dev/null +++ b/devel/linux-rl9-icu/pkg-plist.amd64 @@ -0,0 +1,65 @@ +usr/bin/derb +usr/bin/genbrk +usr/bin/gencfu +usr/bin/gencnval +usr/bin/gendict +usr/bin/genrb +usr/bin/makeconv +usr/bin/pkgdata +usr/bin/uconv +usr/lib/.build-id/0b/219e9d759bc558d1154e8e6a72ffc80254e620 +usr/lib/.build-id/2d/a903765bcfcc1e9f1459212df87ace635347a6 +usr/lib/.build-id/3a/8c86b59102c63a35125edbb4d53d5468556f6a +usr/lib/.build-id/3d/df6ccf893e099283e1cf4e411ab9df992277d8 +usr/lib/.build-id/3f/cfcfa0fc7264d304b2b773e63721cb52694fb2 +usr/lib/.build-id/51/b477b4b401c36296389c3b025adc72ff6e5b24 +usr/lib/.build-id/54/11ba56f6e334192e29e58285a23aae94d8545b +usr/lib/.build-id/5d/31d81a5881815a8811b9e0ac38a83a2ec79edb +usr/lib/.build-id/60/8df451d74ff16a28ae1271bb24c7b22c5765dc +usr/lib/.build-id/67/3454769dc18a40faf5e038131111f8d98c3eb0 +usr/lib/.build-id/73/b0e31ff8ee67c452e4725d4562011afbde14b7 +usr/lib/.build-id/79/653be0c5543d662f491457e3bf7d5b02274375 +usr/lib/.build-id/81/b0fb262ea0b90d2bb0987cceb1b0061fd1bad1 +usr/lib/.build-id/99/32215c742033627ba4840b879432be9dd20bd6 +usr/lib/.build-id/c5/56036fb8af0b352541ba3b6a7ecebfcc91500a +usr/lib/.build-id/ce/7999f6175624333fb79fb78c193408612ee0ff +usr/lib/.build-id/d5/36c4d04b428e1835e98be01dacc833ba707573 +usr/lib/.build-id/e1/bec57a2f33fb6cbf5ce702e7f0b338b9a8effd +usr/lib/.build-id/e3/a740bd04378541412cf7b2d165867a34396e2b +usr/lib/.build-id/e9/cad068967445acdd0d3b2f42a4f6116c778257 +usr/lib/.build-id/f2/7a22f614628bb3d8ee35425a8141eb1e09e124 +usr/lib64/libicudata.so.67 +usr/lib64/libicudata.so.67.1 +usr/lib64/libicui18n.so.67 +usr/lib64/libicui18n.so.67.1 +usr/lib64/libicuio.so.67 +usr/lib64/libicuio.so.67.1 +usr/lib64/libicutest.so.67 +usr/lib64/libicutest.so.67.1 +usr/lib64/libicutu.so.67 +usr/lib64/libicutu.so.67.1 +usr/lib64/libicuuc.so.67 +usr/lib64/libicuuc.so.67.1 +usr/sbin/escapesrc +usr/sbin/genccode +usr/sbin/gencmn +usr/sbin/gennorm2 +usr/sbin/gensprep +usr/sbin/icupkg +%%PORTDOCS%%usr/share/doc/libicu/readme.html +usr/share/licenses/icu/license.html +usr/share/licenses/libicu/LICENSE +usr/share/man/man1/derb.1.gz +usr/share/man/man1/genbrk.1.gz +usr/share/man/man1/gencfu.1.gz +usr/share/man/man1/gencnval.1.gz +usr/share/man/man1/gendict.1.gz +usr/share/man/man1/genrb.1.gz +usr/share/man/man1/makeconv.1.gz +usr/share/man/man1/pkgdata.1.gz +usr/share/man/man1/uconv.1.gz +usr/share/man/man8/genccode.8.gz +usr/share/man/man8/gencmn.8.gz +usr/share/man/man8/gennorm2.8.gz +usr/share/man/man8/gensprep.8.gz +usr/share/man/man8/icupkg.8.gz diff --git a/devel/linux-rl9-libevent/Makefile b/devel/linux-rl9-libevent/Makefile new file mode 100644 index 00000000000..61c7ff83a94 --- /dev/null +++ b/devel/linux-rl9-libevent/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libevent +PORTVERSION= 2.1.12 +DISTVERSIONSUFFIX= -6.el9 +CATEGORIES= devel + +MAINTAINER= emulation@FreeBSD.org +COMMENT= API for executing callback functions on events or timeouts (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://libevent.org/ + +LICENSE= BSD3CLAUSE + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-libevent/distinfo b/devel/linux-rl9-libevent/distinfo new file mode 100644 index 00000000000..e2d507ee339 --- /dev/null +++ b/devel/linux-rl9-libevent/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707752694 +SHA256 (rocky/l/libevent-2.1.12-6.el9.aarch64.rpm) = 804e0489c650a64e644931734efe6ec98dcccae5902a1fc2d90fc0e8b64d8e5b +SIZE (rocky/l/libevent-2.1.12-6.el9.aarch64.rpm) = 258903 +SHA256 (rocky/l/libevent-2.1.12-6.el9.x86_64.rpm) = 4d104f653aa702ba18bc45f5bd4b1f2853b70a8c1cdd64c255570570d20ca91d +SIZE (rocky/l/libevent-2.1.12-6.el9.x86_64.rpm) = 267425 +SHA256 (rocky/l/libevent-2.1.12-6.el9.src.rpm) = 5ba97ff1138f740dc5258dcdc6fd0e6552de4d197b29049f02ea77a75d9109fa +SIZE (rocky/l/libevent-2.1.12-6.el9.src.rpm) = 1115990 diff --git a/devel/linux-rl9-libevent/pkg-plist.aarch64 b/devel/linux-rl9-libevent/pkg-plist.aarch64 new file mode 100644 index 00000000000..7a8fc8f04f7 --- /dev/null +++ b/devel/linux-rl9-libevent/pkg-plist.aarch64 @@ -0,0 +1,17 @@ +usr/lib/.build-id/89/49a93f6fff81d1876db13d8abc05bf4f50672b +usr/lib/.build-id/8a/eaced21aa7de66802d16c200fa30ae581b4dfb +usr/lib/.build-id/d8/0ca989aa8dbd0f0e6b958849203b525f074bc2 +usr/lib/.build-id/d9/3c2c5e4cf9fe8927c7e1f155e75ab8af7d0b80 +usr/lib/.build-id/e8/dadc4c72148857dd4d1eb7f0d84b8c30a78521 +usr/lib64/libevent-2.1.so.7 +usr/lib64/libevent-2.1.so.7.0.1 +usr/lib64/libevent_core-2.1.so.7 +usr/lib64/libevent_core-2.1.so.7.0.1 +usr/lib64/libevent_extra-2.1.so.7 +usr/lib64/libevent_extra-2.1.so.7.0.1 +usr/lib64/libevent_openssl-2.1.so.7 +usr/lib64/libevent_openssl-2.1.so.7.0.1 +usr/lib64/libevent_pthreads-2.1.so.7 +usr/lib64/libevent_pthreads-2.1.so.7.0.1 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +usr/share/licenses/libevent/LICENSE diff --git a/devel/linux-rl9-libevent/pkg-plist.amd64 b/devel/linux-rl9-libevent/pkg-plist.amd64 new file mode 100644 index 00000000000..a07a4c7f0f0 --- /dev/null +++ b/devel/linux-rl9-libevent/pkg-plist.amd64 @@ -0,0 +1,17 @@ +usr/lib/.build-id/24/53968e23634a7a1226bd2f2c19894fa6c8a7bb +usr/lib/.build-id/76/00e5c1c74925db9e3f21e75f585188aa4c40e8 +usr/lib/.build-id/ce/7823c792121bdf52fb3c0e032e4ee11b9b98a2 +usr/lib/.build-id/df/7c0c11827a75ee19534b9966f27978f91ea8fb +usr/lib/.build-id/fa/9bfe9aec74a3279d97aa1fc233a6cc3f8b9143 +usr/lib64/libevent-2.1.so.7 +usr/lib64/libevent-2.1.so.7.0.1 +usr/lib64/libevent_core-2.1.so.7 +usr/lib64/libevent_core-2.1.so.7.0.1 +usr/lib64/libevent_extra-2.1.so.7 +usr/lib64/libevent_extra-2.1.so.7.0.1 +usr/lib64/libevent_openssl-2.1.so.7 +usr/lib64/libevent_openssl-2.1.so.7.0.1 +usr/lib64/libevent_pthreads-2.1.so.7 +usr/lib64/libevent_pthreads-2.1.so.7.0.1 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +usr/share/licenses/libevent/LICENSE diff --git a/devel/linux-rl9-libgfortran/Makefile b/devel/linux-rl9-libgfortran/Makefile new file mode 100644 index 00000000000..62a8c6581ad --- /dev/null +++ b/devel/linux-rl9-libgfortran/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libgfortran +PORTVERSION= 11.4.1 +DISTVERSIONSUFFIX= -2.1.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Runtime libraries for gfortran (Linux Centos ${LINUX_DIST_VER}) +WWW= https://www.centos.org + +USES= cpe linux:rl9 +CPE_VENDOR= gnu +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +SRC_DISTFILES= gcc-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} + +.include diff --git a/devel/linux-rl9-libgfortran/distinfo b/devel/linux-rl9-libgfortran/distinfo new file mode 100644 index 00000000000..be31b42239f --- /dev/null +++ b/devel/linux-rl9-libgfortran/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707694084 +SHA256 (rocky/l/libgfortran-11.4.1-2.1.el9.aarch64.rpm) = 0f433974d7ab4ec5738e5a3a182fec5f99e4b6c27956a82b6c70ae0ef3e14072 +SIZE (rocky/l/libgfortran-11.4.1-2.1.el9.aarch64.rpm) = 448295 +SHA256 (rocky/l/libgfortran-11.4.1-2.1.el9.x86_64.rpm) = dce9c5f4f577839464913ce3da6948774003cdd1b92afcd0c424a92b6329248f +SIZE (rocky/l/libgfortran-11.4.1-2.1.el9.x86_64.rpm) = 826614 +SHA256 (rocky/g/gcc-11.4.1-2.1.el9.src.rpm) = 179136696b4a635c7e500ba982464c16c2ea8ce1349d05270812fdb88532cb2a +SIZE (rocky/g/gcc-11.4.1-2.1.el9.src.rpm) = 81805344 diff --git a/devel/linux-rl9-libgfortran/pkg-descr b/devel/linux-rl9-libgfortran/pkg-descr new file mode 100644 index 00000000000..59ab236e91f --- /dev/null +++ b/devel/linux-rl9-libgfortran/pkg-descr @@ -0,0 +1 @@ +Necessary gfortran libs for Linux. diff --git a/devel/linux-rl9-libgfortran/pkg-plist.aarch64 b/devel/linux-rl9-libgfortran/pkg-plist.aarch64 new file mode 100644 index 00000000000..ecd7020e523 --- /dev/null +++ b/devel/linux-rl9-libgfortran/pkg-plist.aarch64 @@ -0,0 +1,3 @@ +usr/lib/.build-id/22/6bff7a655954b69e08bad98f6510d6e41f12c2 +usr/lib64/libgfortran.so.5 +usr/lib64/libgfortran.so.5.0.0 diff --git a/devel/linux-rl9-libgfortran/pkg-plist.amd64 b/devel/linux-rl9-libgfortran/pkg-plist.amd64 new file mode 100644 index 00000000000..9c832b204f1 --- /dev/null +++ b/devel/linux-rl9-libgfortran/pkg-plist.amd64 @@ -0,0 +1,3 @@ +usr/lib/.build-id/f3/1c545da88bd82e4c6d429ab2f7210429625351 +usr/lib64/libgfortran.so.5 +usr/lib64/libgfortran.so.5.0.0 diff --git a/devel/linux-rl9-libpciaccess/Makefile b/devel/linux-rl9-libpciaccess/Makefile new file mode 100644 index 00000000000..7604c43d4d5 --- /dev/null +++ b/devel/linux-rl9-libpciaccess/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libpciaccess +PORTVERSION= 0.16 +DISTVERSIONSUFFIX= -6.el9 +CATEGORIES= devel + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Generic PCI access library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.freedesktop.org/wiki/Software/xlibs/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-libpciaccess/distinfo b/devel/linux-rl9-libpciaccess/distinfo new file mode 100644 index 00000000000..24200c212a6 --- /dev/null +++ b/devel/linux-rl9-libpciaccess/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686559027 +SHA256 (rocky/l/libpciaccess-0.16-6.el9.aarch64.rpm) = 3ace1f67e1f9aaf1d2a55278587e12c593eb852510e08d16d6c690e079e02020 +SIZE (rocky/l/libpciaccess-0.16-6.el9.aarch64.rpm) = 26643 +SHA256 (rocky/l/libpciaccess-0.16-6.el9.x86_64.rpm) = 7d7bdd6f7a02204a1f10cf69cc71019cb408d5ed86dd8d0581aa5a226fae0865 +SIZE (rocky/l/libpciaccess-0.16-6.el9.x86_64.rpm) = 27181 +SHA256 (rocky/l/libpciaccess-0.16-6.el9.src.rpm) = 528647fc9606e70b186956041435dba1c9f679a44e3db1eeee4262cb59e15740 +SIZE (rocky/l/libpciaccess-0.16-6.el9.src.rpm) = 379303 diff --git a/devel/linux-rl9-libpciaccess/pkg-plist.aarch64 b/devel/linux-rl9-libpciaccess/pkg-plist.aarch64 new file mode 100644 index 00000000000..05b794d9f97 --- /dev/null +++ b/devel/linux-rl9-libpciaccess/pkg-plist.aarch64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/5d/b568454d6f859c1513741f730de09067832a2a +usr/lib64/libpciaccess.so.0 +usr/lib64/libpciaccess.so.0.11.1 +%%PORTDOCS%%usr/share/doc/libpciaccess/AUTHORS +usr/share/licenses/libpciaccess/COPYING diff --git a/devel/linux-rl9-libpciaccess/pkg-plist.amd64 b/devel/linux-rl9-libpciaccess/pkg-plist.amd64 new file mode 100644 index 00000000000..9d36fd101bd --- /dev/null +++ b/devel/linux-rl9-libpciaccess/pkg-plist.amd64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/f2/544fa0a4d8367567c3d7ee1415912fc58a4aaf +usr/lib64/libpciaccess.so.0 +usr/lib64/libpciaccess.so.0.11.1 +%%PORTDOCS%%usr/share/doc/libpciaccess/AUTHORS +usr/share/licenses/libpciaccess/COPYING diff --git a/devel/linux-rl9-libsigc++20/Makefile b/devel/linux-rl9-libsigc++20/Makefile new file mode 100644 index 00000000000..4f18b8ceb04 --- /dev/null +++ b/devel/linux-rl9-libsigc++20/Makefile @@ -0,0 +1,20 @@ +PORTNAME= libsigc++20 +PORTVERSION= 2.10.7 +DISTVERSIONSUFFIX= -2.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Callback Framework for C++ (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://libsigc.sourceforge.net/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-libsigc++20/distinfo b/devel/linux-rl9-libsigc++20/distinfo new file mode 100644 index 00000000000..139fb836dc7 --- /dev/null +++ b/devel/linux-rl9-libsigc++20/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707309419 +SHA256 (rocky/l/libsigc++20-2.10.7-2.el9.aarch64.rpm) = 23df51556ad0ef4da4601e70d83c669624f0851d3582e72457fa80ab75573477 +SIZE (rocky/l/libsigc++20-2.10.7-2.el9.aarch64.rpm) = 38646 +SHA256 (rocky/l/libsigc++20-2.10.7-2.el9.x86_64.rpm) = 7c7327a10e3efd22b91835e0565427fbf1f60939224196aa1b4273ed5befe8eb +SIZE (rocky/l/libsigc++20-2.10.7-2.el9.x86_64.rpm) = 39411 +SHA256 (rocky/l/libsigc++20-2.10.7-2.el9.src.rpm) = ac37c3d42426f0ba25315cf9bd55e669c7fa840ff785110f3eb7816b4417a952 +SIZE (rocky/l/libsigc++20-2.10.7-2.el9.src.rpm) = 4805164 diff --git a/devel/linux-rl9-libsigc++20/pkg-plist.amd64 b/devel/linux-rl9-libsigc++20/pkg-plist.amd64 new file mode 100644 index 00000000000..f572d55b134 --- /dev/null +++ b/devel/linux-rl9-libsigc++20/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/4a/db2a5a1c3fdec4f90ff0bc7ca3005fdba8877f +usr/lib64/libsigc-2.0.so.0 +usr/lib64/libsigc-2.0.so.0.0.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libsigc++20/COPYING diff --git a/devel/linux-rl9-libsigsegv/Makefile b/devel/linux-rl9-libsigsegv/Makefile new file mode 100644 index 00000000000..cfd0e43d7c3 --- /dev/null +++ b/devel/linux-rl9-libsigsegv/Makefile @@ -0,0 +1,20 @@ +PORTNAME= libsigsegv +PORTVERSION= 2.13 +DISTVERSIONSUFFIX= -4.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Handling page faults in user mode (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnu.org/software/libsigsegv/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-libsigsegv/distinfo b/devel/linux-rl9-libsigsegv/distinfo new file mode 100644 index 00000000000..63e4cc68a46 --- /dev/null +++ b/devel/linux-rl9-libsigsegv/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707310038 +SHA256 (rocky/l/libsigsegv-2.13-4.el9.aarch64.rpm) = 1935c944375f3bf40913bbda2cd87bbaf25a475be51c1662c24f54eb04da584b +SIZE (rocky/l/libsigsegv-2.13-4.el9.aarch64.rpm) = 27124 +SHA256 (rocky/l/libsigsegv-2.13-4.el9.x86_64.rpm) = a80701bd3f67994493b1a14e043d9212032c86fd24374c309cf2b7006900f4da +SIZE (rocky/l/libsigsegv-2.13-4.el9.x86_64.rpm) = 27135 +SHA256 (rocky/l/libsigsegv-2.13-4.el9.src.rpm) = 36dc113c8837b27c3c12b021e05786b69c2014519ed4c9f5354436cd80e8b1a4 +SIZE (rocky/l/libsigsegv-2.13-4.el9.src.rpm) = 471565 diff --git a/devel/linux-rl9-libsigsegv/pkg-plist.amd64 b/devel/linux-rl9-libsigsegv/pkg-plist.amd64 new file mode 100644 index 00000000000..d1ac907911e --- /dev/null +++ b/devel/linux-rl9-libsigsegv/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/dc/6c919a45d4cdcc1e9aa671ba513dfc1350d776 +usr/lib64/libsigsegv.so.2 +usr/lib64/libsigsegv.so.2.0.6 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libsigsegv/COPYING diff --git a/devel/linux-rl9-libsoup/Makefile b/devel/linux-rl9-libsoup/Makefile new file mode 100644 index 00000000000..42f68d2ce0a --- /dev/null +++ b/devel/linux-rl9-libsoup/Makefile @@ -0,0 +1,24 @@ +PORTNAME= libsoup +PORTVERSION= 2.72.0 +DISTVERSIONSUFFIX= -8.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= SOAP (Simple Object Access Protocol) implementation in C (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://libsoup.org/ + +LICENSE= LGPL20 + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libgcrypt libpsl +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/devel/linux-rl9-libsoup/distinfo b/devel/linux-rl9-libsoup/distinfo new file mode 100644 index 00000000000..54d99108ac6 --- /dev/null +++ b/devel/linux-rl9-libsoup/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707760205 +SHA256 (rocky/l/libsoup-2.72.0-8.el9.aarch64.rpm) = 4d7861eecdfed54107faa0e3a55c774788e4d76fb6484e36124bc0bdb4bddb50 +SIZE (rocky/l/libsoup-2.72.0-8.el9.aarch64.rpm) = 391691 +SHA256 (rocky/l/libsoup-2.72.0-8.el9.x86_64.rpm) = 29de6bc5022554f6554629c453fd8f021248c5a134a2147310c8facb967caef1 +SIZE (rocky/l/libsoup-2.72.0-8.el9.x86_64.rpm) = 398649 +SHA256 (rocky/l/libsoup-2.72.0-8.el9.src.rpm) = 633469a52bdbadb25e83afd0997b1c1566aba0f69f68aecb4ba16a15178e449f +SIZE (rocky/l/libsoup-2.72.0-8.el9.src.rpm) = 1495678 diff --git a/devel/linux-rl9-libsoup/pkg-plist.aarch64 b/devel/linux-rl9-libsoup/pkg-plist.aarch64 new file mode 100644 index 00000000000..c4c55dd62b4 --- /dev/null +++ b/devel/linux-rl9-libsoup/pkg-plist.aarch64 @@ -0,0 +1,78 @@ +usr/lib/.build-id/3b/addaf3431ceee79355e5d406f222046e1e78b6 +usr/lib/.build-id/5d/4811a9f68d5fcf5347f30703a89d275db7100b +usr/lib64/girepository-1.0/Soup-2.4.typelib +usr/lib64/girepository-1.0/SoupGNOME-2.4.typelib +usr/lib64/libsoup-2.4.so.1 +usr/lib64/libsoup-2.4.so.1.11.0 +usr/lib64/libsoup-gnome-2.4.so.1 +usr/lib64/libsoup-gnome-2.4.so.1.11.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libsoup/COPYING +%%NLS%%usr/share/locale/an/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libsoup.mo diff --git a/devel/linux-rl9-libsoup/pkg-plist.amd64 b/devel/linux-rl9-libsoup/pkg-plist.amd64 new file mode 100644 index 00000000000..8dad4339d6a --- /dev/null +++ b/devel/linux-rl9-libsoup/pkg-plist.amd64 @@ -0,0 +1,78 @@ +usr/lib/.build-id/db/e2e561ef459af2d09a3a74cc341705d5f2603f +usr/lib/.build-id/eb/82e6ca85cbf269753bd029aa423b6e838901f2 +usr/lib64/girepository-1.0/Soup-2.4.typelib +usr/lib64/girepository-1.0/SoupGNOME-2.4.typelib +usr/lib64/libsoup-2.4.so.1 +usr/lib64/libsoup-2.4.so.1.11.0 +usr/lib64/libsoup-gnome-2.4.so.1 +usr/lib64/libsoup-gnome-2.4.so.1.11.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libsoup/COPYING +%%NLS%%usr/share/locale/an/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/libsoup.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libsoup.mo diff --git a/devel/linux-rl9-libthai/Makefile b/devel/linux-rl9-libthai/Makefile new file mode 100644 index 00000000000..d8ceb098bee --- /dev/null +++ b/devel/linux-rl9-libthai/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libthai +PORTVERSION= 0.1.28 +DISTVERSIONSUFFIX= -8.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Thai language support library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://linux.thai.net/projects/libthai/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-libthai/distinfo b/devel/linux-rl9-libthai/distinfo new file mode 100644 index 00000000000..17e632f5b35 --- /dev/null +++ b/devel/linux-rl9-libthai/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686567889 +SHA256 (rocky/l/libthai-0.1.28-8.el9.aarch64.rpm) = 83bfaa01d68a8b2196300f2a2674904bee18f22e8977c5b51416e614d6bca94e +SIZE (rocky/l/libthai-0.1.28-8.el9.aarch64.rpm) = 211307 +SHA256 (rocky/l/libthai-0.1.28-8.el9.x86_64.rpm) = 06babaa62e1fd04f0b7bfebaa55d9d3beb215f1543356be6b25ee7d0cb0a948b +SIZE (rocky/l/libthai-0.1.28-8.el9.x86_64.rpm) = 212655 +SHA256 (rocky/l/libthai-0.1.28-8.el9.src.rpm) = 7dbbd3786100addc8b2be4c26c6e6b7a283728724d1522a2ebdae2dd81e92e2d +SIZE (rocky/l/libthai-0.1.28-8.el9.src.rpm) = 424595 diff --git a/devel/linux-rl9-libthai/pkg-plist.aarch64 b/devel/linux-rl9-libthai/pkg-plist.aarch64 new file mode 100644 index 00000000000..de55d4d4218 --- /dev/null +++ b/devel/linux-rl9-libthai/pkg-plist.aarch64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/c1/d3b1670bd572355bea8d9fa0a28a820c050417 +usr/lib64/libthai.so.0 +usr/lib64/libthai.so.0.3.1 +%%PORTDOCS%%usr/share/doc/libthai/AUTHORS +%%PORTDOCS%%usr/share/doc/libthai/COPYING +%%PORTDOCS%%usr/share/doc/libthai/ChangeLog +%%PORTDOCS%%usr/share/doc/libthai/README +%%DATADIR%%/thbrk.tri diff --git a/devel/linux-rl9-libthai/pkg-plist.amd64 b/devel/linux-rl9-libthai/pkg-plist.amd64 new file mode 100644 index 00000000000..e36f162ea39 --- /dev/null +++ b/devel/linux-rl9-libthai/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/52/f685e39fcdb3b99887c5c196baa9c4bcacc670 +usr/lib64/libthai.so.0 +usr/lib64/libthai.so.0.3.1 +%%PORTDOCS%%usr/share/doc/libthai/AUTHORS +%%PORTDOCS%%usr/share/doc/libthai/COPYING +%%PORTDOCS%%usr/share/doc/libthai/ChangeLog +%%PORTDOCS%%usr/share/doc/libthai/README +%%DATADIR%%/thbrk.tri diff --git a/devel/linux-rl9-libunistring/Makefile b/devel/linux-rl9-libunistring/Makefile new file mode 100644 index 00000000000..a50a652b3b1 --- /dev/null +++ b/devel/linux-rl9-libunistring/Makefile @@ -0,0 +1,20 @@ +PORTNAME= libunistring +PORTVERSION= 0.9.10 +DISTVERSIONSUFFIX= -15.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Unicode string library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnu.org/software/libunistring/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-libunistring/distinfo b/devel/linux-rl9-libunistring/distinfo new file mode 100644 index 00000000000..8e273470185 --- /dev/null +++ b/devel/linux-rl9-libunistring/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1688992113 +SHA256 (rocky/l/libunistring-0.9.10-15.el9.aarch64.rpm) = 640263402602c1f5a77a2ecde6b73cfd71e6bb574619f6ead58fdf61c0f4f63e +SIZE (rocky/l/libunistring-0.9.10-15.el9.aarch64.rpm) = 498368 +SHA256 (rocky/l/libunistring-0.9.10-15.el9.x86_64.rpm) = 7e8b90a282ec310de6766619056296bdf666f3040f22cff211cd52710b39ece5 +SIZE (rocky/l/libunistring-0.9.10-15.el9.x86_64.rpm) = 506614 +SHA256 (rocky/l/libunistring-0.9.10-15.el9.src.rpm) = 36875af891173348e6a925f2503ceed9bde3d53d7ce71cf7d95d45b6d052ee37 +SIZE (rocky/l/libunistring-0.9.10-15.el9.src.rpm) = 2064099 diff --git a/devel/linux-rl9-libunistring/pkg-plist.aarch64 b/devel/linux-rl9-libunistring/pkg-plist.aarch64 new file mode 100644 index 00000000000..5ea94065e72 --- /dev/null +++ b/devel/linux-rl9-libunistring/pkg-plist.aarch64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/5b/1bb17d66dcc5de9babdff4ec1e4ebcec68a67c +usr/lib64/libunistring.so.2 +usr/lib64/libunistring.so.2.1.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libunistring/COPYING +usr/share/licenses/libunistring/COPYING.LIB diff --git a/devel/linux-rl9-libunistring/pkg-plist.amd64 b/devel/linux-rl9-libunistring/pkg-plist.amd64 new file mode 100644 index 00000000000..e3661da74fd --- /dev/null +++ b/devel/linux-rl9-libunistring/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/d2/5fb2f51087fc4e0d02ac2bd00f6ea2aa394971 +usr/lib64/libunistring.so.2 +usr/lib64/libunistring.so.2.1.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libunistring/COPYING +usr/share/licenses/libunistring/COPYING.LIB diff --git a/devel/linux-rl9-llvm/Makefile b/devel/linux-rl9-llvm/Makefile new file mode 100644 index 00000000000..acd66c29088 --- /dev/null +++ b/devel/linux-rl9-llvm/Makefile @@ -0,0 +1,29 @@ +PORTNAME= llvm +PORTVERSION= 16.0.6 +DISTVERSIONSUFFIX= -4.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= LLVM suite (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.freedesktop.org/Software/dbus + +LICENSE= GPLv2+ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= elfutils-libelf python3 +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ + ${PORTNAME}-devel-${DISTVERSIONFULL} \ + ${PORTNAME}-libs-${DISTVERSIONFULL} \ + ${PORTNAME}-static-${DISTVERSIONFULL} + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +post-install: + ${RM} -r ${STAGEDIR}${PREFIX}/usr/include \ + ${STAGEDIR}${PREFIX}/usr/lib64/cmake + +.include diff --git a/devel/linux-rl9-llvm/distinfo b/devel/linux-rl9-llvm/distinfo new file mode 100644 index 00000000000..829bcfc2d2a --- /dev/null +++ b/devel/linux-rl9-llvm/distinfo @@ -0,0 +1,19 @@ +TIMESTAMP = 1714502826 +SHA256 (rocky/l/llvm-16.0.6-4.el9.aarch64.rpm) = 16a12597f6c3cef4076ce430059dd272b7c87502f31f5a2732aadfe059e8cdf9 +SIZE (rocky/l/llvm-16.0.6-4.el9.aarch64.rpm) = 22080491 +SHA256 (rocky/l/llvm-16.0.6-4.el9.x86_64.rpm) = e4a146a85f7a174765b5a2f1289b77610db569e22a8f85f2f8d3243466cf380f +SIZE (rocky/l/llvm-16.0.6-4.el9.x86_64.rpm) = 23205331 +SHA256 (rocky/l/llvm-devel-16.0.6-4.el9.aarch64.rpm) = 76313baca2486c1e8be58355796b8223ad9befc53f9dadfaedd1c22ab0845d16 +SIZE (rocky/l/llvm-devel-16.0.6-4.el9.aarch64.rpm) = 3703401 +SHA256 (rocky/l/llvm-devel-16.0.6-4.el9.x86_64.rpm) = 1ef00d995ea0fd05e03c2f75a249e949e854e57e38fd654441701fdb8a54e477 +SIZE (rocky/l/llvm-devel-16.0.6-4.el9.x86_64.rpm) = 3704966 +SHA256 (rocky/l/llvm-libs-16.0.6-4.el9.aarch64.rpm) = dcf970f32fd8b1a8a935cd285b15c79b19fa4517e878ee263fa45a360cdb780e +SIZE (rocky/l/llvm-libs-16.0.6-4.el9.aarch64.rpm) = 23845923 +SHA256 (rocky/l/llvm-libs-16.0.6-4.el9.x86_64.rpm) = 1c1f18b58b43e93a657dab12b761441c995d6500ba97613395917c9c1da85444 +SIZE (rocky/l/llvm-libs-16.0.6-4.el9.x86_64.rpm) = 25573285 +SHA256 (rocky/l/llvm-static-16.0.6-4.el9.aarch64.rpm) = 44b9fedf567c501899edd9d259dbae093cc1ea1c787b46e9bcf9f6d9c3c107e1 +SIZE (rocky/l/llvm-static-16.0.6-4.el9.aarch64.rpm) = 30743689 +SHA256 (rocky/l/llvm-static-16.0.6-4.el9.x86_64.rpm) = c6fa3da889f4e93e8eea7c78fd2ee836afd45e9bb6c927bbf4bd79b25c11b6eb +SIZE (rocky/l/llvm-static-16.0.6-4.el9.x86_64.rpm) = 32155185 +SHA256 (rocky/l/llvm-16.0.6-4.el9.src.rpm) = 9140a3179fc1d59e0edf09e7036b616f090fd712bf2af18a395effa82702ed62 +SIZE (rocky/l/llvm-16.0.6-4.el9.src.rpm) = 56594641 diff --git a/devel/linux-rl9-llvm/pkg-plist.aarch64 b/devel/linux-rl9-llvm/pkg-plist.aarch64 new file mode 100644 index 00000000000..88798635df7 --- /dev/null +++ b/devel/linux-rl9-llvm/pkg-plist.aarch64 @@ -0,0 +1,383 @@ +usr/bin/FileCheck +usr/bin/UnicodeNameMappingGenerator +usr/bin/bugpoint +usr/bin/dsymutil +usr/bin/llc +usr/bin/lli +usr/bin/llvm-PerfectShuffle +usr/bin/llvm-addr2line +usr/bin/llvm-ar +usr/bin/llvm-as +usr/bin/llvm-bcanalyzer +usr/bin/llvm-bitcode-strip +usr/bin/llvm-c-test +usr/bin/llvm-cat +usr/bin/llvm-cfi-verify +usr/bin/llvm-config-16-64 +usr/bin/llvm-config-64 +usr/bin/llvm-cov +usr/bin/llvm-cvtres +usr/bin/llvm-cxxdump +usr/bin/llvm-cxxfilt +usr/bin/llvm-cxxmap +usr/bin/llvm-debuginfo-analyzer +usr/bin/llvm-debuginfod +usr/bin/llvm-debuginfod-find +usr/bin/llvm-diff +usr/bin/llvm-dis +usr/bin/llvm-dlltool +usr/bin/llvm-dwarfdump +usr/bin/llvm-dwarfutil +usr/bin/llvm-dwp +usr/bin/llvm-exegesis +usr/bin/llvm-extract +usr/bin/llvm-gsymutil +usr/bin/llvm-ifs +usr/bin/llvm-install-name-tool +usr/bin/llvm-jitlink +usr/bin/llvm-jitlink-executor +usr/bin/llvm-lib +usr/bin/llvm-libtool-darwin +usr/bin/llvm-link +usr/bin/llvm-lipo +usr/bin/llvm-lto +usr/bin/llvm-lto2 +usr/bin/llvm-mc +usr/bin/llvm-mca +usr/bin/llvm-ml +usr/bin/llvm-modextract +usr/bin/llvm-mt +usr/bin/llvm-nm +usr/bin/llvm-objcopy +usr/bin/llvm-objdump +usr/bin/llvm-opt-report +usr/bin/llvm-otool +usr/bin/llvm-pdbutil +usr/bin/llvm-profdata +usr/bin/llvm-profgen +usr/bin/llvm-ranlib +usr/bin/llvm-rc +usr/bin/llvm-readelf +usr/bin/llvm-readobj +usr/bin/llvm-reduce +usr/bin/llvm-remark-size-diff +usr/bin/llvm-remarkutil +usr/bin/llvm-rtdyld +usr/bin/llvm-sim +usr/bin/llvm-size +usr/bin/llvm-split +usr/bin/llvm-stress +usr/bin/llvm-strings +usr/bin/llvm-strip +usr/bin/llvm-symbolizer +usr/bin/llvm-tapi-diff +usr/bin/llvm-tblgen +usr/bin/llvm-tli-checker +usr/bin/llvm-undname +usr/bin/llvm-windres +usr/bin/llvm-xray +usr/bin/obj2yaml +usr/bin/opt +usr/bin/sancov +usr/bin/sanstats +usr/bin/split-file +usr/bin/verify-uselistorder +usr/bin/yaml2obj +usr/lib/.build-id/05/b4b4b9e5a3a26e3b9deeb584b39d9fe11d5e83 +usr/lib/.build-id/06/0fa1ba52f37d945ade5d813672ccc87430749c +usr/lib/.build-id/07/c0aae7bc319c7727c145cc0e0f8cd4ef7c152a +usr/lib/.build-id/0a/7af60ba8c1e490facb0c8c1bd20f8758d7810a +usr/lib/.build-id/0b/37f3bca6696d2edeb426047e948b01192f214b +usr/lib/.build-id/0c/0f9683abddbd83d645d75055c253dcff80b52d +usr/lib/.build-id/0f/2ed42550144e00c7d31dc88b5c18f07d310783 +usr/lib/.build-id/15/4717b7f043e8d829ac2894b912f360cd72cf2e +usr/lib/.build-id/15/549391b76d3bf9d3ea952746d89fe56f9a449b +usr/lib/.build-id/1c/5a954a1db46b381f862defcd57470fb08238ee +usr/lib/.build-id/1d/dac54c84ad1a6f580fafe2e74c9bbe0f11cbd3 +usr/lib/.build-id/22/456da3f57f2ed13d522b2e67aeaa590eca1bde +usr/lib/.build-id/24/ea56aee6984030573358f49a0ac1b38d1727c9 +usr/lib/.build-id/25/084c632c02a82e114f3c5f36f319df47b7962c +usr/lib/.build-id/25/35ab5cd5a95c29a0e08e22b0b7ddbc9d5a15ee +usr/lib/.build-id/26/80cc97e7190a043513d289a08c5b4520987b7a +usr/lib/.build-id/30/5ca9c38cffb93f31ccac8a46ac40ad66d9938c +usr/lib/.build-id/35/524bc1cd471abe6c1197a6b2d3a7605c0f60b6 +usr/lib/.build-id/37/7407bfb0534414b1212eefd9e0dc5bcafe713c +usr/lib/.build-id/37/c59115cf311378d2d6f04ec8bb90fdf8ec2daf +usr/lib/.build-id/37/ed0b861d3f8ed23a2a79adae226cc87e04711b +usr/lib/.build-id/38/96bb5e1c851258bd87a7a78c98f2d87fd3bdfa +usr/lib/.build-id/39/73f98c03422ce6f3187040daf0584ffac2dcc5 +usr/lib/.build-id/39/d15a9b062243cb86afd2f647faa752bd49ca57 +usr/lib/.build-id/3c/5ffead0d22e8fb5e9e4ff72b32065e8c61ad1a +usr/lib/.build-id/49/65ff9df205e00a7053057d07958f841f94b0d8 +usr/lib/.build-id/4c/cded8f4c47c001eb2d47ae9514519ce829621d +usr/lib/.build-id/4e/aa90488daa0d3991a8fa017e43dda30e00fda8 +usr/lib/.build-id/53/3dee512984f6db424e36a24e6148cb6c886655 +usr/lib/.build-id/57/19f902f28582c38383eca620157f4059821a14 +usr/lib/.build-id/57/90cd3d820fe3cde03e4c6729252a1da1b6d33c +usr/lib/.build-id/58/519baf05d41c28041dd337740dfbf3377b0129 +usr/lib/.build-id/60/7449eaef445fa14c1f9bad07eb355e4f40e683 +usr/lib/.build-id/65/ad05cb5248889fdc36f4accb8398cb44807199 +usr/lib/.build-id/69/4f80bfcfd7a7ac48b467ee3af65c8925ab2c6f +usr/lib/.build-id/69/768388d573d96887f7596d91b3a14caad90699 +usr/lib/.build-id/6a/b1023188f1115ffa1a46cf2ff80cf596f9e4be +usr/lib/.build-id/77/cd851607c9a27118b4e3451c1964cc4ca66031 +usr/lib/.build-id/78/729ece8f45f460040319a94ce0aadf4a7c8d1c +usr/lib/.build-id/84/47aa3cb0b9b63164ab65129951f9e8b7220939 +usr/lib/.build-id/85/fe11e5230c8aeaceb7207eef08c24d622d3067 +usr/lib/.build-id/8b/55d139e9d761965c1659a9f6e68d986d89522d +usr/lib/.build-id/8c/e32a7fe9d8923fa8b10c390c884ce396507e08 +usr/lib/.build-id/91/a06af2974914f70e199a91090da91e605a89eb +usr/lib/.build-id/92/be5f1e12dc99d187e7edff68a57b57f93becda +usr/lib/.build-id/93/0e27e7db2d96e1c8f8bf6ba96b9770d8297349 +usr/lib/.build-id/95/f2f1aa6642744c3a2a9eb860a488cf47ea61e4 +usr/lib/.build-id/97/fa9e3a56d88ba073a1b39bf9e7a6782ec5efc6 +usr/lib/.build-id/9b/21b88d5d43861255f4aeb0945e0864887c90af +usr/lib/.build-id/9b/241b12cf6dc03f14f477dcab344a6fa29eee87 +usr/lib/.build-id/9b/412ab14e5072482e92cf056847ab25d8273638 +usr/lib/.build-id/9b/8b589c0895589e27f977785844c43b9e720a85 +usr/lib/.build-id/9f/b179f82db6b3842ca77132135207c62f45920e +usr/lib/.build-id/a5/4545afea7692beedce1ff9fe7ddd6462638f6a +usr/lib/.build-id/a5/d0f5e8427108020f60644853d4d8d988d8918e +usr/lib/.build-id/b4/d07068b9e7730924d604eea2052834e02d641d +usr/lib/.build-id/b6/8398f97b222e7cbf899dece9f90f1285de3522 +usr/lib/.build-id/b8/07160791a1da5558f2c7ea1a128858dd7acf62 +usr/lib/.build-id/b8/aa6db1ad3f062b306c3e12680ea484341353e5 +usr/lib/.build-id/b9/cd4e309ee582533ecf574c6f80963221e47cfc +usr/lib/.build-id/ba/7c13039a506f55889d206d946fb5ce8483dc33 +usr/lib/.build-id/bd/c1934fec5025f9cf672298a3dbbc0a7687c684 +usr/lib/.build-id/c0/2bfb1204d881322bc7e8d8b4d2f5c5c8b8019b +usr/lib/.build-id/c0/da9fc146c2513c75f7c4992234695463e32312 +usr/lib/.build-id/c2/1d795b8b523efc2dd05a7b80446161b231ca56 +usr/lib/.build-id/c5/ea65917f6175d9c4bdd2e488eef2fcdad679f4 +usr/lib/.build-id/c6/d7362fc4410c4f5174a13db33798aa6d0b6c59 +usr/lib/.build-id/c7/41b1c15b9eda6513f066bdc79644900aac875b +usr/lib/.build-id/c8/5de7feda42f6558bfc274a2097e289d8670cc3 +usr/lib/.build-id/d3/6119a409ccfe58f4e538c36ad300e5cae040ef +usr/lib/.build-id/d3/c97c44e1dbc37dbb7c65ae6a56701a9210088e +usr/lib/.build-id/d7/f2a807b5bd2493350cb2e491c03bd419908559 +usr/lib/.build-id/d9/601864da7acd69033dea71e20d3531000dfe40 +usr/lib/.build-id/e1/a4e3e849a35435efc2c7369d5d44708cc4de98 +usr/lib/.build-id/e4/dd6ac4fb8a68744c21768694ae9f6b775752dd +usr/lib/.build-id/ed/a1bf7a4677cde7ace79d7bafdb463521bd26fa +usr/lib/.build-id/ee/95c70cc5ead76fcfc6622d5131eeb041f95971 +usr/lib/.build-id/f0/1c97edfc66d816a6ff265d3d6a497ce0b86b5e +usr/lib/.build-id/f3/05572616ba3a59074a11c9b41a838eb16360de +usr/lib/.build-id/f5/77b2d9b37f7ee7b45d6d6d065004df67aa0661 +usr/lib/.build-id/f6/ed3e684697ae6f9f4fdf2edb3bb452bd48c71c +usr/lib/.build-id/f9/f962a233b1dcde95a46d5337089374c545b452 +usr/lib/.build-id/fa/47f8493f0c283018735b9ecde7842e2c2791ab +usr/lib/.build-id/ff/e6023e258a630698c7ad85f4bc65f56097d026 +usr/lib64/LLVMgold.so +usr/lib64/bfd-plugins/LLVMgold.so +usr/lib64/libLLVM-16.0.6.so +usr/lib64/libLLVM-16.so +usr/lib64/libLLVM.so +usr/lib64/libLLVMAArch64AsmParser.a +usr/lib64/libLLVMAArch64CodeGen.a +usr/lib64/libLLVMAArch64Desc.a +usr/lib64/libLLVMAArch64Disassembler.a +usr/lib64/libLLVMAArch64Info.a +usr/lib64/libLLVMAArch64Utils.a +usr/lib64/libLLVMAMDGPUAsmParser.a +usr/lib64/libLLVMAMDGPUCodeGen.a +usr/lib64/libLLVMAMDGPUDesc.a +usr/lib64/libLLVMAMDGPUDisassembler.a +usr/lib64/libLLVMAMDGPUInfo.a +usr/lib64/libLLVMAMDGPUTargetMCA.a +usr/lib64/libLLVMAMDGPUUtils.a +usr/lib64/libLLVMARMAsmParser.a +usr/lib64/libLLVMARMCodeGen.a +usr/lib64/libLLVMARMDesc.a +usr/lib64/libLLVMARMDisassembler.a +usr/lib64/libLLVMARMInfo.a +usr/lib64/libLLVMARMUtils.a +usr/lib64/libLLVMAggressiveInstCombine.a +usr/lib64/libLLVMAnalysis.a +usr/lib64/libLLVMAsmParser.a +usr/lib64/libLLVMAsmPrinter.a +usr/lib64/libLLVMBPFAsmParser.a +usr/lib64/libLLVMBPFCodeGen.a +usr/lib64/libLLVMBPFDesc.a +usr/lib64/libLLVMBPFDisassembler.a +usr/lib64/libLLVMBPFInfo.a +usr/lib64/libLLVMBinaryFormat.a +usr/lib64/libLLVMBitReader.a +usr/lib64/libLLVMBitWriter.a +usr/lib64/libLLVMBitstreamReader.a +usr/lib64/libLLVMCFGuard.a +usr/lib64/libLLVMCFIVerify.a +usr/lib64/libLLVMCodeGen.a +usr/lib64/libLLVMCore.a +usr/lib64/libLLVMCoroutines.a +usr/lib64/libLLVMCoverage.a +usr/lib64/libLLVMDWARFLinker.a +usr/lib64/libLLVMDWARFLinkerParallel.a +usr/lib64/libLLVMDWP.a +usr/lib64/libLLVMDebugInfoCodeView.a +usr/lib64/libLLVMDebugInfoDWARF.a +usr/lib64/libLLVMDebugInfoGSYM.a +usr/lib64/libLLVMDebugInfoLogicalView.a +usr/lib64/libLLVMDebugInfoMSF.a +usr/lib64/libLLVMDebugInfoPDB.a +usr/lib64/libLLVMDebuginfod.a +usr/lib64/libLLVMDemangle.a +usr/lib64/libLLVMDiff.a +usr/lib64/libLLVMDlltoolDriver.a +usr/lib64/libLLVMExecutionEngine.a +usr/lib64/libLLVMExegesis.a +usr/lib64/libLLVMExegesisAArch64.a +usr/lib64/libLLVMExegesisMips.a +usr/lib64/libLLVMExegesisPowerPC.a +usr/lib64/libLLVMExegesisX86.a +usr/lib64/libLLVMExtensions.a +usr/lib64/libLLVMFileCheck.a +usr/lib64/libLLVMFrontendHLSL.a +usr/lib64/libLLVMFrontendOpenACC.a +usr/lib64/libLLVMFrontendOpenMP.a +usr/lib64/libLLVMFuzzMutate.a +usr/lib64/libLLVMFuzzerCLI.a +usr/lib64/libLLVMGlobalISel.a +usr/lib64/libLLVMIRPrinter.a +usr/lib64/libLLVMIRReader.a +usr/lib64/libLLVMInstCombine.a +usr/lib64/libLLVMInstrumentation.a +usr/lib64/libLLVMInterfaceStub.a +usr/lib64/libLLVMInterpreter.a +usr/lib64/libLLVMJITLink.a +usr/lib64/libLLVMLTO.a +usr/lib64/libLLVMLibDriver.a +usr/lib64/libLLVMLineEditor.a +usr/lib64/libLLVMLinker.a +usr/lib64/libLLVMMC.a +usr/lib64/libLLVMMCA.a +usr/lib64/libLLVMMCDisassembler.a +usr/lib64/libLLVMMCJIT.a +usr/lib64/libLLVMMCParser.a +usr/lib64/libLLVMMIRParser.a +usr/lib64/libLLVMMipsAsmParser.a +usr/lib64/libLLVMMipsCodeGen.a +usr/lib64/libLLVMMipsDesc.a +usr/lib64/libLLVMMipsDisassembler.a +usr/lib64/libLLVMMipsInfo.a +usr/lib64/libLLVMNVPTXCodeGen.a +usr/lib64/libLLVMNVPTXDesc.a +usr/lib64/libLLVMNVPTXInfo.a +usr/lib64/libLLVMObjCARCOpts.a +usr/lib64/libLLVMObjCopy.a +usr/lib64/libLLVMObject.a +usr/lib64/libLLVMObjectYAML.a +usr/lib64/libLLVMOption.a +usr/lib64/libLLVMOrcJIT.a +usr/lib64/libLLVMOrcShared.a +usr/lib64/libLLVMOrcTargetProcess.a +usr/lib64/libLLVMPasses.a +usr/lib64/libLLVMPerfJITEvents.a +usr/lib64/libLLVMPowerPCAsmParser.a +usr/lib64/libLLVMPowerPCCodeGen.a +usr/lib64/libLLVMPowerPCDesc.a +usr/lib64/libLLVMPowerPCDisassembler.a +usr/lib64/libLLVMPowerPCInfo.a +usr/lib64/libLLVMProfileData.a +usr/lib64/libLLVMRemarks.a +usr/lib64/libLLVMRuntimeDyld.a +usr/lib64/libLLVMScalarOpts.a +usr/lib64/libLLVMSelectionDAG.a +usr/lib64/libLLVMSupport.a +usr/lib64/libLLVMSymbolize.a +usr/lib64/libLLVMSystemZAsmParser.a +usr/lib64/libLLVMSystemZCodeGen.a +usr/lib64/libLLVMSystemZDesc.a +usr/lib64/libLLVMSystemZDisassembler.a +usr/lib64/libLLVMSystemZInfo.a +usr/lib64/libLLVMTableGen.a +usr/lib64/libLLVMTableGenGlobalISel.a +usr/lib64/libLLVMTarget.a +usr/lib64/libLLVMTargetParser.a +usr/lib64/libLLVMTextAPI.a +usr/lib64/libLLVMTransformUtils.a +usr/lib64/libLLVMVectorize.a +usr/lib64/libLLVMWebAssemblyAsmParser.a +usr/lib64/libLLVMWebAssemblyCodeGen.a +usr/lib64/libLLVMWebAssemblyDesc.a +usr/lib64/libLLVMWebAssemblyDisassembler.a +usr/lib64/libLLVMWebAssemblyInfo.a +usr/lib64/libLLVMWebAssemblyUtils.a +usr/lib64/libLLVMWindowsDriver.a +usr/lib64/libLLVMWindowsManifest.a +usr/lib64/libLLVMX86AsmParser.a +usr/lib64/libLLVMX86CodeGen.a +usr/lib64/libLLVMX86Desc.a +usr/lib64/libLLVMX86Disassembler.a +usr/lib64/libLLVMX86Info.a +usr/lib64/libLLVMX86TargetMCA.a +usr/lib64/libLLVMXRay.a +usr/lib64/libLLVMipo.a +usr/lib64/libLTO.so +usr/lib64/libLTO.so.16 +usr/lib64/libRemarks.so +usr/lib64/libRemarks.so.16 +usr/share/licenses/llvm-devel/LICENSE.TXT +usr/share/licenses/llvm-libs/LICENSE.TXT +usr/share/licenses/llvm-static/LICENSE.TXT +usr/share/licenses/llvm/LICENSE.TXT +usr/share/man/man1/FileCheck.1.gz +usr/share/man/man1/bugpoint.1.gz +usr/share/man/man1/clang-tblgen.1.gz +usr/share/man/man1/dsymutil.1.gz +usr/share/man/man1/lit.1.gz +usr/share/man/man1/llc.1.gz +usr/share/man/man1/lldb-tblgen.1.gz +usr/share/man/man1/lli.1.gz +usr/share/man/man1/llvm-addr2line.1.gz +usr/share/man/man1/llvm-ar.1.gz +usr/share/man/man1/llvm-as.1.gz +usr/share/man/man1/llvm-bcanalyzer.1.gz +usr/share/man/man1/llvm-config-64.1.gz +usr/share/man/man1/llvm-config.1.gz +usr/share/man/man1/llvm-cov.1.gz +usr/share/man/man1/llvm-cxxfilt.1.gz +usr/share/man/man1/llvm-cxxmap.1.gz +usr/share/man/man1/llvm-debuginfo-analyzer.1.gz +usr/share/man/man1/llvm-diff.1.gz +usr/share/man/man1/llvm-dis.1.gz +usr/share/man/man1/llvm-dwarfdump.1.gz +usr/share/man/man1/llvm-dwarfutil.1.gz +usr/share/man/man1/llvm-exegesis.1.gz +usr/share/man/man1/llvm-extract.1.gz +usr/share/man/man1/llvm-ifs.1.gz +usr/share/man/man1/llvm-install-name-tool.1.gz +usr/share/man/man1/llvm-lib.1.gz +usr/share/man/man1/llvm-libtool-darwin.1.gz +usr/share/man/man1/llvm-link.1.gz +usr/share/man/man1/llvm-lipo.1.gz +usr/share/man/man1/llvm-locstats.1.gz +usr/share/man/man1/llvm-mca.1.gz +usr/share/man/man1/llvm-nm.1.gz +usr/share/man/man1/llvm-objcopy.1.gz +usr/share/man/man1/llvm-objdump.1.gz +usr/share/man/man1/llvm-opt-report.1.gz +usr/share/man/man1/llvm-otool.1.gz +usr/share/man/man1/llvm-pdbutil.1.gz +usr/share/man/man1/llvm-profdata.1.gz +usr/share/man/man1/llvm-profgen.1.gz +usr/share/man/man1/llvm-ranlib.1.gz +usr/share/man/man1/llvm-readelf.1.gz +usr/share/man/man1/llvm-readobj.1.gz +usr/share/man/man1/llvm-remark-size-diff.1.gz +usr/share/man/man1/llvm-remarkutil.1.gz +usr/share/man/man1/llvm-size.1.gz +usr/share/man/man1/llvm-stress.1.gz +usr/share/man/man1/llvm-strings.1.gz +usr/share/man/man1/llvm-strip.1.gz +usr/share/man/man1/llvm-symbolizer.1.gz +usr/share/man/man1/llvm-tblgen.1.gz +usr/share/man/man1/llvm-tli-checker.1.gz +usr/share/man/man1/mlir-tblgen.1.gz +usr/share/man/man1/opt.1.gz +usr/share/man/man1/tblgen.1.gz +usr/share/opt-viewer/opt-diff.py +usr/share/opt-viewer/opt-stats.py +usr/share/opt-viewer/opt-viewer.py +usr/share/opt-viewer/optpmap.py +usr/share/opt-viewer/optrecord.py +usr/share/opt-viewer/style.css diff --git a/devel/linux-rl9-llvm/pkg-plist.amd64 b/devel/linux-rl9-llvm/pkg-plist.amd64 new file mode 100644 index 00000000000..b04829e7674 --- /dev/null +++ b/devel/linux-rl9-llvm/pkg-plist.amd64 @@ -0,0 +1,383 @@ +usr/bin/FileCheck +usr/bin/UnicodeNameMappingGenerator +usr/bin/bugpoint +usr/bin/dsymutil +usr/bin/llc +usr/bin/lli +usr/bin/llvm-PerfectShuffle +usr/bin/llvm-addr2line +usr/bin/llvm-ar +usr/bin/llvm-as +usr/bin/llvm-bcanalyzer +usr/bin/llvm-bitcode-strip +usr/bin/llvm-c-test +usr/bin/llvm-cat +usr/bin/llvm-cfi-verify +usr/bin/llvm-config-16-64 +usr/bin/llvm-config-64 +usr/bin/llvm-cov +usr/bin/llvm-cvtres +usr/bin/llvm-cxxdump +usr/bin/llvm-cxxfilt +usr/bin/llvm-cxxmap +usr/bin/llvm-debuginfo-analyzer +usr/bin/llvm-debuginfod +usr/bin/llvm-debuginfod-find +usr/bin/llvm-diff +usr/bin/llvm-dis +usr/bin/llvm-dlltool +usr/bin/llvm-dwarfdump +usr/bin/llvm-dwarfutil +usr/bin/llvm-dwp +usr/bin/llvm-exegesis +usr/bin/llvm-extract +usr/bin/llvm-gsymutil +usr/bin/llvm-ifs +usr/bin/llvm-install-name-tool +usr/bin/llvm-jitlink +usr/bin/llvm-jitlink-executor +usr/bin/llvm-lib +usr/bin/llvm-libtool-darwin +usr/bin/llvm-link +usr/bin/llvm-lipo +usr/bin/llvm-lto +usr/bin/llvm-lto2 +usr/bin/llvm-mc +usr/bin/llvm-mca +usr/bin/llvm-ml +usr/bin/llvm-modextract +usr/bin/llvm-mt +usr/bin/llvm-nm +usr/bin/llvm-objcopy +usr/bin/llvm-objdump +usr/bin/llvm-opt-report +usr/bin/llvm-otool +usr/bin/llvm-pdbutil +usr/bin/llvm-profdata +usr/bin/llvm-profgen +usr/bin/llvm-ranlib +usr/bin/llvm-rc +usr/bin/llvm-readelf +usr/bin/llvm-readobj +usr/bin/llvm-reduce +usr/bin/llvm-remark-size-diff +usr/bin/llvm-remarkutil +usr/bin/llvm-rtdyld +usr/bin/llvm-sim +usr/bin/llvm-size +usr/bin/llvm-split +usr/bin/llvm-stress +usr/bin/llvm-strings +usr/bin/llvm-strip +usr/bin/llvm-symbolizer +usr/bin/llvm-tapi-diff +usr/bin/llvm-tblgen +usr/bin/llvm-tli-checker +usr/bin/llvm-undname +usr/bin/llvm-windres +usr/bin/llvm-xray +usr/bin/obj2yaml +usr/bin/opt +usr/bin/sancov +usr/bin/sanstats +usr/bin/split-file +usr/bin/verify-uselistorder +usr/bin/yaml2obj +usr/lib/.build-id/02/420cbd2c9a0afeaf69ebf9c294ae8990506931 +usr/lib/.build-id/09/6935f0b44fd8c1d44f149d03361c5f09752bdc +usr/lib/.build-id/09/d6360a1bdd648655741a9c9b66677f19826dbe +usr/lib/.build-id/0a/30e121fe7002b64e88fe28ca6f0c015aad838d +usr/lib/.build-id/0c/5ecefefc1edc6bed4a4fdf00d6ef2ebeef95ab +usr/lib/.build-id/0d/1ebb2deed11d69d6f166fe1e2c618ed3cf9962 +usr/lib/.build-id/16/8313fcc646663afef48c8d7c1b564dc04785a3 +usr/lib/.build-id/17/1b36c3add55639aa614ba6580c3381b38d750e +usr/lib/.build-id/17/41041d31125ccd92f7144391b6111cc2285359 +usr/lib/.build-id/20/5513888463ca6cbb457907887451444d0a5493 +usr/lib/.build-id/22/1a93158dffac04f48064bd228ab43434890853 +usr/lib/.build-id/23/165dcf77459d9ebec37399dfc3e0430c252d44 +usr/lib/.build-id/25/646c9181d8ed0b68a14c9c5b6d6ca1ca9ad74e +usr/lib/.build-id/26/0e50188a929636e6d15b3472489987b5c907b3 +usr/lib/.build-id/2b/77721f53d1c8d22ac1597ac36a9773424caf53 +usr/lib/.build-id/31/9f4d716949647775e20d329a03cb4df62fe3db +usr/lib/.build-id/34/4a5e9b7750007b7e883037a37d5d1af8a655f7 +usr/lib/.build-id/36/6b240bbf0802fdc99d8eebdf29feedd4fdb1f7 +usr/lib/.build-id/37/4d44727df43364e3b5de7c4315bfb4ce7987e8 +usr/lib/.build-id/3c/2866c09b6958fa900a2157673d10faf2d6468a +usr/lib/.build-id/42/afce2aa945851e54e4a2732af383f142f711ab +usr/lib/.build-id/45/db88e912db2f8c73f18bb489df13348d79a410 +usr/lib/.build-id/47/27c6ed36e8341f059e81a6c8b0247036a7154f +usr/lib/.build-id/48/d49f6a90558c09a4fcf7a3cb84b622dc077520 +usr/lib/.build-id/49/d73c90c5dacb40634ac205efd9563e747b0226 +usr/lib/.build-id/4b/512a7a0e7a3a35624be0202effa6a29e5ff46e +usr/lib/.build-id/4c/7e2407650e4f51e878244f5537dbbbc715f0c3 +usr/lib/.build-id/52/0a667349af5e0c7a30b1beaa580ae240a7251f +usr/lib/.build-id/54/a860cb36f1dcec6190a202f81d02b6622e7203 +usr/lib/.build-id/55/b0f237f6deda1b9d6b4c0129df1772e8f1a3bb +usr/lib/.build-id/56/b7dd23ea492ddf32bd364c6fbda8f911540e27 +usr/lib/.build-id/57/0c04ed1487ca89f4c0e25cbfaf5cdf3332d65f +usr/lib/.build-id/5c/293eca5752cd412f4374a400c55185a310b64d +usr/lib/.build-id/62/dcef0fd2156a5e8464c7d2e227cd50bc07ca7b +usr/lib/.build-id/6b/7eb954d3a7dc783d7ab30743b6bbfe3e980759 +usr/lib/.build-id/6c/b55d42c7253a6eb69f1c07d02310398793cec7 +usr/lib/.build-id/73/fe0d20724d21a72b8373323ca3b74c5dd431e2 +usr/lib/.build-id/74/1585977aa755748659e17f2c002058b5a90705 +usr/lib/.build-id/7a/c6bf5da286204ace08484a7c859319949b4b40 +usr/lib/.build-id/80/06e46a68fa0bee0c20a41a2bb35a1c1e96afb1 +usr/lib/.build-id/80/43d313e5e039416865e4ac63ee5a1328421495 +usr/lib/.build-id/83/67fee7cbccac5b2213af7187bec473d543eb24 +usr/lib/.build-id/85/2d26c25b5454fd8a1deac51ed8ee940397e70d +usr/lib/.build-id/85/5dfec3a529e5c594cc7e4997571ef299abfcaa +usr/lib/.build-id/85/cb3b03c3563c8e17f2f3c7a5480e496167da78 +usr/lib/.build-id/8c/5813aad929d582fe85fc3829fe8e714b99a024 +usr/lib/.build-id/8d/c2eb0bc3c51259cad7cb013aaaf08d5ee77b9b +usr/lib/.build-id/93/daf32f26926db1c3cb2a5072f85e1e96846610 +usr/lib/.build-id/94/f781756051390620c2aa1fbeb9e683769efbc5 +usr/lib/.build-id/95/83e8f47dda956e050466831772f029336d388b +usr/lib/.build-id/9a/e54f05f2b37df3ff5069679ca853bb62b01f09 +usr/lib/.build-id/a1/0e8d9edf200ecdcaa39051c7367ec66199259b +usr/lib/.build-id/a8/c81ec0a0a17f18411d91665a7f87cb845c7032 +usr/lib/.build-id/ab/61b38b828850eb517d0fec6861bae3e6abb105 +usr/lib/.build-id/ac/50a24c663e3c8eb0aedbc90fa586140607c285 +usr/lib/.build-id/b5/e448e545982aa2011207b958038a7248d490fd +usr/lib/.build-id/b6/9020918175ae9e3c0c4422bd69be9f7d6d7d25 +usr/lib/.build-id/b7/720a074cc065f540d51a5049a54bcfcbc91f41 +usr/lib/.build-id/ba/ef39323670df7ed618a951e26d14e3a08929ba +usr/lib/.build-id/bc/8514d437e99eea2c62e6a7ce0a8b312fe161f3 +usr/lib/.build-id/bd/da9837580eca03629d970a82d2db3ede49564c +usr/lib/.build-id/c2/73c105f6bafa9b49c847100b79ee7fbdfb0cd5 +usr/lib/.build-id/c2/7fa936c279dafb1c418c41b454b7fab737b6df +usr/lib/.build-id/c5/d90fbcf089c26f99e828a6bdd02826e375e762 +usr/lib/.build-id/c8/6719292aab1673469590b8f13e5fbe86cc2840 +usr/lib/.build-id/c9/ebad74814f54d87c92e2a73077d10e1eefef21 +usr/lib/.build-id/ca/84ba08231e10c23378c4b4ceaff186f643dc8b +usr/lib/.build-id/cc/0d095d07030fa39352702b8ddc96a8b8a069f9 +usr/lib/.build-id/ce/e0e8a9b4f6d369059ed7bcb314f0103f4b0107 +usr/lib/.build-id/d5/01a059e51f7f778ea8769cfcea975e55da3a91 +usr/lib/.build-id/d5/6ac01f490dff2ecf8f845216bc9f080d7caefd +usr/lib/.build-id/d7/bd975272a48950b01201758aef2be08c7dbd3e +usr/lib/.build-id/e2/86fc68affc65ddfff6dbad59e06b74957e84fe +usr/lib/.build-id/e5/eee6b6956e6c1e0a9507adde7579c2f87f5778 +usr/lib/.build-id/e8/9bfa97ce72687d26a3168da1b0fe860f2f7673 +usr/lib/.build-id/e9/cd07feb178005a7e9539764bdad7820c120e43 +usr/lib/.build-id/eb/d70d1c1a34916121f334fa81726a1c7624bf85 +usr/lib/.build-id/ed/13fffe67ad99ac83d7730d4e3fe8a8365b487a +usr/lib/.build-id/ed/945a5fa4efba23629030b4e55eb7d6e34f85f3 +usr/lib/.build-id/ef/815bc4a570be39be4d1d458b2356cbba016102 +usr/lib/.build-id/f4/debf60086b4751c9553921cf0ca80142417e8b +usr/lib/.build-id/f5/25f4cc62ef7704bde40d58f78d610dd4b25f30 +usr/lib/.build-id/f7/6955d13f09ea15b5a78d344763ba44477baebe +usr/lib/.build-id/f9/28da938b4232caa62838fe89da1e6dc67aa75d +usr/lib64/LLVMgold.so +usr/lib64/bfd-plugins/LLVMgold.so +usr/lib64/libLLVM-16.0.6.so +usr/lib64/libLLVM-16.so +usr/lib64/libLLVM.so +usr/lib64/libLLVMAArch64AsmParser.a +usr/lib64/libLLVMAArch64CodeGen.a +usr/lib64/libLLVMAArch64Desc.a +usr/lib64/libLLVMAArch64Disassembler.a +usr/lib64/libLLVMAArch64Info.a +usr/lib64/libLLVMAArch64Utils.a +usr/lib64/libLLVMAggressiveInstCombine.a +usr/lib64/libLLVMAMDGPUAsmParser.a +usr/lib64/libLLVMAMDGPUCodeGen.a +usr/lib64/libLLVMAMDGPUDesc.a +usr/lib64/libLLVMAMDGPUDisassembler.a +usr/lib64/libLLVMAMDGPUInfo.a +usr/lib64/libLLVMAMDGPUTargetMCA.a +usr/lib64/libLLVMAMDGPUUtils.a +usr/lib64/libLLVMAnalysis.a +usr/lib64/libLLVMARMAsmParser.a +usr/lib64/libLLVMARMCodeGen.a +usr/lib64/libLLVMARMDesc.a +usr/lib64/libLLVMARMDisassembler.a +usr/lib64/libLLVMARMInfo.a +usr/lib64/libLLVMARMUtils.a +usr/lib64/libLLVMAsmParser.a +usr/lib64/libLLVMAsmPrinter.a +usr/lib64/libLLVMBinaryFormat.a +usr/lib64/libLLVMBitReader.a +usr/lib64/libLLVMBitstreamReader.a +usr/lib64/libLLVMBitWriter.a +usr/lib64/libLLVMBPFAsmParser.a +usr/lib64/libLLVMBPFCodeGen.a +usr/lib64/libLLVMBPFDesc.a +usr/lib64/libLLVMBPFDisassembler.a +usr/lib64/libLLVMBPFInfo.a +usr/lib64/libLLVMCFGuard.a +usr/lib64/libLLVMCFIVerify.a +usr/lib64/libLLVMCodeGen.a +usr/lib64/libLLVMCore.a +usr/lib64/libLLVMCoroutines.a +usr/lib64/libLLVMCoverage.a +usr/lib64/libLLVMDebugInfoCodeView.a +usr/lib64/libLLVMDebuginfod.a +usr/lib64/libLLVMDebugInfoDWARF.a +usr/lib64/libLLVMDebugInfoGSYM.a +usr/lib64/libLLVMDebugInfoLogicalView.a +usr/lib64/libLLVMDebugInfoMSF.a +usr/lib64/libLLVMDebugInfoPDB.a +usr/lib64/libLLVMDemangle.a +usr/lib64/libLLVMDiff.a +usr/lib64/libLLVMDlltoolDriver.a +usr/lib64/libLLVMDWARFLinker.a +usr/lib64/libLLVMDWARFLinkerParallel.a +usr/lib64/libLLVMDWP.a +usr/lib64/libLLVMExecutionEngine.a +usr/lib64/libLLVMExegesis.a +usr/lib64/libLLVMExegesisAArch64.a +usr/lib64/libLLVMExegesisMips.a +usr/lib64/libLLVMExegesisPowerPC.a +usr/lib64/libLLVMExegesisX86.a +usr/lib64/libLLVMExtensions.a +usr/lib64/libLLVMFileCheck.a +usr/lib64/libLLVMFrontendHLSL.a +usr/lib64/libLLVMFrontendOpenACC.a +usr/lib64/libLLVMFrontendOpenMP.a +usr/lib64/libLLVMFuzzerCLI.a +usr/lib64/libLLVMFuzzMutate.a +usr/lib64/libLLVMGlobalISel.a +usr/lib64/libLLVMInstCombine.a +usr/lib64/libLLVMInstrumentation.a +usr/lib64/libLLVMInterfaceStub.a +usr/lib64/libLLVMInterpreter.a +usr/lib64/libLLVMipo.a +usr/lib64/libLLVMIRPrinter.a +usr/lib64/libLLVMIRReader.a +usr/lib64/libLLVMJITLink.a +usr/lib64/libLLVMLibDriver.a +usr/lib64/libLLVMLineEditor.a +usr/lib64/libLLVMLinker.a +usr/lib64/libLLVMLTO.a +usr/lib64/libLLVMMC.a +usr/lib64/libLLVMMCA.a +usr/lib64/libLLVMMCDisassembler.a +usr/lib64/libLLVMMCJIT.a +usr/lib64/libLLVMMCParser.a +usr/lib64/libLLVMMipsAsmParser.a +usr/lib64/libLLVMMipsCodeGen.a +usr/lib64/libLLVMMipsDesc.a +usr/lib64/libLLVMMipsDisassembler.a +usr/lib64/libLLVMMipsInfo.a +usr/lib64/libLLVMMIRParser.a +usr/lib64/libLLVMNVPTXCodeGen.a +usr/lib64/libLLVMNVPTXDesc.a +usr/lib64/libLLVMNVPTXInfo.a +usr/lib64/libLLVMObjCARCOpts.a +usr/lib64/libLLVMObjCopy.a +usr/lib64/libLLVMObject.a +usr/lib64/libLLVMObjectYAML.a +usr/lib64/libLLVMOption.a +usr/lib64/libLLVMOrcJIT.a +usr/lib64/libLLVMOrcShared.a +usr/lib64/libLLVMOrcTargetProcess.a +usr/lib64/libLLVMPasses.a +usr/lib64/libLLVMPerfJITEvents.a +usr/lib64/libLLVMPowerPCAsmParser.a +usr/lib64/libLLVMPowerPCCodeGen.a +usr/lib64/libLLVMPowerPCDesc.a +usr/lib64/libLLVMPowerPCDisassembler.a +usr/lib64/libLLVMPowerPCInfo.a +usr/lib64/libLLVMProfileData.a +usr/lib64/libLLVMRemarks.a +usr/lib64/libLLVMRuntimeDyld.a +usr/lib64/libLLVMScalarOpts.a +usr/lib64/libLLVMSelectionDAG.a +usr/lib64/libLLVMSupport.a +usr/lib64/libLLVMSymbolize.a +usr/lib64/libLLVMSystemZAsmParser.a +usr/lib64/libLLVMSystemZCodeGen.a +usr/lib64/libLLVMSystemZDesc.a +usr/lib64/libLLVMSystemZDisassembler.a +usr/lib64/libLLVMSystemZInfo.a +usr/lib64/libLLVMTableGen.a +usr/lib64/libLLVMTableGenGlobalISel.a +usr/lib64/libLLVMTarget.a +usr/lib64/libLLVMTargetParser.a +usr/lib64/libLLVMTextAPI.a +usr/lib64/libLLVMTransformUtils.a +usr/lib64/libLLVMVectorize.a +usr/lib64/libLLVMWebAssemblyAsmParser.a +usr/lib64/libLLVMWebAssemblyCodeGen.a +usr/lib64/libLLVMWebAssemblyDesc.a +usr/lib64/libLLVMWebAssemblyDisassembler.a +usr/lib64/libLLVMWebAssemblyInfo.a +usr/lib64/libLLVMWebAssemblyUtils.a +usr/lib64/libLLVMWindowsDriver.a +usr/lib64/libLLVMWindowsManifest.a +usr/lib64/libLLVMX86AsmParser.a +usr/lib64/libLLVMX86CodeGen.a +usr/lib64/libLLVMX86Desc.a +usr/lib64/libLLVMX86Disassembler.a +usr/lib64/libLLVMX86Info.a +usr/lib64/libLLVMX86TargetMCA.a +usr/lib64/libLLVMXRay.a +usr/lib64/libLTO.so +usr/lib64/libLTO.so.16 +usr/lib64/libRemarks.so +usr/lib64/libRemarks.so.16 +usr/share/licenses/llvm-devel/LICENSE.TXT +usr/share/licenses/llvm-libs/LICENSE.TXT +usr/share/licenses/llvm-static/LICENSE.TXT +usr/share/licenses/llvm/LICENSE.TXT +usr/share/man/man1/bugpoint.1.gz +usr/share/man/man1/clang-tblgen.1.gz +usr/share/man/man1/dsymutil.1.gz +usr/share/man/man1/FileCheck.1.gz +usr/share/man/man1/lit.1.gz +usr/share/man/man1/llc.1.gz +usr/share/man/man1/lldb-tblgen.1.gz +usr/share/man/man1/lli.1.gz +usr/share/man/man1/llvm-addr2line.1.gz +usr/share/man/man1/llvm-ar.1.gz +usr/share/man/man1/llvm-as.1.gz +usr/share/man/man1/llvm-bcanalyzer.1.gz +usr/share/man/man1/llvm-config-64.1.gz +usr/share/man/man1/llvm-config.1.gz +usr/share/man/man1/llvm-cov.1.gz +usr/share/man/man1/llvm-cxxfilt.1.gz +usr/share/man/man1/llvm-cxxmap.1.gz +usr/share/man/man1/llvm-debuginfo-analyzer.1.gz +usr/share/man/man1/llvm-diff.1.gz +usr/share/man/man1/llvm-dis.1.gz +usr/share/man/man1/llvm-dwarfdump.1.gz +usr/share/man/man1/llvm-dwarfutil.1.gz +usr/share/man/man1/llvm-exegesis.1.gz +usr/share/man/man1/llvm-extract.1.gz +usr/share/man/man1/llvm-ifs.1.gz +usr/share/man/man1/llvm-install-name-tool.1.gz +usr/share/man/man1/llvm-lib.1.gz +usr/share/man/man1/llvm-libtool-darwin.1.gz +usr/share/man/man1/llvm-link.1.gz +usr/share/man/man1/llvm-lipo.1.gz +usr/share/man/man1/llvm-locstats.1.gz +usr/share/man/man1/llvm-mca.1.gz +usr/share/man/man1/llvm-nm.1.gz +usr/share/man/man1/llvm-objcopy.1.gz +usr/share/man/man1/llvm-objdump.1.gz +usr/share/man/man1/llvm-opt-report.1.gz +usr/share/man/man1/llvm-otool.1.gz +usr/share/man/man1/llvm-pdbutil.1.gz +usr/share/man/man1/llvm-profdata.1.gz +usr/share/man/man1/llvm-profgen.1.gz +usr/share/man/man1/llvm-ranlib.1.gz +usr/share/man/man1/llvm-readelf.1.gz +usr/share/man/man1/llvm-readobj.1.gz +usr/share/man/man1/llvm-remark-size-diff.1.gz +usr/share/man/man1/llvm-remarkutil.1.gz +usr/share/man/man1/llvm-size.1.gz +usr/share/man/man1/llvm-stress.1.gz +usr/share/man/man1/llvm-strings.1.gz +usr/share/man/man1/llvm-strip.1.gz +usr/share/man/man1/llvm-symbolizer.1.gz +usr/share/man/man1/llvm-tblgen.1.gz +usr/share/man/man1/llvm-tli-checker.1.gz +usr/share/man/man1/mlir-tblgen.1.gz +usr/share/man/man1/opt.1.gz +usr/share/man/man1/tblgen.1.gz +usr/share/opt-viewer/opt-diff.py +usr/share/opt-viewer/opt-stats.py +usr/share/opt-viewer/opt-viewer.py +usr/share/opt-viewer/optpmap.py +usr/share/opt-viewer/optrecord.py +usr/share/opt-viewer/style.css diff --git a/devel/linux-rl9-nspr/Makefile b/devel/linux-rl9-nspr/Makefile new file mode 100644 index 00000000000..2f75a0842ba --- /dev/null +++ b/devel/linux-rl9-nspr/Makefile @@ -0,0 +1,19 @@ +PORTNAME= nspr +PORTVERSION= 4.35.0 +DISTVERSIONSUFFIX= -7.el9_3 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Netscape Portable Runtime (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://developer.mozilla.org/docs/Mozilla/Projects/NSPR + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +SRC_DISTFILES= nss-3.90.0-7.el9_3${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/devel/linux-rl9-nspr/distinfo b/devel/linux-rl9-nspr/distinfo new file mode 100644 index 00000000000..46d9a57576c --- /dev/null +++ b/devel/linux-rl9-nspr/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1715340108 +SHA256 (rocky/n/nspr-4.35.0-7.el9_3.aarch64.rpm) = 9995e4e947e6283162ab90c9714546f6055b192b266afb8d466d42323e9d3766 +SIZE (rocky/n/nspr-4.35.0-7.el9_3.aarch64.rpm) = 133304 +SHA256 (rocky/n/nspr-4.35.0-7.el9_3.x86_64.rpm) = f5f690c7fda97f7616ccc76465102c70a15ed24d44ab621f47bd8584ba3b679a +SIZE (rocky/n/nspr-4.35.0-7.el9_3.x86_64.rpm) = 136855 +SHA256 (rocky/n/nss-3.90.0-7.el9_3.src.rpm) = f8b6f69b1a7da9da7a4751b9b055ac7213fd2ae097a48dc399d3dd7156edecc7 +SIZE (rocky/n/nss-3.90.0-7.el9_3.src.rpm) = 73752799 diff --git a/devel/linux-rl9-nspr/pkg-plist.aarch64 b/devel/linux-rl9-nspr/pkg-plist.aarch64 new file mode 100644 index 00000000000..226941f1422 --- /dev/null +++ b/devel/linux-rl9-nspr/pkg-plist.aarch64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/2c/15ee23ab6931c8b57a47729fe738468c65cda4 +usr/lib/.build-id/5b/b90a1018b8bf467819c053755e5c6708d8945f +usr/lib/.build-id/d6/4638cc57a347af99a166411e87f49f1dfceebe +usr/lib64/libnspr4.so +usr/lib64/libplc4.so +usr/lib64/libplds4.so +usr/share/licenses/nspr/LICENSE diff --git a/devel/linux-rl9-nspr/pkg-plist.amd64 b/devel/linux-rl9-nspr/pkg-plist.amd64 new file mode 100644 index 00000000000..36a7c971187 --- /dev/null +++ b/devel/linux-rl9-nspr/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/0c/20a77b21eea6b267c149b3853ed1c6c8d56ee9 +usr/lib/.build-id/5c/24a5a2a48b6fbff089ea9ca1a544ae7b0644bd +usr/lib/.build-id/c2/90a3ee9bde767d89de11e6cb14a163403df78f +usr/lib64/libnspr4.so +usr/lib64/libplc4.so +usr/lib64/libplds4.so +usr/share/licenses/nspr/LICENSE diff --git a/devel/linux-rl9-ocl-icd/Makefile b/devel/linux-rl9-ocl-icd/Makefile new file mode 100644 index 00000000000..64419221dcf --- /dev/null +++ b/devel/linux-rl9-ocl-icd/Makefile @@ -0,0 +1,24 @@ +PORTNAME= ocl-icd +PORTVERSION= 2.2.13 +DISTVERSIONSUFFIX= -4.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= OpenCL Installable Client Driver (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/OCL-dev/ocl-icd + +LICENSE= BSD2CLAUSE + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libgcrypt libpsl +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/devel/linux-rl9-ocl-icd/distinfo b/devel/linux-rl9-ocl-icd/distinfo new file mode 100644 index 00000000000..6200525dd3c --- /dev/null +++ b/devel/linux-rl9-ocl-icd/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707764780 +SHA256 (rocky/o/ocl-icd-2.2.13-4.el9.aarch64.rpm) = 1dd895e79583b23e964fee7442812b9d8da03b33ca495d4f319c40025b4bbe7f +SIZE (rocky/o/ocl-icd-2.2.13-4.el9.aarch64.rpm) = 47289 +SHA256 (rocky/o/ocl-icd-2.2.13-4.el9.x86_64.rpm) = 89c3df8be01178f6b06eca5c2025ef11e4983c50afdcf83c66454441aef9f6b0 +SIZE (rocky/o/ocl-icd-2.2.13-4.el9.x86_64.rpm) = 51828 +SHA256 (rocky/o/ocl-icd-2.2.13-4.el9.src.rpm) = a4c8a3eef7aa50573091b18d36486251980960b853f38c419808232672e7d95e +SIZE (rocky/o/ocl-icd-2.2.13-4.el9.src.rpm) = 107987 diff --git a/devel/linux-rl9-ocl-icd/pkg-plist.aarch64 b/devel/linux-rl9-ocl-icd/pkg-plist.aarch64 new file mode 100644 index 00000000000..067b3ef31ee --- /dev/null +++ b/devel/linux-rl9-ocl-icd/pkg-plist.aarch64 @@ -0,0 +1,6 @@ +usr/lib/.build-id/dd/0a0f33798488cd8d1b9ea7fcb66e395daf63f5 +usr/lib64/libOpenCL.so.1 +usr/lib64/libOpenCL.so.1.0.0 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/ocl-icd/COPYING diff --git a/devel/linux-rl9-ocl-icd/pkg-plist.amd64 b/devel/linux-rl9-ocl-icd/pkg-plist.amd64 new file mode 100644 index 00000000000..504eb030075 --- /dev/null +++ b/devel/linux-rl9-ocl-icd/pkg-plist.amd64 @@ -0,0 +1,6 @@ +usr/lib/.build-id/ee/66d05b18954424d7bb014b36b27fcfae810906 +usr/lib64/libOpenCL.so.1 +usr/lib64/libOpenCL.so.1.0.0 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/ocl-icd/COPYING diff --git a/devel/linux-rl9-orc/Makefile b/devel/linux-rl9-orc/Makefile new file mode 100644 index 00000000000..898d0c569e1 --- /dev/null +++ b/devel/linux-rl9-orc/Makefile @@ -0,0 +1,28 @@ +PORTNAME= orc +PORTVERSION= 0.4.31 +DISTVERSIONSUFFIX= -6.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library and toolset to operate arrays of data (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://gstreamer.freedesktop.org/projects/orc.html + +LICENSE= BSD2CLAUSE BSD3CLAUSE +LICENSE_COMB= multi + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libgcrypt libpsl +USE_LINUX_RPM= yes + +BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ + ${PORTNAME}-compiler-${DISTVERSIONFULL} + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/devel/linux-rl9-orc/distinfo b/devel/linux-rl9-orc/distinfo new file mode 100644 index 00000000000..d6819bcc3ad --- /dev/null +++ b/devel/linux-rl9-orc/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1707762586 +SHA256 (rocky/o/orc-0.4.31-6.el9.aarch64.rpm) = bbb2659f5e12a6dffc6d6b4d85aa1383d453a41935c1829c47c6273e0abd0e87 +SIZE (rocky/o/orc-0.4.31-6.el9.aarch64.rpm) = 180552 +SHA256 (rocky/o/orc-0.4.31-6.el9.x86_64.rpm) = 576764e1949b329ca17ba895be5ddab29472fbfac8be45d16f20a9d595f0d8a8 +SIZE (rocky/o/orc-0.4.31-6.el9.x86_64.rpm) = 187472 +SHA256 (rocky/o/orc-compiler-0.4.31-6.el9.aarch64.rpm) = 7060908300d27272c669b8b4f34457b29ee764e27ac9000ed6bb7d616a7c931b +SIZE (rocky/o/orc-compiler-0.4.31-6.el9.aarch64.rpm) = 24191 +SHA256 (rocky/o/orc-compiler-0.4.31-6.el9.x86_64.rpm) = 5a1a5c037aeb555cfe6c88f16a6cb237f04a0fe2c434e9b2b7833e7f855bbfd0 +SIZE (rocky/o/orc-compiler-0.4.31-6.el9.x86_64.rpm) = 24598 +SHA256 (rocky/o/orc-0.4.31-6.el9.src.rpm) = 4e1128cbea8dfb3647c11a98c0807d0e0ab7b3aa9ed180136e0f51fbccd70751 +SIZE (rocky/o/orc-0.4.31-6.el9.src.rpm) = 189207 diff --git a/devel/linux-rl9-orc/pkg-plist.aarch64 b/devel/linux-rl9-orc/pkg-plist.aarch64 new file mode 100644 index 00000000000..2787faadd2a --- /dev/null +++ b/devel/linux-rl9-orc/pkg-plist.aarch64 @@ -0,0 +1,12 @@ +usr/bin/orc-bugreport +usr/bin/orcc +usr/lib/.build-id/0c/75933b10dfd32a29b8305f563b0f56afbead89 +usr/lib/.build-id/56/215f2c2fa19a4b0f9ae190aae8c4395c3907c5 +usr/lib/.build-id/88/a61c68aecfeeb1e45fe54c1b782ecbe533e2a6 +usr/lib/.build-id/c6/984b10240d72d4fe3bd675f5a6e5c4bacc5b3c +usr/lib64/liborc-0.4.so.0 +usr/lib64/liborc-0.4.so.0.31.0 +usr/lib64/liborc-test-0.4.so.0 +usr/lib64/liborc-test-0.4.so.0.31.0 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README diff --git a/devel/linux-rl9-orc/pkg-plist.amd64 b/devel/linux-rl9-orc/pkg-plist.amd64 new file mode 100644 index 00000000000..3223befdef7 --- /dev/null +++ b/devel/linux-rl9-orc/pkg-plist.amd64 @@ -0,0 +1,12 @@ +usr/bin/orc-bugreport +usr/bin/orcc +usr/lib/.build-id/1f/fdb445926cb265fecac81692b5d5631dbff08a +usr/lib/.build-id/43/54aebb97c85228966745de934e2d7b24f5e3fd +usr/lib/.build-id/8c/96b9a7b650707893420f63df21def3c9901e90 +usr/lib/.build-id/ed/481fcaae271a165e2db1acbbe3676e54c7f2de +usr/lib64/liborc-0.4.so.0 +usr/lib64/liborc-0.4.so.0.31.0 +usr/lib64/liborc-test-0.4.so.0 +usr/lib64/liborc-test-0.4.so.0.31.0 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README diff --git a/devel/linux-rl9-strace/Makefile b/devel/linux-rl9-strace/Makefile new file mode 100644 index 00000000000..6c6f8276dc7 --- /dev/null +++ b/devel/linux-rl9-strace/Makefile @@ -0,0 +1,21 @@ +PORTNAME= strace +PORTVERSION= 5.18 +DISTVERSIONSUFFIX= -2.el9 +CATEGORIES= devel + +MAINTAINER= emulation@FreeBSD.org +COMMENT= System call tracer (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://sourceforge.net/projects/strace/ + +USES= cpe linux:rl9 +USE_LINUX= elfutils-libs +USE_LINUX_RPM= nolib + +CPE_VENDOR= strace_project + +CONFLICTS= linux-c7-${PORTNAME} +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/devel/linux-rl9-strace/distinfo b/devel/linux-rl9-strace/distinfo new file mode 100644 index 00000000000..d0e98d76e42 --- /dev/null +++ b/devel/linux-rl9-strace/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1706860420 +SHA256 (rocky/s/strace-5.18-2.el9.aarch64.rpm) = 09f70a66adcea1e3778ccf07f41d8dfedb365c1dfa2b5eb50810d39f07525507 +SIZE (rocky/s/strace-5.18-2.el9.aarch64.rpm) = 1368782 +SHA256 (rocky/s/strace-5.18-2.el9.x86_64.rpm) = f189da0f9d11a954f2e2828f50580fd8a1c72a9d086d984523734b6e230177d1 +SIZE (rocky/s/strace-5.18-2.el9.x86_64.rpm) = 1428127 +SHA256 (rocky/s/strace-5.18-2.el9.src.rpm) = 5e461fe9b700d4825a9a16b551d408bdbb838b71bea152143e3009d2c5944803 +SIZE (rocky/s/strace-5.18-2.el9.src.rpm) = 2342957 diff --git a/devel/linux-rl9-strace/pkg-descr b/devel/linux-rl9-strace/pkg-descr new file mode 100644 index 00000000000..b643d61c2db --- /dev/null +++ b/devel/linux-rl9-strace/pkg-descr @@ -0,0 +1,8 @@ +strace is a system call tracer, i.e. a debugging tool which prints out a trace +of all the system calls made by a another process/program. + +strace is similar to the native BSD ``truss'' utility, but it's output style is +more convenient in most cases. + +For strace to work, linprocfs has to be mounted. FreeBSD does not mount it by +default. For more information, man linprocfs. diff --git a/devel/linux-rl9-strace/pkg-plist.aarch64 b/devel/linux-rl9-strace/pkg-plist.aarch64 new file mode 100644 index 00000000000..47054716887 --- /dev/null +++ b/devel/linux-rl9-strace/pkg-plist.aarch64 @@ -0,0 +1,11 @@ +usr/bin/strace +usr/bin/strace-log-merge +usr/lib/.build-id/1f/07101ab316ab21a31c076acb7086a675ede1f8 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/CREDITS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog-CVS.gz +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.gz +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/man/man1/strace-log-merge.1.gz +usr/share/man/man1/strace.1.gz diff --git a/devel/linux-rl9-strace/pkg-plist.amd64 b/devel/linux-rl9-strace/pkg-plist.amd64 new file mode 100644 index 00000000000..9ebc8259b5a --- /dev/null +++ b/devel/linux-rl9-strace/pkg-plist.amd64 @@ -0,0 +1,11 @@ +usr/bin/strace +usr/bin/strace-log-merge +usr/lib/.build-id/e8/df21c76b8689e5542f3dfb6bae1425626ed342 +usr/share/man/man1/strace-log-merge.1.gz +usr/share/man/man1/strace.1.gz +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/CREDITS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog-CVS.gz +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.gz +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README diff --git a/devel/linux-rl9-systemd-libs/Makefile b/devel/linux-rl9-systemd-libs/Makefile new file mode 100644 index 00000000000..c72d07fe61a --- /dev/null +++ b/devel/linux-rl9-systemd-libs/Makefile @@ -0,0 +1,22 @@ +PORTNAME= systemd +PORTVERSION= 252 +PORTREVISION= 3 +DISTVERSIONSUFFIX= -18.el9.0.1.rocky +CATEGORIES= devel linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for accessing systemd (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.freedesktop.org/wiki/Software/systemd/ + +LICENSE= LGPL21+ + +USES= cpe linux:rl9 +CPE_VENDOR= systemd_project +USE_LDCONFIG= yes +USE_LINUX= elfutils-libs libgcrypt libgpg-error lz4 nss +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +.include diff --git a/devel/linux-rl9-systemd-libs/distinfo b/devel/linux-rl9-systemd-libs/distinfo new file mode 100644 index 00000000000..4744418d5cf --- /dev/null +++ b/devel/linux-rl9-systemd-libs/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707724248 +SHA256 (rocky/s/systemd-libs-252-18.el9.0.1.rocky.aarch64.rpm) = 99b14c6dfe29cc9c04862c8a61f4d92bd24c9d34863e9d5c8ab39caa3902761b +SIZE (rocky/s/systemd-libs-252-18.el9.0.1.rocky.aarch64.rpm) = 631863 +SHA256 (rocky/s/systemd-libs-252-18.el9.0.1.rocky.x86_64.rpm) = 96959d8e10651cd021f9b2e3e86f3f65ab4dbb817f9059e213b52e09115e199b +SIZE (rocky/s/systemd-libs-252-18.el9.0.1.rocky.x86_64.rpm) = 666176 +SHA256 (rocky/s/systemd-252-18.el9.0.1.rocky.src.rpm) = 19d9522d949021134cec8f3d57a61bcb46a8f6905a4413340c9b5c91509fded0 +SIZE (rocky/s/systemd-252-18.el9.0.1.rocky.src.rpm) = 12274568 diff --git a/devel/linux-rl9-systemd-libs/pkg-descr b/devel/linux-rl9-systemd-libs/pkg-descr new file mode 100644 index 00000000000..1c82362298a --- /dev/null +++ b/devel/linux-rl9-systemd-libs/pkg-descr @@ -0,0 +1 @@ +Support libraries for the Linux systemd system and service manager. diff --git a/devel/linux-rl9-systemd-libs/pkg-plist.aarch64 b/devel/linux-rl9-systemd-libs/pkg-plist.aarch64 new file mode 100644 index 00000000000..76fe32d22d5 --- /dev/null +++ b/devel/linux-rl9-systemd-libs/pkg-plist.aarch64 @@ -0,0 +1,16 @@ +usr/lib/.build-id/5d/cd59564c8cbda1af5fedb7fe028932d3992d82 +usr/lib/.build-id/5e/5d6366df826f6e91cfe3820e9969b8cde3e08c +usr/lib/.build-id/6d/13ba0dcbe77b6af3f0b326ef3464dfd0042b58 +usr/lib/.build-id/c0/83d192096dfd68e7009ba1afb26ab5d1541a49 +usr/lib/.build-id/df/0ed804240868a9a967bcd65a179a4320ce093a +usr/lib64/libnss_myhostname.so.2 +usr/lib64/libnss_resolve.so.2 +usr/lib64/libnss_systemd.so.2 +usr/lib64/libsystemd.so.0 +usr/lib64/libsystemd.so.0.35.0 +usr/lib64/libudev.so.1 +usr/lib64/libudev.so.1.7.5 +usr/share/licenses/systemd/LICENSE.LGPL2.1 +usr/share/man/man8/libnss_myhostname.so.2.8.gz +usr/share/man/man8/libnss_resolve.so.2.8.gz +usr/share/man/man8/libnss_systemd.so.2.8.gz diff --git a/devel/linux-rl9-systemd-libs/pkg-plist.amd64 b/devel/linux-rl9-systemd-libs/pkg-plist.amd64 new file mode 100644 index 00000000000..d8f701c3849 --- /dev/null +++ b/devel/linux-rl9-systemd-libs/pkg-plist.amd64 @@ -0,0 +1,16 @@ +usr/lib/.build-id/41/b0614d5bad341a75b243d039cba452452df51b +usr/lib/.build-id/65/658a28beac5f2a79c1719bf68a864587add6ec +usr/lib/.build-id/7c/a0402c156f824d12fca1b710a338304e2ffed2 +usr/lib/.build-id/cc/4c618d946051cf1369ec8d68910529762dabff +usr/lib/.build-id/f6/12f33dc0de101448de54306133d56db912e2c5 +usr/lib64/libnss_myhostname.so.2 +usr/lib64/libnss_resolve.so.2 +usr/lib64/libnss_systemd.so.2 +usr/lib64/libsystemd.so.0 +usr/lib64/libsystemd.so.0.35.0 +usr/lib64/libudev.so.1 +usr/lib64/libudev.so.1.7.5 +usr/share/licenses/systemd/LICENSE.LGPL2.1 +usr/share/man/man8/libnss_myhostname.so.2.8.gz +usr/share/man/man8/libnss_resolve.so.2.8.gz +usr/share/man/man8/libnss_systemd.so.2.8.gz diff --git a/devel/linux_libusb/Makefile b/devel/linux_libusb/Makefile index a594ecc6911..918f78fbd85 100644 --- a/devel/linux_libusb/Makefile +++ b/devel/linux_libusb/Makefile @@ -1,6 +1,7 @@ PORTNAME= linux_libusb PORTVERSION= 13.1.0 CATEGORIES= devel linux +PKGNAMESUFFIX= -${FLAVOR} MAINTAINER= ports@FreeBSD.org COMMENT= Linux-compatibility LibUSB @@ -8,9 +9,14 @@ WWW= https://github.com/hselasky/linux_libusb LICENSE= BSD2CLAUSE -ONLY_FOR_ARCHS= aarch64 amd64 i386 +ONLY_FOR_ARCHS= aarch64 amd64 -USES= linux tar:bzip2 +FLAVORS= c7 rl9 +FLAVOR?= c7 +c7_CONFLICTS_INSTALL= ${PORTNAME}-rl9 +rl9_CONFLICTS_INSTALL= ${PORTNAME}-c7 + +USES= linux:${FLAVOR} tar:bzip2 USE_GITHUB= yes USE_LDCONFIG= yes @@ -40,10 +46,13 @@ MAKE_ENV+= LDADD="-lrt" MAKE_ARGS+= NO_WDATE_TIME=yes -.if ${ARCH} == amd64 +.if ${FLAVOR} == c7 +ONLY_FOR_ARCHS+= i386 +. if ${ARCH} == amd64 PLIST_FILES+= usr/lib/libusb.so.3 \ usr/lib/libusb-0.1.so.4 \ usr/lib/libusb-1.0.so.0 +. endif .endif do-build: @@ -51,7 +60,7 @@ do-build: cd ${WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} \ MAKEOBJDIR=${LIBDIR_${ARCH}} ${MAKE_CMD} ${MAKE_FLAGS} \ ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS:N${DESTDIRNAME}=*} -.if ${ARCH} == amd64 +.if ${ARCH} == amd64 && ${FLAVOR} == c7 ${MKDIR} ${WRKSRC}/lib cd ${WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_ENV:NCC=*} \ CC="${CC} -m32" MAKEOBJDIR=lib ${MAKE_CMD} ${MAKE_FLAGS} \ @@ -67,7 +76,7 @@ do-install: ${STAGEDIR}${PREFIX}/usr/${LIBDIR_${ARCH}}/libusb-0.1.so.4 ${LN} -s libusb.so.3 \ ${STAGEDIR}${PREFIX}/usr/${LIBDIR_${ARCH}}/libusb-1.0.so.0 -.if ${ARCH} == amd64 +.if ${ARCH} == amd64 && ${FLAVOR} == c7 ${MKDIR} ${STAGEDIR}${PREFIX}/usr/lib ${INSTALL_LIB} ${WRKSRC}/lib/libusb.so.3 \ ${STAGEDIR}${PREFIX}/usr/lib diff --git a/devel/liteide/Makefile b/devel/liteide/Makefile index 49699ae6385..ba6e6c9a1c6 100644 --- a/devel/liteide/Makefile +++ b/devel/liteide/Makefile @@ -1,7 +1,7 @@ PORTNAME= liteide DISTVERSIONPREFIX= x DISTVERSION= 38.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel editors MAINTAINER= dmgk@FreeBSD.org diff --git a/devel/llvm16/Makefile b/devel/llvm16/Makefile index d8b29aa36f9..fa655ef715e 100644 --- a/devel/llvm16/Makefile +++ b/devel/llvm16/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 16.0.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ https://${PRE_}releases.llvm.org/${LLVM_RELEASE}${RCDIR}/ diff --git a/devel/llvm16/files/patch-backport-73bb8d9d92f6 b/devel/llvm16/files/patch-backport-73bb8d9d92f6 new file mode 100644 index 00000000000..d9de14e2deb --- /dev/null +++ b/devel/llvm16/files/patch-backport-73bb8d9d92f6 @@ -0,0 +1,40 @@ +commit 73bb8d9d92f689863c94d48517e89d35dae0ebcf +Author: Jonathan Peyton +Date: Wed May 8 09:23:50 2024 -0500 + + [OpenMP] Fix child processes to use affinity_none (#91391) + + When a child process is forked with OpenMP already initialized, the + child process resets its affinity mask and sets proc-bind-var to false + so that the entire original affinity mask is used. This patch corrects + an issue with the affinity initialization code setting affinity to + compact instead of none for this special case of forked children. + + The test trying to catch this only testing explicit setting of + KMP_AFFINITY=none. Add test run for no KMP_AFFINITY setting. + + Fixes: #91098 + +diff --git openmp/runtime/src/kmp_settings.cpp openmp/runtime/src/kmp_settings.cpp +index b9c8289b5c51..8b6092cb1085 100644 +--- openmp/runtime/src/kmp_settings.cpp ++++ openmp/runtime/src/kmp_settings.cpp +@@ -6420,6 +6420,8 @@ void __kmp_env_initialize(char const *string) { + } + if ((__kmp_nested_proc_bind.bind_types[0] != proc_bind_intel) && + (__kmp_nested_proc_bind.bind_types[0] != proc_bind_default)) { ++ if (__kmp_nested_proc_bind.bind_types[0] == proc_bind_false) ++ __kmp_affinity.type = affinity_none; + if (__kmp_affinity.type == affinity_default) { + __kmp_affinity.type = affinity_compact; + __kmp_affinity.flags.dups = FALSE; +diff --git openmp/runtime/test/affinity/redetect.c openmp/runtime/test/affinity/redetect.c +index dba83b72cc42..4b96d1bd92ee 100644 +--- openmp/runtime/test/affinity/redetect.c ++++ openmp/runtime/test/affinity/redetect.c +@@ -1,4 +1,5 @@ + // RUN: %libomp-compile ++// RUN: %libomp-run + // RUN: env KMP_AFFINITY=none %libomp-run + // REQUIRES: linux + diff --git a/devel/llvm17/Makefile b/devel/llvm17/Makefile index 2a087354725..c43225b7ed5 100644 --- a/devel/llvm17/Makefile +++ b/devel/llvm17/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 17.0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ https://${PRE_}releases.llvm.org/${LLVM_RELEASE}${RCDIR}/ diff --git a/devel/llvm17/files/patch-backport-73bb8d9d92f6 b/devel/llvm17/files/patch-backport-73bb8d9d92f6 new file mode 100644 index 00000000000..d9de14e2deb --- /dev/null +++ b/devel/llvm17/files/patch-backport-73bb8d9d92f6 @@ -0,0 +1,40 @@ +commit 73bb8d9d92f689863c94d48517e89d35dae0ebcf +Author: Jonathan Peyton +Date: Wed May 8 09:23:50 2024 -0500 + + [OpenMP] Fix child processes to use affinity_none (#91391) + + When a child process is forked with OpenMP already initialized, the + child process resets its affinity mask and sets proc-bind-var to false + so that the entire original affinity mask is used. This patch corrects + an issue with the affinity initialization code setting affinity to + compact instead of none for this special case of forked children. + + The test trying to catch this only testing explicit setting of + KMP_AFFINITY=none. Add test run for no KMP_AFFINITY setting. + + Fixes: #91098 + +diff --git openmp/runtime/src/kmp_settings.cpp openmp/runtime/src/kmp_settings.cpp +index b9c8289b5c51..8b6092cb1085 100644 +--- openmp/runtime/src/kmp_settings.cpp ++++ openmp/runtime/src/kmp_settings.cpp +@@ -6420,6 +6420,8 @@ void __kmp_env_initialize(char const *string) { + } + if ((__kmp_nested_proc_bind.bind_types[0] != proc_bind_intel) && + (__kmp_nested_proc_bind.bind_types[0] != proc_bind_default)) { ++ if (__kmp_nested_proc_bind.bind_types[0] == proc_bind_false) ++ __kmp_affinity.type = affinity_none; + if (__kmp_affinity.type == affinity_default) { + __kmp_affinity.type = affinity_compact; + __kmp_affinity.flags.dups = FALSE; +diff --git openmp/runtime/test/affinity/redetect.c openmp/runtime/test/affinity/redetect.c +index dba83b72cc42..4b96d1bd92ee 100644 +--- openmp/runtime/test/affinity/redetect.c ++++ openmp/runtime/test/affinity/redetect.c +@@ -1,4 +1,5 @@ + // RUN: %libomp-compile ++// RUN: %libomp-run + // RUN: env KMP_AFFINITY=none %libomp-run + // REQUIRES: linux + diff --git a/devel/llvm18/Makefile b/devel/llvm18/Makefile index 0eddea69ebf..0fc8d146981 100644 --- a/devel/llvm18/Makefile +++ b/devel/llvm18/Makefile @@ -1,5 +1,5 @@ PORTNAME= llvm -DISTVERSION= 18.1.4 +DISTVERSION= 18.1.5 PORTREVISION= 0 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ diff --git a/devel/llvm18/distinfo b/devel/llvm18/distinfo index e73f95b2ea3..698d4fd1dd2 100644 --- a/devel/llvm18/distinfo +++ b/devel/llvm18/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713452670 -SHA256 (llvm-project-18.1.4.src.tar.xz) = 2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b -SIZE (llvm-project-18.1.4.src.tar.xz) = 132054668 +TIMESTAMP = 1714748981 +SHA256 (llvm-project-18.1.5.src.tar.xz) = 3591a52761a7d390ede51af01ea73abfecc4b1d16445f9d019b67a57edd7de56 +SIZE (llvm-project-18.1.5.src.tar.xz) = 132061072 diff --git a/devel/loccount/Makefile b/devel/loccount/Makefile index 6fca1913d3e..f8ef864021d 100644 --- a/devel/loccount/Makefile +++ b/devel/loccount/Makefile @@ -1,6 +1,6 @@ PORTNAME= loccount DISTVERSION= 2.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.catb.org/~esr/loccount/ diff --git a/devel/mage/Makefile b/devel/mage/Makefile index 34310ef4688..04dd5550519 100644 --- a/devel/mage/Makefile +++ b/devel/mage/Makefile @@ -1,7 +1,7 @@ PORTNAME= mage DISTVERSIONPREFIX= v DISTVERSION= 1.15.0 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/modd/Makefile b/devel/modd/Makefile index c4ad958f295..4c50ff2aad4 100644 --- a/devel/modd/Makefile +++ b/devel/modd/Makefile @@ -1,7 +1,7 @@ PORTNAME= modd DISTVERSIONPREFIX= v DISTVERSION= 0.8 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= devel sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/devel/mutagen/Makefile b/devel/mutagen/Makefile index 0b6ffb20f81..595504599ef 100644 --- a/devel/mutagen/Makefile +++ b/devel/mutagen/Makefile @@ -1,6 +1,7 @@ PORTNAME= mutagen DISTVERSIONPREFIX= v DISTVERSION= 0.17.6 +PORTREVISION= 1 CATEGORIES= devel net MAINTAINER= yuri@FreeBSD.org diff --git a/devel/nextest/Makefile b/devel/nextest/Makefile index a5ab57e9a79..980e40cf4e7 100644 --- a/devel/nextest/Makefile +++ b/devel/nextest/Makefile @@ -1,6 +1,7 @@ PORTNAME= nextest DISTVERSIONPREFIX= cargo-nextest- DISTVERSION= 0.9.70 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -19,6 +20,8 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= nextest-rs +RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386 + CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ ahash-0.8.11 \ diff --git a/devel/objfw/Makefile b/devel/objfw/Makefile index b14736cc92f..3976109efeb 100644 --- a/devel/objfw/Makefile +++ b/devel/objfw/Makefile @@ -1,5 +1,5 @@ PORTNAME= objfw -DISTVERSION= 1.0.5 +DISTVERSION= 1.1.2 CATEGORIES= devel lang MASTER_SITES= https://objfw.nil.im/downloads/ @@ -7,11 +7,7 @@ MAINTAINER= js@nil.im COMMENT= Portable, lightweight framework for the Objective-C language WWW= https://objfw.nil.im/ -LICENSE= QPL GPLv2 GPLv3 -LICENSE_COMB= dual -LICENSE_NAME_QPL= Q Public License -LICENSE_FILE_QPL= ${WRKSRC}/LICENSE.QPL -LICENSE_PERMS_QPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= LGPL3 BROKEN_armv6= test suite fails BROKEN_armv7= test suite fails @@ -23,7 +19,7 @@ TEST_TARGET= check OPTIONS_DEFINE= DOCS OPTIONS_SINGLE= SSL -OPTIONS_SINGLE_SSL= OPENSSL GNUTLS NOSSL +OPTIONS_SINGLE_SSL= OPENSSL GNUTLS MBEDTLS NOSSL OPTIONS_DEFAULT= OPENSSL NOSSL_DESC= no SSL/TLS support @@ -40,6 +36,12 @@ GNUTLS_PLIST_SUB= TLS="" GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_USES= pkgconfig +MBEDTLS_CONFIGURE_ON= --with-tls=mbedtls +MBEDTLS_PLIST_SUB= TLS="" +MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls +MBEDTLS_CPPFLAGS= -I${PREFIX}/include +MBEDTLS_LDFLAGS= -L${PREFIX}/lib + NOSSL_CONFIGURE_ON= --without-tls NOSSL_PLIST_SUB= TLS="@comment " diff --git a/devel/objfw/distinfo b/devel/objfw/distinfo index 98c74272d48..85882ad2b6d 100644 --- a/devel/objfw/distinfo +++ b/devel/objfw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699187260 -SHA256 (objfw-1.0.5.tar.gz) = 798bda0590970fea10d5c8064e98088bb9960b3bc0475d92db443b0df9f205c4 -SIZE (objfw-1.0.5.tar.gz) = 797479 +TIMESTAMP = 1713650587 +SHA256 (objfw-1.1.2.tar.gz) = 5d9f9a70d583298e780ae11fc75a7ae2beeef904b301e1bc4f4ffa8d7ee31d9f +SIZE (objfw-1.1.2.tar.gz) = 945717 diff --git a/devel/objfw/pkg-plist b/devel/objfw/pkg-plist index 3893179f171..4a910341a47 100644 --- a/devel/objfw/pkg-plist +++ b/devel/objfw/pkg-plist @@ -6,6 +6,8 @@ bin/ofarc bin/ofdns bin/ofhash bin/ofhttp +include/ObjFW/OFAAAADNSResourceRecord.h +include/ObjFW/OFADNSResourceRecord.h include/ObjFW/OFAcceptSocketFailedException.h include/ObjFW/OFAllocFailedException.h include/ObjFW/OFAlreadyOpenException.h @@ -18,6 +20,7 @@ include/ObjFW/OFBindSocketFailedException.h include/ObjFW/OFBindUNIXSocketFailedException.h include/ObjFW/OFBlock.h include/ObjFW/OFBroadcastConditionFailedException.h +include/ObjFW/OFCNAMEDNSResourceRecord.h include/ObjFW/OFChangeCurrentDirectoryFailedException.h include/ObjFW/OFCharacterSet.h include/ObjFW/OFChecksumMismatchException.h @@ -54,6 +57,7 @@ include/ObjFW/OFGZIPStream.h include/ObjFW/OFGetCurrentDirectoryFailedException.h include/ObjFW/OFGetItemAttributesFailedException.h include/ObjFW/OFGetOptionFailedException.h +include/ObjFW/OFHINFODNSResourceRecord.h include/ObjFW/OFHMAC.h include/ObjFW/OFHTTPClient.h include/ObjFW/OFHTTPCookie.h @@ -83,6 +87,7 @@ include/ObjFW/OFKernelEventObserver.h include/ObjFW/OFKeyValueCoding.h include/ObjFW/OFLHAArchive.h include/ObjFW/OFLHAArchiveEntry.h +include/ObjFW/OFLOCDNSResourceRecord.h include/ObjFW/OFLinkItemFailedException.h include/ObjFW/OFList.h include/ObjFW/OFListenOnSocketFailedException.h @@ -91,6 +96,7 @@ include/ObjFW/OFLocale.h include/ObjFW/OFLockFailedException.h include/ObjFW/OFLocking.h include/ObjFW/OFMD5Hash.h +include/ObjFW/OFMXDNSResourceRecord.h include/ObjFW/OFMalformedXMLException.h include/ObjFW/OFMapTable.h include/ObjFW/OFMatrix4x4.h @@ -111,7 +117,9 @@ include/ObjFW/OFMutableString.h include/ObjFW/OFMutableTarArchiveEntry.h include/ObjFW/OFMutableTriple.h include/ObjFW/OFMutableZIPArchiveEntry.h +include/ObjFW/OFMutableZooArchiveEntry.h include/ObjFW/OFMutex.h +include/ObjFW/OFNSDNSResourceRecord.h include/ObjFW/OFNotImplementedException.h include/ObjFW/OFNotOpenException.h include/ObjFW/OFNotification.h @@ -127,12 +135,14 @@ include/ObjFW/OFOptionsParser.h include/ObjFW/OFOutOfMemoryException.h include/ObjFW/OFOutOfRangeException.h include/ObjFW/OFPBKDF2.h +include/ObjFW/OFPTRDNSResourceRecord.h include/ObjFW/OFPair.h include/ObjFW/OFPlainCondition.h include/ObjFW/OFPlainMutex.h include/ObjFW/OFPlainThread.h include/ObjFW/OFPlugin.h include/ObjFW/OFRIPEMD160Hash.h +include/ObjFW/OFRPDNSResourceRecord.h include/ObjFW/OFReadFailedException.h include/ObjFW/OFReadOrWriteFailedException.h include/ObjFW/OFRecursiveMutex.h @@ -146,6 +156,8 @@ include/ObjFW/OFSHA256Hash.h include/ObjFW/OFSHA384Hash.h include/ObjFW/OFSHA384Or512Hash.h include/ObjFW/OFSHA512Hash.h +include/ObjFW/OFSOADNSResourceRecord.h +include/ObjFW/OFSRVDNSResourceRecord.h include/ObjFW/OFScrypt.h include/ObjFW/OFSecureData.h include/ObjFW/OFSeekFailedException.h @@ -178,6 +190,7 @@ include/ObjFW/OFTCPSocket.h include/ObjFW/OFTLSHandshakeFailedException.h include/ObjFW/OFTLSKey.h include/ObjFW/OFTLSStream.h +include/ObjFW/OFTXTDNSResourceRecord.h include/ObjFW/OFTarArchive.h include/ObjFW/OFTarArchiveEntry.h include/ObjFW/OFThread.h @@ -188,6 +201,7 @@ include/ObjFW/OFTruncatedDataException.h include/ObjFW/OFUDPSocket.h include/ObjFW/OFUNIXDatagramSocket.h include/ObjFW/OFUNIXStreamSocket.h +include/ObjFW/OFURIDNSResourceRecord.h include/ObjFW/OFUUID.h include/ObjFW/OFUnboundNamespaceException.h include/ObjFW/OFUnboundPrefixException.h @@ -210,6 +224,8 @@ include/ObjFW/OFXMLParser.h include/ObjFW/OFXMLProcessingInstruction.h include/ObjFW/OFZIPArchive.h include/ObjFW/OFZIPArchiveEntry.h +include/ObjFW/OFZooArchive.h +include/ObjFW/OFZooArchiveEntry.h include/ObjFW/ObjFW.h include/ObjFW/macros.h include/ObjFW/objfw-defs.h @@ -221,15 +237,24 @@ include/ObjFW/platform/macOS/OFAtomic.h include/ObjFW/platform/x86/OFAtomic.h include/ObjFWRT/ObjFWRT.h %%TLS%%include/ObjFWTLS/ObjFWTLS.h +include/ObjFWTest/OTAssert.h +include/ObjFWTest/OTOrderedDictionary.h +include/ObjFWTest/OTTestCase.h +include/ObjFWTest/ObjFWTest.h lib/libobjfw.so lib/libobjfw.so.1 -lib/libobjfw.so.1.0.2 +lib/libobjfw.so.1.1.0 lib/libobjfwrt.so lib/libobjfwrt.so.1 -lib/libobjfwrt.so.1.0.0 +lib/libobjfwrt.so.1.1.0 +lib/libobjfwtest.a %%TLS%%lib/libobjfwtls.so %%TLS%%lib/libobjfwtls.so.1 -%%TLS%%lib/libobjfwtls.so.1.0.1 +%%TLS%%lib/libobjfwtls.so.1.0.2 +%%TLS%%lib/objfw-config/ObjFWTLS.oc +lib/objfw-config/ObjFWTest.oc +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFAAAADNSResourceRecord_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFADNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFASPrintF_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFAcceptSocketFailedException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFActivateSandboxFailedException_8h_source.html @@ -253,6 +278,7 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/OFBitSetCharacterSet_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFBlock_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFBroadcastConditionFailedException_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCNAMEDNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFCRC16_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFCRC32_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFChangeCurrentDirectoryFailedException_8h_source.html @@ -320,6 +346,7 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetItemAttributesFailedException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetOptionFailedException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetWindowsRegistryValueFailedException_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHINFODNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFHMAC_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPClient_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPCookieManager_8h_source.html @@ -361,6 +388,7 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHAArchiveEntry_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHAArchive_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHADecompressingStream_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLOCDNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFLinkItemFailedException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFList_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFList_8h_source.html @@ -371,6 +399,7 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/OFLockFailedException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFLocking_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFMD5Hash_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMXDNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFMalformedXMLException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFMapTable_09Private_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFMapTable_8h.html @@ -396,7 +425,9 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableTriple_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableUTF8String_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableZIPArchiveEntry_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableZooArchiveEntry_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutex_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNSDNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotImplementedException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotOpenException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotificationCenter_8h_source.html @@ -418,6 +449,7 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/OFOutOfRangeException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPBKDF2_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPBKDF2_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPTRDNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPair_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainCondition_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainMutex_8h_source.html @@ -425,6 +457,7 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlugin_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFPollKernelEventObserver_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFRIPEMD160Hash_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRPDNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFRangeCharacterSet_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFReadFailedException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFReadOrWriteFailedException_8h_source.html @@ -441,10 +474,12 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA384Hash_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA384Or512Hash_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA512Hash_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSOADNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXSocket_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXSocket_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXStreamSocket_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXStreamSocket_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSRVDNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFSandbox_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFScrypt_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFScrypt_8h_source.html @@ -502,6 +537,7 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSKey_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSStream_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSStream_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTXTDNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerColor_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerDate_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerNumber_8h_source.html @@ -522,6 +558,7 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/OFUDPSocket_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXDatagramSocket_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXStreamSocket_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFURIDNSResourceRecord_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFUTF8String_09Private_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFUTF8String_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFUUID_8h_source.html @@ -551,16 +588,27 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchive_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZooArchiveEntry_09Private_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZooArchiveEntry_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZooArchive_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OTAssert_8h.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OTAssert_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OTAssertionFailedException_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OTOrderedDictionary_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OTTestCase_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/OTTestSkippedException_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWRT_8h.html %%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWRT_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWTest_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFW_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/annotated.html %%PORTDOCS%%%%DOCSDIR%%/objfw/bc_s.png %%PORTDOCS%%%%DOCSDIR%%/objfw/bc_sd.png %%PORTDOCS%%%%DOCSDIR%%/objfw/bdwn.png -%%PORTDOCS%%%%DOCSDIR%%/objfw/classOFRPNSResourceRecord.html %%PORTDOCS%%%%DOCSDIR%%/objfw/classes.html %%PORTDOCS%%%%DOCSDIR%%/objfw/closed.png +%%PORTDOCS%%%%DOCSDIR%%/objfw/deprecated.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_120ed4da3e3217b1e7fc0b4f48568e79.html %%PORTDOCS%%%%DOCSDIR%%/objfw/dir_68267d1309a1af8e8297ef4c3efbcdba.html %%PORTDOCS%%%%DOCSDIR%%/objfw/dir_6e33d6500a76933db4361f663e54ab12.html %%PORTDOCS%%%%DOCSDIR%%/objfw/dir_bf9f26469d00835ba20ff8d80ee5a804.html @@ -922,6 +970,9 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchiveEntry-members.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchiveEntry.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchiveEntry.png +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLOCDNSResourceRecord-members.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLOCDNSResourceRecord.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLOCDNSResourceRecord.png %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLinkItemFailedException-members.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLinkItemFailedException.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLinkItemFailedException.png @@ -1003,6 +1054,9 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZIPArchiveEntry-members.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZIPArchiveEntry.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZIPArchiveEntry.png +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZooArchiveEntry-members.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZooArchiveEntry.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZooArchiveEntry.png %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutex-members.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutex.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutex.png @@ -1060,6 +1114,9 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRIPEMD160Hash-members.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRIPEMD160Hash.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRIPEMD160Hash.png +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRPDNSResourceRecord-members.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRPDNSResourceRecord.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRPDNSResourceRecord.png %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadFailedException-members.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadFailedException.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadFailedException.png @@ -1210,6 +1267,9 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket-members.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket.png +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFURIDNSResourceRecord-members.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFURIDNSResourceRecord.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFURIDNSResourceRecord.png %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUUID-members.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUUID.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUUID.png @@ -1276,6 +1336,18 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchiveEntry-members.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchiveEntry.html %%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchiveEntry.png +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchive-members.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchive.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchive.png +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchiveEntry-members.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchiveEntry.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZooArchiveEntry.png +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTOrderedDictionary-members.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTOrderedDictionary.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTOrderedDictionary.png +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTTestCase-members.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTTestCase.html +%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOTTestCase.png %%PORTDOCS%%%%DOCSDIR%%/objfw/jquery.js %%PORTDOCS%%%%DOCSDIR%%/objfw/macros_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/menu.js @@ -1287,6 +1359,7 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/nav_hd.png %%PORTDOCS%%%%DOCSDIR%%/objfw/objfw-defs_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/open.png +%%PORTDOCS%%%%DOCSDIR%%/objfw/pages.html %%PORTDOCS%%%%DOCSDIR%%/objfw/platform_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/private_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFApplicationDelegate-p-members.html @@ -1468,6 +1541,7 @@ lib/libobjfwrt.so.1.0.0 %%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag_d.svg %%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag_sel.svg %%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag_seld.svg +%%PORTDOCS%%%%DOCSDIR%%/objfw/search/pages_0.js %%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_0.js %%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_1.js %%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_10.js diff --git a/devel/omnilinter/Makefile b/devel/omnilinter/Makefile index a046aaecd24..0cfc1138340 100644 --- a/devel/omnilinter/Makefile +++ b/devel/omnilinter/Makefile @@ -1,5 +1,6 @@ PORTNAME= omnilinter PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/devel/p5-Alien-LibGumbo/Makefile b/devel/p5-Alien-LibGumbo/Makefile index 24ede9cddb1..db2be7cb3d1 100644 --- a/devel/p5-Alien-LibGumbo/Makefile +++ b/devel/p5-Alien-LibGumbo/Makefile @@ -23,9 +23,9 @@ RUN_DEPENDS= p5-Alien-Build>0:devel/p5-Alien-Build USES= perl5 USE_PERL5= modbuild +EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/gumbo-0.10.1.tar.gz \ + --no-same-owner --no-same-permissions + NO_ARCH= yes -post-extract: - ${RM} ${WRKSRC}/gumbo-0.10.1.tar.gz - .include diff --git a/devel/p5-Data-Dumper-Interp/Makefile b/devel/p5-Data-Dumper-Interp/Makefile index c9643beae45..10c3611ecc1 100644 --- a/devel/p5-Data-Dumper-Interp/Makefile +++ b/devel/p5-Data-Dumper-Interp/Makefile @@ -1,5 +1,5 @@ PORTNAME= Data-Dumper-Interp -PORTVERSION= 7.005 +PORTVERSION= 7.007 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Data-Dumper-Interp/distinfo b/devel/p5-Data-Dumper-Interp/distinfo index 3bd5edda19e..bc3a98caf2e 100644 --- a/devel/p5-Data-Dumper-Interp/distinfo +++ b/devel/p5-Data-Dumper-Interp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710125125 -SHA256 (Data-Dumper-Interp-7.005.tar.gz) = edad701595913a73af8a8c3409613169ebf88570e0f4481a6d44f5fcec78aced -SIZE (Data-Dumper-Interp-7.005.tar.gz) = 78198 +TIMESTAMP = 1715162672 +SHA256 (Data-Dumper-Interp-7.007.tar.gz) = c1a409a310789746f31246a33865c4630c2cdf4da6f37b9c24dc57995088d1d9 +SIZE (Data-Dumper-Interp-7.007.tar.gz) = 78692 diff --git a/devel/p5-Log-Log4perl-Layout-JSON/Makefile b/devel/p5-Log-Log4perl-Layout-JSON/Makefile index 89c6194a859..5399dc7cb6e 100644 --- a/devel/p5-Log-Log4perl-Layout-JSON/Makefile +++ b/devel/p5-Log-Log4perl-Layout-JSON/Makefile @@ -1,5 +1,5 @@ PORTNAME= Log-Log4perl-Layout-JSON -PORTVERSION= 0.60 +DISTVERSION= 0.61 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Log-Log4perl-Layout-JSON/distinfo b/devel/p5-Log-Log4perl-Layout-JSON/distinfo index c4e012d6d2a..19109eef1f5 100644 --- a/devel/p5-Log-Log4perl-Layout-JSON/distinfo +++ b/devel/p5-Log-Log4perl-Layout-JSON/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684340029 -SHA256 (Log-Log4perl-Layout-JSON-0.60.tar.gz) = 78ee508a95abd92557ce0eec938220aafcf105ee2aa921701ad6c5a203d01010 -SIZE (Log-Log4perl-Layout-JSON-0.60.tar.gz) = 22755 +TIMESTAMP = 1705994049 +SHA256 (Log-Log4perl-Layout-JSON-0.61.tar.gz) = 4e60fefe8b6b5e62415cf634525eadae80618aeb0bf353226a3b3b68eaade943 +SIZE (Log-Log4perl-Layout-JSON-0.61.tar.gz) = 22786 diff --git a/devel/packr/Makefile b/devel/packr/Makefile index 44629332b91..1fd0535b85c 100644 --- a/devel/packr/Makefile +++ b/devel/packr/Makefile @@ -1,7 +1,7 @@ PORTNAME= packr DISTVERSIONPREFIX= v DISTVERSION= 2.8.3 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MAINTAINER= dmgk@FreeBSD.org diff --git a/devel/parol-ls/Makefile b/devel/parol-ls/Makefile index 4d4ce8530d8..58102891407 100644 --- a/devel/parol-ls/Makefile +++ b/devel/parol-ls/Makefile @@ -1,6 +1,6 @@ PORTNAME= parol-ls DISTVERSION= g20221230 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/parol/Makefile b/devel/parol/Makefile index d50f90ab2bb..ebf8c5402a6 100644 --- a/devel/parol/Makefile +++ b/devel/parol/Makefile @@ -1,6 +1,6 @@ PORTNAME= parol DISTVERSION= g20221230 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/patsh/Makefile b/devel/patsh/Makefile index 44aa87b934f..04238f2b611 100644 --- a/devel/patsh/Makefile +++ b/devel/patsh/Makefile @@ -1,7 +1,7 @@ PORTNAME= patsh DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index aaf005eeb88..9f60d7f9e63 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -1,5 +1,5 @@ PORTNAME= pcsc-lite -PORTVERSION= 2.0.3 +PORTVERSION= 2.2.1 PORTEPOCH= 2 CATEGORIES= devel security MASTER_SITES= https://pcsclite.apdu.fr/files/ @@ -12,18 +12,18 @@ LICENSE= BSD3CLAUSE GPLv3+ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix perl5 pkgconfig python:env shebangfix tar:bzip2 +USES= libtool meson pathfix perl5 pkgconfig python:env shebangfix tar:xz USE_LDCONFIG= yes USE_PERL5= build USE_RC_SUBR= pcscd -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -CONFIGURE_ARGS= --disable-libsystemd \ - --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/ \ - --enable-ipcdir=/var/run +MESON_ARGS= -Dlibsystemd=false \ + -Dlibudev=false \ + -Dlibusb=true \ + -Dusb=true \ + -Dusbdropdir=${PREFIX}/lib/pcsc/drivers/ \ + -Dipcdir=/var/run -INSTALL_TARGET= install-strip SHEBANG_FILES= src/spy/pcsc-spy SUB_FILES= pkg-message @@ -37,10 +37,10 @@ FEATURES_DESC= Default features knobs FILTER_DESC= Control (Ignore or Extend) reported reader names POLKIT_DESC= Polkit authorization support -FILTER_CONFIGURE_ENABLE= filter +FILTER_MESON_TRUE= filter_names -POLKIT_LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit -POLKIT_CONFIGURE_ENABLE= polkit +POLKIT_LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit +POLKIT_MESON_TRUE= polkit post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers @@ -49,7 +49,6 @@ post-install: post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/example/Makefile.am ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/example/Makefile.in ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/example/pcsc_demo.c ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/devel/pcsc-lite/distinfo b/devel/pcsc-lite/distinfo index c5bf997c8ee..5047860b99b 100644 --- a/devel/pcsc-lite/distinfo +++ b/devel/pcsc-lite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709531598 -SHA256 (pcsc-lite-2.0.3.tar.bz2) = f42ee9efa489e9ff5d328baefa26f9c515be65021856e78d99ad1f0ead9ec85d -SIZE (pcsc-lite-2.0.3.tar.bz2) = 818562 +TIMESTAMP = 1715200330 +SHA256 (pcsc-lite-2.2.1.tar.xz) = 625edcd6cf4b45af015eb5b6b75ea47f8914e892774c67e1079c9553c8665a57 +SIZE (pcsc-lite-2.2.1.tar.xz) = 207664 diff --git a/devel/pcsc-lite/files/patch-src_spy_install__spy.sh b/devel/pcsc-lite/files/patch-src_spy_install__spy.sh deleted file mode 100644 index acfc10ad71a..00000000000 --- a/devel/pcsc-lite/files/patch-src_spy_install__spy.sh +++ /dev/null @@ -1,20 +0,0 @@ ---- src/spy/install_spy.sh.orig 2020-08-05 11:01:32 UTC -+++ src/spy/install_spy.sh -@@ -5,7 +5,7 @@ set -e - - # ldconfig --print-cache will return something like - # libpcsclite.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libpcsclite.so.1 --DIR=$(ldconfig --print-cache | grep libpcsclite.so.1) -+DIR=$(ldconfig -r | grep libpcsclite.so.1) - - # get the right part only: /usr/lib/x86_64-linux-gnu/libpcsclite.so.1 - DIR=$(echo $DIR | cut -d'=' -f2 | cut -d' ' -f2) -@@ -14,7 +14,7 @@ DIR=$(dirname $DIR) - DIR=$(dirname $DIR) - - # find the spying library --SPY=$(ldconfig --print-cache | grep libpcscspy.so) -+SPY=$(ldconfig -r | grep libpcscspy.so) - SPY=$(echo $SPY | cut -d'=' -f2 | cut -d' ' -f2) - - echo "Using directory:" $DIR diff --git a/devel/pcsc-lite/files/patch-src_spy_uninstall__spy.sh b/devel/pcsc-lite/files/patch-src_spy_setup__spy.sh similarity index 64% rename from devel/pcsc-lite/files/patch-src_spy_uninstall__spy.sh rename to devel/pcsc-lite/files/patch-src_spy_setup__spy.sh index bfdb94466e4..e28bfae05f3 100644 --- a/devel/pcsc-lite/files/patch-src_spy_uninstall__spy.sh +++ b/devel/pcsc-lite/files/patch-src_spy_setup__spy.sh @@ -1,6 +1,6 @@ ---- src/spy/uninstall_spy.sh.orig 2020-08-05 11:01:32 UTC -+++ src/spy/uninstall_spy.sh -@@ -5,7 +5,7 @@ set -e +--- src/spy/setup_spy.sh.orig 2024-05-08 09:57:49 UTC ++++ src/spy/setup_spy.sh +@@ -5,7 +5,7 @@ PATH="$PATH:/usr/sbin" # ldconfig --print-cache will return something like # libpcsclite.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libpcsclite.so.1 @@ -8,4 +8,4 @@ +DIR=$(ldconfig -r | grep libpcsclite.so.1) # get the right part only: /usr/lib/x86_64-linux-gnu/libpcsclite.so.1 - DIR=$(echo $DIR | cut -d'=' -f2 | cut -d' ' -f2) + DIR=$(echo "$DIR" | cut -d'=' -f2 | cut -d' ' -f2) diff --git a/devel/pcsc-lite/pkg-plist b/devel/pcsc-lite/pkg-plist index 2fb3b5e51c2..9f1ed8666eb 100644 --- a/devel/pcsc-lite/pkg-plist +++ b/devel/pcsc-lite/pkg-plist @@ -7,20 +7,16 @@ include/PCSC/winscard.h include/PCSC/wintypes.h lib/libpcsclite.so lib/libpcsclite.so.1 -lib/libpcsclite.so.1.0.0 +lib/libpcsclite_real.so +lib/libpcsclite_real.so.1 lib/libpcscspy.so lib/libpcscspy.so.0 -lib/libpcscspy.so.0.0.0 libdata/pkgconfig/libpcsclite.pc sbin/pcscd -%%PORTDOCS%%%%DOCSDIR%%/README.polkit -%%PORTDOCS%%%%DOCSDIR%%/install_spy.sh -%%PORTDOCS%%%%DOCSDIR%%/uninstall_spy.sh +%%PORTDOCS%%%%DOCSDIR%%/setup_spy.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pcsc_demo.c share/man/man1/pcsc-spy.1.gz -share/man/man5/reader.conf.5.gz share/man/man8/pcscd.8.gz %%POLKIT%%share/polkit-1/actions/org.debian.pcsc-lite.policy @dir lib/pcsc/services diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index b1a919d790d..7368bafc3e6 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -1,5 +1,5 @@ PORTNAME= swoole -PORTVERSION= 5.1.1 +PORTVERSION= 5.1.2 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org diff --git a/devel/pecl-swoole/distinfo b/devel/pecl-swoole/distinfo index 90b167c2a1c..4b0b09dbeb8 100644 --- a/devel/pecl-swoole/distinfo +++ b/devel/pecl-swoole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701247094 -SHA256 (PECL/swoole-5.1.1.tgz) = 5551ceace3c9f986403cd1f4659acf8f2b8750fcf02b5bd88c3f967ee258922f -SIZE (PECL/swoole-5.1.1.tgz) = 2201573 +TIMESTAMP = 1715573710 +SHA256 (PECL/swoole-5.1.2.tgz) = cd9fc355fc2f3e192a7145a235a48482431a0d159595b76115e7a125bd85facd +SIZE (PECL/swoole-5.1.2.tgz) = 2207318 diff --git a/devel/pecl-swoole/files/patch-config.m4 b/devel/pecl-swoole/files/patch-config.m4 index aede679ba8a..da3687262e9 100644 --- a/devel/pecl-swoole/files/patch-config.m4 +++ b/devel/pecl-swoole/files/patch-config.m4 @@ -1,11 +1,11 @@ ---- config.m4.orig 2023-09-29 09:24:26 UTC +--- config.m4.orig 2024-05-10 04:53:26 UTC +++ config.m4 -@@ -369,7 +369,7 @@ if test "$PHP_SWOOLE" != "no"; then - AC_CHECK_LIB(c, poll, AC_DEFINE(HAVE_POLL, 1, [have poll])) - AC_CHECK_LIB(c, sendfile, AC_DEFINE(HAVE_SENDFILE, 1, [have sendfile])) - AC_CHECK_LIB(c, kqueue, AC_DEFINE(HAVE_KQUEUE, 1, [have kqueue])) -- AC_CHECK_LIB(c, backtrace, AC_DEFINE(HAVE_EXECINFO, 1, [have execinfo])) -+ AC_CHECK_LIB(execinfo, backtrace, AC_DEFINE(HAVE_EXECINFO, 1, [have execinfo])) - AC_CHECK_LIB(c, daemon, AC_DEFINE(HAVE_DAEMON, 1, [have daemon])) - AC_CHECK_LIB(c, mkostemp, AC_DEFINE(HAVE_MKOSTEMP, 1, [have mkostemp])) - AC_CHECK_LIB(c, inotify_init, AC_DEFINE(HAVE_INOTIFY, 1, [have inotify])) +@@ -369,7 +369,7 @@ if test "$PHP_SWOOLE" != "no"; then + AC_CHECK_LIB(c, poll, AC_DEFINE(HAVE_POLL, 1, [have poll])) + AC_CHECK_LIB(c, sendfile, AC_DEFINE(HAVE_SENDFILE, 1, [have sendfile])) + AC_CHECK_LIB(c, kqueue, AC_DEFINE(HAVE_KQUEUE, 1, [have kqueue])) +- AC_CHECK_LIB(c, backtrace, AC_DEFINE(HAVE_EXECINFO, 1, [have execinfo])) ++ AC_CHECK_LIB(execinfo, backtrace, AC_DEFINE(HAVE_EXECINFO, 1, [have execinfo])) + AC_CHECK_LIB(c, daemon, AC_DEFINE(HAVE_DAEMON, 1, [have daemon])) + AC_CHECK_LIB(c, mkostemp, AC_DEFINE(HAVE_MKOSTEMP, 1, [have mkostemp])) + AC_CHECK_LIB(c, inotify_init, AC_DEFINE(HAVE_INOTIFY, 1, [have inotify])) diff --git a/devel/php-composer/Makefile b/devel/php-composer/Makefile index c0f6bdce6c0..8cbc46c5024 100644 --- a/devel/php-composer/Makefile +++ b/devel/php-composer/Makefile @@ -1,5 +1,5 @@ PORTNAME= composer -DISTVERSION= 2.7.5 +DISTVERSION= 2.7.6 CATEGORIES= devel MASTER_SITES= https://getcomposer.org/download/${DISTVERSION}/ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} diff --git a/devel/php-composer/distinfo b/devel/php-composer/distinfo index 4a4b1d86bee..2af82ca4174 100644 --- a/devel/php-composer/distinfo +++ b/devel/php-composer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714755562 -SHA256 (composer-2.7.5/composer.phar) = 0dc1f6bcb7a26ee165206010213c6069a537bf8e6533528739a864f154549b77 -SIZE (composer-2.7.5/composer.phar) = 2989025 +TIMESTAMP = 1714865002 +SHA256 (composer-2.7.6/composer.phar) = 29dc9a19ef33535db061b31180b2a833a7cf8d2cf4145b33a2f83504877bba08 +SIZE (composer-2.7.6/composer.phar) = 2989019 diff --git a/devel/php82-intl/Makefile b/devel/php82-intl/Makefile index ee29a2235e9..ed4b8c99561 100644 --- a/devel/php82-intl/Makefile +++ b/devel/php82-intl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/devel/php82-intl/files/patch-config.m4 b/devel/php82-intl/files/patch-config.m4 deleted file mode 100644 index e78dbf7844e..00000000000 --- a/devel/php82-intl/files/patch-config.m4 +++ /dev/null @@ -1,22 +0,0 @@ -https://github.com/php/php-src/commit/037855fcd3f2 - ---- config.m4.orig 2024-04-09 18:46:23 UTC -+++ config.m4 -@@ -80,7 +80,16 @@ if test "$PHP_INTL" != "no"; then - breakiterator/codepointiterator_methods.cpp" - - PHP_REQUIRE_CXX() -- PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_INTL_STDCXX) -+ -+ AC_MSG_CHECKING([if intl requires -std=gnu++17]) -+ AS_IF([test "$PKG_CONFIG icu-uc --atleast-version=74"],[ -+ AC_MSG_RESULT([yes]) -+ PHP_CXX_COMPILE_STDCXX(17, mandatory, PHP_INTL_STDCXX) -+ ],[ -+ AC_MSG_RESULT([no]) -+ PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_INTL_STDCXX) -+ ]) -+ - PHP_INTL_CXX_FLAGS="$INTL_COMMON_FLAGS $PHP_INTL_STDCXX $ICU_CXXFLAGS" - case $host_alias in - *cygwin*) PHP_INTL_CXX_FLAGS="$PHP_INTL_CXX_FLAGS -D_POSIX_C_SOURCE=200809L" diff --git a/devel/php83-intl/Makefile b/devel/php83-intl/Makefile index fa5f5245eba..6f45613af1b 100644 --- a/devel/php83-intl/Makefile +++ b/devel/php83-intl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/devel/php83-intl/files/patch-config.m4 b/devel/php83-intl/files/patch-config.m4 deleted file mode 100644 index e78dbf7844e..00000000000 --- a/devel/php83-intl/files/patch-config.m4 +++ /dev/null @@ -1,22 +0,0 @@ -https://github.com/php/php-src/commit/037855fcd3f2 - ---- config.m4.orig 2024-04-09 18:46:23 UTC -+++ config.m4 -@@ -80,7 +80,16 @@ if test "$PHP_INTL" != "no"; then - breakiterator/codepointiterator_methods.cpp" - - PHP_REQUIRE_CXX() -- PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_INTL_STDCXX) -+ -+ AC_MSG_CHECKING([if intl requires -std=gnu++17]) -+ AS_IF([test "$PKG_CONFIG icu-uc --atleast-version=74"],[ -+ AC_MSG_RESULT([yes]) -+ PHP_CXX_COMPILE_STDCXX(17, mandatory, PHP_INTL_STDCXX) -+ ],[ -+ AC_MSG_RESULT([no]) -+ PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_INTL_STDCXX) -+ ]) -+ - PHP_INTL_CXX_FLAGS="$INTL_COMMON_FLAGS $PHP_INTL_STDCXX $ICU_CXXFLAGS" - case $host_alias in - *cygwin*) PHP_INTL_CXX_FLAGS="$PHP_INTL_CXX_FLAGS -D_POSIX_C_SOURCE=200809L" diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile index 649dea2bfec..cfabd0c8196 100644 --- a/devel/pijul/Makefile +++ b/devel/pijul/Makefile @@ -1,5 +1,6 @@ PORTNAME= pijul PORTVERSION= 1.0.0.b9 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= cs@FreeBSD.org diff --git a/devel/please/Makefile b/devel/please/Makefile index 6b2d1c829ab..0555166dc06 100644 --- a/devel/please/Makefile +++ b/devel/please/Makefile @@ -1,7 +1,7 @@ PORTNAME= please DISTVERSIONPREFIX= v DISTVERSION= 15.17.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel PKGNAMESUFFIX= .build diff --git a/devel/pprof/Makefile b/devel/pprof/Makefile index 63c0b2935ba..85d044ad2df 100644 --- a/devel/pprof/Makefile +++ b/devel/pprof/Makefile @@ -1,6 +1,6 @@ PORTNAME= pprof DISTVERSION= g20200905 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/prototool/Makefile b/devel/prototool/Makefile index 9f6c4e9bda5..58036027f33 100644 --- a/devel/prototool/Makefile +++ b/devel/prototool/Makefile @@ -1,7 +1,7 @@ PORTNAME= prototool DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/py-b2sdk/Makefile b/devel/py-b2sdk/Makefile index 3a68b942d39..12550f9ac1d 100644 --- a/devel/py-b2sdk/Makefile +++ b/devel/py-b2sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= b2sdk -DISTVERSION= 1.29.0 +DISTVERSION= 1.33.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,33 +11,17 @@ WWW= https://github.com/Backblaze/b2-sdk-python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR} RUN_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}logfury>=1.0.1<2.0.0:devel/py-logfury@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.9.1<3.0.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>=4.5.0<5.0.0:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.7.1:devel/py-typing-extensions@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-lazy-fixture>0:devel/py-pytest-lazy-fixture@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - -# Skip some tests as they either require the environment variable -# B2_TEST_APPLICATION_KEY_ID set or a relative path regarding the filenames in -# the file headers. -do-test: - @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -k '\ - not test_files_headers and \ - not test_large_file and \ - not test_raw_api' - .include diff --git a/devel/py-b2sdk/distinfo b/devel/py-b2sdk/distinfo index 102ea93ef83..42d09ff192a 100644 --- a/devel/py-b2sdk/distinfo +++ b/devel/py-b2sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706534319 -SHA256 (b2sdk-1.29.0.tar.gz) = 87fa572c6a50dbe10dc56a886fdcad7aba1ab9db12f07cfeb2b68e37eeb94ccc -SIZE (b2sdk-1.29.0.tar.gz) = 357861 +TIMESTAMP = 1712418910 +SHA256 (b2sdk-1.33.0.tar.gz) = bb4b52081491146776326dced464f14fafc54853a062d2acc326159dddb7d76e +SIZE (b2sdk-1.33.0.tar.gz) = 196804 diff --git a/devel/py-b2sdk/files/patch-setup.py b/devel/py-b2sdk/files/patch-setup.py deleted file mode 100644 index 4af1bab4dd4..00000000000 --- a/devel/py-b2sdk/files/patch-setup.py +++ /dev/null @@ -1,14 +0,0 @@ -Relax requirements for devel/py-setuptools_scm. Python 3.5 is no longer -present in the Ports tree. - ---- setup.py.orig 2022-08-31 00:23:56 UTC -+++ setup.py -@@ -109,7 +109,7 @@ setup( - # for example: - # $ pip install -e .[dev,test] - extras_require={'doc': read_requirements('doc')}, -- setup_requires=['setuptools_scm<6.0'], -+ setup_requires=['setuptools_scm'], - use_scm_version=True, - - # If there are data files included in your packages that need to be diff --git a/devel/py-babelfish/Makefile b/devel/py-babelfish/Makefile index 54b29bd4007..0c9b2b00792 100644 --- a/devel/py-babelfish/Makefile +++ b/devel/py-babelfish/Makefile @@ -1,5 +1,5 @@ PORTNAME= babelfish -DISTVERSION= 0.6.0 +DISTVERSION= 0.6.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,10 @@ WWW= https://github.com/Diaoul/babelfish/ LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes diff --git a/devel/py-babelfish/distinfo b/devel/py-babelfish/distinfo index 394ccc8554e..53091a916bf 100644 --- a/devel/py-babelfish/distinfo +++ b/devel/py-babelfish/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638176423 -SHA256 (babelfish-0.6.0.tar.gz) = 2dadfadd1b205ca5fa5dc9fa637f5b7933160a0418684c7c46a7a664033208a2 -SIZE (babelfish-0.6.0.tar.gz) = 87807 +TIMESTAMP = 1715459367 +SHA256 (babelfish-0.6.1.tar.gz) = decb67a4660888d48480ab6998309837174158d0f1aa63bebb1c2e11aab97aab +SIZE (babelfish-0.6.1.tar.gz) = 87706 diff --git a/devel/py-buildbot-console-view/Makefile b/devel/py-buildbot-console-view/Makefile index 523f4f4bf82..71f08245482 100644 --- a/devel/py-buildbot-console-view/Makefile +++ b/devel/py-buildbot-console-view/Makefile @@ -1,8 +1,9 @@ PORTNAME= buildbot-console-view -DISTVERSION= 3.11.1 +DISTVERSION= 3.11.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= buildbot_console_view-${DISTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Buildbot Console View plugin diff --git a/devel/py-buildbot-console-view/distinfo b/devel/py-buildbot-console-view/distinfo index 431de072b4f..d494b9eb7d2 100644 --- a/devel/py-buildbot-console-view/distinfo +++ b/devel/py-buildbot-console-view/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709551245 -SHA256 (buildbot-console-view-3.11.1.tar.gz) = 22b5c3c0ed184a98997f0e81fe5a2b11075b008679a828daef92ff3c5466266b -SIZE (buildbot-console-view-3.11.1.tar.gz) = 19008 +TIMESTAMP = 1715460182 +SHA256 (buildbot_console_view-3.11.2.tar.gz) = 29eac74b91786f7d13be519e49fe902d4b78f52e88922ecee677b1e8a3f2a496 +SIZE (buildbot_console_view-3.11.2.tar.gz) = 19001 diff --git a/devel/py-buildbot-grid-view/Makefile b/devel/py-buildbot-grid-view/Makefile index 0ade9aa3852..e07442b1266 100644 --- a/devel/py-buildbot-grid-view/Makefile +++ b/devel/py-buildbot-grid-view/Makefile @@ -1,8 +1,9 @@ PORTNAME= buildbot-grid-view -DISTVERSION= 3.11.1 +DISTVERSION= 3.11.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= buildbot_grid_view-${DISTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Buildbot Grid View plugin diff --git a/devel/py-buildbot-grid-view/distinfo b/devel/py-buildbot-grid-view/distinfo index d531d13d0dc..6e51998c6d2 100644 --- a/devel/py-buildbot-grid-view/distinfo +++ b/devel/py-buildbot-grid-view/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709551451 -SHA256 (buildbot-grid-view-3.11.1.tar.gz) = b27c896d066a488a8e93a753262752bf556613f1a7fa96e5719b3c06967e7dd0 -SIZE (buildbot-grid-view-3.11.1.tar.gz) = 14093 +TIMESTAMP = 1715460252 +SHA256 (buildbot_grid_view-3.11.2.tar.gz) = 607e527d8b96d3b3e9d342e806f70307c3221c1d47cd85a0e64415202ae44b9b +SIZE (buildbot_grid_view-3.11.2.tar.gz) = 14081 diff --git a/devel/py-buildbot-pkg/Makefile b/devel/py-buildbot-pkg/Makefile index 5d6479b36c1..9686c631d6d 100644 --- a/devel/py-buildbot-pkg/Makefile +++ b/devel/py-buildbot-pkg/Makefile @@ -1,8 +1,9 @@ PORTNAME= buildbot-pkg -DISTVERSION= 3.11.1 +DISTVERSION= 3.11.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= buildbot_pkg-${DISTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Buildbot packaging tools diff --git a/devel/py-buildbot-pkg/distinfo b/devel/py-buildbot-pkg/distinfo index cc38623b860..9cb62e9c4b2 100644 --- a/devel/py-buildbot-pkg/distinfo +++ b/devel/py-buildbot-pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709550386 -SHA256 (buildbot-pkg-3.11.1.tar.gz) = 71f3ec367474804833d72fc6351e9f6a2c64d87cae1da461d44f671878c26f9f -SIZE (buildbot-pkg-3.11.1.tar.gz) = 5003 +TIMESTAMP = 1715460118 +SHA256 (buildbot_pkg-3.11.2.tar.gz) = 6600c73c2da3def5779bbc0166151487f4e1fe818aabef11c677d0ef50abea86 +SIZE (buildbot_pkg-3.11.2.tar.gz) = 4998 diff --git a/devel/py-buildbot-react-console-view/Makefile b/devel/py-buildbot-react-console-view/Makefile index 78edfa80e7a..a6824b141f4 100644 --- a/devel/py-buildbot-react-console-view/Makefile +++ b/devel/py-buildbot-react-console-view/Makefile @@ -1,8 +1,9 @@ PORTNAME= buildbot-react-console-view -DISTVERSION= 3.11.1 +DISTVERSION= 3.11.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= buildbot_react_console_view-${DISTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Buildbot Console View plugin (react) diff --git a/devel/py-buildbot-react-console-view/distinfo b/devel/py-buildbot-react-console-view/distinfo index 01e2b9da547..17bdd03500c 100644 --- a/devel/py-buildbot-react-console-view/distinfo +++ b/devel/py-buildbot-react-console-view/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709556595 -SHA256 (buildbot-react-console-view-3.11.1.tar.gz) = 66452c00de7a38423f4a9850c9dbf81e4555e84a1b774a5df946d76b6de605f4 -SIZE (buildbot-react-console-view-3.11.1.tar.gz) = 22200 +TIMESTAMP = 1715460293 +SHA256 (buildbot_react_console_view-3.11.2.tar.gz) = 5ebcb0a1533612b2788bb5ab44a3d16823b0b792550c94fac4fecbfc37effa09 +SIZE (buildbot_react_console_view-3.11.2.tar.gz) = 22177 diff --git a/devel/py-buildbot-waterfall-view/Makefile b/devel/py-buildbot-waterfall-view/Makefile index fc145d267c2..32a685720fe 100644 --- a/devel/py-buildbot-waterfall-view/Makefile +++ b/devel/py-buildbot-waterfall-view/Makefile @@ -1,8 +1,9 @@ PORTNAME= buildbot-waterfall-view -DISTVERSION= 3.11.1 +DISTVERSION= 3.11.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= buildbot_waterfall_view-${DISTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Buildbot Waterfall View plugin diff --git a/devel/py-buildbot-waterfall-view/distinfo b/devel/py-buildbot-waterfall-view/distinfo index ea9f3eb7456..077318d80ae 100644 --- a/devel/py-buildbot-waterfall-view/distinfo +++ b/devel/py-buildbot-waterfall-view/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709551758 -SHA256 (buildbot-waterfall-view-3.11.1.tar.gz) = a8bd7e6e98317e57114c53cebc31ca7478a58a8dbc6db1c296acb5526e127bea -SIZE (buildbot-waterfall-view-3.11.1.tar.gz) = 194370 +TIMESTAMP = 1715460326 +SHA256 (buildbot_waterfall_view-3.11.2.tar.gz) = 9a155bb8e85ed01ad71db9fc6dde3543b23c5da93b7cef1a8482b4af5d77bc66 +SIZE (buildbot_waterfall_view-3.11.2.tar.gz) = 194333 diff --git a/devel/py-buildbot-worker/Makefile b/devel/py-buildbot-worker/Makefile index fa3afa9bf1c..32b4492a7d3 100644 --- a/devel/py-buildbot-worker/Makefile +++ b/devel/py-buildbot-worker/Makefile @@ -1,8 +1,9 @@ PORTNAME= buildbot-worker -DISTVERSION= 3.11.1 +DISTVERSION= 3.11.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= buildbot_worker-${DISTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Buildbot Worker Daemon diff --git a/devel/py-buildbot-worker/distinfo b/devel/py-buildbot-worker/distinfo index 85dbb3a3434..db0b629c28b 100644 --- a/devel/py-buildbot-worker/distinfo +++ b/devel/py-buildbot-worker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709551004 -SHA256 (buildbot-worker-3.11.1.tar.gz) = 851b2680ff08896839f980aa31562065ce258d6c33ed859f005ae6307c7cc016 -SIZE (buildbot-worker-3.11.1.tar.gz) = 131129 +TIMESTAMP = 1715460358 +SHA256 (buildbot_worker-3.11.2.tar.gz) = ec3028d58cb6d057965dac15e301f35c31ad8322060c942e0f68e82666bdeab3 +SIZE (buildbot_worker-3.11.2.tar.gz) = 131429 diff --git a/devel/py-buildbot-www/Makefile b/devel/py-buildbot-www/Makefile index aa8ae6b90fe..1ea20388c30 100644 --- a/devel/py-buildbot-www/Makefile +++ b/devel/py-buildbot-www/Makefile @@ -1,8 +1,9 @@ PORTNAME= buildbot-www -DISTVERSION= 3.11.1 +DISTVERSION= 3.11.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= buildbot_www-${DISTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Buildbot UI diff --git a/devel/py-buildbot-www/distinfo b/devel/py-buildbot-www/distinfo index 0bcfa2fb03c..66d72d79e5f 100644 --- a/devel/py-buildbot-www/distinfo +++ b/devel/py-buildbot-www/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709551918 -SHA256 (buildbot-www-3.11.1.tar.gz) = e6ae0defa5c7521bdcda522aba9d1d630ac4748e5b47ff7a37b9b6ae1bcf261e -SIZE (buildbot-www-3.11.1.tar.gz) = 3211634 +TIMESTAMP = 1715460396 +SHA256 (buildbot_www-3.11.2.tar.gz) = c4eb33ef5929af328aaafbf0a6c65300259fe33f92bf1f4143bdb118465729dc +SIZE (buildbot_www-3.11.2.tar.gz) = 3211603 diff --git a/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile index 166030817ed..e07aff51212 100644 --- a/devel/py-buildbot/Makefile +++ b/devel/py-buildbot/Makefile @@ -1,6 +1,5 @@ PORTNAME= buildbot -DISTVERSION= 3.11.1 -PORTREVISION= 1 +DISTVERSION= 3.11.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-buildbot/distinfo b/devel/py-buildbot/distinfo index b0f8df0c2d1..b96a8fb43d8 100644 --- a/devel/py-buildbot/distinfo +++ b/devel/py-buildbot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709552175 -SHA256 (buildbot-3.11.1.tar.gz) = aee616d6c5681af14c8be352fb188db27d08ab64662a56b1e1bc47818ae3e996 -SIZE (buildbot-3.11.1.tar.gz) = 2524103 +TIMESTAMP = 1715459393 +SHA256 (buildbot-3.11.2.tar.gz) = c7b45a0297c87b5c7b3f2d4a2d009ca2dc54e9d2515d33a4ebb5be40e84d25fd +SIZE (buildbot-3.11.2.tar.gz) = 2524338 diff --git a/devel/py-cfn-lint/Makefile b/devel/py-cfn-lint/Makefile index e967808dd1d..15a7837e54f 100644 --- a/devel/py-cfn-lint/Makefile +++ b/devel/py-cfn-lint/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aws-sam-translator>=1.82.0:devel/py-aws-sam- ${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0<5:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}junit-xml>=1.9:textproc/py-junit-xml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}networkx>=2.4,1<4,1:math/py-networkx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}networkx>=2.4,2<4,2:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}regex>=2021.7.1:textproc/py-regex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sarif-om>=1.0.4:devel/py-sarif-om@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>=1.0.0:math/py-sympy@${PY_FLAVOR} \ diff --git a/devel/py-dbt-extractor/Makefile b/devel/py-dbt-extractor/Makefile index fc7557b255c..d70dc71210f 100644 --- a/devel/py-dbt-extractor/Makefile +++ b/devel/py-dbt-extractor/Makefile @@ -1,6 +1,6 @@ PORTNAME= dbt-extractor PORTVERSION= 0.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-deptry/Makefile b/devel/py-deptry/Makefile index 269c1659d5d..74050c32b21 100644 --- a/devel/py-deptry/Makefile +++ b/devel/py-deptry/Makefile @@ -1,5 +1,6 @@ PORTNAME= deptry PORTVERSION= 0.16.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hologram/Makefile b/devel/py-hologram/Makefile index 19cee25d82f..b81de1a2c29 100644 --- a/devel/py-hologram/Makefile +++ b/devel/py-hologram/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/dbt-labs/hologram LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8,<2.9:devel/py-python-dateutil@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0:devel/py-jsonschema@${PY_FLAVOR} USES= python diff --git a/devel/py-jellyfish/Makefile b/devel/py-jellyfish/Makefile index 73b6212400e..2ab1debf0c6 100644 --- a/devel/py-jellyfish/Makefile +++ b/devel/py-jellyfish/Makefile @@ -1,6 +1,6 @@ PORTNAME= jellyfish PORTVERSION= 0.11.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jenkins-job-builder/Makefile b/devel/py-jenkins-job-builder/Makefile index 5175d763b56..1d6cb545eb8 100644 --- a/devel/py-jenkins-job-builder/Makefile +++ b/devel/py-jenkins-job-builder/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins-job-builder -PORTVERSION= 6.0.0 +PORTVERSION= 6.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-jenkins-job-builder/distinfo b/devel/py-jenkins-job-builder/distinfo index 2d73c6135e9..8983ab54bbb 100644 --- a/devel/py-jenkins-job-builder/distinfo +++ b/devel/py-jenkins-job-builder/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707794009 -SHA256 (jenkins-job-builder-6.0.0.tar.gz) = aae78fe91069c37d8f5dba73e92b4813a3dbed136c9b63b8b4d6abac3c1bd9c5 -SIZE (jenkins-job-builder-6.0.0.tar.gz) = 683940 +TIMESTAMP = 1715319676 +SHA256 (jenkins-job-builder-6.3.0.tar.gz) = 443f554059702c9dd389178ab72faad39e828ec3a7483d89d9ba404a6a872043 +SIZE (jenkins-job-builder-6.3.0.tar.gz) = 691755 diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile index bd6fea1ca11..6196492f5a1 100644 --- a/devel/py-libcst/Makefile +++ b/devel/py-libcst/Makefile @@ -1,5 +1,6 @@ PORTNAME= libcst PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-orjson/Makefile b/devel/py-orjson/Makefile index deda0c48229..c8a5f32e4f9 100644 --- a/devel/py-orjson/Makefile +++ b/devel/py-orjson/Makefile @@ -1,6 +1,6 @@ PORTNAME= orjson PORTVERSION= 3.9.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pcodedmp/Makefile b/devel/py-pcodedmp/Makefile index a05520c80dc..c9215cb58ac 100644 --- a/devel/py-pcodedmp/Makefile +++ b/devel/py-pcodedmp/Makefile @@ -1,5 +1,6 @@ PORTNAME= pcodedmp PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/bontchev/pcodedmp LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oletools>=0.54:devel/py-oletools@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pep562/Makefile b/devel/py-pep562/Makefile index 4967bda263a..cb0ab4698e6 100644 --- a/devel/py-pep562/Makefile +++ b/devel/py-pep562/Makefile @@ -1,5 +1,6 @@ PORTNAME= pep562 PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/facelessuser/pep562 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-period/Makefile b/devel/py-period/Makefile index 4e725281107..80018b10d61 100644 --- a/devel/py-period/Makefile +++ b/devel/py-period/Makefile @@ -1,5 +1,6 @@ PORTNAME= period PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,13 @@ WWW= https://github.com/LinkCareServices/period LICENSE= ART20 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils -USES= python .include diff --git a/devel/py-pew/Makefile b/devel/py-pew/Makefile index b6eb91aaae1..c782ca0d5ef 100644 --- a/devel/py-pew/Makefile +++ b/devel/py-pew/Makefile @@ -1,5 +1,6 @@ PORTNAME= pew PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MASTER_SITES= PYPI @@ -10,11 +11,13 @@ WWW= https://github.com/berdario/pew LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=1.11:devel/py-virtualenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${PY_FLAVOR} USES= python shebangfix -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pip-api/Makefile b/devel/py-pip-api/Makefile index 6b30ad71def..73fcd651cba 100644 --- a/devel/py-pip-api/Makefile +++ b/devel/py-pip-api/Makefile @@ -1,5 +1,6 @@ PORTNAME= pip-api PORTVERSION= 0.0.30 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/di/pip-api LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pip-tools4/Makefile b/devel/py-pip-tools4/Makefile index 97a7a046798..a6cdbd178aa 100644 --- a/devel/py-pip-tools4/Makefile +++ b/devel/py-pip-tools4/Makefile @@ -1,5 +1,6 @@ PORTNAME= pip-tools PORTVERSION= 4.5.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +13,14 @@ WWW= https://github.com/jazzband/pip-tools LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pipdeptree/Makefile b/devel/py-pipdeptree/Makefile index 44ab32f932e..6c2c529d426 100644 --- a/devel/py-pipdeptree/Makefile +++ b/devel/py-pipdeptree/Makefile @@ -1,5 +1,5 @@ PORTNAME= pipdeptree -DISTVERSION= 2.19.1 +DISTVERSION= 2.20.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pipdeptree/distinfo b/devel/py-pipdeptree/distinfo index 26602f9564e..3329b39725a 100644 --- a/devel/py-pipdeptree/distinfo +++ b/devel/py-pipdeptree/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714565022 -SHA256 (pipdeptree-2.19.1.tar.gz) = 9e68b1af1cef009e47763343fa3df795d14a367eb1b3d7c461d34a0887235d04 -SIZE (pipdeptree-2.19.1.tar.gz) = 37015 +TIMESTAMP = 1715459416 +SHA256 (pipdeptree-2.20.0.tar.gz) = bea21daf9ccb991650a237bfa4730932c7332c3c37cce7c4b4fade43ee5a2be5 +SIZE (pipdeptree-2.20.0.tar.gz) = 37545 diff --git a/devel/py-pkgconfig/Makefile b/devel/py-pkgconfig/Makefile index 1bec74cee8c..6deaa611784 100644 --- a/devel/py-pkgconfig/Makefile +++ b/devel/py-pkgconfig/Makefile @@ -1,6 +1,6 @@ PORTNAME= pkgconfig PORTVERSION= 1.5.5 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= PYPI @@ -13,8 +13,10 @@ WWW= https://github.com/matze/pkgconfig LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} + USES= pkgconfig:run python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-poetry-plugin-export/Makefile b/devel/py-poetry-plugin-export/Makefile index 51b3650f836..bdc3fdfac68 100644 --- a/devel/py-poetry-plugin-export/Makefile +++ b/devel/py-poetry-plugin-export/Makefile @@ -1,5 +1,5 @@ PORTNAME= poetry-plugin-export -DISTVERSION= 1.7.1 +DISTVERSION= 1.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-poetry-plugin-export/distinfo b/devel/py-poetry-plugin-export/distinfo index 68d65c21cd0..b59f67c30fb 100644 --- a/devel/py-poetry-plugin-export/distinfo +++ b/devel/py-poetry-plugin-export/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714112405 -SHA256 (poetry_plugin_export-1.7.1.tar.gz) = cf62cfb6218a904290ba6db3bc1a24aa076d10f81c48c6e48b2ded430131e22e -SIZE (poetry_plugin_export-1.7.1.tar.gz) = 29656 +TIMESTAMP = 1715494962 +SHA256 (poetry_plugin_export-1.8.0.tar.gz) = 1fa6168a85d59395d835ca564bc19862a7c76061e60c3e7dfaec70d50937fc61 +SIZE (poetry_plugin_export-1.8.0.tar.gz) = 29840 diff --git a/devel/py-pre-commit-hooks/Makefile b/devel/py-pre-commit-hooks/Makefile index 12d7447776a..928acd14a52 100644 --- a/devel/py-pre-commit-hooks/Makefile +++ b/devel/py-pre-commit-hooks/Makefile @@ -1,5 +1,6 @@ PORTNAME= pre-commit-hooks PORTVERSION= 4.6.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +13,12 @@ WWW= https://github.com/pre-commit/pre-commit-hooks LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.15:devel/py-ruamel.yaml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-prettytable0/Makefile b/devel/py-prettytable0/Makefile index 3e58ec9b847..a9f1b8c75d7 100644 --- a/devel/py-prettytable0/Makefile +++ b/devel/py-prettytable0/Makefile @@ -1,5 +1,6 @@ PORTNAME= prettytable PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://github.com/jazzband/prettytable LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-proglog/Makefile b/devel/py-proglog/Makefile index f1680433f4e..2b1f910d9a9 100644 --- a/devel/py-proglog/Makefile +++ b/devel/py-proglog/Makefile @@ -1,5 +1,6 @@ PORTNAME= proglog PORTVERSION= 0.1.10 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/Edinburgh-Genome-Foundry/Proglog LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-progress/Makefile b/devel/py-progress/Makefile index 32ead4babad..863206a9432 100644 --- a/devel/py-progress/Makefile +++ b/devel/py-progress/Makefile @@ -1,5 +1,6 @@ PORTNAME= progress PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/verigak/progress LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-promise/Makefile b/devel/py-promise/Makefile index aee3d292712..9896adf54c1 100644 --- a/devel/py-promise/Makefile +++ b/devel/py-promise/Makefile @@ -1,5 +1,6 @@ PORTNAME= promise PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/syrusakbary/promise LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-prompt-toolkit1/Makefile b/devel/py-prompt-toolkit1/Makefile index 3a9fee83834..931f628cf19 100644 --- a/devel/py-prompt-toolkit1/Makefile +++ b/devel/py-prompt-toolkit1/Makefile @@ -1,5 +1,6 @@ PORTNAME= prompt-toolkit PORTVERSION= 1.0.18 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +14,13 @@ WWW= https://github.com/prompt-toolkit/python-prompt-toolkit LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-prompt-toolkit2/Makefile b/devel/py-prompt-toolkit2/Makefile index 65a009ecc8b..f0fb584ce5a 100644 --- a/devel/py-prompt-toolkit2/Makefile +++ b/devel/py-prompt-toolkit2/Makefile @@ -1,5 +1,6 @@ PORTNAME= prompt-toolkit PORTVERSION= 2.0.10 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +14,13 @@ WWW= https://github.com/prompt-toolkit/python-prompt-toolkit LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-property-cached/Makefile b/devel/py-property-cached/Makefile index d1514adb129..465a380dd84 100644 --- a/devel/py-property-cached/Makefile +++ b/devel/py-property-cached/Makefile @@ -1,5 +1,6 @@ PORTNAME= property-cached PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/althonos/property-cached LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python zip -USE_PYTHON= autoplist concurrent distutils pytest # 1 test fails, see https://github.com/pydanny/cached-property/pull/294 +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/devel/py-ptpython/Makefile b/devel/py-ptpython/Makefile index e133aaaa0af..0132853688b 100644 --- a/devel/py-ptpython/Makefile +++ b/devel/py-ptpython/Makefile @@ -1,5 +1,6 @@ PORTNAME= ptpython PORTVERSION= 3.0.26 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/prompt-toolkit/ptpython LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jedi>=0.16.0:devel/py-jedi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.34<3.1.0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-purl/Makefile b/devel/py-purl/Makefile index 1d277e90a52..76ac518c919 100644 --- a/devel/py-purl/Makefile +++ b/devel/py-purl/Makefile @@ -1,5 +1,6 @@ PORTNAME= purl PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/codeinthehole/purl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-py-ubjson/Makefile b/devel/py-py-ubjson/Makefile index 706f7d8f388..2016a289559 100644 --- a/devel/py-py-ubjson/Makefile +++ b/devel/py-py-ubjson/Makefile @@ -1,5 +1,6 @@ PORTNAME= py-ubjson PORTVERSION= 0.16.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/Iotic-Labs/py-ubjson LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/devel/py-py3nvml/Makefile b/devel/py-py3nvml/Makefile index 1c33982450d..baaadab02e5 100644 --- a/devel/py-py3nvml/Makefile +++ b/devel/py-py3nvml/Makefile @@ -1,5 +1,6 @@ PORTNAME= py3nvml PORTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/fbcotter/py3nvml LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pycadf/Makefile b/devel/py-pycadf/Makefile index c2956fe2edc..9a5239f90cf 100644 --- a/devel/py-pycadf/Makefile +++ b/devel/py-pycadf/Makefile @@ -1,5 +1,6 @@ PORTNAME= pycadf PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,9 @@ WWW= https://docs.openstack.org/pycadf/latest/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \ @@ -20,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} USES= cpe python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pycrdt/Makefile b/devel/py-pycrdt/Makefile index e4c4fec3ef8..adbda4a0a03 100644 --- a/devel/py-pycrdt/Makefile +++ b/devel/py-pycrdt/Makefile @@ -1,6 +1,6 @@ PORTNAME= pycrdt PORTVERSION= 0.8.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pydantic-core/Makefile b/devel/py-pydantic-core/Makefile index 4505ec5e3e3..56b17edb5fa 100644 --- a/devel/py-pydantic-core/Makefile +++ b/devel/py-pydantic-core/Makefile @@ -1,5 +1,6 @@ PORTNAME= pydantic-core PORTVERSION= 2.18.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pydenticon/Makefile b/devel/py-pydenticon/Makefile index c98b2506542..3dfe4b07392 100644 --- a/devel/py-pydenticon/Makefile +++ b/devel/py-pydenticon/Makefile @@ -1,6 +1,6 @@ PORTNAME= pydenticon PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,13 @@ WWW= https://github.com/azaghal/pydenticon LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils unittest +USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes diff --git a/devel/py-pygdbmi/Makefile b/devel/py-pygdbmi/Makefile index 25191d4f78d..65c60af3b2b 100644 --- a/devel/py-pygdbmi/Makefile +++ b/devel/py-pygdbmi/Makefile @@ -1,5 +1,6 @@ PORTNAME= pygdbmi PORTVERSION= 0.11.0.0 +PORTREVISION= 1 CATEGORIES= devel lang python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/cs01/pygdbmi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pyicu/Makefile b/devel/py-pyicu/Makefile index 01044df6fbc..4a5794bdde2 100644 --- a/devel/py-pyicu/Makefile +++ b/devel/py-pyicu/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyicu PORTVERSION= 2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,12 @@ WWW= https://gitlab.pyicu.org/main/pyicu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libicudata.so:devel/icu USES= compiler:c++11-lang pkgconfig python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/devel/py-pyicu/files/patch-setup.py b/devel/py-pyicu/files/patch-setup.py new file mode 100644 index 00000000000..eec98a2b83d --- /dev/null +++ b/devel/py-pyicu/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-11-01 20:05:58 UTC ++++ setup.py +@@ -250,7 +250,7 @@ if sys.version_info < (2, 4): + return iterable + + +-setup(name="PyICU", ++setup(name="pyicu", + description='Python extension wrapping the ICU C++ API', + long_description=open('README.md').read(), + long_description_content_type="text/markdown", diff --git a/devel/py-pylev/Makefile b/devel/py-pylev/Makefile index 4e62e4e10c1..98df7d68fb0 100644 --- a/devel/py-pylev/Makefile +++ b/devel/py-pylev/Makefile @@ -1,5 +1,6 @@ PORTNAME= pylev PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/toastdriven/pylev LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pylibsrtp/Makefile b/devel/py-pylibsrtp/Makefile index 2ca590cdb8a..20c77b66384 100644 --- a/devel/py-pylibsrtp/Makefile +++ b/devel/py-pylibsrtp/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsrtp2.so:net/libsrtp2 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= localbase python diff --git a/devel/py-pylint-flask/Makefile b/devel/py-pylint-flask/Makefile index bf75f093ffb..73aeca30a1f 100644 --- a/devel/py-pylint-flask/Makefile +++ b/devel/py-pylint-flask/Makefile @@ -1,5 +1,6 @@ PORTNAME= pylint-flask PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,14 @@ WWW= https://github.com/jschaf/pylint-flask LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.0:devel/py-astroid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pylint-plugin-utils>=0.2.1:devel/py-pylint-plugin-utils@${PY_FLAVOR} \ pylint${PYTHON_PKGNAMESUFFIX}>=2.8.3:devel/pylint USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pypugjs/Makefile b/devel/py-pypugjs/Makefile index 60391a8922c..33988759a35 100644 --- a/devel/py-pypugjs/Makefile +++ b/devel/py-pypugjs/Makefile @@ -1,5 +1,6 @@ PORTNAME= pypugjs PORTVERSION= 5.9.12 +PORTREVISION= 1 CATEGORIES= devel lang python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +11,12 @@ WWW= https://github.com/kakulukia/pypugjs LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}charset-normalizer>=0:textproc/py-charset-normalizer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pypugjs/files/patch-pyproject.toml b/devel/py-pypugjs/files/patch-pyproject.toml new file mode 100644 index 00000000000..eb08fff7321 --- /dev/null +++ b/devel/py-pypugjs/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2022-07-28 07:13:22 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ name = "pypugjs" + [tool.poetry] + name = "pypugjs" +-version = "5.9.4" ++version = "5.9.12" + description = "" + authors = ["Andy Grabow "] + license = "MIT" diff --git a/devel/py-pyquery/Makefile b/devel/py-pyquery/Makefile index 7062b6379bc..ee692699a0d 100644 --- a/devel/py-pyquery/Makefile +++ b/devel/py-pyquery/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyquery PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/gawel/pyquery LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssselect>=1.2.0:www/py-cssselect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=2.1:devel/py-lxml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pyral/Makefile b/devel/py-pyral/Makefile index ea441f3b2d2..5732f483d3c 100644 --- a/devel/py-pyral/Makefile +++ b/devel/py-pyral/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyral PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/RallyTools/RallyRestToolkitForPython LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.28.1:www/py-requests@${PY_FLAVOR} USES= python:3.9+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pyrepl/Makefile b/devel/py-pyrepl/Makefile index b5178c8fc6f..6485f611dff 100644 --- a/devel/py-pyrepl/Makefile +++ b/devel/py-pyrepl/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyrepl PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://bitbucket.org/pypy/pyrepl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pyrfc3339/Makefile b/devel/py-pyrfc3339/Makefile index 4abf7c8574b..43c84538d9e 100644 --- a/devel/py-pyrfc3339/Makefile +++ b/devel/py-pyrfc3339/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyrfc3339 PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +13,12 @@ WWW= https://github.com/kurtraschke/pyRFC3339 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils nose +USE_PYTHON= autoplist concurrent pep517 nose NO_ARCH= yes diff --git a/devel/py-pyrfc3339/files/patch-setup.py b/devel/py-pyrfc3339/files/patch-setup.py new file mode 100644 index 00000000000..5b7e632846a --- /dev/null +++ b/devel/py-pyrfc3339/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-06-10 23:56:54 UTC ++++ setup.py +@@ -4,7 +4,7 @@ setup( + long_description = readme.read() + + setup( +- name = "pyRFC3339", ++ name = "pyrfc3339", + version = "1.1", + author = "Kurt Raschke", + author_email = "kurt@kurtraschke.com", diff --git a/devel/py-pyroma/Makefile b/devel/py-pyroma/Makefile index 70731575fee..b6c54cb640c 100644 --- a/devel/py-pyroma/Makefile +++ b/devel/py-pyroma/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyroma PORTVERSION= 4.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/regebro/pyroma LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0.7.0:devel/py-build@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ @@ -20,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0.7.0:devel/py-build@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trove-classifiers>=2022.6.26:devel/py-trove-classifiers@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pysdl2/Makefile b/devel/py-pysdl2/Makefile index 8ef1cb7fe0b..ba7b7486870 100644 --- a/devel/py-pysdl2/Makefile +++ b/devel/py-pysdl2/Makefile @@ -1,5 +1,6 @@ PORTNAME= pysdl2 PORTVERSION= 0.9.16 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,11 @@ LICENSE= PD CC0-1.0 ZLIB LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/doc/copying.rst +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= dos2unix python sdl -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 USE_SDL= gfx2 image2 mixer2 sdl2 ttf2 NO_ARCH= yes diff --git a/devel/py-pysdl2/files/patch-setup.py b/devel/py-pysdl2/files/patch-setup.py new file mode 100644 index 00000000000..01647f4c503 --- /dev/null +++ b/devel/py-pysdl2/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-06-28 14:26:02 UTC ++++ setup.py +@@ -15,7 +15,7 @@ if __name__ == "__main__": + long_desc = re.sub(r"\[!\[Build Status(.*?)\n", "", long_desc) + + setupdata = { +- "name": "PySDL2", ++ "name": "pysdl2", + "version": VERSION, + "description": "Python SDL2 bindings", + "long_description": long_desc, diff --git a/devel/py-pytest-aiohttp/Makefile b/devel/py-pytest-aiohttp/Makefile index 90cce2ce016..8220cd77832 100644 --- a/devel/py-pytest-aiohttp/Makefile +++ b/devel/py-pytest-aiohttp/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-aiohttp PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/aio-libs/pytest-aiohttp LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=51.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.36:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.8.1:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=6.1.0,1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0.17.2:devel/py-pytest-asyncio@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/devel/py-pytest-azurepipelines/Makefile b/devel/py-pytest-azurepipelines/Makefile index bd79de17388..d8b9453424e 100644 --- a/devel/py-pytest-azurepipelines/Makefile +++ b/devel/py-pytest-azurepipelines/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-azurepipelines PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,14 @@ WWW= https://github.com/Azure/pytest-azurepipelines LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=5.0.0,1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-nunit>=1.0.0<2.0.0:devel/py-pytest-nunit@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pytest-azurepipelines/files/patch-setup.py b/devel/py-pytest-azurepipelines/files/patch-setup.py new file mode 100644 index 00000000000..2dca92a0a9d --- /dev/null +++ b/devel/py-pytest-azurepipelines/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-10-06 08:01:07 UTC ++++ setup.py +@@ -34,7 +34,7 @@ setup( + long_description=read('README.rst'), + py_modules=['pytest_azurepipelines'], + python_requires='>=3.5', +- data_files=[('resources', ['resources/style.css'])], ++ package_data={'resources': ['resources/style.css']}, + install_requires=['importlib-resources', 'pytest>=5.0.0', 'pytest-nunit>=1.0.0,<2.0.0'], + classifiers=[ + 'Development Status :: 5 - Production/Stable', diff --git a/devel/py-pytest-black-multipy/Makefile b/devel/py-pytest-black-multipy/Makefile index f83c956fc6a..a25bba1e01e 100644 --- a/devel/py-pytest-black-multipy/Makefile +++ b/devel/py-pytest-black-multipy/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-black-multipy PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/jaraco/pytest-black-multipy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=1.15.0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=34.4:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=1.15:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-black>=0:devel/py-pytest-black@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-checkdocs>=0:devel/py-pytest-checkdocs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/devel/py-pytest-console-scripts/Makefile b/devel/py-pytest-console-scripts/Makefile index 9887970ac70..d611cf051e8 100644 --- a/devel/py-pytest-console-scripts/Makefile +++ b/devel/py-pytest-console-scripts/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-console-scripts PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/kvas-it/pytest-console-scripts LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.0.0,1:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pytest-cpp/Makefile b/devel/py-pytest-cpp/Makefile index c025b3287a7..eb396e6f65a 100644 --- a/devel/py-pytest-cpp/Makefile +++ b/devel/py-pytest-cpp/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-cpp PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/pytest-dev/pytest-cpp/releases/download/v${PORTVERSION}/ @@ -12,12 +13,14 @@ WWW= https://github.com/pytest-dev/pytest-cpp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=7.0,1:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pytest-lazy-fixture/Makefile b/devel/py-pytest-lazy-fixture/Makefile index 4ede1177007..da145e141b9 100644 --- a/devel/py-pytest-lazy-fixture/Makefile +++ b/devel/py-pytest-lazy-fixture/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-lazy-fixture PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/TvoroG/pytest-lazy-fixture LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.5:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/devel/py-pytest-nunit/Makefile b/devel/py-pytest-nunit/Makefile index 43960d7f91a..68f750fbfb8 100644 --- a/devel/py-pytest-nunit/Makefile +++ b/devel/py-pytest-nunit/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-nunit PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/pytest-dev/pytest-nunit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=4.6.0,1:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pytest-profiling/Makefile b/devel/py-pytest-profiling/Makefile index df60a67e23b..9c7561d4a65 100644 --- a/devel/py-pytest-profiling/Makefile +++ b/devel/py-pytest-profiling/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-profiling PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/man-group/pytest-plugins/tree/master/pytest-profiling LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=0:devel/py-setuptools-git@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-git>=0:devel/py-setuptools-git@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gprof2dot>=0:graphics/py-gprof2dot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pytest-random-order/Makefile b/devel/py-pytest-random-order/Makefile index 025bb05edb2..eb89f2362a0 100644 --- a/devel/py-pytest-random-order/Makefile +++ b/devel/py-pytest-random-order/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-random-order PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/pytest-dev/pytest-random-order LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0,1:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pytest-regressions/Makefile b/devel/py-pytest-regressions/Makefile index 80edc7dd6aa..3325dc8d186 100644 --- a/devel/py-pytest-regressions/Makefile +++ b/devel/py-pytest-regressions/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-regressions PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/ESSS/pytest-regressions/releases/download/${PORTVERSION}/ @@ -12,7 +13,9 @@ WWW= https://github.com/ESSS/pytest-regressions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.0,1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-datadir>=1.2.0:devel/py-pytest-datadir@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} @@ -20,7 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} diff --git a/devel/py-python-application/Makefile b/devel/py-python-application/Makefile index 1d67101ae05..2be311f1477 100644 --- a/devel/py-python-application/Makefile +++ b/devel/py-python-application/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-application PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +11,13 @@ WWW= https://github.com/AGProjects/python-application LICENSE= LGPL21+ -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-python-editor/Makefile b/devel/py-python-editor/Makefile index ba998aa5e27..a2d52a0abb5 100644 --- a/devel/py-python-editor/Makefile +++ b/devel/py-python-editor/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-editor PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/fmoo/python-editor LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-python-json-logger/Makefile b/devel/py-python-json-logger/Makefile index 73474a1ca8c..f8f7edcc16c 100644 --- a/devel/py-python-json-logger/Makefile +++ b/devel/py-python-json-logger/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-json-logger PORTVERSION= 2.0.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/madzak/python-json-logger LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-python-magic/Makefile b/devel/py-python-magic/Makefile index 35997a51114..2d2c09cf8ac 100644 --- a/devel/py-python-magic/Makefile +++ b/devel/py-python-magic/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-magic PORTVERSION= 0.4.27 +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/ahupp/python-magic LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes TEST_ENV= LC_ALL=en_US.UTF-8 PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} diff --git a/devel/py-python-mimeparse/Makefile b/devel/py-python-mimeparse/Makefile index 0276f005fb7..19ab658c3cd 100644 --- a/devel/py-python-mimeparse/Makefile +++ b/devel/py-python-mimeparse/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-mimeparse PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= http://code.google.com/p/mimeparse/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pytvmaze/Makefile b/devel/py-pytvmaze/Makefile index 394e7b40ed2..c134223af28 100644 --- a/devel/py-pytvmaze/Makefile +++ b/devel/py-pytvmaze/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytvmaze PORTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,12 @@ WWW= https://github.com/srob650/pytvmaze LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pytzdata/Makefile b/devel/py-pytzdata/Makefile index d0d45dab1d6..722acf81d02 100644 --- a/devel/py-pytzdata/Makefile +++ b/devel/py-pytzdata/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytzdata PORTVERSION= 2020.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,10 @@ WWW= https://github.com/sdispater/pytzdata LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pytzdata/files/patch-pyproject.toml b/devel/py-pytzdata/files/patch-pyproject.toml new file mode 100644 index 00000000000..3b0d35bfa37 --- /dev/null +++ b/devel/py-pytzdata/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2020-07-13 10:40:40 UTC ++++ pyproject.toml +@@ -30,5 +30,5 @@ black = {version = "^19.10b0", python = "^3.6"} + + + [build-system] +-requires = ["poetry>=1.0.0"] +-build-backend = "poetry.masonry.api" ++requires = ["poetry-core>=1.0.0"] ++build-backend = "poetry.core.masonry.api" diff --git a/devel/py-pyxb-x/Makefile b/devel/py-pyxb-x/Makefile index c4777aaf2dc..fb51b6eab15 100644 --- a/devel/py-pyxb-x/Makefile +++ b/devel/py-pyxb-x/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyxb-x PORTVERSION= 1.2.6.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://github.com/renalreg/PyXB-X LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-pyxb-x/files/patch-setup.py b/devel/py-pyxb-x/files/patch-setup.py new file mode 100644 index 00000000000..ce0d56b046e --- /dev/null +++ b/devel/py-pyxb-x/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2024-02-22 11:49:22 UTC ++++ setup.py +@@ -87,7 +87,7 @@ setup( + package_data.update(b_data) + + setup( +- name="PyXB-X", ++ name="pyxb-x", + description='PyXB-X ("pixbix") is a pure Python package that generates Python source code for classes that correspond to data structures defined by XMLSchema.', + author="Peter A. Bigot", + author_email="pabigot@users.sourceforge.net", diff --git a/devel/py-pyyaml_env_tag/Makefile b/devel/py-pyyaml_env_tag/Makefile index 20a59fe4a69..1c06a6bc736 100644 --- a/devel/py-pyyaml_env_tag/Makefile +++ b/devel/py-pyyaml_env_tag/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyyaml_env_tag PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,11 @@ WWW= https://github.com/waylan/pyyaml-env-tag LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=2<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-qcs-sdk-python/Makefile b/devel/py-qcs-sdk-python/Makefile index cdb864ee4fe..ffe66864555 100644 --- a/devel/py-qcs-sdk-python/Makefile +++ b/devel/py-qcs-sdk-python/Makefile @@ -1,6 +1,7 @@ PORTNAME= qcs-sdk-python DISTVERSIONPREFIX= python/v DISTVERSION= 0.17.7 +PORTREVISION= 1 CATEGORIES= devel python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-qtconsole/Makefile b/devel/py-qtconsole/Makefile index 121d63e24a7..641e3aeb3c2 100644 --- a/devel/py-qtconsole/Makefile +++ b/devel/py-qtconsole/Makefile @@ -1,5 +1,5 @@ PORTNAME= qtconsole -DISTVERSION= 5.5.1 +DISTVERSION= 5.5.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-qtconsole/distinfo b/devel/py-qtconsole/distinfo index 89d5e892522..8b0ffb45eab 100644 --- a/devel/py-qtconsole/distinfo +++ b/devel/py-qtconsole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700130554 -SHA256 (qtconsole-5.5.1.tar.gz) = a0e806c6951db9490628e4df80caec9669b65149c7ba40f9bf033c025a5b56bc -SIZE (qtconsole-5.5.1.tar.gz) = 438961 +TIMESTAMP = 1715258333 +SHA256 (qtconsole-5.5.2.tar.gz) = 6b5fb11274b297463706af84dcbbd5c92273b1f619e6d25d08874b0a88516989 +SIZE (qtconsole-5.5.2.tar.gz) = 439219 diff --git a/devel/py-questionary/Makefile b/devel/py-questionary/Makefile index 52344ac2299..ee2498e0a03 100644 --- a/devel/py-questionary/Makefile +++ b/devel/py-questionary/Makefile @@ -1,5 +1,6 @@ PORTNAME= questionary PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,11 @@ WWW= https://github.com/tmbo/questionary LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2.0<4.0:devel/py-prompt-toolkit@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-ratelimiter/Makefile b/devel/py-ratelimiter/Makefile index 385cf476168..36963aad492 100644 --- a/devel/py-ratelimiter/Makefile +++ b/devel/py-ratelimiter/Makefile @@ -1,7 +1,7 @@ PORTNAME= ratelimiter PORTVERSION= 1.2.0 DISTVERSIONSUFFIX= .post0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,13 @@ WWW= https://github.com/RazerM/ratelimiter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-regress/Makefile b/devel/py-regress/Makefile index 71466f2acb5..0fda6333bd6 100644 --- a/devel/py-regress/Makefile +++ b/devel/py-regress/Makefile @@ -1,6 +1,6 @@ PORTNAME= regress PORTVERSION= 0.4.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-repoze.lru/Makefile b/devel/py-repoze.lru/Makefile index d49f72520ec..fed3baf28a0 100644 --- a/devel/py-repoze.lru/Makefile +++ b/devel/py-repoze.lru/Makefile @@ -1,5 +1,6 @@ PORTNAME= repoze.lru PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,11 @@ LICENSE_NAME= Repoze Public License LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-requestsexceptions/Makefile b/devel/py-requestsexceptions/Makefile index c3e0602b95a..0845e4d45a7 100644 --- a/devel/py-requestsexceptions/Makefile +++ b/devel/py-requestsexceptions/Makefile @@ -1,5 +1,6 @@ PORTNAME= requestsexceptions PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/openstack/requestsexceptions LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-responses/Makefile b/devel/py-responses/Makefile index d67b6337a55..993af63bee6 100644 --- a/devel/py-responses/Makefile +++ b/devel/py-responses/Makefile @@ -1,5 +1,6 @@ PORTNAME= responses PORTVERSION= 0.25.0 +PORTREVISION= 1 CATEGORIES= devel www python MASTER_SITES= PYPI \ https://github.com/getsentry/responses/releases/download/${PORTVERSION}/ @@ -12,6 +13,8 @@ WWW= https://github.com/getsentry/responses LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.30.0<3.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.10,1<3.0,1:net/py-urllib3@${PY_FLAVOR} @@ -26,7 +29,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=6.0.0:devel/py-coverage@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/devel/py-retrying/Makefile b/devel/py-retrying/Makefile index c5c9c8adbec..468496fdbeb 100644 --- a/devel/py-retrying/Makefile +++ b/devel/py-retrying/Makefile @@ -1,5 +1,6 @@ PORTNAME= retrying PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/rholder/retrying LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.7.0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-rfc3986-validator/Makefile b/devel/py-rfc3986-validator/Makefile index 99cdf6dade3..2e758d1c3e1 100644 --- a/devel/py-rfc3986-validator/Makefile +++ b/devel/py-rfc3986-validator/Makefile @@ -1,5 +1,6 @@ PORTNAME= rfc3986-validator PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://github.com/naimetti/rfc3986-validator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-robotframework-pabot/Makefile b/devel/py-robotframework-pabot/Makefile index 2caedec57bc..d3b70231146 100644 --- a/devel/py-robotframework-pabot/Makefile +++ b/devel/py-robotframework-pabot/Makefile @@ -1,5 +1,6 @@ PORTNAME= robotframework-pabot PORTVERSION= 2.18.0 +PORTREVISION= 1 CATEGORIES= devel www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +13,14 @@ WWW= https://pabot.org/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}natsort>=8.2.0:devel/py-natsort@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}robotframework>=3.2:devel/py-robotframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}robotframework-stacktrace>=0.4.1:devel/py-robotframework-stacktrace@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-robotframework-stacktrace/Makefile b/devel/py-robotframework-stacktrace/Makefile index 35495d38129..d7758270e06 100644 --- a/devel/py-robotframework-stacktrace/Makefile +++ b/devel/py-robotframework-stacktrace/Makefile @@ -1,5 +1,6 @@ PORTNAME= robotframework-stacktrace PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/MarketSquare/robotframework-stacktrace LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=3.2:devel/py-robotframework@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-robotframework/Makefile b/devel/py-robotframework/Makefile index c5526d4e46a..d3f626e7e72 100644 --- a/devel/py-robotframework/Makefile +++ b/devel/py-robotframework/Makefile @@ -1,5 +1,6 @@ PORTNAME= robotframework PORTVERSION= 6.0.2 +PORTREVISION= 1 CATEGORIES= devel www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://robotframework.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python zip -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-rq-scheduler/Makefile b/devel/py-rq-scheduler/Makefile index 57d3e8b7642..42d25da8dda 100644 --- a/devel/py-rq-scheduler/Makefile +++ b/devel/py-rq-scheduler/Makefile @@ -1,6 +1,6 @@ PORTNAME= rq-scheduler PORTVERSION= 0.13.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://github.com/rq/rq-scheduler LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crontab>=0.23.0:devel/py-crontab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}croniter>=0.3.9:sysutils/py-croniter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}freezegun>=0:devel/py-freezegun@${PY_FLAVOR} \ @@ -19,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crontab>=0.23.0:devel/py-crontab@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}rq>=0.13:devel/py-rq@${PY_FLAVOR} USES= python shebangfix -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-rtslib-fb/Makefile b/devel/py-rtslib-fb/Makefile index 1c0e2dbf677..5f2c992a995 100644 --- a/devel/py-rtslib-fb/Makefile +++ b/devel/py-rtslib-fb/Makefile @@ -1,5 +1,6 @@ PORTNAME= rtslib-fb PORTVERSION= 2.1.76 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +11,13 @@ WWW= https://github.com/open-iscsi/rtslib-fb LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyudev>=0.16.1:devel/py-pyudev@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-rx/Makefile b/devel/py-rx/Makefile index 6440374ab88..3e2bb5a72e5 100644 --- a/devel/py-rx/Makefile +++ b/devel/py-rx/Makefile @@ -1,5 +1,6 @@ PORTNAME= rx PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://github.com/ReactiveX/RxPY LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-rx/files/patch-project.cfg b/devel/py-rx/files/patch-project.cfg new file mode 100644 index 00000000000..b4f2809d8b4 --- /dev/null +++ b/devel/py-rx/files/patch-project.cfg @@ -0,0 +1,9 @@ +--- project.cfg.orig 2021-04-25 15:51:21 UTC ++++ project.cfg +@@ -1,5 +1,5 @@ + [project] +-name = Rx ++name = rx + project = RxPY + # Please make sure the version here remains the same as in rx/__init__.py + version = 3.2.0 diff --git a/devel/py-rx1/Makefile b/devel/py-rx1/Makefile index 59c481aae9d..652e9eefc9b 100644 --- a/devel/py-rx1/Makefile +++ b/devel/py-rx1/Makefile @@ -1,5 +1,6 @@ PORTNAME= rx PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://github.com/ReactiveX/RxPY LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-rx1/files/patch-setup.py b/devel/py-rx1/files/patch-setup.py new file mode 100644 index 00000000000..7083fc00468 --- /dev/null +++ b/devel/py-rx1/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-02-17 14:32:28 UTC ++++ setup.py +@@ -6,7 +6,7 @@ setup( + from setuptools import setup + + setup( +- name='Rx', ++ name='rx', + version='1.6.1', + description='Reactive Extensions (Rx) for Python', + long_description=("is a library for composing asynchronous and " diff --git a/devel/py-schedule/Makefile b/devel/py-schedule/Makefile index 214e2c95ba3..3f17b5a7f74 100644 --- a/devel/py-schedule/Makefile +++ b/devel/py-schedule/Makefile @@ -1,5 +1,6 @@ PORTNAME= schedule PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/dbader/schedule LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-setoptconf/Makefile b/devel/py-setoptconf/Makefile index 96994bbb513..aa5bb52bbf9 100644 --- a/devel/py-setoptconf/Makefile +++ b/devel/py-setoptconf/Makefile @@ -1,5 +1,6 @@ PORTNAME= setoptconf PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/jayclassless/setoptconf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-setuptools-git-versioning/Makefile b/devel/py-setuptools-git-versioning/Makefile index 0bdd70208d8..a7cd7b436b8 100644 --- a/devel/py-setuptools-git-versioning/Makefile +++ b/devel/py-setuptools-git-versioning/Makefile @@ -1,5 +1,6 @@ PORTNAME= setuptools-git-versioning PORTVERSION= 1.13.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +14,13 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-setuptools-git/Makefile b/devel/py-setuptools-git/Makefile index 86decfb8c3b..e8150267675 100644 --- a/devel/py-setuptools-git/Makefile +++ b/devel/py-setuptools-git/Makefile @@ -1,5 +1,6 @@ PORTNAME= setuptools-git PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/msabramo/setuptools-git LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-setuptools_hg/Makefile b/devel/py-setuptools_hg/Makefile index c24de743e17..1dca0e625d7 100644 --- a/devel/py-setuptools_hg/Makefile +++ b/devel/py-setuptools_hg/Makefile @@ -1,6 +1,6 @@ PORTNAME= setuptools_hg PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,11 @@ WWW= https://pypi.org/project/setuptools_hg/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-simple-parsing/Makefile b/devel/py-simple-parsing/Makefile index 96d922a9a43..34ca6b5d6a0 100644 --- a/devel/py-simple-parsing/Makefile +++ b/devel/py-simple-parsing/Makefile @@ -1,5 +1,6 @@ PORTNAME= simple-parsing PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +13,13 @@ WWW= https://github.com/lebrice/SimpleParsing LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docstring-parser>=0.15<1:textproc/py-docstring-parser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-simplegeneric/Makefile b/devel/py-simplegeneric/Makefile index ad64d366f8d..025b5a356ef 100644 --- a/devel/py-simplegeneric/Makefile +++ b/devel/py-simplegeneric/Makefile @@ -1,5 +1,6 @@ PORTNAME= simplegeneric PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/mindw/simplegeneric LICENSE= ZPL21 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python zip -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-simpleparse/Makefile b/devel/py-simpleparse/Makefile index 9dccf5d4769..6befcdeb590 100644 --- a/devel/py-simpleparse/Makefile +++ b/devel/py-simpleparse/Makefile @@ -1,5 +1,6 @@ PORTNAME= simpleparse PORTVERSION= 2.2.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ COMMENT= Python EBNF parser generator (with mx.TextTools derivative) WWW= https://simpleparse.sourceforge.net/ \ https://github.com/mcfletch/simpleparse +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/devel/py-simpleparse/files/patch-setup.py b/devel/py-simpleparse/files/patch-setup.py index 2d4d816a280..dfff3fbbdab 100644 --- a/devel/py-simpleparse/files/patch-setup.py +++ b/devel/py-simpleparse/files/patch-setup.py @@ -1,11 +1,14 @@ ---- setup.py.orig 2020-03-07 01:30:49 UTC +--- setup.py.orig 2020-03-07 01:41:28 UTC +++ setup.py -@@ -29,7 +29,7 @@ if sys.platform == 'win32': +@@ -29,9 +29,9 @@ if __name__ == "__main__": )['define'] = 'BAD_STATIC_FORWARD' if __name__ == "__main__": - packages = find_packages(HERE) + packages = find_packages(exclude=['examples*', 'tests*']) setup ( - name = "SimpleParse", +- name = "SimpleParse", ++ name = "simpleparse", version = findVersion(), + description = "A Parser Generator for Python (w/mxTextTools derivative)", + author = "Mike C. Fletcher", diff --git a/devel/py-smmap/Makefile b/devel/py-smmap/Makefile index 38dcb28152b..b5ec43c2ef3 100644 --- a/devel/py-smmap/Makefile +++ b/devel/py-smmap/Makefile @@ -1,5 +1,6 @@ PORTNAME= smmap PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://smmap.readthedocs.io/en/latest/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils unittest +USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes diff --git a/devel/py-squint/Makefile b/devel/py-squint/Makefile index f389b6bdfe5..21696863454 100644 --- a/devel/py-squint/Makefile +++ b/devel/py-squint/Makefile @@ -1,5 +1,6 @@ PORTNAME= squint PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,12 @@ WWW= https://github.com/shawnbrown/squint LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}get-reader>=0:devel/py-get-reader@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-sre-yield/Makefile b/devel/py-sre-yield/Makefile index c267d096ebf..9021d39f5c0 100644 --- a/devel/py-sre-yield/Makefile +++ b/devel/py-sre-yield/Makefile @@ -1,5 +1,6 @@ PORTNAME= sre-yield PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/google/sre_yield LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-srsly/Makefile b/devel/py-srsly/Makefile index 22273b25ee0..063c952e8cf 100644 --- a/devel/py-srsly/Makefile +++ b/devel/py-srsly/Makefile @@ -1,5 +1,6 @@ PORTNAME= srsly PORTVERSION= 2.4.8 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/explosion/srsly LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.29.1<0.30.0:lang/cython@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.29.1<0.30.0:lang/cython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}catalogue>=2.0.3<2.1.0:devel/py-catalogue@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cython distutils +USE_PYTHON= autoplist concurrent cython pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/devel/py-stone/Makefile b/devel/py-stone/Makefile index 164ad433ecc..59697de3087 100644 --- a/devel/py-stone/Makefile +++ b/devel/py-stone/Makefile @@ -1,5 +1,6 @@ PORTNAME= stone PORTVERSION= 3.3.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/dropbox/stone LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-stringbrewer/Makefile b/devel/py-stringbrewer/Makefile index 3fdf320bba4..db5b1addd75 100644 --- a/devel/py-stringbrewer/Makefile +++ b/devel/py-stringbrewer/Makefile @@ -1,5 +1,6 @@ PORTNAME= stringbrewer PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +11,13 @@ WWW= https://github.com/simoncozens/stringbrewer LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rstr>=0:devel/py-rstr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sre-yield>=0:devel/py-sre-yield@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-stringcase/Makefile b/devel/py-stringcase/Makefile index d7d48b19e26..b8ca220a398 100644 --- a/devel/py-stringcase/Makefile +++ b/devel/py-stringcase/Makefile @@ -1,5 +1,6 @@ PORTNAME= stringcase PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/okunishinishi/python-stringcase LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-tabulator/Makefile b/devel/py-tabulator/Makefile index e2c23f6ee22..a5f247c8daf 100644 --- a/devel/py-tabulator/Makefile +++ b/devel/py-tabulator/Makefile @@ -1,6 +1,6 @@ PORTNAME= tabulator PORTVERSION= 1.53.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://github.com/frictionlessdata/tabulator-py LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.9:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=3.0,1:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=6.0:devel/py-click@${PY_FLAVOR} \ @@ -26,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.9:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd>=1.0:textproc/py-xlrd@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-tailer/Makefile b/devel/py-tailer/Makefile index 6b1b4725186..7469a3f965a 100644 --- a/devel/py-tailer/Makefile +++ b/devel/py-tailer/Makefile @@ -1,5 +1,6 @@ PORTNAME= tailer PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/six8/pytailer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-tapi/Makefile b/devel/py-tapi/Makefile index 086bef63f48..49b0c233425 100644 --- a/devel/py-tapi/Makefile +++ b/devel/py-tapi/Makefile @@ -1,6 +1,6 @@ PORTNAME= tapi PORTVERSION= 0.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,11 @@ WWW= https://github.com/jimmyislive/tapi LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-tapi/files/patch-setup.py b/devel/py-tapi/files/patch-setup.py new file mode 100644 index 00000000000..2bd6b2d47bd --- /dev/null +++ b/devel/py-tapi/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2014-01-29 07:49:14 UTC ++++ setup.py +@@ -1,7 +1,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name = "Tapi", ++ name = "tapi", + version = "0.1.7", + packages = find_packages(), + scripts = ['tapi.py'], diff --git a/devel/py-tarantool-queue/Makefile b/devel/py-tarantool-queue/Makefile index a2ea8eca866..d46186e927e 100644 --- a/devel/py-tarantool-queue/Makefile +++ b/devel/py-tarantool-queue/Makefile @@ -1,6 +1,6 @@ PORTNAME= tarantool-queue PORTVERSION= 0.1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,13 @@ WWW= https://github.com/tarantool/queue-python LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tarantool>=0:databases/py-tarantool@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-tartiflette-aiohttp/Makefile b/devel/py-tartiflette-aiohttp/Makefile index bd002fafb05..ccdbfb5d916 100644 --- a/devel/py-tartiflette-aiohttp/Makefile +++ b/devel/py-tartiflette-aiohttp/Makefile @@ -1,6 +1,6 @@ PORTNAME= tartiflette-aiohttp PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,13 @@ WWW= https://github.com/tartiflette/tartiflette-aiohttp LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.5.4:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tartiflette>=0.12.0<2.0.0:devel/py-tartiflette@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-tartiflette/Makefile b/devel/py-tartiflette/Makefile index 385fb3bb4b9..b540605007b 100644 --- a/devel/py-tartiflette/Makefile +++ b/devel/py-tartiflette/Makefile @@ -1,6 +1,6 @@ PORTNAME= tartiflette PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,14 @@ WWW= https://github.com/tartiflette/tartiflette LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=39.2.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libgraphqlparser.so:devel/libgraphqlparser RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0<2.0.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lark>=0.12.0:devel/py-lark@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-patch: @${LN} -s ${LOCALBASE}/lib/libgraphqlparser.so ${WRKSRC}/tartiflette/language/parsers/libgraphqlparser/cffi/libgraphqlparser.so diff --git a/devel/py-telepath/Makefile b/devel/py-telepath/Makefile index 6c7fddd160e..8d2abbe1c65 100644 --- a/devel/py-telepath/Makefile +++ b/devel/py-telepath/Makefile @@ -1,5 +1,6 @@ PORTNAME= telepath PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://wagtail.github.io/telepath/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-testresources/Makefile b/devel/py-testresources/Makefile index 435dd703cbf..93e81194741 100644 --- a/devel/py-testresources/Makefile +++ b/devel/py-testresources/Makefile @@ -1,5 +1,6 @@ PORTNAME= testresources PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,14 +14,16 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/Apache-2.0 LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/BSD -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fixtures>=0:devel/py-fixtures@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testtools>=0:devel/py-testtools@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-testscenarios/Makefile b/devel/py-testscenarios/Makefile index 7a81ee3a85f..97bfa716796 100644 --- a/devel/py-testscenarios/Makefile +++ b/devel/py-testscenarios/Makefile @@ -1,5 +1,6 @@ PORTNAME= testscenarios PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +14,14 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/Apache-2.0 LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/BSD -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testtools>=0:devel/py-testtools@${PY_FLAVOR} NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 USES= python diff --git a/devel/py-timeout-decorator/Makefile b/devel/py-timeout-decorator/Makefile index 038057e8c97..37c881c322d 100644 --- a/devel/py-timeout-decorator/Makefile +++ b/devel/py-timeout-decorator/Makefile @@ -1,5 +1,6 @@ PORTNAME= timeout-decorator PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/pnpnpn/timeout-decorator LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-types-Pillow/Makefile b/devel/py-types-Pillow/Makefile index edb397846ea..ba762be8947 100644 --- a/devel/py-types-Pillow/Makefile +++ b/devel/py-types-Pillow/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-Pillow -PORTVERSION= 10.2.0.20240423 +PORTVERSION= 10.2.0.20240511 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-Pillow/distinfo b/devel/py-types-Pillow/distinfo index 3344b1e7191..13bfe0d6232 100644 --- a/devel/py-types-Pillow/distinfo +++ b/devel/py-types-Pillow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713895848 -SHA256 (types-Pillow-10.2.0.20240423.tar.gz) = 696e68b9b6a58548fc307a8669830469237c5b11809ddf978ac77fafa79251cd -SIZE (types-Pillow-10.2.0.20240423.tar.gz) = 35046 +TIMESTAMP = 1715612198 +SHA256 (types-Pillow-10.2.0.20240511.tar.gz) = b2fcc27b8e15ae3741941e43b4f39eba6fce6bcb152af90bbb07b387d2585783 +SIZE (types-Pillow-10.2.0.20240511.tar.gz) = 35125 diff --git a/devel/py-types-cryptography/Makefile b/devel/py-types-cryptography/Makefile index 03657d37894..639b80d929f 100644 --- a/devel/py-types-cryptography/Makefile +++ b/devel/py-types-cryptography/Makefile @@ -1,5 +1,6 @@ PORTNAME= types-cryptography PORTVERSION= 3.3.23.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/python/typeshed/tree/main/stubs/cryptography LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-types-mock/Makefile b/devel/py-types-mock/Makefile index f36ec1388bd..521b4b4c1c5 100644 --- a/devel/py-types-mock/Makefile +++ b/devel/py-types-mock/Makefile @@ -1,5 +1,6 @@ PORTNAME= types-mock PORTVERSION= 5.1.0.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/python/typeshed/tree/main/stubs/mock LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-types-typed-ast/Makefile b/devel/py-types-typed-ast/Makefile index e96f9e057b6..b93449f492d 100644 --- a/devel/py-types-typed-ast/Makefile +++ b/devel/py-types-typed-ast/Makefile @@ -1,5 +1,6 @@ PORTNAME= types-typed-ast PORTVERSION= 1.5.8.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/python/typeshed/tree/main/stubs/typed-ast LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-typing-inspect/Makefile b/devel/py-typing-inspect/Makefile index 9432c4a612c..3eec532a8a9 100644 --- a/devel/py-typing-inspect/Makefile +++ b/devel/py-typing-inspect/Makefile @@ -1,5 +1,6 @@ PORTNAME= typing-inspect PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +13,13 @@ WWW= https://github.com/ilevkivskyi/typing_inspect LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0.3.0:devel/py-mypy_extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-u-msgpack-python/Makefile b/devel/py-u-msgpack-python/Makefile index 045c815d8eb..fa2cc2ab5f4 100644 --- a/devel/py-u-msgpack-python/Makefile +++ b/devel/py-u-msgpack-python/Makefile @@ -1,5 +1,6 @@ PORTNAME= u-msgpack-python PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/vsergeev/u-msgpack-python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-unicodecsv/Makefile b/devel/py-unicodecsv/Makefile index 6b04cd0facb..effaed76ea1 100644 --- a/devel/py-unicodecsv/Makefile +++ b/devel/py-unicodecsv/Makefile @@ -1,5 +1,6 @@ PORTNAME= unicodecsv PORTVERSION= 0.14.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/jdunck/python-unicodecsv LICENSE= BSD2CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-unpaddedbase64/Makefile b/devel/py-unpaddedbase64/Makefile index 1bf49254d7f..3e90da0f20a 100644 --- a/devel/py-unpaddedbase64/Makefile +++ b/devel/py-unpaddedbase64/Makefile @@ -1,5 +1,6 @@ PORTNAME= unpaddedbase64 PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,11 @@ WWW= https://github.com/matrix-org/python-unpaddedbase64 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-untokenize/Makefile b/devel/py-untokenize/Makefile index 3cbfa4c772b..4c6ed63d744 100644 --- a/devel/py-untokenize/Makefile +++ b/devel/py-untokenize/Makefile @@ -1,5 +1,6 @@ PORTNAME= untokenize PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/myint/untokenize LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-vcver/Makefile b/devel/py-vcver/Makefile index 4135bbb42ec..b970c64f5f3 100644 --- a/devel/py-vcver/Makefile +++ b/devel/py-vcver/Makefile @@ -1,5 +1,6 @@ PORTNAME= vcver PORTVERSION= 0.2.12 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/toumorokoshi/vcver-python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-verspec/Makefile b/devel/py-verspec/Makefile index 17fee6dbcf7..0549ef82aa0 100644 --- a/devel/py-verspec/Makefile +++ b/devel/py-verspec/Makefile @@ -1,5 +1,6 @@ PORTNAME= verspec PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +14,15 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.BSD +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8>=3.7:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mypy>=0:devel/py-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pretend>=0:devel/py-pretend@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/devel/py-virtualenv-api/Makefile b/devel/py-virtualenv-api/Makefile index 54ca6075bd5..956f8f5a693 100644 --- a/devel/py-virtualenv-api/Makefile +++ b/devel/py-virtualenv-api/Makefile @@ -1,5 +1,6 @@ PORTNAME= virtualenv-api PORTVERSION= 2.1.18 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,12 @@ WWW= https://github.com/sjkingo/virtualenv-api LICENSE= BSD2CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-visidata/Makefile b/devel/py-visidata/Makefile index 3bb2167d4cc..52da42ebe0b 100644 --- a/devel/py-visidata/Makefile +++ b/devel/py-visidata/Makefile @@ -1,6 +1,6 @@ PORTNAME= visidata PORTVERSION= 2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,13 @@ WWW= https://github.com/saulpw/visidata LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.gpl3 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-visitor/Makefile b/devel/py-visitor/Makefile index d647dc99aab..bf2e4706335 100644 --- a/devel/py-visitor/Makefile +++ b/devel/py-visitor/Makefile @@ -1,5 +1,6 @@ PORTNAME= visitor PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/mbr/visitor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-vulture/Makefile b/devel/py-vulture/Makefile index a5849cb0b0b..cb914ef1f95 100644 --- a/devel/py-vulture/Makefile +++ b/devel/py-vulture/Makefile @@ -1,5 +1,6 @@ PORTNAME= vulture PORTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,14 @@ WWW= https://github.com/jendrikseipp/vulture LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-warlock/Makefile b/devel/py-warlock/Makefile index 3a2eeee0813..c54ede3f938 100644 --- a/devel/py-warlock/Makefile +++ b/devel/py-warlock/Makefile @@ -1,5 +1,6 @@ PORTNAME= warlock PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,12 @@ WWW= https://github.com/bcwaldon/warlock LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4<5:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpatch>=1<2:devel/py-jsonpatch@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-watchfiles/Makefile b/devel/py-watchfiles/Makefile index 7e050567601..50f0390ef11 100644 --- a/devel/py-watchfiles/Makefile +++ b/devel/py-watchfiles/Makefile @@ -1,6 +1,6 @@ PORTNAME= watchfiles PORTVERSION= 0.21.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-watchgod/Makefile b/devel/py-watchgod/Makefile index 042fb5bdb5d..8b5897a4f5b 100644 --- a/devel/py-watchgod/Makefile +++ b/devel/py-watchgod/Makefile @@ -1,6 +1,6 @@ PORTNAME= watchgod PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,12 @@ WWW= https://github.com/samuelcolvin/watchfiles LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio3>=3.0.0<4:devel/py-anyio3@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-websockify/Makefile b/devel/py-websockify/Makefile index b37b5dcd0f0..431f85ab5e8 100644 --- a/devel/py-websockify/Makefile +++ b/devel/py-websockify/Makefile @@ -1,5 +1,6 @@ PORTNAME= websockify PORTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +11,8 @@ WWW= https://github.com/novnc/websockify LICENSE= LGPL3 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jwcrypto>=0:security/py-jwcrypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}redis>=0:databases/py-redis@${PY_FLAVOR} \ @@ -17,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jwcrypto>=0:security/py-jwcrypto@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-whistle/Makefile b/devel/py-whistle/Makefile index 8b1c5eae601..426cf27924c 100644 --- a/devel/py-whistle/Makefile +++ b/devel/py-whistle/Makefile @@ -1,5 +1,6 @@ PORTNAME= whistle PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://python-whistle.github.io/ LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-wimpy/Makefile b/devel/py-wimpy/Makefile index 434ef78291c..b95307fdb58 100644 --- a/devel/py-wimpy/Makefile +++ b/devel/py-wimpy/Makefile @@ -1,5 +1,6 @@ PORTNAME= wimpy PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/wimglenn/wimpy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-woops/Makefile b/devel/py-woops/Makefile index db8010efe91..f0114b49101 100644 --- a/devel/py-woops/Makefile +++ b/devel/py-woops/Makefile @@ -1,5 +1,6 @@ PORTNAME= woops PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,10 @@ WWW= https://github.com/sdispater/woops LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-woops/files/patch-pyproject.toml b/devel/py-woops/files/patch-pyproject.toml new file mode 100644 index 00000000000..8cb980a6704 --- /dev/null +++ b/devel/py-woops/files/patch-pyproject.toml @@ -0,0 +1,13 @@ +--- pyproject.toml.orig 2020-03-22 20:52:11 UTC ++++ pyproject.toml +@@ -19,8 +19,8 @@ pre-commit = "^1.20.0" + pre-commit = "^1.20.0" + + [build-system] +-requires = ["poetry-core>=1.0.0a3"] +-build-backend = "poetry_core.masonry.api" ++requires = ["poetry-core>=1.0.0"] ++build-backend = "poetry.core.masonry.api" + + + [tool.isort] diff --git a/devel/py-wrapt/Makefile b/devel/py-wrapt/Makefile index e69ed417d80..0afad9e6ae7 100644 --- a/devel/py-wrapt/Makefile +++ b/devel/py-wrapt/Makefile @@ -1,5 +1,6 @@ PORTNAME= wrapt PORTVERSION= 1.16.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/GrahamDumpleton/wrapt LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/devel/py-wsgi-intercept/Makefile b/devel/py-wsgi-intercept/Makefile index 1c8ba8d8d52..51f27d8e608 100644 --- a/devel/py-wsgi-intercept/Makefile +++ b/devel/py-wsgi-intercept/Makefile @@ -1,5 +1,6 @@ PORTNAME= wsgi-intercept PORTVERSION= 1.13.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +14,12 @@ WWW= https://wsgi-intercept.readthedocs.io/en/latest/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-wsgiutils/Makefile b/devel/py-wsgiutils/Makefile index be05b65d0b4..bb64e02b858 100644 --- a/devel/py-wsgiutils/Makefile +++ b/devel/py-wsgiutils/Makefile @@ -1,5 +1,6 @@ PORTNAME= wsgiutils PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= devel textproc www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://github.com/davidfraser/WSGIUtils LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-wsgiutils/files/patch-setup.py b/devel/py-wsgiutils/files/patch-setup.py new file mode 100644 index 00000000000..cc7e97d2f8b --- /dev/null +++ b/devel/py-wsgiutils/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2019-06-26 18:43:04 UTC ++++ setup.py +@@ -18,7 +18,7 @@ with open(os.path.join(os.getcwd(), 'README.txt'), 'r' + with open(os.path.join(os.getcwd(), 'README.txt'), 'r') as _readme: + long_description = _readme.read() + +-setup(name="WSGIUtils", ++setup(name="wsgiutils", + version= wsgiutils.__version__, + description="WSGI Utils are a collection of useful libraries for use in a WSGI environnment.", + long_description=long_description, diff --git a/devel/py-wsme/Makefile b/devel/py-wsme/Makefile index d1bba29e8d4..cb95c0b286d 100644 --- a/devel/py-wsme/Makefile +++ b/devel/py-wsme/Makefile @@ -1,5 +1,6 @@ PORTNAME= wsme PORTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,15 +13,18 @@ WWW= https://opendev.org/x/wsme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.12:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplegeneric>=0:devel/py-simplegeneric@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.8.0:www/py-webob@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 +MAKE_ENV= PBR_VERSION=${PORTVERSION} NO_ARCH= yes .include diff --git a/devel/py-wsme/files/patch-setup.cfg b/devel/py-wsme/files/patch-setup.cfg new file mode 100644 index 00000000000..77bd9f107a8 --- /dev/null +++ b/devel/py-wsme/files/patch-setup.cfg @@ -0,0 +1,9 @@ +--- setup.cfg.orig 2021-07-27 16:41:34 UTC ++++ setup.cfg +@@ -1,5 +1,5 @@ + [metadata] +-name = WSME ++name = wsme + author = Christophe de Vienne + author-email = python-wsme@googlegroups.com + summary = Simplify the writing of REST APIs, and extend them with additional protocols. diff --git a/devel/py-xmltodict/Makefile b/devel/py-xmltodict/Makefile index 093c888517a..a307e29630b 100644 --- a/devel/py-xmltodict/Makefile +++ b/devel/py-xmltodict/Makefile @@ -1,5 +1,6 @@ PORTNAME= xmltodict PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/martinblech/xmltodict LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils nose2 +USE_PYTHON= autoplist concurrent pep517 nose2 NO_ARCH= yes diff --git a/devel/py-xstatic-angular-bootstrap/Makefile b/devel/py-xstatic-angular-bootstrap/Makefile index 3a26a388ea5..f4f088e8151 100644 --- a/devel/py-xstatic-angular-bootstrap/Makefile +++ b/devel/py-xstatic-angular-bootstrap/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-angular-bootstrap PORTVERSION= 2.5.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://angular-ui.github.io/bootstrap/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-angular-bootstrap/files/patch-setup.py b/devel/py-xstatic-angular-bootstrap/files/patch-setup.py new file mode 100644 index 00000000000..36d25be1dab --- /dev/null +++ b/devel/py-xstatic-angular-bootstrap/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-03-27 10:49:43 UTC ++++ setup.py +@@ -6,7 +6,7 @@ setup( + long_description = open('README.txt').read() + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-angular-bootstrap', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-angular-gettext/Makefile b/devel/py-xstatic-angular-gettext/Makefile index fd631eb9673..e78e27fbba3 100644 --- a/devel/py-xstatic-angular-gettext/Makefile +++ b/devel/py-xstatic-angular-gettext/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-angular-gettext PORTVERSION= 2.4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://angular-gettext.rocketeer.be/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-angular-gettext/files/patch-setup.py b/devel/py-xstatic-angular-gettext/files/patch-setup.py new file mode 100644 index 00000000000..2a19e66af19 --- /dev/null +++ b/devel/py-xstatic-angular-gettext/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-03-27 10:49:57 UTC ++++ setup.py +@@ -6,7 +6,7 @@ setup( + long_description = open('README.txt').read() + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-angular-gettext', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-angular-lrdragndrop/Makefile b/devel/py-xstatic-angular-lrdragndrop/Makefile index 66382e07f4c..9419f1eb76f 100644 --- a/devel/py-xstatic-angular-lrdragndrop/Makefile +++ b/devel/py-xstatic-angular-lrdragndrop/Makefile @@ -1,5 +1,6 @@ PORTNAME= xstatic-angular-lrdragndrop PORTVERSION= 1.0.2.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/openstack/xstatic-angular-lrdragndrop LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-angular-lrdragndrop/files/patch-setup.py b/devel/py-xstatic-angular-lrdragndrop/files/patch-setup.py new file mode 100644 index 00000000000..c780d337da5 --- /dev/null +++ b/devel/py-xstatic-angular-lrdragndrop/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-07-19 11:51:03 UTC ++++ setup.py +@@ -8,7 +8,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-angular-lrdragndrop', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-angular-schema-form/Makefile b/devel/py-xstatic-angular-schema-form/Makefile index 0b5764306df..83533b75175 100644 --- a/devel/py-xstatic-angular-schema-form/Makefile +++ b/devel/py-xstatic-angular-schema-form/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-angular-schema-form PORTVERSION= 0.8.13.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= http://schemaform.io/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-angular-schema-form/files/patch-setup.py b/devel/py-xstatic-angular-schema-form/files/patch-setup.py new file mode 100644 index 00000000000..4c85cb03c44 --- /dev/null +++ b/devel/py-xstatic-angular-schema-form/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-05-04 13:51:40 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-angular-schema-form', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-angular/Makefile b/devel/py-xstatic-angular/Makefile index 3e9a0433d00..9cc9ab127f9 100644 --- a/devel/py-xstatic-angular/Makefile +++ b/devel/py-xstatic-angular/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-angular PORTVERSION= 1.8.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://angularjs.org/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-angular/files/patch-setup.py b/devel/py-xstatic-angular/files/patch-setup.py new file mode 100644 index 00000000000..0c78ae9e260 --- /dev/null +++ b/devel/py-xstatic-angular/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2022-05-31 15:33:56 UTC ++++ setup.py +@@ -6,7 +6,7 @@ setup( + long_description = open('README.txt').read() + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-angular', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-bootstrap-datepicker/Makefile b/devel/py-xstatic-bootstrap-datepicker/Makefile index e55ee3ee8c9..e9e67136e87 100644 --- a/devel/py-xstatic-bootstrap-datepicker/Makefile +++ b/devel/py-xstatic-bootstrap-datepicker/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-bootstrap-datepicker PORTVERSION= 1.4.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://github.com/openstack/xstatic-bootstrap-datepicker \ LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-bootstrap-datepicker/files/patch-setup.py b/devel/py-xstatic-bootstrap-datepicker/files/patch-setup.py new file mode 100644 index 00000000000..9f03c86ae73 --- /dev/null +++ b/devel/py-xstatic-bootstrap-datepicker/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-04-09 21:08:07 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-bootstrap-datepicker', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-bootstrap-scss/Makefile b/devel/py-xstatic-bootstrap-scss/Makefile index 295e0a10ddb..49ec45aaea2 100644 --- a/devel/py-xstatic-bootstrap-scss/Makefile +++ b/devel/py-xstatic-bootstrap-scss/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-bootstrap-scss PORTVERSION= 3.4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://github.com/openstack/xstatic-bootstrap-scss \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-bootstrap-scss/files/patch-setup.py b/devel/py-xstatic-bootstrap-scss/files/patch-setup.py new file mode 100644 index 00000000000..9a11e57633a --- /dev/null +++ b/devel/py-xstatic-bootstrap-scss/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-03-27 10:50:07 UTC ++++ setup.py +@@ -6,7 +6,7 @@ setup( + long_description = open('README.txt').read() + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-bootstrap-scss', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-bootswatch/Makefile b/devel/py-xstatic-bootswatch/Makefile index d934827c07f..6a2933fc08f 100644 --- a/devel/py-xstatic-bootswatch/Makefile +++ b/devel/py-xstatic-bootswatch/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-bootswatch PORTVERSION= 3.3.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://bootswatch.com/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-bootswatch/files/patch-setup.py b/devel/py-xstatic-bootswatch/files/patch-setup.py new file mode 100644 index 00000000000..455598a15d8 --- /dev/null +++ b/devel/py-xstatic-bootswatch/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-11-14 17:10:29 UTC ++++ setup.py +@@ -6,7 +6,7 @@ setup( + long_description = open('README.txt').read() + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-bootswatch', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-d3/Makefile b/devel/py-xstatic-d3/Makefile index e544df6816a..e28cc01188f 100644 --- a/devel/py-xstatic-d3/Makefile +++ b/devel/py-xstatic-d3/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-d3 PORTVERSION= 3.5.17.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://d3js.org/ \ LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-d3/files/patch-setup.py b/devel/py-xstatic-d3/files/patch-setup.py new file mode 100644 index 00000000000..e0e18a8009d --- /dev/null +++ b/devel/py-xstatic-d3/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-11-01 18:59:16 UTC ++++ setup.py +@@ -6,7 +6,7 @@ setup( + long_description = open('README.txt').read() + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-d3', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-font-awesome/Makefile b/devel/py-xstatic-font-awesome/Makefile index b3d0acdf897..0e1bcf1b4cf 100644 --- a/devel/py-xstatic-font-awesome/Makefile +++ b/devel/py-xstatic-font-awesome/Makefile @@ -1,5 +1,6 @@ PORTNAME= xstatic-font-awesome PORTVERSION= 6.2.1.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://fontawesome.com/ \ LICENSE= OFL11 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-font-awesome/files/patch-setup.py b/devel/py-xstatic-font-awesome/files/patch-setup.py new file mode 100644 index 00000000000..624ef82bf18 --- /dev/null +++ b/devel/py-xstatic-font-awesome/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-01-31 18:18:32 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-font-awesome', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-hogan/Makefile b/devel/py-xstatic-hogan/Makefile index d33db613605..bf5a374c7a8 100644 --- a/devel/py-xstatic-hogan/Makefile +++ b/devel/py-xstatic-hogan/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-hogan PORTVERSION= 2.0.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,11 @@ WWW= https://twitter.github.io/hogan.js/ \ LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-hogan/files/patch-setup.py b/devel/py-xstatic-hogan/files/patch-setup.py new file mode 100644 index 00000000000..1d3102b9816 --- /dev/null +++ b/devel/py-xstatic-hogan/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-04-09 21:05:12 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-hogan', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-jasmine/Makefile b/devel/py-xstatic-jasmine/Makefile index bccbc92d06a..6d455322e60 100644 --- a/devel/py-xstatic-jasmine/Makefile +++ b/devel/py-xstatic-jasmine/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-jasmine PORTVERSION= 2.4.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,11 @@ WWW= https://jasmine.github.io/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-jasmine/files/patch-setup.py b/devel/py-xstatic-jasmine/files/patch-setup.py new file mode 100644 index 00000000000..acdbb554bb0 --- /dev/null +++ b/devel/py-xstatic-jasmine/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2019-02-14 06:44:18 UTC ++++ setup.py +@@ -6,7 +6,7 @@ setup( + long_description = open('README.txt').read() + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-jasmine', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-jquery-migrate/Makefile b/devel/py-xstatic-jquery-migrate/Makefile index a4e03dbc86b..dd0ab2766e5 100644 --- a/devel/py-xstatic-jquery-migrate/Makefile +++ b/devel/py-xstatic-jquery-migrate/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-jquery-migrate PORTVERSION= 3.3.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://github.com/openstack/xstatic-jquery-migrate \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-jquery-migrate/files/patch-setup.py b/devel/py-xstatic-jquery-migrate/files/patch-setup.py new file mode 100644 index 00000000000..ae684bfc13c --- /dev/null +++ b/devel/py-xstatic-jquery-migrate/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-01-27 16:16:26 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-jquery-migrate', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-jquery-ui/Makefile b/devel/py-xstatic-jquery-ui/Makefile index 6262037ac49..c500dc63a5d 100644 --- a/devel/py-xstatic-jquery-ui/Makefile +++ b/devel/py-xstatic-jquery-ui/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-jquery-ui PORTVERSION= 1.13.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,12 @@ WWW= https://jqueryui.com/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xstatic-jquery>=0:devel/py-xstatic-jquery@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-jquery-ui/files/patch-setup.py b/devel/py-xstatic-jquery-ui/files/patch-setup.py new file mode 100644 index 00000000000..8ecb43b06b6 --- /dev/null +++ b/devel/py-xstatic-jquery-ui/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-11-21 16:29:12 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-jquery-ui', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-jquery.quicksearch/Makefile b/devel/py-xstatic-jquery.quicksearch/Makefile index 12d874c32df..c1012c01b47 100644 --- a/devel/py-xstatic-jquery.quicksearch/Makefile +++ b/devel/py-xstatic-jquery.quicksearch/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-jquery.quicksearch PORTVERSION= 2.0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://plugins.jquery.com/jquery.quicksearch/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-jquery.quicksearch/files/patch-setup.py b/devel/py-xstatic-jquery.quicksearch/files/patch-setup.py new file mode 100644 index 00000000000..12c5f285f85 --- /dev/null +++ b/devel/py-xstatic-jquery.quicksearch/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-04-09 21:08:36 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-jquery.quicksearch', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-jquery.tablesorter/Makefile b/devel/py-xstatic-jquery.tablesorter/Makefile index d2e0e2c3091..5b2f9c10fac 100644 --- a/devel/py-xstatic-jquery.tablesorter/Makefile +++ b/devel/py-xstatic-jquery.tablesorter/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-jquery.tablesorter PORTVERSION= 2.14.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,11 @@ WWW= https://github.com/openstack/xstatic-jquery.tablesorter \ LICENSE= GPLv2 MIT LICENSE_COMB= dual +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-jquery.tablesorter/files/patch-setup.py b/devel/py-xstatic-jquery.tablesorter/files/patch-setup.py new file mode 100644 index 00000000000..593bb2bba72 --- /dev/null +++ b/devel/py-xstatic-jquery.tablesorter/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-04-09 21:08:35 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-jquery.tablesorter', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-jquery/Makefile b/devel/py-xstatic-jquery/Makefile index c036b87bb2e..56116d0c9ba 100644 --- a/devel/py-xstatic-jquery/Makefile +++ b/devel/py-xstatic-jquery/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-jquery PORTVERSION= 3.5.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://jquery.com/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-jquery/files/patch-setup.py b/devel/py-xstatic-jquery/files/patch-setup.py new file mode 100644 index 00000000000..1b9d46505d1 --- /dev/null +++ b/devel/py-xstatic-jquery/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-09-18 21:49:40 UTC ++++ setup.py +@@ -8,7 +8,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-jquery', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-jsencrypt/Makefile b/devel/py-xstatic-jsencrypt/Makefile index 0523404ecc1..587aeb832fd 100644 --- a/devel/py-xstatic-jsencrypt/Makefile +++ b/devel/py-xstatic-jsencrypt/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-jsencrypt PORTVERSION= 2.3.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://travistidwell.com/jsencrypt/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-jsencrypt/files/patch-setup.py b/devel/py-xstatic-jsencrypt/files/patch-setup.py new file mode 100644 index 00000000000..cf899025077 --- /dev/null +++ b/devel/py-xstatic-jsencrypt/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-11-18 08:21:10 UTC ++++ setup.py +@@ -6,7 +6,7 @@ setup( + long_description = open('README.txt').read() + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-jsencrypt', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-mdi/Makefile b/devel/py-xstatic-mdi/Makefile index 6a93a0ca4f7..5fa8eb6c759 100644 --- a/devel/py-xstatic-mdi/Makefile +++ b/devel/py-xstatic-mdi/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-mdi PORTVERSION= 1.6.50.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://pictogrammers.com/library/mdi/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-mdi/files/patch-setup.py b/devel/py-xstatic-mdi/files/patch-setup.py new file mode 100644 index 00000000000..65b1c19bfe4 --- /dev/null +++ b/devel/py-xstatic-mdi/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2019-02-14 06:40:32 UTC ++++ setup.py +@@ -6,7 +6,7 @@ setup( + long_description = open('README.txt').read() + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-mdi', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-objectpath/Makefile b/devel/py-xstatic-objectpath/Makefile index 59599a17aad..351532f04a8 100644 --- a/devel/py-xstatic-objectpath/Makefile +++ b/devel/py-xstatic-objectpath/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-objectpath PORTVERSION= 1.2.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://github.com/openstack-archive/deb-python-xstatic-objectpath \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-objectpath/files/patch-setup.py b/devel/py-xstatic-objectpath/files/patch-setup.py new file mode 100644 index 00000000000..2fab5295f9b --- /dev/null +++ b/devel/py-xstatic-objectpath/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-05-05 05:22:35 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-objectpath', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-rickshaw/Makefile b/devel/py-xstatic-rickshaw/Makefile index 4aacc97757d..6217a631d0d 100644 --- a/devel/py-xstatic-rickshaw/Makefile +++ b/devel/py-xstatic-rickshaw/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-rickshaw PORTVERSION= 1.5.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,11 @@ WWW= https://tech.shutterstock.com/rickshaw/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-rickshaw/files/patch-setup.py b/devel/py-xstatic-rickshaw/files/patch-setup.py new file mode 100644 index 00000000000..9522e225fba --- /dev/null +++ b/devel/py-xstatic-rickshaw/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-04-09 21:06:31 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-rickshaw', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-roboto-fontface/Makefile b/devel/py-xstatic-roboto-fontface/Makefile index 08deb47591f..ee871616d87 100644 --- a/devel/py-xstatic-roboto-fontface/Makefile +++ b/devel/py-xstatic-roboto-fontface/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-roboto-fontface PORTVERSION= 0.5.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://github.com/openstack/xstatic-roboto-fontface \ LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-roboto-fontface/files/patch-setup.py b/devel/py-xstatic-roboto-fontface/files/patch-setup.py new file mode 100644 index 00000000000..0dbe4aad640 --- /dev/null +++ b/devel/py-xstatic-roboto-fontface/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-11-14 17:08:41 UTC ++++ setup.py +@@ -6,7 +6,7 @@ setup( + long_description = open('README.txt').read() + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-roboto-fontface', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-smart-table/Makefile b/devel/py-xstatic-smart-table/Makefile index f9691dbc3c4..d5baae77bd7 100644 --- a/devel/py-xstatic-smart-table/Makefile +++ b/devel/py-xstatic-smart-table/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-smart-table PORTVERSION= 1.4.13.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://github.com/openstack/xstatic-angular-smart-table \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-smart-table/files/patch-setup.py b/devel/py-xstatic-smart-table/files/patch-setup.py new file mode 100644 index 00000000000..b17972247f5 --- /dev/null +++ b/devel/py-xstatic-smart-table/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-09-06 15:16:17 UTC ++++ setup.py +@@ -6,7 +6,7 @@ setup( + long_description = open('README.txt').read() + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-smart-table', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-spin/Makefile b/devel/py-xstatic-spin/Makefile index c1ecd8df863..a0e71451ecf 100644 --- a/devel/py-xstatic-spin/Makefile +++ b/devel/py-xstatic-spin/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-spin PORTVERSION= 1.2.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,11 @@ WWW= https://spin.js.org/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-spin/files/patch-setup.py b/devel/py-xstatic-spin/files/patch-setup.py new file mode 100644 index 00000000000..7fbab6e6efd --- /dev/null +++ b/devel/py-xstatic-spin/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-04-09 21:05:22 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-spin', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-term.js/Makefile b/devel/py-xstatic-term.js/Makefile index cc039e1eca5..b43e6c21f34 100644 --- a/devel/py-xstatic-term.js/Makefile +++ b/devel/py-xstatic-term.js/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-term.js PORTVERSION= 0.0.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://github.com/openstack-archive/deb-python-xstatic-term.js \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-term.js/files/patch-setup.py b/devel/py-xstatic-term.js/files/patch-setup.py new file mode 100644 index 00000000000..0cb7201fe26 --- /dev/null +++ b/devel/py-xstatic-term.js/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-01-05 22:53:53 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-term.js', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic-tv4/Makefile b/devel/py-xstatic-tv4/Makefile index 86aff8fe1a1..e9cf9fbcb71 100644 --- a/devel/py-xstatic-tv4/Makefile +++ b/devel/py-xstatic-tv4/Makefile @@ -1,6 +1,6 @@ PORTNAME= xstatic-tv4 PORTVERSION= 1.2.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,11 @@ WWW= https://geraintluff.github.io/tv4/ \ LICENSE= MIT PD LICENSE_COMB= dual +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic-tv4/files/patch-setup.py b/devel/py-xstatic-tv4/files/patch-setup.py new file mode 100644 index 00000000000..df2ff796f33 --- /dev/null +++ b/devel/py-xstatic-tv4/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2016-05-05 05:06:16 UTC ++++ setup.py +@@ -7,7 +7,7 @@ setup( + from setuptools import setup, find_packages + + setup( +- name=xs.PACKAGE_NAME, ++ name='xstatic-tv4', + version=xs.PACKAGE_VERSION, + description=xs.DESCRIPTION, + long_description=long_description, diff --git a/devel/py-xstatic/Makefile b/devel/py-xstatic/Makefile index ca5e3164fbe..695799b266d 100644 --- a/devel/py-xstatic/Makefile +++ b/devel/py-xstatic/Makefile @@ -1,5 +1,6 @@ PORTNAME= xstatic PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://github.com/xstatic-py/xstatic LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-xstatic/files/patch-setup.py b/devel/py-xstatic/files/patch-setup.py new file mode 100644 index 00000000000..c9e947772e3 --- /dev/null +++ b/devel/py-xstatic/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-05-04 10:38:54 UTC ++++ setup.py +@@ -19,7 +19,7 @@ setup( + + + setup( +- name='XStatic', ++ name='xstatic', + version='1.0.3', + description='XStatic base package with minimal support code', + long_description=long_description, diff --git a/devel/py-yappi/Makefile b/devel/py-yappi/Makefile index c7e17dc47c6..a4ce4946913 100644 --- a/devel/py-yappi/Makefile +++ b/devel/py-yappi/Makefile @@ -1,5 +1,6 @@ PORTNAME= yappi PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/sumerc/yappi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=44:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=20.6.2:devel/py-gevent@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils unittest +USE_PYTHON= autoplist concurrent pep517 unittest TEST_ARGS= discover -s tests TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} diff --git a/devel/py-yunomi/Makefile b/devel/py-yunomi/Makefile index a07a66e43cb..a2f441bbbe7 100644 --- a/devel/py-yunomi/Makefile +++ b/devel/py-yunomi/Makefile @@ -1,6 +1,6 @@ PORTNAME= yunomi PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,17 +12,12 @@ WWW= https://github.com/dreid/yunomi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -PORTDOCS= README.rst HISTORY.rst - -OPTIONS_DEFINE= DOCS - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} - .include diff --git a/devel/py-zc.lockfile/Makefile b/devel/py-zc.lockfile/Makefile index 8c4950f52d6..f59f7285129 100644 --- a/devel/py-zc.lockfile/Makefile +++ b/devel/py-zc.lockfile/Makefile @@ -1,5 +1,6 @@ PORTNAME= zc.lockfile PORTVERSION= 3.0.post1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/zopefoundation/zc.lockfile LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-zict/Makefile b/devel/py-zict/Makefile index 350a6a5b4a4..8175658e51a 100644 --- a/devel/py-zict/Makefile +++ b/devel/py-zict/Makefile @@ -1,5 +1,6 @@ PORTNAME= zict PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/dask/zict LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/pycharm-ce/Makefile b/devel/pycharm-ce/Makefile index aaa306fd88b..48e78d55a14 100644 --- a/devel/pycharm-ce/Makefile +++ b/devel/pycharm-ce/Makefile @@ -1,5 +1,5 @@ PORTNAME= pycharm-ce -PORTVERSION= 2023.3.5 +PORTVERSION= 2024.1.1 CATEGORIES= devel java python MASTER_SITES= https://download.jetbrains.com/python/ \ http://download.jetbrains.com/python/ @@ -24,6 +24,22 @@ SHEBANG_FILES= plugins/python-ce/helpers/pycodestyle-2.10.0.py \ plugins/python-ce/helpers/pycodestyle.py \ plugins/python-ce/helpers/typeshed/scripts/sync_tensorflow_protobuf_stubs.sh +# Ignore: +# - non-native binaries +# - the bundled native Pty4J support libraries, they are replaced by java/jetbrains-pty4j +# - bundled linux-only JRE +EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/bin/*fsnotifier* \ + --exclude ${DISTNAME}/bin/*.so \ + --exclude ${DISTNAME}/bin/repair \ + --exclude ${DISTNAME}/bin/restarter \ + --exclude ${DISTNAME}/lib/*.so \ + --exclude ${DISTNAME}/plugins/*.so \ + --exclude ${DISTNAME}/plugins/cwm-plugin/quiche-native \ + --exclude ${DISTNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process \ + --exclude ${DISTNAME}/lib/pty4j \ + --exclude ${DISTNAME}/jbr \ + --no-same-owner --no-same-permissions + NO_BUILD= yes .include "${.CURDIR}/../../java/intellij/common.mk" @@ -31,17 +47,8 @@ NO_BUILD= yes SUB_FILES+= ${PORTNAME}.desktop pkg-message pycharm SUB_LIST+= IDEA_HOME=${IDEA_HOME} -# Remove non-native binaries post-extract: - @${RM} ${WRKSRC}/bin/*fsnotifier* ${WRKSRC}/bin/*.so ${WRKSRC}/bin/repair ${WRKSRC}/bin/restarter - @${FIND} ${WRKSRC}/lib ${WRKSRC}/plugins -name '*.so' -delete @${FIND} ${WRKSRC}/lib ${WRKSRC}/plugins -type d -empty -delete - @${RM} -r ${WRKSRC}/plugins/cwm-plugin/quiche-native - @${RM} -r ${WRKSRC}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process -# Remove the bundled native Pty4J support libraries, they are replaced by java/jetbrains-pty4j - @${RM} -r ${WRKSRC}/lib/pty4j -# Remove bundled linux-only JRE - @${RM} -r ${WRKSRC}/jbr # TODO: Remove and enable fsnotifier when devel/libinotify is fixed # Disable filewatcher warning message on IDEA startup ${ECHO} "idea.filewatcher.disabled=true" >> ${WRKSRC}/bin/idea.properties diff --git a/devel/pycharm-ce/distinfo b/devel/pycharm-ce/distinfo index 9a28fdbb932..50ffc82b9be 100644 --- a/devel/pycharm-ce/distinfo +++ b/devel/pycharm-ce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711168606 -SHA256 (pycharm-community-2023.3.5.tar.gz) = d8ffc4a20b692d506b0e4c4439b77fabca7f3a0fdb7eaddeb6c9edd7cb3febaf -SIZE (pycharm-community-2023.3.5.tar.gz) = 611250164 +TIMESTAMP = 1715045488 +SHA256 (pycharm-community-2024.1.1.tar.gz) = 715f30966c5597adc6ef544051a796de8a6cc5a5182938b8e14a1e6ad5e5edfd +SIZE (pycharm-community-2024.1.1.tar.gz) = 639228532 diff --git a/devel/pycharm-ce/pkg-plist b/devel/pycharm-ce/pkg-plist index b1b747ed8f0..c50dd1d2c4c 100644 --- a/devel/pycharm-ce/pkg-plist +++ b/devel/pycharm-ce/pkg-plist @@ -20,16 +20,16 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/app-client.jar %%DATADIR%%/lib/app.jar %%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-PC-233.15026.15 -%%DATADIR%%/lib/byte-buddy-agent.jar +%%DATADIR%%/lib/build-marker-PC-241.15989.155 %%DATADIR%%/lib/cds/classesLogAgent.jar -%%DATADIR%%/lib/error-prone-annotations.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/externalProcess-rt.jar %%DATADIR%%/lib/forms_rt.jar +%%DATADIR%%/lib/frontend/frontend-customization.jar +%%DATADIR%%/lib/frontend/frontend.jar %%DATADIR%%/lib/groovy.jar %%DATADIR%%/lib/grpc.jar -%%DATADIR%%/lib/intellij-coverage-agent-1.0.738.jar +%%DATADIR%%/lib/intellij-coverage-agent-1.0.744.jar %%DATADIR%%/lib/intellij-test-discovery.jar %%DATADIR%%/lib/jna/amd64/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar @@ -39,6 +39,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/lib.jar %%DATADIR%%/lib/modules.jar %%DATADIR%%/lib/native/linux-x86_64/libsqliteij.so +%%DATADIR%%/lib/opentelemetry.jar %%DATADIR%%/lib/platform-loader.jar %%DATADIR%%/lib/protobuf.jar %%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so @@ -46,6 +47,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/src/pycharm-openapi-src.zip %%DATADIR%%/lib/stats.jar %%DATADIR%%/lib/testFramework.jar +%%DATADIR%%/lib/trove.jar %%DATADIR%%/lib/util-8.jar %%DATADIR%%/lib/util.jar %%DATADIR%%/lib/util_rt.jar @@ -58,7 +60,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/license/third-party-libraries.json %%DATADIR%%/license/yourkit-license-redist.txt %%DATADIR%%/modules/module-descriptors.jar -%%DATADIR%%/plugins/ae-database/lib/ae-database.jar %%DATADIR%%/plugins/color-scheme-github/lib/color-scheme-github.jar %%DATADIR%%/plugins/color-scheme-monokai/lib/color-scheme-monokai.jar %%DATADIR%%/plugins/color-scheme-twilight/lib/color-scheme-twilight.jar @@ -77,8 +78,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/cwm-plugin/lib/cwm-common.jar %%DATADIR%%/plugins/cwm-plugin/lib/cwm-host-unattended.jar %%DATADIR%%/plugins/cwm-plugin/lib/cwm-host.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-lobby-common.jar %%DATADIR%%/plugins/cwm-plugin/lib/cwm-model.jar +%%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin-notebooks.jar %%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin-terminal.jar %%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin.jar %%DATADIR%%/plugins/cwm-plugin/lib/cwm-unattended-common.jar @@ -96,6 +97,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar %%DATADIR%%/plugins/grazie/lib/grazie.jar %%DATADIR%%/plugins/indexing-shared/lib/indexing-shared.jar +%%DATADIR%%/plugins/llmInstaller/lib/llmInstaller.jar %%DATADIR%%/plugins/markdown/lib/markdown.jar %%DATADIR%%/plugins/marketplace/lib/boot/marketplace-bootstrap.jar %%DATADIR%%/plugins/marketplace/lib/boot/marketplace-impl.jar @@ -104,15 +106,17 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/packageChecker/lib/packageChecker.jar %%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar +%%DATADIR%%/plugins/platform-ide-provisioner/lib/platform-ide-provisioner.jar %%DATADIR%%/plugins/platform-images/lib/platform-images.jar %%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar %%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar %%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar +%%DATADIR%%/plugins/plugin-classpath.txt %%DATADIR%%/plugins/properties/lib/properties.jar %%DATADIR%%/plugins/pycharm-community-customization/lib/pycharm-community-customization.jar %%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/lib/pycharm-community-sharedIndexes-bundled.jar -%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-09665e90c3a7-d3b881c8e49f.ijx -%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-09665e90c3a7-d3b881c8e49f.txt +%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-babbdf50b680-746f403e7f0c.ijx +%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-babbdf50b680-746f403e7f0c.txt %%DATADIR%%/plugins/python-ce/helpers/.gitignore %%DATADIR%%/plugins/python-ce/helpers/MathJax/MathJax.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/config/TeX-AMS_HTML-full.js @@ -1021,6 +1025,11 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vars.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_27.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_311.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_36_310.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_util.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_numpy.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_pandas.py @@ -6022,15 +6031,11 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.13.0.pyz %%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.24.5.pyz %%DATADIR%%/plugins/python-ce/lib/python-ce.jar -%%DATADIR%%/plugins/python-sharedIndexes-downloadable/lib/python-sharedIndexes-downloadable.jar %%DATADIR%%/plugins/qodana/lib/qodana.jar %%DATADIR%%/plugins/qt-plugin/lib/qt-plugin.jar -%%DATADIR%%/plugins/reStructuredText/lib/reStructuredText.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar %%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar %%DATADIR%%/plugins/sh/lib/sh.jar -%%DATADIR%%/plugins/space/lib/space-java-jps.jar -%%DATADIR%%/plugins/space/lib/space.jar %%DATADIR%%/plugins/tasks/lib/tasks-core.jar %%DATADIR%%/plugins/terminal/lib/terminal.jar %%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash @@ -6159,6 +6164,11 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/hcl/LICENSE +%%DATADIR%%/plugins/textmate/lib/bundles/hcl/README.md +%%DATADIR%%/plugins/textmate/lib/bundles/hcl/language-configuration.json +%%DATADIR%%/plugins/textmate/lib/bundles/hcl/package.json +%%DATADIR%%/plugins/textmate/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json @@ -6278,6 +6288,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/tsconfig.json +%%DATADIR%%/plugins/textmate/lib/bundles/mdx/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/mdx/license %%DATADIR%%/plugins/textmate/lib/bundles/mdx/package.json %%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json diff --git a/devel/pylyzer/Makefile b/devel/pylyzer/Makefile index f543d34acd5..6f0e2b8cd3d 100644 --- a/devel/pylyzer/Makefile +++ b/devel/pylyzer/Makefile @@ -1,6 +1,7 @@ PORTNAME= pylyzer DISTVERSIONPREFIX= v DISTVERSION= 0.0.53 +PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= yuri@FreeBSD.org diff --git a/devel/rabs/Makefile b/devel/rabs/Makefile index b4ce6cd64ae..89088222f8f 100644 --- a/devel/rabs/Makefile +++ b/devel/rabs/Makefile @@ -1,6 +1,6 @@ PORTNAME= rabs DISTVERSIONPREFIX= v -DISTVERSION= 2.30.7 +DISTVERSION= 2.30.8 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,7 @@ LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded USES= compiler:c11 gmake localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= wrapl -GH_TUPLE= wrapl:minilang:3723bd4:wrapl_minilang/minilang \ +GH_TUPLE= wrapl:minilang:1e55d52:wrapl_minilang/minilang \ rajamukherji:radb:c245a08:rajamukherji_radb/radb MAKE_ARGS= PREFIX=${PREFIX} diff --git a/devel/rabs/distinfo b/devel/rabs/distinfo index b076ebbee51..f53c0cc0ec7 100644 --- a/devel/rabs/distinfo +++ b/devel/rabs/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1713328222 -SHA256 (wrapl-rabs-v2.30.7_GH0.tar.gz) = ea78cea76775f2a503a6942baa3abdb1b1a3258e39fb849a619a9bc33f4facd7 -SIZE (wrapl-rabs-v2.30.7_GH0.tar.gz) = 71465 -SHA256 (wrapl-minilang-3723bd4_GH0.tar.gz) = 4548428f23eb793b2c372cdc5db74657270c95b6d382c21bd20446a9eb9cff03 -SIZE (wrapl-minilang-3723bd4_GH0.tar.gz) = 2359301 +TIMESTAMP = 1715495133 +SHA256 (wrapl-rabs-v2.30.8_GH0.tar.gz) = 3e1b6634d2b1c1f869aa0e22736fe96e3b441d7a71e9aa4617e2672fafc2e23c +SIZE (wrapl-rabs-v2.30.8_GH0.tar.gz) = 71663 +SHA256 (wrapl-minilang-1e55d52_GH0.tar.gz) = 9ea5150d52702b55afdc37ca887f0acd1287f03a7fefa42dbde3228e6c08c403 +SIZE (wrapl-minilang-1e55d52_GH0.tar.gz) = 2368156 SHA256 (rajamukherji-radb-c245a08_GH0.tar.gz) = 8bb8c027621df75aa295479282dfbc84a311cb44e11614847a876b9947f1b0ed SIZE (rajamukherji-radb-c245a08_GH0.tar.gz) = 23904 diff --git a/devel/revive/Makefile b/devel/revive/Makefile index bf771f344f9..0496d9a3712 100644 --- a/devel/revive/Makefile +++ b/devel/revive/Makefile @@ -1,7 +1,7 @@ PORTNAME= revive DISTVERSIONPREFIX= v DISTVERSION= 1.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/rubygem-i18n-tasks-rails61/Makefile b/devel/rubygem-i18n-tasks-rails61/Makefile index 81f5a9d4f47..bde817dfcfc 100644 --- a/devel/rubygem-i18n-tasks-rails61/Makefile +++ b/devel/rubygem-i18n-tasks-rails61/Makefile @@ -1,5 +1,5 @@ PORTNAME= i18n-tasks -PORTVERSION= 1.0.13 +DISTVERSION= 1.0.14 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails61 diff --git a/devel/rubygem-i18n-tasks-rails61/distinfo b/devel/rubygem-i18n-tasks-rails61/distinfo index eeb27973155..8904882ef81 100644 --- a/devel/rubygem-i18n-tasks-rails61/distinfo +++ b/devel/rubygem-i18n-tasks-rails61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697363717 -SHA256 (rubygem/i18n-tasks-1.0.13.gem) = 51dafd3a1a884e9ecb1bea86dbee312bee71d4926afb6b594a8f5678f67d93e8 -SIZE (rubygem/i18n-tasks-1.0.13.gem) = 67584 +TIMESTAMP = 1715459455 +SHA256 (rubygem/i18n-tasks-1.0.14.gem) = 3ad8daef2a3268d6dc2232aad2b12941b353d884cd30fd3b418a73e7001a03ec +SIZE (rubygem/i18n-tasks-1.0.14.gem) = 69632 diff --git a/devel/rubygem-prometheus-client-mmap/Makefile b/devel/rubygem-prometheus-client-mmap/Makefile index 8feeeb77047..05d4a44a62f 100644 --- a/devel/rubygem-prometheus-client-mmap/Makefile +++ b/devel/rubygem-prometheus-client-mmap/Makefile @@ -1,6 +1,6 @@ PORTNAME= prometheus-client-mmap PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-reline/Makefile b/devel/rubygem-reline/Makefile index 5def976e441..cc801d89421 100644 --- a/devel/rubygem-reline/Makefile +++ b/devel/rubygem-reline/Makefile @@ -1,5 +1,5 @@ PORTNAME= reline -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-reline/distinfo b/devel/rubygem-reline/distinfo index c32898c628e..4d301f2306e 100644 --- a/devel/rubygem-reline/distinfo +++ b/devel/rubygem-reline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714704979 -SHA256 (rubygem/reline-0.5.5.gem) = 1e672cc1277ef6fe3f9d1fea13960cf2d99b2214dfcf39e74483597e08635e92 -SIZE (rubygem/reline-0.5.5.gem) = 56832 +TIMESTAMP = 1715301494 +SHA256 (rubygem/reline-0.5.6.gem) = 0cfa889a415bdaa7b2965f976af922c0a226a2959123911606c5e5099add573e +SIZE (rubygem/reline-0.5.6.gem) = 56832 diff --git a/devel/rubygem-ruby-macho/Makefile b/devel/rubygem-ruby-macho/Makefile index e0c37900165..6f15c7b0828 100644 --- a/devel/rubygem-ruby-macho/Makefile +++ b/devel/rubygem-ruby-macho/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby-macho -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-ruby-macho/distinfo b/devel/rubygem-ruby-macho/distinfo index 7567a0e7743..4a20b111bb1 100644 --- a/devel/rubygem-ruby-macho/distinfo +++ b/devel/rubygem-ruby-macho/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704468199 -SHA256 (rubygem/ruby-macho-4.0.0.gem) = b8c88e9c505c2c41b00a8458d1f88b7eed0fb779b55f46a79c98c2420176c8f9 -SIZE (rubygem/ruby-macho-4.0.0.gem) = 37376 +TIMESTAMP = 1714983656 +SHA256 (rubygem/ruby-macho-4.0.1.gem) = 7a8e4b7f29febc7c3ac662715cbbd483bcfdbcd9a67c51e69d45fc54136c4d19 +SIZE (rubygem/ruby-macho-4.0.1.gem) = 37376 diff --git a/devel/rust-analyzer/Makefile b/devel/rust-analyzer/Makefile index da7074a2b4f..1d12dc4adc4 100644 --- a/devel/rust-analyzer/Makefile +++ b/devel/rust-analyzer/Makefile @@ -1,5 +1,6 @@ PORTNAME= rust-analyzer DISTVERSION= 2024-04-29 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= rust@FreeBSD.org diff --git a/devel/rust-bindgen-cli/Makefile b/devel/rust-bindgen-cli/Makefile index 0528650f0d3..3dd1b839056 100644 --- a/devel/rust-bindgen-cli/Makefile +++ b/devel/rust-bindgen-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= bindgen-cli DISTVERSION= 0.69.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/rust-cbindgen/Makefile b/devel/rust-cbindgen/Makefile index 5602ae966e2..c5a282d1703 100644 --- a/devel/rust-cbindgen/Makefile +++ b/devel/rust-cbindgen/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbindgen DISTVERSION= 0.26.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/rust-script/Makefile b/devel/rust-script/Makefile index 571e57e717c..d4a57fd2dd2 100644 --- a/devel/rust-script/Makefile +++ b/devel/rust-script/Makefile @@ -1,6 +1,6 @@ PORTNAME= rust-script DISTVERSION= 0.34.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= pat@patmaddox.com diff --git a/devel/rustc-demangle/Makefile b/devel/rustc-demangle/Makefile index 3a41fa0b69b..c314c6819c8 100644 --- a/devel/rustc-demangle/Makefile +++ b/devel/rustc-demangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustc-demangle -DISTVERSION= 0.1.23 -PORTREVISION= 7 +DISTVERSION= 0.1.24 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -20,13 +20,13 @@ GH_ACCOUNT= rust-lang WRKSRC_SUBDIR= crates/capi -CARGO_CRATES= arbitrary-1.3.0 \ - cc-1.0.79 \ - compiler_builtins-0.1.93 \ - jobserver-0.1.26 \ - libc-0.2.146 \ - libfuzzer-sys-0.4.6 \ - once_cell-1.18.0 \ +CARGO_CRATES= arbitrary-1.3.2 \ + cc-1.0.97 \ + compiler_builtins-0.1.111 \ + jobserver-0.1.31 \ + libc-0.2.154 \ + libfuzzer-sys-0.4.7 \ + once_cell-1.19.0 \ rustc-std-workspace-core-1.0.0 PLIST_FILES= include/rustc_demangle.h \ diff --git a/devel/rustc-demangle/distinfo b/devel/rustc-demangle/distinfo index 6c4432da10f..fa977ff5c5e 100644 --- a/devel/rustc-demangle/distinfo +++ b/devel/rustc-demangle/distinfo @@ -1,19 +1,19 @@ -TIMESTAMP = 1687077738 -SHA256 (rust/crates/arbitrary-1.3.0.crate) = e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e -SIZE (rust/crates/arbitrary-1.3.0.crate) = 30930 -SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f -SIZE (rust/crates/cc-1.0.79.crate) = 62624 -SHA256 (rust/crates/compiler_builtins-0.1.93.crate) = 76630810d973ecea3dbf611e1b7aecfb1012751ef1ff8de3998f89014a166781 -SIZE (rust/crates/compiler_builtins-0.1.93.crate) = 169360 -SHA256 (rust/crates/jobserver-0.1.26.crate) = 936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2 -SIZE (rust/crates/jobserver-0.1.26.crate) = 22645 -SHA256 (rust/crates/libc-0.2.146.crate) = f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b -SIZE (rust/crates/libc-0.2.146.crate) = 684707 -SHA256 (rust/crates/libfuzzer-sys-0.4.6.crate) = beb09950ae85a0a94b27676cccf37da5ff13f27076aa1adbc6545dd0d0e1bd4e -SIZE (rust/crates/libfuzzer-sys-0.4.6.crate) = 127910 -SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d -SIZE (rust/crates/once_cell-1.18.0.crate) = 32969 +TIMESTAMP = 1715316319 +SHA256 (rust/crates/arbitrary-1.3.2.crate) = 7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110 +SIZE (rust/crates/arbitrary-1.3.2.crate) = 32037 +SHA256 (rust/crates/cc-1.0.97.crate) = 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 +SIZE (rust/crates/cc-1.0.97.crate) = 76951 +SHA256 (rust/crates/compiler_builtins-0.1.111.crate) = 311b03493cee723d040ac2d55fce9d26dda95a388435900096092edeb1ebb461 +SIZE (rust/crates/compiler_builtins-0.1.111.crate) = 187199 +SHA256 (rust/crates/jobserver-0.1.31.crate) = d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e +SIZE (rust/crates/jobserver-0.1.31.crate) = 27306 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 +SHA256 (rust/crates/libfuzzer-sys-0.4.7.crate) = a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7 +SIZE (rust/crates/libfuzzer-sys-0.4.7.crate) = 128332 +SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 +SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 SHA256 (rust/crates/rustc-std-workspace-core-1.0.0.crate) = 1956f5517128a2b6f23ab2dadf1a976f4f5b27962e7724c2bf3d45e539ec098c SIZE (rust/crates/rustc-std-workspace-core-1.0.0.crate) = 714 -SHA256 (rust-lang-rustc-demangle-0.1.23_GH0.tar.gz) = bfd61218bef311498a65d70759df22a99dd17bd9e68a5d0ef0140fcd30a0ba6f -SIZE (rust-lang-rustc-demangle-0.1.23_GH0.tar.gz) = 30895 +SHA256 (rust-lang-rustc-demangle-0.1.24_GH0.tar.gz) = 0a130040b74af0f1764b82fa55a8510d7d9284847206c32037f5660596060888 +SIZE (rust-lang-rustc-demangle-0.1.24_GH0.tar.gz) = 30931 diff --git a/devel/rye/Makefile b/devel/rye/Makefile index b39bda555fe..d689c6379ce 100644 --- a/devel/rye/Makefile +++ b/devel/rye/Makefile @@ -1,5 +1,6 @@ PORTNAME= rye DISTVERSION= 0.33.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/sbt/Makefile b/devel/sbt/Makefile index 1c7274fdc23..02bdbb49e0d 100644 --- a/devel/sbt/Makefile +++ b/devel/sbt/Makefile @@ -1,5 +1,5 @@ PORTNAME= sbt -PORTVERSION= 1.9.9 +PORTVERSION= 1.10.0 CATEGORIES= devel java MASTER_SITES= https://github.com/sbt/sbt/releases/download/v${PORTVERSION}/ diff --git a/devel/sbt/distinfo b/devel/sbt/distinfo index 8259f0d3013..c0f177146d4 100644 --- a/devel/sbt/distinfo +++ b/devel/sbt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709110439 -SHA256 (sbt-1.9.9.tgz) = c57cae60c2122ca1bba77184dfb4d0d25fc6c18805394ab36ab6208b0c0f262f -SIZE (sbt-1.9.9.tgz) = 47255973 +TIMESTAMP = 1715010098 +SHA256 (sbt-1.10.0.tgz) = 154b7de6c19207c73d0a304f901c8c4b6ead9a9c3a99a98a9d72ac19419d2640 +SIZE (sbt-1.10.0.tgz) = 48054447 diff --git a/devel/scc/Makefile b/devel/scc/Makefile index 3c263882846..d0b8232f442 100644 --- a/devel/scc/Makefile +++ b/devel/scc/Makefile @@ -1,6 +1,7 @@ PORTNAME= scc DISTVERSIONPREFIX= v DISTVERSION= 3.3.3 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org diff --git a/devel/sccache/Makefile b/devel/sccache/Makefile index c9f09ab0c7e..0d2957fbc60 100644 --- a/devel/sccache/Makefile +++ b/devel/sccache/Makefile @@ -1,7 +1,7 @@ PORTNAME= sccache DISTVERSIONPREFIX= v DISTVERSION= 0.5.4 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile index ab3b429e5ca..8c3c594503e 100644 --- a/devel/sdl20/Makefile +++ b/devel/sdl20/Makefile @@ -13,52 +13,25 @@ WWW= https://www.libsdl.org/ \ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt -GNU_CONFIGURE= yes -USES= gmake iconv libtool localbase:ldflags pathfix pkgconfig -USE_CSTD= c99 +USES= cmake iconv pkgconfig +CMAKE_OFF= SDL_ARTS \ + SDL_CCACHE \ + SDL_ESD \ + SDL_LIBICONV \ + SDL_RPATH +CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Git USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-arts \ - --disable-esd \ - --disable-rpath -.if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} -CONFIGURE_ARGS+= --enable-mmx -.else -CONFIGURE_ARGS+= --disable-mmx -.endif -.if defined(MACHINE_CPU) && ${MACHINE_CPU:M3dnow} -CONFIGURE_ARGS+= --enable-3dnow -.else -CONFIGURE_ARGS+= --disable-3dnow -.endif -.if defined(MACHINE_CPU) && ${MACHINE_CPU:Msse} -CONFIGURE_ARGS+= --enable-sse -.else -CONFIGURE_ARGS+= --disable-sse -.endif -.if defined(MACHINE_CPU) && ${MACHINE_CPU:Msse2} -CONFIGURE_ARGS+= --enable-sse2 -.else -CONFIGURE_ARGS+= --disable-sse2 -.endif -.if defined(MACHINE_CPU) && ${MACHINE_CPU:Msse3} -CONFIGURE_ARGS+= --enable-sse3 -.else -CONFIGURE_ARGS+= --disable-sse3 -.endif - -MAKE_ENV= V=1 - PORTSCOUT= limitw:1,even -OPTIONS_DEFINE= ASM CSD DBUS FCITX IBUS JOYSTICK HIDAPI \ +OPTIONS_DEFINE= CSD DBUS FCITX IBUS JOYSTICK HIDAPI \ SAMPLERATE UDEV OPTIONS_GROUP= AUDIO VIDEO OPTIONS_GROUP_AUDIO= ALSA JACK NAS OSS PIPEWIRE PULSEAUDIO SNDIO -OPTIONS_GROUP_VIDEO= KMSDRM OPENGL OPENGLES1 OPENGLES2 VULKAN \ +OPTIONS_GROUP_VIDEO= KMSDRM OPENGL OPENGLES VULKAN \ WAYLAND X11 -OPTIONS_DEFAULT= ASM JOYSTICK OSS KMSDRM OPENGL \ - OPENGLES1 OPENGLES2 VULKAN WAYLAND X11 +OPTIONS_DEFAULT= JOYSTICK OSS KMSDRM OPENGL \ + OPENGLES VULKAN WAYLAND X11 OPTIONS_DEFINE_powerpc= ALTIVEC OPTIONS_DEFINE_powerpc64= ALTIVEC OPTIONS_DEFAULT_powerpc= ALTIVEC @@ -73,102 +46,87 @@ HIDAPI_DESC= Use HIDAPI for low level joystick drivers IBUS_DESC= IBus support JOYSTICK_DESC= Joystick and haptic support KMSDRM_DESC= KMSDRM display support -OPENGLES1_DESC= OpenGL ES 1.x rendering support -OPENGLES2_DESC= OpenGL ES 2.x rendering support +OPENGLES_DESC= OpenGL ES rendering support UDEV_DESC= Use udev for input device detection VULKAN_DESC= Vulkan rendering support -ALSA_CONFIGURE_ENABLE= alsa alsa-shared -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib +ALSA_CMAKE_BOOL= SDL_ALSA +ALSA_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_ALSA -ALTIVEC_CONFIGURE_ENABLE= altivec +ALTIVEC_CMAKE_BOOL= SDL_ALTIVEC -ASM_CONFIGURE_ENABLE= assembly +CSD_LIB_DEPENDS= libdecor-0.so:x11-toolkits/libdecor +CSD_CMAKE_BOOL= SDL_WAYLAND_LIBDECOR +CSD_IMPLIES= WAYLAND -CSD_CONFIGURE_ENABLE= libdecor libdecor-shared -CSD_LIB_DEPENDS= libdecor-0.so:x11-toolkits/libdecor -CSD_IMPLIES= WAYLAND +DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus +DBUS_CMAKE_BOOL= SDL_DBUS -DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus -DBUS_CONFIGURE_ENABLE= dbus +FCITX_LIB_DEPENDS= libfcitx-config.so:chinese/fcitx +FCITX_IMPLIES= DBUS -FCITX_LIB_DEPENDS= libfcitx-config.so:chinese/fcitx -FCITX_CONFIGURE_ENABLE= fcitx -FCITX_IMPLIES= DBUS +HIDAPI_CMAKE_BOOL= SDL_HIDAPI +HIDAPI_IMPLIES= JOYSTICK -HIDAPI_CONFIGURE_ENABLE= hidapi -HIDAPI_IMPLIES= JOYSTICK +IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus +IBUS_CMAKE_BOOL= SDL_IBUS +IBUS_IMPLIES= DBUS -IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus -IBUS_CONFIGURE_ENABLE= ibus -IBUS_IMPLIES= DBUS +JACK_LIB_DEPENDS= libjack.so:audio/jack +JACK_CMAKE_BOOL= SDL_JACK -JACK_CONFIGURE_ENABLE= jack jack-shared -JACK_LIB_DEPENDS= libjack.so:audio/jack +JOYSTICK_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto +JOYSTICK_LIB_DEPENDS= libinotify.so:devel/libinotify +JOYSTICK_CMAKE_BOOL= SDL_HIDAPI_JOYSTICK SDL_HIDAPI_LIBUSB SDL_VIRTUAL_JOYSTICK -JOYSTICK_CONFIGURE_ENABLE= joystick haptic -JOYSTICK_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto -JOYSTICK_LIB_DEPENDS= libinotify.so:devel/libinotify +KMSDRM_USES= gl +KMSDRM_USE= GL=gbm +KMSDRM_CMAKE_BOOL= SDL_KMSDRM -KMSDRM_CONFIGURE_ENABLE= video-kmsdrm kmsdrm-shared -KMSDRM_USES= gl -KMSDRM_USE= GL=gbm +NAS_LIB_DEPENDS= libaudio.so:audio/nas +NAS_CMAKE_BOOL= SDL_NAS -NAS_CONFIGURE_ENABLE= nas nas-shared -NAS_LIB_DEPENDS= libaudio.so:audio/nas +OPENGL_USES= gl +OPENGL_USE= GL=opengl +OPENGL_CMAKE_BOOL= SDL_OPENGL -OPENGL_CONFIGURE_ENABLE= video-opengl -OPENGL_USES= gl -OPENGL_USE= GL=opengl +OPENGLES_USES= gl +OPENGLES_USE= GL=egl,glesv1,glesv2 +OPENGLES_CMAKE_BOOL= SDL_OPENGLES -OPENGLES1_CONFIGURE_ENABLE= video-opengles1 -OPENGLES1_USES= gl -OPENGLES1_USE= GL=egl,glesv1 -OPENGLES1_IMPLIES= OPENGLES +OSS_CMAKE_BOOL= SDL_OSS -OPENGLES2_CONFIGURE_ENABLE= video-opengles2 -OPENGLES2_USES= gl -OPENGLES2_USE= GL=egl,glesv2 -OPENGLES2_IMPLIES= OPENGLES +PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire +PIPEWIRE_CMAKE_BOOL= SDL_PIPEWIRE -OSS_CONFIGURE_ENABLE= oss +PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio +PULSEAUDIO_CMAKE_BOOL= SDL_PULSEAUDIO -PIPEWIRE_CONFIGURE_ENABLE= pipewire pipewire-shared -PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire +SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate +SAMPLERATE_CMAKE_BOOL= SDL_LIBSAMPLERATE +SAMPLERATE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_SampleRate -PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio pulseaudio-shared -PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio +SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio +SNDIO_CMAKE_BOOL= SDL_SNDIO -SAMPLERATE_CONFIGURE_ENABLE= libsamplerate libsamplerate-shared -SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate +UDEV_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto +UDEV_LIB_DEPENDS= libudev.so:devel/libudev-devd +UDEV_CMAKE_BOOL= SDL_LIBUDEV -SNDIO_CONFIGURE_ENABLE= sndio sndio-shared -SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio +VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader +VULKAN_CMAKE_BOOL= SDL_VULKAN -UDEV_CONFIGURE_ENABLE= libudev -UDEV_LIB_DEPENDS= libudev.so:devel/libudev-devd -UDEV_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto +WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols \ + ${LOCALBASE}/include/linux/input.h:devel/evdev-proto +WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ + libxkbcommon.so:x11/libxkbcommon +WAYLAND_CMAKE_BOOL= SDL_WAYLAND +WAYLAND_IMPLIES= OPENGLES -VULKAN_CONFIGURE_ENABLE= video-vulkan -VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader - -WAYLAND_CONFIGURE_ENABLE= video-wayland wayland-shared video-wayland-qt-touch -WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols \ - ${LOCALBASE}/include/linux/input.h:devel/evdev-proto -WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ - libxkbcommon.so:x11/libxkbcommon -WAYLAND_IMPLIES= OPENGLES2 - -X11_CONFIGURE_ENABLE= video-x11 x11-shared \ - video-x11-xcursor \ - video-x11-xdbe \ - video-x11-xinput \ - video-x11-xfixes \ - video-x11-xrandr \ - video-x11-scrnsaver \ - video-x11-xshape -X11_USES= xorg -X11_USE= XORG=xcursor,xext,xi,xfixes,xrandr,xscrnsaver +X11_USES= xorg +X11_USE= XORG=x11,xcursor,xext,xi,xfixes,xrandr,xscrnsaver +X11_CMAKE_BOOL= SDL_X11 .include @@ -178,16 +136,12 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils CFLAGS+= -B${LOCALBASE}/bin -no-integrated-as .endif -.include - -.if !empty(ICONV_LIB) -CONFIGURE_ARGS+= ac_cv_lib_iconv_iconv_open=yes ac_cv_func_iconv=yes -.endif - post-patch: - @${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/dep_option.*Dynamically load/ s|ON|OFF|' \ + ${WRKSRC}/CMakeLists.txt -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libSDL2.so +post-patch-FCITX-off: + @${REINPLACE_CMD} -e 's|HAVE_FCITX TRUE|HAVE_FCITX FALSE|g' \ + ${WRKSRC}/CMakeLists.txt -.include +.include diff --git a/devel/sdl20/files/patch-CMakeLists.txt b/devel/sdl20/files/patch-CMakeLists.txt new file mode 100644 index 00000000000..10acb6ef7a9 --- /dev/null +++ b/devel/sdl20/files/patch-CMakeLists.txt @@ -0,0 +1,49 @@ +--- CMakeLists.txt.orig 2024-05-01 16:16:27 UTC ++++ CMakeLists.txt +@@ -404,12 +404,12 @@ set_option(SDL_ASSEMBLY "Enable assembly ro + option_string(SDL_ASSERTIONS "Enable internal sanity checks (auto/disabled/release/enabled/paranoid)" "auto") + #set_option(SDL_DEPENDENCY_TRACKING "Use gcc -MMD -MT dependency tracking" ON) + set_option(SDL_ASSEMBLY "Enable assembly routines" ${OPT_DEF_ASM}) +-dep_option(SDL_SSEMATH "Allow GCC to use SSE floating point math" ON "SDL_ASSEMBLY;SDL_CPU_X86 OR SDL_CPU_X64" OFF) ++#[[ dep_option(SDL_SSEMATH "Allow GCC to use SSE floating point math" ON "SDL_ASSEMBLY;SDL_CPU_X86 OR SDL_CPU_X64" OFF) + dep_option(SDL_SSE "Use SSE assembly routines" ON "SDL_ASSEMBLY;SDL_CPU_X86 OR SDL_CPU_X64" OFF) + dep_option(SDL_SSE2 "Use SSE2 assembly routines" ON "SDL_ASSEMBLY;SDL_CPU_X86 OR SDL_CPU_X64" OFF) + dep_option(SDL_SSE3 "Use SSE3 assembly routines" ON "SDL_ASSEMBLY;SDL_CPU_X86 OR SDL_CPU_X64" OFF) + dep_option(SDL_MMX "Use MMX assembly routines" ON "SDL_ASSEMBLY;SDL_CPU_X86 OR SDL_CPU_X64" OFF) +-dep_option(SDL_3DNOW "Use 3Dnow! MMX assembly routines" ON "SDL_ASSEMBLY;SDL_CPU_X86 OR SDL_CPU_X64" OFF) ++dep_option(SDL_3DNOW "Use 3Dnow! MMX assembly routines" ON "SDL_ASSEMBLY;SDL_CPU_X86 OR SDL_CPU_X64" OFF) ]] + dep_option(SDL_ALTIVEC "Use Altivec assembly routines" ON "SDL_ASSEMBLY" OFF) + dep_option(SDL_ARMSIMD "Use SIMD assembly blitters on ARM" OFF "SDL_ASSEMBLY;SDL_CPU_ARM32" OFF) + dep_option(SDL_ARMNEON "Use NEON assembly blitters on ARM" OFF "SDL_ASSEMBLY;SDL_CPU_ARM32" OFF) +@@ -758,7 +758,7 @@ if(SDL_ASSEMBLY) + # TODO: Those all seem to be quite GCC specific - needs to be + # reworked for better compiler support + set(HAVE_ASSEMBLY TRUE) +- if(SDL_MMX) ++#[[ if(SDL_MMX) + set(CMAKE_REQUIRED_FLAGS "-mmmx") + check_c_source_compiles(" + #ifdef __MINGW32__ +@@ -881,7 +881,7 @@ if(SDL_ASSEMBLY) + endif() + else() + set(HAVE_SSEMATH TRUE) +- endif() ++ endif() ]] + + check_include_file("immintrin.h" HAVE_IMMINTRIN_H) + +@@ -1613,9 +1613,11 @@ elseif(UNIX AND NOT APPLE AND NOT RISCOS AND NOT HAIKU + endif() + + if(FREEBSD AND NOT HAVE_INOTIFY) +- pkg_search_module(INOTIFY libinotify) +- if(INOTIFY_FOUND) ++ pkg_search_module(PC_INOTIFY libinotify) ++ if(PC_INOTIFY_FOUND) + set(HAVE_INOTIFY 1) ++ find_path(INOTIFY_INCLUDE_DIRS NAMES sys/inotify.h REQUIRED HINTS ${PC_INOTIFY_INCLUDE_DIRS}) ++ find_library(INOTIFY_LIBRARIES NAMES inotify REQUIRED HINTS ${PC_INOTIFY_LIBRARY_DIRS}) + target_include_directories(sdl-build-options INTERFACE "${INOTIFY_INCLUDE_DIRS}") + list(APPEND EXTRA_LIBS ${INOTIFY_LIBRARIES}) + endif() diff --git a/devel/sdl20/files/patch-sdl2-config.in b/devel/sdl20/files/patch-sdl2-config.in new file mode 100644 index 00000000000..fdadb030965 --- /dev/null +++ b/devel/sdl20/files/patch-sdl2-config.in @@ -0,0 +1,12 @@ +TODO: fix all ports which require this and remove this patch +--- sdl2-config.in.orig 2024-04-14 09:17:31 UTC ++++ sdl2-config.in +@@ -46,7 +46,7 @@ while test $# -gt 0; do + echo @SDL_VERSION@ + ;; + --cflags) +- echo -I@includedir@/SDL2 @SDL_CFLAGS@ ++ echo -I@includedir@ -I@includedir@/SDL2 @SDL_CFLAGS@ + ;; + @ENABLE_SHARED_TRUE@ --libs) + @ENABLE_SHARED_TRUE@ echo -L@libdir@ @SDL_RLD_FLAGS@ @SDL_LIBS@ diff --git a/devel/sdl20/pkg-plist b/devel/sdl20/pkg-plist index c3bb5730192..a43cfa386ca 100644 --- a/devel/sdl20/pkg-plist +++ b/devel/sdl20/pkg-plist @@ -7,6 +7,7 @@ include/SDL2/SDL_bits.h include/SDL2/SDL_blendmode.h include/SDL2/SDL_clipboard.h include/SDL2/SDL_config.h +include/SDL2/SDL_copying.h include/SDL2/SDL_cpuinfo.h include/SDL2/SDL_egl.h include/SDL2/SDL_endian.h @@ -77,8 +78,18 @@ include/SDL2/SDL_video.h include/SDL2/SDL_vulkan.h include/SDL2/begin_code.h include/SDL2/close_code.h -lib/cmake/SDL2/sdl2-config-version.cmake -lib/cmake/SDL2/sdl2-config.cmake +lib/cmake/SDL2/SDL2Config.cmake +lib/cmake/SDL2/SDL2ConfigVersion.cmake +lib/cmake/SDL2/SDL2Targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SDL2/SDL2Targets.cmake +lib/cmake/SDL2/SDL2mainTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SDL2/SDL2mainTargets.cmake +lib/cmake/SDL2/SDL2staticTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SDL2/SDL2staticTargets.cmake +lib/cmake/SDL2/SDL2testTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SDL2/SDL2testTargets.cmake +lib/cmake/SDL2/sdlfind.cmake +lib/libSDL2-2.0.so lib/libSDL2-2.0.so.0 lib/libSDL2-2.0.so.0.3000.3 lib/libSDL2.a diff --git a/devel/selene/Makefile b/devel/selene/Makefile index 9255bdd9e8a..31c6b4716df 100644 --- a/devel/selene/Makefile +++ b/devel/selene/Makefile @@ -1,5 +1,6 @@ PORTNAME= selene DISTVERSION= 0.27.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/sentry-cli/Makefile b/devel/sentry-cli/Makefile index 8fd92de29a1..c3b71cda14d 100644 --- a/devel/sentry-cli/Makefile +++ b/devel/sentry-cli/Makefile @@ -1,5 +1,6 @@ PORTNAME= sentry-cli DISTVERSION= 2.31.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/shfmt/Makefile b/devel/shfmt/Makefile index b2ffe11c423..2c42b4d86ed 100644 --- a/devel/shfmt/Makefile +++ b/devel/shfmt/Makefile @@ -1,7 +1,7 @@ PORTNAME= shfmt DISTVERSIONPREFIX= v DISTVERSION= 3.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org diff --git a/devel/signal-fts5-extension/Makefile b/devel/signal-fts5-extension/Makefile index fe5666d8036..7dd8452a1e6 100644 --- a/devel/signal-fts5-extension/Makefile +++ b/devel/signal-fts5-extension/Makefile @@ -1,7 +1,7 @@ PORTNAME= signal-fts5-extension DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MAINTAINER= mikael@FreeBSD.org diff --git a/devel/snazy/Makefile b/devel/snazy/Makefile index 9a588f9bcef..853efe8a874 100644 --- a/devel/snazy/Makefile +++ b/devel/snazy/Makefile @@ -1,6 +1,6 @@ PORTNAME= snazy DISTVERSION= 0.52.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/snitch/Makefile b/devel/snitch/Makefile index 6fd55e47258..b89c2a0969a 100644 --- a/devel/snitch/Makefile +++ b/devel/snitch/Makefile @@ -1,6 +1,6 @@ PORTNAME= snitch DISTVERSIONPREFIX= v -DISTVERSION= 1.2.4 +DISTVERSION= 1.2.5 CATEGORIES= devel PKGNAMESUFFIX= -testing diff --git a/devel/snitch/distinfo b/devel/snitch/distinfo index 18e997c9ad1..e95e6fc90f8 100644 --- a/devel/snitch/distinfo +++ b/devel/snitch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705552499 -SHA256 (cschreib-snitch-v1.2.4_GH0.tar.gz) = 0dbcbd2fa682c9215f049905e9f13be00a6bb6a3c5c4a83704e0237d71dbd23b -SIZE (cschreib-snitch-v1.2.4_GH0.tar.gz) = 298386 +TIMESTAMP = 1715321369 +SHA256 (cschreib-snitch-v1.2.5_GH0.tar.gz) = 87be73638ebf14667ef7dd9e6372faa7ad4fa9b2c6367c844f733469680469a2 +SIZE (cschreib-snitch-v1.2.5_GH0.tar.gz) = 300051 diff --git a/devel/soft-serve/Makefile b/devel/soft-serve/Makefile index 06c022b2913..9a4614c7442 100644 --- a/devel/soft-serve/Makefile +++ b/devel/soft-serve/Makefile @@ -1,7 +1,7 @@ PORTNAME= soft-serve DISTVERSIONPREFIX= v DISTVERSION= 0.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org diff --git a/devel/sonarqube-community/Makefile b/devel/sonarqube-community/Makefile index 5a56844152b..8bb610abb35 100644 --- a/devel/sonarqube-community/Makefile +++ b/devel/sonarqube-community/Makefile @@ -1,6 +1,6 @@ PORTNAME= sonarqube DISTVERSION= 10.5.1.90531 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel security www java MASTER_SITES= https://binaries.sonarsource.com/Distribution/sonarqube/:m_core \ https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/:m_csharp \ @@ -52,11 +52,11 @@ DBBASE_DIR= /var/db/${PORTNAME} DATA_DIR= ${DBBASE_DIR}/data TEMP_DIR= ${DBBASE_DIR}/temp -SONARCSHARP_VER= 9.23.2.88755 +SONARCSHARP_VER= 9.25.0.90414 SONARJAVA_VER= 7.34.0.35958 SONARJAVASCRIPT_VER= 10.14.0.26080 SONARPHP_VER= 3.35.0.11659 -SONARPYTHON_VER= 4.17.0.14845 +SONARPYTHON_VER= 4.18.0.15334 SONARVBNET_VER= ${SONARCSHARP_VER} USERS= sonarqube diff --git a/devel/sonarqube-community/distinfo b/devel/sonarqube-community/distinfo index 697da26d18d..15c502fdece 100644 --- a/devel/sonarqube-community/distinfo +++ b/devel/sonarqube-community/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1714630106 +TIMESTAMP = 1715683594 SHA256 (sonarqube-10.5.1.90531.zip) = 343470437adc70b8b808ac1c6f77491e321ca40ecef0d07bf739f5cce3bd34a5 SIZE (sonarqube-10.5.1.90531.zip) = 458422647 -SHA256 (sonar-csharp-plugin-9.23.2.88755.jar) = 337044a29b26966f9e14e2a80f6dbb2063b49a96d89f89e365bd03d1b4e4e0fb -SIZE (sonar-csharp-plugin-9.23.2.88755.jar) = 5509478 +SHA256 (sonar-csharp-plugin-9.25.0.90414.jar) = 4e2a71cb38d31b05f579114136d4420c236f73e28d3337bdbfdd0ff8cc4a892a +SIZE (sonar-csharp-plugin-9.25.0.90414.jar) = 5488873 SHA256 (sonar-java-plugin-7.34.0.35958.jar) = a9566158312f05521387ae3476054f0fc10fb46600bfae66ff81e1804150820f SIZE (sonar-java-plugin-7.34.0.35958.jar) = 19649833 SHA256 (sonar-javascript-plugin-10.14.0.26080.jar) = 8256fbf46e5b548afed969bc815f0f84ad2f0fc37c0636daaf6fa50a440b14e4 SIZE (sonar-javascript-plugin-10.14.0.26080.jar) = 21647553 SHA256 (sonar-php-plugin-3.35.0.11659.jar) = 725d97ea52f28c1add6e49588eca442ef5ee40643318efc3b39da661d314b0f2 SIZE (sonar-php-plugin-3.35.0.11659.jar) = 4676736 -SHA256 (sonar-python-plugin-4.17.0.14845.jar) = 4745222f0e3ff47ae4bef17fe6e6c8f50234c69d4992e81628c52217f3443564 -SIZE (sonar-python-plugin-4.17.0.14845.jar) = 13218167 -SHA256 (sonar-vbnet-plugin-9.23.2.88755.jar) = c760fdb173b24aadf9d4a717dd5e3e3f4fa119e19643acbb17c6561b3e920118 -SIZE (sonar-vbnet-plugin-9.23.2.88755.jar) = 4714299 +SHA256 (sonar-python-plugin-4.18.0.15334.jar) = 2bbc34240f58c0a0220fb483dfd04235162b37d0be1264290a72350d5e133fc2 +SIZE (sonar-python-plugin-4.18.0.15334.jar) = 14274281 +SHA256 (sonar-vbnet-plugin-9.25.0.90414.jar) = b824ee7d48c7385263b577721f7c8747acc09a81fa28ece41b964f52f501d37d +SIZE (sonar-vbnet-plugin-9.25.0.90414.jar) = 4656614 diff --git a/devel/spr/Makefile b/devel/spr/Makefile index 8bf4daa3572..850c84ce69f 100644 --- a/devel/spr/Makefile +++ b/devel/spr/Makefile @@ -1,7 +1,7 @@ PORTNAME= spr DISTVERSIONPREFIX= v DISTVERSION= 1.3.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/statik/Makefile b/devel/statik/Makefile index cd25cb58b99..420818482b1 100644 --- a/devel/statik/Makefile +++ b/devel/statik/Makefile @@ -1,7 +1,7 @@ PORTNAME= statik DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 19 +PORTREVISION= 20 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/stuffbin/Makefile b/devel/stuffbin/Makefile index 651a226780b..4a5c44804ed 100644 --- a/devel/stuffbin/Makefile +++ b/devel/stuffbin/Makefile @@ -1,7 +1,7 @@ PORTNAME= stuffbin DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/stylua/Makefile b/devel/stylua/Makefile index 2b31ce83125..cc14563012a 100644 --- a/devel/stylua/Makefile +++ b/devel/stylua/Makefile @@ -1,7 +1,7 @@ PORTNAME= stylua DISTVERSIONPREFIX= v DISTVERSION= 0.20.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/tagref/Makefile b/devel/tagref/Makefile index c1a193161e5..e6a2e3a9e1d 100644 --- a/devel/tagref/Makefile +++ b/devel/tagref/Makefile @@ -1,7 +1,7 @@ PORTNAME= tagref DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/tarpaulin/Makefile b/devel/tarpaulin/Makefile index 78ece1f3d65..11367b764db 100644 --- a/devel/tarpaulin/Makefile +++ b/devel/tarpaulin/Makefile @@ -1,5 +1,6 @@ PORTNAME= tarpaulin DISTVERSION= 0.29.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/taskctl/Makefile b/devel/taskctl/Makefile index 7bc33aa5ee6..9a1e376ce55 100644 --- a/devel/taskctl/Makefile +++ b/devel/taskctl/Makefile @@ -1,6 +1,6 @@ PORTNAME= taskctl PORTVERSION= 1.4.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel MAINTAINER= olgeni@FreeBSD.org diff --git a/devel/taskflow/Makefile b/devel/taskflow/Makefile index 7802d47319b..f037699128b 100644 --- a/devel/taskflow/Makefile +++ b/devel/taskflow/Makefile @@ -1,6 +1,6 @@ PORTNAME= taskflow DISTVERSIONPREFIX= v -DISTVERSION= 3.6.0 +DISTVERSION= 3.7.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/taskflow/distinfo b/devel/taskflow/distinfo index 0239829889b..2adbcb4e35a 100644 --- a/devel/taskflow/distinfo +++ b/devel/taskflow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683478884 -SHA256 (taskflow-taskflow-v3.6.0_GH0.tar.gz) = 5a1cd9cf89f93a97fcace58fd73ed2fc8ee2053bcb43e047acb6bc121c3edf4c -SIZE (taskflow-taskflow-v3.6.0_GH0.tar.gz) = 66335249 +TIMESTAMP = 1715055887 +SHA256 (taskflow-taskflow-v3.7.0_GH0.tar.gz) = 788b88093fb3788329ebbf7c7ee05d1f8960d974985a301798df01e77e04233b +SIZE (taskflow-taskflow-v3.7.0_GH0.tar.gz) = 66383509 diff --git a/devel/texlab/Makefile b/devel/texlab/Makefile index e567ca5b302..a9652e51e2c 100644 --- a/devel/texlab/Makefile +++ b/devel/texlab/Makefile @@ -1,7 +1,7 @@ PORTNAME= texlab DISTVERSIONPREFIX= v DISTVERSION= 4.2.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= devel MAINTAINER= antranigv@freebsd.am diff --git a/devel/the-way/Makefile b/devel/the-way/Makefile index 09aa2d1d3a0..77ca7f9b146 100644 --- a/devel/the-way/Makefile +++ b/devel/the-way/Makefile @@ -1,7 +1,7 @@ PORTNAME= the-way DISTVERSIONPREFIX= v DISTVERSION= 0.20.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/tinygo/Makefile b/devel/tinygo/Makefile index 46301c122c0..88d311ba6d7 100644 --- a/devel/tinygo/Makefile +++ b/devel/tinygo/Makefile @@ -1,7 +1,7 @@ PORTNAME= tinygo DISTVERSIONPREFIX= v DISTVERSION= 0.19.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index 0c7ce1e32c5..87a7ec5c72c 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -1,28 +1,39 @@ PORTNAME= tkcvs -PORTVERSION= 8.2.3 -PORTREVISION= 1 +DISTVERSION= 9.3.3 CATEGORIES= devel -MASTER_SITES= SF \ - http://www.twobarleycorns.net/ +MASTER_SITES= https://sourceforge.net/projects/tkcvs/files/:tkcvs \ + https://BSDforge.com/projects/source/devel/tkcvs/:tkcvsicon +DISTFILES= tkcvs_9.3.3.tar.gz:tkcvs \ + tkcvs.tgz:tkcvsicon MAINTAINER= portmaster@BSDforge.com -COMMENT= Tcl/Tk frontends to CVS and Subversion -WWW= http://www.twobarleycorns.net/tkcvs.html +COMMENT= Tcl/Tk based GUI for CVS, Subversion, Git and RCS +WWW= https://sourceforge.net/projects/tkcvs/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= tkdiff:textproc/tkdiff -NO_BUILD= yes +USES= tcl tk +# XFCE isn't strictly available but it adds an entry for xfce4 users +DESKTOP_ENTRIES="tkcvs" "Tkcvs Revision Control" \ + "${PREFIX}/share/pixmaps/tkcvs.png" \ + "tkcvs" "GNOME;X-XFCE;X-Xfce-Toplevel;Development;System;Utility;" \false NO_ARCH= yes -USES= tk +NO_BUILD= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}_${DISTVERSION} OPTIONS_DEFINE= DOCS -post-patch: - ${FIND} ${WRKSRC} -type f | ${XARGS} \ - ${REINPLACE_CMD} -e '/^exec wish/s|wish|${WISH}|g' -e '/^exec tclsh/s|tclsh|${TCLSH}|g' +post-extract: +.for i in contrib/tkdirdiff tkcvs/tkcvs.tcl tkdiff/tkdiff + @${REINPLACE_CMD} -e 's|exec\ wish|exec\ ${WISH}|g' ${WRKSRC}/${i} +.endfor + @${REINPLACE_CMD} -e 's|exec\ tclsh|exec\ ${TCLSH}|g' ${WRKSRC}/tkcvs/mkindex + @${CP} ${WRKSRC}/tkcvs/tkcvs.tcl ${WRKSRC}/tkcvs/tkcvs + @${MV} ${WRKSRC}/../tkcvs.png ${WRKSRC}/ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tkcvs/tkcvs ${STAGEDIR}${PREFIX}/bin @@ -33,11 +44,12 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/tkcvs/bitmaps ${INSTALL_DATA} ${WRKSRC}/tkcvs/bitmaps/*.gif ${STAGEDIR}${PREFIX}/lib/tkcvs/bitmaps ${INSTALL_DATA} ${WRKSRC}/tkcvs/bitmaps/*.xbm ${STAGEDIR}${PREFIX}/lib/tkcvs/bitmaps + ${INSTALL_DATA} ${WRKSRC}/tkcvs.png ${STAGEDIR}${PREFIX}/share/pixmaps do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for file in CHANGELOG.txt FAQ.txt INSTALL - ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} +.for f in CHANGELOG.txt FAQ.txt INSTALL + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/devel/tkcvs/distinfo b/devel/tkcvs/distinfo index 2175b32447b..0fc47587e19 100644 --- a/devel/tkcvs/distinfo +++ b/devel/tkcvs/distinfo @@ -1,2 +1,5 @@ -SHA256 (tkcvs-8.2.3.tar.gz) = 4bfb29dd9ffbbbc1e6e611e1c772af745d742d336e797bf056dbf70116b8e32a -SIZE (tkcvs-8.2.3.tar.gz) = 570910 +TIMESTAMP = 1709844381 +SHA256 (tkcvs_9.3.3.tar.gz) = 350cf2aa37b3aa2d7b84d6f971b7108c0914eb66d5523d28a81146dc410978c9 +SIZE (tkcvs_9.3.3.tar.gz) = 671572 +SHA256 (tkcvs.tgz) = 0f47cc5605445ba06d4d1b8cb5ddad878dec1a9a274e3590a686b8dbbbff9b2e +SIZE (tkcvs.tgz) = 6544 diff --git a/devel/tkcvs/pkg-descr b/devel/tkcvs/pkg-descr index b87126742c5..02a63b4d574 100644 --- a/devel/tkcvs/pkg-descr +++ b/devel/tkcvs/pkg-descr @@ -1,7 +1,7 @@ -TkCVS is a Tcl/Tk-based graphical interface to the CVS, and Subversion -configuration management systems. It will also help with RCS. The user -interface is consistent across Unix/Linux, Windows, and MacOS X. TkDiff -is included for browsing and merging your changes. +TkCVS is a Tcl/Tk-based graphical interface to the CVS, Subversion, and +GIT configuration management systems. It will also help with RCS. The +user interface is consistent across Unix/Linux, Windows, and MacOS X. +TkDiff is included for browsing and merging your changes. It shows the status of the files in the current working directory, and has tools for tagging, merging, importing, exporting, checking in/out, diff --git a/devel/tkcvs/pkg-message b/devel/tkcvs/pkg-message new file mode 100644 index 00000000000..9d00d7a2bce --- /dev/null +++ b/devel/tkcvs/pkg-message @@ -0,0 +1,12 @@ +[ +{ type: install + message: < diff --git a/dns/linux-rl9-libasyncns/distinfo b/dns/linux-rl9-libasyncns/distinfo new file mode 100644 index 00000000000..902eb10694e --- /dev/null +++ b/dns/linux-rl9-libasyncns/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686569002 +SHA256 (rocky/l/libasyncns-0.8-22.el9.aarch64.rpm) = da01cd83ff27aaee4dd3a7d4f5401af18ca1b973fbbc27d78fe3fa5d93475a77 +SIZE (rocky/l/libasyncns-0.8-22.el9.aarch64.rpm) = 29752 +SHA256 (rocky/l/libasyncns-0.8-22.el9.x86_64.rpm) = c4e0f32330d3eba8546a9f8b92952f1cd461d09a92cd7d80751d16338acee6c7 +SIZE (rocky/l/libasyncns-0.8-22.el9.x86_64.rpm) = 30122 +SHA256 (rocky/l/libasyncns-0.8-22.el9.src.rpm) = 9b2338b8a316d1c04f6dd7525ca3be59db18a32a7cb4c5f500bcaa3accc60e1b +SIZE (rocky/l/libasyncns-0.8-22.el9.src.rpm) = 350332 diff --git a/dns/linux-rl9-libasyncns/pkg-descr b/dns/linux-rl9-libasyncns/pkg-descr new file mode 100644 index 00000000000..9522fd2e4b6 --- /dev/null +++ b/dns/linux-rl9-libasyncns/pkg-descr @@ -0,0 +1,18 @@ +libasyncns is a C library for Linux/Unix for executing name service queries +asynchronously. It is an asynchronous wrapper around getaddrinfo(3), +getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv. + +In contrast to GNU's asynchronous name resolving API getaddrinfo_a(), +libasyncns does not make use of UNIX signals for reporting completion of name +queries. Instead, the API exports a standard UNIX file descriptor which may be +integerated cleanly into custom main loops. + +In contrast to asynchronous DNS resolving libraries like libdenise, skadns, +adns, libasyncns is just an asynchronous wrapper around the libc's synchronous +getaddrinfo() API, which has the advantage of allowing name resolution using +techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name +Service Switch) modules. libasyncns is compatible with IPv6 if the underlying +libc is. + +libasyncns is very tiny, consisting of just one header and one source file. It +has no dependencies besides libc. diff --git a/dns/linux-rl9-libasyncns/pkg-plist.aarch64 b/dns/linux-rl9-libasyncns/pkg-plist.aarch64 new file mode 100644 index 00000000000..ed9054ee69d --- /dev/null +++ b/dns/linux-rl9-libasyncns/pkg-plist.aarch64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/51/6bca9c83fde60a36e070bc0e6a94b976b23732 +usr/lib64/libasyncns.so.0 +usr/lib64/libasyncns.so.0.3.1 +%%PORTDOCS%%usr/share/doc/libasyncns/LICENSE +%%PORTDOCS%%usr/share/doc/libasyncns/README diff --git a/dns/linux-rl9-libasyncns/pkg-plist.amd64 b/dns/linux-rl9-libasyncns/pkg-plist.amd64 new file mode 100644 index 00000000000..8e3afbe4717 --- /dev/null +++ b/dns/linux-rl9-libasyncns/pkg-plist.amd64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/d6/85d0e66130608bd559ea5f9674fa6f211d20b1 +usr/lib64/libasyncns.so.0 +usr/lib64/libasyncns.so.0.3.1 +%%PORTDOCS%%usr/share/doc/libasyncns/LICENSE +%%PORTDOCS%%usr/share/doc/libasyncns/README diff --git a/dns/linux-rl9-libidn2/Makefile b/dns/linux-rl9-libidn2/Makefile new file mode 100644 index 00000000000..02c750c5acc --- /dev/null +++ b/dns/linux-rl9-libidn2/Makefile @@ -0,0 +1,24 @@ +PORTNAME= libidn2 +PORTVERSION= 2.3.0 +DISTVERSIONSUFFIX= -7.el9 +CATEGORIES= dns devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Implementation of IDNA2008 internationalized domain names (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnu.org/software/libidn/\#libidn2 \ + https://gitlab.com/libidn/libidn2 + +LICENSE= GPLv3 + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libunistring +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/dns/linux-rl9-libidn2/distinfo b/dns/linux-rl9-libidn2/distinfo new file mode 100644 index 00000000000..7cfdd2c325f --- /dev/null +++ b/dns/linux-rl9-libidn2/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707751024 +SHA256 (rocky/l/libidn2-2.3.0-7.el9.aarch64.rpm) = 0832f2067447fb0485ba5220919a926694930006f19e098694e5274d56b6aadc +SIZE (rocky/l/libidn2-2.3.0-7.el9.aarch64.rpm) = 98237 +SHA256 (rocky/l/libidn2-2.3.0-7.el9.x86_64.rpm) = be32d8ba7ff8cf790c15d89c5ea18747d7fcc0126782a0e80f15901bb9889b31 +SIZE (rocky/l/libidn2-2.3.0-7.el9.x86_64.rpm) = 97676 +SHA256 (rocky/l/libidn2-2.3.0-7.el9.src.rpm) = 21ef568f9cc36acde355d6d21eabd79f0a04c98251061d732e0985400e3c5d86 +SIZE (rocky/l/libidn2-2.3.0-7.el9.src.rpm) = 2212034 diff --git a/dns/linux-rl9-libidn2/pkg-plist.aarch64 b/dns/linux-rl9-libidn2/pkg-plist.aarch64 new file mode 100644 index 00000000000..f89251f18af --- /dev/null +++ b/dns/linux-rl9-libidn2/pkg-plist.aarch64 @@ -0,0 +1,33 @@ +usr/lib/.build-id/17/0c4dbb99ab8f6f025f8b820459fc7f50fb29c0 +usr/lib64/libidn2.so.0 +usr/lib64/libidn2.so.0.3.7 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md +usr/share/licenses/libidn2/COPYING +usr/share/licenses/libidn2/COPYING.LESSERv3 +usr/share/licenses/libidn2/COPYING.unicode +usr/share/licenses/libidn2/COPYINGv2 +%%NLS%%usr/share/locale/cs/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libidn2.mo diff --git a/dns/linux-rl9-libidn2/pkg-plist.amd64 b/dns/linux-rl9-libidn2/pkg-plist.amd64 new file mode 100644 index 00000000000..0dff4751ed4 --- /dev/null +++ b/dns/linux-rl9-libidn2/pkg-plist.amd64 @@ -0,0 +1,33 @@ +usr/lib/.build-id/53/5678a6714fd1af72a590f0170f395fad63c33c +usr/lib64/libidn2.so.0 +usr/lib64/libidn2.so.0.3.7 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md +usr/share/licenses/libidn2/COPYING +usr/share/licenses/libidn2/COPYING.LESSERv3 +usr/share/licenses/libidn2/COPYING.unicode +usr/share/licenses/libidn2/COPYINGv2 +%%NLS%%usr/share/locale/cs/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/libidn2.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libidn2.mo diff --git a/dns/linux-rl9-libpsl/Makefile b/dns/linux-rl9-libpsl/Makefile new file mode 100644 index 00000000000..5c3dfdc798e --- /dev/null +++ b/dns/linux-rl9-libpsl/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libpsl +PORTVERSION= 0.21.1 +DISTVERSIONSUFFIX= -5.el9 +CATEGORIES= dns devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= C library to handle the Public Suffix List (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/rockdaboot/libpsl + +LICENSE= MIT + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= icu +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/dns/linux-rl9-libpsl/distinfo b/dns/linux-rl9-libpsl/distinfo new file mode 100644 index 00000000000..5fb31529c9e --- /dev/null +++ b/dns/linux-rl9-libpsl/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707752265 +SHA256 (rocky/l/libpsl-0.21.1-5.el9.aarch64.rpm) = 3c7d57a0adafb76ddcf588e41326bcb0b33fd7c6cbf2044450288a289e47ab25 +SIZE (rocky/l/libpsl-0.21.1-5.el9.aarch64.rpm) = 64676 +SHA256 (rocky/l/libpsl-0.21.1-5.el9.x86_64.rpm) = 30553c652451362ebf346a98ff45fa2417dc25a9a644401b4d86d9000c0346a9 +SIZE (rocky/l/libpsl-0.21.1-5.el9.x86_64.rpm) = 64862 +SHA256 (rocky/l/libpsl-0.21.1-5.el9.src.rpm) = 7183b90fbeed67673d13f685436b52c3b4336f9d38677bd9dfc9d700221df4bd +SIZE (rocky/l/libpsl-0.21.1-5.el9.src.rpm) = 9158628 diff --git a/dns/linux-rl9-libpsl/pkg-plist.aarch64 b/dns/linux-rl9-libpsl/pkg-plist.aarch64 new file mode 100644 index 00000000000..10d6d211c09 --- /dev/null +++ b/dns/linux-rl9-libpsl/pkg-plist.aarch64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/c9/1969376b488f6b3cde8ec7cfaf4acaa23ef9ee +usr/lib64/libpsl.so.5 +usr/lib64/libpsl.so.5.3.3 +usr/share/licenses/libpsl/COPYING diff --git a/dns/linux-rl9-libpsl/pkg-plist.amd64 b/dns/linux-rl9-libpsl/pkg-plist.amd64 new file mode 100644 index 00000000000..e14d2016b32 --- /dev/null +++ b/dns/linux-rl9-libpsl/pkg-plist.amd64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/c5/2a16b50ad6c038be84dbaf49e28c049efb8eee +usr/lib64/libpsl.so.5 +usr/lib64/libpsl.so.5.3.3 +usr/share/licenses/libpsl/COPYING diff --git a/dns/mosdns/Makefile b/dns/mosdns/Makefile index c1cf9f792d2..45e745e1e02 100644 --- a/dns/mosdns/Makefile +++ b/dns/mosdns/Makefile @@ -1,7 +1,7 @@ PORTNAME= mosdns DISTVERSIONPREFIX= v DISTVERSION= 5.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/dns/nextdns/Makefile b/dns/nextdns/Makefile index a8c4167b9bf..69624055b41 100644 --- a/dns/nextdns/Makefile +++ b/dns/nextdns/Makefile @@ -1,7 +1,7 @@ PORTNAME= nextdns PORTVERSION= 1.42.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns security MAINTAINER= rs@nextdns.io diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index a01ffe51d3d..6ec363457e2 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -1,5 +1,6 @@ PORTNAME= recursor DISTVERSION= 5.0.4 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index e2e2d5c2abc..8d73a44a3e9 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -4,6 +4,9 @@ CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} +PATCH_SITES= https://github.com/PowerDNS/pdns/commit/ +PATCHFILES= c6b1e59f3b413493551910a7d0a3e9206d488599.patch:-p1 + MAINTAINER= tremere@cainites.net COMMENT= Advanced DNS server with multiple backends including SQL WWW= https://www.powerdns.com/auth.html diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo index ede00fe7104..c78c0982bac 100644 --- a/dns/powerdns/distinfo +++ b/dns/powerdns/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1710517194 +TIMESTAMP = 1715262617 SHA256 (pdns-4.9.0.tar.bz2) = fe1d5433c88446ed70d931605c6ec377da99839c4e151b90b71aa211bd6eea92 SIZE (pdns-4.9.0.tar.bz2) = 1364768 +SHA256 (c6b1e59f3b413493551910a7d0a3e9206d488599.patch) = d83d7c359e3d4fad8fe21f649f37d449cfda3739894a755d021897218c8189eb +SIZE (c6b1e59f3b413493551910a7d0a3e9206d488599.patch) = 1290 diff --git a/dns/prometheus-dnssec-exporter/Makefile b/dns/prometheus-dnssec-exporter/Makefile index 275d3461b50..6b97360a186 100644 --- a/dns/prometheus-dnssec-exporter/Makefile +++ b/dns/prometheus-dnssec-exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= prometheus-dnssec-exporter DISTVERSION= g20220925 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= dns MAINTAINER= philip@FreeBSD.org diff --git a/dns/py-dnslib/Makefile b/dns/py-dnslib/Makefile index 78d80d59539..b507da01fe0 100644 --- a/dns/py-dnslib/Makefile +++ b/dns/py-dnslib/Makefile @@ -1,5 +1,6 @@ PORTNAME= dnslib PORTVERSION= 0.9.24 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/paulc/dnslib LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/dns/py-idna_ssl/Makefile b/dns/py-idna_ssl/Makefile index 59246927644..2404a705fb2 100644 --- a/dns/py-idna_ssl/Makefile +++ b/dns/py-idna_ssl/Makefile @@ -1,5 +1,6 @@ PORTNAME= idna_ssl PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ WWW= https://github.com/aio-libs/idna-ssl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=2.3:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ @@ -19,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=2.3:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/dns/py-localzone/Makefile b/dns/py-localzone/Makefile index 4405c39251a..7e6588aee12 100644 --- a/dns/py-localzone/Makefile +++ b/dns/py-localzone/Makefile @@ -1,5 +1,6 @@ PORTNAME= localzone PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/ags-slc/localzone LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0,1:dns/py-dnspython@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/dns/q-dns/Makefile b/dns/q-dns/Makefile index 15c999e6eb5..8b5ed37175a 100644 --- a/dns/q-dns/Makefile +++ b/dns/q-dns/Makefile @@ -1,7 +1,7 @@ PORTNAME= q-dns DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/dns/rdap/Makefile b/dns/rdap/Makefile index 85426109a2d..e7809c80856 100644 --- a/dns/rdap/Makefile +++ b/dns/rdap/Makefile @@ -1,7 +1,7 @@ PORTNAME= rdap DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MAINTAINER= pi@FreeBSD.org diff --git a/dns/subfinder/Makefile b/dns/subfinder/Makefile index d3bf6e37935..828774b604e 100644 --- a/dns/subfinder/Makefile +++ b/dns/subfinder/Makefile @@ -1,7 +1,7 @@ PORTNAME= subfinder DISTVERSIONPREFIX= v DISTVERSION= 2.6.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/dns/yandex-ddns/Makefile b/dns/yandex-ddns/Makefile index 18987f6e1d0..394b122bdaa 100644 --- a/dns/yandex-ddns/Makefile +++ b/dns/yandex-ddns/Makefile @@ -1,6 +1,6 @@ PORTNAME= yandex-ddns DISTVERSION= g20200613 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= dns MAINTAINER= ports@FreeBSD.org diff --git a/dns/zdns/Makefile b/dns/zdns/Makefile index 084a7d56db6..b5ab0b24491 100644 --- a/dns/zdns/Makefile +++ b/dns/zdns/Makefile @@ -1,7 +1,7 @@ PORTNAME= zdns DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns MAINTAINER= yuri@FreeBSD.org diff --git a/editors/amp/Makefile b/editors/amp/Makefile index d0864ef4183..c6d92fdc531 100644 --- a/editors/amp/Makefile +++ b/editors/amp/Makefile @@ -1,6 +1,6 @@ PORTNAME= amp DISTVERSION= 0.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/gomate/Makefile b/editors/gomate/Makefile index 24e0fc290c8..9e93eca289f 100644 --- a/editors/gomate/Makefile +++ b/editors/gomate/Makefile @@ -1,6 +1,6 @@ PORTNAME= gomate DISTVERSION= g20170711 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= editors MAINTAINER= fabian.freyer@physik.tu-berlin.de diff --git a/editors/helix/Makefile b/editors/helix/Makefile index 4abbf5957ba..09e51b70772 100644 --- a/editors/helix/Makefile +++ b/editors/helix/Makefile @@ -1,5 +1,6 @@ PORTNAME= helix DISTVERSION= 24.03 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= https://git.sr.ht/~ecmma/tree-sitter-hare/archive/:treesitterhare \ https://git.sr.ht/~jummit/tree-sitter-wren/archive/:treesitterwren \ diff --git a/editors/kakoune-lsp/Makefile b/editors/kakoune-lsp/Makefile index 536da7749a8..389faec7f35 100644 --- a/editors/kakoune-lsp/Makefile +++ b/editors/kakoune-lsp/Makefile @@ -1,6 +1,7 @@ PORTNAME= kakoune-lsp DISTVERSIONPREFIX= v DISTVERSION= 17.0.1 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile index b23e5318264..3677a1dab63 100644 --- a/editors/kakoune/Makefile +++ b/editors/kakoune/Makefile @@ -1,5 +1,5 @@ PORTNAME= kakoune -DISTVERSION= 2023.08.05 +DISTVERSION= 2024.05.09 CATEGORIES= editors MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/ @@ -8,7 +8,7 @@ COMMENT= Modal code editor with a focus on interactivity WWW= https://kakoune.org LICENSE= UNLICENSE -LICENSE_FILE= ${WRKSRC:H}/UNLICENSE +LICENSE_FILE= ${WRKSRC}/UNLICENSE RUN_DEPENDS= setsid:sysutils/setsid @@ -16,7 +16,6 @@ USES= compiler:c++20-lang gmake tar:bzip2 DATADIR= ${PREFIX}/share/kak DOCSDIR= ${PREFIX}/share/doc/kak PATCH_WRKSRC= ${WRKSRC:H} -WRKSRC_SUBDIR= src OPTIONS_DEFINE= DEBUG DOCS @@ -25,12 +24,6 @@ DEBUG_MAKE_ARGS_OFF= debug=no .include -.if ${OSVERSION} > 1302506 -PATCHFILES= 344d31f42b8ced12626d4f87a22ffa5a671668fd.patch -PATCH_SITES= https://github.com/mawww/kakoune/commit/ -PATCH_DIST_STRIP= -p1 -.endif - post-patch: @${REINPLACE_CMD} -e '/-O3/d' \ ${WRKSRC}/Makefile diff --git a/editors/kakoune/distinfo b/editors/kakoune/distinfo index 31c96a83dcb..8dbd30951f0 100644 --- a/editors/kakoune/distinfo +++ b/editors/kakoune/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1691324812 -SHA256 (kakoune-2023.08.05.tar.bz2) = 3e45151e0addd3500de2d6a29b5aacf2267c42bb256d44a782e73defb29cda5c -SIZE (kakoune-2023.08.05.tar.bz2) = 568612 -SHA256 (344d31f42b8ced12626d4f87a22ffa5a671668fd.patch) = a0add30e525bef6d5f07d1a55a57287ccb59f54af411308e111c01d247e73842 -SIZE (344d31f42b8ced12626d4f87a22ffa5a671668fd.patch) = 3237 +TIMESTAMP = 1715256610 +SHA256 (kakoune-2024.05.09.tar.bz2) = 2190bddfd3af590c0593c38537088976547506f47bd6eb6c0e22350dbd16a229 +SIZE (kakoune-2024.05.09.tar.bz2) = 588121 diff --git a/editors/kakoune/pkg-plist b/editors/kakoune/pkg-plist index ee3691f2a7f..b6a6671c296 100644 --- a/editors/kakoune/pkg-plist +++ b/editors/kakoune/pkg-plist @@ -63,6 +63,7 @@ libexec/kak/kak %%DATADIR%%/rc/filetype/d.kak %%DATADIR%%/rc/filetype/dart.kak %%DATADIR%%/rc/filetype/dhall.kak +%%DATADIR%%/rc/filetype/diff-parse.pl %%DATADIR%%/rc/filetype/diff.kak %%DATADIR%%/rc/filetype/dockerfile.kak %%DATADIR%%/rc/filetype/elixir.kak @@ -84,6 +85,8 @@ libexec/kak/kak %%DATADIR%%/rc/filetype/gluon.kak %%DATADIR%%/rc/filetype/go.kak %%DATADIR%%/rc/filetype/graphql.kak +%%DATADIR%%/rc/filetype/gren.kak +%%DATADIR%%/rc/filetype/groovy.kak %%DATADIR%%/rc/filetype/haml.kak %%DATADIR%%/rc/filetype/hare.kak %%DATADIR%%/rc/filetype/haskell.kak @@ -117,10 +120,12 @@ libexec/kak/kak %%DATADIR%%/rc/filetype/ninja.kak %%DATADIR%%/rc/filetype/nix.kak %%DATADIR%%/rc/filetype/ocaml.kak +%%DATADIR%%/rc/filetype/odin.kak %%DATADIR%%/rc/filetype/pascal.kak %%DATADIR%%/rc/filetype/perl.kak %%DATADIR%%/rc/filetype/php.kak %%DATADIR%%/rc/filetype/pony.kak +%%DATADIR%%/rc/filetype/prolog.kak %%DATADIR%%/rc/filetype/protobuf.kak %%DATADIR%%/rc/filetype/pug.kak %%DATADIR%%/rc/filetype/purescript.kak @@ -141,6 +146,7 @@ libexec/kak/kak %%DATADIR%%/rc/filetype/swift.kak %%DATADIR%%/rc/filetype/systemd.kak %%DATADIR%%/rc/filetype/taskpaper.kak +%%DATADIR%%/rc/filetype/tcl.kak %%DATADIR%%/rc/filetype/terraform.kak %%DATADIR%%/rc/filetype/toml.kak %%DATADIR%%/rc/filetype/troff.kak @@ -162,13 +168,18 @@ libexec/kak/kak %%DATADIR%%/rc/tools/git.kak %%DATADIR%%/rc/tools/go/gopls.kak %%DATADIR%%/rc/tools/grep.kak +%%DATADIR%%/rc/tools/jump.kak %%DATADIR%%/rc/tools/lint.asciidoc %%DATADIR%%/rc/tools/lint.kak %%DATADIR%%/rc/tools/make.kak %%DATADIR%%/rc/tools/man.kak +%%DATADIR%%/rc/tools/menu.kak +%%DATADIR%%/rc/tools/patch-range.pl +%%DATADIR%%/rc/tools/patch.kak %%DATADIR%%/rc/tools/python/jedi.kak %%DATADIR%%/rc/tools/rust/racer.kak %%DATADIR%%/rc/tools/spell.kak +%%DATADIR%%/rc/windowing/appleterminal.kak %%DATADIR%%/rc/windowing/detection.kak %%DATADIR%%/rc/windowing/iterm.kak %%DATADIR%%/rc/windowing/kitty.kak diff --git a/editors/kibi/Makefile b/editors/kibi/Makefile index 45e92a346a7..cf02371d052 100644 --- a/editors/kibi/Makefile +++ b/editors/kibi/Makefile @@ -1,7 +1,7 @@ PORTNAME= kibi DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org diff --git a/editors/languageclient-neovim/Makefile b/editors/languageclient-neovim/Makefile index 2ad538b8cb8..1205f07e0df 100644 --- a/editors/languageclient-neovim/Makefile +++ b/editors/languageclient-neovim/Makefile @@ -1,7 +1,7 @@ PORTNAME= languageclient-neovim DISTVERSION= 0.1.161-3 DISTVERSIONSUFFIX= -gcf6dd11 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile index 8849680bfd8..a329a39f048 100644 --- a/editors/lapce/Makefile +++ b/editors/lapce/Makefile @@ -1,7 +1,8 @@ PORTNAME= lapce DISTVERSIONPREFIX= v -DISTVERSION= 0.3.1 # Cargo.lock patched: `make patch cargo-crates` -PORTREVISION= 3 +DISTVERSION= 0.4.0-16 # Cargo.lock patched: `make patch cargo-crates` +DISTVERSIONSUFFIX= -g985b07c +PORTREVISION= 2 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org @@ -16,21 +17,38 @@ NOT_FOR_ARCHS_REASON_i386= doesn't build: [zstd-sys 2.0.1+zstd.1.5.2] AR_i686_un LIB_DEPENDS= libssh2.so:security/libssh2 \ libgit2.so:devel/libgit2 +RUN_DEPENDS= xdg-desktop-portal>0:deskutils/xdg-desktop-portal -USES= cargo gmake localbase:ldflags pkgconfig ssl xorg +USES= cargo desktop-file-utils dos2unix gmake localbase:ldflags perl5 pkgconfig ssl xorg USE_GITHUB= yes USE_XORG= xcb +DOS2UNIX_FILES= cargo-crates/slotmap-1.0.7/src/lib.rs + PLIST_FILES= bin/lapce \ - bin/lapce-proxy + bin/lapce-proxy \ + share/applications/dev.lapce.lapce.desktop \ + share/pixmaps/dev.lapce.lapce.png PORTSCOUT= skipv:0.6.0 +# OPENSSL_NO_VENDOR needs openssl-src present so I'm using Cargo.lock and lapce-proxy/Cargo.toml patches: +# first to not fetch openssl-src tarball and later to remove git2 ossl vendored feature. +CARGO_ENV= RUSTC_BOOTSTRAP=1 OPENSSL_NO_VENDOR=1 + # Do not LTO and strip binaries while WIP: # https://github.com/lapce/lapce/issues/2748 LTO_UNSAFE= yes -#post-install: +post-install: # ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lapce # ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lapce-proxy + ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/extra/images/logo.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/dev.lapce.lapce.png + ${INSTALL_DATA} ${WRKSRC}/extra/linux/dev.lapce.lapce.desktop \ + ${STAGEDIR}${PREFIX}/share/applications + +post-patch: + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/cargo-crates/fontdb-0.16.2/src/lib.rs .include diff --git a/editors/lapce/Makefile.crates b/editors/lapce/Makefile.crates index cbe7848d8bd..69e467d6e1d 100644 --- a/editors/lapce/Makefile.crates +++ b/editors/lapce/Makefile.crates @@ -3,15 +3,19 @@ CARGO_CRATES= Inflector-0.11.4 \ ab_glyph_rasterizer-0.1.8 \ addr2line-0.21.0 \ adler-1.0.2 \ - ahash-0.7.6 \ - ahash-0.8.3 \ + ahash-0.8.11 \ aho-corasick-0.7.19 \ aho-corasick-1.1.2 \ + alacritty_terminal-0.23.0 \ aliasable-0.1.3 \ + allocator-api2-0.2.16 \ ambient-authority-0.0.2 \ android-activity-0.5.0 \ android-properties-0.2.2 \ + android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ + anes-0.1.6 \ + anstyle-1.0.6 \ anyhow-1.0.69 \ arbitrary-1.3.1 \ arc-swap-1.6.0 \ @@ -19,43 +23,44 @@ CARGO_CRATES= Inflector-0.11.4 \ arrayvec-0.7.2 \ as-raw-xcb-connection-1.0.0 \ ash-0.37.3+1.3.251 \ - ashpd-0.4.0 \ - async-broadcast-0.4.1 \ - async-channel-1.7.1 \ - async-executor-1.5.1 \ - async-global-executor-2.3.1 \ - async-io-1.13.0 \ + ashpd-0.8.0 \ + async-broadcast-0.7.0 \ + async-channel-2.2.0 \ + async-executor-1.8.0 \ + async-fs-2.1.1 \ + async-io-2.3.1 \ async-lock-2.8.0 \ - async-recursion-0.3.2 \ - async-std-1.12.0 \ - async-task-4.3.0 \ + async-lock-3.3.0 \ + async-net-2.0.0 \ + async-process-2.1.0 \ + async-recursion-1.0.5 \ + async-signal-0.2.5 \ + async-task-4.7.0 \ async-trait-0.1.74 \ atomic-0.5.3 \ atomic-waker-1.1.2 \ - atty-0.2.14 \ autocfg-1.1.0 \ - backtrace-0.3.69 \ - base64-0.21.5 \ + backtrace-0.3.71 \ + base64-0.21.7 \ + base64-0.22.0 \ bincode-1.3.3 \ bit-set-0.5.3 \ bit-vec-0.6.3 \ - bit_field-0.10.2 \ bitflags-1.3.2 \ - bitflags-2.4.0 \ + bitflags-2.5.0 \ bitmaps-2.1.0 \ block-0.1.6 \ block-buffer-0.10.4 \ block-sys-0.2.0 \ block2-0.3.0 \ - blocking-1.2.0 \ - bstr-0.2.17 \ - bumpalo-3.11.0 \ + blocking-1.5.1 \ + bstr-1.7.0 \ + bumpalo-3.14.0 \ bytecount-0.6.3 \ - bytemuck-1.14.0 \ + bytemuck-1.14.3 \ bytemuck_derive-1.5.0 \ byteorder-1.4.3 \ bytes-1.5.0 \ - cache-padded-1.2.0 \ calloop-0.12.3 \ calloop-wayland-source-0.2.0 \ cap-fs-ext-2.0.0 \ @@ -64,58 +69,65 @@ CARGO_CRATES= Inflector-0.11.4 \ cap-rand-2.0.0 \ cap-std-2.0.0 \ cap-time-ext-2.0.0 \ - cc-1.0.83 \ + cast-0.3.0 \ + cc-1.0.90 \ cesu8-1.1.0 \ cfg-if-1.0.0 \ cfg_aliases-0.1.1 \ - chrono-0.4.22 \ - clap-3.2.25 \ - clap_derive-3.2.25 \ - clap_lex-0.2.4 \ + cfg_aliases-0.2.0 \ + chrono-0.4.34 \ + ciborium-0.2.1 \ + ciborium-io-0.2.1 \ + ciborium-ll-0.2.1 \ + clap-4.5.1 \ + clap_builder-4.5.1 \ + clap_derive-4.5.0 \ + clap_lex-0.7.0 \ clipboard-win-3.1.1 \ cocoa-0.25.0 \ cocoa-foundation-0.1.0 \ codespan-reporting-0.11.1 \ color_quant-1.1.0 \ - com-rs-0.2.1 \ + com-0.6.0 \ + com_macros-0.6.0 \ + com_macros_support-0.6.0 \ combine-4.6.6 \ - concurrent-queue-1.2.4 \ concurrent-queue-2.2.0 \ - config-0.13.3 \ - copypasta-0.10.0 \ + config-0.13.4 \ + copypasta-0.10.1 \ core-foundation-0.9.3 \ core-foundation-sys-0.8.3 \ core-graphics-0.23.1 \ core-graphics-types-0.1.1 \ - cov-mark-1.1.0 \ cpp_demangle-0.3.5 \ cpufeatures-0.2.5 \ - cranelift-bforest-0.101.2 \ - cranelift-codegen-0.101.2 \ - cranelift-codegen-meta-0.101.2 \ - cranelift-codegen-shared-0.101.2 \ - cranelift-control-0.101.2 \ - cranelift-entity-0.101.2 \ + cranelift-bforest-0.101.4 \ + cranelift-codegen-0.101.4 \ + cranelift-codegen-meta-0.101.4 \ + cranelift-codegen-shared-0.101.4 \ + cranelift-control-0.101.4 \ + cranelift-entity-0.101.4 \ cranelift-frontend-0.101.2 \ - cranelift-isle-0.101.2 \ + cranelift-isle-0.101.4 \ cranelift-native-0.101.2 \ cranelift-wasm-0.101.2 \ crc32fast-1.3.2 \ - crossbeam-channel-0.5.8 \ + criterion-0.5.1 \ + criterion-plot-0.5.0 \ + crossbeam-channel-0.5.12 \ crossbeam-deque-0.8.2 \ crossbeam-epoch-0.9.10 \ - crossbeam-utils-0.8.11 \ - crunchy-0.2.2 \ + crossbeam-utils-0.8.19 \ crypto-common-0.1.6 \ - ctor-0.1.26 \ ctor-0.2.5 \ cursor-icon-1.1.0 \ - d3d12-0.7.0 \ - darling-0.13.4 \ - darling_core-0.13.4 \ - darling_macro-0.13.4 \ - data-url-0.2.0 \ + d3d12-0.19.0 \ + darling-0.14.4 \ + darling_core-0.14.4 \ + darling_macro-0.14.4 \ + data-url-0.3.1 \ debugid-0.8.0 \ + deranged-0.3.11 \ derivative-2.2.0 \ digest-0.10.7 \ directories-4.0.1 \ @@ -127,93 +139,93 @@ CARGO_CRATES= Inflector-0.11.4 \ dlib-0.5.2 \ dmg-0.1.2 \ downcast-rs-1.2.0 \ - drm-0.9.0 \ - drm-ffi-0.5.0 \ + drm-0.11.1 \ + drm-ffi-0.7.1 \ drm-fourcc-2.2.0 \ - drm-sys-0.4.0 \ - dyn-clone-1.0.10 \ - educe-0.4.22 \ + drm-sys-0.6.1 \ + dyn-clone-1.0.16 \ + educe-0.5.11 \ either-1.8.0 \ encoding_rs-0.8.31 \ encoding_rs_io-0.1.7 \ - enum-ordinalize-3.1.13 \ + endi-1.1.0 \ + enum-ordinalize-4.3.0 \ + enum-ordinalize-derive-4.3.1 \ enumflags2-0.7.7 \ enumflags2_derive-0.7.7 \ equivalent-1.0.1 \ - errno-0.3.3 \ - errno-dragonfly-0.1.2 \ + errno-0.3.8 \ euclid-0.22.9 \ event-listener-2.5.3 \ - exr-1.71.0 \ + event-listener-4.0.3 \ + event-listener-5.2.0 \ + event-listener-strategy-0.4.0 \ + event-listener-strategy-0.5.0 \ fallible-iterator-0.3.0 \ fastrand-1.8.0 \ fastrand-2.0.1 \ fd-lock-4.0.0 \ fdeflate-0.3.0 \ filetime-0.2.17 \ - fixedbitset-0.2.0 \ - flate2-1.0.24 \ + flate2-1.0.28 \ float-cmp-0.9.0 \ - flume-0.11.0 \ + floem-cosmic-text-0.7.2 \ + floem-vger-0.2.8 \ + floem-winit-0.29.4 \ fnv-1.0.7 \ + font-types-0.5.2 \ fontconfig-parser-0.5.3 \ - fontdb-0.14.1 \ - fontdb-0.16.0 \ - fontdue-0.7.3 \ + fontdb-0.16.2 \ + fontdue-0.8.0 \ foreign-types-0.3.2 \ foreign-types-0.5.0 \ foreign-types-macros-0.2.3 \ foreign-types-shared-0.1.1 \ foreign-types-shared-0.3.1 \ - form_urlencoded-1.1.0 \ + form_urlencoded-1.2.1 \ fs-set-times-0.20.0 \ - fs2-0.4.3 \ fs_extra-1.3.0 \ fsevent-sys-4.1.0 \ - futures-0.3.28 \ - futures-channel-0.3.29 \ - futures-core-0.3.29 \ - futures-executor-0.3.28 \ - futures-io-0.3.28 \ - futures-lite-1.12.0 \ - futures-macro-0.3.28 \ - futures-sink-0.3.29 \ - futures-task-0.3.29 \ - futures-util-0.3.28 \ + futures-0.3.30 \ + futures-channel-0.3.30 \ + futures-core-0.3.30 \ + futures-executor-0.3.30 \ + futures-io-0.3.30 \ + futures-lite-2.2.0 \ + futures-macro-0.3.30 \ + futures-sink-0.3.30 \ + futures-task-0.3.30 \ + futures-util-0.3.30 \ fxhash-0.2.1 \ fxprof-processed-profile-0.6.0 \ generic-array-0.14.6 \ - gethostname-0.3.0 \ + gethostname-0.4.3 \ getopts-0.2.21 \ getrandom-0.2.7 \ gif-0.12.0 \ gimli-0.28.0 \ - git2-0.18.1 \ + git2-0.18.2 \ gl_generator-0.14.0 \ glob-0.3.0 \ - globset-0.4.9 \ - gloo-timers-0.2.6 \ - glow-0.13.0 \ + globset-0.4.14 \ + glow-0.13.1 \ glutin_wgl_sys-0.5.0 \ gpu-alloc-0.6.0 \ gpu-alloc-types-0.3.0 \ - gpu-allocator-0.23.0 \ - gpu-descriptor-0.2.3 \ + gpu-allocator-0.25.0 \ + gpu-descriptor-0.2.4 \ gpu-descriptor-types-0.1.1 \ grep-matcher-0.1.6 \ - grep-regex-0.1.10 \ - grep-searcher-0.1.10 \ - grid-0.10.0 \ - h2-0.3.21 \ - half-2.2.1 \ - hashbrown-0.12.3 \ - hashbrown-0.13.2 \ - hashbrown-0.14.2 \ - hassle-rs-0.10.0 \ - heck-0.3.3 \ - heck-0.4.0 \ + grep-regex-0.1.11 \ + grep-searcher-0.1.11 \ + grid-0.13.0 \ + h2-0.3.26 \ + half-1.8.2 \ + hashbrown-0.14.5 \ + hassle-rs-0.11.0 \ + heck-0.4.1 \ hermit-abi-0.1.19 \ - hermit-abi-0.3.2 \ + hermit-abi-0.3.9 \ hex-0.4.3 \ hexf-parse-0.2.1 \ home-0.5.5 \ @@ -227,27 +239,29 @@ CARGO_CRATES= Inflector-0.11.4 \ icrate-0.0.4 \ id-arena-2.2.1 \ ident_case-1.0.1 \ - idna-0.3.0 \ - ignore-0.4.18 \ + idna-0.5.0 \ + ignore-0.4.20 \ im-15.1.0 \ - image-0.24.7 \ + im-rc-15.1.0 \ + image-0.25.1 \ + image-webp-0.1.1 \ imagesize-0.12.0 \ include_dir-0.6.2 \ include_dir_impl-0.6.2 \ - indexmap-1.9.3 \ - indexmap-2.0.2 \ + indexmap-2.2.6 \ inotify-0.9.6 \ inotify-sys-0.1.5 \ instant-0.1.12 \ interprocess-1.2.1 \ intmap-0.7.1 \ io-extras-0.18.0 \ - io-lifetimes-1.0.11 \ io-lifetimes-2.0.2 \ ipnet-2.5.0 \ is-docker-0.2.0 \ + is-terminal-0.4.12 \ is-wsl-0.4.0 \ itertools-0.10.5 \ + itertools-0.12.1 \ itoa-1.0.3 \ ittapi-0.3.5 \ ittapi-sys-0.3.5 \ @@ -255,41 +269,38 @@ CARGO_CRATES= Inflector-0.11.4 \ jni-sys-0.3.0 \ jobserver-0.1.25 \ jpeg-decoder-0.3.0 \ - js-sys-0.3.64 \ + js-sys-0.3.69 \ jsonrpc-lite-0.6.0 \ khronos-egl-6.0.0 \ khronos_api-3.1.0 \ kqueue-1.0.6 \ kqueue-sys-1.0.3 \ kurbo-0.9.5 \ - kv-log-macro-1.0.7 \ + kurbo-0.10.4 \ + kurbo-0.11.0 \ lapce-xi-rope-0.3.2 \ lazy-bytes-cast-5.0.1 \ lazy_static-1.4.0 \ leb128-0.2.5 \ - lebe-0.5.2 \ - libc-0.2.149 \ - libgit2-sys-0.16.1+1.7.1 \ - libloading-0.7.3 \ + libc-0.2.153 \ + libgit2-sys-0.16.2+1.7.2 \ + libloading-0.7.4 \ libloading-0.8.1 \ libm-0.2.7 \ libssh2-sys-0.3.0 \ libz-sys-1.1.8 \ - line-wrap-0.1.1 \ - linux-raw-sys-0.3.8 \ - linux-raw-sys-0.4.10 \ + line-wrap-0.2.0 \ + linux-raw-sys-0.4.13 \ + linux-raw-sys-0.6.4 \ locale_config-0.3.0 \ lock_api-0.4.9 \ - log-0.4.17 \ - lsp-types-0.93.1 \ + log-0.4.20 \ mach-0.3.2 \ malloc_buf-0.0.6 \ maybe-owned-0.3.4 \ - memchr-2.6.4 \ + memchr-2.7.1 \ memfd-0.6.4 \ memmap2-0.5.10 \ - memmap2-0.6.2 \ - memmap2-0.7.1 \ memmap2-0.9.0 \ memoffset-0.6.5 \ memoffset-0.7.1 \ @@ -297,31 +308,26 @@ CARGO_CRATES= Inflector-0.11.4 \ metal-0.27.0 \ mime-0.3.16 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.5.4 \ miniz_oxide-0.7.1 \ - mio-0.8.9 \ + mio-0.8.11 \ miow-0.6.0 \ - naga-0.14.0 \ - nanorand-0.7.0 \ + naga-0.19.2 \ native-tls-0.2.10 \ ndk-0.8.0 \ ndk-context-0.1.1 \ ndk-sys-0.5.0+25.2.9519653 \ - nix-0.24.2 \ nix-0.26.4 \ + nix-0.27.1 \ nom-7.1.1 \ - notify-5.0.0 \ + notify-5.2.0 \ nu-ansi-term-0.46.0 \ - nucleo-0.2.0 \ - nucleo-matcher-0.2.0 \ - num-bigint-0.4.3 \ - num-integer-0.1.45 \ - num-rational-0.4.1 \ + nucleo-0.5.0 \ + nucleo-matcher-0.3.1 \ + num-conv-0.1.0 \ num-traits-0.2.15 \ num_cpus-1.13.1 \ num_enum-0.7.0 \ num_enum_derive-0.7.0 \ - num_threads-0.1.6 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc-sys-0.3.1 \ @@ -330,52 +336,51 @@ CARGO_CRATES= Inflector-0.11.4 \ objc_exception-0.1.2 \ objc_id-0.1.1 \ object-0.32.1 \ - once_cell-1.18.0 \ - open-5.0.0 \ - openssl-0.10.42 \ + once_cell-1.19.0 \ + oorandom-11.1.3 \ + open-5.1.2 \ + openssl-0.10.63 \ openssl-macros-0.1.0 \ openssl-probe-0.1.5 \ - openssl-sys-0.9.76 \ + openssl-sys-0.9.99 \ orbclient-0.3.46 \ - ordered-stream-0.0.1 \ - os_str_bytes-6.3.0 \ - ouroboros-0.15.6 \ - ouroboros_macro-0.15.6 \ + ordered-stream-0.2.0 \ + ouroboros-0.18.3 \ + ouroboros_macro-0.18.3 \ overload-0.1.1 \ owned_ttf_parser-0.19.0 \ - parking-2.0.0 \ - parking_lot-0.11.2 \ + parking-2.2.0 \ parking_lot-0.12.1 \ - parking_lot_core-0.8.5 \ parking_lot_core-0.9.3 \ paste-1.0.9 \ pathdiff-0.2.1 \ - percent-encoding-2.2.0 \ - petgraph-0.5.1 \ + peniko-0.1.0 \ + percent-encoding-2.3.1 \ pico-args-0.5.0 \ pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ piper-0.2.1 \ pkg-config-0.3.25 \ - plist-1.4.3 \ + plist-1.6.1 \ + plotters-0.3.5 \ + plotters-backend-0.3.5 \ + plotters-svg-0.3.5 \ png-0.17.10 \ - polling-2.8.0 \ - polling-3.2.0 \ + polling-3.6.0 \ pollster-0.3.0 \ + powerfmt-0.2.0 \ ppv-lite86-0.2.16 \ presser-0.3.1 \ proc-macro-crate-1.3.1 \ - proc-macro-error-1.0.4 \ - proc-macro-error-attr-1.0.4 \ proc-macro-hack-0.5.20+deprecated \ - proc-macro2-1.0.69 \ + proc-macro2-1.0.79 \ + proc-macro2-diagnostics-0.10.1 \ profiling-1.0.10 \ psm-0.1.21 \ - pulldown-cmark-0.9.3 \ - qoi-0.4.1 \ - quick-xml-0.28.2 \ - quick-xml-0.30.0 \ - quote-1.0.33 \ + pulldown-cmark-0.10.2 \ + pulldown-cmark-escape-0.10.0 \ + quick-xml-0.31.0 \ + quote-1.0.35 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ @@ -384,39 +389,35 @@ CARGO_CRATES= Inflector-0.11.4 \ rangemap-1.3.0 \ raw-window-handle-0.5.2 \ raw-window-handle-0.6.0 \ - rayon-1.8.0 \ - rayon-core-1.12.0 \ - rctree-0.5.0 \ + rayon-1.10.0 \ + rayon-core-1.12.1 \ + read-fonts-0.19.0 \ rect_packer-0.2.1 \ redox_syscall-0.2.16 \ redox_syscall-0.3.5 \ + redox_syscall-0.4.1 \ redox_users-0.4.3 \ - regalloc2-0.9.3 \ - regex-1.10.2 \ - regex-automata-0.1.10 \ - regex-automata-0.3.9 \ - regex-automata-0.4.3 \ + regex-1.10.4 \ + regex-automata-0.4.6 \ regex-syntax-0.6.27 \ - regex-syntax-0.7.5 \ regex-syntax-0.8.2 \ remove_dir_all-0.5.3 \ renderdoc-sys-1.0.0 \ - reqwest-0.11.22 \ - resvg-0.33.0 \ - rfd-0.11.4 \ + reqwest-0.11.27 \ + resvg-0.40.0 \ + rfd-0.14.1 \ rgb-0.8.36 \ - rosvgtree-0.3.0 \ roxmltree-0.18.0 \ + roxmltree-0.19.0 \ rustc-demangle-0.1.21 \ rustc-hash-1.1.0 \ rustc_version-0.4.0 \ - rustix-0.37.23 \ - rustix-0.38.20 \ + rustix-0.38.32 \ rustix-openpty-0.1.1 \ - rustybuzz-0.7.0 \ - rustybuzz-0.8.0 \ + rustls-pemfile-1.0.4 \ + rustversion-1.0.14 \ + rustybuzz-0.12.1 \ ryu-1.0.11 \ - safemem-0.3.3 \ same-file-1.0.6 \ schannel-0.1.20 \ scoped-tls-1.0.1 \ @@ -426,16 +427,14 @@ CARGO_CRATES= Inflector-0.11.4 \ security-framework-2.7.0 \ security-framework-sys-2.6.1 \ semver-1.0.20 \ - serde-1.0.190 \ - serde_derive-1.0.190 \ + serde-1.0.197 \ + serde_derive-1.0.197 \ serde_json-1.0.107 \ serde_repr-0.1.9 \ serde_spanned-0.6.3 \ serde_urlencoded-0.7.1 \ - serde_yaml-0.9.25 \ - sha1-0.6.1 \ - sha1_smol-1.0.0 \ - sha2-0.10.7 \ + sha1-0.10.6 \ + sha2-0.10.8 \ sharded-slab-0.1.4 \ shellexpand-2.1.2 \ signal-hook-0.3.14 \ @@ -445,66 +444,60 @@ CARGO_CRATES= Inflector-0.11.4 \ siphasher-0.3.11 \ sized-chunks-0.6.5 \ slab-0.4.9 \ - sled-0.34.7 \ slice-group-by-0.3.0 \ - slotmap-1.0.6 \ - smallvec-1.11.1 \ + slotmap-1.0.7 \ + smallvec-1.13.2 \ smithay-client-toolkit-0.18.0 \ smithay-clipboard-0.7.0 \ smol_str-0.2.0 \ socket2-0.4.7 \ socket2-0.5.5 \ - softbuffer-0.3.1 \ - spin-0.9.8 \ + softbuffer-0.4.1 \ spinning-0.1.0 \ - spirv-0.2.0+1.5.4 \ + spirv-0.3.0+sdk-1.3.268.0 \ sptr-0.3.2 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ stretto-0.8.1 \ strict-num-0.1.1 \ strsim-0.10.0 \ - strum-0.21.0 \ - strum_macros-0.21.1 \ - svgfilters-0.4.0 \ - svgtypes-0.11.0 \ - swash-0.1.8 \ - syn-1.0.101 \ - syn-2.0.38 \ + strum-0.26.2 \ + strum_macros-0.26.2 \ + svgtypes-0.14.0 \ + swash-0.1.15 \ + syn-1.0.109 \ + syn-2.0.57 \ + sync_wrapper-0.1.2 \ sys-locale-0.2.4 \ system-configuration-0.5.1 \ system-configuration-sys-0.5.0 \ system-interface-0.26.0 \ - taffy-0.3.18 \ - tar-0.4.38 \ + taffy-0.4.3 \ + tar-0.4.40 \ target-lexicon-0.12.11 \ tempfile-3.3.0 \ - termcolor-1.1.3 \ - textwrap-0.16.0 \ - thiserror-1.0.50 \ - thiserror-impl-1.0.50 \ - thread-id-4.0.0 \ + termcolor-1.4.1 \ + thiserror-1.0.58 \ + thiserror-impl-1.0.58 \ thread_local-1.1.4 \ - tiff-0.9.0 \ - time-0.1.44 \ - time-0.3.14 \ - tiny-skia-0.9.1 \ - tiny-skia-0.11.1 \ - tiny-skia-path-0.9.0 \ - tiny-skia-path-0.11.1 \ + time-0.3.34 \ + time-core-0.1.2 \ + time-macros-0.2.17 \ + tiny-skia-0.11.4 \ + tiny-skia-path-0.11.4 \ tiny-xlib-0.2.2 \ + tinytemplate-1.2.1 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.0 \ to_method-1.1.0 \ - tokio-1.33.0 \ - tokio-macros-2.1.0 \ + tokio-1.36.0 \ + tokio-macros-2.2.0 \ tokio-native-tls-0.3.0 \ tokio-socks-0.5.1 \ tokio-util-0.7.4 \ toml-0.5.9 \ - toml-0.8.2 \ toml_datetime-0.6.3 \ - toml_edit-0.19.14 \ + toml_edit-0.19.15 \ toml_edit-0.20.2 \ tower-service-0.3.2 \ tracing-0.1.37 \ @@ -512,60 +505,52 @@ CARGO_CRATES= Inflector-0.11.4 \ tracing-core-0.1.30 \ trash-3.0.6 \ tree-sitter-0.20.10 \ - tree-sitter-c-0.20.6 \ - tree-sitter-cpp-0.20.0 \ - tree-sitter-javascript-0.20.1 \ + tree-sitter-c-0.20.8 \ + tree-sitter-cpp-0.20.5 \ + tree-sitter-javascript-0.20.4 \ + tree-sitter-json-0.20.2 \ tree-sitter-python-0.20.4 \ tree-sitter-rust-0.20.4 \ tree-sitter-toml-0.20.0 \ triomphe-0.1.9 \ try-lock-0.2.3 \ - ttf-parser-0.15.2 \ - ttf-parser-0.18.1 \ ttf-parser-0.19.1 \ ttf-parser-0.20.0 \ typenum-1.15.0 \ - uds_windows-1.0.2 \ + uds_windows-1.1.0 \ unicase-2.7.0 \ - unicode-bidi-0.3.8 \ + unicode-bidi-0.3.15 \ unicode-bidi-mirroring-0.1.0 \ unicode-ccc-0.1.2 \ - unicode-general-category-0.6.0 \ unicode-ident-1.0.4 \ unicode-linebreak-0.1.5 \ unicode-normalization-0.1.22 \ + unicode-properties-0.1.1 \ unicode-script-0.5.5 \ unicode-segmentation-1.10.0 \ unicode-vo-0.1.0 \ unicode-width-0.1.11 \ unicode-xid-0.2.4 \ - unsafe-libyaml-0.2.9 \ - url-2.3.1 \ + url-2.5.0 \ urlencoding-2.1.3 \ - usvg-0.33.0 \ - usvg-parser-0.33.0 \ - usvg-text-layout-0.33.0 \ - usvg-tree-0.33.0 \ - utf8parse-0.2.0 \ + usvg-0.40.0 \ + utf8parse-0.2.1 \ uuid-1.5.0 \ - value-bag-1.0.0-alpha.9 \ vcpkg-0.2.15 \ version_check-0.9.4 \ - vte-0.12.0 \ + vte-0.13.0 \ vte_generate_state_changes-0.1.1 \ - waker-fn-1.1.0 \ - walkdir-2.3.2 \ + walkdir-2.5.0 \ want-0.3.0 \ - wasi-0.10.0+wasi-snapshot-preview1 \ wasi-0.11.0+wasi-snapshot-preview1 \ wasi-cap-std-sync-14.0.2 \ wasi-common-14.0.2 \ - wasm-bindgen-0.2.87 \ - wasm-bindgen-backend-0.2.87 \ - wasm-bindgen-futures-0.4.34 \ - wasm-bindgen-macro-0.2.87 \ - wasm-bindgen-macro-support-0.2.87 \ - wasm-bindgen-shared-0.2.87 \ + wasm-bindgen-0.2.92 \ + wasm-bindgen-backend-0.2.92 \ + wasm-bindgen-futures-0.4.42 \ + wasm-bindgen-macro-0.2.92 \ + wasm-bindgen-macro-support-0.2.92 \ + wasm-bindgen-shared-0.2.92 \ wasm-encoder-0.35.0 \ wasmparser-0.115.0 \ wasmprinter-0.2.70 \ @@ -591,27 +576,23 @@ CARGO_CRATES= Inflector-0.11.4 \ wast-35.0.2 \ wast-66.0.2 \ wat-1.0.77 \ - wayland-backend-0.1.2 \ wayland-backend-0.3.2 \ - wayland-client-0.30.2 \ wayland-client-0.31.1 \ wayland-csd-frame-0.3.0 \ wayland-cursor-0.31.0 \ wayland-protocols-0.31.0 \ wayland-protocols-plasma-0.2.0 \ wayland-protocols-wlr-0.2.0 \ - wayland-scanner-0.30.1 \ - wayland-scanner-0.31.0 \ - wayland-sys-0.30.1 \ + wayland-scanner-0.31.1 \ wayland-sys-0.31.1 \ - web-sys-0.3.64 \ + web-sys-0.3.69 \ web-time-0.2.0 \ weezl-0.1.7 \ wg-0.3.2 \ - wgpu-0.18.0 \ - wgpu-core-0.18.0 \ - wgpu-hal-0.18.0 \ - wgpu-types-0.18.0 \ + wgpu-0.19.3 \ + wgpu-core-0.19.3 \ + wgpu-hal-0.19.3 \ + wgpu-types-0.19.2 \ widestring-1.0.2 \ wiggle-14.0.2 \ wiggle-generate-14.0.2 \ @@ -619,7 +600,6 @@ CARGO_CRATES= Inflector-0.11.4 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ - winapi-wsapoll-0.1.1 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winch-codegen-0.12.2 \ windows-0.44.0 \ @@ -628,68 +608,78 @@ CARGO_CRATES= Inflector-0.11.4 \ windows-sys-0.36.1 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ + windows-sys-0.52.0 \ windows-targets-0.42.2 \ windows-targets-0.48.5 \ + windows-targets-0.52.0 \ windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.0 \ windows_aarch64_msvc-0.36.1 \ windows_aarch64_msvc-0.42.2 \ windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.0 \ windows_i686_gnu-0.36.1 \ windows_i686_gnu-0.42.2 \ windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.0 \ windows_i686_msvc-0.36.1 \ windows_i686_msvc-0.42.2 \ windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.0 \ windows_x86_64_gnu-0.36.1 \ windows_x86_64_gnu-0.42.2 \ windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.0 \ windows_x86_64_gnullvm-0.42.2 \ windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.0 \ windows_x86_64_msvc-0.36.1 \ windows_x86_64_msvc-0.42.2 \ windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.0 \ winnow-0.5.10 \ winreg-0.50.0 \ winx-0.36.2 \ wit-parser-0.12.1 \ witx-0.9.1 \ - x11-clipboard-0.8.1 \ + x11-clipboard-0.9.2 \ x11-dl-2.21.0 \ - x11rb-0.12.0 \ - x11rb-protocol-0.12.0 \ - xattr-0.2.3 \ + x11rb-0.13.0 \ + x11rb-protocol-0.13.0 \ + xattr-1.3.1 \ xcursor-0.3.4 \ + xdg-home-1.1.0 \ xkbcommon-dl-0.4.1 \ xkeysym-0.2.0 \ xml-rs-0.8.19 \ xmlparser-0.13.5 \ xmlwriter-0.1.0 \ xxhash-rust-0.8.7 \ + yansi-1.0.1 \ yazi-0.1.6 \ - zbus-3.3.0 \ - zbus_macros-3.3.0 \ - zbus_names-2.2.0 \ + zbus-4.0.1 \ + zbus_macros-4.0.1 \ + zbus_names-3.0.0 \ zeno-0.2.2 \ + zerocopy-0.7.32 \ + zerocopy-derive-0.7.32 \ zip-0.6.6 \ zstd-0.11.2+zstd.1.5.2 \ zstd-safe-5.0.2+zstd.1.5.2 \ zstd-sys-2.0.1+zstd.1.5.2 \ - zune-inflate-0.2.54 \ - zvariant-3.7.1 \ - zvariant_derive-3.7.1 \ + zune-core-0.4.12 \ + zune-jpeg-0.4.11 \ + zvariant-4.0.0 \ + zvariant_derive-4.0.0 \ + zvariant_utils-1.1.0 \ psp-types@git+https://github.com/lapce/psp-types?rev=f7fea28f59e7b2d6faa1034a21679ad49b3524ad\#f7fea28f59e7b2d6faa1034a21679ad49b3524ad \ tree-sitter-md@git+https://github.com/MDeiml/tree-sitter-markdown.git?rev=272e080bca0efd19a06a7f4252d746417224959e\#272e080bca0efd19a06a7f4252d746417224959e \ - tracing,tracing-appender,tracing-attributes,tracing-core,tracing-log,tracing-subscriber@git+https://github.com/tokio-rs/tracing?rev=c14525e1610db88986f849d46bd3e9795878b012\#c14525e1610db88986f849d46bd3e9795878b012 \ wasi-experimental-http-wasmtime@git+https://github.com/lapce/wasi-experimental-http\#21419eb785cb583ead180f25a9685fa16de7f326 \ human-sort@git+https://github.com/dragazo/human-sort?rev=1e74db1e09e8194ba88ad983723cf6f8b0c365da\#1e74db1e09e8194ba88ad983723cf6f8b0c365da \ - tree-sitter-json@git+https://github.com/tree-sitter/tree-sitter-json.git?rev=11e2cc12d9b267766fb11a06e52952792fd8e3f0\#11e2cc12d9b267766fb11a06e52952792fd8e3f0 \ - tree-sitter-yaml@git+https://github.com/panekj/tree-sitter-yaml?rev=80c8d76847f03e772c5c524cf29bafb56858a8d1\#80c8d76847f03e772c5c524cf29bafb56858a8d1 \ - winit@git+https://github.com/lapce/winit?rev=e8c26d691a20a96c4e9d841d31fc315dabd5a5a1\#e8c26d691a20a96c4e9d841d31fc315dabd5a5a1 \ + floem,floem-editor-core,floem_reactive,floem_renderer,floem_tiny_skia_renderer,floem_vger_renderer@git+https://github.com/lapce/floem?rev=8f5a9c5c2bee1bb0355c7a058b6e39be42878534\#8f5a9c5c2bee1bb0355c7a058b6e39be42878534 \ + structdesc@git+https://github.com/lapce/structdesc\#47d8201fb13240166f4d842c718d63c1e24f0236 \ + tracing,tracing-appender,tracing-attributes,tracing-core,tracing-log,tracing-subscriber@git+https://github.com/tokio-rs/tracing?rev=908cc432a5994f6e17c8f36e13c217dc40085704\#908cc432a5994f6e17c8f36e13c217dc40085704 \ tree-sitter-bash@git+https://github.com/tree-sitter/tree-sitter-bash?rev=4488aa41406547e478636a4fcfd24f5bbc3f2f74\#4488aa41406547e478636a4fcfd24f5bbc3f2f74 \ - alacritty_config,alacritty_config_derive,alacritty_terminal@git+https://github.com/alacritty/alacritty?rev=6071a7bf35cfd99be8ba70f479f188b7370cda6f\#6071a7bf35cfd99be8ba70f479f188b7370cda6f \ - peniko@git+https://github.com/linebender/peniko?rev=cafdac9a211a0fb2fec5656bd663d1ac770bcc81\#cafdac9a211a0fb2fec5656bd663d1ac770bcc81 \ - vger@git+https://github.com/lapce/vger-rs?rev=ed10537c72a732a03f782225a39da80e6f9acbbe\#ed10537c72a732a03f782225a39da80e6f9acbbe \ - floem,floem_reactive,floem_renderer,floem_tiny_skia,floem_vger@git+https://github.com/lapce/floem?rev=0694f9672a10a49290af223cac3dc2ab53b1b1dd\#0694f9672a10a49290af223cac3dc2ab53b1b1dd \ - structdesc@git+https://github.com/lapce/structdesc\#a6a2b8ab65d43475238f889736c4aa5dfff4500a \ - cosmic-text@git+https://github.com/lapce/cosmic-text?rev=f7a20704d6ebbe8fb82d0bb579c37c53e7ae9747\#f7a20704d6ebbe8fb82d0bb579c37c53e7ae9747 + regalloc2@git+https://github.com/bytecodealliance/regalloc2?rev=5d79e12d0a93b10fc181f4da409b4671dd365228\#5d79e12d0a93b10fc181f4da409b4671dd365228 \ + lsp-types@git+https://github.com/lapce/lsp-types?rev=feaa1e2ec80975c9dadd400a238ceacf071058e6\#feaa1e2ec80975c9dadd400a238ceacf071058e6 diff --git a/editors/lapce/distinfo b/editors/lapce/distinfo index a075cad9987..ba5cc2d26fe 100644 --- a/editors/lapce/distinfo +++ b/editors/lapce/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1703439187 +TIMESTAMP = 1715629174 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/ab_glyph-0.2.21.crate) = 5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39 @@ -9,24 +9,32 @@ SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 -SHA256 (rust/crates/ahash-0.7.6.crate) = fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47 -SIZE (rust/crates/ahash-0.7.6.crate) = 38030 -SHA256 (rust/crates/ahash-0.8.3.crate) = 2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f -SIZE (rust/crates/ahash-0.8.3.crate) = 42416 +SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 +SIZE (rust/crates/ahash-0.8.11.crate) = 43607 SHA256 (rust/crates/aho-corasick-0.7.19.crate) = b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e SIZE (rust/crates/aho-corasick-0.7.19.crate) = 113070 SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 +SHA256 (rust/crates/alacritty_terminal-0.23.0.crate) = f6d1ea4484c8676f295307a4892d478c70ac8da1dbd8c7c10830a504b7f1022f +SIZE (rust/crates/alacritty_terminal-0.23.0.crate) = 402024 SHA256 (rust/crates/aliasable-0.1.3.crate) = 250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd SIZE (rust/crates/aliasable-0.1.3.crate) = 6169 +SHA256 (rust/crates/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 +SIZE (rust/crates/allocator-api2-0.2.16.crate) = 59025 SHA256 (rust/crates/ambient-authority-0.0.2.crate) = e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b SIZE (rust/crates/ambient-authority-0.0.2.crate) = 14867 SHA256 (rust/crates/android-activity-0.5.0.crate) = 052ad56e336bcc615a214bffbeca6c181ee9550acec193f0327e0b103b033a4d SIZE (rust/crates/android-activity-0.5.0.crate) = 257716 SHA256 (rust/crates/android-properties-0.2.2.crate) = fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04 SIZE (rust/crates/android-properties-0.2.2.crate) = 4563 +SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 +SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 +SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 +SIZE (rust/crates/anes-0.1.6.crate) = 23857 +SHA256 (rust/crates/anstyle-1.0.6.crate) = 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc +SIZE (rust/crates/anstyle-1.0.6.crate) = 14604 SHA256 (rust/crates/anyhow-1.0.69.crate) = 224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800 SIZE (rust/crates/anyhow-1.0.69.crate) = 43576 SHA256 (rust/crates/arbitrary-1.3.1.crate) = a2e1373abdaa212b704512ec2bd8b26bd0b7d5c3f70117411a5d9a451383c859 @@ -41,52 +49,56 @@ SHA256 (rust/crates/as-raw-xcb-connection-1.0.0.crate) = 2d5f312b0a56c5cdf967c0a SIZE (rust/crates/as-raw-xcb-connection-1.0.0.crate) = 2030 SHA256 (rust/crates/ash-0.37.3+1.3.251.crate) = 39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a SIZE (rust/crates/ash-0.37.3+1.3.251.crate) = 449524 -SHA256 (rust/crates/ashpd-0.4.0.crate) = 31688b40eb5d739049f721d8405c33d3796b3f51f2bea84421a542dafe397e41 -SIZE (rust/crates/ashpd-0.4.0.crate) = 66215 -SHA256 (rust/crates/async-broadcast-0.4.1.crate) = 6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61 -SIZE (rust/crates/async-broadcast-0.4.1.crate) = 19732 -SHA256 (rust/crates/async-channel-1.7.1.crate) = e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28 -SIZE (rust/crates/async-channel-1.7.1.crate) = 12855 -SHA256 (rust/crates/async-executor-1.5.1.crate) = 6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb -SIZE (rust/crates/async-executor-1.5.1.crate) = 18615 -SHA256 (rust/crates/async-global-executor-2.3.1.crate) = f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776 -SIZE (rust/crates/async-global-executor-2.3.1.crate) = 11790 -SHA256 (rust/crates/async-io-1.13.0.crate) = 0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af -SIZE (rust/crates/async-io-1.13.0.crate) = 37191 +SHA256 (rust/crates/ashpd-0.8.0.crate) = 1b22517ee647547c01a687cf9b76074e1c91334032a4324f7243c6ee0f949390 +SIZE (rust/crates/ashpd-0.8.0.crate) = 74328 +SHA256 (rust/crates/async-broadcast-0.7.0.crate) = 258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb +SIZE (rust/crates/async-broadcast-0.7.0.crate) = 20852 +SHA256 (rust/crates/async-channel-2.2.0.crate) = f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3 +SIZE (rust/crates/async-channel-2.2.0.crate) = 14307 +SHA256 (rust/crates/async-executor-1.8.0.crate) = 17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c +SIZE (rust/crates/async-executor-1.8.0.crate) = 21870 +SHA256 (rust/crates/async-fs-2.1.1.crate) = bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1 +SIZE (rust/crates/async-fs-2.1.1.crate) = 16545 +SHA256 (rust/crates/async-io-2.3.1.crate) = 8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65 +SIZE (rust/crates/async-io-2.3.1.crate) = 49279 SHA256 (rust/crates/async-lock-2.8.0.crate) = 287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b SIZE (rust/crates/async-lock-2.8.0.crate) = 29944 -SHA256 (rust/crates/async-recursion-0.3.2.crate) = d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2 -SIZE (rust/crates/async-recursion-0.3.2.crate) = 10774 -SHA256 (rust/crates/async-std-1.12.0.crate) = 62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d -SIZE (rust/crates/async-std-1.12.0.crate) = 215080 -SHA256 (rust/crates/async-task-4.3.0.crate) = 7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524 -SIZE (rust/crates/async-task-4.3.0.crate) = 29544 +SHA256 (rust/crates/async-lock-3.3.0.crate) = d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b +SIZE (rust/crates/async-lock-3.3.0.crate) = 33286 +SHA256 (rust/crates/async-net-2.0.0.crate) = b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7 +SIZE (rust/crates/async-net-2.0.0.crate) = 17787 +SHA256 (rust/crates/async-process-2.1.0.crate) = 451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8 +SIZE (rust/crates/async-process-2.1.0.crate) = 24505 +SHA256 (rust/crates/async-recursion-1.0.5.crate) = 5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0 +SIZE (rust/crates/async-recursion-1.0.5.crate) = 11890 +SHA256 (rust/crates/async-signal-0.2.5.crate) = 9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5 +SIZE (rust/crates/async-signal-0.2.5.crate) = 16743 +SHA256 (rust/crates/async-task-4.7.0.crate) = fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799 +SIZE (rust/crates/async-task-4.7.0.crate) = 38906 SHA256 (rust/crates/async-trait-0.1.74.crate) = a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9 SIZE (rust/crates/async-trait-0.1.74.crate) = 28997 SHA256 (rust/crates/atomic-0.5.3.crate) = c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba SIZE (rust/crates/atomic-0.5.3.crate) = 12801 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 -SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.crate) = 5470 SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837 -SIZE (rust/crates/backtrace-0.3.69.crate) = 77299 -SHA256 (rust/crates/base64-0.21.5.crate) = 35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9 -SIZE (rust/crates/base64-0.21.5.crate) = 77134 +SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d +SIZE (rust/crates/backtrace-0.3.71.crate) = 86553 +SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 +SIZE (rust/crates/base64-0.21.7.crate) = 82576 +SHA256 (rust/crates/base64-0.22.0.crate) = 9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51 +SIZE (rust/crates/base64-0.22.0.crate) = 81568 SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad SIZE (rust/crates/bincode-1.3.3.crate) = 28958 SHA256 (rust/crates/bit-set-0.5.3.crate) = 0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1 SIZE (rust/crates/bit-set-0.5.3.crate) = 14470 SHA256 (rust/crates/bit-vec-0.6.3.crate) = 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb SIZE (rust/crates/bit-vec-0.6.3.crate) = 19927 -SHA256 (rust/crates/bit_field-0.10.2.crate) = dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61 -SIZE (rust/crates/bit_field-0.10.2.crate) = 10568 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.4.0.crate) = b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635 -SIZE (rust/crates/bitflags-2.4.0.crate) = 36954 +SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 +SIZE (rust/crates/bitflags-2.5.0.crate) = 43821 SHA256 (rust/crates/bitmaps-2.1.0.crate) = 031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2 SIZE (rust/crates/bitmaps-2.1.0.crate) = 16717 SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a @@ -97,24 +109,22 @@ SHA256 (rust/crates/block-sys-0.2.0.crate) = 2dd7cf50912cddc06dc5ea7c08c5e81c1b2 SIZE (rust/crates/block-sys-0.2.0.crate) = 9147 SHA256 (rust/crates/block2-0.3.0.crate) = 15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68 SIZE (rust/crates/block2-0.3.0.crate) = 10924 -SHA256 (rust/crates/blocking-1.2.0.crate) = c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc -SIZE (rust/crates/blocking-1.2.0.crate) = 18494 -SHA256 (rust/crates/bstr-0.2.17.crate) = ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223 -SIZE (rust/crates/bstr-0.2.17.crate) = 330350 -SHA256 (rust/crates/bumpalo-3.11.0.crate) = c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d -SIZE (rust/crates/bumpalo-3.11.0.crate) = 80945 +SHA256 (rust/crates/blocking-1.5.1.crate) = 6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118 +SIZE (rust/crates/blocking-1.5.1.crate) = 17277 +SHA256 (rust/crates/bstr-1.7.0.crate) = c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019 +SIZE (rust/crates/bstr-1.7.0.crate) = 380090 +SHA256 (rust/crates/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec +SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400 SHA256 (rust/crates/bytecount-0.6.3.crate) = 2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c SIZE (rust/crates/bytecount-0.6.3.crate) = 12416 -SHA256 (rust/crates/bytemuck-1.14.0.crate) = 374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6 -SIZE (rust/crates/bytemuck-1.14.0.crate) = 44933 +SHA256 (rust/crates/bytemuck-1.14.3.crate) = a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f +SIZE (rust/crates/bytemuck-1.14.3.crate) = 47032 SHA256 (rust/crates/bytemuck_derive-1.5.0.crate) = 965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1 SIZE (rust/crates/bytemuck_derive-1.5.0.crate) = 17323 SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 SHA256 (rust/crates/bytes-1.5.0.crate) = a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223 SIZE (rust/crates/bytes-1.5.0.crate) = 58909 -SHA256 (rust/crates/cache-padded-1.2.0.crate) = c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c -SIZE (rust/crates/cache-padded-1.2.0.crate) = 9125 SHA256 (rust/crates/calloop-0.12.3.crate) = 7b50b5a44d59a98c55a9eeb518f39bf7499ba19fd98ee7d22618687f3f10adbf SIZE (rust/crates/calloop-0.12.3.crate) = 66858 SHA256 (rust/crates/calloop-wayland-source-0.2.0.crate) = 0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02 @@ -131,22 +141,34 @@ SHA256 (rust/crates/cap-std-2.0.0.crate) = 84bade423fa6403efeebeafe568fdb230e8c5 SIZE (rust/crates/cap-std-2.0.0.crate) = 32545 SHA256 (rust/crates/cap-time-ext-2.0.0.crate) = f8f52b3c8f4abfe3252fd0a071f3004aaa3b18936ec97bdbd8763ce03aff6247 SIZE (rust/crates/cap-time-ext-2.0.0.crate) = 8107 -SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 -SIZE (rust/crates/cc-1.0.83.crate) = 68343 +SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 +SIZE (rust/crates/cast-0.3.0.crate) = 11452 +SHA256 (rust/crates/cc-1.0.90.crate) = 8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5 +SIZE (rust/crates/cc-1.0.90.crate) = 73954 SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/cfg_aliases-0.1.1.crate) = fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e SIZE (rust/crates/cfg_aliases-0.1.1.crate) = 6009 -SHA256 (rust/crates/chrono-0.4.22.crate) = bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1 -SIZE (rust/crates/chrono-0.4.22.crate) = 185570 -SHA256 (rust/crates/clap-3.2.25.crate) = 4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123 -SIZE (rust/crates/clap-3.2.25.crate) = 219403 -SHA256 (rust/crates/clap_derive-3.2.25.crate) = ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008 -SIZE (rust/crates/clap_derive-3.2.25.crate) = 28212 -SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5 -SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652 +SHA256 (rust/crates/cfg_aliases-0.2.0.crate) = 77e53693616d3075149f4ead59bdeecd204ac6b8192d8969757601b74bddf00f +SIZE (rust/crates/cfg_aliases-0.2.0.crate) = 6339 +SHA256 (rust/crates/chrono-0.4.34.crate) = 5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b +SIZE (rust/crates/chrono-0.4.34.crate) = 228932 +SHA256 (rust/crates/ciborium-0.2.1.crate) = effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926 +SIZE (rust/crates/ciborium-0.2.1.crate) = 34974 +SHA256 (rust/crates/ciborium-io-0.2.1.crate) = cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656 +SIZE (rust/crates/ciborium-io-0.2.1.crate) = 6679 +SHA256 (rust/crates/ciborium-ll-0.2.1.crate) = defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b +SIZE (rust/crates/ciborium-ll-0.2.1.crate) = 14649 +SHA256 (rust/crates/clap-4.5.1.crate) = c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da +SIZE (rust/crates/clap-4.5.1.crate) = 55389 +SHA256 (rust/crates/clap_builder-4.5.1.crate) = 9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb +SIZE (rust/crates/clap_builder-4.5.1.crate) = 163569 +SHA256 (rust/crates/clap_derive-4.5.0.crate) = 307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47 +SIZE (rust/crates/clap_derive-4.5.0.crate) = 29042 +SHA256 (rust/crates/clap_lex-0.7.0.crate) = 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce +SIZE (rust/crates/clap_lex-0.7.0.crate) = 11915 SHA256 (rust/crates/clipboard-win-3.1.1.crate) = 9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342 SIZE (rust/crates/clipboard-win-3.1.1.crate) = 11964 SHA256 (rust/crates/cocoa-0.25.0.crate) = f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c @@ -157,18 +179,20 @@ SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b0938 SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 -SHA256 (rust/crates/com-rs-0.2.1.crate) = bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642 -SIZE (rust/crates/com-rs-0.2.1.crate) = 10647 +SHA256 (rust/crates/com-0.6.0.crate) = 7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6 +SIZE (rust/crates/com-0.6.0.crate) = 24855 +SHA256 (rust/crates/com_macros-0.6.0.crate) = d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5 +SIZE (rust/crates/com_macros-0.6.0.crate) = 1075 +SHA256 (rust/crates/com_macros_support-0.6.0.crate) = ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c +SIZE (rust/crates/com_macros_support-0.6.0.crate) = 17334 SHA256 (rust/crates/combine-4.6.6.crate) = 35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4 SIZE (rust/crates/combine-4.6.6.crate) = 132428 -SHA256 (rust/crates/concurrent-queue-1.2.4.crate) = af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c -SIZE (rust/crates/concurrent-queue-1.2.4.crate) = 15375 SHA256 (rust/crates/concurrent-queue-2.2.0.crate) = 62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c SIZE (rust/crates/concurrent-queue-2.2.0.crate) = 19971 -SHA256 (rust/crates/config-0.13.3.crate) = d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7 -SIZE (rust/crates/config-0.13.3.crate) = 67180 -SHA256 (rust/crates/copypasta-0.10.0.crate) = 6d35364349bf9e9e1c3a035ddcb00d188d23a3c40c50244c03c27a99fc6a65ae -SIZE (rust/crates/copypasta-0.10.0.crate) = 15095 +SHA256 (rust/crates/config-0.13.4.crate) = 23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca +SIZE (rust/crates/config-0.13.4.crate) = 80328 +SHA256 (rust/crates/copypasta-0.10.1.crate) = deb85422867ca93da58b7f95fb5c0c10f6183ed6e1ef8841568968a896d3a858 +SIZE (rust/crates/copypasta-0.10.1.crate) = 15053 SHA256 (rust/crates/core-foundation-0.9.3.crate) = 194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146 SIZE (rust/crates/core-foundation-0.9.3.crate) = 27059 SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc @@ -177,64 +201,64 @@ SHA256 (rust/crates/core-graphics-0.23.1.crate) = 970a29baf4110c26fedbc7f82107d4 SIZE (rust/crates/core-graphics-0.23.1.crate) = 30714 SHA256 (rust/crates/core-graphics-types-0.1.1.crate) = 3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b SIZE (rust/crates/core-graphics-types-0.1.1.crate) = 2530 -SHA256 (rust/crates/cov-mark-1.1.0.crate) = 9ffa3d3e0138386cd4361f63537765cac7ee40698028844635a54495a92f67f3 -SIZE (rust/crates/cov-mark-1.1.0.crate) = 9801 SHA256 (rust/crates/cpp_demangle-0.3.5.crate) = eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f SIZE (rust/crates/cpp_demangle-0.3.5.crate) = 75313 SHA256 (rust/crates/cpufeatures-0.2.5.crate) = 28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320 SIZE (rust/crates/cpufeatures-0.2.5.crate) = 11251 -SHA256 (rust/crates/cranelift-bforest-0.101.2.crate) = f773437307980ac0f424bf9b9a5d0cd21a0f17248c6860c9a65bec8b5975f3fe -SIZE (rust/crates/cranelift-bforest-0.101.2.crate) = 30490 -SHA256 (rust/crates/cranelift-codegen-0.101.2.crate) = 443c2ac50e97fb7de1a0f862753fce3f27215558811a6fcee508eb0c3747fa79 -SIZE (rust/crates/cranelift-codegen-0.101.2.crate) = 927115 -SHA256 (rust/crates/cranelift-codegen-meta-0.101.2.crate) = c5b174c411480c79ce0793c55042fa51bec27e486381d103a53cab3b480cb2db -SIZE (rust/crates/cranelift-codegen-meta-0.101.2.crate) = 73603 -SHA256 (rust/crates/cranelift-codegen-shared-0.101.2.crate) = 73fa0151a528066a369de6debeea4d4b23a32aba68b5add8c46d3dc8091ff434 -SIZE (rust/crates/cranelift-codegen-shared-0.101.2.crate) = 6070 -SHA256 (rust/crates/cranelift-control-0.101.2.crate) = b8adf1e6398493c9bea1190e37d28a0eb0eca5fddbc80e01e506cda34db92b1f -SIZE (rust/crates/cranelift-control-0.101.2.crate) = 7683 -SHA256 (rust/crates/cranelift-entity-0.101.2.crate) = 4917e2ed3bb5fe87d0ed88395ca6d644018d119a034faedd1f3e1f2c33cd52b2 -SIZE (rust/crates/cranelift-entity-0.101.2.crate) = 27049 +SHA256 (rust/crates/cranelift-bforest-0.101.4.crate) = 2b5bb9245ec7dcc04d03110e538d31f0969d301c9d673145f4b4d5c3478539a3 +SIZE (rust/crates/cranelift-bforest-0.101.4.crate) = 30493 +SHA256 (rust/crates/cranelift-codegen-0.101.4.crate) = ebb18d10e5ddac43ba4ca8fd4e310938569c3e484cc01b6372b27dc5bb4dfd28 +SIZE (rust/crates/cranelift-codegen-0.101.4.crate) = 927130 +SHA256 (rust/crates/cranelift-codegen-meta-0.101.4.crate) = 7a3ce6d22982c1b9b6b012654258bab1a13947bb12703518bef06b1a4867c3d6 +SIZE (rust/crates/cranelift-codegen-meta-0.101.4.crate) = 73606 +SHA256 (rust/crates/cranelift-codegen-shared-0.101.4.crate) = 47220fd4f9a0ce23541652b6f16f83868d282602c600d14934b2a4c166b4bd80 +SIZE (rust/crates/cranelift-codegen-shared-0.101.4.crate) = 6073 +SHA256 (rust/crates/cranelift-control-0.101.4.crate) = ed5a4c42672aea9b6e820046b52e47a1c05d3394a6cdf4cb3c3c4b702f954bd2 +SIZE (rust/crates/cranelift-control-0.101.4.crate) = 7683 +SHA256 (rust/crates/cranelift-entity-0.101.4.crate) = 0b4e9a3296fc827f9d35135dc2c0c8dd8d8359eb1ef904bae2d55d5bcb0c9f94 +SIZE (rust/crates/cranelift-entity-0.101.4.crate) = 27050 SHA256 (rust/crates/cranelift-frontend-0.101.2.crate) = 9aaadf1e7cf28886bbf046eaf7ef538997bc8a7e020e578ea4957b39da87d5a1 SIZE (rust/crates/cranelift-frontend-0.101.2.crate) = 35837 -SHA256 (rust/crates/cranelift-isle-0.101.2.crate) = a67fda31b9d69eaa1c49a2081939454c45857596a9d45af6744680541c628b4c -SIZE (rust/crates/cranelift-isle-0.101.2.crate) = 64740 +SHA256 (rust/crates/cranelift-isle-0.101.4.crate) = 45bab6d69919d210a50331d35cc6ce111567bc040aebac63a8ae130d0400a075 +SIZE (rust/crates/cranelift-isle-0.101.4.crate) = 64747 SHA256 (rust/crates/cranelift-native-0.101.2.crate) = 76fb52ba71be98312f35e798d9e98e45ab2586f27584231bf7c644fa9501e8af SIZE (rust/crates/cranelift-native-0.101.2.crate) = 8471 SHA256 (rust/crates/cranelift-wasm-0.101.2.crate) = f1b2f48857ec7c051af938c72b5fdf370a5eec255c8a2be87633241af3c05772 SIZE (rust/crates/cranelift-wasm-0.101.2.crate) = 196769 SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 -SHA256 (rust/crates/crossbeam-channel-0.5.8.crate) = a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200 -SIZE (rust/crates/crossbeam-channel-0.5.8.crate) = 90455 +SHA256 (rust/crates/criterion-0.5.1.crate) = f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f +SIZE (rust/crates/criterion-0.5.1.crate) = 110088 +SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 +SIZE (rust/crates/criterion-plot-0.5.0.crate) = 22706 +SHA256 (rust/crates/crossbeam-channel-0.5.12.crate) = ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95 +SIZE (rust/crates/crossbeam-channel-0.5.12.crate) = 90515 SHA256 (rust/crates/crossbeam-deque-0.8.2.crate) = 715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc SIZE (rust/crates/crossbeam-deque-0.8.2.crate) = 21237 SHA256 (rust/crates/crossbeam-epoch-0.9.10.crate) = 045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1 SIZE (rust/crates/crossbeam-epoch-0.9.10.crate) = 46918 -SHA256 (rust/crates/crossbeam-utils-0.8.11.crate) = 51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc -SIZE (rust/crates/crossbeam-utils-0.8.11.crate) = 40887 -SHA256 (rust/crates/crunchy-0.2.2.crate) = 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7 -SIZE (rust/crates/crunchy-0.2.2.crate) = 2995 +SHA256 (rust/crates/crossbeam-utils-0.8.19.crate) = 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 +SIZE (rust/crates/crossbeam-utils-0.8.19.crate) = 42328 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 -SHA256 (rust/crates/ctor-0.1.26.crate) = 6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096 -SIZE (rust/crates/ctor-0.1.26.crate) = 10803 SHA256 (rust/crates/ctor-0.2.5.crate) = 37e366bff8cd32dd8754b0991fb66b279dc48f598c3a18914852a6673deef583 SIZE (rust/crates/ctor-0.2.5.crate) = 11014 SHA256 (rust/crates/cursor-icon-1.1.0.crate) = 96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991 SIZE (rust/crates/cursor-icon-1.1.0.crate) = 11453 -SHA256 (rust/crates/d3d12-0.7.0.crate) = e16e44ab292b1dddfdaf7be62cfd8877df52f2f3fde5858d95bab606be259f20 -SIZE (rust/crates/d3d12-0.7.0.crate) = 17319 -SHA256 (rust/crates/darling-0.13.4.crate) = a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c -SIZE (rust/crates/darling-0.13.4.crate) = 20895 -SHA256 (rust/crates/darling_core-0.13.4.crate) = 859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610 -SIZE (rust/crates/darling_core-0.13.4.crate) = 52937 -SHA256 (rust/crates/darling_macro-0.13.4.crate) = 9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835 -SIZE (rust/crates/darling_macro-0.13.4.crate) = 1910 -SHA256 (rust/crates/data-url-0.2.0.crate) = 8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5 -SIZE (rust/crates/data-url-0.2.0.crate) = 20553 +SHA256 (rust/crates/d3d12-0.19.0.crate) = 3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307 +SIZE (rust/crates/d3d12-0.19.0.crate) = 16772 +SHA256 (rust/crates/darling-0.14.4.crate) = 7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850 +SIZE (rust/crates/darling-0.14.4.crate) = 25168 +SHA256 (rust/crates/darling_core-0.14.4.crate) = 109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0 +SIZE (rust/crates/darling_core-0.14.4.crate) = 57485 +SHA256 (rust/crates/darling_macro-0.14.4.crate) = a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e +SIZE (rust/crates/darling_macro-0.14.4.crate) = 1896 +SHA256 (rust/crates/data-url-0.3.1.crate) = 5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a +SIZE (rust/crates/data-url-0.3.1.crate) = 21109 SHA256 (rust/crates/debugid-0.8.0.crate) = bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d SIZE (rust/crates/debugid-0.8.0.crate) = 12757 +SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 +SIZE (rust/crates/deranged-0.3.11.crate) = 18043 SHA256 (rust/crates/derivative-2.2.0.crate) = fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b SIZE (rust/crates/derivative-2.2.0.crate) = 48076 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 @@ -257,42 +281,50 @@ SHA256 (rust/crates/dmg-0.1.2.crate) = abc28c350337837f23b4750f774371f63db232338 SIZE (rust/crates/dmg-0.1.2.crate) = 11766 SHA256 (rust/crates/downcast-rs-1.2.0.crate) = 9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650 SIZE (rust/crates/downcast-rs-1.2.0.crate) = 11670 -SHA256 (rust/crates/drm-0.9.0.crate) = edf9159ef4bcecd0c5e4cbeb573b8d0037493403d542780dba5d840bbf9df56f -SIZE (rust/crates/drm-0.9.0.crate) = 46379 -SHA256 (rust/crates/drm-ffi-0.5.0.crate) = 1352481b7b90e27a8a1bf8ef6b33cf18b98dba7c410e75c24bb3eef2f0d8d525 -SIZE (rust/crates/drm-ffi-0.5.0.crate) = 7824 +SHA256 (rust/crates/drm-0.11.1.crate) = a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde +SIZE (rust/crates/drm-0.11.1.crate) = 49655 +SHA256 (rust/crates/drm-ffi-0.7.1.crate) = 41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6 +SIZE (rust/crates/drm-ffi-0.7.1.crate) = 9581 SHA256 (rust/crates/drm-fourcc-2.2.0.crate) = 0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4 SIZE (rust/crates/drm-fourcc-2.2.0.crate) = 12192 -SHA256 (rust/crates/drm-sys-0.4.0.crate) = 1369f1679d6b706d234c4c1e0613c415c2c74b598a09ad28080ba2474b72e42d -SIZE (rust/crates/drm-sys-0.4.0.crate) = 53943 -SHA256 (rust/crates/dyn-clone-1.0.10.crate) = c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60 -SIZE (rust/crates/dyn-clone-1.0.10.crate) = 11946 -SHA256 (rust/crates/educe-0.4.22.crate) = 079044df30bb07de7d846d41a184c4b00e66ebdac93ee459253474f3a47e50ae -SIZE (rust/crates/educe-0.4.22.crate) = 44130 +SHA256 (rust/crates/drm-sys-0.6.1.crate) = 2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176 +SIZE (rust/crates/drm-sys-0.6.1.crate) = 10363 +SHA256 (rust/crates/dyn-clone-1.0.16.crate) = 545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d +SIZE (rust/crates/dyn-clone-1.0.16.crate) = 11766 +SHA256 (rust/crates/educe-0.5.11.crate) = e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8 +SIZE (rust/crates/educe-0.5.11.crate) = 47047 SHA256 (rust/crates/either-1.8.0.crate) = 90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797 SIZE (rust/crates/either-1.8.0.crate) = 15992 SHA256 (rust/crates/encoding_rs-0.8.31.crate) = 9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b SIZE (rust/crates/encoding_rs-0.8.31.crate) = 1370113 SHA256 (rust/crates/encoding_rs_io-0.1.7.crate) = 1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83 SIZE (rust/crates/encoding_rs_io-0.1.7.crate) = 16969 -SHA256 (rust/crates/enum-ordinalize-3.1.13.crate) = e4f76552f53cefc9a7f64987c3701b99d982f7690606fd67de1d09712fbf52f1 -SIZE (rust/crates/enum-ordinalize-3.1.13.crate) = 5741 +SHA256 (rust/crates/endi-1.1.0.crate) = a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf +SIZE (rust/crates/endi-1.1.0.crate) = 4872 +SHA256 (rust/crates/enum-ordinalize-4.3.0.crate) = fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5 +SIZE (rust/crates/enum-ordinalize-4.3.0.crate) = 3922 +SHA256 (rust/crates/enum-ordinalize-derive-4.3.1.crate) = 0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff +SIZE (rust/crates/enum-ordinalize-derive-4.3.1.crate) = 7957 SHA256 (rust/crates/enumflags2-0.7.7.crate) = c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2 SIZE (rust/crates/enumflags2-0.7.7.crate) = 15090 SHA256 (rust/crates/enumflags2_derive-0.7.7.crate) = 5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745 SIZE (rust/crates/enumflags2_derive-0.7.7.crate) = 7903 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.3.crate) = 136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd -SIZE (rust/crates/errno-0.3.3.crate) = 10543 -SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf -SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 +SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 +SIZE (rust/crates/errno-0.3.8.crate) = 10645 SHA256 (rust/crates/euclid-0.22.9.crate) = 87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787 SIZE (rust/crates/euclid-0.22.9.crate) = 76671 SHA256 (rust/crates/event-listener-2.5.3.crate) = 0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0 SIZE (rust/crates/event-listener-2.5.3.crate) = 15392 -SHA256 (rust/crates/exr-1.71.0.crate) = 832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8 -SIZE (rust/crates/exr-1.71.0.crate) = 244198 +SHA256 (rust/crates/event-listener-4.0.3.crate) = 67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e +SIZE (rust/crates/event-listener-4.0.3.crate) = 39784 +SHA256 (rust/crates/event-listener-5.2.0.crate) = 2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91 +SIZE (rust/crates/event-listener-5.2.0.crate) = 40217 +SHA256 (rust/crates/event-listener-strategy-0.4.0.crate) = 958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3 +SIZE (rust/crates/event-listener-strategy-0.4.0.crate) = 10225 +SHA256 (rust/crates/event-listener-strategy-0.5.0.crate) = feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291 +SIZE (rust/crates/event-listener-strategy-0.5.0.crate) = 10616 SHA256 (rust/crates/fallible-iterator-0.3.0.crate) = 2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649 SIZE (rust/crates/fallible-iterator-0.3.0.crate) = 19639 SHA256 (rust/crates/fastrand-1.8.0.crate) = a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499 @@ -305,24 +337,26 @@ SHA256 (rust/crates/fdeflate-0.3.0.crate) = d329bdeac514ee06249dabc27877490f17f5 SIZE (rust/crates/fdeflate-0.3.0.crate) = 21790 SHA256 (rust/crates/filetime-0.2.17.crate) = e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c SIZE (rust/crates/filetime-0.2.17.crate) = 14484 -SHA256 (rust/crates/fixedbitset-0.2.0.crate) = 37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d -SIZE (rust/crates/fixedbitset-0.2.0.crate) = 13597 -SHA256 (rust/crates/flate2-1.0.24.crate) = f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6 -SIZE (rust/crates/flate2-1.0.24.crate) = 70191 +SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e +SIZE (rust/crates/flate2-1.0.28.crate) = 73690 SHA256 (rust/crates/float-cmp-0.9.0.crate) = 98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4 SIZE (rust/crates/float-cmp-0.9.0.crate) = 10102 -SHA256 (rust/crates/flume-0.11.0.crate) = 55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181 -SIZE (rust/crates/flume-0.11.0.crate) = 67502 +SHA256 (rust/crates/floem-cosmic-text-0.7.2.crate) = 275b8b99e4cb052beeea4ea35d1ce21810dda584945c0e71778b64e516994ea1 +SIZE (rust/crates/floem-cosmic-text-0.7.2.crate) = 830431 +SHA256 (rust/crates/floem-vger-0.2.8.crate) = 6ef11c9c2f1668ec58b1712f85afec989caaae19273b653aaad1964575f8871c +SIZE (rust/crates/floem-vger-0.2.8.crate) = 100152 +SHA256 (rust/crates/floem-winit-0.29.4.crate) = 9fc88e6b23b93c7ba38e9cd465d2d0cbd3cd4999f05f685349e2b3cdfe88813a +SIZE (rust/crates/floem-winit-0.29.4.crate) = 572080 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/font-types-0.5.2.crate) = bd6784a76a9c2b136ea3b8462391e9328252e938eb706eb44d752723b4c3a533 +SIZE (rust/crates/font-types-0.5.2.crate) = 22396 SHA256 (rust/crates/fontconfig-parser-0.5.3.crate) = 674e258f4b5d2dcd63888c01c68413c51f565e8af99d2f7701c7b81d79ef41c4 SIZE (rust/crates/fontconfig-parser-0.5.3.crate) = 38070 -SHA256 (rust/crates/fontdb-0.14.1.crate) = af8d8cbea8f21307d7e84bca254772981296f058a1d36b461bf4d83a7499fc9e -SIZE (rust/crates/fontdb-0.14.1.crate) = 107231 -SHA256 (rust/crates/fontdb-0.16.0.crate) = 98b88c54a38407f7352dd2c4238830115a6377741098ffd1f997c813d0e088a6 -SIZE (rust/crates/fontdb-0.16.0.crate) = 107295 -SHA256 (rust/crates/fontdue-0.7.3.crate) = 0793f5137567643cf65ea42043a538804ff0fbf288649e2141442b602d81f9bc -SIZE (rust/crates/fontdue-0.7.3.crate) = 139614 +SHA256 (rust/crates/fontdb-0.16.2.crate) = b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3 +SIZE (rust/crates/fontdb-0.16.2.crate) = 107447 +SHA256 (rust/crates/fontdue-0.8.0.crate) = 9099a2f86b8e674b75d03ff154b3fe4c5208ed249ced8d69cc313a9fa40bb488 +SIZE (rust/crates/fontdue-0.8.0.crate) = 140756 SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 SHA256 (rust/crates/foreign-types-0.5.0.crate) = d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965 @@ -333,44 +367,42 @@ SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7f SIZE (rust/crates/foreign-types-shared-0.1.1.crate) = 5672 SHA256 (rust/crates/foreign-types-shared-0.3.1.crate) = aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b SIZE (rust/crates/foreign-types-shared-0.3.1.crate) = 6006 -SHA256 (rust/crates/form_urlencoded-1.1.0.crate) = a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8 -SIZE (rust/crates/form_urlencoded-1.1.0.crate) = 8734 +SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 SHA256 (rust/crates/fs-set-times-0.20.0.crate) = dd738b84894214045e8414eaded76359b4a5773f0a0a56b16575110739cdcf39 SIZE (rust/crates/fs-set-times-0.20.0.crate) = 14610 -SHA256 (rust/crates/fs2-0.4.3.crate) = 9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213 -SIZE (rust/crates/fs2-0.4.3.crate) = 13138 SHA256 (rust/crates/fs_extra-1.3.0.crate) = 42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c SIZE (rust/crates/fs_extra-1.3.0.crate) = 31298 SHA256 (rust/crates/fsevent-sys-4.1.0.crate) = 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2 SIZE (rust/crates/fsevent-sys-4.1.0.crate) = 4620 -SHA256 (rust/crates/futures-0.3.28.crate) = 23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40 -SIZE (rust/crates/futures-0.3.28.crate) = 53229 -SHA256 (rust/crates/futures-channel-0.3.29.crate) = ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb -SIZE (rust/crates/futures-channel-0.3.29.crate) = 32432 -SHA256 (rust/crates/futures-core-0.3.29.crate) = eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c -SIZE (rust/crates/futures-core-0.3.29.crate) = 14808 -SHA256 (rust/crates/futures-executor-0.3.28.crate) = ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0 -SIZE (rust/crates/futures-executor-0.3.28.crate) = 17743 -SHA256 (rust/crates/futures-io-0.3.28.crate) = 4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964 -SIZE (rust/crates/futures-io-0.3.28.crate) = 8910 -SHA256 (rust/crates/futures-lite-1.12.0.crate) = 7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48 -SIZE (rust/crates/futures-lite-1.12.0.crate) = 36032 -SHA256 (rust/crates/futures-macro-0.3.28.crate) = 89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72 -SIZE (rust/crates/futures-macro-0.3.28.crate) = 11272 -SHA256 (rust/crates/futures-sink-0.3.29.crate) = e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817 -SIZE (rust/crates/futures-sink-0.3.29.crate) = 7853 -SHA256 (rust/crates/futures-task-0.3.29.crate) = efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2 -SIZE (rust/crates/futures-task-0.3.29.crate) = 11853 -SHA256 (rust/crates/futures-util-0.3.28.crate) = 26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533 -SIZE (rust/crates/futures-util-0.3.28.crate) = 158510 +SHA256 (rust/crates/futures-0.3.30.crate) = 645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0 +SIZE (rust/crates/futures-0.3.30.crate) = 53828 +SHA256 (rust/crates/futures-channel-0.3.30.crate) = eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78 +SIZE (rust/crates/futures-channel-0.3.30.crate) = 31736 +SHA256 (rust/crates/futures-core-0.3.30.crate) = dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d +SIZE (rust/crates/futures-core-0.3.30.crate) = 14071 +SHA256 (rust/crates/futures-executor-0.3.30.crate) = a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d +SIZE (rust/crates/futures-executor-0.3.30.crate) = 17744 +SHA256 (rust/crates/futures-io-0.3.30.crate) = a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 +SIZE (rust/crates/futures-io-0.3.30.crate) = 8910 +SHA256 (rust/crates/futures-lite-2.2.0.crate) = 445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba +SIZE (rust/crates/futures-lite-2.2.0.crate) = 38029 +SHA256 (rust/crates/futures-macro-0.3.30.crate) = 87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac +SIZE (rust/crates/futures-macro-0.3.30.crate) = 11278 +SHA256 (rust/crates/futures-sink-0.3.30.crate) = 9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5 +SIZE (rust/crates/futures-sink-0.3.30.crate) = 7852 +SHA256 (rust/crates/futures-task-0.3.30.crate) = 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 +SIZE (rust/crates/futures-task-0.3.30.crate) = 11126 +SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 +SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 SHA256 (rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c SIZE (rust/crates/fxhash-0.2.1.crate) = 4102 SHA256 (rust/crates/fxprof-processed-profile-0.6.0.crate) = 27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd SIZE (rust/crates/fxprof-processed-profile-0.6.0.crate) = 29860 SHA256 (rust/crates/generic-array-0.14.6.crate) = bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9 SIZE (rust/crates/generic-array-0.14.6.crate) = 15889 -SHA256 (rust/crates/gethostname-0.3.0.crate) = bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177 -SIZE (rust/crates/gethostname-0.3.0.crate) = 8440 +SHA256 (rust/crates/gethostname-0.4.3.crate) = 0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818 +SIZE (rust/crates/gethostname-0.4.3.crate) = 9336 SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 SIZE (rust/crates/getopts-0.2.21.crate) = 18457 SHA256 (rust/crates/getrandom-0.2.7.crate) = 4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6 @@ -379,58 +411,50 @@ SHA256 (rust/crates/gif-0.12.0.crate) = 80792593675e051cf94a4b111980da2ba60d4a83 SIZE (rust/crates/gif-0.12.0.crate) = 634734 SHA256 (rust/crates/gimli-0.28.0.crate) = 6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0 SIZE (rust/crates/gimli-0.28.0.crate) = 269277 -SHA256 (rust/crates/git2-0.18.1.crate) = fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd -SIZE (rust/crates/git2-0.18.1.crate) = 211466 +SHA256 (rust/crates/git2-0.18.2.crate) = 1b3ba52851e73b46a4c3df1d89343741112003f0f6f13beb0dfac9e457c3fdcd +SIZE (rust/crates/git2-0.18.2.crate) = 212536 SHA256 (rust/crates/gl_generator-0.14.0.crate) = 1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d SIZE (rust/crates/gl_generator-0.14.0.crate) = 22330 SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 SIZE (rust/crates/glob-0.3.0.crate) = 18724 -SHA256 (rust/crates/globset-0.4.9.crate) = 0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a -SIZE (rust/crates/globset-0.4.9.crate) = 22929 -SHA256 (rust/crates/gloo-timers-0.2.6.crate) = 9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c -SIZE (rust/crates/gloo-timers-0.2.6.crate) = 5516 -SHA256 (rust/crates/glow-0.13.0.crate) = 886c2a30b160c4c6fec8f987430c26b526b7988ca71f664e6a699ddf6f9601e4 -SIZE (rust/crates/glow-0.13.0.crate) = 150717 +SHA256 (rust/crates/globset-0.4.14.crate) = 57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1 +SIZE (rust/crates/globset-0.4.14.crate) = 25090 +SHA256 (rust/crates/glow-0.13.1.crate) = bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1 +SIZE (rust/crates/glow-0.13.1.crate) = 150940 SHA256 (rust/crates/glutin_wgl_sys-0.5.0.crate) = 6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead SIZE (rust/crates/glutin_wgl_sys-0.5.0.crate) = 5469 SHA256 (rust/crates/gpu-alloc-0.6.0.crate) = fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171 SIZE (rust/crates/gpu-alloc-0.6.0.crate) = 19649 SHA256 (rust/crates/gpu-alloc-types-0.3.0.crate) = 98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4 SIZE (rust/crates/gpu-alloc-types-0.3.0.crate) = 4128 -SHA256 (rust/crates/gpu-allocator-0.23.0.crate) = 40fe17c8a05d60c38c0a4e5a3c802f2f1ceb66b76c67d96ffb34bef0475a7fad -SIZE (rust/crates/gpu-allocator-0.23.0.crate) = 50234 -SHA256 (rust/crates/gpu-descriptor-0.2.3.crate) = 0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a -SIZE (rust/crates/gpu-descriptor-0.2.3.crate) = 5855 +SHA256 (rust/crates/gpu-allocator-0.25.0.crate) = 6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884 +SIZE (rust/crates/gpu-allocator-0.25.0.crate) = 44341 +SHA256 (rust/crates/gpu-descriptor-0.2.4.crate) = cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c +SIZE (rust/crates/gpu-descriptor-0.2.4.crate) = 6641 SHA256 (rust/crates/gpu-descriptor-types-0.1.1.crate) = 363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126 SIZE (rust/crates/gpu-descriptor-types-0.1.1.crate) = 1956 SHA256 (rust/crates/grep-matcher-0.1.6.crate) = 3902ca28f26945fe35cad349d776f163981d777fee382ccd6ef451126f51b319 SIZE (rust/crates/grep-matcher-0.1.6.crate) = 15682 -SHA256 (rust/crates/grep-regex-0.1.10.crate) = 1345f8d33c89f2d5b081f2f2a41175adef9fd0bed2fea6a26c96c2deb027e58e -SIZE (rust/crates/grep-regex-0.1.10.crate) = 29451 -SHA256 (rust/crates/grep-searcher-0.1.10.crate) = 48852bd08f9b4eb3040ecb6d2f4ade224afe880a9a0909c5563cc59fa67932cc -SIZE (rust/crates/grep-searcher-0.1.10.crate) = 44856 -SHA256 (rust/crates/grid-0.10.0.crate) = eec1c01eb1de97451ee0d60de7d81cf1e72aabefb021616027f3d1c3ec1c723c -SIZE (rust/crates/grid-0.10.0.crate) = 12530 -SHA256 (rust/crates/h2-0.3.21.crate) = 91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833 -SIZE (rust/crates/h2-0.3.21.crate) = 166581 -SHA256 (rust/crates/half-2.2.1.crate) = 02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0 -SIZE (rust/crates/half-2.2.1.crate) = 47021 -SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 -SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e -SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 -SHA256 (rust/crates/hashbrown-0.14.2.crate) = f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156 -SIZE (rust/crates/hashbrown-0.14.2.crate) = 140080 -SHA256 (rust/crates/hassle-rs-0.10.0.crate) = 1397650ee315e8891a0df210707f0fc61771b0cc518c3023896064c5407cb3b0 -SIZE (rust/crates/hassle-rs-0.10.0.crate) = 25867 -SHA256 (rust/crates/heck-0.3.3.crate) = 6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c -SIZE (rust/crates/heck-0.3.3.crate) = 10260 -SHA256 (rust/crates/heck-0.4.0.crate) = 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9 -SIZE (rust/crates/heck-0.4.0.crate) = 11161 +SHA256 (rust/crates/grep-regex-0.1.11.crate) = 997598b41d53a37a2e3fc5300d5c11d825368c054420a9c65125b8fe1078463f +SIZE (rust/crates/grep-regex-0.1.11.crate) = 29451 +SHA256 (rust/crates/grep-searcher-0.1.11.crate) = 5601c4b9f480f0c9ebb40b1f6cbf447b8a50c5369223937a6c5214368c58779f +SIZE (rust/crates/grep-searcher-0.1.11.crate) = 44853 +SHA256 (rust/crates/grid-0.13.0.crate) = d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c +SIZE (rust/crates/grid-0.13.0.crate) = 18163 +SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 +SIZE (rust/crates/h2-0.3.26.crate) = 168315 +SHA256 (rust/crates/half-1.8.2.crate) = eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7 +SIZE (rust/crates/half-1.8.2.crate) = 41874 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 +SHA256 (rust/crates/hassle-rs-0.11.0.crate) = af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890 +SIZE (rust/crates/hassle-rs-0.11.0.crate) = 27178 +SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 +SIZE (rust/crates/heck-0.4.1.crate) = 11567 SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979 -SHA256 (rust/crates/hermit-abi-0.3.2.crate) = 443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b -SIZE (rust/crates/hermit-abi-0.3.2.crate) = 13783 +SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 +SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/hexf-parse-0.2.1.crate) = dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df @@ -457,24 +481,26 @@ SHA256 (rust/crates/id-arena-2.2.1.crate) = 25a2bc672d1148e28034f176e01fffebb08b SIZE (rust/crates/id-arena-2.2.1.crate) = 12203 SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 -SHA256 (rust/crates/idna-0.3.0.crate) = e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6 -SIZE (rust/crates/idna-0.3.0.crate) = 271128 -SHA256 (rust/crates/ignore-0.4.18.crate) = 713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d -SIZE (rust/crates/ignore-0.4.18.crate) = 53174 +SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 +SIZE (rust/crates/idna-0.5.0.crate) = 271940 +SHA256 (rust/crates/ignore-0.4.20.crate) = dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492 +SIZE (rust/crates/ignore-0.4.20.crate) = 53551 SHA256 (rust/crates/im-15.1.0.crate) = d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9 SIZE (rust/crates/im-15.1.0.crate) = 117169 -SHA256 (rust/crates/image-0.24.7.crate) = 6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711 -SIZE (rust/crates/image-0.24.7.crate) = 290618 +SHA256 (rust/crates/im-rc-15.1.0.crate) = af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe +SIZE (rust/crates/im-rc-15.1.0.crate) = 194077 +SHA256 (rust/crates/image-0.25.1.crate) = fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11 +SIZE (rust/crates/image-0.25.1.crate) = 9176733 +SHA256 (rust/crates/image-webp-0.1.1.crate) = 7a84a25dcae3ac487bc24ef280f9e20c79c9b1a3e5e32cbed3041d1c514aa87c +SIZE (rust/crates/image-webp-0.1.1.crate) = 49534 SHA256 (rust/crates/imagesize-0.12.0.crate) = 029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284 SIZE (rust/crates/imagesize-0.12.0.crate) = 15747 SHA256 (rust/crates/include_dir-0.6.2.crate) = 24b56e147e6187d61e9d0f039f10e070d0c0a887e24fe0bb9ca3f29bfde62cab SIZE (rust/crates/include_dir-0.6.2.crate) = 4248 SHA256 (rust/crates/include_dir_impl-0.6.2.crate) = 0a0c890c85da4bab7bce4204c707396bbd3c6c8a681716a51c8814cfc2b682df SIZE (rust/crates/include_dir_impl-0.6.2.crate) = 2039 -SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 -SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.0.2.crate) = 8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897 -SIZE (rust/crates/indexmap-2.0.2.crate) = 64274 +SHA256 (rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 +SIZE (rust/crates/indexmap-2.2.6.crate) = 82420 SHA256 (rust/crates/inotify-0.9.6.crate) = f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff SIZE (rust/crates/inotify-0.9.6.crate) = 22971 SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb @@ -487,18 +513,20 @@ SHA256 (rust/crates/intmap-0.7.1.crate) = ae52f28f45ac2bc96edb7714de995cffc174a3 SIZE (rust/crates/intmap-0.7.1.crate) = 6708 SHA256 (rust/crates/io-extras-0.18.0.crate) = 9d3c230ee517ee76b1cc593b52939ff68deda3fae9e41eca426c6b4993df51c4 SIZE (rust/crates/io-extras-0.18.0.crate) = 33439 -SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 -SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 SHA256 (rust/crates/io-lifetimes-2.0.2.crate) = bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c SIZE (rust/crates/io-lifetimes-2.0.2.crate) = 27937 SHA256 (rust/crates/ipnet-2.5.0.crate) = 879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b SIZE (rust/crates/ipnet-2.5.0.crate) = 25808 SHA256 (rust/crates/is-docker-0.2.0.crate) = 928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3 SIZE (rust/crates/is-docker-0.2.0.crate) = 2664 +SHA256 (rust/crates/is-terminal-0.4.12.crate) = f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b +SIZE (rust/crates/is-terminal-0.4.12.crate) = 7470 SHA256 (rust/crates/is-wsl-0.4.0.crate) = 173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5 SIZE (rust/crates/is-wsl-0.4.0.crate) = 3264 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 SIZE (rust/crates/itertools-0.10.5.crate) = 115354 +SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 +SIZE (rust/crates/itertools-0.12.1.crate) = 137761 SHA256 (rust/crates/itoa-1.0.3.crate) = 6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754 SIZE (rust/crates/itoa-1.0.3.crate) = 10481 SHA256 (rust/crates/ittapi-0.3.5.crate) = 25a5c0b993601cad796222ea076565c5d9f337d35592f8622c753724f06d7271 @@ -513,8 +541,8 @@ SHA256 (rust/crates/jobserver-0.1.25.crate) = 068b1ee6743e4d11fb9c6a1e6064b3693a SIZE (rust/crates/jobserver-0.1.25.crate) = 21888 SHA256 (rust/crates/jpeg-decoder-0.3.0.crate) = bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e SIZE (rust/crates/jpeg-decoder-0.3.0.crate) = 742671 -SHA256 (rust/crates/js-sys-0.3.64.crate) = c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a -SIZE (rust/crates/js-sys-0.3.64.crate) = 80313 +SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d +SIZE (rust/crates/js-sys-0.3.69.crate) = 81083 SHA256 (rust/crates/jsonrpc-lite-0.6.0.crate) = bb4128aba82294c14af2998831c4df3c843940e92b5cfc41bac1229d1e63b88c SIZE (rust/crates/jsonrpc-lite-0.6.0.crate) = 11546 SHA256 (rust/crates/khronos-egl-6.0.0.crate) = 6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76 @@ -527,8 +555,10 @@ SHA256 (rust/crates/kqueue-sys-1.0.3.crate) = 8367585489f01bc55dd27404dcf56b95e6 SIZE (rust/crates/kqueue-sys-1.0.3.crate) = 6673 SHA256 (rust/crates/kurbo-0.9.5.crate) = bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b SIZE (rust/crates/kurbo-0.9.5.crate) = 108513 -SHA256 (rust/crates/kv-log-macro-1.0.7.crate) = 0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f -SIZE (rust/crates/kv-log-macro-1.0.7.crate) = 16842 +SHA256 (rust/crates/kurbo-0.10.4.crate) = 1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440 +SIZE (rust/crates/kurbo-0.10.4.crate) = 925388 +SHA256 (rust/crates/kurbo-0.11.0.crate) = 6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c +SIZE (rust/crates/kurbo-0.11.0.crate) = 122524 SHA256 (rust/crates/lapce-xi-rope-0.3.2.crate) = 6516aaa99c5059dc1a1bc02ed782d5e524699c1b4330028a6bed8259f9d9ff0a SIZE (rust/crates/lapce-xi-rope-0.3.2.crate) = 76245 SHA256 (rust/crates/lazy-bytes-cast-5.0.1.crate) = 10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b @@ -537,14 +567,12 @@ SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832a SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/leb128-0.2.5.crate) = 884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67 SIZE (rust/crates/leb128-0.2.5.crate) = 11843 -SHA256 (rust/crates/lebe-0.5.2.crate) = 03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8 -SIZE (rust/crates/lebe-0.5.2.crate) = 8422 -SHA256 (rust/crates/libc-0.2.149.crate) = a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b -SIZE (rust/crates/libc-0.2.149.crate) = 715592 -SHA256 (rust/crates/libgit2-sys-0.16.1+1.7.1.crate) = f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c -SIZE (rust/crates/libgit2-sys-0.16.1+1.7.1.crate) = 1773446 -SHA256 (rust/crates/libloading-0.7.3.crate) = efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd -SIZE (rust/crates/libloading-0.7.3.crate) = 27378 +SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd +SIZE (rust/crates/libc-0.2.153.crate) = 740614 +SHA256 (rust/crates/libgit2-sys-0.16.2+1.7.2.crate) = ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8 +SIZE (rust/crates/libgit2-sys-0.16.2+1.7.2.crate) = 1773674 +SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f +SIZE (rust/crates/libloading-0.7.4.crate) = 27580 SHA256 (rust/crates/libloading-0.8.1.crate) = c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161 SIZE (rust/crates/libloading-0.8.1.crate) = 27893 SHA256 (rust/crates/libm-0.2.7.crate) = f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4 @@ -553,36 +581,30 @@ SHA256 (rust/crates/libssh2-sys-0.3.0.crate) = 2dc8a030b787e2119a731f1951d6a773e SIZE (rust/crates/libssh2-sys-0.3.0.crate) = 514550 SHA256 (rust/crates/libz-sys-1.1.8.crate) = 9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf SIZE (rust/crates/libz-sys-1.1.8.crate) = 2481844 -SHA256 (rust/crates/line-wrap-0.1.1.crate) = f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9 -SIZE (rust/crates/line-wrap-0.1.1.crate) = 10010 -SHA256 (rust/crates/linux-raw-sys-0.3.8.crate) = ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519 -SIZE (rust/crates/linux-raw-sys-0.3.8.crate) = 1013776 -SHA256 (rust/crates/linux-raw-sys-0.4.10.crate) = da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f -SIZE (rust/crates/linux-raw-sys-0.4.10.crate) = 1407767 +SHA256 (rust/crates/line-wrap-0.2.0.crate) = dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e +SIZE (rust/crates/line-wrap-0.2.0.crate) = 10633 +SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c +SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855 +SHA256 (rust/crates/linux-raw-sys-0.6.4.crate) = f0b5399f6804fbab912acbd8878ed3532d506b7c951b8f9f164ef90fef39e3f4 +SIZE (rust/crates/linux-raw-sys-0.6.4.crate) = 1505350 SHA256 (rust/crates/locale_config-0.3.0.crate) = 08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934 SIZE (rust/crates/locale_config-0.3.0.crate) = 20808 SHA256 (rust/crates/lock_api-0.4.9.crate) = 435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df SIZE (rust/crates/lock_api-0.4.9.crate) = 25685 -SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e -SIZE (rust/crates/log-0.4.17.crate) = 38028 -SHA256 (rust/crates/lsp-types-0.93.1.crate) = a3bcfee315dde785ba887edb540b08765fd7df75a7d948844be6bf5712246734 -SIZE (rust/crates/lsp-types-0.93.1.crate) = 58805 +SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f +SIZE (rust/crates/log-0.4.20.crate) = 38307 SHA256 (rust/crates/mach-0.3.2.crate) = b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa SIZE (rust/crates/mach-0.3.2.crate) = 19611 SHA256 (rust/crates/malloc_buf-0.0.6.crate) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb SIZE (rust/crates/malloc_buf-0.0.6.crate) = 1239 SHA256 (rust/crates/maybe-owned-0.3.4.crate) = 4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4 SIZE (rust/crates/maybe-owned-0.3.4.crate) = 14308 -SHA256 (rust/crates/memchr-2.6.4.crate) = f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167 -SIZE (rust/crates/memchr-2.6.4.crate) = 94439 +SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 +SIZE (rust/crates/memchr-2.7.1.crate) = 96307 SHA256 (rust/crates/memfd-0.6.4.crate) = b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64 SIZE (rust/crates/memfd-0.6.4.crate) = 12820 SHA256 (rust/crates/memmap2-0.5.10.crate) = 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 SIZE (rust/crates/memmap2-0.5.10.crate) = 26847 -SHA256 (rust/crates/memmap2-0.6.2.crate) = 6d28bba84adfe6646737845bc5ebbfa2c08424eb1c37e94a1fd2a82adb56a872 -SIZE (rust/crates/memmap2-0.6.2.crate) = 27221 -SHA256 (rust/crates/memmap2-0.7.1.crate) = f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6 -SIZE (rust/crates/memmap2-0.7.1.crate) = 30741 SHA256 (rust/crates/memmap2-0.9.0.crate) = deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375 SIZE (rust/crates/memmap2-0.9.0.crate) = 31529 SHA256 (rust/crates/memoffset-0.6.5.crate) = 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce @@ -597,18 +619,14 @@ SHA256 (rust/crates/mime-0.3.16.crate) = 2a60c7ce501c71e03a9c9c0d35b861413ae925b SIZE (rust/crates/mime-0.3.16.crate) = 15206 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.5.4.crate) = 96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34 -SIZE (rust/crates/miniz_oxide-0.5.4.crate) = 53485 SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 -SHA256 (rust/crates/mio-0.8.9.crate) = 3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0 -SIZE (rust/crates/mio-0.8.9.crate) = 102227 +SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c +SIZE (rust/crates/mio-0.8.11.crate) = 102983 SHA256 (rust/crates/miow-0.6.0.crate) = 359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044 SIZE (rust/crates/miow-0.6.0.crate) = 27801 -SHA256 (rust/crates/naga-0.14.0.crate) = 61d829abac9f5230a85d8cc83ec0879b4c09790208ae25b5ea031ef84562e071 -SIZE (rust/crates/naga-0.14.0.crate) = 533057 -SHA256 (rust/crates/nanorand-0.7.0.crate) = 6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3 -SIZE (rust/crates/nanorand-0.7.0.crate) = 18437 +SHA256 (rust/crates/naga-0.19.2.crate) = 50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843 +SIZE (rust/crates/naga-0.19.2.crate) = 537942 SHA256 (rust/crates/native-tls-0.2.10.crate) = fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9 SIZE (rust/crates/native-tls-0.2.10.crate) = 28590 SHA256 (rust/crates/ndk-0.8.0.crate) = 2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7 @@ -617,26 +635,22 @@ SHA256 (rust/crates/ndk-context-0.1.1.crate) = 27b02d87554356db9e9a873add8782d4e SIZE (rust/crates/ndk-context-0.1.1.crate) = 2205 SHA256 (rust/crates/ndk-sys-0.5.0+25.2.9519653.crate) = 8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691 SIZE (rust/crates/ndk-sys-0.5.0+25.2.9519653.crate) = 307233 -SHA256 (rust/crates/nix-0.24.2.crate) = 195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc -SIZE (rust/crates/nix-0.24.2.crate) = 264176 SHA256 (rust/crates/nix-0.26.4.crate) = 598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b SIZE (rust/crates/nix-0.26.4.crate) = 279099 +SHA256 (rust/crates/nix-0.27.1.crate) = 2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053 +SIZE (rust/crates/nix-0.27.1.crate) = 286494 SHA256 (rust/crates/nom-7.1.1.crate) = a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36 SIZE (rust/crates/nom-7.1.1.crate) = 115818 -SHA256 (rust/crates/notify-5.0.0.crate) = ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a -SIZE (rust/crates/notify-5.0.0.crate) = 37091 +SHA256 (rust/crates/notify-5.2.0.crate) = 729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486 +SIZE (rust/crates/notify-5.2.0.crate) = 37297 SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 -SHA256 (rust/crates/nucleo-0.2.0.crate) = 0ccab936f2c8ad271bb31430944d98d358f74153566ea323265497f5639b11b6 -SIZE (rust/crates/nucleo-0.2.0.crate) = 34596 -SHA256 (rust/crates/nucleo-matcher-0.2.0.crate) = 1b702b402fe286162d1f00b552a046ce74365d2ac473a2607ff36ba650f9bd57 -SIZE (rust/crates/nucleo-matcher-0.2.0.crate) = 44472 -SHA256 (rust/crates/num-bigint-0.4.3.crate) = f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f -SIZE (rust/crates/num-bigint-0.4.3.crate) = 97799 -SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9 -SIZE (rust/crates/num-integer-0.1.45.crate) = 22529 -SHA256 (rust/crates/num-rational-0.4.1.crate) = 0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0 -SIZE (rust/crates/num-rational-0.4.1.crate) = 27889 +SHA256 (rust/crates/nucleo-0.5.0.crate) = 5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4 +SIZE (rust/crates/nucleo-0.5.0.crate) = 35547 +SHA256 (rust/crates/nucleo-matcher-0.3.1.crate) = bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85 +SIZE (rust/crates/nucleo-matcher-0.3.1.crate) = 50501 +SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 +SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd SIZE (rust/crates/num-traits-0.2.15.crate) = 49262 SHA256 (rust/crates/num_cpus-1.13.1.crate) = 19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1 @@ -645,8 +659,6 @@ SHA256 (rust/crates/num_enum-0.7.0.crate) = 70bf6736f74634d299d00086f02986875b3c SIZE (rust/crates/num_enum-0.7.0.crate) = 18578 SHA256 (rust/crates/num_enum_derive-0.7.0.crate) = 56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597 SIZE (rust/crates/num_enum_derive-0.7.0.crate) = 17076 -SHA256 (rust/crates/num_threads-0.1.6.crate) = 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44 -SIZE (rust/crates/num_threads-0.1.6.crate) = 7334 SHA256 (rust/crates/objc-0.2.7.crate) = 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1 SIZE (rust/crates/objc-0.2.7.crate) = 22036 SHA256 (rust/crates/objc-foundation-0.1.1.crate) = 1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9 @@ -663,50 +675,46 @@ SHA256 (rust/crates/objc_id-0.1.1.crate) = c92d4ddb4bd7b50d730c215ff871754d0da6b SIZE (rust/crates/objc_id-0.1.1.crate) = 3258 SHA256 (rust/crates/object-0.32.1.crate) = 9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0 SIZE (rust/crates/object-0.32.1.crate) = 275463 -SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d -SIZE (rust/crates/once_cell-1.18.0.crate) = 32969 -SHA256 (rust/crates/open-5.0.0.crate) = cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8 -SIZE (rust/crates/open-5.0.0.crate) = 21085 -SHA256 (rust/crates/openssl-0.10.42.crate) = 12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13 -SIZE (rust/crates/openssl-0.10.42.crate) = 225875 +SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 +SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 +SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 +SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 +SHA256 (rust/crates/open-5.1.2.crate) = 449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32 +SIZE (rust/crates/open-5.1.2.crate) = 23336 +SHA256 (rust/crates/openssl-0.10.63.crate) = 15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8 +SIZE (rust/crates/openssl-0.10.63.crate) = 270890 SHA256 (rust/crates/openssl-macros-0.1.0.crate) = b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c SIZE (rust/crates/openssl-macros-0.1.0.crate) = 5566 SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 -SHA256 (rust/crates/openssl-sys-0.9.76.crate) = 5230151e44c0f05157effb743e8d517472843121cf9243e8b81393edb5acd9ce -SIZE (rust/crates/openssl-sys-0.9.76.crate) = 60561 +SHA256 (rust/crates/openssl-sys-0.9.99.crate) = 22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae +SIZE (rust/crates/openssl-sys-0.9.99.crate) = 68158 SHA256 (rust/crates/orbclient-0.3.46.crate) = 8378ac0dfbd4e7895f2d2c1f1345cab3836910baf3a300b000d04250f0c8428f SIZE (rust/crates/orbclient-0.3.46.crate) = 1324549 -SHA256 (rust/crates/ordered-stream-0.0.1.crate) = 44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1 -SIZE (rust/crates/ordered-stream-0.0.1.crate) = 9081 -SHA256 (rust/crates/os_str_bytes-6.3.0.crate) = 9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff -SIZE (rust/crates/os_str_bytes-6.3.0.crate) = 22928 -SHA256 (rust/crates/ouroboros-0.15.6.crate) = e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db -SIZE (rust/crates/ouroboros-0.15.6.crate) = 11257 -SHA256 (rust/crates/ouroboros_macro-0.15.6.crate) = 5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7 -SIZE (rust/crates/ouroboros_macro-0.15.6.crate) = 20751 +SHA256 (rust/crates/ordered-stream-0.2.0.crate) = 9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50 +SIZE (rust/crates/ordered-stream-0.2.0.crate) = 19077 +SHA256 (rust/crates/ouroboros-0.18.3.crate) = 97b7be5a8a3462b752f4be3ff2b2bf2f7f1d00834902e46be2a4d68b87b0573c +SIZE (rust/crates/ouroboros-0.18.3.crate) = 11348 +SHA256 (rust/crates/ouroboros_macro-0.18.3.crate) = b645dcde5f119c2c454a92d0dfa271a2a3b205da92e4292a68ead4bdbfde1f33 +SIZE (rust/crates/ouroboros_macro-0.18.3.crate) = 21969 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 SHA256 (rust/crates/owned_ttf_parser-0.19.0.crate) = 706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4 SIZE (rust/crates/owned_ttf_parser-0.19.0.crate) = 150704 -SHA256 (rust/crates/parking-2.0.0.crate) = 427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72 -SIZE (rust/crates/parking-2.0.0.crate) = 9714 -SHA256 (rust/crates/parking_lot-0.11.2.crate) = 7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99 -SIZE (rust/crates/parking_lot-0.11.2.crate) = 39869 +SHA256 (rust/crates/parking-2.2.0.crate) = bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae +SIZE (rust/crates/parking-2.2.0.crate) = 9730 SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 -SHA256 (rust/crates/parking_lot_core-0.8.5.crate) = d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216 -SIZE (rust/crates/parking_lot_core-0.8.5.crate) = 32466 SHA256 (rust/crates/parking_lot_core-0.9.3.crate) = 09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929 SIZE (rust/crates/parking_lot_core-0.9.3.crate) = 32256 SHA256 (rust/crates/paste-1.0.9.crate) = b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1 SIZE (rust/crates/paste-1.0.9.crate) = 17752 SHA256 (rust/crates/pathdiff-0.2.1.crate) = 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd SIZE (rust/crates/pathdiff-0.2.1.crate) = 7142 -SHA256 (rust/crates/percent-encoding-2.2.0.crate) = 478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e -SIZE (rust/crates/percent-encoding-2.2.0.crate) = 10075 -SHA256 (rust/crates/petgraph-0.5.1.crate) = 467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7 -SIZE (rust/crates/petgraph-0.5.1.crate) = 147173 +SHA256 (rust/crates/peniko-0.1.0.crate) = caaf7fec601d640555d9a4cab7343eba1e1c7a5a71c9993ff63b4c26bc5d50c5 +SIZE (rust/crates/peniko-0.1.0.crate) = 21078 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/pico-args-0.5.0.crate) = 5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315 SIZE (rust/crates/pico-args-0.5.0.crate) = 11545 SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58 @@ -717,44 +725,46 @@ SHA256 (rust/crates/piper-0.2.1.crate) = 668d31b1c4eba19242f2088b2bf3316b82ca310 SIZE (rust/crates/piper-0.2.1.crate) = 15878 SHA256 (rust/crates/pkg-config-0.3.25.crate) = 1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae SIZE (rust/crates/pkg-config-0.3.25.crate) = 16838 -SHA256 (rust/crates/plist-1.4.3.crate) = 9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590 -SIZE (rust/crates/plist-1.4.3.crate) = 46598 +SHA256 (rust/crates/plist-1.6.1.crate) = d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9 +SIZE (rust/crates/plist-1.6.1.crate) = 47933 +SHA256 (rust/crates/plotters-0.3.5.crate) = d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45 +SIZE (rust/crates/plotters-0.3.5.crate) = 143975 +SHA256 (rust/crates/plotters-backend-0.3.5.crate) = 9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609 +SIZE (rust/crates/plotters-backend-0.3.5.crate) = 13440 +SHA256 (rust/crates/plotters-svg-0.3.5.crate) = 38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab +SIZE (rust/crates/plotters-svg-0.3.5.crate) = 6948 SHA256 (rust/crates/png-0.17.10.crate) = dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64 SIZE (rust/crates/png-0.17.10.crate) = 89384 -SHA256 (rust/crates/polling-2.8.0.crate) = 4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce -SIZE (rust/crates/polling-2.8.0.crate) = 43554 -SHA256 (rust/crates/polling-3.2.0.crate) = 62a79e457c9898100b4298d57d69ec53d06f9a6ed352431ce5f377e082d2e846 -SIZE (rust/crates/polling-3.2.0.crate) = 53244 +SHA256 (rust/crates/polling-3.6.0.crate) = e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6 +SIZE (rust/crates/polling-3.6.0.crate) = 58128 SHA256 (rust/crates/pollster-0.3.0.crate) = 22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2 SIZE (rust/crates/pollster-0.3.0.crate) = 9436 +SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 +SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.16.crate) = eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872 SIZE (rust/crates/ppv-lite86-0.2.16.crate) = 22245 SHA256 (rust/crates/presser-0.3.1.crate) = e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa SIZE (rust/crates/presser-0.3.1.crate) = 20946 SHA256 (rust/crates/proc-macro-crate-1.3.1.crate) = 7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919 SIZE (rust/crates/proc-macro-crate-1.3.1.crate) = 9678 -SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c -SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 -SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 -SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 SHA256 (rust/crates/proc-macro-hack-0.5.20+deprecated.crate) = dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068 SIZE (rust/crates/proc-macro-hack-0.5.20+deprecated.crate) = 15045 -SHA256 (rust/crates/proc-macro2-1.0.69.crate) = 134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da -SIZE (rust/crates/proc-macro2-1.0.69.crate) = 44271 +SHA256 (rust/crates/proc-macro2-1.0.79.crate) = e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e +SIZE (rust/crates/proc-macro2-1.0.79.crate) = 47200 +SHA256 (rust/crates/proc-macro2-diagnostics-0.10.1.crate) = af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8 +SIZE (rust/crates/proc-macro2-diagnostics-0.10.1.crate) = 12219 SHA256 (rust/crates/profiling-1.0.10.crate) = 45f10e75d83c7aec79a6aa46f897075890e156b105eebe51cfa0abce51af025f SIZE (rust/crates/profiling-1.0.10.crate) = 31168 SHA256 (rust/crates/psm-0.1.21.crate) = 5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874 SIZE (rust/crates/psm-0.1.21.crate) = 23126 -SHA256 (rust/crates/pulldown-cmark-0.9.3.crate) = 77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998 -SIZE (rust/crates/pulldown-cmark-0.9.3.crate) = 117339 -SHA256 (rust/crates/qoi-0.4.1.crate) = 7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001 -SIZE (rust/crates/qoi-0.4.1.crate) = 71135 -SHA256 (rust/crates/quick-xml-0.28.2.crate) = 0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1 -SIZE (rust/crates/quick-xml-0.28.2.crate) = 156462 -SHA256 (rust/crates/quick-xml-0.30.0.crate) = eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956 -SIZE (rust/crates/quick-xml-0.30.0.crate) = 161923 -SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae -SIZE (rust/crates/quote-1.0.33.crate) = 28090 +SHA256 (rust/crates/pulldown-cmark-0.10.2.crate) = 5f0530d13d87d1f549b66a3e8d0c688952abe5994e204ed62615baaf25dc029c +SIZE (rust/crates/pulldown-cmark-0.10.2.crate) = 141610 +SHA256 (rust/crates/pulldown-cmark-escape-0.10.0.crate) = d5d8f9aa0e3cbcfaf8bf00300004ee3b72f74770f9cbac93f6928771f613276b +SIZE (rust/crates/pulldown-cmark-escape-0.10.0.crate) = 8944 +SHA256 (rust/crates/quick-xml-0.31.0.crate) = 1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33 +SIZE (rust/crates/quick-xml-0.31.0.crate) = 172236 +SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef +SIZE (rust/crates/quote-1.0.35.crate) = 28136 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 @@ -771,72 +781,64 @@ SHA256 (rust/crates/raw-window-handle-0.5.2.crate) = f2ff9a1f06a88b01621b7ae906e SIZE (rust/crates/raw-window-handle-0.5.2.crate) = 17063 SHA256 (rust/crates/raw-window-handle-0.6.0.crate) = 42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544 SIZE (rust/crates/raw-window-handle-0.6.0.crate) = 17224 -SHA256 (rust/crates/rayon-1.8.0.crate) = 9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1 -SIZE (rust/crates/rayon-1.8.0.crate) = 170172 -SHA256 (rust/crates/rayon-core-1.12.0.crate) = 5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed -SIZE (rust/crates/rayon-core-1.12.0.crate) = 70081 -SHA256 (rust/crates/rctree-0.5.0.crate) = 3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f -SIZE (rust/crates/rctree-0.5.0.crate) = 8298 +SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa +SIZE (rust/crates/rayon-1.10.0.crate) = 180155 +SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 +SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 +SHA256 (rust/crates/read-fonts-0.19.0.crate) = ea75b5ec052843434d263ef7a4c31cf86db5908c729694afb1ad3c884252a1b6 +SIZE (rust/crates/read-fonts-0.19.0.crate) = 239174 SHA256 (rust/crates/rect_packer-0.2.1.crate) = d8ffb4dfda4b01cc420847665dc480760d596ce186f2772a66ed32fe9acb1c45 SIZE (rust/crates/rect_packer-0.2.1.crate) = 10157 SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 SHA256 (rust/crates/redox_syscall-0.3.5.crate) = 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 SIZE (rust/crates/redox_syscall-0.3.5.crate) = 23404 +SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa +SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b SIZE (rust/crates/redox_users-0.4.3.crate) = 15353 -SHA256 (rust/crates/regalloc2-0.9.3.crate) = ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6 -SIZE (rust/crates/regalloc2-0.9.3.crate) = 120867 -SHA256 (rust/crates/regex-1.10.2.crate) = 380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343 -SIZE (rust/crates/regex-1.10.2.crate) = 252839 -SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 -SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 -SHA256 (rust/crates/regex-automata-0.3.9.crate) = 59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9 -SIZE (rust/crates/regex-automata-0.3.9.crate) = 610489 -SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f -SIZE (rust/crates/regex-automata-0.4.3.crate) = 617011 +SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c +SIZE (rust/crates/regex-1.10.4.crate) = 253191 +SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea +SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565 SHA256 (rust/crates/regex-syntax-0.6.27.crate) = a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244 SIZE (rust/crates/regex-syntax-0.6.27.crate) = 297300 -SHA256 (rust/crates/regex-syntax-0.7.5.crate) = dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da -SIZE (rust/crates/regex-syntax-0.7.5.crate) = 343366 SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 SHA256 (rust/crates/remove_dir_all-0.5.3.crate) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 SIZE (rust/crates/remove_dir_all-0.5.3.crate) = 9184 SHA256 (rust/crates/renderdoc-sys-1.0.0.crate) = 216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b SIZE (rust/crates/renderdoc-sys-1.0.0.crate) = 10336 -SHA256 (rust/crates/reqwest-0.11.22.crate) = 046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b -SIZE (rust/crates/reqwest-0.11.22.crate) = 156932 -SHA256 (rust/crates/resvg-0.33.0.crate) = 1df5f3de3bb51d8a4766a1ef5d85851f2737716dea899516248d25e313a51b0d -SIZE (rust/crates/resvg-0.33.0.crate) = 72969 -SHA256 (rust/crates/rfd-0.11.4.crate) = 4fe664af397d2b6a13a8ba1d172a2b5c87c6c5149039edbf8fa122b98c9ed96f -SIZE (rust/crates/rfd-0.11.4.crate) = 42670 +SHA256 (rust/crates/reqwest-0.11.27.crate) = dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62 +SIZE (rust/crates/reqwest-0.11.27.crate) = 163155 +SHA256 (rust/crates/resvg-0.40.0.crate) = 024e40e1ba7313fc315b1720298988c0cd6f8bfe3754b52838aafecebd11355a +SIZE (rust/crates/resvg-0.40.0.crate) = 79524 +SHA256 (rust/crates/rfd-0.14.1.crate) = 25a73a7337fc24366edfca76ec521f51877b114e42dab584008209cca6719251 +SIZE (rust/crates/rfd-0.14.1.crate) = 50342 SHA256 (rust/crates/rgb-0.8.36.crate) = 20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59 SIZE (rust/crates/rgb-0.8.36.crate) = 16576 -SHA256 (rust/crates/rosvgtree-0.3.0.crate) = ad747e7384940e7bf33b15ba433b7bad9f44c0c6d5287a67c2cb22cd1743d497 -SIZE (rust/crates/rosvgtree-0.3.0.crate) = 25888 SHA256 (rust/crates/roxmltree-0.18.0.crate) = d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8 SIZE (rust/crates/roxmltree-0.18.0.crate) = 42463 +SHA256 (rust/crates/roxmltree-0.19.0.crate) = 3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f +SIZE (rust/crates/roxmltree-0.19.0.crate) = 53547 SHA256 (rust/crates/rustc-demangle-0.1.21.crate) = 7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342 SIZE (rust/crates/rustc-demangle-0.1.21.crate) = 27920 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 -SHA256 (rust/crates/rustix-0.37.23.crate) = 4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06 -SIZE (rust/crates/rustix-0.37.23.crate) = 328010 -SHA256 (rust/crates/rustix-0.38.20.crate) = 67ce50cb2e16c2903e30d1cbccfd8387a74b9d4c938b6a4c5ec6cc7556f7a8a0 -SIZE (rust/crates/rustix-0.38.20.crate) = 358266 +SHA256 (rust/crates/rustix-0.38.32.crate) = 65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89 +SIZE (rust/crates/rustix-0.38.32.crate) = 376999 SHA256 (rust/crates/rustix-openpty-0.1.1.crate) = a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12 SIZE (rust/crates/rustix-openpty-0.1.1.crate) = 11478 -SHA256 (rust/crates/rustybuzz-0.7.0.crate) = 162bdf42e261bee271b3957691018634488084ef577dddeb6420a9684cab2a6a -SIZE (rust/crates/rustybuzz-0.7.0.crate) = 219739 -SHA256 (rust/crates/rustybuzz-0.8.0.crate) = 82eea22c8f56965eeaf3a209b3d24508256c7b920fb3b6211b8ba0f7c0583250 -SIZE (rust/crates/rustybuzz-0.8.0.crate) = 219805 +SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c +SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 +SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4 +SIZE (rust/crates/rustversion-1.0.14.crate) = 17261 +SHA256 (rust/crates/rustybuzz-0.12.1.crate) = f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c +SIZE (rust/crates/rustybuzz-0.12.1.crate) = 242589 SHA256 (rust/crates/ryu-1.0.11.crate) = 4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09 SIZE (rust/crates/ryu-1.0.11.crate) = 47007 -SHA256 (rust/crates/safemem-0.3.3.crate) = ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072 -SIZE (rust/crates/safemem-0.3.3.crate) = 7778 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/schannel-0.1.20.crate) = 88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2 @@ -855,10 +857,10 @@ SHA256 (rust/crates/security-framework-sys-2.6.1.crate) = 0160a13a177a45bfb43ce7 SIZE (rust/crates/security-framework-sys-2.6.1.crate) = 17717 SHA256 (rust/crates/semver-1.0.20.crate) = 836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090 SIZE (rust/crates/semver-1.0.20.crate) = 30451 -SHA256 (rust/crates/serde-1.0.190.crate) = 91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7 -SIZE (rust/crates/serde-1.0.190.crate) = 76455 -SHA256 (rust/crates/serde_derive-1.0.190.crate) = 67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3 -SIZE (rust/crates/serde_derive-1.0.190.crate) = 55676 +SHA256 (rust/crates/serde-1.0.197.crate) = 3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2 +SIZE (rust/crates/serde-1.0.197.crate) = 77087 +SHA256 (rust/crates/serde_derive-1.0.197.crate) = 7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b +SIZE (rust/crates/serde_derive-1.0.197.crate) = 55771 SHA256 (rust/crates/serde_json-1.0.107.crate) = 6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65 SIZE (rust/crates/serde_json-1.0.107.crate) = 146458 SHA256 (rust/crates/serde_repr-0.1.9.crate) = 1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca @@ -867,14 +869,10 @@ SHA256 (rust/crates/serde_spanned-0.6.3.crate) = 96426c9936fd7a0124915f9185ea1d2 SIZE (rust/crates/serde_spanned-0.6.3.crate) = 7737 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 -SHA256 (rust/crates/serde_yaml-0.9.25.crate) = 1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574 -SIZE (rust/crates/serde_yaml-0.9.25.crate) = 64594 -SHA256 (rust/crates/sha1-0.6.1.crate) = c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770 -SIZE (rust/crates/sha1-0.6.1.crate) = 2931 -SHA256 (rust/crates/sha1_smol-1.0.0.crate) = ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012 -SIZE (rust/crates/sha1_smol-1.0.0.crate) = 9782 -SHA256 (rust/crates/sha2-0.10.7.crate) = 479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8 -SIZE (rust/crates/sha2-0.10.7.crate) = 22541 +SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba +SIZE (rust/crates/sha1-0.10.6.crate) = 13517 +SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 +SIZE (rust/crates/sha2-0.10.8.crate) = 26357 SHA256 (rust/crates/sharded-slab-0.1.4.crate) = 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31 SIZE (rust/crates/sharded-slab-0.1.4.crate) = 52479 SHA256 (rust/crates/shellexpand-2.1.2.crate) = 7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4 @@ -893,14 +891,12 @@ SHA256 (rust/crates/sized-chunks-0.6.5.crate) = 16d69225bde7a69b235da73377861095 SIZE (rust/crates/sized-chunks-0.6.5.crate) = 43628 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 SIZE (rust/crates/slab-0.4.9.crate) = 17108 -SHA256 (rust/crates/sled-0.34.7.crate) = 7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935 -SIZE (rust/crates/sled-0.34.7.crate) = 485296 SHA256 (rust/crates/slice-group-by-0.3.0.crate) = 03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec SIZE (rust/crates/slice-group-by-0.3.0.crate) = 14015 -SHA256 (rust/crates/slotmap-1.0.6.crate) = e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342 -SIZE (rust/crates/slotmap-1.0.6.crate) = 58954 -SHA256 (rust/crates/smallvec-1.11.1.crate) = 942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a -SIZE (rust/crates/smallvec-1.11.1.crate) = 34831 +SHA256 (rust/crates/slotmap-1.0.7.crate) = dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a +SIZE (rust/crates/slotmap-1.0.7.crate) = 61390 +SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 +SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 SHA256 (rust/crates/smithay-client-toolkit-0.18.0.crate) = 60e3d9941fa3bacf7c2bf4b065304faa14164151254cd16ce1b1bc8fc381600f SIZE (rust/crates/smithay-client-toolkit-0.18.0.crate) = 126729 SHA256 (rust/crates/smithay-clipboard-0.7.0.crate) = 0bb62b280ce5a5cba847669933a0948d00904cf83845c944eae96a4738cea1a6 @@ -911,14 +907,12 @@ SHA256 (rust/crates/socket2-0.4.7.crate) = 02e2d2db9033d13a1567121ddd7a095ee144d SIZE (rust/crates/socket2-0.4.7.crate) = 44619 SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9 SIZE (rust/crates/socket2-0.5.5.crate) = 54863 -SHA256 (rust/crates/softbuffer-0.3.1.crate) = 8bd56fe5e6c6f1881aad2bd37acaef4ac4a3689c970dfcbd87a36a6e60210ec8 -SIZE (rust/crates/softbuffer-0.3.1.crate) = 53655 -SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 -SIZE (rust/crates/spin-0.9.8.crate) = 38958 +SHA256 (rust/crates/softbuffer-0.4.1.crate) = 071916a85d1db274b4ed57af3a14afb66bd836ae7f82ebb6f1fd3455107830d9 +SIZE (rust/crates/softbuffer-0.4.1.crate) = 58805 SHA256 (rust/crates/spinning-0.1.0.crate) = 2d4f0e86297cad2658d92a707320d87bf4e6ae1050287f51d19b67ef3f153a7b SIZE (rust/crates/spinning-0.1.0.crate) = 12713 -SHA256 (rust/crates/spirv-0.2.0+1.5.4.crate) = 246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830 -SIZE (rust/crates/spirv-0.2.0+1.5.4.crate) = 30491 +SHA256 (rust/crates/spirv-0.3.0+sdk-1.3.268.0.crate) = eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844 +SIZE (rust/crates/spirv-0.3.0+sdk-1.3.268.0.crate) = 30802 SHA256 (rust/crates/sptr-0.3.2.crate) = 3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a SIZE (rust/crates/sptr-0.3.2.crate) = 14598 SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 @@ -931,20 +925,20 @@ SHA256 (rust/crates/strict-num-0.1.1.crate) = 6637bab7722d379c8b41ba849228d680cc SIZE (rust/crates/strict-num-0.1.1.crate) = 5104 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/strum-0.21.0.crate) = aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2 -SIZE (rust/crates/strum-0.21.0.crate) = 5296 -SHA256 (rust/crates/strum_macros-0.21.1.crate) = d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec -SIZE (rust/crates/strum_macros-0.21.1.crate) = 16280 -SHA256 (rust/crates/svgfilters-0.4.0.crate) = 639abcebc15fdc2df179f37d6f5463d660c1c79cd552c12343a4600827a04bce -SIZE (rust/crates/svgfilters-0.4.0.crate) = 22597 -SHA256 (rust/crates/svgtypes-0.11.0.crate) = ed4b0611e7f3277f68c0fa18e385d9e2d26923691379690039548f867cef02a7 -SIZE (rust/crates/svgtypes-0.11.0.crate) = 35681 -SHA256 (rust/crates/swash-0.1.8.crate) = 3b7c73c813353c347272919aa1af2885068b05e625e5532b43049e4f641ae77f -SIZE (rust/crates/swash-0.1.8.crate) = 276623 -SHA256 (rust/crates/syn-1.0.101.crate) = e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2 -SIZE (rust/crates/syn-1.0.101.crate) = 236599 -SHA256 (rust/crates/syn-2.0.38.crate) = e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b -SIZE (rust/crates/syn-2.0.38.crate) = 243284 +SHA256 (rust/crates/strum-0.26.2.crate) = 5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29 +SIZE (rust/crates/strum-0.26.2.crate) = 7189 +SHA256 (rust/crates/strum_macros-0.26.2.crate) = c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946 +SIZE (rust/crates/strum_macros-0.26.2.crate) = 27056 +SHA256 (rust/crates/svgtypes-0.14.0.crate) = 59d7618f12b51be8171a7cfdda1e7a93f79cbc57c4e7adf89a749cf671125241 +SIZE (rust/crates/svgtypes-0.14.0.crate) = 41606 +SHA256 (rust/crates/swash-0.1.15.crate) = 06ec889a8e0a6fcb91041996c8f1f6be0fe1a09e94478785e07c32ce2bca2d2b +SIZE (rust/crates/swash-0.1.15.crate) = 279992 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.57.crate) = 11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35 +SIZE (rust/crates/syn-2.0.57.crate) = 254911 +SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 +SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/sys-locale-0.2.4.crate) = f8a11bd9c338fdba09f7881ab41551932ad42e405f61d01e8406baea71c07aee SIZE (rust/crates/sys-locale-0.2.4.crate) = 14223 SHA256 (rust/crates/system-configuration-0.5.1.crate) = ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7 @@ -953,52 +947,46 @@ SHA256 (rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683 SIZE (rust/crates/system-configuration-sys-0.5.0.crate) = 6730 SHA256 (rust/crates/system-interface-0.26.0.crate) = 27ce32341b2c0b70c144bbf35627fdc1ef18c76ced5e5e7b3ee8b5ba6b2ab6a0 SIZE (rust/crates/system-interface-0.26.0.crate) = 32803 -SHA256 (rust/crates/taffy-0.3.18.crate) = 3c2287b6d7f721ada4cddf61ade5e760b2c6207df041cac9bfaa192897362fd3 -SIZE (rust/crates/taffy-0.3.18.crate) = 110464 -SHA256 (rust/crates/tar-0.4.38.crate) = 4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6 -SIZE (rust/crates/tar-0.4.38.crate) = 49158 +SHA256 (rust/crates/taffy-0.4.3.crate) = 7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225 +SIZE (rust/crates/taffy-0.4.3.crate) = 124845 +SHA256 (rust/crates/tar-0.4.40.crate) = b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb +SIZE (rust/crates/tar-0.4.40.crate) = 51844 SHA256 (rust/crates/target-lexicon-0.12.11.crate) = 9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a SIZE (rust/crates/target-lexicon-0.12.11.crate) = 24594 SHA256 (rust/crates/tempfile-3.3.0.crate) = 5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4 SIZE (rust/crates/tempfile-3.3.0.crate) = 27578 -SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 -SIZE (rust/crates/termcolor-1.1.3.crate) = 17242 -SHA256 (rust/crates/textwrap-0.16.0.crate) = 222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d -SIZE (rust/crates/textwrap-0.16.0.crate) = 53722 -SHA256 (rust/crates/thiserror-1.0.50.crate) = f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2 -SIZE (rust/crates/thiserror-1.0.50.crate) = 19414 -SHA256 (rust/crates/thiserror-impl-1.0.50.crate) = 266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8 -SIZE (rust/crates/thiserror-impl-1.0.50.crate) = 15357 -SHA256 (rust/crates/thread-id-4.0.0.crate) = 5fdfe0627923f7411a43ec9ec9c39c3a9b4151be313e0922042581fb6c9b717f -SIZE (rust/crates/thread-id-4.0.0.crate) = 8045 +SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 +SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 +SHA256 (rust/crates/thiserror-1.0.58.crate) = 03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297 +SIZE (rust/crates/thiserror-1.0.58.crate) = 21025 +SHA256 (rust/crates/thiserror-impl-1.0.58.crate) = c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7 +SIZE (rust/crates/thiserror-impl-1.0.58.crate) = 15645 SHA256 (rust/crates/thread_local-1.1.4.crate) = 5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180 SIZE (rust/crates/thread_local-1.1.4.crate) = 13106 -SHA256 (rust/crates/tiff-0.9.0.crate) = 6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211 -SIZE (rust/crates/tiff-0.9.0.crate) = 1418215 -SHA256 (rust/crates/time-0.1.44.crate) = 6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255 -SIZE (rust/crates/time-0.1.44.crate) = 28885 -SHA256 (rust/crates/time-0.3.14.crate) = 3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b -SIZE (rust/crates/time-0.3.14.crate) = 93111 -SHA256 (rust/crates/tiny-skia-0.9.1.crate) = ce2986c82f77818c7b9144c70818fdde98db15308e329ae2f7204d767808fd3c -SIZE (rust/crates/tiny-skia-0.9.1.crate) = 198973 -SHA256 (rust/crates/tiny-skia-0.11.1.crate) = f4e37fdc219ee3d551882d24dc5e4df5f72fd9723cbca1ffaa57f7348bf7a47d -SIZE (rust/crates/tiny-skia-0.11.1.crate) = 200582 -SHA256 (rust/crates/tiny-skia-path-0.9.0.crate) = f7acb0ccda1ac91084353a56d0b69b0e29c311fd809d2088b1ed2f9ae1841c47 -SIZE (rust/crates/tiny-skia-path-0.9.0.crate) = 45879 -SHA256 (rust/crates/tiny-skia-path-0.11.1.crate) = 93a323d1de20dad9bc8b32daf57702c585ce76e80792d8151de1fc9dfc8d1ca7 -SIZE (rust/crates/tiny-skia-path-0.11.1.crate) = 47098 +SHA256 (rust/crates/time-0.3.34.crate) = c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749 +SIZE (rust/crates/time-0.3.34.crate) = 118430 +SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 +SIZE (rust/crates/time-core-0.1.2.crate) = 7191 +SHA256 (rust/crates/time-macros-0.2.17.crate) = 7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774 +SIZE (rust/crates/time-macros-0.2.17.crate) = 24443 +SHA256 (rust/crates/tiny-skia-0.11.4.crate) = 83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab +SIZE (rust/crates/tiny-skia-0.11.4.crate) = 201082 +SHA256 (rust/crates/tiny-skia-path-0.11.4.crate) = 9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93 +SIZE (rust/crates/tiny-skia-path-0.11.4.crate) = 47764 SHA256 (rust/crates/tiny-xlib-0.2.2.crate) = d4098d49269baa034a8d1eae9bd63e9fa532148d772121dace3bcd6a6c98eb6d SIZE (rust/crates/tiny-xlib-0.2.2.crate) = 15775 +SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc +SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490 SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817 SHA256 (rust/crates/to_method-1.1.0.crate) = c7c4ceeeca15c8384bbc3e011dbd8fccb7f068a440b752b7d9b32ceb0ca0e2e8 SIZE (rust/crates/to_method-1.1.0.crate) = 4738 -SHA256 (rust/crates/tokio-1.33.0.crate) = 4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653 -SIZE (rust/crates/tokio-1.33.0.crate) = 733783 -SHA256 (rust/crates/tokio-macros-2.1.0.crate) = 630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e -SIZE (rust/crates/tokio-macros-2.1.0.crate) = 11472 +SHA256 (rust/crates/tokio-1.36.0.crate) = 61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931 +SIZE (rust/crates/tokio-1.36.0.crate) = 757286 +SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b +SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520 SHA256 (rust/crates/tokio-native-tls-0.3.0.crate) = f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b SIZE (rust/crates/tokio-native-tls-0.3.0.crate) = 20759 SHA256 (rust/crates/tokio-socks-0.5.1.crate) = 51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0 @@ -1007,12 +995,10 @@ SHA256 (rust/crates/tokio-util-0.7.4.crate) = 0bb2e075f03b3d66d8d8785356224ba688 SIZE (rust/crates/tokio-util-0.7.4.crate) = 93424 SHA256 (rust/crates/toml-0.5.9.crate) = 8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7 SIZE (rust/crates/toml-0.5.9.crate) = 55667 -SHA256 (rust/crates/toml-0.8.2.crate) = 185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d -SIZE (rust/crates/toml-0.8.2.crate) = 50425 SHA256 (rust/crates/toml_datetime-0.6.3.crate) = 7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b SIZE (rust/crates/toml_datetime-0.6.3.crate) = 10770 -SHA256 (rust/crates/toml_edit-0.19.14.crate) = f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a -SIZE (rust/crates/toml_edit-0.19.14.crate) = 94875 +SHA256 (rust/crates/toml_edit-0.19.15.crate) = 1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421 +SIZE (rust/crates/toml_edit-0.19.15.crate) = 95324 SHA256 (rust/crates/toml_edit-0.20.2.crate) = 396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338 SIZE (rust/crates/toml_edit-0.20.2.crate) = 96487 SHA256 (rust/crates/tower-service-0.3.2.crate) = b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52 @@ -1027,12 +1013,14 @@ SHA256 (rust/crates/trash-3.0.6.crate) = af3663fb8f476d674b9c61d1d2796acec725bef SIZE (rust/crates/trash-3.0.6.crate) = 43515 SHA256 (rust/crates/tree-sitter-0.20.10.crate) = e747b1f9b7b931ed39a548c1fae149101497de3c1fc8d9e18c62c1a66c683d3d SIZE (rust/crates/tree-sitter-0.20.10.crate) = 134502 -SHA256 (rust/crates/tree-sitter-c-0.20.6.crate) = 30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b -SIZE (rust/crates/tree-sitter-c-0.20.6.crate) = 229737 -SHA256 (rust/crates/tree-sitter-cpp-0.20.0.crate) = 8a869e3c5cef4e5db4e9ab16a8dc84d73010e60ada14cdc60d2f6d8aed17779d -SIZE (rust/crates/tree-sitter-cpp-0.20.0.crate) = 438356 -SHA256 (rust/crates/tree-sitter-javascript-0.20.1.crate) = edbc663376bdd294bd1f0a6daf859aedb9aa5bdb72217d7ad8ba2d5314102cf7 -SIZE (rust/crates/tree-sitter-javascript-0.20.1.crate) = 183570 +SHA256 (rust/crates/tree-sitter-c-0.20.8.crate) = 4bbd5f3d8658c08581f8f2adac6c391c2e9fa00fe9246bf6c5f52213b9cc6b72 +SIZE (rust/crates/tree-sitter-c-0.20.8.crate) = 274618 +SHA256 (rust/crates/tree-sitter-cpp-0.20.5.crate) = 46b04a5ada71059afb9895966a6cc1094acc8d2ea1971006db26573e7dfebb74 +SIZE (rust/crates/tree-sitter-cpp-0.20.5.crate) = 1274193 +SHA256 (rust/crates/tree-sitter-javascript-0.20.4.crate) = d015c02ea98b62c806f7329ff71c383286dfc3a7a7da0cc484f6e42922f73c2c +SIZE (rust/crates/tree-sitter-javascript-0.20.4.crate) = 203626 +SHA256 (rust/crates/tree-sitter-json-0.20.2.crate) = 5a9a38a9c679b55cc8d17350381ec08d69fa1a17a53fcf197f344516e485ed4d +SIZE (rust/crates/tree-sitter-json-0.20.2.crate) = 9886 SHA256 (rust/crates/tree-sitter-python-0.20.4.crate) = e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5 SIZE (rust/crates/tree-sitter-python-0.20.4.crate) = 178230 SHA256 (rust/crates/tree-sitter-rust-0.20.4.crate) = b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594 @@ -1043,34 +1031,30 @@ SHA256 (rust/crates/triomphe-0.1.9.crate) = 0eee8098afad3fb0c54a9007aab680455841 SIZE (rust/crates/triomphe-0.1.9.crate) = 26674 SHA256 (rust/crates/try-lock-0.2.3.crate) = 59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642 SIZE (rust/crates/try-lock-0.2.3.crate) = 4158 -SHA256 (rust/crates/ttf-parser-0.15.2.crate) = 7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd -SIZE (rust/crates/ttf-parser-0.15.2.crate) = 136251 -SHA256 (rust/crates/ttf-parser-0.18.1.crate) = 0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633 -SIZE (rust/crates/ttf-parser-0.18.1.crate) = 156167 SHA256 (rust/crates/ttf-parser-0.19.1.crate) = a464a4b34948a5f67fddd2b823c62d9d92e44be75058b99939eae6c5b6960b33 SIZE (rust/crates/ttf-parser-0.19.1.crate) = 158243 SHA256 (rust/crates/ttf-parser-0.20.0.crate) = 17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4 SIZE (rust/crates/ttf-parser-0.20.0.crate) = 161769 SHA256 (rust/crates/typenum-1.15.0.crate) = dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987 SIZE (rust/crates/typenum-1.15.0.crate) = 40741 -SHA256 (rust/crates/uds_windows-1.0.2.crate) = ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d -SIZE (rust/crates/uds_windows-1.0.2.crate) = 16206 +SHA256 (rust/crates/uds_windows-1.1.0.crate) = 89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9 +SIZE (rust/crates/uds_windows-1.1.0.crate) = 17040 SHA256 (rust/crates/unicase-2.7.0.crate) = f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89 SIZE (rust/crates/unicase-2.7.0.crate) = 23783 -SHA256 (rust/crates/unicode-bidi-0.3.8.crate) = 099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992 -SIZE (rust/crates/unicode-bidi-0.3.8.crate) = 36575 +SHA256 (rust/crates/unicode-bidi-0.3.15.crate) = 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75 +SIZE (rust/crates/unicode-bidi-0.3.15.crate) = 56811 SHA256 (rust/crates/unicode-bidi-mirroring-0.1.0.crate) = 56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694 SIZE (rust/crates/unicode-bidi-mirroring-0.1.0.crate) = 8241 SHA256 (rust/crates/unicode-ccc-0.1.2.crate) = cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1 SIZE (rust/crates/unicode-ccc-0.1.2.crate) = 8848 -SHA256 (rust/crates/unicode-general-category-0.6.0.crate) = 2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7 -SIZE (rust/crates/unicode-general-category-0.6.0.crate) = 35177 SHA256 (rust/crates/unicode-ident-1.0.4.crate) = dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd SIZE (rust/crates/unicode-ident-1.0.4.crate) = 35491 SHA256 (rust/crates/unicode-linebreak-0.1.5.crate) = 3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f SIZE (rust/crates/unicode-linebreak-0.1.5.crate) = 15324 SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 +SHA256 (rust/crates/unicode-properties-0.1.1.crate) = e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291 +SIZE (rust/crates/unicode-properties-0.1.1.crate) = 41088 SHA256 (rust/crates/unicode-script-0.5.5.crate) = 7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc SIZE (rust/crates/unicode-script-0.5.5.crate) = 43874 SHA256 (rust/crates/unicode-segmentation-1.10.0.crate) = 0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a @@ -1081,60 +1065,46 @@ SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c1600082468 SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 SHA256 (rust/crates/unicode-xid-0.2.4.crate) = f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c SIZE (rust/crates/unicode-xid-0.2.4.crate) = 15352 -SHA256 (rust/crates/unsafe-libyaml-0.2.9.crate) = f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa -SIZE (rust/crates/unsafe-libyaml-0.2.9.crate) = 60812 -SHA256 (rust/crates/url-2.3.1.crate) = 0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643 -SIZE (rust/crates/url-2.3.1.crate) = 72777 +SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 +SIZE (rust/crates/url-2.5.0.crate) = 78605 SHA256 (rust/crates/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da SIZE (rust/crates/urlencoding-2.1.3.crate) = 6538 -SHA256 (rust/crates/usvg-0.33.0.crate) = ae32eb823aab35fc343b19c4d354f70e713b442ce34cdfa8497bf6c39af8a342 -SIZE (rust/crates/usvg-0.33.0.crate) = 28103 -SHA256 (rust/crates/usvg-parser-0.33.0.crate) = c7529174e721c8078d62b08399258469b1d68b4e5f2983b347d6a9d39779366c -SIZE (rust/crates/usvg-parser-0.33.0.crate) = 46082 -SHA256 (rust/crates/usvg-text-layout-0.33.0.crate) = 6e672fbc19261c6553113cc04ff2ff38ae52fadbd90f2d814040857795fb5c50 -SIZE (rust/crates/usvg-text-layout-0.33.0.crate) = 21532 -SHA256 (rust/crates/usvg-tree-0.33.0.crate) = 3a56e9cd3be5eb6d6744477e95b82d52d393fc1dba4b5b090912c33af337c20b -SIZE (rust/crates/usvg-tree-0.33.0.crate) = 26188 -SHA256 (rust/crates/utf8parse-0.2.0.crate) = 936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372 -SIZE (rust/crates/utf8parse-0.2.0.crate) = 13392 +SHA256 (rust/crates/usvg-0.40.0.crate) = c04150a94f0bfc3b2c15d4e151524d14cd06765fc6641d8b1c59a248360d4474 +SIZE (rust/crates/usvg-0.40.0.crate) = 124139 +SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a +SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 SHA256 (rust/crates/uuid-1.5.0.crate) = 88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc SIZE (rust/crates/uuid-1.5.0.crate) = 55532 -SHA256 (rust/crates/value-bag-1.0.0-alpha.9.crate) = 2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55 -SIZE (rust/crates/value-bag-1.0.0-alpha.9.crate) = 26630 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f SIZE (rust/crates/version_check-0.9.4.crate) = 14895 -SHA256 (rust/crates/vte-0.12.0.crate) = 401dc1020e10f74d38616c1f1ab92ccd85dc902705a29d0730e0fbea8534f91a -SIZE (rust/crates/vte-0.12.0.crate) = 55125 +SHA256 (rust/crates/vte-0.13.0.crate) = 40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b +SIZE (rust/crates/vte-0.13.0.crate) = 55338 SHA256 (rust/crates/vte_generate_state_changes-0.1.1.crate) = d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff SIZE (rust/crates/vte_generate_state_changes-0.1.1.crate) = 2422 -SHA256 (rust/crates/waker-fn-1.1.0.crate) = 9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca -SIZE (rust/crates/waker-fn-1.1.0.crate) = 7114 -SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 -SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/want-0.3.0.crate) = 1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0 SIZE (rust/crates/want-0.3.0.crate) = 6550 -SHA256 (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f -SIZE (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 26964 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 SHA256 (rust/crates/wasi-cap-std-sync-14.0.2.crate) = b5837041da0e6ec454a819bc20ab0f8a70b2c44bf4d33287aea9fdb16bc4d597 SIZE (rust/crates/wasi-cap-std-sync-14.0.2.crate) = 18483 SHA256 (rust/crates/wasi-common-14.0.2.crate) = 6efb2e9d72c6a070d62cf7b698acebab6faca9aacf26412bdecb9fabab79fd09 SIZE (rust/crates/wasi-common-14.0.2.crate) = 128937 -SHA256 (rust/crates/wasm-bindgen-0.2.87.crate) = 7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342 -SIZE (rust/crates/wasm-bindgen-0.2.87.crate) = 175052 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.87.crate) = 5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd -SIZE (rust/crates/wasm-bindgen-backend-0.2.87.crate) = 26821 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.34.crate) = f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454 -SIZE (rust/crates/wasm-bindgen-futures-0.4.34.crate) = 15117 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.87.crate) = dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d -SIZE (rust/crates/wasm-bindgen-macro-0.2.87.crate) = 13897 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.87.crate) = 54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.87.crate) = 20006 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.87.crate) = ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1 -SIZE (rust/crates/wasm-bindgen-shared-0.2.87.crate) = 7248 +SHA256 (rust/crates/wasm-bindgen-0.2.92.crate) = 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 +SIZE (rust/crates/wasm-bindgen-0.2.92.crate) = 184119 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da +SIZE (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 28348 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.42.crate) = 76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0 +SIZE (rust/crates/wasm-bindgen-futures-0.4.42.crate) = 15380 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.92.crate) = a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 +SIZE (rust/crates/wasm-bindgen-macro-0.2.92.crate) = 13835 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = 20092 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.92.crate) = af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 +SIZE (rust/crates/wasm-bindgen-shared-0.2.92.crate) = 7263 SHA256 (rust/crates/wasm-encoder-0.35.0.crate) = 9ca90ba1b5b0a70d3d49473c5579951f3bddc78d47b59256d2f9d4922b150aca SIZE (rust/crates/wasm-encoder-0.35.0.crate) = 47486 SHA256 (rust/crates/wasmparser-0.115.0.crate) = e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5 @@ -1185,12 +1155,8 @@ SHA256 (rust/crates/wast-66.0.2.crate) = 93cb43b0ac6dd156f2c375735ccfd72b012a7c0 SIZE (rust/crates/wast-66.0.2.crate) = 133506 SHA256 (rust/crates/wat-1.0.77.crate) = e367582095d2903caeeea9acbb140e1db9c7677001efa4347c3687fd34fe7072 SIZE (rust/crates/wat-1.0.77.crate) = 9153 -SHA256 (rust/crates/wayland-backend-0.1.2.crate) = 41b48e27457e8da3b2260ac60d0a94512f5cba36448679f3747c0865b7893ed8 -SIZE (rust/crates/wayland-backend-0.1.2.crate) = 68748 SHA256 (rust/crates/wayland-backend-0.3.2.crate) = 19152ddd73f45f024ed4534d9ca2594e0ef252c1847695255dae47f34df9fbe4 SIZE (rust/crates/wayland-backend-0.3.2.crate) = 69238 -SHA256 (rust/crates/wayland-client-0.30.2.crate) = 489c9654770f674fc7e266b3c579f4053d7551df0ceb392f153adb1f9ed06ac8 -SIZE (rust/crates/wayland-client-0.30.2.crate) = 65289 SHA256 (rust/crates/wayland-client-0.31.1.crate) = 1ca7d52347346f5473bf2f56705f360e8440873052e575e55890c4fa57843ed3 SIZE (rust/crates/wayland-client-0.31.1.crate) = 62635 SHA256 (rust/crates/wayland-csd-frame-0.3.0.crate) = 625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e @@ -1203,30 +1169,26 @@ SHA256 (rust/crates/wayland-protocols-plasma-0.2.0.crate) = 23803551115ff9ea9bce SIZE (rust/crates/wayland-protocols-plasma-0.2.0.crate) = 59992 SHA256 (rust/crates/wayland-protocols-wlr-0.2.0.crate) = ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6 SIZE (rust/crates/wayland-protocols-wlr-0.2.0.crate) = 25804 -SHA256 (rust/crates/wayland-scanner-0.30.1.crate) = b9b873b257fbc32ec909c0eb80dea312076a67014e65e245f5eb69a6b8ab330e -SIZE (rust/crates/wayland-scanner-0.30.1.crate) = 34633 -SHA256 (rust/crates/wayland-scanner-0.31.0.crate) = fb8e28403665c9f9513202b7e1ed71ec56fde5c107816843fb14057910b2c09c -SIZE (rust/crates/wayland-scanner-0.31.0.crate) = 35245 -SHA256 (rust/crates/wayland-sys-0.30.1.crate) = 96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06 -SIZE (rust/crates/wayland-sys-0.30.1.crate) = 8358 +SHA256 (rust/crates/wayland-scanner-0.31.1.crate) = 63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283 +SIZE (rust/crates/wayland-scanner-0.31.1.crate) = 35419 SHA256 (rust/crates/wayland-sys-0.31.1.crate) = 15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af SIZE (rust/crates/wayland-sys-0.31.1.crate) = 8577 -SHA256 (rust/crates/web-sys-0.3.64.crate) = 9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b -SIZE (rust/crates/web-sys-0.3.64.crate) = 725584 +SHA256 (rust/crates/web-sys-0.3.69.crate) = 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef +SIZE (rust/crates/web-sys-0.3.69.crate) = 728877 SHA256 (rust/crates/web-time-0.2.0.crate) = 19353897b48e2c4d849a2d73cb0aeb16dc2be4e00c565abfc11eb65a806e47de SIZE (rust/crates/web-time-0.2.0.crate) = 9775 SHA256 (rust/crates/weezl-0.1.7.crate) = 9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb SIZE (rust/crates/weezl-0.1.7.crate) = 42166 SHA256 (rust/crates/wg-0.3.2.crate) = f390449c16e0679435fc97a6b49d24e67f09dd05fea1de54db1b60902896d273 SIZE (rust/crates/wg-0.3.2.crate) = 12247 -SHA256 (rust/crates/wgpu-0.18.0.crate) = 30e7d227c9f961f2061c26f4cb0fbd4df0ef37e056edd0931783599d6c94ef24 -SIZE (rust/crates/wgpu-0.18.0.crate) = 99673 -SHA256 (rust/crates/wgpu-core-0.18.0.crate) = 837e02ddcdc6d4a9b56ba4598f7fd4202a7699ab03f6ef4dcdebfad2c966aea6 -SIZE (rust/crates/wgpu-core-0.18.0.crate) = 227070 -SHA256 (rust/crates/wgpu-hal-0.18.0.crate) = 1e30b9a8155c83868e82a8c5d3ce899de6c3961d2ef595de8fc168a1677fc2d8 -SIZE (rust/crates/wgpu-hal-0.18.0.crate) = 269901 -SHA256 (rust/crates/wgpu-types-0.18.0.crate) = 0d5ed5f0edf0de351fe311c53304986315ce866f394a2e6df0c4b3c70774bcdd -SIZE (rust/crates/wgpu-types-0.18.0.crate) = 55501 +SHA256 (rust/crates/wgpu-0.19.3.crate) = a4b1213b52478a7631d6e387543ed8f642bc02c578ef4e3b49aca2a29a7df0cb +SIZE (rust/crates/wgpu-0.19.3.crate) = 140218 +SHA256 (rust/crates/wgpu-core-0.19.3.crate) = f9f6b033c2f00ae0bc8ea872c5989777c60bc241aac4e58b24774faa8b391f78 +SIZE (rust/crates/wgpu-core-0.19.3.crate) = 235851 +SHA256 (rust/crates/wgpu-hal-0.19.3.crate) = 49f972c280505ab52ffe17e94a7413d9d54b58af0114ab226b9fc4999a47082e +SIZE (rust/crates/wgpu-hal-0.19.3.crate) = 289888 +SHA256 (rust/crates/wgpu-types-0.19.2.crate) = b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805 +SIZE (rust/crates/wgpu-types-0.19.2.crate) = 59463 SHA256 (rust/crates/widestring-1.0.2.crate) = 653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8 SIZE (rust/crates/widestring-1.0.2.crate) = 79706 SHA256 (rust/crates/wiggle-14.0.2.crate) = 334709283558d9ebb0206cd1842c4fa619ff467d68c71eff982376d9c999d636 @@ -1241,8 +1203,6 @@ SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 -SHA256 (rust/crates/winapi-wsapoll-0.1.1.crate) = 44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e -SIZE (rust/crates/winapi-wsapoll-0.1.1.crate) = 2881 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/winch-codegen-0.12.2.crate) = d2942fc0530ed88259df32f09f52a4222583e1ec7c3fa3f4a911905bbf70c3b0 @@ -1259,48 +1219,66 @@ SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c0 SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 +SHA256 (rust/crates/windows-targets-0.52.0.crate) = 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd +SIZE (rust/crates/windows-targets-0.52.0.crate) = 6229 SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = 430182 SHA256 (rust/crates/windows_aarch64_msvc-0.36.1.crate) = 9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47 SIZE (rust/crates/windows_aarch64_msvc-0.36.1.crate) = 661960 SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.0.crate) = bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef +SIZE (rust/crates/windows_aarch64_msvc-0.52.0.crate) = 821663 SHA256 (rust/crates/windows_i686_gnu-0.36.1.crate) = 180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6 SIZE (rust/crates/windows_i686_gnu-0.36.1.crate) = 818115 SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (rust/crates/windows_i686_gnu-0.52.0.crate) = a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313 +SIZE (rust/crates/windows_i686_gnu-0.52.0.crate) = 870285 SHA256 (rust/crates/windows_i686_msvc-0.36.1.crate) = e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024 SIZE (rust/crates/windows_i686_msvc-0.36.1.crate) = 724575 SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (rust/crates/windows_i686_msvc-0.52.0.crate) = ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a +SIZE (rust/crates/windows_i686_msvc-0.52.0.crate) = 888693 SHA256 (rust/crates/windows_x86_64_gnu-0.36.1.crate) = 4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1 SIZE (rust/crates/windows_x86_64_gnu-0.36.1.crate) = 790934 SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd +SIZE (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 826213 SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 430165 SHA256 (rust/crates/windows_x86_64_msvc-0.36.1.crate) = c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680 SIZE (rust/crates/windows_x86_64_msvc-0.36.1.crate) = 661999 SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 +SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 SHA256 (rust/crates/winnow-0.5.10.crate) = 5504cc7644f4b593cbc05c4a55bf9bd4e94b867c3c0bd440934174d50482427d SIZE (rust/crates/winnow-0.5.10.crate) = 144514 SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 @@ -1311,18 +1289,20 @@ SHA256 (rust/crates/wit-parser-0.12.1.crate) = f6ace9943d89bbf3dbbc71b966da0e730 SIZE (rust/crates/wit-parser-0.12.1.crate) = 79344 SHA256 (rust/crates/witx-0.9.1.crate) = e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b SIZE (rust/crates/witx-0.9.1.crate) = 45928 -SHA256 (rust/crates/x11-clipboard-0.8.1.crate) = b41aca1115b1f195f21c541c5efb423470848d48143127d0f07f8b90c27440df -SIZE (rust/crates/x11-clipboard-0.8.1.crate) = 8609 +SHA256 (rust/crates/x11-clipboard-0.9.2.crate) = b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286 +SIZE (rust/crates/x11-clipboard-0.9.2.crate) = 10334 SHA256 (rust/crates/x11-dl-2.21.0.crate) = 38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f SIZE (rust/crates/x11-dl-2.21.0.crate) = 66823 -SHA256 (rust/crates/x11rb-0.12.0.crate) = b1641b26d4dec61337c35a1b1aaf9e3cba8f46f0b43636c609ab0291a648040a -SIZE (rust/crates/x11rb-0.12.0.crate) = 218514 -SHA256 (rust/crates/x11rb-protocol-0.12.0.crate) = 82d6c3f9a0fb6701fab8f6cea9b0c0bd5d6876f1f89f7fada07e558077c344bc -SIZE (rust/crates/x11rb-protocol-0.12.0.crate) = 478311 -SHA256 (rust/crates/xattr-0.2.3.crate) = 6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc -SIZE (rust/crates/xattr-0.2.3.crate) = 11959 +SHA256 (rust/crates/x11rb-0.13.0.crate) = f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a +SIZE (rust/crates/x11rb-0.13.0.crate) = 222396 +SHA256 (rust/crates/x11rb-protocol-0.13.0.crate) = e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34 +SIZE (rust/crates/x11rb-protocol-0.13.0.crate) = 507838 +SHA256 (rust/crates/xattr-1.3.1.crate) = 8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f +SIZE (rust/crates/xattr-1.3.1.crate) = 12580 SHA256 (rust/crates/xcursor-0.3.4.crate) = 463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7 SIZE (rust/crates/xcursor-0.3.4.crate) = 6069 +SHA256 (rust/crates/xdg-home-1.1.0.crate) = 21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e +SIZE (rust/crates/xdg-home-1.1.0.crate) = 3600 SHA256 (rust/crates/xkbcommon-dl-0.4.1.crate) = 6924668544c48c0133152e7eec86d644a056ca3d09275eb8d5cdb9855f9d8699 SIZE (rust/crates/xkbcommon-dl-0.4.1.crate) = 5832 SHA256 (rust/crates/xkeysym-0.2.0.crate) = 054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621 @@ -1335,16 +1315,22 @@ SHA256 (rust/crates/xmlwriter-0.1.0.crate) = ec7a2a501ed189703dba8b08142f057e887 SIZE (rust/crates/xmlwriter-0.1.0.crate) = 6261 SHA256 (rust/crates/xxhash-rust-0.8.7.crate) = 9828b178da53440fa9c766a3d2f73f7cf5d0ac1fe3980c1e5018d899fd19e07b SIZE (rust/crates/xxhash-rust-0.8.7.crate) = 18495 +SHA256 (rust/crates/yansi-1.0.1.crate) = cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049 +SIZE (rust/crates/yansi-1.0.1.crate) = 75497 SHA256 (rust/crates/yazi-0.1.6.crate) = c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1 SIZE (rust/crates/yazi-0.1.6.crate) = 28835 -SHA256 (rust/crates/zbus-3.3.0.crate) = 41ce2de393c874ba871292e881bf3c13a0d5eb38170ebab2e50b4c410eaa222b -SIZE (rust/crates/zbus-3.3.0.crate) = 122952 -SHA256 (rust/crates/zbus_macros-3.3.0.crate) = a13d08f5dc6cf725b693cb6ceacd43cd430ec0664a879188f29e7d7dcd98f96d -SIZE (rust/crates/zbus_macros-3.3.0.crate) = 26028 -SHA256 (rust/crates/zbus_names-2.2.0.crate) = 41a408fd8a352695690f53906dc7fd036be924ec51ea5e05666ff42685ed0af5 -SIZE (rust/crates/zbus_names-2.2.0.crate) = 9216 +SHA256 (rust/crates/zbus-4.0.1.crate) = 7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030 +SIZE (rust/crates/zbus-4.0.1.crate) = 153154 +SHA256 (rust/crates/zbus_macros-4.0.1.crate) = b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7 +SIZE (rust/crates/zbus_macros-4.0.1.crate) = 28302 +SHA256 (rust/crates/zbus_names-3.0.0.crate) = 4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c +SIZE (rust/crates/zbus_names-3.0.0.crate) = 10650 SHA256 (rust/crates/zeno-0.2.2.crate) = c110ba09c9b3a43edd4803d570df0da2414fed6e822e22b976a4e3ef50860701 SIZE (rust/crates/zeno-0.2.2.crate) = 39917 +SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be +SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 +SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 +SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623 SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261 SIZE (rust/crates/zip-0.6.6.crate) = 65789 SHA256 (rust/crates/zstd-0.11.2+zstd.1.5.2.crate) = 20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4 @@ -1353,41 +1339,35 @@ SHA256 (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 1d2a5585e04f9eea4b2a3d1e SIZE (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 17273 SHA256 (rust/crates/zstd-sys-2.0.1+zstd.1.5.2.crate) = 9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b SIZE (rust/crates/zstd-sys-2.0.1+zstd.1.5.2.crate) = 715552 -SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02 -SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973 -SHA256 (rust/crates/zvariant-3.7.1.crate) = b794fb7f59af4105697b0449ba31731ee5dbb3e773a17dbdf3d36206ea1b1644 -SIZE (rust/crates/zvariant-3.7.1.crate) = 70291 -SHA256 (rust/crates/zvariant_derive-3.7.1.crate) = dd58d4b6c8e26d3dd2149c8c40c6613ef6451b9885ff1296d1ac86c388351a54 -SIZE (rust/crates/zvariant_derive-3.7.1.crate) = 10986 +SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a +SIZE (rust/crates/zune-core-0.4.12.crate) = 17355 +SHA256 (rust/crates/zune-jpeg-0.4.11.crate) = ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448 +SIZE (rust/crates/zune-jpeg-0.4.11.crate) = 61815 +SHA256 (rust/crates/zvariant-4.0.0.crate) = 4e09e8be97d44eeab994d752f341e67b3b0d80512a8b315a0671d47232ef1b65 +SIZE (rust/crates/zvariant-4.0.0.crate) = 81458 +SHA256 (rust/crates/zvariant_derive-4.0.0.crate) = 72a5857e2856435331636a9fbb415b09243df4521a267c5bedcd5289b4d5799e +SIZE (rust/crates/zvariant_derive-4.0.0.crate) = 10979 +SHA256 (rust/crates/zvariant_utils-1.1.0.crate) = 00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172 +SIZE (rust/crates/zvariant_utils-1.1.0.crate) = 6858 SHA256 (lapce-psp-types-f7fea28f59e7b2d6faa1034a21679ad49b3524ad_GH0.tar.gz) = ce4e9df73ce961e3b6058b00f8f4588890055325da88ed580201b0306f2c5ec5 SIZE (lapce-psp-types-f7fea28f59e7b2d6faa1034a21679ad49b3524ad_GH0.tar.gz) = 1262 SHA256 (MDeiml-tree-sitter-markdown-272e080bca0efd19a06a7f4252d746417224959e_GH0.tar.gz) = 5fc2e3a9a61bedc46f417b96330b801b477b33c490440feadb064b33c898a744 SIZE (MDeiml-tree-sitter-markdown-272e080bca0efd19a06a7f4252d746417224959e_GH0.tar.gz) = 377669 -SHA256 (tokio-rs-tracing-c14525e1610db88986f849d46bd3e9795878b012_GH0.tar.gz) = 46b7a4f6a503b29c7c28b59c196d59b1dc4a2da616cb8c02cfabed5d57893cb4 -SIZE (tokio-rs-tracing-c14525e1610db88986f849d46bd3e9795878b012_GH0.tar.gz) = 521075 SHA256 (lapce-wasi-experimental-http-21419eb785cb583ead180f25a9685fa16de7f326_GH0.tar.gz) = ace4fd9e640f47bcf61f635776deb5de5d2c98d9566edbe3662da51d30c796dc SIZE (lapce-wasi-experimental-http-21419eb785cb583ead180f25a9685fa16de7f326_GH0.tar.gz) = 26098 SHA256 (dragazo-human-sort-1e74db1e09e8194ba88ad983723cf6f8b0c365da_GH0.tar.gz) = 32fc6c98cd09e23087aca3ac3d0714f634472ca25c1c1bbec62937a227060cb2 SIZE (dragazo-human-sort-1e74db1e09e8194ba88ad983723cf6f8b0c365da_GH0.tar.gz) = 3859 -SHA256 (tree-sitter-tree-sitter-json-11e2cc12d9b267766fb11a06e52952792fd8e3f0_GH0.tar.gz) = cfe831e56e3c7c2db7d77d9c14d979f4d32dc2e20a1dfe035660bbe5775a29fa -SIZE (tree-sitter-tree-sitter-json-11e2cc12d9b267766fb11a06e52952792fd8e3f0_GH0.tar.gz) = 12233 -SHA256 (panekj-tree-sitter-yaml-80c8d76847f03e772c5c524cf29bafb56858a8d1_GH0.tar.gz) = acebe5c39dbaf282bb363607882debaf1cda96b7e4c70b5422fc7b704eed983f -SIZE (panekj-tree-sitter-yaml-80c8d76847f03e772c5c524cf29bafb56858a8d1_GH0.tar.gz) = 270403 -SHA256 (lapce-winit-e8c26d691a20a96c4e9d841d31fc315dabd5a5a1_GH0.tar.gz) = 8b4853b853e008825ec8f544425c8966c4a9242e93003620aaf5f832eaed3aa8 -SIZE (lapce-winit-e8c26d691a20a96c4e9d841d31fc315dabd5a5a1_GH0.tar.gz) = 568572 +SHA256 (lapce-floem-8f5a9c5c2bee1bb0355c7a058b6e39be42878534_GH0.tar.gz) = 07bf49849a93d5f86fef5a90ed43e2658a41d2895d9d7ab6ccb517231309126e +SIZE (lapce-floem-8f5a9c5c2bee1bb0355c7a058b6e39be42878534_GH0.tar.gz) = 486852 +SHA256 (lapce-structdesc-47d8201fb13240166f4d842c718d63c1e24f0236_GH0.tar.gz) = 9bc99ce807bb484353ed48e5825916009878689bb45762dfedef444f8f729690 +SIZE (lapce-structdesc-47d8201fb13240166f4d842c718d63c1e24f0236_GH0.tar.gz) = 2305 +SHA256 (tokio-rs-tracing-908cc432a5994f6e17c8f36e13c217dc40085704_GH0.tar.gz) = 810e957c463717e22ff4bc93e168a45c4f85e5552015d1c15d6b223ba92d4b03 +SIZE (tokio-rs-tracing-908cc432a5994f6e17c8f36e13c217dc40085704_GH0.tar.gz) = 541394 SHA256 (tree-sitter-tree-sitter-bash-4488aa41406547e478636a4fcfd24f5bbc3f2f74_GH0.tar.gz) = e889ee51fad864b94015e939220d670727991b77e75008940e5b2a9886d8cc01 SIZE (tree-sitter-tree-sitter-bash-4488aa41406547e478636a4fcfd24f5bbc3f2f74_GH0.tar.gz) = 204396 -SHA256 (alacritty-alacritty-6071a7bf35cfd99be8ba70f479f188b7370cda6f_GH0.tar.gz) = 2501c6bb0cc4b379d0d076d88c1327fcbe53b724266db4c750d4d1cf64ce9ba2 -SIZE (alacritty-alacritty-6071a7bf35cfd99be8ba70f479f188b7370cda6f_GH0.tar.gz) = 1619551 -SHA256 (linebender-peniko-cafdac9a211a0fb2fec5656bd663d1ac770bcc81_GH0.tar.gz) = 4e2b933afc3925945b0d019441515d691c215f453b0aebc0586a1863a6ad7e81 -SIZE (linebender-peniko-cafdac9a211a0fb2fec5656bd663d1ac770bcc81_GH0.tar.gz) = 19371 -SHA256 (lapce-vger-rs-ed10537c72a732a03f782225a39da80e6f9acbbe_GH0.tar.gz) = 8be5f45630d60ba261dd7c5f2c3a0ac4caa6849dcac3f2c53ab0774e0c4d33bd -SIZE (lapce-vger-rs-ed10537c72a732a03f782225a39da80e6f9acbbe_GH0.tar.gz) = 102755 -SHA256 (lapce-floem-0694f9672a10a49290af223cac3dc2ab53b1b1dd_GH0.tar.gz) = 08a495fe4f5f26ba6db716ff981246d9dcfe6e8354572726078abfd4e0a0ff9c -SIZE (lapce-floem-0694f9672a10a49290af223cac3dc2ab53b1b1dd_GH0.tar.gz) = 286787 -SHA256 (lapce-structdesc-a6a2b8ab65d43475238f889736c4aa5dfff4500a_GH0.tar.gz) = 1cee8e20311355f08db18079f99a49b4011f646884890cc05771c74361542dcc -SIZE (lapce-structdesc-a6a2b8ab65d43475238f889736c4aa5dfff4500a_GH0.tar.gz) = 1413 -SHA256 (lapce-cosmic-text-f7a20704d6ebbe8fb82d0bb579c37c53e7ae9747_GH0.tar.gz) = f1f62a0cec8d1fbc983c8de8423815afdd9b32da78e35a85083edc42a92fe2ad -SIZE (lapce-cosmic-text-f7a20704d6ebbe8fb82d0bb579c37c53e7ae9747_GH0.tar.gz) = 136872 -SHA256 (lapce-lapce-v0.3.1_GH0.tar.gz) = 82407a0b0ae8a5660ff2192ca336c9b0e361424f0fd509e0a0a73ad55071f13d -SIZE (lapce-lapce-v0.3.1_GH0.tar.gz) = 1607377 +SHA256 (bytecodealliance-regalloc2-5d79e12d0a93b10fc181f4da409b4671dd365228_GH0.tar.gz) = fe937c98e9ff8022b11c817eadba78cfc38911063ae5a7342a74761bdb092d62 +SIZE (bytecodealliance-regalloc2-5d79e12d0a93b10fc181f4da409b4671dd365228_GH0.tar.gz) = 127582 +SHA256 (lapce-lsp-types-feaa1e2ec80975c9dadd400a238ceacf071058e6_GH0.tar.gz) = 3d549bbbe81d6160cf188505b0320b2eff3dd3550a46d3ee2d3499ec89a6dfc8 +SIZE (lapce-lsp-types-feaa1e2ec80975c9dadd400a238ceacf071058e6_GH0.tar.gz) = 68504 +SHA256 (lapce-lapce-v0.4.0-16-g985b07c_GH0.tar.gz) = 30fb1ce7c310eb6f42b19c85626376606483d68d3b77cb94897fc85fe4ce636a +SIZE (lapce-lapce-v0.4.0-16-g985b07c_GH0.tar.gz) = 2073639 diff --git a/editors/lapce/files/patch-Cargo.lock b/editors/lapce/files/patch-Cargo.lock index 198af69624d..6bfe8c6718e 100644 --- a/editors/lapce/files/patch-Cargo.lock +++ b/editors/lapce/files/patch-Cargo.lock @@ -1,25 +1,23 @@ -Remove vendored openssl - ---- Cargo.lock.orig 2023-11-01 13:53:13 UTC +--- Cargo.lock.orig 2024-05-08 07:49:34 UTC +++ Cargo.lock -@@ -3672,15 +3672,6 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178 +@@ -3739,15 +3739,6 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] -name = "openssl-src" --version = "111.22.0+1.1.1q" +-version = "300.2.3+3.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853" +-checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843" -dependencies = [ - "cc", -] - -[[package]] name = "openssl-sys" - version = "0.9.76" + version = "0.9.99" source = "registry+https://github.com/rust-lang/crates.io-index" -@@ -3689,7 +3680,6 @@ dependencies = [ - "autocfg", +@@ -3755,7 +3746,6 @@ dependencies = [ + dependencies = [ "cc", "libc", - "openssl-src", diff --git a/editors/lapce/files/patch-Cargo.toml b/editors/lapce/files/patch-Cargo.toml new file mode 100644 index 00000000000..d36cd7412ac --- /dev/null +++ b/editors/lapce/files/patch-Cargo.toml @@ -0,0 +1,46 @@ +--- Cargo.toml.orig 2024-04-24 20:32:06 UTC ++++ Cargo.toml +@@ -61,6 +61,10 @@ url = { version = "2.5.0" } + toml = { version = "*" } + toml_edit = { version = "0.20.2", features = ["serde"] } + url = { version = "2.5.0" } ++tracing = { git = "https://github.com/tokio-rs/tracing", rev = "908cc432a5994f6e17c8f36e13c217dc40085704", package = "tracing" } ++tracing-log = { git = "https://github.com/tokio-rs/tracing", rev = "908cc432a5994f6e17c8f36e13c217dc40085704", package = "tracing-log" } ++tracing-subscriber = { git = "https://github.com/tokio-rs/tracing", rev = "908cc432a5994f6e17c8f36e13c217dc40085704", package = "tracing-subscriber" } ++tracing-appender = { git = "https://github.com/tokio-rs/tracing", rev = "908cc432a5994f6e17c8f36e13c217dc40085704", package = "tracing-appender" } + + lsp-types = { version = "0.95.1", features = ["proposed"] } # not following semver, so should be locked to patch version updates only + psp-types = { git = "https://github.com/lapce/psp-types", rev = "f7fea28f59e7b2d6faa1034a21679ad49b3524ad" } +@@ -75,30 +79,8 @@ floem-editor-core = { git = "https://github.com/lapce/ + # floem-editor-core = { path = "../workspaces/floem/editor-core/", features = ["serde"] } + + [patch.crates-io] +-# Temporarily patch lsp-types with a version that supports inline-completion +-lsp-types = { git = "https://github.com/lapce/lsp-types", rev = "feaa1e2ec80975c9dadd400a238ceacf071058e6" } +-regalloc2 = { rev = "5d79e12d0a93b10fc181f4da409b4671dd365228", git = "https://github.com/bytecodealliance/regalloc2" } +- +- +-[workspace.dependencies.tracing] +-git = "https://github.com/tokio-rs/tracing" +-rev = "908cc432a5994f6e17c8f36e13c217dc40085704" +-package = "tracing" +- +-[workspace.dependencies.tracing-log] +-git = "https://github.com/tokio-rs/tracing" +-rev = "908cc432a5994f6e17c8f36e13c217dc40085704" +-package = "tracing-log" +- +-[workspace.dependencies.tracing-subscriber] +-git = "https://github.com/tokio-rs/tracing" +-rev = "908cc432a5994f6e17c8f36e13c217dc40085704" +-package = "tracing-subscriber" +- +-[workspace.dependencies.tracing-appender] +-git = "https://github.com/tokio-rs/tracing" +-rev = "908cc432a5994f6e17c8f36e13c217dc40085704" +-package = "tracing-appender" ++lsp-types = { path = '../lsp-types-feaa1e2ec80975c9dadd400a238ceacf071058e6' } ++regalloc2 = { path = '../regalloc2-5d79e12d0a93b10fc181f4da409b4671dd365228' } + + [workspace.dependencies.alacritty_terminal] + version = "0.23.0" diff --git a/editors/lapce/files/patch-cargo-crates_floem-cosmic-text-0.7.2_src_font_fallback_mod.rs b/editors/lapce/files/patch-cargo-crates_floem-cosmic-text-0.7.2_src_font_fallback_mod.rs new file mode 100644 index 00000000000..c08e11b5ef0 --- /dev/null +++ b/editors/lapce/files/patch-cargo-crates_floem-cosmic-text-0.7.2_src_font_fallback_mod.rs @@ -0,0 +1,22 @@ +https://github.com/lapce/cosmic-text/pull/6 + +--- cargo-crates/floem-cosmic-text-0.7.2/src/font/fallback/mod.rs.orig 2024-05-09 07:49:44 UTC ++++ cargo-crates/floem-cosmic-text-0.7.2/src/font/fallback/mod.rs +@@ -10,7 +10,7 @@ use self::platform::*; + + use self::platform::*; + +-#[cfg(not(any(target_os = "linux", target_os = "macos", target_os = "windows",)))] ++#[cfg(not(any(target_os = "linux", target_os = "macos", target_os = "windows", target_os = "freebsd",)))] + #[path = "other.rs"] + mod platform; + +@@ -18,7 +18,7 @@ mod platform; + #[path = "macos.rs"] + mod platform; + +-#[cfg(target_os = "linux")] ++#[cfg(any(target_os = "linux", target_os = "freebsd"))] + #[path = "unix.rs"] + mod platform; + diff --git a/editors/lapce/files/patch-cargo-crates_fontdb-0.16.0_src_lib.rs b/editors/lapce/files/patch-cargo-crates_fontdb-0.16.0_src_lib.rs deleted file mode 100644 index 36c990c88ef..00000000000 --- a/editors/lapce/files/patch-cargo-crates_fontdb-0.16.0_src_lib.rs +++ /dev/null @@ -1,13 +0,0 @@ ---- cargo-crates/fontdb-0.16.0/src/lib.rs.orig 2006-07-24 01:21:28 UTC -+++ cargo-crates/fontdb-0.16.0/src/lib.rs -@@ -444,8 +444,10 @@ impl Database { - - if read_global { - let _ = fontconfig.merge_config(Path::new("/etc/fonts/local.conf")); -+ let _ = fontconfig.merge_config(Path::new("/usr/local/etc/fonts/local.conf")); - } - let _ = fontconfig.merge_config(Path::new("/etc/fonts/fonts.conf")); -+ let _ = fontconfig.merge_config(Path::new("/usr/local/etc/fonts/fonts.conf")); - } - - for fontconfig_parser::Alias { diff --git a/editors/lapce/files/patch-cargo-crates_fontdb-0.16.2_src_lib.rs b/editors/lapce/files/patch-cargo-crates_fontdb-0.16.2_src_lib.rs new file mode 100644 index 00000000000..f912132a963 --- /dev/null +++ b/editors/lapce/files/patch-cargo-crates_fontdb-0.16.2_src_lib.rs @@ -0,0 +1,22 @@ +--- cargo-crates/fontdb-0.16.2/src/lib.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/fontdb-0.16.2/src/lib.rs +@@ -404,7 +404,7 @@ impl Database { + #[cfg(not(feature = "fontconfig"))] + { + self.load_fonts_dir("/usr/share/fonts/"); +- self.load_fonts_dir("/usr/local/share/fonts/"); ++ self.load_fonts_dir("%%PREFIX%%/share/fonts/"); + + if let Ok(ref home) = std::env::var("HOME") { + let home_path = std::path::Path::new(home); +@@ -449,8 +449,10 @@ impl Database { + + if read_global { + let _ = fontconfig.merge_config(Path::new("/etc/fonts/local.conf")); ++ let _ = fontconfig.merge_config(Path::new("%%PREFIX%%/etc/fonts/local.conf")); + } + let _ = fontconfig.merge_config(Path::new("/etc/fonts/fonts.conf")); ++ let _ = fontconfig.merge_config(Path::new("%%PREFIX%%/etc/fonts/fonts.conf")); + } + + for fontconfig_parser::Alias { diff --git a/editors/lapce/files/patch-cargo-crates_slotmap-1.0.7_src_lib.rs b/editors/lapce/files/patch-cargo-crates_slotmap-1.0.7_src_lib.rs new file mode 100644 index 00000000000..9e4a91dab6a --- /dev/null +++ b/editors/lapce/files/patch-cargo-crates_slotmap-1.0.7_src_lib.rs @@ -0,0 +1,11 @@ +--- cargo-crates/slotmap-1.0.7/src/lib.rs.orig 2024-05-08 07:30:16 UTC ++++ cargo-crates/slotmap-1.0.7/src/lib.rs +@@ -10,7 +10,7 @@ + unused_lifetimes, + unused_import_braces + )] +-#![deny(missing_docs, unaligned_references)] ++#![deny(missing_docs)] + #![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))] + #![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))] + #![cfg_attr( diff --git a/editors/lapce/files/patch-cosmic b/editors/lapce/files/patch-cosmic deleted file mode 100644 index f6a64264124..00000000000 --- a/editors/lapce/files/patch-cosmic +++ /dev/null @@ -1,11 +0,0 @@ ---- ../cosmic-text-f7a20704d6ebbe8fb82d0bb579c37c53e7ae9747/src/font/fallback/mod.rs.orig 2023-12-31 09:09:22.570192000 +0000 -+++ ../cosmic-text-f7a20704d6ebbe8fb82d0bb579c37c53e7ae9747/src/font/fallback/mod.rs 2023-12-31 09:09:48.358365000 +0000 -@@ -11,7 +11,7 @@ - use self::platform::*; - - #[cfg(not(any(target_os = "linux", target_os = "macos", target_os = "windows",)))] --#[path = "other.rs"] -+#[path = "unix.rs"] - mod platform; - - #[cfg(target_os = "macos")] diff --git a/editors/lapce/files/patch-drm-sys b/editors/lapce/files/patch-drm-sys deleted file mode 100644 index 04f69f7d915..00000000000 --- a/editors/lapce/files/patch-drm-sys +++ /dev/null @@ -1,6727 +0,0 @@ -https://github.com/Smithay/drm-rs/pull/172 - ---- /dev/null 1970-01-01 00:00:00 UTC -+++ cargo-crates/drm-sys-0.4.0/src/platforms/freebsd/aarch64/bindings.rs -@@ -0,0 +1,1342 @@ -+/* automatically generated by rust-bindgen 0.59.2 */ -+ -+pub const DRM_NAME: &[u8; 4usize] = b"drm\0"; -+pub const DRM_MIN_ORDER: u32 = 5; -+pub const DRM_MAX_ORDER: u32 = 22; -+pub const DRM_RAM_PERCENT: u32 = 10; -+pub const _DRM_LOCK_HELD: u32 = 2147483648; -+pub const _DRM_LOCK_CONT: u32 = 1073741824; -+pub const _DRM_VBLANK_HIGH_CRTC_SHIFT: u32 = 1; -+pub const _DRM_PRE_MODESET: u32 = 1; -+pub const _DRM_POST_MODESET: u32 = 2; -+pub const DRM_CAP_DUMB_BUFFER: u32 = 1; -+pub const DRM_CAP_VBLANK_HIGH_CRTC: u32 = 2; -+pub const DRM_CAP_DUMB_PREFERRED_DEPTH: u32 = 3; -+pub const DRM_CAP_DUMB_PREFER_SHADOW: u32 = 4; -+pub const DRM_CAP_PRIME: u32 = 5; -+pub const DRM_PRIME_CAP_IMPORT: u32 = 1; -+pub const DRM_PRIME_CAP_EXPORT: u32 = 2; -+pub const DRM_CAP_TIMESTAMP_MONOTONIC: u32 = 6; -+pub const DRM_CAP_ASYNC_PAGE_FLIP: u32 = 7; -+pub const DRM_CAP_CURSOR_WIDTH: u32 = 8; -+pub const DRM_CAP_CURSOR_HEIGHT: u32 = 9; -+pub const DRM_CAP_ADDFB2_MODIFIERS: u32 = 16; -+pub const DRM_CAP_PAGE_FLIP_TARGET: u32 = 17; -+pub const DRM_CAP_CRTC_IN_VBLANK_EVENT: u32 = 18; -+pub const DRM_CAP_SYNCOBJ: u32 = 19; -+pub const DRM_CAP_SYNCOBJ_TIMELINE: u32 = 20; -+pub const DRM_CLIENT_CAP_STEREO_3D: u32 = 1; -+pub const DRM_CLIENT_CAP_UNIVERSAL_PLANES: u32 = 2; -+pub const DRM_CLIENT_CAP_ATOMIC: u32 = 3; -+pub const DRM_CLIENT_CAP_ASPECT_RATIO: u32 = 4; -+pub const DRM_CLIENT_CAP_WRITEBACK_CONNECTORS: u32 = 5; -+pub const DRM_SYNCOBJ_CREATE_SIGNALED: u32 = 1; -+pub const DRM_SYNCOBJ_FD_TO_HANDLE_FLAGS_IMPORT_SYNC_FILE: u32 = 1; -+pub const DRM_SYNCOBJ_HANDLE_TO_FD_FLAGS_EXPORT_SYNC_FILE: u32 = 1; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_ALL: u32 = 1; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT: u32 = 2; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE: u32 = 4; -+pub const DRM_SYNCOBJ_QUERY_FLAGS_LAST_SUBMITTED: u32 = 1; -+pub const DRM_CRTC_SEQUENCE_RELATIVE: u32 = 1; -+pub const DRM_CRTC_SEQUENCE_NEXT_ON_MISS: u32 = 2; -+pub const DRM_CONNECTOR_NAME_LEN: u32 = 32; -+pub const DRM_DISPLAY_MODE_LEN: u32 = 32; -+pub const DRM_PROP_NAME_LEN: u32 = 32; -+pub const DRM_MODE_TYPE_BUILTIN: u32 = 1; -+pub const DRM_MODE_TYPE_CLOCK_C: u32 = 3; -+pub const DRM_MODE_TYPE_CRTC_C: u32 = 5; -+pub const DRM_MODE_TYPE_PREFERRED: u32 = 8; -+pub const DRM_MODE_TYPE_DEFAULT: u32 = 16; -+pub const DRM_MODE_TYPE_USERDEF: u32 = 32; -+pub const DRM_MODE_TYPE_DRIVER: u32 = 64; -+pub const DRM_MODE_TYPE_ALL: u32 = 104; -+pub const DRM_MODE_FLAG_PHSYNC: u32 = 1; -+pub const DRM_MODE_FLAG_NHSYNC: u32 = 2; -+pub const DRM_MODE_FLAG_PVSYNC: u32 = 4; -+pub const DRM_MODE_FLAG_NVSYNC: u32 = 8; -+pub const DRM_MODE_FLAG_INTERLACE: u32 = 16; -+pub const DRM_MODE_FLAG_DBLSCAN: u32 = 32; -+pub const DRM_MODE_FLAG_CSYNC: u32 = 64; -+pub const DRM_MODE_FLAG_PCSYNC: u32 = 128; -+pub const DRM_MODE_FLAG_NCSYNC: u32 = 256; -+pub const DRM_MODE_FLAG_HSKEW: u32 = 512; -+pub const DRM_MODE_FLAG_BCAST: u32 = 1024; -+pub const DRM_MODE_FLAG_PIXMUX: u32 = 2048; -+pub const DRM_MODE_FLAG_DBLCLK: u32 = 4096; -+pub const DRM_MODE_FLAG_CLKDIV2: u32 = 8192; -+pub const DRM_MODE_FLAG_3D_MASK: u32 = 507904; -+pub const DRM_MODE_FLAG_3D_NONE: u32 = 0; -+pub const DRM_MODE_FLAG_3D_FRAME_PACKING: u32 = 16384; -+pub const DRM_MODE_FLAG_3D_FIELD_ALTERNATIVE: u32 = 32768; -+pub const DRM_MODE_FLAG_3D_LINE_ALTERNATIVE: u32 = 49152; -+pub const DRM_MODE_FLAG_3D_SIDE_BY_SIDE_FULL: u32 = 65536; -+pub const DRM_MODE_FLAG_3D_L_DEPTH: u32 = 81920; -+pub const DRM_MODE_FLAG_3D_L_DEPTH_GFX_GFX_DEPTH: u32 = 98304; -+pub const DRM_MODE_FLAG_3D_TOP_AND_BOTTOM: u32 = 114688; -+pub const DRM_MODE_FLAG_3D_SIDE_BY_SIDE_HALF: u32 = 131072; -+pub const DRM_MODE_PICTURE_ASPECT_NONE: u32 = 0; -+pub const DRM_MODE_PICTURE_ASPECT_4_3: u32 = 1; -+pub const DRM_MODE_PICTURE_ASPECT_16_9: u32 = 2; -+pub const DRM_MODE_PICTURE_ASPECT_64_27: u32 = 3; -+pub const DRM_MODE_PICTURE_ASPECT_256_135: u32 = 4; -+pub const DRM_MODE_CONTENT_TYPE_NO_DATA: u32 = 0; -+pub const DRM_MODE_CONTENT_TYPE_GRAPHICS: u32 = 1; -+pub const DRM_MODE_CONTENT_TYPE_PHOTO: u32 = 2; -+pub const DRM_MODE_CONTENT_TYPE_CINEMA: u32 = 3; -+pub const DRM_MODE_CONTENT_TYPE_GAME: u32 = 4; -+pub const DRM_MODE_FLAG_PIC_AR_MASK: u32 = 7864320; -+pub const DRM_MODE_FLAG_PIC_AR_NONE: u32 = 0; -+pub const DRM_MODE_FLAG_PIC_AR_4_3: u32 = 524288; -+pub const DRM_MODE_FLAG_PIC_AR_16_9: u32 = 1048576; -+pub const DRM_MODE_FLAG_PIC_AR_64_27: u32 = 1572864; -+pub const DRM_MODE_FLAG_PIC_AR_256_135: u32 = 2097152; -+pub const DRM_MODE_FLAG_ALL: u32 = 521215; -+pub const DRM_MODE_DPMS_ON: u32 = 0; -+pub const DRM_MODE_DPMS_STANDBY: u32 = 1; -+pub const DRM_MODE_DPMS_SUSPEND: u32 = 2; -+pub const DRM_MODE_DPMS_OFF: u32 = 3; -+pub const DRM_MODE_SCALE_NONE: u32 = 0; -+pub const DRM_MODE_SCALE_FULLSCREEN: u32 = 1; -+pub const DRM_MODE_SCALE_CENTER: u32 = 2; -+pub const DRM_MODE_SCALE_ASPECT: u32 = 3; -+pub const DRM_MODE_DITHERING_OFF: u32 = 0; -+pub const DRM_MODE_DITHERING_ON: u32 = 1; -+pub const DRM_MODE_DITHERING_AUTO: u32 = 2; -+pub const DRM_MODE_DIRTY_OFF: u32 = 0; -+pub const DRM_MODE_DIRTY_ON: u32 = 1; -+pub const DRM_MODE_DIRTY_ANNOTATE: u32 = 2; -+pub const DRM_MODE_LINK_STATUS_GOOD: u32 = 0; -+pub const DRM_MODE_LINK_STATUS_BAD: u32 = 1; -+pub const DRM_MODE_ROTATE_0: u32 = 1; -+pub const DRM_MODE_ROTATE_90: u32 = 2; -+pub const DRM_MODE_ROTATE_180: u32 = 4; -+pub const DRM_MODE_ROTATE_270: u32 = 8; -+pub const DRM_MODE_ROTATE_MASK: u32 = 15; -+pub const DRM_MODE_REFLECT_X: u32 = 16; -+pub const DRM_MODE_REFLECT_Y: u32 = 32; -+pub const DRM_MODE_REFLECT_MASK: u32 = 48; -+pub const DRM_MODE_CONTENT_PROTECTION_UNDESIRED: u32 = 0; -+pub const DRM_MODE_CONTENT_PROTECTION_DESIRED: u32 = 1; -+pub const DRM_MODE_CONTENT_PROTECTION_ENABLED: u32 = 2; -+pub const DRM_MODE_PRESENT_TOP_FIELD: u32 = 1; -+pub const DRM_MODE_PRESENT_BOTTOM_FIELD: u32 = 2; -+pub const DRM_MODE_ENCODER_NONE: u32 = 0; -+pub const DRM_MODE_ENCODER_DAC: u32 = 1; -+pub const DRM_MODE_ENCODER_TMDS: u32 = 2; -+pub const DRM_MODE_ENCODER_LVDS: u32 = 3; -+pub const DRM_MODE_ENCODER_TVDAC: u32 = 4; -+pub const DRM_MODE_ENCODER_VIRTUAL: u32 = 5; -+pub const DRM_MODE_ENCODER_DSI: u32 = 6; -+pub const DRM_MODE_ENCODER_DPMST: u32 = 7; -+pub const DRM_MODE_ENCODER_DPI: u32 = 8; -+pub const DRM_MODE_CONNECTOR_Unknown: u32 = 0; -+pub const DRM_MODE_CONNECTOR_VGA: u32 = 1; -+pub const DRM_MODE_CONNECTOR_DVII: u32 = 2; -+pub const DRM_MODE_CONNECTOR_DVID: u32 = 3; -+pub const DRM_MODE_CONNECTOR_DVIA: u32 = 4; -+pub const DRM_MODE_CONNECTOR_Composite: u32 = 5; -+pub const DRM_MODE_CONNECTOR_SVIDEO: u32 = 6; -+pub const DRM_MODE_CONNECTOR_LVDS: u32 = 7; -+pub const DRM_MODE_CONNECTOR_Component: u32 = 8; -+pub const DRM_MODE_CONNECTOR_9PinDIN: u32 = 9; -+pub const DRM_MODE_CONNECTOR_DisplayPort: u32 = 10; -+pub const DRM_MODE_CONNECTOR_HDMIA: u32 = 11; -+pub const DRM_MODE_CONNECTOR_HDMIB: u32 = 12; -+pub const DRM_MODE_CONNECTOR_TV: u32 = 13; -+pub const DRM_MODE_CONNECTOR_eDP: u32 = 14; -+pub const DRM_MODE_CONNECTOR_VIRTUAL: u32 = 15; -+pub const DRM_MODE_CONNECTOR_DSI: u32 = 16; -+pub const DRM_MODE_CONNECTOR_DPI: u32 = 17; -+pub const DRM_MODE_CONNECTOR_WRITEBACK: u32 = 18; -+pub const DRM_MODE_CONNECTOR_SPI: u32 = 19; -+pub const DRM_MODE_CONNECTOR_USB: u32 = 20; -+pub const DRM_MODE_PROP_PENDING: u32 = 1; -+pub const DRM_MODE_PROP_RANGE: u32 = 2; -+pub const DRM_MODE_PROP_IMMUTABLE: u32 = 4; -+pub const DRM_MODE_PROP_ENUM: u32 = 8; -+pub const DRM_MODE_PROP_BLOB: u32 = 16; -+pub const DRM_MODE_PROP_BITMASK: u32 = 32; -+pub const DRM_MODE_PROP_LEGACY_TYPE: u32 = 58; -+pub const DRM_MODE_PROP_EXTENDED_TYPE: u32 = 65472; -+pub const DRM_MODE_PROP_ATOMIC: u32 = 2147483648; -+pub const DRM_MODE_OBJECT_CRTC: u32 = 3435973836; -+pub const DRM_MODE_OBJECT_CONNECTOR: u32 = 3233857728; -+pub const DRM_MODE_OBJECT_ENCODER: u32 = 3772834016; -+pub const DRM_MODE_OBJECT_MODE: u32 = 3739147998; -+pub const DRM_MODE_OBJECT_PROPERTY: u32 = 2964369584; -+pub const DRM_MODE_OBJECT_FB: u32 = 4227595259; -+pub const DRM_MODE_OBJECT_BLOB: u32 = 3149642683; -+pub const DRM_MODE_OBJECT_PLANE: u32 = 4008636142; -+pub const DRM_MODE_OBJECT_ANY: u32 = 0; -+pub const DRM_MODE_FB_INTERLACED: u32 = 1; -+pub const DRM_MODE_FB_MODIFIERS: u32 = 2; -+pub const DRM_MODE_FB_DIRTY_ANNOTATE_COPY: u32 = 1; -+pub const DRM_MODE_FB_DIRTY_ANNOTATE_FILL: u32 = 2; -+pub const DRM_MODE_FB_DIRTY_FLAGS: u32 = 3; -+pub const DRM_MODE_FB_DIRTY_MAX_CLIPS: u32 = 256; -+pub const DRM_MODE_CURSOR_BO: u32 = 1; -+pub const DRM_MODE_CURSOR_MOVE: u32 = 2; -+pub const DRM_MODE_CURSOR_FLAGS: u32 = 3; -+pub const DRM_MODE_PAGE_FLIP_EVENT: u32 = 1; -+pub const DRM_MODE_PAGE_FLIP_ASYNC: u32 = 2; -+pub const DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE: u32 = 4; -+pub const DRM_MODE_PAGE_FLIP_TARGET_RELATIVE: u32 = 8; -+pub const DRM_MODE_PAGE_FLIP_TARGET: u32 = 12; -+pub const DRM_MODE_PAGE_FLIP_FLAGS: u32 = 15; -+pub const DRM_MODE_ATOMIC_TEST_ONLY: u32 = 256; -+pub const DRM_MODE_ATOMIC_NONBLOCK: u32 = 512; -+pub const DRM_MODE_ATOMIC_ALLOW_MODESET: u32 = 1024; -+pub const DRM_MODE_ATOMIC_FLAGS: u32 = 1795; -+pub const DRM_IOCTL_BASE: u8 = 100u8; -+pub const DRM_COMMAND_BASE: u32 = 64; -+pub const DRM_COMMAND_END: u32 = 160; -+pub const DRM_EVENT_VBLANK: u32 = 1; -+pub const DRM_EVENT_FLIP_COMPLETE: u32 = 2; -+pub const DRM_EVENT_CRTC_SEQUENCE: u32 = 3; -+pub type __uint16_t = libc::c_ushort; -+pub type __int32_t = libc::c_int; -+pub type __uint32_t = libc::c_uint; -+pub type __int64_t = libc::c_long; -+pub type __uint64_t = libc::c_ulong; -+pub type __size_t = __uint64_t; -+pub type size_t = __size_t; -+pub type __u16 = u16; -+pub type __s32 = i32; -+pub type __u32 = u32; -+pub type __s64 = i64; -+pub type __u64 = u64; -+pub type __kernel_size_t = size_t; -+pub type drm_handle_t = libc::c_ulong; -+pub type drm_context_t = libc::c_uint; -+pub type drm_drawable_t = libc::c_uint; -+pub type drm_magic_t = libc::c_uint; -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_clip_rect { -+ pub x1: libc::c_ushort, -+ pub y1: libc::c_ushort, -+ pub x2: libc::c_ushort, -+ pub y2: libc::c_ushort, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_drawable_info { -+ pub num_rects: libc::c_uint, -+ pub rects: *mut drm_clip_rect, -+} -+impl Default for drm_drawable_info { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_tex_region { -+ pub next: libc::c_uchar, -+ pub prev: libc::c_uchar, -+ pub in_use: libc::c_uchar, -+ pub padding: libc::c_uchar, -+ pub age: libc::c_uint, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_hw_lock { -+ pub lock: libc::c_uint, -+ pub padding: [libc::c_char; 60usize], -+} -+impl Default for drm_hw_lock { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_version { -+ pub version_major: libc::c_int, -+ pub version_minor: libc::c_int, -+ pub version_patchlevel: libc::c_int, -+ pub name_len: __kernel_size_t, -+ pub name: *mut libc::c_char, -+ pub date_len: __kernel_size_t, -+ pub date: *mut libc::c_char, -+ pub desc_len: __kernel_size_t, -+ pub desc: *mut libc::c_char, -+} -+impl Default for drm_version { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_unique { -+ pub unique_len: __kernel_size_t, -+ pub unique: *mut libc::c_char, -+} -+impl Default for drm_unique { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_list { -+ pub count: libc::c_int, -+ pub version: *mut drm_version, -+} -+impl Default for drm_list { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_block { -+ pub unused: libc::c_int, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_control { -+ pub func: drm_control__bindgen_ty_1::Type, -+ pub irq: libc::c_int, -+} -+pub mod drm_control__bindgen_ty_1 { -+ pub type Type = libc::c_uint; -+ pub const DRM_ADD_COMMAND: Type = 0; -+ pub const DRM_RM_COMMAND: Type = 1; -+ pub const DRM_INST_HANDLER: Type = 2; -+ pub const DRM_UNINST_HANDLER: Type = 3; -+} -+impl Default for drm_control { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_map_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_FRAME_BUFFER: Type = 0; -+ pub const _DRM_REGISTERS: Type = 1; -+ pub const _DRM_SHM: Type = 2; -+ pub const _DRM_AGP: Type = 3; -+ pub const _DRM_SCATTER_GATHER: Type = 4; -+ pub const _DRM_CONSISTENT: Type = 5; -+} -+pub mod drm_map_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_RESTRICTED: Type = 1; -+ pub const _DRM_READ_ONLY: Type = 2; -+ pub const _DRM_LOCKED: Type = 4; -+ pub const _DRM_KERNEL: Type = 8; -+ pub const _DRM_WRITE_COMBINING: Type = 16; -+ pub const _DRM_CONTAINS_LOCK: Type = 32; -+ pub const _DRM_REMOVABLE: Type = 64; -+ pub const _DRM_DRIVER: Type = 128; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx_priv_map { -+ pub ctx_id: libc::c_uint, -+ pub handle: *mut libc::c_void, -+} -+impl Default for drm_ctx_priv_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_map { -+ pub offset: libc::c_ulong, -+ pub size: libc::c_ulong, -+ pub type_: drm_map_type::Type, -+ pub flags: drm_map_flags::Type, -+ pub handle: *mut libc::c_void, -+ pub mtrr: libc::c_int, -+} -+impl Default for drm_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_client { -+ pub idx: libc::c_int, -+ pub auth: libc::c_int, -+ pub pid: libc::c_ulong, -+ pub uid: libc::c_ulong, -+ pub magic: libc::c_ulong, -+ pub iocs: libc::c_ulong, -+} -+pub mod drm_stat_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_STAT_LOCK: Type = 0; -+ pub const _DRM_STAT_OPENS: Type = 1; -+ pub const _DRM_STAT_CLOSES: Type = 2; -+ pub const _DRM_STAT_IOCTLS: Type = 3; -+ pub const _DRM_STAT_LOCKS: Type = 4; -+ pub const _DRM_STAT_UNLOCKS: Type = 5; -+ pub const _DRM_STAT_VALUE: Type = 6; -+ pub const _DRM_STAT_BYTE: Type = 7; -+ pub const _DRM_STAT_COUNT: Type = 8; -+ pub const _DRM_STAT_IRQ: Type = 9; -+ pub const _DRM_STAT_PRIMARY: Type = 10; -+ pub const _DRM_STAT_SECONDARY: Type = 11; -+ pub const _DRM_STAT_DMA: Type = 12; -+ pub const _DRM_STAT_SPECIAL: Type = 13; -+ pub const _DRM_STAT_MISSED: Type = 14; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_stats { -+ pub count: libc::c_ulong, -+ pub data: [drm_stats__bindgen_ty_1; 15usize], -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_stats__bindgen_ty_1 { -+ pub value: libc::c_ulong, -+ pub type_: drm_stat_type::Type, -+} -+impl Default for drm_stats__bindgen_ty_1 { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+impl Default for drm_stats { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_lock_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_LOCK_READY: Type = 1; -+ pub const _DRM_LOCK_QUIESCENT: Type = 2; -+ pub const _DRM_LOCK_FLUSH: Type = 4; -+ pub const _DRM_LOCK_FLUSH_ALL: Type = 8; -+ pub const _DRM_HALT_ALL_QUEUES: Type = 16; -+ pub const _DRM_HALT_CUR_QUEUES: Type = 32; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_lock { -+ pub context: libc::c_int, -+ pub flags: drm_lock_flags::Type, -+} -+impl Default for drm_lock { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_dma_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_DMA_BLOCK: Type = 1; -+ pub const _DRM_DMA_WHILE_LOCKED: Type = 2; -+ pub const _DRM_DMA_PRIORITY: Type = 4; -+ pub const _DRM_DMA_WAIT: Type = 16; -+ pub const _DRM_DMA_SMALLER_OK: Type = 32; -+ pub const _DRM_DMA_LARGER_OK: Type = 64; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_desc { -+ pub count: libc::c_int, -+ pub size: libc::c_int, -+ pub low_mark: libc::c_int, -+ pub high_mark: libc::c_int, -+ pub flags: drm_buf_desc__bindgen_ty_1::Type, -+ pub agp_start: libc::c_ulong, -+} -+pub mod drm_buf_desc__bindgen_ty_1 { -+ pub type Type = libc::c_uint; -+ pub const _DRM_PAGE_ALIGN: Type = 1; -+ pub const _DRM_AGP_BUFFER: Type = 2; -+ pub const _DRM_SG_BUFFER: Type = 4; -+ pub const _DRM_FB_BUFFER: Type = 8; -+ pub const _DRM_PCI_BUFFER_RO: Type = 16; -+} -+impl Default for drm_buf_desc { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_info { -+ pub count: libc::c_int, -+ pub list: *mut drm_buf_desc, -+} -+impl Default for drm_buf_info { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_free { -+ pub count: libc::c_int, -+ pub list: *mut libc::c_int, -+} -+impl Default for drm_buf_free { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_pub { -+ pub idx: libc::c_int, -+ pub total: libc::c_int, -+ pub used: libc::c_int, -+ pub address: *mut libc::c_void, -+} -+impl Default for drm_buf_pub { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_map { -+ pub count: libc::c_int, -+ pub virtual_: *mut libc::c_void, -+ pub list: *mut drm_buf_pub, -+} -+impl Default for drm_buf_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_dma { -+ pub context: libc::c_int, -+ pub send_count: libc::c_int, -+ pub send_indices: *mut libc::c_int, -+ pub send_sizes: *mut libc::c_int, -+ pub flags: drm_dma_flags::Type, -+ pub request_count: libc::c_int, -+ pub request_size: libc::c_int, -+ pub request_indices: *mut libc::c_int, -+ pub request_sizes: *mut libc::c_int, -+ pub granted_count: libc::c_int, -+} -+impl Default for drm_dma { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_ctx_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_CONTEXT_PRESERVED: Type = 1; -+ pub const _DRM_CONTEXT_2DONLY: Type = 2; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx { -+ pub handle: drm_context_t, -+ pub flags: drm_ctx_flags::Type, -+} -+impl Default for drm_ctx { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx_res { -+ pub count: libc::c_int, -+ pub contexts: *mut drm_ctx, -+} -+impl Default for drm_ctx_res { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_draw { -+ pub handle: drm_drawable_t, -+} -+pub mod drm_drawable_info_type_t { -+ pub type Type = libc::c_uint; -+ pub const DRM_DRAWABLE_CLIPRECTS: Type = 0; -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_update_draw { -+ pub handle: drm_drawable_t, -+ pub type_: libc::c_uint, -+ pub num: libc::c_uint, -+ pub data: libc::c_ulonglong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_auth { -+ pub magic: drm_magic_t, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_irq_busid { -+ pub irq: libc::c_int, -+ pub busnum: libc::c_int, -+ pub devnum: libc::c_int, -+ pub funcnum: libc::c_int, -+} -+pub mod drm_vblank_seq_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_VBLANK_ABSOLUTE: Type = 0; -+ pub const _DRM_VBLANK_RELATIVE: Type = 1; -+ pub const _DRM_VBLANK_HIGH_CRTC_MASK: Type = 62; -+ pub const _DRM_VBLANK_EVENT: Type = 67108864; -+ pub const _DRM_VBLANK_FLIP: Type = 134217728; -+ pub const _DRM_VBLANK_NEXTONMISS: Type = 268435456; -+ pub const _DRM_VBLANK_SECONDARY: Type = 536870912; -+ pub const _DRM_VBLANK_SIGNAL: Type = 1073741824; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_wait_vblank_request { -+ pub type_: drm_vblank_seq_type::Type, -+ pub sequence: libc::c_uint, -+ pub signal: libc::c_ulong, -+} -+impl Default for drm_wait_vblank_request { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_wait_vblank_reply { -+ pub type_: drm_vblank_seq_type::Type, -+ pub sequence: libc::c_uint, -+ pub tval_sec: libc::c_long, -+ pub tval_usec: libc::c_long, -+} -+impl Default for drm_wait_vblank_reply { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Copy, Clone)] -+pub union drm_wait_vblank { -+ pub request: drm_wait_vblank_request, -+ pub reply: drm_wait_vblank_reply, -+} -+impl Default for drm_wait_vblank { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_modeset_ctl { -+ pub crtc: __u32, -+ pub cmd: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_mode { -+ pub mode: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_buffer { -+ pub size: libc::c_ulong, -+ pub handle: libc::c_ulong, -+ pub type_: libc::c_ulong, -+ pub physical: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_binding { -+ pub handle: libc::c_ulong, -+ pub offset: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_info { -+ pub agp_version_major: libc::c_int, -+ pub agp_version_minor: libc::c_int, -+ pub mode: libc::c_ulong, -+ pub aperture_base: libc::c_ulong, -+ pub aperture_size: libc::c_ulong, -+ pub memory_allowed: libc::c_ulong, -+ pub memory_used: libc::c_ulong, -+ pub id_vendor: libc::c_ushort, -+ pub id_device: libc::c_ushort, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_scatter_gather { -+ pub size: libc::c_ulong, -+ pub handle: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_set_version { -+ pub drm_di_major: libc::c_int, -+ pub drm_di_minor: libc::c_int, -+ pub drm_dd_major: libc::c_int, -+ pub drm_dd_minor: libc::c_int, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_close { -+ pub handle: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_flink { -+ pub handle: __u32, -+ pub name: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_open { -+ pub name: __u32, -+ pub handle: __u32, -+ pub size: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_get_cap { -+ pub capability: __u64, -+ pub value: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_set_client_cap { -+ pub capability: __u64, -+ pub value: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_prime_handle { -+ pub handle: __u32, -+ pub flags: __u32, -+ pub fd: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_create { -+ pub handle: __u32, -+ pub flags: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_destroy { -+ pub handle: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_handle { -+ pub handle: __u32, -+ pub flags: __u32, -+ pub fd: __s32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_transfer { -+ pub src_handle: __u32, -+ pub dst_handle: __u32, -+ pub src_point: __u64, -+ pub dst_point: __u64, -+ pub flags: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_wait { -+ pub handles: __u64, -+ pub timeout_nsec: __s64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+ pub first_signaled: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_timeline_wait { -+ pub handles: __u64, -+ pub points: __u64, -+ pub timeout_nsec: __s64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+ pub first_signaled: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_array { -+ pub handles: __u64, -+ pub count_handles: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_timeline_array { -+ pub handles: __u64, -+ pub points: __u64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_crtc_get_sequence { -+ pub crtc_id: __u32, -+ pub active: __u32, -+ pub sequence: __u64, -+ pub sequence_ns: __s64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_crtc_queue_sequence { -+ pub crtc_id: __u32, -+ pub flags: __u32, -+ pub sequence: __u64, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_modeinfo { -+ pub clock: __u32, -+ pub hdisplay: __u16, -+ pub hsync_start: __u16, -+ pub hsync_end: __u16, -+ pub htotal: __u16, -+ pub hskew: __u16, -+ pub vdisplay: __u16, -+ pub vsync_start: __u16, -+ pub vsync_end: __u16, -+ pub vtotal: __u16, -+ pub vscan: __u16, -+ pub vrefresh: __u32, -+ pub flags: __u32, -+ pub type_: __u32, -+ pub name: [libc::c_char; 32usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_card_res { -+ pub fb_id_ptr: __u64, -+ pub crtc_id_ptr: __u64, -+ pub connector_id_ptr: __u64, -+ pub encoder_id_ptr: __u64, -+ pub count_fbs: __u32, -+ pub count_crtcs: __u32, -+ pub count_connectors: __u32, -+ pub count_encoders: __u32, -+ pub min_width: __u32, -+ pub max_width: __u32, -+ pub min_height: __u32, -+ pub max_height: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc { -+ pub set_connectors_ptr: __u64, -+ pub count_connectors: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub x: __u32, -+ pub y: __u32, -+ pub gamma_size: __u32, -+ pub mode_valid: __u32, -+ pub mode: drm_mode_modeinfo, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_set_plane { -+ pub plane_id: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub crtc_x: __s32, -+ pub crtc_y: __s32, -+ pub crtc_w: __u32, -+ pub crtc_h: __u32, -+ pub src_x: __u32, -+ pub src_y: __u32, -+ pub src_h: __u32, -+ pub src_w: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_plane { -+ pub plane_id: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub possible_crtcs: __u32, -+ pub gamma_size: __u32, -+ pub count_format_types: __u32, -+ pub format_type_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_plane_res { -+ pub plane_id_ptr: __u64, -+ pub count_planes: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_encoder { -+ pub encoder_id: __u32, -+ pub encoder_type: __u32, -+ pub crtc_id: __u32, -+ pub possible_crtcs: __u32, -+ pub possible_clones: __u32, -+} -+pub mod drm_mode_subconnector { -+ pub type Type = libc::c_uint; -+ pub const DRM_MODE_SUBCONNECTOR_Automatic: Type = 0; -+ pub const DRM_MODE_SUBCONNECTOR_Unknown: Type = 0; -+ pub const DRM_MODE_SUBCONNECTOR_VGA: Type = 1; -+ pub const DRM_MODE_SUBCONNECTOR_DVID: Type = 3; -+ pub const DRM_MODE_SUBCONNECTOR_DVIA: Type = 4; -+ pub const DRM_MODE_SUBCONNECTOR_Composite: Type = 5; -+ pub const DRM_MODE_SUBCONNECTOR_SVIDEO: Type = 6; -+ pub const DRM_MODE_SUBCONNECTOR_Component: Type = 8; -+ pub const DRM_MODE_SUBCONNECTOR_SCART: Type = 9; -+ pub const DRM_MODE_SUBCONNECTOR_DisplayPort: Type = 10; -+ pub const DRM_MODE_SUBCONNECTOR_HDMIA: Type = 11; -+ pub const DRM_MODE_SUBCONNECTOR_Native: Type = 15; -+ pub const DRM_MODE_SUBCONNECTOR_Wireless: Type = 18; -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_connector { -+ pub encoders_ptr: __u64, -+ pub modes_ptr: __u64, -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub count_modes: __u32, -+ pub count_props: __u32, -+ pub count_encoders: __u32, -+ pub encoder_id: __u32, -+ pub connector_id: __u32, -+ pub connector_type: __u32, -+ pub connector_type_id: __u32, -+ pub connection: __u32, -+ pub mm_width: __u32, -+ pub mm_height: __u32, -+ pub subpixel: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_property_enum { -+ pub value: __u64, -+ pub name: [libc::c_char; 32usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_property { -+ pub values_ptr: __u64, -+ pub enum_blob_ptr: __u64, -+ pub prop_id: __u32, -+ pub flags: __u32, -+ pub name: [libc::c_char; 32usize], -+ pub count_values: __u32, -+ pub count_enum_blobs: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_connector_set_property { -+ pub value: __u64, -+ pub prop_id: __u32, -+ pub connector_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_obj_get_properties { -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub count_props: __u32, -+ pub obj_id: __u32, -+ pub obj_type: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_obj_set_property { -+ pub value: __u64, -+ pub prop_id: __u32, -+ pub obj_id: __u32, -+ pub obj_type: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_blob { -+ pub blob_id: __u32, -+ pub length: __u32, -+ pub data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_cmd { -+ pub fb_id: __u32, -+ pub width: __u32, -+ pub height: __u32, -+ pub pitch: __u32, -+ pub bpp: __u32, -+ pub depth: __u32, -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_cmd2 { -+ pub fb_id: __u32, -+ pub width: __u32, -+ pub height: __u32, -+ pub pixel_format: __u32, -+ pub flags: __u32, -+ pub handles: [__u32; 4usize], -+ pub pitches: [__u32; 4usize], -+ pub offsets: [__u32; 4usize], -+ pub modifier: [__u64; 4usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_dirty_cmd { -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub color: __u32, -+ pub num_clips: __u32, -+ pub clips_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_mode_cmd { -+ pub connector_id: __u32, -+ pub mode: drm_mode_modeinfo, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_cursor { -+ pub flags: __u32, -+ pub crtc_id: __u32, -+ pub x: __s32, -+ pub y: __s32, -+ pub width: __u32, -+ pub height: __u32, -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_cursor2 { -+ pub flags: __u32, -+ pub crtc_id: __u32, -+ pub x: __s32, -+ pub y: __s32, -+ pub width: __u32, -+ pub height: __u32, -+ pub handle: __u32, -+ pub hot_x: __s32, -+ pub hot_y: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_lut { -+ pub crtc_id: __u32, -+ pub gamma_size: __u32, -+ pub red: __u64, -+ pub green: __u64, -+ pub blue: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_color_ctm { -+ pub matrix: [__u64; 9usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_color_lut { -+ pub red: __u16, -+ pub green: __u16, -+ pub blue: __u16, -+ pub reserved: __u16, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct hdr_metadata_infoframe__bindgen_ty_1 { -+ pub x: __u16, -+ pub y: __u16, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_page_flip { -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub reserved: __u32, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_page_flip_target { -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub sequence: __u32, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_dumb { -+ pub height: __u32, -+ pub width: __u32, -+ pub bpp: __u32, -+ pub flags: __u32, -+ pub handle: __u32, -+ pub pitch: __u32, -+ pub size: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_map_dumb { -+ pub handle: __u32, -+ pub pad: __u32, -+ pub offset: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_destroy_dumb { -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_atomic { -+ pub flags: __u32, -+ pub count_objs: __u32, -+ pub objs_ptr: __u64, -+ pub count_props_ptr: __u64, -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub reserved: __u64, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_format_modifier_blob { -+ pub version: __u32, -+ pub flags: __u32, -+ pub count_formats: __u32, -+ pub formats_offset: __u32, -+ pub count_modifiers: __u32, -+ pub modifiers_offset: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_format_modifier { -+ pub formats: __u64, -+ pub offset: __u32, -+ pub pad: __u32, -+ pub modifier: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_blob { -+ pub data: __u64, -+ pub length: __u32, -+ pub blob_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_destroy_blob { -+ pub blob_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_lease { -+ pub object_ids: __u64, -+ pub object_count: __u32, -+ pub flags: __u32, -+ pub lessee_id: __u32, -+ pub fd: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_list_lessees { -+ pub count_lessees: __u32, -+ pub pad: __u32, -+ pub lessees_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_lease { -+ pub count_objects: __u32, -+ pub pad: __u32, -+ pub objects_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_revoke_lease { -+ pub lessee_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_rect { -+ pub x1: __s32, -+ pub y1: __s32, -+ pub x2: __s32, -+ pub y2: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event { -+ pub type_: __u32, -+ pub length: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event_vblank { -+ pub base: drm_event, -+ pub user_data: __u64, -+ pub tv_sec: __u32, -+ pub tv_usec: __u32, -+ pub sequence: __u32, -+ pub crtc_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event_crtc_sequence { -+ pub base: drm_event, -+ pub user_data: __u64, -+ pub time_ns: __s64, -+ pub sequence: __u64, -+} -+pub type drm_clip_rect_t = drm_clip_rect; -+pub type drm_drawable_info_t = drm_drawable_info; -+pub type drm_tex_region_t = drm_tex_region; -+pub type drm_hw_lock_t = drm_hw_lock; -+pub type drm_version_t = drm_version; -+pub type drm_unique_t = drm_unique; -+pub type drm_list_t = drm_list; -+pub type drm_block_t = drm_block; -+pub type drm_control_t = drm_control; -+pub use self::drm_map_flags::Type as drm_map_flags_t; -+pub use self::drm_map_type::Type as drm_map_type_t; -+pub type drm_ctx_priv_map_t = drm_ctx_priv_map; -+pub type drm_map_t = drm_map; -+pub type drm_client_t = drm_client; -+pub use self::drm_stat_type::Type as drm_stat_type_t; -+pub type drm_stats_t = drm_stats; -+pub use self::drm_lock_flags::Type as drm_lock_flags_t; -+pub type drm_lock_t = drm_lock; -+pub use self::drm_dma_flags::Type as drm_dma_flags_t; -+pub type drm_buf_desc_t = drm_buf_desc; -+pub type drm_buf_info_t = drm_buf_info; -+pub type drm_buf_free_t = drm_buf_free; -+pub type drm_buf_pub_t = drm_buf_pub; -+pub type drm_buf_map_t = drm_buf_map; -+pub type drm_dma_t = drm_dma; -+pub type drm_wait_vblank_t = drm_wait_vblank; -+pub type drm_agp_mode_t = drm_agp_mode; -+pub use self::drm_ctx_flags::Type as drm_ctx_flags_t; -+pub type drm_ctx_t = drm_ctx; -+pub type drm_ctx_res_t = drm_ctx_res; -+pub type drm_draw_t = drm_draw; -+pub type drm_update_draw_t = drm_update_draw; -+pub type drm_auth_t = drm_auth; -+pub type drm_irq_busid_t = drm_irq_busid; -+pub use self::drm_vblank_seq_type::Type as drm_vblank_seq_type_t; -+pub type drm_agp_buffer_t = drm_agp_buffer; -+pub type drm_agp_binding_t = drm_agp_binding; -+pub type drm_agp_info_t = drm_agp_info; -+pub type drm_scatter_gather_t = drm_scatter_gather; -+pub type drm_set_version_t = drm_set_version; -+pub const DRM_MODE_PROP_SIGNED_RANGE: libc::c_uint = 128; -+pub const DRM_MODE_PROP_OBJECT: libc::c_uint = 64; ---- /dev/null 1970-01-01 00:00:00 UTC -+++ cargo-crates/drm-sys-0.4.0/src/platforms/freebsd/arm/bindings.rs -@@ -0,0 +1,1342 @@ -+/* automatically generated by rust-bindgen 0.59.2 */ -+ -+pub const DRM_NAME: &[u8; 4usize] = b"drm\0"; -+pub const DRM_MIN_ORDER: u32 = 5; -+pub const DRM_MAX_ORDER: u32 = 22; -+pub const DRM_RAM_PERCENT: u32 = 10; -+pub const _DRM_LOCK_HELD: u32 = 2147483648; -+pub const _DRM_LOCK_CONT: u32 = 1073741824; -+pub const _DRM_VBLANK_HIGH_CRTC_SHIFT: u32 = 1; -+pub const _DRM_PRE_MODESET: u32 = 1; -+pub const _DRM_POST_MODESET: u32 = 2; -+pub const DRM_CAP_DUMB_BUFFER: u32 = 1; -+pub const DRM_CAP_VBLANK_HIGH_CRTC: u32 = 2; -+pub const DRM_CAP_DUMB_PREFERRED_DEPTH: u32 = 3; -+pub const DRM_CAP_DUMB_PREFER_SHADOW: u32 = 4; -+pub const DRM_CAP_PRIME: u32 = 5; -+pub const DRM_PRIME_CAP_IMPORT: u32 = 1; -+pub const DRM_PRIME_CAP_EXPORT: u32 = 2; -+pub const DRM_CAP_TIMESTAMP_MONOTONIC: u32 = 6; -+pub const DRM_CAP_ASYNC_PAGE_FLIP: u32 = 7; -+pub const DRM_CAP_CURSOR_WIDTH: u32 = 8; -+pub const DRM_CAP_CURSOR_HEIGHT: u32 = 9; -+pub const DRM_CAP_ADDFB2_MODIFIERS: u32 = 16; -+pub const DRM_CAP_PAGE_FLIP_TARGET: u32 = 17; -+pub const DRM_CAP_CRTC_IN_VBLANK_EVENT: u32 = 18; -+pub const DRM_CAP_SYNCOBJ: u32 = 19; -+pub const DRM_CAP_SYNCOBJ_TIMELINE: u32 = 20; -+pub const DRM_CLIENT_CAP_STEREO_3D: u32 = 1; -+pub const DRM_CLIENT_CAP_UNIVERSAL_PLANES: u32 = 2; -+pub const DRM_CLIENT_CAP_ATOMIC: u32 = 3; -+pub const DRM_CLIENT_CAP_ASPECT_RATIO: u32 = 4; -+pub const DRM_CLIENT_CAP_WRITEBACK_CONNECTORS: u32 = 5; -+pub const DRM_SYNCOBJ_CREATE_SIGNALED: u32 = 1; -+pub const DRM_SYNCOBJ_FD_TO_HANDLE_FLAGS_IMPORT_SYNC_FILE: u32 = 1; -+pub const DRM_SYNCOBJ_HANDLE_TO_FD_FLAGS_EXPORT_SYNC_FILE: u32 = 1; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_ALL: u32 = 1; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT: u32 = 2; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE: u32 = 4; -+pub const DRM_SYNCOBJ_QUERY_FLAGS_LAST_SUBMITTED: u32 = 1; -+pub const DRM_CRTC_SEQUENCE_RELATIVE: u32 = 1; -+pub const DRM_CRTC_SEQUENCE_NEXT_ON_MISS: u32 = 2; -+pub const DRM_CONNECTOR_NAME_LEN: u32 = 32; -+pub const DRM_DISPLAY_MODE_LEN: u32 = 32; -+pub const DRM_PROP_NAME_LEN: u32 = 32; -+pub const DRM_MODE_TYPE_BUILTIN: u32 = 1; -+pub const DRM_MODE_TYPE_CLOCK_C: u32 = 3; -+pub const DRM_MODE_TYPE_CRTC_C: u32 = 5; -+pub const DRM_MODE_TYPE_PREFERRED: u32 = 8; -+pub const DRM_MODE_TYPE_DEFAULT: u32 = 16; -+pub const DRM_MODE_TYPE_USERDEF: u32 = 32; -+pub const DRM_MODE_TYPE_DRIVER: u32 = 64; -+pub const DRM_MODE_TYPE_ALL: u32 = 104; -+pub const DRM_MODE_FLAG_PHSYNC: u32 = 1; -+pub const DRM_MODE_FLAG_NHSYNC: u32 = 2; -+pub const DRM_MODE_FLAG_PVSYNC: u32 = 4; -+pub const DRM_MODE_FLAG_NVSYNC: u32 = 8; -+pub const DRM_MODE_FLAG_INTERLACE: u32 = 16; -+pub const DRM_MODE_FLAG_DBLSCAN: u32 = 32; -+pub const DRM_MODE_FLAG_CSYNC: u32 = 64; -+pub const DRM_MODE_FLAG_PCSYNC: u32 = 128; -+pub const DRM_MODE_FLAG_NCSYNC: u32 = 256; -+pub const DRM_MODE_FLAG_HSKEW: u32 = 512; -+pub const DRM_MODE_FLAG_BCAST: u32 = 1024; -+pub const DRM_MODE_FLAG_PIXMUX: u32 = 2048; -+pub const DRM_MODE_FLAG_DBLCLK: u32 = 4096; -+pub const DRM_MODE_FLAG_CLKDIV2: u32 = 8192; -+pub const DRM_MODE_FLAG_3D_MASK: u32 = 507904; -+pub const DRM_MODE_FLAG_3D_NONE: u32 = 0; -+pub const DRM_MODE_FLAG_3D_FRAME_PACKING: u32 = 16384; -+pub const DRM_MODE_FLAG_3D_FIELD_ALTERNATIVE: u32 = 32768; -+pub const DRM_MODE_FLAG_3D_LINE_ALTERNATIVE: u32 = 49152; -+pub const DRM_MODE_FLAG_3D_SIDE_BY_SIDE_FULL: u32 = 65536; -+pub const DRM_MODE_FLAG_3D_L_DEPTH: u32 = 81920; -+pub const DRM_MODE_FLAG_3D_L_DEPTH_GFX_GFX_DEPTH: u32 = 98304; -+pub const DRM_MODE_FLAG_3D_TOP_AND_BOTTOM: u32 = 114688; -+pub const DRM_MODE_FLAG_3D_SIDE_BY_SIDE_HALF: u32 = 131072; -+pub const DRM_MODE_PICTURE_ASPECT_NONE: u32 = 0; -+pub const DRM_MODE_PICTURE_ASPECT_4_3: u32 = 1; -+pub const DRM_MODE_PICTURE_ASPECT_16_9: u32 = 2; -+pub const DRM_MODE_PICTURE_ASPECT_64_27: u32 = 3; -+pub const DRM_MODE_PICTURE_ASPECT_256_135: u32 = 4; -+pub const DRM_MODE_CONTENT_TYPE_NO_DATA: u32 = 0; -+pub const DRM_MODE_CONTENT_TYPE_GRAPHICS: u32 = 1; -+pub const DRM_MODE_CONTENT_TYPE_PHOTO: u32 = 2; -+pub const DRM_MODE_CONTENT_TYPE_CINEMA: u32 = 3; -+pub const DRM_MODE_CONTENT_TYPE_GAME: u32 = 4; -+pub const DRM_MODE_FLAG_PIC_AR_MASK: u32 = 7864320; -+pub const DRM_MODE_FLAG_PIC_AR_NONE: u32 = 0; -+pub const DRM_MODE_FLAG_PIC_AR_4_3: u32 = 524288; -+pub const DRM_MODE_FLAG_PIC_AR_16_9: u32 = 1048576; -+pub const DRM_MODE_FLAG_PIC_AR_64_27: u32 = 1572864; -+pub const DRM_MODE_FLAG_PIC_AR_256_135: u32 = 2097152; -+pub const DRM_MODE_FLAG_ALL: u32 = 521215; -+pub const DRM_MODE_DPMS_ON: u32 = 0; -+pub const DRM_MODE_DPMS_STANDBY: u32 = 1; -+pub const DRM_MODE_DPMS_SUSPEND: u32 = 2; -+pub const DRM_MODE_DPMS_OFF: u32 = 3; -+pub const DRM_MODE_SCALE_NONE: u32 = 0; -+pub const DRM_MODE_SCALE_FULLSCREEN: u32 = 1; -+pub const DRM_MODE_SCALE_CENTER: u32 = 2; -+pub const DRM_MODE_SCALE_ASPECT: u32 = 3; -+pub const DRM_MODE_DITHERING_OFF: u32 = 0; -+pub const DRM_MODE_DITHERING_ON: u32 = 1; -+pub const DRM_MODE_DITHERING_AUTO: u32 = 2; -+pub const DRM_MODE_DIRTY_OFF: u32 = 0; -+pub const DRM_MODE_DIRTY_ON: u32 = 1; -+pub const DRM_MODE_DIRTY_ANNOTATE: u32 = 2; -+pub const DRM_MODE_LINK_STATUS_GOOD: u32 = 0; -+pub const DRM_MODE_LINK_STATUS_BAD: u32 = 1; -+pub const DRM_MODE_ROTATE_0: u32 = 1; -+pub const DRM_MODE_ROTATE_90: u32 = 2; -+pub const DRM_MODE_ROTATE_180: u32 = 4; -+pub const DRM_MODE_ROTATE_270: u32 = 8; -+pub const DRM_MODE_ROTATE_MASK: u32 = 15; -+pub const DRM_MODE_REFLECT_X: u32 = 16; -+pub const DRM_MODE_REFLECT_Y: u32 = 32; -+pub const DRM_MODE_REFLECT_MASK: u32 = 48; -+pub const DRM_MODE_CONTENT_PROTECTION_UNDESIRED: u32 = 0; -+pub const DRM_MODE_CONTENT_PROTECTION_DESIRED: u32 = 1; -+pub const DRM_MODE_CONTENT_PROTECTION_ENABLED: u32 = 2; -+pub const DRM_MODE_PRESENT_TOP_FIELD: u32 = 1; -+pub const DRM_MODE_PRESENT_BOTTOM_FIELD: u32 = 2; -+pub const DRM_MODE_ENCODER_NONE: u32 = 0; -+pub const DRM_MODE_ENCODER_DAC: u32 = 1; -+pub const DRM_MODE_ENCODER_TMDS: u32 = 2; -+pub const DRM_MODE_ENCODER_LVDS: u32 = 3; -+pub const DRM_MODE_ENCODER_TVDAC: u32 = 4; -+pub const DRM_MODE_ENCODER_VIRTUAL: u32 = 5; -+pub const DRM_MODE_ENCODER_DSI: u32 = 6; -+pub const DRM_MODE_ENCODER_DPMST: u32 = 7; -+pub const DRM_MODE_ENCODER_DPI: u32 = 8; -+pub const DRM_MODE_CONNECTOR_Unknown: u32 = 0; -+pub const DRM_MODE_CONNECTOR_VGA: u32 = 1; -+pub const DRM_MODE_CONNECTOR_DVII: u32 = 2; -+pub const DRM_MODE_CONNECTOR_DVID: u32 = 3; -+pub const DRM_MODE_CONNECTOR_DVIA: u32 = 4; -+pub const DRM_MODE_CONNECTOR_Composite: u32 = 5; -+pub const DRM_MODE_CONNECTOR_SVIDEO: u32 = 6; -+pub const DRM_MODE_CONNECTOR_LVDS: u32 = 7; -+pub const DRM_MODE_CONNECTOR_Component: u32 = 8; -+pub const DRM_MODE_CONNECTOR_9PinDIN: u32 = 9; -+pub const DRM_MODE_CONNECTOR_DisplayPort: u32 = 10; -+pub const DRM_MODE_CONNECTOR_HDMIA: u32 = 11; -+pub const DRM_MODE_CONNECTOR_HDMIB: u32 = 12; -+pub const DRM_MODE_CONNECTOR_TV: u32 = 13; -+pub const DRM_MODE_CONNECTOR_eDP: u32 = 14; -+pub const DRM_MODE_CONNECTOR_VIRTUAL: u32 = 15; -+pub const DRM_MODE_CONNECTOR_DSI: u32 = 16; -+pub const DRM_MODE_CONNECTOR_DPI: u32 = 17; -+pub const DRM_MODE_CONNECTOR_WRITEBACK: u32 = 18; -+pub const DRM_MODE_CONNECTOR_SPI: u32 = 19; -+pub const DRM_MODE_CONNECTOR_USB: u32 = 20; -+pub const DRM_MODE_PROP_PENDING: u32 = 1; -+pub const DRM_MODE_PROP_RANGE: u32 = 2; -+pub const DRM_MODE_PROP_IMMUTABLE: u32 = 4; -+pub const DRM_MODE_PROP_ENUM: u32 = 8; -+pub const DRM_MODE_PROP_BLOB: u32 = 16; -+pub const DRM_MODE_PROP_BITMASK: u32 = 32; -+pub const DRM_MODE_PROP_LEGACY_TYPE: u32 = 58; -+pub const DRM_MODE_PROP_EXTENDED_TYPE: u32 = 65472; -+pub const DRM_MODE_PROP_ATOMIC: u32 = 2147483648; -+pub const DRM_MODE_OBJECT_CRTC: u32 = 3435973836; -+pub const DRM_MODE_OBJECT_CONNECTOR: u32 = 3233857728; -+pub const DRM_MODE_OBJECT_ENCODER: u32 = 3772834016; -+pub const DRM_MODE_OBJECT_MODE: u32 = 3739147998; -+pub const DRM_MODE_OBJECT_PROPERTY: u32 = 2964369584; -+pub const DRM_MODE_OBJECT_FB: u32 = 4227595259; -+pub const DRM_MODE_OBJECT_BLOB: u32 = 3149642683; -+pub const DRM_MODE_OBJECT_PLANE: u32 = 4008636142; -+pub const DRM_MODE_OBJECT_ANY: u32 = 0; -+pub const DRM_MODE_FB_INTERLACED: u32 = 1; -+pub const DRM_MODE_FB_MODIFIERS: u32 = 2; -+pub const DRM_MODE_FB_DIRTY_ANNOTATE_COPY: u32 = 1; -+pub const DRM_MODE_FB_DIRTY_ANNOTATE_FILL: u32 = 2; -+pub const DRM_MODE_FB_DIRTY_FLAGS: u32 = 3; -+pub const DRM_MODE_FB_DIRTY_MAX_CLIPS: u32 = 256; -+pub const DRM_MODE_CURSOR_BO: u32 = 1; -+pub const DRM_MODE_CURSOR_MOVE: u32 = 2; -+pub const DRM_MODE_CURSOR_FLAGS: u32 = 3; -+pub const DRM_MODE_PAGE_FLIP_EVENT: u32 = 1; -+pub const DRM_MODE_PAGE_FLIP_ASYNC: u32 = 2; -+pub const DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE: u32 = 4; -+pub const DRM_MODE_PAGE_FLIP_TARGET_RELATIVE: u32 = 8; -+pub const DRM_MODE_PAGE_FLIP_TARGET: u32 = 12; -+pub const DRM_MODE_PAGE_FLIP_FLAGS: u32 = 15; -+pub const DRM_MODE_ATOMIC_TEST_ONLY: u32 = 256; -+pub const DRM_MODE_ATOMIC_NONBLOCK: u32 = 512; -+pub const DRM_MODE_ATOMIC_ALLOW_MODESET: u32 = 1024; -+pub const DRM_MODE_ATOMIC_FLAGS: u32 = 1795; -+pub const DRM_IOCTL_BASE: u8 = 100u8; -+pub const DRM_COMMAND_BASE: u32 = 64; -+pub const DRM_COMMAND_END: u32 = 160; -+pub const DRM_EVENT_VBLANK: u32 = 1; -+pub const DRM_EVENT_FLIP_COMPLETE: u32 = 2; -+pub const DRM_EVENT_CRTC_SEQUENCE: u32 = 3; -+pub type __uint16_t = libc::c_ushort; -+pub type __int32_t = libc::c_int; -+pub type __uint32_t = libc::c_uint; -+pub type __int64_t = libc::c_longlong; -+pub type __uint64_t = libc::c_ulonglong; -+pub type __size_t = __uint32_t; -+pub type size_t = __size_t; -+pub type __u16 = u16; -+pub type __s32 = i32; -+pub type __u32 = u32; -+pub type __s64 = i64; -+pub type __u64 = u64; -+pub type __kernel_size_t = size_t; -+pub type drm_handle_t = libc::c_ulong; -+pub type drm_context_t = libc::c_uint; -+pub type drm_drawable_t = libc::c_uint; -+pub type drm_magic_t = libc::c_uint; -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_clip_rect { -+ pub x1: libc::c_ushort, -+ pub y1: libc::c_ushort, -+ pub x2: libc::c_ushort, -+ pub y2: libc::c_ushort, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_drawable_info { -+ pub num_rects: libc::c_uint, -+ pub rects: *mut drm_clip_rect, -+} -+impl Default for drm_drawable_info { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_tex_region { -+ pub next: libc::c_uchar, -+ pub prev: libc::c_uchar, -+ pub in_use: libc::c_uchar, -+ pub padding: libc::c_uchar, -+ pub age: libc::c_uint, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_hw_lock { -+ pub lock: libc::c_uint, -+ pub padding: [libc::c_char; 60usize], -+} -+impl Default for drm_hw_lock { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_version { -+ pub version_major: libc::c_int, -+ pub version_minor: libc::c_int, -+ pub version_patchlevel: libc::c_int, -+ pub name_len: __kernel_size_t, -+ pub name: *mut libc::c_char, -+ pub date_len: __kernel_size_t, -+ pub date: *mut libc::c_char, -+ pub desc_len: __kernel_size_t, -+ pub desc: *mut libc::c_char, -+} -+impl Default for drm_version { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_unique { -+ pub unique_len: __kernel_size_t, -+ pub unique: *mut libc::c_char, -+} -+impl Default for drm_unique { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_list { -+ pub count: libc::c_int, -+ pub version: *mut drm_version, -+} -+impl Default for drm_list { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_block { -+ pub unused: libc::c_int, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_control { -+ pub func: drm_control__bindgen_ty_1::Type, -+ pub irq: libc::c_int, -+} -+pub mod drm_control__bindgen_ty_1 { -+ pub type Type = libc::c_uint; -+ pub const DRM_ADD_COMMAND: Type = 0; -+ pub const DRM_RM_COMMAND: Type = 1; -+ pub const DRM_INST_HANDLER: Type = 2; -+ pub const DRM_UNINST_HANDLER: Type = 3; -+} -+impl Default for drm_control { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_map_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_FRAME_BUFFER: Type = 0; -+ pub const _DRM_REGISTERS: Type = 1; -+ pub const _DRM_SHM: Type = 2; -+ pub const _DRM_AGP: Type = 3; -+ pub const _DRM_SCATTER_GATHER: Type = 4; -+ pub const _DRM_CONSISTENT: Type = 5; -+} -+pub mod drm_map_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_RESTRICTED: Type = 1; -+ pub const _DRM_READ_ONLY: Type = 2; -+ pub const _DRM_LOCKED: Type = 4; -+ pub const _DRM_KERNEL: Type = 8; -+ pub const _DRM_WRITE_COMBINING: Type = 16; -+ pub const _DRM_CONTAINS_LOCK: Type = 32; -+ pub const _DRM_REMOVABLE: Type = 64; -+ pub const _DRM_DRIVER: Type = 128; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx_priv_map { -+ pub ctx_id: libc::c_uint, -+ pub handle: *mut libc::c_void, -+} -+impl Default for drm_ctx_priv_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_map { -+ pub offset: libc::c_ulong, -+ pub size: libc::c_ulong, -+ pub type_: drm_map_type::Type, -+ pub flags: drm_map_flags::Type, -+ pub handle: *mut libc::c_void, -+ pub mtrr: libc::c_int, -+} -+impl Default for drm_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_client { -+ pub idx: libc::c_int, -+ pub auth: libc::c_int, -+ pub pid: libc::c_ulong, -+ pub uid: libc::c_ulong, -+ pub magic: libc::c_ulong, -+ pub iocs: libc::c_ulong, -+} -+pub mod drm_stat_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_STAT_LOCK: Type = 0; -+ pub const _DRM_STAT_OPENS: Type = 1; -+ pub const _DRM_STAT_CLOSES: Type = 2; -+ pub const _DRM_STAT_IOCTLS: Type = 3; -+ pub const _DRM_STAT_LOCKS: Type = 4; -+ pub const _DRM_STAT_UNLOCKS: Type = 5; -+ pub const _DRM_STAT_VALUE: Type = 6; -+ pub const _DRM_STAT_BYTE: Type = 7; -+ pub const _DRM_STAT_COUNT: Type = 8; -+ pub const _DRM_STAT_IRQ: Type = 9; -+ pub const _DRM_STAT_PRIMARY: Type = 10; -+ pub const _DRM_STAT_SECONDARY: Type = 11; -+ pub const _DRM_STAT_DMA: Type = 12; -+ pub const _DRM_STAT_SPECIAL: Type = 13; -+ pub const _DRM_STAT_MISSED: Type = 14; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_stats { -+ pub count: libc::c_ulong, -+ pub data: [drm_stats__bindgen_ty_1; 15usize], -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_stats__bindgen_ty_1 { -+ pub value: libc::c_ulong, -+ pub type_: drm_stat_type::Type, -+} -+impl Default for drm_stats__bindgen_ty_1 { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+impl Default for drm_stats { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_lock_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_LOCK_READY: Type = 1; -+ pub const _DRM_LOCK_QUIESCENT: Type = 2; -+ pub const _DRM_LOCK_FLUSH: Type = 4; -+ pub const _DRM_LOCK_FLUSH_ALL: Type = 8; -+ pub const _DRM_HALT_ALL_QUEUES: Type = 16; -+ pub const _DRM_HALT_CUR_QUEUES: Type = 32; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_lock { -+ pub context: libc::c_int, -+ pub flags: drm_lock_flags::Type, -+} -+impl Default for drm_lock { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_dma_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_DMA_BLOCK: Type = 1; -+ pub const _DRM_DMA_WHILE_LOCKED: Type = 2; -+ pub const _DRM_DMA_PRIORITY: Type = 4; -+ pub const _DRM_DMA_WAIT: Type = 16; -+ pub const _DRM_DMA_SMALLER_OK: Type = 32; -+ pub const _DRM_DMA_LARGER_OK: Type = 64; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_desc { -+ pub count: libc::c_int, -+ pub size: libc::c_int, -+ pub low_mark: libc::c_int, -+ pub high_mark: libc::c_int, -+ pub flags: drm_buf_desc__bindgen_ty_1::Type, -+ pub agp_start: libc::c_ulong, -+} -+pub mod drm_buf_desc__bindgen_ty_1 { -+ pub type Type = libc::c_uint; -+ pub const _DRM_PAGE_ALIGN: Type = 1; -+ pub const _DRM_AGP_BUFFER: Type = 2; -+ pub const _DRM_SG_BUFFER: Type = 4; -+ pub const _DRM_FB_BUFFER: Type = 8; -+ pub const _DRM_PCI_BUFFER_RO: Type = 16; -+} -+impl Default for drm_buf_desc { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_info { -+ pub count: libc::c_int, -+ pub list: *mut drm_buf_desc, -+} -+impl Default for drm_buf_info { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_free { -+ pub count: libc::c_int, -+ pub list: *mut libc::c_int, -+} -+impl Default for drm_buf_free { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_pub { -+ pub idx: libc::c_int, -+ pub total: libc::c_int, -+ pub used: libc::c_int, -+ pub address: *mut libc::c_void, -+} -+impl Default for drm_buf_pub { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_map { -+ pub count: libc::c_int, -+ pub virtual_: *mut libc::c_void, -+ pub list: *mut drm_buf_pub, -+} -+impl Default for drm_buf_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_dma { -+ pub context: libc::c_int, -+ pub send_count: libc::c_int, -+ pub send_indices: *mut libc::c_int, -+ pub send_sizes: *mut libc::c_int, -+ pub flags: drm_dma_flags::Type, -+ pub request_count: libc::c_int, -+ pub request_size: libc::c_int, -+ pub request_indices: *mut libc::c_int, -+ pub request_sizes: *mut libc::c_int, -+ pub granted_count: libc::c_int, -+} -+impl Default for drm_dma { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_ctx_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_CONTEXT_PRESERVED: Type = 1; -+ pub const _DRM_CONTEXT_2DONLY: Type = 2; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx { -+ pub handle: drm_context_t, -+ pub flags: drm_ctx_flags::Type, -+} -+impl Default for drm_ctx { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx_res { -+ pub count: libc::c_int, -+ pub contexts: *mut drm_ctx, -+} -+impl Default for drm_ctx_res { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_draw { -+ pub handle: drm_drawable_t, -+} -+pub mod drm_drawable_info_type_t { -+ pub type Type = libc::c_uint; -+ pub const DRM_DRAWABLE_CLIPRECTS: Type = 0; -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_update_draw { -+ pub handle: drm_drawable_t, -+ pub type_: libc::c_uint, -+ pub num: libc::c_uint, -+ pub data: libc::c_ulonglong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_auth { -+ pub magic: drm_magic_t, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_irq_busid { -+ pub irq: libc::c_int, -+ pub busnum: libc::c_int, -+ pub devnum: libc::c_int, -+ pub funcnum: libc::c_int, -+} -+pub mod drm_vblank_seq_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_VBLANK_ABSOLUTE: Type = 0; -+ pub const _DRM_VBLANK_RELATIVE: Type = 1; -+ pub const _DRM_VBLANK_HIGH_CRTC_MASK: Type = 62; -+ pub const _DRM_VBLANK_EVENT: Type = 67108864; -+ pub const _DRM_VBLANK_FLIP: Type = 134217728; -+ pub const _DRM_VBLANK_NEXTONMISS: Type = 268435456; -+ pub const _DRM_VBLANK_SECONDARY: Type = 536870912; -+ pub const _DRM_VBLANK_SIGNAL: Type = 1073741824; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_wait_vblank_request { -+ pub type_: drm_vblank_seq_type::Type, -+ pub sequence: libc::c_uint, -+ pub signal: libc::c_ulong, -+} -+impl Default for drm_wait_vblank_request { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_wait_vblank_reply { -+ pub type_: drm_vblank_seq_type::Type, -+ pub sequence: libc::c_uint, -+ pub tval_sec: libc::c_long, -+ pub tval_usec: libc::c_long, -+} -+impl Default for drm_wait_vblank_reply { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Copy, Clone)] -+pub union drm_wait_vblank { -+ pub request: drm_wait_vblank_request, -+ pub reply: drm_wait_vblank_reply, -+} -+impl Default for drm_wait_vblank { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_modeset_ctl { -+ pub crtc: __u32, -+ pub cmd: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_mode { -+ pub mode: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_buffer { -+ pub size: libc::c_ulong, -+ pub handle: libc::c_ulong, -+ pub type_: libc::c_ulong, -+ pub physical: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_binding { -+ pub handle: libc::c_ulong, -+ pub offset: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_info { -+ pub agp_version_major: libc::c_int, -+ pub agp_version_minor: libc::c_int, -+ pub mode: libc::c_ulong, -+ pub aperture_base: libc::c_ulong, -+ pub aperture_size: libc::c_ulong, -+ pub memory_allowed: libc::c_ulong, -+ pub memory_used: libc::c_ulong, -+ pub id_vendor: libc::c_ushort, -+ pub id_device: libc::c_ushort, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_scatter_gather { -+ pub size: libc::c_ulong, -+ pub handle: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_set_version { -+ pub drm_di_major: libc::c_int, -+ pub drm_di_minor: libc::c_int, -+ pub drm_dd_major: libc::c_int, -+ pub drm_dd_minor: libc::c_int, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_close { -+ pub handle: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_flink { -+ pub handle: __u32, -+ pub name: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_open { -+ pub name: __u32, -+ pub handle: __u32, -+ pub size: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_get_cap { -+ pub capability: __u64, -+ pub value: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_set_client_cap { -+ pub capability: __u64, -+ pub value: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_prime_handle { -+ pub handle: __u32, -+ pub flags: __u32, -+ pub fd: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_create { -+ pub handle: __u32, -+ pub flags: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_destroy { -+ pub handle: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_handle { -+ pub handle: __u32, -+ pub flags: __u32, -+ pub fd: __s32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_transfer { -+ pub src_handle: __u32, -+ pub dst_handle: __u32, -+ pub src_point: __u64, -+ pub dst_point: __u64, -+ pub flags: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_wait { -+ pub handles: __u64, -+ pub timeout_nsec: __s64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+ pub first_signaled: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_timeline_wait { -+ pub handles: __u64, -+ pub points: __u64, -+ pub timeout_nsec: __s64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+ pub first_signaled: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_array { -+ pub handles: __u64, -+ pub count_handles: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_timeline_array { -+ pub handles: __u64, -+ pub points: __u64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_crtc_get_sequence { -+ pub crtc_id: __u32, -+ pub active: __u32, -+ pub sequence: __u64, -+ pub sequence_ns: __s64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_crtc_queue_sequence { -+ pub crtc_id: __u32, -+ pub flags: __u32, -+ pub sequence: __u64, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_modeinfo { -+ pub clock: __u32, -+ pub hdisplay: __u16, -+ pub hsync_start: __u16, -+ pub hsync_end: __u16, -+ pub htotal: __u16, -+ pub hskew: __u16, -+ pub vdisplay: __u16, -+ pub vsync_start: __u16, -+ pub vsync_end: __u16, -+ pub vtotal: __u16, -+ pub vscan: __u16, -+ pub vrefresh: __u32, -+ pub flags: __u32, -+ pub type_: __u32, -+ pub name: [libc::c_char; 32usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_card_res { -+ pub fb_id_ptr: __u64, -+ pub crtc_id_ptr: __u64, -+ pub connector_id_ptr: __u64, -+ pub encoder_id_ptr: __u64, -+ pub count_fbs: __u32, -+ pub count_crtcs: __u32, -+ pub count_connectors: __u32, -+ pub count_encoders: __u32, -+ pub min_width: __u32, -+ pub max_width: __u32, -+ pub min_height: __u32, -+ pub max_height: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc { -+ pub set_connectors_ptr: __u64, -+ pub count_connectors: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub x: __u32, -+ pub y: __u32, -+ pub gamma_size: __u32, -+ pub mode_valid: __u32, -+ pub mode: drm_mode_modeinfo, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_set_plane { -+ pub plane_id: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub crtc_x: __s32, -+ pub crtc_y: __s32, -+ pub crtc_w: __u32, -+ pub crtc_h: __u32, -+ pub src_x: __u32, -+ pub src_y: __u32, -+ pub src_h: __u32, -+ pub src_w: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_plane { -+ pub plane_id: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub possible_crtcs: __u32, -+ pub gamma_size: __u32, -+ pub count_format_types: __u32, -+ pub format_type_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_plane_res { -+ pub plane_id_ptr: __u64, -+ pub count_planes: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_encoder { -+ pub encoder_id: __u32, -+ pub encoder_type: __u32, -+ pub crtc_id: __u32, -+ pub possible_crtcs: __u32, -+ pub possible_clones: __u32, -+} -+pub mod drm_mode_subconnector { -+ pub type Type = libc::c_uint; -+ pub const DRM_MODE_SUBCONNECTOR_Automatic: Type = 0; -+ pub const DRM_MODE_SUBCONNECTOR_Unknown: Type = 0; -+ pub const DRM_MODE_SUBCONNECTOR_VGA: Type = 1; -+ pub const DRM_MODE_SUBCONNECTOR_DVID: Type = 3; -+ pub const DRM_MODE_SUBCONNECTOR_DVIA: Type = 4; -+ pub const DRM_MODE_SUBCONNECTOR_Composite: Type = 5; -+ pub const DRM_MODE_SUBCONNECTOR_SVIDEO: Type = 6; -+ pub const DRM_MODE_SUBCONNECTOR_Component: Type = 8; -+ pub const DRM_MODE_SUBCONNECTOR_SCART: Type = 9; -+ pub const DRM_MODE_SUBCONNECTOR_DisplayPort: Type = 10; -+ pub const DRM_MODE_SUBCONNECTOR_HDMIA: Type = 11; -+ pub const DRM_MODE_SUBCONNECTOR_Native: Type = 15; -+ pub const DRM_MODE_SUBCONNECTOR_Wireless: Type = 18; -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_connector { -+ pub encoders_ptr: __u64, -+ pub modes_ptr: __u64, -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub count_modes: __u32, -+ pub count_props: __u32, -+ pub count_encoders: __u32, -+ pub encoder_id: __u32, -+ pub connector_id: __u32, -+ pub connector_type: __u32, -+ pub connector_type_id: __u32, -+ pub connection: __u32, -+ pub mm_width: __u32, -+ pub mm_height: __u32, -+ pub subpixel: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_property_enum { -+ pub value: __u64, -+ pub name: [libc::c_char; 32usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_property { -+ pub values_ptr: __u64, -+ pub enum_blob_ptr: __u64, -+ pub prop_id: __u32, -+ pub flags: __u32, -+ pub name: [libc::c_char; 32usize], -+ pub count_values: __u32, -+ pub count_enum_blobs: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_connector_set_property { -+ pub value: __u64, -+ pub prop_id: __u32, -+ pub connector_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_obj_get_properties { -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub count_props: __u32, -+ pub obj_id: __u32, -+ pub obj_type: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_obj_set_property { -+ pub value: __u64, -+ pub prop_id: __u32, -+ pub obj_id: __u32, -+ pub obj_type: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_blob { -+ pub blob_id: __u32, -+ pub length: __u32, -+ pub data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_cmd { -+ pub fb_id: __u32, -+ pub width: __u32, -+ pub height: __u32, -+ pub pitch: __u32, -+ pub bpp: __u32, -+ pub depth: __u32, -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_cmd2 { -+ pub fb_id: __u32, -+ pub width: __u32, -+ pub height: __u32, -+ pub pixel_format: __u32, -+ pub flags: __u32, -+ pub handles: [__u32; 4usize], -+ pub pitches: [__u32; 4usize], -+ pub offsets: [__u32; 4usize], -+ pub modifier: [__u64; 4usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_dirty_cmd { -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub color: __u32, -+ pub num_clips: __u32, -+ pub clips_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_mode_cmd { -+ pub connector_id: __u32, -+ pub mode: drm_mode_modeinfo, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_cursor { -+ pub flags: __u32, -+ pub crtc_id: __u32, -+ pub x: __s32, -+ pub y: __s32, -+ pub width: __u32, -+ pub height: __u32, -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_cursor2 { -+ pub flags: __u32, -+ pub crtc_id: __u32, -+ pub x: __s32, -+ pub y: __s32, -+ pub width: __u32, -+ pub height: __u32, -+ pub handle: __u32, -+ pub hot_x: __s32, -+ pub hot_y: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_lut { -+ pub crtc_id: __u32, -+ pub gamma_size: __u32, -+ pub red: __u64, -+ pub green: __u64, -+ pub blue: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_color_ctm { -+ pub matrix: [__u64; 9usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_color_lut { -+ pub red: __u16, -+ pub green: __u16, -+ pub blue: __u16, -+ pub reserved: __u16, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct hdr_metadata_infoframe__bindgen_ty_1 { -+ pub x: __u16, -+ pub y: __u16, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_page_flip { -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub reserved: __u32, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_page_flip_target { -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub sequence: __u32, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_dumb { -+ pub height: __u32, -+ pub width: __u32, -+ pub bpp: __u32, -+ pub flags: __u32, -+ pub handle: __u32, -+ pub pitch: __u32, -+ pub size: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_map_dumb { -+ pub handle: __u32, -+ pub pad: __u32, -+ pub offset: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_destroy_dumb { -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_atomic { -+ pub flags: __u32, -+ pub count_objs: __u32, -+ pub objs_ptr: __u64, -+ pub count_props_ptr: __u64, -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub reserved: __u64, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_format_modifier_blob { -+ pub version: __u32, -+ pub flags: __u32, -+ pub count_formats: __u32, -+ pub formats_offset: __u32, -+ pub count_modifiers: __u32, -+ pub modifiers_offset: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_format_modifier { -+ pub formats: __u64, -+ pub offset: __u32, -+ pub pad: __u32, -+ pub modifier: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_blob { -+ pub data: __u64, -+ pub length: __u32, -+ pub blob_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_destroy_blob { -+ pub blob_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_lease { -+ pub object_ids: __u64, -+ pub object_count: __u32, -+ pub flags: __u32, -+ pub lessee_id: __u32, -+ pub fd: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_list_lessees { -+ pub count_lessees: __u32, -+ pub pad: __u32, -+ pub lessees_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_lease { -+ pub count_objects: __u32, -+ pub pad: __u32, -+ pub objects_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_revoke_lease { -+ pub lessee_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_rect { -+ pub x1: __s32, -+ pub y1: __s32, -+ pub x2: __s32, -+ pub y2: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event { -+ pub type_: __u32, -+ pub length: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event_vblank { -+ pub base: drm_event, -+ pub user_data: __u64, -+ pub tv_sec: __u32, -+ pub tv_usec: __u32, -+ pub sequence: __u32, -+ pub crtc_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event_crtc_sequence { -+ pub base: drm_event, -+ pub user_data: __u64, -+ pub time_ns: __s64, -+ pub sequence: __u64, -+} -+pub type drm_clip_rect_t = drm_clip_rect; -+pub type drm_drawable_info_t = drm_drawable_info; -+pub type drm_tex_region_t = drm_tex_region; -+pub type drm_hw_lock_t = drm_hw_lock; -+pub type drm_version_t = drm_version; -+pub type drm_unique_t = drm_unique; -+pub type drm_list_t = drm_list; -+pub type drm_block_t = drm_block; -+pub type drm_control_t = drm_control; -+pub use self::drm_map_flags::Type as drm_map_flags_t; -+pub use self::drm_map_type::Type as drm_map_type_t; -+pub type drm_ctx_priv_map_t = drm_ctx_priv_map; -+pub type drm_map_t = drm_map; -+pub type drm_client_t = drm_client; -+pub use self::drm_stat_type::Type as drm_stat_type_t; -+pub type drm_stats_t = drm_stats; -+pub use self::drm_lock_flags::Type as drm_lock_flags_t; -+pub type drm_lock_t = drm_lock; -+pub use self::drm_dma_flags::Type as drm_dma_flags_t; -+pub type drm_buf_desc_t = drm_buf_desc; -+pub type drm_buf_info_t = drm_buf_info; -+pub type drm_buf_free_t = drm_buf_free; -+pub type drm_buf_pub_t = drm_buf_pub; -+pub type drm_buf_map_t = drm_buf_map; -+pub type drm_dma_t = drm_dma; -+pub type drm_wait_vblank_t = drm_wait_vblank; -+pub type drm_agp_mode_t = drm_agp_mode; -+pub use self::drm_ctx_flags::Type as drm_ctx_flags_t; -+pub type drm_ctx_t = drm_ctx; -+pub type drm_ctx_res_t = drm_ctx_res; -+pub type drm_draw_t = drm_draw; -+pub type drm_update_draw_t = drm_update_draw; -+pub type drm_auth_t = drm_auth; -+pub type drm_irq_busid_t = drm_irq_busid; -+pub use self::drm_vblank_seq_type::Type as drm_vblank_seq_type_t; -+pub type drm_agp_buffer_t = drm_agp_buffer; -+pub type drm_agp_binding_t = drm_agp_binding; -+pub type drm_agp_info_t = drm_agp_info; -+pub type drm_scatter_gather_t = drm_scatter_gather; -+pub type drm_set_version_t = drm_set_version; -+pub const DRM_MODE_PROP_SIGNED_RANGE: libc::c_uint = 128; -+pub const DRM_MODE_PROP_OBJECT: libc::c_uint = 64; ---- /dev/null 1970-01-01 00:00:00 UTC -+++ cargo-crates/drm-sys-0.4.0/src/platforms/freebsd/powerpc/bindings.rs -@@ -0,0 +1,1342 @@ -+/* automatically generated by rust-bindgen 0.59.2 */ -+ -+pub const DRM_NAME: &[u8; 4usize] = b"drm\0"; -+pub const DRM_MIN_ORDER: u32 = 5; -+pub const DRM_MAX_ORDER: u32 = 22; -+pub const DRM_RAM_PERCENT: u32 = 10; -+pub const _DRM_LOCK_HELD: u32 = 2147483648; -+pub const _DRM_LOCK_CONT: u32 = 1073741824; -+pub const _DRM_VBLANK_HIGH_CRTC_SHIFT: u32 = 1; -+pub const _DRM_PRE_MODESET: u32 = 1; -+pub const _DRM_POST_MODESET: u32 = 2; -+pub const DRM_CAP_DUMB_BUFFER: u32 = 1; -+pub const DRM_CAP_VBLANK_HIGH_CRTC: u32 = 2; -+pub const DRM_CAP_DUMB_PREFERRED_DEPTH: u32 = 3; -+pub const DRM_CAP_DUMB_PREFER_SHADOW: u32 = 4; -+pub const DRM_CAP_PRIME: u32 = 5; -+pub const DRM_PRIME_CAP_IMPORT: u32 = 1; -+pub const DRM_PRIME_CAP_EXPORT: u32 = 2; -+pub const DRM_CAP_TIMESTAMP_MONOTONIC: u32 = 6; -+pub const DRM_CAP_ASYNC_PAGE_FLIP: u32 = 7; -+pub const DRM_CAP_CURSOR_WIDTH: u32 = 8; -+pub const DRM_CAP_CURSOR_HEIGHT: u32 = 9; -+pub const DRM_CAP_ADDFB2_MODIFIERS: u32 = 16; -+pub const DRM_CAP_PAGE_FLIP_TARGET: u32 = 17; -+pub const DRM_CAP_CRTC_IN_VBLANK_EVENT: u32 = 18; -+pub const DRM_CAP_SYNCOBJ: u32 = 19; -+pub const DRM_CAP_SYNCOBJ_TIMELINE: u32 = 20; -+pub const DRM_CLIENT_CAP_STEREO_3D: u32 = 1; -+pub const DRM_CLIENT_CAP_UNIVERSAL_PLANES: u32 = 2; -+pub const DRM_CLIENT_CAP_ATOMIC: u32 = 3; -+pub const DRM_CLIENT_CAP_ASPECT_RATIO: u32 = 4; -+pub const DRM_CLIENT_CAP_WRITEBACK_CONNECTORS: u32 = 5; -+pub const DRM_SYNCOBJ_CREATE_SIGNALED: u32 = 1; -+pub const DRM_SYNCOBJ_FD_TO_HANDLE_FLAGS_IMPORT_SYNC_FILE: u32 = 1; -+pub const DRM_SYNCOBJ_HANDLE_TO_FD_FLAGS_EXPORT_SYNC_FILE: u32 = 1; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_ALL: u32 = 1; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT: u32 = 2; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE: u32 = 4; -+pub const DRM_SYNCOBJ_QUERY_FLAGS_LAST_SUBMITTED: u32 = 1; -+pub const DRM_CRTC_SEQUENCE_RELATIVE: u32 = 1; -+pub const DRM_CRTC_SEQUENCE_NEXT_ON_MISS: u32 = 2; -+pub const DRM_CONNECTOR_NAME_LEN: u32 = 32; -+pub const DRM_DISPLAY_MODE_LEN: u32 = 32; -+pub const DRM_PROP_NAME_LEN: u32 = 32; -+pub const DRM_MODE_TYPE_BUILTIN: u32 = 1; -+pub const DRM_MODE_TYPE_CLOCK_C: u32 = 3; -+pub const DRM_MODE_TYPE_CRTC_C: u32 = 5; -+pub const DRM_MODE_TYPE_PREFERRED: u32 = 8; -+pub const DRM_MODE_TYPE_DEFAULT: u32 = 16; -+pub const DRM_MODE_TYPE_USERDEF: u32 = 32; -+pub const DRM_MODE_TYPE_DRIVER: u32 = 64; -+pub const DRM_MODE_TYPE_ALL: u32 = 104; -+pub const DRM_MODE_FLAG_PHSYNC: u32 = 1; -+pub const DRM_MODE_FLAG_NHSYNC: u32 = 2; -+pub const DRM_MODE_FLAG_PVSYNC: u32 = 4; -+pub const DRM_MODE_FLAG_NVSYNC: u32 = 8; -+pub const DRM_MODE_FLAG_INTERLACE: u32 = 16; -+pub const DRM_MODE_FLAG_DBLSCAN: u32 = 32; -+pub const DRM_MODE_FLAG_CSYNC: u32 = 64; -+pub const DRM_MODE_FLAG_PCSYNC: u32 = 128; -+pub const DRM_MODE_FLAG_NCSYNC: u32 = 256; -+pub const DRM_MODE_FLAG_HSKEW: u32 = 512; -+pub const DRM_MODE_FLAG_BCAST: u32 = 1024; -+pub const DRM_MODE_FLAG_PIXMUX: u32 = 2048; -+pub const DRM_MODE_FLAG_DBLCLK: u32 = 4096; -+pub const DRM_MODE_FLAG_CLKDIV2: u32 = 8192; -+pub const DRM_MODE_FLAG_3D_MASK: u32 = 507904; -+pub const DRM_MODE_FLAG_3D_NONE: u32 = 0; -+pub const DRM_MODE_FLAG_3D_FRAME_PACKING: u32 = 16384; -+pub const DRM_MODE_FLAG_3D_FIELD_ALTERNATIVE: u32 = 32768; -+pub const DRM_MODE_FLAG_3D_LINE_ALTERNATIVE: u32 = 49152; -+pub const DRM_MODE_FLAG_3D_SIDE_BY_SIDE_FULL: u32 = 65536; -+pub const DRM_MODE_FLAG_3D_L_DEPTH: u32 = 81920; -+pub const DRM_MODE_FLAG_3D_L_DEPTH_GFX_GFX_DEPTH: u32 = 98304; -+pub const DRM_MODE_FLAG_3D_TOP_AND_BOTTOM: u32 = 114688; -+pub const DRM_MODE_FLAG_3D_SIDE_BY_SIDE_HALF: u32 = 131072; -+pub const DRM_MODE_PICTURE_ASPECT_NONE: u32 = 0; -+pub const DRM_MODE_PICTURE_ASPECT_4_3: u32 = 1; -+pub const DRM_MODE_PICTURE_ASPECT_16_9: u32 = 2; -+pub const DRM_MODE_PICTURE_ASPECT_64_27: u32 = 3; -+pub const DRM_MODE_PICTURE_ASPECT_256_135: u32 = 4; -+pub const DRM_MODE_CONTENT_TYPE_NO_DATA: u32 = 0; -+pub const DRM_MODE_CONTENT_TYPE_GRAPHICS: u32 = 1; -+pub const DRM_MODE_CONTENT_TYPE_PHOTO: u32 = 2; -+pub const DRM_MODE_CONTENT_TYPE_CINEMA: u32 = 3; -+pub const DRM_MODE_CONTENT_TYPE_GAME: u32 = 4; -+pub const DRM_MODE_FLAG_PIC_AR_MASK: u32 = 7864320; -+pub const DRM_MODE_FLAG_PIC_AR_NONE: u32 = 0; -+pub const DRM_MODE_FLAG_PIC_AR_4_3: u32 = 524288; -+pub const DRM_MODE_FLAG_PIC_AR_16_9: u32 = 1048576; -+pub const DRM_MODE_FLAG_PIC_AR_64_27: u32 = 1572864; -+pub const DRM_MODE_FLAG_PIC_AR_256_135: u32 = 2097152; -+pub const DRM_MODE_FLAG_ALL: u32 = 521215; -+pub const DRM_MODE_DPMS_ON: u32 = 0; -+pub const DRM_MODE_DPMS_STANDBY: u32 = 1; -+pub const DRM_MODE_DPMS_SUSPEND: u32 = 2; -+pub const DRM_MODE_DPMS_OFF: u32 = 3; -+pub const DRM_MODE_SCALE_NONE: u32 = 0; -+pub const DRM_MODE_SCALE_FULLSCREEN: u32 = 1; -+pub const DRM_MODE_SCALE_CENTER: u32 = 2; -+pub const DRM_MODE_SCALE_ASPECT: u32 = 3; -+pub const DRM_MODE_DITHERING_OFF: u32 = 0; -+pub const DRM_MODE_DITHERING_ON: u32 = 1; -+pub const DRM_MODE_DITHERING_AUTO: u32 = 2; -+pub const DRM_MODE_DIRTY_OFF: u32 = 0; -+pub const DRM_MODE_DIRTY_ON: u32 = 1; -+pub const DRM_MODE_DIRTY_ANNOTATE: u32 = 2; -+pub const DRM_MODE_LINK_STATUS_GOOD: u32 = 0; -+pub const DRM_MODE_LINK_STATUS_BAD: u32 = 1; -+pub const DRM_MODE_ROTATE_0: u32 = 1; -+pub const DRM_MODE_ROTATE_90: u32 = 2; -+pub const DRM_MODE_ROTATE_180: u32 = 4; -+pub const DRM_MODE_ROTATE_270: u32 = 8; -+pub const DRM_MODE_ROTATE_MASK: u32 = 15; -+pub const DRM_MODE_REFLECT_X: u32 = 16; -+pub const DRM_MODE_REFLECT_Y: u32 = 32; -+pub const DRM_MODE_REFLECT_MASK: u32 = 48; -+pub const DRM_MODE_CONTENT_PROTECTION_UNDESIRED: u32 = 0; -+pub const DRM_MODE_CONTENT_PROTECTION_DESIRED: u32 = 1; -+pub const DRM_MODE_CONTENT_PROTECTION_ENABLED: u32 = 2; -+pub const DRM_MODE_PRESENT_TOP_FIELD: u32 = 1; -+pub const DRM_MODE_PRESENT_BOTTOM_FIELD: u32 = 2; -+pub const DRM_MODE_ENCODER_NONE: u32 = 0; -+pub const DRM_MODE_ENCODER_DAC: u32 = 1; -+pub const DRM_MODE_ENCODER_TMDS: u32 = 2; -+pub const DRM_MODE_ENCODER_LVDS: u32 = 3; -+pub const DRM_MODE_ENCODER_TVDAC: u32 = 4; -+pub const DRM_MODE_ENCODER_VIRTUAL: u32 = 5; -+pub const DRM_MODE_ENCODER_DSI: u32 = 6; -+pub const DRM_MODE_ENCODER_DPMST: u32 = 7; -+pub const DRM_MODE_ENCODER_DPI: u32 = 8; -+pub const DRM_MODE_CONNECTOR_Unknown: u32 = 0; -+pub const DRM_MODE_CONNECTOR_VGA: u32 = 1; -+pub const DRM_MODE_CONNECTOR_DVII: u32 = 2; -+pub const DRM_MODE_CONNECTOR_DVID: u32 = 3; -+pub const DRM_MODE_CONNECTOR_DVIA: u32 = 4; -+pub const DRM_MODE_CONNECTOR_Composite: u32 = 5; -+pub const DRM_MODE_CONNECTOR_SVIDEO: u32 = 6; -+pub const DRM_MODE_CONNECTOR_LVDS: u32 = 7; -+pub const DRM_MODE_CONNECTOR_Component: u32 = 8; -+pub const DRM_MODE_CONNECTOR_9PinDIN: u32 = 9; -+pub const DRM_MODE_CONNECTOR_DisplayPort: u32 = 10; -+pub const DRM_MODE_CONNECTOR_HDMIA: u32 = 11; -+pub const DRM_MODE_CONNECTOR_HDMIB: u32 = 12; -+pub const DRM_MODE_CONNECTOR_TV: u32 = 13; -+pub const DRM_MODE_CONNECTOR_eDP: u32 = 14; -+pub const DRM_MODE_CONNECTOR_VIRTUAL: u32 = 15; -+pub const DRM_MODE_CONNECTOR_DSI: u32 = 16; -+pub const DRM_MODE_CONNECTOR_DPI: u32 = 17; -+pub const DRM_MODE_CONNECTOR_WRITEBACK: u32 = 18; -+pub const DRM_MODE_CONNECTOR_SPI: u32 = 19; -+pub const DRM_MODE_CONNECTOR_USB: u32 = 20; -+pub const DRM_MODE_PROP_PENDING: u32 = 1; -+pub const DRM_MODE_PROP_RANGE: u32 = 2; -+pub const DRM_MODE_PROP_IMMUTABLE: u32 = 4; -+pub const DRM_MODE_PROP_ENUM: u32 = 8; -+pub const DRM_MODE_PROP_BLOB: u32 = 16; -+pub const DRM_MODE_PROP_BITMASK: u32 = 32; -+pub const DRM_MODE_PROP_LEGACY_TYPE: u32 = 58; -+pub const DRM_MODE_PROP_EXTENDED_TYPE: u32 = 65472; -+pub const DRM_MODE_PROP_ATOMIC: u32 = 2147483648; -+pub const DRM_MODE_OBJECT_CRTC: u32 = 3435973836; -+pub const DRM_MODE_OBJECT_CONNECTOR: u32 = 3233857728; -+pub const DRM_MODE_OBJECT_ENCODER: u32 = 3772834016; -+pub const DRM_MODE_OBJECT_MODE: u32 = 3739147998; -+pub const DRM_MODE_OBJECT_PROPERTY: u32 = 2964369584; -+pub const DRM_MODE_OBJECT_FB: u32 = 4227595259; -+pub const DRM_MODE_OBJECT_BLOB: u32 = 3149642683; -+pub const DRM_MODE_OBJECT_PLANE: u32 = 4008636142; -+pub const DRM_MODE_OBJECT_ANY: u32 = 0; -+pub const DRM_MODE_FB_INTERLACED: u32 = 1; -+pub const DRM_MODE_FB_MODIFIERS: u32 = 2; -+pub const DRM_MODE_FB_DIRTY_ANNOTATE_COPY: u32 = 1; -+pub const DRM_MODE_FB_DIRTY_ANNOTATE_FILL: u32 = 2; -+pub const DRM_MODE_FB_DIRTY_FLAGS: u32 = 3; -+pub const DRM_MODE_FB_DIRTY_MAX_CLIPS: u32 = 256; -+pub const DRM_MODE_CURSOR_BO: u32 = 1; -+pub const DRM_MODE_CURSOR_MOVE: u32 = 2; -+pub const DRM_MODE_CURSOR_FLAGS: u32 = 3; -+pub const DRM_MODE_PAGE_FLIP_EVENT: u32 = 1; -+pub const DRM_MODE_PAGE_FLIP_ASYNC: u32 = 2; -+pub const DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE: u32 = 4; -+pub const DRM_MODE_PAGE_FLIP_TARGET_RELATIVE: u32 = 8; -+pub const DRM_MODE_PAGE_FLIP_TARGET: u32 = 12; -+pub const DRM_MODE_PAGE_FLIP_FLAGS: u32 = 15; -+pub const DRM_MODE_ATOMIC_TEST_ONLY: u32 = 256; -+pub const DRM_MODE_ATOMIC_NONBLOCK: u32 = 512; -+pub const DRM_MODE_ATOMIC_ALLOW_MODESET: u32 = 1024; -+pub const DRM_MODE_ATOMIC_FLAGS: u32 = 1795; -+pub const DRM_IOCTL_BASE: u8 = 100u8; -+pub const DRM_COMMAND_BASE: u32 = 64; -+pub const DRM_COMMAND_END: u32 = 160; -+pub const DRM_EVENT_VBLANK: u32 = 1; -+pub const DRM_EVENT_FLIP_COMPLETE: u32 = 2; -+pub const DRM_EVENT_CRTC_SEQUENCE: u32 = 3; -+pub type __uint16_t = libc::c_ushort; -+pub type __int32_t = libc::c_int; -+pub type __uint32_t = libc::c_uint; -+pub type __int64_t = libc::c_longlong; -+pub type __uint64_t = libc::c_ulonglong; -+pub type __size_t = __uint32_t; -+pub type size_t = __size_t; -+pub type __u16 = u16; -+pub type __s32 = i32; -+pub type __u32 = u32; -+pub type __s64 = i64; -+pub type __u64 = u64; -+pub type __kernel_size_t = size_t; -+pub type drm_handle_t = libc::c_ulong; -+pub type drm_context_t = libc::c_uint; -+pub type drm_drawable_t = libc::c_uint; -+pub type drm_magic_t = libc::c_uint; -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_clip_rect { -+ pub x1: libc::c_ushort, -+ pub y1: libc::c_ushort, -+ pub x2: libc::c_ushort, -+ pub y2: libc::c_ushort, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_drawable_info { -+ pub num_rects: libc::c_uint, -+ pub rects: *mut drm_clip_rect, -+} -+impl Default for drm_drawable_info { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_tex_region { -+ pub next: libc::c_uchar, -+ pub prev: libc::c_uchar, -+ pub in_use: libc::c_uchar, -+ pub padding: libc::c_uchar, -+ pub age: libc::c_uint, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_hw_lock { -+ pub lock: libc::c_uint, -+ pub padding: [libc::c_char; 60usize], -+} -+impl Default for drm_hw_lock { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_version { -+ pub version_major: libc::c_int, -+ pub version_minor: libc::c_int, -+ pub version_patchlevel: libc::c_int, -+ pub name_len: __kernel_size_t, -+ pub name: *mut libc::c_char, -+ pub date_len: __kernel_size_t, -+ pub date: *mut libc::c_char, -+ pub desc_len: __kernel_size_t, -+ pub desc: *mut libc::c_char, -+} -+impl Default for drm_version { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_unique { -+ pub unique_len: __kernel_size_t, -+ pub unique: *mut libc::c_char, -+} -+impl Default for drm_unique { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_list { -+ pub count: libc::c_int, -+ pub version: *mut drm_version, -+} -+impl Default for drm_list { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_block { -+ pub unused: libc::c_int, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_control { -+ pub func: drm_control__bindgen_ty_1::Type, -+ pub irq: libc::c_int, -+} -+pub mod drm_control__bindgen_ty_1 { -+ pub type Type = libc::c_uint; -+ pub const DRM_ADD_COMMAND: Type = 0; -+ pub const DRM_RM_COMMAND: Type = 1; -+ pub const DRM_INST_HANDLER: Type = 2; -+ pub const DRM_UNINST_HANDLER: Type = 3; -+} -+impl Default for drm_control { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_map_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_FRAME_BUFFER: Type = 0; -+ pub const _DRM_REGISTERS: Type = 1; -+ pub const _DRM_SHM: Type = 2; -+ pub const _DRM_AGP: Type = 3; -+ pub const _DRM_SCATTER_GATHER: Type = 4; -+ pub const _DRM_CONSISTENT: Type = 5; -+} -+pub mod drm_map_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_RESTRICTED: Type = 1; -+ pub const _DRM_READ_ONLY: Type = 2; -+ pub const _DRM_LOCKED: Type = 4; -+ pub const _DRM_KERNEL: Type = 8; -+ pub const _DRM_WRITE_COMBINING: Type = 16; -+ pub const _DRM_CONTAINS_LOCK: Type = 32; -+ pub const _DRM_REMOVABLE: Type = 64; -+ pub const _DRM_DRIVER: Type = 128; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx_priv_map { -+ pub ctx_id: libc::c_uint, -+ pub handle: *mut libc::c_void, -+} -+impl Default for drm_ctx_priv_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_map { -+ pub offset: libc::c_ulong, -+ pub size: libc::c_ulong, -+ pub type_: drm_map_type::Type, -+ pub flags: drm_map_flags::Type, -+ pub handle: *mut libc::c_void, -+ pub mtrr: libc::c_int, -+} -+impl Default for drm_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_client { -+ pub idx: libc::c_int, -+ pub auth: libc::c_int, -+ pub pid: libc::c_ulong, -+ pub uid: libc::c_ulong, -+ pub magic: libc::c_ulong, -+ pub iocs: libc::c_ulong, -+} -+pub mod drm_stat_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_STAT_LOCK: Type = 0; -+ pub const _DRM_STAT_OPENS: Type = 1; -+ pub const _DRM_STAT_CLOSES: Type = 2; -+ pub const _DRM_STAT_IOCTLS: Type = 3; -+ pub const _DRM_STAT_LOCKS: Type = 4; -+ pub const _DRM_STAT_UNLOCKS: Type = 5; -+ pub const _DRM_STAT_VALUE: Type = 6; -+ pub const _DRM_STAT_BYTE: Type = 7; -+ pub const _DRM_STAT_COUNT: Type = 8; -+ pub const _DRM_STAT_IRQ: Type = 9; -+ pub const _DRM_STAT_PRIMARY: Type = 10; -+ pub const _DRM_STAT_SECONDARY: Type = 11; -+ pub const _DRM_STAT_DMA: Type = 12; -+ pub const _DRM_STAT_SPECIAL: Type = 13; -+ pub const _DRM_STAT_MISSED: Type = 14; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_stats { -+ pub count: libc::c_ulong, -+ pub data: [drm_stats__bindgen_ty_1; 15usize], -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_stats__bindgen_ty_1 { -+ pub value: libc::c_ulong, -+ pub type_: drm_stat_type::Type, -+} -+impl Default for drm_stats__bindgen_ty_1 { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+impl Default for drm_stats { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_lock_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_LOCK_READY: Type = 1; -+ pub const _DRM_LOCK_QUIESCENT: Type = 2; -+ pub const _DRM_LOCK_FLUSH: Type = 4; -+ pub const _DRM_LOCK_FLUSH_ALL: Type = 8; -+ pub const _DRM_HALT_ALL_QUEUES: Type = 16; -+ pub const _DRM_HALT_CUR_QUEUES: Type = 32; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_lock { -+ pub context: libc::c_int, -+ pub flags: drm_lock_flags::Type, -+} -+impl Default for drm_lock { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_dma_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_DMA_BLOCK: Type = 1; -+ pub const _DRM_DMA_WHILE_LOCKED: Type = 2; -+ pub const _DRM_DMA_PRIORITY: Type = 4; -+ pub const _DRM_DMA_WAIT: Type = 16; -+ pub const _DRM_DMA_SMALLER_OK: Type = 32; -+ pub const _DRM_DMA_LARGER_OK: Type = 64; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_desc { -+ pub count: libc::c_int, -+ pub size: libc::c_int, -+ pub low_mark: libc::c_int, -+ pub high_mark: libc::c_int, -+ pub flags: drm_buf_desc__bindgen_ty_1::Type, -+ pub agp_start: libc::c_ulong, -+} -+pub mod drm_buf_desc__bindgen_ty_1 { -+ pub type Type = libc::c_uint; -+ pub const _DRM_PAGE_ALIGN: Type = 1; -+ pub const _DRM_AGP_BUFFER: Type = 2; -+ pub const _DRM_SG_BUFFER: Type = 4; -+ pub const _DRM_FB_BUFFER: Type = 8; -+ pub const _DRM_PCI_BUFFER_RO: Type = 16; -+} -+impl Default for drm_buf_desc { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_info { -+ pub count: libc::c_int, -+ pub list: *mut drm_buf_desc, -+} -+impl Default for drm_buf_info { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_free { -+ pub count: libc::c_int, -+ pub list: *mut libc::c_int, -+} -+impl Default for drm_buf_free { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_pub { -+ pub idx: libc::c_int, -+ pub total: libc::c_int, -+ pub used: libc::c_int, -+ pub address: *mut libc::c_void, -+} -+impl Default for drm_buf_pub { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_map { -+ pub count: libc::c_int, -+ pub virtual_: *mut libc::c_void, -+ pub list: *mut drm_buf_pub, -+} -+impl Default for drm_buf_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_dma { -+ pub context: libc::c_int, -+ pub send_count: libc::c_int, -+ pub send_indices: *mut libc::c_int, -+ pub send_sizes: *mut libc::c_int, -+ pub flags: drm_dma_flags::Type, -+ pub request_count: libc::c_int, -+ pub request_size: libc::c_int, -+ pub request_indices: *mut libc::c_int, -+ pub request_sizes: *mut libc::c_int, -+ pub granted_count: libc::c_int, -+} -+impl Default for drm_dma { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_ctx_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_CONTEXT_PRESERVED: Type = 1; -+ pub const _DRM_CONTEXT_2DONLY: Type = 2; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx { -+ pub handle: drm_context_t, -+ pub flags: drm_ctx_flags::Type, -+} -+impl Default for drm_ctx { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx_res { -+ pub count: libc::c_int, -+ pub contexts: *mut drm_ctx, -+} -+impl Default for drm_ctx_res { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_draw { -+ pub handle: drm_drawable_t, -+} -+pub mod drm_drawable_info_type_t { -+ pub type Type = libc::c_uint; -+ pub const DRM_DRAWABLE_CLIPRECTS: Type = 0; -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_update_draw { -+ pub handle: drm_drawable_t, -+ pub type_: libc::c_uint, -+ pub num: libc::c_uint, -+ pub data: libc::c_ulonglong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_auth { -+ pub magic: drm_magic_t, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_irq_busid { -+ pub irq: libc::c_int, -+ pub busnum: libc::c_int, -+ pub devnum: libc::c_int, -+ pub funcnum: libc::c_int, -+} -+pub mod drm_vblank_seq_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_VBLANK_ABSOLUTE: Type = 0; -+ pub const _DRM_VBLANK_RELATIVE: Type = 1; -+ pub const _DRM_VBLANK_HIGH_CRTC_MASK: Type = 62; -+ pub const _DRM_VBLANK_EVENT: Type = 67108864; -+ pub const _DRM_VBLANK_FLIP: Type = 134217728; -+ pub const _DRM_VBLANK_NEXTONMISS: Type = 268435456; -+ pub const _DRM_VBLANK_SECONDARY: Type = 536870912; -+ pub const _DRM_VBLANK_SIGNAL: Type = 1073741824; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_wait_vblank_request { -+ pub type_: drm_vblank_seq_type::Type, -+ pub sequence: libc::c_uint, -+ pub signal: libc::c_ulong, -+} -+impl Default for drm_wait_vblank_request { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_wait_vblank_reply { -+ pub type_: drm_vblank_seq_type::Type, -+ pub sequence: libc::c_uint, -+ pub tval_sec: libc::c_long, -+ pub tval_usec: libc::c_long, -+} -+impl Default for drm_wait_vblank_reply { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Copy, Clone)] -+pub union drm_wait_vblank { -+ pub request: drm_wait_vblank_request, -+ pub reply: drm_wait_vblank_reply, -+} -+impl Default for drm_wait_vblank { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_modeset_ctl { -+ pub crtc: __u32, -+ pub cmd: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_mode { -+ pub mode: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_buffer { -+ pub size: libc::c_ulong, -+ pub handle: libc::c_ulong, -+ pub type_: libc::c_ulong, -+ pub physical: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_binding { -+ pub handle: libc::c_ulong, -+ pub offset: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_info { -+ pub agp_version_major: libc::c_int, -+ pub agp_version_minor: libc::c_int, -+ pub mode: libc::c_ulong, -+ pub aperture_base: libc::c_ulong, -+ pub aperture_size: libc::c_ulong, -+ pub memory_allowed: libc::c_ulong, -+ pub memory_used: libc::c_ulong, -+ pub id_vendor: libc::c_ushort, -+ pub id_device: libc::c_ushort, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_scatter_gather { -+ pub size: libc::c_ulong, -+ pub handle: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_set_version { -+ pub drm_di_major: libc::c_int, -+ pub drm_di_minor: libc::c_int, -+ pub drm_dd_major: libc::c_int, -+ pub drm_dd_minor: libc::c_int, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_close { -+ pub handle: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_flink { -+ pub handle: __u32, -+ pub name: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_open { -+ pub name: __u32, -+ pub handle: __u32, -+ pub size: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_get_cap { -+ pub capability: __u64, -+ pub value: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_set_client_cap { -+ pub capability: __u64, -+ pub value: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_prime_handle { -+ pub handle: __u32, -+ pub flags: __u32, -+ pub fd: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_create { -+ pub handle: __u32, -+ pub flags: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_destroy { -+ pub handle: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_handle { -+ pub handle: __u32, -+ pub flags: __u32, -+ pub fd: __s32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_transfer { -+ pub src_handle: __u32, -+ pub dst_handle: __u32, -+ pub src_point: __u64, -+ pub dst_point: __u64, -+ pub flags: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_wait { -+ pub handles: __u64, -+ pub timeout_nsec: __s64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+ pub first_signaled: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_timeline_wait { -+ pub handles: __u64, -+ pub points: __u64, -+ pub timeout_nsec: __s64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+ pub first_signaled: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_array { -+ pub handles: __u64, -+ pub count_handles: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_timeline_array { -+ pub handles: __u64, -+ pub points: __u64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_crtc_get_sequence { -+ pub crtc_id: __u32, -+ pub active: __u32, -+ pub sequence: __u64, -+ pub sequence_ns: __s64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_crtc_queue_sequence { -+ pub crtc_id: __u32, -+ pub flags: __u32, -+ pub sequence: __u64, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_modeinfo { -+ pub clock: __u32, -+ pub hdisplay: __u16, -+ pub hsync_start: __u16, -+ pub hsync_end: __u16, -+ pub htotal: __u16, -+ pub hskew: __u16, -+ pub vdisplay: __u16, -+ pub vsync_start: __u16, -+ pub vsync_end: __u16, -+ pub vtotal: __u16, -+ pub vscan: __u16, -+ pub vrefresh: __u32, -+ pub flags: __u32, -+ pub type_: __u32, -+ pub name: [libc::c_char; 32usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_card_res { -+ pub fb_id_ptr: __u64, -+ pub crtc_id_ptr: __u64, -+ pub connector_id_ptr: __u64, -+ pub encoder_id_ptr: __u64, -+ pub count_fbs: __u32, -+ pub count_crtcs: __u32, -+ pub count_connectors: __u32, -+ pub count_encoders: __u32, -+ pub min_width: __u32, -+ pub max_width: __u32, -+ pub min_height: __u32, -+ pub max_height: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc { -+ pub set_connectors_ptr: __u64, -+ pub count_connectors: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub x: __u32, -+ pub y: __u32, -+ pub gamma_size: __u32, -+ pub mode_valid: __u32, -+ pub mode: drm_mode_modeinfo, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_set_plane { -+ pub plane_id: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub crtc_x: __s32, -+ pub crtc_y: __s32, -+ pub crtc_w: __u32, -+ pub crtc_h: __u32, -+ pub src_x: __u32, -+ pub src_y: __u32, -+ pub src_h: __u32, -+ pub src_w: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_plane { -+ pub plane_id: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub possible_crtcs: __u32, -+ pub gamma_size: __u32, -+ pub count_format_types: __u32, -+ pub format_type_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_plane_res { -+ pub plane_id_ptr: __u64, -+ pub count_planes: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_encoder { -+ pub encoder_id: __u32, -+ pub encoder_type: __u32, -+ pub crtc_id: __u32, -+ pub possible_crtcs: __u32, -+ pub possible_clones: __u32, -+} -+pub mod drm_mode_subconnector { -+ pub type Type = libc::c_uint; -+ pub const DRM_MODE_SUBCONNECTOR_Automatic: Type = 0; -+ pub const DRM_MODE_SUBCONNECTOR_Unknown: Type = 0; -+ pub const DRM_MODE_SUBCONNECTOR_VGA: Type = 1; -+ pub const DRM_MODE_SUBCONNECTOR_DVID: Type = 3; -+ pub const DRM_MODE_SUBCONNECTOR_DVIA: Type = 4; -+ pub const DRM_MODE_SUBCONNECTOR_Composite: Type = 5; -+ pub const DRM_MODE_SUBCONNECTOR_SVIDEO: Type = 6; -+ pub const DRM_MODE_SUBCONNECTOR_Component: Type = 8; -+ pub const DRM_MODE_SUBCONNECTOR_SCART: Type = 9; -+ pub const DRM_MODE_SUBCONNECTOR_DisplayPort: Type = 10; -+ pub const DRM_MODE_SUBCONNECTOR_HDMIA: Type = 11; -+ pub const DRM_MODE_SUBCONNECTOR_Native: Type = 15; -+ pub const DRM_MODE_SUBCONNECTOR_Wireless: Type = 18; -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_connector { -+ pub encoders_ptr: __u64, -+ pub modes_ptr: __u64, -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub count_modes: __u32, -+ pub count_props: __u32, -+ pub count_encoders: __u32, -+ pub encoder_id: __u32, -+ pub connector_id: __u32, -+ pub connector_type: __u32, -+ pub connector_type_id: __u32, -+ pub connection: __u32, -+ pub mm_width: __u32, -+ pub mm_height: __u32, -+ pub subpixel: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_property_enum { -+ pub value: __u64, -+ pub name: [libc::c_char; 32usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_property { -+ pub values_ptr: __u64, -+ pub enum_blob_ptr: __u64, -+ pub prop_id: __u32, -+ pub flags: __u32, -+ pub name: [libc::c_char; 32usize], -+ pub count_values: __u32, -+ pub count_enum_blobs: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_connector_set_property { -+ pub value: __u64, -+ pub prop_id: __u32, -+ pub connector_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_obj_get_properties { -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub count_props: __u32, -+ pub obj_id: __u32, -+ pub obj_type: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_obj_set_property { -+ pub value: __u64, -+ pub prop_id: __u32, -+ pub obj_id: __u32, -+ pub obj_type: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_blob { -+ pub blob_id: __u32, -+ pub length: __u32, -+ pub data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_cmd { -+ pub fb_id: __u32, -+ pub width: __u32, -+ pub height: __u32, -+ pub pitch: __u32, -+ pub bpp: __u32, -+ pub depth: __u32, -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_cmd2 { -+ pub fb_id: __u32, -+ pub width: __u32, -+ pub height: __u32, -+ pub pixel_format: __u32, -+ pub flags: __u32, -+ pub handles: [__u32; 4usize], -+ pub pitches: [__u32; 4usize], -+ pub offsets: [__u32; 4usize], -+ pub modifier: [__u64; 4usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_dirty_cmd { -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub color: __u32, -+ pub num_clips: __u32, -+ pub clips_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_mode_cmd { -+ pub connector_id: __u32, -+ pub mode: drm_mode_modeinfo, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_cursor { -+ pub flags: __u32, -+ pub crtc_id: __u32, -+ pub x: __s32, -+ pub y: __s32, -+ pub width: __u32, -+ pub height: __u32, -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_cursor2 { -+ pub flags: __u32, -+ pub crtc_id: __u32, -+ pub x: __s32, -+ pub y: __s32, -+ pub width: __u32, -+ pub height: __u32, -+ pub handle: __u32, -+ pub hot_x: __s32, -+ pub hot_y: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_lut { -+ pub crtc_id: __u32, -+ pub gamma_size: __u32, -+ pub red: __u64, -+ pub green: __u64, -+ pub blue: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_color_ctm { -+ pub matrix: [__u64; 9usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_color_lut { -+ pub red: __u16, -+ pub green: __u16, -+ pub blue: __u16, -+ pub reserved: __u16, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct hdr_metadata_infoframe__bindgen_ty_1 { -+ pub x: __u16, -+ pub y: __u16, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_page_flip { -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub reserved: __u32, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_page_flip_target { -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub sequence: __u32, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_dumb { -+ pub height: __u32, -+ pub width: __u32, -+ pub bpp: __u32, -+ pub flags: __u32, -+ pub handle: __u32, -+ pub pitch: __u32, -+ pub size: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_map_dumb { -+ pub handle: __u32, -+ pub pad: __u32, -+ pub offset: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_destroy_dumb { -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_atomic { -+ pub flags: __u32, -+ pub count_objs: __u32, -+ pub objs_ptr: __u64, -+ pub count_props_ptr: __u64, -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub reserved: __u64, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_format_modifier_blob { -+ pub version: __u32, -+ pub flags: __u32, -+ pub count_formats: __u32, -+ pub formats_offset: __u32, -+ pub count_modifiers: __u32, -+ pub modifiers_offset: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_format_modifier { -+ pub formats: __u64, -+ pub offset: __u32, -+ pub pad: __u32, -+ pub modifier: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_blob { -+ pub data: __u64, -+ pub length: __u32, -+ pub blob_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_destroy_blob { -+ pub blob_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_lease { -+ pub object_ids: __u64, -+ pub object_count: __u32, -+ pub flags: __u32, -+ pub lessee_id: __u32, -+ pub fd: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_list_lessees { -+ pub count_lessees: __u32, -+ pub pad: __u32, -+ pub lessees_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_lease { -+ pub count_objects: __u32, -+ pub pad: __u32, -+ pub objects_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_revoke_lease { -+ pub lessee_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_rect { -+ pub x1: __s32, -+ pub y1: __s32, -+ pub x2: __s32, -+ pub y2: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event { -+ pub type_: __u32, -+ pub length: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event_vblank { -+ pub base: drm_event, -+ pub user_data: __u64, -+ pub tv_sec: __u32, -+ pub tv_usec: __u32, -+ pub sequence: __u32, -+ pub crtc_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event_crtc_sequence { -+ pub base: drm_event, -+ pub user_data: __u64, -+ pub time_ns: __s64, -+ pub sequence: __u64, -+} -+pub type drm_clip_rect_t = drm_clip_rect; -+pub type drm_drawable_info_t = drm_drawable_info; -+pub type drm_tex_region_t = drm_tex_region; -+pub type drm_hw_lock_t = drm_hw_lock; -+pub type drm_version_t = drm_version; -+pub type drm_unique_t = drm_unique; -+pub type drm_list_t = drm_list; -+pub type drm_block_t = drm_block; -+pub type drm_control_t = drm_control; -+pub use self::drm_map_flags::Type as drm_map_flags_t; -+pub use self::drm_map_type::Type as drm_map_type_t; -+pub type drm_ctx_priv_map_t = drm_ctx_priv_map; -+pub type drm_map_t = drm_map; -+pub type drm_client_t = drm_client; -+pub use self::drm_stat_type::Type as drm_stat_type_t; -+pub type drm_stats_t = drm_stats; -+pub use self::drm_lock_flags::Type as drm_lock_flags_t; -+pub type drm_lock_t = drm_lock; -+pub use self::drm_dma_flags::Type as drm_dma_flags_t; -+pub type drm_buf_desc_t = drm_buf_desc; -+pub type drm_buf_info_t = drm_buf_info; -+pub type drm_buf_free_t = drm_buf_free; -+pub type drm_buf_pub_t = drm_buf_pub; -+pub type drm_buf_map_t = drm_buf_map; -+pub type drm_dma_t = drm_dma; -+pub type drm_wait_vblank_t = drm_wait_vblank; -+pub type drm_agp_mode_t = drm_agp_mode; -+pub use self::drm_ctx_flags::Type as drm_ctx_flags_t; -+pub type drm_ctx_t = drm_ctx; -+pub type drm_ctx_res_t = drm_ctx_res; -+pub type drm_draw_t = drm_draw; -+pub type drm_update_draw_t = drm_update_draw; -+pub type drm_auth_t = drm_auth; -+pub type drm_irq_busid_t = drm_irq_busid; -+pub use self::drm_vblank_seq_type::Type as drm_vblank_seq_type_t; -+pub type drm_agp_buffer_t = drm_agp_buffer; -+pub type drm_agp_binding_t = drm_agp_binding; -+pub type drm_agp_info_t = drm_agp_info; -+pub type drm_scatter_gather_t = drm_scatter_gather; -+pub type drm_set_version_t = drm_set_version; -+pub const DRM_MODE_PROP_SIGNED_RANGE: libc::c_uint = 128; -+pub const DRM_MODE_PROP_OBJECT: libc::c_uint = 64; ---- /dev/null 1970-01-01 00:00:00 UTC -+++ cargo-crates/drm-sys-0.4.0/src/platforms/freebsd/powerpc64/bindings.rs -@@ -0,0 +1,1342 @@ -+/* automatically generated by rust-bindgen 0.59.2 */ -+ -+pub const DRM_NAME: &[u8; 4usize] = b"drm\0"; -+pub const DRM_MIN_ORDER: u32 = 5; -+pub const DRM_MAX_ORDER: u32 = 22; -+pub const DRM_RAM_PERCENT: u32 = 10; -+pub const _DRM_LOCK_HELD: u32 = 2147483648; -+pub const _DRM_LOCK_CONT: u32 = 1073741824; -+pub const _DRM_VBLANK_HIGH_CRTC_SHIFT: u32 = 1; -+pub const _DRM_PRE_MODESET: u32 = 1; -+pub const _DRM_POST_MODESET: u32 = 2; -+pub const DRM_CAP_DUMB_BUFFER: u32 = 1; -+pub const DRM_CAP_VBLANK_HIGH_CRTC: u32 = 2; -+pub const DRM_CAP_DUMB_PREFERRED_DEPTH: u32 = 3; -+pub const DRM_CAP_DUMB_PREFER_SHADOW: u32 = 4; -+pub const DRM_CAP_PRIME: u32 = 5; -+pub const DRM_PRIME_CAP_IMPORT: u32 = 1; -+pub const DRM_PRIME_CAP_EXPORT: u32 = 2; -+pub const DRM_CAP_TIMESTAMP_MONOTONIC: u32 = 6; -+pub const DRM_CAP_ASYNC_PAGE_FLIP: u32 = 7; -+pub const DRM_CAP_CURSOR_WIDTH: u32 = 8; -+pub const DRM_CAP_CURSOR_HEIGHT: u32 = 9; -+pub const DRM_CAP_ADDFB2_MODIFIERS: u32 = 16; -+pub const DRM_CAP_PAGE_FLIP_TARGET: u32 = 17; -+pub const DRM_CAP_CRTC_IN_VBLANK_EVENT: u32 = 18; -+pub const DRM_CAP_SYNCOBJ: u32 = 19; -+pub const DRM_CAP_SYNCOBJ_TIMELINE: u32 = 20; -+pub const DRM_CLIENT_CAP_STEREO_3D: u32 = 1; -+pub const DRM_CLIENT_CAP_UNIVERSAL_PLANES: u32 = 2; -+pub const DRM_CLIENT_CAP_ATOMIC: u32 = 3; -+pub const DRM_CLIENT_CAP_ASPECT_RATIO: u32 = 4; -+pub const DRM_CLIENT_CAP_WRITEBACK_CONNECTORS: u32 = 5; -+pub const DRM_SYNCOBJ_CREATE_SIGNALED: u32 = 1; -+pub const DRM_SYNCOBJ_FD_TO_HANDLE_FLAGS_IMPORT_SYNC_FILE: u32 = 1; -+pub const DRM_SYNCOBJ_HANDLE_TO_FD_FLAGS_EXPORT_SYNC_FILE: u32 = 1; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_ALL: u32 = 1; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT: u32 = 2; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE: u32 = 4; -+pub const DRM_SYNCOBJ_QUERY_FLAGS_LAST_SUBMITTED: u32 = 1; -+pub const DRM_CRTC_SEQUENCE_RELATIVE: u32 = 1; -+pub const DRM_CRTC_SEQUENCE_NEXT_ON_MISS: u32 = 2; -+pub const DRM_CONNECTOR_NAME_LEN: u32 = 32; -+pub const DRM_DISPLAY_MODE_LEN: u32 = 32; -+pub const DRM_PROP_NAME_LEN: u32 = 32; -+pub const DRM_MODE_TYPE_BUILTIN: u32 = 1; -+pub const DRM_MODE_TYPE_CLOCK_C: u32 = 3; -+pub const DRM_MODE_TYPE_CRTC_C: u32 = 5; -+pub const DRM_MODE_TYPE_PREFERRED: u32 = 8; -+pub const DRM_MODE_TYPE_DEFAULT: u32 = 16; -+pub const DRM_MODE_TYPE_USERDEF: u32 = 32; -+pub const DRM_MODE_TYPE_DRIVER: u32 = 64; -+pub const DRM_MODE_TYPE_ALL: u32 = 104; -+pub const DRM_MODE_FLAG_PHSYNC: u32 = 1; -+pub const DRM_MODE_FLAG_NHSYNC: u32 = 2; -+pub const DRM_MODE_FLAG_PVSYNC: u32 = 4; -+pub const DRM_MODE_FLAG_NVSYNC: u32 = 8; -+pub const DRM_MODE_FLAG_INTERLACE: u32 = 16; -+pub const DRM_MODE_FLAG_DBLSCAN: u32 = 32; -+pub const DRM_MODE_FLAG_CSYNC: u32 = 64; -+pub const DRM_MODE_FLAG_PCSYNC: u32 = 128; -+pub const DRM_MODE_FLAG_NCSYNC: u32 = 256; -+pub const DRM_MODE_FLAG_HSKEW: u32 = 512; -+pub const DRM_MODE_FLAG_BCAST: u32 = 1024; -+pub const DRM_MODE_FLAG_PIXMUX: u32 = 2048; -+pub const DRM_MODE_FLAG_DBLCLK: u32 = 4096; -+pub const DRM_MODE_FLAG_CLKDIV2: u32 = 8192; -+pub const DRM_MODE_FLAG_3D_MASK: u32 = 507904; -+pub const DRM_MODE_FLAG_3D_NONE: u32 = 0; -+pub const DRM_MODE_FLAG_3D_FRAME_PACKING: u32 = 16384; -+pub const DRM_MODE_FLAG_3D_FIELD_ALTERNATIVE: u32 = 32768; -+pub const DRM_MODE_FLAG_3D_LINE_ALTERNATIVE: u32 = 49152; -+pub const DRM_MODE_FLAG_3D_SIDE_BY_SIDE_FULL: u32 = 65536; -+pub const DRM_MODE_FLAG_3D_L_DEPTH: u32 = 81920; -+pub const DRM_MODE_FLAG_3D_L_DEPTH_GFX_GFX_DEPTH: u32 = 98304; -+pub const DRM_MODE_FLAG_3D_TOP_AND_BOTTOM: u32 = 114688; -+pub const DRM_MODE_FLAG_3D_SIDE_BY_SIDE_HALF: u32 = 131072; -+pub const DRM_MODE_PICTURE_ASPECT_NONE: u32 = 0; -+pub const DRM_MODE_PICTURE_ASPECT_4_3: u32 = 1; -+pub const DRM_MODE_PICTURE_ASPECT_16_9: u32 = 2; -+pub const DRM_MODE_PICTURE_ASPECT_64_27: u32 = 3; -+pub const DRM_MODE_PICTURE_ASPECT_256_135: u32 = 4; -+pub const DRM_MODE_CONTENT_TYPE_NO_DATA: u32 = 0; -+pub const DRM_MODE_CONTENT_TYPE_GRAPHICS: u32 = 1; -+pub const DRM_MODE_CONTENT_TYPE_PHOTO: u32 = 2; -+pub const DRM_MODE_CONTENT_TYPE_CINEMA: u32 = 3; -+pub const DRM_MODE_CONTENT_TYPE_GAME: u32 = 4; -+pub const DRM_MODE_FLAG_PIC_AR_MASK: u32 = 7864320; -+pub const DRM_MODE_FLAG_PIC_AR_NONE: u32 = 0; -+pub const DRM_MODE_FLAG_PIC_AR_4_3: u32 = 524288; -+pub const DRM_MODE_FLAG_PIC_AR_16_9: u32 = 1048576; -+pub const DRM_MODE_FLAG_PIC_AR_64_27: u32 = 1572864; -+pub const DRM_MODE_FLAG_PIC_AR_256_135: u32 = 2097152; -+pub const DRM_MODE_FLAG_ALL: u32 = 521215; -+pub const DRM_MODE_DPMS_ON: u32 = 0; -+pub const DRM_MODE_DPMS_STANDBY: u32 = 1; -+pub const DRM_MODE_DPMS_SUSPEND: u32 = 2; -+pub const DRM_MODE_DPMS_OFF: u32 = 3; -+pub const DRM_MODE_SCALE_NONE: u32 = 0; -+pub const DRM_MODE_SCALE_FULLSCREEN: u32 = 1; -+pub const DRM_MODE_SCALE_CENTER: u32 = 2; -+pub const DRM_MODE_SCALE_ASPECT: u32 = 3; -+pub const DRM_MODE_DITHERING_OFF: u32 = 0; -+pub const DRM_MODE_DITHERING_ON: u32 = 1; -+pub const DRM_MODE_DITHERING_AUTO: u32 = 2; -+pub const DRM_MODE_DIRTY_OFF: u32 = 0; -+pub const DRM_MODE_DIRTY_ON: u32 = 1; -+pub const DRM_MODE_DIRTY_ANNOTATE: u32 = 2; -+pub const DRM_MODE_LINK_STATUS_GOOD: u32 = 0; -+pub const DRM_MODE_LINK_STATUS_BAD: u32 = 1; -+pub const DRM_MODE_ROTATE_0: u32 = 1; -+pub const DRM_MODE_ROTATE_90: u32 = 2; -+pub const DRM_MODE_ROTATE_180: u32 = 4; -+pub const DRM_MODE_ROTATE_270: u32 = 8; -+pub const DRM_MODE_ROTATE_MASK: u32 = 15; -+pub const DRM_MODE_REFLECT_X: u32 = 16; -+pub const DRM_MODE_REFLECT_Y: u32 = 32; -+pub const DRM_MODE_REFLECT_MASK: u32 = 48; -+pub const DRM_MODE_CONTENT_PROTECTION_UNDESIRED: u32 = 0; -+pub const DRM_MODE_CONTENT_PROTECTION_DESIRED: u32 = 1; -+pub const DRM_MODE_CONTENT_PROTECTION_ENABLED: u32 = 2; -+pub const DRM_MODE_PRESENT_TOP_FIELD: u32 = 1; -+pub const DRM_MODE_PRESENT_BOTTOM_FIELD: u32 = 2; -+pub const DRM_MODE_ENCODER_NONE: u32 = 0; -+pub const DRM_MODE_ENCODER_DAC: u32 = 1; -+pub const DRM_MODE_ENCODER_TMDS: u32 = 2; -+pub const DRM_MODE_ENCODER_LVDS: u32 = 3; -+pub const DRM_MODE_ENCODER_TVDAC: u32 = 4; -+pub const DRM_MODE_ENCODER_VIRTUAL: u32 = 5; -+pub const DRM_MODE_ENCODER_DSI: u32 = 6; -+pub const DRM_MODE_ENCODER_DPMST: u32 = 7; -+pub const DRM_MODE_ENCODER_DPI: u32 = 8; -+pub const DRM_MODE_CONNECTOR_Unknown: u32 = 0; -+pub const DRM_MODE_CONNECTOR_VGA: u32 = 1; -+pub const DRM_MODE_CONNECTOR_DVII: u32 = 2; -+pub const DRM_MODE_CONNECTOR_DVID: u32 = 3; -+pub const DRM_MODE_CONNECTOR_DVIA: u32 = 4; -+pub const DRM_MODE_CONNECTOR_Composite: u32 = 5; -+pub const DRM_MODE_CONNECTOR_SVIDEO: u32 = 6; -+pub const DRM_MODE_CONNECTOR_LVDS: u32 = 7; -+pub const DRM_MODE_CONNECTOR_Component: u32 = 8; -+pub const DRM_MODE_CONNECTOR_9PinDIN: u32 = 9; -+pub const DRM_MODE_CONNECTOR_DisplayPort: u32 = 10; -+pub const DRM_MODE_CONNECTOR_HDMIA: u32 = 11; -+pub const DRM_MODE_CONNECTOR_HDMIB: u32 = 12; -+pub const DRM_MODE_CONNECTOR_TV: u32 = 13; -+pub const DRM_MODE_CONNECTOR_eDP: u32 = 14; -+pub const DRM_MODE_CONNECTOR_VIRTUAL: u32 = 15; -+pub const DRM_MODE_CONNECTOR_DSI: u32 = 16; -+pub const DRM_MODE_CONNECTOR_DPI: u32 = 17; -+pub const DRM_MODE_CONNECTOR_WRITEBACK: u32 = 18; -+pub const DRM_MODE_CONNECTOR_SPI: u32 = 19; -+pub const DRM_MODE_CONNECTOR_USB: u32 = 20; -+pub const DRM_MODE_PROP_PENDING: u32 = 1; -+pub const DRM_MODE_PROP_RANGE: u32 = 2; -+pub const DRM_MODE_PROP_IMMUTABLE: u32 = 4; -+pub const DRM_MODE_PROP_ENUM: u32 = 8; -+pub const DRM_MODE_PROP_BLOB: u32 = 16; -+pub const DRM_MODE_PROP_BITMASK: u32 = 32; -+pub const DRM_MODE_PROP_LEGACY_TYPE: u32 = 58; -+pub const DRM_MODE_PROP_EXTENDED_TYPE: u32 = 65472; -+pub const DRM_MODE_PROP_ATOMIC: u32 = 2147483648; -+pub const DRM_MODE_OBJECT_CRTC: u32 = 3435973836; -+pub const DRM_MODE_OBJECT_CONNECTOR: u32 = 3233857728; -+pub const DRM_MODE_OBJECT_ENCODER: u32 = 3772834016; -+pub const DRM_MODE_OBJECT_MODE: u32 = 3739147998; -+pub const DRM_MODE_OBJECT_PROPERTY: u32 = 2964369584; -+pub const DRM_MODE_OBJECT_FB: u32 = 4227595259; -+pub const DRM_MODE_OBJECT_BLOB: u32 = 3149642683; -+pub const DRM_MODE_OBJECT_PLANE: u32 = 4008636142; -+pub const DRM_MODE_OBJECT_ANY: u32 = 0; -+pub const DRM_MODE_FB_INTERLACED: u32 = 1; -+pub const DRM_MODE_FB_MODIFIERS: u32 = 2; -+pub const DRM_MODE_FB_DIRTY_ANNOTATE_COPY: u32 = 1; -+pub const DRM_MODE_FB_DIRTY_ANNOTATE_FILL: u32 = 2; -+pub const DRM_MODE_FB_DIRTY_FLAGS: u32 = 3; -+pub const DRM_MODE_FB_DIRTY_MAX_CLIPS: u32 = 256; -+pub const DRM_MODE_CURSOR_BO: u32 = 1; -+pub const DRM_MODE_CURSOR_MOVE: u32 = 2; -+pub const DRM_MODE_CURSOR_FLAGS: u32 = 3; -+pub const DRM_MODE_PAGE_FLIP_EVENT: u32 = 1; -+pub const DRM_MODE_PAGE_FLIP_ASYNC: u32 = 2; -+pub const DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE: u32 = 4; -+pub const DRM_MODE_PAGE_FLIP_TARGET_RELATIVE: u32 = 8; -+pub const DRM_MODE_PAGE_FLIP_TARGET: u32 = 12; -+pub const DRM_MODE_PAGE_FLIP_FLAGS: u32 = 15; -+pub const DRM_MODE_ATOMIC_TEST_ONLY: u32 = 256; -+pub const DRM_MODE_ATOMIC_NONBLOCK: u32 = 512; -+pub const DRM_MODE_ATOMIC_ALLOW_MODESET: u32 = 1024; -+pub const DRM_MODE_ATOMIC_FLAGS: u32 = 1795; -+pub const DRM_IOCTL_BASE: u8 = 100u8; -+pub const DRM_COMMAND_BASE: u32 = 64; -+pub const DRM_COMMAND_END: u32 = 160; -+pub const DRM_EVENT_VBLANK: u32 = 1; -+pub const DRM_EVENT_FLIP_COMPLETE: u32 = 2; -+pub const DRM_EVENT_CRTC_SEQUENCE: u32 = 3; -+pub type __uint16_t = libc::c_ushort; -+pub type __int32_t = libc::c_int; -+pub type __uint32_t = libc::c_uint; -+pub type __int64_t = libc::c_long; -+pub type __uint64_t = libc::c_ulong; -+pub type __size_t = __uint64_t; -+pub type size_t = __size_t; -+pub type __u16 = u16; -+pub type __s32 = i32; -+pub type __u32 = u32; -+pub type __s64 = i64; -+pub type __u64 = u64; -+pub type __kernel_size_t = size_t; -+pub type drm_handle_t = libc::c_ulong; -+pub type drm_context_t = libc::c_uint; -+pub type drm_drawable_t = libc::c_uint; -+pub type drm_magic_t = libc::c_uint; -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_clip_rect { -+ pub x1: libc::c_ushort, -+ pub y1: libc::c_ushort, -+ pub x2: libc::c_ushort, -+ pub y2: libc::c_ushort, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_drawable_info { -+ pub num_rects: libc::c_uint, -+ pub rects: *mut drm_clip_rect, -+} -+impl Default for drm_drawable_info { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_tex_region { -+ pub next: libc::c_uchar, -+ pub prev: libc::c_uchar, -+ pub in_use: libc::c_uchar, -+ pub padding: libc::c_uchar, -+ pub age: libc::c_uint, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_hw_lock { -+ pub lock: libc::c_uint, -+ pub padding: [libc::c_char; 60usize], -+} -+impl Default for drm_hw_lock { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_version { -+ pub version_major: libc::c_int, -+ pub version_minor: libc::c_int, -+ pub version_patchlevel: libc::c_int, -+ pub name_len: __kernel_size_t, -+ pub name: *mut libc::c_char, -+ pub date_len: __kernel_size_t, -+ pub date: *mut libc::c_char, -+ pub desc_len: __kernel_size_t, -+ pub desc: *mut libc::c_char, -+} -+impl Default for drm_version { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_unique { -+ pub unique_len: __kernel_size_t, -+ pub unique: *mut libc::c_char, -+} -+impl Default for drm_unique { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_list { -+ pub count: libc::c_int, -+ pub version: *mut drm_version, -+} -+impl Default for drm_list { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_block { -+ pub unused: libc::c_int, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_control { -+ pub func: drm_control__bindgen_ty_1::Type, -+ pub irq: libc::c_int, -+} -+pub mod drm_control__bindgen_ty_1 { -+ pub type Type = libc::c_uint; -+ pub const DRM_ADD_COMMAND: Type = 0; -+ pub const DRM_RM_COMMAND: Type = 1; -+ pub const DRM_INST_HANDLER: Type = 2; -+ pub const DRM_UNINST_HANDLER: Type = 3; -+} -+impl Default for drm_control { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_map_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_FRAME_BUFFER: Type = 0; -+ pub const _DRM_REGISTERS: Type = 1; -+ pub const _DRM_SHM: Type = 2; -+ pub const _DRM_AGP: Type = 3; -+ pub const _DRM_SCATTER_GATHER: Type = 4; -+ pub const _DRM_CONSISTENT: Type = 5; -+} -+pub mod drm_map_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_RESTRICTED: Type = 1; -+ pub const _DRM_READ_ONLY: Type = 2; -+ pub const _DRM_LOCKED: Type = 4; -+ pub const _DRM_KERNEL: Type = 8; -+ pub const _DRM_WRITE_COMBINING: Type = 16; -+ pub const _DRM_CONTAINS_LOCK: Type = 32; -+ pub const _DRM_REMOVABLE: Type = 64; -+ pub const _DRM_DRIVER: Type = 128; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx_priv_map { -+ pub ctx_id: libc::c_uint, -+ pub handle: *mut libc::c_void, -+} -+impl Default for drm_ctx_priv_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_map { -+ pub offset: libc::c_ulong, -+ pub size: libc::c_ulong, -+ pub type_: drm_map_type::Type, -+ pub flags: drm_map_flags::Type, -+ pub handle: *mut libc::c_void, -+ pub mtrr: libc::c_int, -+} -+impl Default for drm_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_client { -+ pub idx: libc::c_int, -+ pub auth: libc::c_int, -+ pub pid: libc::c_ulong, -+ pub uid: libc::c_ulong, -+ pub magic: libc::c_ulong, -+ pub iocs: libc::c_ulong, -+} -+pub mod drm_stat_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_STAT_LOCK: Type = 0; -+ pub const _DRM_STAT_OPENS: Type = 1; -+ pub const _DRM_STAT_CLOSES: Type = 2; -+ pub const _DRM_STAT_IOCTLS: Type = 3; -+ pub const _DRM_STAT_LOCKS: Type = 4; -+ pub const _DRM_STAT_UNLOCKS: Type = 5; -+ pub const _DRM_STAT_VALUE: Type = 6; -+ pub const _DRM_STAT_BYTE: Type = 7; -+ pub const _DRM_STAT_COUNT: Type = 8; -+ pub const _DRM_STAT_IRQ: Type = 9; -+ pub const _DRM_STAT_PRIMARY: Type = 10; -+ pub const _DRM_STAT_SECONDARY: Type = 11; -+ pub const _DRM_STAT_DMA: Type = 12; -+ pub const _DRM_STAT_SPECIAL: Type = 13; -+ pub const _DRM_STAT_MISSED: Type = 14; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_stats { -+ pub count: libc::c_ulong, -+ pub data: [drm_stats__bindgen_ty_1; 15usize], -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_stats__bindgen_ty_1 { -+ pub value: libc::c_ulong, -+ pub type_: drm_stat_type::Type, -+} -+impl Default for drm_stats__bindgen_ty_1 { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+impl Default for drm_stats { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_lock_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_LOCK_READY: Type = 1; -+ pub const _DRM_LOCK_QUIESCENT: Type = 2; -+ pub const _DRM_LOCK_FLUSH: Type = 4; -+ pub const _DRM_LOCK_FLUSH_ALL: Type = 8; -+ pub const _DRM_HALT_ALL_QUEUES: Type = 16; -+ pub const _DRM_HALT_CUR_QUEUES: Type = 32; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_lock { -+ pub context: libc::c_int, -+ pub flags: drm_lock_flags::Type, -+} -+impl Default for drm_lock { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_dma_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_DMA_BLOCK: Type = 1; -+ pub const _DRM_DMA_WHILE_LOCKED: Type = 2; -+ pub const _DRM_DMA_PRIORITY: Type = 4; -+ pub const _DRM_DMA_WAIT: Type = 16; -+ pub const _DRM_DMA_SMALLER_OK: Type = 32; -+ pub const _DRM_DMA_LARGER_OK: Type = 64; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_desc { -+ pub count: libc::c_int, -+ pub size: libc::c_int, -+ pub low_mark: libc::c_int, -+ pub high_mark: libc::c_int, -+ pub flags: drm_buf_desc__bindgen_ty_1::Type, -+ pub agp_start: libc::c_ulong, -+} -+pub mod drm_buf_desc__bindgen_ty_1 { -+ pub type Type = libc::c_uint; -+ pub const _DRM_PAGE_ALIGN: Type = 1; -+ pub const _DRM_AGP_BUFFER: Type = 2; -+ pub const _DRM_SG_BUFFER: Type = 4; -+ pub const _DRM_FB_BUFFER: Type = 8; -+ pub const _DRM_PCI_BUFFER_RO: Type = 16; -+} -+impl Default for drm_buf_desc { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_info { -+ pub count: libc::c_int, -+ pub list: *mut drm_buf_desc, -+} -+impl Default for drm_buf_info { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_free { -+ pub count: libc::c_int, -+ pub list: *mut libc::c_int, -+} -+impl Default for drm_buf_free { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_pub { -+ pub idx: libc::c_int, -+ pub total: libc::c_int, -+ pub used: libc::c_int, -+ pub address: *mut libc::c_void, -+} -+impl Default for drm_buf_pub { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_map { -+ pub count: libc::c_int, -+ pub virtual_: *mut libc::c_void, -+ pub list: *mut drm_buf_pub, -+} -+impl Default for drm_buf_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_dma { -+ pub context: libc::c_int, -+ pub send_count: libc::c_int, -+ pub send_indices: *mut libc::c_int, -+ pub send_sizes: *mut libc::c_int, -+ pub flags: drm_dma_flags::Type, -+ pub request_count: libc::c_int, -+ pub request_size: libc::c_int, -+ pub request_indices: *mut libc::c_int, -+ pub request_sizes: *mut libc::c_int, -+ pub granted_count: libc::c_int, -+} -+impl Default for drm_dma { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_ctx_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_CONTEXT_PRESERVED: Type = 1; -+ pub const _DRM_CONTEXT_2DONLY: Type = 2; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx { -+ pub handle: drm_context_t, -+ pub flags: drm_ctx_flags::Type, -+} -+impl Default for drm_ctx { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx_res { -+ pub count: libc::c_int, -+ pub contexts: *mut drm_ctx, -+} -+impl Default for drm_ctx_res { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_draw { -+ pub handle: drm_drawable_t, -+} -+pub mod drm_drawable_info_type_t { -+ pub type Type = libc::c_uint; -+ pub const DRM_DRAWABLE_CLIPRECTS: Type = 0; -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_update_draw { -+ pub handle: drm_drawable_t, -+ pub type_: libc::c_uint, -+ pub num: libc::c_uint, -+ pub data: libc::c_ulonglong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_auth { -+ pub magic: drm_magic_t, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_irq_busid { -+ pub irq: libc::c_int, -+ pub busnum: libc::c_int, -+ pub devnum: libc::c_int, -+ pub funcnum: libc::c_int, -+} -+pub mod drm_vblank_seq_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_VBLANK_ABSOLUTE: Type = 0; -+ pub const _DRM_VBLANK_RELATIVE: Type = 1; -+ pub const _DRM_VBLANK_HIGH_CRTC_MASK: Type = 62; -+ pub const _DRM_VBLANK_EVENT: Type = 67108864; -+ pub const _DRM_VBLANK_FLIP: Type = 134217728; -+ pub const _DRM_VBLANK_NEXTONMISS: Type = 268435456; -+ pub const _DRM_VBLANK_SECONDARY: Type = 536870912; -+ pub const _DRM_VBLANK_SIGNAL: Type = 1073741824; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_wait_vblank_request { -+ pub type_: drm_vblank_seq_type::Type, -+ pub sequence: libc::c_uint, -+ pub signal: libc::c_ulong, -+} -+impl Default for drm_wait_vblank_request { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_wait_vblank_reply { -+ pub type_: drm_vblank_seq_type::Type, -+ pub sequence: libc::c_uint, -+ pub tval_sec: libc::c_long, -+ pub tval_usec: libc::c_long, -+} -+impl Default for drm_wait_vblank_reply { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Copy, Clone)] -+pub union drm_wait_vblank { -+ pub request: drm_wait_vblank_request, -+ pub reply: drm_wait_vblank_reply, -+} -+impl Default for drm_wait_vblank { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_modeset_ctl { -+ pub crtc: __u32, -+ pub cmd: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_mode { -+ pub mode: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_buffer { -+ pub size: libc::c_ulong, -+ pub handle: libc::c_ulong, -+ pub type_: libc::c_ulong, -+ pub physical: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_binding { -+ pub handle: libc::c_ulong, -+ pub offset: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_info { -+ pub agp_version_major: libc::c_int, -+ pub agp_version_minor: libc::c_int, -+ pub mode: libc::c_ulong, -+ pub aperture_base: libc::c_ulong, -+ pub aperture_size: libc::c_ulong, -+ pub memory_allowed: libc::c_ulong, -+ pub memory_used: libc::c_ulong, -+ pub id_vendor: libc::c_ushort, -+ pub id_device: libc::c_ushort, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_scatter_gather { -+ pub size: libc::c_ulong, -+ pub handle: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_set_version { -+ pub drm_di_major: libc::c_int, -+ pub drm_di_minor: libc::c_int, -+ pub drm_dd_major: libc::c_int, -+ pub drm_dd_minor: libc::c_int, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_close { -+ pub handle: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_flink { -+ pub handle: __u32, -+ pub name: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_open { -+ pub name: __u32, -+ pub handle: __u32, -+ pub size: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_get_cap { -+ pub capability: __u64, -+ pub value: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_set_client_cap { -+ pub capability: __u64, -+ pub value: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_prime_handle { -+ pub handle: __u32, -+ pub flags: __u32, -+ pub fd: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_create { -+ pub handle: __u32, -+ pub flags: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_destroy { -+ pub handle: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_handle { -+ pub handle: __u32, -+ pub flags: __u32, -+ pub fd: __s32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_transfer { -+ pub src_handle: __u32, -+ pub dst_handle: __u32, -+ pub src_point: __u64, -+ pub dst_point: __u64, -+ pub flags: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_wait { -+ pub handles: __u64, -+ pub timeout_nsec: __s64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+ pub first_signaled: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_timeline_wait { -+ pub handles: __u64, -+ pub points: __u64, -+ pub timeout_nsec: __s64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+ pub first_signaled: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_array { -+ pub handles: __u64, -+ pub count_handles: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_timeline_array { -+ pub handles: __u64, -+ pub points: __u64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_crtc_get_sequence { -+ pub crtc_id: __u32, -+ pub active: __u32, -+ pub sequence: __u64, -+ pub sequence_ns: __s64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_crtc_queue_sequence { -+ pub crtc_id: __u32, -+ pub flags: __u32, -+ pub sequence: __u64, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_modeinfo { -+ pub clock: __u32, -+ pub hdisplay: __u16, -+ pub hsync_start: __u16, -+ pub hsync_end: __u16, -+ pub htotal: __u16, -+ pub hskew: __u16, -+ pub vdisplay: __u16, -+ pub vsync_start: __u16, -+ pub vsync_end: __u16, -+ pub vtotal: __u16, -+ pub vscan: __u16, -+ pub vrefresh: __u32, -+ pub flags: __u32, -+ pub type_: __u32, -+ pub name: [libc::c_char; 32usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_card_res { -+ pub fb_id_ptr: __u64, -+ pub crtc_id_ptr: __u64, -+ pub connector_id_ptr: __u64, -+ pub encoder_id_ptr: __u64, -+ pub count_fbs: __u32, -+ pub count_crtcs: __u32, -+ pub count_connectors: __u32, -+ pub count_encoders: __u32, -+ pub min_width: __u32, -+ pub max_width: __u32, -+ pub min_height: __u32, -+ pub max_height: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc { -+ pub set_connectors_ptr: __u64, -+ pub count_connectors: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub x: __u32, -+ pub y: __u32, -+ pub gamma_size: __u32, -+ pub mode_valid: __u32, -+ pub mode: drm_mode_modeinfo, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_set_plane { -+ pub plane_id: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub crtc_x: __s32, -+ pub crtc_y: __s32, -+ pub crtc_w: __u32, -+ pub crtc_h: __u32, -+ pub src_x: __u32, -+ pub src_y: __u32, -+ pub src_h: __u32, -+ pub src_w: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_plane { -+ pub plane_id: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub possible_crtcs: __u32, -+ pub gamma_size: __u32, -+ pub count_format_types: __u32, -+ pub format_type_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_plane_res { -+ pub plane_id_ptr: __u64, -+ pub count_planes: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_encoder { -+ pub encoder_id: __u32, -+ pub encoder_type: __u32, -+ pub crtc_id: __u32, -+ pub possible_crtcs: __u32, -+ pub possible_clones: __u32, -+} -+pub mod drm_mode_subconnector { -+ pub type Type = libc::c_uint; -+ pub const DRM_MODE_SUBCONNECTOR_Automatic: Type = 0; -+ pub const DRM_MODE_SUBCONNECTOR_Unknown: Type = 0; -+ pub const DRM_MODE_SUBCONNECTOR_VGA: Type = 1; -+ pub const DRM_MODE_SUBCONNECTOR_DVID: Type = 3; -+ pub const DRM_MODE_SUBCONNECTOR_DVIA: Type = 4; -+ pub const DRM_MODE_SUBCONNECTOR_Composite: Type = 5; -+ pub const DRM_MODE_SUBCONNECTOR_SVIDEO: Type = 6; -+ pub const DRM_MODE_SUBCONNECTOR_Component: Type = 8; -+ pub const DRM_MODE_SUBCONNECTOR_SCART: Type = 9; -+ pub const DRM_MODE_SUBCONNECTOR_DisplayPort: Type = 10; -+ pub const DRM_MODE_SUBCONNECTOR_HDMIA: Type = 11; -+ pub const DRM_MODE_SUBCONNECTOR_Native: Type = 15; -+ pub const DRM_MODE_SUBCONNECTOR_Wireless: Type = 18; -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_connector { -+ pub encoders_ptr: __u64, -+ pub modes_ptr: __u64, -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub count_modes: __u32, -+ pub count_props: __u32, -+ pub count_encoders: __u32, -+ pub encoder_id: __u32, -+ pub connector_id: __u32, -+ pub connector_type: __u32, -+ pub connector_type_id: __u32, -+ pub connection: __u32, -+ pub mm_width: __u32, -+ pub mm_height: __u32, -+ pub subpixel: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_property_enum { -+ pub value: __u64, -+ pub name: [libc::c_char; 32usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_property { -+ pub values_ptr: __u64, -+ pub enum_blob_ptr: __u64, -+ pub prop_id: __u32, -+ pub flags: __u32, -+ pub name: [libc::c_char; 32usize], -+ pub count_values: __u32, -+ pub count_enum_blobs: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_connector_set_property { -+ pub value: __u64, -+ pub prop_id: __u32, -+ pub connector_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_obj_get_properties { -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub count_props: __u32, -+ pub obj_id: __u32, -+ pub obj_type: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_obj_set_property { -+ pub value: __u64, -+ pub prop_id: __u32, -+ pub obj_id: __u32, -+ pub obj_type: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_blob { -+ pub blob_id: __u32, -+ pub length: __u32, -+ pub data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_cmd { -+ pub fb_id: __u32, -+ pub width: __u32, -+ pub height: __u32, -+ pub pitch: __u32, -+ pub bpp: __u32, -+ pub depth: __u32, -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_cmd2 { -+ pub fb_id: __u32, -+ pub width: __u32, -+ pub height: __u32, -+ pub pixel_format: __u32, -+ pub flags: __u32, -+ pub handles: [__u32; 4usize], -+ pub pitches: [__u32; 4usize], -+ pub offsets: [__u32; 4usize], -+ pub modifier: [__u64; 4usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_dirty_cmd { -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub color: __u32, -+ pub num_clips: __u32, -+ pub clips_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_mode_cmd { -+ pub connector_id: __u32, -+ pub mode: drm_mode_modeinfo, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_cursor { -+ pub flags: __u32, -+ pub crtc_id: __u32, -+ pub x: __s32, -+ pub y: __s32, -+ pub width: __u32, -+ pub height: __u32, -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_cursor2 { -+ pub flags: __u32, -+ pub crtc_id: __u32, -+ pub x: __s32, -+ pub y: __s32, -+ pub width: __u32, -+ pub height: __u32, -+ pub handle: __u32, -+ pub hot_x: __s32, -+ pub hot_y: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_lut { -+ pub crtc_id: __u32, -+ pub gamma_size: __u32, -+ pub red: __u64, -+ pub green: __u64, -+ pub blue: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_color_ctm { -+ pub matrix: [__u64; 9usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_color_lut { -+ pub red: __u16, -+ pub green: __u16, -+ pub blue: __u16, -+ pub reserved: __u16, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct hdr_metadata_infoframe__bindgen_ty_1 { -+ pub x: __u16, -+ pub y: __u16, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_page_flip { -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub reserved: __u32, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_page_flip_target { -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub sequence: __u32, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_dumb { -+ pub height: __u32, -+ pub width: __u32, -+ pub bpp: __u32, -+ pub flags: __u32, -+ pub handle: __u32, -+ pub pitch: __u32, -+ pub size: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_map_dumb { -+ pub handle: __u32, -+ pub pad: __u32, -+ pub offset: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_destroy_dumb { -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_atomic { -+ pub flags: __u32, -+ pub count_objs: __u32, -+ pub objs_ptr: __u64, -+ pub count_props_ptr: __u64, -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub reserved: __u64, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_format_modifier_blob { -+ pub version: __u32, -+ pub flags: __u32, -+ pub count_formats: __u32, -+ pub formats_offset: __u32, -+ pub count_modifiers: __u32, -+ pub modifiers_offset: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_format_modifier { -+ pub formats: __u64, -+ pub offset: __u32, -+ pub pad: __u32, -+ pub modifier: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_blob { -+ pub data: __u64, -+ pub length: __u32, -+ pub blob_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_destroy_blob { -+ pub blob_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_lease { -+ pub object_ids: __u64, -+ pub object_count: __u32, -+ pub flags: __u32, -+ pub lessee_id: __u32, -+ pub fd: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_list_lessees { -+ pub count_lessees: __u32, -+ pub pad: __u32, -+ pub lessees_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_lease { -+ pub count_objects: __u32, -+ pub pad: __u32, -+ pub objects_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_revoke_lease { -+ pub lessee_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_rect { -+ pub x1: __s32, -+ pub y1: __s32, -+ pub x2: __s32, -+ pub y2: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event { -+ pub type_: __u32, -+ pub length: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event_vblank { -+ pub base: drm_event, -+ pub user_data: __u64, -+ pub tv_sec: __u32, -+ pub tv_usec: __u32, -+ pub sequence: __u32, -+ pub crtc_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event_crtc_sequence { -+ pub base: drm_event, -+ pub user_data: __u64, -+ pub time_ns: __s64, -+ pub sequence: __u64, -+} -+pub type drm_clip_rect_t = drm_clip_rect; -+pub type drm_drawable_info_t = drm_drawable_info; -+pub type drm_tex_region_t = drm_tex_region; -+pub type drm_hw_lock_t = drm_hw_lock; -+pub type drm_version_t = drm_version; -+pub type drm_unique_t = drm_unique; -+pub type drm_list_t = drm_list; -+pub type drm_block_t = drm_block; -+pub type drm_control_t = drm_control; -+pub use self::drm_map_flags::Type as drm_map_flags_t; -+pub use self::drm_map_type::Type as drm_map_type_t; -+pub type drm_ctx_priv_map_t = drm_ctx_priv_map; -+pub type drm_map_t = drm_map; -+pub type drm_client_t = drm_client; -+pub use self::drm_stat_type::Type as drm_stat_type_t; -+pub type drm_stats_t = drm_stats; -+pub use self::drm_lock_flags::Type as drm_lock_flags_t; -+pub type drm_lock_t = drm_lock; -+pub use self::drm_dma_flags::Type as drm_dma_flags_t; -+pub type drm_buf_desc_t = drm_buf_desc; -+pub type drm_buf_info_t = drm_buf_info; -+pub type drm_buf_free_t = drm_buf_free; -+pub type drm_buf_pub_t = drm_buf_pub; -+pub type drm_buf_map_t = drm_buf_map; -+pub type drm_dma_t = drm_dma; -+pub type drm_wait_vblank_t = drm_wait_vblank; -+pub type drm_agp_mode_t = drm_agp_mode; -+pub use self::drm_ctx_flags::Type as drm_ctx_flags_t; -+pub type drm_ctx_t = drm_ctx; -+pub type drm_ctx_res_t = drm_ctx_res; -+pub type drm_draw_t = drm_draw; -+pub type drm_update_draw_t = drm_update_draw; -+pub type drm_auth_t = drm_auth; -+pub type drm_irq_busid_t = drm_irq_busid; -+pub use self::drm_vblank_seq_type::Type as drm_vblank_seq_type_t; -+pub type drm_agp_buffer_t = drm_agp_buffer; -+pub type drm_agp_binding_t = drm_agp_binding; -+pub type drm_agp_info_t = drm_agp_info; -+pub type drm_scatter_gather_t = drm_scatter_gather; -+pub type drm_set_version_t = drm_set_version; -+pub const DRM_MODE_PROP_SIGNED_RANGE: libc::c_uint = 128; -+pub const DRM_MODE_PROP_OBJECT: libc::c_uint = 64; ---- /dev/null 1970-01-01 00:00:00 UTC -+++ cargo-crates/drm-sys-0.4.0/src/platforms/freebsd/x86/bindings.rs -@@ -0,0 +1,1342 @@ -+/* automatically generated by rust-bindgen 0.59.2 */ -+ -+pub const DRM_NAME: &[u8; 4usize] = b"drm\0"; -+pub const DRM_MIN_ORDER: u32 = 5; -+pub const DRM_MAX_ORDER: u32 = 22; -+pub const DRM_RAM_PERCENT: u32 = 10; -+pub const _DRM_LOCK_HELD: u32 = 2147483648; -+pub const _DRM_LOCK_CONT: u32 = 1073741824; -+pub const _DRM_VBLANK_HIGH_CRTC_SHIFT: u32 = 1; -+pub const _DRM_PRE_MODESET: u32 = 1; -+pub const _DRM_POST_MODESET: u32 = 2; -+pub const DRM_CAP_DUMB_BUFFER: u32 = 1; -+pub const DRM_CAP_VBLANK_HIGH_CRTC: u32 = 2; -+pub const DRM_CAP_DUMB_PREFERRED_DEPTH: u32 = 3; -+pub const DRM_CAP_DUMB_PREFER_SHADOW: u32 = 4; -+pub const DRM_CAP_PRIME: u32 = 5; -+pub const DRM_PRIME_CAP_IMPORT: u32 = 1; -+pub const DRM_PRIME_CAP_EXPORT: u32 = 2; -+pub const DRM_CAP_TIMESTAMP_MONOTONIC: u32 = 6; -+pub const DRM_CAP_ASYNC_PAGE_FLIP: u32 = 7; -+pub const DRM_CAP_CURSOR_WIDTH: u32 = 8; -+pub const DRM_CAP_CURSOR_HEIGHT: u32 = 9; -+pub const DRM_CAP_ADDFB2_MODIFIERS: u32 = 16; -+pub const DRM_CAP_PAGE_FLIP_TARGET: u32 = 17; -+pub const DRM_CAP_CRTC_IN_VBLANK_EVENT: u32 = 18; -+pub const DRM_CAP_SYNCOBJ: u32 = 19; -+pub const DRM_CAP_SYNCOBJ_TIMELINE: u32 = 20; -+pub const DRM_CLIENT_CAP_STEREO_3D: u32 = 1; -+pub const DRM_CLIENT_CAP_UNIVERSAL_PLANES: u32 = 2; -+pub const DRM_CLIENT_CAP_ATOMIC: u32 = 3; -+pub const DRM_CLIENT_CAP_ASPECT_RATIO: u32 = 4; -+pub const DRM_CLIENT_CAP_WRITEBACK_CONNECTORS: u32 = 5; -+pub const DRM_SYNCOBJ_CREATE_SIGNALED: u32 = 1; -+pub const DRM_SYNCOBJ_FD_TO_HANDLE_FLAGS_IMPORT_SYNC_FILE: u32 = 1; -+pub const DRM_SYNCOBJ_HANDLE_TO_FD_FLAGS_EXPORT_SYNC_FILE: u32 = 1; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_ALL: u32 = 1; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT: u32 = 2; -+pub const DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE: u32 = 4; -+pub const DRM_SYNCOBJ_QUERY_FLAGS_LAST_SUBMITTED: u32 = 1; -+pub const DRM_CRTC_SEQUENCE_RELATIVE: u32 = 1; -+pub const DRM_CRTC_SEQUENCE_NEXT_ON_MISS: u32 = 2; -+pub const DRM_CONNECTOR_NAME_LEN: u32 = 32; -+pub const DRM_DISPLAY_MODE_LEN: u32 = 32; -+pub const DRM_PROP_NAME_LEN: u32 = 32; -+pub const DRM_MODE_TYPE_BUILTIN: u32 = 1; -+pub const DRM_MODE_TYPE_CLOCK_C: u32 = 3; -+pub const DRM_MODE_TYPE_CRTC_C: u32 = 5; -+pub const DRM_MODE_TYPE_PREFERRED: u32 = 8; -+pub const DRM_MODE_TYPE_DEFAULT: u32 = 16; -+pub const DRM_MODE_TYPE_USERDEF: u32 = 32; -+pub const DRM_MODE_TYPE_DRIVER: u32 = 64; -+pub const DRM_MODE_TYPE_ALL: u32 = 104; -+pub const DRM_MODE_FLAG_PHSYNC: u32 = 1; -+pub const DRM_MODE_FLAG_NHSYNC: u32 = 2; -+pub const DRM_MODE_FLAG_PVSYNC: u32 = 4; -+pub const DRM_MODE_FLAG_NVSYNC: u32 = 8; -+pub const DRM_MODE_FLAG_INTERLACE: u32 = 16; -+pub const DRM_MODE_FLAG_DBLSCAN: u32 = 32; -+pub const DRM_MODE_FLAG_CSYNC: u32 = 64; -+pub const DRM_MODE_FLAG_PCSYNC: u32 = 128; -+pub const DRM_MODE_FLAG_NCSYNC: u32 = 256; -+pub const DRM_MODE_FLAG_HSKEW: u32 = 512; -+pub const DRM_MODE_FLAG_BCAST: u32 = 1024; -+pub const DRM_MODE_FLAG_PIXMUX: u32 = 2048; -+pub const DRM_MODE_FLAG_DBLCLK: u32 = 4096; -+pub const DRM_MODE_FLAG_CLKDIV2: u32 = 8192; -+pub const DRM_MODE_FLAG_3D_MASK: u32 = 507904; -+pub const DRM_MODE_FLAG_3D_NONE: u32 = 0; -+pub const DRM_MODE_FLAG_3D_FRAME_PACKING: u32 = 16384; -+pub const DRM_MODE_FLAG_3D_FIELD_ALTERNATIVE: u32 = 32768; -+pub const DRM_MODE_FLAG_3D_LINE_ALTERNATIVE: u32 = 49152; -+pub const DRM_MODE_FLAG_3D_SIDE_BY_SIDE_FULL: u32 = 65536; -+pub const DRM_MODE_FLAG_3D_L_DEPTH: u32 = 81920; -+pub const DRM_MODE_FLAG_3D_L_DEPTH_GFX_GFX_DEPTH: u32 = 98304; -+pub const DRM_MODE_FLAG_3D_TOP_AND_BOTTOM: u32 = 114688; -+pub const DRM_MODE_FLAG_3D_SIDE_BY_SIDE_HALF: u32 = 131072; -+pub const DRM_MODE_PICTURE_ASPECT_NONE: u32 = 0; -+pub const DRM_MODE_PICTURE_ASPECT_4_3: u32 = 1; -+pub const DRM_MODE_PICTURE_ASPECT_16_9: u32 = 2; -+pub const DRM_MODE_PICTURE_ASPECT_64_27: u32 = 3; -+pub const DRM_MODE_PICTURE_ASPECT_256_135: u32 = 4; -+pub const DRM_MODE_CONTENT_TYPE_NO_DATA: u32 = 0; -+pub const DRM_MODE_CONTENT_TYPE_GRAPHICS: u32 = 1; -+pub const DRM_MODE_CONTENT_TYPE_PHOTO: u32 = 2; -+pub const DRM_MODE_CONTENT_TYPE_CINEMA: u32 = 3; -+pub const DRM_MODE_CONTENT_TYPE_GAME: u32 = 4; -+pub const DRM_MODE_FLAG_PIC_AR_MASK: u32 = 7864320; -+pub const DRM_MODE_FLAG_PIC_AR_NONE: u32 = 0; -+pub const DRM_MODE_FLAG_PIC_AR_4_3: u32 = 524288; -+pub const DRM_MODE_FLAG_PIC_AR_16_9: u32 = 1048576; -+pub const DRM_MODE_FLAG_PIC_AR_64_27: u32 = 1572864; -+pub const DRM_MODE_FLAG_PIC_AR_256_135: u32 = 2097152; -+pub const DRM_MODE_FLAG_ALL: u32 = 521215; -+pub const DRM_MODE_DPMS_ON: u32 = 0; -+pub const DRM_MODE_DPMS_STANDBY: u32 = 1; -+pub const DRM_MODE_DPMS_SUSPEND: u32 = 2; -+pub const DRM_MODE_DPMS_OFF: u32 = 3; -+pub const DRM_MODE_SCALE_NONE: u32 = 0; -+pub const DRM_MODE_SCALE_FULLSCREEN: u32 = 1; -+pub const DRM_MODE_SCALE_CENTER: u32 = 2; -+pub const DRM_MODE_SCALE_ASPECT: u32 = 3; -+pub const DRM_MODE_DITHERING_OFF: u32 = 0; -+pub const DRM_MODE_DITHERING_ON: u32 = 1; -+pub const DRM_MODE_DITHERING_AUTO: u32 = 2; -+pub const DRM_MODE_DIRTY_OFF: u32 = 0; -+pub const DRM_MODE_DIRTY_ON: u32 = 1; -+pub const DRM_MODE_DIRTY_ANNOTATE: u32 = 2; -+pub const DRM_MODE_LINK_STATUS_GOOD: u32 = 0; -+pub const DRM_MODE_LINK_STATUS_BAD: u32 = 1; -+pub const DRM_MODE_ROTATE_0: u32 = 1; -+pub const DRM_MODE_ROTATE_90: u32 = 2; -+pub const DRM_MODE_ROTATE_180: u32 = 4; -+pub const DRM_MODE_ROTATE_270: u32 = 8; -+pub const DRM_MODE_ROTATE_MASK: u32 = 15; -+pub const DRM_MODE_REFLECT_X: u32 = 16; -+pub const DRM_MODE_REFLECT_Y: u32 = 32; -+pub const DRM_MODE_REFLECT_MASK: u32 = 48; -+pub const DRM_MODE_CONTENT_PROTECTION_UNDESIRED: u32 = 0; -+pub const DRM_MODE_CONTENT_PROTECTION_DESIRED: u32 = 1; -+pub const DRM_MODE_CONTENT_PROTECTION_ENABLED: u32 = 2; -+pub const DRM_MODE_PRESENT_TOP_FIELD: u32 = 1; -+pub const DRM_MODE_PRESENT_BOTTOM_FIELD: u32 = 2; -+pub const DRM_MODE_ENCODER_NONE: u32 = 0; -+pub const DRM_MODE_ENCODER_DAC: u32 = 1; -+pub const DRM_MODE_ENCODER_TMDS: u32 = 2; -+pub const DRM_MODE_ENCODER_LVDS: u32 = 3; -+pub const DRM_MODE_ENCODER_TVDAC: u32 = 4; -+pub const DRM_MODE_ENCODER_VIRTUAL: u32 = 5; -+pub const DRM_MODE_ENCODER_DSI: u32 = 6; -+pub const DRM_MODE_ENCODER_DPMST: u32 = 7; -+pub const DRM_MODE_ENCODER_DPI: u32 = 8; -+pub const DRM_MODE_CONNECTOR_Unknown: u32 = 0; -+pub const DRM_MODE_CONNECTOR_VGA: u32 = 1; -+pub const DRM_MODE_CONNECTOR_DVII: u32 = 2; -+pub const DRM_MODE_CONNECTOR_DVID: u32 = 3; -+pub const DRM_MODE_CONNECTOR_DVIA: u32 = 4; -+pub const DRM_MODE_CONNECTOR_Composite: u32 = 5; -+pub const DRM_MODE_CONNECTOR_SVIDEO: u32 = 6; -+pub const DRM_MODE_CONNECTOR_LVDS: u32 = 7; -+pub const DRM_MODE_CONNECTOR_Component: u32 = 8; -+pub const DRM_MODE_CONNECTOR_9PinDIN: u32 = 9; -+pub const DRM_MODE_CONNECTOR_DisplayPort: u32 = 10; -+pub const DRM_MODE_CONNECTOR_HDMIA: u32 = 11; -+pub const DRM_MODE_CONNECTOR_HDMIB: u32 = 12; -+pub const DRM_MODE_CONNECTOR_TV: u32 = 13; -+pub const DRM_MODE_CONNECTOR_eDP: u32 = 14; -+pub const DRM_MODE_CONNECTOR_VIRTUAL: u32 = 15; -+pub const DRM_MODE_CONNECTOR_DSI: u32 = 16; -+pub const DRM_MODE_CONNECTOR_DPI: u32 = 17; -+pub const DRM_MODE_CONNECTOR_WRITEBACK: u32 = 18; -+pub const DRM_MODE_CONNECTOR_SPI: u32 = 19; -+pub const DRM_MODE_CONNECTOR_USB: u32 = 20; -+pub const DRM_MODE_PROP_PENDING: u32 = 1; -+pub const DRM_MODE_PROP_RANGE: u32 = 2; -+pub const DRM_MODE_PROP_IMMUTABLE: u32 = 4; -+pub const DRM_MODE_PROP_ENUM: u32 = 8; -+pub const DRM_MODE_PROP_BLOB: u32 = 16; -+pub const DRM_MODE_PROP_BITMASK: u32 = 32; -+pub const DRM_MODE_PROP_LEGACY_TYPE: u32 = 58; -+pub const DRM_MODE_PROP_EXTENDED_TYPE: u32 = 65472; -+pub const DRM_MODE_PROP_ATOMIC: u32 = 2147483648; -+pub const DRM_MODE_OBJECT_CRTC: u32 = 3435973836; -+pub const DRM_MODE_OBJECT_CONNECTOR: u32 = 3233857728; -+pub const DRM_MODE_OBJECT_ENCODER: u32 = 3772834016; -+pub const DRM_MODE_OBJECT_MODE: u32 = 3739147998; -+pub const DRM_MODE_OBJECT_PROPERTY: u32 = 2964369584; -+pub const DRM_MODE_OBJECT_FB: u32 = 4227595259; -+pub const DRM_MODE_OBJECT_BLOB: u32 = 3149642683; -+pub const DRM_MODE_OBJECT_PLANE: u32 = 4008636142; -+pub const DRM_MODE_OBJECT_ANY: u32 = 0; -+pub const DRM_MODE_FB_INTERLACED: u32 = 1; -+pub const DRM_MODE_FB_MODIFIERS: u32 = 2; -+pub const DRM_MODE_FB_DIRTY_ANNOTATE_COPY: u32 = 1; -+pub const DRM_MODE_FB_DIRTY_ANNOTATE_FILL: u32 = 2; -+pub const DRM_MODE_FB_DIRTY_FLAGS: u32 = 3; -+pub const DRM_MODE_FB_DIRTY_MAX_CLIPS: u32 = 256; -+pub const DRM_MODE_CURSOR_BO: u32 = 1; -+pub const DRM_MODE_CURSOR_MOVE: u32 = 2; -+pub const DRM_MODE_CURSOR_FLAGS: u32 = 3; -+pub const DRM_MODE_PAGE_FLIP_EVENT: u32 = 1; -+pub const DRM_MODE_PAGE_FLIP_ASYNC: u32 = 2; -+pub const DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE: u32 = 4; -+pub const DRM_MODE_PAGE_FLIP_TARGET_RELATIVE: u32 = 8; -+pub const DRM_MODE_PAGE_FLIP_TARGET: u32 = 12; -+pub const DRM_MODE_PAGE_FLIP_FLAGS: u32 = 15; -+pub const DRM_MODE_ATOMIC_TEST_ONLY: u32 = 256; -+pub const DRM_MODE_ATOMIC_NONBLOCK: u32 = 512; -+pub const DRM_MODE_ATOMIC_ALLOW_MODESET: u32 = 1024; -+pub const DRM_MODE_ATOMIC_FLAGS: u32 = 1795; -+pub const DRM_IOCTL_BASE: u8 = 100u8; -+pub const DRM_COMMAND_BASE: u32 = 64; -+pub const DRM_COMMAND_END: u32 = 160; -+pub const DRM_EVENT_VBLANK: u32 = 1; -+pub const DRM_EVENT_FLIP_COMPLETE: u32 = 2; -+pub const DRM_EVENT_CRTC_SEQUENCE: u32 = 3; -+pub type __uint16_t = libc::c_ushort; -+pub type __int32_t = libc::c_int; -+pub type __uint32_t = libc::c_uint; -+pub type __int64_t = libc::c_longlong; -+pub type __uint64_t = libc::c_ulonglong; -+pub type __size_t = __uint32_t; -+pub type size_t = __size_t; -+pub type __u16 = u16; -+pub type __s32 = i32; -+pub type __u32 = u32; -+pub type __s64 = i64; -+pub type __u64 = u64; -+pub type __kernel_size_t = size_t; -+pub type drm_handle_t = libc::c_ulong; -+pub type drm_context_t = libc::c_uint; -+pub type drm_drawable_t = libc::c_uint; -+pub type drm_magic_t = libc::c_uint; -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_clip_rect { -+ pub x1: libc::c_ushort, -+ pub y1: libc::c_ushort, -+ pub x2: libc::c_ushort, -+ pub y2: libc::c_ushort, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_drawable_info { -+ pub num_rects: libc::c_uint, -+ pub rects: *mut drm_clip_rect, -+} -+impl Default for drm_drawable_info { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_tex_region { -+ pub next: libc::c_uchar, -+ pub prev: libc::c_uchar, -+ pub in_use: libc::c_uchar, -+ pub padding: libc::c_uchar, -+ pub age: libc::c_uint, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_hw_lock { -+ pub lock: libc::c_uint, -+ pub padding: [libc::c_char; 60usize], -+} -+impl Default for drm_hw_lock { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_version { -+ pub version_major: libc::c_int, -+ pub version_minor: libc::c_int, -+ pub version_patchlevel: libc::c_int, -+ pub name_len: __kernel_size_t, -+ pub name: *mut libc::c_char, -+ pub date_len: __kernel_size_t, -+ pub date: *mut libc::c_char, -+ pub desc_len: __kernel_size_t, -+ pub desc: *mut libc::c_char, -+} -+impl Default for drm_version { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_unique { -+ pub unique_len: __kernel_size_t, -+ pub unique: *mut libc::c_char, -+} -+impl Default for drm_unique { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_list { -+ pub count: libc::c_int, -+ pub version: *mut drm_version, -+} -+impl Default for drm_list { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_block { -+ pub unused: libc::c_int, -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_control { -+ pub func: drm_control__bindgen_ty_1::Type, -+ pub irq: libc::c_int, -+} -+pub mod drm_control__bindgen_ty_1 { -+ pub type Type = libc::c_uint; -+ pub const DRM_ADD_COMMAND: Type = 0; -+ pub const DRM_RM_COMMAND: Type = 1; -+ pub const DRM_INST_HANDLER: Type = 2; -+ pub const DRM_UNINST_HANDLER: Type = 3; -+} -+impl Default for drm_control { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_map_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_FRAME_BUFFER: Type = 0; -+ pub const _DRM_REGISTERS: Type = 1; -+ pub const _DRM_SHM: Type = 2; -+ pub const _DRM_AGP: Type = 3; -+ pub const _DRM_SCATTER_GATHER: Type = 4; -+ pub const _DRM_CONSISTENT: Type = 5; -+} -+pub mod drm_map_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_RESTRICTED: Type = 1; -+ pub const _DRM_READ_ONLY: Type = 2; -+ pub const _DRM_LOCKED: Type = 4; -+ pub const _DRM_KERNEL: Type = 8; -+ pub const _DRM_WRITE_COMBINING: Type = 16; -+ pub const _DRM_CONTAINS_LOCK: Type = 32; -+ pub const _DRM_REMOVABLE: Type = 64; -+ pub const _DRM_DRIVER: Type = 128; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx_priv_map { -+ pub ctx_id: libc::c_uint, -+ pub handle: *mut libc::c_void, -+} -+impl Default for drm_ctx_priv_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_map { -+ pub offset: libc::c_ulong, -+ pub size: libc::c_ulong, -+ pub type_: drm_map_type::Type, -+ pub flags: drm_map_flags::Type, -+ pub handle: *mut libc::c_void, -+ pub mtrr: libc::c_int, -+} -+impl Default for drm_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_client { -+ pub idx: libc::c_int, -+ pub auth: libc::c_int, -+ pub pid: libc::c_ulong, -+ pub uid: libc::c_ulong, -+ pub magic: libc::c_ulong, -+ pub iocs: libc::c_ulong, -+} -+pub mod drm_stat_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_STAT_LOCK: Type = 0; -+ pub const _DRM_STAT_OPENS: Type = 1; -+ pub const _DRM_STAT_CLOSES: Type = 2; -+ pub const _DRM_STAT_IOCTLS: Type = 3; -+ pub const _DRM_STAT_LOCKS: Type = 4; -+ pub const _DRM_STAT_UNLOCKS: Type = 5; -+ pub const _DRM_STAT_VALUE: Type = 6; -+ pub const _DRM_STAT_BYTE: Type = 7; -+ pub const _DRM_STAT_COUNT: Type = 8; -+ pub const _DRM_STAT_IRQ: Type = 9; -+ pub const _DRM_STAT_PRIMARY: Type = 10; -+ pub const _DRM_STAT_SECONDARY: Type = 11; -+ pub const _DRM_STAT_DMA: Type = 12; -+ pub const _DRM_STAT_SPECIAL: Type = 13; -+ pub const _DRM_STAT_MISSED: Type = 14; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_stats { -+ pub count: libc::c_ulong, -+ pub data: [drm_stats__bindgen_ty_1; 15usize], -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_stats__bindgen_ty_1 { -+ pub value: libc::c_ulong, -+ pub type_: drm_stat_type::Type, -+} -+impl Default for drm_stats__bindgen_ty_1 { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+impl Default for drm_stats { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_lock_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_LOCK_READY: Type = 1; -+ pub const _DRM_LOCK_QUIESCENT: Type = 2; -+ pub const _DRM_LOCK_FLUSH: Type = 4; -+ pub const _DRM_LOCK_FLUSH_ALL: Type = 8; -+ pub const _DRM_HALT_ALL_QUEUES: Type = 16; -+ pub const _DRM_HALT_CUR_QUEUES: Type = 32; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_lock { -+ pub context: libc::c_int, -+ pub flags: drm_lock_flags::Type, -+} -+impl Default for drm_lock { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_dma_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_DMA_BLOCK: Type = 1; -+ pub const _DRM_DMA_WHILE_LOCKED: Type = 2; -+ pub const _DRM_DMA_PRIORITY: Type = 4; -+ pub const _DRM_DMA_WAIT: Type = 16; -+ pub const _DRM_DMA_SMALLER_OK: Type = 32; -+ pub const _DRM_DMA_LARGER_OK: Type = 64; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_desc { -+ pub count: libc::c_int, -+ pub size: libc::c_int, -+ pub low_mark: libc::c_int, -+ pub high_mark: libc::c_int, -+ pub flags: drm_buf_desc__bindgen_ty_1::Type, -+ pub agp_start: libc::c_ulong, -+} -+pub mod drm_buf_desc__bindgen_ty_1 { -+ pub type Type = libc::c_uint; -+ pub const _DRM_PAGE_ALIGN: Type = 1; -+ pub const _DRM_AGP_BUFFER: Type = 2; -+ pub const _DRM_SG_BUFFER: Type = 4; -+ pub const _DRM_FB_BUFFER: Type = 8; -+ pub const _DRM_PCI_BUFFER_RO: Type = 16; -+} -+impl Default for drm_buf_desc { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_info { -+ pub count: libc::c_int, -+ pub list: *mut drm_buf_desc, -+} -+impl Default for drm_buf_info { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_free { -+ pub count: libc::c_int, -+ pub list: *mut libc::c_int, -+} -+impl Default for drm_buf_free { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_pub { -+ pub idx: libc::c_int, -+ pub total: libc::c_int, -+ pub used: libc::c_int, -+ pub address: *mut libc::c_void, -+} -+impl Default for drm_buf_pub { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_buf_map { -+ pub count: libc::c_int, -+ pub virtual_: *mut libc::c_void, -+ pub list: *mut drm_buf_pub, -+} -+impl Default for drm_buf_map { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_dma { -+ pub context: libc::c_int, -+ pub send_count: libc::c_int, -+ pub send_indices: *mut libc::c_int, -+ pub send_sizes: *mut libc::c_int, -+ pub flags: drm_dma_flags::Type, -+ pub request_count: libc::c_int, -+ pub request_size: libc::c_int, -+ pub request_indices: *mut libc::c_int, -+ pub request_sizes: *mut libc::c_int, -+ pub granted_count: libc::c_int, -+} -+impl Default for drm_dma { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+pub mod drm_ctx_flags { -+ pub type Type = libc::c_uint; -+ pub const _DRM_CONTEXT_PRESERVED: Type = 1; -+ pub const _DRM_CONTEXT_2DONLY: Type = 2; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx { -+ pub handle: drm_context_t, -+ pub flags: drm_ctx_flags::Type, -+} -+impl Default for drm_ctx { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_ctx_res { -+ pub count: libc::c_int, -+ pub contexts: *mut drm_ctx, -+} -+impl Default for drm_ctx_res { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_draw { -+ pub handle: drm_drawable_t, -+} -+pub mod drm_drawable_info_type_t { -+ pub type Type = libc::c_uint; -+ pub const DRM_DRAWABLE_CLIPRECTS: Type = 0; -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_update_draw { -+ pub handle: drm_drawable_t, -+ pub type_: libc::c_uint, -+ pub num: libc::c_uint, -+ pub data: libc::c_ulonglong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_auth { -+ pub magic: drm_magic_t, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_irq_busid { -+ pub irq: libc::c_int, -+ pub busnum: libc::c_int, -+ pub devnum: libc::c_int, -+ pub funcnum: libc::c_int, -+} -+pub mod drm_vblank_seq_type { -+ pub type Type = libc::c_uint; -+ pub const _DRM_VBLANK_ABSOLUTE: Type = 0; -+ pub const _DRM_VBLANK_RELATIVE: Type = 1; -+ pub const _DRM_VBLANK_HIGH_CRTC_MASK: Type = 62; -+ pub const _DRM_VBLANK_EVENT: Type = 67108864; -+ pub const _DRM_VBLANK_FLIP: Type = 134217728; -+ pub const _DRM_VBLANK_NEXTONMISS: Type = 268435456; -+ pub const _DRM_VBLANK_SECONDARY: Type = 536870912; -+ pub const _DRM_VBLANK_SIGNAL: Type = 1073741824; -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_wait_vblank_request { -+ pub type_: drm_vblank_seq_type::Type, -+ pub sequence: libc::c_uint, -+ pub signal: libc::c_ulong, -+} -+impl Default for drm_wait_vblank_request { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_wait_vblank_reply { -+ pub type_: drm_vblank_seq_type::Type, -+ pub sequence: libc::c_uint, -+ pub tval_sec: libc::c_long, -+ pub tval_usec: libc::c_long, -+} -+impl Default for drm_wait_vblank_reply { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Copy, Clone)] -+pub union drm_wait_vblank { -+ pub request: drm_wait_vblank_request, -+ pub reply: drm_wait_vblank_reply, -+} -+impl Default for drm_wait_vblank { -+ fn default() -> Self { -+ let mut s = ::core::mem::MaybeUninit::::uninit(); -+ unsafe { -+ ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); -+ s.assume_init() -+ } -+ } -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_modeset_ctl { -+ pub crtc: __u32, -+ pub cmd: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_mode { -+ pub mode: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_buffer { -+ pub size: libc::c_ulong, -+ pub handle: libc::c_ulong, -+ pub type_: libc::c_ulong, -+ pub physical: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_binding { -+ pub handle: libc::c_ulong, -+ pub offset: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_agp_info { -+ pub agp_version_major: libc::c_int, -+ pub agp_version_minor: libc::c_int, -+ pub mode: libc::c_ulong, -+ pub aperture_base: libc::c_ulong, -+ pub aperture_size: libc::c_ulong, -+ pub memory_allowed: libc::c_ulong, -+ pub memory_used: libc::c_ulong, -+ pub id_vendor: libc::c_ushort, -+ pub id_device: libc::c_ushort, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_scatter_gather { -+ pub size: libc::c_ulong, -+ pub handle: libc::c_ulong, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_set_version { -+ pub drm_di_major: libc::c_int, -+ pub drm_di_minor: libc::c_int, -+ pub drm_dd_major: libc::c_int, -+ pub drm_dd_minor: libc::c_int, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_close { -+ pub handle: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_flink { -+ pub handle: __u32, -+ pub name: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_gem_open { -+ pub name: __u32, -+ pub handle: __u32, -+ pub size: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_get_cap { -+ pub capability: __u64, -+ pub value: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_set_client_cap { -+ pub capability: __u64, -+ pub value: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_prime_handle { -+ pub handle: __u32, -+ pub flags: __u32, -+ pub fd: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_create { -+ pub handle: __u32, -+ pub flags: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_destroy { -+ pub handle: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_handle { -+ pub handle: __u32, -+ pub flags: __u32, -+ pub fd: __s32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_transfer { -+ pub src_handle: __u32, -+ pub dst_handle: __u32, -+ pub src_point: __u64, -+ pub dst_point: __u64, -+ pub flags: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_wait { -+ pub handles: __u64, -+ pub timeout_nsec: __s64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+ pub first_signaled: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_timeline_wait { -+ pub handles: __u64, -+ pub points: __u64, -+ pub timeout_nsec: __s64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+ pub first_signaled: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_array { -+ pub handles: __u64, -+ pub count_handles: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_syncobj_timeline_array { -+ pub handles: __u64, -+ pub points: __u64, -+ pub count_handles: __u32, -+ pub flags: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_crtc_get_sequence { -+ pub crtc_id: __u32, -+ pub active: __u32, -+ pub sequence: __u64, -+ pub sequence_ns: __s64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_crtc_queue_sequence { -+ pub crtc_id: __u32, -+ pub flags: __u32, -+ pub sequence: __u64, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_modeinfo { -+ pub clock: __u32, -+ pub hdisplay: __u16, -+ pub hsync_start: __u16, -+ pub hsync_end: __u16, -+ pub htotal: __u16, -+ pub hskew: __u16, -+ pub vdisplay: __u16, -+ pub vsync_start: __u16, -+ pub vsync_end: __u16, -+ pub vtotal: __u16, -+ pub vscan: __u16, -+ pub vrefresh: __u32, -+ pub flags: __u32, -+ pub type_: __u32, -+ pub name: [libc::c_char; 32usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_card_res { -+ pub fb_id_ptr: __u64, -+ pub crtc_id_ptr: __u64, -+ pub connector_id_ptr: __u64, -+ pub encoder_id_ptr: __u64, -+ pub count_fbs: __u32, -+ pub count_crtcs: __u32, -+ pub count_connectors: __u32, -+ pub count_encoders: __u32, -+ pub min_width: __u32, -+ pub max_width: __u32, -+ pub min_height: __u32, -+ pub max_height: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc { -+ pub set_connectors_ptr: __u64, -+ pub count_connectors: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub x: __u32, -+ pub y: __u32, -+ pub gamma_size: __u32, -+ pub mode_valid: __u32, -+ pub mode: drm_mode_modeinfo, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_set_plane { -+ pub plane_id: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub crtc_x: __s32, -+ pub crtc_y: __s32, -+ pub crtc_w: __u32, -+ pub crtc_h: __u32, -+ pub src_x: __u32, -+ pub src_y: __u32, -+ pub src_h: __u32, -+ pub src_w: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_plane { -+ pub plane_id: __u32, -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub possible_crtcs: __u32, -+ pub gamma_size: __u32, -+ pub count_format_types: __u32, -+ pub format_type_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_plane_res { -+ pub plane_id_ptr: __u64, -+ pub count_planes: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_encoder { -+ pub encoder_id: __u32, -+ pub encoder_type: __u32, -+ pub crtc_id: __u32, -+ pub possible_crtcs: __u32, -+ pub possible_clones: __u32, -+} -+pub mod drm_mode_subconnector { -+ pub type Type = libc::c_uint; -+ pub const DRM_MODE_SUBCONNECTOR_Automatic: Type = 0; -+ pub const DRM_MODE_SUBCONNECTOR_Unknown: Type = 0; -+ pub const DRM_MODE_SUBCONNECTOR_VGA: Type = 1; -+ pub const DRM_MODE_SUBCONNECTOR_DVID: Type = 3; -+ pub const DRM_MODE_SUBCONNECTOR_DVIA: Type = 4; -+ pub const DRM_MODE_SUBCONNECTOR_Composite: Type = 5; -+ pub const DRM_MODE_SUBCONNECTOR_SVIDEO: Type = 6; -+ pub const DRM_MODE_SUBCONNECTOR_Component: Type = 8; -+ pub const DRM_MODE_SUBCONNECTOR_SCART: Type = 9; -+ pub const DRM_MODE_SUBCONNECTOR_DisplayPort: Type = 10; -+ pub const DRM_MODE_SUBCONNECTOR_HDMIA: Type = 11; -+ pub const DRM_MODE_SUBCONNECTOR_Native: Type = 15; -+ pub const DRM_MODE_SUBCONNECTOR_Wireless: Type = 18; -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_connector { -+ pub encoders_ptr: __u64, -+ pub modes_ptr: __u64, -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub count_modes: __u32, -+ pub count_props: __u32, -+ pub count_encoders: __u32, -+ pub encoder_id: __u32, -+ pub connector_id: __u32, -+ pub connector_type: __u32, -+ pub connector_type_id: __u32, -+ pub connection: __u32, -+ pub mm_width: __u32, -+ pub mm_height: __u32, -+ pub subpixel: __u32, -+ pub pad: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_property_enum { -+ pub value: __u64, -+ pub name: [libc::c_char; 32usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_property { -+ pub values_ptr: __u64, -+ pub enum_blob_ptr: __u64, -+ pub prop_id: __u32, -+ pub flags: __u32, -+ pub name: [libc::c_char; 32usize], -+ pub count_values: __u32, -+ pub count_enum_blobs: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_connector_set_property { -+ pub value: __u64, -+ pub prop_id: __u32, -+ pub connector_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_obj_get_properties { -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub count_props: __u32, -+ pub obj_id: __u32, -+ pub obj_type: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_obj_set_property { -+ pub value: __u64, -+ pub prop_id: __u32, -+ pub obj_id: __u32, -+ pub obj_type: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_blob { -+ pub blob_id: __u32, -+ pub length: __u32, -+ pub data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_cmd { -+ pub fb_id: __u32, -+ pub width: __u32, -+ pub height: __u32, -+ pub pitch: __u32, -+ pub bpp: __u32, -+ pub depth: __u32, -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_cmd2 { -+ pub fb_id: __u32, -+ pub width: __u32, -+ pub height: __u32, -+ pub pixel_format: __u32, -+ pub flags: __u32, -+ pub handles: [__u32; 4usize], -+ pub pitches: [__u32; 4usize], -+ pub offsets: [__u32; 4usize], -+ pub modifier: [__u64; 4usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_fb_dirty_cmd { -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub color: __u32, -+ pub num_clips: __u32, -+ pub clips_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_mode_cmd { -+ pub connector_id: __u32, -+ pub mode: drm_mode_modeinfo, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_cursor { -+ pub flags: __u32, -+ pub crtc_id: __u32, -+ pub x: __s32, -+ pub y: __s32, -+ pub width: __u32, -+ pub height: __u32, -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_cursor2 { -+ pub flags: __u32, -+ pub crtc_id: __u32, -+ pub x: __s32, -+ pub y: __s32, -+ pub width: __u32, -+ pub height: __u32, -+ pub handle: __u32, -+ pub hot_x: __s32, -+ pub hot_y: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_lut { -+ pub crtc_id: __u32, -+ pub gamma_size: __u32, -+ pub red: __u64, -+ pub green: __u64, -+ pub blue: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_color_ctm { -+ pub matrix: [__u64; 9usize], -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_color_lut { -+ pub red: __u16, -+ pub green: __u16, -+ pub blue: __u16, -+ pub reserved: __u16, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct hdr_metadata_infoframe__bindgen_ty_1 { -+ pub x: __u16, -+ pub y: __u16, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_page_flip { -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub reserved: __u32, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_crtc_page_flip_target { -+ pub crtc_id: __u32, -+ pub fb_id: __u32, -+ pub flags: __u32, -+ pub sequence: __u32, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_dumb { -+ pub height: __u32, -+ pub width: __u32, -+ pub bpp: __u32, -+ pub flags: __u32, -+ pub handle: __u32, -+ pub pitch: __u32, -+ pub size: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_map_dumb { -+ pub handle: __u32, -+ pub pad: __u32, -+ pub offset: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_destroy_dumb { -+ pub handle: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_atomic { -+ pub flags: __u32, -+ pub count_objs: __u32, -+ pub objs_ptr: __u64, -+ pub count_props_ptr: __u64, -+ pub props_ptr: __u64, -+ pub prop_values_ptr: __u64, -+ pub reserved: __u64, -+ pub user_data: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_format_modifier_blob { -+ pub version: __u32, -+ pub flags: __u32, -+ pub count_formats: __u32, -+ pub formats_offset: __u32, -+ pub count_modifiers: __u32, -+ pub modifiers_offset: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_format_modifier { -+ pub formats: __u64, -+ pub offset: __u32, -+ pub pad: __u32, -+ pub modifier: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_blob { -+ pub data: __u64, -+ pub length: __u32, -+ pub blob_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_destroy_blob { -+ pub blob_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_create_lease { -+ pub object_ids: __u64, -+ pub object_count: __u32, -+ pub flags: __u32, -+ pub lessee_id: __u32, -+ pub fd: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_list_lessees { -+ pub count_lessees: __u32, -+ pub pad: __u32, -+ pub lessees_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_get_lease { -+ pub count_objects: __u32, -+ pub pad: __u32, -+ pub objects_ptr: __u64, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_revoke_lease { -+ pub lessee_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_mode_rect { -+ pub x1: __s32, -+ pub y1: __s32, -+ pub x2: __s32, -+ pub y2: __s32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event { -+ pub type_: __u32, -+ pub length: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event_vblank { -+ pub base: drm_event, -+ pub user_data: __u64, -+ pub tv_sec: __u32, -+ pub tv_usec: __u32, -+ pub sequence: __u32, -+ pub crtc_id: __u32, -+} -+#[repr(C)] -+#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)] -+pub struct drm_event_crtc_sequence { -+ pub base: drm_event, -+ pub user_data: __u64, -+ pub time_ns: __s64, -+ pub sequence: __u64, -+} -+pub type drm_clip_rect_t = drm_clip_rect; -+pub type drm_drawable_info_t = drm_drawable_info; -+pub type drm_tex_region_t = drm_tex_region; -+pub type drm_hw_lock_t = drm_hw_lock; -+pub type drm_version_t = drm_version; -+pub type drm_unique_t = drm_unique; -+pub type drm_list_t = drm_list; -+pub type drm_block_t = drm_block; -+pub type drm_control_t = drm_control; -+pub use self::drm_map_flags::Type as drm_map_flags_t; -+pub use self::drm_map_type::Type as drm_map_type_t; -+pub type drm_ctx_priv_map_t = drm_ctx_priv_map; -+pub type drm_map_t = drm_map; -+pub type drm_client_t = drm_client; -+pub use self::drm_stat_type::Type as drm_stat_type_t; -+pub type drm_stats_t = drm_stats; -+pub use self::drm_lock_flags::Type as drm_lock_flags_t; -+pub type drm_lock_t = drm_lock; -+pub use self::drm_dma_flags::Type as drm_dma_flags_t; -+pub type drm_buf_desc_t = drm_buf_desc; -+pub type drm_buf_info_t = drm_buf_info; -+pub type drm_buf_free_t = drm_buf_free; -+pub type drm_buf_pub_t = drm_buf_pub; -+pub type drm_buf_map_t = drm_buf_map; -+pub type drm_dma_t = drm_dma; -+pub type drm_wait_vblank_t = drm_wait_vblank; -+pub type drm_agp_mode_t = drm_agp_mode; -+pub use self::drm_ctx_flags::Type as drm_ctx_flags_t; -+pub type drm_ctx_t = drm_ctx; -+pub type drm_ctx_res_t = drm_ctx_res; -+pub type drm_draw_t = drm_draw; -+pub type drm_update_draw_t = drm_update_draw; -+pub type drm_auth_t = drm_auth; -+pub type drm_irq_busid_t = drm_irq_busid; -+pub use self::drm_vblank_seq_type::Type as drm_vblank_seq_type_t; -+pub type drm_agp_buffer_t = drm_agp_buffer; -+pub type drm_agp_binding_t = drm_agp_binding; -+pub type drm_agp_info_t = drm_agp_info; -+pub type drm_scatter_gather_t = drm_scatter_gather; -+pub type drm_set_version_t = drm_set_version; -+pub const DRM_MODE_PROP_SIGNED_RANGE: libc::c_uint = 128; -+pub const DRM_MODE_PROP_OBJECT: libc::c_uint = 64; diff --git a/editors/lapce/files/patch-floem b/editors/lapce/files/patch-floem new file mode 100644 index 00000000000..b8771370842 --- /dev/null +++ b/editors/lapce/files/patch-floem @@ -0,0 +1,100 @@ +https://github.com/lapce/floem/pull/443 + +--- ../floem-8f5a9c5c2bee1bb0355c7a058b6e39be42878534/src/app_handle.rs.orig 2024-05-13 13:05:01 UTC ++++ ../floem-8f5a9c5c2bee1bb0355c7a058b6e39be42878534/src/app_handle.rs +@@ -85,7 +85,7 @@ impl ApplicationHandle { + } + } + } +- #[cfg(target_os = "linux")] ++ #[cfg(any(target_os = "linux", target_os = "freebsd"))] + AppUpdateEvent::MenuAction { + window_id, + action_id, +--- ../floem-8f5a9c5c2bee1bb0355c7a058b6e39be42878534/src/app.rs.orig 2024-05-13 13:04:56.470939000 +0200 ++++ ../floem-8f5a9c5c2bee1bb0355c7a058b6e39be42878534/src/app.rs 2024-05-13 13:05:40.873460000 +0200 +@@ -64,7 +64,7 @@ pub(crate) enum AppUpdateEvent { + RequestTimer { + timer: Timer, + }, +- #[cfg(target_os = "linux")] ++ #[cfg(any(target_os = "linux", target_os = "freebsd"))] + MenuAction { + window_id: WindowId, + action_id: usize, +--- ../floem-8f5a9c5c2bee1bb0355c7a058b6e39be42878534/src/window_handle.rs.orig 2024-05-13 13:05:07.252707000 +0200 ++++ ../floem-8f5a9c5c2bee1bb0355c7a058b6e39be42878534/src/window_handle.rs 2024-05-13 13:15:25.162556000 +0200 +@@ -17,9 +17,9 @@ use peniko::kurbo::{Affine, Point, Rect, Size, Vec2}; + use image::DynamicImage; + use peniko::kurbo::{Affine, Point, Rect, Size, Vec2}; + +-#[cfg(target_os = "linux")] ++#[cfg(any(target_os = "linux", target_os = "freebsd"))] + use crate::unit::UnitExt; +-#[cfg(target_os = "linux")] ++#[cfg(any(target_os = "linux", target_os = "freebsd"))] + use crate::views::{container, stack}; + use crate::{ + animate::{AnimPropKind, AnimUpdateMsg, AnimValue, AnimatedProp, SizeUnit}, +@@ -73,7 +73,7 @@ pub(crate) struct WindowHandle { + pub(crate) cursor_position: Point, + pub(crate) window_position: Point, + pub(crate) last_pointer_down: Option<(u8, Point, Instant)>, +- #[cfg(target_os = "linux")] ++ #[cfg(any(target_os = "linux", target_os = "freebsd"))] + pub(crate) context_menu: RwSignal>, + } + +@@ -96,13 +96,13 @@ impl WindowHandle { + + set_current_view(id); + +- #[cfg(target_os = "linux")] ++ #[cfg(any(target_os = "linux", target_os = "freebsd"))] + let context_menu = scope.create_rw_signal(None); + +- #[cfg(not(target_os = "linux"))] ++ #[cfg(not(any(target_os = "linux", target_os = "freebsd")))] + let view = with_scope(scope, move || view_fn(window_id)); + +- #[cfg(target_os = "linux")] ++ #[cfg(any(target_os = "linux", target_os = "freebsd"))] + let view = with_scope(scope, move || { + stack(( + container(view_fn(window_id)).style(|s| s.size(100.pct(), 100.pct())), +@@ -139,7 +139,7 @@ impl WindowHandle { + modifiers: Modifiers::default(), + cursor_position: Point::ZERO, + window_position: Point::ZERO, +- #[cfg(target_os = "linux")] ++ #[cfg(any(target_os = "linux", target_os = "freebsd"))] + context_menu, + last_pointer_down: None, + }; +@@ -835,7 +835,7 @@ impl WindowHandle { + self.show_context_menu(platform_menu, pos); + #[cfg(target_os = "windows")] + self.show_context_menu(platform_menu, pos); +- #[cfg(target_os = "linux")] ++ #[cfg(any(target_os = "linux", target_os = "freebsd"))] + self.show_context_menu(menu, platform_menu, pos); + } + UpdateMessage::WindowMenu { menu } => { +@@ -1139,7 +1139,7 @@ impl WindowHandle { + } + } + +- #[cfg(target_os = "linux")] ++ #[cfg(any(target_os = "linux", target_os = "freebsd"))] + fn show_context_menu( + &self, + menu: Menu, +@@ -1199,7 +1199,7 @@ pub(crate) fn set_current_view(id: ViewId) { + }); + } + +-#[cfg(target_os = "linux")] ++#[cfg(any(target_os = "linux", target_os = "freebsd"))] + fn context_menu_view( + cx: Scope, + window_id: WindowId, diff --git a/editors/lapce/files/patch-lapce-proxy_Cargo.toml b/editors/lapce/files/patch-lapce-proxy_Cargo.toml index c63afb14aaa..8351697f97a 100644 --- a/editors/lapce/files/patch-lapce-proxy_Cargo.toml +++ b/editors/lapce/files/patch-lapce-proxy_Cargo.toml @@ -1,13 +1,11 @@ -Do not use vendored openssl - ---- lapce-proxy/Cargo.toml.orig 2023-11-01 10:54:40 UTC +--- lapce-proxy/Cargo.toml.orig 2024-05-08 07:36:00 UTC +++ lapce-proxy/Cargo.toml -@@ -48,7 +48,7 @@ libc = "0.2" - libc = "0.2" +@@ -51,7 +51,7 @@ libc = "0.2" + libc = "0.2" # git --git2 = { version = "0.18.1", features = ["vendored-openssl"] } -+git2 = { version = "0.18.1" } +-git2 = { version = "0.18.2", features = ["vendored-openssl"] } ++git2 = { version = "0.18.2" } # deleting files trash = "3.0.6" diff --git a/editors/linux-r7-office/Makefile b/editors/linux-r7-office/Makefile index 977ab79fbb9..30f2f65e537 100644 --- a/editors/linux-r7-office/Makefile +++ b/editors/linux-r7-office/Makefile @@ -1,10 +1,10 @@ PORTNAME= r7-office -PORTVERSION= 7.2.2 -PORTREVISION= 1 +PORTVERSION= 2024.1.1 +DISTVERSIONSUFFIX= -373.el8 CATEGORIES= editors linux russian -MASTER_SITES= https://download.r7-office.ru/ubuntu/ -DISTNAME= r7-office -EXTRACT_SUFX= .deb +MASTER_SITES= https://download.r7-office.ru/centos/ +PKGNAMEPREFIX= linux- +EXTRACT_SUFX= .x86_64.rpm MAINTAINER= arrowd@FreeBSD.org COMMENT= Russian office suite @@ -17,24 +17,20 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept ONLY_FOR_ARCHS= amd64 -USES= desktop-file-utils linux shebangfix tar:xz +USES= desktop-file-utils linux:rl9 shared-mime-info shebangfix tar:xz -USE_LINUX= alsalib base cups-libs gtk3 pulseaudio-libs systemd-libs nss \ - xorglibs - -SHEBANG_FILES= opt/r7-office/desktopeditors/converter/.system/check.sh +USE_LINUX= alsalib base cups-libs curl gstreamer1-libav gtk3 opus \ + pulseaudio-libs nss p11-kit systemd-libs xorglibs WRKSRC= ${WRKDIR} NO_BUILD= yes PLIST_SUB= LINUXBASE=${LINUXBASE} STRIP= -post-extract: - cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} data.tar.xz ${EXTRACT_AFTER_ARGS} - post-patch: - ${REINPLACE_CMD} -i '' 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKDIR}/usr/bin/r7-office-* - ${REINPLACE_CMD} -i '' 's|/usr/bin/|${PREFIX}/bin/|' ${WRKDIR}/usr/share/applications/*.desktop + ${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKDIR}/usr/bin/r7-office-* + ${REINPLACE_CMD} -i '' -e 's|/usr/bin/|${PREFIX}/bin/|' -e 's|P7|Р7|' \ + ${WRKDIR}/usr/share/applications/*.desktop do-install: ${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/r7-office-* ${STAGEDIR}${PREFIX}/bin/ @@ -45,7 +41,9 @@ do-install: ${RLN} ${STAGEDIR}${DATADIR}/desktopeditors/asc-de-256.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/r7-office.png + ${RM} ${STAGEDIR}${PREFIX}/bin/*.orig ${RM} ${STAGEDIR}${PREFIX}/share/flyfm/templates/.source/* + ${MKDIR} ${STAGEDIR}${PREFIX}/share/flyfm/templates/.source .for f in new.docx new.pptx new.xlsx ${RLN} ${STAGEDIR}${DATADIR}/desktopeditors/converter/empty/${f} \ ${STAGEDIR}${PREFIX}/share/flyfm/templates/.source/${f} diff --git a/editors/linux-r7-office/distinfo b/editors/linux-r7-office/distinfo index 57229c573b2..7552f557eb1 100644 --- a/editors/linux-r7-office/distinfo +++ b/editors/linux-r7-office/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676999432 -SHA256 (r7-office.deb) = 2a0b8162eab6daeac762bb50f692f3496f69dc0d3a472e7f50465cde8eb45dc3 -SIZE (r7-office.deb) = 243536212 +TIMESTAMP = 1706868245 +SHA256 (r7-office-2024.1.1-373.el8.x86_64.rpm) = c91b0d51926495d39147738e04053c1144437f7876552da4227418c820fa21a2 +SIZE (r7-office-2024.1.1-373.el8.x86_64.rpm) = 365874925 diff --git a/editors/linux-r7-office/files/patch-usr_bin_r7-office-desktopeditors b/editors/linux-r7-office/files/patch-usr_bin_r7-office-desktopeditors index 75b72e5e421..29b58cf7af3 100644 --- a/editors/linux-r7-office/files/patch-usr_bin_r7-office-desktopeditors +++ b/editors/linux-r7-office/files/patch-usr_bin_r7-office-desktopeditors @@ -1,6 +1,6 @@ ---- usr/bin/r7-office-desktopeditors.orig 2022-12-11 00:52:25 UTC +--- usr/bin/r7-office-desktopeditors.orig 2023-06-30 12:57:17 UTC +++ usr/bin/r7-office-desktopeditors -@@ -73,7 +73,7 @@ check_templates() { +@@ -72,7 +72,7 @@ check_templates() { return 0 fi @@ -9,7 +9,7 @@ set_names_ru -@@ -107,8 +107,9 @@ check_templates "$@" +@@ -106,6 +106,14 @@ check_templates() { check_templates "$@" @@ -17,7 +17,12 @@ -DIR_MV=/opt/r7-office/mediaviewer +DIR=%%LOCALBASE%%/share/r7-office/desktopeditors +DIR_MV=%%LOCALBASE%%/share/r7-office/mediaviewer - export LD_LIBRARY_PATH=$DIR:$DIR/converter:$DIR_MV:$LD_LIBRARY_PATH - export VLC_PLUGIN_PATH=$DIR_MV/plugins ++ ++export LIBGL_DRI3_DISABLE=1 ++export LANG=ru_RU.UTF-8 +export LC_CTYPE=ru_RU.UTF-8 ++ ++export LD_LIBRARY_PATH=$DIR:$DIR/R7Modules:$DIR/converter:$DIR_MV:$UDEV_PATH:$LD_LIBRARY_PATH ++export VLC_PLUGIN_PATH=$DIR_MV/plugins ++ exec $DIR/DesktopEditors "$@" diff --git a/editors/linux-r7-office/files/patch-usr_bin_r7-office-imageviewer b/editors/linux-r7-office/files/patch-usr_bin_r7-office-imageviewer index 7ec1ac69fec..17da25f1b96 100644 --- a/editors/linux-r7-office/files/patch-usr_bin_r7-office-imageviewer +++ b/editors/linux-r7-office/files/patch-usr_bin_r7-office-imageviewer @@ -1,10 +1,16 @@ ---- usr/bin/r7-office-imageviewer.orig 2022-12-11 00:52:25 UTC +--- usr/bin/r7-office-imageviewer.orig 2023-06-30 12:57:17 UTC +++ usr/bin/r7-office-imageviewer -@@ -1,5 +1,6 @@ +@@ -1,4 +1,12 @@ #!/bin/sh -DIR=/opt/r7-office/mediaviewer +DIR=%%LOCALBASE%%/share/r7-office/mediaviewer - export LD_LIBRARY_PATH=$DIR:$LD_LIBRARY_PATH ++ ++export LIBGL_DRI3_DISABLE=1 ++export LANG=ru_RU.UTF-8 +export LC_CTYPE=ru_RU.UTF-8 ++ ++export LD_LIBRARY_PATH=$DIR:$DIR/R7Modules:$DIR/converter:$DIR_MV:$UDEV_PATH:$LD_LIBRARY_PATH ++export VLC_PLUGIN_PATH=$DIR_MV/plugins ++ exec $DIR/ImageViewer "$@" diff --git a/editors/linux-r7-office/files/patch-usr_bin_r7-office-videoplayer b/editors/linux-r7-office/files/patch-usr_bin_r7-office-videoplayer index 6ac537853f7..6dfdc7371b6 100644 --- a/editors/linux-r7-office/files/patch-usr_bin_r7-office-videoplayer +++ b/editors/linux-r7-office/files/patch-usr_bin_r7-office-videoplayer @@ -1,10 +1,16 @@ ---- usr/bin/r7-office-videoplayer.orig 2022-12-11 00:52:25 UTC +--- usr/bin/r7-office-videoplayer.orig 2023-06-30 12:57:17 UTC +++ usr/bin/r7-office-videoplayer -@@ -1,5 +1,6 @@ +@@ -1,4 +1,12 @@ #!/bin/sh -DIR=/opt/r7-office/mediaviewer +DIR=%%LOCALBASE%%/share/r7-office/mediaviewer - export LD_LIBRARY_PATH=$DIR:$LD_LIBRARY_PATH ++ ++export LIBGL_DRI3_DISABLE=1 ++export LANG=ru_RU.UTF-8 +export LC_CTYPE=ru_RU.UTF-8 ++ ++export LD_LIBRARY_PATH=$DIR:$DIR/R7Modules:$DIR/converter:$DIR_MV:$UDEV_PATH:$LD_LIBRARY_PATH ++export VLC_PLUGIN_PATH=$DIR_MV/plugins ++ exec $DIR/VideoPlayer "$@" diff --git a/editors/linux-r7-office/pkg-plist b/editors/linux-r7-office/pkg-plist index 1619fb54bbe..fe1056c96e6 100644 --- a/editors/linux-r7-office/pkg-plist +++ b/editors/linux-r7-office/pkg-plist @@ -5,17 +5,48 @@ bin/r7-office-videoplayer share/applications/r7-office-desktopeditors.desktop share/applications/r7-office-imageviewer.desktop share/applications/r7-office-videoplayer.desktop -%%DOCSDIR%%/changelog.Debian.gz share/flyfm/templates/.source/new.docx share/flyfm/templates/.source/new.pptx share/flyfm/templates/.source/new.xlsx -share/flyfm/templates/desktopeditors.docx.desktop -share/flyfm/templates/desktopeditors.pptx.desktop -share/flyfm/templates/desktopeditors.xlsx.desktop +@comment share/flyfm/templates/desktopeditors.docx.desktop +@comment share/flyfm/templates/desktopeditors.pptx.desktop +@comment share/flyfm/templates/desktopeditors.xlsx.desktop +share/icons/hicolor/128x128/apps/r7-office.png +share/icons/hicolor/16x16/apps/r7-office.png +share/icons/hicolor/24x24/apps/r7-office.png +share/icons/hicolor/256x256/apps/r7-office.png +share/icons/hicolor/32x32/apps/r7-office.png +share/icons/hicolor/48x48/apps/r7-office.png +share/icons/hicolor/64x64/apps/r7-office.png +share/mime/packages/onlyoffice-docxf.xml +share/mime/packages/onlyoffice-oform.xml share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/3DPARTYLICENSE %%DATADIR%%/desktopeditors/DesktopEditors %%DATADIR%%/desktopeditors/LICENSE.htm +%%DATADIR%%/desktopeditors/R7Modules/R7VoskServer +%%DATADIR%%/desktopeditors/R7Modules/libR7Core.so +%%DATADIR%%/desktopeditors/R7Modules/libR7Crypto.so +%%DATADIR%%/desktopeditors/R7Modules/libR7DocumentTemplate.so +%%DATADIR%%/desktopeditors/R7Modules/libR7LDAPClient.so +%%DATADIR%%/desktopeditors/R7Modules/libR7Vosk.so +%%DATADIR%%/desktopeditors/R7Modules/libpodofo.so +%%DATADIR%%/desktopeditors/R7Modules/libpodofo.so.0.9.8 +%%DATADIR%%/desktopeditors/R7Modules/libvosk.so +%%DATADIR%%/desktopeditors/R7Modules/model/README +%%DATADIR%%/desktopeditors/R7Modules/model/am/final.mdl +%%DATADIR%%/desktopeditors/R7Modules/model/conf/mfcc.conf +%%DATADIR%%/desktopeditors/R7Modules/model/conf/model.conf +%%DATADIR%%/desktopeditors/R7Modules/model/graph/Gr.fst +%%DATADIR%%/desktopeditors/R7Modules/model/graph/HCLr.fst +%%DATADIR%%/desktopeditors/R7Modules/model/graph/disambig_tid.int +%%DATADIR%%/desktopeditors/R7Modules/model/graph/phones/word_boundary.int +%%DATADIR%%/desktopeditors/R7Modules/model/ivector/final.dubm +%%DATADIR%%/desktopeditors/R7Modules/model/ivector/final.ie +%%DATADIR%%/desktopeditors/R7Modules/model/ivector/final.mat +%%DATADIR%%/desktopeditors/R7Modules/model/ivector/global_cmvn.stats +%%DATADIR%%/desktopeditors/R7Modules/model/ivector/online_cmvn.conf +%%DATADIR%%/desktopeditors/R7Modules/model/ivector/splice.conf %%DATADIR%%/desktopeditors/asc-de-128.png %%DATADIR%%/desktopeditors/asc-de-16.png %%DATADIR%%/desktopeditors/asc-de-24.png @@ -26,26 +57,22 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/bearer/libqconnmanbearer.so %%DATADIR%%/desktopeditors/bearer/libqgenericbearer.so %%DATADIR%%/desktopeditors/bearer/libqnmbearer.so -%%DATADIR%%/desktopeditors/cef.pak -%%DATADIR%%/desktopeditors/cef_100_percent.pak -%%DATADIR%%/desktopeditors/cef_200_percent.pak -%%DATADIR%%/desktopeditors/cef_extensions.pak %%DATADIR%%/desktopeditors/chrome-sandbox -%%DATADIR%%/desktopeditors/converter/.system/check.sh -%%DATADIR%%/desktopeditors/converter/.system/libstdc++.so.6 +%%DATADIR%%/desktopeditors/chrome_100_percent.pak +%%DATADIR%%/desktopeditors/chrome_200_percent.pak %%DATADIR%%/desktopeditors/converter/DoctRenderer.config %%DATADIR%%/desktopeditors/converter/empty/new.docx %%DATADIR%%/desktopeditors/converter/empty/new.pptx %%DATADIR%%/desktopeditors/converter/empty/new.xlsx %%DATADIR%%/desktopeditors/converter/icudtl.dat +%%DATADIR%%/desktopeditors/converter/icudtl_extra.dat %%DATADIR%%/desktopeditors/converter/libDjVuFile.so %%DATADIR%%/desktopeditors/converter/libDocxRenderer.so %%DATADIR%%/desktopeditors/converter/libEpubFile.so %%DATADIR%%/desktopeditors/converter/libFb2File.so %%DATADIR%%/desktopeditors/converter/libHtmlFile2.so %%DATADIR%%/desktopeditors/converter/libHtmlRenderer.so -%%DATADIR%%/desktopeditors/converter/libPdfReader.so -%%DATADIR%%/desktopeditors/converter/libPdfWriter.so +%%DATADIR%%/desktopeditors/converter/libPdfFile.so %%DATADIR%%/desktopeditors/converter/libUnicodeConverter.so %%DATADIR%%/desktopeditors/converter/libXpsFile.so %%DATADIR%%/desktopeditors/converter/libdoctrenderer.so @@ -54,9 +81,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/converter/libicuuc.so.58 %%DATADIR%%/desktopeditors/converter/libkernel.so %%DATADIR%%/desktopeditors/converter/libkernel_network.so -%%DATADIR%%/desktopeditors/converter/package.config %%DATADIR%%/desktopeditors/converter/x2t -%%DATADIR%%/desktopeditors/devtools_resources.pak %%DATADIR%%/desktopeditors/dictionaries/README.md %%DATADIR%%/desktopeditors/dictionaries/az_Latn_AZ/az_Latn_AZ.aff %%DATADIR%%/desktopeditors/dictionaries/az_Latn_AZ/az_Latn_AZ.dic @@ -126,6 +151,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/dictionaries/hu_HU/README_hu_HU.txt %%DATADIR%%/desktopeditors/dictionaries/hu_HU/hu_HU.aff %%DATADIR%%/desktopeditors/dictionaries/hu_HU/hu_HU.dic +%%DATADIR%%/desktopeditors/dictionaries/hu_HU/hu_HU_Hungarian.txt %%DATADIR%%/desktopeditors/dictionaries/id_ID/README_id_ID.txt %%DATADIR%%/desktopeditors/dictionaries/id_ID/id_ID.aff %%DATADIR%%/desktopeditors/dictionaries/id_ID/id_ID.dic @@ -224,29 +250,37 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/v1/plugins.css %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/v1/plugins.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/3rd-Party.txt +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/CHANGELOG.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/README.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/config.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/deploy/photoeditor.plugin %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/index.html %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/index_about.html %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/licenses/Tui.license %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/licenses/jQuery.license %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/dark/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/dark/icon.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/dark/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/dark/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/dark/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/dark/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/img/bg.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/light/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/light/icon.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/light/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/light/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/light/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/light/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/icons/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/icons/icon.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/icons/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/icons/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/icons/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/icons/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/screenshots/screen_1.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/screenshots/screen_2.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/screenshots/screen_3.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/screenshots/screen_4.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/scripts/black-theme.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/scripts/photoeditor.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/scripts/white-theme.js @@ -256,8 +290,11 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/de-DE.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/es-ES.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/fr-FR.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/ja-JA.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/langs.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/ru-RU.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/si-SI.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/zh-ZH.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/jQuery-3.4.1-min/jquery-3.4.1.min.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/svg/dark/icon-a.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/svg/dark/icon-b.svg @@ -274,36 +311,47 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/vendor/tui-color-picker.min.css %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/vendor/tui-color-picker.min.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/3rd-Party.txt +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/CHANGELOG.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/README.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/config.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/deploy/ocr.plugin %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/index.html %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/index_about.html %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/licenses/Select2.license %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/licenses/Tesseract.license %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/licenses/jQuery.license %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/dark/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/dark/icon.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/dark/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/dark/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/dark/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/dark/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/light/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/light/icon.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/light/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/light/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/light/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/light/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/icons/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/icons/icon.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/icons/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/icons/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/icons/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/icons/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/screenshots/screen_1.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/screenshots/screen_2.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/screenshots/screen_3.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/scripts/ocr.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/scripts/ocr_ie.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/cs-CS.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/de-DE.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/es-ES.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/fr-FR.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/ja-JA.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/langs.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/ru-RU.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/si-SI.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/zh-ZH.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/vendor/jQuery-2.2.2-min/jquery-v2.2.2-min.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/vendor/select2-4.0.13/LICENSE.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/vendor/select2-4.0.13/README.md @@ -338,7 +386,18 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/translations/es-ES.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/translations/fr-FR.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/translations/ru-RU.json -%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/code.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{AE117E5F-175E-4D2F-A859-63042351FBF5}/config.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{AE117E5F-175E-4D2F-A859-63042351FBF5}/index.html +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{AE117E5F-175E-4D2F-A859-63042351FBF5}/resources/img/sign_service_icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{AE117E5F-175E-4D2F-A859-63042351FBF5}/resources/img/sign_service_icon@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{AE117E5F-175E-4D2F-A859-63042351FBF5}/resources/libs/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{AE117E5F-175E-4D2F-A859-63042351FBF5}/resources/libs/icon@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{AE117E5F-175E-4D2F-A859-63042351FBF5}/resources/libs/plugins-ui.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{AE117E5F-175E-4D2F-A859-63042351FBF5}/resources/libs/plugins.css +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{AE117E5F-175E-4D2F-A859-63042351FBF5}/resources/libs/plugins.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{AE117E5F-175E-4D2F-A859-63042351FBF5}/script.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{AE117E5F-175E-4D2F-A859-63042351FBF5}/style.css +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{AE117E5F-175E-4D2F-A859-63042351FBF5}/translations/ru-RU.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/config.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/index.html %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/dark/icon.png @@ -346,14 +405,24 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/dark/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/dark/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/dark/icon@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/libs/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/libs/icon@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/libs/plugins-ui.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/libs/plugins.css +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/libs/plugins.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/light/icon.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/light/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/light/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/light/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/light/icon@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/script.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/style.css +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/translations/langs.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/translations/ru-RU.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/3rd-Party.txt %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/README.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/config.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/deploy/glavred.plugin %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/index.html %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/licenses/iscroll.license %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/dark/icon.png @@ -377,8 +446,10 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/translations/ru-RU.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/vendor/iscroll.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/3rd-Party.txt +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/CHANGELOG.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/README.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/config.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/deploy/highlightcode.plugin %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/index.html %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/licenses/Highlight.license %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/licenses/Select2.license @@ -390,29 +461,39 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/licenses/xml-formatter.license %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/css/plugin_style.css %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/dark/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/dark/icon.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/dark/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/dark/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/dark/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/dark/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/light/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/light/icon.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/light/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/light/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/light/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/light/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/icons/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/icons/icon.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/icons/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/icons/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/icons/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/icons/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/screenshots/screen_1.png -%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/scripts/code.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/screenshots/screen_2.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/screenshots/screen_3.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/screenshots/screen_4.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/scripts/highlight.js +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/scripts/highlight_ie.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/scripts/scrollable_div.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/cs-CZ.json -%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/de-De.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/de-DE.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/es-ES.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/fr-FR.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/ja-JA.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/langs.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/ru-RU.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/si-SI.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/zh-ZH.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/LICENSE %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/README.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/highlight.min.js @@ -453,8 +534,10 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/xml-formatter/LICENSE %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/xml-formatter/xml-formatter.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/3rd-Party.txt +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/CHANGELOG.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/README.md %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/config.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/deploy/macros.plugin %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/index.html %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/libs/cell/api.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/libs/slide/api.js @@ -465,28 +548,35 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/licenses/tern.license %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/css/style.css %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/dark/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/dark/icon.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/dark/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/dark/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/dark/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/dark/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/light/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/light/icon.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/light/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/light/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/light/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/light/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/icons/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/icons/icon.svg %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/icons/icon@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/icons/icon@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/icons/icon@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/icons/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/screenshots/screen_1.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/screenshots/screen_2.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/scripts/code.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/cs-CS.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/de-DE.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/es-ES.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/fr-FR.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/ja-JA.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/langs.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/ru-RU.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/si-SI.json +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/zh-ZH.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ace.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/custom/readme.txt %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/custom/worker-html.js @@ -845,6 +935,11 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/code.js %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/config.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/index.html +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/resources/store/icons/icon.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/resources/store/icons/icon@1.25x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/resources/store/icons/icon@1.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/resources/store/icons/icon@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/resources/store/icons/icon@2x.png %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/translations/de-DE.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/translations/es-ES.json %%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/translations/fr-FR.json @@ -876,11 +971,11 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc_active@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc_active@1.75x.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc_active@2x.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eraser.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eraser.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eraser.svg -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eraser_2x.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eraser_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eyedropper.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eyedropper.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eyedropper.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eyedropper_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eyedropper_2x.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grab.cur %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grab.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grab.svg @@ -891,61 +986,72 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing.svg %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing_2x.cur %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing_2x.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker_format.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker_format.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker_format.svg -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker_format_2x.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker_format_2x.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_horizontally.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_horizontally.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_horizontally.svg -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_horizontally_2x.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_horizontally_2x.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_vertically.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_vertically.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_vertically.svg -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_vertically_2x.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_vertically_2x.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/pen.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/pen.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/pen.svg -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/pen_2x.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/pen_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker-format.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker-format.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker-format.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker-format_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker-format_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move-border-horizontally.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move-border-horizontally.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move-border-horizontally.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move-border-horizontally_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move-border-horizontally_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move-border-vertically.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move-border-vertically.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move-border-vertically.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move-border-vertically_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move-border-vertically_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus-copy.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus-copy.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus-copy.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus-copy_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus-copy_2x.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus.cur %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus.svg %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_2x.cur %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_2x.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_copy.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_copy.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_copy.svg -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_copy_2x.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_copy_2x.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_cell.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_cell.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_cell.svg -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_cell_2x.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_cell_2x.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_column.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_column.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_column.svg -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_column_2x.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_column_2x.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_row.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_row.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_row.svg -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_row_2x.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_row_2x.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_table.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_table.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_table.svg -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_table_2x.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_table_2x.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text_copy.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text_copy.png -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text_copy.svg -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text_copy_2x.cur -%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text_copy_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-cell.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-cell.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-cell.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-cell_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-cell_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-column.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-column.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-column.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-column_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-column_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-content.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-content.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-content.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-content_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-content_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-row.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-row.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-row.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-row_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select-table-row_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/shape-copy.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/shape-copy.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/shape-copy.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/shape-copy_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/shape-copy_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/svg.json +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/table-eraser.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/table-eraser.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/table-eraser.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/table-eraser_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/table-eraser_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/table-pen.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/table-pen.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/table-pen.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/table-pen_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/table-pen_2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text-copy.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text-copy.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text-copy.svg +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text-copy_2x.cur +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text-copy_2x.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/icons/anchor.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/icons/anchor@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/icons/anchor@1.5x.png @@ -1024,10 +1130,17 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@2.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@3.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@3x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@4.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@4x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/Native/jquery_native.js %%DATADIR%%/desktopeditors/editors/sdkjs/common/Native/native.js %%DATADIR%%/desktopeditors/editors/sdkjs/common/Native/native_graphics.js +%%DATADIR%%/desktopeditors/editors/sdkjs/common/SmartArts/SmartArts.bin %%DATADIR%%/desktopeditors/editors/sdkjs/common/hash/hash/engine.js %%DATADIR%%/desktopeditors/editors/sdkjs/common/hash/hash/engine.wasm %%DATADIR%%/desktopeditors/editors/sdkjs/common/hash/hash/engine_ie.js @@ -1042,10 +1155,11 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs/common/zlib/engine/zlib.js %%DATADIR%%/desktopeditors/editors/sdkjs/common/zlib/engine/zlib.wasm %%DATADIR%%/desktopeditors/editors/sdkjs/common/zlib/engine/zlib_ie.js +%%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/cmap.bin %%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/drawingfile.js -%%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/drawingfile.js.mem %%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/drawingfile.wasm %%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/drawingfile_ie.js +%%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/viewer.js %%DATADIR%%/desktopeditors/editors/sdkjs/slide/sdk-all-min.js %%DATADIR%%/desktopeditors/editors/sdkjs/slide/sdk-all.js %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/src/01_blank.pptx @@ -1064,25 +1178,49 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@2.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@3.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@3x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@4.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@4x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/theme.bin %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@2.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@3.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@3x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@4.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@4x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/theme.bin %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@2.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@3.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@3x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@4.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@4x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/theme.bin %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@2.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@3.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@3x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@4.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@4x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/media/image1.jpg %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/media/image2.jpg %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/media/image3.png @@ -1092,20 +1230,38 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@2.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@3.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@3x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@4.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@4x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/theme.bin %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@2.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@3.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@3x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@4.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@4x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/media/image1.jpg %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/theme.bin %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@2.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@3.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@3x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@4.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@4x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/media/image1.jpg %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/media/image2.jpg %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/theme.bin @@ -1113,13 +1269,25 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@2.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@3.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@3x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@4.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@4x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/theme.bin %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@2.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@3.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@3x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@4.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@4x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/media/image1.jpg %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/media/image2.jpg %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/media/image3.jpg @@ -1128,13 +1296,25 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@2.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@3.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@3x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@4.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@4x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/theme.bin %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@1.25x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@1.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@1.75x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@2.5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@2x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@3.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@3x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@4.5x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@4x.png +%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@5x.png %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/themes.js %%DATADIR%%/desktopeditors/editors/sdkjs/word/sdk-all-min.js %%DATADIR%%/desktopeditors/editors/sdkjs/word/sdk-all.js @@ -1145,6 +1325,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/api/documents/resources/templates/letter.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/api/documents/resources/templates/list.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/api/documents/resources/templates/plan.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/api/wopi/convert-and-edit-wopi.ejs %%DATADIR%%/desktopeditors/editors/web-apps/apps/api/wopi/editor-wopi.ejs %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/embed/resources/img/logo.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/alphabetletters/alphabetletters.json @@ -1172,6 +1353,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/numberformat.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/ole_table.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/palette_custom.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/right_chart_3d.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/selectdata.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/setpassword.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/download.html @@ -1198,6 +1380,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/numberformat.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/ole_table.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/palette_custom.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/right_chart_3d.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/selectdata.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/setpassword.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/es/images/3dchart.png @@ -1228,6 +1411,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/numberformat.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/ole_table.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/palette_custom.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/right_chart_3d.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/selectdata.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/setpassword.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/images/symbols.css @@ -1260,15 +1444,12 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/numberformat.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/ole_table.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/palette_custom.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/right_chart_3d.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/selectdata.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/setpassword.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/about/logo-white_s.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/about/logo_s.svg -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/combo-border-size/BorderSize.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/combo-border-size/BorderSize@1.25x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/combo-border-size/BorderSize@1.5x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/combo-border-size/BorderSize@1.75x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/combo-border-size/BorderSize@2x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/combo-border-size/BorderSize.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/Scroll_center.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/Scroll_center@1.25x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/Scroll_center@1.5x.png @@ -1283,16 +1464,6 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/flags@1.5x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/flags@2x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/warnings_s.svg -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-highlighted.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-highlighted@1.25x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-highlighted@1.5x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-highlighted@1.75x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-highlighted@2x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-unhighlighted.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-unhighlighted@1.25x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-unhighlighted@1.5x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-unhighlighted@1.75x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-unhighlighted@2x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/blank.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/csv.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/djvu.svg @@ -1340,6 +1511,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/Begin-EndStyle.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/Begin-EndStyle@1.5x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/Begin-EndStyle@2x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/arrows.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/gradients.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/gradients@1.25x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/gradients@1.5x.png @@ -1353,10 +1525,216 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/rowscols_icon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/rowscols_icon@1.5x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/rowscols_icon@2x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-audio.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-big-text-vertical.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-big-text.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-colorschemas.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-compare.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-datetime.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-day.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-editheader.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-eraser.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-highlighter-tool.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-ic-chat.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-ic-coedit.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-ic-history.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-ic-protect.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-ic-sharing.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-ic-signature.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-img-align.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-img-bkwd.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-img-frwd.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-img-group.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-insertchart.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-insertequation.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-inserthyperlink.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-insertimage.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-insertshape.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-inserttable.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-menu-comments.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-menu-navigation.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-more.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-night.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-pagemargins.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-pageorient.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-pagesize.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-pen-tool.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-rem-comment.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-resolve-all.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-select.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-sheet-view.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-smart-art.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-symbol.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-textart.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-update.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/big/btn-video.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-add-breakpoint.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-addcell.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-advanced-ratio.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-bottom.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-center.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-just.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-left.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-middle.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-right.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-align-top.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-arrange-back.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-arrange-backward.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-arrange-forward.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-arrange-front.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-arrow-down.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-arrow-up.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-autocorrect.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-bold(ru).svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-bold.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-all.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-bottom.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-diagdown.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-diagup.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-inside.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-insidehor.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-insidevert.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-left.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-no.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-out.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-right.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-border-top.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-cc-remove.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-change-case.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-clearstyle.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-close.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-collapse-all.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-colorschemas.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-columns-one.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-columns-three.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-columns-two.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-copy.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-copystyle.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-cut.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-decfont.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-decoffset.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-delcell.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-demote.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-download.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-edit.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-embed .svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-equation.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-expand-all.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-eyedropper.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-favorite.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-firstitem.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-flip-hor.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-flip-vert.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-fontcolor.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-goback.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-hide-password.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-highlight.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-home.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-doclang.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-docspell(ru).svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-docspell.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-options.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-review.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-zoomtopage.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-ic-zoomtowidth.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-in-favorite.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-incfont.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-incoffset.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-inserthyperlink.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-italic(ru).svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-italic.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-lastitem.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-latex.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-linear-equation.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-linespace.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-about.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-chart.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-chat.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-comments.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-image.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-navigation.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-search.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-shape.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-signature.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-support.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-table.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-menu-textart.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-merge-cells.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-more-vertical.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-nextitem.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-numbering-rtl.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-numbering.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-page-landscape.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-page-portrait.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-paracolor.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-paragraph.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-paste.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-previtem.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-print-preview.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-print.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-professional-equation.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-promote.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-quick-print.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-redo.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-remove-breakpoint.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rotate-270.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rotate-90.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rotate-down.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rotate-up.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rotate-y-clockwise.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rotate-y-counterclockwise.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-rows-and-columns.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-save-coauth.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-save.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-select-all.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-select-range.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-select.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-setmarkers-rtl.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-setmarkers.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-settings.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-align-bottom.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-align-center.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-align-left.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-align-middle.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-align-right.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-align-top.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-distribute-hor.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-distribute-vert.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-group.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-shape-ungroup.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-share.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-sheet-view.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-cycle.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-hierarchy.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-list.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-matrix.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-process.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-pyramid.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-smart-relationship.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-sorting.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-strikeout(ru).svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-strikeout.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-subscript.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-superscript.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-text-orient-hor.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-text-orient-rdown.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-text-orient-rup.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-text-vertical.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-text.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-underline(ru).svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-underline.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-undo.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-unicode.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-user.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-users-share.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-users.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-zoomdown.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/2.5x/btn-zoomup.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/bullets-and-numbering.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/bullets-and-numbering@1.5x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/bullets-and-numbering@2x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/charttypes.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/equationicons.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/math.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/math@1.25x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/math@1.5x.png @@ -1395,6 +1773,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/pt.json %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/ro.json %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/ru.json +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/si.json %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/sk.json %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/sl.json %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/sv.json @@ -1434,6 +1813,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/LayoutTab.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/ProtectionTab.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/ReferencesTab.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/ReviewTab.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/ViewTab.htm @@ -1472,6 +1852,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertImages.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertLineNumbers.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertPageNumbers.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertSmartArt.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertSymbols.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertTables.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertTextObjects.htm @@ -1621,6 +2002,8 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/copystyle.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/copystyle_selected.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/createnewstylewindow.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/credit_card_settings.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/credit_card_tip.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/cross_refference_icon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/cross_refference_window.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/customcolumns.png @@ -1628,6 +2011,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/custompagesize.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/customstylemenu.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/customtable.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/cut.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/darkmode_oform.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/date_time.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/date_time_icon.png @@ -1654,6 +2038,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropdown_list_icon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropdown_list_opened.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropdown_list_settings.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/edit_role.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/editcommenticon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/editedequation.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/editedequation2.png @@ -1666,6 +2051,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/endnotesadded.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/endnotetext.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/equationplaceholder.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/equationtoolbar.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/eraser_tool.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/expand.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fastmode.png @@ -1765,6 +2151,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/layouttab.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/leftpart.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/pluginstab.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/protectiontab.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/referencestab.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/reviewtab.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/rightpart.png @@ -1784,6 +2171,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/mailmerge_options.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/mailmergeicon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/mailmergerecipients.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/managing_roles.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/margins.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/mergefields.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/mergeto.png @@ -1802,7 +2190,6 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/newequation.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/newslot.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/next_field_icon.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/next_formfilling.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/nextfootnote.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/nextpage.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/noborders.png @@ -1812,6 +2199,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/numberformat.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/numbering.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/oform.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/ole_table.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/onecolumn.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/orderedlistsettings.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/orientation.png @@ -1845,6 +2233,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/previouspage.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/print.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/proofing.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/protectdocument.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/radio_button_checked.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/radio_button_icon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/radio_button_inserted.png @@ -1896,6 +2285,8 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/save.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/saveupdate.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/savewhilecoediting.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/search_advanced.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/search_icon_header.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/search_options.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/search_replace_window.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/search_window.png @@ -1904,6 +2295,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/searchicon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/searchupbutton.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sectionbreak.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/selectall.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/selectcellpointer.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/selectcolumnpointer.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/selectdata.png @@ -1927,6 +2319,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/smaller.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/smartart_rightclick.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/smartart_rightclick2.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/smartart_settings.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/soft.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sortandfilter.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sortatoz.png @@ -2484,8 +2877,10 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/view_form_active.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/view_form_active2.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/view_form_icon.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/view_form_role.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/viewsettings_darkmode.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/viewsettingsicon.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/visible_area.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/watermark.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/watermark_settings.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/watermark_settings2.png @@ -2506,6 +2901,8 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_topandbottom.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_topandbottom_toptoolbar.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/yellowdiamond.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/zip_code_settings.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/zip_code_tip.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/zoomadjusting.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/zoomin.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/zoomout.png @@ -2524,25 +2921,147 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/blank.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/favicon.ico %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/file-template.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/form-points.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/formats.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/formats@1.25x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/formats@1.5x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/formats@1.75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/formats@2x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/header/dark-logo_s.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/header/header-logo_s.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconsbig.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconsbig@1.25x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconsbig@1.5x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconsbig@1.75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconsbig@2.5x.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconsbig@2x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconshuge.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconshuge@1.25x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconshuge@1.5x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconshuge@1.75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconshuge@2.5x.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconshuge@2x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconssmall.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconssmall@1.25x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconssmall@1.5x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconssmall@1.75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconssmall@2.5x.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconssmall@2x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/logo.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/recent-file.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/sprite_1_75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-blankpage.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-bookmarks.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-all.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-inner-only.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-none.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-outer-only.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-all.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-none-all.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-none-inner.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-none-outer.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-none.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-outer-inner.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-outer-none.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-borders-twin-outer-outer.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-caption.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-checkbox.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-columns.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-combine.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-combo-box.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-complex-field.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-contents.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-controls.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-credit-card.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-cross-reference.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-dark-mode.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-dropcap.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-dropdown.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-email.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-fixed-field.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-ic-review.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-ic-reviewview.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-img-wrap.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-line-numbering.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-notes.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-pagebreak.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-all.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-bottom.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-inner.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-left.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-none.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-outer.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-right.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-paragraph-borders-top.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-phone.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-radio-button.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-restrict-editing.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-review-deny.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-review-next.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-review-prev.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-review-save.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-text-field.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-watermark.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/btn-zip-code.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/clear-style.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/next-field.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/previous-field.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/save-form.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/big/submit-form.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-add-text.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-cc-plaintext.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-cc-richtext.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-columns-left.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-columns-right.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-contents.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-distribute-columns.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-distribute-rows.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-dropcap-inmargin.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-dropcap-intext.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-field.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-fixed-field.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-hand-tool.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-lock.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-mailmerge.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-menu-header.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-menu-thumbs.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-multilevels-rtl.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-multilevels.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-select-tool.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-table-to-text.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-thumbnail-big.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-thumbnail-small.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-to-columns.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-update.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/btn-word-count.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-drop-margin.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-drop-none.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-drop-text.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-none.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-page-number-bottom-center.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-page-number-bottom-left.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-page-number-bottom-right.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-page-number-top-center.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-page-number-top-left.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-page-number-top-right.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-table-align-center.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-table-align-left.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-table-align-right.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-table-flow.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-behind.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-infront.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-inline.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-square.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-through.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-tight.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/huge/btn-wrap-topbottom.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/wrap-behind.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/wrap-infront.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/wrap-inline.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/wrap-square.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/wrap-through.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/wrap-tight.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/2.5x/wrap-topandbottom.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/contents.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/contents@2x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/text_styles.png @@ -2591,6 +3110,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertHeadersFooters.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertImages.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertSmartArt.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertSymbols.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertTables.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertText.htm @@ -2703,6 +3223,8 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/copypastewindow.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/copystyle.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/copystyle_selected.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/custom_path.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/cut.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/date_time_icon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/date_time_settings.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/decreasedec.png @@ -2714,11 +3236,13 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/distributevertically.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/document_language.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/document_language_window.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/edit_points.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/editcommenticon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/editpoints_example.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/editpoints_rightclick.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/editseries.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/equationplaceholder.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/equationtoolbar.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/exitfullscreen.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/favorites_icon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/feedback.png @@ -2797,6 +3321,8 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/viewtab.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/italic.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/justify.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/keytips1.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/keytips2.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/larger.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/leftindent.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/linespacing.png @@ -2815,6 +3341,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/nofill.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/numberformat.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/numbering.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/ole_table.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/orderedlistsettings.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/orientation.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/outline.png @@ -2867,6 +3394,8 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/save.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/saveupdate.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/savewhilecoediting.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/search_advanced.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/search_icon_header.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/search_options.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/search_replace_window.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/search_window.png @@ -2874,6 +3403,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/searchdownbutton.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/searchicon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/searchupbutton.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/selectall.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/selectdata.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/selectedequation.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/selectslidesizeicon.png @@ -2899,6 +3429,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/smaller.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/smartart_rightclick.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/smartart_rightclick2.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/smartart_settings.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/soft.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/sortcomments.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/sortcommentsicon.png @@ -3431,6 +3962,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/versionhistoryicon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/verticalalign.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/viewsettingsicon.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/visible_area.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/yellowdiamond.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/zoomin.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/zoomout.png @@ -3448,19 +3980,123 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/about/logo_s.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/favicon.ico %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/file-template.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/formats.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/formats@1.25x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/formats@1.5x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/formats@1.75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/formats@2x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/header/dark-logo_s.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/header/header-logo_s.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconsbig.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconsbig@1.25x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconsbig@1.5x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconsbig@1.75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconsbig@2.5x.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconsbig@2x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconshuge@2.5x.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconssmall.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconssmall@1.25x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconssmall@1.5x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconssmall@1.75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconssmall@2.5x.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconssmall@2x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/recent-file.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/sprite_1_75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-bold-flash.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-bold-reveal.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-brush-color.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-color-pulse.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-complementary-color.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-custom.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-darken.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-desaturate.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-fill-color.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-font-color.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-grow-or-shrink.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-lighten.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-line-color.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-object-color.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-pulse.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-spin.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-teeter.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-transparency.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-underline.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-emphasis-wave.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-appear.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-bounce.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-custom.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-fade.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-float-in.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-fly-in.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-grow-turn.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-random-bars.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-shape.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-split.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-swivel.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-wheel.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-wipe.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-entrance-zoom.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-bounce.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-custom.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-disappear.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-fade.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-float-out.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-fly-out.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-random-bars.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-shape.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-shrink-turn.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-split.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-swivel.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-wheel.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-wipe.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-exit-zoom.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-arcs.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-custom-path.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-custom.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-lines.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-loops.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-shapes.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-motion-paths-turns.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-multiple.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-none.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/animation-preview-stop.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-add-animation.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-addslide.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-animation-parameters.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-animation-preview-start.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-gridlines.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-guides.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-pagenum.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-clock.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-cover.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-fade.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-none.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-push.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-split.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-uncover.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-wipe.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/big/btn-transition-zoom.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-animation-delay.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-animation-duration.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-animation-repeat.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-changeslide.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-fullscreen.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-horizontal-guide.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-ic-zoomtoslide.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-menu-slide.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-menu-thumbs.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-play.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-presenter-view.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-preview-exit-fullscreen.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-preview-pause.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-preview-start.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-preview-transitions.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-preview.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-slidesize.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-transition-apply-all.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/btn-trigger.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/huge/emptyicon.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/2.5x/vertical-guide.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/AutoColor.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/NoFill.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/NoFill@2x.png @@ -3497,6 +4133,8 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/fr_desc.json %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/hu.json %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/hu_desc.json +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/hy.json +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/hy_desc.json %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/id.json %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/id_desc.json %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/it.json @@ -3600,6 +4238,8 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-test.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/chitest.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/choose.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/choosecols.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/chooserows.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/clean.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/code.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/column.htm @@ -3663,6 +4303,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollarde.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollarfr.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dproduct.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/drop.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dstdev.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dstdevp.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dsum.htm @@ -3733,6 +4374,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2oct.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hlookup.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hour.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hstack.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hyperlink.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hypgeom-dist.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hypgeomdist.htm @@ -3955,6 +4597,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-test.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/t.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/take.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tan.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tanh.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbilleq.htm @@ -3962,11 +4605,16 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbillyield.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tdist.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/text.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/textafter.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/textbefore.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/textjoin.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/textsplit.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/time.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/timevalue.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tinv.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tocol.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/today.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/torow.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/transpose.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/trend.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/trim.htm @@ -3988,12 +4636,15 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/varpa.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/vdb.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/vlookup.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/vstack.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/weekday.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/weeknum.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/weibull-dist.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/weibull.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/workday-intl.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/workday.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/wrapcols.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/wraprows.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/xirr.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/xlookup.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/xnpv.htm @@ -4051,6 +4702,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertFunction.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertHeadersFooters.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertImages.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertSmartArt.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertSparklines.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertSymbols.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertTextObjects.htm @@ -4074,6 +4726,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/UndoRedo.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/UseNamedRanges.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ViewDocInfo.htm +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/WatchWindow.htm %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/callback.js %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/editor.css %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/3dchart.png @@ -4367,6 +5020,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/customsortwindow.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/customsortwindow2.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/customtable.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cut.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/databars_diagrams.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dataimport_advanced.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dataval_erroralert.png @@ -4447,6 +5101,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/encrypted.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/eomonth.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/equationplaceholder.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/equationtoolbar.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/erf-precise.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/erf.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/erfc-precise.png @@ -4479,6 +5134,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/filterbycolor.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/filterwindow.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/find.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/find_small.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/finv.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/firstlevel.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/firstlevelicon.png @@ -4957,6 +5613,8 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/scaletofit.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/scaletofitlayout.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/search.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/search_advanced.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/search_icon_header.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/search_options.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/search_replace_window.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/search_window.png @@ -4971,6 +5629,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/secondlevel.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/secondlevelicon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sectionbreak.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/select_all.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selectall.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selectcolumn.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selectcolumn_cursor.png @@ -5029,6 +5688,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/smaller.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/smartart_rightclick.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/smartart_rightclick2.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/smartart_settings.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/soft.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sort.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sortandfilter.png @@ -5596,8 +6256,10 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textadvancedsettings1.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textadvancedsettings2.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textadvancedsettings3.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textafter.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textart_settings_icon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textart_transformation.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textbefore.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textbox_boxselected.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textbox_textselected.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textimport.png @@ -5605,6 +6267,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textjoin.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textsettings.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textsettingstab.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textsplit.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/thirdlevel.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/thirdlevelicon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/time.png @@ -5653,6 +6316,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/verticaltext.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/viewsettingsicon.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/vlookup.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/watchwindow.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/weekday.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/weeknum.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/weibull-dist.png @@ -5690,24 +6354,104 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/cf-icons.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/favicon.ico %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/file-template.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/formats.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/formats@1.25x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/formats@1.5x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/formats@1.75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/formats@2x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/header/dark-logo_s.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/header/header-logo_s.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig@1.25x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig@1.5x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig@1.75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig@2.5x.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig@2x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconshuge@2.5x.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@1.25x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@1.5x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@1.75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@2.5x.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@2x.png %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/recent-file.svg -%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize@1.25x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize@1.5x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize@1.75x.png -%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize@2x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/sprite_1_75x.png +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-allow-edit-ranges.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-autosum.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-blank-rows.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-calculation.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-cell-group.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-cell-ungroup.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-columns.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-custom-sort.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-data-validation.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-edit-links.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-finance.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-freeze-panes.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-func-math.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-func-text.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-grand-totals.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-import-data.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-ins-formula.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-insert-blank-line-after-each-item.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-logic.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-lookup.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-named-range.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-normal-view.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-page-break-preview.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-pivot-layout.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-pivot-sum.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-print-area.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-print-titles.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-protect-range.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-protect-sheet.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-protect-workbook.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-recent.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-remove-blank-line-after-each-item.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-remove-duplicates.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-repeat-all-item-labels.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-scale.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-select-pivot.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-slicer.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-sparkline.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-subtotals.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-to-columns.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/big/btn-watch-window.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-autocorrect.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-autofilter.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-border-style.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-clear-filter.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-cond-format.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-convert-to-range.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-currency-style.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-decdecimal.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-formula.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-function.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-incdecimal.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-menu-cell.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-merge-across.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-merge-and-center.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-named-range.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-percent-style.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-pivot-sum.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-remove-duplicates.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-resize-table.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sheet-list.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sheet-view-close.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sheet-view-new.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-slicer.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sort-down(ru).svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sort-down.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sort-up(ru).svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-sort-up.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-switch-row-column.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-text-orient-ccw.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-text-orient-cw.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-text-orient-vertical.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-unmerge-cells.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/btn-wrap.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/2.5x/huge/emptyicon.svg +%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize.svg %%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/symboltable/ru.json %%DATADIR%%/desktopeditors/editors/web-apps/vendor/bootstrap/dist/css/bootstrap.min.css %%DATADIR%%/desktopeditors/editors/web-apps/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.eot @@ -5723,7 +6467,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/editors/web-apps/vendor/jquery/jquery.min.js %%DATADIR%%/desktopeditors/editors/web-apps/vendor/megapixel/megapix-image-min.js %%DATADIR%%/desktopeditors/editors/web-apps/vendor/requirejs/require.js -%%DATADIR%%/desktopeditors/editors/web-apps/vendor/sockjs/sockjs.min.js +%%DATADIR%%/desktopeditors/editors/web-apps/vendor/socketio/socket.io.min.js %%DATADIR%%/desktopeditors/editors/web-apps/vendor/underscore/underscore-min.js %%DATADIR%%/desktopeditors/editors/web-apps/vendor/xregexp/xregexp-all-min.js %%DATADIR%%/desktopeditors/editors_helper @@ -5868,21 +6612,25 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/libQt5OpenGL.so.5 %%DATADIR%%/desktopeditors/libQt5PrintSupport.so.5 %%DATADIR%%/desktopeditors/libQt5Svg.so.5 +%%DATADIR%%/desktopeditors/libQt5WebSockets.so.5 %%DATADIR%%/desktopeditors/libQt5Widgets.so.5 %%DATADIR%%/desktopeditors/libQt5X11Extras.so.5 %%DATADIR%%/desktopeditors/libQt5XcbQpa.so.5 %%DATADIR%%/desktopeditors/libascdocumentscore.so %%DATADIR%%/desktopeditors/libcef.so %%DATADIR%%/desktopeditors/libhunspell.so +%%DATADIR%%/desktopeditors/libicudata.a %%DATADIR%%/desktopeditors/libicudata.so -%%DATADIR%%/desktopeditors/libicudata.so.52 -%%DATADIR%%/desktopeditors/libicudata.so.52.1 +%%DATADIR%%/desktopeditors/libicudata.so.55 +%%DATADIR%%/desktopeditors/libicudata.so.55.1 +%%DATADIR%%/desktopeditors/libicui18n.a %%DATADIR%%/desktopeditors/libicui18n.so -%%DATADIR%%/desktopeditors/libicui18n.so.52 -%%DATADIR%%/desktopeditors/libicui18n.so.52.1 +%%DATADIR%%/desktopeditors/libicui18n.so.55 +%%DATADIR%%/desktopeditors/libicui18n.so.55.1 +%%DATADIR%%/desktopeditors/libicuuc.a %%DATADIR%%/desktopeditors/libicuuc.so -%%DATADIR%%/desktopeditors/libicuuc.so.52 -%%DATADIR%%/desktopeditors/libicuuc.so.52.1 +%%DATADIR%%/desktopeditors/libicuuc.so.55 +%%DATADIR%%/desktopeditors/libicuuc.so.55.1 %%DATADIR%%/desktopeditors/libooxmlsignature.so %%DATADIR%%/desktopeditors/libqgsttools_p.so %%DATADIR%%/desktopeditors/libqgsttools_p.so.1 @@ -5890,6 +6638,9 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/libqgsttools_p.so.1.0.0 %%DATADIR%%/desktopeditors/libqtascdocumentscore.so %%DATADIR%%/desktopeditors/libvideoplayer.so +%%DATADIR%%/desktopeditors/libvk_swiftshader.so +%%DATADIR%%/desktopeditors/libvulkan.so.1 +%%DATADIR%%/desktopeditors/locales/af.pak %%DATADIR%%/desktopeditors/locales/am.pak %%DATADIR%%/desktopeditors/locales/ar.pak %%DATADIR%%/desktopeditors/locales/bg.pak @@ -5940,6 +6691,7 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/locales/th.pak %%DATADIR%%/desktopeditors/locales/tr.pak %%DATADIR%%/desktopeditors/locales/uk.pak +%%DATADIR%%/desktopeditors/locales/ur.pak %%DATADIR%%/desktopeditors/locales/vi.pak %%DATADIR%%/desktopeditors/locales/zh-CN.pak %%DATADIR%%/desktopeditors/locales/zh-TW.pak @@ -5949,27 +6701,38 @@ share/pixmaps/r7-office.png %%DATADIR%%/desktopeditors/mediaservice/libgstmediaplayer.so %%DATADIR%%/desktopeditors/mimetypes/onlyoffice-docxf.xml %%DATADIR%%/desktopeditors/mimetypes/onlyoffice-oform.xml -%%DATADIR%%/desktopeditors/natives_blob.bin %%DATADIR%%/desktopeditors/platforminputcontexts/libcomposeplatforminputcontextplugin.so %%DATADIR%%/desktopeditors/platforminputcontexts/libibusplatforminputcontextplugin.so %%DATADIR%%/desktopeditors/platforminputcontexts/libqtvirtualkeyboardplugin.so +%%DATADIR%%/desktopeditors/platforms/libqeglfs.so %%DATADIR%%/desktopeditors/platforms/libqlinuxfb.so %%DATADIR%%/desktopeditors/platforms/libqminimal.so +%%DATADIR%%/desktopeditors/platforms/libqminimalegl.so %%DATADIR%%/desktopeditors/platforms/libqoffscreen.so %%DATADIR%%/desktopeditors/platforms/libqvnc.so +%%DATADIR%%/desktopeditors/platforms/libqwayland-egl.so +%%DATADIR%%/desktopeditors/platforms/libqwayland-generic.so +%%DATADIR%%/desktopeditors/platforms/libqwayland-xcomposite-egl.so +%%DATADIR%%/desktopeditors/platforms/libqwayland-xcomposite-glx.so %%DATADIR%%/desktopeditors/platforms/libqxcb.so %%DATADIR%%/desktopeditors/platformthemes/libqgtk3.so %%DATADIR%%/desktopeditors/playlistformats/libqtmultimedia_m3u.so %%DATADIR%%/desktopeditors/printsupport/libcupsprintersupport.so +%%DATADIR%%/desktopeditors/providers/r7disk/assets/buttonlogo.svg +%%DATADIR%%/desktopeditors/providers/r7disk/assets/buttonlogo_dark.svg +%%DATADIR%%/desktopeditors/providers/r7disk/assets/listicon.svg +%%DATADIR%%/desktopeditors/providers/r7disk/assets/listicon_dark.svg +%%DATADIR%%/desktopeditors/providers/r7disk/config.json %%DATADIR%%/desktopeditors/providers/r7office/assets/buttonlogo.svg %%DATADIR%%/desktopeditors/providers/r7office/assets/buttonlogo_dark.svg %%DATADIR%%/desktopeditors/providers/r7office/assets/listicon.svg %%DATADIR%%/desktopeditors/providers/r7office/assets/listicon_dark.svg %%DATADIR%%/desktopeditors/providers/r7office/config.json +%%DATADIR%%/desktopeditors/resources.pak %%DATADIR%%/desktopeditors/snapshot_blob.bin -%%DATADIR%%/desktopeditors/swiftshader/libEGL.so -%%DATADIR%%/desktopeditors/swiftshader/libGLESv2.so %%DATADIR%%/desktopeditors/v8_context_snapshot.bin +%%DATADIR%%/desktopeditors/vk_swiftshader_icd.json +%%DATADIR%%/desktopeditors/xcbglintegrations/libqxcb-egl-integration.so %%DATADIR%%/desktopeditors/xcbglintegrations/libqxcb-glx-integration.so %%DATADIR%%/mediaviewer/ImageViewer %%DATADIR%%/mediaviewer/VideoPlayer @@ -6000,16 +6763,20 @@ share/pixmaps/r7-office.png %%DATADIR%%/mediaviewer/libQt5X11Extras.so.5 %%DATADIR%%/mediaviewer/libQt5XcbQpa.so.5 %%DATADIR%%/mediaviewer/libUnicodeConverter.so +%%DATADIR%%/mediaviewer/libgraphics.so +%%DATADIR%%/mediaviewer/libicudata.a %%DATADIR%%/mediaviewer/libicudata.so -%%DATADIR%%/mediaviewer/libicudata.so.52 -%%DATADIR%%/mediaviewer/libicudata.so.52.1 +%%DATADIR%%/mediaviewer/libicudata.so.55 +%%DATADIR%%/mediaviewer/libicudata.so.55.1 %%DATADIR%%/mediaviewer/libicudata.so.58 +%%DATADIR%%/mediaviewer/libicui18n.a %%DATADIR%%/mediaviewer/libicui18n.so -%%DATADIR%%/mediaviewer/libicui18n.so.52 -%%DATADIR%%/mediaviewer/libicui18n.so.52.1 +%%DATADIR%%/mediaviewer/libicui18n.so.55 +%%DATADIR%%/mediaviewer/libicui18n.so.55.1 +%%DATADIR%%/mediaviewer/libicuuc.a %%DATADIR%%/mediaviewer/libicuuc.so -%%DATADIR%%/mediaviewer/libicuuc.so.52 -%%DATADIR%%/mediaviewer/libicuuc.so.52.1 +%%DATADIR%%/mediaviewer/libicuuc.so.55 +%%DATADIR%%/mediaviewer/libicuuc.so.55.1 %%DATADIR%%/mediaviewer/libicuuc.so.58 %%DATADIR%%/mediaviewer/libkernel.so %%DATADIR%%/mediaviewer/libqgsttools_p.so @@ -6025,14 +6792,21 @@ share/pixmaps/r7-office.png %%DATADIR%%/mediaviewer/platforminputcontexts/libcomposeplatforminputcontextplugin.so %%DATADIR%%/mediaviewer/platforminputcontexts/libibusplatforminputcontextplugin.so %%DATADIR%%/mediaviewer/platforminputcontexts/libqtvirtualkeyboardplugin.so +%%DATADIR%%/mediaviewer/platforms/libqeglfs.so %%DATADIR%%/mediaviewer/platforms/libqlinuxfb.so %%DATADIR%%/mediaviewer/platforms/libqminimal.so +%%DATADIR%%/mediaviewer/platforms/libqminimalegl.so %%DATADIR%%/mediaviewer/platforms/libqoffscreen.so %%DATADIR%%/mediaviewer/platforms/libqvnc.so +%%DATADIR%%/mediaviewer/platforms/libqwayland-egl.so +%%DATADIR%%/mediaviewer/platforms/libqwayland-generic.so +%%DATADIR%%/mediaviewer/platforms/libqwayland-xcomposite-egl.so +%%DATADIR%%/mediaviewer/platforms/libqwayland-xcomposite-glx.so %%DATADIR%%/mediaviewer/platforms/libqxcb.so %%DATADIR%%/mediaviewer/platformthemes/libqgtk3.so %%DATADIR%%/mediaviewer/playlistformats/libqtmultimedia_m3u.so %%DATADIR%%/mediaviewer/printsupport/libcupsprintersupport.so +%%DATADIR%%/mediaviewer/xcbglintegrations/libqxcb-egl-integration.so %%DATADIR%%/mediaviewer/xcbglintegrations/libqxcb-glx-integration.so @dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/media @dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/media diff --git a/editors/micro/Makefile b/editors/micro/Makefile index a813c05f303..c725034dc19 100644 --- a/editors/micro/Makefile +++ b/editors/micro/Makefile @@ -1,7 +1,7 @@ PORTNAME= micro DISTVERSIONPREFIX= v DISTVERSION= 2.0.13 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org diff --git a/editors/neovim-gtk/Makefile b/editors/neovim-gtk/Makefile index 43cac1807b1..84bf6611525 100644 --- a/editors/neovim-gtk/Makefile +++ b/editors/neovim-gtk/Makefile @@ -1,7 +1,7 @@ PORTNAME= neovim-gtk DISTVERSIONPREFIX= v DISTVERSION= 1.0.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= editors MAINTAINER= asomers@FreeBSD.org diff --git a/editors/novelwriter/Makefile b/editors/novelwriter/Makefile index a62e1c2b2be..6bddf564e38 100644 --- a/editors/novelwriter/Makefile +++ b/editors/novelwriter/Makefile @@ -1,6 +1,6 @@ PORTNAME= novelwriter DISTVERSIONPREFIX= v -DISTVERSION= 2.4 +DISTVERSION= 2.4.1 CATEGORIES= editors python MASTER_SITES= PYPI diff --git a/editors/novelwriter/distinfo b/editors/novelwriter/distinfo index 2c7b8d855ed..5c44bff901b 100644 --- a/editors/novelwriter/distinfo +++ b/editors/novelwriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713672842 -SHA256 (vkbo-novelWriter-v2.4_GH0.tar.gz) = cf8afc0c7a81e7e63981791b702d8ad6e92af7ecc33cc4f6932fbdf3f0a24656 -SIZE (vkbo-novelWriter-v2.4_GH0.tar.gz) = 5061863 +TIMESTAMP = 1715055931 +SHA256 (vkbo-novelWriter-v2.4.1_GH0.tar.gz) = 804fa31e54a628d3f6009978319cd07d46bb5f498df40d21fd7543f1be1ea731 +SIZE (vkbo-novelWriter-v2.4.1_GH0.tar.gz) = 5061748 diff --git a/editors/orbiton/Makefile b/editors/orbiton/Makefile index c12b004ad50..37a635b382e 100644 --- a/editors/orbiton/Makefile +++ b/editors/orbiton/Makefile @@ -1,7 +1,7 @@ PORTNAME= orbiton DISTVERSIONPREFIX= v DISTVERSION= 2.65.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org diff --git a/editors/ox/Makefile b/editors/ox/Makefile index ad600a41849..001e099cbd7 100644 --- a/editors/ox/Makefile +++ b/editors/ox/Makefile @@ -1,6 +1,6 @@ PORTNAME= ox DISTVERSION= 0.2.7 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= editors PKGNAMESUFFIX= -text-editor diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile index 66daa94f996..ee0252a7c50 100644 --- a/editors/parinfer-rust/Makefile +++ b/editors/parinfer-rust/Makefile @@ -1,7 +1,7 @@ PORTNAME= parinfer-rust DISTVERSIONPREFIX= v DISTVERSION= 0.4.3.20220110 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org diff --git a/editors/tea/Makefile b/editors/tea/Makefile index cec98a16a95..073c4e91149 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -1,5 +1,5 @@ PORTNAME= tea -PORTVERSION= 62.4.0 +PORTVERSION= 63.0.0 CATEGORIES= editors MAINTAINER= danilo@FreeBSD.org diff --git a/editors/tea/distinfo b/editors/tea/distinfo index d14735a9849..0f7f54be7e8 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710064811 -SHA256 (psemiletov-tea-qt-62.4.0_GH0.tar.gz) = 8e9903c6272e7946871eba980e402bf37035292237d734883076495e376dcb29 -SIZE (psemiletov-tea-qt-62.4.0_GH0.tar.gz) = 676565 +TIMESTAMP = 1715426853 +SHA256 (psemiletov-tea-qt-63.0.0_GH0.tar.gz) = 0fdd41338415a4acce79aaaf80806287386629b14897af936a3e23390823a68e +SIZE (psemiletov-tea-qt-63.0.0_GH0.tar.gz) = 718523 diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 460900fdf64..f22c60588d3 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,5 @@ PORTNAME= vscode -DISTVERSION= 1.88.1 -PORTREVISION= 1 +DISTVERSION= 1.89.1 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:yarn_cache DISTFILES= yarn-offline-cache-${DISTVERSION}${EXTRACT_SUFX}:yarn_cache \ @@ -68,7 +67,7 @@ USES= desktop-file-utils gl gmake gnome iconv:wchar_t jpeg \ USE_GITHUB= yes GH_ACCOUNT= microsoft -SOURCE_COMMIT_HASH= e170252f762678dec6ca2cc69aba1570769a5d39 +SOURCE_COMMIT_HASH= dc96b837cf6bb4af9cd736aa3af08cf8279f7685 BINARY_ALIAS= python=${PYTHON_CMD} diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index 6afae399c25..95cfdfed887 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1713345291 -SHA256 (vscode/yarn-offline-cache-1.88.1.tar.gz) = 73634b88a4325b7aa3e14c490290076644cb9aad496f9ac6f85ffad0e016565c -SIZE (vscode/yarn-offline-cache-1.88.1.tar.gz) = 341431783 -SHA256 (vscode/vscode-marketplace-exts-1.88.1.tar.gz) = ad843b286128dc7ebda44bc5f000e89b343e0c969197d8e9d40567baad82396c -SIZE (vscode/vscode-marketplace-exts-1.88.1.tar.gz) = 1732662 -SHA256 (vscode/microsoft-vscode-1.88.1_GH0.tar.gz) = c66fc273b9105f400438d236bfdcc3a2d37c4189e60b8b9e9cdedb604668c73b -SIZE (vscode/microsoft-vscode-1.88.1_GH0.tar.gz) = 17644872 +TIMESTAMP = 1715417665 +SHA256 (vscode/yarn-offline-cache-1.89.1.tar.gz) = f381e2e06effb3ae04eabe84216629fe94d31310eb3912970da776a56c0c92a8 +SIZE (vscode/yarn-offline-cache-1.89.1.tar.gz) = 344425717 +SHA256 (vscode/vscode-marketplace-exts-1.89.1.tar.gz) = 2ab21dd6176cf7444f7f300cf2bf26e36f57160f6825d10c93b9cff19c119b4e +SIZE (vscode/vscode-marketplace-exts-1.89.1.tar.gz) = 1847982 +SHA256 (vscode/microsoft-vscode-1.89.1_GH0.tar.gz) = fee0a6b8fd1a06a164a737050e839fbb60cab49ba2db48215b59c62a06fd7ce0 +SIZE (vscode/microsoft-vscode-1.89.1_GH0.tar.gz) = 18465813 diff --git a/editors/vscode/files/patch-build_gulpfile.extensions.js b/editors/vscode/files/patch-build_gulpfile.extensions.js index faabf51ecc0..47fd0bb9c7b 100644 --- a/editors/vscode/files/patch-build_gulpfile.extensions.js +++ b/editors/vscode/files/patch-build_gulpfile.extensions.js @@ -1,6 +1,6 @@ ---- build/gulpfile.extensions.js.orig 2024-04-03 11:03:33 UTC +--- build/gulpfile.extensions.js.orig 2024-05-01 01:08:03 UTC +++ build/gulpfile.extensions.js -@@ -235,7 +235,7 @@ const compileExtensionsBuildTask = task.define('compil +@@ -237,7 +237,7 @@ const compileExtensionsBuildTask = task.define('compil const cleanExtensionsBuildTask = task.define('clean-extensions-build', util.rimraf('.build/extensions')); const compileExtensionsBuildTask = task.define('compile-extensions-build', task.series( cleanExtensionsBuildTask, diff --git a/editors/vscode/files/patch-src_vs_workbench_api_browser_mainThreadTask.ts b/editors/vscode/files/patch-src_vs_workbench_api_browser_mainThreadTask.ts index 78e1f398727..1e774b99880 100644 --- a/editors/vscode/files/patch-src_vs_workbench_api_browser_mainThreadTask.ts +++ b/editors/vscode/files/patch-src_vs_workbench_api_browser_mainThreadTask.ts @@ -1,6 +1,6 @@ ---- src/vs/workbench/api/browser/mainThreadTask.ts.orig 2023-10-03 13:06:11 UTC +--- src/vs/workbench/api/browser/mainThreadTask.ts.orig 2024-05-01 01:08:03 UTC +++ src/vs/workbench/api/browser/mainThreadTask.ts -@@ -671,7 +671,7 @@ export class MainThreadTask implements MainThreadTaskS +@@ -673,7 +673,7 @@ export class MainThreadTask extends Disposable impleme case 'darwin': platform = Platform.Platform.Mac; break; diff --git a/editors/vscode/pkg-plist b/editors/vscode/pkg-plist index febd65882d0..5eebe0396eb 100644 --- a/editors/vscode/pkg-plist +++ b/editors/vscode/pkg-plist @@ -493,10 +493,11 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/README.md %%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/ThirdPartyNotices.txt %%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/ci.yml -%%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/out/84b6bc62673660f3ffa2.module.wasm -%%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/out/9.extension.web.js -%%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/out/94625be35e004f01f9d5.module.wasm +%%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/out/425.heapsnapshotWorker.js +%%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/out/848.extension.web.js +%%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/out/a443ca1a33b96237dd48.module.wasm %%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/out/cpu-client.bundle.js +%%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/out/dbd61d846b1102299709.module.wasm %%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/out/extension.js %%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/out/extension.web.js %%DATADIR%%/resources/app/extensions/ms-vscode.vscode-js-profile-table/out/heap-client.bundle.js @@ -882,7 +883,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/loader.js %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/break.mp3 %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/chatRequestSent.mp3 -%%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/chatResponsePending.mp3 %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/chatResponseReceived1.mp3 %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/chatResponseReceived2.mp3 %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/chatResponseReceived3.mp3 @@ -894,6 +894,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/error.mp3 %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/foldedAreas.mp3 %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/format.mp3 +%%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/progress.mp3 %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/quickFixes.mp3 %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/save.mp3 %%DATADIR%%/resources/app/out/vs/platform/accessibilitySignal/browser/media/taskCompleted.mp3 diff --git a/emulators/Makefile b/emulators/Makefile index 240b4d30a63..e1b11191474 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -66,7 +66,9 @@ SUBDIR += linux-c7 SUBDIR += linux-power10-functional-sim SUBDIR += linux-power9-functional-sim + SUBDIR += linux-rl9 SUBDIR += linux_base-c7 + SUBDIR += linux_base-rl9 SUBDIR += magia SUBDIR += mame SUBDIR += mastergear diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 73ace665ddb..58a432c10e8 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,6 +1,5 @@ PORTNAME= bochs -PORTVERSION= 2.7 -PORTREVISION= 2 +PORTVERSION= 2.8 PORTEPOCH= 2 CATEGORIES= emulators MASTER_SITES= SF diff --git a/emulators/bochs/distinfo b/emulators/bochs/distinfo index 18b5c3956a3..1f9f708b2b8 100644 --- a/emulators/bochs/distinfo +++ b/emulators/bochs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628530168 -SHA256 (bochs-2.7.tar.gz) = a010ab1bfdc72ac5a08d2e2412cd471c0febd66af1d9349bc0d796879de5b17a -SIZE (bochs-2.7.tar.gz) = 5298413 +TIMESTAMP = 1715538647 +SHA256 (bochs-2.8.tar.gz) = a85b13aff7d8411f7a9f356ba6c33b5f5dc1fbb107eb5018cc23a62639da0059 +SIZE (bochs-2.8.tar.gz) = 5303791 diff --git a/emulators/libc6-shim/Makefile b/emulators/libc6-shim/Makefile index f7c6581c7e1..9e6a52d3056 100644 --- a/emulators/libc6-shim/Makefile +++ b/emulators/libc6-shim/Makefile @@ -1,5 +1,5 @@ PORTNAME= libc6-shim -DISTVERSION= 20240106 +DISTVERSION= 20240512 CATEGORIES= emulators MAINTAINER= iwtcex@gmail.com diff --git a/emulators/libc6-shim/distinfo b/emulators/libc6-shim/distinfo index 92fb845a275..65cb3deb9f7 100644 --- a/emulators/libc6-shim/distinfo +++ b/emulators/libc6-shim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704571401 -SHA256 (shkhln-libc6-shim-20240106_GH0.tar.gz) = c86010d1073a3f42a6f59b0b9677f38f2a42d5d609e1a59d31b155a06b4b7140 -SIZE (shkhln-libc6-shim-20240106_GH0.tar.gz) = 90237 +TIMESTAMP = 1715554842 +SHA256 (shkhln-libc6-shim-20240512_GH0.tar.gz) = 70a1a219c1cc3f2b0340acb1fb556e998b8cfba45ae0af9fa7be451159de1f9a +SIZE (shkhln-libc6-shim-20240512_GH0.tar.gz) = 90740 diff --git a/emulators/linux-rl9/Makefile b/emulators/linux-rl9/Makefile new file mode 100644 index 00000000000..a899da2ec5b --- /dev/null +++ b/emulators/linux-rl9/Makefile @@ -0,0 +1,33 @@ +PORTNAME= linux-rl9 +PORTVERSION= ${LINUX_DIST_VER} +CATEGORIES= emulators linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Meta-port for all things Rocky Linux ${LINUX_DIST_VER} +WWW= https://rockylinux.org + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= linux-rl9-gnupg2>=0:security/linux-rl9-gnupg \ + linux-rl9-pulseaudio-utils>0:audio/linux-rl9-pulseaudio-utils \ + linux-rl9-wget>=0:ftp/linux-rl9-wget + +USES= linux:rl9 metaport +USE_LINUX= alsalib alsa-lib-devel alsa-plugins-oss alsa-plugins-pulseaudio \ + at-spi2-atk at-spi2-core atk avahi-libs brotli \ + ca-certificates cairo cairo-gobject cups-libs curl cyrus-sasl2 \ + dbuslibs dri elfutils-libelf elfutils-libs expat \ + ffmpeg-libs flac fontconfig freetype fribidi gdkpixbuf2 gnutls \ + graphite2 gsm gstreamer1 gstreamer1-libav gtk3 harfbuzz icu jasper \ + jbigkit jpeg libassuan libasyncns libdrm libevent libidn2 libpsl \ + libepoxy libgcrypt libglvnd libgpg-error libnghttp2 \ + libogg libpciaccess libproxy librsvg2 libsndfile libsoup \ + libtasn1 libthai libtheora libtracker-sparql \ + libunistring libusb libv4l libva libvdpau libvorbis libvpx libxkbcommon libxml2 \ + llvm lz4 nettle nspr nss openal-soft ocl-icd openjpeg openldap opus orc \ + p11-kit pango pixman png pulseaudio-libs python3 sqlite3 \ + strace systemd-libs tiff vulkan wayland webp xorglibs + +.include + +.include diff --git a/emulators/linux-rl9/pkg-descr b/emulators/linux-rl9/pkg-descr new file mode 100644 index 00000000000..84ae6e403fe --- /dev/null +++ b/emulators/linux-rl9/pkg-descr @@ -0,0 +1 @@ +Rocky Linux 9 meta port. diff --git a/emulators/linux_base-rl9/Makefile b/emulators/linux_base-rl9/Makefile new file mode 100644 index 00000000000..30ba997e57a --- /dev/null +++ b/emulators/linux_base-rl9/Makefile @@ -0,0 +1,187 @@ +PORTNAME= rl9 +PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 +CATEGORIES= emulators linux +PKGNAMEPREFIX= linux_base- +EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nf/filesystem-*:C/:[^:]+$//} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Base set of packages needed in Linux mode (Rocky Linux ${LINUX_DIST_VER}) + +LICENSE= BSD2CLAUSE + +USES= linux:rl9 +USE_LINUX= # empty +USE_LINUX_RPM= yes + +BIN_DISTNAMES= bash-5.1.8-6.el9_1 \ + bzip2-1.0.8-8.el9 \ + coreutils-8.32-34.el9 \ + diffutils-3.7-12.el9 \ + e2fsprogs-1.46.5-3.el9 \ + filesystem-3.16-2.el9 \ + findutils-4.8.0-6.el9 \ + gawk-5.1.0-6.el9 \ + glibc-common-${GLIBC_VER} \ + grep-3.6-5.el9 \ + info-6.7-15.el9 \ + keyutils-1.6.3-1.el9 \ + less-590-3.el9_3 \ + ncurses-6.2-10.20210508.el9 \ + sed-4.8-9.el9 \ + setserial-2.17-54.el9 \ + which-2.21-29.el9 +LIB_DISTNAMES= bzip2-libs-1.0.8-8.el9 \ + e2fsprogs-libs-1.46.5-3.el9 \ + gdbm-libs-1.19-4.el9 \ + geocode-glib-3.26.2-5.el9 \ + glib-networking-2.68.3-3.el9 \ + glib2-2.68.4-11.el9 \ + glibc-${GLIBC_VER} \ + gmp-6.2.0-13.el9 \ + json-glib-1.6.6-1.el9 \ + keyutils-libs-1.6.3-1.el9 \ + krb5-libs-1.21.1-1.el9 \ + libacl-2.3.1-3.el9 \ + libattr-2.5.1-3.el9 \ + libblkid-2.37.4-15.el9 \ + libcap-2.48-9.el9_2 \ + libcom_err-1.46.5-3.el9 \ + libdatrie-0.2.13-4.el9 \ + libdb-5.3.28-53.el9 \ + libedit-3.1-38.20210216cvs.el9\ + libffi-3.4.2-8.el9 \ + libgcc-11.4.1-2.1.el9 \ + libgudev-237-1.el9 \ + libmount-2.37.4-15.el9 \ + libselinux-3.5-1.el9 \ + libsepol-3.5-1.el9 \ + libssh-0.10.4-12.el9_3 \ + libstdc++-11.4.1-2.1.el9 \ + libuuid-2.37.4-15.el9 \ + libverto-0.3.2-3.el9 \ + libzstd-1.5.1-2.el9 \ + ncurses-libs-6.2-10.20210508.el9 \ + openssl-libs-3.0.7-25.el9_3 \ + pcre-8.44-3.el9.3 \ + pcre2-10.40-2.el9 \ + popt-1.18-8.el9 \ + readline-8.1-4.el9 \ + slang-2.3.2-11.el9 \ + util-linux-2.37.4-15.el9 \ + xz-libs-5.2.5-8.el9_0 \ + zlib-1.2.11-40.el9 + +SHARE_DISTNAMES=basesystem-11-13.el9.0.1 \ + ncurses-base-6.2-10.20210508.el9 \ + rocky-release-9.3-1.3.el9 \ + setup-2.13.7-9.el9 +SRC_DISTFILES= acl-2.3.1-3.el9${SRC_SUFX}:SOURCE \ + attr-2.5.1-3.el9${SRC_SUFX}:SOURCE \ + basesystem-11-13.el9.0.1${SRC_SUFX}:SOURCE \ + bash-5.1.8-6.el9_1${SRC_SUFX}:SOURCE \ + bzip2-1.0.8-8.el9${SRC_SUFX}:SOURCE \ + coreutils-8.32-34.el9${SRC_SUFX}:SOURCE \ + diffutils-3.7-12.el9${SRC_SUFX}:SOURCE \ + e2fsprogs-1.46.5-3.el9${SRC_SUFX}:SOURCE \ + filesystem-3.16-2.el9${SRC_SUFX}:SOURCE \ + findutils-4.8.0-6.el9${SRC_SUFX}:SOURCE \ + gawk-5.1.0-6.el9${SRC_SUFX}:SOURCE \ + gcc-11.4.1-2.1.el9${SRC_SUFX}:SOURCE \ + gdbm-1.19-4.el9${SRC_SUFX}:SOURCE \ + glib2-2.68.4-11.el9${SRC_SUFX}:SOURCE \ + glibc-${GLIBC_VER}${SRC_SUFX}:SOURCE \ + gmp-6.2.0-13.el9${SRC_SUFX}:SOURCE \ + grep-3.6-5.el9${SRC_SUFX}:SOURCE \ + keyutils-1.6.3-1.el9${SRC_SUFX}:SOURCE \ + krb5-1.21.1-1.el9${SRC_SUFX}:SOURCE \ + less-590-3.el9_3${SRC_SUFX}:SOURCE \ + libcap-2.48-9.el9_2${SRC_SUFX}:SOURCE \ + libdb-5.3.28-53.el9${SRC_SUFX}:SOURCE \ + libffi-3.4.2-8.el9${SRC_SUFX}:SOURCE \ + libgudev-237-1.el9${SRC_SUFX}:SOURCE \ + libselinux-3.5-1.el9${SRC_SUFX}:SOURCE \ + libsepol-3.5-1.el9${SRC_SUFX}:SOURCE \ + libssh-0.10.4-12.el9_3${SRC_SUFX}:SOURCE \ + libverto-0.3.2-3.el9${SRC_SUFX}:SOURCE \ + ncurses-6.2-10.20210508.el9${SRC_SUFX}:SOURCE \ + openssl-3.0.7-25.el9_3${SRC_SUFX}:SOURCE \ + pcre-8.44-3.el9.3${SRC_SUFX}:SOURCE \ + pcre2-10.40-2.el9${SRC_SUFX}:SOURCE \ + popt-1.18-8.el9${SRC_SUFX}:SOURCE \ + readline-8.1-4.el9${SRC_SUFX}:SOURCE \ + rocky-release-9.3-1.3.el9${SRC_SUFX}:SOURCE \ + sed-4.8-9.el9${SRC_SUFX}:SOURCE \ + setserial-2.17-54.el9${SRC_SUFX}:SOURCE \ + setup-2.13.7-9.el9${SRC_SUFX}:SOURCE \ + slang-2.3.2-11.el9${SRC_SUFX}:SOURCE \ + texinfo-6.7-15.el9${SRC_SUFX}:SOURCE \ + util-linux-2.37.4-15.el9${SRC_SUFX}:SOURCE \ + which-2.21-29.el9${SRC_SUFX}:SOURCE \ + xz-5.2.5-8.el9_0${SRC_SUFX}:SOURCE \ + zlib-1.2.11-40.el9${SRC_SUFX}:SOURCE + +PLIST_SUB= LINUXBASE=${LINUXBASE} SYSCTLMIB=${SYSCTLMIB} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +REMOVE_DIRS= boot etc/pam.d home media mnt proc root run sys tmp var/log \ + var/tmp +REMOVE_FILES= bin/chfn bin/chsh bin/findmnt bin/login bin/lsblk bin/lscpu \ + bin/lsipc bin/lslogins bin/lsmem bin/lsns bin/script \ + bin/setpriv bin/su \ + etc/exports etc/group etc/gshadow etc/motd \ + etc/passwd etc/printcap etc/protocols etc/services etc/shadow \ + sbin/clock sbin/debugfs sbin/hwclock sbin/runuser sbin/zramctl + +.include + +GLIBC_VER= 2.34-83.el9.12 +PLIST_SUB+= NEWGLIBC="" + +.if ${ARCH} == aarch64 || ${ARCH} == amd64 +SYSCTLMIB= kern.features.linux64 +.else +SYSCTLMIB= compat.linux.osrelease +.endif + +post-extract: +# These directories become symbolic links when the filesystem distfile is +# extracted. Other distfiles cannot be extracted when these are links so the +# filesystem distfile must be extracted last. +.for d in bin lib lib64 sbin + @(cd ${WRKSRC} && if [ -e ${d} -a ! -L ${d} ]; then \ + ${FIND} ${d} | ${CPIO} -dumpl --quiet usr && ${RM} -r ${d}; fi) +.endfor + @(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + ${DISTDIR}/${DIST_SUBDIR}/f/filesystem-3.16-2.el9${EXTRACT_SUFX_${ARCH}} \ + ${EXTRACT_AFTER_ARGS}) +.if ${ARCH} == i386 + @${CHMOD} u+w ${WRKSRC}/usr/lib/pm-utils +.elif ${ARCH} == aarch64 || ${ARCH} == amd64 + @${CHMOD} u+w ${WRKSRC}/usr/lib64/pm-utils +.endif + +post-patch: + @${RM} -r ${REMOVE_DIRS:S|^|${WRKSRC}/|} + @${RM} ${REMOVE_FILES:S|^|${WRKSRC}/|} + @${FIND} ${WRKSRC}/usr -type d -empty -not -path '*/lib*/gio/*' -delete +.if ${ARCH} == aarch64 + ${BRANDELF} -t Linux ${WRKSRC}/usr/lib/ld-linux-* +.else + ${BRANDELF} -t Linux ${WRKSRC}/usr/lib64/ld-linux-*.so.2 +.endif + +post-install: + ${RM} -r ${STAGEDIR}${LOCALBASE} + ${MV} ${STAGEDIR}${PREFIX}/etc/krb5.conf \ + ${STAGEDIR}${PREFIX}/etc/krb5.conf.sample + ${MV} ${STAGEDIR}${PREFIX}/etc/nsswitch.conf \ + ${STAGEDIR}${PREFIX}/etc/nsswitch.conf.sample + ${LN} -sf "../proc/self/mounts" ${STAGEDIR}${PREFIX}/etc/mtab + ${LN} -sf ${LOCALBASE}/share/icons ${STAGEDIR}${PREFIX}/usr/share/icons + ${LN} -sf /var/run ${STAGEDIR}${PREFIX}/run + ${LN} -sf /var/tmp ${STAGEDIR}${PREFIX}/usr/tmp + +.include diff --git a/emulators/linux_base-rl9/distinfo b/emulators/linux_base-rl9/distinfo new file mode 100644 index 00000000000..77949408e9c --- /dev/null +++ b/emulators/linux_base-rl9/distinfo @@ -0,0 +1,325 @@ +TIMESTAMP = 1713968345 +SHA256 (rocky/b/basesystem-11-13.el9.0.1.noarch.rpm) = 9f707e8d1046381c9b4a4df6a6674327df6ffe0298d48e1750972212c97aafad +SIZE (rocky/b/basesystem-11-13.el9.0.1.noarch.rpm) = 6565 +SHA256 (rocky/b/bash-5.1.8-6.el9_1.aarch64.rpm) = 7cdd44b2c686c719f1713d7f558694850417ba9b7104c26653fba8d50ac21ee8 +SIZE (rocky/b/bash-5.1.8-6.el9_1.aarch64.rpm) = 1728751 +SHA256 (rocky/b/bash-5.1.8-6.el9_1.x86_64.rpm) = 7df53740511c98bf16b170c321352d3202987696cedbebd3d4a25ca44d4eff32 +SIZE (rocky/b/bash-5.1.8-6.el9_1.x86_64.rpm) = 1738551 +SHA256 (rocky/b/bzip2-1.0.8-8.el9.aarch64.rpm) = 33231db3f39bda7d6a7c9119a8760841f893686fa0e85760cc84d0e47db2a522 +SIZE (rocky/b/bzip2-1.0.8-8.el9.aarch64.rpm) = 52565 +SHA256 (rocky/b/bzip2-1.0.8-8.el9.x86_64.rpm) = 3646c3d3a77ce0d536dc5bd3926cdd9bd1b09d4a5b430d08bad985f22e9604c5 +SIZE (rocky/b/bzip2-1.0.8-8.el9.x86_64.rpm) = 53066 +SHA256 (rocky/b/bzip2-libs-1.0.8-8.el9.aarch64.rpm) = 6cb0a431273433308d933ae9d73ca3dc014004b7c97aac6859593bc3e0312646 +SIZE (rocky/b/bzip2-libs-1.0.8-8.el9.aarch64.rpm) = 42014 +SHA256 (rocky/b/bzip2-libs-1.0.8-8.el9.x86_64.rpm) = 9d88efca766d67129bf9e94f4fed072e6faf74fb8d905b1f37a5eefddcb248b2 +SIZE (rocky/b/bzip2-libs-1.0.8-8.el9.x86_64.rpm) = 40800 +SHA256 (rocky/c/coreutils-8.32-34.el9.aarch64.rpm) = 1242ec8784f33c8c83bec409e4b165d13b9e33d63579308e133b39dfc85be3c4 +SIZE (rocky/c/coreutils-8.32-34.el9.aarch64.rpm) = 1113473 +SHA256 (rocky/c/coreutils-8.32-34.el9.x86_64.rpm) = c44df63f8c99f2533a557bf8f81b5463863f04884819c13f5a99002a9630830a +SIZE (rocky/c/coreutils-8.32-34.el9.x86_64.rpm) = 1160204 +SHA256 (rocky/d/diffutils-3.7-12.el9.aarch64.rpm) = df77e6cb59b73a1ff3d007c8011c689bf9bdbd416889bce8d65dc9855144e335 +SIZE (rocky/d/diffutils-3.7-12.el9.aarch64.rpm) = 391813 +SHA256 (rocky/d/diffutils-3.7-12.el9.x86_64.rpm) = d3932991f5d9b1e5f6326e376cf77f3f676bbf0c5657b2ddf1013bfdb4738a69 +SIZE (rocky/d/diffutils-3.7-12.el9.x86_64.rpm) = 396968 +SHA256 (rocky/e/e2fsprogs-1.46.5-3.el9.aarch64.rpm) = 2f29ca8043227774c8aecd859ce2293fcd9848f1929309576be24a417984ce00 +SIZE (rocky/e/e2fsprogs-1.46.5-3.el9.aarch64.rpm) = 1018214 +SHA256 (rocky/e/e2fsprogs-1.46.5-3.el9.x86_64.rpm) = ba6659d0fed1cb23b1228d55b05c927a8f188be72a68509751c9199f34bf4c6f +SIZE (rocky/e/e2fsprogs-1.46.5-3.el9.x86_64.rpm) = 1024902 +SHA256 (rocky/e/e2fsprogs-libs-1.46.5-3.el9.aarch64.rpm) = 3577defde560591058bb0e14cbe76d0d647c08324095a1f0856a148191169d46 +SIZE (rocky/e/e2fsprogs-libs-1.46.5-3.el9.aarch64.rpm) = 227761 +SHA256 (rocky/e/e2fsprogs-libs-1.46.5-3.el9.x86_64.rpm) = b9d969f84ac8c462ab64306c18bae99a94e62d981ae650a3f6c9c20b68760f10 +SIZE (rocky/e/e2fsprogs-libs-1.46.5-3.el9.x86_64.rpm) = 227192 +SHA256 (rocky/f/filesystem-3.16-2.el9.aarch64.rpm) = 58be72c7740ac788f81828c28af917fae95e8f769fbe7ba8eb5290f98c4023cd +SIZE (rocky/f/filesystem-3.16-2.el9.aarch64.rpm) = 1116991 +SHA256 (rocky/f/filesystem-3.16-2.el9.x86_64.rpm) = 211e67cf31d096ca3f4bbddcdf6116afa821997e61e9c07d29c3c6e53546e697 +SIZE (rocky/f/filesystem-3.16-2.el9.x86_64.rpm) = 1117085 +SHA256 (rocky/f/findutils-4.8.0-6.el9.aarch64.rpm) = 8ddd95c3c91b52ec38cf81be7e0dcc1dd8fdfb475da78f585db14b456593b3c2 +SIZE (rocky/f/findutils-4.8.0-6.el9.aarch64.rpm) = 549916 +SHA256 (rocky/f/findutils-4.8.0-6.el9.x86_64.rpm) = 7d4a18cf3517b7337b3cb19053972b20ea645878cf99e471e6c4aea5394522be +SIZE (rocky/f/findutils-4.8.0-6.el9.x86_64.rpm) = 548637 +SHA256 (rocky/g/gawk-5.1.0-6.el9.aarch64.rpm) = c831415c883ab8ecd6d62373cea563c73042d06463c91e6645f82984eeb12c74 +SIZE (rocky/g/gawk-5.1.0-6.el9.aarch64.rpm) = 999013 +SHA256 (rocky/g/gawk-5.1.0-6.el9.x86_64.rpm) = eaca68b315d6c2ef5ec30deaf9b7c38401e2ed0169972d158fd88b917e8a47dc +SIZE (rocky/g/gawk-5.1.0-6.el9.x86_64.rpm) = 1020372 +SHA256 (rocky/g/gdbm-libs-1.19-4.el9.aarch64.rpm) = ec0bfbc439f8c8a02a72517dcaea3d0798e987524c24c7930d279096cc200ede +SIZE (rocky/g/gdbm-libs-1.19-4.el9.aarch64.rpm) = 53259 +SHA256 (rocky/g/gdbm-libs-1.19-4.el9.x86_64.rpm) = da032f6a47afb847153322df72e8d01d239e4481ac1750d195cf396393d11066 +SIZE (rocky/g/gdbm-libs-1.19-4.el9.x86_64.rpm) = 53705 +SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.aarch64.rpm) = 2fe9781ed5968bb420a8ca9519913062b57ded338b9f5f8bc44feff328b542a7 +SIZE (rocky/g/geocode-glib-3.26.2-5.el9.aarch64.rpm) = 70922 +SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.x86_64.rpm) = 7231dcb73cadb06a7aa057b9274d9b2343edea98444a1f96e6ce13bc2c884b23 +SIZE (rocky/g/geocode-glib-3.26.2-5.el9.x86_64.rpm) = 71613 +SHA256 (rocky/g/glib-networking-2.68.3-3.el9.aarch64.rpm) = bcc8c0a9c1d35804ad93aa3f6294c85e0aefc9a1152160f4a4221507d6a24688 +SIZE (rocky/g/glib-networking-2.68.3-3.el9.aarch64.rpm) = 172425 +SHA256 (rocky/g/glib-networking-2.68.3-3.el9.x86_64.rpm) = fa9bec5c45cd1d4123f3e5e9793c592312d95dc50369740226969e69bd0e0ab0 +SIZE (rocky/g/glib-networking-2.68.3-3.el9.x86_64.rpm) = 173019 +SHA256 (rocky/g/glib2-2.68.4-11.el9.aarch64.rpm) = cb50f885b22d6a0121960c3c95dfcb3d6564dcdec3ff0036a97e3c41857dca82 +SIZE (rocky/g/glib2-2.68.4-11.el9.aarch64.rpm) = 2700083 +SHA256 (rocky/g/glib2-2.68.4-11.el9.x86_64.rpm) = 5792d6665dd65cf5a4d818c89ab4183521a60b9c54edc15d85089e065ae7a74c +SIZE (rocky/g/glib2-2.68.4-11.el9.x86_64.rpm) = 2733036 +SHA256 (rocky/g/glibc-2.34-83.el9.12.aarch64.rpm) = 7f12429e230fa183f51c7aa5bc9dcc17956ddf2e82d193910ea2a2b5e89a3f1a +SIZE (rocky/g/glibc-2.34-83.el9.12.aarch64.rpm) = 1770339 +SHA256 (rocky/g/glibc-2.34-83.el9.12.x86_64.rpm) = 21a1f3479f63b84a26caa2c6aee93572f1d01cef3ee1c9020a259363d1960fde +SIZE (rocky/g/glibc-2.34-83.el9.12.x86_64.rpm) = 2006695 +SHA256 (rocky/g/glibc-common-2.34-83.el9.12.aarch64.rpm) = b72a3128d3c311589a36d0e64cb7f4f6c9287e7ec4e180dcc5830aed54f6f6d7 +SIZE (rocky/g/glibc-common-2.34-83.el9.12.aarch64.rpm) = 298222 +SHA256 (rocky/g/glibc-common-2.34-83.el9.12.x86_64.rpm) = 8f540369ffdb0738761f8eb8b2c55bb237ae4414eb961606bfc98a34517506b7 +SIZE (rocky/g/glibc-common-2.34-83.el9.12.x86_64.rpm) = 310019 +SHA256 (rocky/g/gmp-6.2.0-13.el9.aarch64.rpm) = 54f5999feb6a26c57616d64cc880dccb5e44723911f52b06a36311e389a568ce +SIZE (rocky/g/gmp-6.2.0-13.el9.aarch64.rpm) = 270794 +SHA256 (rocky/g/gmp-6.2.0-13.el9.x86_64.rpm) = ca72ae69218b96c43c82bdc35dd1078300692714db76d21c7f7dedd8268af799 +SIZE (rocky/g/gmp-6.2.0-13.el9.x86_64.rpm) = 321900 +SHA256 (rocky/g/grep-3.6-5.el9.aarch64.rpm) = 3c346bcb5b344c1dd3e68c9acd9fbbdd0300e3edfa331f5a4015c9d2ec95ff56 +SIZE (rocky/g/grep-3.6-5.el9.aarch64.rpm) = 260550 +SHA256 (rocky/g/grep-3.6-5.el9.x86_64.rpm) = 9c1beaec9264e08459f9097c9bd58aa6118293df47d6f07f8054054cc7c40544 +SIZE (rocky/g/grep-3.6-5.el9.x86_64.rpm) = 263469 +SHA256 (rocky/i/info-6.7-15.el9.aarch64.rpm) = c70c2489264d8658d30a116417e0a6dc091456936ef673bb6a52c0710bc1b9a9 +SIZE (rocky/i/info-6.7-15.el9.aarch64.rpm) = 225626 +SHA256 (rocky/i/info-6.7-15.el9.x86_64.rpm) = 179486d9f439b2a79ee2518db90ec43d8037602ef103e68d9f2384af359f9512 +SIZE (rocky/i/info-6.7-15.el9.x86_64.rpm) = 229049 +SHA256 (rocky/j/json-glib-1.6.6-1.el9.aarch64.rpm) = 1f6f5d394e90ad6302c705fa2ecea79fb0fc967f477c147a0e929aad0a6a3249 +SIZE (rocky/j/json-glib-1.6.6-1.el9.aarch64.rpm) = 151677 +SHA256 (rocky/j/json-glib-1.6.6-1.el9.x86_64.rpm) = 8d1c6ba76414837da0f34d675512c71503b0ca6c2b3b1dfae6101e2a0b507cee +SIZE (rocky/j/json-glib-1.6.6-1.el9.x86_64.rpm) = 154955 +SHA256 (rocky/k/keyutils-1.6.3-1.el9.aarch64.rpm) = deb38ba68b3475499cdb1b7f7fa44224f1d1beecb4272f5eb22d9d846fa49583 +SIZE (rocky/k/keyutils-1.6.3-1.el9.aarch64.rpm) = 72093 +SHA256 (rocky/k/keyutils-1.6.3-1.el9.x86_64.rpm) = 1419a90e2ae9546603c2f04d9a7548f80322ff4574c5e77d9be52e51acb98abc +SIZE (rocky/k/keyutils-1.6.3-1.el9.x86_64.rpm) = 73243 +SHA256 (rocky/k/keyutils-libs-1.6.3-1.el9.aarch64.rpm) = 7bdf0b6409a983dcb60006c2624a444e8465b12ad3bb8f47f22fa77b532ec74f +SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.aarch64.rpm) = 31213 +SHA256 (rocky/k/keyutils-libs-1.6.3-1.el9.x86_64.rpm) = 347a9d44e0271c1ff6f511fe493e736b3d36fde683360ccc51c852ab91810b16 +SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.x86_64.rpm) = 31595 +SHA256 (rocky/k/krb5-libs-1.21.1-1.el9.aarch64.rpm) = 8b3d6b1e789b7320256dc9e943e2aa81483292c7192d7cc757c0d1e2198ff123 +SIZE (rocky/k/krb5-libs-1.21.1-1.el9.aarch64.rpm) = 776539 +SHA256 (rocky/k/krb5-libs-1.21.1-1.el9.x86_64.rpm) = d3c9a2f4710e7c9020844286cae6a0db36c4061364f0d6ea2bef7c3edd347153 +SIZE (rocky/k/krb5-libs-1.21.1-1.el9.x86_64.rpm) = 772379 +SHA256 (rocky/l/less-590-3.el9_3.aarch64.rpm) = cd79f2bda59fbeea8e016609c5495fb9f534d97e6faaad8a7532c45ec8c70d9a +SIZE (rocky/l/less-590-3.el9_3.aarch64.rpm) = 162257 +SHA256 (rocky/l/less-590-3.el9_3.x86_64.rpm) = 2cac9b4523396e3b42f25707bc10554bdf1c13085ce03c80d49b0db32d9fecb1 +SIZE (rocky/l/less-590-3.el9_3.x86_64.rpm) = 163680 +SHA256 (rocky/l/libacl-2.3.1-3.el9.aarch64.rpm) = 192a8582963dae3e3730a5724378197a8f6c77801603c272a978a78003fa2a34 +SIZE (rocky/l/libacl-2.3.1-3.el9.aarch64.rpm) = 23902 +SHA256 (rocky/l/libacl-2.3.1-3.el9.x86_64.rpm) = 5b215deea69f4b6db45c47425741206e49e1f03dc754287e550bb898d62aa68e +SIZE (rocky/l/libacl-2.3.1-3.el9.x86_64.rpm) = 24126 +SHA256 (rocky/l/libattr-2.5.1-3.el9.aarch64.rpm) = 406cad9db484e7e7ee10f477844a7b7d0659b3ce904e53770c9e5f2347ef5a22 +SIZE (rocky/l/libattr-2.5.1-3.el9.aarch64.rpm) = 18168 +SHA256 (rocky/l/libattr-2.5.1-3.el9.x86_64.rpm) = 77742a1097d81c384b8c7529e3c049fb7de206b773ad230553be99ba5c9d9fc1 +SIZE (rocky/l/libattr-2.5.1-3.el9.x86_64.rpm) = 18347 +SHA256 (rocky/l/libblkid-2.37.4-15.el9.aarch64.rpm) = 212d9990213bc107e7b3030efcb7e90d47cf98dc43605d495509c7ebae8b1957 +SIZE (rocky/l/libblkid-2.37.4-15.el9.aarch64.rpm) = 109002 +SHA256 (rocky/l/libblkid-2.37.4-15.el9.x86_64.rpm) = a1097a80ec78e6a4beb23940b053fc574f1a45a206ad68eac85681145e2923ae +SIZE (rocky/l/libblkid-2.37.4-15.el9.x86_64.rpm) = 109587 +SHA256 (rocky/l/libcap-2.48-9.el9_2.aarch64.rpm) = e7b8b5ace872eb354539991f9f6cbd5fbd1fd7fcd230893ef81237c09da27f06 +SIZE (rocky/l/libcap-2.48-9.el9_2.aarch64.rpm) = 67186 +SHA256 (rocky/l/libcap-2.48-9.el9_2.x86_64.rpm) = f399db0064e09ccf71d9a395454fefb1ca38076f18fac9e08104816bd9324c32 +SIZE (rocky/l/libcap-2.48-9.el9_2.x86_64.rpm) = 68237 +SHA256 (rocky/l/libcom_err-1.46.5-3.el9.aarch64.rpm) = 7f462468601c9e26ec920ff4a73d16079e6b551cf500aab4f4c4906b61885b93 +SIZE (rocky/l/libcom_err-1.46.5-3.el9.aarch64.rpm) = 26062 +SHA256 (rocky/l/libcom_err-1.46.5-3.el9.x86_64.rpm) = 26b79a65d0f19b95c949e9bb06bbabbea995e78480a6581deae3cf608dd20d42 +SIZE (rocky/l/libcom_err-1.46.5-3.el9.x86_64.rpm) = 26540 +SHA256 (rocky/l/libdatrie-0.2.13-4.el9.aarch64.rpm) = ad561550ee0c35b3ed7c273e937fcac159c894e15500ad30f95dff15db1ecbdf +SIZE (rocky/l/libdatrie-0.2.13-4.el9.aarch64.rpm) = 32212 +SHA256 (rocky/l/libdatrie-0.2.13-4.el9.x86_64.rpm) = 820f090a87181c921892fdb5744c53cb935eca5e303d4adbaba0d04ae35a4a61 +SIZE (rocky/l/libdatrie-0.2.13-4.el9.x86_64.rpm) = 32491 +SHA256 (rocky/l/libdb-5.3.28-53.el9.aarch64.rpm) = e0886b0fc3e86a8d8185e626d30875f20db698ffd5749e3060b4872e7bfc6b31 +SIZE (rocky/l/libdb-5.3.28-53.el9.aarch64.rpm) = 727403 +SHA256 (rocky/l/libdb-5.3.28-53.el9.x86_64.rpm) = 4c87bc54f960cf432c39f575a3d77109187e8a07fc1ecf535d719c52c72f87bd +SIZE (rocky/l/libdb-5.3.28-53.el9.x86_64.rpm) = 753180 +SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.aarch64.rpm) = 7f5937f4debf7eaa0f7a92e321d6d35bee089f42c7d7529c1ad4fbd7c270ea4b +SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.aarch64.rpm) = 103897 +SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.x86_64.rpm) = 2ad9109e8d8a5b297b99f90af7a700aa060207765db75de6349ac458a01e397a +SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.x86_64.rpm) = 105863 +SHA256 (rocky/l/libffi-3.4.2-8.el9.aarch64.rpm) = 1a6fe133eab781288e5ecef0cdde627d57f7d67efb3ded23ec5d9e5a22fb6ab4 +SIZE (rocky/l/libffi-3.4.2-8.el9.aarch64.rpm) = 35443 +SHA256 (rocky/l/libffi-3.4.2-8.el9.x86_64.rpm) = 1bdb4b3b047169bc728c2612b71c31b79bb6f823f50134629bf650dcbf21565a +SIZE (rocky/l/libffi-3.4.2-8.el9.x86_64.rpm) = 37521 +SHA256 (rocky/l/libgcc-11.4.1-2.1.el9.aarch64.rpm) = 00ecd6bf517f1a30d038be0e9554bbf80e80bc34d75b871fb08ccf6c59bd82d8 +SIZE (rocky/l/libgcc-11.4.1-2.1.el9.aarch64.rpm) = 90592 +SHA256 (rocky/l/libgcc-11.4.1-2.1.el9.x86_64.rpm) = b7b76557bbcdb90b88756a3ab9d1f7e441169d0670c3e7aaeba0b370cfa32e27 +SIZE (rocky/l/libgcc-11.4.1-2.1.el9.x86_64.rpm) = 96745 +SHA256 (rocky/l/libgudev-237-1.el9.aarch64.rpm) = cf1fe048020e92d499d354e8cb260157a8d5e403e132dd1cf83527f3e4037ed2 +SIZE (rocky/l/libgudev-237-1.el9.aarch64.rpm) = 34607 +SHA256 (rocky/l/libgudev-237-1.el9.x86_64.rpm) = d1bfa6c0da6fdb70cf1a6f107042cec28689afd5fe3b1109f955b61bc6cc2c5f +SIZE (rocky/l/libgudev-237-1.el9.x86_64.rpm) = 35847 +SHA256 (rocky/l/libmount-2.37.4-15.el9.aarch64.rpm) = 43917409ba273affd23a35abdbd6df3d5aaf757c4b366e60ad420277101bd760 +SIZE (rocky/l/libmount-2.37.4-15.el9.aarch64.rpm) = 133588 +SHA256 (rocky/l/libmount-2.37.4-15.el9.x86_64.rpm) = ed28d822a671709c442f13083f6f10f1166617bc6bd9d6cf222b65f0125d8cdc +SIZE (rocky/l/libmount-2.37.4-15.el9.x86_64.rpm) = 137081 +SHA256 (rocky/l/libselinux-3.5-1.el9.aarch64.rpm) = f665d48f6cb729a594ffab75235cb4a8c6f36a10f5f906405ae3e8d31db30b4b +SIZE (rocky/l/libselinux-3.5-1.el9.aarch64.rpm) = 86143 +SHA256 (rocky/l/libselinux-3.5-1.el9.x86_64.rpm) = bcaedf1c0652582fdf9821fc3e39c920a08dc824fd2aac7defef09142e7eadb8 +SIZE (rocky/l/libselinux-3.5-1.el9.x86_64.rpm) = 86959 +SHA256 (rocky/l/libsepol-3.5-1.el9.aarch64.rpm) = 8ce4ea3fe43f6f6a2475da917068ce21e6e10baaa07ecb772e7967b866d33ada +SIZE (rocky/l/libsepol-3.5-1.el9.aarch64.rpm) = 312711 +SHA256 (rocky/l/libsepol-3.5-1.el9.x86_64.rpm) = ad75fe88f58eac878f9baf690d4c5e30206303f52fae663f0352fe045f877ea1 +SIZE (rocky/l/libsepol-3.5-1.el9.x86_64.rpm) = 321761 +SHA256 (rocky/l/libssh-0.10.4-12.el9_3.aarch64.rpm) = d26f71897358719e2f62689a91275315998f03e29409cd8b8d87877dfe182cff +SIZE (rocky/l/libssh-0.10.4-12.el9_3.aarch64.rpm) = 216430 +SHA256 (rocky/l/libssh-0.10.4-12.el9_3.x86_64.rpm) = 0c1cd56f961ee07dad9fda1e9663035226adc8fe943897d12128532c02657422 +SIZE (rocky/l/libssh-0.10.4-12.el9_3.x86_64.rpm) = 219843 +SHA256 (rocky/l/libstdc++-11.4.1-2.1.el9.aarch64.rpm) = fd1a1bd9bfcdaac18b6201e253966c1752c73655ea5d21f17e9e927d59cab02c +SIZE (rocky/l/libstdc++-11.4.1-2.1.el9.aarch64.rpm) = 716842 +SHA256 (rocky/l/libstdc++-11.4.1-2.1.el9.x86_64.rpm) = 1e0d56f2c0ae5c5ac24ad61f8f78ec209cc09b4555f9763d0bde6da9d0a48b7b +SIZE (rocky/l/libstdc++-11.4.1-2.1.el9.x86_64.rpm) = 753710 +SHA256 (rocky/l/libuuid-2.37.4-15.el9.aarch64.rpm) = 2f7887b1a801f8ef13da9a862c0a8e324511ed4502f793903848d1e945138989 +SIZE (rocky/l/libuuid-2.37.4-15.el9.aarch64.rpm) = 28158 +SHA256 (rocky/l/libuuid-2.37.4-15.el9.x86_64.rpm) = bf8238ff0dc198fe9bcd60a087f03adbeb5271d4fe62d60dfdfa35d106e91e1e +SIZE (rocky/l/libuuid-2.37.4-15.el9.x86_64.rpm) = 28405 +SHA256 (rocky/l/libverto-0.3.2-3.el9.aarch64.rpm) = d12d7f526c5ef9957f6e1d9be4b2b77ff892040e08112f0a8804677e3c668b64 +SIZE (rocky/l/libverto-0.3.2-3.el9.aarch64.rpm) = 20851 +SHA256 (rocky/l/libverto-0.3.2-3.el9.x86_64.rpm) = f430f1b95b7467c461c7a745eba07beab00306984f2f21ecfcc04f37100405d1 +SIZE (rocky/l/libverto-0.3.2-3.el9.x86_64.rpm) = 21177 +SHA256 (rocky/l/libzstd-1.5.1-2.el9.aarch64.rpm) = b997fa077e854b7541c044dd2c213e9ecf18b67176a9e7f70dba11dc53f48d5e +SIZE (rocky/l/libzstd-1.5.1-2.el9.aarch64.rpm) = 314410 +SHA256 (rocky/l/libzstd-1.5.1-2.el9.x86_64.rpm) = 517b3080de2e0891cc346ba6b1548ef438b95dbede0e6e7a6deae89fc241f5bc +SIZE (rocky/l/libzstd-1.5.1-2.el9.x86_64.rpm) = 337469 +SHA256 (rocky/n/ncurses-6.2-10.20210508.el9.aarch64.rpm) = 8992a5742e623e7fc1f6c905eea9e6fc48febd17b984dd9ad20f6b4ea6cef76c +SIZE (rocky/n/ncurses-6.2-10.20210508.el9.aarch64.rpm) = 407361 +SHA256 (rocky/n/ncurses-6.2-10.20210508.el9.x86_64.rpm) = cccccb18028576e2d022b0816386b6f288c816ca4ee1ac43602d79ceedc1dc42 +SIZE (rocky/n/ncurses-6.2-10.20210508.el9.x86_64.rpm) = 408131 +SHA256 (rocky/n/ncurses-base-6.2-10.20210508.el9.noarch.rpm) = 88a506c88f2964c71d7eafbef76f57870d799c041560bd929608c5853e632d98 +SIZE (rocky/n/ncurses-base-6.2-10.20210508.el9.noarch.rpm) = 61298 +SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9.aarch64.rpm) = 4a4dfaff385ec7d1bcef1a0d1ef644d5a08ac844dd333594170b460c9f5b9ffb +SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9.aarch64.rpm) = 316916 +SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9.x86_64.rpm) = ea2d4bd41eb314ea7537dc47d6952091700a5ba82f44ac98b767d5ac3efa94f6 +SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9.x86_64.rpm) = 328739 +SHA256 (rocky/o/openssl-libs-3.0.7-25.el9_3.aarch64.rpm) = 54e78409218cda5c47abd5bd62c6e4549ec1b3f52cd3145fd13ebd55ee1f2a84 +SIZE (rocky/o/openssl-libs-3.0.7-25.el9_3.aarch64.rpm) = 2126860 +SHA256 (rocky/o/openssl-libs-3.0.7-25.el9_3.x86_64.rpm) = 166eb36e368701bbd734fa35c866e0a94b24a780311737bfe2cff40ff5e1a15c +SIZE (rocky/o/openssl-libs-3.0.7-25.el9_3.x86_64.rpm) = 2253108 +SHA256 (rocky/p/pcre-8.44-3.el9.3.aarch64.rpm) = 2e799d49788c8ab4ce81a564e50308f60cc8e3bad86b4fd0f0cc628d4dc900f0 +SIZE (rocky/p/pcre-8.44-3.el9.3.aarch64.rpm) = 183911 +SHA256 (rocky/p/pcre-8.44-3.el9.3.x86_64.rpm) = 167b0160dfe4bda726ed0f47e3773d6d4ee73dc032f5c09e768ffd4ac5681d71 +SIZE (rocky/p/pcre-8.44-3.el9.3.x86_64.rpm) = 201939 +SHA256 (rocky/p/pcre2-10.40-2.el9.aarch64.rpm) = ac166b2214e5e427722c2f4c24befe4c05c5593866e84045c46721334f47e86f +SIZE (rocky/p/pcre2-10.40-2.el9.aarch64.rpm) = 224248 +SHA256 (rocky/p/pcre2-10.40-2.el9.x86_64.rpm) = 9c309aff834d55fffcb84b175032869d2d93656ec6a78df2b7cf7dd44319c1aa +SIZE (rocky/p/pcre2-10.40-2.el9.x86_64.rpm) = 241519 +SHA256 (rocky/p/popt-1.18-8.el9.aarch64.rpm) = 11636ccf4c42f8fd89d2ada61a382792ad560ac052e499d1b7193c3c8fab7637 +SIZE (rocky/p/popt-1.18-8.el9.aarch64.rpm) = 59534 +SHA256 (rocky/p/popt-1.18-8.el9.x86_64.rpm) = 4306e6bb950191170669ccbfe904bf943a94736e910179f9b0db962148fe4bcf +SIZE (rocky/p/popt-1.18-8.el9.x86_64.rpm) = 59919 +SHA256 (rocky/r/readline-8.1-4.el9.aarch64.rpm) = f9524ba04a382ef9595d66ed84cdda3c36e1e651da17d6552e7d0ef0348ea1d5 +SIZE (rocky/r/readline-8.1-4.el9.aarch64.rpm) = 214887 +SHA256 (rocky/r/readline-8.1-4.el9.x86_64.rpm) = b85f5cffef627afe640cf7405845cb45956d66ef5a06e7c48dc7da47a7191674 +SIZE (rocky/r/readline-8.1-4.el9.x86_64.rpm) = 215258 +SHA256 (rocky/r/rocky-release-9.3-1.3.el9.noarch.rpm) = 65148a25a2f9a96e8dfa502c486a4b82233601328bc2ba7730cc9b661a70e0bf +SIZE (rocky/r/rocky-release-9.3-1.3.el9.noarch.rpm) = 23507 +SHA256 (rocky/s/sed-4.8-9.el9.aarch64.rpm) = b48959916662d4d20a6207e02f7e243408987d99621963d450d0bec185cffbfe +SIZE (rocky/s/sed-4.8-9.el9.aarch64.rpm) = 301224 +SHA256 (rocky/s/sed-4.8-9.el9.x86_64.rpm) = 005c959166838b0e45f02e699c35ec5449025e2463751c56b7e614bbd9514732 +SIZE (rocky/s/sed-4.8-9.el9.x86_64.rpm) = 303074 +SHA256 (rocky/s/setserial-2.17-54.el9.aarch64.rpm) = 40ad0e722029d1a8dae36fddbab1201e5e5f943ccc3bdc7c63d88d7377f81b85 +SIZE (rocky/s/setserial-2.17-54.el9.aarch64.rpm) = 26212 +SHA256 (rocky/s/setserial-2.17-54.el9.x86_64.rpm) = ae27036832f55095eec260e6dc399f41fe57d5f2e1b5b91adf53a973d8173778 +SIZE (rocky/s/setserial-2.17-54.el9.x86_64.rpm) = 26422 +SHA256 (rocky/s/setup-2.13.7-9.el9.noarch.rpm) = d6a656fedcb0a6706ba20bc8131833b0481fcc277a1a57e17d1225e34a553d34 +SIZE (rocky/s/setup-2.13.7-9.el9.noarch.rpm) = 143885 +SHA256 (rocky/s/slang-2.3.2-11.el9.aarch64.rpm) = 65d8c1c2514674480fc477a193401b2ef9ec6593c2d33efa13311ccb70bc6266 +SIZE (rocky/s/slang-2.3.2-11.el9.aarch64.rpm) = 373092 +SHA256 (rocky/s/slang-2.3.2-11.el9.x86_64.rpm) = ce9de0b6765d6bc5a13dc0d70649c60f99b5566b8b779bc9d715170375192947 +SIZE (rocky/s/slang-2.3.2-11.el9.x86_64.rpm) = 382399 +SHA256 (rocky/u/util-linux-2.37.4-15.el9.aarch64.rpm) = 415e76704013d14085e88ccb15034f54a5f167ca8d41f2b14b9eb03de44ed680 +SIZE (rocky/u/util-linux-2.37.4-15.el9.aarch64.rpm) = 2290970 +SHA256 (rocky/u/util-linux-2.37.4-15.el9.x86_64.rpm) = 33fb10e25c04cae3890fb061be702c810960017e3b5fb6b90ddd84d6031938e3 +SIZE (rocky/u/util-linux-2.37.4-15.el9.x86_64.rpm) = 2275941 +SHA256 (rocky/w/which-2.21-29.el9.aarch64.rpm) = e9351855af75aac7fb5c53173f262e4f87f400d7a96d48ec100a8d35269a1367 +SIZE (rocky/w/which-2.21-29.el9.aarch64.rpm) = 40717 +SHA256 (rocky/w/which-2.21-29.el9.x86_64.rpm) = c54b2c55264430eee2786fad79bd26c7a7c62204b1f7b568e5f097d850db9688 +SIZE (rocky/w/which-2.21-29.el9.x86_64.rpm) = 41260 +SHA256 (rocky/x/xz-libs-5.2.5-8.el9_0.aarch64.rpm) = 854a20a02aff28f4d116accb8833d9ce9e5acb0e682c8a43f65d786c4d154fca +SIZE (rocky/x/xz-libs-5.2.5-8.el9_0.aarch64.rpm) = 91794 +SHA256 (rocky/x/xz-libs-5.2.5-8.el9_0.x86_64.rpm) = 7a6f5891537bbbf601ee574c5946c3f0f121369b85c6cdfdd07e974a4dc8d81d +SIZE (rocky/x/xz-libs-5.2.5-8.el9_0.x86_64.rpm) = 94019 +SHA256 (rocky/z/zlib-1.2.11-40.el9.aarch64.rpm) = 842cc46ca0ac7336264777679959edb656b1a928c38542bd633fe44367e555c1 +SIZE (rocky/z/zlib-1.2.11-40.el9.aarch64.rpm) = 91148 +SHA256 (rocky/z/zlib-1.2.11-40.el9.x86_64.rpm) = fcd8ca717c72aeb30ea69b4f892dc021e507d8835e7b03aff501cb094db083ea +SIZE (rocky/z/zlib-1.2.11-40.el9.x86_64.rpm) = 92187 +SHA256 (rocky/a/acl-2.3.1-3.el9.src.rpm) = c9ba5e892cf7c7e10d6385dda8e9692603efa1982faf54a21b36b707fbef5a62 +SIZE (rocky/a/acl-2.3.1-3.el9.src.rpm) = 533702 +SHA256 (rocky/a/attr-2.5.1-3.el9.src.rpm) = 66db596ff9b88481619d323bcbe4eeb4e101475c9480679aa2e2f859fe3d787e +SIZE (rocky/a/attr-2.5.1-3.el9.src.rpm) = 480529 +SHA256 (rocky/b/basesystem-11-13.el9.0.1.src.rpm) = aaee2f16c7871518d8e2a7df7a46a19060a57c467b01935646ce60cc76f6c54d +SIZE (rocky/b/basesystem-11-13.el9.0.1.src.rpm) = 8078 +SHA256 (rocky/b/bash-5.1.8-6.el9_1.src.rpm) = d1cb024c6851b26225fba3f0735df26f61d5428946b512ba2cc7429d07232987 +SIZE (rocky/b/bash-5.1.8-6.el9_1.src.rpm) = 10503160 +SHA256 (rocky/b/bzip2-1.0.8-8.el9.src.rpm) = c4f3f1b9e828ed5387536b272a49470d2c9307538351df538406f23dfd614c29 +SIZE (rocky/b/bzip2-1.0.8-8.el9.src.rpm) = 822195 +SHA256 (rocky/c/coreutils-8.32-34.el9.src.rpm) = e924db4c4922adf94c75534ae4497a80fe3bca9730337d78bbcc94cae08e079c +SIZE (rocky/c/coreutils-8.32-34.el9.src.rpm) = 5677002 +SHA256 (rocky/d/diffutils-3.7-12.el9.src.rpm) = cdb9fa5192884d5bab617927a54aa83bd39d4f67963fa73e609d4e2897c37dc2 +SIZE (rocky/d/diffutils-3.7-12.el9.src.rpm) = 1474771 +SHA256 (rocky/e/e2fsprogs-1.46.5-3.el9.src.rpm) = eca2efbbb5577621f2f06aa63b25be2d42e5f27677533e0ac5c581b180a2bb90 +SIZE (rocky/e/e2fsprogs-1.46.5-3.el9.src.rpm) = 7406899 +SHA256 (rocky/f/filesystem-3.16-2.el9.src.rpm) = b67952b267a3d593078415dc7c4ff7e76691111bf7d32d07553e3adffa184b8f +SIZE (rocky/f/filesystem-3.16-2.el9.src.rpm) = 18441 +SHA256 (rocky/f/findutils-4.8.0-6.el9.src.rpm) = c8757975d7503caea8bcbd11a923b0a50cbee12c52d77527016ede3e62b02f50 +SIZE (rocky/f/findutils-4.8.0-6.el9.src.rpm) = 2007309 +SHA256 (rocky/g/gawk-5.1.0-6.el9.src.rpm) = 2dc77bb16a6be20f4474328581a740a419387124ff2cfb1b8c2b2809469cb9ea +SIZE (rocky/g/gawk-5.1.0-6.el9.src.rpm) = 3188594 +SHA256 (rocky/g/gcc-11.4.1-2.1.el9.src.rpm) = 179136696b4a635c7e500ba982464c16c2ea8ce1349d05270812fdb88532cb2a +SIZE (rocky/g/gcc-11.4.1-2.1.el9.src.rpm) = 81805344 +SHA256 (rocky/g/gdbm-1.19-4.el9.src.rpm) = 6601930039f01539ddcf9a509e0a19e8380443d648b29f0c8115673b5c606425 +SIZE (rocky/g/gdbm-1.19-4.el9.src.rpm) = 981728 +SHA256 (rocky/g/glib2-2.68.4-11.el9.src.rpm) = e8af25f6bafdedd7799135e5358c7423f86abcdda8eb3c63b092b6f18a54b60f +SIZE (rocky/g/glib2-2.68.4-11.el9.src.rpm) = 5030974 +SHA256 (rocky/g/glibc-2.34-83.el9.12.src.rpm) = eac954c662b59e307fbb921540f0a75217eaae0d46d309a15b45a6712e48c69f +SIZE (rocky/g/glibc-2.34-83.el9.12.src.rpm) = 18461238 +SHA256 (rocky/g/gmp-6.2.0-13.el9.src.rpm) = 8297b96da5460fd78d81e38c3ac1559a35eb51bea3c3d398efaacd62868d20d4 +SIZE (rocky/g/gmp-6.2.0-13.el9.src.rpm) = 2500190 +SHA256 (rocky/g/grep-3.6-5.el9.src.rpm) = d7e0368575da276796d79537cb4897092988285541a2ede0b5688ba42215f34b +SIZE (rocky/g/grep-3.6-5.el9.src.rpm) = 1617932 +SHA256 (rocky/k/keyutils-1.6.3-1.el9.src.rpm) = 49c8af3cf9a7164242d8d457dc17d57eaaf97af07859d584b091e9e39f0bede7 +SIZE (rocky/k/keyutils-1.6.3-1.el9.src.rpm) = 149203 +SHA256 (rocky/k/krb5-1.21.1-1.el9.src.rpm) = 68b7c3b8963f6f84a7c3f4174d6b1d5d9156e38763bee8de7682bf977c7617f4 +SIZE (rocky/k/krb5-1.21.1-1.el9.src.rpm) = 8731908 +SHA256 (rocky/l/less-590-3.el9_3.src.rpm) = 8088bdc9d9c2f5fbc5caecbeae1650e21bd7e4aae08698926fdb382178cbe133 +SIZE (rocky/l/less-590-3.el9_3.src.rpm) = 377813 +SHA256 (rocky/l/libcap-2.48-9.el9_2.src.rpm) = 54f35d6b547033d86b9fed8247c80306fffbb3c316a286586ab37bee660d275c +SIZE (rocky/l/libcap-2.48-9.el9_2.src.rpm) = 198929 +SHA256 (rocky/l/libdb-5.3.28-53.el9.src.rpm) = 02d6d879f70dfc9de2364c68988ea3673884952e7739a031cafb7e65f18f0398 +SIZE (rocky/l/libdb-5.3.28-53.el9.src.rpm) = 35278840 +SHA256 (rocky/l/libffi-3.4.2-8.el9.src.rpm) = 08d292859e2a980b79f578778e9ac50ceb4330954cda445992cd4007e70c6928 +SIZE (rocky/l/libffi-3.4.2-8.el9.src.rpm) = 1365131 +SHA256 (rocky/l/libgudev-237-1.el9.src.rpm) = 2904abffd7583e387e6233cdef9dd9224abc0e482b4bfc97b43c6eb4317fd5fc +SIZE (rocky/l/libgudev-237-1.el9.src.rpm) = 38802 +SHA256 (rocky/l/libselinux-3.5-1.el9.src.rpm) = daa6a4936a2a587381a58368add54394c0d3d04a78d6c40c728de428491cc93d +SIZE (rocky/l/libselinux-3.5-1.el9.src.rpm) = 262923 +SHA256 (rocky/l/libsepol-3.5-1.el9.src.rpm) = 8358c49973d2a821c2be38f6e320ebda79c1bc4e9e8165fa1f59d9622a7c4983 +SIZE (rocky/l/libsepol-3.5-1.el9.src.rpm) = 521668 +SHA256 (rocky/l/libssh-0.10.4-12.el9_3.src.rpm) = e47615c79db817f4589e412b8a04bcc94aeb528a6735363fdb51909e329a0834 +SIZE (rocky/l/libssh-0.10.4-12.el9_3.src.rpm) = 649878 +SHA256 (rocky/l/libverto-0.3.2-3.el9.src.rpm) = 08f0b27aaf3b288e10ab3c1068ee09f3f2afe036879787d3f66b871ef161cb33 +SIZE (rocky/l/libverto-0.3.2-3.el9.src.rpm) = 394523 +SHA256 (rocky/n/ncurses-6.2-10.20210508.el9.src.rpm) = eab1c0ac71e76feadba9acd0dfb4e7edf8ee12a1d526580e74fe644878f684bf +SIZE (rocky/n/ncurses-6.2-10.20210508.el9.src.rpm) = 3584239 +SHA256 (rocky/o/openssl-3.0.7-25.el9_3.src.rpm) = a8c14ab781e26e4dc19db52e799712a228547592132ac4bab621cad2555d6edc +SIZE (rocky/o/openssl-3.0.7-25.el9_3.src.rpm) = 15499772 +SHA256 (rocky/p/pcre-8.44-3.el9.3.src.rpm) = 8b277dc270948cd53991e12a77f175af98816677917a0c7d83210606176cd79f +SIZE (rocky/p/pcre-8.44-3.el9.3.src.rpm) = 1619933 +SHA256 (rocky/p/pcre2-10.40-2.el9.src.rpm) = 426449bf6b16b97c0c7e7e79c8851acd083693ffae155ae903187a5602e999be +SIZE (rocky/p/pcre2-10.40-2.el9.src.rpm) = 1785573 +SHA256 (rocky/p/popt-1.18-8.el9.src.rpm) = 8266495d0508509dc5292604d6c78fa96d1ae356e0f2f4cf4ac5c7ad2ecae56e +SIZE (rocky/p/popt-1.18-8.el9.src.rpm) = 593926 +SHA256 (rocky/r/readline-8.1-4.el9.src.rpm) = d4d0321fb8a3d22fbf8b7d9c80364ac4478db835bcafde003ac04b2df19a6e25 +SIZE (rocky/r/readline-8.1-4.el9.src.rpm) = 3007997 +SHA256 (rocky/r/rocky-release-9.3-1.3.el9.src.rpm) = e12242fd8c1c0f8465472ec9352331f763b007e2fb298955976caa61d83d8e3b +SIZE (rocky/r/rocky-release-9.3-1.3.el9.src.rpm) = 59014 +SHA256 (rocky/s/sed-4.8-9.el9.src.rpm) = ad9772fc0d8bf2479246aa9b1ab04506d5c25eb64a5abffe2195304198b77c80 +SIZE (rocky/s/sed-4.8-9.el9.src.rpm) = 1422083 +SHA256 (rocky/s/setserial-2.17-54.el9.src.rpm) = 4a508744b8d70f58bced990450cfb53d3d37d9f96ae01fabfd6d5a3807c12253 +SIZE (rocky/s/setserial-2.17-54.el9.src.rpm) = 93388 +SHA256 (rocky/s/setup-2.13.7-9.el9.src.rpm) = f33b39fda091fffd57c2258cb49446f8af29d421a921708178f9f2fcab402629 +SIZE (rocky/s/setup-2.13.7-9.el9.src.rpm) = 193314 +SHA256 (rocky/s/slang-2.3.2-11.el9.src.rpm) = 09b66b87664e1975912a3ccf0dc045ea0826992e80fe74f5c739c6c60dc9772c +SIZE (rocky/s/slang-2.3.2-11.el9.src.rpm) = 1592900 +SHA256 (rocky/t/texinfo-6.7-15.el9.src.rpm) = beb821fc1b42f83852ed93eb8563be8f848a8d30a2eca2a1da7761b5de745e6a +SIZE (rocky/t/texinfo-6.7-15.el9.src.rpm) = 4364617 +SHA256 (rocky/u/util-linux-2.37.4-15.el9.src.rpm) = ec94bb4d20d41f2c6de6857ffb9d6cdc54b712ad9cd042650897a4b64ae2d1cd +SIZE (rocky/u/util-linux-2.37.4-15.el9.src.rpm) = 6227142 +SHA256 (rocky/w/which-2.21-29.el9.src.rpm) = 2417f4282c349795befae1c8cbc357906b47fd1a9ea5eeea5f92c69430c084d5 +SIZE (rocky/w/which-2.21-29.el9.src.rpm) = 162444 +SHA256 (rocky/x/xz-5.2.5-8.el9_0.src.rpm) = b7cef2fb719b09209740b5be7fcd6e766b069e9a5177a51bd74894e3fe5959b6 +SIZE (rocky/x/xz-5.2.5-8.el9_0.src.rpm) = 1165795 +SHA256 (rocky/z/zlib-1.2.11-40.el9.src.rpm) = 0902a850988d0051410218305303ffb76c090a2606113078c73a0c1f73adee7d +SIZE (rocky/z/zlib-1.2.11-40.el9.src.rpm) = 554604 diff --git a/emulators/linux_base-rl9/pkg-descr b/emulators/linux_base-rl9/pkg-descr new file mode 100644 index 00000000000..485f94e4ee8 --- /dev/null +++ b/emulators/linux_base-rl9/pkg-descr @@ -0,0 +1,7 @@ +This port contains packages from a near-minimal installation of Rocky Linux 9. +These packages, in conjunction with the Linux kernel module, +form the basis of the Linux compatibility environment. It is designed to +provide a nice user experience by using the FreeBSD configuration for +corresponding Linux stuff where possible. Because of this any work which +needs to chroot into the Linux base may not work as expected (no fallthrough +to the FreeBSD config possible). diff --git a/emulators/linux_base-rl9/pkg-plist.aarch64 b/emulators/linux_base-rl9/pkg-plist.aarch64 new file mode 100644 index 00000000000..4878ef89af8 --- /dev/null +++ b/emulators/linux_base-rl9/pkg-plist.aarch64 @@ -0,0 +1,2224 @@ +@preexec [ -n "`/sbin/sysctl -q %%SYSCTLMIB%%`" ] || ( echo "Cannot install package: kernel missing 64-bit Linux support" >&2; exit 1 ) +bin +etc/GREP_COLORS +etc/adjtime +etc/aliases +etc/bashrc +etc/csh.cshrc +etc/csh.login +etc/dnf/protected.d/setup.conf +etc/environment +etc/ethertypes +etc/filesystems +etc/host.conf +etc/hosts +etc/inputrc +etc/issue +etc/issue.net +etc/krb5.conf.d/crypto-policies +@sample etc/krb5.conf.sample +@rmtry etc/ld.so.cache +etc/ld.so.conf +etc/mke2fs.conf +etc/mtab +etc/networks +@sample etc/nsswitch.conf.sample +etc/os-release +etc/pki/tls/ct_log_list.cnf +etc/pki/tls/fips_local.cnf +etc/pki/tls/openssl.cnf +etc/profile +etc/profile.d/colorgrep.csh +etc/profile.d/colorgrep.sh +etc/profile.d/csh.local +etc/profile.d/gawk.csh +etc/profile.d/gawk.sh +etc/profile.d/lang.csh +etc/profile.d/lang.sh +etc/profile.d/less.csh +etc/profile.d/less.sh +etc/profile.d/sh.local +etc/profile.d/which2.csh +etc/profile.d/which2.sh +etc/redhat-release +etc/request-key.conf +etc/rocky-release +etc/rocky-release-upstream +etc/rpc +etc/shells +etc/skel/.bash_logout +etc/skel/.bash_profile +etc/skel/.bashrc +etc/subgid +etc/subuid +etc/system-release +etc/system-release-cpe +etc/xattr.conf +lib +lib64 +run +sbin +usr/bin/[ +usr/bin/alias +usr/bin/arch +usr/bin/awk +usr/bin/b2sum +usr/bin/base32 +usr/bin/base64 +usr/bin/basename +usr/bin/basenc +usr/bin/bash +usr/bin/bashbug +usr/bin/bashbug-64 +usr/bin/bg +usr/bin/bunzip2 +usr/bin/bzcat +usr/bin/bzcmp +usr/bin/bzdiff +usr/bin/bzegrep +usr/bin/bzfgrep +usr/bin/bzgrep +usr/bin/bzip2 +usr/bin/bzip2recover +usr/bin/bzless +usr/bin/bzmore +usr/bin/cal +usr/bin/captoinfo +usr/bin/cat +usr/bin/catchsegv +usr/bin/cd +usr/bin/chattr +usr/bin/chcon +usr/bin/chgrp +usr/bin/chmem +usr/bin/chmod +usr/bin/choom +usr/bin/chown +usr/bin/cksum +usr/bin/clear +usr/bin/cmp +usr/bin/col +usr/bin/colcrt +usr/bin/colrm +usr/bin/column +usr/bin/comm +usr/bin/command +usr/bin/cp +usr/bin/csplit +usr/bin/cut +usr/bin/date +usr/bin/dd +usr/bin/df +usr/bin/diff +usr/bin/diff3 +usr/bin/dir +usr/bin/dircolors +usr/bin/dirname +usr/bin/du +usr/bin/echo +usr/bin/egrep +usr/bin/eject +usr/bin/env +usr/bin/expand +usr/bin/expr +usr/bin/factor +usr/bin/fallocate +usr/bin/false +usr/bin/fc +usr/bin/fg +usr/bin/fgrep +usr/bin/fincore +usr/bin/find +usr/bin/fmt +usr/bin/fold +usr/bin/fuse2fs +usr/bin/gapplication +usr/bin/gawk +usr/bin/gdbus +usr/bin/gencat +usr/bin/getconf +usr/bin/getent +usr/bin/getopt +usr/bin/getopts +usr/bin/gio +usr/bin/gio-querymodules-64 +usr/bin/glib-compile-schemas +usr/bin/grep +usr/bin/groups +usr/bin/gsettings +usr/bin/hash +usr/bin/head +usr/bin/hexdump +usr/bin/hostid +usr/bin/iconv +usr/bin/id +usr/bin/info +usr/bin/infocmp +usr/bin/infotocap +usr/bin/install +usr/bin/irqtop +usr/bin/isosize +usr/bin/jobs +usr/bin/join +usr/bin/keyctl +usr/bin/last +usr/bin/lastb +usr/bin/ld.so +usr/bin/ldd +usr/bin/less +usr/bin/lessecho +usr/bin/lesskey +usr/bin/lesspipe.sh +usr/bin/link +usr/bin/linux32 +usr/bin/linux64 +usr/bin/ln +usr/bin/locale +usr/bin/localedef +usr/bin/logname +usr/bin/look +usr/bin/ls +usr/bin/lsattr +usr/bin/lsirq +usr/bin/lslocks +usr/bin/mcookie +usr/bin/md5sum +usr/bin/mesg +usr/bin/mkdir +usr/bin/mkfifo +usr/bin/mknod +usr/bin/mktemp +usr/bin/mv +usr/bin/namei +usr/bin/nice +usr/bin/nl +usr/bin/nohup +usr/bin/nproc +usr/bin/numfmt +usr/bin/od +usr/bin/paste +usr/bin/pathchk +usr/bin/pinky +usr/bin/pldd +usr/bin/pr +usr/bin/printenv +usr/bin/printf +usr/bin/prlimit +usr/bin/ptx +usr/bin/pwd +usr/bin/read +usr/bin/readlink +usr/bin/realpath +usr/bin/rename +usr/bin/reset +usr/bin/rev +usr/bin/rm +usr/bin/rmdir +usr/bin/runcon +usr/bin/scriptlive +usr/bin/scriptreplay +usr/bin/sdiff +usr/bin/sed +usr/bin/seq +usr/bin/setarch +usr/bin/setserial +usr/bin/setterm +usr/bin/sh +usr/bin/sha1sum +usr/bin/sha224sum +usr/bin/sha256sum +usr/bin/sha384sum +usr/bin/sha512sum +usr/bin/shred +usr/bin/shuf +usr/bin/sleep +usr/bin/sort +usr/bin/sotruss +usr/bin/split +usr/bin/sprof +usr/bin/stat +usr/bin/stdbuf +usr/bin/stty +usr/bin/sum +usr/bin/sync +usr/bin/tabs +usr/bin/tac +usr/bin/tail +usr/bin/tee +usr/bin/test +usr/bin/tic +usr/bin/timeout +usr/bin/toe +usr/bin/touch +usr/bin/tput +usr/bin/tr +usr/bin/true +usr/bin/truncate +usr/bin/tset +usr/bin/tsort +usr/bin/tty +usr/bin/type +usr/bin/tzselect +usr/bin/ul +usr/bin/ulimit +usr/bin/umask +usr/bin/unalias +usr/bin/uname +usr/bin/uname26 +usr/bin/unexpand +usr/bin/uniq +usr/bin/unlink +usr/bin/users +usr/bin/utmpdump +usr/bin/uuidgen +usr/bin/uuidparse +usr/bin/vdir +usr/bin/wait +usr/bin/wall +usr/bin/wc +usr/bin/wdctl +usr/bin/whereis +usr/bin/which +usr/bin/who +usr/bin/whoami +usr/bin/write +usr/bin/xargs +usr/bin/yes +usr/bin/zdump +usr/lib/.build-id/00/8c49e4fa52d5c6b4421efe93a2e0a97b34953f +usr/lib/.build-id/01/91bc3ac57dcbba7cc1fa2a1063a6a59882f110 +usr/lib/.build-id/02/8cb5f2a78698e8dc6cd8b1f3f89de87214cd8c +usr/lib/.build-id/02/ec43c4270173dfaaa729bfb411c39f6c05e689 +usr/lib/.build-id/04/1731a188522c8c5a070d599ac17a555dd15989 +usr/lib/.build-id/04/25c5c3f3209030214db909f391036b77dc216f +usr/lib/.build-id/04/e9f8ee0ea5b07178e2e612bd7cd698d61322e5 +usr/lib/.build-id/04/fc1b04c26613a5f1e99736146ca15582b29f16 +usr/lib/.build-id/05/1d312fbba5ac31e99a15b2f40468d5990c0750 +usr/lib/.build-id/05/b1b5c5bb47b7fa3d46fb860467ab43ef4b6649 +usr/lib/.build-id/05/b44ca4f36187afe07e030037813c727129e9ee +usr/lib/.build-id/06/e814a83e3f1ca58a4db6de593897d92fa7a51c +usr/lib/.build-id/08/164c3744e528469c175aa418176d750151fc20 +usr/lib/.build-id/08/a3257453f24caa1385d01e55529dd9d37bde97 +usr/lib/.build-id/09/47936d44628522bf55877d2ad50ff463136880 +usr/lib/.build-id/09/91197b6880e2d437050c6ac13c2e9478dbbe94 +usr/lib/.build-id/0a/5ad8e65fc3bf97fb7671852b1d7ff3eb7e5d91 +usr/lib/.build-id/0c/12090e82ebb06d55c27975878a3ce6b42faebd +usr/lib/.build-id/0c/dda74cfcee16b2396eea95cd1e23415091d914 +usr/lib/.build-id/0c/f99088da1e59b4258b373c77ed9c8895a03cf5 +usr/lib/.build-id/0d/5b5f90ba4c5b693b17933205a782e1e435b0c8 +usr/lib/.build-id/0d/5b5f90ba4c5b693b17933205a782e1e435b0c8.1 +usr/lib/.build-id/0e/316d97e94a6db78db9eb7307fd42be3dd4a146 +usr/lib/.build-id/0e/bd2db3ed6e6744da3c518439af1ae980b77130 +usr/lib/.build-id/0f/735384fa1d8b8ce48647c8e0f0d2f47c4ba86d +usr/lib/.build-id/0f/7c019eda1ef9d427cc16116c0687d49702057e +usr/lib/.build-id/0f/c29423cd48a6dbdcd3b37a7f07c509068345bf +usr/lib/.build-id/10/10651b00165f486e48686964f4b8aa9bde964a +usr/lib/.build-id/10/bc2a9ef859c470c0908a0862c45b912ebf905a +usr/lib/.build-id/11/351f731fefb7d05e17c32f88f7afa6e6afe1ac +usr/lib/.build-id/12/2a5bd09c03d696cd8d76b9b3a167a6fce7ca52 +usr/lib/.build-id/12/7950f83d7974cb2419d9c2e1818266bc1a502a +usr/lib/.build-id/12/bd15180464e36a2dde1cfea46938d8ffb32bd5 +usr/lib/.build-id/13/1787a3b049839b096091143fa39d7900a5f041 +usr/lib/.build-id/13/36f318182548c0c7e0a523925a3485993a1aee +usr/lib/.build-id/14/0f542968706778f1c46e379e5a7bf7bb5cd05b +usr/lib/.build-id/14/23fc3c40598b7b09124756121ade31d9192574 +usr/lib/.build-id/14/fc4663cccd13015802e9221e97b5c86e8e46ef +usr/lib/.build-id/15/19303b6a78206e5c4d344e67bfcdf3fdbdf853 +usr/lib/.build-id/16/1899622d6ef7543b29b89a9e6394e569862b59 +usr/lib/.build-id/16/19e06691c396929a74f784b51d6f16e45e02ea +usr/lib/.build-id/16/e32f31b1003250856db043211675d12d68da03 +usr/lib/.build-id/17/212e85302846ff1a26753df03305609cdde4e0 +usr/lib/.build-id/17/52c63c7d5eb4441860de695d04cefbe6b39d28 +usr/lib/.build-id/17/f8aa99a21b55ccfddaf6b4e02e80b26ee53080 +usr/lib/.build-id/18/d066dfd30954d67b2e07ec0dfb925db3546309 +usr/lib/.build-id/19/61f692e311a49a82dace870268331fbe5eb27e +usr/lib/.build-id/19/62b83381ad9a5d758c228c3aac793543e24918 +usr/lib/.build-id/19/78a7dfecc1917d7e4a4c80880648127155ede8 +usr/lib/.build-id/1b/9723497e935156c44170f7b394d28d39945096 +usr/lib/.build-id/1b/ab1e4d86ff166ed2f5e96ce1a3d383c970dcda +usr/lib/.build-id/1c/de1f3a231a2c4fc9545d8bbdc92289318bb9dd +usr/lib/.build-id/1d/4aa6a4b9349214b0de6fb725c1694eaf7bd9f0 +usr/lib/.build-id/1e/bd7a60bb061c8da0f20466e75e413d3223d775 +usr/lib/.build-id/1e/ea7d663847cdc31a50a3c79477f29d26282ade +usr/lib/.build-id/1f/19d589314996cf8da7ace4ed63729d03b590b2 +usr/lib/.build-id/21/12d8795b1aa0c400f220c4b8d3e4e1132b4440 +usr/lib/.build-id/21/18e0bd028f12c294add407b5abd884d9c9b10b +usr/lib/.build-id/21/329d4dd8fc3e86e99ba28f8a6e1e2793558a5a +usr/lib/.build-id/21/7e4da24e47315817309265764153d93675cd27 +usr/lib/.build-id/21/8aa21ace96bd067bf926bd576941d5efac5341 +usr/lib/.build-id/23/d67d7be82509040ce0701dd30067a4836f944d +usr/lib/.build-id/24/237f53d0bae74569f18f35b55489bc0d00ba64 +usr/lib/.build-id/24/bccd65d8a79bde2195317d93f63ce5704ef007 +usr/lib/.build-id/25/861f79bf187f5869aac03226c377c0d60e7d73 +usr/lib/.build-id/26/f90b1f1ed238f3d65c0fe802ebd0ba58d14438 +usr/lib/.build-id/27/b54f2f2798d15a0701fe97a18fee2e9dfac409 +usr/lib/.build-id/27/e751c348b820531337afa30f4199175ac03aeb +usr/lib/.build-id/27/f521a21633384da435194852e211d578255c36 +usr/lib/.build-id/29/2cbfe000e29da2342cc244fb468c26c205dc3b +usr/lib/.build-id/2a/1195c0c5bb4641ca01f301f7370c6049484141 +usr/lib/.build-id/2a/667712878ac5f38a39b0e0e5b5e83a934cc4b1 +usr/lib/.build-id/2a/ca50985c03db078ce521b82bcd11607eefa269 +usr/lib/.build-id/2c/29089086867ce7db1fa41430b530b50d47b2e5 +usr/lib/.build-id/2e/1705e42802d6d62b52ded7deda28ae84487a0e +usr/lib/.build-id/2e/6c859ac173d83117c320d5844f86d4e96f837e +usr/lib/.build-id/30/64e17094cf77a8f6e4570f9896c45c71927b5d +usr/lib/.build-id/31/43e5d37834fa1244ca9022a9ef6f7e9d676ac2 +usr/lib/.build-id/32/ad70395fc530c53f51adef4c4ed6542f53aaf0 +usr/lib/.build-id/32/d6a1082c90446c52214fa8e7f1617a8829cb99 +usr/lib/.build-id/33/13eeeeb9e9ee4feb96456ff6650dea7cdb4a14 +usr/lib/.build-id/33/9824a8773389b37d2e5a54cab6023607af9001 +usr/lib/.build-id/34/03a35696f97e78cff28d98888634c05bf9d729 +usr/lib/.build-id/34/519651f509e4178d751fcdb274ee7e4554d544 +usr/lib/.build-id/34/64372d964273216c8c1a246e710140fd3e83c4 +usr/lib/.build-id/35/c75bf62e3f3e2b70c5b8a8da52393a0ab12fbe +usr/lib/.build-id/36/aa0a2774e291950e21850c5dbe2e8cfbaeeb28 +usr/lib/.build-id/37/4689237b58bba4d4375987963247dd32a234f5 +usr/lib/.build-id/37/f20ce1f148169f1c3bffdd0363498174bf90d3 +usr/lib/.build-id/38/30dfbda3d9e8642dd6fb6220c304561b650709 +usr/lib/.build-id/38/7d1868a1fb29ace6fa836bada2ee7a03ce0db3 +usr/lib/.build-id/38/84a843911b6fa0706ed78de2d60bcfa4aef6bc +usr/lib/.build-id/38/9b7f6694eeecaaba8d2268d7d364c0c37e3b58 +usr/lib/.build-id/39/1833ffec82c67d06689461d3ccb44b450c5863 +usr/lib/.build-id/39/d4ee91afd75f7cb4bba7522124b5428247c54e +usr/lib/.build-id/3a/dca72f95448a5530dbf5d90f42ad2d2e56d6d1 +usr/lib/.build-id/3b/e98ad25b3d5d735a2bb187b81117b77a439b5b +usr/lib/.build-id/3b/e98ad25b3d5d735a2bb187b81117b77a439b5b.1 +usr/lib/.build-id/3b/e98ad25b3d5d735a2bb187b81117b77a439b5b.2 +usr/lib/.build-id/3b/e98ad25b3d5d735a2bb187b81117b77a439b5b.3 +usr/lib/.build-id/3c/8225fa89e5b777e4faa8865eb4843cec8f08eb +usr/lib/.build-id/3d/027b2bbba6c5433cf2098cfe33d8873179e2e3 +usr/lib/.build-id/3d/6103fb1fb250ed5de7ffae8cb7d8b1c40db2e9 +usr/lib/.build-id/3e/e1ba5f3895970ef51f362d170508b77f60d635 +usr/lib/.build-id/3f/002eec4219a811e57baf066ffae581c6156233 +usr/lib/.build-id/3f/6b9f7afb2fc837e3d654d5495df2f9eb8e40e0 +usr/lib/.build-id/3f/b6e08edebe7576e5af1293aef5f94b80b06b7d +usr/lib/.build-id/40/625af095644863a31af66b829f22aa3a54b283 +usr/lib/.build-id/40/c1d04b963e8996174ad76b8fd7e275c308b366 +usr/lib/.build-id/40/d5baaf5d845f41e853f98763cd7d0339f775c0 +usr/lib/.build-id/41/021d47f7a2ec26cef0b8e47badaade06d128c5 +usr/lib/.build-id/42/bed7d9e191eaa99eb893ff107b48e13602e2ab +usr/lib/.build-id/43/36f8b9eb39fb053898519839636d54f238df27 +usr/lib/.build-id/43/bf6cf313e1065a08d2f0abaff841f9698fedea +usr/lib/.build-id/44/199d246b8db0cb110536d0fa929cc9013c5ba6 +usr/lib/.build-id/45/01883670f1929209be79cde693b75b7b92238b +usr/lib/.build-id/45/34c6252155536c6628d0d9616bcd4808da8f4d +usr/lib/.build-id/46/4ea91297e872636a174f68b0901ee47af7244e +usr/lib/.build-id/46/a9150ac2891cb0273cdd9f8519785cbfd938f3 +usr/lib/.build-id/46/ceb3d85da7c066ac31c693dd57759907a234a9 +usr/lib/.build-id/47/128dd013181a59e2483b76fbae465442d4ca90 +usr/lib/.build-id/47/916887fa0e52bab4b14ea960b5f10125ded4cf +usr/lib/.build-id/47/a6c1838e02857018ef65b9156eb1a85a2bdc37 +usr/lib/.build-id/49/bedf23181ed507dec76f314dc8ad7a37a49cd2 +usr/lib/.build-id/49/fa912e8dbd03aaf9a5d0362169d152d6c859b9 +usr/lib/.build-id/4a/c97185e5d6ebbd0cc915f8d64201f074f03da8 +usr/lib/.build-id/4b/32b9cb4d3f764bbf2999e552b1babeeb7ccdb6 +usr/lib/.build-id/4b/c6058d37401c2cec884999f3c891b019aec011 +usr/lib/.build-id/4c/bca2db4c1d791f9d94049693ecf6aba9410ae6 +usr/lib/.build-id/4c/cf68a9feaa6c99af8dd3a49d5f6f68d7a66a7d +usr/lib/.build-id/4d/611f71dae29f98c97f916d0489912bea9b8bf5 +usr/lib/.build-id/4d/cd6e816803699f0a9cdfe0b45dfa1cbaa128a9 +usr/lib/.build-id/4f/9648914fefdbe91095db4cabb45c78c306d114 +usr/lib/.build-id/50/1f4034756e2ab99d7a95834f49361ffdbcbd67 +usr/lib/.build-id/51/5705401552783fc16d22af0f5d46bca63b8011 +usr/lib/.build-id/52/9b842f354e89dcd46098a990830f068bce9a64 +usr/lib/.build-id/54/0fe24ee09ab831e4a74fe64b046c857c6c9199 +usr/lib/.build-id/54/ede52e6c7d65f7e178b612469a7d142ac8cfcd +usr/lib/.build-id/55/3b096508d82deabb06b8717edbdc83ee505deb +usr/lib/.build-id/56/113088a84f72422ee873621083c3fb99fcccbf +usr/lib/.build-id/56/75d7d038562a860c902f7f5f279949ccea97d0 +usr/lib/.build-id/56/88d5fd09588befd086682ab4e1b17a26f4c3c5 +usr/lib/.build-id/56/d4d116e3f55a13abb4b70a6c7db0bf38d4f5f4 +usr/lib/.build-id/58/812bf2faadef019faa6adbecaa65397f468240 +usr/lib/.build-id/59/8baca817c0bda9f06acf516c652f7686f7d8fd +usr/lib/.build-id/59/90f3d7d028d96bac223a1fcc644e2571a30723 +usr/lib/.build-id/5a/16cec4bad099477e8f103c9210347a91b92c3b +usr/lib/.build-id/5a/1c585343dc90c604aa019918367da132fc6f8d +usr/lib/.build-id/5a/30635de7c3d6fbac525bc004c038c780cbe686 +usr/lib/.build-id/5a/5dd17e4bd2e52471f3de5a8c2f44462bb4b987 +usr/lib/.build-id/5a/5fc74c56e1bf2aad9b80bfbd933ed199c25202 +usr/lib/.build-id/5c/b96be490ea5edb8f79dfc3dae62cd4557020db +usr/lib/.build-id/5d/17d4ae9dcce12511c951ffac7e75821a4409eb +usr/lib/.build-id/5f/2424d30e920264824d1f1ccd3b9373b2373780 +usr/lib/.build-id/5f/2b30d9e9657a29ba670f1a25911d19bca78249 +usr/lib/.build-id/62/21ee3b58a0e9368ac6b774b68133ba54865305 +usr/lib/.build-id/63/aaf7a45bb52920df2b189f82f7fc0665a9dac9 +usr/lib/.build-id/63/aaf7a45bb52920df2b189f82f7fc0665a9dac9.1 +usr/lib/.build-id/63/e54c1c929318445cf599c0b43907b9e8d5f46f +usr/lib/.build-id/64/91384d7db083654fb34e2208a0ff8168a18802 +usr/lib/.build-id/65/99e63da2330e0ed288fb521ed81081de4976c2 +usr/lib/.build-id/66/873ec9dc07d97c1a99785e653c1e719832bfc5 +usr/lib/.build-id/68/4776f83e74ba829de3751766263bb8a4e2915a +usr/lib/.build-id/69/3719a08d2959a604329815cab9f2a6a7f1d9c7 +usr/lib/.build-id/69/385794961bb6c406480df6d444624180029daa +usr/lib/.build-id/69/e6517be863c8d34715771bbe79548c65317756 +usr/lib/.build-id/6a/ef9113477dd2a1ccf819ceba5bfd55834cef98 +usr/lib/.build-id/6c/2a847edce70e4b26678051d85740ff40dd17d5 +usr/lib/.build-id/6c/8e7370c8d18f8910aadad308fd37a8b42b5fa9 +usr/lib/.build-id/6d/9185251b4fbdf8eb7f29970e597fa8e4ff7127 +usr/lib/.build-id/6e/d35db80d50f734a676acfd644cbc1f07d067bb +usr/lib/.build-id/6f/e87921e4affa6cc46c62451a5efa7ca90d3498 +usr/lib/.build-id/71/2aed06a1ed4f7fb7e04bbd07de3fa1033a3fcc +usr/lib/.build-id/71/8dee703c0227284954727894f58ee65338a712 +usr/lib/.build-id/71/a090a4d1267895923dcdb870bcc205a7d1ccf9 +usr/lib/.build-id/72/6de7f238007dc1de18d0dd2b50d5e56f15265b +usr/lib/.build-id/72/b970cb75ab84dd17f722d1ece46dc8197e2815 +usr/lib/.build-id/74/f07b5b707c77aa688df371c98f7cc484498898 +usr/lib/.build-id/75/98646a784053c097218b224a0f105b18b9b30d +usr/lib/.build-id/75/cf85bcf85e11ffe1d570ae23d6cabe75ddd31c +usr/lib/.build-id/76/504135d145e043e3c4a225bb6822cf0ff5c3c0 +usr/lib/.build-id/76/78e977f47efa87af9faa32e37e70f970187e91 +usr/lib/.build-id/77/641fa307469f6170565c7147dd299df2976405 +usr/lib/.build-id/77/7a1a1f20bcbe7144690673ccd6d751a1b58a4e +usr/lib/.build-id/78/38ae79db1aab62d9c55744a2778e56f0381791 +usr/lib/.build-id/79/31247fd7f120a0dbef83d0c87cfb53a8ff750b +usr/lib/.build-id/7a/366e8be3e44fdcb61cddaec304a7d8c84bb134 +usr/lib/.build-id/7a/f2cb3b7ddc1c6c6f96bfeda8dc6d5cee8f6456 +usr/lib/.build-id/7b/4d67fdc81fc7a054a7713da0c90520826f941f +usr/lib/.build-id/7b/d70e7b443ba53005b84029d11948ad0bf9b0f7 +usr/lib/.build-id/7d/209001c8556ac20dd92390bf54a7b81bc599a8 +usr/lib/.build-id/7d/8b9db9c196b9fef64732740404deacac9ac4ea +usr/lib/.build-id/7d/c9767325738ff05e26af311c39fe9af1636bea +usr/lib/.build-id/7f/847d9bcbd79f4f418de5550a592d55496d1e3a +usr/lib/.build-id/80/4ef51a8988dfa6e99284bd093c03fab8f2282b +usr/lib/.build-id/81/23fa99c6763871a008ac716301c0f68091549f +usr/lib/.build-id/81/75276ca9382b5e2bf0052910cb46124e42bae9 +usr/lib/.build-id/82/4bc10943d77c9d9d21713d23665c349f50bc39 +usr/lib/.build-id/82/ad43e4fb8f0b3e33fb1ec491377c77745500c6 +usr/lib/.build-id/82/d8f9832986b4db6f1324165cce0cb00f411cb2 +usr/lib/.build-id/82/e8873ed94779eff0cb9ba8f01433216b9a588b +usr/lib/.build-id/83/9abb46809d8ee3064fa75dccfcb44d36a2ff85 +usr/lib/.build-id/84/d5d097e3b8ef070f91b7be830548c2d686b5cc +usr/lib/.build-id/84/f15d5c5f4db5d6924debb9985ac71dc4843991 +usr/lib/.build-id/85/72a597d57063cb3735f8f8c44068000d797897 +usr/lib/.build-id/86/a8a07db1870a712f2cd64a95df64076edf6d05 +usr/lib/.build-id/86/b7c1adafed81e9996f0cf4410deb4e7f544020 +usr/lib/.build-id/87/d393e8c011e20d504dd3083be6ed63afb18cd2 +usr/lib/.build-id/89/06bc1c5d9f4aaf73096586a82e36af2c70e32c +usr/lib/.build-id/89/7c4f9cb9ea782d3e4f31d6a15e84785e1afa13 +usr/lib/.build-id/89/e1dea2a742d9f3c5b3954880cba1fec615e4ae +usr/lib/.build-id/8a/2b357bfd269c7f585f7c3d1b92a9760dbb5e32 +usr/lib/.build-id/8a/ae320b37c6ecaab3cd6bf3c9010f03a5266353 +usr/lib/.build-id/8b/c73745a27220272ea09b8de846630d5361cd26 +usr/lib/.build-id/8b/cd598a33e05e44abda90d775828622c1304c38 +usr/lib/.build-id/8e/2e2f619dc2d51b27f2a55e752ce014c22bd777 +usr/lib/.build-id/90/8bb2c5dba873997e46690b146bf7cbf8fee549 +usr/lib/.build-id/90/ede7c7671f6de501577e2ab74efbdbc49c66db +usr/lib/.build-id/92/4aff50a5b2b78090c88022dcbaafa7688ae0f0 +usr/lib/.build-id/92/877680b7f022c419cb3183341efc754ed62c0c +usr/lib/.build-id/96/39fee3f5dade41b816660fb49552246e723bc3 +usr/lib/.build-id/96/4ea470c7e8148420d5b298f89a236a10335ec6 +usr/lib/.build-id/96/77e9f27920e1eaedb6ebd6a5b3e7268b155309 +usr/lib/.build-id/97/d8d3fb5926ea58dda0c0c70b73cf273937d4a8 +usr/lib/.build-id/98/655cf44bfd978738681e8c2e086981e2d2c8ca +usr/lib/.build-id/98/9f042dbc4f947435125de40e4537efdc0c0e6f +usr/lib/.build-id/99/5e010799c564cc76b579477e47ef6a9df77b72 +usr/lib/.build-id/99/8f0ae70560a4045e809623952140ece4cebfd1 +usr/lib/.build-id/99/a73375af4485ea6f9460629e372b9ee629d147 +usr/lib/.build-id/9c/eaacf2624deff36a0600263104ea519b296ab1 +usr/lib/.build-id/9d/6b322683963abbc2382c7cca692cd9d6ac3b77 +usr/lib/.build-id/9d/f5169a2c42024ad737b32fbead40b0e0b34397 +usr/lib/.build-id/9f/092c70ddd3cb3657b7600616d986774cc6e869 +usr/lib/.build-id/9f/fb50bc7a10e4a350220add9c7a0db823d5acda +usr/lib/.build-id/a0/b31f8a7a83ee6eed3965d06a821f870df0889c +usr/lib/.build-id/a1/03b17425f4bf16cb5c2e8a3cd386f905d2b8cb +usr/lib/.build-id/a1/4c03278c9f3444954c77012ce45e55d4e59edf +usr/lib/.build-id/a2/7a008aee77e09dd2386214f1eddc29577a55df +usr/lib/.build-id/a2/82968aa43220c062467cf197fd7aa0b11b2f57 +usr/lib/.build-id/a2/a91cf5b3f87d73b510d639bdc02be12ec9c62c +usr/lib/.build-id/a2/aca59cab9932947e82dfbe3aff9d70f3e19ef6 +usr/lib/.build-id/a3/5459783c361cf88fdecd0b2371bfcff72fac18 +usr/lib/.build-id/a3/67a7f7e3465986299f99964a5f20e4b7c7030c +usr/lib/.build-id/a3/ce8d49dd0d332010c0f6dcbf34eb9fd4cd549b +usr/lib/.build-id/a3/db222e29e50e49ebfaa2e8b08af64a2c63480f +usr/lib/.build-id/a3/fa4ff3dfe539bdac40e97fab57493a4b799915 +usr/lib/.build-id/a6/4b0a9443b5b2c17bce13b0b1799fd447ae5a62 +usr/lib/.build-id/a6/f047a76015c3271536a4885376e0971f9e33ae +usr/lib/.build-id/a9/2e6434e84debbfd8c74cdae8186d83b6392f6c +usr/lib/.build-id/a9/68fad67fc903f7a61038f07447687864d98fe0 +usr/lib/.build-id/aa/55e294db0fcf724e3a011efc71dfd71aba1052 +usr/lib/.build-id/ac/9446312f253c5b85990430500ef17bf16336bc +usr/lib/.build-id/ac/fa13003b797776210f5030f8bce8a221be0ef5 +usr/lib/.build-id/ad/27bec7316c4c1f0e9245a548c61e0c1062441b +usr/lib/.build-id/ae/d5bdb0d1e5301c68cae5e40599540ea51c1f23 +usr/lib/.build-id/ae/d5bdb0d1e5301c68cae5e40599540ea51c1f23.1 +usr/lib/.build-id/ae/d5bdb0d1e5301c68cae5e40599540ea51c1f23.2 +usr/lib/.build-id/ae/d5bdb0d1e5301c68cae5e40599540ea51c1f23.3 +usr/lib/.build-id/af/b841fa0ed5c04cce7476dde5d3c8d5ef926d39 +usr/lib/.build-id/af/da8b9a4fd7704bd7ec931ab93cfe089e10411f +usr/lib/.build-id/b0/6a67c9bedfcd7ef64937748d21d402c31e18d3 +usr/lib/.build-id/b0/78022e227686601d031b9a846409cedc1ed34d +usr/lib/.build-id/b0/868069c465a58120d42eec1d82cf2ff0f6cac9 +usr/lib/.build-id/b1/45f503b2fce621bb5f6df874d18d71244c1cf6 +usr/lib/.build-id/b2/272a3c133c2d74fc4eac8ee5ae63d8a04b38c0 +usr/lib/.build-id/b2/3d7d942ea4874f188fb5f0e104c705eedb6b61 +usr/lib/.build-id/b2/4ddc18e118c496a4e1e9b918839257f50c6709 +usr/lib/.build-id/b2/f2ec797ed1487053070b0aebeeee414ba2330d +usr/lib/.build-id/b3/29a19e61daa7fac560910b2798b1607aa77f1f +usr/lib/.build-id/b3/aeed90010b5c7a1e053034a37ae8ac738719a9 +usr/lib/.build-id/b3/c9bc60f08e474f7bdcfc7af84de71c9d84e783 +usr/lib/.build-id/b4/6fa5f780e565d31a689ebf2d9e458d403c1f65 +usr/lib/.build-id/b4/af93ad418e15ad60a09f9425fee0de5a4d5eaa +usr/lib/.build-id/b5/000aa5961f9a3791e1dd1f45c009347722f1ce +usr/lib/.build-id/b6/657777bb04114b8fcaefc4a35ff2433d3abeba +usr/lib/.build-id/b6/97d44edc30bb0134e19c3f0a194c193f3eff38 +usr/lib/.build-id/b7/ba2187c015c879a572f12e1289a7096c92e2a5 +usr/lib/.build-id/b8/35a11953a75d06b5778201efdb3f05f9d58d3a +usr/lib/.build-id/b8/8ef763d7da881a56d6aeffcac113666ed2c287 +usr/lib/.build-id/b8/985bf99ff0bbf6a4c7a9bb465645920e67f775 +usr/lib/.build-id/b9/376e814b6dee57f5bc8ceb6fd59ab7c4c6a4a3 +usr/lib/.build-id/ba/0f2216e8efd186170582c2f61f9e7b6338199b +usr/lib/.build-id/ba/a22819032d92f1f63ad06946cf62bbb9fd2acc +usr/lib/.build-id/bb/4ead92c09db3731bcc812f22099f345d553bb1 +usr/lib/.build-id/bb/56bf1defa0e859a338220a0776f53f185514c3 +usr/lib/.build-id/bb/6f1b7a5f76b1fe45c8d759880f6190d7d379a9 +usr/lib/.build-id/bb/bdc2abde808095dca2b232ca22dc0206224b71 +usr/lib/.build-id/bc/36d47aa4f027a1b767c0c2c6ee0ff5eb3ab3c2 +usr/lib/.build-id/be/8141ecf3269bdb3cf088b152bf28cac400531c +usr/lib/.build-id/c0/fdbc6f565dbc334bbe58580c9bc92b224fe22c +usr/lib/.build-id/c1/4743f9555896436f12c4650bfd66d28535b164 +usr/lib/.build-id/c1/48f3328003861f5cf329e37f0a823a1a4e8b9c +usr/lib/.build-id/c2/bc6b7e4944463c9ef640a765f76c95b132930a +usr/lib/.build-id/c3/233a24dd87674dd0b73af6650ae27c67fbc6d2 +usr/lib/.build-id/c4/6a473a11c2ab12ba1a644be2a2305293e16dae +usr/lib/.build-id/c5/051fa2adf357f89dece0a7659cec076b1e66bd +usr/lib/.build-id/c5/251155142feef5af773e8a63709bd5dc204ac0 +usr/lib/.build-id/c5/8f8dfadf678e547c83bd6d9fbaaf8964da7d5a +usr/lib/.build-id/c6/567bc965017bc2968eb22dca77712e02b094b8 +usr/lib/.build-id/c6/7ae343fa12adca3a6b1e53cf3b9b1164a9cb7f +usr/lib/.build-id/c7/47c697e008bb49fcf4a6c52e409f87741ef3a5 +usr/lib/.build-id/c7/cb77fa4e477bc12e7df150911f6922dae9b54f +usr/lib/.build-id/c8/35f9eb169b801aac025b94ce7fc5af9b5a78ac +usr/lib/.build-id/c8/67c78587d220dbd73366c321669bd736c93f55 +usr/lib/.build-id/c8/be8f827442d2e527655e897dd070fcaeb7b28c +usr/lib/.build-id/c8/efd63640906a09d597d704554444c0ab758e98 +usr/lib/.build-id/c9/1e5a4f42c69f0836c934a64911143700281c56 +usr/lib/.build-id/c9/5392dbd979f1c676a8015d1f33d17e547efda6 +usr/lib/.build-id/c9/5c339b11182bf4583233c79fa34298276ba8a5 +usr/lib/.build-id/c9/f715f24954c95ae388bba6db6eb86151010ac1 +usr/lib/.build-id/ca/3c1beb7f44fb5ff48428307126fe924bbf64df +usr/lib/.build-id/ca/4f9ab74faaadb0afcfe0124aa079f8673a9543 +usr/lib/.build-id/ca/69ee69b1b06b4e0bd2804b563aba24f79b5b67 +usr/lib/.build-id/cb/857342115925acba5d8f6b57a3d6fe76d6620f +usr/lib/.build-id/cc/94d46d1597639a711d92ddd4de16c8d09661a5 +usr/lib/.build-id/cd/7126bb1bf3bb3577c0718c0655af84b6dbe72a +usr/lib/.build-id/ce/9a33570e2cb48b34e8817d696dd1ba012bf70b +usr/lib/.build-id/d1/9c9587d4a0e313240e3103538fa41c69f0efef +usr/lib/.build-id/d1/c7147cec90ee4d42fbbf5b0887d660203d962e +usr/lib/.build-id/d2/de4ced2c815c1ed9ef0779d02d8193f1163691 +usr/lib/.build-id/d3/0a0b291d9e97561ffc55ef4eaa4679f6958b7d +usr/lib/.build-id/d4/0606592cfbdf52d2adf26e30a35524cbd0df09 +usr/lib/.build-id/d5/09cae8158982cebf733512327b5a21187e0869 +usr/lib/.build-id/d6/2da14e99f037cda7f39927a0185b85aee72054 +usr/lib/.build-id/d6/797592087b639291e3524fef7fbc48d520fa0a +usr/lib/.build-id/d6/b3742afd20b0eb18018a458cd15a835e8e43a6 +usr/lib/.build-id/d8/fbd944d8f23f4e0f02bc833aa7e369bd1ae8d6 +usr/lib/.build-id/d9/8dbaa0dcebbe77c3e1195dae2e8a1fe2b9e8ab +usr/lib/.build-id/da/4ffc88b7effe9e9bc85613205cdbde098dc74b +usr/lib/.build-id/db/86c2852ed473517a6018370f6fc26962864a05 +usr/lib/.build-id/db/c74f6ad7c9d54f4feb294109d2225c318186bf +usr/lib/.build-id/dc/9a9e4ce28034b1a067d7f05ec02def940ca56d +usr/lib/.build-id/de/51b788f5accce1218596db86c3e996a6410d29 +usr/lib/.build-id/de/d808d43836f23c3e6c975c4978776f5a7de1d4 +usr/lib/.build-id/de/df538235531c3e9b110d9483eaf92a0315a619 +usr/lib/.build-id/df/1a3c5ee90bf8c9a165b6741e048369985e119b +usr/lib/.build-id/df/fadd9bcf811f8ca2b42939cf9781b65e941837 +usr/lib/.build-id/e1/a03a4a8499e3428a9b6d5ea433f378dab5bc1b +usr/lib/.build-id/e2/2fc3461885b84025ec2438b40d134ba06f2624 +usr/lib/.build-id/e3/32e51e7daa31b98ce5136deefc6975df4dea7e +usr/lib/.build-id/e4/74f94b67f703008d6ce79b110ddc31feb50947 +usr/lib/.build-id/e5/a22e241fa496a9dd0a617a4f4b0c17c8a2950d +usr/lib/.build-id/e6/799d0dc5d64843e88f6f1daa9207eb8ba13748 +usr/lib/.build-id/e6/c8b4a33186e3bef9109140f3933cea85160e49 +usr/lib/.build-id/e9/0999e70d9014cb7acf95e2c54220acf8ff9dd8 +usr/lib/.build-id/e9/588e595f2756cd6fc10002f4a5ee7d030fa093 +usr/lib/.build-id/e9/86c5a29c0a1c10d8a361d79a629d8d895f6e6f +usr/lib/.build-id/e9/bb4bc60c777257d12d873d9f6e3354f5d67684 +usr/lib/.build-id/ea/72858daf12161670cae59dedd094e906860449 +usr/lib/.build-id/eb/8607c5f94bd46daeecf053cf258f17e99de04a +usr/lib/.build-id/eb/94b56bd6f0c9105bd23a18f04b7fc323278a53 +usr/lib/.build-id/ec/7f4b23386a69bf84d27cb947ae593e5a5a0df3 +usr/lib/.build-id/ec/fc99a4ae14aaa18f49b914219f699aac4b1542 +usr/lib/.build-id/ed/30fd68762a3f0b6a2e98ac8429f463f744e66c +usr/lib/.build-id/ed/9b5dc727575c9a51f7063ad9a8338cbf7e819b +usr/lib/.build-id/ed/d356ba58198aefc45bde81314c7e3565f53591 +usr/lib/.build-id/ee/764178eb0647da6ea09d1e14f25221e030857a +usr/lib/.build-id/ee/a4dd27973f0d88ac02574a4266783b747f03b2 +usr/lib/.build-id/ef/b5632cead05a7106a883225ed5ade31d564133 +usr/lib/.build-id/f1/6a4d0c153deb63e43c88f3b08839d22bed393f +usr/lib/.build-id/f1/6a4d0c153deb63e43c88f3b08839d22bed393f.1 +usr/lib/.build-id/f1/6a4d0c153deb63e43c88f3b08839d22bed393f.2 +usr/lib/.build-id/f1/6a4d0c153deb63e43c88f3b08839d22bed393f.3 +usr/lib/.build-id/f2/7a308d78c7133dc46ffd461ad2f2b78a9a5da2 +usr/lib/.build-id/f5/48fac9852f35f367e7ff7362d503b41549d2d1 +usr/lib/.build-id/f5/4c6575892ae4a6274e1e9544aa59d55892dc86 +usr/lib/.build-id/f5/e9a19620a043337aab120d6c6af2654ffdaa73 +usr/lib/.build-id/f6/6cd033875459b47761f8b322b14ec2d820324f +usr/lib/.build-id/f6/ac18dfada37aecccf166f170509687101035b1 +usr/lib/.build-id/f6/e67d0b9e4ca6b07b0dd107e2388e9b13392eeb +usr/lib/.build-id/f7/4da02afa108ca2fed4f73c30482fa5e4666de5 +usr/lib/.build-id/f7/6814dd76420c0abf87f12d0d45efb6fb563087 +usr/lib/.build-id/f8/8bd1e715b943d39a510cab4fd66577ff5b39d7 +usr/lib/.build-id/f8/debf28312abeb901adf49755ba2b2bc890d59a +usr/lib/.build-id/f8/f943a2e905c79d62ecc3157ef5722e6e73db00 +usr/lib/.build-id/fa/a50353e70cf980986923fb644ff31cbeb4d8e9 +usr/lib/.build-id/fa/adf2a94e9b4c193e88a91c4ddd3f5678682a18 +usr/lib/.build-id/fb/48e9561c9b1404bf389e7a437def4c72797db6 +usr/lib/.build-id/fc/27d40c916b23437641a70513e1ffc2ccfa7557 +usr/lib/.build-id/fd/172a03569bff6520099fb99bfc61a0581c818b +usr/lib/.build-id/fd/96cfe4e69757049aa49407ea4399198236b16b +usr/lib/.build-id/fd/9fa6cff82c006b6c588386983e1bb5c8b30857 +usr/lib/.build-id/ff/500078d8d75cdc2bcfdc3ad82ad361eb3382bc +usr/lib/ld-linux-aarch64.so.1 +usr/lib/locale/C.utf8/LC_ADDRESS +usr/lib/locale/C.utf8/LC_COLLATE +usr/lib/locale/C.utf8/LC_CTYPE +usr/lib/locale/C.utf8/LC_IDENTIFICATION +usr/lib/locale/C.utf8/LC_MEASUREMENT +usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES +usr/lib/locale/C.utf8/LC_MONETARY +usr/lib/locale/C.utf8/LC_NAME +usr/lib/locale/C.utf8/LC_NUMERIC +usr/lib/locale/C.utf8/LC_PAPER +usr/lib/locale/C.utf8/LC_TELEPHONE +usr/lib/locale/C.utf8/LC_TIME +usr/lib/motd +usr/lib/os-release +usr/lib/rpm/macros.d/macros.dist +usr/lib/sysctl.d/50-redhat.conf +usr/lib/systemd/system-preset/85-display-manager.preset +usr/lib/systemd/system-preset/90-default.preset +usr/lib/systemd/system-preset/99-default-disable.preset +usr/lib/systemd/system/fstrim.service +usr/lib/systemd/system/fstrim.timer +usr/lib/systemd/user-preset/90-default-user.preset +usr/lib/systemd/user-preset/99-default-disable.preset +usr/lib/systemd/user/glib-pacrunner.service +usr/lib/tmpfiles.d/libselinux.conf +usr/lib/tmpfiles.d/setup.conf +usr/lib64/.libgmp.so.10.4.0.hmac +usr/lib64/.libgmp.so.10.hmac +usr/lib64/audit/sotruss-lib.so +usr/lib64/engines-3/afalg.so +usr/lib64/engines-3/capi.so +usr/lib64/engines-3/loader_attic.so +usr/lib64/engines-3/padlock.so +usr/lib64/fipscheck/libgmp.so.10.4.0.hmac +usr/lib64/fipscheck/libgmp.so.10.hmac +usr/lib64/gawk/filefuncs.so +usr/lib64/gawk/fnmatch.so +usr/lib64/gawk/fork.so +usr/lib64/gawk/inplace.so +usr/lib64/gawk/intdiv.so +usr/lib64/gawk/ordchr.so +usr/lib64/gawk/readdir.so +usr/lib64/gawk/readfile.so +usr/lib64/gawk/revoutput.so +usr/lib64/gawk/revtwoway.so +usr/lib64/gawk/rwarray.so +usr/lib64/gawk/time.so +usr/lib64/gconv/ANSI_X3.110.so +usr/lib64/gconv/CP1252.so +usr/lib64/gconv/ISO8859-1.so +usr/lib64/gconv/ISO8859-15.so +usr/lib64/gconv/UNICODE.so +usr/lib64/gconv/UTF-16.so +usr/lib64/gconv/UTF-32.so +usr/lib64/gconv/UTF-7.so +usr/lib64/gconv/gconv-modules +usr/lib64/gconv/gconv-modules.cache +usr/lib64/gio/modules/libgiognomeproxy.so +usr/lib64/gio/modules/libgiognutls.so +usr/lib64/gio/modules/libgiolibproxy.so +usr/lib64/girepository-1.0/GUdev-1.0.typelib +usr/lib64/girepository-1.0/GeocodeGlib-1.0.typelib +usr/lib64/girepository-1.0/Json-1.0.typelib +@rmtry usr/lib64/gio/modules/giomodule.cache +usr/lib64/krb5/plugins/preauth/spake.so +usr/lib64/krb5/plugins/tls/k5tls.so +usr/lib64/libBrokenLocale.so.1 +usr/lib64/libSegFault.so +usr/lib64/libacl.so.1 +usr/lib64/libacl.so.1.1.2301 +usr/lib64/libanl.so.1 +usr/lib64/libattr.so.1 +usr/lib64/libattr.so.1.1.2501 +usr/lib64/libblkid.so.1 +usr/lib64/libblkid.so.1.1.0 +usr/lib64/libbz2.so.1 +usr/lib64/libbz2.so.1.0.8 +usr/lib64/libc.so.6 +usr/lib64/libc_malloc_debug.so.0 +usr/lib64/libcap.so.2 +usr/lib64/libcap.so.2.48 +usr/lib64/libcom_err.so.2 +usr/lib64/libcom_err.so.2.1 +usr/lib64/libcrypto.so.3 +usr/lib64/libcrypto.so.3.0.7 +usr/lib64/libdatrie.so.1 +usr/lib64/libdatrie.so.1.4.0 +usr/lib64/libdb-5.3.so +usr/lib64/libdb-5.so +usr/lib64/libdl.so.2 +usr/lib64/libe2p.so.2 +usr/lib64/libe2p.so.2.3 +usr/lib64/libedit.so.0 +usr/lib64/libedit.so.0.0.64 +usr/lib64/libext2fs.so.2 +usr/lib64/libext2fs.so.2.4 +usr/lib64/libffi.so.8 +usr/lib64/libffi.so.8.1.0 +usr/lib64/libform.so.6 +usr/lib64/libform.so.6.2 +usr/lib64/libformw.so.6 +usr/lib64/libformw.so.6.2 +usr/lib64/libgcc_s-11-20230605.so.1 +usr/lib64/libgcc_s.so.1 +usr/lib64/libgdbm.so.6 +usr/lib64/libgdbm.so.6.0.0 +usr/lib64/libgdbm_compat.so.4 +usr/lib64/libgdbm_compat.so.4.0.0 +usr/lib64/libgeocode-glib.so.0 +usr/lib64/libgeocode-glib.so.0.0.0 +usr/lib64/libgio-2.0.so.0 +usr/lib64/libgio-2.0.so.0.6800.4 +usr/lib64/libglib-2.0.so.0 +usr/lib64/libglib-2.0.so.0.6800.4 +usr/lib64/libgmodule-2.0.so.0 +usr/lib64/libgmodule-2.0.so.0.6800.4 +usr/lib64/libgmp.so.10 +usr/lib64/libgmp.so.10.4.0 +usr/lib64/libgobject-2.0.so.0 +usr/lib64/libgobject-2.0.so.0.6800.4 +usr/lib64/libgssapi_krb5.so.2 +usr/lib64/libgssapi_krb5.so.2.2 +usr/lib64/libgssrpc.so.4 +usr/lib64/libgssrpc.so.4.2 +usr/lib64/libgthread-2.0.so.0 +usr/lib64/libgthread-2.0.so.0.6800.4 +usr/lib64/libgudev-1.0.so.0 +usr/lib64/libgudev-1.0.so.0.3.0 +usr/lib64/libhistory.so.8 +usr/lib64/libhistory.so.8.1 +usr/lib64/libjson-glib-1.0.so.0 +usr/lib64/libjson-glib-1.0.so.0.600.6 +usr/lib64/libk5crypto.so.3 +usr/lib64/libk5crypto.so.3.1 +usr/lib64/libkdb5.so.10 +usr/lib64/libkdb5.so.10.0 +usr/lib64/libkeyutils.so.1 +usr/lib64/libkeyutils.so.1.10 +usr/lib64/libkrad.so.0 +usr/lib64/libkrad.so.0.0 +usr/lib64/libkrb5.so.3 +usr/lib64/libkrb5.so.3.3 +usr/lib64/libkrb5support.so.0 +usr/lib64/libkrb5support.so.0.1 +usr/lib64/liblzma.so.5 +usr/lib64/liblzma.so.5.2.5 +usr/lib64/libm.so.6 +usr/lib64/libmemusage.so +usr/lib64/libmenu.so.6 +usr/lib64/libmenu.so.6.2 +usr/lib64/libmenuw.so.6 +usr/lib64/libmenuw.so.6.2 +usr/lib64/libmount.so.1 +usr/lib64/libmount.so.1.1.0 +usr/lib64/libncurses.so.6 +usr/lib64/libncurses.so.6.2 +usr/lib64/libncursesw.so.6 +usr/lib64/libncursesw.so.6.2 +usr/lib64/libnss_compat.so.2 +usr/lib64/libnss_dns.so.2 +usr/lib64/libnss_files.so.2 +usr/lib64/libpanel.so.6 +usr/lib64/libpanel.so.6.2 +usr/lib64/libpanelw.so.6 +usr/lib64/libpanelw.so.6.2 +usr/lib64/libpcprofile.so +usr/lib64/libpcre.so.1 +usr/lib64/libpcre.so.1.2.12 +usr/lib64/libpcre2-8.so.0 +usr/lib64/libpcre2-8.so.0.11.0 +usr/lib64/libpcre2-posix.so.3 +usr/lib64/libpcre2-posix.so.3.0.2 +usr/lib64/libpcreposix.so.0 +usr/lib64/libpcreposix.so.0.0.7 +usr/lib64/libpopt.so.0 +usr/lib64/libpopt.so.0.0.1 +usr/lib64/libpsx.so.2 +usr/lib64/libpsx.so.2.48 +usr/lib64/libpthread.so.0 +usr/lib64/libreadline.so.8 +usr/lib64/libreadline.so.8.1 +usr/lib64/libresolv.so.2 +usr/lib64/librt.so.1 +usr/lib64/libselinux.so.1 +usr/lib64/libsepol.so.2 +usr/lib64/libslang.so.2 +usr/lib64/libslang.so.2.3.2 +usr/lib64/libssh.so.4 +usr/lib64/libssh.so.4.9.4 +usr/lib64/libssh_threads.so.4 +usr/lib64/libssh_threads.so.4.9.4 +usr/lib64/libssl.so.3 +usr/lib64/libssl.so.3.0.7 +usr/lib64/libstdc++.so.6 +usr/lib64/libstdc++.so.6.0.29 +usr/lib64/libthread_db.so.1 +usr/lib64/libtic.so.6 +usr/lib64/libtic.so.6.2 +usr/lib64/libtinfo.so.6 +usr/lib64/libtinfo.so.6.2 +usr/lib64/libutil.so.1 +usr/lib64/libuuid.so.1 +usr/lib64/libuuid.so.1.3.0 +usr/lib64/libverto.so.1 +usr/lib64/libverto.so.1.0.0 +usr/lib64/libz.so.1 +usr/lib64/libz.so.1.2.11 +usr/lib64/libzstd.so.1 +usr/lib64/libzstd.so.1.5.1 +usr/lib64/ossl-modules/fips.so +usr/lib64/ossl-modules/legacy.so +usr/lib64/security/pam_cap.so +usr/libexec/awk/grcat +usr/libexec/awk/pwcat +usr/libexec/coreutils/libstdbuf.so +usr/libexec/gawk +usr/libexec/getconf/POSIX_V6_LP64_OFF64 +usr/libexec/getconf/POSIX_V7_LP64_OFF64 +usr/libexec/getconf/XBS5_LP64_OFF64 +usr/libexec/glib-pacrunner +usr/libexec/grepconf.sh +usr/sbin/addpart +usr/sbin/badblocks +usr/sbin/blkdiscard +usr/sbin/blkzone +usr/sbin/capsh +usr/sbin/cfdisk +usr/sbin/chcpu +usr/sbin/chroot +usr/sbin/ctrlaltdel +usr/sbin/delpart +usr/sbin/dumpe2fs +usr/sbin/e2freefrag +usr/sbin/e2fsck +usr/sbin/e2image +usr/sbin/e2label +usr/sbin/e2mmpstatus +usr/sbin/e2undo +usr/sbin/e4crypt +usr/sbin/e4defrag +usr/sbin/fdformat +usr/sbin/fdisk +usr/sbin/filefrag +usr/sbin/findfs +usr/sbin/fix-info-dir +usr/sbin/fsck.cramfs +usr/sbin/fsck.ext2 +usr/sbin/fsck.ext3 +usr/sbin/fsck.ext4 +usr/sbin/fsck.minix +usr/sbin/fsfreeze +usr/sbin/fstrim +usr/sbin/getcap +usr/sbin/getpcaps +usr/sbin/iconvconfig +usr/sbin/install-info +usr/sbin/key.dns_resolver +usr/sbin/ldattach +usr/sbin/ldconfig +usr/sbin/logsave +usr/sbin/mke2fs +usr/sbin/mkfs +usr/sbin/mkfs.cramfs +usr/sbin/mkfs.ext2 +usr/sbin/mkfs.ext3 +usr/sbin/mkfs.ext4 +usr/sbin/mkfs.minix +usr/sbin/mklost+found +usr/sbin/nologin +usr/sbin/pivot_root +usr/sbin/readprofile +usr/sbin/request-key +usr/sbin/resize2fs +usr/sbin/resizepart +usr/sbin/rfkill +usr/sbin/rtcwake +usr/sbin/setcap +usr/sbin/sfdisk +usr/sbin/sulogin +usr/sbin/swaplabel +usr/sbin/tune2fs +usr/sbin/wipefs +usr/sbin/zic +usr/share/awk/assert.awk +usr/share/awk/bits2str.awk +usr/share/awk/cliff_rand.awk +usr/share/awk/ctime.awk +usr/share/awk/ftrans.awk +usr/share/awk/getopt.awk +usr/share/awk/gettime.awk +usr/share/awk/group.awk +usr/share/awk/have_mpfr.awk +usr/share/awk/inplace.awk +usr/share/awk/intdiv0.awk +usr/share/awk/join.awk +usr/share/awk/libintl.awk +usr/share/awk/noassign.awk +usr/share/awk/ns_passwd.awk +usr/share/awk/ord.awk +usr/share/awk/passwd.awk +usr/share/awk/processarray.awk +usr/share/awk/quicksort.awk +usr/share/awk/readable.awk +usr/share/awk/readfile.awk +usr/share/awk/rewind.awk +usr/share/awk/round.awk +usr/share/awk/shellquote.awk +usr/share/awk/strtonum.awk +usr/share/awk/walkarray.awk +usr/share/awk/zerofile.awk +usr/share/bash-completion/completions/addpart +usr/share/bash-completion/completions/blkdiscard +usr/share/bash-completion/completions/blkzone +usr/share/bash-completion/completions/cal +usr/share/bash-completion/completions/cfdisk +usr/share/bash-completion/completions/chcpu +usr/share/bash-completion/completions/chmem +usr/share/bash-completion/completions/col +usr/share/bash-completion/completions/colcrt +usr/share/bash-completion/completions/colrm +usr/share/bash-completion/completions/column +usr/share/bash-completion/completions/ctrlaltdel +usr/share/bash-completion/completions/delpart +usr/share/bash-completion/completions/eject +usr/share/bash-completion/completions/fallocate +usr/share/bash-completion/completions/fdformat +usr/share/bash-completion/completions/fdisk +usr/share/bash-completion/completions/fincore +usr/share/bash-completion/completions/findfs +usr/share/bash-completion/completions/fsck.cramfs +usr/share/bash-completion/completions/fsck.minix +usr/share/bash-completion/completions/fsfreeze +usr/share/bash-completion/completions/fstrim +usr/share/bash-completion/completions/gapplication +usr/share/bash-completion/completions/gdbus +usr/share/bash-completion/completions/getopt +usr/share/bash-completion/completions/gio +usr/share/bash-completion/completions/gsettings +usr/share/bash-completion/completions/hexdump +usr/share/bash-completion/completions/hwclock +usr/share/bash-completion/completions/irqtop +usr/share/bash-completion/completions/isosize +usr/share/bash-completion/completions/last +usr/share/bash-completion/completions/ldattach +usr/share/bash-completion/completions/look +usr/share/bash-completion/completions/lsblk +usr/share/bash-completion/completions/lscpu +usr/share/bash-completion/completions/lsipc +usr/share/bash-completion/completions/lsirq +usr/share/bash-completion/completions/lslocks +usr/share/bash-completion/completions/lslogins +usr/share/bash-completion/completions/lsmem +usr/share/bash-completion/completions/lsns +usr/share/bash-completion/completions/mcookie +usr/share/bash-completion/completions/mesg +usr/share/bash-completion/completions/mkfs +usr/share/bash-completion/completions/mkfs.cramfs +usr/share/bash-completion/completions/mkfs.minix +usr/share/bash-completion/completions/namei +usr/share/bash-completion/completions/pivot_root +usr/share/bash-completion/completions/prlimit +usr/share/bash-completion/completions/readprofile +usr/share/bash-completion/completions/rename +usr/share/bash-completion/completions/resizepart +usr/share/bash-completion/completions/rev +usr/share/bash-completion/completions/rfkill +usr/share/bash-completion/completions/rtcwake +usr/share/bash-completion/completions/runuser +usr/share/bash-completion/completions/script +usr/share/bash-completion/completions/scriptlive +usr/share/bash-completion/completions/scriptreplay +usr/share/bash-completion/completions/setarch +usr/share/bash-completion/completions/setpriv +usr/share/bash-completion/completions/setterm +usr/share/bash-completion/completions/sfdisk +usr/share/bash-completion/completions/su +usr/share/bash-completion/completions/swaplabel +usr/share/bash-completion/completions/ul +usr/share/bash-completion/completions/utmpdump +usr/share/bash-completion/completions/uuidgen +usr/share/bash-completion/completions/uuidparse +usr/share/bash-completion/completions/wall +usr/share/bash-completion/completions/wdctl +usr/share/bash-completion/completions/whereis +usr/share/bash-completion/completions/wipefs +usr/share/bash-completion/completions/write +usr/share/bash-completion/completions/zramctl +usr/share/dbus-1/services/org.gtk.GLib.PACRunner.service +%%PORTDOCS%%usr/share/doc/bash/FAQ +%%PORTDOCS%%usr/share/doc/bash/INTRO +%%PORTDOCS%%usr/share/doc/bash/RBASH +%%PORTDOCS%%usr/share/doc/bash/README +%%PORTDOCS%%usr/share/doc/bash/bash.html +%%PORTDOCS%%usr/share/doc/bash/bashref.html +%%PORTDOCS%%usr/share/doc/bzip2/CHANGES +%%PORTDOCS%%usr/share/doc/bzip2/LICENSE +%%PORTDOCS%%usr/share/doc/bzip2/README +%%PORTDOCS%%usr/share/doc/diffutils/NEWS +%%PORTDOCS%%usr/share/doc/diffutils/README +%%PORTDOCS%%usr/share/doc/e2fsprogs/README +%%PORTDOCS%%usr/share/doc/findutils/AUTHORS +%%PORTDOCS%%usr/share/doc/findutils/NEWS +%%PORTDOCS%%usr/share/doc/findutils/README +%%PORTDOCS%%usr/share/doc/findutils/THANKS +%%PORTDOCS%%usr/share/doc/findutils/TODO +%%PORTDOCS%%usr/share/doc/gawk/NEWS +%%PORTDOCS%%usr/share/doc/gawk/POSIX.STD +%%PORTDOCS%%usr/share/doc/gawk/README +%%PORTDOCS%%usr/share/doc/gawk/README.multibyte +%%PORTDOCS%%usr/share/doc/geocode-glib/AUTHORS +%%PORTDOCS%%usr/share/doc/geocode-glib/NEWS +%%PORTDOCS%%usr/share/doc/geocode-glib/README +%%PORTDOCS%%usr/share/doc/glib-networking/NEWS +%%PORTDOCS%%usr/share/doc/glib-networking/README +%%PORTDOCS%%usr/share/doc/glib2/AUTHORS +%%PORTDOCS%%usr/share/doc/glib2/NEWS +%%PORTDOCS%%usr/share/doc/glib2/README +%%PORTDOCS%%usr/share/doc/gmp/NEWS +%%PORTDOCS%%usr/share/doc/gmp/README +%%PORTDOCS%%usr/share/doc/grep/AUTHORS +%%PORTDOCS%%usr/share/doc/grep/NEWS +%%PORTDOCS%%usr/share/doc/grep/README +%%PORTDOCS%%usr/share/doc/grep/THANKS +%%PORTDOCS%%usr/share/doc/grep/TODO +%%PORTDOCS%%usr/share/doc/json-glib/NEWS +%%PORTDOCS%%usr/share/doc/keyutils/README +%%PORTDOCS%%usr/share/doc/krb5-libs/NOTICE +%%PORTDOCS%%usr/share/doc/krb5-libs/README +%%PORTDOCS%%usr/share/doc/less/INSTALL +%%PORTDOCS%%usr/share/doc/less/NEWS +%%PORTDOCS%%usr/share/doc/less/README +%%PORTDOCS%%usr/share/doc/libblkid/COPYING +%%PORTDOCS%%usr/share/doc/libcap/capability.notes +%%PORTDOCS%%usr/share/doc/libdb/README +%%PORTDOCS%%usr/share/doc/libedit/ChangeLog +%%PORTDOCS%%usr/share/doc/libedit/THANKS +%%PORTDOCS%%usr/share/doc/libffi/README.md +%%PORTDOCS%%usr/share/doc/libgudev/NEWS +%%PORTDOCS%%usr/share/doc/libssh/AUTHORS +%%PORTDOCS%%usr/share/doc/libssh/BSD +%%PORTDOCS%%usr/share/doc/libssh/CHANGELOG +%%PORTDOCS%%usr/share/doc/libssh/README +%%PORTDOCS%%usr/share/doc/libverto/AUTHORS +%%PORTDOCS%%usr/share/doc/libverto/ChangeLog +%%PORTDOCS%%usr/share/doc/libverto/NEWS +%%PORTDOCS%%usr/share/doc/libverto/README +%%PORTDOCS%%usr/share/doc/ncurses-base/README +%%PORTDOCS%%usr/share/doc/ncurses/ANNOUNCE +%%PORTDOCS%%usr/share/doc/ncurses/AUTHORS +%%PORTDOCS%%usr/share/doc/ncurses/NEWS.xz +%%PORTDOCS%%usr/share/doc/ncurses/README +%%PORTDOCS%%usr/share/doc/ncurses/TO-DO +%%PORTDOCS%%usr/share/doc/pcre/AUTHORS +%%PORTDOCS%%usr/share/doc/pcre/NEWS +%%PORTDOCS%%usr/share/doc/popt/CHANGES +%%PORTDOCS%%usr/share/doc/rocky-release/COMMUNITY-CHARTER +%%PORTDOCS%%usr/share/doc/rocky-release/Contributors +%%PORTDOCS%%usr/share/doc/sed/AUTHORS +%%PORTDOCS%%usr/share/doc/sed/BUGS +%%PORTDOCS%%usr/share/doc/sed/NEWS +%%PORTDOCS%%usr/share/doc/sed/README +%%PORTDOCS%%usr/share/doc/sed/THANKS +%%PORTDOCS%%usr/share/doc/sed/sedfaq.txt.gz +%%PORTDOCS%%usr/share/doc/setserial/README +%%PORTDOCS%%usr/share/doc/setserial/rc.serial +%%PORTDOCS%%usr/share/doc/setup/uidgid +%%PORTDOCS%%usr/share/doc/slang/NEWS +%%PORTDOCS%%usr/share/doc/util-linux/AUTHORS +%%PORTDOCS%%usr/share/doc/util-linux/NEWS +%%PORTDOCS%%usr/share/doc/util-linux/README +%%PORTDOCS%%usr/share/doc/util-linux/deprecated.txt +%%PORTDOCS%%usr/share/doc/util-linux/getopt-example.bash +%%PORTDOCS%%usr/share/doc/util-linux/getopt-example.tcsh +%%PORTDOCS%%usr/share/doc/which/AUTHORS +%%PORTDOCS%%usr/share/doc/which/EXAMPLES +%%PORTDOCS%%usr/share/doc/which/NEWS +%%PORTDOCS%%usr/share/doc/which/README +%%PORTDOCS%%usr/share/doc/zlib/ChangeLog +%%PORTDOCS%%usr/share/doc/zlib/FAQ +usr/share/gawk +usr/share/gcc-11/python/libstdcxx/__init__.py +usr/share/gcc-11/python/libstdcxx/__pycache__/__init__.cpython-39.opt-1.pyc +usr/share/gcc-11/python/libstdcxx/__pycache__/__init__.cpython-39.pyc +usr/share/gcc-11/python/libstdcxx/v6/__init__.py +usr/share/gcc-11/python/libstdcxx/v6/__pycache__/__init__.cpython-39.opt-1.pyc +usr/share/gcc-11/python/libstdcxx/v6/__pycache__/__init__.cpython-39.pyc +usr/share/gcc-11/python/libstdcxx/v6/__pycache__/printers.cpython-39.opt-1.pyc +usr/share/gcc-11/python/libstdcxx/v6/__pycache__/printers.cpython-39.pyc +usr/share/gcc-11/python/libstdcxx/v6/__pycache__/xmethods.cpython-39.opt-1.pyc +usr/share/gcc-11/python/libstdcxx/v6/__pycache__/xmethods.cpython-39.pyc +usr/share/gcc-11/python/libstdcxx/v6/printers.py +usr/share/gcc-11/python/libstdcxx/v6/xmethods.py +usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.opt-1.pyc +usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.pyc +usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.29-gdb.py +usr/share/icons +usr/share/info/bash.info.gz +usr/share/info/diffutils.info.gz +usr/share/info/find-maint.info.gz +usr/share/info/find.info-1.gz +usr/share/info/find.info-2.gz +usr/share/info/find.info.gz +usr/share/info/gawk.info.gz +usr/share/info/gawkinet.info.gz +usr/share/info/gawkworkflow.info.gz +usr/share/info/grep.info.gz +usr/share/info/history.info.gz +usr/share/info/info-stnd.info.gz +usr/share/info/rluserman.info.gz +usr/share/info/sed.info.gz +usr/share/info/which.info.gz +usr/share/keyutils/request-key-debug.sh +usr/share/licenses/bash/COPYING +usr/share/licenses/bzip2-libs/LICENSE +usr/share/licenses/bzip2/LICENSE +usr/share/licenses/diffutils/COPYING +usr/share/licenses/e2fsprogs-libs/NOTICE +usr/share/licenses/findutils/COPYING +usr/share/licenses/gawk/COPYING +usr/share/licenses/gawk/LICENSE.BSD +usr/share/licenses/gawk/LICENSE.GPLv2 +usr/share/licenses/gawk/LICENSE.LGPLv2 +usr/share/licenses/gdbm-libs/COPYING +usr/share/licenses/geocode-glib/COPYING.LIB +usr/share/licenses/glib-networking/COPYING +usr/share/licenses/glib2/COPYING +usr/share/licenses/glibc/COPYING +usr/share/licenses/glibc/COPYING.LIB +usr/share/licenses/glibc/LICENSES +usr/share/licenses/gmp/COPYING +usr/share/licenses/gmp/COPYING.LESSERv3 +usr/share/licenses/gmp/COPYINGv2 +usr/share/licenses/gmp/COPYINGv3 +usr/share/licenses/grep/COPYING +usr/share/licenses/info/COPYING +usr/share/licenses/json-glib/COPYING +usr/share/licenses/keyutils-libs/LICENCE.LGPL +usr/share/licenses/keyutils/LICENCE.GPL +usr/share/licenses/krb5-libs/LICENSE +usr/share/licenses/less/COPYING +usr/share/licenses/less/LICENSE +usr/share/licenses/libcap/License +usr/share/licenses/libcom_err/NOTICE +usr/share/licenses/libdatrie/COPYING +usr/share/licenses/libdb/LICENSE +usr/share/licenses/libdb/lgpl-2.1.txt +usr/share/licenses/libedit/COPYING +usr/share/licenses/libffi/LICENSE +usr/share/licenses/libgcc/COPYING +usr/share/licenses/libgcc/COPYING.LIB +usr/share/licenses/libgcc/COPYING.RUNTIME +usr/share/licenses/libgcc/COPYING3 +usr/share/licenses/libgcc/COPYING3.LIB +usr/share/licenses/libgudev/COPYING +usr/share/licenses/libmount/COPYING +usr/share/licenses/libmount/COPYING.LGPL-2.1-or-later +usr/share/licenses/libselinux/LICENSE +usr/share/licenses/libsepol/LICENSE +usr/share/licenses/libssh/COPYING +usr/share/licenses/libuuid/COPYING +usr/share/licenses/libuuid/COPYING.BSD-3-Clause +usr/share/licenses/libverto/COPYING +usr/share/licenses/libzstd/COPYING +usr/share/licenses/libzstd/LICENSE +usr/share/licenses/ncurses-base/COPYING +usr/share/licenses/openssl-libs/LICENSE.txt +usr/share/licenses/pcre/COPYING +usr/share/licenses/pcre/LICENCE +usr/share/licenses/popt/COPYING +usr/share/licenses/readline/COPYING +usr/share/licenses/readline/USAGE +usr/share/licenses/rocky-release/LICENSE +usr/share/licenses/sed/COPYING +usr/share/licenses/setup/COPYING +usr/share/licenses/slang/COPYING +usr/share/licenses/util-linux/COPYING.BSD-3-Clause +usr/share/licenses/util-linux/COPYING.BSD-4-Clause-UC +usr/share/licenses/util-linux/COPYING.GPL-2.0-or-later +usr/share/licenses/util-linux/COPYING.GPL-3.0-or-later +usr/share/licenses/util-linux/COPYING.ISC +usr/share/licenses/util-linux/COPYING.LGPL-2.1-or-later +usr/share/licenses/which/COPYING +usr/share/licenses/xz-libs/COPYING +usr/share/licenses/zlib/README +%%NLS%%usr/share/locale/af/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/am/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/an/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/an/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/be@latin/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/bn/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/mit-krb5.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/dz/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/en@quot/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/hy/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/mit-krb5.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/ku/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/lg/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/locale.alias +%%NLS%%usr/share/locale/lt/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/mai/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/mg/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/mk/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/mn/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/nds/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/ps/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/tl/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/tt/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/xh/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/yi/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/util-linux.mo +usr/share/man/man1/..1.gz +usr/share/man/man1/:.1.gz +usr/share/man/man1/[.1.gz +usr/share/man/man1/alias.1.gz +usr/share/man/man1/awk.1.gz +usr/share/man/man1/bash.1.gz +usr/share/man/man1/bashbug-64.1.gz +usr/share/man/man1/bashbug.1.gz +usr/share/man/man1/bg.1.gz +usr/share/man/man1/bind.1.gz +usr/share/man/man1/break.1.gz +usr/share/man/man1/builtin.1.gz +usr/share/man/man1/builtins.1.gz +usr/share/man/man1/bunzip2.1.gz +usr/share/man/man1/bzcat.1.gz +usr/share/man/man1/bzcmp.1.gz +usr/share/man/man1/bzdiff.1.gz +usr/share/man/man1/bzegrep.1.gz +usr/share/man/man1/bzfgrep.1.gz +usr/share/man/man1/bzgrep.1.gz +usr/share/man/man1/bzip2.1.gz +usr/share/man/man1/bzip2recover.1.gz +usr/share/man/man1/bzless.1.gz +usr/share/man/man1/bzmore.1.gz +usr/share/man/man1/cal.1.gz +usr/share/man/man1/caller.1.gz +usr/share/man/man1/capsh.1.gz +usr/share/man/man1/captoinfo.1m.gz +usr/share/man/man1/cd.1.gz +usr/share/man/man1/chattr.1.gz +usr/share/man/man1/choom.1.gz +usr/share/man/man1/clear.1.gz +usr/share/man/man1/cmp.1.gz +usr/share/man/man1/col.1.gz +usr/share/man/man1/colcrt.1.gz +usr/share/man/man1/colrm.1.gz +usr/share/man/man1/column.1.gz +usr/share/man/man1/command.1.gz +usr/share/man/man1/compgen.1.gz +usr/share/man/man1/complete.1.gz +usr/share/man/man1/compopt.1.gz +usr/share/man/man1/continue.1.gz +usr/share/man/man1/declare.1.gz +usr/share/man/man1/diff.1.gz +usr/share/man/man1/diff3.1.gz +usr/share/man/man1/dirs.1.gz +usr/share/man/man1/disown.1.gz +usr/share/man/man1/egrep.1.gz +usr/share/man/man1/eject.1.gz +usr/share/man/man1/enable.1.gz +usr/share/man/man1/eval.1.gz +usr/share/man/man1/exec.1.gz +usr/share/man/man1/exit.1.gz +usr/share/man/man1/export.1.gz +usr/share/man/man1/fallocate.1.gz +usr/share/man/man1/fc.1.gz +usr/share/man/man1/fg.1.gz +usr/share/man/man1/fgrep.1.gz +usr/share/man/man1/fincore.1.gz +usr/share/man/man1/find.1.gz +usr/share/man/man1/fuse2fs.1.gz +usr/share/man/man1/gapplication.1.gz +usr/share/man/man1/gawk.1.gz +usr/share/man/man1/gdbus.1.gz +usr/share/man/man1/getopt.1.gz +usr/share/man/man1/getopts.1.gz +usr/share/man/man1/gio-querymodules.1.gz +usr/share/man/man1/gio.1.gz +usr/share/man/man1/glib-compile-schemas.1.gz +usr/share/man/man1/grep.1.gz +usr/share/man/man1/gsettings.1.gz +usr/share/man/man1/hash.1.gz +usr/share/man/man1/help.1.gz +usr/share/man/man1/hexdump.1.gz +usr/share/man/man1/history.1.gz +usr/share/man/man1/info.1.gz +usr/share/man/man1/infocmp.1m.gz +usr/share/man/man1/infotocap.1m.gz +usr/share/man/man1/install-info.1.gz +usr/share/man/man1/irqtop.1.gz +usr/share/man/man1/jobs.1.gz +usr/share/man/man1/keyctl.1.gz +usr/share/man/man1/last.1.gz +usr/share/man/man1/lastb.1.gz +usr/share/man/man1/less.1.gz +usr/share/man/man1/lessecho.1.gz +usr/share/man/man1/lesskey.1.gz +usr/share/man/man1/let.1.gz +usr/share/man/man1/local.1.gz +usr/share/man/man1/login.1.gz +usr/share/man/man1/logout.1.gz +usr/share/man/man1/look.1.gz +usr/share/man/man1/lsattr.1.gz +usr/share/man/man1/lscpu.1.gz +usr/share/man/man1/lsipc.1.gz +usr/share/man/man1/lsirq.1.gz +usr/share/man/man1/lslogins.1.gz +usr/share/man/man1/lsmem.1.gz +usr/share/man/man1/mapfile.1.gz +usr/share/man/man1/mcookie.1.gz +usr/share/man/man1/mesg.1.gz +usr/share/man/man1/namei.1.gz +usr/share/man/man1/popd.1.gz +usr/share/man/man1/prlimit.1.gz +usr/share/man/man1/pushd.1.gz +usr/share/man/man1/read.1.gz +usr/share/man/man1/readonly.1.gz +usr/share/man/man1/rename.1.gz +usr/share/man/man1/reset.1.gz +usr/share/man/man1/return.1.gz +usr/share/man/man1/rev.1.gz +usr/share/man/man1/rocky.1.gz +usr/share/man/man1/runuser.1.gz +usr/share/man/man1/script.1.gz +usr/share/man/man1/scriptlive.1.gz +usr/share/man/man1/scriptreplay.1.gz +usr/share/man/man1/sdiff.1.gz +usr/share/man/man1/sed.1.gz +usr/share/man/man1/set.1.gz +usr/share/man/man1/setpriv.1.gz +usr/share/man/man1/setterm.1.gz +usr/share/man/man1/sh.1.gz +usr/share/man/man1/shift.1.gz +usr/share/man/man1/shopt.1.gz +usr/share/man/man1/source.1.gz +usr/share/man/man1/su.1.gz +usr/share/man/man1/suspend.1.gz +usr/share/man/man1/tabs.1.gz +usr/share/man/man1/tic.1m.gz +usr/share/man/man1/times.1.gz +usr/share/man/man1/toe.1m.gz +usr/share/man/man1/tput.1.gz +usr/share/man/man1/trap.1.gz +usr/share/man/man1/tset.1.gz +usr/share/man/man1/type.1.gz +usr/share/man/man1/typeset.1.gz +usr/share/man/man1/ul.1.gz +usr/share/man/man1/ulimit.1.gz +usr/share/man/man1/umask.1.gz +usr/share/man/man1/unalias.1.gz +usr/share/man/man1/unset.1.gz +usr/share/man/man1/utmpdump.1.gz +usr/share/man/man1/uuidgen.1.gz +usr/share/man/man1/uuidparse.1.gz +usr/share/man/man1/wait.1.gz +usr/share/man/man1/wall.1.gz +usr/share/man/man1/whereis.1.gz +usr/share/man/man1/which.1.gz +usr/share/man/man1/write.1.gz +usr/share/man/man1/xargs.1.gz +usr/share/man/man3/filefuncs.3am.gz +usr/share/man/man3/fnmatch.3am.gz +usr/share/man/man3/fork.3am.gz +usr/share/man/man3/inplace.3am.gz +usr/share/man/man3/ordchr.3am.gz +usr/share/man/man3/readdir.3am.gz +usr/share/man/man3/readfile.3am.gz +usr/share/man/man3/revoutput.3am.gz +usr/share/man/man3/revtwoway.3am.gz +usr/share/man/man3/rwarray.3am.gz +usr/share/man/man3/time.3am.gz +usr/share/man/man5/.k5identity.5.gz +usr/share/man/man5/.k5login.5.gz +usr/share/man/man5/adjtime_config.5.gz +usr/share/man/man5/e2fsck.conf.5.gz +usr/share/man/man5/editrc.5.gz +usr/share/man/man5/ext2.5.gz +usr/share/man/man5/ext3.5.gz +usr/share/man/man5/ext4.5.gz +usr/share/man/man5/fstab.5.gz +usr/share/man/man5/info.5.gz +usr/share/man/man5/k5identity.5.gz +usr/share/man/man5/k5login.5.gz +usr/share/man/man5/key.dns_resolver.conf.5.gz +usr/share/man/man5/krb5.conf.5.gz +usr/share/man/man5/mke2fs.conf.5.gz +usr/share/man/man5/request-key.conf.5.gz +usr/share/man/man5/scr_dump.5.gz +usr/share/man/man5/term.5.gz +usr/share/man/man5/terminal-colors.d.5.gz +usr/share/man/man5/terminfo.5.gz +usr/share/man/man5/user_caps.5.gz +usr/share/man/man7/asymmetric-key.7.gz +usr/share/man/man7/kerberos.7.gz +usr/share/man/man7/keyutils.7.gz +usr/share/man/man7/term.7.gz +usr/share/man/man8/addpart.8.gz +usr/share/man/man8/badblocks.8.gz +usr/share/man/man8/blkdiscard.8.gz +usr/share/man/man8/blkzone.8.gz +usr/share/man/man8/cfdisk.8.gz +usr/share/man/man8/chcpu.8.gz +usr/share/man/man8/chmem.8.gz +usr/share/man/man8/clock.8.gz +usr/share/man/man8/ctrlaltdel.8.gz +usr/share/man/man8/debugfs.8.gz +usr/share/man/man8/delpart.8.gz +usr/share/man/man8/dumpe2fs.8.gz +usr/share/man/man8/e2freefrag.8.gz +usr/share/man/man8/e2fsck.8.gz +usr/share/man/man8/e2image.8.gz +usr/share/man/man8/e2label.8.gz +usr/share/man/man8/e2mmpstatus.8.gz +usr/share/man/man8/e2undo.8.gz +usr/share/man/man8/e4crypt.8.gz +usr/share/man/man8/e4defrag.8.gz +usr/share/man/man8/fdformat.8.gz +usr/share/man/man8/fdisk.8.gz +usr/share/man/man8/filefrag.8.gz +usr/share/man/man8/findfs.8.gz +usr/share/man/man8/fsck.cramfs.8.gz +usr/share/man/man8/fsck.ext2.8.gz +usr/share/man/man8/fsck.ext3.8.gz +usr/share/man/man8/fsck.ext4.8.gz +usr/share/man/man8/fsck.minix.8.gz +usr/share/man/man8/fsfreeze.8.gz +usr/share/man/man8/fstrim.8.gz +usr/share/man/man8/getcap.8.gz +usr/share/man/man8/getpcaps.8.gz +usr/share/man/man8/hwclock.8.gz +usr/share/man/man8/isosize.8.gz +usr/share/man/man8/key.dns_resolver.8.gz +usr/share/man/man8/ldattach.8.gz +usr/share/man/man8/linux32.8.gz +usr/share/man/man8/linux64.8.gz +usr/share/man/man8/logsave.8.gz +usr/share/man/man8/lsblk.8.gz +usr/share/man/man8/lslocks.8.gz +usr/share/man/man8/lsns.8.gz +usr/share/man/man8/mke2fs.8.gz +usr/share/man/man8/mkfs.8.gz +usr/share/man/man8/mkfs.cramfs.8.gz +usr/share/man/man8/mkfs.ext2.8.gz +usr/share/man/man8/mkfs.ext3.8.gz +usr/share/man/man8/mkfs.ext4.8.gz +usr/share/man/man8/mkfs.minix.8.gz +usr/share/man/man8/mklost+found.8.gz +usr/share/man/man8/nologin.8.gz +usr/share/man/man8/pivot_root.8.gz +usr/share/man/man8/readprofile.8.gz +usr/share/man/man8/request-key.8.gz +usr/share/man/man8/resize2fs.8.gz +usr/share/man/man8/resizepart.8.gz +usr/share/man/man8/rfkill.8.gz +usr/share/man/man8/rtcwake.8.gz +usr/share/man/man8/setarch.8.gz +usr/share/man/man8/setcap.8.gz +usr/share/man/man8/setserial.8.gz +usr/share/man/man8/sfdisk.8.gz +usr/share/man/man8/sulogin.8.gz +usr/share/man/man8/swaplabel.8.gz +usr/share/man/man8/tune2fs.8.gz +usr/share/man/man8/uname26.8.gz +usr/share/man/man8/wdctl.8.gz +usr/share/man/man8/wipefs.8.gz +usr/share/man/man8/zramctl.8.gz +usr/share/redhat-release +usr/share/rocky-release/EULA +usr/share/tabset/std +usr/share/tabset/stdcrt +usr/share/tabset/vt100 +usr/share/tabset/vt300 +usr/share/terminfo/A/Apple_Terminal +usr/share/terminfo/E/Eterm +usr/share/terminfo/E/Eterm-256color +usr/share/terminfo/E/Eterm-88color +usr/share/terminfo/E/Eterm-color +usr/share/terminfo/a/alacritty +usr/share/terminfo/a/ansi +usr/share/terminfo/a/ansi80x25 +usr/share/terminfo/a/ansis +usr/share/terminfo/a/aterm +usr/share/terminfo/b/bterm +usr/share/terminfo/c/cons25 +usr/share/terminfo/c/cygwin +usr/share/terminfo/d/dumb +usr/share/terminfo/e/eterm +usr/share/terminfo/e/eterm-color +usr/share/terminfo/g/gnome +usr/share/terminfo/g/gnome-256color +usr/share/terminfo/h/hurd +usr/share/terminfo/j/jfbterm +usr/share/terminfo/k/kitty +usr/share/terminfo/k/kon +usr/share/terminfo/k/kon2 +usr/share/terminfo/k/konsole +usr/share/terminfo/k/konsole-256color +usr/share/terminfo/l/linux +usr/share/terminfo/m/mach +usr/share/terminfo/m/mach-bold +usr/share/terminfo/m/mach-color +usr/share/terminfo/m/mach-gnu +usr/share/terminfo/m/mach-gnu-color +usr/share/terminfo/m/mlterm +usr/share/terminfo/m/mrxvt +usr/share/terminfo/n/nsterm +usr/share/terminfo/n/nsterm-256color +usr/share/terminfo/n/nxterm +usr/share/terminfo/p/pcansi +usr/share/terminfo/p/putty +usr/share/terminfo/p/putty-256color +usr/share/terminfo/r/rxvt +usr/share/terminfo/r/rxvt-16color +usr/share/terminfo/r/rxvt-256color +usr/share/terminfo/r/rxvt-88color +usr/share/terminfo/r/rxvt-basic +usr/share/terminfo/r/rxvt-color +usr/share/terminfo/r/rxvt-cygwin +usr/share/terminfo/r/rxvt-cygwin-native +usr/share/terminfo/r/rxvt-unicode +usr/share/terminfo/r/rxvt-unicode-256color +usr/share/terminfo/r/rxvt-xpm +usr/share/terminfo/s/screen +usr/share/terminfo/s/screen-16color +usr/share/terminfo/s/screen-256color +usr/share/terminfo/s/screen.Eterm +usr/share/terminfo/s/screen.gnome +usr/share/terminfo/s/screen.konsole +usr/share/terminfo/s/screen.konsole-256color +usr/share/terminfo/s/screen.linux +usr/share/terminfo/s/screen.linux-s +usr/share/terminfo/s/screen.mlterm +usr/share/terminfo/s/screen.mlterm-256color +usr/share/terminfo/s/screen.mrxvt +usr/share/terminfo/s/screen.putty +usr/share/terminfo/s/screen.putty-256color +usr/share/terminfo/s/screen.rxvt +usr/share/terminfo/s/screen.teraterm +usr/share/terminfo/s/screen.vte +usr/share/terminfo/s/screen.vte-256color +usr/share/terminfo/s/screen.xterm-256color +usr/share/terminfo/s/screen.xterm-new +usr/share/terminfo/s/screen.xterm-r6 +usr/share/terminfo/s/screen.xterm-xfree86 +usr/share/terminfo/s/st +usr/share/terminfo/s/st-16color +usr/share/terminfo/s/st-256color +usr/share/terminfo/s/stterm +usr/share/terminfo/s/stterm-16color +usr/share/terminfo/s/stterm-256color +usr/share/terminfo/s/sun +usr/share/terminfo/s/sun1 +usr/share/terminfo/s/sun2 +usr/share/terminfo/t/teraterm +usr/share/terminfo/t/teraterm2.3 +usr/share/terminfo/t/tmux +usr/share/terminfo/t/tmux-256color +usr/share/terminfo/t/tmux-direct +usr/share/terminfo/v/vs100 +usr/share/terminfo/v/vt100 +usr/share/terminfo/v/vt100-am +usr/share/terminfo/v/vt100-nav +usr/share/terminfo/v/vt102 +usr/share/terminfo/v/vt200 +usr/share/terminfo/v/vt220 +usr/share/terminfo/v/vt52 +usr/share/terminfo/v/vte +usr/share/terminfo/v/vte-256color +usr/share/terminfo/v/vwmterm +usr/share/terminfo/w/wsvt25 +usr/share/terminfo/w/wsvt25m +usr/share/terminfo/x/xfce +usr/share/terminfo/x/xterm +usr/share/terminfo/x/xterm-1002 +usr/share/terminfo/x/xterm-1003 +usr/share/terminfo/x/xterm-1005 +usr/share/terminfo/x/xterm-1006 +usr/share/terminfo/x/xterm-16color +usr/share/terminfo/x/xterm-24 +usr/share/terminfo/x/xterm-256color +usr/share/terminfo/x/xterm-88color +usr/share/terminfo/x/xterm-8bit +usr/share/terminfo/x/xterm-basic +usr/share/terminfo/x/xterm-bold +usr/share/terminfo/x/xterm-color +usr/share/terminfo/x/xterm-direct +usr/share/terminfo/x/xterm-direct16 +usr/share/terminfo/x/xterm-direct2 +usr/share/terminfo/x/xterm-direct256 +usr/share/terminfo/x/xterm-hp +usr/share/terminfo/x/xterm-mono +usr/share/terminfo/x/xterm-new +usr/share/terminfo/x/xterm-nic +usr/share/terminfo/x/xterm-noapp +usr/share/terminfo/x/xterm-old +usr/share/terminfo/x/xterm-pcolor +usr/share/terminfo/x/xterm-r5 +usr/share/terminfo/x/xterm-r6 +usr/share/terminfo/x/xterm-sco +usr/share/terminfo/x/xterm-sun +usr/share/terminfo/x/xterm-utf8 +usr/share/terminfo/x/xterm-vt220 +usr/share/terminfo/x/xterm-vt52 +usr/share/terminfo/x/xterm-x10mouse +usr/share/terminfo/x/xterm-x11hilite +usr/share/terminfo/x/xterm-x11mouse +usr/share/terminfo/x/xterm-xf86-v32 +usr/share/terminfo/x/xterm-xf86-v33 +usr/share/terminfo/x/xterm-xf86-v333 +usr/share/terminfo/x/xterm-xf86-v40 +usr/share/terminfo/x/xterm-xf86-v43 +usr/share/terminfo/x/xterm-xf86-v44 +usr/share/terminfo/x/xterm-xfree86 +usr/share/terminfo/x/xterm-xi +usr/share/terminfo/x/xterms +usr/tmp +@rmtry var/cache/ldconfig/aux-cache +var/mail +@dir afs +@dir dev +@dir etc/X11/applnk +@dir etc/X11/fontpath.d +@dir etc/X11/xinit/xinitrc.d +@dir etc/X11/xinit/xinput.d +@dir etc/bash_completion.d +@dir etc/gss/mech.d +@dir etc/issue.d +@dir etc/keyutils +@dir etc/ld.so.conf.d +@dir etc/motd.d +@dir etc/opt +@dir etc/pki/tls/certs +@dir etc/pki/tls/misc +@dir etc/pki/tls/private +@dir etc/pm/config.d +@dir etc/pm/power.d +@dir etc/pm/sleep.d +@dir etc/popt.d +@dir etc/request-key.d +@dir etc/rwtab.d +@dir etc/statetab.d +@dir etc/sysconfig +@dir etc/terminfo +@dir etc/xdg/autostart +@dir etc/yum.repos.d +@dir opt +@dir srv +@dir usr/lib64/gio/modules +@dir var/adm +@dir var/cache/bpf +@dir var/cache/ldconfig +@dir var/db +@dir var/empty +@dir var/ftp +@dir var/games +@dir var/kerberos/krb5/user +@dir var/lib/games +@dir var/lib/misc +@dir var/lib/rpm-state +@dir var/local +@dir var/nis +@dir var/opt +@dir var/preserve +@dir var/spool/lpd +@dir var/spool/mail +@dir var/yp +@dir %%LINUXBASE%% +@comment These directories may have filesystems mounted and then it may not be +@comment possible to change their mode and timestamp like @dir tries to do. +@postexec mkdir -p %D/dev/shm +@postunexec rmdir %D/dev/shm 2>/dev/null || true +@postexec mkdir -p %D/proc +@postunexec rmdir %D/proc 2>/dev/null || true +@postexec mkdir -p %D/sys +@postunexec rmdir %D/sys 2>/dev/null || true +@postexec %D/usr/sbin/ldconfig +@postexec %D/usr/bin/gio-querymodules-64 /usr/lib64/gio/modules diff --git a/emulators/linux_base-rl9/pkg-plist.amd64 b/emulators/linux_base-rl9/pkg-plist.amd64 new file mode 100644 index 00000000000..db8fa78fb89 --- /dev/null +++ b/emulators/linux_base-rl9/pkg-plist.amd64 @@ -0,0 +1,2231 @@ +@preexec [ -n "`/sbin/sysctl -q %%SYSCTLMIB%%`" ] || ( echo "Cannot install package: kernel missing 64-bit Linux support" >&2; exit 1 ) +bin +etc/GREP_COLORS +etc/adjtime +etc/aliases +etc/bashrc +etc/csh.cshrc +etc/csh.login +etc/dnf/protected.d/setup.conf +etc/environment +etc/ethertypes +etc/filesystems +etc/host.conf +etc/hosts +etc/inputrc +etc/issue +etc/issue.net +etc/krb5.conf.d/crypto-policies +@sample etc/krb5.conf.sample +@rmtry etc/ld.so.cache +etc/ld.so.conf +etc/mke2fs.conf +etc/mtab +etc/networks +@sample etc/nsswitch.conf.sample +etc/os-release +etc/pki/tls/ct_log_list.cnf +etc/pki/tls/fips_local.cnf +etc/pki/tls/openssl.cnf +etc/profile +etc/profile.d/colorgrep.csh +etc/profile.d/colorgrep.sh +etc/profile.d/csh.local +etc/profile.d/gawk.csh +etc/profile.d/gawk.sh +etc/profile.d/lang.csh +etc/profile.d/lang.sh +etc/profile.d/less.csh +etc/profile.d/less.sh +etc/profile.d/sh.local +etc/profile.d/which2.csh +etc/profile.d/which2.sh +etc/redhat-release +etc/request-key.conf +etc/rocky-release +etc/rocky-release-upstream +etc/rpc +etc/shells +etc/skel/.bash_logout +etc/skel/.bash_profile +etc/skel/.bashrc +etc/subgid +etc/subuid +etc/system-release +etc/system-release-cpe +etc/xattr.conf +lib +lib64 +run +sbin +usr/bin/[ +usr/bin/alias +usr/bin/arch +usr/bin/awk +usr/bin/b2sum +usr/bin/base32 +usr/bin/base64 +usr/bin/basename +usr/bin/basenc +usr/bin/bash +usr/bin/bashbug +usr/bin/bashbug-64 +usr/bin/bg +usr/bin/bunzip2 +usr/bin/bzcat +usr/bin/bzcmp +usr/bin/bzdiff +usr/bin/bzegrep +usr/bin/bzfgrep +usr/bin/bzgrep +usr/bin/bzip2 +usr/bin/bzip2recover +usr/bin/bzless +usr/bin/bzmore +usr/bin/cal +usr/bin/captoinfo +usr/bin/cat +usr/bin/catchsegv +usr/bin/cd +usr/bin/chattr +usr/bin/chcon +usr/bin/chgrp +usr/bin/chmem +usr/bin/chmod +usr/bin/choom +usr/bin/chown +usr/bin/cksum +usr/bin/clear +usr/bin/cmp +usr/bin/col +usr/bin/colcrt +usr/bin/colrm +usr/bin/column +usr/bin/comm +usr/bin/command +usr/bin/cp +usr/bin/csplit +usr/bin/cut +usr/bin/date +usr/bin/dd +usr/bin/df +usr/bin/diff +usr/bin/diff3 +usr/bin/dir +usr/bin/dircolors +usr/bin/dirname +usr/bin/du +usr/bin/echo +usr/bin/egrep +usr/bin/eject +usr/bin/env +usr/bin/expand +usr/bin/expr +usr/bin/factor +usr/bin/fallocate +usr/bin/false +usr/bin/fc +usr/bin/fg +usr/bin/fgrep +usr/bin/fincore +usr/bin/find +usr/bin/fmt +usr/bin/fold +usr/bin/fuse2fs +usr/bin/gapplication +usr/bin/gawk +usr/bin/gdbus +usr/bin/gencat +usr/bin/getconf +usr/bin/getent +usr/bin/getopt +usr/bin/getopts +usr/bin/gio +usr/bin/gio-querymodules-64 +usr/bin/glib-compile-schemas +usr/bin/grep +usr/bin/groups +usr/bin/gsettings +usr/bin/hash +usr/bin/head +usr/bin/hexdump +usr/bin/hostid +usr/bin/i386 +usr/bin/iconv +usr/bin/id +usr/bin/info +usr/bin/infocmp +usr/bin/infotocap +usr/bin/install +usr/bin/irqtop +usr/bin/isosize +usr/bin/jobs +usr/bin/join +usr/bin/keyctl +usr/bin/last +usr/bin/lastb +usr/bin/ld.so +usr/bin/ldd +usr/bin/less +usr/bin/lessecho +usr/bin/lesskey +usr/bin/lesspipe.sh +usr/bin/link +usr/bin/linux32 +usr/bin/linux64 +usr/bin/ln +usr/bin/locale +usr/bin/localedef +usr/bin/logname +usr/bin/look +usr/bin/ls +usr/bin/lsattr +usr/bin/lsirq +usr/bin/lslocks +usr/bin/mcookie +usr/bin/md5sum +usr/bin/mesg +usr/bin/mkdir +usr/bin/mkfifo +usr/bin/mknod +usr/bin/mktemp +usr/bin/mv +usr/bin/namei +usr/bin/nice +usr/bin/nl +usr/bin/nohup +usr/bin/nproc +usr/bin/numfmt +usr/bin/od +usr/bin/paste +usr/bin/pathchk +usr/bin/pinky +usr/bin/pldd +usr/bin/pr +usr/bin/printenv +usr/bin/printf +usr/bin/prlimit +usr/bin/ptx +usr/bin/pwd +usr/bin/read +usr/bin/readlink +usr/bin/realpath +usr/bin/rename +usr/bin/reset +usr/bin/rev +usr/bin/rm +usr/bin/rmdir +usr/bin/runcon +usr/bin/scriptlive +usr/bin/scriptreplay +usr/bin/sdiff +usr/bin/sed +usr/bin/seq +usr/bin/setarch +usr/bin/setserial +usr/bin/setterm +usr/bin/sh +usr/bin/sha1sum +usr/bin/sha224sum +usr/bin/sha256sum +usr/bin/sha384sum +usr/bin/sha512sum +usr/bin/shred +usr/bin/shuf +usr/bin/sleep +usr/bin/sort +usr/bin/sotruss +usr/bin/split +usr/bin/sprof +usr/bin/stat +usr/bin/stdbuf +usr/bin/stty +usr/bin/sum +usr/bin/sync +usr/bin/tabs +usr/bin/tac +usr/bin/tail +usr/bin/tee +usr/bin/test +usr/bin/tic +usr/bin/timeout +usr/bin/toe +usr/bin/touch +usr/bin/tput +usr/bin/tr +usr/bin/true +usr/bin/truncate +usr/bin/tset +usr/bin/tsort +usr/bin/tty +usr/bin/type +usr/bin/tzselect +usr/bin/ul +usr/bin/ulimit +usr/bin/umask +usr/bin/unalias +usr/bin/uname +usr/bin/uname26 +usr/bin/unexpand +usr/bin/uniq +usr/bin/unlink +usr/bin/users +usr/bin/utmpdump +usr/bin/uuidgen +usr/bin/uuidparse +usr/bin/vdir +usr/bin/wait +usr/bin/wall +usr/bin/wc +usr/bin/wdctl +usr/bin/whereis +usr/bin/which +usr/bin/who +usr/bin/whoami +usr/bin/write +usr/bin/x86_64 +usr/bin/xargs +usr/bin/yes +usr/bin/zdump +usr/lib/.build-id/00/9b48d5cb84a9cdd20e8d9cb6f4503a6f94b2ee +usr/lib/.build-id/00/d2e338123000faca78496d422da5dd5edfda49 +usr/lib/.build-id/01/87c08bd7a67a9466b308b21c7acaa92f322373 +usr/lib/.build-id/01/da81ad3ee090ac299973293ceada90a6e5f019 +usr/lib/.build-id/01/de277a38bf24bcb42739cb885d1f77e1003487 +usr/lib/.build-id/03/830adf429374b471d3a91f269a988eaf99f3d5 +usr/lib/.build-id/03/c2fd1507dc325aa95322fcec12ce47f99b3aff +usr/lib/.build-id/04/c564e1d028792291cb6c7fbdef662e3a063c36 +usr/lib/.build-id/07/6a0916d283c2638505f67b1cf8f2ad13570a79 +usr/lib/.build-id/07/6a0916d283c2638505f67b1cf8f2ad13570a79.1 +usr/lib/.build-id/08/7706487fb74390da56591913bea863e492d161 +usr/lib/.build-id/08/7706487fb74390da56591913bea863e492d161.1 +usr/lib/.build-id/08/7706487fb74390da56591913bea863e492d161.2 +usr/lib/.build-id/08/7706487fb74390da56591913bea863e492d161.3 +usr/lib/.build-id/0a/05d8de84d7cded820ee841d1c1a85eb6ad6876 +usr/lib/.build-id/0c/73366fdf7465ddb18fad27eb2ee8e7d1f9993a +usr/lib/.build-id/0c/f402e8fd4576749e169dd763ed4f4e25076799 +usr/lib/.build-id/0d/b061a7a0bdd222fc3a32dd76ce5edd3b848ce2 +usr/lib/.build-id/0d/bcfc5bcf0bddf9ce5045f51657e4f6b4f112cf +usr/lib/.build-id/0f/b93ca2b96cbea22cd3c27dd8bb1d585723fc98 +usr/lib/.build-id/10/6fced751fc6c7942e62c2558b083713e7be124 +usr/lib/.build-id/13/991fd61bf57320521565c51b77c25480cf8439 +usr/lib/.build-id/14/373e4a22437bd9ae454ff92e55b13bb3d0b242 +usr/lib/.build-id/14/9dd69748418f2dcb09d5398091028a4648fa89 +usr/lib/.build-id/15/5bcabac59d0487576861b084f1527aa670a198 +usr/lib/.build-id/15/86bde5870ad99af792de4038e896b44a764beb +usr/lib/.build-id/15/ad4aea31b380f0975d730aae29828528faa91e +usr/lib/.build-id/16/14c986f49425ffa721e2e4fb89ce93cbe55161 +usr/lib/.build-id/16/47e6c1ec7d06fe6883562165f2ae6635d9f7c4 +usr/lib/.build-id/16/d27cd949ba654c0f950d677ef4ad62ed710e71 +usr/lib/.build-id/16/d75a2180d07f8f2c0a2437e42c902b3f27298e +usr/lib/.build-id/17/28e9fa5a6b7d23c414b94fedb6850595940c6d +usr/lib/.build-id/17/81280f18f78e749eda9b68004f6ce3feaf2b31 +usr/lib/.build-id/17/8dbb548216a6c622d775047241a88fbbdc3d9c +usr/lib/.build-id/18/3f6a3902997fd73232226905a4ff481489b61e +usr/lib/.build-id/19/a8f5512fd58d279122e03baa669ff866924256 +usr/lib/.build-id/1a/4eb6976fd4fe2de392c7af786450298e0c36e3 +usr/lib/.build-id/1a/dbf3bb8b11254216eba0c34254bc0d9a364a39 +usr/lib/.build-id/1a/eb002ba01c7e328c9543d7bc04d5750d4ac348 +usr/lib/.build-id/1b/fc0cc1e4fb5a410134809c2adae228b158c6b1 +usr/lib/.build-id/1d/80840ca029e24a485f5d927235be6d7f033443 +usr/lib/.build-id/1f/3cda5570d1af25ad068c45c423234828735eea +usr/lib/.build-id/1f/4271fe4c9d7b66ad2d4c057e1846fd3379fa97 +usr/lib/.build-id/1f/a48cf45e4d49981c2abebfd9c450808ab3892c +usr/lib/.build-id/1f/b8830994e9fb0399f8bf3a3819509da786e00f +usr/lib/.build-id/1f/c8717dc25c8b888d80b6ff5a28ffc60c50f56a +usr/lib/.build-id/21/be6a4a4128c921719763deb1a0e259b73176d9 +usr/lib/.build-id/22/fc484bf252237ac4a921e8361007af2573a429 +usr/lib/.build-id/23/2ad03b324720f225b76ba7117067f13a37c12a +usr/lib/.build-id/23/5ad5379c9648c80188041abb97894713885f13 +usr/lib/.build-id/23/e21562c00a607857e0d06b8065d2ff075eba32 +usr/lib/.build-id/23/fa6a06811062d24559efb58a784a7ec9f87638 +usr/lib/.build-id/24/568e05bf02c98bf256e6b0bd4f3d04aa52f577 +usr/lib/.build-id/24/6af3491f7bd6c770791c6bfaee23b8979dc99d +usr/lib/.build-id/24/791c54fa3be08fe12f43b3b3e20767af9da946 +usr/lib/.build-id/25/6e6f7b6763f0cbfd6d86a37ca732355ab2aeb2 +usr/lib/.build-id/28/4fe8d50fc833bf1306ed0b3f4fbb33da2859f3 +usr/lib/.build-id/28/5ceb468daa80a98edbf590618bbea8b8b5e0b4 +usr/lib/.build-id/28/611ec73922b7ff946b99e39fc13a1161ffb454 +usr/lib/.build-id/28/a8886b4f45b97b8ca274e4b43cb6e60f7683a6 +usr/lib/.build-id/2b/78ebf119aee2b429d59df3b2a91042a282d0e6 +usr/lib/.build-id/2b/cc15b4f26179957c4a78a0a678910220dfd3a2 +usr/lib/.build-id/2d/e561bf6b58dd69915107e034e2208245e809ec +usr/lib/.build-id/2e/074a7253e75d943a188602c92a97dd62939739 +usr/lib/.build-id/2e/3fe23f9a6a9e40cb80be90ff6ae14f7a2c0520 +usr/lib/.build-id/2e/6af17020caef00d163c1303e507daf66f360e3 +usr/lib/.build-id/2e/bdb215c32edb709858fb31524402ba02955c0d +usr/lib/.build-id/2f/763bdc28ed8d92e9027c6504888ea475e5b53a +usr/lib/.build-id/30/140185ffe0921c646e65d1e67f6c7619d23a3d +usr/lib/.build-id/31/e1c291a7f3c30f5ffd4ee9394b54588382baac +usr/lib/.build-id/32/64d38051946d8c8cab9a84a6ff4fe2b9ebfc67 +usr/lib/.build-id/32/aa67bda03163707d2664270436c97bf0075ed7 +usr/lib/.build-id/32/e576c2897af287e36e1167a382bab1d6210f89 +usr/lib/.build-id/32/fde727668bcaaf80dde572f7b080171adb93a2 +usr/lib/.build-id/33/0eb2fe0769e5466e2e0ac1b158e1e8452738c9 +usr/lib/.build-id/33/72acac67d8bb011c524331e39d851313c1403a +usr/lib/.build-id/34/46712c07e22f5b4ce8f480e2cd7c35b34bec00 +usr/lib/.build-id/34/48398a7e677ca080b553141935e50b9ee0f4ac +usr/lib/.build-id/34/4a125f1966231fd3903e20c5ce0139555a0628 +usr/lib/.build-id/34/abb974a72680be6aac83d6803f76396b49142d +usr/lib/.build-id/34/dbfa7ac01ae873bae8c7fe8e7a40526a1e2b4d +usr/lib/.build-id/35/153d097a8fe9fd39c1783b6488508b34773720 +usr/lib/.build-id/35/3c54337c1c9f2ac5680f2fd9fb3bdb623ec154 +usr/lib/.build-id/35/82d0607c297c8bd9469f32918954b163b7aa6a +usr/lib/.build-id/36/1f810954f874e754f9dd47d25246a08080b81b +usr/lib/.build-id/36/c4024c54c1c33b01b7f67abbfed7289beeef3d +usr/lib/.build-id/36/f407f88efeda231f2ea54aeaf068a89d321ed5 +usr/lib/.build-id/37/6a607195a7ec234e344036e0e56785589e48e6 +usr/lib/.build-id/37/7422addd1d475d60c089ae1bcc69a7624c39a7 +usr/lib/.build-id/37/862d0413d8642aef707e9171dbf651605d4653 +usr/lib/.build-id/38/2d079775ef7ffc4763a0eb6ccde192aa16b2fc +usr/lib/.build-id/39/037426720c32f039bddfe8b2080b477215a7eb +usr/lib/.build-id/39/ab02d368d3f32fd53f954cf4b10033d9e51528 +usr/lib/.build-id/39/de62244ad46e1baecca5e853573fa261638d4f +usr/lib/.build-id/3b/576e7596e2743a98ed776f53598dd766afa953 +usr/lib/.build-id/3b/7ac26a12dbba055493796eba291824ef5f63e0 +usr/lib/.build-id/3b/7ac26a12dbba055493796eba291824ef5f63e0.1 +usr/lib/.build-id/3c/64fae5637dcc728779261acb6c9f42ff6aa448 +usr/lib/.build-id/3c/eeb3dd9b22af4ea9caff14c25d4e298314a15f +usr/lib/.build-id/3c/fb11fe11629bdf236c32a3b34613e691749a7d +usr/lib/.build-id/3f/713e1083c67a47cc0da3b49f7e0d22e845bc9f +usr/lib/.build-id/40/3ba4ad4248deaf130c5395152c473cc3d89e14 +usr/lib/.build-id/40/ae71c37dfa6334917225cc37e7974d41b0dc15 +usr/lib/.build-id/41/6d3603a3a4416ca0e2da2ba1803734669b023a +usr/lib/.build-id/41/84d52b14c23cef55fdbb8bece831bf93a2236b +usr/lib/.build-id/41/95ece028ecef9ad50d8bcf9823ca2d6c245c76 +usr/lib/.build-id/41/ba1706f6166c63662690efb503cd51caab6ce2 +usr/lib/.build-id/43/1bff5bdd9ab5f7f382725506078e09ca11e3d5 +usr/lib/.build-id/44/a4e7aa4f5bd4d9b62d5789de55b2d53d45647f +usr/lib/.build-id/46/6a1d7237bc28eb5b1c54993f3d23e0eb429683 +usr/lib/.build-id/46/6da8f72dca0d750ca0913d75ef7e11ed25596a +usr/lib/.build-id/47/4b4010fc6728d47c3882c5992e9fe4dff96611 +usr/lib/.build-id/47/ba16f6e83898023b471c2bbfaef3d3e51e216e +usr/lib/.build-id/48/ad8ef0cdb25bf152c0e3e6600d101aad9b6dcc +usr/lib/.build-id/48/dbb0a348a87af2c714704741e907d30e39e298 +usr/lib/.build-id/49/ab8c75569463f4c0a16f8e2f01b1ad8703761e +usr/lib/.build-id/4a/241e4d0a2893e99e5c831ea1107528a74bbba2 +usr/lib/.build-id/4a/d8e44ad0dd0160bc9cb8051f864e588e66cc7d +usr/lib/.build-id/4b/23801d80eb05aab964a7cf17d956bc91737175 +usr/lib/.build-id/4b/4410f0efefc55dd73270534a34afef6e054fb2 +usr/lib/.build-id/4b/bca2ede7efb1975b5a1a85c4c0835dc7150cdf +usr/lib/.build-id/4c/4ad1e9c405d9f7e70b09b90ad61710303f2c60 +usr/lib/.build-id/4e/da7771a125344cf362d9964c68ae0bceb5319a +usr/lib/.build-id/4e/dff342d31739eca9cf456096f2d135dc23dfb9 +usr/lib/.build-id/4f/53a221949c453dd7c0d821eb81376bcf681da7 +usr/lib/.build-id/4f/bd40d274a792d3214cd6da5e9274c16942235c +usr/lib/.build-id/51/29fda972fac848eccc888fc1eaa51c16bc61e3 +usr/lib/.build-id/51/673dac30aa14a615e03a50ac6853b1540a0104 +usr/lib/.build-id/51/bd31eb93fe9e42b4e554e8baf8490ea7ab15b1 +usr/lib/.build-id/52/2125b6594a50582cab344ee8bf9abfcd487445 +usr/lib/.build-id/52/a4873da2d3f32493100c4556ebb449c91b1ef9 +usr/lib/.build-id/53/214c0c68cf19612da26dc23791f299e5aba988 +usr/lib/.build-id/53/7fd056031ec13192928478ea164254589a71ae +usr/lib/.build-id/53/eca280fbaaa09bc1503e018d23e5eb3e68c413 +usr/lib/.build-id/54/f89ec05da34d5e9f53e91bc26ed5d938fe2313 +usr/lib/.build-id/55/6724e6d87ec2f13d77031c62b9f426e58eb448 +usr/lib/.build-id/55/a4ea05f557d3bb97ffff3e935ec5c1d9d68c83 +usr/lib/.build-id/55/ceb024f7f7db539cc662ec4cad919a6ee9e307 +usr/lib/.build-id/56/4c558fa260cb3793fe3e92d6f0a194689af30c +usr/lib/.build-id/56/57ddf16af349072a8656dd9e15cd4f7255d39d +usr/lib/.build-id/56/710ad4beb4461457be62b64e65f328d46502a0 +usr/lib/.build-id/56/d66eb1a2f69c459794217d359aeb9585b7adcb +usr/lib/.build-id/59/05a5d868465a0a673afd0877ee05df4dbabd85 +usr/lib/.build-id/59/a68e56d5456df11d1339f57f6e91a3af7581f2 +usr/lib/.build-id/5a/31de4611e5e7e5290fa9156539e35db63a4918 +usr/lib/.build-id/5b/28fee961c40e4c4a433df6bbb4fd57043cb843 +usr/lib/.build-id/5b/b554bd302df7f6ccc2db63229860c761340853 +usr/lib/.build-id/5c/35cf312855fdda036fea699fb004aca987e9f8 +usr/lib/.build-id/5c/679b99de2804994daac72014998ba9344a27a5 +usr/lib/.build-id/5c/e0678d81ff621bdc6bdaa7958c9378c8f41fe6 +usr/lib/.build-id/5d/5da6ddbde1c2fd66b95b90bc82ce5f9be44fbf +usr/lib/.build-id/5d/8e7e4e2df8b8f42542554361204bcf71228ba8 +usr/lib/.build-id/5d/ff4b32ae802ab239909f6a3c00083ac25b781b +usr/lib/.build-id/5e/3f19ec7e492f44ff5ba61a159a47cf4cad6251 +usr/lib/.build-id/5e/45b1e461057398cb8722bc09bb8b182efa2af8 +usr/lib/.build-id/5f/201eef169e629810499e65f6605022532c3df0 +usr/lib/.build-id/63/2a11dc4d0fd73c9ecc7192c65965be267a8f0a +usr/lib/.build-id/63/3664f69850fddbbd6cd7ad2cc732b11ec643ae +usr/lib/.build-id/65/bf3dad8dc868baa3d348c66e8733018f0d22a2 +usr/lib/.build-id/66/e175ec5b8142f0e58a45c2f971a210bd919557 +usr/lib/.build-id/66/e53686abfc4289726db40f122ea3d9928ca42e +usr/lib/.build-id/68/0d5855fbbf9d4f5b30034f29425ad4e14568d1 +usr/lib/.build-id/69/f0231c4c007b6438098b7fcbd0be357b50e83e +usr/lib/.build-id/6a/b9addc75ec798e8a468d8cd6818248d482fb8e +usr/lib/.build-id/6a/d5fd30857c42090f7d9ea5790135e1f3704593 +usr/lib/.build-id/6b/2f191d1c20ae1b9211290852ff03a551129035 +usr/lib/.build-id/6b/6ccfea11ed0e086569b9d719a1746109c35b72 +usr/lib/.build-id/6b/a77cbf183b9906812dea970a0fce976388eec6 +usr/lib/.build-id/6c/4f63aa651798e01cb5fbcd5464207b3203c3f3 +usr/lib/.build-id/6c/f441f1320efdb7c93face2f49168135382fd8e +usr/lib/.build-id/6e/506f70381e29ac84550bdf2f5ee679557a65be +usr/lib/.build-id/6e/ef874ba19ea8f38ea33160eb10db1877cc7138 +usr/lib/.build-id/6f/1d8e1a8fbc602460b6cbd8ff30a0b68881b874 +usr/lib/.build-id/6f/252ef325ae7517e28888fdb9ed82a7e33783a7 +usr/lib/.build-id/70/fc00896fb74c42664af44463fd50e4e590a333 +usr/lib/.build-id/71/d1f70e3a3c7a8fd30d072ecf8cfb22601bc739 +usr/lib/.build-id/72/001260986099118b5246da1a4232daedfc3657 +usr/lib/.build-id/72/0b534c560012f218a86ab308f031f1f8c13f0d +usr/lib/.build-id/72/820cfe63ac79e9bddfd98ee1e9545a2cbbba9a +usr/lib/.build-id/72/83e609696bb4702d80d7f74f846693a01f4aae +usr/lib/.build-id/73/b2a35f8662f435d6ca6fbaca4c707b749625f7 +usr/lib/.build-id/74/83ebcd923789fd269207c7825f4027bdd1c2a1 +usr/lib/.build-id/75/0c33ddfb39517cc96f36394df6825d06ea932e +usr/lib/.build-id/75/c30969d212257dc9c333dbaecff5fed5003d87 +usr/lib/.build-id/76/e75e0d8b09f3e897633c6508431fbdce3e8908 +usr/lib/.build-id/78/43623017b58b79af0a49614101e1d14623b940 +usr/lib/.build-id/7a/2989159d6f9544e8e09d09d813e1adffe556fb +usr/lib/.build-id/7a/40aaa7343e097acd17311e5c2dd28d4226da7c +usr/lib/.build-id/7a/cbb41bf6f1b7d977f1b44675bf3ed213776835 +usr/lib/.build-id/7b/ee6c57f6abd7872b91defd4b8ecbe6e6582ad4 +usr/lib/.build-id/7c/339af88e9e044df9400061d6f4db39716a46e2 +usr/lib/.build-id/7c/5344c7a172faf96b8de710055ab84ac5882582 +usr/lib/.build-id/7d/57cb26b6035ed816b4b328e8c71d7b63930f04 +usr/lib/.build-id/7d/87ca8530c3389e54b46b9904b7d97ab5582124 +usr/lib/.build-id/81/1263addacc122923afb52b14d7dcbae540b04f +usr/lib/.build-id/81/f60d56c3222b0f0bc30143cf4b4795af5d8f76 +usr/lib/.build-id/82/0eb669fc8ff7d38ef19022a48aaca8f0e573c1 +usr/lib/.build-id/82/4d4298dc740a2bd1b11f46c18e87bdb0b5fd15 +usr/lib/.build-id/82/4e7357b24763a178c6d1e65f78248289b78d5c +usr/lib/.build-id/82/b4315c0b20cdc8f884c76cee57bf92d88750f7 +usr/lib/.build-id/82/c19fc259d506df749e99856e32a2a186b67813 +usr/lib/.build-id/82/c5ad6ffa9e45618679a4c76398d170c2e0037b +usr/lib/.build-id/82/f0052ffeaf5e78e8518037ba6f576493151bbf +usr/lib/.build-id/84/17fbf8880dbaa8749efc9dada8ffc122ac60ee +usr/lib/.build-id/84/c47e2dfd8dba406123ee4d5fea6b906f88a4b5 +usr/lib/.build-id/85/02f4dc76c31e132ae800f8688371ba0a6bf32b +usr/lib/.build-id/86/70f2f8bfe4a140301ac0fc230859b7416914c4 +usr/lib/.build-id/86/91d08fef3d9f042028d462e5b4e17b78332215 +usr/lib/.build-id/86/b6b03803a4da3eac17fc279c2364e66bb1cc37 +usr/lib/.build-id/87/013c3ede4ddace0ed1e224f754c7e6523ff914 +usr/lib/.build-id/88/75614d5dacbaeaf92aac3370922d7a14d9aec8 +usr/lib/.build-id/8a/5f684c3a7b8317b6bf35e85f97f69133153c61 +usr/lib/.build-id/8a/efdc42114192db3b596ed78e1e4da6ef51d28f +usr/lib/.build-id/8b/8a2b7a95fcc0496dd59e9f577d1f6007d3be89 +usr/lib/.build-id/8c/78c3b39eb3bc11fe37e5415392c43b5d6ae888 +usr/lib/.build-id/8c/88235b6b7ddd707bb20ad7446fde4ca3f3ca9a +usr/lib/.build-id/8c/c3c8619042cf2a7c6359aa4910703131144049 +usr/lib/.build-id/8c/d9b95b276442139387c9b8efbe9516aa44f50c +usr/lib/.build-id/8d/355cfea4f9d52729a0b39db6919b89fdf6e847 +usr/lib/.build-id/8e/8dc3d36bf5fc0f44fd3242a39d13b5c2690c37 +usr/lib/.build-id/8e/c40f853c3663644a578977bb549cce1721ebef +usr/lib/.build-id/90/93f2cd2a6ec3622936515ee5403247793f847d +usr/lib/.build-id/90/a4ea155beff2ae04a02731e18aa8c1bc6903db +usr/lib/.build-id/91/5bd80f1c9004817525c59bf9a1be28828efc24 +usr/lib/.build-id/91/6ef9d3c0b55b4230fce0fa281ce38c12958d98 +usr/lib/.build-id/92/91d7d72a103f3977c6e05202f40fb37130ebc5 +usr/lib/.build-id/93/2c9af7688257a8f55575cca128c00b7fcd3568 +usr/lib/.build-id/93/34f24c454a35067ebf14ab966c04b973c83565 +usr/lib/.build-id/93/5533ae74a5877377c126cd8ffbd310b2dc7068 +usr/lib/.build-id/94/b987751835a2c74c1db36e32e4a168163afaeb +usr/lib/.build-id/95/3f217ad11e01b4ea7a5ae0ded3a4fbfb4966c7 +usr/lib/.build-id/95/5a20e931938f2ea150be07170051185e224f68 +usr/lib/.build-id/96/362d4a5ac555e8b69d7b2c3ae329ff134eed31 +usr/lib/.build-id/96/df4050c0684655ca9532385dc5c3691cf59665 +usr/lib/.build-id/97/8d385688d6cc05874eb512c467c89e84b5c762 +usr/lib/.build-id/97/ab61718b43032e37b69cf43be9b1711ae8e940 +usr/lib/.build-id/97/f5df58a992211544ce047712ee2646ec2a979a +usr/lib/.build-id/97/f7fea446d92738021bcf988e4769606f1e1e0d +usr/lib/.build-id/98/05bece18d69feb60d019bd721a6b9bd8ff0197 +usr/lib/.build-id/98/1fc30f05c48e2cecae4c0ebb896428843f5d9b +usr/lib/.build-id/99/468b3890220365587b59bcf97a6e0c26e2209b +usr/lib/.build-id/99/d7e603bbf97911d69f81fd84f7b1127b3052e8 +usr/lib/.build-id/9a/3427c5ba961cb0ab7c437371b20eb427dc1842 +usr/lib/.build-id/9a/bb560ad50b23e022c051b639b984e810102d89 +usr/lib/.build-id/9a/f26673cb97ea106ea065e06999185fb90b05c8 +usr/lib/.build-id/9b/050e917414e4c4a9eba9d84c67a53822da7d43 +usr/lib/.build-id/9b/191f7952c0820e277cc03e0cf5cb0a5ea81519 +usr/lib/.build-id/9b/213554bf7cf6c76a230b1caad87877eb7341b7 +usr/lib/.build-id/9b/665b2fd9375774245bdb4f47c5ee8c0a08adc8 +usr/lib/.build-id/9b/8e8cf7d840360ffa310551aab30ae1518ee6ac +usr/lib/.build-id/9b/9992a0d73373c50e5071c1e35ed2e33a989a57 +usr/lib/.build-id/9b/fc4c71a06b0be9ee73a993f3c9f7a3af131482 +usr/lib/.build-id/9d/8fee9f9084bc756f35b11dcc2e94474eac89f4 +usr/lib/.build-id/9d/fdfbf83ce7ba15f9278be3313f4b136bf9bb49 +usr/lib/.build-id/9e/8d4c18d9104de5aa1b3652de5cf379bfb2be56 +usr/lib/.build-id/9e/da0c8c63008629cb29f7eb065495e9b301fd1e +usr/lib/.build-id/9f/19d99dd163bcedb823cb3a80168d68793c6926 +usr/lib/.build-id/9f/31c010d936621c0c85237d4cee0b9a4aac0144 +usr/lib/.build-id/a1/467a59729d82d2ebf80e49f302737ed74de7e6 +usr/lib/.build-id/a2/e48a7c8e4559eabf520c91fc59537a3ff6c12f +usr/lib/.build-id/a3/258273512458334cbc24ce2f2cf9609f0b9909 +usr/lib/.build-id/a3/eb5c0a892c4b69f2197067bc1851a5f431a1f3 +usr/lib/.build-id/a5/48430b7c152e3dfc6e3f398487cc5eae2c4f52 +usr/lib/.build-id/a6/0c8f84946a3b6c7369c9f9f85cb308f558be58 +usr/lib/.build-id/a6/0c8f84946a3b6c7369c9f9f85cb308f558be58.1 +usr/lib/.build-id/a6/0c8f84946a3b6c7369c9f9f85cb308f558be58.2 +usr/lib/.build-id/a6/0c8f84946a3b6c7369c9f9f85cb308f558be58.3 +usr/lib/.build-id/a6/d10687dc0f44bce6d5ebea74cbbefd77a3535b +usr/lib/.build-id/a9/f8a4f3a9393be8b4c6b12d7f7f5c881cd1c46f +usr/lib/.build-id/aa/cb522740d60ff705f77799dc7fb7b299dcddba +usr/lib/.build-id/ab/200ab17ae66dc0e3a0f44e868f1d0bfa48e48c +usr/lib/.build-id/ab/d1aaffb6d7067cf28ba4c13a1d58ba7c934be5 +usr/lib/.build-id/ac/72d93da03341c062072e61d976c99013b8921b +usr/lib/.build-id/ad/5d1b652247fb0d7beb2539e9f531b5fd9e7fb8 +usr/lib/.build-id/af/283c28bbaf5f173899cb4c5c6b41682dbc315b +usr/lib/.build-id/b1/12cf64fce128ad80844b20784510684cae39a4 +usr/lib/.build-id/b1/67aa2bd52b832128de92447c280e90420c9110 +usr/lib/.build-id/b1/cf1e1109010df7490b5a5bcc8adb4ae8e91cd3 +usr/lib/.build-id/b3/ae2a5faa63a61152f8e9a511eee1d0d48b9641 +usr/lib/.build-id/b3/b64b9973cd14eaebc29bd67340b1d6351b9212 +usr/lib/.build-id/b4/4db2a110d087a4db7913680a5a2070c62d54a8 +usr/lib/.build-id/b5/0ef3ef367e10822cf6d0791f59ecd19acf2a37 +usr/lib/.build-id/b5/42d4548d081a5e9ff95f67a572576b04adab64 +usr/lib/.build-id/b5/7bb61fdb1f7c3a1a3c8e409cb33980e845e364 +usr/lib/.build-id/b5/fdcfe4fbbcb34d72b0be46cb32d8ceab33ca9c +usr/lib/.build-id/b6/5289f89b01bc268c09591f66aa0934936db6bd +usr/lib/.build-id/b6/6770d52b48fec995e995c49d28108061dec2ea +usr/lib/.build-id/b6/8b71d18b9f31f6da1467c78eb1b66131b00d1b +usr/lib/.build-id/b6/a656184dd0f69b85c8734f58a811c423292b45 +usr/lib/.build-id/b8/e87d5f94b79e1aac377c4b13e36419579d4f8f +usr/lib/.build-id/b9/28f14850931f4f30eedab2c70dd81ec6657418 +usr/lib/.build-id/b9/c382c988555f95e69ecef02664705b74ffe5d6 +usr/lib/.build-id/bb/f0ba5f358cacc5567008af661064442ea1242b +usr/lib/.build-id/bc/7a03f6f4632f4cd8ffe6e535f3a32915fddf17 +usr/lib/.build-id/bc/9374df51dc2a25402ef29c8d5978515c849444 +usr/lib/.build-id/bd/6503c8df6043206f6f4b732b79956ed18679c7 +usr/lib/.build-id/bd/d43d3ee8fb39ba28abfcd190ce2ef1f276b530 +usr/lib/.build-id/be/911f9d3fe279df8f08b0d5bbb2d2310419b6f0 +usr/lib/.build-id/be/ae3eb7a9e1556e67d8121633a56456141e1270 +usr/lib/.build-id/be/bdd0172f6cdced182ab07628956a68c75cf161 +usr/lib/.build-id/c2/a83d7049dbcb141558aa8b5f52c6c2c321203b +usr/lib/.build-id/c2/af19ec594219668149d44b07e4f2fca57a32a7 +usr/lib/.build-id/c3/879c53137f97e9837adac534a15f138b2c8394 +usr/lib/.build-id/c3/f37cdaf1f3a431b9449a14e013dd2ca8863423 +usr/lib/.build-id/c4/78c694afccd3fb0f2831f5a61c40025eba23e9 +usr/lib/.build-id/c5/042c4086cce02570e41e355dee7dd79ccce20f +usr/lib/.build-id/c5/571b2d845cd21f255e3ecdb3108c6ff912b548 +usr/lib/.build-id/c5/5bee79ff0327f0c344ee61a665a50ff833376e +usr/lib/.build-id/c6/7f86ac42f74af1c52b782260d553a5ed6d4480 +usr/lib/.build-id/c6/c705ecc3b2b7c239d730cc357c2bc8b28233bd +usr/lib/.build-id/c7/19fb2ab5b2e26ae2f9b6c8f491bbe7a7ae0c24 +usr/lib/.build-id/c7/27e54e89eea50679cc8927fccb02d874058476 +usr/lib/.build-id/c7/4af666d3e2be27f503f53e08e8d2dc07ff9b11 +usr/lib/.build-id/c7/c1d7a9ea566edd5ac9cb2bdf1a2d758e53b70d +usr/lib/.build-id/ca/e6cb8a69c5355df27844e297b05ff7f65d3ccc +usr/lib/.build-id/cd/22e76abfcc5f6a1f189c81e7d742381ee032a8 +usr/lib/.build-id/ce/27d457e75aa31d1dc467e28f8b8c6fb1e33918 +usr/lib/.build-id/ce/43d3f48a4ed0993d85e793ad2758fe6ed3de48 +usr/lib/.build-id/ce/50f6b5fd1f3425cac5268f5d83113c87d18014 +usr/lib/.build-id/ce/dbe8d7fb5757dd39992c1524f8d362adafcf41 +usr/lib/.build-id/cf/025e66cc8dcd5e93069addfade388d0c77be46 +usr/lib/.build-id/d0/688329cfc43e90c63475a34c23e5c31e57d217 +usr/lib/.build-id/d0/d2bc1cf5c55e1a9c8fbb1b0cef039386ec2559 +usr/lib/.build-id/d0/e66d274787006817896a59b3064e26b8893245 +usr/lib/.build-id/d1/3dfd185cc351a3261ccbc6de2cd87150c51422 +usr/lib/.build-id/d1/7f26d0b44cc60189007475fb8724eff29daaa5 +usr/lib/.build-id/d3/3e3bd0c8ac1aad8d4fa22d19b040101ddfb900 +usr/lib/.build-id/d3/557d981cae00d3aaca88dff25099ecddfac6f8 +usr/lib/.build-id/d4/00d00491cfcf3e064e1ba56f6d01222fe4d520 +usr/lib/.build-id/d4/84ff31fed316a6657c8bf2cd24db49cd4caa4b +usr/lib/.build-id/d6/c3a289c4c2c4d46325b7355854048fbadeea8d +usr/lib/.build-id/d8/214e54fbc4a7bc6533fdd2eee362feb850e32e +usr/lib/.build-id/d8/4b938e59d14b3f740286b77e3c924311e811b4 +usr/lib/.build-id/d8/e374e8837fc96dc43b77e21fc9c5c930708761 +usr/lib/.build-id/d9/b552909f2cfae45aa6dc26cb4d41b4924f58fb +usr/lib/.build-id/dc/599e5bb329de1b9833036c41ef5ace7de1dd32 +usr/lib/.build-id/dc/8fb4bc44b44001849568ea8fbb43644780747b +usr/lib/.build-id/dc/e36e3728dda8894bcae875a31705f9694401bc +usr/lib/.build-id/de/136be5d1d98406f27b13f5e6557f68dfcce97c +usr/lib/.build-id/de/379d7e5197f70691e5da1bdd9b39fe281d74b0 +usr/lib/.build-id/e0/5332b5d1eebda05958f1eb1b68be9c591fbb84 +usr/lib/.build-id/e0/e8e0f1076aa84d34d8aad21d85e932216ba64e +usr/lib/.build-id/e1/493cbdf662ec9f177f65997558c36680115d2b +usr/lib/.build-id/e1/608e2fabd6114db89ba04c173e099aced1a76f +usr/lib/.build-id/e2/4098c207c166ee8a07cd50704df6f984018d75 +usr/lib/.build-id/e2/55c4f6316a39c7f2a1f9f81a417743904305db +usr/lib/.build-id/e2/c528c6bf692e5e20e7a45d9ffff8938ce6c6ba +usr/lib/.build-id/e2/fd492bc7ae4663e6abc70165afdbfbfab1528f +usr/lib/.build-id/e7/2c6dd93f8b94ffa776fcb67d16f33337ef85f0 +usr/lib/.build-id/e7/2c6dd93f8b94ffa776fcb67d16f33337ef85f0.1 +usr/lib/.build-id/e7/2c6dd93f8b94ffa776fcb67d16f33337ef85f0.2 +usr/lib/.build-id/e7/2c6dd93f8b94ffa776fcb67d16f33337ef85f0.3 +usr/lib/.build-id/e7/6102ff6506fdcebd47f6cc705b2fef88c2de60 +usr/lib/.build-id/ea/da76826a7c34a4080c9fdfd1af11fce4561efc +usr/lib/.build-id/eb/0c5007c2a64f493f864d4c8500717aa031e301 +usr/lib/.build-id/eb/3887b11280f02903503583e4a475f496254c63 +usr/lib/.build-id/ec/70fb11e14fe7dadde8353e95592eb7b8bd4b3a +usr/lib/.build-id/ed/51ad6a5882c6f2a73240bf5a901326347bebbc +usr/lib/.build-id/ed/d844a7d1c7846704669b2b3a0b132d7b82262c +usr/lib/.build-id/ed/e614558ff6b45af5399fcf47e751c16ac40e02 +usr/lib/.build-id/f0/bc55f3575f2b731115bacb56dc25d06b964f67 +usr/lib/.build-id/f1/a369a13eabcfa05b4ac3b0c5860f5afdeebda8 +usr/lib/.build-id/f1/c9bf38e4d322cd1b32477c6aebcdf912881a80 +usr/lib/.build-id/f4/7d2cbea16973f2bd3d5036a3dff1989756fc9e +usr/lib/.build-id/f4/b0641754e22ef30a8ad7daef1903fb5c257c55 +usr/lib/.build-id/f5/d8ac27eed4894598e4c93f0dfb912cd532d250 +usr/lib/.build-id/f5/e28e83749d3fe1dceaa4c90ae1cb2dd7f102c9 +usr/lib/.build-id/f5/f695f8f16e7e441b9d7b2c95099933410e826f +usr/lib/.build-id/f6/41cc8c372d9d2e415e6a3509b58c4cd75f9783 +usr/lib/.build-id/f7/6ae378877ac5e67b79ad2a090f6e35af5931ae +usr/lib/.build-id/f7/879dadc60d112754a76162b035601956544a56 +usr/lib/.build-id/f8/e9652d85a0705504d2f455c5c8fe315106c64d +usr/lib/.build-id/f9/5b6ce553930fb6d594de8f7b8b549ce23e0ed1 +usr/lib/.build-id/fa/2637ecb3d830b79cc9c5af764e874a6f1bb3d5 +usr/lib/.build-id/fa/f8506d62a12ef021ccc0ed4e5529a7f6e08056 +usr/lib/.build-id/fa/fd3dfc84a09d1b1ec6d1d6c0a0e6d901c90c7e +usr/lib/.build-id/fd/30e569bad9a65d226a0db63edec8cce0f27117 +usr/lib/.build-id/fd/a968165e7057412c25aac6a072e0c79c60ffdf +usr/lib/.build-id/fe/571ffb7d99f505cf3ed931f5335055d35eb675 +usr/lib/.build-id/fe/6044504d3491bd669406aad52e69b72adcbba2 +usr/lib/.build-id/fe/84cf66af8f613d10cf5aef3dcaf96f182cf3b3 +usr/lib/.build-id/ff/457c8dd317e27f0126f7297cf0eb23a2b3b62f +usr/lib/.build-id/ff/5ce98065bd719acf94b749c1d7ce08cef7f954 +usr/lib/.build-id/ff/5f0a6519d8e38d8b93d7d594b11b86eb90d6fb +@rmtry usr/lib/gio/modules/giomodule.cache +usr/lib/locale/C.utf8/LC_ADDRESS +usr/lib/locale/C.utf8/LC_COLLATE +usr/lib/locale/C.utf8/LC_CTYPE +usr/lib/locale/C.utf8/LC_IDENTIFICATION +usr/lib/locale/C.utf8/LC_MEASUREMENT +usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES +usr/lib/locale/C.utf8/LC_MONETARY +usr/lib/locale/C.utf8/LC_NAME +usr/lib/locale/C.utf8/LC_NUMERIC +usr/lib/locale/C.utf8/LC_PAPER +usr/lib/locale/C.utf8/LC_TELEPHONE +usr/lib/locale/C.utf8/LC_TIME +usr/lib/motd +usr/lib/os-release +usr/lib/rpm/macros.d/macros.dist +usr/lib/sysctl.d/50-redhat.conf +usr/lib/systemd/system-preset/85-display-manager.preset +usr/lib/systemd/system-preset/90-default.preset +usr/lib/systemd/system-preset/99-default-disable.preset +usr/lib/systemd/system/fstrim.service +usr/lib/systemd/system/fstrim.timer +usr/lib/systemd/user-preset/90-default-user.preset +usr/lib/systemd/user-preset/99-default-disable.preset +usr/lib/systemd/user/glib-pacrunner.service +usr/lib/tmpfiles.d/libselinux.conf +usr/lib/tmpfiles.d/setup.conf +usr/lib64/.libgmp.so.10.4.0.hmac +usr/lib64/.libgmp.so.10.hmac +usr/lib64/audit/sotruss-lib.so +usr/lib64/engines-3/afalg.so +usr/lib64/engines-3/capi.so +usr/lib64/engines-3/loader_attic.so +usr/lib64/engines-3/padlock.so +usr/lib64/fipscheck/libgmp.so.10.4.0.hmac +usr/lib64/fipscheck/libgmp.so.10.hmac +usr/lib64/gawk/filefuncs.so +usr/lib64/gawk/fnmatch.so +usr/lib64/gawk/fork.so +usr/lib64/gawk/inplace.so +usr/lib64/gawk/intdiv.so +usr/lib64/gawk/ordchr.so +usr/lib64/gawk/readdir.so +usr/lib64/gawk/readfile.so +usr/lib64/gawk/revoutput.so +usr/lib64/gawk/revtwoway.so +usr/lib64/gawk/rwarray.so +usr/lib64/gawk/time.so +usr/lib64/gconv/ANSI_X3.110.so +usr/lib64/gconv/CP1252.so +usr/lib64/gconv/ISO8859-1.so +usr/lib64/gconv/ISO8859-15.so +usr/lib64/gconv/UNICODE.so +usr/lib64/gconv/UTF-16.so +usr/lib64/gconv/UTF-32.so +usr/lib64/gconv/UTF-7.so +usr/lib64/gconv/gconv-modules +usr/lib64/gconv/gconv-modules.cache +usr/lib64/gio/modules/libgiognomeproxy.so +usr/lib64/gio/modules/libgiognutls.so +usr/lib64/gio/modules/libgiolibproxy.so +usr/lib64/girepository-1.0/GUdev-1.0.typelib +usr/lib64/girepository-1.0/GeocodeGlib-1.0.typelib +usr/lib64/girepository-1.0/Json-1.0.typelib +@rmtry usr/lib64/gio/modules/giomodule.cache +usr/lib64/krb5/plugins/preauth/spake.so +usr/lib64/krb5/plugins/tls/k5tls.so +usr/lib64/ld-linux-x86-64.so.2 +usr/lib64/libBrokenLocale.so.1 +usr/lib64/libSegFault.so +usr/lib64/libacl.so.1 +usr/lib64/libacl.so.1.1.2301 +usr/lib64/libanl.so.1 +usr/lib64/libattr.so.1 +usr/lib64/libattr.so.1.1.2501 +usr/lib64/libblkid.so.1 +usr/lib64/libblkid.so.1.1.0 +usr/lib64/libbz2.so.1 +usr/lib64/libbz2.so.1.0.8 +usr/lib64/libc.so.6 +usr/lib64/libc_malloc_debug.so.0 +usr/lib64/libcap.so.2 +usr/lib64/libcap.so.2.48 +usr/lib64/libcom_err.so.2 +usr/lib64/libcom_err.so.2.1 +usr/lib64/libcrypto.so.3 +usr/lib64/libcrypto.so.3.0.7 +usr/lib64/libdatrie.so.1 +usr/lib64/libdatrie.so.1.4.0 +usr/lib64/libdb-5.3.so +usr/lib64/libdb-5.so +usr/lib64/libdl.so.2 +usr/lib64/libe2p.so.2 +usr/lib64/libe2p.so.2.3 +usr/lib64/libedit.so.0 +usr/lib64/libedit.so.0.0.64 +usr/lib64/libext2fs.so.2 +usr/lib64/libext2fs.so.2.4 +usr/lib64/libffi.so.8 +usr/lib64/libffi.so.8.1.0 +usr/lib64/libform.so.6 +usr/lib64/libform.so.6.2 +usr/lib64/libformw.so.6 +usr/lib64/libformw.so.6.2 +usr/lib64/libgcc_s-11-20230605.so.1 +usr/lib64/libgcc_s.so.1 +usr/lib64/libgdbm.so.6 +usr/lib64/libgdbm.so.6.0.0 +usr/lib64/libgdbm_compat.so.4 +usr/lib64/libgdbm_compat.so.4.0.0 +usr/lib64/libgeocode-glib.so.0 +usr/lib64/libgeocode-glib.so.0.0.0 +usr/lib64/libgio-2.0.so.0 +usr/lib64/libgio-2.0.so.0.6800.4 +usr/lib64/libglib-2.0.so.0 +usr/lib64/libglib-2.0.so.0.6800.4 +usr/lib64/libgmodule-2.0.so.0 +usr/lib64/libgmodule-2.0.so.0.6800.4 +usr/lib64/libgmp.so.10 +usr/lib64/libgmp.so.10.4.0 +usr/lib64/libgobject-2.0.so.0 +usr/lib64/libgobject-2.0.so.0.6800.4 +usr/lib64/libgssapi_krb5.so.2 +usr/lib64/libgssapi_krb5.so.2.2 +usr/lib64/libgssrpc.so.4 +usr/lib64/libgssrpc.so.4.2 +usr/lib64/libgthread-2.0.so.0 +usr/lib64/libgthread-2.0.so.0.6800.4 +usr/lib64/libgudev-1.0.so.0 +usr/lib64/libgudev-1.0.so.0.3.0 +usr/lib64/libhistory.so.8 +usr/lib64/libhistory.so.8.1 +usr/lib64/libjson-glib-1.0.so.0 +usr/lib64/libjson-glib-1.0.so.0.600.6 +usr/lib64/libk5crypto.so.3 +usr/lib64/libk5crypto.so.3.1 +usr/lib64/libkdb5.so.10 +usr/lib64/libkdb5.so.10.0 +usr/lib64/libkeyutils.so.1 +usr/lib64/libkeyutils.so.1.10 +usr/lib64/libkrad.so.0 +usr/lib64/libkrad.so.0.0 +usr/lib64/libkrb5.so.3 +usr/lib64/libkrb5.so.3.3 +usr/lib64/libkrb5support.so.0 +usr/lib64/libkrb5support.so.0.1 +usr/lib64/liblzma.so.5 +usr/lib64/liblzma.so.5.2.5 +usr/lib64/libm.so.6 +usr/lib64/libmemusage.so +usr/lib64/libmenu.so.6 +usr/lib64/libmenu.so.6.2 +usr/lib64/libmenuw.so.6 +usr/lib64/libmenuw.so.6.2 +usr/lib64/libmount.so.1 +usr/lib64/libmount.so.1.1.0 +usr/lib64/libmvec.so.1 +usr/lib64/libncurses.so.6 +usr/lib64/libncurses.so.6.2 +usr/lib64/libncursesw.so.6 +usr/lib64/libncursesw.so.6.2 +usr/lib64/libnss_compat.so.2 +usr/lib64/libnss_dns.so.2 +usr/lib64/libnss_files.so.2 +usr/lib64/libpanel.so.6 +usr/lib64/libpanel.so.6.2 +usr/lib64/libpanelw.so.6 +usr/lib64/libpanelw.so.6.2 +usr/lib64/libpcprofile.so +usr/lib64/libpcre.so.1 +usr/lib64/libpcre.so.1.2.12 +usr/lib64/libpcre2-8.so.0 +usr/lib64/libpcre2-8.so.0.11.0 +usr/lib64/libpcre2-posix.so.3 +usr/lib64/libpcre2-posix.so.3.0.2 +usr/lib64/libpcreposix.so.0 +usr/lib64/libpcreposix.so.0.0.7 +usr/lib64/libpopt.so.0 +usr/lib64/libpopt.so.0.0.1 +usr/lib64/libpsx.so.2 +usr/lib64/libpsx.so.2.48 +usr/lib64/libpthread.so.0 +usr/lib64/libreadline.so.8 +usr/lib64/libreadline.so.8.1 +usr/lib64/libresolv.so.2 +usr/lib64/librt.so.1 +usr/lib64/libselinux.so.1 +usr/lib64/libsepol.so.2 +usr/lib64/libslang.so.2 +usr/lib64/libslang.so.2.3.2 +usr/lib64/libssh.so.4 +usr/lib64/libssh.so.4.9.4 +usr/lib64/libssh_threads.so.4 +usr/lib64/libssh_threads.so.4.9.4 +usr/lib64/libssl.so.3 +usr/lib64/libssl.so.3.0.7 +usr/lib64/libstdc++.so.6 +usr/lib64/libstdc++.so.6.0.29 +usr/lib64/libthread_db.so.1 +usr/lib64/libtic.so.6 +usr/lib64/libtic.so.6.2 +usr/lib64/libtinfo.so.6 +usr/lib64/libtinfo.so.6.2 +usr/lib64/libutil.so.1 +usr/lib64/libuuid.so.1 +usr/lib64/libuuid.so.1.3.0 +usr/lib64/libverto.so.1 +usr/lib64/libverto.so.1.0.0 +usr/lib64/libz.so.1 +usr/lib64/libz.so.1.2.11 +usr/lib64/libzstd.so.1 +usr/lib64/libzstd.so.1.5.1 +usr/lib64/ossl-modules/fips.so +usr/lib64/ossl-modules/legacy.so +usr/lib64/security/pam_cap.so +usr/libexec/awk/grcat +usr/libexec/awk/pwcat +usr/libexec/coreutils/libstdbuf.so +usr/libexec/gawk +usr/libexec/getconf/POSIX_V6_LP64_OFF64 +usr/libexec/getconf/POSIX_V7_LP64_OFF64 +usr/libexec/getconf/XBS5_LP64_OFF64 +usr/libexec/glib-pacrunner +usr/libexec/grepconf.sh +usr/sbin/addpart +usr/sbin/badblocks +usr/sbin/blkdiscard +usr/sbin/blkzone +usr/sbin/capsh +usr/sbin/cfdisk +usr/sbin/chcpu +usr/sbin/chroot +usr/sbin/ctrlaltdel +usr/sbin/delpart +usr/sbin/dumpe2fs +usr/sbin/e2freefrag +usr/sbin/e2fsck +usr/sbin/e2image +usr/sbin/e2label +usr/sbin/e2mmpstatus +usr/sbin/e2undo +usr/sbin/e4crypt +usr/sbin/e4defrag +usr/sbin/fdformat +usr/sbin/fdisk +usr/sbin/filefrag +usr/sbin/findfs +usr/sbin/fix-info-dir +usr/sbin/fsck.cramfs +usr/sbin/fsck.ext2 +usr/sbin/fsck.ext3 +usr/sbin/fsck.ext4 +usr/sbin/fsck.minix +usr/sbin/fsfreeze +usr/sbin/fstrim +usr/sbin/getcap +usr/sbin/getpcaps +usr/sbin/iconvconfig +usr/sbin/install-info +usr/sbin/key.dns_resolver +usr/sbin/ldattach +usr/sbin/ldconfig +usr/sbin/logsave +usr/sbin/mke2fs +usr/sbin/mkfs +usr/sbin/mkfs.cramfs +usr/sbin/mkfs.ext2 +usr/sbin/mkfs.ext3 +usr/sbin/mkfs.ext4 +usr/sbin/mkfs.minix +usr/sbin/mklost+found +usr/sbin/nologin +usr/sbin/pivot_root +usr/sbin/readprofile +usr/sbin/request-key +usr/sbin/resize2fs +usr/sbin/resizepart +usr/sbin/rfkill +usr/sbin/rtcwake +usr/sbin/setcap +usr/sbin/sfdisk +usr/sbin/sulogin +usr/sbin/swaplabel +usr/sbin/tune2fs +usr/sbin/wipefs +usr/sbin/zic +usr/share/awk/assert.awk +usr/share/awk/bits2str.awk +usr/share/awk/cliff_rand.awk +usr/share/awk/ctime.awk +usr/share/awk/ftrans.awk +usr/share/awk/getopt.awk +usr/share/awk/gettime.awk +usr/share/awk/group.awk +usr/share/awk/have_mpfr.awk +usr/share/awk/inplace.awk +usr/share/awk/intdiv0.awk +usr/share/awk/join.awk +usr/share/awk/libintl.awk +usr/share/awk/noassign.awk +usr/share/awk/ns_passwd.awk +usr/share/awk/ord.awk +usr/share/awk/passwd.awk +usr/share/awk/processarray.awk +usr/share/awk/quicksort.awk +usr/share/awk/readable.awk +usr/share/awk/readfile.awk +usr/share/awk/rewind.awk +usr/share/awk/round.awk +usr/share/awk/shellquote.awk +usr/share/awk/strtonum.awk +usr/share/awk/walkarray.awk +usr/share/awk/zerofile.awk +usr/share/bash-completion/completions/addpart +usr/share/bash-completion/completions/blkdiscard +usr/share/bash-completion/completions/blkzone +usr/share/bash-completion/completions/cal +usr/share/bash-completion/completions/cfdisk +usr/share/bash-completion/completions/chcpu +usr/share/bash-completion/completions/chmem +usr/share/bash-completion/completions/col +usr/share/bash-completion/completions/colcrt +usr/share/bash-completion/completions/colrm +usr/share/bash-completion/completions/column +usr/share/bash-completion/completions/ctrlaltdel +usr/share/bash-completion/completions/delpart +usr/share/bash-completion/completions/eject +usr/share/bash-completion/completions/fallocate +usr/share/bash-completion/completions/fdformat +usr/share/bash-completion/completions/fdisk +usr/share/bash-completion/completions/fincore +usr/share/bash-completion/completions/findfs +usr/share/bash-completion/completions/fsck.cramfs +usr/share/bash-completion/completions/fsck.minix +usr/share/bash-completion/completions/fsfreeze +usr/share/bash-completion/completions/fstrim +usr/share/bash-completion/completions/gapplication +usr/share/bash-completion/completions/gdbus +usr/share/bash-completion/completions/getopt +usr/share/bash-completion/completions/gio +usr/share/bash-completion/completions/gsettings +usr/share/bash-completion/completions/hexdump +usr/share/bash-completion/completions/hwclock +usr/share/bash-completion/completions/irqtop +usr/share/bash-completion/completions/isosize +usr/share/bash-completion/completions/last +usr/share/bash-completion/completions/ldattach +usr/share/bash-completion/completions/look +usr/share/bash-completion/completions/lsblk +usr/share/bash-completion/completions/lscpu +usr/share/bash-completion/completions/lsipc +usr/share/bash-completion/completions/lsirq +usr/share/bash-completion/completions/lslocks +usr/share/bash-completion/completions/lslogins +usr/share/bash-completion/completions/lsmem +usr/share/bash-completion/completions/lsns +usr/share/bash-completion/completions/mcookie +usr/share/bash-completion/completions/mesg +usr/share/bash-completion/completions/mkfs +usr/share/bash-completion/completions/mkfs.cramfs +usr/share/bash-completion/completions/mkfs.minix +usr/share/bash-completion/completions/namei +usr/share/bash-completion/completions/pivot_root +usr/share/bash-completion/completions/prlimit +usr/share/bash-completion/completions/readprofile +usr/share/bash-completion/completions/rename +usr/share/bash-completion/completions/resizepart +usr/share/bash-completion/completions/rev +usr/share/bash-completion/completions/rfkill +usr/share/bash-completion/completions/rtcwake +usr/share/bash-completion/completions/runuser +usr/share/bash-completion/completions/script +usr/share/bash-completion/completions/scriptlive +usr/share/bash-completion/completions/scriptreplay +usr/share/bash-completion/completions/setarch +usr/share/bash-completion/completions/setpriv +usr/share/bash-completion/completions/setterm +usr/share/bash-completion/completions/sfdisk +usr/share/bash-completion/completions/su +usr/share/bash-completion/completions/swaplabel +usr/share/bash-completion/completions/ul +usr/share/bash-completion/completions/utmpdump +usr/share/bash-completion/completions/uuidgen +usr/share/bash-completion/completions/uuidparse +usr/share/bash-completion/completions/wall +usr/share/bash-completion/completions/wdctl +usr/share/bash-completion/completions/whereis +usr/share/bash-completion/completions/wipefs +usr/share/bash-completion/completions/write +usr/share/bash-completion/completions/zramctl +usr/share/dbus-1/services/org.gtk.GLib.PACRunner.service +%%PORTDOCS%%usr/share/doc/bash/FAQ +%%PORTDOCS%%usr/share/doc/bash/INTRO +%%PORTDOCS%%usr/share/doc/bash/RBASH +%%PORTDOCS%%usr/share/doc/bash/README +%%PORTDOCS%%usr/share/doc/bash/bash.html +%%PORTDOCS%%usr/share/doc/bash/bashref.html +%%PORTDOCS%%usr/share/doc/bzip2/CHANGES +%%PORTDOCS%%usr/share/doc/bzip2/LICENSE +%%PORTDOCS%%usr/share/doc/bzip2/README +%%PORTDOCS%%usr/share/doc/diffutils/NEWS +%%PORTDOCS%%usr/share/doc/diffutils/README +%%PORTDOCS%%usr/share/doc/e2fsprogs/README +%%PORTDOCS%%usr/share/doc/findutils/AUTHORS +%%PORTDOCS%%usr/share/doc/findutils/NEWS +%%PORTDOCS%%usr/share/doc/findutils/README +%%PORTDOCS%%usr/share/doc/findutils/THANKS +%%PORTDOCS%%usr/share/doc/findutils/TODO +%%PORTDOCS%%usr/share/doc/gawk/NEWS +%%PORTDOCS%%usr/share/doc/gawk/POSIX.STD +%%PORTDOCS%%usr/share/doc/gawk/README +%%PORTDOCS%%usr/share/doc/gawk/README.multibyte +%%PORTDOCS%%usr/share/doc/geocode-glib/AUTHORS +%%PORTDOCS%%usr/share/doc/geocode-glib/NEWS +%%PORTDOCS%%usr/share/doc/geocode-glib/README +%%PORTDOCS%%usr/share/doc/glib-networking/NEWS +%%PORTDOCS%%usr/share/doc/glib-networking/README +%%PORTDOCS%%usr/share/doc/glib2/AUTHORS +%%PORTDOCS%%usr/share/doc/glib2/NEWS +%%PORTDOCS%%usr/share/doc/glib2/README +%%PORTDOCS%%usr/share/doc/gmp/NEWS +%%PORTDOCS%%usr/share/doc/gmp/README +%%PORTDOCS%%usr/share/doc/grep/AUTHORS +%%PORTDOCS%%usr/share/doc/grep/NEWS +%%PORTDOCS%%usr/share/doc/grep/README +%%PORTDOCS%%usr/share/doc/grep/THANKS +%%PORTDOCS%%usr/share/doc/grep/TODO +%%PORTDOCS%%usr/share/doc/json-glib/NEWS +%%PORTDOCS%%usr/share/doc/keyutils/README +%%PORTDOCS%%usr/share/doc/krb5-libs/NOTICE +%%PORTDOCS%%usr/share/doc/krb5-libs/README +%%PORTDOCS%%usr/share/doc/less/INSTALL +%%PORTDOCS%%usr/share/doc/less/NEWS +%%PORTDOCS%%usr/share/doc/less/README +%%PORTDOCS%%usr/share/doc/libblkid/COPYING +%%PORTDOCS%%usr/share/doc/libcap/capability.notes +%%PORTDOCS%%usr/share/doc/libdb/README +%%PORTDOCS%%usr/share/doc/libedit/ChangeLog +%%PORTDOCS%%usr/share/doc/libedit/THANKS +%%PORTDOCS%%usr/share/doc/libffi/README.md +%%PORTDOCS%%usr/share/doc/libgudev/NEWS +%%PORTDOCS%%usr/share/doc/libssh/AUTHORS +%%PORTDOCS%%usr/share/doc/libssh/BSD +%%PORTDOCS%%usr/share/doc/libssh/CHANGELOG +%%PORTDOCS%%usr/share/doc/libssh/README +%%PORTDOCS%%usr/share/doc/libverto/AUTHORS +%%PORTDOCS%%usr/share/doc/libverto/ChangeLog +%%PORTDOCS%%usr/share/doc/libverto/NEWS +%%PORTDOCS%%usr/share/doc/libverto/README +%%PORTDOCS%%usr/share/doc/ncurses-base/README +%%PORTDOCS%%usr/share/doc/ncurses/ANNOUNCE +%%PORTDOCS%%usr/share/doc/ncurses/AUTHORS +%%PORTDOCS%%usr/share/doc/ncurses/NEWS.xz +%%PORTDOCS%%usr/share/doc/ncurses/README +%%PORTDOCS%%usr/share/doc/ncurses/TO-DO +%%PORTDOCS%%usr/share/doc/pcre/AUTHORS +%%PORTDOCS%%usr/share/doc/pcre/NEWS +%%PORTDOCS%%usr/share/doc/popt/CHANGES +%%PORTDOCS%%usr/share/doc/rocky-release/COMMUNITY-CHARTER +%%PORTDOCS%%usr/share/doc/rocky-release/Contributors +%%PORTDOCS%%usr/share/doc/sed/AUTHORS +%%PORTDOCS%%usr/share/doc/sed/BUGS +%%PORTDOCS%%usr/share/doc/sed/NEWS +%%PORTDOCS%%usr/share/doc/sed/README +%%PORTDOCS%%usr/share/doc/sed/THANKS +%%PORTDOCS%%usr/share/doc/sed/sedfaq.txt.gz +%%PORTDOCS%%usr/share/doc/setserial/README +%%PORTDOCS%%usr/share/doc/setserial/rc.serial +%%PORTDOCS%%usr/share/doc/setup/uidgid +%%PORTDOCS%%usr/share/doc/slang/NEWS +%%PORTDOCS%%usr/share/doc/util-linux/AUTHORS +%%PORTDOCS%%usr/share/doc/util-linux/NEWS +%%PORTDOCS%%usr/share/doc/util-linux/README +%%PORTDOCS%%usr/share/doc/util-linux/deprecated.txt +%%PORTDOCS%%usr/share/doc/util-linux/getopt-example.bash +%%PORTDOCS%%usr/share/doc/util-linux/getopt-example.tcsh +%%PORTDOCS%%usr/share/doc/which/AUTHORS +%%PORTDOCS%%usr/share/doc/which/EXAMPLES +%%PORTDOCS%%usr/share/doc/which/NEWS +%%PORTDOCS%%usr/share/doc/which/README +%%PORTDOCS%%usr/share/doc/zlib/ChangeLog +%%PORTDOCS%%usr/share/doc/zlib/FAQ +usr/share/gawk +usr/share/gcc-11/python/libstdcxx/__init__.py +usr/share/gcc-11/python/libstdcxx/__pycache__/__init__.cpython-39.opt-1.pyc +usr/share/gcc-11/python/libstdcxx/__pycache__/__init__.cpython-39.pyc +usr/share/gcc-11/python/libstdcxx/v6/__init__.py +usr/share/gcc-11/python/libstdcxx/v6/__pycache__/__init__.cpython-39.opt-1.pyc +usr/share/gcc-11/python/libstdcxx/v6/__pycache__/__init__.cpython-39.pyc +usr/share/gcc-11/python/libstdcxx/v6/__pycache__/printers.cpython-39.opt-1.pyc +usr/share/gcc-11/python/libstdcxx/v6/__pycache__/printers.cpython-39.pyc +usr/share/gcc-11/python/libstdcxx/v6/__pycache__/xmethods.cpython-39.opt-1.pyc +usr/share/gcc-11/python/libstdcxx/v6/__pycache__/xmethods.cpython-39.pyc +usr/share/gcc-11/python/libstdcxx/v6/printers.py +usr/share/gcc-11/python/libstdcxx/v6/xmethods.py +usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.opt-1.pyc +usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.pyc +usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.29-gdb.py +usr/share/icons +usr/share/info/bash.info.gz +usr/share/info/diffutils.info.gz +usr/share/info/find-maint.info.gz +usr/share/info/find.info-1.gz +usr/share/info/find.info-2.gz +usr/share/info/find.info.gz +usr/share/info/gawk.info.gz +usr/share/info/gawkinet.info.gz +usr/share/info/gawkworkflow.info.gz +usr/share/info/grep.info.gz +usr/share/info/history.info.gz +usr/share/info/info-stnd.info.gz +usr/share/info/rluserman.info.gz +usr/share/info/sed.info.gz +usr/share/info/which.info.gz +usr/share/keyutils/request-key-debug.sh +usr/share/licenses/bash/COPYING +usr/share/licenses/bzip2-libs/LICENSE +usr/share/licenses/bzip2/LICENSE +usr/share/licenses/diffutils/COPYING +usr/share/licenses/e2fsprogs-libs/NOTICE +usr/share/licenses/findutils/COPYING +usr/share/licenses/gawk/COPYING +usr/share/licenses/gawk/LICENSE.BSD +usr/share/licenses/gawk/LICENSE.GPLv2 +usr/share/licenses/gawk/LICENSE.LGPLv2 +usr/share/licenses/gdbm-libs/COPYING +usr/share/licenses/geocode-glib/COPYING.LIB +usr/share/licenses/glib-networking/COPYING +usr/share/licenses/glib2/COPYING +usr/share/licenses/glibc/COPYING +usr/share/licenses/glibc/COPYING.LIB +usr/share/licenses/glibc/LICENSES +usr/share/licenses/gmp/COPYING +usr/share/licenses/gmp/COPYING.LESSERv3 +usr/share/licenses/gmp/COPYINGv2 +usr/share/licenses/gmp/COPYINGv3 +usr/share/licenses/grep/COPYING +usr/share/licenses/info/COPYING +usr/share/licenses/json-glib/COPYING +usr/share/licenses/keyutils-libs/LICENCE.LGPL +usr/share/licenses/keyutils/LICENCE.GPL +usr/share/licenses/krb5-libs/LICENSE +usr/share/licenses/less/COPYING +usr/share/licenses/less/LICENSE +usr/share/licenses/libcap/License +usr/share/licenses/libcom_err/NOTICE +usr/share/licenses/libdatrie/COPYING +usr/share/licenses/libdb/LICENSE +usr/share/licenses/libdb/lgpl-2.1.txt +usr/share/licenses/libedit/COPYING +usr/share/licenses/libffi/LICENSE +usr/share/licenses/libgcc/COPYING +usr/share/licenses/libgcc/COPYING.LIB +usr/share/licenses/libgcc/COPYING.RUNTIME +usr/share/licenses/libgcc/COPYING3 +usr/share/licenses/libgcc/COPYING3.LIB +usr/share/licenses/libgudev/COPYING +usr/share/licenses/libmount/COPYING +usr/share/licenses/libmount/COPYING.LGPL-2.1-or-later +usr/share/licenses/libselinux/LICENSE +usr/share/licenses/libsepol/LICENSE +usr/share/licenses/libssh/COPYING +usr/share/licenses/libuuid/COPYING +usr/share/licenses/libuuid/COPYING.BSD-3-Clause +usr/share/licenses/libverto/COPYING +usr/share/licenses/libzstd/COPYING +usr/share/licenses/libzstd/LICENSE +usr/share/licenses/ncurses-base/COPYING +usr/share/licenses/openssl-libs/LICENSE.txt +usr/share/licenses/pcre/COPYING +usr/share/licenses/pcre/LICENCE +usr/share/licenses/popt/COPYING +usr/share/licenses/readline/COPYING +usr/share/licenses/readline/USAGE +usr/share/licenses/rocky-release/LICENSE +usr/share/licenses/sed/COPYING +usr/share/licenses/setup/COPYING +usr/share/licenses/slang/COPYING +usr/share/licenses/util-linux/COPYING.BSD-3-Clause +usr/share/licenses/util-linux/COPYING.BSD-4-Clause-UC +usr/share/licenses/util-linux/COPYING.GPL-2.0-or-later +usr/share/licenses/util-linux/COPYING.GPL-3.0-or-later +usr/share/licenses/util-linux/COPYING.ISC +usr/share/licenses/util-linux/COPYING.LGPL-2.1-or-later +usr/share/licenses/which/COPYING +usr/share/licenses/xz-libs/COPYING +usr/share/licenses/zlib/README +%%NLS%%usr/share/locale/af/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/am/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/an/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/an/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/be@latin/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/bn/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/mit-krb5.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/dz/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/en@quot/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/hy/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/mit-krb5.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/ku/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/lg/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/locale.alias +%%NLS%%usr/share/locale/lt/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/mai/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/mg/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/mk/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/mn/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/nds/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/ps/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/tl/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/tt/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/xh/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/yi/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/util-linux.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/bash.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/diffutils.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/findutils.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/grep.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/popt.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/sed.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/util-linux.mo +usr/share/man/man1/..1.gz +usr/share/man/man1/:.1.gz +usr/share/man/man1/[.1.gz +usr/share/man/man1/alias.1.gz +usr/share/man/man1/awk.1.gz +usr/share/man/man1/bash.1.gz +usr/share/man/man1/bashbug-64.1.gz +usr/share/man/man1/bashbug.1.gz +usr/share/man/man1/bg.1.gz +usr/share/man/man1/bind.1.gz +usr/share/man/man1/break.1.gz +usr/share/man/man1/builtin.1.gz +usr/share/man/man1/builtins.1.gz +usr/share/man/man1/bunzip2.1.gz +usr/share/man/man1/bzcat.1.gz +usr/share/man/man1/bzcmp.1.gz +usr/share/man/man1/bzdiff.1.gz +usr/share/man/man1/bzegrep.1.gz +usr/share/man/man1/bzfgrep.1.gz +usr/share/man/man1/bzgrep.1.gz +usr/share/man/man1/bzip2.1.gz +usr/share/man/man1/bzip2recover.1.gz +usr/share/man/man1/bzless.1.gz +usr/share/man/man1/bzmore.1.gz +usr/share/man/man1/cal.1.gz +usr/share/man/man1/caller.1.gz +usr/share/man/man1/capsh.1.gz +usr/share/man/man1/captoinfo.1m.gz +usr/share/man/man1/cd.1.gz +usr/share/man/man1/chattr.1.gz +usr/share/man/man1/choom.1.gz +usr/share/man/man1/clear.1.gz +usr/share/man/man1/cmp.1.gz +usr/share/man/man1/col.1.gz +usr/share/man/man1/colcrt.1.gz +usr/share/man/man1/colrm.1.gz +usr/share/man/man1/column.1.gz +usr/share/man/man1/command.1.gz +usr/share/man/man1/compgen.1.gz +usr/share/man/man1/complete.1.gz +usr/share/man/man1/compopt.1.gz +usr/share/man/man1/continue.1.gz +usr/share/man/man1/declare.1.gz +usr/share/man/man1/diff.1.gz +usr/share/man/man1/diff3.1.gz +usr/share/man/man1/dirs.1.gz +usr/share/man/man1/disown.1.gz +usr/share/man/man1/egrep.1.gz +usr/share/man/man1/eject.1.gz +usr/share/man/man1/enable.1.gz +usr/share/man/man1/eval.1.gz +usr/share/man/man1/exec.1.gz +usr/share/man/man1/exit.1.gz +usr/share/man/man1/export.1.gz +usr/share/man/man1/fallocate.1.gz +usr/share/man/man1/fc.1.gz +usr/share/man/man1/fg.1.gz +usr/share/man/man1/fgrep.1.gz +usr/share/man/man1/fincore.1.gz +usr/share/man/man1/find.1.gz +usr/share/man/man1/fuse2fs.1.gz +usr/share/man/man1/gapplication.1.gz +usr/share/man/man1/gawk.1.gz +usr/share/man/man1/gdbus.1.gz +usr/share/man/man1/getopt.1.gz +usr/share/man/man1/getopts.1.gz +usr/share/man/man1/gio-querymodules.1.gz +usr/share/man/man1/gio.1.gz +usr/share/man/man1/glib-compile-schemas.1.gz +usr/share/man/man1/grep.1.gz +usr/share/man/man1/gsettings.1.gz +usr/share/man/man1/hash.1.gz +usr/share/man/man1/help.1.gz +usr/share/man/man1/hexdump.1.gz +usr/share/man/man1/history.1.gz +usr/share/man/man1/info.1.gz +usr/share/man/man1/infocmp.1m.gz +usr/share/man/man1/infotocap.1m.gz +usr/share/man/man1/install-info.1.gz +usr/share/man/man1/irqtop.1.gz +usr/share/man/man1/jobs.1.gz +usr/share/man/man1/keyctl.1.gz +usr/share/man/man1/last.1.gz +usr/share/man/man1/lastb.1.gz +usr/share/man/man1/less.1.gz +usr/share/man/man1/lessecho.1.gz +usr/share/man/man1/lesskey.1.gz +usr/share/man/man1/let.1.gz +usr/share/man/man1/local.1.gz +usr/share/man/man1/login.1.gz +usr/share/man/man1/logout.1.gz +usr/share/man/man1/look.1.gz +usr/share/man/man1/lsattr.1.gz +usr/share/man/man1/lscpu.1.gz +usr/share/man/man1/lsipc.1.gz +usr/share/man/man1/lsirq.1.gz +usr/share/man/man1/lslogins.1.gz +usr/share/man/man1/lsmem.1.gz +usr/share/man/man1/mapfile.1.gz +usr/share/man/man1/mcookie.1.gz +usr/share/man/man1/mesg.1.gz +usr/share/man/man1/namei.1.gz +usr/share/man/man1/popd.1.gz +usr/share/man/man1/prlimit.1.gz +usr/share/man/man1/pushd.1.gz +usr/share/man/man1/read.1.gz +usr/share/man/man1/readonly.1.gz +usr/share/man/man1/rename.1.gz +usr/share/man/man1/reset.1.gz +usr/share/man/man1/return.1.gz +usr/share/man/man1/rev.1.gz +usr/share/man/man1/rocky.1.gz +usr/share/man/man1/runuser.1.gz +usr/share/man/man1/script.1.gz +usr/share/man/man1/scriptlive.1.gz +usr/share/man/man1/scriptreplay.1.gz +usr/share/man/man1/sdiff.1.gz +usr/share/man/man1/sed.1.gz +usr/share/man/man1/set.1.gz +usr/share/man/man1/setpriv.1.gz +usr/share/man/man1/setterm.1.gz +usr/share/man/man1/sh.1.gz +usr/share/man/man1/shift.1.gz +usr/share/man/man1/shopt.1.gz +usr/share/man/man1/source.1.gz +usr/share/man/man1/su.1.gz +usr/share/man/man1/suspend.1.gz +usr/share/man/man1/tabs.1.gz +usr/share/man/man1/tic.1m.gz +usr/share/man/man1/times.1.gz +usr/share/man/man1/toe.1m.gz +usr/share/man/man1/tput.1.gz +usr/share/man/man1/trap.1.gz +usr/share/man/man1/tset.1.gz +usr/share/man/man1/type.1.gz +usr/share/man/man1/typeset.1.gz +usr/share/man/man1/ul.1.gz +usr/share/man/man1/ulimit.1.gz +usr/share/man/man1/umask.1.gz +usr/share/man/man1/unalias.1.gz +usr/share/man/man1/unset.1.gz +usr/share/man/man1/utmpdump.1.gz +usr/share/man/man1/uuidgen.1.gz +usr/share/man/man1/uuidparse.1.gz +usr/share/man/man1/wait.1.gz +usr/share/man/man1/wall.1.gz +usr/share/man/man1/whereis.1.gz +usr/share/man/man1/which.1.gz +usr/share/man/man1/write.1.gz +usr/share/man/man1/xargs.1.gz +usr/share/man/man3/filefuncs.3am.gz +usr/share/man/man3/fnmatch.3am.gz +usr/share/man/man3/fork.3am.gz +usr/share/man/man3/inplace.3am.gz +usr/share/man/man3/ordchr.3am.gz +usr/share/man/man3/readdir.3am.gz +usr/share/man/man3/readfile.3am.gz +usr/share/man/man3/revoutput.3am.gz +usr/share/man/man3/revtwoway.3am.gz +usr/share/man/man3/rwarray.3am.gz +usr/share/man/man3/time.3am.gz +usr/share/man/man5/.k5identity.5.gz +usr/share/man/man5/.k5login.5.gz +usr/share/man/man5/adjtime_config.5.gz +usr/share/man/man5/e2fsck.conf.5.gz +usr/share/man/man5/editrc.5.gz +usr/share/man/man5/ext2.5.gz +usr/share/man/man5/ext3.5.gz +usr/share/man/man5/ext4.5.gz +usr/share/man/man5/fstab.5.gz +usr/share/man/man5/info.5.gz +usr/share/man/man5/k5identity.5.gz +usr/share/man/man5/k5login.5.gz +usr/share/man/man5/key.dns_resolver.conf.5.gz +usr/share/man/man5/krb5.conf.5.gz +usr/share/man/man5/mke2fs.conf.5.gz +usr/share/man/man5/request-key.conf.5.gz +usr/share/man/man5/scr_dump.5.gz +usr/share/man/man5/term.5.gz +usr/share/man/man5/terminal-colors.d.5.gz +usr/share/man/man5/terminfo.5.gz +usr/share/man/man5/user_caps.5.gz +usr/share/man/man7/asymmetric-key.7.gz +usr/share/man/man7/kerberos.7.gz +usr/share/man/man7/keyutils.7.gz +usr/share/man/man7/term.7.gz +usr/share/man/man8/addpart.8.gz +usr/share/man/man8/badblocks.8.gz +usr/share/man/man8/blkdiscard.8.gz +usr/share/man/man8/blkzone.8.gz +usr/share/man/man8/cfdisk.8.gz +usr/share/man/man8/chcpu.8.gz +usr/share/man/man8/chmem.8.gz +usr/share/man/man8/clock.8.gz +usr/share/man/man8/ctrlaltdel.8.gz +usr/share/man/man8/debugfs.8.gz +usr/share/man/man8/delpart.8.gz +usr/share/man/man8/dumpe2fs.8.gz +usr/share/man/man8/e2freefrag.8.gz +usr/share/man/man8/e2fsck.8.gz +usr/share/man/man8/e2image.8.gz +usr/share/man/man8/e2label.8.gz +usr/share/man/man8/e2mmpstatus.8.gz +usr/share/man/man8/e2undo.8.gz +usr/share/man/man8/e4crypt.8.gz +usr/share/man/man8/e4defrag.8.gz +usr/share/man/man8/fdformat.8.gz +usr/share/man/man8/fdisk.8.gz +usr/share/man/man8/filefrag.8.gz +usr/share/man/man8/findfs.8.gz +usr/share/man/man8/fsck.cramfs.8.gz +usr/share/man/man8/fsck.ext2.8.gz +usr/share/man/man8/fsck.ext3.8.gz +usr/share/man/man8/fsck.ext4.8.gz +usr/share/man/man8/fsck.minix.8.gz +usr/share/man/man8/fsfreeze.8.gz +usr/share/man/man8/fstrim.8.gz +usr/share/man/man8/getcap.8.gz +usr/share/man/man8/getpcaps.8.gz +usr/share/man/man8/hwclock.8.gz +usr/share/man/man8/i386.8.gz +usr/share/man/man8/isosize.8.gz +usr/share/man/man8/key.dns_resolver.8.gz +usr/share/man/man8/ldattach.8.gz +usr/share/man/man8/linux32.8.gz +usr/share/man/man8/linux64.8.gz +usr/share/man/man8/logsave.8.gz +usr/share/man/man8/lsblk.8.gz +usr/share/man/man8/lslocks.8.gz +usr/share/man/man8/lsns.8.gz +usr/share/man/man8/mke2fs.8.gz +usr/share/man/man8/mkfs.8.gz +usr/share/man/man8/mkfs.cramfs.8.gz +usr/share/man/man8/mkfs.ext2.8.gz +usr/share/man/man8/mkfs.ext3.8.gz +usr/share/man/man8/mkfs.ext4.8.gz +usr/share/man/man8/mkfs.minix.8.gz +usr/share/man/man8/mklost+found.8.gz +usr/share/man/man8/nologin.8.gz +usr/share/man/man8/pivot_root.8.gz +usr/share/man/man8/readprofile.8.gz +usr/share/man/man8/request-key.8.gz +usr/share/man/man8/resize2fs.8.gz +usr/share/man/man8/resizepart.8.gz +usr/share/man/man8/rfkill.8.gz +usr/share/man/man8/rtcwake.8.gz +usr/share/man/man8/setarch.8.gz +usr/share/man/man8/setcap.8.gz +usr/share/man/man8/setserial.8.gz +usr/share/man/man8/sfdisk.8.gz +usr/share/man/man8/sulogin.8.gz +usr/share/man/man8/swaplabel.8.gz +usr/share/man/man8/tune2fs.8.gz +usr/share/man/man8/uname26.8.gz +usr/share/man/man8/wdctl.8.gz +usr/share/man/man8/wipefs.8.gz +usr/share/man/man8/x86_64.8.gz +usr/share/man/man8/zramctl.8.gz +usr/share/redhat-release +usr/share/rocky-release/EULA +usr/share/tabset/std +usr/share/tabset/stdcrt +usr/share/tabset/vt100 +usr/share/tabset/vt300 +usr/share/terminfo/A/Apple_Terminal +usr/share/terminfo/E/Eterm +usr/share/terminfo/E/Eterm-256color +usr/share/terminfo/E/Eterm-88color +usr/share/terminfo/E/Eterm-color +usr/share/terminfo/a/alacritty +usr/share/terminfo/a/ansi +usr/share/terminfo/a/ansi80x25 +usr/share/terminfo/a/ansis +usr/share/terminfo/a/aterm +usr/share/terminfo/b/bterm +usr/share/terminfo/c/cons25 +usr/share/terminfo/c/cygwin +usr/share/terminfo/d/dumb +usr/share/terminfo/e/eterm +usr/share/terminfo/e/eterm-color +usr/share/terminfo/g/gnome +usr/share/terminfo/g/gnome-256color +usr/share/terminfo/h/hurd +usr/share/terminfo/j/jfbterm +usr/share/terminfo/k/kitty +usr/share/terminfo/k/kon +usr/share/terminfo/k/kon2 +usr/share/terminfo/k/konsole +usr/share/terminfo/k/konsole-256color +usr/share/terminfo/l/linux +usr/share/terminfo/m/mach +usr/share/terminfo/m/mach-bold +usr/share/terminfo/m/mach-color +usr/share/terminfo/m/mach-gnu +usr/share/terminfo/m/mach-gnu-color +usr/share/terminfo/m/mlterm +usr/share/terminfo/m/mrxvt +usr/share/terminfo/n/nsterm +usr/share/terminfo/n/nsterm-256color +usr/share/terminfo/n/nxterm +usr/share/terminfo/p/pcansi +usr/share/terminfo/p/putty +usr/share/terminfo/p/putty-256color +usr/share/terminfo/r/rxvt +usr/share/terminfo/r/rxvt-16color +usr/share/terminfo/r/rxvt-256color +usr/share/terminfo/r/rxvt-88color +usr/share/terminfo/r/rxvt-basic +usr/share/terminfo/r/rxvt-color +usr/share/terminfo/r/rxvt-cygwin +usr/share/terminfo/r/rxvt-cygwin-native +usr/share/terminfo/r/rxvt-unicode +usr/share/terminfo/r/rxvt-unicode-256color +usr/share/terminfo/r/rxvt-xpm +usr/share/terminfo/s/screen +usr/share/terminfo/s/screen-16color +usr/share/terminfo/s/screen-256color +usr/share/terminfo/s/screen.Eterm +usr/share/terminfo/s/screen.gnome +usr/share/terminfo/s/screen.konsole +usr/share/terminfo/s/screen.konsole-256color +usr/share/terminfo/s/screen.linux +usr/share/terminfo/s/screen.linux-s +usr/share/terminfo/s/screen.mlterm +usr/share/terminfo/s/screen.mlterm-256color +usr/share/terminfo/s/screen.mrxvt +usr/share/terminfo/s/screen.putty +usr/share/terminfo/s/screen.putty-256color +usr/share/terminfo/s/screen.rxvt +usr/share/terminfo/s/screen.teraterm +usr/share/terminfo/s/screen.vte +usr/share/terminfo/s/screen.vte-256color +usr/share/terminfo/s/screen.xterm-256color +usr/share/terminfo/s/screen.xterm-new +usr/share/terminfo/s/screen.xterm-r6 +usr/share/terminfo/s/screen.xterm-xfree86 +usr/share/terminfo/s/st +usr/share/terminfo/s/st-16color +usr/share/terminfo/s/st-256color +usr/share/terminfo/s/stterm +usr/share/terminfo/s/stterm-16color +usr/share/terminfo/s/stterm-256color +usr/share/terminfo/s/sun +usr/share/terminfo/s/sun1 +usr/share/terminfo/s/sun2 +usr/share/terminfo/t/teraterm +usr/share/terminfo/t/teraterm2.3 +usr/share/terminfo/t/tmux +usr/share/terminfo/t/tmux-256color +usr/share/terminfo/t/tmux-direct +usr/share/terminfo/v/vs100 +usr/share/terminfo/v/vt100 +usr/share/terminfo/v/vt100-am +usr/share/terminfo/v/vt100-nav +usr/share/terminfo/v/vt102 +usr/share/terminfo/v/vt200 +usr/share/terminfo/v/vt220 +usr/share/terminfo/v/vt52 +usr/share/terminfo/v/vte +usr/share/terminfo/v/vte-256color +usr/share/terminfo/v/vwmterm +usr/share/terminfo/w/wsvt25 +usr/share/terminfo/w/wsvt25m +usr/share/terminfo/x/xfce +usr/share/terminfo/x/xterm +usr/share/terminfo/x/xterm-1002 +usr/share/terminfo/x/xterm-1003 +usr/share/terminfo/x/xterm-1005 +usr/share/terminfo/x/xterm-1006 +usr/share/terminfo/x/xterm-16color +usr/share/terminfo/x/xterm-24 +usr/share/terminfo/x/xterm-256color +usr/share/terminfo/x/xterm-88color +usr/share/terminfo/x/xterm-8bit +usr/share/terminfo/x/xterm-basic +usr/share/terminfo/x/xterm-bold +usr/share/terminfo/x/xterm-color +usr/share/terminfo/x/xterm-direct +usr/share/terminfo/x/xterm-direct16 +usr/share/terminfo/x/xterm-direct2 +usr/share/terminfo/x/xterm-direct256 +usr/share/terminfo/x/xterm-hp +usr/share/terminfo/x/xterm-mono +usr/share/terminfo/x/xterm-new +usr/share/terminfo/x/xterm-nic +usr/share/terminfo/x/xterm-noapp +usr/share/terminfo/x/xterm-old +usr/share/terminfo/x/xterm-pcolor +usr/share/terminfo/x/xterm-r5 +usr/share/terminfo/x/xterm-r6 +usr/share/terminfo/x/xterm-sco +usr/share/terminfo/x/xterm-sun +usr/share/terminfo/x/xterm-utf8 +usr/share/terminfo/x/xterm-vt220 +usr/share/terminfo/x/xterm-vt52 +usr/share/terminfo/x/xterm-x10mouse +usr/share/terminfo/x/xterm-x11hilite +usr/share/terminfo/x/xterm-x11mouse +usr/share/terminfo/x/xterm-xf86-v32 +usr/share/terminfo/x/xterm-xf86-v33 +usr/share/terminfo/x/xterm-xf86-v333 +usr/share/terminfo/x/xterm-xf86-v40 +usr/share/terminfo/x/xterm-xf86-v43 +usr/share/terminfo/x/xterm-xf86-v44 +usr/share/terminfo/x/xterm-xfree86 +usr/share/terminfo/x/xterm-xi +usr/share/terminfo/x/xterms +usr/tmp +@rmtry var/cache/ldconfig/aux-cache +var/mail +@dir afs +@dir dev +@dir etc/X11/applnk +@dir etc/X11/fontpath.d +@dir etc/X11/xinit/xinitrc.d +@dir etc/X11/xinit/xinput.d +@dir etc/bash_completion.d +@dir etc/gss/mech.d +@dir etc/issue.d +@dir etc/keyutils +@dir etc/ld.so.conf.d +@dir etc/motd.d +@dir etc/opt +@dir etc/pki/tls/certs +@dir etc/pki/tls/misc +@dir etc/pki/tls/private +@dir etc/pm/config.d +@dir etc/pm/power.d +@dir etc/pm/sleep.d +@dir etc/popt.d +@dir etc/request-key.d +@dir etc/rwtab.d +@dir etc/statetab.d +@dir etc/sysconfig +@dir etc/terminfo +@dir etc/xdg/autostart +@dir etc/yum.repos.d +@dir opt +@dir srv +@dir usr/lib64/gio/modules +@dir var/adm +@dir var/cache/bpf +@dir var/cache/ldconfig +@dir var/db +@dir var/empty +@dir var/ftp +@dir var/games +@dir var/kerberos/krb5/user +@dir var/lib/games +@dir var/lib/misc +@dir var/lib/rpm-state +@dir var/local +@dir var/nis +@dir var/opt +@dir var/preserve +@dir var/spool/lpd +@dir var/spool/mail +@dir var/yp +@dir %%LINUXBASE%% +@comment These directories may have filesystems mounted and then it may not be +@comment possible to change their mode and timestamp like @dir tries to do. +@postexec mkdir -p %D/dev/shm +@postunexec rmdir %D/dev/shm 2>/dev/null || true +@postexec mkdir -p %D/proc +@postunexec rmdir %D/proc 2>/dev/null || true +@postexec mkdir -p %D/sys +@postunexec rmdir %D/sys 2>/dev/null || true +@postexec %D/usr/sbin/ldconfig +@postexec %D/usr/bin/gio-querymodules-64 /usr/lib64/gio/modules diff --git a/emulators/magia/Makefile b/emulators/magia/Makefile index 8fb0f7a3b1e..480f3e6a9ad 100644 --- a/emulators/magia/Makefile +++ b/emulators/magia/Makefile @@ -1,7 +1,7 @@ PORTNAME= magia DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= emulators MAINTAINER= ports@FreeBSD.org diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 41e0b91df05..33d455a1d38 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -190,6 +190,10 @@ _TOOLS_MANUALS= -name *.1 -depth 1 -type f -and -not -type d -and -not \ MAKE_ENV+= PTR64=1 .endif +.if ${ARCH} == aarch64 || ${ARCH} == armv7 +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-3rdparty_lzma_C_AesOpt.c +.endif + # Compiling with -pg (PROFILE) causes the linker to run out of memory on i386, # build with less profiling data: .if ${ARCH:Mi386} diff --git a/emulators/mame/files/patch-3rdparty_lzma_C_AesOpt.c b/emulators/mame/files/extra-patch-3rdparty_lzma_C_AesOpt.c similarity index 100% rename from emulators/mame/files/patch-3rdparty_lzma_C_AesOpt.c rename to emulators/mame/files/extra-patch-3rdparty_lzma_C_AesOpt.c diff --git a/emulators/mednafen/files/patch-src_sound_OwlResampler__altivec.inc b/emulators/mednafen/files/patch-src_sound_OwlResampler__altivec.inc new file mode 100644 index 00000000000..cad6e417a85 --- /dev/null +++ b/emulators/mednafen/files/patch-src_sound_OwlResampler__altivec.inc @@ -0,0 +1,7 @@ +--- src/sound/OwlResampler_altivec.inc.orig 2024-05-08 15:13:14 UTC ++++ src/sound/OwlResampler_altivec.inc +@@ -1,3 +1,4 @@ ++#include + // + // + // diff --git a/emulators/mednafen/files/patch-src_sound_SwiftResampler__altivec.inc b/emulators/mednafen/files/patch-src_sound_SwiftResampler__altivec.inc new file mode 100644 index 00000000000..85304e9341e --- /dev/null +++ b/emulators/mednafen/files/patch-src_sound_SwiftResampler__altivec.inc @@ -0,0 +1,7 @@ +--- src/sound/SwiftResampler_altivec.inc.orig 2024-05-08 15:12:59 UTC ++++ src/sound/SwiftResampler_altivec.inc +@@ -1,3 +1,4 @@ ++#include + template + static INLINE void DoMAC_AltiVec(const int16 *wave, const int16 *coeffs, int32 count, int32 *accum_output) + { diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 1f406bc8fd2..44c9fcb9f8b 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -1,6 +1,6 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v -DISTVERSION?= 1.16.6 +DISTVERSION?= 1.17.1 PORTREVISION?= 0 CATEGORIES= emulators # XXX Get from Debian once #697821 lands @@ -30,11 +30,12 @@ USE_GITHUB= yes GH_ACCOUNT= hrydgard GH_TUPLE?= hrydgard:glslang:8.13.3743-948-gb34f619e:glslang/ext/glslang \ google:cpu_features:v0.8.0-27-gfd4ffc1:cpu_features/ext/cpu_features \ + rtissera:libchdr:26d27ca:libchdr/ext/libchdr \ unknownbrackets:ppsspp-debugger:9776332:debugger/assets/debugger \ KhronosGroup:SPIRV-Cross:sdk-1.3.239.0:SPIRV/ext/SPIRV-Cross \ - Kingcom:armips:v0.11.0-188-g7bd1ec9:armips/ext/armips \ + Kingcom:armips:v0.11.0-195-ga8d71f0:armips/ext/armips \ Kingcom:filesystem:v1.3.2-12-g3f1c185:filesystem/ext/armips/ext/filesystem \ - RetroAchievements:rcheevos:v10.7.1-37-g24dc84c:rcheevos/ext/rcheevos \ + RetroAchievements:rcheevos:v11.0.0-26-ge7989c3:rcheevos/ext/rcheevos \ Tencent:rapidjson:v1.1.0-415-g73063f50:rapidjson/ext/rapidjson CONFLICTS_INSTALL= ${PORTNAME}-* diff --git a/emulators/ppsspp/distinfo b/emulators/ppsspp/distinfo index a99c6c6ea1e..cdc57c2eb18 100644 --- a/emulators/ppsspp/distinfo +++ b/emulators/ppsspp/distinfo @@ -1,21 +1,23 @@ -TIMESTAMP = 1697106208 +TIMESTAMP = 1707052082 SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b SIZE (ppsspp.1) = 1598 -SHA256 (hrydgard-ppsspp-v1.16.6_GH0.tar.gz) = d00de34506e030abae697ca19bc9d72ad5a9b34ee8292f008910944fb9a0fe37 -SIZE (hrydgard-ppsspp-v1.16.6_GH0.tar.gz) = 41517567 +SHA256 (hrydgard-ppsspp-v1.17.1_GH0.tar.gz) = dd65e7a317cd461386a1641ddf475686d8bdb2f408bdae910386d8b3ca6a8195 +SIZE (hrydgard-ppsspp-v1.17.1_GH0.tar.gz) = 41876096 SHA256 (hrydgard-glslang-8.13.3743-948-gb34f619e_GH0.tar.gz) = 8f002c902a5bc5a9d3c7e58b82ba2a6845ee08a01b756eaf4afefff806d109c7 SIZE (hrydgard-glslang-8.13.3743-948-gb34f619e_GH0.tar.gz) = 3689872 SHA256 (google-cpu_features-v0.8.0-27-gfd4ffc1_GH0.tar.gz) = 0bcb1a537b8fc184b9df9ddde9d15868efe7f651139ea84d3e20ac9900a43c60 SIZE (google-cpu_features-v0.8.0-27-gfd4ffc1_GH0.tar.gz) = 109044 +SHA256 (rtissera-libchdr-26d27ca_GH0.tar.gz) = 49e028fadd0640926da158408c9eafb22fc89ccb0de69c67b167ef0a11f6a0c5 +SIZE (rtissera-libchdr-26d27ca_GH0.tar.gz) = 4274377 SHA256 (unknownbrackets-ppsspp-debugger-9776332_GH0.tar.gz) = adc88664cb127b7797b03ffe07274096ac8ac037f143bf636b6208084c47e4d7 SIZE (unknownbrackets-ppsspp-debugger-9776332_GH0.tar.gz) = 810213 SHA256 (KhronosGroup-SPIRV-Cross-sdk-1.3.239.0_GH0.tar.gz) = a1695022880e7ef3c2d407647f79876045dc2a3ed012753adc71ead5cc5178ba SIZE (KhronosGroup-SPIRV-Cross-sdk-1.3.239.0_GH0.tar.gz) = 1707048 -SHA256 (Kingcom-armips-v0.11.0-188-g7bd1ec9_GH0.tar.gz) = 577ec512e9f400c94f018b17aa324aa0093c0e151d37d67f5754f6da1a996c2f -SIZE (Kingcom-armips-v0.11.0-188-g7bd1ec9_GH0.tar.gz) = 222958 +SHA256 (Kingcom-armips-v0.11.0-195-ga8d71f0_GH0.tar.gz) = 8a46d92b070de90cefcd89c2894344d040481e1cf6216b31f4a5e531254fed88 +SIZE (Kingcom-armips-v0.11.0-195-ga8d71f0_GH0.tar.gz) = 223306 SHA256 (Kingcom-filesystem-v1.3.2-12-g3f1c185_GH0.tar.gz) = 9fa5a690e341bea1935a7f6b256e1bbd864abee988f834f10307f646dc38e604 SIZE (Kingcom-filesystem-v1.3.2-12-g3f1c185_GH0.tar.gz) = 163401 -SHA256 (RetroAchievements-rcheevos-v10.7.1-37-g24dc84c_GH0.tar.gz) = 062412489cc63657d951404ede9e9060d9945c65728b12d171fba81b9af3bd04 -SIZE (RetroAchievements-rcheevos-v10.7.1-37-g24dc84c_GH0.tar.gz) = 610812 +SHA256 (RetroAchievements-rcheevos-v11.0.0-26-ge7989c3_GH0.tar.gz) = 9b1374b2c82c67850481dbee21946d5b4acb5c45d0284e85e58fa0e68f7d24f8 +SIZE (RetroAchievements-rcheevos-v11.0.0-26-ge7989c3_GH0.tar.gz) = 650457 SHA256 (Tencent-rapidjson-v1.1.0-415-g73063f50_GH0.tar.gz) = 45e801225dd7a8d09bde7e5a2dc52c18d630f07bbbec7587017ca19bac9446fe SIZE (Tencent-rapidjson-v1.1.0-415-g73063f50_GH0.tar.gz) = 1054127 diff --git a/emulators/ppsspp/files/patch-ffmpeg5 b/emulators/ppsspp/files/patch-ffmpeg5 index ac9b10457af..4e9a92758ea 100644 --- a/emulators/ppsspp/files/patch-ffmpeg5 +++ b/emulators/ppsspp/files/patch-ffmpeg5 @@ -1,97 +1,5 @@ https://github.com/hrydgard/ppsspp/issues/15308 ---- Core/AVIDump.cpp.orig 2023-01-03 10:14:31 UTC -+++ Core/AVIDump.cpp -@@ -91,7 +91,7 @@ bool AVIDump::CreateAVI() { - - bool AVIDump::CreateAVI() { - #ifdef USE_FFMPEG -- AVCodec *codec = nullptr; -+ const AVCodec *codec = nullptr; - - // Use gameID_EmulatedTimestamp for filename - std::string discID = g_paramSFO.GetDiscID(); ---- Core/HLE/sceAtrac.cpp.orig 2023-01-03 10:14:31 UTC -+++ Core/HLE/sceAtrac.cpp -@@ -123,6 +123,7 @@ extern "C" { - #ifdef USE_FFMPEG - - extern "C" { -+#include "libavcodec/avcodec.h" - #include "libavformat/avformat.h" - #include "libswresample/swresample.h" - #include "libavutil/samplefmt.h" ---- Core/HLE/sceMpeg.cpp.orig 2023-01-03 10:14:31 UTC -+++ Core/HLE/sceMpeg.cpp -@@ -108,6 +108,7 @@ extern "C" { - #ifdef USE_FFMPEG - - extern "C" { -+#include "libavcodec/avcodec.h" - #include "libavformat/avformat.h" - #include "libavutil/imgutils.h" - #include "libswscale/swscale.h" -@@ -801,7 +802,7 @@ static bool InitPmp(MpegContext * ctx){ - pmp_want_pix_fmt = AV_PIX_FMT_RGBA; - - // Create H264 video codec -- AVCodec * pmp_Codec = avcodec_find_decoder(AV_CODEC_ID_H264); -+ const AVCodec * pmp_Codec = avcodec_find_decoder(AV_CODEC_ID_H264); - if (pmp_Codec == NULL){ - ERROR_LOG(ME, "Can not find H264 codec, please update ffmpeg"); - return false; ---- Core/HW/MediaEngine.cpp.orig 2023-04-30 11:42:05 UTC -+++ Core/HW/MediaEngine.cpp -@@ -38,6 +38,10 @@ extern "C" { - #include "libavutil/imgutils.h" - #include "libswscale/swscale.h" - -+#if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(59, 23, 100) -+ // private libavformat api (see demux.h in ffmpeg src tree) -+ void avpriv_stream_set_need_parsing(AVStream *st, enum AVStreamParseType type); -+#endif - } - #endif // USE_FFMPEG - -@@ -410,13 +414,19 @@ bool MediaEngine::addVideoStream(int streamNum, int st - #else - stream->request_probe = 0; - #endif -+#if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(59, 23, 100) -+ avpriv_stream_set_need_parsing(stream, AVSTREAM_PARSE_FULL); -+#else - stream->need_parsing = AVSTREAM_PARSE_FULL; -+#endif - // We could set the width here, but we don't need to. - if (streamNum >= m_expectedVideoStreams) { - ++m_expectedVideoStreams; - } - -+#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(57, 33, 100) - m_codecsToClose.push_back(stream->codec); -+#endif - return true; - } - } -@@ -499,7 +509,7 @@ bool MediaEngine::setVideoStream(int streamNum, bool f - - AVStream *stream = m_pFormatCtx->streams[streamNum]; - #if LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT(57, 33, 100) -- AVCodec *pCodec = avcodec_find_decoder(stream->codecpar->codec_id); -+ const AVCodec *pCodec = avcodec_find_decoder(stream->codecpar->codec_id); - if (!pCodec) { - WARN_LOG_REPORT(ME, "Could not find decoder for %d", (int)stream->codecpar->codec_id); - return false; ---- Core/HW/SimpleAudioDec.cpp.orig 2023-01-03 10:14:31 UTC -+++ Core/HW/SimpleAudioDec.cpp -@@ -28,6 +28,7 @@ extern "C" { - #ifdef USE_FFMPEG - - extern "C" { -+#include "libavcodec/avcodec.h" - #include "libavformat/avformat.h" - #include "libswresample/swresample.h" - #include "libavutil/samplefmt.h" --- Core/HW/SimpleAudioDec.h.orig 2023-01-03 10:14:31 UTC +++ Core/HW/SimpleAudioDec.h @@ -78,7 +78,7 @@ class SimpleAudio { (private) diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 649cebe4db5..8264b87cc51 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -1,7 +1,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.32 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -0-gc16e176fbe +DISTVERSION= 0.0.32-16431 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -gb7a882f42b CATEGORIES= emulators wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo index 79c3fa6119b..899f646b68a 100644 --- a/emulators/rpcs3/distinfo +++ b/emulators/rpcs3/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1714575670 -SHA256 (RPCS3-rpcs3-v0.0.32-0-gc16e176fbe_GH0.tar.gz) = dda0f401ae1a5ac4ab4687b3b70fcd2481989da3a953ecd6d27ac9e6a747a2da -SIZE (RPCS3-rpcs3-v0.0.32-0-gc16e176fbe_GH0.tar.gz) = 8647789 +TIMESTAMP = 1715187863 +SHA256 (RPCS3-rpcs3-v0.0.32-16431-gb7a882f42b_GH0.tar.gz) = a2842b0bd06941e4f9dedff37af57382b53f41146170db44c851a44382ff5096 +SIZE (RPCS3-rpcs3-v0.0.32-16431-gb7a882f42b_GH0.tar.gz) = 8652324 SHA256 (RPCS3-hidapi-hidapi-0.14.0-2-g8b43a97_GH0.tar.gz) = 109ba77362885d60e274930f637735ee75df2850fe99e3f1c3a5b9d1187f8cb6 SIZE (RPCS3-hidapi-hidapi-0.14.0-2-g8b43a97_GH0.tar.gz) = 348879 SHA256 (RPCS3-soundtouch-2.3.1-68-g394e1f5_GH0.tar.gz) = e24af82c51547341e2dfd43af03c1847abfd8d27334d667e6a51943f7f505cbe diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 05195b52501..5939a449dc2 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= wine -DISTVERSION= 9.6 +DISTVERSION= 9.8 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/9.x/ @@ -154,7 +154,7 @@ PLIST_SUB+= WINE32="" WINE64="@comment " WINEARCH="i386" .endif pre-build: - cd ${WRKSRC} && ${MAKE_CMD} depend + cd ${WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_CMD} depend post-install: .if ${ARCH} == i386 diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index ed60fcbefa8..371c35cdd3f 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714124404 -SHA256 (wine-9.6.tar.xz) = 0e0960ed82b6017e882eda3338bad1270a1177b6cf05f03ac1fab155abe82048 -SIZE (wine-9.6.tar.xz) = 30261488 +TIMESTAMP = 1715237210 +SHA256 (wine-9.8.tar.xz) = 86943c838eda8fad9a7940d4099703394bf1d1be9a1014342fed879c7dc3b993 +SIZE (wine-9.8.tar.xz) = 30297460 diff --git a/emulators/wine-devel/files/pkg32.sh b/emulators/wine-devel/files/pkg32.sh index d75422997e1..64d82459c21 100644 --- a/emulators/wine-devel/files/pkg32.sh +++ b/emulators/wine-devel/files/pkg32.sh @@ -14,7 +14,6 @@ then ln -s /usr/share/keys/pkg "$I386_ROOT/usr/share/keys/pkg" fi -ABI=$(pkg config ABI | sed s/amd64/i386/) # Show what we're going to do, then do it. -echo pkg -o ABI="$ABI" -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@" -exec pkg -o ABI="$ABI" -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@" +echo pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@" +exec pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@" diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index e780d7ee862..44bc0b4daa7 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -136,6 +136,7 @@ include/wine/windows/asynot.idl include/wine/windows/asysta.idl include/wine/windows/atlbase.h include/wine/windows/atlcom.h +include/wine/windows/atldef.h include/wine/windows/atliface.h include/wine/windows/atliface.idl include/wine/windows/atlthunk.h @@ -624,6 +625,7 @@ include/wine/windows/lmcons.h include/wine/windows/lmerr.h include/wine/windows/lmjoin.h include/wine/windows/lmmsg.h +include/wine/windows/lmremutl.h include/wine/windows/lmserver.h include/wine/windows/lmshare.h include/wine/windows/lmstats.h diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index fa6ede914aa..18a23f4eb33 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,5 +1,6 @@ PORTNAME= wine DISTVERSION= 9.0 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/9.0/ @@ -155,7 +156,7 @@ PLIST_SUB+= WINE32="" WINE64="@comment " WINEARCH="i386" .endif pre-build: - cd ${WRKSRC} && ${MAKE_CMD} depend + cd ${WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_CMD} depend post-install: .if ${ARCH} == i386 diff --git a/emulators/wine/files/patch-dlls_ntdll_unix_loader.c b/emulators/wine/files/patch-dlls_ntdll_unix_loader.c new file mode 100644 index 00000000000..599c4ee0d53 --- /dev/null +++ b/emulators/wine/files/patch-dlls_ntdll_unix_loader.c @@ -0,0 +1,25 @@ +--- UTC +--- dlls/ntdll/unix/loader.c.orig 2024-01-16 20:55:47 ++++ dlls/ntdll/unix/loader.c 2024-05-10 07:03:04 +@@ -480,6 +480,21 @@ + + if (machine == current_machine) return NULL; + ++ char* wineserver_path = getenv("WINESERVER"); ++ if (wineserver_path != NULL && wineserver_path[0] == '/') { ++ char* s = remove_tail(wineserver_path, "server"); ++ if (s != NULL) { ++ if (machine == IMAGE_FILE_MACHINE_AMD64) { ++ ret = malloc(strlen(s) + 3); ++ strcpy(ret, s); ++ strcat(ret, "64"); ++ } else { ++ ret = s; ++ } ++ return ret; ++ } ++ } ++ + if (machine == IMAGE_FILE_MACHINE_AMD64) /* try the 64-bit loader */ + { + size_t len = strlen(wineloader); diff --git a/emulators/wine/files/pkg32.sh b/emulators/wine/files/pkg32.sh index d75422997e1..64d82459c21 100644 --- a/emulators/wine/files/pkg32.sh +++ b/emulators/wine/files/pkg32.sh @@ -14,7 +14,6 @@ then ln -s /usr/share/keys/pkg "$I386_ROOT/usr/share/keys/pkg" fi -ABI=$(pkg config ABI | sed s/amd64/i386/) # Show what we're going to do, then do it. -echo pkg -o ABI="$ABI" -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@" -exec pkg -o ABI="$ABI" -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@" +echo pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@" +exec pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@" diff --git a/finance/fabric/Makefile b/finance/fabric/Makefile index 7787a92692c..2009ea6753e 100644 --- a/finance/fabric/Makefile +++ b/finance/fabric/Makefile @@ -1,6 +1,7 @@ PORTNAME= fabric DISTVERSIONPREFIX= v DISTVERSION= 2.5.7 +PORTREVISION= 1 CATEGORIES= finance PKGNAMESUFFIX= -hyperledger diff --git a/finance/fixc/Makefile b/finance/fixc/Makefile index cbfb0bc7582..935e57d4d6c 100644 --- a/finance/fixc/Makefile +++ b/finance/fixc/Makefile @@ -1,7 +1,7 @@ PORTNAME= fixc PORTVERSION= 1.2 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= finance MAINTAINER= blttll@gmail.com diff --git a/finance/hyperswitch/Makefile b/finance/hyperswitch/Makefile index 200543d35e9..a36b1667b0c 100644 --- a/finance/hyperswitch/Makefile +++ b/finance/hyperswitch/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyperswitch DISTVERSIONPREFIX= v DISTVERSION= 1.106.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MAINTAINER= yuri@FreeBSD.org diff --git a/finance/lnd/Makefile b/finance/lnd/Makefile index 444dedd6175..1f02c53143c 100644 --- a/finance/lnd/Makefile +++ b/finance/lnd/Makefile @@ -1,7 +1,7 @@ PORTNAME= lnd DISTVERSIONPREFIX= v DISTVERSION= 0.17.3-beta -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= finance MAINTAINER= yuri@FreeBSD.org diff --git a/finance/py-mplfinance/Makefile b/finance/py-mplfinance/Makefile index 16cbe66ff61..ab868623605 100644 --- a/finance/py-mplfinance/Makefile +++ b/finance/py-mplfinance/Makefile @@ -1,5 +1,6 @@ PORTNAME= mplfinance PORTVERSION= 0.12.10b0 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/matplotlib/mplfinance LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/finance/py-yfinance/Makefile b/finance/py-yfinance/Makefile index e608546e3f2..8acaa389b5c 100644 --- a/finance/py-yfinance/Makefile +++ b/finance/py-yfinance/Makefile @@ -1,5 +1,6 @@ PORTNAME= yfinance PORTVERSION= 0.2.38 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/ranaroussi/yfinance LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.4:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.11.1:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}frozendict>=2.3.4:devel/py-frozendict@${PY_FLAVOR} \ @@ -24,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.4:devel/py-appdirs@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}requests>=2.31:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/finance/ticker/Makefile b/finance/ticker/Makefile index 004f7154528..26a83e12182 100644 --- a/finance/ticker/Makefile +++ b/finance/ticker/Makefile @@ -1,7 +1,7 @@ PORTNAME= ticker DISTVERSIONPREFIX= v DISTVERSION= 4.5.14 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= finance MAINTAINER= fuz@FreeBSD.org diff --git a/finance/tickrs/Makefile b/finance/tickrs/Makefile index bbdd7b60f51..99b6c848bde 100644 --- a/finance/tickrs/Makefile +++ b/finance/tickrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= tickrs DISTVERSIONPREFIX= v DISTVERSION= 0.14.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= finance MAINTAINER= lcook@FreeBSD.org diff --git a/ftp/Makefile b/ftp/Makefile index 05c9be8b067..db95adcb8b3 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -32,6 +32,8 @@ SUBDIR += lftp SUBDIR += libfilezilla SUBDIR += linux-c7-curl + SUBDIR += linux-rl9-curl + SUBDIR += linux-rl9-wget SUBDIR += mirror SUBDIR += ncftp3 SUBDIR += net2ftp @@ -83,6 +85,7 @@ SUBDIR += tnftpd SUBDIR += twoftpd SUBDIR += uftp + SUBDIR += unftp SUBDIR += vsftpd SUBDIR += vsftpd-ext SUBDIR += waiho diff --git a/ftp/curlie/Makefile b/ftp/curlie/Makefile index 59e758ab41f..8f29cb1bedf 100644 --- a/ftp/curlie/Makefile +++ b/ftp/curlie/Makefile @@ -1,7 +1,7 @@ PORTNAME= curlie DISTVERSIONPREFIX= v DISTVERSION= 1.6.7 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= ftp net www MAINTAINER= 0mp@FreeBSD.org diff --git a/ftp/linux-rl9-curl/Makefile b/ftp/linux-rl9-curl/Makefile new file mode 100644 index 00000000000..6a0bf17adf0 --- /dev/null +++ b/ftp/linux-rl9-curl/Makefile @@ -0,0 +1,28 @@ +PORTNAME= curl +PORTVERSION= 7.76.1 +DISTVERSIONSUFFIX= -26.el9_3.3 +PORTREVISION= 4 +CATEGORIES= ftp linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Tool for transferring files with URL syntax (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://curl.se/ + +LICENSE= MIT + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libidn2 libnghttp2 libpsl libxcrypt nspr nss openldap +USE_LINUX_RPM= nolib + +CPE_VENDOR= haxx + +LIB_DISTNAMES= lib${DISTNAME} + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/ftp/linux-rl9-curl/distinfo b/ftp/linux-rl9-curl/distinfo new file mode 100644 index 00000000000..a35f1ee6dfb --- /dev/null +++ b/ftp/linux-rl9-curl/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1711624252 +SHA256 (rocky/c/curl-7.76.1-26.el9_3.3.aarch64.rpm) = cd10785404a3af2d77b6cc79f11e8e173c278d5f5f74497ded04c940322079b6 +SIZE (rocky/c/curl-7.76.1-26.el9_3.3.aarch64.rpm) = 296791 +SHA256 (rocky/c/curl-7.76.1-26.el9_3.3.x86_64.rpm) = 089ca96e50dd45305862bd814235886a2044cb6ded18b372a837ede02750e948 +SIZE (rocky/c/curl-7.76.1-26.el9_3.3.x86_64.rpm) = 300150 +SHA256 (rocky/l/libcurl-7.76.1-26.el9_3.3.aarch64.rpm) = 205fa852c76fc0e85f469889895728b7039a7c20c36a98ef0e2f38054c49bad3 +SIZE (rocky/l/libcurl-7.76.1-26.el9_3.3.aarch64.rpm) = 285684 +SHA256 (rocky/l/libcurl-7.76.1-26.el9_3.3.x86_64.rpm) = 124be9ecd94eba2146b14b3a2f0a240fbaf5cd8f098d1b72bcdc7cccdca497de +SIZE (rocky/l/libcurl-7.76.1-26.el9_3.3.x86_64.rpm) = 290249 +SHA256 (rocky/c/curl-7.76.1-26.el9_3.3.src.rpm) = 3b77ba6a132eb61e41405f0d3188b25e0eef8f31f306ad4359d728c3bcfa6ba3 +SIZE (rocky/c/curl-7.76.1-26.el9_3.3.src.rpm) = 2538511 diff --git a/ftp/linux-rl9-curl/pkg-plist.aarch64 b/ftp/linux-rl9-curl/pkg-plist.aarch64 new file mode 100644 index 00000000000..6f22094b8f9 --- /dev/null +++ b/ftp/linux-rl9-curl/pkg-plist.aarch64 @@ -0,0 +1,15 @@ +usr/bin/curl +usr/lib/.build-id/57/8ed61bd2f6f323556dd8f472c71fc9075bfd24 +usr/lib/.build-id/b7/21b6cadaeca9295836c4ee4ee93de546551170 +usr/lib64/libcurl.so.4 +usr/lib64/libcurl.so.4.7.0 +%%PORTDOCS%%%%DOCSDIR%%/BUGS.md +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/FEATURES.md +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/TheArtOfHttpScripting.md +usr/share/licenses/libcurl/COPYING +usr/share/man/man1/curl.1.gz +usr/share/zsh/site-functions/_curl diff --git a/ftp/linux-rl9-curl/pkg-plist.amd64 b/ftp/linux-rl9-curl/pkg-plist.amd64 new file mode 100644 index 00000000000..056bf8ffaec --- /dev/null +++ b/ftp/linux-rl9-curl/pkg-plist.amd64 @@ -0,0 +1,15 @@ +usr/bin/curl +usr/lib/.build-id/61/2d63d68321ebf4bec1c19ef1a1785ec6b66919 +usr/lib/.build-id/fc/bad378d7365ed4d3b346e13f653d3b3d318865 +usr/lib64/libcurl.so.4 +usr/lib64/libcurl.so.4.7.0 +%%PORTDOCS%%%%DOCSDIR%%/BUGS.md +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/FEATURES.md +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/TheArtOfHttpScripting.md +usr/share/licenses/libcurl/COPYING +usr/share/zsh/site-functions/_curl +usr/share/man/man1/curl.1.gz diff --git a/ftp/linux-rl9-wget/Makefile b/ftp/linux-rl9-wget/Makefile new file mode 100644 index 00000000000..16f4556f628 --- /dev/null +++ b/ftp/linux-rl9-wget/Makefile @@ -0,0 +1,23 @@ +PORTNAME= wget +PORTVERSION= 1.21.1 +DISTVERSIONSUFFIX= -7.el9 +CATEGORIES= ftp linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Retrieve files from the Net via HTTP(S) and FTP (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnu.org/s/wget/ + +LICENSE= GPLv3+ + +USES= cpe linux:rl9 +USE_LINUX_RPM= nolib + +CPE_VENDOR= gnu + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +.include diff --git a/ftp/linux-rl9-wget/distinfo b/ftp/linux-rl9-wget/distinfo new file mode 100644 index 00000000000..a2999d161aa --- /dev/null +++ b/ftp/linux-rl9-wget/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1688971021 +SHA256 (rocky/w/wget-1.21.1-7.el9.aarch64.rpm) = 7eb680f8a422269ee83073b94682b78f723161beb301e46e3841d33d08680315 +SIZE (rocky/w/wget-1.21.1-7.el9.aarch64.rpm) = 782910 +SHA256 (rocky/w/wget-1.21.1-7.el9.x86_64.rpm) = c2ff8ef263f7fd77f9e999cd9f35a3c04a158acc065efed413456792f8f7ffc7 +SIZE (rocky/w/wget-1.21.1-7.el9.x86_64.rpm) = 787105 +SHA256 (rocky/w/wget-1.21.1-7.el9.src.rpm) = ca39ca82401e1e1000d0dbfbb4ade70539e93c29627183770499e96074733123 +SIZE (rocky/w/wget-1.21.1-7.el9.src.rpm) = 4904948 diff --git a/ftp/linux-rl9-wget/pkg-plist.aarch64 b/ftp/linux-rl9-wget/pkg-plist.aarch64 new file mode 100644 index 00000000000..2262ade332a --- /dev/null +++ b/ftp/linux-rl9-wget/pkg-plist.aarch64 @@ -0,0 +1,88 @@ +etc/wgetrc +usr/bin/wget +usr/lib/.build-id/b8/ec66db326fb6c55056c7a436d7cbf2f43b2a45 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/MAILING-LIST +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/sample.wgetrc +usr/share/info/wget.info.gz +%%NLS%%usr/share/locale/af/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/wget.mo +usr/share/man/man1/wget.1.gz diff --git a/ftp/linux-rl9-wget/pkg-plist.amd64 b/ftp/linux-rl9-wget/pkg-plist.amd64 new file mode 100644 index 00000000000..15d5bf2f28f --- /dev/null +++ b/ftp/linux-rl9-wget/pkg-plist.amd64 @@ -0,0 +1,88 @@ +etc/wgetrc +usr/bin/wget +usr/lib/.build-id/0f/fc49554f27a679cf9d82dbec3044f4132cdcec +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/MAILING-LIST +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/sample.wgetrc +usr/share/info/wget.info.gz +%%NLS%%usr/share/locale/af/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/wget.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/wget-gnulib.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/wget.mo +usr/share/man/man1/wget.1.gz diff --git a/ftp/pget/Makefile b/ftp/pget/Makefile index d7cfd2f38bb..ac3a4a77035 100644 --- a/ftp/pget/Makefile +++ b/ftp/pget/Makefile @@ -1,7 +1,7 @@ PORTNAME= pget DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ftp net www MAINTAINER= yuri@FreeBSD.org diff --git a/ftp/py-pycurl/Makefile b/ftp/py-pycurl/Makefile index 8c3e06aa3b8..5338a4546b5 100644 --- a/ftp/py-pycurl/Makefile +++ b/ftp/py-pycurl/Makefile @@ -1,5 +1,6 @@ PORTNAME= pycurl PORTVERSION= 7.45.3 +PORTREVISION= 1 CATEGORIES= ftp python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +15,12 @@ LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING-LGPL LICENSE_FILE_MIT= ${WRKSRC}/COPYING-MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libcurl.so:ftp/curl USES= python ssl -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/ftp/py-tftpy/Makefile b/ftp/py-tftpy/Makefile index ecc464daa34..a23729d2009 100644 --- a/ftp/py-tftpy/Makefile +++ b/ftp/py-tftpy/Makefile @@ -1,5 +1,6 @@ PORTNAME= tftpy PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= ftp python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/msoulier/tftpy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/ftp/sftpgo/Makefile b/ftp/sftpgo/Makefile index 3bffde56512..3fa816806f9 100644 --- a/ftp/sftpgo/Makefile +++ b/ftp/sftpgo/Makefile @@ -1,6 +1,5 @@ PORTNAME= sftpgo -PORTVERSION= 2.5.5 -PORTREVISION= 4 +PORTVERSION= 2.5.6 CATEGORIES= ftp www MASTER_SITES= https://github.com/drakkan/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}_v${PORTVERSION}_src_with_deps diff --git a/ftp/sftpgo/distinfo b/ftp/sftpgo/distinfo index 28f67fc15cd..f3d3cbebb78 100644 --- a/ftp/sftpgo/distinfo +++ b/ftp/sftpgo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702066993 -SHA256 (sftpgo_v2.5.5_src_with_deps.tar.xz) = 886da134f01ef68b2c22e9fc90e437eaf5b4829b5f550a0f1adaa6e9be93432e -SIZE (sftpgo_v2.5.5_src_with_deps.tar.xz) = 12104668 +TIMESTAMP = 1715642091 +SHA256 (sftpgo_v2.5.6_src_with_deps.tar.xz) = e935340abe8f39853c9108a77f368a8d458fee1cd55ebdabf3db59adb2e1e755 +SIZE (sftpgo_v2.5.6_src_with_deps.tar.xz) = 12156860 diff --git a/ftp/termscp/Makefile b/ftp/termscp/Makefile index 9a02308ec95..1a6293ecae6 100644 --- a/ftp/termscp/Makefile +++ b/ftp/termscp/Makefile @@ -1,7 +1,7 @@ PORTNAME= termscp DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= ftp MAINTAINER= sec.research.2005@gmail.com diff --git a/ftp/unftp/Makefile b/ftp/unftp/Makefile new file mode 100644 index 00000000000..bfa90c1af19 --- /dev/null +++ b/ftp/unftp/Makefile @@ -0,0 +1,362 @@ +PORTNAME= unftp +DISTVERSIONPREFIX= v +DISTVERSION= 0.14.5 +PORTREVISION= 1 +CATEGORIES= ftp + +MAINTAINER= yuri@FreeBSD.org +COMMENT= FTP(S) server with a couple of twists written in Rust +WWW= https://github.com/bolcom/unFTP + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cargo + +USE_GITHUB= yes +GH_ACCOUNT= bolcom +GH_PROJECT= unFTP + +CARGO_CRATES= addr2line-0.21.0 \ + adler-1.0.2 \ + aho-corasick-1.0.5 \ + android-tzdata-0.1.1 \ + android_system_properties-0.1.5 \ + anyhow-1.0.71 \ + arc-swap-1.6.0 \ + asn1-rs-0.5.2 \ + asn1-rs-derive-0.4.0 \ + asn1-rs-impl-0.1.0 \ + async-trait-0.1.75 \ + atty-0.2.14 \ + autocfg-1.1.0 \ + axum-0.6.18 \ + axum-core-0.3.4 \ + backtrace-0.3.69 \ + base64-0.13.1 \ + base64-0.21.5 \ + bitflags-1.3.2 \ + bitflags-2.4.1 \ + block-buffer-0.10.4 \ + built-0.5.2 \ + bumpalo-3.13.0 \ + bytecount-0.6.3 \ + byteorder-1.5.0 \ + bytes-1.5.0 \ + camino-1.1.6 \ + cargo-lock-8.0.3 \ + cargo-platform-0.1.5 \ + cargo_metadata-0.14.2 \ + cc-1.0.83 \ + cfg-if-1.0.0 \ + chrono-0.4.31 \ + clap-3.2.25 \ + clap_derive-3.2.25 \ + clap_lex-0.2.4 \ + codespan-reporting-0.11.1 \ + combine-4.6.6 \ + console-api-0.5.0 \ + console-subscriber-0.1.10 \ + convert_case-0.4.0 \ + core-foundation-0.9.3 \ + core-foundation-sys-0.8.6 \ + crc32fast-1.3.2 \ + crossbeam-channel-0.5.10 \ + crossbeam-epoch-0.9.17 \ + crossbeam-utils-0.8.18 \ + crypto-common-0.1.6 \ + cxx-1.0.91 \ + cxx-build-1.0.91 \ + cxxbridge-flags-1.0.91 \ + cxxbridge-macro-1.0.91 \ + dashmap-5.5.3 \ + data-encoding-2.5.0 \ + der-parser-8.2.0 \ + deranged-0.3.10 \ + derive_more-0.99.17 \ + diff-0.1.13 \ + digest-0.10.7 \ + dirs-next-2.0.0 \ + dirs-sys-next-0.1.2 \ + displaydoc-0.2.4 \ + doc-comment-0.3.3 \ + dtoa-0.4.8 \ + either-1.8.1 \ + errno-0.2.8 \ + errno-0.3.8 \ + errno-dragonfly-0.1.2 \ + error-chain-0.12.4 \ + fastrand-2.0.1 \ + flate2-1.0.28 \ + fnv-1.0.7 \ + form_urlencoded-1.1.0 \ + futures-0.3.30 \ + futures-channel-0.3.30 \ + futures-core-0.3.30 \ + futures-executor-0.3.30 \ + futures-io-0.3.30 \ + futures-macro-0.3.30 \ + futures-sink-0.3.30 \ + futures-task-0.3.30 \ + futures-util-0.3.30 \ + generic-array-0.14.7 \ + getrandom-0.2.11 \ + gimli-0.28.1 \ + git2-0.15.0 \ + glob-0.3.1 \ + h2-0.3.19 \ + hashbrown-0.12.3 \ + hashbrown-0.14.3 \ + hdrhistogram-7.5.2 \ + heck-0.4.1 \ + hermit-abi-0.1.19 \ + hermit-abi-0.3.2 \ + hex-0.4.3 \ + http-0.2.11 \ + http-body-0.4.5 \ + httparse-1.8.0 \ + httpdate-1.0.2 \ + humantime-2.1.0 \ + hyper-0.14.28 \ + hyper-rustls-0.23.2 \ + hyper-rustls-0.24.2 \ + hyper-timeout-0.4.1 \ + iana-time-zone-0.1.58 \ + iana-time-zone-haiku-0.1.1 \ + idna-0.3.0 \ + indexmap-1.9.3 \ + io-lifetimes-1.0.10 \ + ipnet-2.9.0 \ + iprange-0.6.7 \ + itertools-0.10.5 \ + itoa-0.4.8 \ + itoa-1.0.10 \ + jobserver-0.1.27 \ + js-sys-0.3.64 \ + lazy_static-1.4.0 \ + libc-0.2.151 \ + libgit2-sys-0.14.2+1.5.1 \ + libunftp-0.19.1 \ + libz-sys-1.1.8 \ + link-cplusplus-1.0.8 \ + linux-raw-sys-0.1.4 \ + linux-raw-sys-0.4.12 \ + lock_api-0.4.11 \ + log-0.4.20 \ + matchers-0.1.0 \ + matchit-0.7.0 \ + md-5-0.10.6 \ + memchr-2.6.4 \ + mime-0.3.17 \ + minimal-lexical-0.2.1 \ + miniz_oxide-0.7.1 \ + mio-0.8.10 \ + moka-0.11.3 \ + nom-7.1.3 \ + num-bigint-0.4.4 \ + num-integer-0.1.45 \ + num-traits-0.2.17 \ + num_cpus-1.16.0 \ + num_threads-0.1.6 \ + object-0.32.2 \ + oid-registry-0.6.1 \ + once_cell-1.19.0 \ + openssl-probe-0.1.5 \ + os_str_bytes-6.5.0 \ + pam-0.7.0 \ + pam-sys-0.5.6 \ + parking_lot-0.12.1 \ + parking_lot_core-0.9.9 \ + path_abs-0.5.1 \ + percent-encoding-2.3.1 \ + pin-project-1.0.12 \ + pin-project-internal-1.0.12 \ + pin-project-lite-0.2.13 \ + pin-utils-0.1.0 \ + pkg-config-0.3.26 \ + powerfmt-0.2.0 \ + ppv-lite86-0.2.17 \ + pretty_assertions-1.4.0 \ + proc-macro-error-1.0.4 \ + proc-macro-error-attr-1.0.4 \ + proc-macro2-1.0.71 \ + procfs-0.14.2 \ + prometheus-0.13.3 \ + prost-0.11.9 \ + prost-derive-0.11.9 \ + prost-types-0.11.9 \ + protobuf-2.28.0 \ + proxy-protocol-0.5.0 \ + pulldown-cmark-0.9.2 \ + quote-1.0.33 \ + r2d2-0.8.10 \ + r2d2_redis-0.14.0 \ + rand-0.8.5 \ + rand_chacha-0.3.1 \ + rand_core-0.6.4 \ + redis-0.20.2 \ + redox_syscall-0.2.16 \ + redox_syscall-0.4.1 \ + redox_users-0.4.3 \ + regex-1.10.2 \ + regex-automata-0.1.10 \ + regex-automata-0.4.3 \ + regex-syntax-0.6.29 \ + regex-syntax-0.8.2 \ + ring-0.16.20 \ + ring-0.17.7 \ + rustc-demangle-0.1.23 \ + rustc_version-0.4.0 \ + rusticata-macros-4.1.0 \ + rustix-0.36.6 \ + rustix-0.38.28 \ + rustls-0.20.8 \ + rustls-0.21.10 \ + rustls-native-certs-0.6.2 \ + rustls-pemfile-1.0.4 \ + rustls-webpki-0.101.7 \ + rustversion-1.0.12 \ + ryu-1.0.16 \ + same-file-1.0.6 \ + schannel-0.1.21 \ + scheduled-thread-pool-0.2.7 \ + scopeguard-1.2.0 \ + scratch-1.0.3 \ + sct-0.7.1 \ + seahash-4.1.0 \ + security-framework-2.7.0 \ + security-framework-sys-2.6.1 \ + semver-1.0.20 \ + serde-1.0.193 \ + serde_derive-1.0.193 \ + serde_json-1.0.108 \ + sha1-0.6.1 \ + sha1_smol-1.0.0 \ + sharded-slab-0.1.4 \ + signal-hook-registry-1.4.1 \ + skeptic-0.13.7 \ + slab-0.4.9 \ + slog-2.7.0 \ + slog-async-2.8.0 \ + slog-scope-4.4.0 \ + slog-stdlog-4.1.1 \ + slog-term-2.9.0 \ + smallvec-1.11.2 \ + snafu-0.6.10 \ + snafu-derive-0.6.10 \ + socket2-0.5.5 \ + spin-0.5.2 \ + spin-0.9.8 \ + std_prelude-0.2.12 \ + stfu8-0.2.6 \ + strsim-0.10.0 \ + syn-1.0.109 \ + syn-2.0.42 \ + sync_wrapper-0.1.2 \ + synstructure-0.12.6 \ + tagptr-0.2.0 \ + take_mut-0.2.2 \ + tempfile-3.8.1 \ + term-0.7.0 \ + termcolor-1.4.0 \ + textwrap-0.16.0 \ + thiserror-1.0.51 \ + thiserror-impl-1.0.51 \ + thread_local-1.1.7 \ + time-0.3.31 \ + time-core-0.1.2 \ + time-macros-0.2.16 \ + tinyvec-1.6.0 \ + tinyvec_macros-0.1.0 \ + tokio-1.35.1 \ + tokio-io-timeout-1.2.0 \ + tokio-macros-2.2.0 \ + tokio-rustls-0.23.4 \ + tokio-rustls-0.24.1 \ + tokio-stream-0.1.14 \ + tokio-util-0.7.10 \ + toml-0.5.10 \ + tonic-0.9.2 \ + tower-0.4.13 \ + tower-layer-0.3.2 \ + tower-service-0.3.2 \ + tracing-0.1.40 \ + tracing-attributes-0.1.27 \ + tracing-core-0.1.32 \ + tracing-subscriber-0.3.17 \ + triomphe-0.1.11 \ + try-lock-0.2.4 \ + typenum-1.17.0 \ + unftp-auth-jsonfile-0.3.3 \ + unftp-auth-pam-0.2.4 \ + unftp-auth-rest-0.2.4 \ + unftp-sbe-fs-0.2.4 \ + unftp-sbe-gcs-0.2.5 \ + unftp-sbe-restrict-0.1.1 \ + unftp-sbe-rooter-0.2.0 \ + unicase-2.7.0 \ + unicode-bidi-0.3.8 \ + unicode-ident-1.0.12 \ + unicode-normalization-0.1.22 \ + unicode-width-0.1.11 \ + unicode-xid-0.2.4 \ + untrusted-0.7.1 \ + untrusted-0.9.0 \ + url-2.3.1 \ + users-0.8.1 \ + uuid-1.6.1 \ + valid-0.3.1 \ + valuable-0.1.0 \ + vcpkg-0.2.15 \ + version_check-0.9.4 \ + walkdir-2.4.0 \ + want-0.3.0 \ + wasi-0.11.0+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.87 \ + wasm-bindgen-backend-0.2.87 \ + wasm-bindgen-macro-0.2.87 \ + wasm-bindgen-macro-support-0.2.87 \ + wasm-bindgen-shared-0.2.87 \ + web-sys-0.3.61 \ + webpki-0.22.0 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.5 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-core-0.51.1 \ + windows-sys-0.42.0 \ + windows-sys-0.48.0 \ + windows-sys-0.52.0 \ + windows-targets-0.48.5 \ + windows-targets-0.52.0 \ + windows_aarch64_gnullvm-0.42.2 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.0 \ + windows_aarch64_msvc-0.42.2 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.0 \ + windows_i686_gnu-0.42.2 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.0 \ + windows_i686_msvc-0.42.2 \ + windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.0 \ + windows_x86_64_gnu-0.42.2 \ + windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.0 \ + windows_x86_64_gnullvm-0.42.2 \ + windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.0 \ + windows_x86_64_msvc-0.42.2 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.0 \ + x509-parser-0.14.0 \ + yansi-0.5.1 \ + yup-oauth2-8.3.1 + +PLIST_FILES= bin/${PORTNAME} + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include diff --git a/ftp/unftp/distinfo b/ftp/unftp/distinfo new file mode 100644 index 00000000000..f3d3b259fe5 --- /dev/null +++ b/ftp/unftp/distinfo @@ -0,0 +1,675 @@ +TIMESTAMP = 1715069618 +SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb +SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 +SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe +SIZE (rust/crates/adler-1.0.2.crate) = 12778 +SHA256 (rust/crates/aho-corasick-1.0.5.crate) = 0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783 +SIZE (rust/crates/aho-corasick-1.0.5.crate) = 172064 +SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 +SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 +SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 +SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 +SHA256 (rust/crates/anyhow-1.0.71.crate) = 9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8 +SIZE (rust/crates/anyhow-1.0.71.crate) = 43808 +SHA256 (rust/crates/arc-swap-1.6.0.crate) = bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6 +SIZE (rust/crates/arc-swap-1.6.0.crate) = 67342 +SHA256 (rust/crates/asn1-rs-0.5.2.crate) = 7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0 +SIZE (rust/crates/asn1-rs-0.5.2.crate) = 82934 +SHA256 (rust/crates/asn1-rs-derive-0.4.0.crate) = 726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c +SIZE (rust/crates/asn1-rs-derive-0.4.0.crate) = 5220 +SHA256 (rust/crates/asn1-rs-impl-0.1.0.crate) = 2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed +SIZE (rust/crates/asn1-rs-impl-0.1.0.crate) = 2256 +SHA256 (rust/crates/async-trait-0.1.75.crate) = fdf6721fb0140e4f897002dd086c06f6c27775df19cfe1fccb21181a48fd2c98 +SIZE (rust/crates/async-trait-0.1.75.crate) = 29209 +SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 +SIZE (rust/crates/atty-0.2.14.crate) = 5470 +SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa +SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 +SHA256 (rust/crates/axum-0.6.18.crate) = f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39 +SIZE (rust/crates/axum-0.6.18.crate) = 143358 +SHA256 (rust/crates/axum-core-0.3.4.crate) = 759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c +SIZE (rust/crates/axum-core-0.3.4.crate) = 21088 +SHA256 (rust/crates/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837 +SIZE (rust/crates/backtrace-0.3.69.crate) = 77299 +SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 +SIZE (rust/crates/base64-0.13.1.crate) = 61002 +SHA256 (rust/crates/base64-0.21.5.crate) = 35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9 +SIZE (rust/crates/base64-0.21.5.crate) = 77134 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 +SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 +SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 +SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 +SHA256 (rust/crates/built-0.5.2.crate) = 5b9c056b9ed43aee5e064b683aa1ec783e19c6acec7559e3ae931b7490472fbe +SIZE (rust/crates/built-0.5.2.crate) = 17621 +SHA256 (rust/crates/bumpalo-3.13.0.crate) = a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1 +SIZE (rust/crates/bumpalo-3.13.0.crate) = 82114 +SHA256 (rust/crates/bytecount-0.6.3.crate) = 2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c +SIZE (rust/crates/bytecount-0.6.3.crate) = 12416 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/bytes-1.5.0.crate) = a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223 +SIZE (rust/crates/bytes-1.5.0.crate) = 58909 +SHA256 (rust/crates/camino-1.1.6.crate) = c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c +SIZE (rust/crates/camino-1.1.6.crate) = 30519 +SHA256 (rust/crates/cargo-lock-8.0.3.crate) = 031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996 +SIZE (rust/crates/cargo-lock-8.0.3.crate) = 39302 +SHA256 (rust/crates/cargo-platform-0.1.5.crate) = e34637b3140142bdf929fb439e8aa4ebad7651ebf7b1080b3930aa16ac1459ff +SIZE (rust/crates/cargo-platform-0.1.5.crate) = 11638 +SHA256 (rust/crates/cargo_metadata-0.14.2.crate) = 4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa +SIZE (rust/crates/cargo_metadata-0.14.2.crate) = 17469 +SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 +SIZE (rust/crates/cc-1.0.83.crate) = 68343 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38 +SIZE (rust/crates/chrono-0.4.31.crate) = 214513 +SHA256 (rust/crates/clap-3.2.25.crate) = 4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123 +SIZE (rust/crates/clap-3.2.25.crate) = 219403 +SHA256 (rust/crates/clap_derive-3.2.25.crate) = ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008 +SIZE (rust/crates/clap_derive-3.2.25.crate) = 28212 +SHA256 (rust/crates/clap_lex-0.2.4.crate) = 2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5 +SIZE (rust/crates/clap_lex-0.2.4.crate) = 9652 +SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e +SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 +SHA256 (rust/crates/combine-4.6.6.crate) = 35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4 +SIZE (rust/crates/combine-4.6.6.crate) = 132428 +SHA256 (rust/crates/console-api-0.5.0.crate) = c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e +SIZE (rust/crates/console-api-0.5.0.crate) = 32420 +SHA256 (rust/crates/console-subscriber-0.1.10.crate) = d4cf42660ac07fcebed809cfe561dd8730bcd35b075215e6479c516bcd0d11cb +SIZE (rust/crates/console-subscriber-0.1.10.crate) = 56045 +SHA256 (rust/crates/convert_case-0.4.0.crate) = 6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e +SIZE (rust/crates/convert_case-0.4.0.crate) = 8098 +SHA256 (rust/crates/core-foundation-0.9.3.crate) = 194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146 +SIZE (rust/crates/core-foundation-0.9.3.crate) = 27059 +SHA256 (rust/crates/core-foundation-sys-0.8.6.crate) = 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f +SIZE (rust/crates/core-foundation-sys-0.8.6.crate) = 37629 +SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d +SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 +SHA256 (rust/crates/crossbeam-channel-0.5.10.crate) = 82a9b73a36529d9c47029b9fb3a6f0ea3cc916a261195352ba19e770fc1748b2 +SIZE (rust/crates/crossbeam-channel-0.5.10.crate) = 90442 +SHA256 (rust/crates/crossbeam-epoch-0.9.17.crate) = 0e3681d554572a651dda4186cd47240627c3d0114d45a95f6ad27f2f22e7548d +SIZE (rust/crates/crossbeam-epoch-0.9.17.crate) = 46953 +SHA256 (rust/crates/crossbeam-utils-0.8.18.crate) = c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c +SIZE (rust/crates/crossbeam-utils-0.8.18.crate) = 42383 +SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 +SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 +SHA256 (rust/crates/cxx-1.0.91.crate) = 86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62 +SIZE (rust/crates/cxx-1.0.91.crate) = 195757 +SHA256 (rust/crates/cxx-build-1.0.91.crate) = 48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690 +SIZE (rust/crates/cxx-build-1.0.91.crate) = 84433 +SHA256 (rust/crates/cxxbridge-flags-1.0.91.crate) = a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf +SIZE (rust/crates/cxxbridge-flags-1.0.91.crate) = 5250 +SHA256 (rust/crates/cxxbridge-macro-1.0.91.crate) = 086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892 +SIZE (rust/crates/cxxbridge-macro-1.0.91.crate) = 59525 +SHA256 (rust/crates/dashmap-5.5.3.crate) = 978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856 +SIZE (rust/crates/dashmap-5.5.3.crate) = 24061 +SHA256 (rust/crates/data-encoding-2.5.0.crate) = 7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5 +SIZE (rust/crates/data-encoding-2.5.0.crate) = 20632 +SHA256 (rust/crates/der-parser-8.2.0.crate) = dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e +SIZE (rust/crates/der-parser-8.2.0.crate) = 63495 +SHA256 (rust/crates/deranged-0.3.10.crate) = 8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc +SIZE (rust/crates/deranged-0.3.10.crate) = 17803 +SHA256 (rust/crates/derive_more-0.99.17.crate) = 4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321 +SIZE (rust/crates/derive_more-0.99.17.crate) = 55771 +SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 +SIZE (rust/crates/diff-0.1.13.crate) = 46216 +SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (rust/crates/digest-0.10.7.crate) = 19557 +SHA256 (rust/crates/dirs-next-2.0.0.crate) = b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1 +SIZE (rust/crates/dirs-next-2.0.0.crate) = 11689 +SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d +SIZE (rust/crates/dirs-sys-next-0.1.2.crate) = 10681 +SHA256 (rust/crates/displaydoc-0.2.4.crate) = 487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d +SIZE (rust/crates/displaydoc-0.2.4.crate) = 23200 +SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 +SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 +SHA256 (rust/crates/dtoa-0.4.8.crate) = 56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0 +SIZE (rust/crates/dtoa-0.4.8.crate) = 16175 +SHA256 (rust/crates/either-1.8.1.crate) = 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91 +SIZE (rust/crates/either-1.8.1.crate) = 16027 +SHA256 (rust/crates/errno-0.2.8.crate) = f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1 +SIZE (rust/crates/errno-0.2.8.crate) = 9276 +SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 +SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf +SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 +SHA256 (rust/crates/error-chain-0.12.4.crate) = 2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc +SIZE (rust/crates/error-chain-0.12.4.crate) = 29274 +SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 +SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 +SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e +SIZE (rust/crates/flate2-1.0.28.crate) = 73690 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/form_urlencoded-1.1.0.crate) = a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8 +SIZE (rust/crates/form_urlencoded-1.1.0.crate) = 8734 +SHA256 (rust/crates/futures-0.3.30.crate) = 645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0 +SIZE (rust/crates/futures-0.3.30.crate) = 53828 +SHA256 (rust/crates/futures-channel-0.3.30.crate) = eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78 +SIZE (rust/crates/futures-channel-0.3.30.crate) = 31736 +SHA256 (rust/crates/futures-core-0.3.30.crate) = dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d +SIZE (rust/crates/futures-core-0.3.30.crate) = 14071 +SHA256 (rust/crates/futures-executor-0.3.30.crate) = a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d +SIZE (rust/crates/futures-executor-0.3.30.crate) = 17744 +SHA256 (rust/crates/futures-io-0.3.30.crate) = a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 +SIZE (rust/crates/futures-io-0.3.30.crate) = 8910 +SHA256 (rust/crates/futures-macro-0.3.30.crate) = 87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac +SIZE (rust/crates/futures-macro-0.3.30.crate) = 11278 +SHA256 (rust/crates/futures-sink-0.3.30.crate) = 9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5 +SIZE (rust/crates/futures-sink-0.3.30.crate) = 7852 +SHA256 (rust/crates/futures-task-0.3.30.crate) = 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 +SIZE (rust/crates/futures-task-0.3.30.crate) = 11126 +SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 +SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 +SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a +SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 +SHA256 (rust/crates/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f +SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 +SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 +SIZE (rust/crates/gimli-0.28.1.crate) = 270497 +SHA256 (rust/crates/git2-0.15.0.crate) = 2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1 +SIZE (rust/crates/git2-0.15.0.crate) = 198983 +SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b +SIZE (rust/crates/glob-0.3.1.crate) = 18880 +SHA256 (rust/crates/h2-0.3.19.crate) = d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782 +SIZE (rust/crates/h2-0.3.19.crate) = 164681 +SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 +SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 +SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 +SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 +SHA256 (rust/crates/hdrhistogram-7.5.2.crate) = 7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8 +SIZE (rust/crates/hdrhistogram-7.5.2.crate) = 316864 +SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 +SIZE (rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 +SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979 +SHA256 (rust/crates/hermit-abi-0.3.2.crate) = 443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b +SIZE (rust/crates/hermit-abi-0.3.2.crate) = 13783 +SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 +SIZE (rust/crates/hex-0.4.3.crate) = 13299 +SHA256 (rust/crates/http-0.2.11.crate) = 8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb +SIZE (rust/crates/http-0.2.11.crate) = 100478 +SHA256 (rust/crates/http-body-0.4.5.crate) = d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1 +SIZE (rust/crates/http-body-0.4.5.crate) = 9242 +SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904 +SIZE (rust/crates/httparse-1.8.0.crate) = 29954 +SHA256 (rust/crates/httpdate-1.0.2.crate) = c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421 +SIZE (rust/crates/httpdate-1.0.2.crate) = 10673 +SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 +SIZE (rust/crates/humantime-2.1.0.crate) = 16749 +SHA256 (rust/crates/hyper-0.14.28.crate) = bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80 +SIZE (rust/crates/hyper-0.14.28.crate) = 197204 +SHA256 (rust/crates/hyper-rustls-0.23.2.crate) = 1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c +SIZE (rust/crates/hyper-rustls-0.23.2.crate) = 30993 +SHA256 (rust/crates/hyper-rustls-0.24.2.crate) = ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590 +SIZE (rust/crates/hyper-rustls-0.24.2.crate) = 30195 +SHA256 (rust/crates/hyper-timeout-0.4.1.crate) = bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1 +SIZE (rust/crates/hyper-timeout-0.4.1.crate) = 13805 +SHA256 (rust/crates/iana-time-zone-0.1.58.crate) = 8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20 +SIZE (rust/crates/iana-time-zone-0.1.58.crate) = 27020 +SHA256 (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca +SIZE (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 7200 +SHA256 (rust/crates/idna-0.3.0.crate) = e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6 +SIZE (rust/crates/idna-0.3.0.crate) = 271128 +SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 +SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 +SHA256 (rust/crates/io-lifetimes-1.0.10.crate) = 9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220 +SIZE (rust/crates/io-lifetimes-1.0.10.crate) = 37294 +SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3 +SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 +SHA256 (rust/crates/iprange-0.6.7.crate) = 37209be0ad225457e63814401415e748e2453a5297f9b637338f5fb8afa4ec00 +SIZE (rust/crates/iprange-0.6.7.crate) = 34510 +SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 +SIZE (rust/crates/itertools-0.10.5.crate) = 115354 +SHA256 (rust/crates/itoa-0.4.8.crate) = b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4 +SIZE (rust/crates/itoa-0.4.8.crate) = 11926 +SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c +SIZE (rust/crates/itoa-1.0.10.crate) = 10534 +SHA256 (rust/crates/jobserver-0.1.27.crate) = 8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d +SIZE (rust/crates/jobserver-0.1.27.crate) = 24774 +SHA256 (rust/crates/js-sys-0.3.64.crate) = c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a +SIZE (rust/crates/js-sys-0.3.64.crate) = 80313 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 +SIZE (rust/crates/libc-0.2.151.crate) = 736640 +SHA256 (rust/crates/libgit2-sys-0.14.2+1.5.1.crate) = 7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4 +SIZE (rust/crates/libgit2-sys-0.14.2+1.5.1.crate) = 1742257 +SHA256 (rust/crates/libunftp-0.19.1.crate) = 1f49971080b2ea8c8f254a94bd98d7873e236b32c1f2b486ab514009e09fdb4b +SIZE (rust/crates/libunftp-0.19.1.crate) = 206712 +SHA256 (rust/crates/libz-sys-1.1.8.crate) = 9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf +SIZE (rust/crates/libz-sys-1.1.8.crate) = 2481844 +SHA256 (rust/crates/link-cplusplus-1.0.8.crate) = ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5 +SIZE (rust/crates/link-cplusplus-1.0.8.crate) = 7674 +SHA256 (rust/crates/linux-raw-sys-0.1.4.crate) = f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4 +SIZE (rust/crates/linux-raw-sys-0.1.4.crate) = 878981 +SHA256 (rust/crates/linux-raw-sys-0.4.12.crate) = c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456 +SIZE (rust/crates/linux-raw-sys-0.4.12.crate) = 1465800 +SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 +SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 +SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f +SIZE (rust/crates/log-0.4.20.crate) = 38307 +SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 +SIZE (rust/crates/matchers-0.1.0.crate) = 6948 +SHA256 (rust/crates/matchit-0.7.0.crate) = b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40 +SIZE (rust/crates/matchit-0.7.0.crate) = 19113 +SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf +SIZE (rust/crates/md-5-0.10.6.crate) = 16161 +SHA256 (rust/crates/memchr-2.6.4.crate) = f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167 +SIZE (rust/crates/memchr-2.6.4.crate) = 94439 +SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a +SIZE (rust/crates/mime-0.3.17.crate) = 15712 +SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a +SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 +SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 +SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 +SHA256 (rust/crates/mio-0.8.10.crate) = 8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09 +SIZE (rust/crates/mio-0.8.10.crate) = 102345 +SHA256 (rust/crates/moka-0.11.3.crate) = fa6e72583bf6830c956235bff0d5afec8cf2952f579ebad18ae7821a917d950f +SIZE (rust/crates/moka-0.11.3.crate) = 194629 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/num-bigint-0.4.4.crate) = 608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0 +SIZE (rust/crates/num-bigint-0.4.4.crate) = 99369 +SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9 +SIZE (rust/crates/num-integer-0.1.45.crate) = 22529 +SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c +SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 +SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 +SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 +SHA256 (rust/crates/num_threads-0.1.6.crate) = 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44 +SIZE (rust/crates/num_threads-0.1.6.crate) = 7334 +SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 +SIZE (rust/crates/object-0.32.2.crate) = 286994 +SHA256 (rust/crates/oid-registry-0.6.1.crate) = 9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff +SIZE (rust/crates/oid-registry-0.6.1.crate) = 15068 +SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 +SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 +SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf +SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 +SHA256 (rust/crates/os_str_bytes-6.5.0.crate) = ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267 +SIZE (rust/crates/os_str_bytes-6.5.0.crate) = 23166 +SHA256 (rust/crates/pam-0.7.0.crate) = fa2bdc959c201c047004a1420a92aaa1dd1a6b64d5ef333aa3a4ac764fb93097 +SIZE (rust/crates/pam-0.7.0.crate) = 12600 +SHA256 (rust/crates/pam-sys-0.5.6.crate) = cd4858311a097f01a0006ef7d0cd50bca81ec430c949d7bf95cbefd202282434 +SIZE (rust/crates/pam-sys-0.5.6.crate) = 12738 +SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f +SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 +SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e +SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445 +SHA256 (rust/crates/path_abs-0.5.1.crate) = 05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3 +SIZE (rust/crates/path_abs-0.5.1.crate) = 31072 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 +SHA256 (rust/crates/pin-project-1.0.12.crate) = ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc +SIZE (rust/crates/pin-project-1.0.12.crate) = 56972 +SHA256 (rust/crates/pin-project-internal-1.0.12.crate) = 069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55 +SIZE (rust/crates/pin-project-internal-1.0.12.crate) = 27956 +SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58 +SIZE (rust/crates/pin-project-lite-0.2.13.crate) = 29141 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (rust/crates/pkg-config-0.3.26.crate) = 6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160 +SIZE (rust/crates/pkg-config-0.3.26.crate) = 18662 +SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 +SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 +SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de +SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 +SHA256 (rust/crates/pretty_assertions-1.4.0.crate) = af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66 +SIZE (rust/crates/pretty_assertions-1.4.0.crate) = 78846 +SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c +SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 +SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 +SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 +SHA256 (rust/crates/proc-macro2-1.0.71.crate) = 75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8 +SIZE (rust/crates/proc-macro2-1.0.71.crate) = 44407 +SHA256 (rust/crates/procfs-0.14.2.crate) = b1de8dacb0873f77e6aefc6d71e044761fcc68060290f5b1089fcdf84626bb69 +SIZE (rust/crates/procfs-0.14.2.crate) = 116068 +SHA256 (rust/crates/prometheus-0.13.3.crate) = 449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c +SIZE (rust/crates/prometheus-0.13.3.crate) = 82457 +SHA256 (rust/crates/prost-0.11.9.crate) = 0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd +SIZE (rust/crates/prost-0.11.9.crate) = 28958 +SHA256 (rust/crates/prost-derive-0.11.9.crate) = e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4 +SIZE (rust/crates/prost-derive-0.11.9.crate) = 19513 +SHA256 (rust/crates/prost-types-0.11.9.crate) = 213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13 +SIZE (rust/crates/prost-types-0.11.9.crate) = 40809 +SHA256 (rust/crates/protobuf-2.28.0.crate) = 106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94 +SIZE (rust/crates/protobuf-2.28.0.crate) = 167541 +SHA256 (rust/crates/proxy-protocol-0.5.0.crate) = 0e50c72c21c738f5c5f350cc33640aee30bf7cd20f9d9da20ed41bce2671d532 +SIZE (rust/crates/proxy-protocol-0.5.0.crate) = 31398 +SHA256 (rust/crates/pulldown-cmark-0.9.2.crate) = 2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63 +SIZE (rust/crates/pulldown-cmark-0.9.2.crate) = 115824 +SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae +SIZE (rust/crates/quote-1.0.33.crate) = 28090 +SHA256 (rust/crates/r2d2-0.8.10.crate) = 51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93 +SIZE (rust/crates/r2d2-0.8.10.crate) = 17888 +SHA256 (rust/crates/r2d2_redis-0.14.0.crate) = 182473b876b0b93e353682ec58e207dd1cb4a62278bbe0045fe52b86b74363bb +SIZE (rust/crates/r2d2_redis-0.14.0.crate) = 5234 +SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 +SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c +SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 +SHA256 (rust/crates/redis-0.20.2.crate) = d4f0ceb2ec0dd769483ecd283f6615aa83dcd0be556d5294c6e659caefe7cc54 +SIZE (rust/crates/redis-0.20.2.crate) = 128100 +SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a +SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 +SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa +SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 +SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b +SIZE (rust/crates/redox_users-0.4.3.crate) = 15353 +SHA256 (rust/crates/regex-1.10.2.crate) = 380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343 +SIZE (rust/crates/regex-1.10.2.crate) = 252839 +SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 +SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 +SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f +SIZE (rust/crates/regex-automata-0.4.3.crate) = 617011 +SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 +SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 +SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f +SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 +SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc +SIZE (rust/crates/ring-0.16.20.crate) = 5082615 +SHA256 (rust/crates/ring-0.17.7.crate) = 688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74 +SIZE (rust/crates/ring-0.17.7.crate) = 4146482 +SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 +SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 +SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 +SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 +SHA256 (rust/crates/rusticata-macros-4.1.0.crate) = faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632 +SIZE (rust/crates/rusticata-macros-4.1.0.crate) = 11746 +SHA256 (rust/crates/rustix-0.36.6.crate) = 4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549 +SIZE (rust/crates/rustix-0.36.6.crate) = 288718 +SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 +SIZE (rust/crates/rustix-0.38.28.crate) = 365398 +SHA256 (rust/crates/rustls-0.20.8.crate) = fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f +SIZE (rust/crates/rustls-0.20.8.crate) = 270142 +SHA256 (rust/crates/rustls-0.21.10.crate) = f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba +SIZE (rust/crates/rustls-0.21.10.crate) = 284920 +SHA256 (rust/crates/rustls-native-certs-0.6.2.crate) = 0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50 +SIZE (rust/crates/rustls-native-certs-0.6.2.crate) = 22089 +SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c +SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 +SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 +SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 +SHA256 (rust/crates/rustversion-1.0.12.crate) = 4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06 +SIZE (rust/crates/rustversion-1.0.12.crate) = 17278 +SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c +SIZE (rust/crates/ryu-1.0.16.crate) = 47351 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/schannel-0.1.21.crate) = 713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3 +SIZE (rust/crates/schannel-0.1.21.crate) = 41719 +SHA256 (rust/crates/scheduled-thread-pool-0.2.7.crate) = 3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19 +SIZE (rust/crates/scheduled-thread-pool-0.2.7.crate) = 10554 +SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/scratch-1.0.3.crate) = ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2 +SIZE (rust/crates/scratch-1.0.3.crate) = 8198 +SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 +SIZE (rust/crates/sct-0.7.1.crate) = 27501 +SHA256 (rust/crates/seahash-4.1.0.crate) = 1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b +SIZE (rust/crates/seahash-4.1.0.crate) = 31976 +SHA256 (rust/crates/security-framework-2.7.0.crate) = 2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c +SIZE (rust/crates/security-framework-2.7.0.crate) = 72601 +SHA256 (rust/crates/security-framework-sys-2.6.1.crate) = 0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556 +SIZE (rust/crates/security-framework-sys-2.6.1.crate) = 17717 +SHA256 (rust/crates/semver-1.0.20.crate) = 836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090 +SIZE (rust/crates/semver-1.0.20.crate) = 30451 +SHA256 (rust/crates/serde-1.0.193.crate) = 25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89 +SIZE (rust/crates/serde-1.0.193.crate) = 76863 +SHA256 (rust/crates/serde_derive-1.0.193.crate) = 43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3 +SIZE (rust/crates/serde_derive-1.0.193.crate) = 55692 +SHA256 (rust/crates/serde_json-1.0.108.crate) = 3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b +SIZE (rust/crates/serde_json-1.0.108.crate) = 146476 +SHA256 (rust/crates/sha1-0.6.1.crate) = c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770 +SIZE (rust/crates/sha1-0.6.1.crate) = 2931 +SHA256 (rust/crates/sha1_smol-1.0.0.crate) = ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012 +SIZE (rust/crates/sha1_smol-1.0.0.crate) = 9782 +SHA256 (rust/crates/sharded-slab-0.1.4.crate) = 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31 +SIZE (rust/crates/sharded-slab-0.1.4.crate) = 52479 +SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 +SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 +SHA256 (rust/crates/skeptic-0.13.7.crate) = 16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8 +SIZE (rust/crates/skeptic-0.13.7.crate) = 13108 +SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 +SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/slog-2.7.0.crate) = 8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06 +SIZE (rust/crates/slog-2.7.0.crate) = 45432 +SHA256 (rust/crates/slog-async-2.8.0.crate) = 72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84 +SIZE (rust/crates/slog-async-2.8.0.crate) = 19622 +SHA256 (rust/crates/slog-scope-4.4.0.crate) = 2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786 +SIZE (rust/crates/slog-scope-4.4.0.crate) = 16753 +SHA256 (rust/crates/slog-stdlog-4.1.1.crate) = 6706b2ace5bbae7291d3f8d2473e2bfab073ccd7d03670946197aec98471fa3e +SIZE (rust/crates/slog-stdlog-4.1.1.crate) = 16731 +SHA256 (rust/crates/slog-term-2.9.0.crate) = 87d29185c55b7b258b4f120eab00f48557d4d9bc814f41713f449d35b0f8977c +SIZE (rust/crates/slog-term-2.9.0.crate) = 26860 +SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970 +SIZE (rust/crates/smallvec-1.11.2.crate) = 34801 +SHA256 (rust/crates/snafu-0.6.10.crate) = eab12d3c261b2308b0d80c26fffb58d17eba81a4be97890101f416b478c79ca7 +SIZE (rust/crates/snafu-0.6.10.crate) = 40383 +SHA256 (rust/crates/snafu-derive-0.6.10.crate) = 1508efa03c362e23817f96cde18abed596a25219a8b2c66e8db33c03543d315b +SIZE (rust/crates/snafu-derive-0.6.10.crate) = 19547 +SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9 +SIZE (rust/crates/socket2-0.5.5.crate) = 54863 +SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d +SIZE (rust/crates/spin-0.5.2.crate) = 12004 +SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 +SIZE (rust/crates/spin-0.9.8.crate) = 38958 +SHA256 (rust/crates/std_prelude-0.2.12.crate) = 8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe +SIZE (rust/crates/std_prelude-0.2.12.crate) = 5066 +SHA256 (rust/crates/stfu8-0.2.6.crate) = 1310970b29733b601839578f8ba24991a97057dbedc4ac0decea835474054ee7 +SIZE (rust/crates/stfu8-0.2.6.crate) = 42575 +SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 +SIZE (rust/crates/strsim-0.10.0.crate) = 11355 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.42.crate) = 5b7d0a2c048d661a1a59fcd7355baa232f7ed34e0ee4df2eef3c1c1c0d3852d8 +SIZE (rust/crates/syn-2.0.42.crate) = 246484 +SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 +SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 +SHA256 (rust/crates/synstructure-0.12.6.crate) = f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f +SIZE (rust/crates/synstructure-0.12.6.crate) = 18429 +SHA256 (rust/crates/tagptr-0.2.0.crate) = 7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417 +SIZE (rust/crates/tagptr-0.2.0.crate) = 13320 +SHA256 (rust/crates/take_mut-0.2.2.crate) = f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60 +SIZE (rust/crates/take_mut-0.2.2.crate) = 4263 +SHA256 (rust/crates/tempfile-3.8.1.crate) = 7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5 +SIZE (rust/crates/tempfile-3.8.1.crate) = 32164 +SHA256 (rust/crates/term-0.7.0.crate) = c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f +SIZE (rust/crates/term-0.7.0.crate) = 37082 +SHA256 (rust/crates/termcolor-1.4.0.crate) = ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449 +SIZE (rust/crates/termcolor-1.4.0.crate) = 18765 +SHA256 (rust/crates/textwrap-0.16.0.crate) = 222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d +SIZE (rust/crates/textwrap-0.16.0.crate) = 53722 +SHA256 (rust/crates/thiserror-1.0.51.crate) = f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7 +SIZE (rust/crates/thiserror-1.0.51.crate) = 20045 +SHA256 (rust/crates/thiserror-impl-1.0.51.crate) = 01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df +SIZE (rust/crates/thiserror-impl-1.0.51.crate) = 15372 +SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 +SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 +SHA256 (rust/crates/time-0.3.31.crate) = f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e +SIZE (rust/crates/time-0.3.31.crate) = 121762 +SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 +SIZE (rust/crates/time-core-0.1.2.crate) = 7191 +SHA256 (rust/crates/time-macros-0.2.16.crate) = 26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f +SIZE (rust/crates/time-macros-0.2.16.crate) = 24356 +SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 +SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 +SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c +SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817 +SHA256 (rust/crates/tokio-1.35.1.crate) = c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104 +SIZE (rust/crates/tokio-1.35.1.crate) = 744407 +SHA256 (rust/crates/tokio-io-timeout-1.2.0.crate) = 30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf +SIZE (rust/crates/tokio-io-timeout-1.2.0.crate) = 8993 +SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b +SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520 +SHA256 (rust/crates/tokio-rustls-0.23.4.crate) = c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59 +SIZE (rust/crates/tokio-rustls-0.23.4.crate) = 27024 +SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 +SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049 +SHA256 (rust/crates/tokio-stream-0.1.14.crate) = 397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842 +SIZE (rust/crates/tokio-stream-0.1.14.crate) = 35881 +SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15 +SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508 +SHA256 (rust/crates/toml-0.5.10.crate) = 1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f +SIZE (rust/crates/toml-0.5.10.crate) = 55193 +SHA256 (rust/crates/tonic-0.9.2.crate) = 3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a +SIZE (rust/crates/tonic-0.9.2.crate) = 92598 +SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c +SIZE (rust/crates/tower-0.4.13.crate) = 106906 +SHA256 (rust/crates/tower-layer-0.3.2.crate) = c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0 +SIZE (rust/crates/tower-layer-0.3.2.crate) = 6023 +SHA256 (rust/crates/tower-service-0.3.2.crate) = b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52 +SIZE (rust/crates/tower-service-0.3.2.crate) = 6847 +SHA256 (rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef +SIZE (rust/crates/tracing-0.1.40.crate) = 79459 +SHA256 (rust/crates/tracing-attributes-0.1.27.crate) = 34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7 +SIZE (rust/crates/tracing-attributes-0.1.27.crate) = 32241 +SHA256 (rust/crates/tracing-core-0.1.32.crate) = c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 +SIZE (rust/crates/tracing-core-0.1.32.crate) = 61221 +SHA256 (rust/crates/tracing-subscriber-0.3.17.crate) = 30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77 +SIZE (rust/crates/tracing-subscriber-0.3.17.crate) = 191711 +SHA256 (rust/crates/triomphe-0.1.11.crate) = 859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3 +SIZE (rust/crates/triomphe-0.1.11.crate) = 28299 +SHA256 (rust/crates/try-lock-0.2.4.crate) = 3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed +SIZE (rust/crates/try-lock-0.2.4.crate) = 4467 +SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 +SIZE (rust/crates/typenum-1.17.0.crate) = 42849 +SHA256 (rust/crates/unftp-auth-jsonfile-0.3.3.crate) = 6e70b92dc601a8b364a9048879f0d0866eee41d700da1c825cd32a714dadb85d +SIZE (rust/crates/unftp-auth-jsonfile-0.3.3.crate) = 25276 +SHA256 (rust/crates/unftp-auth-pam-0.2.4.crate) = 0ab664a1645c03184c1f99ab71d70493de7eb15792bfaa553111dbc0b3525797 +SIZE (rust/crates/unftp-auth-pam-0.2.4.crate) = 2427 +SHA256 (rust/crates/unftp-auth-rest-0.2.4.crate) = 092ea9a32364a7160dadddd277bd386ed679bdf272cd3f74d50a81645dc58395 +SIZE (rust/crates/unftp-auth-rest-0.2.4.crate) = 18690 +SHA256 (rust/crates/unftp-sbe-fs-0.2.4.crate) = 3f7165a6e8d96504e2515247fec05fac7f3add1b295d53d81f6aa3c0eee69ace +SIZE (rust/crates/unftp-sbe-fs-0.2.4.crate) = 24618 +SHA256 (rust/crates/unftp-sbe-gcs-0.2.5.crate) = 539b07479f2139bab50bcef472f0169abda057fdd00ae86313b22350701d18b0 +SIZE (rust/crates/unftp-sbe-gcs-0.2.5.crate) = 33628 +SHA256 (rust/crates/unftp-sbe-restrict-0.1.1.crate) = c3a8e70163045039e0ae0a045c12b4db8751e5fc99f5a0f5cfdc848bc269b668 +SIZE (rust/crates/unftp-sbe-restrict-0.1.1.crate) = 7200 +SHA256 (rust/crates/unftp-sbe-rooter-0.2.0.crate) = 11cb8eb3192cd578bcaf261be0e6bd1d83e908c791bbeae2608568d8558ea393 +SIZE (rust/crates/unftp-sbe-rooter-0.2.0.crate) = 7674 +SHA256 (rust/crates/unicase-2.7.0.crate) = f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89 +SIZE (rust/crates/unicase-2.7.0.crate) = 23783 +SHA256 (rust/crates/unicode-bidi-0.3.8.crate) = 099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992 +SIZE (rust/crates/unicode-bidi-0.3.8.crate) = 36575 +SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b +SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 +SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 +SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 +SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 +SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 +SHA256 (rust/crates/unicode-xid-0.2.4.crate) = f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c +SIZE (rust/crates/unicode-xid-0.2.4.crate) = 15352 +SHA256 (rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a +SIZE (rust/crates/untrusted-0.7.1.crate) = 7924 +SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 +SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (rust/crates/url-2.3.1.crate) = 0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643 +SIZE (rust/crates/url-2.3.1.crate) = 72777 +SHA256 (rust/crates/users-0.8.1.crate) = 7fed7d0912567d35f88010c23dbaf865e9da8b5227295e8dc0f2fdd109155ab7 +SIZE (rust/crates/users-0.8.1.crate) = 18406 +SHA256 (rust/crates/uuid-1.6.1.crate) = 5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560 +SIZE (rust/crates/uuid-1.6.1.crate) = 55554 +SHA256 (rust/crates/valid-0.3.1.crate) = fbf199f808324beb0d617398cdc4aa3589dbe0b6142b669704a81b8573cf04b5 +SIZE (rust/crates/valid-0.3.1.crate) = 36407 +SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d +SIZE (rust/crates/valuable-0.1.0.crate) = 27718 +SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 +SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 +SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f +SIZE (rust/crates/version_check-0.9.4.crate) = 14895 +SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee +SIZE (rust/crates/walkdir-2.4.0.crate) = 23550 +SHA256 (rust/crates/want-0.3.0.crate) = 1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0 +SIZE (rust/crates/want-0.3.0.crate) = 6550 +SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 +SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/wasm-bindgen-0.2.87.crate) = 7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342 +SIZE (rust/crates/wasm-bindgen-0.2.87.crate) = 175052 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.87.crate) = 5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd +SIZE (rust/crates/wasm-bindgen-backend-0.2.87.crate) = 26821 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.87.crate) = dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d +SIZE (rust/crates/wasm-bindgen-macro-0.2.87.crate) = 13897 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.87.crate) = 54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.87.crate) = 20006 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.87.crate) = ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1 +SIZE (rust/crates/wasm-bindgen-shared-0.2.87.crate) = 7248 +SHA256 (rust/crates/web-sys-0.3.61.crate) = e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97 +SIZE (rust/crates/web-sys-0.3.61.crate) = 706333 +SHA256 (rust/crates/webpki-0.22.0.crate) = f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd +SIZE (rust/crates/webpki-0.22.0.crate) = 58663 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 +SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/windows-core-0.51.1.crate) = f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64 +SIZE (rust/crates/windows-core-0.51.1.crate) = 42364 +SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7 +SIZE (rust/crates/windows-sys-0.42.0.crate) = 3006791 +SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 +SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 +SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c +SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 +SHA256 (rust/crates/windows-targets-0.52.0.crate) = 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd +SIZE (rust/crates/windows-targets-0.52.0.crate) = 6229 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = 430182 +SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 +SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc +SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.0.crate) = bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef +SIZE (rust/crates/windows_aarch64_msvc-0.52.0.crate) = 821663 +SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f +SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 +SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (rust/crates/windows_i686_gnu-0.52.0.crate) = a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313 +SIZE (rust/crates/windows_i686_gnu-0.52.0.crate) = 870285 +SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 +SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 +SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 +SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (rust/crates/windows_i686_msvc-0.52.0.crate) = ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a +SIZE (rust/crates/windows_i686_msvc-0.52.0.crate) = 888693 +SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 +SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd +SIZE (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 826213 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 +SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 430165 +SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 +SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 +SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 +SHA256 (rust/crates/x509-parser-0.14.0.crate) = e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8 +SIZE (rust/crates/x509-parser-0.14.0.crate) = 86286 +SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec +SIZE (rust/crates/yansi-0.5.1.crate) = 16525 +SHA256 (rust/crates/yup-oauth2-8.3.1.crate) = 24bea7df5a9a74a9a0de92f22e5ab3fb9505dd960c7f1f00de5b7231d9d97206 +SIZE (rust/crates/yup-oauth2-8.3.1.crate) = 66204 +SHA256 (bolcom-unFTP-v0.14.5_GH0.tar.gz) = d89ee629bda5d0b779fe03d2b8ef5ef455603646f22080124cacf91f4ef6f0a3 +SIZE (bolcom-unFTP-v0.14.5_GH0.tar.gz) = 708236 diff --git a/ftp/unftp/pkg-descr b/ftp/unftp/pkg-descr new file mode 100644 index 00000000000..043c5529d8d --- /dev/null +++ b/ftp/unftp/pkg-descr @@ -0,0 +1,14 @@ +unFTP is an FTP(S) server written in Rust and built on top of libunftp and the +Tokio asynchronous run-time. It is unlike your normal FTP server in that it +provides: +- Configurable Authentication (e.g. Anonymous, PAM or a JSON file). +- Configurable storage back-ends (e.g. GCS or filesystem). +- An HTTP server with health endpoints for use for example in Kubernetes for + readiness and liveness probes. +- Integration with Prometheus for monitoring. +- A proxy protocol mode for use behind proxies like HA Proxy and Nginx. +- Structured logging and the ability to ship logs to a Redis instance. + +With unFTP, you can present RFC compliant FTP(S) to the outside world while +freeing yourself to use modern APIs and techniques on the inside of your +perimeter. diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 23ea08069e1..97a6f5f004a 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -1,6 +1,6 @@ PORTNAME= 0ad PORTVERSION= 0.0.26 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases diff --git a/games/DDNet/Makefile b/games/DDNet/Makefile index 338e445be92..d77e6e29315 100644 --- a/games/DDNet/Makefile +++ b/games/DDNet/Makefile @@ -1,5 +1,5 @@ PORTNAME= DDNet -PORTVERSION= 18.1 +PORTVERSION= 18.2 CATEGORIES= games MASTER_SITES= https://ddnet.tw/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/games/DDNet/distinfo b/games/DDNet/distinfo index a713a00b5f9..965d2785677 100644 --- a/games/DDNet/distinfo +++ b/games/DDNet/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1711738710 -SHA256 (DDNet-18.1.tar.xz) = 16e8cac1c3710239e5d3bec9f31389c169ea123c00a7959a01653cdb54e9f794 -SIZE (DDNet-18.1.tar.xz) = 35458832 +TIMESTAMP = 1715001117 +SHA256 (DDNet-18.2.tar.xz) = 4046f83325fadce9148c779402ec2f225f1cf198d2566e38938a51031edff084 +SIZE (DDNet-18.2.tar.xz) = 35473956 SHA256 (rust/crates/cc-1.0.73.crate) = 2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11 SIZE (rust/crates/cc-1.0.73.crate) = 57880 SHA256 (rust/crates/cxx-1.0.71.crate) = 5469a6f42296f4fd40789b397383718f9a0bd75d2f9b7cedbb249996811fba27 diff --git a/games/anki/Makefile b/games/anki/Makefile index cf51d407314..8f3ee5d81df 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -1,5 +1,6 @@ PORTNAME= anki DISTVERSION= 24.04.1 +PORTREVISION= 1 # Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:yarncache diff --git a/games/automuteus/Makefile b/games/automuteus/Makefile index bb3ef8eb59a..792a9f9fe78 100644 --- a/games/automuteus/Makefile +++ b/games/automuteus/Makefile @@ -1,6 +1,6 @@ PORTNAME= automuteus DISTVERSION= 7.2.7 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= games MAINTAINER= nc@FreeBSD.org diff --git a/games/blockattack/Makefile b/games/blockattack/Makefile index ee2d5e3531a..60858fb617e 100644 --- a/games/blockattack/Makefile +++ b/games/blockattack/Makefile @@ -1,7 +1,6 @@ PORTNAME= blockattack -DISTVERSIONPREFIX= v -DISTVERSION= 2.8.0 -PORTREVISION= 2 +DISTVERSIONPREFIX= v. +DISTVERSION= 2.9.0 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org diff --git a/games/blockattack/distinfo b/games/blockattack/distinfo index 349cae7fd87..0b5af8c1296 100644 --- a/games/blockattack/distinfo +++ b/games/blockattack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645185538 -SHA256 (blockattack-blockattack-game-v2.8.0_GH0.tar.gz) = 854a46da145dd25a030c159363bb3fd9a6e9c0035f775bdc512a79358697d59c -SIZE (blockattack-blockattack-game-v2.8.0_GH0.tar.gz) = 7677574 +TIMESTAMP = 1715273719 +SHA256 (blockattack-blockattack-game-v.2.9.0_GH0.tar.gz) = 35e60575c2b93205baecfef3d47970ef9153a72d074a3cffebbea75645e4db9e +SIZE (blockattack-blockattack-game-v.2.9.0_GH0.tar.gz) = 7980546 diff --git a/games/blockattack/pkg-plist b/games/blockattack/pkg-plist index 84cb2df124a..bc7bce7fc67 100644 --- a/games/blockattack/pkg-plist +++ b/games/blockattack/pkg-plist @@ -2,6 +2,7 @@ bin/blockattack share/applications/blockattack.desktop %%DATADIR%%/blockattack.data %%DATADIR%%/locale/da/LC_MESSAGES/blockattack_roftb.mo +%%DATADIR%%/locale/sv/LC_MESSAGES/blockattack_roftb.mo %%DATADIR%%/mods/1.3.0.bricks.data share/icons/hicolor/128x128/apps/blockattack.png share/icons/hicolor/16x16/apps/blockattack.png diff --git a/games/dose-response/Makefile b/games/dose-response/Makefile index 7d6dc4f0f66..59a7faffbdb 100644 --- a/games/dose-response/Makefile +++ b/games/dose-response/Makefile @@ -1,7 +1,7 @@ PORTNAME= dose-response DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 42 +PORTREVISION= 43 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/etracer/Makefile b/games/etracer/Makefile index 526597d94cd..c09068a8a4f 100644 --- a/games/etracer/Makefile +++ b/games/etracer/Makefile @@ -1,5 +1,5 @@ PORTNAME= etr -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= games MASTER_SITES= SF/extremetuxracer/releases/${PORTVERSION} PKGNAMESUFFIX= acer diff --git a/games/etracer/distinfo b/games/etracer/distinfo index 112fb7189f7..01dc7ab1bd1 100644 --- a/games/etracer/distinfo +++ b/games/etracer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708056960 -SHA256 (etr-0.8.3.tar.xz) = 2ee42f3f5fc2f8d49aa75056eb116f6cab84d6564120e6961ae5927367245113 -SIZE (etr-0.8.3.tar.xz) = 40828604 +TIMESTAMP = 1715649364 +SHA256 (etr-0.8.4.tar.xz) = fa3285cc0c755a5aff529f3f2cea3516481114c6b4b8e1ec0769feeff04773e5 +SIZE (etr-0.8.4.tar.xz) = 40862904 diff --git a/games/etracer/pkg-plist b/games/etracer/pkg-plist index f9234e0c239..e250079b64e 100644 --- a/games/etracer/pkg-plist +++ b/games/etracer/pkg-plist @@ -475,6 +475,7 @@ share/metainfo/net.sourceforge.extremetuxracer.metainfo.xml %%DATADIR%%/translations/it_IT.lst %%DATADIR%%/translations/languages.lst %%DATADIR%%/translations/pl_PL.lst +%%DATADIR%%/translations/pt_PT.lst %%DATADIR%%/translations/ro_RO.lst %%DATADIR%%/translations/se_SE.lst %%DATADIR%%/translations/xx_XX.lst diff --git a/games/genact/Makefile b/games/genact/Makefile index 4dc872e0584..4795214345f 100644 --- a/games/genact/Makefile +++ b/games/genact/Makefile @@ -1,7 +1,7 @@ PORTNAME= genact DISTVERSIONPREFIX= v DISTVERSION= 1.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= eduardo@FreeBSD.org diff --git a/games/hyperrogue/Makefile b/games/hyperrogue/Makefile index 9125dcd1404..60b0eb1ea94 100644 --- a/games/hyperrogue/Makefile +++ b/games/hyperrogue/Makefile @@ -1,5 +1,5 @@ PORTNAME= hyperrogue -PORTVERSION= 13.0d +PORTVERSION= 13.0i DISTVERSIONPREFIX= v CATEGORIES= games @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= compiler:c++11-lang gl gmake localbase:ldflags sdl xorg +USES= compiler:c++14-lang gl gmake localbase:ldflags sdl xorg USE_GITHUB= yes GH_ACCOUNT= zenorogue USE_SDL= sdl mixer gfx ttf diff --git a/games/hyperrogue/distinfo b/games/hyperrogue/distinfo index 98bbf3b99bf..7b3fcbe1dd0 100644 --- a/games/hyperrogue/distinfo +++ b/games/hyperrogue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711645269 -SHA256 (zenorogue-hyperrogue-v13.0d_GH0.tar.gz) = e00a472d145e87dbb77731fe157087c81d8de5bd2b05fa2091bc901853080e8a -SIZE (zenorogue-hyperrogue-v13.0d_GH0.tar.gz) = 87765129 +TIMESTAMP = 1715612145 +SHA256 (zenorogue-hyperrogue-v13.0i_GH0.tar.gz) = 26b90bfbae3c441613e86cbe0261f5c037218dafb7222a0fd9c7d301c6ff5258 +SIZE (zenorogue-hyperrogue-v13.0i_GH0.tar.gz) = 87772760 diff --git a/games/iortcw/Makefile b/games/iortcw/Makefile index 86dff84e9df..401e3cbc864 100644 --- a/games/iortcw/Makefile +++ b/games/iortcw/Makefile @@ -30,7 +30,7 @@ MAKE_ARGS= BINDIR="${STAGEDIR}${PREFIX}/bin" \ LDFLAGS_i386= -Wl,-znotext -PLIST_SUB= ARCH="${ARCH:S/amd64/x86_64/:S/i386/x86/}" \ +PLIST_SUB= ARCH="${ARCH:S/amd64/x86_64/:S/i386/x86/:S/powerpc$/ppc/:S/powerpc64$/ppc64/}" \ WOLFDIR="${WOLFDIR}" SUB_FILES= iowolfded iowolfmp iowolfsp pkg-message diff --git a/games/irrlamb/Makefile b/games/irrlamb/Makefile index 80e34d4311d..4ca8bf2bc76 100644 --- a/games/irrlamb/Makefile +++ b/games/irrlamb/Makefile @@ -1,12 +1,13 @@ PORTNAME= irrlamb -PORTVERSION= 1.0.3 -PORTREVISION= 4 DISTVERSIONPREFIX= v +DISTVERSION= 1.0.3 +PORTREVISION= 4 CATEGORIES= games +DIST_SUBDIR= ${PORTNAME} MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D physics-based puzzle game -WWW= https://github.com/jazztickets/irrlamb +WWW= https://gitlab.com/irrlamb/code LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE @@ -14,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreetype.so:print/freetype2 \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg \ - libsqlite3.so:databases/sqlite3 \ libpng.so:graphics/png \ libtinyxml2.so:textproc/tinyxml2 \ libIrrlicht.so:x11-toolkits/irrlicht \ @@ -22,11 +22,11 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libccd.so:math/libccd BUILD_DEPENDS= ${LOCALBASE}/include/glm/vec3.hpp:math/glm -USE_GITHUB= yes -GH_ACCOUNT= jazztickets -GH_TUPLE:= ${GH_ACCOUNT}:cmake:6e3586a:cmake/cmake - -USES= cmake compiler:c++11-lib gl jpeg openal xorg lua:53 +USES= cmake compiler:c++11-lib gl jpeg openal sqlite xorg lua:53 +USE_GITLAB= yes +GL_ACCOUNT= irrlamb +GL_PROJECT= code +GL_TUPLE= jazztickets:cmake:486362ce74eaf6b26067576a8b6b03dcad27a7a5:cmake/cmake USE_XORG= x11 xrandr xext xxf86vm USE_GL= gl CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" @@ -38,11 +38,6 @@ CXXFLAGS+= -DGLM_ENABLE_EXPERIMENTAL # GLM_GTX_rotate_vector is an experimental PORTDOCS= * PORTDATA= * -PLIST_FILES= bin/irrlamb \ - share/applications/irrlamb.desktop \ - share/icons/hicolor/256x256/apps/irrlamb.png \ - share/metainfo/irrlamb.xml - OPTIONS_DEFINE= DOCS post-extract: diff --git a/games/irrlamb/distinfo b/games/irrlamb/distinfo index 4b99803f3d1..bd7c7e7d21d 100644 --- a/games/irrlamb/distinfo +++ b/games/irrlamb/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1654257097 -SHA256 (jazztickets-irrlamb-v1.0.3_GH0.tar.gz) = fd5cd85241c900707db258bef0ba6646029ed18cc38a27a4ca2f548c32e1d88b -SIZE (jazztickets-irrlamb-v1.0.3_GH0.tar.gz) = 39972048 -SHA256 (jazztickets-cmake-6e3586a_GH0.tar.gz) = 2f25931465584c783c1d357a9c544a46cea2d23a147ccb5519ace726723f101f -SIZE (jazztickets-cmake-6e3586a_GH0.tar.gz) = 10818 +TIMESTAMP = 1715015043 +SHA256 (irrlamb/code-v1.0.3.tar.bz2) = 14775ba5b4f9e558fdb2c6ea3ef55a754fa9ffdc8a43ca260eab580d71d1027f +SIZE (irrlamb/code-v1.0.3.tar.bz2) = 38458585 +SHA256 (irrlamb/jazztickets-cmake-486362ce74eaf6b26067576a8b6b03dcad27a7a5_GL0.tar.gz) = 9f80e2f8ed0526c039c7d5a4545c550fd7b5f37e96409c88525f08da6ae82ff1 +SIZE (irrlamb/jazztickets-cmake-486362ce74eaf6b26067576a8b6b03dcad27a7a5_GL0.tar.gz) = 10388 diff --git a/games/irrlamb/files/patch-cmake_version.cmake b/games/irrlamb/files/patch-cmake_version.cmake index d17193d0026..e9fc35da078 100644 --- a/games/irrlamb/files/patch-cmake_version.cmake +++ b/games/irrlamb/files/patch-cmake_version.cmake @@ -1,11 +1,14 @@ ---- cmake/version.cmake.orig 2017-10-13 23:15:05 UTC +--- cmake/version.cmake.orig 2022-09-29 21:46:35 UTC +++ cmake/version.cmake -@@ -1,7 +1,4 @@ --execute_process(COMMAND git log --oneline COMMAND wc -l OUTPUT_VARIABLE BUILD_NUMBER OUTPUT_STRIP_TRAILING_WHITESPACE) --if(BUILD_NUMBER STREQUAL "") -- set(BUILD_NUMBER 0) --endif() -+set(BUILD_NUMBER 0) +@@ -1,9 +1,7 @@ +-execute_process(COMMAND git rev-parse --short HEAD RESULT_VARIABLE RETURN_CODE OUTPUT_VARIABLE BUILD_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE) ++set(BUILD_VERSION 0) - configure_file( - "${SRC}" +-if(RETURN_CODE EQUAL 0) + configure_file( + "${SRC}" + "${DST}" + @ONLY + ) +-endif() +\ No newline at end of file diff --git a/games/irrlamb/pkg-plist b/games/irrlamb/pkg-plist new file mode 100644 index 00000000000..d4ec0a97737 --- /dev/null +++ b/games/irrlamb/pkg-plist @@ -0,0 +1,4 @@ +bin/irrlamb +share/applications/irrlamb.desktop +share/icons/hicolor/256x256/apps/irrlamb.png +share/metainfo/irrlamb.xml diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index 758b0c7c3c0..f0806e3d725 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -1,7 +1,7 @@ PORTNAME= ja2 DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MAINTAINER= timp87@gmail.com diff --git a/games/jumpy/Makefile b/games/jumpy/Makefile index d84a438c192..8e4f943d146 100644 --- a/games/jumpy/Makefile +++ b/games/jumpy/Makefile @@ -1,6 +1,7 @@ PORTNAME= jumpy DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= games wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/games/linux-steam-utils/Makefile b/games/linux-steam-utils/Makefile index e5bbc6ab8ee..0b47f1688d0 100644 --- a/games/linux-steam-utils/Makefile +++ b/games/linux-steam-utils/Makefile @@ -1,5 +1,5 @@ PORTNAME= steam-utils -DISTVERSION= 20240323 +DISTVERSION= 20240512 CATEGORIES= games linux PKGNAMEPREFIX= linux- diff --git a/games/linux-steam-utils/distinfo b/games/linux-steam-utils/distinfo index a821cc6f81f..9a1dab4d3a6 100644 --- a/games/linux-steam-utils/distinfo +++ b/games/linux-steam-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711316130 -SHA256 (shkhln-linuxulator-steam-utils-20240323_GH0.tar.gz) = c6b947a31f0311f10c21d28f0e49200a2c98a0847ca35c6cf0be85f9e0d127d3 -SIZE (shkhln-linuxulator-steam-utils-20240323_GH0.tar.gz) = 38533 +TIMESTAMP = 1715552500 +SHA256 (shkhln-linuxulator-steam-utils-20240512_GH0.tar.gz) = 9b5edb9fcb0254497e1f933319066c13ef0eca132aca040425218dab7a6f5b99 +SIZE (shkhln-linuxulator-steam-utils-20240512_GH0.tar.gz) = 40970 diff --git a/games/linux-steam-utils/files/pkg-message.in b/games/linux-steam-utils/files/pkg-message.in index 1042eebf2eb..345a123566a 100644 --- a/games/linux-steam-utils/files/pkg-message.in +++ b/games/linux-steam-utils/files/pkg-message.in @@ -29,7 +29,7 @@ Native Proton setup (optional, semi-experimental): 1. Run `sudo pkg install wine-proton libc6-shim python3`. 2. Run `%%LOCALBASE%%/wine-proton/bin/pkg32.sh install wine-proton mesa-dri`. -3. In Steam install Proton 8.0 (appid 2348590). +3. In Steam install the matching Proton version (appid 2348590 for 8.0, 2805730 for 9.0, etc). To enable it right click a game title in Steam, click Properties, click Compatibility, select "FreeBSD Wine (emulators/wine-proton)". diff --git a/games/linux-steam-utils/pkg-plist b/games/linux-steam-utils/pkg-plist index c3064c9f8ce..5b907a9f58c 100644 --- a/games/linux-steam-utils/pkg-plist +++ b/games/linux-steam-utils/pkg-plist @@ -22,6 +22,7 @@ steam-utils/lib32/noepollexcl/noepollexcl.so steam-utils/lib32/pathfix/pathfix.so steam-utils/lib32/protonfix/protonfix.so steam-utils/lib32/shmfix/shmfix.so +steam-utils/lib32/steamclient/dt_init-fix.so steam-utils/lib32/steamfix/steamfix.so steam-utils/lib64/fakepulse/libpulse.so.0 steam-utils/lib64/fakeudev/libudev.so.0 @@ -45,6 +46,7 @@ steam-utils/lxbin/xdg-user-dir steam-utils/lxbin/xrandr steam-utils/lxbin/zenity steam-utils/tools/LSU_FreeBSD_Wine/compatibilitytool.vdf +steam-utils/tools/LSU_FreeBSD_Wine/patch-dt_init.rb steam-utils/tools/LSU_FreeBSD_Wine/run.rb steam-utils/tools/LSU_FreeBSD_Wine/run.sh steam-utils/tools/LSU_FreeBSD_Wine/toolmanifest.vdf diff --git a/games/mizuma/Makefile b/games/mizuma/Makefile index 46e04f408ba..4f8051f9df2 100644 --- a/games/mizuma/Makefile +++ b/games/mizuma/Makefile @@ -1,6 +1,6 @@ PORTNAME= mizuma -DISTVERSION= 2024.01 -CATEGORIES= games emulators +DISTVERSION= 2024.04 +CATEGORIES= games emulators MASTER_SITES= https://codeberg.org/Alexander88207/Mizutamari/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/ MAINTAINER= Alexander88207@protonmail.com @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture RUN_DEPENDS= 7zz:archivers/7-zip \ bash:shells/bash \ vulkaninfo:graphics/vulkan-tools \ - wine:emulators/wine \ + wine:emulators/wine8 \ wine-mono>0:emulators/wine-mono \ winetricks:emulators/winetricks \ xdg-open:devel/xdg-utils \ diff --git a/games/mizuma/distinfo b/games/mizuma/distinfo index c95842e3070..b3fd1113170 100644 --- a/games/mizuma/distinfo +++ b/games/mizuma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705748798 -SHA256 (mizuma-2024.01.tar.gz) = a82efc4b139fb1dace0347566e8a63711b07c536ca15521af733d00d07673ee3 -SIZE (mizuma-2024.01.tar.gz) = 194278 +TIMESTAMP = 1712950590 +SHA256 (mizuma-2024.04.tar.gz) = 3fbd66140b5879b726c00189573b9c1506f5b8fa57383b14c9d6c814ded68166 +SIZE (mizuma-2024.04.tar.gz) = 218668 diff --git a/games/mizuma/files/patch-Mizuma b/games/mizuma/files/patch-Mizuma new file mode 100644 index 00000000000..8b297cd1a43 --- /dev/null +++ b/games/mizuma/files/patch-Mizuma @@ -0,0 +1,14 @@ +--- Mizuma.orig 2024-04-12 19:39:20 UTC ++++ Mizuma +@@ -336,9 +336,9 @@ if [ $online -eq 0 ]; then + nc -z 1.1.1.1 80 >/dev/null 2>&1 + online=$? + if [ $online -eq 0 ]; then +-if [ ! -f "$HOME/.i386-wine-pkg/usr/local/libdata/ldconfig/wine" ]; then ++if [ ! -f "$HOME/.i386-wine-pkg/usr/local/libdata/ldconfig/wine8" ]; then + echo -e "\e[3;5;0;96mSetting up 32-Bit libraries ...\e[30;48;5;82m\e[0m" +-/usr/local/share/wine/pkg32.sh install -y wine mesa-dri | zenity --auto-close --percentage=15 --progress --title="$NAME - 32-Bit maintenance" --text="Installing 32-Bit libraries" ++/usr/local/share/wine/pkg32.sh install -y wine8 mesa-dri | zenity --auto-close --percentage=15 --progress --title="$NAME - 32-Bit maintenance" --text="Installing 32-Bit libraries" + MesaDEV=$(pkg info mesa-devel) + if [[ $MesaDEV == *"Name : mesa-devel"* ]]; then + MD=$(question "It looks like that you have installed mesa-devel, do you like to install mesa-devel for the Wine 32-Bit part too?") diff --git a/games/neo-cowsay/Makefile b/games/neo-cowsay/Makefile index f228ff26208..975de2f4c10 100644 --- a/games/neo-cowsay/Makefile +++ b/games/neo-cowsay/Makefile @@ -1,7 +1,7 @@ PORTNAME= neo-cowsay DISTVERSIONPREFIX= v DISTVERSION= 2.0.4 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= games MAINTAINER= eduardo@FreeBSD.org diff --git a/games/openbve/Makefile b/games/openbve/Makefile index 64dc767e2de..8525eda827b 100644 --- a/games/openbve/Makefile +++ b/games/openbve/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${GH_PROJECT:tl} -PORTVERSION= 1.9.2.7 +PORTVERSION= 1.10.0.1 CATEGORIES= games MAINTAINER= danfe@FreeBSD.org diff --git a/games/openbve/distinfo b/games/openbve/distinfo index 94203b206bf..734bbb82525 100644 --- a/games/openbve/distinfo +++ b/games/openbve/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1707677550 -SHA256 (leezer3-OpenBVE-1.9.2.7_GH0.tar.gz) = d5ade968c9dbc3d8be11eb26be25d786ff60104de6a87b349a47d253c5f23fc7 -SIZE (leezer3-OpenBVE-1.9.2.7_GH0.tar.gz) = 9768993 +TIMESTAMP = 1712751620 +SHA256 (leezer3-OpenBVE-1.10.0.1_GH0.tar.gz) = 03a9e4ce2c2fe4d7280c437a368602a0872486546f15161d42d5459e9ab6b22d +SIZE (leezer3-OpenBVE-1.10.0.1_GH0.tar.gz) = 9789471 SHA256 (cs-script.lib.3.30.3.nupkg) = 783ebcee59e0fb9d0c6fde41097f695feebb829ac467c60501c237e262eca964 SIZE (cs-script.lib.3.30.3.nupkg) = 182751 SHA256 (dotnetzip.1.16.0.nupkg) = 465cc790eec3c42bd192bfa0a4cf006ecdf85dba2f9814e65df3bb2ed9c4ef91 diff --git a/games/openbve/pkg-plist b/games/openbve/pkg-plist index 92b6924de2d..b029929fe36 100644 --- a/games/openbve/pkg-plist +++ b/games/openbve/pkg-plist @@ -757,6 +757,7 @@ bin/openbve-routeviewer %%DATADIR%%/Data/RouteViewer/station_end.png %%DATADIR%%/Data/RouteViewer/station_start.png %%DATADIR%%/Data/RouteViewer/stop.png +%%DATADIR%%/Data/RouteViewer/switchevent.png %%DATADIR%%/Data/RouteViewer/switchsound.png %%DATADIR%%/Data/RouteViewer/transponder.png %%DATADIR%%/Data/RouteViewer/weather.png diff --git a/games/openrct2/Makefile b/games/openrct2/Makefile index 5adeba9fa08..8fc588f84a2 100644 --- a/games/openrct2/Makefile +++ b/games/openrct2/Makefile @@ -1,9 +1,9 @@ PORTNAME= openrct2 DISTVERSIONPREFIX= v -DISTVERSION= 0.4.10 +DISTVERSION= 0.4.11 CATEGORIES= games MASTER_SITES= https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.6/:sequence \ - https://github.com/OpenRCT2/objects/releases/download/v1.4.3/:object \ + https://github.com/OpenRCT2/objects/releases/download/v1.4.4/:object \ https://github.com/OpenRCT2/OpenMusic/releases/download/v1.5/:openmsx \ https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v1.0.5/:opensfx DISTFILES= title-sequences.zip:sequence \ diff --git a/games/openrct2/distinfo b/games/openrct2/distinfo index 05a65ae20f7..0e89fc959df 100644 --- a/games/openrct2/distinfo +++ b/games/openrct2/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1712133891 -SHA256 (title-sequences.zip) = 6e7c7b554717072bfc7acb96fd0101dc8e7f0ea0ea316367a05c2e92950c9029 -SIZE (title-sequences.zip) = 7945853 -SHA256 (objects.zip) = cc2c8304e35337fb7b4daffa9b0ad1afa9a9f3f8f895817671a71c665d372764 -SIZE (objects.zip) = 5391619 +TIMESTAMP = 1715001749 +SHA256 (title-sequences.zip) = 24a189cdaf1f78fb6d6caede8f1ab3cedf8ab9f819cd2260a09b2cce4c710d98 +SIZE (title-sequences.zip) = 2547725 +SHA256 (objects.zip) = da017b90a3870649cb4ff22e14edfc746259af048967311d1133cf4c836ae5a0 +SIZE (objects.zip) = 5392108 SHA256 (openmusic.zip) = c3fac4caa90398a2b4c5bb32e0dd0f44073086fe16121d3dc49b3ca120474068 SIZE (openmusic.zip) = 40548101 SHA256 (opensound.zip) = a952148be164c128e4fd3aea96822e5f051edd9a0b1f2c84de7f7628ce3b2e18 SIZE (opensound.zip) = 4012384 -SHA256 (OpenRCT2-OpenRCT2-v0.4.10_GH0.tar.gz) = 7889791f2a8f14e6a970d6f6e48b897f91c9c6345a745b0e07815a77d7ddbc36 -SIZE (OpenRCT2-OpenRCT2-v0.4.10_GH0.tar.gz) = 21854907 +SHA256 (OpenRCT2-OpenRCT2-v0.4.11_GH0.tar.gz) = d6211dc9651b43315c5d22e30aa41e582bb861d2541b82bb65de8f4f95f0cdef +SIZE (OpenRCT2-OpenRCT2-v0.4.11_GH0.tar.gz) = 21842033 diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 2c8767d7645..651beb32605 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,5 +1,5 @@ PORTNAME= openttd -DISTVERSION= 13.4 +DISTVERSION= 14.1 CATEGORIES= games MASTER_SITES= https://cdn.openttd.org/openttd-releases/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-source @@ -10,8 +10,9 @@ WWW= https://www.openttd.org/ LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:graphics/png \ - liblzo2.so:archivers/lzo2 +LIB_DEPENDS= libcurl.so:ftp/curl \ + liblzo2.so:archivers/lzo2 \ + libpng.so:graphics/png USES= cmake compiler:c++17-lang cpe pkgconfig tar:xz CMAKE_ARGS= -DCMAKE_INSTALL_BINDIR:PATH=bin \ @@ -34,14 +35,13 @@ SDL1_CMAKE_OFF= -DWITH_SDL2:BOOL=ON SDL1_VARS_OFF= _SDL_VERSION=sdl2 SERVER_DESC= Build dedicated server only (no GUI) -SERVER_USES_OFF= gnome sdl +SERVER_USES_OFF= sdl SERVER_USE_OFF= SDL=${_SDL_VERSION} SERVER_CMAKE_ON= -DOPTION_DEDICATED:BOOL=ON SERVER_LIB_DEPENDS_OFF= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libicui18n.so:devel/icu \ - libicu-le-hb.so:devel/icu-le-hb \ - libiculx.so:devel/icu-lx + libharfbuzz.so:print/harfbuzz \ + libicui18n.so:devel/icu SERVER_VARS= USE_RC_SUBR=${PORTNAME} post-install-SERVER-on: diff --git a/games/openttd/distinfo b/games/openttd/distinfo index c3828606cb3..583c68d53a3 100644 --- a/games/openttd/distinfo +++ b/games/openttd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708509717 -SHA256 (openttd-13.4-source.tar.xz) = 2a1deba01bfe58e2188879f450c3fa4f3819271ab49bf348dd66545f040d146f -SIZE (openttd-13.4-source.tar.xz) = 7428012 +TIMESTAMP = 1715229396 +SHA256 (openttd-14.1-source.tar.xz) = 2c14c8f01f44148c4f2c88c169a30abcdb002eb128a92b9adb76baa76b013494 +SIZE (openttd-14.1-source.tar.xz) = 8015032 diff --git a/games/openttd/files/extra-patch-save-passwords b/games/openttd/files/extra-patch-save-passwords index becd87ea8e8..ac4fa72b2e5 100644 --- a/games/openttd/files/extra-patch-save-passwords +++ b/games/openttd/files/extra-patch-save-passwords @@ -25,8 +25,8 @@ this->last_frame = this->last_frame_server = _frame_counter; + Debug( net, 1, "requesting GAME password" ); - Packet *p = new Packet(PACKET_SERVER_NEED_GAME_PASSWORD); - this->SendPacket(p); + auto p = std::make_unique(PACKET_SERVER_NEED_GAME_PASSWORD); + this->SendPacket(std::move(p)); return NETWORK_RECV_STATUS_OKAY; @@ -1563,6 +1565,9 @@ static void NetworkAutoCleanCompanies() IConsolePrint(CC_INFO, "Auto-removed protection from company #{}.", c->index + 1); @@ -57,9 +57,9 @@ +void NetworkSavePassword( ) +{ + static FILE *file_pointer; -+ char password_file_name[80]; ++ std::string password_file_name; + -+ seprintf( password_file_name, lastof(password_file_name), "%u.pwd", _settings_game.game_creation.generation_seed ); ++ password_file_name = fmt::format("{}.pwd", _settings_game.game_creation.generation_seed); + Debug( net, 0, "Saving companies password to %s", password_file_name ); + file_pointer = FioFOpenFile( password_file_name, "wb", SAVE_DIR ); + @@ -78,9 +78,9 @@ +{ + static FILE *file_pointer; + char password[NETWORK_PASSWORD_LENGTH]; -+ char password_file_name[80]; ++ std::string password_file_name; + -+ seprintf( password_file_name, lastof(password_file_name), "%u.pwd", _settings_game.game_creation.generation_seed ); ++ password_file_name = fmt::format("{}.pwd", _settings_game.game_creation.generation_seed); + file_pointer = FioFOpenFile( password_file_name, "rb", SAVE_DIR ); + if (file_pointer != NULL) { + Debug( net, 0, "Loading password from %s", password_file_name ); @@ -115,8 +115,8 @@ +++ src/settings_type.h @@ -296,6 +296,7 @@ struct NetworkSettings { std::string last_joined; ///< Last joined server - bool no_http_content_downloads; ///< do not do content downloads over HTTP - UseRelayService use_relay_service; ///< Use relay service? + UseRelayService use_relay_service; ///< Use relay service? + ParticipateSurvey participate_survey; ///< Participate in the automated survey + bool save_password; ///< If password file is used }; @@ -124,9 +124,9 @@ --- src/table/settings/network_settings.ini.orig 2021-10-17 09:31:25 UTC +++ src/table/settings/network_settings.ini @@ -265,3 +265,8 @@ str = STR_CONFIG_SETTING_USE_RELAY_SERVICE - strhelp = STR_CONFIG_SETTING_USE_RELAY_SERVICE_HELPTEXT - strval = STR_CONFIG_SETTING_USE_RELAY_SERVICE_NEVER - cat = SC_BASIC + flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC | SF_NETWORK_ONLY + def = false + cat = SC_EXPERT + +[SDTC_BOOL] +var = network.save_password diff --git a/games/openttd/files/patch-CMakeLists.txt b/games/openttd/files/patch-CMakeLists.txt index d6e569721c7..6ad87864e4c 100644 --- a/games/openttd/files/patch-CMakeLists.txt +++ b/games/openttd/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2023-07-29 23:01:44 UTC +--- CMakeLists.txt.orig 2024-04-13 12:55:23 UTC +++ CMakeLists.txt -@@ -129,11 +129,14 @@ if(NOT OPTION_DEDICATED) +@@ -143,11 +143,14 @@ if(NOT OPTION_DEDICATED) find_package(Allegro) if(NOT APPLE) find_package(Freetype) @@ -13,16 +13,21 @@ +if(WITH_FLUIDSYNTH) find_package(Fluidsynth) +endif() - find_package(Fontconfig) - find_package(ICU OPTIONAL_COMPONENTS i18n lx) - endif() -@@ -260,7 +263,9 @@ link_package(LIBLZMA TARGET LibLZMA::LibLZMA ENCOURAGE - link_package(LZO) + if(Freetype_FOUND) + find_package(Fontconfig) + endif() +@@ -323,9 +326,14 @@ if(NOT EMSCRIPTEN) + endif() if(NOT OPTION_DEDICATED) + if(WITH_FLUIDSYNTH) link_package(Fluidsynth) + endif() ++ if(NOT WITH_SDL2) link_package(SDL) ++ else() link_package(SDL2 TARGET SDL2::SDL2) ++ endif() link_package(Allegro) + link_package(FREETYPE TARGET Freetype::Freetype) + link_package(Fontconfig TARGET Fontconfig::Fontconfig) diff --git a/games/openttd/files/patch-cmake_InstallAndPackage.cmake b/games/openttd/files/patch-cmake_InstallAndPackage.cmake index 270b498a63d..e313ef9e824 100644 --- a/games/openttd/files/patch-cmake_InstallAndPackage.cmake +++ b/games/openttd/files/patch-cmake_InstallAndPackage.cmake @@ -12,8 +12,8 @@ COMPONENT manual) endif() --if(UNIX AND NOT APPLE) -+if(UNIX AND NOT APPLE AND NOT OPTION_DEDICATED) +-if(UNIX AND NOT APPLE AND NOT EMSCRIPTEN) ++if(UNIX AND NOT APPLE AND NOT EMSCRIPTEN AND NOT OPTION_DEDICATED) install(DIRECTORY ${CMAKE_BINARY_DIR}/media/icons ${CMAKE_BINARY_DIR}/media/pixmaps diff --git a/games/openttd/pkg-plist b/games/openttd/pkg-plist index 1301465a359..63a33f92e99 100644 --- a/games/openttd/pkg-plist +++ b/games/openttd/pkg-plist @@ -1,9 +1,24 @@ bin/openttd share/man/man6/openttd.6.gz +%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md +%%PORTDOCS%%%%DOCSDIR%%/CREDITS.md %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/changelog.txt %%PORTDOCS%%%%DOCSDIR%%/known-bugs.txt -%%PORTDOCS%%%%DOCSDIR%%/multiplayer.md +%%PORTDOCS%%%%DOCSDIR%%/docs/admin_network.md +%%PORTDOCS%%%%DOCSDIR%%/docs/debugging_desyncs.md +%%PORTDOCS%%%%DOCSDIR%%/docs/desync.md +%%PORTDOCS%%%%DOCSDIR%%/docs/directory_structure.md +%%PORTDOCS%%%%DOCSDIR%%/docs/eints.md +%%PORTDOCS%%%%DOCSDIR%%/docs/game_coordinator.md +%%PORTDOCS%%%%DOCSDIR%%/docs/linkgraph.md +%%PORTDOCS%%%%DOCSDIR%%/docs/logging_and_performance_metrics.md +%%PORTDOCS%%%%DOCSDIR%%/docs/multiplayer.md +%%PORTDOCS%%%%DOCSDIR%%/docs/obg_format.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/obm_format.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/obs_format.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/savegame_format.md +%%PORTDOCS%%%%DOCSDIR%%/docs/symbol_server.md %%DATADIR%%/ai/compat_0.7.nut %%DATADIR%%/ai/compat_1.0.nut %%DATADIR%%/ai/compat_1.1.nut @@ -19,6 +34,12 @@ share/man/man6/openttd.6.gz %%DATADIR%%/ai/compat_1.11.nut %%DATADIR%%/ai/compat_12.nut %%DATADIR%%/ai/compat_13.nut +%%DATADIR%%/ai/compat_14.nut +%%DATADIR%%/game/compat_14.nut +%%DATADIR%%/baseset/OpenTTD-Mono.ttf +%%DATADIR%%/baseset/OpenTTD-Sans.ttf +%%DATADIR%%/baseset/OpenTTD-Serif.ttf +%%DATADIR%%/baseset/OpenTTD-Small.ttf %%DATADIR%%/baseset/no_music.obm %%DATADIR%%/baseset/no_sound.obs %%DATADIR%%/baseset/openttd.32.bmp diff --git a/games/punchy/Makefile b/games/punchy/Makefile index 46d485864c1..07a9a225339 100644 --- a/games/punchy/Makefile +++ b/games/punchy/Makefile @@ -1,7 +1,7 @@ PORTNAME= punchy DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/games/ri-li/Makefile b/games/ri-li/Makefile index 6399235eb47..6f11a8caeda 100644 --- a/games/ri-li/Makefile +++ b/games/ri-li/Makefile @@ -1,38 +1,26 @@ PORTNAME= Ri-li -PORTVERSION= 2.0.1 -PORTREVISION= 7 +DISTVERSIONPREFIX= v +DISTVERSION= 3.1.4 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}%20Linux_Unix/${PORTNAME}%20V${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Drive a toy wood train in many levels - snake-like arcade game -WWW= https://ri-li.sourceforge.net/ +WWW= https://github.com/petitlapin/Li-Ri LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING -USES= gmake sdl tar:bzip2 -GNU_CONFIGURE= yes -USE_SDL= sdl mixer +BUILD_DEPENDS= ${LOCALBASE}/include/SimpleIni.h:devel/simpleini -CPPFLAGS+= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include +USES= cmake pkgconfig sdl +USE_GITHUB= yes +GH_ACCOUNT= petitlapin +GH_PROJECT= Li-Ri +USE_SDL= sdl2 mixer2 +CMAKE_ON= USE_CONAN # doesn't really use conan, just handles system depends properly -PLIST_FILES= bin/Ri_li +DATADIR= ${PREFIX}/share/Li-ri PORTDATA= * -DESKTOP_ENTRIES="Ri-li" \ - "Drive a toy wood train in many levels - snake-like arcade game" \ - "${DATADIR}/Ri-li-icon-48x48.png" \ - "Ri_li" \ - "Game;ArcadeGame;" \ - false - -post-patch: - @${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs`|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's| gentoo||' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/strcpy.*DefPath/ s|.*|strcpy(DefPath,"${DATADIR}/");|' ${WRKSRC}/src/main.cc - @${REINPLACE_CMD} -e '/include/ s|iostream.h|iostream|' ${WRKSRC}/src/*.cc - @${REINPLACE_CMD} -e 's|cerr|std::&|g; s|endl|std::&|g' ${WRKSRC}/src/*.cc - .include diff --git a/games/ri-li/distinfo b/games/ri-li/distinfo index 3e333b2b478..fd10a7a3778 100644 --- a/games/ri-li/distinfo +++ b/games/ri-li/distinfo @@ -1,2 +1,3 @@ -SHA256 (Ri-li-2.0.1.tar.bz2) = f71ccc20c37c601358d963e087ac0d524de8c68e96df09c3aac1ae65edd38dbd -SIZE (Ri-li-2.0.1.tar.bz2) = 13745398 +TIMESTAMP = 1715015770 +SHA256 (petitlapin-Li-Ri-v3.1.4_GH0.tar.gz) = 56687ef201c915bef44fa9ce0f4e195d6e6d0cda5d960ba33b67caf2148324f6 +SIZE (petitlapin-Li-Ri-v3.1.4_GH0.tar.gz) = 47178812 diff --git a/games/ri-li/files/patch-CMakeLists.txt b/games/ri-li/files/patch-CMakeLists.txt new file mode 100644 index 00000000000..da6d3b62dd1 --- /dev/null +++ b/games/ri-li/files/patch-CMakeLists.txt @@ -0,0 +1,25 @@ +--- CMakeLists.txt.orig 2024-01-15 20:22:00 UTC ++++ CMakeLists.txt +@@ -25,6 +25,7 @@ if(USE_CONAN) + if(USE_CONAN) + find_package(SDL2 REQUIRED CONFIG) + find_package(SDL2_mixer REQUIRED CONFIG) ++ find_path(SIMPLEINI_INCLUDE_DIR SimpleIni.h) + else() + find_package(PkgConfig REQUIRED) + pkg_check_modules(SDL2 REQUIRED sdl2 SDL2_mixer) +@@ -69,12 +70,13 @@ if(USE_CONAN) + + if(USE_CONAN) + target_link_libraries(${LIRI_EXECUTABLE_NAME} PRIVATE SDL2::SDL2 SDL2_mixer::SDL2_mixer) ++ target_include_directories(${LIRI_EXECUTABLE_NAME} PRIVATE ${SIMPLEINI_INCLUDE_DIR}) ++ target_compile_definitions(${LIRI_EXECUTABLE_NAME} PRIVATE SI_NO_CONVERSION) + else() + target_include_directories(${LIRI_EXECUTABLE_NAME} PUBLIC ${SDL2_INCLUDE_DIRS}) + target_link_libraries(${LIRI_EXECUTABLE_NAME} PRIVATE ${SDL2_LINK_LIBRARIES}) + endif() + +-target_link_libraries(${LIRI_EXECUTABLE_NAME} PRIVATE SimpleIni::SimpleIni) + + + include(GNUInstallDirs) diff --git a/games/ri-li/files/patch-src_sprite.cc b/games/ri-li/files/patch-src_sprite.cc deleted file mode 100644 index b0da5acfcc2..00000000000 --- a/games/ri-li/files/patch-src_sprite.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- src/sprite.cc.orig 2007-11-02 11:48:20 UTC -+++ src/sprite.cc -@@ -351,7 +351,7 @@ bool Sprite::Load(unsigned char *Buf,lon - // Fabrique la surface - Image[i]=SDL_CreateRGBSurface((Dim[i].bpp-3)*SDL_SRCALPHA,Dim[i].L,Dim[i].H,Dim[i].bpp*8, - 0xff,0xff00,0xff0000,0xff000000*(Dim[i].bpp-3)); -- if(Image[i]<=NULL) { -+ if(Image[i]==NULL) { - cerr <<"Impossible de créer une Surface SDL!"< diff --git a/games/vcmi/Makefile b/games/vcmi/Makefile index 93fc19cff19..dadf23daf09 100644 --- a/games/vcmi/Makefile +++ b/games/vcmi/Makefile @@ -1,6 +1,5 @@ PORTNAME= vcmi -PORTVERSION= 1.4.5 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= games MAINTAINER= danfe@FreeBSD.org @@ -18,6 +17,9 @@ RUN_DEPENDS= bash:shells/bash USES= cmake pkgconfig sdl shebangfix USE_GITHUB= yes +GH_PROJECT= innoextract:inex +GH_TAGNAME= 9977089:inex +GH_SUBDIR= launcher/lib/innoextract:inex USE_SDL= image2 mixer2 sdl2 ttf2 SHEBANG_FILES= vcmibuilder CMAKE_ARGS= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=ON \ diff --git a/games/vcmi/distinfo b/games/vcmi/distinfo index 3267bcbbebf..e770f671ab2 100644 --- a/games/vcmi/distinfo +++ b/games/vcmi/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1706106361 -SHA256 (vcmi-vcmi-1.4.5_GH0.tar.gz) = 107682df28248282b6ac964598754718f9511d0c7e007ffdbd0fa51f87bb0049 -SIZE (vcmi-vcmi-1.4.5_GH0.tar.gz) = 9683419 +TIMESTAMP = 1715243127 +SHA256 (vcmi-vcmi-1.5.0_GH0.tar.gz) = 38fa48c7da318aa5a9e0d3319fcb24f4dfdf78555c21b8b0b9f9bbb4cedf33f8 +SIZE (vcmi-vcmi-1.5.0_GH0.tar.gz) = 9720419 +SHA256 (vcmi-innoextract-9977089_GH0.tar.gz) = dae4cbf04a0adc6f9d0d3d64f90deda8fd148ced3834a4062b18a1538a26edbe +SIZE (vcmi-innoextract-9977089_GH0.tar.gz) = 205324 diff --git a/games/vcmi/files/patch-lib_CThreadHelper.cpp b/games/vcmi/files/patch-lib_CThreadHelper.cpp new file mode 100644 index 00000000000..c0be9f82366 --- /dev/null +++ b/games/vcmi/files/patch-lib_CThreadHelper.cpp @@ -0,0 +1,11 @@ +--- lib/CThreadHelper.cpp.orig 2024-05-09 08:25:27 UTC ++++ lib/CThreadHelper.cpp +@@ -107,6 +107,8 @@ void setThreadName(const std::string &name) + + #elif defined(VCMI_APPLE) + pthread_setname_np(name.c_str()); ++#elif defined(VCMI_FREEBSD) ++ pthread_setname_np(pthread_self(), name.c_str()); + #elif defined(VCMI_HAIKU) + rename_thread(find_thread(NULL), name.c_str()); + #elif defined(VCMI_UNIX) diff --git a/games/vcmi/files/patch-lib_network_NetworkConnection.cpp b/games/vcmi/files/patch-lib_network_NetworkConnection.cpp new file mode 100644 index 00000000000..39185ea0562 --- /dev/null +++ b/games/vcmi/files/patch-lib_network_NetworkConnection.cpp @@ -0,0 +1,28 @@ +--- lib/network/NetworkConnection.cpp.orig 2024-05-09 08:25:27 UTC ++++ lib/network/NetworkConnection.cpp +@@ -7,6 +7,9 @@ + * Full text of license available in license.txt file, in main folder + * + */ ++#ifdef __FreeBSD__ ++#include ++#endif + #include "StdInc.h" + #include "NetworkConnection.h" + +@@ -19,8 +22,15 @@ NetworkConnection::NetworkConnection(INetworkConnectio + socket->set_option(boost::asio::ip::tcp::no_delay(true)); + socket->set_option(boost::asio::socket_base::keep_alive(true)); + ++#ifdef __FreeBSD__ ++ unsigned long sb_max; ++ size_t len = sizeof(sb_max); ++ (void)sysctlbyname("kern.ipc.maxsockbuf", &sb_max, &len, NULL, 0); ++ int bufferSize = sb_max * MCLBYTES / (MSIZE + MCLBYTES); ++#else + // iOS throws exception on attempt to set buffer size + constexpr auto bufferSize = 4 * 1024 * 1024; ++#endif + + try + { diff --git a/games/vcmi/files/patch-lib_serializer_Connection.cpp b/games/vcmi/files/patch-lib_serializer_Connection.cpp deleted file mode 100644 index 8d7f2389e1a..00000000000 --- a/games/vcmi/files/patch-lib_serializer_Connection.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- lib/serializer/Connection.cpp.orig 2023-02-03 09:25:08 UTC -+++ lib/serializer/Connection.cpp -@@ -15,6 +15,7 @@ - #include "../CGameState.h" - - #include -+#include - - VCMI_LIB_NAMESPACE_BEGIN - -@@ -46,8 +47,13 @@ void CConnection::init() - socket->set_option(boost::asio::ip::tcp::no_delay(true)); - try - { -- socket->set_option(boost::asio::socket_base::send_buffer_size(4194304)); -- socket->set_option(boost::asio::socket_base::receive_buffer_size(4194304)); -+ unsigned long sb_max, sb_max_adj; -+ size_t len = sizeof(sb_max); -+ (void)sysctlbyname("kern.ipc.maxsockbuf", &sb_max, &len, NULL, 0); -+ sb_max_adj = sb_max * MCLBYTES / (MSIZE + MCLBYTES); -+ -+ socket->set_option(boost::asio::socket_base::send_buffer_size(sb_max_adj)); -+ socket->set_option(boost::asio::socket_base::receive_buffer_size(sb_max_adj)); - } - catch (const boost::system::system_error & e) - { diff --git a/games/vcmi/pkg-plist b/games/vcmi/pkg-plist index 6b94d205d0b..7cafd9e0387 100644 --- a/games/vcmi/pkg-plist +++ b/games/vcmi/pkg-plist @@ -38,7 +38,13 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%DATADIR%%/Mods/vcmi/Data/debug/grid.png %%DATADIR%%/Mods/vcmi/Data/debug/spellRange.png %%DATADIR%%/Mods/vcmi/Data/debug/visitable.png +%%DATADIR%%/Mods/vcmi/Data/heroWindow/artifactSlotEmpty.png +%%DATADIR%%/Mods/vcmi/Data/heroWindow/backpackButtonIcon.png +%%DATADIR%%/Mods/vcmi/Data/heroWindow/commanderButtonIcon.png %%DATADIR%%/Mods/vcmi/Data/lobby/iconFolder.png +%%DATADIR%%/Mods/vcmi/Data/lobby/iconPlayer.png +%%DATADIR%%/Mods/vcmi/Data/lobby/iconSend.png +%%DATADIR%%/Mods/vcmi/Data/lobby/selectionTabSortDate.png %%DATADIR%%/Mods/vcmi/Data/lobby/townBorderBig.png %%DATADIR%%/Mods/vcmi/Data/lobby/townBorderBigActivated.png %%DATADIR%%/Mods/vcmi/Data/lobby/townBorderBigGrayedOut.png @@ -67,13 +73,10 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%DATADIR%%/Mods/vcmi/Data/radialMenu/tradeHeroes.png %%DATADIR%%/Mods/vcmi/Data/s/std.verm %%DATADIR%%/Mods/vcmi/Data/s/testy.erm -%%DATADIR%%/Mods/vcmi/Data/settingsWindow/checkBoxEmpty.png %%DATADIR%%/Mods/vcmi/Data/settingsWindow/frameAudio.png %%DATADIR%%/Mods/vcmi/Data/settingsWindow/frameMovement.png %%DATADIR%%/Mods/vcmi/Data/settingsWindow/frameStackQueue.png %%DATADIR%%/Mods/vcmi/Data/settingsWindow/gear.png -%%DATADIR%%/Mods/vcmi/Data/settingsWindow/lineHorizontal.png -%%DATADIR%%/Mods/vcmi/Data/settingsWindow/lineVertical.png %%DATADIR%%/Mods/vcmi/Data/settingsWindow/scrollSpeed1.png %%DATADIR%%/Mods/vcmi/Data/settingsWindow/scrollSpeed2.png %%DATADIR%%/Mods/vcmi/Data/settingsWindow/scrollSpeed3.png @@ -115,14 +118,6 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%DATADIR%%/Mods/vcmi/Sprites/battle/rangeHighlights/red/topLeft.png %%DATADIR%%/Mods/vcmi/Sprites/battle/rangeHighlights/red/topLeftCorner.png %%DATADIR%%/Mods/vcmi/Sprites/battle/rangeHighlights/red/topLeftHalfCorner.png -%%DATADIR%%/Mods/vcmi/Sprites/buttons/backpack.json -%%DATADIR%%/Mods/vcmi/Sprites/buttons/backpackButtonIcon.png -%%DATADIR%%/Mods/vcmi/Sprites/buttons/backpackNormal.png -%%DATADIR%%/Mods/vcmi/Sprites/buttons/backpackPressed.png -%%DATADIR%%/Mods/vcmi/Sprites/buttons/commander.json -%%DATADIR%%/Mods/vcmi/Sprites/buttons/commanderNormal.png -%%DATADIR%%/Mods/vcmi/Sprites/buttons/commanderPressed.png -%%DATADIR%%/Mods/vcmi/Sprites/heroWindow/artifactSlotEmpty.png %%DATADIR%%/Mods/vcmi/Sprites/itpa.json %%DATADIR%%/Mods/vcmi/Sprites/lobby/checkbox.json %%DATADIR%%/Mods/vcmi/Sprites/lobby/checkboxBlueOff.png @@ -132,29 +127,7 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%DATADIR%%/Mods/vcmi/Sprites/lobby/dropdown.json %%DATADIR%%/Mods/vcmi/Sprites/lobby/dropdownNormal.png %%DATADIR%%/Mods/vcmi/Sprites/lobby/dropdownPressed.png -%%DATADIR%%/Mods/vcmi/Sprites/lobby/selectionTabSortDate.json -%%DATADIR%%/Mods/vcmi/Sprites/lobby/selectionTabSortDate.png %%DATADIR%%/Mods/vcmi/Sprites/mapFormatIcons/vcmi1.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button190.json -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button190Normal.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button190NormalSelected.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button190Pressed.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button190PressedSelected.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button32.json -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button32Normal.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button32NormalSelected.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button32Pressed.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button32PressedSelected.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button46.json -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button46Normal.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button46NormalSelected.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button46Pressed.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button46PressedSelected.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button80.json -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button80Normal.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button80NormalSelected.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button80Pressed.png -%%DATADIR%%/Mods/vcmi/Sprites/settingsWindow/button80PressedSelected.png %%DATADIR%%/Mods/vcmi/Sprites/stackWindow/cancel-normal.png %%DATADIR%%/Mods/vcmi/Sprites/stackWindow/cancel-pressed.png %%DATADIR%%/Mods/vcmi/Sprites/stackWindow/cancelButton.json @@ -195,6 +168,7 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%DATADIR%%/Mods/vcmi/config/vcmi/french.json %%DATADIR%%/Mods/vcmi/config/vcmi/german.json %%DATADIR%%/Mods/vcmi/config/vcmi/polish.json +%%DATADIR%%/Mods/vcmi/config/vcmi/portuguese.json %%DATADIR%%/Mods/vcmi/config/vcmi/rmg/hdmod/aroundamarsh.JSON %%DATADIR%%/Mods/vcmi/config/vcmi/rmg/hdmod/balance.JSON %%DATADIR%%/Mods/vcmi/config/vcmi/rmg/hdmod/blockbuster.JSON @@ -312,13 +286,15 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%DATADIR%%/Mods/vcmi/mod.json %%DATADIR%%/config/ERMU_to_picture.json %%DATADIR%%/config/NEUTRAL.PAL -%%DATADIR%%/config/ai/object-priorities.txt +%%DATADIR%%/config/ai/nkai/nkai-settings.json +%%DATADIR%%/config/ai/nkai/object-priorities.txt %%DATADIR%%/config/ambientSounds.json %%DATADIR%%/config/artifacts.json %%DATADIR%%/config/battleEffects.json %%DATADIR%%/config/battleStartpos.json %%DATADIR%%/config/battlefields.json %%DATADIR%%/config/battles_graphics.json +%%DATADIR%%/config/biomes.json %%DATADIR%%/config/bonuses.json %%DATADIR%%/config/campaignMedia.json %%DATADIR%%/config/campaignSets.json @@ -389,11 +365,37 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%DATADIR%%/config/roads.json %%DATADIR%%/config/schemas/artifact.json %%DATADIR%%/config/schemas/battlefield.json +%%DATADIR%%/config/schemas/biome.json %%DATADIR%%/config/schemas/bonus.json %%DATADIR%%/config/schemas/creature.json %%DATADIR%%/config/schemas/faction.json %%DATADIR%%/config/schemas/hero.json %%DATADIR%%/config/schemas/heroClass.json +%%DATADIR%%/config/schemas/lobbyProtocol/accountCreated.json +%%DATADIR%%/config/schemas/lobbyProtocol/accountJoinsRoom.json +%%DATADIR%%/config/schemas/lobbyProtocol/activateGameRoom.json +%%DATADIR%%/config/schemas/lobbyProtocol/activeAccounts.json +%%DATADIR%%/config/schemas/lobbyProtocol/activeGameRooms.json +%%DATADIR%%/config/schemas/lobbyProtocol/changeRoomDescription.json +%%DATADIR%%/config/schemas/lobbyProtocol/chatHistory.json +%%DATADIR%%/config/schemas/lobbyProtocol/chatMessage.json +%%DATADIR%%/config/schemas/lobbyProtocol/clientLogin.json +%%DATADIR%%/config/schemas/lobbyProtocol/clientLoginSuccess.json +%%DATADIR%%/config/schemas/lobbyProtocol/clientProxyLogin.json +%%DATADIR%%/config/schemas/lobbyProtocol/clientRegister.json +%%DATADIR%%/config/schemas/lobbyProtocol/gameStarted.json +%%DATADIR%%/config/schemas/lobbyProtocol/inviteReceived.json +%%DATADIR%%/config/schemas/lobbyProtocol/joinGameRoom.json +%%DATADIR%%/config/schemas/lobbyProtocol/joinRoomSuccess.json +%%DATADIR%%/config/schemas/lobbyProtocol/leaveGameRoom.json +%%DATADIR%%/config/schemas/lobbyProtocol/matchesHistory.json +%%DATADIR%%/config/schemas/lobbyProtocol/operationFailed.json +%%DATADIR%%/config/schemas/lobbyProtocol/requestChatHistory.json +%%DATADIR%%/config/schemas/lobbyProtocol/sendChatMessage.json +%%DATADIR%%/config/schemas/lobbyProtocol/sendInvite.json +%%DATADIR%%/config/schemas/lobbyProtocol/serverLogin.json +%%DATADIR%%/config/schemas/lobbyProtocol/serverLoginSuccess.json +%%DATADIR%%/config/schemas/lobbyProtocol/serverProxyLogin.json %%DATADIR%%/config/schemas/mapHeader.json %%DATADIR%%/config/schemas/mod.json %%DATADIR%%/config/schemas/object.json @@ -411,6 +413,7 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%DATADIR%%/config/schemas/townBuilding.json %%DATADIR%%/config/schemas/townSiege.json %%DATADIR%%/config/schemas/townStructure.json +%%DATADIR%%/config/shortcutsConfig.json %%DATADIR%%/config/skills.json %%DATADIR%%/config/spells/ability.json %%DATADIR%%/config/spells/adventure.json @@ -425,6 +428,24 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%DATADIR%%/config/widgets/advancedOptionsTab.json %%DATADIR%%/config/widgets/adventureMap.json %%DATADIR%%/config/widgets/battleWindow2.json +%%DATADIR%%/config/widgets/buttons/campaignBonusSelection.json +%%DATADIR%%/config/widgets/buttons/castleInterfaceQuickAccess.json +%%DATADIR%%/config/widgets/buttons/heroBackpack.json +%%DATADIR%%/config/widgets/buttons/heroCommander.json +%%DATADIR%%/config/widgets/buttons/lobbyCreateRoom.json +%%DATADIR%%/config/widgets/buttons/lobbyHideWindow.json +%%DATADIR%%/config/widgets/buttons/lobbyJoinRoom.json +%%DATADIR%%/config/widgets/buttons/lobbySendMessage.json +%%DATADIR%%/config/widgets/buttons/pregameInvitePlayers.json +%%DATADIR%%/config/widgets/buttons/pregameReturnToLobby.json +%%DATADIR%%/config/widgets/buttons/selectionTabSortDate.json +%%DATADIR%%/config/widgets/buttons/settingsWindow/button190.json +%%DATADIR%%/config/widgets/buttons/settingsWindow/button32.json +%%DATADIR%%/config/widgets/buttons/settingsWindow/button46.json +%%DATADIR%%/config/widgets/buttons/settingsWindow/button80.json +%%DATADIR%%/config/widgets/commonPrimitives.json +%%DATADIR%%/config/widgets/extraOptionsTab.json +%%DATADIR%%/config/widgets/lobbyWindow.json %%DATADIR%%/config/widgets/mapOverview.json %%DATADIR%%/config/widgets/playerOptionsTab.json %%DATADIR%%/config/widgets/randomMapTab.json @@ -439,7 +460,6 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%QT%%%%DATADIR%%/launcher/icons/about-project.png %%QT%%%%DATADIR%%/launcher/icons/menu-editor.png %%QT%%%%DATADIR%%/launcher/icons/menu-game.png -%%QT%%%%DATADIR%%/launcher/icons/menu-lobby.png %%QT%%%%DATADIR%%/launcher/icons/menu-mods.png %%QT%%%%DATADIR%%/launcher/icons/menu-settings.png %%QT%%%%DATADIR%%/launcher/icons/mod-delete.png @@ -447,13 +467,13 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%QT%%%%DATADIR%%/launcher/icons/mod-download.png %%QT%%%%DATADIR%%/launcher/icons/mod-enabled.png %%QT%%%%DATADIR%%/launcher/icons/mod-update.png -%%QT%%%%DATADIR%%/launcher/icons/room-private.png %%QT%%%%DATADIR%%/launcher/translation/chinese.qm %%QT%%%%DATADIR%%/launcher/translation/czech.qm %%QT%%%%DATADIR%%/launcher/translation/english.qm %%QT%%%%DATADIR%%/launcher/translation/french.qm %%QT%%%%DATADIR%%/launcher/translation/german.qm %%QT%%%%DATADIR%%/launcher/translation/polish.qm +%%QT%%%%DATADIR%%/launcher/translation/portuguese.qm %%QT%%%%DATADIR%%/launcher/translation/russian.qm %%QT%%%%DATADIR%%/launcher/translation/spanish.qm %%QT%%%%DATADIR%%/launcher/translation/ukrainian.qm @@ -499,11 +519,13 @@ share/icons/hicolor/scalable/apps/vcmiclient.svg %%QT%%%%DATADIR%%/mapeditor/icons/zoom_minus.png %%QT%%%%DATADIR%%/mapeditor/icons/zoom_plus.png %%QT%%%%DATADIR%%/mapeditor/icons/zoom_zero.png +%%QT%%%%DATADIR%%/mapeditor/translation/chinese.qm %%QT%%%%DATADIR%%/mapeditor/translation/czech.qm %%QT%%%%DATADIR%%/mapeditor/translation/english.qm %%QT%%%%DATADIR%%/mapeditor/translation/french.qm %%QT%%%%DATADIR%%/mapeditor/translation/german.qm %%QT%%%%DATADIR%%/mapeditor/translation/polish.qm +%%QT%%%%DATADIR%%/mapeditor/translation/portuguese.qm %%QT%%%%DATADIR%%/mapeditor/translation/russian.qm %%QT%%%%DATADIR%%/mapeditor/translation/spanish.qm %%QT%%%%DATADIR%%/mapeditor/translation/ukrainian.qm diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index 865b7dab1c9..4fb4502db12 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,5 +1,6 @@ PORTNAME= veloren -PORTVERSION= s20240502 +PORTVERSION= s20240509 +PORTREVISION= 3 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly @@ -18,14 +19,15 @@ ONLY_FOR_ARCHS_REASON= unsupported platform by https://github.com/wasmerio/wasme LIB_DEPENDS= libzstd.so:archivers/zstd \ libasound.so:audio/alsa-lib \ libudev.so:devel/libudev-devd \ - libshaderc_shared.so:graphics/shaderc + libshaderc_shared.so:graphics/shaderc \ + libxkbcommon-x11.so:x11/libxkbcommon RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins \ ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader USES= cargo xorg USE_XORG= xcb USE_GITLAB= yes -GL_TAGNAME= v0.16.0-130-g0b9c2621f # git describe --match='v[0-9]*' weekly +GL_TAGNAME= v0.16.0-147-gb47aa6aea # git describe --match='v[0-9]*' weekly CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib" PLIST_FILES= bin/${PORTNAME}-server-cli \ bin/${PORTNAME}-voxygen \ diff --git a/games/veloren-weekly/Makefile.crates b/games/veloren-weekly/Makefile.crates index 4c0a53c3096..baed4ad9dad 100644 --- a/games/veloren-weekly/Makefile.crates +++ b/games/veloren-weekly/Makefile.crates @@ -196,6 +196,7 @@ CARGO_CRATES= ab_glyph-0.2.23 \ epaint-0.23.0 \ equivalent-1.0.1 \ errno-0.3.8 \ + error-chain-0.12.4 \ error-code-2.3.1 \ error-code-3.2.0 \ euc-0.5.3 \ @@ -259,7 +260,7 @@ CARGO_CRATES= ab_glyph-0.2.23 \ gpu-descriptor-0.2.4 \ gpu-descriptor-types-0.1.2 \ guillotiere-0.6.2 \ - h2-0.3.25 \ + h2-0.3.26 \ half-2.4.0 \ hash32-0.2.1 \ hashbrown-0.9.1 \ @@ -467,6 +468,8 @@ CARGO_CRATES= ab_glyph-0.2.23 \ profiling-procmacros-1.0.15 \ prometheus-0.13.3 \ prometheus-hyper-0.1.5 \ + protocol-3.4.0 \ + protocol-derive-3.4.0 \ psm-0.1.21 \ quick-error-1.2.3 \ quick-xml-0.30.0 \ @@ -522,7 +525,7 @@ CARGO_CRATES= ab_glyph-0.2.23 \ rustc_version-0.2.3 \ rustc_version-0.4.0 \ rustix-0.38.32 \ - rustls-0.21.10 \ + rustls-0.21.12 \ rustls-native-certs-0.6.3 \ rustls-pemfile-1.0.4 \ rustls-webpki-0.101.7 \ diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo index 1617007b2ef..f0980f53e93 100644 --- a/games/veloren-weekly/distinfo +++ b/games/veloren-weekly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1714633013 +TIMESTAMP = 1715235097 SHA256 (rust/crates/ab_glyph-0.2.23.crate) = 80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225 SIZE (rust/crates/ab_glyph-0.2.23.crate) = 18537 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046 @@ -395,6 +395,8 @@ SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8d SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/error-chain-0.12.4.crate) = 2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc +SIZE (rust/crates/error-chain-0.12.4.crate) = 29274 SHA256 (rust/crates/error-code-2.3.1.crate) = 64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21 SIZE (rust/crates/error-code-2.3.1.crate) = 5324 SHA256 (rust/crates/error-code-3.2.0.crate) = a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b @@ -521,8 +523,8 @@ SHA256 (rust/crates/gpu-descriptor-types-0.1.2.crate) = 6bf0b36e6f090b7e1d8a4b49 SIZE (rust/crates/gpu-descriptor-types-0.1.2.crate) = 1928 SHA256 (rust/crates/guillotiere-0.6.2.crate) = b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782 SIZE (rust/crates/guillotiere-0.6.2.crate) = 18116 -SHA256 (rust/crates/h2-0.3.25.crate) = 4fbd2820c5e49886948654ab546d0688ff24530286bdcf8fca3cefb16d4618eb -SIZE (rust/crates/h2-0.3.25.crate) = 167894 +SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 +SIZE (rust/crates/h2-0.3.26.crate) = 168315 SHA256 (rust/crates/half-2.4.0.crate) = b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e SIZE (rust/crates/half-2.4.0.crate) = 50666 SHA256 (rust/crates/hash32-0.2.1.crate) = b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67 @@ -937,6 +939,10 @@ SHA256 (rust/crates/prometheus-0.13.3.crate) = 449811d15fbdf5ceb5c1144416066429c SIZE (rust/crates/prometheus-0.13.3.crate) = 82457 SHA256 (rust/crates/prometheus-hyper-0.1.5.crate) = 18fc98d5705a20b11f8b240c0857167b79852ba469f9faec6df0027e576e676e SIZE (rust/crates/prometheus-hyper-0.1.5.crate) = 14841 +SHA256 (rust/crates/protocol-3.4.0.crate) = 13cfa9ba37e0183f87fb14b82f23fc76494c458c72469d95b8a8eec75ad5f191 +SIZE (rust/crates/protocol-3.4.0.crate) = 24174 +SHA256 (rust/crates/protocol-derive-3.4.0.crate) = 28647f30298898ead966b51e9aee5c74e4ac709ce5ca554378fde187fd3f7e47 +SIZE (rust/crates/protocol-derive-3.4.0.crate) = 8347 SHA256 (rust/crates/psm-0.1.21.crate) = 5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874 SIZE (rust/crates/psm-0.1.21.crate) = 23126 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 @@ -1047,8 +1053,8 @@ SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15 SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 SHA256 (rust/crates/rustix-0.38.32.crate) = 65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89 SIZE (rust/crates/rustix-0.38.32.crate) = 376999 -SHA256 (rust/crates/rustls-0.21.10.crate) = f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba -SIZE (rust/crates/rustls-0.21.10.crate) = 284920 +SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e +SIZE (rust/crates/rustls-0.21.12.crate) = 285674 SHA256 (rust/crates/rustls-native-certs-0.6.3.crate) = a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00 SIZE (rust/crates/rustls-native-certs-0.6.3.crate) = 24438 SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c @@ -1615,5 +1621,5 @@ SHA256 (Imberflur-iced-veloren-winit-0.28_GH0.tar.gz) = ff1056ad3df5df0604440a4a SIZE (Imberflur-iced-veloren-winit-0.28_GH0.tar.gz) = 1130634 SHA256 (xMAC94x-portpicker-rs-df6b37872f3586ac3b21d08b56c8ec7cd92fb172_GH0.tar.gz) = 29252101e189bbe067f0bacba18181afc69a2fb9bc031bbba8dcbade45dec02f SIZE (xMAC94x-portpicker-rs-df6b37872f3586ac3b21d08b56c8ec7cd92fb172_GH0.tar.gz) = 2210 -SHA256 (veloren-v0.16.0-130-g0b9c2621f.tar.bz2) = 63741cf10c10a0428eb5f3f15b5bfda840338ed26ea2cdb21d4bbd09bb4913e7 -SIZE (veloren-v0.16.0-130-g0b9c2621f.tar.bz2) = 299936779 +SHA256 (veloren-v0.16.0-147-gb47aa6aea.tar.bz2) = d25f5fd80a4fe6652ded738ba76c84aa40b986aef7d920e86695f638a11aa7b5 +SIZE (veloren-v0.16.0-147-gb47aa6aea.tar.bz2) = 299929852 diff --git a/games/veloren-weekly/files/patch-gilrs b/games/veloren-weekly/files/patch-gilrs index 1a01e339977..452347e08a1 100644 --- a/games/veloren-weekly/files/patch-gilrs +++ b/games/veloren-weekly/files/patch-gilrs @@ -23,9 +23,9 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` | | help: a similar name exists in the module: `event` | no `epoll` in `sys` ---- Cargo.lock.orig 2024-04-03 20:23:33 UTC +--- Cargo.lock.orig 2024-05-03 21:08:24 UTC +++ Cargo.lock -@@ -2484,9 +2484,9 @@ name = "gilrs" +@@ -2494,9 +2494,9 @@ dependencies = [ [[package]] name = "gilrs" @@ -37,7 +37,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` dependencies = [ "fnv", "gilrs-core", -@@ -2498,24 +2498,23 @@ name = "gilrs-core" +@@ -2508,24 +2508,23 @@ dependencies = [ [[package]] name = "gilrs-core" @@ -66,10 +66,11 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` ] [[package]] -@@ -3151,17 +3150,6 @@ dependencies = [ +@@ -3160,17 +3159,6 @@ dependencies = [ + "libc", ] - [[package]] +-[[package]] -name = "inotify" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" @@ -80,11 +81,10 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` - "libc", -] - --[[package]] + [[package]] name = "inotify-sys" version = "0.1.5" - source = "registry+https://github.com/rust-lang/crates.io-index" -@@ -3212,9 +3200,9 @@ name = "io-kit-sys" +@@ -3222,9 +3210,9 @@ dependencies = [ [[package]] name = "io-kit-sys" @@ -96,10 +96,12 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` dependencies = [ "core-foundation-sys", "mach2", -@@ -3971,6 +3959,17 @@ name = "nix" +@@ -3979,6 +3967,17 @@ dependencies = [ + "memoffset 0.6.5", + ] - [[package]] - name = "nix" ++[[package]] ++name = "nix" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" @@ -109,12 +111,10 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` + "libc", +] + -+[[package]] -+name = "nix" + [[package]] + name = "nix" version = "0.28.0" - source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" -@@ -4017,7 +4016,7 @@ dependencies = [ +@@ -4027,7 +4026,7 @@ dependencies = [ "crossbeam-channel", "filetime", "fsevent-sys", @@ -123,15 +123,6 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` "kqueue", "libc", "log", -@@ -6618,7 +6617,7 @@ dependencies = [ - source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" - dependencies = [ -- "cfg-if 1.0.0", -+ "cfg-if 0.1.10", - "rand 0.8.5", - "static_assertions", - ] --- cargo-crates/gilrs-0.10.2/examples/ev.rs.orig 1970-01-01 00:00:00 UTC +++ cargo-crates/gilrs-0.10.2/examples/ev.rs @@ -9,6 +9,8 @@ use std::process; diff --git a/games/veloren-weekly/files/patch-keyboard-keynames b/games/veloren-weekly/files/patch-keyboard-keynames new file mode 100644 index 00000000000..10f126ce6f7 --- /dev/null +++ b/games/veloren-weekly/files/patch-keyboard-keynames @@ -0,0 +1,41 @@ +Assume X11/Wayland key names on every Unix-like system + +--- ../keyboard-keynames-veloren-winit-0.28-fca4bbdfa51bf054b155a455935b3792975c989d/Cargo.toml.orig 2023-08-23 04:01:46 UTC ++++ ../keyboard-keynames-veloren-winit-0.28-fca4bbdfa51bf054b155a455935b3792975c989d/Cargo.toml +@@ -18,7 +18,7 @@ winapi = { version = "0.3.9", features = ["winuser"] } + [target.'cfg(windows)'.dependencies] + winapi = { version = "0.3.9", features = ["winuser"] } + +-[target.'cfg(target_os = "linux")'.dependencies] ++[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies] + xkbcommon = { version = "0.5", features = ["x11", "wayland"] } + xcb = { version = "1", features = ["as-raw-xcb-connection"] } + wayland-client = "0.29" +--- ../keyboard-keynames-veloren-winit-0.28-fca4bbdfa51bf054b155a455935b3792975c989d/src/platform/mod.rs.orig 2023-08-23 04:01:46 UTC ++++ ../keyboard-keynames-veloren-winit-0.28-fca4bbdfa51bf054b155a455935b3792975c989d/src/platform/mod.rs +@@ -1,5 +1,5 @@ + //! The KeyLayout struct and supporting elements +-#[cfg(target_os = "linux")] ++#[cfg(all(unix, not(target_os = "macos")))] + #[path = "unix/mod.rs"] + mod platform; + +@@ -7,7 +7,7 @@ mod platform; + #[path = "windows/mod.rs"] + mod platform; + +-#[cfg(not(any(target_os = "windows", target_os = "linux")))] ++#[cfg(target_os = "macos")] + #[path = "other/mod.rs"] + mod platform; + +--- ../keyboard-keynames-veloren-winit-0.28-fca4bbdfa51bf054b155a455935b3792975c989d/src/platform/unix/key_layout.rs.orig 2023-08-23 04:01:46 UTC ++++ ../keyboard-keynames-veloren-winit-0.28-fca4bbdfa51bf054b155a455935b3792975c989d/src/platform/unix/key_layout.rs +@@ -220,7 +220,6 @@ impl KeyLayout { + } + + /// Methods for KeyLayout specific to Unix-based systems +-#[cfg(target_os = "linux")] + pub trait KeyLayoutExtUnix { + /// Construct a KeyLayout explicitly using the Wayland protocol + fn new_wayland() -> Result; diff --git a/games/veloren-weekly/files/patch-rust-1.78.0 b/games/veloren-weekly/files/patch-rust-1.78.0 new file mode 100644 index 00000000000..a5a2315fc54 --- /dev/null +++ b/games/veloren-weekly/files/patch-rust-1.78.0 @@ -0,0 +1,20 @@ +invalid_mut was renamed to without_provenance_mut +in https://github.com/rust-lang/rust/commit/b58f647d5488dce73bba517907c44af2c2a618c4 + +error[E0425]: cannot find function `invalid_mut` in module `core::ptr` + --> /wrkdirs/usr/ports/games/veloren-weekly/work/shred-5d52c6fc390dd04c12158633e77591f6523d1f85/src/meta.rs:402:38 + | +402 | let invalid_ptr = core::ptr::invalid_mut::((self as *mut Self).addr()); + | ^^^^^^^^^^^ not found in `core::ptr` + +--- ../shred-5d52c6fc390dd04c12158633e77591f6523d1f85/src/meta.rs.orig 2024-05-07 13:31:09.835758000 +0200 ++++ ../shred-5d52c6fc390dd04c12158633e77591f6523d1f85/src/meta.rs 2024-05-07 13:31:24.927663000 +0200 +@@ -399,7 +399,7 @@ impl MetaTable { + { + let ty_id = TypeId::of::(); + // use self.addr() for unpredictable address to use for checking consistency below +- let invalid_ptr = core::ptr::invalid_mut::((self as *mut Self).addr()); ++ let invalid_ptr = core::ptr::without_provenance_mut::((self as *mut Self).addr()); + let trait_ptr = >::cast(invalid_ptr); + // assert that address not changed (to catch some mistakes in CastFrom impl) + assert_eq!( diff --git a/games/veloren-weekly/files/patch-rust-1.78.0-disable-simd b/games/veloren-weekly/files/patch-rust-1.78.0-disable-simd new file mode 100644 index 00000000000..54a9ea7488f --- /dev/null +++ b/games/veloren-weekly/files/patch-rust-1.78.0-disable-simd @@ -0,0 +1,16 @@ +packed_simd doesn't compile with rust 1.78.0 +Part of the issue is fixed with https://github.com/yoanlcq/vek/pull/95/files +but it's not enough, packed_simd2 is used here: +https://gitlab.com/veloren/veloren/-/blob/master/world/src/sim/erosion.rs?ref_type=heads#L16 + +--- world/Cargo.toml.orig 2024-05-10 18:54:20.494825000 +0200 ++++ world/Cargo.toml 2024-05-10 18:54:43.257129000 +0200 +@@ -11,7 +11,7 @@ cli = ["clap", "signal-hook", "indicatif"] + bin_compression = ["lz-fear", "deflate", "flate2", "image/jpeg", "num-traits", "fallible-iterator", "rstar", "cli"] + cli = ["clap", "signal-hook", "indicatif"] + +-default = ["simd"] ++#default = ["simd"] + + [dependencies] + common = { package = "veloren-common", path = "../common" } diff --git a/games/veloren-weekly/files/patch-rustls-native-certs b/games/veloren-weekly/files/patch-rustls-native-certs new file mode 100644 index 00000000000..f17a6074ac0 --- /dev/null +++ b/games/veloren-weekly/files/patch-rustls-native-certs @@ -0,0 +1,36 @@ +https://github.com/rustls/rustls-native-certs/issues/28 +https://github.com/rustls/rustls-native-certs/commit/8162b232045e + +--- cargo-crates/rustls-native-certs-0.6.3/src/unix.rs.orig 1970-01-01 00:00:00 UTC ++++ cargo-crates/rustls-native-certs-0.6.3/src/unix.rs +@@ -1,13 +1,27 @@ use crate::Certificate; + use crate::load_pem_certs; + use crate::Certificate; + ++use std::fs; + use std::io::Error; + + pub fn load_native_certs() -> Result, Error> { + let likely_locations = openssl_probe::probe(); + +- match likely_locations.cert_file { +- Some(cert_file) => load_pem_certs(&cert_file), +- None => Ok(Vec::new()), ++ let mut certs = match likely_locations.cert_file { ++ Some(cert_file) => load_pem_certs(&cert_file)?, ++ None => Vec::new(), ++ }; ++ ++ if let Some(cert_dir) = likely_locations.cert_dir { ++ let dir_reader = fs::read_dir(cert_dir)?; ++ for entry in dir_reader { ++ let entry = entry?; ++ let path = entry.path(); ++ if fs::metadata(&path)?.is_file() { ++ certs.append(&mut load_pem_certs(&path)?); ++ } ++ } + } ++ ++ Ok(certs) + } diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 7042b8350dc..523cd009c8b 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -23,14 +23,13 @@ LIB_DEPENDS= libphysfs.so:devel/physfs \ libharfbuzz.so:print/harfbuzz \ libsodium.so:security/libsodium \ libcurl.so:ftp/curl \ - libsqlite3.so:databases/sqlite3 \ libminiupnpc.so:net/miniupnpc \ libopusfile.so:audio/opusfile \ libopus.so:audio/opus RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu USES= cmake bison compiler:c++11-lib gl openal:al pkgconfig \ - sdl tar:xz + sdl sqlite tar:xz USE_GL= gl USE_SDL= sdl2 CMAKE_ARGS= -DWZ_DISTRIBUTOR="FreeBSD ports" \ diff --git a/games/wtf/Makefile b/games/wtf/Makefile index 8318d514eac..892c7aa1695 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -1,6 +1,6 @@ PORTNAME= wtf PORTVERSION= 20230906 -PORTREvISION= 1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/bsdwtf diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 7dcc488863a..acd6e9bba98 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -1,7 +1,7 @@ PORTNAME= xmoto DISTVERSIONPREFIX= v DISTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/xmoto/files/patch-src_db_xmDatabase.cpp b/games/xmoto/files/patch-src_db_xmDatabase.cpp new file mode 100644 index 00000000000..bf49c52bfef --- /dev/null +++ b/games/xmoto/files/patch-src_db_xmDatabase.cpp @@ -0,0 +1,13 @@ +--- src/db/xmDatabase.cpp.orig 2024-04-30 19:43:06 UTC ++++ src/db/xmDatabase.cpp +@@ -58,6 +58,10 @@ void xmDatabase::openIfNot(const std::string &i_dbFile + ") : " + sqlite3_errmsg(m_db)); + } + ++#ifdef SQLITE_DBCONFIG_DQS_DML ++ sqlite3_db_config(m_db, SQLITE_DBCONFIG_DQS_DML, 1, NULL); ++#endif ++ + sqlite3_busy_timeout(m_db, DB_BUSY_TIMEOUT); + sqlite3_trace(m_db, sqlTrace, NULL); + createUserFunctions(); diff --git a/graphics/Makefile b/graphics/Makefile index d63e8bc80ff..2160a78b5ce 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -541,6 +541,24 @@ SUBDIR += linux-c7-sdl_ttf SUBDIR += linux-c7-tiff SUBDIR += linux-c7-wayland + SUBDIR += linux-rl9-cairo + SUBDIR += linux-rl9-cairo-gobject + SUBDIR += linux-rl9-dri + SUBDIR += linux-rl9-gdk-pixbuf2 + SUBDIR += linux-rl9-graphite2 + SUBDIR += linux-rl9-jasper + SUBDIR += linux-rl9-jbigkit + SUBDIR += linux-rl9-jpeg + SUBDIR += linux-rl9-libdrm + SUBDIR += linux-rl9-libepoxy + SUBDIR += linux-rl9-libglvnd + SUBDIR += linux-rl9-librsvg2 + SUBDIR += linux-rl9-openjpeg + SUBDIR += linux-rl9-png + SUBDIR += linux-rl9-tiff + SUBDIR += linux-rl9-vulkan + SUBDIR += linux-rl9-wayland + SUBDIR += linux-rl9-webp SUBDIR += lua-gd SUBDIR += luminance-qt5 SUBDIR += lux diff --git a/graphics/R-cran-ragg/Makefile b/graphics/R-cran-ragg/Makefile index 154933ad943..54d45d57bc4 100644 --- a/graphics/R-cran-ragg/Makefile +++ b/graphics/R-cran-ragg/Makefile @@ -1,6 +1,5 @@ PORTNAME= ragg -DISTVERSION= 1.3.0 -PORTREVISION= 1 +DISTVERSION= 1.3.1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -18,7 +17,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng16.so:graphics/png \ libtiff.so:graphics/tiff RUN_DEPENDS= ${CRAN_DEPENDS} -TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat +TEST_DEPENDS= R-cran-testthat>3.0.0:devel/R-cran-testthat USES= cran:auto-plist,compiles pkgconfig diff --git a/graphics/R-cran-ragg/distinfo b/graphics/R-cran-ragg/distinfo index 7cee0e60c94..bc1bd7d9ad6 100644 --- a/graphics/R-cran-ragg/distinfo +++ b/graphics/R-cran-ragg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710405841 -SHA256 (ragg_1.3.0.tar.gz) = 328c24d35b6b08317f21413902c35e32fd6a953d3e7401fa8b0f5d13895614b2 -SIZE (ragg_1.3.0.tar.gz) = 430242 +TIMESTAMP = 1715015959 +SHA256 (ragg_1.3.1.tar.gz) = 1c40b1b96f36c9d260dbf5d22504ab0f9745698481b59cfcaa8fd2f9d8826bdc +SIZE (ragg_1.3.1.tar.gz) = 430413 diff --git a/graphics/asciinema-agg/Makefile b/graphics/asciinema-agg/Makefile index 57115a1525b..7d0169b25b5 100644 --- a/graphics/asciinema-agg/Makefile +++ b/graphics/asciinema-agg/Makefile @@ -1,7 +1,7 @@ PORTNAME= agg DISTVERSIONPREFIX= v DISTVERSION= 1.4.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics PKGNAMEPREFIX= asciinema- diff --git a/graphics/corrupter/Makefile b/graphics/corrupter/Makefile index 5f6c964c79a..a86ac2d7e95 100644 --- a/graphics/corrupter/Makefile +++ b/graphics/corrupter/Makefile @@ -1,7 +1,7 @@ PORTNAME= corrupter DISTVERSIONPREFIX= v DISTVERSION= 1.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/dify/Makefile b/graphics/dify/Makefile index 392f63feef4..2e7a6cfac97 100644 --- a/graphics/dify/Makefile +++ b/graphics/dify/Makefile @@ -1,6 +1,6 @@ PORTNAME= dify DISTVERSION= 0.6.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/drawpile/Makefile b/graphics/drawpile/Makefile index 4efd37e5609..8dcec209f3e 100644 --- a/graphics/drawpile/Makefile +++ b/graphics/drawpile/Makefile @@ -1,6 +1,6 @@ PORTNAME= Drawpile DISTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/dssim/Makefile b/graphics/dssim/Makefile index 1f22dad14a7..e0921dd792f 100644 --- a/graphics/dssim/Makefile +++ b/graphics/dssim/Makefile @@ -1,6 +1,6 @@ PORTNAME= dssim DISTVERSION= 3.2.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/fotocx/Makefile b/graphics/fotocx/Makefile index 667dcc3137b..329d2adc75e 100644 --- a/graphics/fotocx/Makefile +++ b/graphics/fotocx/Makefile @@ -1,6 +1,5 @@ PORTNAME= fotocx -PORTVERSION= 24.21 -PORTREVISION= 1 +PORTVERSION= 24.30 CATEGORIES= graphics MASTER_SITES= https://kornelix.net/downloads/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -13,7 +12,6 @@ LICENSE= GPLv3+ LIB_DEPENDS= libchamplain-gtk-0.12.so:graphics/libchamplain \ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ - liblcms2.so:graphics/lcms2 \ libpng.so:graphics/png \ libtiff.so:graphics/tiff RUN_DEPENDS= xdg-open:devel/xdg-utils \ @@ -31,6 +29,9 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS +post-patch: + @${REINPLACE_CMD} -e '/Uninstall/d' ${WRKSRC}/f.widgets.cc + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} diff --git a/graphics/fotocx/distinfo b/graphics/fotocx/distinfo index 28552eadcb7..37fe670b821 100644 --- a/graphics/fotocx/distinfo +++ b/graphics/fotocx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712220307 -SHA256 (fotocx-24.21-source.tar.gz) = 0acb68e32956a3f1b2a28025e42d35e5072403e6183ffa1de5cebc3e09a6f32c -SIZE (fotocx-24.21-source.tar.gz) = 16618357 +TIMESTAMP = 1714849239 +SHA256 (fotocx-24.30-source.tar.gz) = 0ef1257c4698a1d8c4f8a0f091e3bc6e9390cc91ead88350cd024b283557d14d +SIZE (fotocx-24.30-source.tar.gz) = 16103870 diff --git a/graphics/fotocx/files/patch-Makefile b/graphics/fotocx/files/patch-Makefile index 13f9425477b..16a66a2853a 100644 --- a/graphics/fotocx/files/patch-Makefile +++ b/graphics/fotocx/files/patch-Makefile @@ -21,8 +21,8 @@ + `$(PKG_CONFIG) --cflags gtk+-3.0 --cflags champlain-gtk-0.12` LIBS = `$(PKG_CONFIG) --libs gtk+-3.0` \ -- -lrt -lpthread -llcms2 -ltiff -lpng -ljpeg \ -+ -lrt -lpthread -llcms2 -ltiff -lpng -ljpeg -lexecinfo \ +- -lrt -lpthread -ltiff -lpng -ljpeg \ ++ -lrt -lpthread -ltiff -lpng -ljpeg -lexecinfo \ -lclutter-1.0 -lclutter-gtk-1.0 -lchamplain-0.12 -lchamplain-gtk-0.12 ALLFILES = fotoxx.o f.widgets.o f.file.o f.gallery.o f.albums.o f.select.o f.meta.o \ diff --git a/graphics/fotocx/pkg-plist b/graphics/fotocx/pkg-plist index ce75f398957..edfc9cce90f 100644 --- a/graphics/fotocx/pkg-plist +++ b/graphics/fotocx/pkg-plist @@ -1,8 +1,9 @@ bin/fotocx share/applications/fotocx.desktop %%DATADIR%%/data/CIE1931.jpg -%%DATADIR%%/data/KB_shortcuts_F -%%DATADIR%%/data/capskeys +%%DATADIR%%/data/KB_shortcuts_G +%%DATADIR%%/data/README_G +%%DATADIR%%/data/capskeys_G %%DATADIR%%/data/custom_kernel/blur5 %%DATADIR%%/data/custom_kernel/brighten3 %%DATADIR%%/data/custom_kernel/color lines 3 @@ -21,17 +22,15 @@ share/applications/fotocx.desktop %%DATADIR%%/data/custom_kernel/sharpen3 %%DATADIR%%/data/custom_kernel/sharpen5 %%DATADIR%%/data/custom_kernel/sketch3 -%%DATADIR%%/data/custom_kernel/sobel v+h -%%DATADIR%%/data/custom_menu +%%DATADIR%%/data/custom_kernel/sobel3 v+h +%%DATADIR%%/data/custom_kernel/sobel5 v+h +%%DATADIR%%/data/custom_menu_G %%DATADIR%%/data/custom_scripts/brightness and white point %%DATADIR%%/data/custom_scripts/cartoon-emboss -%%DATADIR%%/data/custom_scripts/denoise-sharpen +%%DATADIR%%/data/custom_scripts/ektar film process %%DATADIR%%/data/custom_scripts/emboss-test -%%DATADIR%%/data/custom_scripts/line-drawing-emboss -%%DATADIR%%/data/custom_scripts/painting-texture -%%DATADIR%%/data/custom_scripts/sketch-cartoon-emboss -%%DATADIR%%/data/map_regions -%%DATADIR%%/data/meta_picklist_E +%%DATADIR%%/data/map_regions_G +%%DATADIR%%/data/meta_picklist_G %%DATADIR%%/data/palettes/Bears.gpl %%DATADIR%%/data/palettes/Bgold.gpl %%DATADIR%%/data/palettes/Blues.gpl @@ -114,8 +113,8 @@ share/applications/fotocx.desktop %%DATADIR%%/data/patterns/wall-grey.jpg %%DATADIR%%/data/patterns/wet-turquoise.jpg %%DATADIR%%/data/patterns/wood.jpg -%%DATADIR%%/data/plugins -%%DATADIR%%/data/raw_loader_commands +%%DATADIR%%/data/plugins_G +%%DATADIR%%/data/raw_commands_G %%DATADIR%%/data/slideshow-tone.oga %%DATADIR%%/data/tags_defined %%DATADIR%%/data/userguide @@ -176,8 +175,6 @@ share/applications/fotocx.desktop %%DATADIR%%/images/choose-captions.png %%DATADIR%%/images/chromatic.png %%DATADIR%%/images/chromaticA.png -%%DATADIR%%/images/color-depth1.png -%%DATADIR%%/images/color-depth2.png %%DATADIR%%/images/color-mode.png %%DATADIR%%/images/color-mode2.png %%DATADIR%%/images/color-negative.jpg @@ -209,7 +206,7 @@ share/applications/fotocx.desktop %%DATADIR%%/images/edit-any-metadata.png %%DATADIR%%/images/edit-bookmarks.png %%DATADIR%%/images/edit-dist.png -%%DATADIR%%/images/edit-metadata.png +%%DATADIR%%/images/edit-meta.jpg %%DATADIR%%/images/edit.png %%DATADIR%%/images/effects.png %%DATADIR%%/images/emboss.png @@ -228,7 +225,8 @@ share/applications/fotocx.desktop %%DATADIR%%/images/fix-motion-blur.png %%DATADIR%%/images/fix-motion-blur1.jpg %%DATADIR%%/images/flatten-photo1.png -%%DATADIR%%/images/flatten-photo2.png +%%DATADIR%%/images/flatten-photo2.jpg +%%DATADIR%%/images/flatten-photo3.jpg %%DATADIR%%/images/flatten1.png %%DATADIR%%/images/flatten2.png %%DATADIR%%/images/folder-tree.png @@ -310,7 +308,7 @@ share/applications/fotocx.desktop %%DATADIR%%/images/permissions.png %%DATADIR%%/images/perspective1.png %%DATADIR%%/images/perspective2.png -%%DATADIR%%/images/plugins-edit.png +%%DATADIR%%/images/plugins-edit.jpg %%DATADIR%%/images/plugins.png %%DATADIR%%/images/prev-next.png %%DATADIR%%/images/print-margins.png @@ -344,6 +342,8 @@ share/applications/fotocx.desktop %%DATADIR%%/images/select-area.jpg %%DATADIR%%/images/select-image-files.jpg %%DATADIR%%/images/select.png +%%DATADIR%%/images/set-colors1.jpg +%%DATADIR%%/images/set-colors2.jpg %%DATADIR%%/images/settings.jpg %%DATADIR%%/images/sharpen.png %%DATADIR%%/images/shift-colors.png @@ -356,13 +356,13 @@ share/applications/fotocx.desktop %%DATADIR%%/images/soft-focus2.png %%DATADIR%%/images/sphere.png %%DATADIR%%/images/sphere2.jpg +%%DATADIR%%/images/stack-layers.png %%DATADIR%%/images/stack-noise.png -%%DATADIR%%/images/stack-noise2.png +%%DATADIR%%/images/stack-noise2.jpg %%DATADIR%%/images/stack-paint.png %%DATADIR%%/images/stack-paint2.jpg %%DATADIR%%/images/stack-split.png %%DATADIR%%/images/stack-split2.png -%%DATADIR%%/images/stack-versions.png %%DATADIR%%/images/texture.png %%DATADIR%%/images/texture2.png %%DATADIR%%/images/tiles2a.png diff --git a/graphics/gifski/Makefile b/graphics/gifski/Makefile index f5bd0727586..02216ab9374 100644 --- a/graphics/gifski/Makefile +++ b/graphics/gifski/Makefile @@ -1,6 +1,6 @@ PORTNAME= gifski DISTVERSION= 1.10.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/jp/Makefile b/graphics/jp/Makefile index ab85caa080c..85f35bcb8d3 100644 --- a/graphics/jp/Makefile +++ b/graphics/jp/Makefile @@ -1,6 +1,6 @@ PORTNAME= jp DISTVERSION= 1.1.12 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org diff --git a/graphics/kf6-kimageformats/Makefile b/graphics/kf6-kimageformats/Makefile index e8dcf88fb12..6348a3c527d 100644 --- a/graphics/kf6-kimageformats/Makefile +++ b/graphics/kf6-kimageformats/Makefile @@ -2,9 +2,6 @@ PORTNAME= kimageformats DISTVERSION= ${KDE_FRAMEWORKS_VERSION} CATEGORIES= graphics kde kde-frameworks -PATCH_SITES= https://invent.kde.org/frameworks/kimageformats/-/commit/ -PATCHFILES+= c2c12b1d7e38728e7533f1346deca0270973d22d.patch:-p1 # Fix build w/ Qt >= 6.7.0 on 32-bit - COMMENT= Plugins to allow QImage to support extra file formats MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kf6-kimageformats/distinfo b/graphics/kf6-kimageformats/distinfo index c2713cb6dd6..a7b456b9c8f 100644 --- a/graphics/kf6-kimageformats/distinfo +++ b/graphics/kf6-kimageformats/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1714791425 -SHA256 (KDE/frameworks/6.1.0/kimageformats-6.1.0.tar.xz) = b033fa058ab4c9657e1bcd682a89ca94a5b881e7904dddee6aab4a14bafcc95e -SIZE (KDE/frameworks/6.1.0/kimageformats-6.1.0.tar.xz) = 15921424 -SHA256 (KDE/frameworks/6.1.0/c2c12b1d7e38728e7533f1346deca0270973d22d.patch) = d1f4dd9590a8b51acfde4a8c6e5a998c12305094a25234efcdab7908a681de1d -SIZE (KDE/frameworks/6.1.0/c2c12b1d7e38728e7533f1346deca0270973d22d.patch) = 887 +TIMESTAMP = 1714804803 +SHA256 (KDE/frameworks/6.2.0/kimageformats-6.2.0.tar.xz) = 9844219185f03fe7990aeae6ffbaa5f452b0f6c5053c8728bc87e97682643561 +SIZE (KDE/frameworks/6.2.0/kimageformats-6.2.0.tar.xz) = 15927140 +SHA256 (KDE/frameworks/6.2.0/c2c12b1d7e38728e7533f1346deca0270973d22d.patch) = d1f4dd9590a8b51acfde4a8c6e5a998c12305094a25234efcdab7908a681de1d +SIZE (KDE/frameworks/6.2.0/c2c12b1d7e38728e7533f1346deca0270973d22d.patch) = 887 diff --git a/graphics/kf6-kplotting/distinfo b/graphics/kf6-kplotting/distinfo index 173400fb517..52042bc541a 100644 --- a/graphics/kf6-kplotting/distinfo +++ b/graphics/kf6-kplotting/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022599 -SHA256 (KDE/frameworks/6.1.0/kplotting-6.1.0.tar.xz) = bb21319725b20382a44a9be2d70c76a5eb58e6c80cf28b6f314f49e9cb73b1fa -SIZE (KDE/frameworks/6.1.0/kplotting-6.1.0.tar.xz) = 33792 +TIMESTAMP = 1714804803 +SHA256 (KDE/frameworks/6.2.0/kplotting-6.2.0.tar.xz) = cddc7e95e3376be1621a347f6e9ffa88ad787b485aa26c7e026336c05277c16d +SIZE (KDE/frameworks/6.2.0/kplotting-6.2.0.tar.xz) = 33696 diff --git a/graphics/kf6-kquickcharts/distinfo b/graphics/kf6-kquickcharts/distinfo index d9e8cbb0d42..d85db433e8e 100644 --- a/graphics/kf6-kquickcharts/distinfo +++ b/graphics/kf6-kquickcharts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022600 -SHA256 (KDE/frameworks/6.1.0/kquickcharts-6.1.0.tar.xz) = 761b5738ff1a1bb1fe68f0427e2888e25c901b6fad4401676386e27a06e3a4c7 -SIZE (KDE/frameworks/6.1.0/kquickcharts-6.1.0.tar.xz) = 109892 +TIMESTAMP = 1714804803 +SHA256 (KDE/frameworks/6.2.0/kquickcharts-6.2.0.tar.xz) = fdd96bf4218a309be28523ac318bd7816e8bd1febf0e771b13359cd658c6756b +SIZE (KDE/frameworks/6.2.0/kquickcharts-6.2.0.tar.xz) = 109408 diff --git a/graphics/kf6-ksvg/distinfo b/graphics/kf6-ksvg/distinfo index 8b62b3b1106..03064aedc51 100644 --- a/graphics/kf6-ksvg/distinfo +++ b/graphics/kf6-ksvg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022601 -SHA256 (KDE/frameworks/6.1.0/ksvg-6.1.0.tar.xz) = 286a8e1ec8678d761960a3cd2b4c0e9dc837ef5e9b6396bc8d76b0feb71b6b5f -SIZE (KDE/frameworks/6.1.0/ksvg-6.1.0.tar.xz) = 89204 +TIMESTAMP = 1714804804 +SHA256 (KDE/frameworks/6.2.0/ksvg-6.2.0.tar.xz) = 5689bf9dc3efab29fddaea0af00aaec8ca8323e6504f490c3bb3b47a82eb76f3 +SIZE (KDE/frameworks/6.2.0/ksvg-6.2.0.tar.xz) = 88896 diff --git a/graphics/kf6-prison/distinfo b/graphics/kf6-prison/distinfo index 91f856605af..e0e56eeb0b6 100644 --- a/graphics/kf6-prison/distinfo +++ b/graphics/kf6-prison/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022602 -SHA256 (KDE/frameworks/6.1.0/prison-6.1.0.tar.xz) = 1708710769af1953e7f3cca150d43bdb96208564f894779eb397b67cf5261ef4 -SIZE (KDE/frameworks/6.1.0/prison-6.1.0.tar.xz) = 55444 +TIMESTAMP = 1714804804 +SHA256 (KDE/frameworks/6.2.0/prison-6.2.0.tar.xz) = 87719675c1652f0773149b8de384f406949a6d65abe25a6d3611e110d12d6ca8 +SIZE (KDE/frameworks/6.2.0/prison-6.2.0.tar.xz) = 55340 diff --git a/graphics/libimagequant/Makefile b/graphics/libimagequant/Makefile index ea1030976f3..919a9ea2adb 100644 --- a/graphics/libimagequant/Makefile +++ b/graphics/libimagequant/Makefile @@ -1,5 +1,6 @@ PORTNAME= libimagequant PORTVERSION= 4.3.1 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index cc2868ee039..27dc8080980 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -1,6 +1,6 @@ PORTNAME= libopenraw PORTVERSION= 0.3.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index b05395e5ad7..83d57285da2 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= librsvg PORTVERSION= 2.58.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust diff --git a/graphics/linux-rl9-cairo-gobject/Makefile b/graphics/linux-rl9-cairo-gobject/Makefile new file mode 100644 index 00000000000..3812bf13417 --- /dev/null +++ b/graphics/linux-rl9-cairo-gobject/Makefile @@ -0,0 +1,20 @@ +PORTNAME= cairo +PORTVERSION= 1.17.4 +DISTVERSIONSUFFIX= -7.el9 +CATEGORIES= graphics linux +PKGNAMESUFFIX= -gobject + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Vector graphics library Cairo (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.cairographics.org/ + +USES= cpe linux:rl9 +USE_LINUX= cairo dri fontconfig freetype pixman png xorglibs +USE_LINUX_RPM= yes +CPE_VENDOR= cairographics + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/graphics/linux-rl9-cairo-gobject/distinfo b/graphics/linux-rl9-cairo-gobject/distinfo new file mode 100644 index 00000000000..0a313ddd24e --- /dev/null +++ b/graphics/linux-rl9-cairo-gobject/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686560947 +SHA256 (rocky/c/cairo-gobject-1.17.4-7.el9.aarch64.rpm) = 6607e3febd21e28745bed8c193e5c72952ccf05cc7c711d35c58ba280c2daa0c +SIZE (rocky/c/cairo-gobject-1.17.4-7.el9.aarch64.rpm) = 18595 +SHA256 (rocky/c/cairo-gobject-1.17.4-7.el9.x86_64.rpm) = 3f7fa4c94811af3f3ffe49dc0683baee19eeead684f6cab809cd115a89da5982 +SIZE (rocky/c/cairo-gobject-1.17.4-7.el9.x86_64.rpm) = 18643 +SHA256 (rocky/c/cairo-1.17.4-7.el9.src.rpm) = bc425086132b27c6a85f848ccd9987beebb40c47777439e9b909d9123cf789bd +SIZE (rocky/c/cairo-1.17.4-7.el9.src.rpm) = 41862425 diff --git a/graphics/linux-rl9-cairo-gobject/pkg-plist.aarch64 b/graphics/linux-rl9-cairo-gobject/pkg-plist.aarch64 new file mode 100644 index 00000000000..63d9c199c2d --- /dev/null +++ b/graphics/linux-rl9-cairo-gobject/pkg-plist.aarch64 @@ -0,0 +1,3 @@ +usr/lib/.build-id/a2/e86dff0428612c589a919bf0c310c1112cf3cc +usr/lib64/libcairo-gobject.so.2 +usr/lib64/libcairo-gobject.so.2.11704.0 diff --git a/graphics/linux-rl9-cairo-gobject/pkg-plist.amd64 b/graphics/linux-rl9-cairo-gobject/pkg-plist.amd64 new file mode 100644 index 00000000000..6e656a6c216 --- /dev/null +++ b/graphics/linux-rl9-cairo-gobject/pkg-plist.amd64 @@ -0,0 +1,3 @@ +usr/lib/.build-id/b1/2ae5ae1d2fccdc2ae7eb1e9b519782d74cc55e +usr/lib64/libcairo-gobject.so.2 +usr/lib64/libcairo-gobject.so.2.11704.0 diff --git a/graphics/linux-rl9-cairo/Makefile b/graphics/linux-rl9-cairo/Makefile new file mode 100644 index 00000000000..0fcd8e76170 --- /dev/null +++ b/graphics/linux-rl9-cairo/Makefile @@ -0,0 +1,21 @@ +PORTNAME= cairo +PORTVERSION= 1.17.4 +DISTVERSIONSUFFIX= -7.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Vector graphics library Cairo (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.cairographics.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= dri fontconfig pixman png xorglibs +USE_LINUX_RPM= yes +CPE_VENDOR= cairographics + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-cairo/distinfo b/graphics/linux-rl9-cairo/distinfo new file mode 100644 index 00000000000..cdd10cf09b7 --- /dev/null +++ b/graphics/linux-rl9-cairo/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686560847 +SHA256 (rocky/c/cairo-1.17.4-7.el9.aarch64.rpm) = 8dc09c8563bfb3bf43d664b55f91ea27c709127c1d999f541d8870afb6326c5f +SIZE (rocky/c/cairo-1.17.4-7.el9.aarch64.rpm) = 659580 +SHA256 (rocky/c/cairo-1.17.4-7.el9.x86_64.rpm) = 9ea8622b018a10ce3d932e1675f0785138971b6564ddb721511f1aaaaf6489d7 +SIZE (rocky/c/cairo-1.17.4-7.el9.x86_64.rpm) = 674888 +SHA256 (rocky/c/cairo-1.17.4-7.el9.src.rpm) = bc425086132b27c6a85f848ccd9987beebb40c47777439e9b909d9123cf789bd +SIZE (rocky/c/cairo-1.17.4-7.el9.src.rpm) = 41862425 diff --git a/graphics/linux-rl9-cairo/pkg-plist.aarch64 b/graphics/linux-rl9-cairo/pkg-plist.aarch64 new file mode 100644 index 00000000000..12d8be96ec1 --- /dev/null +++ b/graphics/linux-rl9-cairo/pkg-plist.aarch64 @@ -0,0 +1,14 @@ +usr/lib/.build-id/ee/3c6586b6c7e75a5b2bf10e3d4616a50a3f1a0c +usr/lib/.build-id/fb/81e9275a0c5b0b1f5cc37fc7d28d6f18855286 +usr/lib64/libcairo-script-interpreter.so.2 +usr/lib64/libcairo-script-interpreter.so.2.11704.0 +usr/lib64/libcairo.so.2 +usr/lib64/libcairo.so.2.11704.0 +%%PORTDOCS%%usr/share/doc/cairo/AUTHORS +%%PORTDOCS%%usr/share/doc/cairo/BIBLIOGRAPHY +%%PORTDOCS%%usr/share/doc/cairo/BUGS +%%PORTDOCS%%usr/share/doc/cairo/NEWS +%%PORTDOCS%%usr/share/doc/cairo/README +usr/share/licenses/cairo/COPYING +usr/share/licenses/cairo/COPYING-LGPL-2.1 +usr/share/licenses/cairo/COPYING-MPL-1.1 diff --git a/graphics/linux-rl9-cairo/pkg-plist.amd64 b/graphics/linux-rl9-cairo/pkg-plist.amd64 new file mode 100644 index 00000000000..f4a12dbba75 --- /dev/null +++ b/graphics/linux-rl9-cairo/pkg-plist.amd64 @@ -0,0 +1,14 @@ +usr/lib/.build-id/49/069ba6bd3d90947c206b49d0af06549c17de3a +usr/lib/.build-id/4f/eccb843aee923b3cbe9a7ed86fba68c5740f0f +usr/lib64/libcairo-script-interpreter.so.2 +usr/lib64/libcairo-script-interpreter.so.2.11704.0 +usr/lib64/libcairo.so.2 +usr/lib64/libcairo.so.2.11704.0 +%%PORTDOCS%%usr/share/doc/cairo/AUTHORS +%%PORTDOCS%%usr/share/doc/cairo/BIBLIOGRAPHY +%%PORTDOCS%%usr/share/doc/cairo/BUGS +%%PORTDOCS%%usr/share/doc/cairo/NEWS +%%PORTDOCS%%usr/share/doc/cairo/README +usr/share/licenses/cairo/COPYING +usr/share/licenses/cairo/COPYING-LGPL-2.1 +usr/share/licenses/cairo/COPYING-MPL-1.1 diff --git a/graphics/linux-rl9-dri/Makefile b/graphics/linux-rl9-dri/Makefile new file mode 100644 index 00000000000..f02cd4220d8 --- /dev/null +++ b/graphics/linux-rl9-dri/Makefile @@ -0,0 +1,45 @@ +PORTNAME= dri +PORTVERSION= 23.1.4 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Mesa libGL runtime libraries (Rocky Linux ${LINUX_DIST_VER}) + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= elfutils-libelf expat libdrm libglvnd llvm wayland xorglibs +USE_LINUX_RPM= yes + +LIB_DISTNAMES= freeglut-3.2.1-9.el9 \ + mesa-dri-drivers-${DISTVERSIONFULL} \ + mesa-libEGL-${DISTVERSIONFULL} \ + mesa-libGL-${DISTVERSIONFULL} \ + mesa-libGLU-9.0.1-6.el9 \ + mesa-libgbm-${DISTVERSIONFULL} \ + mesa-libglapi-${DISTVERSIONFULL} + +LIB_DISTNAMES_amd64= m/mesa-vulkan-drivers-${DISTVERSIONFULL} \ + m/mesa-libxatracker-${DISTVERSIONFULL} + +SRC_DISTFILES= freeglut-3.2.1-9.el9${SRC_SUFX}:SOURCE \ + mesa-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE \ + mesa-libGLU-9.0.1-6.el9${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} + +OPTIONS_DEFINE= DOCS + +.include + +post-install: +.if ${ARCH} == amd64 || ${ARCH} == i386 + ${LN} -sf libGLX_mesa.so.0 \ + ${STAGEDIR}${PREFIX}/usr/lib/libGLX_system.so.0 +.endif +.if ${ARCH} == aarch64 || ${ARCH} == amd64 + ${LN} -sf libGLX_mesa.so.0 \ + ${STAGEDIR}${PREFIX}/usr/lib64/libGLX_system.so.0 +.endif + +.include diff --git a/graphics/linux-rl9-dri/distinfo b/graphics/linux-rl9-dri/distinfo new file mode 100644 index 00000000000..bb318ba6820 --- /dev/null +++ b/graphics/linux-rl9-dri/distinfo @@ -0,0 +1,39 @@ +TIMESTAMP = 1707738449 +SHA256 (rocky/f/freeglut-3.2.1-9.el9.aarch64.rpm) = 591a69d987378249f6eb18d0c25a15c57859d449fdb8ff4b7333cdf284f764d5 +SIZE (rocky/f/freeglut-3.2.1-9.el9.aarch64.rpm) = 192404 +SHA256 (rocky/f/freeglut-3.2.1-9.el9.x86_64.rpm) = 401261f14c32a69cf59b80ef5d6288f2a78a96830f7de1eb5d0ea7b15043c812 +SIZE (rocky/f/freeglut-3.2.1-9.el9.x86_64.rpm) = 195445 +SHA256 (rocky/m/mesa-dri-drivers-23.1.4-1.el9.aarch64.rpm) = d082f12c0241b3316807e09a43911de9918af885090251b9f76d70d9a6368d32 +SIZE (rocky/m/mesa-dri-drivers-23.1.4-1.el9.aarch64.rpm) = 9220902 +SHA256 (rocky/m/mesa-dri-drivers-23.1.4-1.el9.x86_64.rpm) = 6c58ece44c334dba0e07e6e76063a0f8c985c9eea911ec4901aa4edaee0abc4e +SIZE (rocky/m/mesa-dri-drivers-23.1.4-1.el9.x86_64.rpm) = 10647916 +SHA256 (rocky/m/mesa-libEGL-23.1.4-1.el9.aarch64.rpm) = 46389aa1a6bbae93a3d32c1e1e1e244faa47644781a1b22a911255fd8d63a875 +SIZE (rocky/m/mesa-libEGL-23.1.4-1.el9.aarch64.rpm) = 124526 +SHA256 (rocky/m/mesa-libEGL-23.1.4-1.el9.x86_64.rpm) = a2f4e1dddf5e42f964231536528efc9d7be3a414943bd9b97460245f943bfef5 +SIZE (rocky/m/mesa-libEGL-23.1.4-1.el9.x86_64.rpm) = 126961 +SHA256 (rocky/m/mesa-libGL-23.1.4-1.el9.aarch64.rpm) = a6e19c7e1cee4d5b38e9687d73e567d219735b416eaec787e6621e9bec12d4cf +SIZE (rocky/m/mesa-libGL-23.1.4-1.el9.aarch64.rpm) = 176302 +SHA256 (rocky/m/mesa-libGL-23.1.4-1.el9.x86_64.rpm) = f58e32c581b59b43fdf7893ac50a0f5b7f332cb442ef7f775aede4d446538086 +SIZE (rocky/m/mesa-libGL-23.1.4-1.el9.x86_64.rpm) = 169245 +SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.aarch64.rpm) = cc834047eee86a99d7ee9e4bd24468fdc51362336880b9e93e9a0443565c4312 +SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.aarch64.rpm) = 137329 +SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.x86_64.rpm) = c7da4f0a399f5b9d5833dc1f5d0f388d9b5ecf6cd7ad6fbd9397f5a661393a68 +SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.x86_64.rpm) = 149718 +SHA256 (rocky/m/mesa-libgbm-23.1.4-1.el9.aarch64.rpm) = baec962fdddedfa779feafaf44dfcfd54d9dc473db70f8e15e399b8d8bdc1344 +SIZE (rocky/m/mesa-libgbm-23.1.4-1.el9.aarch64.rpm) = 37341 +SHA256 (rocky/m/mesa-libgbm-23.1.4-1.el9.x86_64.rpm) = 4c2c9978b6b14347f71bef5de5e03936bec6415c4fbabda78848f87006f4523e +SIZE (rocky/m/mesa-libgbm-23.1.4-1.el9.x86_64.rpm) = 37402 +SHA256 (rocky/m/mesa-libglapi-23.1.4-1.el9.aarch64.rpm) = 93e7223531a72e0f3f7d8cc38144b14f9b7d488af8a4da36238e48a849261766 +SIZE (rocky/m/mesa-libglapi-23.1.4-1.el9.aarch64.rpm) = 62657 +SHA256 (rocky/m/mesa-libglapi-23.1.4-1.el9.x86_64.rpm) = 82bde60e422af4a6171e42e18dfaaaf6432d680e6eeb5a6dd9bc5bbff6a455a4 +SIZE (rocky/m/mesa-libglapi-23.1.4-1.el9.x86_64.rpm) = 46679 +SHA256 (rocky/m/mesa-libxatracker-23.1.4-1.el9.x86_64.rpm) = 0da3f9cea8a16bdd89a194b246053cb70825f94f825c696b610f5907210d4714 +SIZE (rocky/m/mesa-libxatracker-23.1.4-1.el9.x86_64.rpm) = 2108956 +SHA256 (rocky/m/mesa-vulkan-drivers-23.1.4-1.el9.x86_64.rpm) = 3ab386652bc7bb1393c9979db9c4e7cb465286d852d550585ca98d32df27e83f +SIZE (rocky/m/mesa-vulkan-drivers-23.1.4-1.el9.x86_64.rpm) = 9691495 +SHA256 (rocky/f/freeglut-3.2.1-9.el9.src.rpm) = 55f98ddcdb3b88e7392ca81fc041947ae7ced78f4c1c3764aba06964805b2443 +SIZE (rocky/f/freeglut-3.2.1-9.el9.src.rpm) = 1507006 +SHA256 (rocky/m/mesa-23.1.4-1.el9.src.rpm) = cae2feaf48280a22e6148f1d8af73a1818095e7a1ccc7c8006896e362f4b0b51 +SIZE (rocky/m/mesa-23.1.4-1.el9.src.rpm) = 18447326 +SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.src.rpm) = d15ac9b3f65aa4a17b0b38efc49c64e0c01c43bbdd0a06391805d2fdc6283973 +SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.src.rpm) = 444434 diff --git a/graphics/linux-rl9-dri/pkg-descr b/graphics/linux-rl9-dri/pkg-descr new file mode 100644 index 00000000000..48bd25a5aac --- /dev/null +++ b/graphics/linux-rl9-dri/pkg-descr @@ -0,0 +1 @@ +The port installs Linux Mesa libGL runtime libraries and DRI drivers. diff --git a/graphics/linux-rl9-dri/pkg-plist.aarch64 b/graphics/linux-rl9-dri/pkg-plist.aarch64 new file mode 100644 index 00000000000..90b9f50413e --- /dev/null +++ b/graphics/linux-rl9-dri/pkg-plist.aarch64 @@ -0,0 +1,109 @@ +usr/lib/.build-id/10/5d263ef808549ba0ad9fb95cca20232cf8d53f +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.1 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.10 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.11 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.12 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.13 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.14 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.15 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.16 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.17 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.18 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.19 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.2 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.20 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.21 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.22 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.23 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.24 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.25 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.26 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.27 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.28 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.29 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.3 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.30 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.31 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.32 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.33 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.34 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.4 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.5 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.6 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.7 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.8 +usr/lib/.build-id/1f/8cfbfed314476d0fdcaed37691eaeb7e14a1a8.9 +usr/lib/.build-id/47/857a292c3d46db9d66b139e2a2fb9c90894c39 +usr/lib/.build-id/53/e67200830cee99776abe0709217d7ced3e9cdd +usr/lib/.build-id/a0/dd4e3b2b5b22d09fe5c2b4c78fe50cad165d83 +usr/lib/.build-id/b2/38fb37e9652a9e4e4e19450df44968f259d26a +usr/lib/.build-id/b2/38fb37e9652a9e4e4e19450df44968f259d26a.1 +usr/lib/.build-id/b2/38fb37e9652a9e4e4e19450df44968f259d26a.2 +usr/lib/.build-id/ec/f38088658bb9156dc989a7ea9bdb6efb90d1c0 +usr/lib/.build-id/fc/f7b0d5b101f4bcc3ecaedb8887d99e81df0371 +usr/lib64/dri/armada-drm_dri.so +usr/lib64/dri/exynos_dri.so +usr/lib64/dri/hx8357d_dri.so +usr/lib64/dri/ili9225_dri.so +usr/lib64/dri/ili9341_dri.so +usr/lib64/dri/imx-dcss_dri.so +usr/lib64/dri/imx-drm_dri.so +usr/lib64/dri/imx-lcdif_dri.so +usr/lib64/dri/ingenic-drm_dri.so +usr/lib64/dri/kgsl_dri.so +usr/lib64/dri/kirin_dri.so +usr/lib64/dri/kms_swrast_dri.so +usr/lib64/dri/komeda_dri.so +usr/lib64/dri/mali-dp_dri.so +usr/lib64/dri/mcde_dri.so +usr/lib64/dri/mediatek_dri.so +usr/lib64/dri/meson_dri.so +usr/lib64/dri/mi0283qt_dri.so +usr/lib64/dri/msm_dri.so +usr/lib64/dri/mxsfb-drm_dri.so +usr/lib64/dri/nouveau_dri.so +usr/lib64/dri/nouveau_drv_video.so +usr/lib64/dri/panfrost_dri.so +usr/lib64/dri/pl111_dri.so +usr/lib64/dri/radeonsi_dri.so +usr/lib64/dri/radeonsi_drv_video.so +usr/lib64/dri/rcar-du_dri.so +usr/lib64/dri/repaper_dri.so +usr/lib64/dri/rockchip_dri.so +usr/lib64/dri/st7586_dri.so +usr/lib64/dri/st7735r_dri.so +usr/lib64/dri/stm_dri.so +usr/lib64/dri/sun4i-drm_dri.so +usr/lib64/dri/swrast_dri.so +usr/lib64/dri/tegra_dri.so +usr/lib64/dri/virtio_gpu_dri.so +usr/lib64/dri/virtio_gpu_drv_video.so +usr/lib64/dri/zink_dri.so +usr/lib64/libEGL_mesa.so.0 +usr/lib64/libEGL_mesa.so.0.0.0 +usr/lib64/libGLU.so.1 +usr/lib64/libGLU.so.1.3.1 +usr/lib64/libGLX_mesa.so.0 +usr/lib64/libGLX_mesa.so.0.0.0 +usr/lib64/libGLX_system.so.0 +usr/lib64/libgbm.so.1 +usr/lib64/libgbm.so.1.0.0 +usr/lib64/libglapi.so.0 +usr/lib64/libglapi.so.0.0.0 +usr/lib64/libglut.so.3 +usr/lib64/libglut.so.3.11.0 +%%PORTDOCS%%usr/share/doc/freeglut/AUTHORS +%%PORTDOCS%%usr/share/doc/freeglut/COPYING +%%PORTDOCS%%usr/share/doc/freeglut/ChangeLog +%%PORTDOCS%%usr/share/doc/freeglut/README +%%PORTDOCS%%usr/share/doc/freeglut/download.html +%%PORTDOCS%%usr/share/doc/freeglut/freeglut.html +%%PORTDOCS%%usr/share/doc/freeglut/freeglut_logo.png +%%PORTDOCS%%usr/share/doc/freeglut/freeglut_user_interface.html +%%PORTDOCS%%usr/share/doc/freeglut/index.html +%%PORTDOCS%%usr/share/doc/freeglut/ogl_sm.png +%%PORTDOCS%%usr/share/doc/freeglut/progress.html +%%PORTDOCS%%usr/share/doc/freeglut/structure.html +%%DATADIR%%rc.d/00-mesa-defaults.conf +usr/share/glvnd/egl_vendor.d/50_mesa.json diff --git a/graphics/linux-rl9-dri/pkg-plist.amd64 b/graphics/linux-rl9-dri/pkg-plist.amd64 new file mode 100644 index 00000000000..c07f05db8de --- /dev/null +++ b/graphics/linux-rl9-dri/pkg-plist.amd64 @@ -0,0 +1,77 @@ +usr/lib/.build-id/00/1ef622449b65e9b9efcd3486ad41ee7b3029ed +usr/lib/.build-id/0f/fb1d7f4aefa7d96a42090a6299bbe574699990 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.1 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.2 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.3 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.4 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.5 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.6 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.7 +usr/lib/.build-id/27/db423e60c886b9a4ee72e2f686182deb0a83e7.8 +usr/lib/.build-id/33/c0d3af0221ea652b57ed45447d72b4f3f9e13a +usr/lib/.build-id/3f/c25f71e1b4794a4bf999bc021baa739223e6ac +usr/lib/.build-id/50/8524465b49e38e02f673281244d9ef0fe668a9 +usr/lib/.build-id/50/8524465b49e38e02f673281244d9ef0fe668a9.1 +usr/lib/.build-id/50/8524465b49e38e02f673281244d9ef0fe668a9.2 +usr/lib/.build-id/50/945cbbf1aa6d5d51132617a4a9ca18c0910c68 +usr/lib/.build-id/51/de0e8f1ef95feafc18270ec8af3a0e3844e87b +usr/lib/.build-id/56/5591a0e8645fe70331b9a92bb480a8b0ce0aed +usr/lib/.build-id/56/ecf7f7c2f46c6e9471904e277c34a812bebf17 +usr/lib/.build-id/73/ae5df50221ca4f575499af452a45d7847aa7de +usr/lib/.build-id/c4/7ef3cb628c8cba6eb123bc7ac6cce8115af612 +usr/lib/.build-id/f0/990aa64df2c0a21ace4adb671b17e04472d890 +usr/lib/.build-id/f1/c0b3d1460a35848cb14a9e51b2bde3351cd132 +usr/lib/libGLX_system.so.0 +usr/lib64/dri/crocus_dri.so +usr/lib64/dri/iris_dri.so +usr/lib64/dri/kms_swrast_dri.so +usr/lib64/dri/nouveau_dri.so +usr/lib64/dri/nouveau_drv_video.so +usr/lib64/dri/radeonsi_dri.so +usr/lib64/dri/radeonsi_drv_video.so +usr/lib64/dri/swrast_dri.so +usr/lib64/dri/virtio_gpu_dri.so +usr/lib64/dri/virtio_gpu_drv_video.so +usr/lib64/dri/vmwgfx_dri.so +usr/lib64/dri/zink_dri.so +usr/lib64/libEGL_mesa.so.0 +usr/lib64/libEGL_mesa.so.0.0.0 +usr/lib64/libGLU.so.1 +usr/lib64/libGLU.so.1.3.1 +usr/lib64/libGLX_mesa.so.0 +usr/lib64/libGLX_mesa.so.0.0.0 +usr/lib64/libGLX_system.so.0 +usr/lib64/libVkLayer_MESA_device_select.so +usr/lib64/libgbm.so.1 +usr/lib64/libgbm.so.1.0.0 +usr/lib64/libglapi.so.0 +usr/lib64/libglapi.so.0.0.0 +usr/lib64/libglut.so.3 +usr/lib64/libglut.so.3.11.0 +usr/lib64/libvulkan_intel.so +usr/lib64/libvulkan_intel_hasvk.so +usr/lib64/libvulkan_lvp.so +usr/lib64/libvulkan_radeon.so +usr/lib64/libxatracker.so.2 +usr/lib64/libxatracker.so.2.5.0 +%%PORTDOCS%%usr/share/doc/freeglut/AUTHORS +%%PORTDOCS%%usr/share/doc/freeglut/COPYING +%%PORTDOCS%%usr/share/doc/freeglut/ChangeLog +%%PORTDOCS%%usr/share/doc/freeglut/README +%%PORTDOCS%%usr/share/doc/freeglut/download.html +%%PORTDOCS%%usr/share/doc/freeglut/freeglut.html +%%PORTDOCS%%usr/share/doc/freeglut/freeglut_logo.png +%%PORTDOCS%%usr/share/doc/freeglut/freeglut_user_interface.html +%%PORTDOCS%%usr/share/doc/freeglut/index.html +%%PORTDOCS%%usr/share/doc/freeglut/ogl_sm.png +%%PORTDOCS%%usr/share/doc/freeglut/progress.html +%%PORTDOCS%%usr/share/doc/freeglut/structure.html +%%DATADIR%%rc.d/00-mesa-defaults.conf +%%DATADIR%%rc.d/00-radv-defaults.conf +usr/share/glvnd/egl_vendor.d/50_mesa.json +usr/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json +usr/share/vulkan/icd.d/intel_icd.x86_64.json +usr/share/vulkan/icd.d/lvp_icd.x86_64.json +usr/share/vulkan/icd.d/radeon_icd.x86_64.json +usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json diff --git a/graphics/linux-rl9-gdk-pixbuf2/Makefile b/graphics/linux-rl9-gdk-pixbuf2/Makefile new file mode 100644 index 00000000000..3bcb11998b5 --- /dev/null +++ b/graphics/linux-rl9-gdk-pixbuf2/Makefile @@ -0,0 +1,23 @@ +PORTNAME= gdk-pixbuf2 +PORTVERSION= 2.42.6 +DISTVERSIONSUFFIX= -3.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Graphic library for GTK+ (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://developer.gnome.org/gdk-pixbuf/ + +USES= cpe linux:rl9 +CPE_VENDOR= gnome +CPE_PRODUCT= gdk-pixbuf +USE_LDCONFIG= yes +USE_LINUX= jasper jpeg png tiff xorglibs +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/graphics/linux-rl9-gdk-pixbuf2/distinfo b/graphics/linux-rl9-gdk-pixbuf2/distinfo new file mode 100644 index 00000000000..d159070640d --- /dev/null +++ b/graphics/linux-rl9-gdk-pixbuf2/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686563051 +SHA256 (rocky/g/gdk-pixbuf2-2.42.6-3.el9.aarch64.rpm) = 24f95ee0c8ff8652395799b06d8a06cbe90404b4618df040ffdaa3b31808cbf0 +SIZE (rocky/g/gdk-pixbuf2-2.42.6-3.el9.aarch64.rpm) = 475841 +SHA256 (rocky/g/gdk-pixbuf2-2.42.6-3.el9.x86_64.rpm) = 5248cba2591a98cd7510239841ef70ed27bb8b930e8f65e9defcec2cf7cd9cb2 +SIZE (rocky/g/gdk-pixbuf2-2.42.6-3.el9.x86_64.rpm) = 477508 +SHA256 (rocky/g/gdk-pixbuf2-2.42.6-3.el9.src.rpm) = 6f97ae8b9df7d62084c1b93c518338bd3940eab96ab1cdb08eabec218c588925 +SIZE (rocky/g/gdk-pixbuf2-2.42.6-3.el9.src.rpm) = 7726248 diff --git a/graphics/linux-rl9-gdk-pixbuf2/pkg-plist.aarch64 b/graphics/linux-rl9-gdk-pixbuf2/pkg-plist.aarch64 new file mode 100644 index 00000000000..1d21e1c59b3 --- /dev/null +++ b/graphics/linux-rl9-gdk-pixbuf2/pkg-plist.aarch64 @@ -0,0 +1,124 @@ +usr/bin/gdk-pixbuf-query-loaders-64 +usr/bin/gdk-pixbuf-thumbnailer +usr/lib/.build-id/37/0e4c6c505eccf0e31ecd0919d1f4ef307fd65b +usr/lib/.build-id/77/1bcfd9b0a9b4ae20c81f271ab7dcab605cf628 +usr/lib/.build-id/f6/1410a89263e68aea7d64f86045f753c3980836 +usr/lib64/girepository-1.0/GdkPixbuf-2.0.typelib +usr/lib64/girepository-1.0/GdkPixdata-2.0.typelib +usr/lib64/libgdk_pixbuf-2.0.so.0 +usr/lib64/libgdk_pixbuf-2.0.so.0.4200.6 +%%PORTDOCS%%usr/share/doc/gdk-pixbuf2/NEWS +usr/share/licenses/gdk-pixbuf2/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +usr/share/man/man1/gdk-pixbuf-query-loaders.1.gz +usr/share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer +@postexec %D/usr/bin/gdk-pixbuf-query-loaders-64 --update-cache +@rmtry usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache +@dir usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders +@dir usr/lib64/gdk-pixbuf-2.0/2.10.0 +@dir usr/lib64/gdk-pixbuf-2.0 diff --git a/graphics/linux-rl9-gdk-pixbuf2/pkg-plist.amd64 b/graphics/linux-rl9-gdk-pixbuf2/pkg-plist.amd64 new file mode 100644 index 00000000000..7c3874a5067 --- /dev/null +++ b/graphics/linux-rl9-gdk-pixbuf2/pkg-plist.amd64 @@ -0,0 +1,124 @@ +usr/bin/gdk-pixbuf-query-loaders-64 +usr/bin/gdk-pixbuf-thumbnailer +usr/lib/.build-id/6d/02be1f642c544d9faa023abe73cab7f296e27d +usr/lib/.build-id/94/884cad8a2d5857e3ff90b2e5c196c25c6fad15 +usr/lib/.build-id/9d/ac5c21dea151c9d93d22ed540e649f842ab486 +usr/lib64/girepository-1.0/GdkPixbuf-2.0.typelib +usr/lib64/girepository-1.0/GdkPixdata-2.0.typelib +usr/lib64/libgdk_pixbuf-2.0.so.0 +usr/lib64/libgdk_pixbuf-2.0.so.0.4200.6 +%%PORTDOCS%%usr/share/doc/gdk-pixbuf2/NEWS +usr/share/licenses/gdk-pixbuf2/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +usr/share/man/man1/gdk-pixbuf-query-loaders.1.gz +usr/share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer +@postexec %D/usr/bin/gdk-pixbuf-query-loaders-64 --update-cache +@rmtry usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache +@dir usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders +@dir usr/lib64/gdk-pixbuf-2.0/2.10.0 +@dir usr/lib64/gdk-pixbuf-2.0 diff --git a/graphics/linux-rl9-graphite2/Makefile b/graphics/linux-rl9-graphite2/Makefile new file mode 100644 index 00000000000..cd7b311a8da --- /dev/null +++ b/graphics/linux-rl9-graphite2/Makefile @@ -0,0 +1,19 @@ +PORTNAME= graphite2 +PORTVERSION= 1.3.14 +DISTVERSIONSUFFIX= -9.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Rendering capabilities for complex non-Roman writing systems (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://graphite.sil.org + +USES= cpe linux:rl9 +CPE_VENDOR= sil +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-graphite2/distinfo b/graphics/linux-rl9-graphite2/distinfo new file mode 100644 index 00000000000..7465c8ff9c9 --- /dev/null +++ b/graphics/linux-rl9-graphite2/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686555957 +SHA256 (rocky/g/graphite2-1.3.14-9.el9.aarch64.rpm) = 8b98505b5482eef5340e1fccd985d181f4c9cb4978c23ddfee02b2506004a196 +SIZE (rocky/g/graphite2-1.3.14-9.el9.aarch64.rpm) = 92670 +SHA256 (rocky/g/graphite2-1.3.14-9.el9.x86_64.rpm) = e2429063e8b8c542b3d60040283e381ab1a51bbce6f6d0e06d2fdf703ba11fb1 +SIZE (rocky/g/graphite2-1.3.14-9.el9.x86_64.rpm) = 96094 +SHA256 (rocky/g/graphite2-1.3.14-9.el9.src.rpm) = 2976820481a87d9cf7bb067714c27bffec9312891b0f08e19bd42665b00693c1 +SIZE (rocky/g/graphite2-1.3.14-9.el9.src.rpm) = 6310894 diff --git a/graphics/linux-rl9-graphite2/pkg-plist.aarch64 b/graphics/linux-rl9-graphite2/pkg-plist.aarch64 new file mode 100644 index 00000000000..9ff92257d38 --- /dev/null +++ b/graphics/linux-rl9-graphite2/pkg-plist.aarch64 @@ -0,0 +1,9 @@ +usr/bin/gr2fonttest +usr/lib/.build-id/16/1aa05e76d30f15cfa9a40e6e240604314d0ae7 +usr/lib/.build-id/96/2479da2a7d26f8ad09170d407b02c462e81af2 +usr/lib64/libgraphite2.so.3 +usr/lib64/libgraphite2.so.3.2.1 +%%PORTDOCS%%usr/share/doc/graphite2/ChangeLog +%%PORTDOCS%%usr/share/doc/graphite2/README.md +usr/share/licenses/graphite2/COPYING +usr/share/licenses/graphite2/LICENSE diff --git a/graphics/linux-rl9-graphite2/pkg-plist.amd64 b/graphics/linux-rl9-graphite2/pkg-plist.amd64 new file mode 100644 index 00000000000..9f6c754f961 --- /dev/null +++ b/graphics/linux-rl9-graphite2/pkg-plist.amd64 @@ -0,0 +1,9 @@ +usr/bin/gr2fonttest +usr/lib/.build-id/1b/152f7e4f42095f81f1997df6fc09d63b5bdf42 +usr/lib/.build-id/49/a806a58cf9438ff52420750264b22bdabbd699 +usr/lib64/libgraphite2.so.3 +usr/lib64/libgraphite2.so.3.2.1 +%%PORTDOCS%%usr/share/doc/graphite2/ChangeLog +%%PORTDOCS%%usr/share/doc/graphite2/README.md +usr/share/licenses/graphite2/COPYING +usr/share/licenses/graphite2/LICENSE diff --git a/graphics/linux-rl9-jasper/Makefile b/graphics/linux-rl9-jasper/Makefile new file mode 100644 index 00000000000..11afd184c3d --- /dev/null +++ b/graphics/linux-rl9-jasper/Makefile @@ -0,0 +1,24 @@ +PORTNAME= jasper +PORTVERSION= 2.0.28 +DISTVERSIONSUFFIX= -3.el9 +CATEGORIES= graphics linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= JPEG-2000 reference implementation (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.ece.uvic.ca/~frodo/jasper/ + +USES= cpe linux:rl9 +CPE_VENDOR= ${PORTNAME}_project +USE_LDCONFIG= yes +USE_LINUX= jpeg +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-jasper/distinfo b/graphics/linux-rl9-jasper/distinfo new file mode 100644 index 00000000000..0124a455193 --- /dev/null +++ b/graphics/linux-rl9-jasper/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686562610 +SHA256 (rocky/j/jasper-libs-2.0.28-3.el9.aarch64.rpm) = c933c5bd2aaa7094fd5da8c0021963ce147307c35da5e56b255b956e92170ea7 +SIZE (rocky/j/jasper-libs-2.0.28-3.el9.aarch64.rpm) = 151831 +SHA256 (rocky/j/jasper-libs-2.0.28-3.el9.x86_64.rpm) = 5eaa7bbe8f855eaa302766cd16d4222b8c54e2ae2937d8a5db506e1048bf58bb +SIZE (rocky/j/jasper-libs-2.0.28-3.el9.x86_64.rpm) = 153786 +SHA256 (rocky/j/jasper-2.0.28-3.el9.src.rpm) = 31f906728341738d58fc04c5ec4e0de9fcf6a62f3139e7a52d38e2f131c5b115 +SIZE (rocky/j/jasper-2.0.28-3.el9.src.rpm) = 1385289 diff --git a/graphics/linux-rl9-jasper/pkg-plist.aarch64 b/graphics/linux-rl9-jasper/pkg-plist.aarch64 new file mode 100644 index 00000000000..9831a7d7cab --- /dev/null +++ b/graphics/linux-rl9-jasper/pkg-plist.aarch64 @@ -0,0 +1,6 @@ +usr/lib/.build-id/7b/a5c1882bf3d5852f5323f4e30dffdf3513427a +usr/lib64/libjasper.so.4 +usr/lib64/libjasper.so.4.0.0 +%%PORTDOCS%%usr/share/doc/jasper-libs/README +usr/share/licenses/jasper-libs/COPYRIGHT +usr/share/licenses/jasper-libs/LICENSE diff --git a/graphics/linux-rl9-jasper/pkg-plist.amd64 b/graphics/linux-rl9-jasper/pkg-plist.amd64 new file mode 100644 index 00000000000..9ed6d734a92 --- /dev/null +++ b/graphics/linux-rl9-jasper/pkg-plist.amd64 @@ -0,0 +1,6 @@ +usr/lib/.build-id/fb/33e80db1da79f3e5b6c45e7cad2079ace15b90 +usr/lib64/libjasper.so.4 +usr/lib64/libjasper.so.4.0.0 +%%PORTDOCS%%usr/share/doc/jasper-libs/README +usr/share/licenses/jasper-libs/COPYRIGHT +usr/share/licenses/jasper-libs/LICENSE diff --git a/graphics/linux-rl9-jbigkit/Makefile b/graphics/linux-rl9-jbigkit/Makefile new file mode 100644 index 00000000000..b03be37bb0e --- /dev/null +++ b/graphics/linux-rl9-jbigkit/Makefile @@ -0,0 +1,22 @@ +PORTNAME= jbigkit +PORTVERSION= 2.1 +DISTVERSIONSUFFIX= -23.el9 +CATEGORIES= graphics linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Lossless compression for bi-level images (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.cl.cam.ac.uk/~mgk25/jbigkit/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-jbigkit/distinfo b/graphics/linux-rl9-jbigkit/distinfo new file mode 100644 index 00000000000..c516a825aee --- /dev/null +++ b/graphics/linux-rl9-jbigkit/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686562905 +SHA256 (rocky/j/jbigkit-libs-2.1-23.el9.aarch64.rpm) = e9e27802f4dfd19d2276d0c8078043db6c8c387a4c76e883bcfccc6aa25645fd +SIZE (rocky/j/jbigkit-libs-2.1-23.el9.aarch64.rpm) = 52946 +SHA256 (rocky/j/jbigkit-libs-2.1-23.el9.x86_64.rpm) = 2b605d8fb73df260c14dafb1bc7a742a0586fbadfecae113315230bf19979a56 +SIZE (rocky/j/jbigkit-libs-2.1-23.el9.x86_64.rpm) = 53153 +SHA256 (rocky/j/jbigkit-2.1-23.el9.src.rpm) = 9358741148675bd63e6b8ed905a7d93551ccb7abeac9d1af6d02d4c56df4bed7 +SIZE (rocky/j/jbigkit-2.1-23.el9.src.rpm) = 453810 diff --git a/graphics/linux-rl9-jbigkit/pkg-plist.aarch64 b/graphics/linux-rl9-jbigkit/pkg-plist.aarch64 new file mode 100644 index 00000000000..91cb7582a10 --- /dev/null +++ b/graphics/linux-rl9-jbigkit/pkg-plist.aarch64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/35/a1afb605a5d6e412b69cbcec04bc60ec79f4fe +usr/lib/.build-id/79/70bd41e753bf2b601fb5fe76ff00aac6dcb084 +usr/lib64/libjbig.so.2.1 +usr/lib64/libjbig85.so.2.1 +%%PORTDOCS%%usr/share/doc/jbigkit-libs/ANNOUNCE +%%PORTDOCS%%usr/share/doc/jbigkit-libs/CHANGES +%%PORTDOCS%%usr/share/doc/jbigkit-libs/TODO +usr/share/licenses/jbigkit-libs/COPYING diff --git a/graphics/linux-rl9-jbigkit/pkg-plist.amd64 b/graphics/linux-rl9-jbigkit/pkg-plist.amd64 new file mode 100644 index 00000000000..53d9e46c208 --- /dev/null +++ b/graphics/linux-rl9-jbigkit/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/01/7e41011995e3c8aacc4c53d1fec13f73368575 +usr/lib/.build-id/7d/3fd5139e2aeeae4decdedc9e4448fca3963379 +usr/lib64/libjbig.so.2.1 +usr/lib64/libjbig85.so.2.1 +%%PORTDOCS%%usr/share/doc/jbigkit-libs/ANNOUNCE +%%PORTDOCS%%usr/share/doc/jbigkit-libs/CHANGES +%%PORTDOCS%%usr/share/doc/jbigkit-libs/TODO +usr/share/licenses/jbigkit-libs/COPYING diff --git a/graphics/linux-rl9-jpeg/Makefile b/graphics/linux-rl9-jpeg/Makefile new file mode 100644 index 00000000000..245ea437554 --- /dev/null +++ b/graphics/linux-rl9-jpeg/Makefile @@ -0,0 +1,22 @@ +PORTNAME= jpeg +PORTVERSION= 2.0.90 +DISTVERSIONSUFFIX= -6.el9_1 +CATEGORIES= graphics linux +DISTNAME= libjpeg-turbo-${DISTVERSIONFULL} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= SIMD-accelerated JPEG codec (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://libjpeg-turbo.org/ + +USES= cpe linux:rl9 +CPE_PRODUCT= libjpeg-turbo +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}-turbo/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/libjpeg-turbo-${PORTVERSION} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-jpeg/distinfo b/graphics/linux-rl9-jpeg/distinfo new file mode 100644 index 00000000000..1f6f789cfbf --- /dev/null +++ b/graphics/linux-rl9-jpeg/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686562545 +SHA256 (rocky/l/libjpeg-turbo-2.0.90-6.el9_1.aarch64.rpm) = 79743f24e8da61f0b30f26b28ba50dbe327415faa80982cafc35b3d036d1dc21 +SIZE (rocky/l/libjpeg-turbo-2.0.90-6.el9_1.aarch64.rpm) = 172591 +SHA256 (rocky/l/libjpeg-turbo-2.0.90-6.el9_1.x86_64.rpm) = c68c08fb07237db183473d39d98173881b89e595cb75345f92488e99280c95e4 +SIZE (rocky/l/libjpeg-turbo-2.0.90-6.el9_1.x86_64.rpm) = 178787 +SHA256 (rocky/l/libjpeg-turbo-2.0.90-6.el9_1.src.rpm) = 30f691364bfd13bfd62a4545b105dfe7278174df029de756625f87ffb6fa68c5 +SIZE (rocky/l/libjpeg-turbo-2.0.90-6.el9_1.src.rpm) = 2268224 diff --git a/graphics/linux-rl9-jpeg/pkg-plist.aarch64 b/graphics/linux-rl9-jpeg/pkg-plist.aarch64 new file mode 100644 index 00000000000..b8e4ca6cb3c --- /dev/null +++ b/graphics/linux-rl9-jpeg/pkg-plist.aarch64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/a3/1cc4414b46f883ac9af745d1952a50c3e4030b +usr/lib64/libjpeg.so.62 +usr/lib64/libjpeg.so.62.3.0 +%%PORTDOCS%%usr/share/doc/libjpeg-turbo/ChangeLog.md +%%PORTDOCS%%usr/share/doc/libjpeg-turbo/README.ijg +%%PORTDOCS%%usr/share/doc/libjpeg-turbo/README.md +usr/share/licenses/libjpeg-turbo/LICENSE.md diff --git a/graphics/linux-rl9-jpeg/pkg-plist.amd64 b/graphics/linux-rl9-jpeg/pkg-plist.amd64 new file mode 100644 index 00000000000..ee3ee868207 --- /dev/null +++ b/graphics/linux-rl9-jpeg/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/7d/9b6127f4340e3b295bfd421296e6b0636d3930 +usr/lib64/libjpeg.so.62 +usr/lib64/libjpeg.so.62.3.0 +%%PORTDOCS%%usr/share/doc/libjpeg-turbo/ChangeLog.md +%%PORTDOCS%%usr/share/doc/libjpeg-turbo/README.ijg +%%PORTDOCS%%usr/share/doc/libjpeg-turbo/README.md +usr/share/licenses/libjpeg-turbo/LICENSE.md diff --git a/graphics/linux-rl9-libdrm/Makefile b/graphics/linux-rl9-libdrm/Makefile new file mode 100644 index 00000000000..3f844bff665 --- /dev/null +++ b/graphics/linux-rl9-libdrm/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libdrm +PORTVERSION= 2.4.115 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Interface to kernel Direct Rendering Module (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://dri.freedesktop.org/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libpciaccess +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-libdrm/distinfo b/graphics/linux-rl9-libdrm/distinfo new file mode 100644 index 00000000000..7bda24a0795 --- /dev/null +++ b/graphics/linux-rl9-libdrm/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707737508 +SHA256 (rocky/l/libdrm-2.4.115-1.el9.aarch64.rpm) = ae55c5ab67a6b083df8313364a47a10df978600d9da66951c6172bc7d91458bd +SIZE (rocky/l/libdrm-2.4.115-1.el9.aarch64.rpm) = 134385 +SHA256 (rocky/l/libdrm-2.4.115-1.el9.x86_64.rpm) = 404d5bd3b42a5b4f2557fc7a310d45c7dc318849eeff90fff7584b2caa90f4d2 +SIZE (rocky/l/libdrm-2.4.115-1.el9.x86_64.rpm) = 159711 +SHA256 (rocky/l/libdrm-2.4.115-1.el9.src.rpm) = a9b04774a900f4d4d6ec6fc01a24b73ee9914f2f1169759584bbd805aa6d115b +SIZE (rocky/l/libdrm-2.4.115-1.el9.src.rpm) = 486512 diff --git a/graphics/linux-rl9-libdrm/pkg-plist.aarch64 b/graphics/linux-rl9-libdrm/pkg-plist.aarch64 new file mode 100644 index 00000000000..e1672eb2213 --- /dev/null +++ b/graphics/linux-rl9-libdrm/pkg-plist.aarch64 @@ -0,0 +1,25 @@ +usr/lib/.build-id/18/017fa017d2ba0bfb58da8cc45852f078d8a38e +usr/lib/.build-id/2f/e9bd12a3738c3c0b70a6d0f1da089be6952f3e +usr/lib/.build-id/47/b8fbb5df9718bab03f9a2fd08d43f0cdf6492b +usr/lib/.build-id/7f/5fe9d7ce8d95a11fcb27bd2b88664421ced3a4 +usr/lib/.build-id/96/c118feba55caea1c5883e97db774c907a3e2df +usr/lib/.build-id/b2/7358426498ab34ace668c3c5df1e7bf3f3b0e7 +usr/lib/.build-id/de/8a32b3d48ec49df7a6403a745efa433fa05403 +usr/lib/.build-id/df/d8e8ce6ae96ab5b54045c33a57688cf8d858e0 +usr/lib/udev/rules.d/91-drm-modeset.rules +usr/lib64/libdrm.so.2 +usr/lib64/libdrm.so.2.4.0 +usr/lib64/libdrm_amdgpu.so.1 +usr/lib64/libdrm_amdgpu.so.1.0.0 +usr/lib64/libdrm_etnaviv.so.1 +usr/lib64/libdrm_etnaviv.so.1.0.0 +usr/lib64/libdrm_exynos.so.1 +usr/lib64/libdrm_exynos.so.1.0.0 +usr/lib64/libdrm_freedreno.so.1 +usr/lib64/libdrm_freedreno.so.1.0.0 +usr/lib64/libdrm_nouveau.so.2 +usr/lib64/libdrm_nouveau.so.2.0.0 +usr/lib64/libdrm_radeon.so.1 +usr/lib64/libdrm_radeon.so.1.0.1 +%%PORTDOCS%%usr/share/doc/libdrm/README.rst +%%DATADIR%%/amdgpu.ids diff --git a/graphics/linux-rl9-libdrm/pkg-plist.amd64 b/graphics/linux-rl9-libdrm/pkg-plist.amd64 new file mode 100644 index 00000000000..e104be0f8f6 --- /dev/null +++ b/graphics/linux-rl9-libdrm/pkg-plist.amd64 @@ -0,0 +1,18 @@ +usr/lib/.build-id/34/12b4214434857372e24236cc2ea12d9d92a0d9 +usr/lib/.build-id/4b/211eff18d6390abf4504cd33b613731b8abcf8 +usr/lib/.build-id/69/2375d629c0e4fb4782481a4fd7c63136edcb09 +usr/lib/.build-id/8b/e87511cf273471e7a636f3e78bdea2e1fd8694 +usr/lib/.build-id/cc/d5d59fc99bfab9dde9866f5df38fcfd3ed8327 +usr/lib/udev/rules.d/91-drm-modeset.rules +usr/lib64/libdrm.so.2 +usr/lib64/libdrm.so.2.4.0 +usr/lib64/libdrm_amdgpu.so.1 +usr/lib64/libdrm_amdgpu.so.1.0.0 +usr/lib64/libdrm_intel.so.1 +usr/lib64/libdrm_intel.so.1.0.0 +usr/lib64/libdrm_nouveau.so.2 +usr/lib64/libdrm_nouveau.so.2.0.0 +usr/lib64/libdrm_radeon.so.1 +usr/lib64/libdrm_radeon.so.1.0.1 +%%PORTDOCS%%usr/share/doc/libdrm/README.rst +%%DATADIR%%/amdgpu.ids diff --git a/graphics/linux-rl9-libepoxy/Makefile b/graphics/linux-rl9-libepoxy/Makefile new file mode 100644 index 00000000000..b16bf1f88e8 --- /dev/null +++ b/graphics/linux-rl9-libepoxy/Makefile @@ -0,0 +1,18 @@ +PORTNAME= libepoxy +PORTVERSION= 1.5.5 +DISTVERSIONSUFFIX= -4.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library to handle OpenGL function pointer management (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/anholt/libepoxy + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-libepoxy/distinfo b/graphics/linux-rl9-libepoxy/distinfo new file mode 100644 index 00000000000..34561a864a7 --- /dev/null +++ b/graphics/linux-rl9-libepoxy/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686565958 +SHA256 (rocky/l/libepoxy-1.5.5-4.el9.aarch64.rpm) = fc17c6ac5aa01b2c781350398631afdfab3175f1e43acee80c220a4623efa80a +SIZE (rocky/l/libepoxy-1.5.5-4.el9.aarch64.rpm) = 261697 +SHA256 (rocky/l/libepoxy-1.5.5-4.el9.x86_64.rpm) = 6520de86c5183ff8b3ddfe27640b898627ef3987419128dd71c088f5d5e9bcb3 +SIZE (rocky/l/libepoxy-1.5.5-4.el9.x86_64.rpm) = 249375 +SHA256 (rocky/l/libepoxy-1.5.5-4.el9.src.rpm) = 1f3d08627454938f400af0b609ceca19e8c7a5d90cdb9f7e12049a0f00ff7df4 +SIZE (rocky/l/libepoxy-1.5.5-4.el9.src.rpm) = 233932 diff --git a/graphics/linux-rl9-libepoxy/pkg-plist.aarch64 b/graphics/linux-rl9-libepoxy/pkg-plist.aarch64 new file mode 100644 index 00000000000..abf369aa6fd --- /dev/null +++ b/graphics/linux-rl9-libepoxy/pkg-plist.aarch64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/75/b323c4de5dd0b9b51a84e7ac55178d593eac0b +usr/lib64/libepoxy.so.0 +usr/lib64/libepoxy.so.0.0.0 +%%PORTDOCS%%usr/share/doc/libepoxy/README.md +usr/share/licenses/libepoxy/COPYING diff --git a/graphics/linux-rl9-libepoxy/pkg-plist.amd64 b/graphics/linux-rl9-libepoxy/pkg-plist.amd64 new file mode 100644 index 00000000000..0aba9f24111 --- /dev/null +++ b/graphics/linux-rl9-libepoxy/pkg-plist.amd64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/17/5f21d1237cd3bf3ad557a3e0cbe017fcfb04ce +usr/lib64/libepoxy.so.0 +usr/lib64/libepoxy.so.0.0.0 +%%PORTDOCS%%usr/share/doc/libepoxy/README.md +usr/share/licenses/libepoxy/COPYING diff --git a/graphics/linux-rl9-libglvnd/Makefile b/graphics/linux-rl9-libglvnd/Makefile new file mode 100644 index 00000000000..fd100aeabe2 --- /dev/null +++ b/graphics/linux-rl9-libglvnd/Makefile @@ -0,0 +1,44 @@ +PORTNAME= libglvnd +PORTVERSION= 1.3.4 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GL Vendor-Neutral Dispatch library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/NVIDIA/libglvnd + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= xorglibs +USE_LINUX_RPM= yes + +CONFLICTS_INSTALL= linux-nvidia-libs linux-nvidia-libs-* + +LIB_DISTNAMES= libglvnd-${DISTVERSIONFULL} \ + libglvnd-egl-${DISTVERSIONFULL} \ + libglvnd-gles-${DISTVERSIONFULL} \ + libglvnd-glx-${DISTVERSIONFULL} \ + libglvnd-opengl-${DISTVERSIONFULL} + +OPTIONS_DEFINE= DOCS + +post-install: + @${RM} -r ${STAGEDIR}${PREFIX}/etc + @${RM} -r ${STAGEDIR}${PREFIX}/usr/share/egl + @${RM} -r ${STAGEDIR}${PREFIX}/usr/share/glvnd + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libEGL.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGL.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGLESv1_CM.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGLESv2.so.2 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGLX.so.0 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGLdispatch.so.0 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libOpenGL.so.0 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libEGL.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGL.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGLESv1_CM.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGLESv2.so.2 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGLX.so.0 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGLdispatch.so.0 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libOpenGL.so.0 + +.include diff --git a/graphics/linux-rl9-libglvnd/distinfo b/graphics/linux-rl9-libglvnd/distinfo new file mode 100644 index 00000000000..7f177c7bb84 --- /dev/null +++ b/graphics/linux-rl9-libglvnd/distinfo @@ -0,0 +1,23 @@ +TIMESTAMP = 1686559395 +SHA256 (rocky/l/libglvnd-1.3.4-1.el9.aarch64.rpm) = ecbe0e78ce9d9459eb2a519ba23f53b2cd14ee5859643e0d14bd37318c4667b0 +SIZE (rocky/l/libglvnd-1.3.4-1.el9.aarch64.rpm) = 129593 +SHA256 (rocky/l/libglvnd-1.3.4-1.el9.x86_64.rpm) = 0c8ad9eb89bed8a7b2452298c588e3bddb153eaf6f84e208dd1c9c5744d3a4d9 +SIZE (rocky/l/libglvnd-1.3.4-1.el9.x86_64.rpm) = 136452 +SHA256 (rocky/l/libglvnd-egl-1.3.4-1.el9.aarch64.rpm) = a675c32d197ce1045732f419c7859ca5c0c44b0d2c003c01cb04ae32fe3f1c08 +SIZE (rocky/l/libglvnd-egl-1.3.4-1.el9.aarch64.rpm) = 36735 +SHA256 (rocky/l/libglvnd-egl-1.3.4-1.el9.x86_64.rpm) = 6962b3c3c943981a9ab8a3eacbedd35b9f32e6ce50b5e071857b34e4b8c6082a +SIZE (rocky/l/libglvnd-egl-1.3.4-1.el9.x86_64.rpm) = 36505 +SHA256 (rocky/l/libglvnd-gles-1.3.4-1.el9.aarch64.rpm) = 84fe19ba18fe4693130e83b4bcc33f2b66fcaeed5456700c154075dd2e4e6f47 +SIZE (rocky/l/libglvnd-gles-1.3.4-1.el9.aarch64.rpm) = 32847 +SHA256 (rocky/l/libglvnd-gles-1.3.4-1.el9.x86_64.rpm) = 326af5eedd78fe96abb148dbb07ee48f443abe35673876716bd1eecb4b25382a +SIZE (rocky/l/libglvnd-gles-1.3.4-1.el9.x86_64.rpm) = 31812 +SHA256 (rocky/l/libglvnd-glx-1.3.4-1.el9.aarch64.rpm) = 3c0a8383f26a1a2ba32028b11ac9b77378a76a3fdef72ef67084afb6d7eecfa2 +SIZE (rocky/l/libglvnd-glx-1.3.4-1.el9.aarch64.rpm) = 138270 +SHA256 (rocky/l/libglvnd-glx-1.3.4-1.el9.x86_64.rpm) = 5cce5da3a7f1e6bcdfaf2be93a63dd4a2d1fa343c50079e4c69b045d8549fce0 +SIZE (rocky/l/libglvnd-glx-1.3.4-1.el9.x86_64.rpm) = 143198 +SHA256 (rocky/l/libglvnd-opengl-1.3.4-1.el9.aarch64.rpm) = e4ad4ff2e195475247c417d0d1809121d13817d6f037bf0a66a5c22cfc5804ec +SIZE (rocky/l/libglvnd-opengl-1.3.4-1.el9.aarch64.rpm) = 44530 +SHA256 (rocky/l/libglvnd-opengl-1.3.4-1.el9.x86_64.rpm) = d49582ba0be32a420d30b95ad6e35d4b1e5b61c87c74f28f6cb82668e54d27bb +SIZE (rocky/l/libglvnd-opengl-1.3.4-1.el9.x86_64.rpm) = 43056 +SHA256 (rocky/l/libglvnd-1.3.4-1.el9.src.rpm) = b662e540ac276f9d1821d99aa17f298f2be4a9322d0a0bc0d4f989a459237011 +SIZE (rocky/l/libglvnd-1.3.4-1.el9.src.rpm) = 1044108 diff --git a/graphics/linux-rl9-libglvnd/pkg-descr b/graphics/linux-rl9-libglvnd/pkg-descr new file mode 100644 index 00000000000..df6638dd215 --- /dev/null +++ b/graphics/linux-rl9-libglvnd/pkg-descr @@ -0,0 +1,6 @@ +libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls +between multiple vendors. It allows multiple drivers from different vendors +to coexist on the same filesystem, and determines which vendor to dispatch +each API call to at runtime. + +Both GLX and EGL are supported, in any combination with OpenGL and OpenGL ES. diff --git a/graphics/linux-rl9-libglvnd/pkg-plist.aarch64 b/graphics/linux-rl9-libglvnd/pkg-plist.aarch64 new file mode 100644 index 00000000000..702bde23dc7 --- /dev/null +++ b/graphics/linux-rl9-libglvnd/pkg-plist.aarch64 @@ -0,0 +1,15 @@ +usr/lib/.build-id/01/d3426a65507a9af63a2a081062f4ce22d105c1 +usr/lib/.build-id/75/bbddb18aea4c32b3e0052b4dcf59b580082bd2 +usr/lib/.build-id/b7/8db27afd5b7f20e7a37c52f45f5dc979de377d +usr/lib/.build-id/c0/ee037cd3863a1614064c61cacb5fe860144e9e +usr/lib/.build-id/ca/d8695b8559f2fcf3a2c61fd212b9685c4aeb3f +usr/lib/.build-id/e7/a241c49c9bacbfb0af8bb5365dcedf157d9771 +usr/lib/.build-id/f6/103c8afca5cf34d48be4a30a7d981bbf9ada9a +usr/lib64/libEGL.so.1.1.0 +usr/lib64/libGL.so.1.7.0 +usr/lib64/libGLESv1_CM.so.1.2.0 +usr/lib64/libGLESv2.so.2.1.0 +usr/lib64/libGLX.so.0.0.0 +usr/lib64/libGLdispatch.so.0.0.0 +usr/lib64/libOpenGL.so.0.0.0 +%%PORTDOCS%%usr/share/doc/libglvnd/README.md diff --git a/graphics/linux-rl9-libglvnd/pkg-plist.amd64 b/graphics/linux-rl9-libglvnd/pkg-plist.amd64 new file mode 100644 index 00000000000..5725a2ba46b --- /dev/null +++ b/graphics/linux-rl9-libglvnd/pkg-plist.amd64 @@ -0,0 +1,30 @@ +usr/lib/.build-id/1f/bc2ca6a2752ee69ac11e397520a9add7e2bcc4 +usr/lib/.build-id/40/79432c45f9badd5d5d7eb663157afbc2963955 +usr/lib/.build-id/64/c5f7a1831dd43cb56418968edd91559fefb817 +usr/lib/.build-id/67/8fbaf9468fcc19bd565219c35c06652085807b +usr/lib/.build-id/70/4bb1666f69fd616debad48b3f9e7cd5ad00f55 +usr/lib/.build-id/a0/fcca7b6b71f63018097c605d2a0f881653c2da +usr/lib/.build-id/a6/1eb49793dbdf10c1fe30eabd17d9cd814e9b8d +@comment Handle some links with postexec so nvidia-driver can overwrite them. +@postexec [ -e %D/usr/lib64/libEGL.so.1 ] || ln -sf libEGL.so.1.1.0 %D/usr/lib64/libEGL.so.1 +@postunexec [ -e %D/usr/lib64/libEGL.so.1 ] || rm -f %D/usr/lib64/libEGL.so.1 +usr/lib64/libEGL.so.1.1.0 +@postexec [ -e %D/usr/lib64/libGL.so.1 ] || ln -sf libGL.so.1.7.0 %D/usr/lib64/libGL.so.1 +@postunexec [ -e %D/usr/lib64/libGL.so.1 ] || rm -f %D/usr/lib64/libGL.so.1 +usr/lib64/libGL.so.1.7.0 +@postexec [ -e %D/usr/lib/libGLESv1_CM.so.1 ] || ln -sf libGLESv1_CM.so.1.2.0 %D/usr/lib/libGLESv1_CM.so.1 +@postunexec [ -e %D/usr/lib/libGLESv1_CM.so.1 ] || rm -f %D/usr/lib/libGLESv1_CM.so.1 +usr/lib64/libGLESv1_CM.so.1.2.0 +@postexec [ -e %D/usr/lib64/libGLESv2.so.2 ] || ln -sf libGLESv2.so.2.1.0 %D/usr/lib64/libGLESv2.so.2 +@postunexec [ -e %D/usr/lib64/libGLESv2.so.2 ] || rm -f %D/usr/lib64/libGLESv2.so.2 +usr/lib64/libGLESv2.so.2.1.0 +@postexec [ -e %D/usr/lib64/libGLX.so.0 ] || ln -sf libGLX.so.0.0.0 %D/usr/lib64/libGLX.so.0 +@postunexec [ -e %D/usr/lib64/libGLX.so.0 ] || rm -f %D/usr/lib64/libGLX.so.0 +usr/lib64/libGLX.so.0.0.0 +@postexec [ -e %D/usr/lib64/libGLdispatch.so.0 ] || ln -sf libGLdispatch.so.0.0.0 %D/usr/lib64/libGLdispatch.so.0 +@postunexec [ -e %D/usr/lib64/libGLdispatch.so.0 ] || rm -f %D/usr/lib64/libGLdispatch.so.0 +usr/lib64/libGLdispatch.so.0.0.0 +@postexec [ -e %D/usr/lib64/libOpenGL.so.0 ] || ln -sf libOpenGL.so.0.0.0 %D/usr/lib64/libOpenGL.so.0 +@postunexec [ -e %D/usr/lib64/libOpenGL.so.0 ] || rm -f %D/usr/lib64/libOpenGL.so.0 +usr/lib64/libOpenGL.so.0.0.0 +%%PORTDOCS%%usr/share/doc/libglvnd/README.md diff --git a/graphics/linux-rl9-librsvg2/Makefile b/graphics/linux-rl9-librsvg2/Makefile new file mode 100644 index 00000000000..c119bdb19c0 --- /dev/null +++ b/graphics/linux-rl9-librsvg2/Makefile @@ -0,0 +1,24 @@ +PORTNAME= librsvg2 +PORTVERSION= 2.50.7 +PORTREVISION= 2 +DISTVERSIONSUFFIX= -2.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Parse and render SVG vector graphics (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://live.gnome.org/LibRsvg + +# TODO: libpixbufloader-svg.so: libdatrie.so.1: cannot open shared object file: No such file or directory + +USES= cpe linux:rl9 +CPE_VENDOR= gnome +CPE_PRODUCT= librsvg +USE_LDCONFIG= yes +USE_LINUX= cairo fontconfig freetype gdkpixbuf2 libxml2 pango png +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-librsvg2/distinfo b/graphics/linux-rl9-librsvg2/distinfo new file mode 100644 index 00000000000..5c07af75724 --- /dev/null +++ b/graphics/linux-rl9-librsvg2/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707741680 +SHA256 (rocky/l/librsvg2-2.50.7-2.el9.aarch64.rpm) = 86ab625c1478df9e3227d21b40aa1b89a196ca998d892551475f8a72c0388b45 +SIZE (rocky/l/librsvg2-2.50.7-2.el9.aarch64.rpm) = 3200647 +SHA256 (rocky/l/librsvg2-2.50.7-2.el9.x86_64.rpm) = ea59971169b195a4ea4720408deaee913c27280bcbbc6c7a67213787ab74c0e3 +SIZE (rocky/l/librsvg2-2.50.7-2.el9.x86_64.rpm) = 3372007 +SHA256 (rocky/l/librsvg2-2.50.7-2.el9.src.rpm) = d6ea871ccde6f1b6775c65539f812ea73ae7b135c927bf8789569ef555adff0d +SIZE (rocky/l/librsvg2-2.50.7-2.el9.src.rpm) = 22249003 diff --git a/graphics/linux-rl9-librsvg2/pkg-plist.aarch64 b/graphics/linux-rl9-librsvg2/pkg-plist.aarch64 new file mode 100644 index 00000000000..7ab0b3f9998 --- /dev/null +++ b/graphics/linux-rl9-librsvg2/pkg-plist.aarch64 @@ -0,0 +1,13 @@ +usr/lib/.build-id/02/7d90a4a8c734d622e65a1a1c20992a0c27f5ac +usr/lib/.build-id/24/3c57ded4cbec37aff9f1287173623bb3e92a66 +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so +usr/lib64/girepository-1.0/Rsvg-2.0.typelib +usr/lib64/librsvg-2.so.2 +usr/lib64/librsvg-2.so.2.47.0 +%%PORTDOCS%%usr/share/doc/librsvg2/CONTRIBUTING.md +%%PORTDOCS%%usr/share/doc/librsvg2/README.md +usr/share/licenses/librsvg2/COPYING.LIB +usr/share/locale/es/LC_MESSAGES/librsvg.mo +usr/share/thumbnailers/librsvg.thumbnailer +@postexec %D/usr/bin/gdk-pixbuf-query-loaders-64 --update-cache +@postunexec %D/usr/bin/gdk-pixbuf-query-loaders-64 --update-cache diff --git a/graphics/linux-rl9-librsvg2/pkg-plist.amd64 b/graphics/linux-rl9-librsvg2/pkg-plist.amd64 new file mode 100644 index 00000000000..75ea525a373 --- /dev/null +++ b/graphics/linux-rl9-librsvg2/pkg-plist.amd64 @@ -0,0 +1,13 @@ +usr/lib/.build-id/4d/08c9db4d6047e3ee327a467da98117af1090b7 +usr/lib/.build-id/fa/9ead4b0af0eb22b31331245abfe5fe3dcd93a5 +usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so +usr/lib64/girepository-1.0/Rsvg-2.0.typelib +usr/lib64/librsvg-2.so.2 +usr/lib64/librsvg-2.so.2.47.0 +%%PORTDOCS%%usr/share/doc/librsvg2/CONTRIBUTING.md +%%PORTDOCS%%usr/share/doc/librsvg2/README.md +usr/share/licenses/librsvg2/COPYING.LIB +usr/share/locale/es/LC_MESSAGES/librsvg.mo +usr/share/thumbnailers/librsvg.thumbnailer +@postexec %D/usr/bin/gdk-pixbuf-query-loaders-64 --update-cache +@postunexec %D/usr/bin/gdk-pixbuf-query-loaders-64 --update-cache diff --git a/graphics/linux-rl9-openjpeg/Makefile b/graphics/linux-rl9-openjpeg/Makefile new file mode 100644 index 00000000000..eb56ed89fb5 --- /dev/null +++ b/graphics/linux-rl9-openjpeg/Makefile @@ -0,0 +1,27 @@ +PORTNAME= openjpeg +PORTVERSION= 2.4.0 +DISTVERSIONSUFFIX= -7.el9 +CATEGORIES= graphics linux +PKGNAMESUFFIX= 2 + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Open-source JPEG 2000 codec (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.openjpeg.org/ + +LICENSE= BSD2CLAUSE + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= png tiff +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} +SRC_DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-openjpeg/distinfo b/graphics/linux-rl9-openjpeg/distinfo new file mode 100644 index 00000000000..a56426486ed --- /dev/null +++ b/graphics/linux-rl9-openjpeg/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707774249 +SHA256 (rocky/o/openjpeg2-2.4.0-7.el9.aarch64.rpm) = 2d962981adc0c3fcd81ebbce1dbd79d42accc50ebd67c4886dd4cec700006c30 +SIZE (rocky/o/openjpeg2-2.4.0-7.el9.aarch64.rpm) = 163197 +SHA256 (rocky/o/openjpeg2-2.4.0-7.el9.x86_64.rpm) = 380ef2db96766ecee5e15cce67f91b5d73c721672930add64bd35de5da12c6a7 +SIZE (rocky/o/openjpeg2-2.4.0-7.el9.x86_64.rpm) = 165941 +SHA256 (rocky/o/openjpeg2-2.4.0-7.el9.src.rpm) = a9a369c4fb94b0c59412c7ed8f8f4508e42dcd5866ba891aa2aae4ea3d97651c +SIZE (rocky/o/openjpeg2-2.4.0-7.el9.src.rpm) = 2245043 diff --git a/graphics/linux-rl9-openjpeg/pkg-plist.aarch64 b/graphics/linux-rl9-openjpeg/pkg-plist.aarch64 new file mode 100644 index 00000000000..aa95edbf545 --- /dev/null +++ b/graphics/linux-rl9-openjpeg/pkg-plist.aarch64 @@ -0,0 +1,9 @@ +usr/lib/.build-id/f8/b6a9ab46e56625fd4dc7061273b59be23c081f +usr/lib64/libopenjp2.so.2.4.0 +usr/lib64/libopenjp2.so.7 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.md +%%PORTDOCS%%%%DOCSDIR%%/NEWS.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/THANKS.md +usr/share/licenses/openjpeg2/LICENSE +usr/share/man/man3/libopenjp2.3.gz diff --git a/graphics/linux-rl9-openjpeg/pkg-plist.amd64 b/graphics/linux-rl9-openjpeg/pkg-plist.amd64 new file mode 100644 index 00000000000..3fd03560a5a --- /dev/null +++ b/graphics/linux-rl9-openjpeg/pkg-plist.amd64 @@ -0,0 +1,9 @@ +usr/lib/.build-id/43/e7c2016c2f11f164a4407e536e3e494eb49511 +usr/lib64/libopenjp2.so.2.4.0 +usr/lib64/libopenjp2.so.7 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.md +%%PORTDOCS%%%%DOCSDIR%%/NEWS.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/THANKS.md +usr/share/licenses/openjpeg2/LICENSE +usr/share/man/man3/libopenjp2.3.gz diff --git a/graphics/linux-rl9-png/Makefile b/graphics/linux-rl9-png/Makefile new file mode 100644 index 00000000000..20cd977ba35 --- /dev/null +++ b/graphics/linux-rl9-png/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libpng +PORTVERSION= 1.6.37 +DISTVERSIONSUFFIX= -12.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library for manipulating PNG images (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://www.libpng.org/pub/png/libpng.html + +LICENSE= LIBPNG +LICENSE_NAME= libpng license +LICENSE_FILE= ${WRKSRC}/usr/share/licenses/libpng//LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../png/pkg-descr + +.include diff --git a/graphics/linux-rl9-png/distinfo b/graphics/linux-rl9-png/distinfo new file mode 100644 index 00000000000..b06d9100a00 --- /dev/null +++ b/graphics/linux-rl9-png/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686554845 +SHA256 (rocky/l/libpng-1.6.37-12.el9.aarch64.rpm) = d097557b926ef555cecae507ed55c113a5fae1aa095439cad9c56048c62e7045 +SIZE (rocky/l/libpng-1.6.37-12.el9.aarch64.rpm) = 116497 +SHA256 (rocky/l/libpng-1.6.37-12.el9.x86_64.rpm) = 2fb7ea5028fb07380ec2ece9716763cbe4b456a90574e14ddb93180c8c4bc14f +SIZE (rocky/l/libpng-1.6.37-12.el9.x86_64.rpm) = 118873 +SHA256 (rocky/l/libpng-1.6.37-12.el9.src.rpm) = cd5bccf1fcb4b436a97956deca9547804c2bcd54c6dbef1d7e8dab873403d90e +SIZE (rocky/l/libpng-1.6.37-12.el9.src.rpm) = 1525727 diff --git a/graphics/linux-rl9-png/pkg-plist.aarch64 b/graphics/linux-rl9-png/pkg-plist.aarch64 new file mode 100644 index 00000000000..3c27e82e5a8 --- /dev/null +++ b/graphics/linux-rl9-png/pkg-plist.aarch64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/20/e735b7f37fee903d830017d165bf393d91ca13 +usr/lib64/libpng16.so.16 +usr/lib64/libpng16.so.16.37.0 +usr/share/licenses/libpng/LICENSE +usr/share/man/man5/png.5.gz diff --git a/graphics/linux-rl9-png/pkg-plist.amd64 b/graphics/linux-rl9-png/pkg-plist.amd64 new file mode 100644 index 00000000000..1fcbfac1574 --- /dev/null +++ b/graphics/linux-rl9-png/pkg-plist.amd64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/f2/ba1ea36cf172e19a9ac17540b980da2549d5ac +usr/lib64/libpng16.so.16 +usr/lib64/libpng16.so.16.37.0 +usr/share/licenses/libpng/LICENSE +usr/share/man/man5/png.5.gz diff --git a/graphics/linux-rl9-tiff/Makefile b/graphics/linux-rl9-tiff/Makefile new file mode 100644 index 00000000000..12fbdfdbbbd --- /dev/null +++ b/graphics/linux-rl9-tiff/Makefile @@ -0,0 +1,21 @@ +PORTNAME= libtiff +PORTVERSION= 4.4.0 +PORTREVISION= 2 +DISTVERSIONSUFFIX= -10.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library routines for working with TIFF images (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://www.simplesystems.org/libtiff/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= jbigkit jpeg webp +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../tiff/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-tiff/distinfo b/graphics/linux-rl9-tiff/distinfo new file mode 100644 index 00000000000..15a1aded4e7 --- /dev/null +++ b/graphics/linux-rl9-tiff/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707689988 +SHA256 (rocky/l/libtiff-4.4.0-10.el9.aarch64.rpm) = 2abd5d1fcf98c0fe57e2a7ce205b7e10755e46572471008ce1fb4e141bc4f51a +SIZE (rocky/l/libtiff-4.4.0-10.el9.aarch64.rpm) = 194788 +SHA256 (rocky/l/libtiff-4.4.0-10.el9.x86_64.rpm) = 5eed9d4c3b7a60dab2890119281adc0cc9b5a4f175581291412bd582e45a576f +SIZE (rocky/l/libtiff-4.4.0-10.el9.x86_64.rpm) = 200488 +SHA256 (rocky/l/libtiff-4.4.0-10.el9.src.rpm) = ace37a3f12f8c254a64577e9cd5d79ffdc0e6f4a0db1e82e34ad2aa2e4e56e0c +SIZE (rocky/l/libtiff-4.4.0-10.el9.src.rpm) = 2881335 diff --git a/graphics/linux-rl9-tiff/pkg-plist.aarch64 b/graphics/linux-rl9-tiff/pkg-plist.aarch64 new file mode 100644 index 00000000000..8c759f38e21 --- /dev/null +++ b/graphics/linux-rl9-tiff/pkg-plist.aarch64 @@ -0,0 +1,10 @@ +usr/lib/.build-id/72/8ac05045e8b0dd3af91ec96369898618f93cea +usr/lib/.build-id/99/48097e62c910363f557ccbf2882561ac2f44c1 +usr/lib64/libtiff.so.5 +usr/lib64/libtiff.so.5.8.0 +usr/lib64/libtiffxx.so.5 +usr/lib64/libtiffxx.so.5.8.0 +%%PORTDOCS%%usr/share/doc/libtiff/README.md +%%PORTDOCS%%usr/share/doc/libtiff/RELEASE-DATE +%%PORTDOCS%%usr/share/doc/libtiff/VERSION +usr/share/licenses/libtiff/COPYRIGHT diff --git a/graphics/linux-rl9-tiff/pkg-plist.amd64 b/graphics/linux-rl9-tiff/pkg-plist.amd64 new file mode 100644 index 00000000000..e293d5ecfdc --- /dev/null +++ b/graphics/linux-rl9-tiff/pkg-plist.amd64 @@ -0,0 +1,10 @@ +usr/lib/.build-id/28/77acee201f9d49324633fb85cede3084831aa5 +usr/lib/.build-id/2c/f788e2378746b893c505ca25713a266d04371b +usr/lib64/libtiff.so.5 +usr/lib64/libtiff.so.5.8.0 +usr/lib64/libtiffxx.so.5 +usr/lib64/libtiffxx.so.5.8.0 +%%PORTDOCS%%usr/share/doc/libtiff/README.md +%%PORTDOCS%%usr/share/doc/libtiff/RELEASE-DATE +%%PORTDOCS%%usr/share/doc/libtiff/VERSION +usr/share/licenses/libtiff/COPYRIGHT diff --git a/graphics/linux-rl9-vulkan/Makefile b/graphics/linux-rl9-vulkan/Makefile new file mode 100644 index 00000000000..b4c9e13dbf3 --- /dev/null +++ b/graphics/linux-rl9-vulkan/Makefile @@ -0,0 +1,26 @@ +PORTNAME= vulkan +PORTVERSION= 1.3.250.1 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= graphics linux +PKGNAMESUFFIX= -loader + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Driver loader for the Vulkan graphics API (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/KhronosGroup/Vulkan-Loader + +LICENSE= APACHE20 + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= wayland xorglibs +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} +SRC_DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-vulkan/distinfo b/graphics/linux-rl9-vulkan/distinfo new file mode 100644 index 00000000000..72af1c87406 --- /dev/null +++ b/graphics/linux-rl9-vulkan/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707767831 +SHA256 (rocky/v/vulkan-loader-1.3.250.1-1.el9.aarch64.rpm) = dcf1653f0874d1b1045a6658329dda5eac2dec4479e84ec822377f7af0d0e162 +SIZE (rocky/v/vulkan-loader-1.3.250.1-1.el9.aarch64.rpm) = 149743 +SHA256 (rocky/v/vulkan-loader-1.3.250.1-1.el9.x86_64.rpm) = 03f594041c243cf04e94d46ba2733ef5ce2ccd400fb9160af2d0a779d0c63e11 +SIZE (rocky/v/vulkan-loader-1.3.250.1-1.el9.x86_64.rpm) = 143181 +SHA256 (rocky/v/vulkan-loader-1.3.250.1-1.el9.src.rpm) = fc12acd13b343bffd9c783486377d2a3e98229699e8a77a50ca08532ebf97a2e +SIZE (rocky/v/vulkan-loader-1.3.250.1-1.el9.src.rpm) = 1666235 diff --git a/graphics/linux-rl9-vulkan/pkg-plist.aarch64 b/graphics/linux-rl9-vulkan/pkg-plist.aarch64 new file mode 100644 index 00000000000..711bb6775ab --- /dev/null +++ b/graphics/linux-rl9-vulkan/pkg-plist.aarch64 @@ -0,0 +1,12 @@ +usr/lib/.build-id/ab/8e0273a6bff4fe0c1625c7120c3591567383d4 +usr/lib64/libvulkan.so.1 +usr/lib64/libvulkan.so.1.3.250 +%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +usr/share/licenses/vulkan-loader/LICENSE.txt +@dir %%ETCDIR%%/explicit_layer.d +@dir %%ETCDIR%%/icd.d +@dir %%ETCDIR%%/implicit_layer.d +@dir %%DATADIR%%/explicit_layer.d +@dir %%DATADIR%%/icd.d +@dir %%DATADIR%%/implicit_layer.d diff --git a/graphics/linux-rl9-vulkan/pkg-plist.amd64 b/graphics/linux-rl9-vulkan/pkg-plist.amd64 new file mode 100644 index 00000000000..6fd9090250c --- /dev/null +++ b/graphics/linux-rl9-vulkan/pkg-plist.amd64 @@ -0,0 +1,12 @@ +usr/lib/.build-id/e4/a5fe6e752cf16cdac8b5e570067899783a0162 +usr/lib64/libvulkan.so.1 +usr/lib64/libvulkan.so.1.3.250 +%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +usr/share/licenses/vulkan-loader/LICENSE.txt +@dir %%ETCDIR%%/explicit_layer.d +@dir %%ETCDIR%%/icd.d +@dir %%ETCDIR%%/implicit_layer.d +@dir %%DATADIR%%/explicit_layer.d +@dir %%DATADIR%%/icd.d +@dir %%DATADIR%%/implicit_layer.d diff --git a/graphics/linux-rl9-wayland/Makefile b/graphics/linux-rl9-wayland/Makefile new file mode 100644 index 00000000000..d0c14399579 --- /dev/null +++ b/graphics/linux-rl9-wayland/Makefile @@ -0,0 +1,21 @@ +PORTNAME= wayland +PORTVERSION= 1.21.0 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Wayland compositor libraries (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://wayland.freedesktop.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +LIB_DISTNAMES= libwayland-client-${DISTVERSIONFULL} \ + libwayland-cursor-${DISTVERSIONFULL} \ + libwayland-egl-${DISTVERSIONFULL} \ + libwayland-server-${DISTVERSIONFULL} + +DESCR= ${.CURDIR}/../wayland/pkg-descr + +.include diff --git a/graphics/linux-rl9-wayland/distinfo b/graphics/linux-rl9-wayland/distinfo new file mode 100644 index 00000000000..32d5861124f --- /dev/null +++ b/graphics/linux-rl9-wayland/distinfo @@ -0,0 +1,19 @@ +TIMESTAMP = 1686559701 +SHA256 (rocky/l/libwayland-client-1.21.0-1.el9.aarch64.rpm) = 14972a3ad2e835ebe489cd44738923918180b31635830a386511949ef120ce5c +SIZE (rocky/l/libwayland-client-1.21.0-1.el9.aarch64.rpm) = 32358 +SHA256 (rocky/l/libwayland-client-1.21.0-1.el9.x86_64.rpm) = 134f948ad1a82f03edbbfc003402e41635dcd5352c86379e827f1d81a3aacc4e +SIZE (rocky/l/libwayland-client-1.21.0-1.el9.x86_64.rpm) = 33353 +SHA256 (rocky/l/libwayland-cursor-1.21.0-1.el9.aarch64.rpm) = 9eb8cbf83596b021086f0d4a1797a4b10d1276fadd0f32a3bb7717dcc0bb379a +SIZE (rocky/l/libwayland-cursor-1.21.0-1.el9.aarch64.rpm) = 18408 +SHA256 (rocky/l/libwayland-cursor-1.21.0-1.el9.x86_64.rpm) = 5ce40109a41de99516845a89a36ab4eb9485b97bd47c3bbdb5c565551ea9822b +SIZE (rocky/l/libwayland-cursor-1.21.0-1.el9.x86_64.rpm) = 18851 +SHA256 (rocky/l/libwayland-egl-1.21.0-1.el9.aarch64.rpm) = df35b502365d310ac4d3ceb6b5899679cd9576ff3551b538ac5c259dfaa95f5e +SIZE (rocky/l/libwayland-egl-1.21.0-1.el9.aarch64.rpm) = 11998 +SHA256 (rocky/l/libwayland-egl-1.21.0-1.el9.x86_64.rpm) = 29aa3aaff58c7ffd7d935f9caaef3ae15aacc7eff8741a406d33d2e1dab556c7 +SIZE (rocky/l/libwayland-egl-1.21.0-1.el9.x86_64.rpm) = 12119 +SHA256 (rocky/l/libwayland-server-1.21.0-1.el9.aarch64.rpm) = 392aeffb6b205db739de48d642287acaeb2b8f378b57b9d9881b9c6b8d2d751c +SIZE (rocky/l/libwayland-server-1.21.0-1.el9.aarch64.rpm) = 40815 +SHA256 (rocky/l/libwayland-server-1.21.0-1.el9.x86_64.rpm) = e3593b9b0d602c09acebe340a7c95dd34ead3bfc8e4297316d53a493aabfac17 +SIZE (rocky/l/libwayland-server-1.21.0-1.el9.x86_64.rpm) = 41775 +SHA256 (rocky/w/wayland-1.21.0-1.el9.src.rpm) = 85ec7fc4f578de9bdd4d8a0de922f58156480418acd752957ded55ca6fc124a5 +SIZE (rocky/w/wayland-1.21.0-1.el9.src.rpm) = 238199 diff --git a/graphics/linux-rl9-wayland/pkg-plist.aarch64 b/graphics/linux-rl9-wayland/pkg-plist.aarch64 new file mode 100644 index 00000000000..0a95a7638f7 --- /dev/null +++ b/graphics/linux-rl9-wayland/pkg-plist.aarch64 @@ -0,0 +1,16 @@ +usr/lib/.build-id/20/ac2a3209bbf57abd758b367c573e3ca0aed370 +usr/lib/.build-id/67/fbf137c430514473471c62e019ebc24393e991 +usr/lib/.build-id/80/b8686c9f7d5ffd0e9e728283e010d44f065df1 +usr/lib/.build-id/b0/edd8e4f1d2571d783131b604199dd2806820d3 +usr/lib64/libwayland-client.so.0 +usr/lib64/libwayland-client.so.0.21.0 +usr/lib64/libwayland-cursor.so.0 +usr/lib64/libwayland-cursor.so.0.21.0 +usr/lib64/libwayland-egl.so.1 +usr/lib64/libwayland-egl.so.1.21.0 +usr/lib64/libwayland-server.so.0 +usr/lib64/libwayland-server.so.0.21.0 +usr/share/licenses/libwayland-client/COPYING +usr/share/licenses/libwayland-cursor/COPYING +usr/share/licenses/libwayland-egl/COPYING +usr/share/licenses/libwayland-server/COPYING diff --git a/graphics/linux-rl9-wayland/pkg-plist.amd64 b/graphics/linux-rl9-wayland/pkg-plist.amd64 new file mode 100644 index 00000000000..7af9492a7db --- /dev/null +++ b/graphics/linux-rl9-wayland/pkg-plist.amd64 @@ -0,0 +1,16 @@ +usr/lib/.build-id/50/da046fcbdaba713af0f762dc2ea8cbfed89fb3 +usr/lib/.build-id/54/d0cade63e5b3c4474501e1254860bf198041a8 +usr/lib/.build-id/b9/1f5f62dfd339604b5576b1045fac64a460cb21 +usr/lib/.build-id/bc/aaf73018cd968080693cb8b7bdc0553b6d82a2 +usr/lib64/libwayland-client.so.0 +usr/lib64/libwayland-client.so.0.21.0 +usr/lib64/libwayland-cursor.so.0 +usr/lib64/libwayland-cursor.so.0.21.0 +usr/lib64/libwayland-egl.so.1 +usr/lib64/libwayland-egl.so.1.21.0 +usr/lib64/libwayland-server.so.0 +usr/lib64/libwayland-server.so.0.21.0 +usr/share/licenses/libwayland-client/COPYING +usr/share/licenses/libwayland-cursor/COPYING +usr/share/licenses/libwayland-egl/COPYING +usr/share/licenses/libwayland-server/COPYING diff --git a/graphics/linux-rl9-webp/Makefile b/graphics/linux-rl9-webp/Makefile new file mode 100644 index 00000000000..a652acff093 --- /dev/null +++ b/graphics/linux-rl9-webp/Makefile @@ -0,0 +1,20 @@ +PORTNAME= libwebp +PORTVERSION= 1.2.0 +DISTVERSIONSUFFIX= -8.el9 +CATEGORIES= graphics linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library routines for working with TIFF images (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://www.simplesystems.org/libtiff/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../webp/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/graphics/linux-rl9-webp/distinfo b/graphics/linux-rl9-webp/distinfo new file mode 100644 index 00000000000..e0accd7a664 --- /dev/null +++ b/graphics/linux-rl9-webp/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707763378 +SHA256 (rocky/l/libwebp-1.2.0-8.el9.aarch64.rpm) = 32d165702f098820c836736634829360947747017e23413a1ac5e167df8070d2 +SIZE (rocky/l/libwebp-1.2.0-8.el9.aarch64.rpm) = 265825 +SHA256 (rocky/l/libwebp-1.2.0-8.el9.x86_64.rpm) = 2546a9c3b973cf0f33c23f9d0801d76eff889ff690338340bfd5f5c8fc11c6cd +SIZE (rocky/l/libwebp-1.2.0-8.el9.x86_64.rpm) = 282664 +SHA256 (rocky/l/libwebp-1.2.0-8.el9.src.rpm) = a2452b44cd66053e3c713982b6695eb0a3f7e89d3319eb071d8e8340719821a2 +SIZE (rocky/l/libwebp-1.2.0-8.el9.src.rpm) = 4110329 diff --git a/graphics/linux-rl9-webp/pkg-plist.aarch64 b/graphics/linux-rl9-webp/pkg-plist.aarch64 new file mode 100644 index 00000000000..74ae5324e5d --- /dev/null +++ b/graphics/linux-rl9-webp/pkg-plist.aarch64 @@ -0,0 +1,17 @@ +usr/lib/.build-id/70/7714cb702391220b6b073b5cf167d9a29f0230 +usr/lib/.build-id/76/427ae87caae265843a6de0605c9ecd703387ab +usr/lib/.build-id/a9/b487b815f521a9c665061904c3d6fefe75033f +usr/lib/.build-id/c3/03e06638144d2acaf75e2bd1b030c66eda7cad +usr/lib64/libwebp.so.7 +usr/lib64/libwebp.so.7.1.1 +usr/lib64/libwebpdecoder.so.3 +usr/lib64/libwebpdecoder.so.3.1.1 +usr/lib64/libwebpdemux.so.2 +usr/lib64/libwebpdemux.so.2.0.7 +usr/lib64/libwebpmux.so.3 +usr/lib64/libwebpmux.so.3.0.6 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/PATENTS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libwebp/COPYING diff --git a/graphics/linux-rl9-webp/pkg-plist.amd64 b/graphics/linux-rl9-webp/pkg-plist.amd64 new file mode 100644 index 00000000000..a24e6203f31 --- /dev/null +++ b/graphics/linux-rl9-webp/pkg-plist.amd64 @@ -0,0 +1,17 @@ +usr/lib/.build-id/0d/f5ce47131b85e47f3d194ad97ee3f8b06c191a +usr/lib/.build-id/71/ce2b08c60666d0dee55640dc1bb80a7b2efa82 +usr/lib/.build-id/b7/a75cfdf5c1aea84cddce4a18341fc86df338bc +usr/lib/.build-id/fd/b824c10e0134d3be9f3d788dc9bfcd9d2a2a6a +usr/lib64/libwebp.so.7 +usr/lib64/libwebp.so.7.1.1 +usr/lib64/libwebpdecoder.so.3 +usr/lib64/libwebpdecoder.so.3.1.1 +usr/lib64/libwebpdemux.so.2 +usr/lib64/libwebpdemux.so.2.0.7 +usr/lib64/libwebpmux.so.3 +usr/lib64/libwebpmux.so.3.0.6 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/PATENTS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libwebp/COPYING diff --git a/graphics/lux/Makefile b/graphics/lux/Makefile index 2a3b66c5749..7b91998c0b4 100644 --- a/graphics/lux/Makefile +++ b/graphics/lux/Makefile @@ -1,5 +1,5 @@ PORTNAME= lux -DISTVERSION= 1.1.8 +DISTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/kfj/pv/get/ @@ -18,18 +18,21 @@ BROKEN_armv6= address space exhaustion in compiler LIB_DEPENDS= libhwy.so:devel/highway \ libsfml-window.so:devel/sfml \ libexiv2.so:graphics/exiv2 \ - libvigraimpex.so:graphics/vigra -RUN_DEPENDS= ${GUIFONT}:x11-fonts/noto-sans-basic + libvigraimpex.so:graphics/vigra \ + libOpenImageIO.so:graphics/openimageio +RUN_DEPENDS= ${GUIFONT}:x11-fonts/noto-sans GUIFONT= ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf -USES= cmake desktop-file-utils dos2unix pkgconfig tar:bz2 +USES= cmake desktop-file-utils dos2unix localbase:ldflags pkgconfig tar:bz2 gl +USE_GL= gl + DOS2UNIX_FILES= tinyfiledialogs.c CMAKE_ON= USE_HWY_LIBRARY CXXFLAGS+= -Wno-deprecated-declarations CONFLICTS= lux WRKSRC= ${WRKDIR}/kfj-pv-${COMMIT} -COMMIT= 15b1fd742285 +COMMIT= 02d14627bc75 OPTIONS_DEFINE_amd64= SSSE3 SSE42 AVX AVX2 AVX512 OPTIONS_DEFINE_i386= SSE2 SSSE3 SSE42 AVX AVX2 AVX512 OPTIONS_DEFAULT_amd64= SSSE3 SSE42 AVX AVX2 AVX512 diff --git a/graphics/lux/distinfo b/graphics/lux/distinfo index a8e0fb53215..1ad478a2b4b 100644 --- a/graphics/lux/distinfo +++ b/graphics/lux/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691409081 -SHA256 (15b1fd742285.tar.bz2) = 4a3a32a883e57693e7ff9ab2a3a69342ddfd528d9647b56166da9291422dd835 -SIZE (15b1fd742285.tar.bz2) = 1186035 +TIMESTAMP = 1713874285 +SHA256 (02d14627bc75.tar.bz2) = 4f039706d933b4aa6124a956a832334f623dc2dca999e75b3dbc7a5bcd4983df +SIZE (02d14627bc75.tar.bz2) = 1798981 diff --git a/graphics/lux/files/patch-pv__no__rendering.cc b/graphics/lux/files/patch-pv__no__rendering.cc new file mode 100644 index 00000000000..d3b08ee8e7e --- /dev/null +++ b/graphics/lux/files/patch-pv__no__rendering.cc @@ -0,0 +1,12 @@ +--- pv_no_rendering.cc.orig 2024-04-23 12:53:51 UTC ++++ pv_no_rendering.cc +@@ -14875,7 +14875,9 @@ int main ( int argc , const char * argv[] ) + #endif + + OIIO::geterror() ; ++#if OIIO_VERSION_MAJOR * 100 + OIIO_VERSION_MINOR >= 205 + OIIO::shutdown() ; ++#endif + + std::cout << "exiting normally" << std::endl ; + diff --git a/graphics/menyoki/Makefile b/graphics/menyoki/Makefile index 054a49c40c5..f3c433965f8 100644 --- a/graphics/menyoki/Makefile +++ b/graphics/menyoki/Makefile @@ -1,7 +1,7 @@ PORTNAME= menyoki DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 4fcdef309cc..b416ba61132 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 24.1-branchpoint-398 -DISTVERSIONSUFFIX= -g603982ea802 +DISTVERSION= 24.1-branchpoint-770 +DISTVERSIONSUFFIX= -gfa9fb239b7d CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 21ced757d18..ecf4f620586 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1714834905 -SHA256 (mesa-24.1-branchpoint-398-g603982ea802.tar.bz2) = 2d77a756e48962d9b54c38d0a2f09771a0f42d23de74c00d781816e8416f0d22 -SIZE (mesa-24.1-branchpoint-398-g603982ea802.tar.bz2) = 37370801 +TIMESTAMP = 1715645016 +SHA256 (mesa-24.1-branchpoint-770-gfa9fb239b7d.tar.bz2) = 92c823622ba9088fc3f0de09bf8a513fdf80e3b5468c792976a9707a6c8c452f +SIZE (mesa-24.1-branchpoint-770-gfa9fb239b7d.tar.bz2) = 37454128 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (2930dcbb3329.patch) = f90ab77950ba1a56d165f0bc8a3cbd9c5f624bb5c67d1c7f337316027e8295e8 diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common index 9c2bccb8b39..c4f203ed0cd 100644 --- a/graphics/mesa-dri/Makefile.common +++ b/graphics/mesa-dri/Makefile.common @@ -12,7 +12,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 24.0.6 +MESABASEVERSION= 24.0.7 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= diff --git a/graphics/mesa-dri/distinfo b/graphics/mesa-dri/distinfo index 200570a26bd..c6f994705d5 100644 --- a/graphics/mesa-dri/distinfo +++ b/graphics/mesa-dri/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1714022326 -SHA256 (mesa-24.0.6.tar.xz) = 8b7a92dbe6468c18f2383700135b5fe9de836cdf0cc8fd7dbae3c7110237d604 -SIZE (mesa-24.0.6.tar.xz) = 20115628 +TIMESTAMP = 1715186008 +SHA256 (mesa-24.0.7.tar.xz) = 7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a +SIZE (mesa-24.0.7.tar.xz) = 20144724 SHA256 (4a253aae7ca437201d2a31d2a11a1a5434fe41f1.patch) = 84f18f14788bd8f387e2fc754b945bf30f84b517dd917785ed5d8ef1d594e24a SIZE (4a253aae7ca437201d2a31d2a11a1a5434fe41f1.patch) = 1626 SHA256 (7c565db35d39bdbf4e4f867ea19f78b97c8c126f.patch) = 5af88a22abfadb91f6626c9244ed2a365e2bb283e0a42399082d1e909136d5f3 diff --git a/graphics/noaa-apt/Makefile b/graphics/noaa-apt/Makefile index 117ad37b9f7..07d1f98eeed 100644 --- a/graphics/noaa-apt/Makefile +++ b/graphics/noaa-apt/Makefile @@ -1,7 +1,7 @@ PORTNAME= noaa-apt DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/oxipng/Makefile b/graphics/oxipng/Makefile index bb4cac749a5..4e002fdfd37 100644 --- a/graphics/oxipng/Makefile +++ b/graphics/oxipng/Makefile @@ -1,5 +1,6 @@ PORTNAME= oxipng DISTVERSION= 9.1.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/p5-Image-ExifTool-devel/Makefile b/graphics/p5-Image-ExifTool-devel/Makefile index cf854908596..08be102fa99 100644 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ b/graphics/p5-Image-ExifTool-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= Image-ExifTool -DISTVERSION= 12.81 +DISTVERSION= 12.84 CATEGORIES= graphics perl5 MASTER_SITES= SF/exiftool \ https://exiftool.org/ diff --git a/graphics/p5-Image-ExifTool-devel/distinfo b/graphics/p5-Image-ExifTool-devel/distinfo index 9017ff06b30..468f370aaae 100644 --- a/graphics/p5-Image-ExifTool-devel/distinfo +++ b/graphics/p5-Image-ExifTool-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711609388 -SHA256 (Image-ExifTool-12.81.tar.gz) = 69c6d532b0e15dbbe0f27f504e1a7211f77ed810252700657c5106f60c871de2 -SIZE (Image-ExifTool-12.81.tar.gz) = 7512932 +TIMESTAMP = 1714074495 +SHA256 (Image-ExifTool-12.84.tar.gz) = b1f4a7c796d2eef2342888413a9079558ccfea0f288b4ad1ee6513c71356100d +SIZE (Image-ExifTool-12.84.tar.gz) = 7098932 diff --git a/graphics/p5-Image-ExifTool-devel/pkg-plist b/graphics/p5-Image-ExifTool-devel/pkg-plist index 04ebba8642f..ccab9e01f5f 100644 --- a/graphics/p5-Image-ExifTool-devel/pkg-plist +++ b/graphics/p5-Image-ExifTool-devel/pkg-plist @@ -46,6 +46,7 @@ %%PERL5_MAN3%%/Image::ExifTool::GE.3.gz %%PERL5_MAN3%%/Image::ExifTool::GIF.3.gz %%PERL5_MAN3%%/Image::ExifTool::GIMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GM.3.gz %%PERL5_MAN3%%/Image::ExifTool::GPS.3.gz %%PERL5_MAN3%%/Image::ExifTool::GeoTiff.3.gz %%PERL5_MAN3%%/Image::ExifTool::Geolocation.3.gz @@ -278,25 +279,8 @@ %%SITE_PERL%%/Image/ExifTool/GE.pm %%SITE_PERL%%/Image/ExifTool/GIF.pm %%SITE_PERL%%/Image/ExifTool/GIMP.pm +%%SITE_PERL%%/Image/ExifTool/GM.pm %%SITE_PERL%%/Image/ExifTool/GPS.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/cs.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/de.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/en_ca.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/en_gb.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/es.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/fi.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/fr.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/it.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/ja.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/ko.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/nl.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/pl.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/ru.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/sk.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/sv.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/tr.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/zh_cn.pm -%%SITE_PERL%%/Image/ExifTool/GeoLang/zh_tw.pm %%SITE_PERL%%/Image/ExifTool/GeoTiff.pm %%SITE_PERL%%/Image/ExifTool/Geolocation.dat %%SITE_PERL%%/Image/ExifTool/Geolocation.pm diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile index 0120ce14f91..78373cd9d6d 100644 --- a/graphics/pastel/Makefile +++ b/graphics/pastel/Makefile @@ -1,7 +1,7 @@ PORTNAME= pastel DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/py-asciitree/Makefile b/graphics/py-asciitree/Makefile index 8bdeca1e49a..d80d19f683d 100644 --- a/graphics/py-asciitree/Makefile +++ b/graphics/py-asciitree/Makefile @@ -1,5 +1,6 @@ PORTNAME= asciitree PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/mbr/asciitree LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-beziers/Makefile b/graphics/py-beziers/Makefile index c86cda22d08..e511584c3b9 100644 --- a/graphics/py-beziers/Makefile +++ b/graphics/py-beziers/Makefile @@ -1,6 +1,7 @@ PORTNAME= beziers PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/simoncozens/beziers.py LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-cairosvg/Makefile b/graphics/py-cairosvg/Makefile index 6862549680b..9efe71f55cc 100644 --- a/graphics/py-cairosvg/Makefile +++ b/graphics/py-cairosvg/Makefile @@ -1,5 +1,6 @@ PORTNAME= cairosvg PORTVERSION= 2.7.1 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +14,8 @@ WWW= https://www.courtbouillon.org/cairosvg \ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairocffi>=0:graphics/py-cairocffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cssselect2>=0:textproc/py-cssselect2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \ @@ -22,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isort>=0:devel/py-isort@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ USES= cpe python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/graphics/py-cairosvg/files/patch-setup.cfg b/graphics/py-cairosvg/files/patch-setup.cfg new file mode 100644 index 00000000000..2b5fb6c69de --- /dev/null +++ b/graphics/py-cairosvg/files/patch-setup.cfg @@ -0,0 +1,9 @@ +--- setup.cfg.orig 2023-08-05 09:02:26 UTC ++++ setup.cfg +@@ -1,5 +1,5 @@ + [metadata] +-name = CairoSVG ++name = cairosvg + url = https://courtbouillon.org/cairosvg + version = file: cairosvg/VERSION + license = LGPLv3+ diff --git a/graphics/py-cogdumper/Makefile b/graphics/py-cogdumper/Makefile index bc7591cc9e1..36c40754d4d 100644 --- a/graphics/py-cogdumper/Makefile +++ b/graphics/py-cogdumper/Makefile @@ -1,5 +1,6 @@ PORTNAME= cogdumper PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +11,14 @@ WWW= https://github.com/mapbox/COGDumper LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.6.2:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-gprof2dot/Makefile b/graphics/py-gprof2dot/Makefile index 8636c15e019..47c93260e9d 100644 --- a/graphics/py-gprof2dot/Makefile +++ b/graphics/py-gprof2dot/Makefile @@ -1,5 +1,6 @@ PORTNAME= gprof2dot PORTVERSION= 2022.7.29 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/jrfonseca/gprof2dot LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-h3/Makefile b/graphics/py-h3/Makefile index 06947694e38..d2553bcdfb6 100644 --- a/graphics/py-h3/Makefile +++ b/graphics/py-h3/Makefile @@ -1,5 +1,6 @@ PORTNAME= h3 PORTVERSION= 3.7.7 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +15,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cmake:devel/cmake-core \ h3>=3.7.2:graphics/h3 \ - ${PYTHON_PKGNAMEPREFIX}scikit-build>=0:devel/py-scikit-build@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scikit-build>=0:devel/py-scikit-build@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libh3.so:graphics/h3 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= localbase:ldflags ninja:build python -USE_PYTHON= autoplist concurrent cython distutils pytest +USE_PYTHON= autoplist concurrent cython pep517 pytest CFLAGS+= -I${LOCALBASE}/include/h3 TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} ${PYTHON_CMD} diff --git a/graphics/py-h3/files/patch-pyproject.toml b/graphics/py-h3/files/patch-pyproject.toml new file mode 100644 index 00000000000..52147e92455 --- /dev/null +++ b/graphics/py-h3/files/patch-pyproject.toml @@ -0,0 +1,8 @@ +--- pyproject.toml.orig 2024-03-09 18:55:18 UTC ++++ pyproject.toml +@@ -2,5 +2,4 @@ requires = [ + requires = [ + 'scikit-build', + 'cython', +- 'cmake', + ] diff --git a/graphics/py-hiplot/Makefile b/graphics/py-hiplot/Makefile index 796e72b5c22..d7f94e5b66a 100644 --- a/graphics/py-hiplot/Makefile +++ b/graphics/py-hiplot/Makefile @@ -1,5 +1,6 @@ PORTNAME= hiplot PORTVERSION= 0.1.33 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,13 +11,15 @@ WWW= https://github.com/facebookresearch/hiplot LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask-Compress>=0:www/py-flask-compress@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.1:devel/ipython@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-imageio-ffmpeg/Makefile b/graphics/py-imageio-ffmpeg/Makefile index a8170daf6e8..6b58cf15f68 100644 --- a/graphics/py-imageio-ffmpeg/Makefile +++ b/graphics/py-imageio-ffmpeg/Makefile @@ -1,5 +1,6 @@ PORTNAME= imageio-ffmpeg PORTVERSION= 0.4.9 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/imageio/imageio-ffmpeg LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile index 209d63f81b9..0737f75d033 100644 --- a/graphics/py-imageio/Makefile +++ b/graphics/py-imageio/Makefile @@ -1,6 +1,6 @@ PORTNAME= imageio PORTVERSION= 2.34.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= PYPI \ https://github.com/imageio/imageio/releases/download/v${PORTVERSION}/ @@ -14,7 +14,8 @@ WWW= https://imageio.readthedocs.io/en/stable/ \ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -# Note: www/py-requests comes from devel/py-fsspec[github] +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libfreeimage.so:graphics/freeimage RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=8.3.2:graphics/py-pillow@${PY_FLAVOR} @@ -24,11 +25,12 @@ TEST_DEPENDS= opencv>=0:graphics/opencv \ ${PYTHON_PKGNAMEPREFIX}gdal>=0:graphics/py-gdal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fsspec>=0:devel/py-fsspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tifffile>=0:graphics/py-tifffile@${PY_FLAVOR} +# devel/py-fsspec[github] +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/graphics/py-lerc/Makefile b/graphics/py-lerc/Makefile index ab9c7f9c9d4..ba4c40d7b05 100644 --- a/graphics/py-lerc/Makefile +++ b/graphics/py-lerc/Makefile @@ -1,5 +1,6 @@ PORTNAME= lerc PORTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://esri.github.io/lerc/ \ LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libLerc.so:graphics/lerc USES= dos2unix python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-patch: @${RM} ${WRKSRC}/lerc/libLerc.so.4 diff --git a/graphics/py-mgwr/Makefile b/graphics/py-mgwr/Makefile index be9f18bddcd..63faf331662 100644 --- a/graphics/py-mgwr/Makefile +++ b/graphics/py-mgwr/Makefile @@ -1,5 +1,6 @@ PORTNAME= mgwr PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ WWW= https://mgwr.readthedocs.io/en/latest/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} \ @@ -19,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLA ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-momepy/Makefile b/graphics/py-momepy/Makefile index 5ff40408638..9d3f3d9eee3 100644 --- a/graphics/py-momepy/Makefile +++ b/graphics/py-momepy/Makefile @@ -1,6 +1,6 @@ PORTNAME= momepy PORTVERSION= 0.5.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MASTER_SITES= PYPI \ https://github.com/pysal/momepy/releases/download/v${PORTVERSION}/ @@ -14,6 +14,8 @@ WWW= https://docs.momepy.org/en/stable/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.8.0:graphics/py-geopandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libpysal>=4.2.0:science/py-libpysal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>=2.3:math/py-networkx@${PY_FLAVOR} \ @@ -22,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.8.0:graphics/py-geopandas@${PY_ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.27.0:misc/py-tqdm@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile index 90cf0342bb5..4d2e4eaf0db 100644 --- a/graphics/py-openimageio/Makefile +++ b/graphics/py-openimageio/Makefile @@ -4,6 +4,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= OpenImageIO python bindings +BROKEN= broken due to OpenVDB using undefined STL function std::tuple_size_v, see https://github.com/AcademySoftwareFoundation/openvdb/issues/1814 + MASTERDIR= ${.CURDIR}/../openimageio OPTIONS_EXCLUDE=${OPTIONS_DEFINE} diff --git a/graphics/py-optimize-images/Makefile b/graphics/py-optimize-images/Makefile index 231e3a8a41e..6e17ad54cfa 100644 --- a/graphics/py-optimize-images/Makefile +++ b/graphics/py-optimize-images/Makefile @@ -1,5 +1,6 @@ PORTNAME= optimize-images PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +14,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}piexif>=1.1.3:graphics/py-piexif@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=8.2.0:graphics/py-pillow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}watchdog>=2.1.2:devel/py-watchdog@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}watchdog>=2.1.2:devel/py-watchdog@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}piexif>=1.1.3:graphics/py-piexif@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=8.2.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}watchdog>=2.1.2:devel/py-watchdog@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-osmnet/Makefile b/graphics/py-osmnet/Makefile index a4fe87901bb..0e2b086cf0c 100644 --- a/graphics/py-osmnet/Makefile +++ b/graphics/py-osmnet/Makefile @@ -1,5 +1,6 @@ PORTNAME= osmnet PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/UDST/osmnet LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.11:graphics/py-geopandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.23,1:math/py-pandas@${PY_FLAVOR} \ @@ -18,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.11:graphics/py-geopandas@${PY_F ${PYTHON_PKGNAMEPREFIX}shapely>=1.8:devel/py-shapely@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-piexif/Makefile b/graphics/py-piexif/Makefile index df479c29dbd..1de43999fad 100644 --- a/graphics/py-piexif/Makefile +++ b/graphics/py-piexif/Makefile @@ -1,5 +1,6 @@ PORTNAME= piexif PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/hMatoba/Piexif LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python zip -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index ff09359a79a..3aad9f57c5a 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -1,6 +1,6 @@ PORTNAME= pycha PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,12 @@ WWW= https://bitbucket.org/lgs/pycha LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-pyepsg/Makefile b/graphics/py-pyepsg/Makefile index 2f90c9706e4..2322bf03ea2 100644 --- a/graphics/py-pyepsg/Makefile +++ b/graphics/py-pyepsg/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyepsg PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/rhattersley/pyepsg LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-pyganim/Makefile b/graphics/py-pyganim/Makefile index 17deaa691c0..78d68be40f5 100644 --- a/graphics/py-pyganim/Makefile +++ b/graphics/py-pyganim/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyganim PORTVERSION= 0.9.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,12 @@ WWW= https://inventwithpython.com/pyganim/ \ LICENSE= BSD2CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game@${PY_FLAVOR} USES= python zip -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-pyganim/files/patch-setup.py b/graphics/py-pyganim/files/patch-setup.py new file mode 100644 index 00000000000..58b2e78b50a --- /dev/null +++ b/graphics/py-pyganim/files/patch-setup.py @@ -0,0 +1,18 @@ +--- setup.py.orig 2015-08-03 09:20:46 UTC ++++ setup.py +@@ -2,7 +2,7 @@ setup( + + + setup( +- name='Pyganim', ++ name='pyganim', + version='0.9.2', + url='http://inventwithpython.com/pyganim', + author='Al Sweigart', +@@ -28,4 +28,4 @@ setup( + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + ], +-) +\ No newline at end of file ++) diff --git a/graphics/py-pyvips/Makefile b/graphics/py-pyvips/Makefile index 20f56c231ab..010f633d083 100644 --- a/graphics/py-pyvips/Makefile +++ b/graphics/py-pyvips/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyvips PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,14 +14,16 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libvips.so:graphics/vips RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR} USES= gnome python USE_GNOME= glib20 -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 .include diff --git a/graphics/py-pyx/Makefile b/graphics/py-pyx/Makefile index 3edf33df099..e86c9cd584c 100644 --- a/graphics/py-pyx/Makefile +++ b/graphics/py-pyx/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyx PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,11 @@ WWW= https://pyx-project.org/ \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python tex -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 USE_TEX= latex:build OPTIONS_DEFINE= KPATHSEA T1CODE diff --git a/graphics/py-pyx/files/patch-setup.py b/graphics/py-pyx/files/patch-setup.py new file mode 100644 index 00000000000..29ea74211ff --- /dev/null +++ b/graphics/py-pyx/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-08-21 13:07:32 UTC ++++ setup.py +@@ -43,7 +43,7 @@ description, long_description = __doc__.split("\n\n", + + description, long_description = __doc__.split("\n\n", 1) + +-setup(name="PyX", ++setup(name="pyx", + version=pyx.version.version, + author="Jörg Lehmann, André Wobst", + author_email="pyx-devel@lists.sourceforge.net", diff --git a/graphics/py-railroad-diagrams/Makefile b/graphics/py-railroad-diagrams/Makefile index e9f7fbcfd2c..5d58ecd895a 100644 --- a/graphics/py-railroad-diagrams/Makefile +++ b/graphics/py-railroad-diagrams/Makefile @@ -1,5 +1,6 @@ PORTNAME= railroad-diagrams PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/tabatkins/railroad-diagrams LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-urbanaccess/Makefile b/graphics/py-urbanaccess/Makefile index adfbe799f58..969e8bbaefe 100644 --- a/graphics/py-urbanaccess/Makefile +++ b/graphics/py-urbanaccess/Makefile @@ -1,6 +1,6 @@ PORTNAME= urbanaccess PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://github.com/UDST/urbanaccess LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/License.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopy>=1.11.0:net/py-geopy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.11,1:math/py-numpy@${PY_FLAVOR} \ @@ -24,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopy>=1.11.0:net/py-geopy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-urbansim/Makefile b/graphics/py-urbansim/Makefile index 0ddb5d68c1f..d9467d798f7 100644 --- a/graphics/py-urbansim/Makefile +++ b/graphics/py-urbansim/Makefile @@ -1,6 +1,6 @@ PORTNAME= urbansim PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://github.com/UDST/urbansim LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.8.0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}orca>=1.1:devel/py-orca@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.17.0,1:math/py-pandas@${PY_FLAVOR} \ @@ -23,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.8.0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toolz>=0.8.1:devel/py-toolz@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-utm/Makefile b/graphics/py-utm/Makefile index b399e542b7c..dbc6724c9a1 100644 --- a/graphics/py-utm/Makefile +++ b/graphics/py-utm/Makefile @@ -1,5 +1,6 @@ PORTNAME= utm PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/Turbo87/utm LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-wand/Makefile b/graphics/py-wand/Makefile index 7d1c6116634..f73c1119746 100644 --- a/graphics/py-wand/Makefile +++ b/graphics/py-wand/Makefile @@ -1,5 +1,6 @@ PORTNAME= Wand PORTVERSION= 0.6.13 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/emcconville/wand LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= magick python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/resvg-capi/Makefile b/graphics/resvg-capi/Makefile index fe7ec933628..fc3e77ebc89 100644 --- a/graphics/resvg-capi/Makefile +++ b/graphics/resvg-capi/Makefile @@ -1,6 +1,7 @@ PORTNAME= resvg-c-api DISTVERSIONPREFIX= v DISTVERSION= 0.41.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/resvg/Makefile b/graphics/resvg/Makefile index fd4f47ad0d1..b180b766b35 100644 --- a/graphics/resvg/Makefile +++ b/graphics/resvg/Makefile @@ -1,6 +1,7 @@ PORTNAME= resvg DISTVERSIONPREFIX= v DISTVERSION= 0.41.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/rx/Makefile b/graphics/rx/Makefile index 3b0ec6cbdd7..a951a3ab696 100644 --- a/graphics/rx/Makefile +++ b/graphics/rx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rx DISTVERSIONPREFIX= v DISTVERSION= 0.5.2 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= graphics PKGNAMESUFFIX= -editor diff --git a/graphics/satty/Makefile b/graphics/satty/Makefile index d3a482e79b1..7431f59f595 100644 --- a/graphics/satty/Makefile +++ b/graphics/satty/Makefile @@ -1,6 +1,7 @@ PORTNAME= satty DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= graphics wayland MASTER_SITES= CRATESIO diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 21c588db91d..0af626f535f 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,12 +1,8 @@ PORTNAME= shotwell -PORTVERSION= 0.30.18 -PORTREVISION= 3 +PORTVERSION= 0.32.6 CATEGORIES= graphics gnome MASTER_SITES= GNOME -PATCH_SITES= https://gitlab.gnome.org/GNOME/shotwell/-/commit/ -PATCHFILES= cd82759231e5ece2fa0dea40397c9051d15fd5c2.diff:-p1 - MAINTAINER= cmt@FreeBSD.org COMMENT= Open source photo manager for GNOME WWW= https://wiki.gnome.org/Apps/Shotwell @@ -19,32 +15,27 @@ LIB_DEPENDS= libportal.so:deskutils/libportal \ libportal-gtk3.so:deskutils/libportal-gtk3 \ libgio-2.0.so:devel/glib20 \ libjson-glib-1.0.so:devel/json-glib \ - libgdata.so:devel/libgdata \ libgee-0.8.so:devel/libgee \ - libsoup-2.4.so:devel/libsoup \ - libexiv2.so:graphics/exiv2 \ + libsoup-3.0.so:devel/libsoup3 \ libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2 \ libgexiv2.so:graphics/gexiv2 \ libexif.so:graphics/libexif \ libgphoto2.so:graphics/libgphoto2 \ libraw.so:graphics/libraw \ + libwebp.so:graphics/webp \ libgcr-ui-3.so:security/gcr \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libsecret-1.so:security/libsecret \ libxml2.so:textproc/libxml2 USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome gstreamer meson \ - ninja pkgconfig python:build shebangfix sqlite tar:xz vala:build xorg + ninja pkgconfig python:build sqlite tar:xz vala:build xorg CPE_VENDOR= gnome -USE_GNOME= cairo dconf gtk30 +USE_GNOME= cairo gtk30 USE_LDCONFIG= yes USE_XORG= x11 -SHEBANG_FILES= build-aux/meson/postinstall.py -python_OLD_CMD= "/usr/bin/env python3" -python_CMD= ${SETENV} ${PYTHON_VERSION} - -MESON_ARGS= -Dudev=false -Dextra-plugins=true -Dinstall-apport-hook=false \ - -Dpublishers=facebook,flickr,gallery3,picasa,piwigo,rajce,tumblr,yandex,youtube +MESON_ARGS= -Dudev=false \ + -Dpublishers=flickr,gallery3,googlephotos,piwigo,tumblr,youtube PORTSCOUT= limitw:1,even MAKE_JOBS_UNSAFE= yes @@ -53,10 +44,9 @@ OPTIONS_SUB= yes FACED_DESC= Face Detection -FACED_CONFIGURE_ON= -Dface-detection=true -FACED_CONFIGURE_OFF= -Dface-detection=false -FACED_LIB_DEPENDS= libopencv_core.so:graphics/opencv \ - libopencv_photo.so:graphics/opencv +FACED_CONFIGURE_ON= -Dface_detection=true +FACED_CONFIGURE_OFF= -Dface_detection=false -Dface_detection_helper=true +FACED_LIB_DEPENDS= libopencv_core.so:graphics/opencv PLIST_SUB= DISTVERSION=${DISTVERSION} diff --git a/graphics/shotwell/distinfo b/graphics/shotwell/distinfo index 44dae94a8a4..1a79c2954f7 100644 --- a/graphics/shotwell/distinfo +++ b/graphics/shotwell/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1680351062 -SHA256 (shotwell-0.30.18.tar.xz) = a8c04a3c5cee0506fa103dde58ced15f03c6478f59958419d2a5f80761f14135 -SIZE (shotwell-0.30.18.tar.xz) = 6542864 -SHA256 (cd82759231e5ece2fa0dea40397c9051d15fd5c2.diff) = bbbfcf2d2d9f11dd4254d8eafa1cf5591ba78c3ce46f0655d2c3da2b47474895 -SIZE (cd82759231e5ece2fa0dea40397c9051d15fd5c2.diff) = 1569 +TIMESTAMP = 1715196920 +SHA256 (shotwell-0.32.6.tar.xz) = 7597a4ffac91e18cd8144b12f2d08313a3f405bb368243a7326826f7d92a70b6 +SIZE (shotwell-0.32.6.tar.xz) = 35324512 diff --git a/graphics/shotwell/files/patch-plugins_common_WebAuthenticationPane.vala b/graphics/shotwell/files/patch-plugins_common_WebAuthenticationPane.vala deleted file mode 100644 index 71e97bcc3d1..00000000000 --- a/graphics/shotwell/files/patch-plugins_common_WebAuthenticationPane.vala +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/common/WebAuthenticationPane.vala.orig 2020-05-22 13:32:52 UTC -+++ plugins/common/WebAuthenticationPane.vala -@@ -21,7 +21,7 @@ namespace Shotwell.Plugins.Common { - public void clear() { - try { - debug("Clearing the data of WebKit..."); -- this.webview.get_website_data_manager().clear.begin(WebKit.WebsiteDataTypes.ALL, (GLib.TimeSpan)0); -+ this.webview.get_website_data_manager().clear.begin(WebKit.WebsiteDataTypes.ALL, (GLib.TimeSpan)0, null); - } catch (Error e) { - // Do nothing - message("Failed to clear data: %s", e.message); diff --git a/graphics/shotwell/files/patch-src_dialogs_ExportDialog.vala b/graphics/shotwell/files/patch-src_dialogs_ExportDialog.vala deleted file mode 100644 index 8963137ef12..00000000000 --- a/graphics/shotwell/files/patch-src_dialogs_ExportDialog.vala +++ /dev/null @@ -1,12 +0,0 @@ ---- src/dialogs/ExportDialog.vala.orig 2022-03-24 11:17:17.231343000 +0100 -+++ src/dialogs/ExportDialog.vala 2022-03-24 11:34:07.028552000 +0100 -@@ -23,7 +23,8 @@ - - private static ScaleConstraint current_constraint = ScaleConstraint.ORIGINAL; - private static ExportFormatParameters current_parameters = ExportFormatParameters.current(); -- private static int current_scale = DEFAULT_SCALE; -+ // DEFAULT_SCALE, but vala misorders the definitions -+ private static int current_scale = 1200; - - private Gtk.Grid table = new Gtk.Grid(); - private Gtk.ComboBoxText quality_combo; diff --git a/graphics/shotwell/pkg-plist b/graphics/shotwell/pkg-plist index f0ddfc23ea1..5ac30d17e8a 100644 --- a/graphics/shotwell/pkg-plist +++ b/graphics/shotwell/pkg-plist @@ -8,15 +8,23 @@ lib/libshotwell-plugin-common.so.%%DISTVERSION%% lib/libshotwell-plugin-dev-1.0.so lib/libshotwell-plugin-dev-1.0.so.0 lib/libshotwell-plugin-dev-1.0.so.%%DISTVERSION%% -lib/shotwell/plugins/builtin/libshotwell-publishing-extras.so lib/shotwell/plugins/builtin/libshotwell-publishing.so lib/shotwell/plugins/builtin/libshotwell-transitions.so +libexec/shotwell/shotwell-authenticator %%FACED%%libexec/shotwell/shotwell-facedetect libexec/shotwell/shotwell-settings-migrator +libexec/shotwell/shotwell-video-metadata-handler libexec/shotwell/shotwell-video-thumbnailer share/man/man1/shotwell.1.gz -share/applications/shotwell-viewer.desktop -share/applications/shotwell.desktop +share/applications/org.gnome.Shotwell-Viewer.desktop +share/applications/org.gnome.Shotwell.Auth.desktop +share/applications/org.gnome.Shotwell.desktop +share/apport/package-hooks/shotwell.py +%%FACED%%share/dbus-1/services/org.gnome.Shotwell.Faces1.service +share/glib-2.0/schemas/org.gnome.shotwell-extras.gschema.xml +share/glib-2.0/schemas/org.gnome.shotwell.gschema.xml +share/help/C/shotwell/figures/Shotwell.svg +share/help/C/shotwell/figures/trash_process.svg share/help/C/shotwell/edit-adjustments.page share/help/C/shotwell/edit-crop.page share/help/C/shotwell/edit-date-time.page @@ -28,9 +36,6 @@ share/help/C/shotwell/edit-rotate.page share/help/C/shotwell/edit-straighten.page share/help/C/shotwell/edit-undo.page share/help/C/shotwell/figures/crop_thirds.jpg -share/help/C/shotwell/figures/edit_toolbar.png -share/help/C/shotwell/figures/editing_overview.png -share/help/C/shotwell/figures/shotwell_logo.png share/help/C/shotwell/figures/trash_process.png share/help/C/shotwell/formats.page share/help/C/shotwell/import-camera.page @@ -60,6 +65,48 @@ share/help/C/shotwell/share-upload.page share/help/C/shotwell/view-displaying.page share/help/C/shotwell/view-information.page share/help/C/shotwell/view-sidebar.page +share/help/ca/shotwell/edit-adjustments.page +share/help/ca/shotwell/edit-crop.page +share/help/ca/shotwell/edit-date-time.page +share/help/ca/shotwell/edit-enhance.page +share/help/ca/shotwell/edit-external.page +share/help/ca/shotwell/edit-nondestructive.page +share/help/ca/shotwell/edit-redeye.page +share/help/ca/shotwell/edit-rotate.page +share/help/ca/shotwell/edit-straighten.page +share/help/ca/shotwell/edit-undo.page +share/help/ca/shotwell/figures/Shotwell.svg +share/help/ca/shotwell/figures/crop_thirds.jpg +share/help/ca/shotwell/figures/trash_process.png +share/help/ca/shotwell/figures/trash_process.svg +share/help/ca/shotwell/formats.page +share/help/ca/shotwell/import-camera.page +share/help/ca/shotwell/import-file.page +share/help/ca/shotwell/import-memorycard.page +share/help/ca/shotwell/index.page +share/help/ca/shotwell/organize-event.page +share/help/ca/shotwell/organize-flag.page +share/help/ca/shotwell/organize-rating.page +share/help/ca/shotwell/organize-remove.page +share/help/ca/shotwell/organize-search.page +share/help/ca/shotwell/organize-tag.page +share/help/ca/shotwell/organize-title.page +share/help/ca/shotwell/other-files.page +share/help/ca/shotwell/other-missing.page +share/help/ca/shotwell/other-multiple.page +share/help/ca/shotwell/other-plugins.page +share/help/ca/shotwell/privacy-policy.page +share/help/ca/shotwell/raw.page +share/help/ca/shotwell/running.page +share/help/ca/shotwell/share-background.page +share/help/ca/shotwell/share-export.page +share/help/ca/shotwell/share-print.page +share/help/ca/shotwell/share-send.page +share/help/ca/shotwell/share-slideshow.page +share/help/ca/shotwell/share-upload.page +share/help/ca/shotwell/view-displaying.page +share/help/ca/shotwell/view-information.page +share/help/ca/shotwell/view-sidebar.page share/help/cs/shotwell/edit-adjustments.page share/help/cs/shotwell/edit-crop.page share/help/cs/shotwell/edit-date-time.page @@ -70,11 +117,10 @@ share/help/cs/shotwell/edit-redeye.page share/help/cs/shotwell/edit-rotate.page share/help/cs/shotwell/edit-straighten.page share/help/cs/shotwell/edit-undo.page +share/help/cs/shotwell/figures/Shotwell.svg share/help/cs/shotwell/figures/crop_thirds.jpg -share/help/cs/shotwell/figures/edit_toolbar.png -share/help/cs/shotwell/figures/editing_overview.png -share/help/cs/shotwell/figures/shotwell_logo.png share/help/cs/shotwell/figures/trash_process.png +share/help/cs/shotwell/figures/trash_process.svg share/help/cs/shotwell/formats.page share/help/cs/shotwell/import-camera.page share/help/cs/shotwell/import-file.page @@ -113,11 +159,10 @@ share/help/de/shotwell/edit-redeye.page share/help/de/shotwell/edit-rotate.page share/help/de/shotwell/edit-straighten.page share/help/de/shotwell/edit-undo.page +share/help/de/shotwell/figures/Shotwell.svg share/help/de/shotwell/figures/crop_thirds.jpg -share/help/de/shotwell/figures/edit_toolbar.png -share/help/de/shotwell/figures/editing_overview.png -share/help/de/shotwell/figures/shotwell_logo.png share/help/de/shotwell/figures/trash_process.png +share/help/de/shotwell/figures/trash_process.svg share/help/de/shotwell/formats.page share/help/de/shotwell/import-camera.page share/help/de/shotwell/import-file.page @@ -156,10 +201,9 @@ share/help/el/shotwell/edit-redeye.page share/help/el/shotwell/edit-rotate.page share/help/el/shotwell/edit-straighten.page share/help/el/shotwell/edit-undo.page +share/help/el/shotwell/figures/Shotwell.svg +share/help/el/shotwell/figures/trash_process.svg share/help/el/shotwell/figures/crop_thirds.jpg -share/help/el/shotwell/figures/edit_toolbar.png -share/help/el/shotwell/figures/editing_overview.png -share/help/el/shotwell/figures/shotwell_logo.png share/help/el/shotwell/figures/trash_process.png share/help/el/shotwell/formats.page share/help/el/shotwell/import-camera.page @@ -199,11 +243,10 @@ share/help/es/shotwell/edit-redeye.page share/help/es/shotwell/edit-rotate.page share/help/es/shotwell/edit-straighten.page share/help/es/shotwell/edit-undo.page +share/help/es/shotwell/figures/Shotwell.svg share/help/es/shotwell/figures/crop_thirds.jpg -share/help/es/shotwell/figures/edit_toolbar.png -share/help/es/shotwell/figures/editing_overview.png -share/help/es/shotwell/figures/shotwell_logo.png share/help/es/shotwell/figures/trash_process.png +share/help/es/shotwell/figures/trash_process.svg share/help/es/shotwell/formats.page share/help/es/shotwell/import-camera.page share/help/es/shotwell/import-file.page @@ -242,11 +285,10 @@ share/help/fr/shotwell/edit-redeye.page share/help/fr/shotwell/edit-rotate.page share/help/fr/shotwell/edit-straighten.page share/help/fr/shotwell/edit-undo.page +share/help/fr/shotwell/figures/Shotwell.svg share/help/fr/shotwell/figures/crop_thirds.jpg -share/help/fr/shotwell/figures/edit_toolbar.png -share/help/fr/shotwell/figures/editing_overview.png -share/help/fr/shotwell/figures/shotwell_logo.png share/help/fr/shotwell/figures/trash_process.png +share/help/fr/shotwell/figures/trash_process.svg share/help/fr/shotwell/formats.page share/help/fr/shotwell/import-camera.page share/help/fr/shotwell/import-file.page @@ -285,11 +327,10 @@ share/help/hu/shotwell/edit-redeye.page share/help/hu/shotwell/edit-rotate.page share/help/hu/shotwell/edit-straighten.page share/help/hu/shotwell/edit-undo.page +share/help/hu/shotwell/figures/Shotwell.svg share/help/hu/shotwell/figures/crop_thirds.jpg -share/help/hu/shotwell/figures/edit_toolbar.png -share/help/hu/shotwell/figures/editing_overview.png -share/help/hu/shotwell/figures/shotwell_logo.png share/help/hu/shotwell/figures/trash_process.png +share/help/hu/shotwell/figures/trash_process.svg share/help/hu/shotwell/formats.page share/help/hu/shotwell/import-camera.page share/help/hu/shotwell/import-file.page @@ -328,11 +369,10 @@ share/help/id/shotwell/edit-redeye.page share/help/id/shotwell/edit-rotate.page share/help/id/shotwell/edit-straighten.page share/help/id/shotwell/edit-undo.page +share/help/id/shotwell/figures/Shotwell.svg share/help/id/shotwell/figures/crop_thirds.jpg -share/help/id/shotwell/figures/edit_toolbar.png -share/help/id/shotwell/figures/editing_overview.png -share/help/id/shotwell/figures/shotwell_logo.png share/help/id/shotwell/figures/trash_process.png +share/help/id/shotwell/figures/trash_process.svg share/help/id/shotwell/formats.page share/help/id/shotwell/import-camera.page share/help/id/shotwell/import-file.page @@ -371,11 +411,10 @@ share/help/lv/shotwell/edit-redeye.page share/help/lv/shotwell/edit-rotate.page share/help/lv/shotwell/edit-straighten.page share/help/lv/shotwell/edit-undo.page +share/help/lv/shotwell/figures/Shotwell.svg share/help/lv/shotwell/figures/crop_thirds.jpg -share/help/lv/shotwell/figures/edit_toolbar.png -share/help/lv/shotwell/figures/editing_overview.png -share/help/lv/shotwell/figures/shotwell_logo.png share/help/lv/shotwell/figures/trash_process.png +share/help/lv/shotwell/figures/trash_process.svg share/help/lv/shotwell/formats.page share/help/lv/shotwell/import-camera.page share/help/lv/shotwell/import-file.page @@ -414,11 +453,10 @@ share/help/pt_BR/shotwell/edit-redeye.page share/help/pt_BR/shotwell/edit-rotate.page share/help/pt_BR/shotwell/edit-straighten.page share/help/pt_BR/shotwell/edit-undo.page +share/help/pt_BR/shotwell/figures/Shotwell.svg share/help/pt_BR/shotwell/figures/crop_thirds.jpg -share/help/pt_BR/shotwell/figures/edit_toolbar.png -share/help/pt_BR/shotwell/figures/editing_overview.png -share/help/pt_BR/shotwell/figures/shotwell_logo.png share/help/pt_BR/shotwell/figures/trash_process.png +share/help/pt_BR/shotwell/figures/trash_process.svg share/help/pt_BR/shotwell/formats.page share/help/pt_BR/shotwell/import-camera.page share/help/pt_BR/shotwell/import-file.page @@ -447,6 +485,48 @@ share/help/pt_BR/shotwell/share-upload.page share/help/pt_BR/shotwell/view-displaying.page share/help/pt_BR/shotwell/view-information.page share/help/pt_BR/shotwell/view-sidebar.page +share/help/ru/shotwell/edit-adjustments.page +share/help/ru/shotwell/edit-crop.page +share/help/ru/shotwell/edit-date-time.page +share/help/ru/shotwell/edit-enhance.page +share/help/ru/shotwell/edit-external.page +share/help/ru/shotwell/edit-nondestructive.page +share/help/ru/shotwell/edit-redeye.page +share/help/ru/shotwell/edit-rotate.page +share/help/ru/shotwell/edit-straighten.page +share/help/ru/shotwell/edit-undo.page +share/help/ru/shotwell/figures/Shotwell.svg +share/help/ru/shotwell/figures/crop_thirds.jpg +share/help/ru/shotwell/figures/trash_process.png +share/help/ru/shotwell/figures/trash_process.svg +share/help/ru/shotwell/formats.page +share/help/ru/shotwell/import-camera.page +share/help/ru/shotwell/import-file.page +share/help/ru/shotwell/import-memorycard.page +share/help/ru/shotwell/index.page +share/help/ru/shotwell/organize-event.page +share/help/ru/shotwell/organize-flag.page +share/help/ru/shotwell/organize-rating.page +share/help/ru/shotwell/organize-remove.page +share/help/ru/shotwell/organize-search.page +share/help/ru/shotwell/organize-tag.page +share/help/ru/shotwell/organize-title.page +share/help/ru/shotwell/other-files.page +share/help/ru/shotwell/other-missing.page +share/help/ru/shotwell/other-multiple.page +share/help/ru/shotwell/other-plugins.page +share/help/ru/shotwell/privacy-policy.page +share/help/ru/shotwell/raw.page +share/help/ru/shotwell/running.page +share/help/ru/shotwell/share-background.page +share/help/ru/shotwell/share-export.page +share/help/ru/shotwell/share-print.page +share/help/ru/shotwell/share-send.page +share/help/ru/shotwell/share-slideshow.page +share/help/ru/shotwell/share-upload.page +share/help/ru/shotwell/view-displaying.page +share/help/ru/shotwell/view-information.page +share/help/ru/shotwell/view-sidebar.page share/help/sv/shotwell/edit-adjustments.page share/help/sv/shotwell/edit-crop.page share/help/sv/shotwell/edit-date-time.page @@ -457,11 +537,10 @@ share/help/sv/shotwell/edit-redeye.page share/help/sv/shotwell/edit-rotate.page share/help/sv/shotwell/edit-straighten.page share/help/sv/shotwell/edit-undo.page +share/help/sv/shotwell/figures/Shotwell.svg share/help/sv/shotwell/figures/crop_thirds.jpg -share/help/sv/shotwell/figures/edit_toolbar.png -share/help/sv/shotwell/figures/editing_overview.png -share/help/sv/shotwell/figures/shotwell_logo.png share/help/sv/shotwell/figures/trash_process.png +share/help/sv/shotwell/figures/trash_process.svg share/help/sv/shotwell/formats.page share/help/sv/shotwell/import-camera.page share/help/sv/shotwell/import-file.page @@ -500,11 +579,10 @@ share/help/uk/shotwell/edit-redeye.page share/help/uk/shotwell/edit-rotate.page share/help/uk/shotwell/edit-straighten.page share/help/uk/shotwell/edit-undo.page +share/help/uk/shotwell/figures/Shotwell.svg share/help/uk/shotwell/figures/crop_thirds.jpg -share/help/uk/shotwell/figures/edit_toolbar.png -share/help/uk/shotwell/figures/editing_overview.png -share/help/uk/shotwell/figures/shotwell_logo.png share/help/uk/shotwell/figures/trash_process.png +share/help/uk/shotwell/figures/trash_process.svg share/help/uk/shotwell/formats.page share/help/uk/shotwell/import-camera.page share/help/uk/shotwell/import-file.page @@ -533,13 +611,14 @@ share/help/uk/shotwell/share-upload.page share/help/uk/shotwell/view-displaying.page share/help/uk/shotwell/view-information.page share/help/uk/shotwell/view-sidebar.page -share/icons/hicolor/16x16/apps/shotwell.png -share/icons/hicolor/22x22/apps/shotwell.png -share/icons/hicolor/24x24/apps/shotwell.png -share/icons/hicolor/256x256/apps/shotwell.png -share/icons/hicolor/32x32/apps/shotwell.png -share/icons/hicolor/48x48/apps/shotwell.png -share/icons/hicolor/symbolic/apps/shotwell-symbolic.svg +share/icons/hicolor/16x16/apps/org.gnome.Shotwell.png +share/icons/hicolor/22x22/apps/org.gnome.Shotwell.png +share/icons/hicolor/24x24/apps/org.gnome.Shotwell.png +share/icons/hicolor/256x256/apps/org.gnome.Shotwell.png +share/icons/hicolor/32x32/apps/org.gnome.Shotwell.png +share/icons/hicolor/48x48/apps/org.gnome.Shotwell.png +share/icons/hicolor/scalable/apps/org.gnome.Shotwell.svg +share/icons/hicolor/symbolic/apps/org.gnome.Shotwell-symbolic.svg share/locale/af/LC_MESSAGES/shotwell.mo share/locale/ar/LC_MESSAGES/shotwell.mo share/locale/as/LC_MESSAGES/shotwell.mo @@ -569,8 +648,10 @@ share/locale/hr/LC_MESSAGES/shotwell.mo share/locale/hu/LC_MESSAGES/shotwell.mo share/locale/ia/LC_MESSAGES/shotwell.mo share/locale/id/LC_MESSAGES/shotwell.mo +share/locale/ie/LC_MESSAGES/shotwell.mo share/locale/it/LC_MESSAGES/shotwell.mo share/locale/ja/LC_MESSAGES/shotwell.mo +share/locale/ka/LC_MESSAGES/shotwell.mo share/locale/kk/LC_MESSAGES/shotwell.mo share/locale/km/LC_MESSAGES/shotwell.mo share/locale/kn/LC_MESSAGES/shotwell.mo @@ -578,6 +659,7 @@ share/locale/ko/LC_MESSAGES/shotwell.mo share/locale/ky/LC_MESSAGES/shotwell.mo share/locale/lt/LC_MESSAGES/shotwell.mo share/locale/lv/LC_MESSAGES/shotwell.mo +share/locale/mjw/LC_MESSAGES/shotwell.mo share/locale/mk/LC_MESSAGES/shotwell.mo share/locale/ml/LC_MESSAGES/shotwell.mo share/locale/mr/LC_MESSAGES/shotwell.mo @@ -606,5 +688,8 @@ share/locale/vi/LC_MESSAGES/shotwell.mo share/locale/zh_CN/LC_MESSAGES/shotwell.mo share/locale/zh_HK/LC_MESSAGES/shotwell.mo share/locale/zh_TW/LC_MESSAGES/shotwell.mo -share/metainfo/shotwell.appdata.xml -%%FACED%%%%DATADIR%%/facedetect-haarcascade.xml +share/metainfo/org.gnome.Shotwell.appdata.xml +%%FACED%%%%DATADIR%%/facedetect/deploy.prototxt +%%FACED%%%%DATADIR%%/facedetect/haarcascade_frontalface_alt.xml +%%FACED%%%%DATADIR%%/facedetect/haarcascade_profileface.xml +%%FACED%%%%DATADIR%%/facedetect/openface.nn4.small2.v1.t7 diff --git a/graphics/svgbob/Makefile b/graphics/svgbob/Makefile index 4320d72f472..a9f57ae30a9 100644 --- a/graphics/svgbob/Makefile +++ b/graphics/svgbob/Makefile @@ -1,6 +1,6 @@ PORTNAME= svgbob DISTVERSION= 0.7.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MAINTAINER= mikael@FreeBSD.org diff --git a/graphics/vhs/Makefile b/graphics/vhs/Makefile index 91399ecec1d..1ccdb4edf56 100644 --- a/graphics/vhs/Makefile +++ b/graphics/vhs/Makefile @@ -1,7 +1,7 @@ PORTNAME= vhs DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= DtxdF@disroot.org diff --git a/graphics/viu/Makefile b/graphics/viu/Makefile index f370e06fc49..3a624f151f4 100644 --- a/graphics/viu/Makefile +++ b/graphics/viu/Makefile @@ -1,7 +1,7 @@ PORTNAME= viu DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/vulkan-extension-layer/Makefile b/graphics/vulkan-extension-layer/Makefile index dade6910134..0a62531fdf6 100644 --- a/graphics/vulkan-extension-layer/Makefile +++ b/graphics/vulkan-extension-layer/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-extension-layer DISTVERSIONPREFIX= v -DISTVERSION= 1.3.283 +DISTVERSION= 1.3.285 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-extension-layer/distinfo b/graphics/vulkan-extension-layer/distinfo index 56f6cc5cbcd..9557170ff57 100644 --- a/graphics/vulkan-extension-layer/distinfo +++ b/graphics/vulkan-extension-layer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713561863 -SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.3.283_GH0.tar.gz) = 79ed85f2be8efe874299d4a912918c5bcac2340a71c75aee01042693b9b761bd -SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.3.283_GH0.tar.gz) = 783082 +TIMESTAMP = 1715633815 +SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.3.285_GH0.tar.gz) = e181f939dd81441f841f8ddcdabd1a4b4b31a229da5b26892cfce2d2eceaae12 +SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.3.285_GH0.tar.gz) = 782534 diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 1fdedbfa117..d68da1cbe7e 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.283 +DISTVERSION= 1.3.285 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 6e841aaf91a..4d6e865cc92 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713509657 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.283_GH0.tar.gz) = a76ff77815012c76abc9811215c2167128a73a697bcc23948e858d1f7dd54a85 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.283_GH0.tar.gz) = 2271437 +TIMESTAMP = 1715330369 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.285_GH0.tar.gz) = 212455eeab2cef5d93b1b991e548afe184f294428118f747989a97677e19ab2a +SIZE (KhronosGroup-Vulkan-Headers-v1.3.285_GH0.tar.gz) = 2281059 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index b03793f2d24..86cd52c74ad 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v -DISTVERSION= 1.3.283 +DISTVERSION= 1.3.285 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-loader/distinfo b/graphics/vulkan-loader/distinfo index f9470be9445..94dc491b40a 100644 --- a/graphics/vulkan-loader/distinfo +++ b/graphics/vulkan-loader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713545288 -SHA256 (KhronosGroup-Vulkan-Loader-v1.3.283_GH0.tar.gz) = 67bc7d287204a8b25933f211794dec14180acc6beedfbee48a2e3f8c18c639c1 -SIZE (KhronosGroup-Vulkan-Loader-v1.3.283_GH0.tar.gz) = 1707208 +TIMESTAMP = 1715622624 +SHA256 (KhronosGroup-Vulkan-Loader-v1.3.285_GH0.tar.gz) = 3622796919d1b06b27499670502f9888d62a4a2ce3fbf3552365cc8b4301db28 +SIZE (KhronosGroup-Vulkan-Loader-v1.3.285_GH0.tar.gz) = 1713286 diff --git a/graphics/vulkan-loader/pkg-plist b/graphics/vulkan-loader/pkg-plist index 21318a89fd1..601aa49b32f 100644 --- a/graphics/vulkan-loader/pkg-plist +++ b/graphics/vulkan-loader/pkg-plist @@ -3,5 +3,5 @@ lib/cmake/VulkanLoader/VulkanLoaderConfig.cmake lib/cmake/VulkanLoader/VulkanLoaderConfigVersion.cmake lib/libvulkan.so lib/libvulkan.so.1 -lib/libvulkan.so.1.3.283 +lib/libvulkan.so.1.3.285 libdata/pkgconfig/vulkan.pc diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile index 5e41b6839a4..d8ad8c1b250 100644 --- a/graphics/vulkan-tools/Makefile +++ b/graphics/vulkan-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-tools DISTVERSIONPREFIX= v -DISTVERSION= 1.3.283 +DISTVERSION= 1.3.285 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -16,7 +16,7 @@ USES= alias cmake compiler:c++11-lib pkgconfig python:build USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-Tools -GH_TUPLE= zeux:volk:1.3.270-49-g3a8068a:volk/volk +GH_TUPLE= zeux:volk:1.3.270-53-g749f0ab:volk/volk CMAKE_OFF= BUILD_CUBE BUILD_ICD CMAKE_ARGS= -DGLSLANG_INSTALL_DIR:PATH="${LOCALBASE}" diff --git a/graphics/vulkan-tools/distinfo b/graphics/vulkan-tools/distinfo index 006c2fd1006..e9a92240fc6 100644 --- a/graphics/vulkan-tools/distinfo +++ b/graphics/vulkan-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1713546759 -SHA256 (KhronosGroup-Vulkan-Tools-v1.3.283_GH0.tar.gz) = 4ec1d60c94877acbf14135450c831feb95223354eac923175a3971331002555c -SIZE (KhronosGroup-Vulkan-Tools-v1.3.283_GH0.tar.gz) = 753182 -SHA256 (zeux-volk-1.3.270-49-g3a8068a_GH0.tar.gz) = 78d23fcaf8aacd931b898adcc684cac30bee8cba5494cf403b8b92cd4fa79e28 -SIZE (zeux-volk-1.3.270-49-g3a8068a_GH0.tar.gz) = 62575 +TIMESTAMP = 1715629658 +SHA256 (KhronosGroup-Vulkan-Tools-v1.3.285_GH0.tar.gz) = 5153253f20296558000e730b0340b5a40fac212c91fb4ffe5bf490a8406d89c3 +SIZE (KhronosGroup-Vulkan-Tools-v1.3.285_GH0.tar.gz) = 753465 +SHA256 (zeux-volk-1.3.270-53-g749f0ab_GH0.tar.gz) = cb5949abed1a0c824faf4882f1ef761e5c6bd3f0f9042db26e9a479928f9114b +SIZE (zeux-volk-1.3.270-53-g749f0ab_GH0.tar.gz) = 62576 diff --git a/graphics/vulkan-utility-libraries/Makefile b/graphics/vulkan-utility-libraries/Makefile index 6f93052d865..7a63bdc0670 100644 --- a/graphics/vulkan-utility-libraries/Makefile +++ b/graphics/vulkan-utility-libraries/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-utility-libraries DISTVERSIONPREFIX= v -DISTVERSION= 1.3.283 +DISTVERSION= 1.3.285 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-utility-libraries/distinfo b/graphics/vulkan-utility-libraries/distinfo index 692650f2237..0c6d952b030 100644 --- a/graphics/vulkan-utility-libraries/distinfo +++ b/graphics/vulkan-utility-libraries/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713543532 -SHA256 (KhronosGroup-Vulkan-Utility-Libraries-v1.3.283_GH0.tar.gz) = ac8d5e943e2477c142245a3b835a14efb9c62d617f7ba7a3712ec21080c66df2 -SIZE (KhronosGroup-Vulkan-Utility-Libraries-v1.3.283_GH0.tar.gz) = 537962 +TIMESTAMP = 1715623089 +SHA256 (KhronosGroup-Vulkan-Utility-Libraries-v1.3.285_GH0.tar.gz) = 481987e15e1f2f1e90ba4d198ca1a50c3b3c84410d0a7784665e6113db118120 +SIZE (KhronosGroup-Vulkan-Utility-Libraries-v1.3.285_GH0.tar.gz) = 539717 diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile index ad0b9c9a6f3..05aa4aae8f9 100644 --- a/graphics/vulkan-validation-layers/Makefile +++ b/graphics/vulkan-validation-layers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-validation-layers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.283 +DISTVERSION= 1.3.285 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -18,7 +18,7 @@ USES= alias cmake compiler:c++11-lib pkgconfig python:build USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-ValidationLayers -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-354-g4f7b471:headers/SPIRV-Headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-357-g49a1fce:headers/SPIRV-Headers CMAKE_OFF= BUILD_TESTS OPTIONS_DEFINE= WAYLAND XCB XLIB diff --git a/graphics/vulkan-validation-layers/distinfo b/graphics/vulkan-validation-layers/distinfo index 2c8cb5c79c3..5cc8b563eac 100644 --- a/graphics/vulkan-validation-layers/distinfo +++ b/graphics/vulkan-validation-layers/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1713556006 -SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.3.283_GH0.tar.gz) = 1de50a85c64dcc9f70e1417e1e5d29ac9e47ee35a0e5142e82c66faa254d8177 -SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.3.283_GH0.tar.gz) = 5160331 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-354-g4f7b471_GH0.tar.gz) = b3ce0f2e1974c15be6f752114e737afabe81233904ce9392a994fab0329e654e -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-354-g4f7b471_GH0.tar.gz) = 472528 +TIMESTAMP = 1715646059 +SHA256 (KhronosGroup-Vulkan-ValidationLayers-v1.3.285_GH0.tar.gz) = 60e527486e90446f8fa63db2607e652d7870b3e4363cb82c91f3a691c677ba15 +SIZE (KhronosGroup-Vulkan-ValidationLayers-v1.3.285_GH0.tar.gz) = 5228775 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-357-g49a1fce_GH0.tar.gz) = 73a82a0d8e0586a15f707380d983e3af457fe1476fc160b67e82b77b76320ea4 +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-357-g49a1fce_GH0.tar.gz) = 520123 diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile index fb38684f97a..220a1ca07b8 100644 --- a/graphics/zathura-pdf-poppler/Makefile +++ b/graphics/zathura-pdf-poppler/Makefile @@ -1,7 +1,7 @@ PORTNAME= zathura-pdf-poppler DISTVERSION= 0.3.2 CATEGORIES= graphics -MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ +MASTER_SITES= https://pwmt.org/projects/zathura-pdf-poppler/download/ MAINTAINER= mew14930xvi@inbox.lv COMMENT= Poppler render PDF plugin for Zathura PDF viewer @@ -15,10 +15,11 @@ LIB_DEPENDS= libgirara-gtk3.so:x11-toolkits/girara \ libpoppler-glib.so:graphics/poppler-glib RUN_DEPENDS= zathura>=0.5.3:graphics/zathura -USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig +USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig \ + tar:xz USE_GNOME= cairo glib20 -CONFLICTS= zathura-pdf-mupdf +CONFLICTS_INSTALL= zathura-pdf-mupdf PLIST_FILES= lib/zathura/libpdf-poppler.so \ share/appdata/org.pwmt.zathura-pdf-poppler.metainfo.xml \ diff --git a/graphics/zathura-pdf-poppler/distinfo b/graphics/zathura-pdf-poppler/distinfo index 09e34a85936..38e54491508 100644 --- a/graphics/zathura-pdf-poppler/distinfo +++ b/graphics/zathura-pdf-poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712820319 -SHA256 (zathura-pdf-poppler-0.3.2.tar.gz) = 2e64e59ed46b0d93fbad70eca9a77cc720c5909c988b0b6637333504da52b23d -SIZE (zathura-pdf-poppler-0.3.2.tar.gz) = 10623 +TIMESTAMP = 1715173478 +SHA256 (zathura-pdf-poppler-0.3.2.tar.xz) = 71abeed51cd1d188cef3dbd4c164758e3c371604756967b23ad176ae53453011 +SIZE (zathura-pdf-poppler-0.3.2.tar.xz) = 9976 diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile index e6a6aedb0c5..3536ef7d908 100644 --- a/graphics/zathura-ps/Makefile +++ b/graphics/zathura-ps/Makefile @@ -2,7 +2,7 @@ PORTNAME= zathura-ps DISTVERSION= 0.2.7 PORTREVISION= 5 CATEGORIES= graphics -MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ +MASTER_SITES= https://pwmt.org/projects/zathura-ps/download/ MAINTAINER= mew14930xvi@inbox.lv COMMENT= PostScript support for Zathura PDF viewer @@ -16,7 +16,8 @@ LIB_DEPENDS= libgirara-gtk3.so:x11-toolkits/girara \ libspectre.so:print/libspectre RUN_DEPENDS= zathura:graphics/zathura -USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig +USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig \ + tar:xz USE_GNOME= cairo PLIST_FILES= lib/zathura/libps.so \ diff --git a/graphics/zathura-ps/distinfo b/graphics/zathura-ps/distinfo index e2f4082dcf7..661e0016407 100644 --- a/graphics/zathura-ps/distinfo +++ b/graphics/zathura-ps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671138704 -SHA256 (zathura-ps-0.2.7.tar.gz) = e7092c831e345002edc87321911faa27c5dc3210dd6e3939dfbc49192a54d35e -SIZE (zathura-ps-0.2.7.tar.gz) = 4713 +TIMESTAMP = 1715174277 +SHA256 (zathura-ps-0.2.7.tar.xz) = 5897f9204cf5f978b9413be7ce7febde843157af48e351938edf07dbf9308e46 +SIZE (zathura-ps-0.2.7.tar.xz) = 4488 diff --git a/irc/ergo/Makefile b/irc/ergo/Makefile index 94d56457741..27644daab0d 100644 --- a/irc/ergo/Makefile +++ b/irc/ergo/Makefile @@ -1,7 +1,7 @@ PORTNAME= ergo DISTVERSIONPREFIX= v -DISTVERSION= 2.13.0 -PORTREVISION= 3 +DISTVERSION= 2.13.1 +PORTREVISION= 1 CATEGORIES= irc PKGNAMESUFFIX= -irc-server diff --git a/irc/ergo/distinfo b/irc/ergo/distinfo index 8703c9a70af..0b8c039570e 100644 --- a/irc/ergo/distinfo +++ b/irc/ergo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1705307676 -SHA256 (ergochat-ergo-v2.13.0_GH0.tar.gz) = 85a1e5501d4a4cb05b263de4b59e1fb20896963a2fd053483c90b40e4b31c4ab -SIZE (ergochat-ergo-v2.13.0_GH0.tar.gz) = 3668775 +TIMESTAMP = 1715055968 +SHA256 (ergochat-ergo-v2.13.1_GH0.tar.gz) = be2b938d35e7022bf347d70f627ec8cbe8c9836abe1cc3635048e35e61dca5cf +SIZE (ergochat-ergo-v2.13.1_GH0.tar.gz) = 3668644 SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234 diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index f67ba017d24..f18603a92ea 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -1,35 +1,99 @@ PORTNAME= KVIrc -DISTVERSION= 5.0.0-102 -DISTVERSIONSUFFIX= -geb3fdd6b1 -PORTREVISION= 5 +DISTVERSION= 5.2.4 CATEGORIES= irc kde -MAINTAINER= kde@FreeBSD.org -COMMENT= IRC client for KDE -WWW= http://www.kvirc.net +MAINTAINER= vvd@FreeBSD.org +COMMENT= IRC client based on the Qt GUI toolkit +WWW= https://www.kvirc.net LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/ABOUT-LICENSE -LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ - libenchant.so:textproc/enchant - -USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \ - kde:5 perl5 pkgconfig python qt:5 ssl tar:bzip2 xorg -USE_GNOME= glib20 -USE_PERL5= run build -USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \ - phonon service widgetsaddons windowsystem xmlgui \ - ecm:build -USE_QT= core dbus gui multimedia network printsupport sql svg \ - widgets x11extras xml \ +USES= cmake compiler:c++11-lang cpe desktop-file-utils pkgconfig qt:5 \ + ssl xorg +USE_GITHUB= yes +USE_LDCONFIG= yes +USE_QT= concurrent core declarative gui multimedia network printsupport \ + sql widgets x11extras xml \ buildtools:build qmake:build USE_XORG= ice sm x11 xext xrender xscrnsaver -USE_LDCONFIG= yes -USE_GITHUB= yes -CMAKE_ARGS= -DMANDIR_PREFIX:STRING=share/man +CMAKE_ARGS= -DQT_VERSION_MAJOR=5 +CMAKE_ON= WANT_CRYPT WANT_IPC WANT_IPV6 WANT_OPENSSL WANT_OSS WANT_STRIP \ + WANT_TRANSPARENCY +CMAKE_OFF= WANT_COEXISTENCE WANT_DEBUG WANT_ENV_FLAGS WANT_ESD \ + WANT_IGNORE_SIGALARM WANT_MEMORY_CHECKS WANT_MEMORY_PROFILE -PLIST_SUB= VER=5.0 +PLIST_SUB= FULL_VER="${DISTVERSION}" \ + VER="${DISTVERSION:R}" + +OPTIONS_DEFINE= AUDIOFILE DBUS DCC_VIDEO DCC_VOICE DOCS DOXYGEN ENCHANT GSM \ + GTKSTYLE KDE OGG PERL PHONON PYTHON NLS SVG WEBENGINE +OPTIONS_DEFAULT= AUDIOFILE DBUS DCC_VOICE ENCHANT GSM KDE OGG PERL PHONON \ + PYTHON SVG WEBENGINE +OPTIONS_SUB= yes + +DCC_VIDEO_DESC= Direct client video connection support (experimental) +DCC_VOICE_DESC= Direct client voice connection support +GTKSTYLE_DESC= Enable QGtkStyle + +AUDIOFILE_LIB_DEPENDS= libaudiofile.so:audio/libaudiofile +AUDIOFILE_CMAKE_BOOL= WANT_AUDIOFILE + +DBUS_USE= qt=dbus +DBUS_CMAKE_BOOL= WANT_QTDBUS + +DCC_VIDEO_CMAKE_BOOL= WANT_DCC_VIDEO +DCC_VIDEO_BROKEN= qt5 support dropped: https://github.com/kvirc/KVIrc/pull/2628 + +DCC_VOICE_CMAKE_BOOL= WANT_DCC_VOICE + +DOCS_USES= perl5 +DOCS_USE= perl5:build +DOCS_CMAKE_BOOL= WANT_PERL_DOCS + +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_CMAKE_BOOL= WANT_DOXYGEN + +ENCHANT_LIB_DEPENDS= libenchant-2.so:textproc/enchant2 +ENCHANT_CMAKE_BOOL= WANT_SPELLCHECKER + +# Used via dlopen() +GSM_RUN_DEPENDS= ${LOCALBASE}/lib/libgsm.so:audio/gsm +GSM_CMAKE_BOOL= WANT_GSM + +GTKSTYLE_CMAKE_BOOL= WANT_GTKSTYLE + +KDE_IMPLIES= DBUS +KDE_USES= kde:5 +KDE_USE= kde=auth,codecs,completion,config,configwidgets,coreaddons,i18n \ + kde=jobwidgets,kio,notifications,parts,phonon,service,solid \ + kde=sonnet,textwidgets,widgetsaddons,windowsystem,xmlgui,ecm:build +KDE_CMAKE_BOOL= WANT_KDE + +NLS_USES= gettext-tools +NLS_CMAKE_BOOL= WANT_GETTEXT + +OGG_LIB_DEPENDS= libogg.so:audio/libogg \ + libvorbis.so:audio/libvorbis \ + libtheoradec.so:multimedia/libtheora +OGG_CMAKE_BOOL= WANT_OGG_THEORA + +PERL_USES= perl5 +PERL_USE= perl5:run +PERL_CMAKE_BOOL= WANT_PERL + +PHONON_USES= kde:5 +PHONON_USE= kde=phonon +PHONON_CMAKE_BOOL= WANT_PHONON + +PYTHON_USES= python +PYTHON_CMAKE_BOOL= WANT_PYTHON + +SVG_USE= qt=svg +SVG_CMAKE_BOOL= WANT_QTSVG + +WEBENGINE_USE= qt=location,webchannel,webengine +WEBENGINE_CMAKE_BOOL= WANT_QTWEBENGINE .include diff --git a/irc/kvirc/distinfo b/irc/kvirc/distinfo index 196a6a22b47..165cbd0c3ca 100644 --- a/irc/kvirc/distinfo +++ b/irc/kvirc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672868502 -SHA256 (KVIrc-KVIrc-5.0.0-102-geb3fdd6b1_GH0.tar.gz) = 33469ddba50c27eacc1e41a4b47c0941ef9dca3e45a392e761eb3873bd3957b3 -SIZE (KVIrc-KVIrc-5.0.0-102-geb3fdd6b1_GH0.tar.gz) = 6168940 +TIMESTAMP = 1715539544 +SHA256 (KVIrc-KVIrc-5.2.4_GH0.tar.gz) = 99bb33d9bd42060dc3dcd8783db036bebd9a23f29c4cef99facf0e0d5cd12d6b +SIZE (KVIrc-KVIrc-5.2.4_GH0.tar.gz) = 6333384 diff --git a/irc/kvirc/files/patch-src_kvilib_CMakeLists.txt b/irc/kvirc/files/patch-src_kvilib_CMakeLists.txt deleted file mode 100644 index d5a961e8de9..00000000000 --- a/irc/kvirc/files/patch-src_kvilib_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- src/kvilib/CMakeLists.txt.orig 2020-01-25 22:07:57 UTC -+++ src/kvilib/CMakeLists.txt -@@ -129,6 +129,7 @@ endif() - - add_library(${KVILIB_BINARYNAME} SHARED ${kvilib_SRCS} ${kvilib_MOC_SRCS}) - target_link_libraries(${KVILIB_BINARYNAME} ${LIBS}) -+target_link_libraries(${KVILIB_BINARYNAME} Threads::Threads) - - # Enable C++14 - set_property(TARGET ${KVILIB_BINARYNAME} PROPERTY CXX_STANDARD 14) diff --git a/irc/kvirc/files/patch-src_modules_iograph_libkviiograph.cpp b/irc/kvirc/files/patch-src_modules_iograph_libkviiograph.cpp deleted file mode 100644 index fcd11f3b054..00000000000 --- a/irc/kvirc/files/patch-src_modules_iograph_libkviiograph.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/modules/iograph/libkviiograph.cpp.orig 2020-05-18 14:33:26 UTC -+++ src/modules/iograph/libkviiograph.cpp -@@ -38,1 +38,1 @@ - - #include - #include -+#include - - #ifdef COMPILE_PSEUDO_TRANSPARENCY - extern KVIRC_API QPixmap * g_pShadedChildGlobalDesktopBackground; diff --git a/irc/kvirc/pkg-plist b/irc/kvirc/pkg-plist index d519345a970..3ce7927c24b 100644 --- a/irc/kvirc/pkg-plist +++ b/irc/kvirc/pkg-plist @@ -38,12 +38,12 @@ lib/kvirc/%%VER%%/modules/libkvinotifier.so lib/kvirc/%%VER%%/modules/libkviobjects.so lib/kvirc/%%VER%%/modules/libkvioptions.so lib/kvirc/%%VER%%/modules/libkvipackage.so -lib/kvirc/%%VER%%/modules/libkviperl.so -lib/kvirc/%%VER%%/modules/libkviperlcore.so +%%PERL%%lib/kvirc/%%VER%%/modules/libkviperl.so +%%PERL%%lib/kvirc/%%VER%%/modules/libkviperlcore.so lib/kvirc/%%VER%%/modules/libkvipopup.so lib/kvirc/%%VER%%/modules/libkvipopupeditor.so lib/kvirc/%%VER%%/modules/libkviproxydb.so -lib/kvirc/%%VER%%/modules/libkvipython.so +%%PYTHON%%lib/kvirc/%%VER%%/modules/libkvipython.so lib/kvirc/%%VER%%/modules/libkvipythoncore.so lib/kvirc/%%VER%%/modules/libkviraweditor.so lib/kvirc/%%VER%%/modules/libkviregchan.so @@ -57,7 +57,7 @@ lib/kvirc/%%VER%%/modules/libkvisharedfileswindow.so lib/kvirc/%%VER%%/modules/libkvisnd.so lib/kvirc/%%VER%%/modules/libkvisocketspy.so lib/kvirc/%%VER%%/modules/libkvispaste.so -lib/kvirc/%%VER%%/modules/libkvispellchecker.so +%%ENCHANT%%lib/kvirc/%%VER%%/modules/libkvispellchecker.so lib/kvirc/%%VER%%/modules/libkvistr.so lib/kvirc/%%VER%%/modules/libkvisystem.so lib/kvirc/%%VER%%/modules/libkviterm.so @@ -75,13 +75,7 @@ lib/kvirc/%%VER%%/modules/libkviuserlist.so lib/kvirc/%%VER%%/modules/libkviwindow.so lib/libkvilib.so lib/libkvilib.so.5 -lib/libkvilib.so.5.0.1 -share/man/de/man1/kvirc.1.gz -share/man/fr/man1/kvirc.1.gz -share/man/it/man1/kvirc.1.gz -share/man/man1/kvirc.1.gz -share/man/pt/man1/kvirc.1.gz -share/man/uk/man1/kvirc.1.gz +lib/libkvilib.so.%%FULL_VER%% share/applications/net.kvirc.KVIrc5.desktop share/icons/hicolor/128x128/apps/kvirc.png share/icons/hicolor/128x128/mimetypes/application-x-kva.png @@ -119,6 +113,7 @@ share/kvirc/%%VER%%/config/modules/libkvitip_cs.kvc share/kvirc/%%VER%%/config/modules/libkvitip_de.kvc share/kvirc/%%VER%%/config/modules/libkvitip_fi.kvc share/kvirc/%%VER%%/config/modules/libkvitip_it.kvc +share/kvirc/%%VER%%/config/modules/libkvitip_pl.kvc share/kvirc/%%VER%%/config/modules/libkvitip_pt.kvc share/kvirc/%%VER%%/config/modules/libkvitip_ru.kvc share/kvirc/%%VER%%/config/modules/libkvitip_uk.kvc @@ -132,1692 +127,1733 @@ share/kvirc/%%VER%%/defscript/default.kvs share/kvirc/%%VER%%/defscript/events.kvs share/kvirc/%%VER%%/defscript/popups.kvs share/kvirc/%%VER%%/defscript/toolbars.kvs -share/kvirc/%%VER%%/help/en/_db_class.idx -share/kvirc/%%VER%%/help/en/_db_command.idx -share/kvirc/%%VER%%/help/en/_db_event.idx -share/kvirc/%%VER%%/help/en/_db_function.idx -share/kvirc/%%VER%%/help/en/_db_generic.idx -share/kvirc/%%VER%%/help/en/_db_keyterms.idx -share/kvirc/%%VER%%/help/en/_db_language.idx -share/kvirc/%%VER%%/help/en/_db_module.idx -share/kvirc/%%VER%%/help/en/_db_widget.idx -share/kvirc/%%VER%%/help/en/class_button.html -share/kvirc/%%VER%%/help/en/class_buttongroup.html -share/kvirc/%%VER%%/help/en/class_checkbox.html -share/kvirc/%%VER%%/help/en/class_colordialog.html -share/kvirc/%%VER%%/help/en/class_combobox.html -share/kvirc/%%VER%%/help/en/class_datetimeedit.html -share/kvirc/%%VER%%/help/en/class_dialog.html -share/kvirc/%%VER%%/help/en/class_dockwindow.html -share/kvirc/%%VER%%/help/en/class_file.html -share/kvirc/%%VER%%/help/en/class_ftp.html -share/kvirc/%%VER%%/help/en/class_groupbox.html -share/kvirc/%%VER%%/help/en/class_hbox.html -share/kvirc/%%VER%%/help/en/class_http.html -share/kvirc/%%VER%%/help/en/class_label.html -share/kvirc/%%VER%%/help/en/class_layout.html -share/kvirc/%%VER%%/help/en/class_lcdnumber.html -share/kvirc/%%VER%%/help/en/class_lineedit.html -share/kvirc/%%VER%%/help/en/class_list.html -share/kvirc/%%VER%%/help/en/class_listbox.html -share/kvirc/%%VER%%/help/en/class_listview.html -share/kvirc/%%VER%%/help/en/class_listviewitem.html -share/kvirc/%%VER%%/help/en/class_mainwindow.html -share/kvirc/%%VER%%/help/en/class_memorybuffer.html -share/kvirc/%%VER%%/help/en/class_menubar.html -share/kvirc/%%VER%%/help/en/class_multilineedit.html -share/kvirc/%%VER%%/help/en/class_object.html -share/kvirc/%%VER%%/help/en/class_painter.html -share/kvirc/%%VER%%/help/en/class_pixmap.html -share/kvirc/%%VER%%/help/en/class_popupmenu.html -share/kvirc/%%VER%%/help/en/class_process.html -share/kvirc/%%VER%%/help/en/class_progressbar.html -share/kvirc/%%VER%%/help/en/class_radiobutton.html -share/kvirc/%%VER%%/help/en/class_slider.html -share/kvirc/%%VER%%/help/en/class_socket.html -share/kvirc/%%VER%%/help/en/class_spinbox.html -share/kvirc/%%VER%%/help/en/class_sql.html -share/kvirc/%%VER%%/help/en/class_tablewidget.html -share/kvirc/%%VER%%/help/en/class_tabwidget.html -share/kvirc/%%VER%%/help/en/class_textbrowser.html -share/kvirc/%%VER%%/help/en/class_toolbar.html -share/kvirc/%%VER%%/help/en/class_toolbutton.html -share/kvirc/%%VER%%/help/en/class_trayicon.html -share/kvirc/%%VER%%/help/en/class_vbox.html -share/kvirc/%%VER%%/help/en/class_webview.html -share/kvirc/%%VER%%/help/en/class_widget.html -share/kvirc/%%VER%%/help/en/class_window.html -share/kvirc/%%VER%%/help/en/class_wizard.html -share/kvirc/%%VER%%/help/en/class_workspace.html -share/kvirc/%%VER%%/help/en/class_wrapper.html -share/kvirc/%%VER%%/help/en/class_xmlreader.html -share/kvirc/%%VER%%/help/en/cmd_about.kvirc.html -share/kvirc/%%VER%%/help/en/cmd_action.create.html -share/kvirc/%%VER%%/help/en/cmd_action.destroy.html -share/kvirc/%%VER%%/help/en/cmd_action.disable.html -share/kvirc/%%VER%%/help/en/cmd_action.enable.html -share/kvirc/%%VER%%/help/en/cmd_action.list.html -share/kvirc/%%VER%%/help/en/cmd_action.trigger.html -share/kvirc/%%VER%%/help/en/cmd_actioneditor.open.html -share/kvirc/%%VER%%/help/en/cmd_addon.configure.html -share/kvirc/%%VER%%/help/en/cmd_addon.dialog.html -share/kvirc/%%VER%%/help/en/cmd_addon.help.html -share/kvirc/%%VER%%/help/en/cmd_addon.install.html -share/kvirc/%%VER%%/help/en/cmd_addon.installfiles.html -share/kvirc/%%VER%%/help/en/cmd_addon.list.html -share/kvirc/%%VER%%/help/en/cmd_addon.pack.html -share/kvirc/%%VER%%/help/en/cmd_addon.register.html -share/kvirc/%%VER%%/help/en/cmd_addon.setconfigurecallback.html -share/kvirc/%%VER%%/help/en/cmd_addon.sethelpcallback.html -share/kvirc/%%VER%%/help/en/cmd_addon.uninstall.html -share/kvirc/%%VER%%/help/en/cmd_admin.html -share/kvirc/%%VER%%/help/en/cmd_ahost.html -share/kvirc/%%VER%%/help/en/cmd_alias.html -share/kvirc/%%VER%%/help/en/cmd_aliaseditor.open.html -share/kvirc/%%VER%%/help/en/cmd_avatar.notify.html -share/kvirc/%%VER%%/help/en/cmd_avatar.query.html -share/kvirc/%%VER%%/help/en/cmd_avatar.set.html -share/kvirc/%%VER%%/help/en/cmd_avatar.unset.html -share/kvirc/%%VER%%/help/en/cmd_away.html -share/kvirc/%%VER%%/help/en/cmd_awhois.html -share/kvirc/%%VER%%/help/en/cmd_back.html -share/kvirc/%%VER%%/help/en/cmd_ban.html -share/kvirc/%%VER%%/help/en/cmd_beep.html -share/kvirc/%%VER%%/help/en/cmd_break.html -share/kvirc/%%VER%%/help/en/cmd_button.html -share/kvirc/%%VER%%/help/en/cmd_buttonctl.html -share/kvirc/%%VER%%/help/en/cmd_cap.html -share/kvirc/%%VER%%/help/en/cmd_chanadmin.html -share/kvirc/%%VER%%/help/en/cmd_channelsjoin.open.html -share/kvirc/%%VER%%/help/en/cmd_chanowner.html -share/kvirc/%%VER%%/help/en/cmd_class.html -share/kvirc/%%VER%%/help/en/cmd_classeditor.open.html -share/kvirc/%%VER%%/help/en/cmd_codepage.html -share/kvirc/%%VER%%/help/en/cmd_codetester.open.html -share/kvirc/%%VER%%/help/en/cmd_config.clear.html -share/kvirc/%%VER%%/help/en/cmd_config.clearsection.html -share/kvirc/%%VER%%/help/en/cmd_config.close.html -share/kvirc/%%VER%%/help/en/cmd_config.flush.html -share/kvirc/%%VER%%/help/en/cmd_config.setsection.html -share/kvirc/%%VER%%/help/en/cmd_config.write.html -share/kvirc/%%VER%%/help/en/cmd_context.clearqueue.html -share/kvirc/%%VER%%/help/en/cmd_continue.html -share/kvirc/%%VER%%/help/en/cmd_ctcp.html -share/kvirc/%%VER%%/help/en/cmd_dcc.abort.html -share/kvirc/%%VER%%/help/en/cmd_dcc.chat.html -share/kvirc/%%VER%%/help/en/cmd_dcc.get.html -share/kvirc/%%VER%%/help/en/cmd_dcc.recv.html -share/kvirc/%%VER%%/help/en/cmd_dcc.rsend.html -share/kvirc/%%VER%%/help/en/cmd_dcc.send.html -share/kvirc/%%VER%%/help/en/cmd_dcc.setbandwidthlimit.html -share/kvirc/%%VER%%/help/en/cmd_dcc.voice.html -share/kvirc/%%VER%%/help/en/cmd_debug.html -share/kvirc/%%VER%%/help/en/cmd_dechanadmin.html -share/kvirc/%%VER%%/help/en/cmd_dechanowner.html -share/kvirc/%%VER%%/help/en/cmd_defpopup.html -share/kvirc/%%VER%%/help/en/cmd_dehalfop.html -share/kvirc/%%VER%%/help/en/cmd_delete.html -share/kvirc/%%VER%%/help/en/cmd_delpopupitem.html -share/kvirc/%%VER%%/help/en/cmd_deop.html -share/kvirc/%%VER%%/help/en/cmd_destroy.html -share/kvirc/%%VER%%/help/en/cmd_deuserop.html -share/kvirc/%%VER%%/help/en/cmd_devoice.html -share/kvirc/%%VER%%/help/en/cmd_dialog.file.html -share/kvirc/%%VER%%/help/en/cmd_dialog.image.html -share/kvirc/%%VER%%/help/en/cmd_dialog.message.html -share/kvirc/%%VER%%/help/en/cmd_dialog.textinput.html -share/kvirc/%%VER%%/help/en/cmd_die.html -share/kvirc/%%VER%%/help/en/cmd_do.html -share/kvirc/%%VER%%/help/en/cmd_echo.html -share/kvirc/%%VER%%/help/en/cmd_echoprivmsg.html -share/kvirc/%%VER%%/help/en/cmd_error.html -share/kvirc/%%VER%%/help/en/cmd_eval.html -share/kvirc/%%VER%%/help/en/cmd_event.html -share/kvirc/%%VER%%/help/en/cmd_eventctl.html -share/kvirc/%%VER%%/help/en/cmd_eventeditor.open.html -share/kvirc/%%VER%%/help/en/cmd_exec.html -share/kvirc/%%VER%%/help/en/cmd_exit.html -share/kvirc/%%VER%%/help/en/cmd_file.addimagepath.html -share/kvirc/%%VER%%/help/en/cmd_file.copy.html -share/kvirc/%%VER%%/help/en/cmd_file.delimagepath.html -share/kvirc/%%VER%%/help/en/cmd_file.mkdir.html -share/kvirc/%%VER%%/help/en/cmd_file.remove.html -share/kvirc/%%VER%%/help/en/cmd_file.rename.html -share/kvirc/%%VER%%/help/en/cmd_file.rmdir.html -share/kvirc/%%VER%%/help/en/cmd_file.write.html -share/kvirc/%%VER%%/help/en/cmd_file.writebytes.html -share/kvirc/%%VER%%/help/en/cmd_file.writelines.html -share/kvirc/%%VER%%/help/en/cmd_filetransferwindow.clear.html -share/kvirc/%%VER%%/help/en/cmd_filetransferwindow.open.html -share/kvirc/%%VER%%/help/en/cmd_for.html -share/kvirc/%%VER%%/help/en/cmd_foreach.html -share/kvirc/%%VER%%/help/en/cmd_function.html -share/kvirc/%%VER%%/help/en/cmd_global.html -share/kvirc/%%VER%%/help/en/cmd_halfop.html -share/kvirc/%%VER%%/help/en/cmd_halt.html -share/kvirc/%%VER%%/help/en/cmd_help.html -share/kvirc/%%VER%%/help/en/cmd_help.open.html -share/kvirc/%%VER%%/help/en/cmd_host.html -share/kvirc/%%VER%%/help/en/cmd_http.asyncget.html -share/kvirc/%%VER%%/help/en/cmd_http.get.html -share/kvirc/%%VER%%/help/en/cmd_ident.start.html -share/kvirc/%%VER%%/help/en/cmd_ident.stop.html -share/kvirc/%%VER%%/help/en/cmd_if.html -share/kvirc/%%VER%%/help/en/cmd_include.html -share/kvirc/%%VER%%/help/en/cmd_info.html -share/kvirc/%%VER%%/help/en/cmd_inject.html -share/kvirc/%%VER%%/help/en/cmd_invite.html -share/kvirc/%%VER%%/help/en/cmd_iograph.open.html -share/kvirc/%%VER%%/help/en/cmd_ison.html -share/kvirc/%%VER%%/help/en/cmd_join.html -share/kvirc/%%VER%%/help/en/cmd_kick.html -share/kvirc/%%VER%%/help/en/cmd_killtimer.html -share/kvirc/%%VER%%/help/en/cmd_leave.html -share/kvirc/%%VER%%/help/en/cmd_links.html -share/kvirc/%%VER%%/help/en/cmd_links.open.html -share/kvirc/%%VER%%/help/en/cmd_list.html -share/kvirc/%%VER%%/help/en/cmd_list.open.html -share/kvirc/%%VER%%/help/en/cmd_listtimers.html -share/kvirc/%%VER%%/help/en/cmd_log.flush.html -share/kvirc/%%VER%%/help/en/cmd_log.start.html -share/kvirc/%%VER%%/help/en/cmd_log.stop.html -share/kvirc/%%VER%%/help/en/cmd_logview.open.html -share/kvirc/%%VER%%/help/en/cmd_lusers.html -share/kvirc/%%VER%%/help/en/cmd_map.html -share/kvirc/%%VER%%/help/en/cmd_me.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.detect.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.hide.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.jumpto.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.minimize.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.mute.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.next.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.pause.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.play.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.playmrl.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.prev.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.quit.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.seteqdata.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setplayer.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setplaylistpos.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setrepeat.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setshuffle.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setvol.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.show.html -share/kvirc/%%VER%%/help/en/cmd_mediaplayer.stop.html -share/kvirc/%%VER%%/help/en/cmd_mode.html -share/kvirc/%%VER%%/help/en/cmd_motd.html -share/kvirc/%%VER%%/help/en/cmd_msg.html -share/kvirc/%%VER%%/help/en/cmd_my.startidletimer.html -share/kvirc/%%VER%%/help/en/cmd_my.stopidletimer.html -share/kvirc/%%VER%%/help/en/cmd_nick.html -share/kvirc/%%VER%%/help/en/cmd_notice.html -share/kvirc/%%VER%%/help/en/cmd_notifier.hide.html -share/kvirc/%%VER%%/help/en/cmd_notifier.message.html -share/kvirc/%%VER%%/help/en/cmd_notifier.show.html -share/kvirc/%%VER%%/help/en/cmd_objects.clearobjects.html -share/kvirc/%%VER%%/help/en/cmd_objects.connect.html -share/kvirc/%%VER%%/help/en/cmd_objects.disconnect.html -share/kvirc/%%VER%%/help/en/cmd_objects.killclass.html -share/kvirc/%%VER%%/help/en/cmd_op.html -share/kvirc/%%VER%%/help/en/cmd_openurl.html -share/kvirc/%%VER%%/help/en/cmd_oper.html -share/kvirc/%%VER%%/help/en/cmd_operwall.html -share/kvirc/%%VER%%/help/en/cmd_option.html -share/kvirc/%%VER%%/help/en/cmd_options.close.html -share/kvirc/%%VER%%/help/en/cmd_options.dialog.html -share/kvirc/%%VER%%/help/en/cmd_options.edit.html -share/kvirc/%%VER%%/help/en/cmd_options.pages.html -share/kvirc/%%VER%%/help/en/cmd_options.save.html -share/kvirc/%%VER%%/help/en/cmd_package.extractfield.html -share/kvirc/%%VER%%/help/en/cmd_parse.html -share/kvirc/%%VER%%/help/en/cmd_part.html -share/kvirc/%%VER%%/help/en/cmd_pass.html -share/kvirc/%%VER%%/help/en/cmd_perl.begin.html -share/kvirc/%%VER%%/help/en/cmd_perl.destroy.html -share/kvirc/%%VER%%/help/en/cmd_perl.end.html -share/kvirc/%%VER%%/help/en/cmd_play.html -share/kvirc/%%VER%%/help/en/cmd_popup.addepilogue.html -share/kvirc/%%VER%%/help/en/cmd_popup.addextpopup.html -share/kvirc/%%VER%%/help/en/cmd_popup.additem.html -share/kvirc/%%VER%%/help/en/cmd_popup.addlabel.html -share/kvirc/%%VER%%/help/en/cmd_popup.addprologue.html -share/kvirc/%%VER%%/help/en/cmd_popup.addseparator.html -share/kvirc/%%VER%%/help/en/cmd_popup.addsubpopup.html -share/kvirc/%%VER%%/help/en/cmd_popup.clear.html -share/kvirc/%%VER%%/help/en/cmd_popup.create.html -share/kvirc/%%VER%%/help/en/cmd_popup.delitem.html -share/kvirc/%%VER%%/help/en/cmd_popup.destroy.html -share/kvirc/%%VER%%/help/en/cmd_popup.html -share/kvirc/%%VER%%/help/en/cmd_popup.show.html -share/kvirc/%%VER%%/help/en/cmd_popupeditor.open.html -share/kvirc/%%VER%%/help/en/cmd_privateimpl.html -share/kvirc/%%VER%%/help/en/cmd_privmsg.html -share/kvirc/%%VER%%/help/en/cmd_proxydb.addproxy.html -share/kvirc/%%VER%%/help/en/cmd_proxydb.sethostname.html -share/kvirc/%%VER%%/help/en/cmd_proxydb.setip.html -share/kvirc/%%VER%%/help/en/cmd_proxydb.setipv6.html -share/kvirc/%%VER%%/help/en/cmd_proxydb.setpass.html -share/kvirc/%%VER%%/help/en/cmd_proxydb.setport.html -share/kvirc/%%VER%%/help/en/cmd_proxydb.setprotocol.html -share/kvirc/%%VER%%/help/en/cmd_proxydb.setuser.html -share/kvirc/%%VER%%/help/en/cmd_python.begin.html -share/kvirc/%%VER%%/help/en/cmd_python.destroy.html -share/kvirc/%%VER%%/help/en/cmd_python.end.html -share/kvirc/%%VER%%/help/en/cmd_query.html -share/kvirc/%%VER%%/help/en/cmd_quit.html -share/kvirc/%%VER%%/help/en/cmd_quote.html -share/kvirc/%%VER%%/help/en/cmd_raise.html -share/kvirc/%%VER%%/help/en/cmd_raw.html -share/kvirc/%%VER%%/help/en/cmd_raweditor.open.html -share/kvirc/%%VER%%/help/en/cmd_rebind.html -share/kvirc/%%VER%%/help/en/cmd_regchan.add.html -share/kvirc/%%VER%%/help/en/cmd_regchan.remove.html -share/kvirc/%%VER%%/help/en/cmd_regchan.setproperty.html -share/kvirc/%%VER%%/help/en/cmd_regchan.showlist.html -share/kvirc/%%VER%%/help/en/cmd_reguser.add.html -share/kvirc/%%VER%%/help/en/cmd_reguser.addmask.html -share/kvirc/%%VER%%/help/en/cmd_reguser.delmask.html -share/kvirc/%%VER%%/help/en/cmd_reguser.edit.html -share/kvirc/%%VER%%/help/en/cmd_reguser.remove.html -share/kvirc/%%VER%%/help/en/cmd_reguser.setignoreenabled.html -share/kvirc/%%VER%%/help/en/cmd_reguser.setignoreflags.html -share/kvirc/%%VER%%/help/en/cmd_reguser.setproperty.html -share/kvirc/%%VER%%/help/en/cmd_reguser.showlist.html -share/kvirc/%%VER%%/help/en/cmd_reguser.wizard.html -share/kvirc/%%VER%%/help/en/cmd_return.html -share/kvirc/%%VER%%/help/en/cmd_run.html -share/kvirc/%%VER%%/help/en/cmd_say.html -share/kvirc/%%VER%%/help/en/cmd_server.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.addnetwork.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.addserver.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkconnectcommand.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkdescription.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkencoding.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkjoinchannels.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworklogincommand.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworknickname.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkrealname.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworktextencoding.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkusername.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverconnectcommand.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverdescription.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverencoding.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverjoinchannels.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverlogincommand.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setservernickname.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverrealname.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setservertextencoding.html -share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverusername.html -share/kvirc/%%VER%%/help/en/cmd_service.html -share/kvirc/%%VER%%/help/en/cmd_setmenu.html -share/kvirc/%%VER%%/help/en/cmd_setreturn.html -share/kvirc/%%VER%%/help/en/cmd_sharedfile.add.html -share/kvirc/%%VER%%/help/en/cmd_sharedfile.clear.html -share/kvirc/%%VER%%/help/en/cmd_sharedfile.list.html -share/kvirc/%%VER%%/help/en/cmd_sharedfile.remove.html -share/kvirc/%%VER%%/help/en/cmd_sharedfileswindow.open.html -share/kvirc/%%VER%%/help/en/cmd_snd.mute.html -share/kvirc/%%VER%%/help/en/cmd_snd.play.html -share/kvirc/%%VER%%/help/en/cmd_snd.unmute.html -share/kvirc/%%VER%%/help/en/cmd_sockets.html -share/kvirc/%%VER%%/help/en/cmd_socketspy.open.html -share/kvirc/%%VER%%/help/en/cmd_spaste.clipboard.html -share/kvirc/%%VER%%/help/en/cmd_spaste.file.html -share/kvirc/%%VER%%/help/en/cmd_spaste.list.html -share/kvirc/%%VER%%/help/en/cmd_spaste.setdelay.html -share/kvirc/%%VER%%/help/en/cmd_spaste.stop.html -share/kvirc/%%VER%%/help/en/cmd_spellchecker.reloaddictionaries.html -share/kvirc/%%VER%%/help/en/cmd_squery.html -share/kvirc/%%VER%%/help/en/cmd_squit.html -share/kvirc/%%VER%%/help/en/cmd_srand.html -share/kvirc/%%VER%%/help/en/cmd_stats.html -share/kvirc/%%VER%%/help/en/cmd_str.toclipboard.html -share/kvirc/%%VER%%/help/en/cmd_switch.html -share/kvirc/%%VER%%/help/en/cmd_system.runcmd.html -share/kvirc/%%VER%%/help/en/cmd_system.setclipboard.html -share/kvirc/%%VER%%/help/en/cmd_system.setenv.html -share/kvirc/%%VER%%/help/en/cmd_system.setselection.html -share/kvirc/%%VER%%/help/en/cmd_term.open.html -share/kvirc/%%VER%%/help/en/cmd_texticons.set.html -share/kvirc/%%VER%%/help/en/cmd_theme.apply.html -share/kvirc/%%VER%%/help/en/cmd_theme.dialog.html -share/kvirc/%%VER%%/help/en/cmd_theme.install.html -share/kvirc/%%VER%%/help/en/cmd_theme.pack.html -share/kvirc/%%VER%%/help/en/cmd_theme.screenshot.html -share/kvirc/%%VER%%/help/en/cmd_time.html -share/kvirc/%%VER%%/help/en/cmd_timer.html -share/kvirc/%%VER%%/help/en/cmd_tip.open.html -share/kvirc/%%VER%%/help/en/cmd_tmphighlight.addchannel.html -share/kvirc/%%VER%%/help/en/cmd_tmphighlight.addnick.html -share/kvirc/%%VER%%/help/en/cmd_tmphighlight.removechannel.html -share/kvirc/%%VER%%/help/en/cmd_tmphighlight.removenick.html -share/kvirc/%%VER%%/help/en/cmd_toolbar.additem.html -share/kvirc/%%VER%%/help/en/cmd_toolbar.clear.html -share/kvirc/%%VER%%/help/en/cmd_toolbar.create.html -share/kvirc/%%VER%%/help/en/cmd_toolbar.destroy.html -share/kvirc/%%VER%%/help/en/cmd_toolbar.hide.html -share/kvirc/%%VER%%/help/en/cmd_toolbar.remove.html -share/kvirc/%%VER%%/help/en/cmd_toolbar.show.html -share/kvirc/%%VER%%/help/en/cmd_toolbareditor.open.html -share/kvirc/%%VER%%/help/en/cmd_topic.html -share/kvirc/%%VER%%/help/en/cmd_torrent.announce.html -share/kvirc/%%VER%%/help/en/cmd_torrent.detect.html -share/kvirc/%%VER%%/help/en/cmd_torrent.setclient.html -share/kvirc/%%VER%%/help/en/cmd_torrent.setfilepriority.html -share/kvirc/%%VER%%/help/en/cmd_torrent.setmaxdownloadspeed.html -share/kvirc/%%VER%%/help/en/cmd_torrent.setmaxuploadspeed.html -share/kvirc/%%VER%%/help/en/cmd_torrent.start.html -share/kvirc/%%VER%%/help/en/cmd_torrent.startall.html -share/kvirc/%%VER%%/help/en/cmd_torrent.stop.html -share/kvirc/%%VER%%/help/en/cmd_torrent.stopall.html -share/kvirc/%%VER%%/help/en/cmd_trace.html -share/kvirc/%%VER%%/help/en/cmd_trayicon.hide.html -share/kvirc/%%VER%%/help/en/cmd_trayicon.hidewindow.html -share/kvirc/%%VER%%/help/en/cmd_trayicon.show.html -share/kvirc/%%VER%%/help/en/cmd_trload.html -share/kvirc/%%VER%%/help/en/cmd_trunload.html -share/kvirc/%%VER%%/help/en/cmd_unban.html -share/kvirc/%%VER%%/help/en/cmd_unset.html -share/kvirc/%%VER%%/help/en/cmd_upnp.addportmapping.html -share/kvirc/%%VER%%/help/en/cmd_upnp.delportmapping.html -share/kvirc/%%VER%%/help/en/cmd_upnp.refresh.html -share/kvirc/%%VER%%/help/en/cmd_url.config.html -share/kvirc/%%VER%%/help/en/cmd_url.list.html -share/kvirc/%%VER%%/help/en/cmd_userop.html -share/kvirc/%%VER%%/help/en/cmd_version.html -share/kvirc/%%VER%%/help/en/cmd_voice.html -share/kvirc/%%VER%%/help/en/cmd_wallops.html -share/kvirc/%%VER%%/help/en/cmd_warning.html -share/kvirc/%%VER%%/help/en/cmd_while.html -share/kvirc/%%VER%%/help/en/cmd_who.html -share/kvirc/%%VER%%/help/en/cmd_whois.html -share/kvirc/%%VER%%/help/en/cmd_whowas.html -share/kvirc/%%VER%%/help/en/cmd_window.activate.html -share/kvirc/%%VER%%/help/en/cmd_window.clearoutput.html -share/kvirc/%%VER%%/help/en/cmd_window.close.html -share/kvirc/%%VER%%/help/en/cmd_window.demandattention.html -share/kvirc/%%VER%%/help/en/cmd_window.dock.html -share/kvirc/%%VER%%/help/en/cmd_window.highlight.html -share/kvirc/%%VER%%/help/en/cmd_window.insertininputtext.html -share/kvirc/%%VER%%/help/en/cmd_window.listtypes.html -share/kvirc/%%VER%%/help/en/cmd_window.savepropertiesasdefault.html -share/kvirc/%%VER%%/help/en/cmd_window.setbackground.html -share/kvirc/%%VER%%/help/en/cmd_window.setcryptengine.html -share/kvirc/%%VER%%/help/en/cmd_window.setinputtext.html -share/kvirc/%%VER%%/help/en/cmd_window.setwindowtitle.html -share/kvirc/%%VER%%/help/en/cmd_window.splitview.html -share/kvirc/%%VER%%/help/en/cmd_window.undock.html -share/kvirc/%%VER%%/help/en/cmd_window.unsplitview.html -share/kvirc/%%VER%%/help/en/doc_aliases.html -share/kvirc/%%VER%%/help/en/doc_antispam.html -share/kvirc/%%VER%%/help/en/doc_arrayconcatenation.html -share/kvirc/%%VER%%/help/en/doc_assignment.html -share/kvirc/%%VER%%/help/en/doc_binding.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_$.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_a.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_b.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_c.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_d.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_e.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_f.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_g.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_h.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_i.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_j.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_k.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_l.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_m.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_n.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_o.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_p.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_q.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_r.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_s.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_t.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_u.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_v.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_w.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_x.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_y.html -share/kvirc/%%VER%%/help/en/doc_class_alphabetic_z.html -share/kvirc/%%VER%%/help/en/doc_class_index_all.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_$.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_a.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_b.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_c.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_d.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_e.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_f.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_g.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_h.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_i.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_j.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_k.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_l.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_m.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_n.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_o.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_p.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_q.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_r.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_s.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_t.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_u.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_v.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_w.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_x.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_y.html -share/kvirc/%%VER%%/help/en/doc_command_alphabetic_z.html -share/kvirc/%%VER%%/help/en/doc_command_index_all.html -share/kvirc/%%VER%%/help/en/doc_command_rebinding.html -share/kvirc/%%VER%%/help/en/doc_commandline.html -share/kvirc/%%VER%%/help/en/doc_connection_dependent_commands.html -share/kvirc/%%VER%%/help/en/doc_crypt_engines.html -share/kvirc/%%VER%%/help/en/doc_ctcp_avatar.html -share/kvirc/%%VER%%/help/en/doc_ctcp_handling.html -share/kvirc/%%VER%%/help/en/doc_ctcpfloodprotectionoptions.html -share/kvirc/%%VER%%/help/en/doc_dcc_connection.html -share/kvirc/%%VER%%/help/en/doc_easyplugins.html -share/kvirc/%%VER%%/help/en/doc_escape_sequences.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_$.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_a.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_b.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_c.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_d.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_e.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_f.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_g.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_h.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_i.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_j.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_k.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_l.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_m.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_n.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_o.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_p.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_q.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_r.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_s.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_t.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_u.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_v.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_w.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_x.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_y.html -share/kvirc/%%VER%%/help/en/doc_event_alphabetic_z.html -share/kvirc/%%VER%%/help/en/doc_event_index_all.html -share/kvirc/%%VER%%/help/en/doc_events.html -share/kvirc/%%VER%%/help/en/doc_expressioneval.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_$.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_a.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_b.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_c.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_d.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_e.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_f.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_g.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_h.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_i.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_j.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_k.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_l.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_m.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_n.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_o.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_p.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_q.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_r.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_s.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_t.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_u.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_v.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_w.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_x.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_y.html -share/kvirc/%%VER%%/help/en/doc_function_alphabetic_z.html -share/kvirc/%%VER%%/help/en/doc_function_index_all.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_$.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_a.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_b.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_c.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_d.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_e.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_f.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_g.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_h.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_i.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_j.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_k.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_l.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_m.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_n.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_o.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_p.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_q.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_r.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_s.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_t.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_u.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_v.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_w.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_x.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_y.html -share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_z.html -share/kvirc/%%VER%%/help/en/doc_generic_index_all.html -share/kvirc/%%VER%%/help/en/doc_image_id.html -share/kvirc/%%VER%%/help/en/doc_incrementdecrement.html -share/kvirc/%%VER%%/help/en/doc_irc_masks.html -share/kvirc/%%VER%%/help/en/doc_ircintro.html -share/kvirc/%%VER%%/help/en/doc_keyboard.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_$.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_a.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_b.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_c.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_d.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_e.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_f.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_g.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_h.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_i.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_j.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_k.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_l.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_m.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_n.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_o.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_p.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_q.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_r.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_s.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_t.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_u.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_v.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_w.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_x.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_y.html -share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_z.html -share/kvirc/%%VER%%/help/en/doc_keyterms_index_all.html -share/kvirc/%%VER%%/help/en/doc_kvircintro.html -share/kvirc/%%VER%%/help/en/doc_kvs_addons.html -share/kvirc/%%VER%%/help/en/doc_kvs_aliasesandfunctions.html -share/kvirc/%%VER%%/help/en/doc_kvs_basicconcepts.html -share/kvirc/%%VER%%/help/en/doc_kvs_codingtips.html -share/kvirc/%%VER%%/help/en/doc_kvs_datatypes.html -share/kvirc/%%VER%%/help/en/doc_kvs_introduction.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_$.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_a.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_b.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_c.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_d.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_e.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_f.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_g.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_h.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_i.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_j.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_k.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_l.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_m.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_n.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_o.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_p.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_q.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_r.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_s.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_t.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_u.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_v.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_w.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_x.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_y.html -share/kvirc/%%VER%%/help/en/doc_language_alphabetic_z.html -share/kvirc/%%VER%%/help/en/doc_language_index_all.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_$.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_a.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_b.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_c.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_d.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_e.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_f.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_g.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_h.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_i.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_j.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_k.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_l.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_m.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_n.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_o.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_p.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_q.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_r.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_s.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_t.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_u.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_v.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_w.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_x.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_y.html -share/kvirc/%%VER%%/help/en/doc_module_alphabetic_z.html -share/kvirc/%%VER%%/help/en/doc_module_index_all.html -share/kvirc/%%VER%%/help/en/doc_modules.html -share/kvirc/%%VER%%/help/en/doc_nickserv_proto.html -share/kvirc/%%VER%%/help/en/doc_noblockingdialogs.html -share/kvirc/%%VER%%/help/en/doc_notify_list.html -share/kvirc/%%VER%%/help/en/doc_objects.html -share/kvirc/%%VER%%/help/en/doc_operators.html -share/kvirc/%%VER%%/help/en/doc_perl_and_kvs.html -share/kvirc/%%VER%%/help/en/doc_python_and_kvs.html -share/kvirc/%%VER%%/help/en/doc_registered_users.html -share/kvirc/%%VER%%/help/en/doc_rfc2812.html -share/kvirc/%%VER%%/help/en/doc_rfc2812wrappers.html -share/kvirc/%%VER%%/help/en/doc_script_localization.html -share/kvirc/%%VER%%/help/en/doc_selfarithmetic.html -share/kvirc/%%VER%%/help/en/doc_selfbitwise.html -share/kvirc/%%VER%%/help/en/doc_shared_files.html -share/kvirc/%%VER%%/help/en/doc_stringconcatenation.html -share/kvirc/%%VER%%/help/en/doc_syntactic_rules.html -share/kvirc/%%VER%%/help/en/doc_texticons.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_$.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_a.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_b.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_c.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_d.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_e.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_f.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_g.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_h.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_i.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_j.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_k.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_l.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_m.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_n.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_o.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_p.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_q.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_r.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_s.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_t.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_u.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_v.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_w.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_x.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_y.html -share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_z.html -share/kvirc/%%VER%%/help/en/doc_widget_index_all.html -share/kvirc/%%VER%%/help/en/doc_window_naming_conventions.html -share/kvirc/%%VER%%/help/en/documentation.5.0.1.tag -share/kvirc/%%VER%%/help/en/event_onaccelkeypressed.html -share/kvirc/%%VER%%/help/en/event_onaccount.html -share/kvirc/%%VER%%/help/en/event_onaction.html -share/kvirc/%%VER%%/help/en/event_onaway.html -share/kvirc/%%VER%%/help/en/event_onban.html -share/kvirc/%%VER%%/help/en/event_onbanexception.html -share/kvirc/%%VER%%/help/en/event_onbanexceptionremove.html -share/kvirc/%%VER%%/help/en/event_onbroadcastnotice.html -share/kvirc/%%VER%%/help/en/event_oncap.html -share/kvirc/%%VER%%/help/en/event_onchanadmin.html -share/kvirc/%%VER%%/help/en/event_onchannellinkclick.html -share/kvirc/%%VER%%/help/en/event_onchannellinkpopuprequest.html -share/kvirc/%%VER%%/help/en/event_onchannelmessage.html -share/kvirc/%%VER%%/help/en/event_onchannelmodechange.html -share/kvirc/%%VER%%/help/en/event_onchannelnickdefaultactionrequest.html -share/kvirc/%%VER%%/help/en/event_onchannelnicklinkclick.html -share/kvirc/%%VER%%/help/en/event_onchannelnickpopuprequest.html -share/kvirc/%%VER%%/help/en/event_onchannelnotice.html -share/kvirc/%%VER%%/help/en/event_onchannelpopuprequest.html -share/kvirc/%%VER%%/help/en/event_onchannelsync.html -share/kvirc/%%VER%%/help/en/event_onchannelwindowcreated.html -share/kvirc/%%VER%%/help/en/event_onchanowner.html -share/kvirc/%%VER%%/help/en/event_onchanservnotice.html -share/kvirc/%%VER%%/help/en/event_onconsolenicklinkclick.html -share/kvirc/%%VER%%/help/en/event_onconsolepopuprequest.html -share/kvirc/%%VER%%/help/en/event_onctcpflood.html -share/kvirc/%%VER%%/help/en/event_onctcpreply.html -share/kvirc/%%VER%%/help/en/event_onctcprequest.html -share/kvirc/%%VER%%/help/en/event_ondccchatconnected.html -share/kvirc/%%VER%%/help/en/event_ondccchatconnectioninprogress.html -share/kvirc/%%VER%%/help/en/event_ondccchatdisconnected.html -share/kvirc/%%VER%%/help/en/event_ondccchaterror.html -share/kvirc/%%VER%%/help/en/event_ondccchatmessage.html -share/kvirc/%%VER%%/help/en/event_ondccchatpopuprequest.html -share/kvirc/%%VER%%/help/en/event_ondccchatwindowclosing.html -share/kvirc/%%VER%%/help/en/event_ondccchatwindowcreated.html -share/kvirc/%%VER%%/help/en/event_ondccfiletransferbegin.html -share/kvirc/%%VER%%/help/en/event_ondccfiletransferconnectioninprogress.html -share/kvirc/%%VER%%/help/en/event_ondccfiletransferfailed.html -share/kvirc/%%VER%%/help/en/event_ondccfiletransfersuccess.html -share/kvirc/%%VER%%/help/en/event_ondccsessioncreated.html -share/kvirc/%%VER%%/help/en/event_ondccsessiondestroyed.html -share/kvirc/%%VER%%/help/en/event_ondechanadmin.html -share/kvirc/%%VER%%/help/en/event_ondechanowner.html -share/kvirc/%%VER%%/help/en/event_ondehalfop.html -share/kvirc/%%VER%%/help/en/event_ondeircop.html -share/kvirc/%%VER%%/help/en/event_ondeop.html -share/kvirc/%%VER%%/help/en/event_ondeuserop.html -share/kvirc/%%VER%%/help/en/event_ondevoice.html -share/kvirc/%%VER%%/help/en/event_ondisconnectrequest.html -share/kvirc/%%VER%%/help/en/event_onerror.html -share/kvirc/%%VER%%/help/en/event_onframewindowcreated.html -share/kvirc/%%VER%%/help/en/event_onframewindowdestroyed.html -share/kvirc/%%VER%%/help/en/event_onhalfop.html -share/kvirc/%%VER%%/help/en/event_onhighlight.html -share/kvirc/%%VER%%/help/en/event_onhostchange.html -share/kvirc/%%VER%%/help/en/event_onhostlinkclick.html -share/kvirc/%%VER%%/help/en/event_onhostlinkpopuprequest.html -share/kvirc/%%VER%%/help/en/event_onhttpgetterminated.html -share/kvirc/%%VER%%/help/en/event_onignoredmessage.html -share/kvirc/%%VER%%/help/en/event_oninputbarpaste.html -share/kvirc/%%VER%%/help/en/event_oninvite.html -share/kvirc/%%VER%%/help/en/event_oninviteexception.html -share/kvirc/%%VER%%/help/en/event_oninviteexceptionremove.html -share/kvirc/%%VER%%/help/en/event_onirc.html -share/kvirc/%%VER%%/help/en/event_onircconnectionestablished.html -share/kvirc/%%VER%%/help/en/event_onircconnectionterminated.html -share/kvirc/%%VER%%/help/en/event_onirccontextcreated.html -share/kvirc/%%VER%%/help/en/event_onirccontextdestroyed.html -share/kvirc/%%VER%%/help/en/event_onircop.html -share/kvirc/%%VER%%/help/en/event_onjoin.html -share/kvirc/%%VER%%/help/en/event_onkeyset.html -share/kvirc/%%VER%%/help/en/event_onkeyunset.html -share/kvirc/%%VER%%/help/en/event_onkick.html -share/kvirc/%%VER%%/help/en/event_onkvircshutdown.html -share/kvirc/%%VER%%/help/en/event_onkvircstartup.html -share/kvirc/%%VER%%/help/en/event_onlagalarmtimedown.html -share/kvirc/%%VER%%/help/en/event_onlagalarmtimeup.html -share/kvirc/%%VER%%/help/en/event_onlagcheck.html -share/kvirc/%%VER%%/help/en/event_onlimitset.html -share/kvirc/%%VER%%/help/en/event_onlimitunset.html -share/kvirc/%%VER%%/help/en/event_onmeaction.html -share/kvirc/%%VER%%/help/en/event_onmeaway.html -share/kvirc/%%VER%%/help/en/event_onmeback.html -share/kvirc/%%VER%%/help/en/event_onmeban.html -share/kvirc/%%VER%%/help/en/event_onmebanexception.html -share/kvirc/%%VER%%/help/en/event_onmebanexceptionremove.html -share/kvirc/%%VER%%/help/en/event_onmechanadmin.html -share/kvirc/%%VER%%/help/en/event_onmechanowner.html -share/kvirc/%%VER%%/help/en/event_onmedechanadmin.html -share/kvirc/%%VER%%/help/en/event_onmedechanowner.html -share/kvirc/%%VER%%/help/en/event_onmedehalfop.html -share/kvirc/%%VER%%/help/en/event_onmedeircop.html -share/kvirc/%%VER%%/help/en/event_onmedeop.html -share/kvirc/%%VER%%/help/en/event_onmedeuserop.html -share/kvirc/%%VER%%/help/en/event_onmedevoice.html -share/kvirc/%%VER%%/help/en/event_onmehalfop.html -share/kvirc/%%VER%%/help/en/event_onmehostchange.html -share/kvirc/%%VER%%/help/en/event_onmeinviteexception.html -share/kvirc/%%VER%%/help/en/event_onmeinviteexceptionremove.html -share/kvirc/%%VER%%/help/en/event_onmeircop.html -share/kvirc/%%VER%%/help/en/event_onmejoin.html -share/kvirc/%%VER%%/help/en/event_onmekick.html -share/kvirc/%%VER%%/help/en/event_onmemoservnotice.html -share/kvirc/%%VER%%/help/en/event_onmenickchange.html -share/kvirc/%%VER%%/help/en/event_onmeop.html -share/kvirc/%%VER%%/help/en/event_onmepart.html -share/kvirc/%%VER%%/help/en/event_onmequietban.html -share/kvirc/%%VER%%/help/en/event_onmequietunban.html -share/kvirc/%%VER%%/help/en/event_onmeunban.html -share/kvirc/%%VER%%/help/en/event_onmeuserop.html -share/kvirc/%%VER%%/help/en/event_onmevoice.html -share/kvirc/%%VER%%/help/en/event_onnetsplit.html -share/kvirc/%%VER%%/help/en/event_onnickchange.html -share/kvirc/%%VER%%/help/en/event_onnicklinkdefaultactionrequest.html -share/kvirc/%%VER%%/help/en/event_onnicklinkpopuprequest.html -share/kvirc/%%VER%%/help/en/event_onnickservauth.html -share/kvirc/%%VER%%/help/en/event_onnickservnotice.html -share/kvirc/%%VER%%/help/en/event_onnotifylistdefaultactionrequest.html -share/kvirc/%%VER%%/help/en/event_onnotifylistpopuprequest.html -share/kvirc/%%VER%%/help/en/event_onnotifyoffline.html -share/kvirc/%%VER%%/help/en/event_onnotifyonline.html -share/kvirc/%%VER%%/help/en/event_onop.html -share/kvirc/%%VER%%/help/en/event_onoutboundtraffic.html -share/kvirc/%%VER%%/help/en/event_onpart.html -share/kvirc/%%VER%%/help/en/event_onping.html -share/kvirc/%%VER%%/help/en/event_onpong.html -share/kvirc/%%VER%%/help/en/event_onqueryfiledropped.html -share/kvirc/%%VER%%/help/en/event_onquerymessage.html -share/kvirc/%%VER%%/help/en/event_onquerynickdefaultactionrequest.html -share/kvirc/%%VER%%/help/en/event_onquerynicklinkclick.html -share/kvirc/%%VER%%/help/en/event_onquerynickpopuprequest.html -share/kvirc/%%VER%%/help/en/event_onquerynotice.html -share/kvirc/%%VER%%/help/en/event_onquerypopuprequest.html -share/kvirc/%%VER%%/help/en/event_onquerytargetadded.html -share/kvirc/%%VER%%/help/en/event_onquerywindowcreated.html -share/kvirc/%%VER%%/help/en/event_onquerywindowrequest.html -share/kvirc/%%VER%%/help/en/event_onquietban.html -share/kvirc/%%VER%%/help/en/event_onquietunban.html -share/kvirc/%%VER%%/help/en/event_onquit.html -share/kvirc/%%VER%%/help/en/event_onserverlinkclick.html -share/kvirc/%%VER%%/help/en/event_onserverlinkpopuprequest.html -share/kvirc/%%VER%%/help/en/event_onservernotice.html -share/kvirc/%%VER%%/help/en/event_ontextinput.html -share/kvirc/%%VER%%/help/en/event_ontextviewdoublecliked.html -share/kvirc/%%VER%%/help/en/event_ontopic.html -share/kvirc/%%VER%%/help/en/event_onunban.html -share/kvirc/%%VER%%/help/en/event_onunhandledliteral.html -share/kvirc/%%VER%%/help/en/event_onurl.html -share/kvirc/%%VER%%/help/en/event_onurllinkclick.html -share/kvirc/%%VER%%/help/en/event_onurllinkpopuprequest.html -share/kvirc/%%VER%%/help/en/event_onusermodechange.html -share/kvirc/%%VER%%/help/en/event_onuserop.html -share/kvirc/%%VER%%/help/en/event_onvoice.html -share/kvirc/%%VER%%/help/en/event_onwallops.html -share/kvirc/%%VER%%/help/en/event_onwindowactivated.html -share/kvirc/%%VER%%/help/en/event_onwindowpopuprequest.html -share/kvirc/%%VER%%/help/en/event_onwindowtitlerequest.html -share/kvirc/%%VER%%/help/en/fnc_$.html -share/kvirc/%%VER%%/help/en/fnc_$window.cryptengine.html -share/kvirc/%%VER%%/help/en/fnc_$window.inputtext.html -share/kvirc/%%VER%%/help/en/fnc_action.exists.html -share/kvirc/%%VER%%/help/en/fnc_action.isenabled.html -share/kvirc/%%VER%%/help/en/fnc_active.html -share/kvirc/%%VER%%/help/en/fnc_addon.exists.html -share/kvirc/%%VER%%/help/en/fnc_addon.version.html -share/kvirc/%%VER%%/help/en/fnc_aliasbody.html -share/kvirc/%%VER%%/help/en/fnc_array.html -share/kvirc/%%VER%%/help/en/fnc_ascii.html -share/kvirc/%%VER%%/help/en/fnc_asciitobase64.html -share/kvirc/%%VER%%/help/en/fnc_asciitohex.html -share/kvirc/%%VER%%/help/en/fnc_avatar.name.html -share/kvirc/%%VER%%/help/en/fnc_avatar.path.html -share/kvirc/%%VER%%/help/en/fnc_away.html -share/kvirc/%%VER%%/help/en/fnc_b.html -share/kvirc/%%VER%%/help/en/fnc_base64toascii.html -share/kvirc/%%VER%%/help/en/fnc_bool.html -share/kvirc/%%VER%%/help/en/fnc_boolean.html -share/kvirc/%%VER%%/help/en/fnc_certificate.html -share/kvirc/%%VER%%/help/en/fnc_chan.admincount.html -share/kvirc/%%VER%%/help/en/fnc_chan.bancount.html -share/kvirc/%%VER%%/help/en/fnc_chan.banexceptioncount.html -share/kvirc/%%VER%%/help/en/fnc_chan.banexceptionlist.html -share/kvirc/%%VER%%/help/en/fnc_chan.banlist.html -share/kvirc/%%VER%%/help/en/fnc_chan.common.html -share/kvirc/%%VER%%/help/en/fnc_chan.getflag.html -share/kvirc/%%VER%%/help/en/fnc_chan.geturl.html -share/kvirc/%%VER%%/help/en/fnc_chan.halfopcount.html -share/kvirc/%%VER%%/help/en/fnc_chan.invitecount.html -share/kvirc/%%VER%%/help/en/fnc_chan.invitelist.html -share/kvirc/%%VER%%/help/en/fnc_chan.isadmin.html -share/kvirc/%%VER%%/help/en/fnc_chan.isdead.html -share/kvirc/%%VER%%/help/en/fnc_chan.ishalfop.html -share/kvirc/%%VER%%/help/en/fnc_chan.ismeadmin.html -share/kvirc/%%VER%%/help/en/fnc_chan.ismehalfop.html -share/kvirc/%%VER%%/help/en/fnc_chan.ismeop.html -share/kvirc/%%VER%%/help/en/fnc_chan.ismeowner.html -share/kvirc/%%VER%%/help/en/fnc_chan.ismeuserop.html -share/kvirc/%%VER%%/help/en/fnc_chan.ismevoice.html -share/kvirc/%%VER%%/help/en/fnc_chan.ison.html -share/kvirc/%%VER%%/help/en/fnc_chan.isop.html -share/kvirc/%%VER%%/help/en/fnc_chan.isowner.html -share/kvirc/%%VER%%/help/en/fnc_chan.isuserop.html -share/kvirc/%%VER%%/help/en/fnc_chan.isvoice.html -share/kvirc/%%VER%%/help/en/fnc_chan.key.html -share/kvirc/%%VER%%/help/en/fnc_chan.limit.html -share/kvirc/%%VER%%/help/en/fnc_chan.maskcount.html -share/kvirc/%%VER%%/help/en/fnc_chan.masklist.html -share/kvirc/%%VER%%/help/en/fnc_chan.matchban.html -share/kvirc/%%VER%%/help/en/fnc_chan.matchbanexception.html -share/kvirc/%%VER%%/help/en/fnc_chan.matchinvite.html -share/kvirc/%%VER%%/help/en/fnc_chan.matchmask.html -share/kvirc/%%VER%%/help/en/fnc_chan.matchqban.html -share/kvirc/%%VER%%/help/en/fnc_chan.mode.html -share/kvirc/%%VER%%/help/en/fnc_chan.modeparam.html -share/kvirc/%%VER%%/help/en/fnc_chan.name.html -share/kvirc/%%VER%%/help/en/fnc_chan.opcount.html -share/kvirc/%%VER%%/help/en/fnc_chan.ownercount.html -share/kvirc/%%VER%%/help/en/fnc_chan.topic.html -share/kvirc/%%VER%%/help/en/fnc_chan.topicsetat.html -share/kvirc/%%VER%%/help/en/fnc_chan.topicsetby.html -share/kvirc/%%VER%%/help/en/fnc_chan.usercount.html -share/kvirc/%%VER%%/help/en/fnc_chan.userjointime.html -share/kvirc/%%VER%%/help/en/fnc_chan.userlastactiontime.html -share/kvirc/%%VER%%/help/en/fnc_chan.usermodelevel.html -share/kvirc/%%VER%%/help/en/fnc_chan.useropcount.html -share/kvirc/%%VER%%/help/en/fnc_chan.users.html -share/kvirc/%%VER%%/help/en/fnc_chan.voicecount.html -share/kvirc/%%VER%%/help/en/fnc_channel.html -share/kvirc/%%VER%%/help/en/fnc_char.html -share/kvirc/%%VER%%/help/en/fnc_classdefined.html -share/kvirc/%%VER%%/help/en/fnc_config.filelist.html -share/kvirc/%%VER%%/help/en/fnc_config.filename.html -share/kvirc/%%VER%%/help/en/fnc_config.hassection.html -share/kvirc/%%VER%%/help/en/fnc_config.id.html -share/kvirc/%%VER%%/help/en/fnc_config.keylist.html -share/kvirc/%%VER%%/help/en/fnc_config.open.html -share/kvirc/%%VER%%/help/en/fnc_config.read.html -share/kvirc/%%VER%%/help/en/fnc_config.readonly.html -share/kvirc/%%VER%%/help/en/fnc_config.section.html -share/kvirc/%%VER%%/help/en/fnc_config.sectionlist.html -share/kvirc/%%VER%%/help/en/fnc_console.html -share/kvirc/%%VER%%/help/en/fnc_context.connectionstarttime.html -share/kvirc/%%VER%%/help/en/fnc_context.getsslcertinfo.html -share/kvirc/%%VER%%/help/en/fnc_context.html -share/kvirc/%%VER%%/help/en/fnc_context.lastmessagetime.html -share/kvirc/%%VER%%/help/en/fnc_context.list.html -share/kvirc/%%VER%%/help/en/fnc_context.networkname.html -share/kvirc/%%VER%%/help/en/fnc_context.queuesize.html -share/kvirc/%%VER%%/help/en/fnc_context.serverdbnetworkname.html -share/kvirc/%%VER%%/help/en/fnc_context.serverdbserverhostname.html -share/kvirc/%%VER%%/help/en/fnc_context.serverhostname.html -share/kvirc/%%VER%%/help/en/fnc_context.serveripaddress.html -share/kvirc/%%VER%%/help/en/fnc_context.serverisipv6.html -share/kvirc/%%VER%%/help/en/fnc_context.serverisssl.html -share/kvirc/%%VER%%/help/en/fnc_context.serverpassword.html -share/kvirc/%%VER%%/help/en/fnc_context.serverport.html -share/kvirc/%%VER%%/help/en/fnc_context.serversoftware.html -share/kvirc/%%VER%%/help/en/fnc_context.state.html -share/kvirc/%%VER%%/help/en/fnc_countstatusbaritems.html -share/kvirc/%%VER%%/help/en/fnc_cr.html -share/kvirc/%%VER%%/help/en/fnc_date.html -share/kvirc/%%VER%%/help/en/fnc_dcc.averagespeed.html -share/kvirc/%%VER%%/help/en/fnc_dcc.connectiontype.html -share/kvirc/%%VER%%/help/en/fnc_dcc.currentspeed.html -share/kvirc/%%VER%%/help/en/fnc_dcc.getsslcertinfo.html -share/kvirc/%%VER%%/help/en/fnc_dcc.irccontext.html -share/kvirc/%%VER%%/help/en/fnc_dcc.isfiledownload.html -share/kvirc/%%VER%%/help/en/fnc_dcc.isfiletransfer.html -share/kvirc/%%VER%%/help/en/fnc_dcc.isfileupload.html -share/kvirc/%%VER%%/help/en/fnc_dcc.localfilename.html -share/kvirc/%%VER%%/help/en/fnc_dcc.localfilesize.html -share/kvirc/%%VER%%/help/en/fnc_dcc.localhost.html -share/kvirc/%%VER%%/help/en/fnc_dcc.localip.html -share/kvirc/%%VER%%/help/en/fnc_dcc.localnick.html -share/kvirc/%%VER%%/help/en/fnc_dcc.localport.html -share/kvirc/%%VER%%/help/en/fnc_dcc.localuser.html -share/kvirc/%%VER%%/help/en/fnc_dcc.protocol.html -share/kvirc/%%VER%%/help/en/fnc_dcc.remotefilename.html -share/kvirc/%%VER%%/help/en/fnc_dcc.remotefilesize.html -share/kvirc/%%VER%%/help/en/fnc_dcc.remotehost.html -share/kvirc/%%VER%%/help/en/fnc_dcc.remoteip.html -share/kvirc/%%VER%%/help/en/fnc_dcc.remotenick.html -share/kvirc/%%VER%%/help/en/fnc_dcc.remoteport.html -share/kvirc/%%VER%%/help/en/fnc_dcc.remoteuser.html -share/kvirc/%%VER%%/help/en/fnc_dcc.session.html -share/kvirc/%%VER%%/help/en/fnc_dcc.sessionlist.html -share/kvirc/%%VER%%/help/en/fnc_dcc.transferredbytes.html -share/kvirc/%%VER%%/help/en/fnc_dcc.transferstatus.html -share/kvirc/%%VER%%/help/en/fnc_dialog.yesno.html -share/kvirc/%%VER%%/help/en/fnc_escape.html -share/kvirc/%%VER%%/help/en/fnc_false.html -share/kvirc/%%VER%%/help/en/fnc_features.html -share/kvirc/%%VER%%/help/en/fnc_file.allsizes.html -share/kvirc/%%VER%%/help/en/fnc_file.cwd.html -share/kvirc/%%VER%%/help/en/fnc_file.digest.html -share/kvirc/%%VER%%/help/en/fnc_file.diskspace.html -share/kvirc/%%VER%%/help/en/fnc_file.exists.html -share/kvirc/%%VER%%/help/en/fnc_file.extractfilename.html -share/kvirc/%%VER%%/help/en/fnc_file.extractpath.html -share/kvirc/%%VER%%/help/en/fnc_file.fixpath.html -share/kvirc/%%VER%%/help/en/fnc_file.globaldir.html -share/kvirc/%%VER%%/help/en/fnc_file.homedir.html -share/kvirc/%%VER%%/help/en/fnc_file.localdir.html -share/kvirc/%%VER%%/help/en/fnc_file.ls.html -share/kvirc/%%VER%%/help/en/fnc_file.ps.html -share/kvirc/%%VER%%/help/en/fnc_file.read.html -share/kvirc/%%VER%%/help/en/fnc_file.readbytes.html -share/kvirc/%%VER%%/help/en/fnc_file.readlines.html -share/kvirc/%%VER%%/help/en/fnc_file.rootdir.html -share/kvirc/%%VER%%/help/en/fnc_file.size.html -share/kvirc/%%VER%%/help/en/fnc_file.time.html -share/kvirc/%%VER%%/help/en/fnc_file.type.html -share/kvirc/%%VER%%/help/en/fnc_firstconnectedconsole.html -share/kvirc/%%VER%%/help/en/fnc_flatten.html -share/kvirc/%%VER%%/help/en/fnc_fmtlink.html -share/kvirc/%%VER%%/help/en/fnc_gender.html -share/kvirc/%%VER%%/help/en/fnc_globals.html -share/kvirc/%%VER%%/help/en/fnc_hash.html -share/kvirc/%%VER%%/help/en/fnc_hextoascii.html -share/kvirc/%%VER%%/help/en/fnc_hostname.html -share/kvirc/%%VER%%/help/en/fnc_hptimestamp.html -share/kvirc/%%VER%%/help/en/fnc_i.html -share/kvirc/%%VER%%/help/en/fnc_icon.html -share/kvirc/%%VER%%/help/en/fnc_iconname.html -share/kvirc/%%VER%%/help/en/fnc_insidealias.html -share/kvirc/%%VER%%/help/en/fnc_int.html -share/kvirc/%%VER%%/help/en/fnc_integer.html -share/kvirc/%%VER%%/help/en/fnc_isbot.html -share/kvirc/%%VER%%/help/en/fnc_isempty.html -share/kvirc/%%VER%%/help/en/fnc_iseventenabled.html -share/kvirc/%%VER%%/help/en/fnc_ismainwindowactive.html -share/kvirc/%%VER%%/help/en/fnc_ismainwindowminimized.html -share/kvirc/%%VER%%/help/en/fnc_isnumeric.html -share/kvirc/%%VER%%/help/en/fnc_isset.html -share/kvirc/%%VER%%/help/en/fnc_istimer.html -share/kvirc/%%VER%%/help/en/fnc_iswellknown.html -share/kvirc/%%VER%%/help/en/fnc_k.html -share/kvirc/%%VER%%/help/en/fnc_keys.html -share/kvirc/%%VER%%/help/en/fnc_lag.html -share/kvirc/%%VER%%/help/en/fnc_lang.html -share/kvirc/%%VER%%/help/en/fnc_language.detect.html -share/kvirc/%%VER%%/help/en/fnc_length.html -share/kvirc/%%VER%%/help/en/fnc_lf.html -share/kvirc/%%VER%%/help/en/fnc_link.html -share/kvirc/%%VER%%/help/en/fnc_listtimers.html -share/kvirc/%%VER%%/help/en/fnc_log.export.html -share/kvirc/%%VER%%/help/en/fnc_log.file.html -share/kvirc/%%VER%%/help/en/fnc_mask.hasnumerichost.html -share/kvirc/%%VER%%/help/en/fnc_mask.host.html -share/kvirc/%%VER%%/help/en/fnc_mask.html -share/kvirc/%%VER%%/help/en/fnc_mask.match.html -share/kvirc/%%VER%%/help/en/fnc_mask.nick.html -share/kvirc/%%VER%%/help/en/fnc_mask.user.html -share/kvirc/%%VER%%/help/en/fnc_math.abs.html -share/kvirc/%%VER%%/help/en/fnc_math.acos.html -share/kvirc/%%VER%%/help/en/fnc_math.asin.html -share/kvirc/%%VER%%/help/en/fnc_math.atan.html -share/kvirc/%%VER%%/help/en/fnc_math.cbrt.html -share/kvirc/%%VER%%/help/en/fnc_math.ceil.html -share/kvirc/%%VER%%/help/en/fnc_math.cos.html -share/kvirc/%%VER%%/help/en/fnc_math.e.html -share/kvirc/%%VER%%/help/en/fnc_math.exp.html -share/kvirc/%%VER%%/help/en/fnc_math.floor.html -share/kvirc/%%VER%%/help/en/fnc_math.isinf.html -share/kvirc/%%VER%%/help/en/fnc_math.isnan.html -share/kvirc/%%VER%%/help/en/fnc_math.log.html -share/kvirc/%%VER%%/help/en/fnc_math.log10.html -share/kvirc/%%VER%%/help/en/fnc_math.pi.html -share/kvirc/%%VER%%/help/en/fnc_math.pow.html -share/kvirc/%%VER%%/help/en/fnc_math.sin.html -share/kvirc/%%VER%%/help/en/fnc_math.sqrt.html -share/kvirc/%%VER%%/help/en/fnc_math.tan.html -share/kvirc/%%VER%%/help/en/fnc_me.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.album.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.artist.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.bitrate.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.channels.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.comment.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.genre.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.geteqdata.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getlistlength.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getplaylistpos.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getrepeat.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getshuffle.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getvol.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.length.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.localfile.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.mediatype.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.mrl.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.nowplaying.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.player.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.playerlist.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.position.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.samplerate.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.status.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.title.html -share/kvirc/%%VER%%/help/en/fnc_mediaplayer.year.html -share/kvirc/%%VER%%/help/en/fnc_msgtype.html -share/kvirc/%%VER%%/help/en/fnc_my.globalidle.html -share/kvirc/%%VER%%/help/en/fnc_my.host.html -share/kvirc/%%VER%%/help/en/fnc_my.ip.html -share/kvirc/%%VER%%/help/en/fnc_my.network.html -share/kvirc/%%VER%%/help/en/fnc_my.nick.html -share/kvirc/%%VER%%/help/en/fnc_my.server.html -share/kvirc/%%VER%%/help/en/fnc_my.serverisipv6.html -share/kvirc/%%VER%%/help/en/fnc_my.serverisssl.html -share/kvirc/%%VER%%/help/en/fnc_my.umode.html -share/kvirc/%%VER%%/help/en/fnc_my.user.html -share/kvirc/%%VER%%/help/en/fnc_new.html -share/kvirc/%%VER%%/help/en/fnc_nothing.html -share/kvirc/%%VER%%/help/en/fnc_notifier.isenabled.html -share/kvirc/%%VER%%/help/en/fnc_null.html -share/kvirc/%%VER%%/help/en/fnc_o.html -share/kvirc/%%VER%%/help/en/fnc_objects.classallhandlers.html -share/kvirc/%%VER%%/help/en/fnc_objects.classes.html -share/kvirc/%%VER%%/help/en/fnc_objects.dump.html -share/kvirc/%%VER%%/help/en/fnc_objects.exists.html -share/kvirc/%%VER%%/help/en/fnc_objects.instances.html -share/kvirc/%%VER%%/help/en/fnc_objects.name.html -share/kvirc/%%VER%%/help/en/fnc_objects.variables.html -share/kvirc/%%VER%%/help/en/fnc_option.html -share/kvirc/%%VER%%/help/en/fnc_options.isdialog.html -share/kvirc/%%VER%%/help/en/fnc_package.info.html -share/kvirc/%%VER%%/help/en/fnc_perl.isavailable.html -share/kvirc/%%VER%%/help/en/fnc_popup.currentitemid.html -share/kvirc/%%VER%%/help/en/fnc_popup.exists.html -share/kvirc/%%VER%%/help/en/fnc_popup.isempty.html -share/kvirc/%%VER%%/help/en/fnc_proxydb.hostname.html -share/kvirc/%%VER%%/help/en/fnc_proxydb.ip.html -share/kvirc/%%VER%%/help/en/fnc_proxydb.isipv6.html -share/kvirc/%%VER%%/help/en/fnc_proxydb.password.html -share/kvirc/%%VER%%/help/en/fnc_proxydb.port.html -share/kvirc/%%VER%%/help/en/fnc_proxydb.protocol.html -share/kvirc/%%VER%%/help/en/fnc_proxydb.username.html -share/kvirc/%%VER%%/help/en/fnc_python.isavailable.html -share/kvirc/%%VER%%/help/en/fnc_query.html -share/kvirc/%%VER%%/help/en/fnc_r.html -share/kvirc/%%VER%%/help/en/fnc_rand.html -share/kvirc/%%VER%%/help/en/fnc_real.html -share/kvirc/%%VER%%/help/en/fnc_realname.html -share/kvirc/%%VER%%/help/en/fnc_receivedbytes.html -share/kvirc/%%VER%%/help/en/fnc_regchan.find.html -share/kvirc/%%VER%%/help/en/fnc_regchan.list.html -share/kvirc/%%VER%%/help/en/fnc_regchan.match.html -share/kvirc/%%VER%%/help/en/fnc_regchan.property.html -share/kvirc/%%VER%%/help/en/fnc_reguser.exactmatch.html -share/kvirc/%%VER%%/help/en/fnc_reguser.getignoreflags.html -share/kvirc/%%VER%%/help/en/fnc_reguser.isignoreenabled.html -share/kvirc/%%VER%%/help/en/fnc_reguser.list.html -share/kvirc/%%VER%%/help/en/fnc_reguser.mask.html -share/kvirc/%%VER%%/help/en/fnc_reguser.match.html -share/kvirc/%%VER%%/help/en/fnc_reguser.matchproperty.html -share/kvirc/%%VER%%/help/en/fnc_reguser.property.html -share/kvirc/%%VER%%/help/en/fnc_rsort.html -share/kvirc/%%VER%%/help/en/fnc_scriptcontextname.html -share/kvirc/%%VER%%/help/en/fnc_selected.html -share/kvirc/%%VER%%/help/en/fnc_sentbytes.html -share/kvirc/%%VER%%/help/en/fnc_serialize.html -share/kvirc/%%VER%%/help/en/fnc_server.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.cacheip.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.favorite.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.isautoconnect.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.isipv6.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.isssl.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.networkconnectcommand.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.networkdescription.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.networkencoding.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.networkexists.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.networkjoinchannels.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.networklogincommand.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.networkname.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.networknickname.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.networkrealname.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.networktextencoding.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.networkusername.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.serverconnectcommand.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.serverdescription.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.serverencoding.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.serverexists.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.serverid.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.serverip.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.serverjoinchannels.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.serverlogincommand.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.servernickname.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.serverpassword.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.serverport.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.serverrealname.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.servertextencoding.html -share/kvirc/%%VER%%/help/en/fnc_serverdb.serverusername.html -share/kvirc/%%VER%%/help/en/fnc_snd.ismuted.html -share/kvirc/%%VER%%/help/en/fnc_sort.html -share/kvirc/%%VER%%/help/en/fnc_spellchecker.available_dictionaries.html -share/kvirc/%%VER%%/help/en/fnc_spellchecker.check.html -share/kvirc/%%VER%%/help/en/fnc_spellchecker.suggestions.html -share/kvirc/%%VER%%/help/en/fnc_str.append.html -share/kvirc/%%VER%%/help/en/fnc_str.charsum.html -share/kvirc/%%VER%%/help/en/fnc_str.chop.html -share/kvirc/%%VER%%/help/en/fnc_str.cmp.html -share/kvirc/%%VER%%/help/en/fnc_str.contains.html -share/kvirc/%%VER%%/help/en/fnc_str.digest.html -share/kvirc/%%VER%%/help/en/fnc_str.equal.html -share/kvirc/%%VER%%/help/en/fnc_str.evpsign.html -share/kvirc/%%VER%%/help/en/fnc_str.evpverify.html -share/kvirc/%%VER%%/help/en/fnc_str.find.html -share/kvirc/%%VER%%/help/en/fnc_str.findfirst.html -share/kvirc/%%VER%%/help/en/fnc_str.findlast.html -share/kvirc/%%VER%%/help/en/fnc_str.fromclipboard.html -share/kvirc/%%VER%%/help/en/fnc_str.grep.html -share/kvirc/%%VER%%/help/en/fnc_str.insert.html -share/kvirc/%%VER%%/help/en/fnc_str.isempty.html -share/kvirc/%%VER%%/help/en/fnc_str.isnumber.html -share/kvirc/%%VER%%/help/en/fnc_str.isunsignednumber.html -share/kvirc/%%VER%%/help/en/fnc_str.join.html -share/kvirc/%%VER%%/help/en/fnc_str.left.html -share/kvirc/%%VER%%/help/en/fnc_str.lefttofirst.html -share/kvirc/%%VER%%/help/en/fnc_str.lefttolast.html -share/kvirc/%%VER%%/help/en/fnc_str.len.html -share/kvirc/%%VER%%/help/en/fnc_str.length.html -share/kvirc/%%VER%%/help/en/fnc_str.localelowcase.html -share/kvirc/%%VER%%/help/en/fnc_str.localeupcase.html -share/kvirc/%%VER%%/help/en/fnc_str.lowcase.html -share/kvirc/%%VER%%/help/en/fnc_str.match.html -share/kvirc/%%VER%%/help/en/fnc_str.mid.html -share/kvirc/%%VER%%/help/en/fnc_str.prepend.html -share/kvirc/%%VER%%/help/en/fnc_str.printf.html -share/kvirc/%%VER%%/help/en/fnc_str.replace.html -share/kvirc/%%VER%%/help/en/fnc_str.right.html -share/kvirc/%%VER%%/help/en/fnc_str.rightfromfirst.html -share/kvirc/%%VER%%/help/en/fnc_str.rightfromlast.html -share/kvirc/%%VER%%/help/en/fnc_str.section.html -share/kvirc/%%VER%%/help/en/fnc_str.split.html -share/kvirc/%%VER%%/help/en/fnc_str.strip.html -share/kvirc/%%VER%%/help/en/fnc_str.stripcolors.html -share/kvirc/%%VER%%/help/en/fnc_str.stripleft.html -share/kvirc/%%VER%%/help/en/fnc_str.stripright.html -share/kvirc/%%VER%%/help/en/fnc_str.token.html -share/kvirc/%%VER%%/help/en/fnc_str.upcase.html -share/kvirc/%%VER%%/help/en/fnc_str.urlencode.html -share/kvirc/%%VER%%/help/en/fnc_str.word.html -share/kvirc/%%VER%%/help/en/fnc_string.html -share/kvirc/%%VER%%/help/en/fnc_sw.html -share/kvirc/%%VER%%/help/en/fnc_system.call.html -share/kvirc/%%VER%%/help/en/fnc_system.checkmodule.html -share/kvirc/%%VER%%/help/en/fnc_system.clipboard.html -share/kvirc/%%VER%%/help/en/fnc_system.dbus.html -share/kvirc/%%VER%%/help/en/fnc_system.getenv.html -share/kvirc/%%VER%%/help/en/fnc_system.hostname.html -share/kvirc/%%VER%%/help/en/fnc_system.htoni.html -share/kvirc/%%VER%%/help/en/fnc_system.ntohi.html -share/kvirc/%%VER%%/help/en/fnc_system.osmachine.html -share/kvirc/%%VER%%/help/en/fnc_system.osname.html -share/kvirc/%%VER%%/help/en/fnc_system.osnodename.html -share/kvirc/%%VER%%/help/en/fnc_system.os%%CMAKE_BUILD_TYPE%%.html -share/kvirc/%%VER%%/help/en/fnc_system.ostype.html -share/kvirc/%%VER%%/help/en/fnc_system.osversion.html -share/kvirc/%%VER%%/help/en/fnc_system.selection.html -share/kvirc/%%VER%%/help/en/fnc_target.html -share/kvirc/%%VER%%/help/en/fnc_texticons.get.html -share/kvirc/%%VER%%/help/en/fnc_theme.info.html -share/kvirc/%%VER%%/help/en/fnc_this.html -share/kvirc/%%VER%%/help/en/fnc_tmphighlight.ischannelhighlighted.html -share/kvirc/%%VER%%/help/en/fnc_tmphighlight.isnickhighlighted.html -share/kvirc/%%VER%%/help/en/fnc_toolbar.exists.html -share/kvirc/%%VER%%/help/en/fnc_toolbar.isvisible.html -share/kvirc/%%VER%%/help/en/fnc_toolbar.items.html -share/kvirc/%%VER%%/help/en/fnc_toolbar.list.html -share/kvirc/%%VER%%/help/en/fnc_torrent.client.html -share/kvirc/%%VER%%/help/en/fnc_torrent.clientlist.html -share/kvirc/%%VER%%/help/en/fnc_torrent.count.html -share/kvirc/%%VER%%/help/en/fnc_torrent.filecount.html -share/kvirc/%%VER%%/help/en/fnc_torrent.filename.html -share/kvirc/%%VER%%/help/en/fnc_torrent.filepriority.html -share/kvirc/%%VER%%/help/en/fnc_torrent.maxdownloadspeed.html -share/kvirc/%%VER%%/help/en/fnc_torrent.maxuploadspeed.html -share/kvirc/%%VER%%/help/en/fnc_torrent.name.html -share/kvirc/%%VER%%/help/en/fnc_torrent.speeddown.html -share/kvirc/%%VER%%/help/en/fnc_torrent.speedup.html -share/kvirc/%%VER%%/help/en/fnc_torrent.state.html -share/kvirc/%%VER%%/help/en/fnc_torrent.trafficdown.html -share/kvirc/%%VER%%/help/en/fnc_torrent.trafficup.html -share/kvirc/%%VER%%/help/en/fnc_tr.html -share/kvirc/%%VER%%/help/en/fnc_trayicon.isvisible.html -share/kvirc/%%VER%%/help/en/fnc_true.html -share/kvirc/%%VER%%/help/en/fnc_typeof.html -share/kvirc/%%VER%%/help/en/fnc_u.html -share/kvirc/%%VER%%/help/en/fnc_uflags.html -share/kvirc/%%VER%%/help/en/fnc_unicode.html -share/kvirc/%%VER%%/help/en/fnc_unixtime.html -share/kvirc/%%VER%%/help/en/fnc_unserialize.html -share/kvirc/%%VER%%/help/en/fnc_upnp.getexternalipaddress.html -share/kvirc/%%VER%%/help/en/fnc_upnp.isgatewayavailable.html -share/kvirc/%%VER%%/help/en/fnc_userlist.selected.html -share/kvirc/%%VER%%/help/en/fnc_username.html -share/kvirc/%%VER%%/help/en/fnc_version.html -share/kvirc/%%VER%%/help/en/fnc_window.activitylevel.html -share/kvirc/%%VER%%/help/en/fnc_window.activitytemperature.html -share/kvirc/%%VER%%/help/en/fnc_window.caption.html -share/kvirc/%%VER%%/help/en/fnc_window.console.html -share/kvirc/%%VER%%/help/en/fnc_window.context.html -share/kvirc/%%VER%%/help/en/fnc_window.exists.html -share/kvirc/%%VER%%/help/en/fnc_window.hasinput.html -share/kvirc/%%VER%%/help/en/fnc_window.hasoutput.html -share/kvirc/%%VER%%/help/en/fnc_window.hasuserfocus.html -share/kvirc/%%VER%%/help/en/fnc_window.highlightlevel.html -share/kvirc/%%VER%%/help/en/fnc_window.html -share/kvirc/%%VER%%/help/en/fnc_window.isdocked.html -share/kvirc/%%VER%%/help/en/fnc_window.issplitview.html -share/kvirc/%%VER%%/help/en/fnc_window.list.html -share/kvirc/%%VER%%/help/en/fnc_window.open.html -share/kvirc/%%VER%%/help/en/fnc_window.type.html -share/kvirc/%%VER%%/help/en/helplogoleft.png -share/kvirc/%%VER%%/help/en/helplogoright.png -share/kvirc/%%VER%%/help/en/index.html -share/kvirc/%%VER%%/help/en/module_config.html -share/kvirc/%%VER%%/help/en/module_dcc.html -share/kvirc/%%VER%%/help/en/module_fish.html -share/kvirc/%%VER%%/help/en/module_lamerizer.html -share/kvirc/%%VER%%/help/en/module_log.html -share/kvirc/%%VER%%/help/en/module_mediaplayer.html -share/kvirc/%%VER%%/help/en/module_reguser.html -share/kvirc/%%VER%%/help/en/module_rijndael.html -share/kvirc/%%VER%%/help/en/module_rot13.html -share/kvirc/%%VER%%/help/en/module_serverdb.html -share/kvirc/%%VER%%/help/en/module_torrent.html -share/kvirc/%%VER%%/help/en/module_url.html -share/kvirc/%%VER%%/help/en/nohelpavailable.html +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_class.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_command.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_event.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_function.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_generic.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_keyterms.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_language.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_module.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/_db_widget.idx +%%DOCS%%share/kvirc/%%VER%%/help/en/class_button.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_buttongroup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_checkbox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_colordialog.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_combobox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_datetimeedit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_dialog.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_dockwindow.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_file.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_ftp.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_groupbox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_hbox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_http.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_label.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_layout.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_lcdnumber.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_lineedit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_listbox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_listview.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_listviewitem.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_mainwindow.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_memorybuffer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_menubar.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_multilineedit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_object.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_painter.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_pixmap.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_popupmenu.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_process.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_progressbar.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_radiobutton.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_slider.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_socket.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_spinbox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_sql.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_tablewidget.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_tabwidget.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_textbrowser.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_toolbar.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_toolbutton.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_trayicon.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_vbox.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_webview.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_widget.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_window.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_wizard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_workspace.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_wrapper.html +%%DOCS%%share/kvirc/%%VER%%/help/en/class_xmlreader.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_about.kvirc.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_action.create.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_action.destroy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_action.disable.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_action.enable.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_action.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_action.trigger.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_actioneditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.configure.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.dialog.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.help.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.install.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.installfiles.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.pack.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.register.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.setconfigurecallback.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.sethelpcallback.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_addon.uninstall.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_admin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_ahost.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_alias.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_aliaseditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_avatar.notify.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_avatar.query.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_avatar.set.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_avatar.unset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_away.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_awhois.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_back.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_ban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_beep.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_break.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_button.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_buttonctl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_cap.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_chanadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_channelsjoin.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_chanowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_class.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_classeditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_codepage.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_codetester.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_config.clear.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_config.clearsection.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_config.close.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_config.flush.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_config.setsection.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_config.write.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_context.clearqueue.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_continue.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_ctcp.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.abort.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.chat.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.get.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.recv.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.rsend.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.send.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.setbandwidthlimit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dcc.voice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_debug.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dechanadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dechanowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_defpopup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dehalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_delete.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_delpopupitem.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_deop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_destroy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_deuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_devoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dialog.file.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dialog.image.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dialog.message.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_dialog.textinput.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_die.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_do.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_echo.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_echoprivmsg.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_error.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_eval.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_event.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_eventctl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_eventeditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_exec.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_exit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.addimagepath.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.copy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.delimagepath.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.mkdir.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.remove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.rename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.rmdir.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.write.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.writebytes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_file.writelines.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_filetransferwindow.clear.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_filetransferwindow.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_for.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_foreach.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_function.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_global.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_halfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_halt.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_help.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_help.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_host.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_http.asyncget.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_http.get.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_ident.start.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_ident.stop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_if.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_include.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_info.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_inject.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_invite.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_iograph.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_ison.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_join.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_kick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_killtimer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_leave.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_links.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_links.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_list.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_listtimers.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_log.flush.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_log.start.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_log.stop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_logview.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_lusers.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_map.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_me.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.detect.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.hide.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.jumpto.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.minimize.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.mute.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.next.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.pause.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.play.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.playmrl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.prev.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.quit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.seteqdata.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setplayer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setplaylistpos.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setrepeat.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setshuffle.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.setvol.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.show.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mediaplayer.stop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_mode.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_motd.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_msg.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_my.startidletimer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_my.stopidletimer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_nick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_notice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_notifier.hide.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_notifier.message.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_notifier.show.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_objects.clearobjects.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_objects.connect.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_objects.disconnect.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_objects.killclass.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_op.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_openurl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_oper.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_operwall.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_option.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_options.close.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_options.dialog.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_options.edit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_options.pages.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_options.save.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_package.extractfield.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_parse.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_part.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_pass.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_perl.begin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_perl.destroy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_perl.end.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_play.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.addepilogue.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.addextpopup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.additem.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.addlabel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.addprologue.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.addseparator.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.addsubpopup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.clear.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.create.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.delitem.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.destroy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popup.show.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_popupeditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_privateimpl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_privmsg.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.addproxy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.sethostname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.setip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.setipv6.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.setpass.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.setport.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.setprotocol.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_proxydb.setuser.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_python.begin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_python.destroy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_python.end.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_query.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_quit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_quote.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_raise.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_raw.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_raweditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_rebind.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_regchan.add.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_regchan.remove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_regchan.setproperty.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_regchan.showlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.add.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.addmask.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.delmask.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.edit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.remove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.setignoreenabled.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.setignoreflags.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.setproperty.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.showlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_reguser.wizard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_return.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_run.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_say.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_server.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.addnetwork.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.addserver.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkconnectcommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkdescription.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkjoinchannels.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworklogincommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworknickname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkrealname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworktextencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setnetworkusername.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverconnectcommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverdescription.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverjoinchannels.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverlogincommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setservernickname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverrealname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setservertextencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_serverdb.setserverusername.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_service.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_setmenu.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_setreturn.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_sharedfile.add.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_sharedfile.clear.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_sharedfile.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_sharedfile.remove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_sharedfileswindow.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_snd.mute.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_snd.play.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_snd.unmute.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_sockets.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_socketspy.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_spaste.clipboard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_spaste.file.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_spaste.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_spaste.setdelay.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_spaste.stop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_spellchecker.reloaddictionaries.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_squery.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_squit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_srand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_stats.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_str.toclipboard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_switch.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_system.runcmd.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_system.setclipboard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_system.setenv.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_system.setselection.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_term.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_texticons.set.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_theme.apply.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_theme.dialog.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_theme.install.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_theme.pack.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_theme.screenshot.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_time.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_timer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_tip.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_tmphighlight.addchannel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_tmphighlight.addnick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_tmphighlight.removechannel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_tmphighlight.removenick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.additem.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.clear.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.create.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.destroy.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.hide.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.remove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbar.show.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_toolbareditor.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_topic.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.announce.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.detect.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.setclient.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.setfilepriority.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.setmaxdownloadspeed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.setmaxuploadspeed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.start.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.startall.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.stop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_torrent.stopall.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_trace.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_trayicon.hide.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_trayicon.hidewindow.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_trayicon.show.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_trload.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_trunload.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_unban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_unset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_upnp.addportmapping.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_upnp.delportmapping.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_upnp.refresh.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_url.config.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_url.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_userop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_version.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_voice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_wallops.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_warning.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_while.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_who.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_whois.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_whowas.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.activate.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.clearoutput.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.close.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.demandattention.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.dock.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.highlight.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.insertininputtext.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.listtypes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.savepropertiesasdefault.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.setbackground.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.setcryptengine.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.setinputtext.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.setwindowtitle.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.splitview.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.undock.html +%%DOCS%%share/kvirc/%%VER%%/help/en/cmd_window.unsplitview.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_aliases.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_antispam.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_arrayconcatenation.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_assignment.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_binding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_class_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_command_rebinding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_commandline.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_connection_dependent_commands.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_crypt_engines.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_ctcp_avatar.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_ctcp_handling.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_ctcpfloodprotectionoptions.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_dcc_connection.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_easyplugins.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_escape_sequences.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_event_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_events.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_expressioneval.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_function_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_generic_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_image_id.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_incrementdecrement.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_irc_masks.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_ircintro.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyboard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_keyterms_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvircintro.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvs_addons.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvs_aliasesandfunctions.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvs_basicconcepts.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvs_codingtips.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvs_datatypes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_kvs_introduction.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_language_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_module_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_modules.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_nickserv_proto.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_noblockingdialogs.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_notify_list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_objects.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_operators.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_perl_and_kvs.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_python_and_kvs.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_registered_users.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_rfc2812.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_rfc2812wrappers.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_script_localization.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_selfarithmetic.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_selfbitwise.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_shared_files.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_stringconcatenation.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_syntactic_rules.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_texticons.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_a.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_c.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_d.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_f.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_g.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_h.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_j.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_l.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_m.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_n.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_p.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_q.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_s.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_t.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_v.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_w.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_x.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_y.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_z.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_widget_index_all.html +%%DOCS%%share/kvirc/%%VER%%/help/en/doc_window_naming_conventions.html +%%DOCS%%share/kvirc/%%VER%%/help/en/documentation.%%FULL_VER%%.tag +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onaccelkeypressed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onaccount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onaction.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onaway.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onbanexception.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onbanexceptionremove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onbroadcastnotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_oncap.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchanadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannellinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannellinkpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelmessage.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelmodechange.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelnickdefaultactionrequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelnicklinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelnickpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelnotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelsync.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchannelwindowcreated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchanowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onchanservnotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onconsolenicklinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onconsolepopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onctcpflood.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onctcpreply.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onctcprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatconnected.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatconnectioninprogress.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatdisconnected.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchaterror.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatmessage.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatwindowclosing.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccchatwindowcreated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccfiletransferbegin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccfiletransferconnectioninprogress.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccfiletransferfailed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccfiletransfersuccess.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccsessioncreated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondccsessiondestroyed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondechanadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondechanowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondehalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondeircop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondeop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondeuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondevoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ondisconnectrequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onerror.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onframewindowcreated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onframewindowdestroyed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onhalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onhighlight.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onhostchange.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onhostlinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onhostlinkpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onhttpgetterminated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onignoredmessage.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_oninputbarpaste.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_oninvite.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_oninviteexception.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_oninviteexceptionremove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onirc.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onircconnectionestablished.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onircconnectionterminated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onirccontextcreated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onirccontextdestroyed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onircop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onjoin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onkeyset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onkeyunset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onkick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onkvircshutdown.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onkvircstartup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onlagalarmtimedown.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onlagalarmtimeup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onlagcheck.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onlimitset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onlimitunset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeaction.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeaway.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeback.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmebanexception.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmebanexceptionremove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmechanadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmechanowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedechanadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedechanowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedehalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedeircop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedeop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedeuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmedevoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmehalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmehostchange.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeinviteexception.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeinviteexceptionremove.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeircop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmejoin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmekick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmemoservnotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmenickchange.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmepart.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmequietban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmequietunban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeunban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmeuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onmevoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnetsplit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnickchange.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnicklinkdefaultactionrequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnicklinkpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnickservauth.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnickservnotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnotifylistdefaultactionrequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnotifylistpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnotifyoffline.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onnotifyonline.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onoutboundtraffic.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onpart.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onping.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onpong.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onqueryfiledropped.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerymessage.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerynickdefaultactionrequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerynicklinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerynickpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerynotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerypopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerytargetadded.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerywindowcreated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquerywindowrequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquietban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquietunban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onquit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onserverlinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onserverlinkpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onservernotice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ontextinput.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ontextviewdoublecliked.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_ontopic.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onunban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onunhandledliteral.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onurl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onurllinkclick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onurllinkpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onusermodechange.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onvoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onwallops.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onwindowactivated.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onwindowpopuprequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/event_onwindowtitlerequest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_$.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_$window.cryptengine.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_$window.inputtext.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_action.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_action.isenabled.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_active.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_addon.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_addon.version.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_aliasbody.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_array.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_ascii.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_asciitobase64.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_asciitohex.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_avatar.name.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_avatar.path.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_away.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_b.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_base64toascii.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_bool.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_boolean.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_certificate.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.admincount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.bancount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.banexceptioncount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.banexceptionlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.banlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.common.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.getflag.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.geturl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.halfopcount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.invitecount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.invitelist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.isadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.isdead.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ishalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ismeadmin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ismehalfop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ismeop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ismeowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ismeuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ismevoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ison.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.isop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.isowner.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.isuserop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.isvoice.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.key.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.limit.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.maskcount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.masklist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.matchban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.matchbanexception.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.matchinvite.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.matchmask.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.matchqban.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.mode.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.modeparam.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.name.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.opcount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.ownercount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.topic.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.topicsetat.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.topicsetby.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.usercount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.userjointime.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.userlastactiontime.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.usermodelevel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.useropcount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.users.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_chan.voicecount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_channel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_char.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_classdefined.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.filelist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.filename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.hassection.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.id.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.keylist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.read.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.readonly.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.section.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_config.sectionlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_console.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.connectionstarttime.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.getsslcertinfo.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.lastmessagetime.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.networkname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.queuesize.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverdbnetworkname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverdbserverhostname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverhostname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serveripaddress.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverisipv6.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverisssl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverpassword.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serverport.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.serversoftware.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_context.state.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_countstatusbaritems.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_cr.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_date.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.averagespeed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.connectiontype.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.currentspeed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.getsslcertinfo.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.irccontext.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.isfiledownload.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.isfiletransfer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.isfileupload.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localfilename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localfilesize.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localhost.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localnick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localport.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.localuser.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.protocol.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remotefilename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remotefilesize.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remotehost.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remoteip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remotenick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remoteport.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.remoteuser.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.session.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.sessionlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.transferredbytes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dcc.transferstatus.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_dialog.yesno.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_escape.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_false.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_features.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.allsizes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.cwd.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.digest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.diskspace.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.extractfilename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.extractpath.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.fixpath.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.globaldir.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.homedir.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.localdir.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.ls.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.ps.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.read.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.readbytes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.readlines.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.rootdir.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.size.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.time.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_file.type.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_firstconnectedconsole.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_flatten.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_fmtlink.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_gender.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_globals.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_hash.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_hextoascii.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_hostname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_hptimestamp.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_i.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_icon.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_iconname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_insidealias.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_int.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_integer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_isbot.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_isempty.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_iseventenabled.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_ismainwindowactive.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_ismainwindowminimized.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_isnumeric.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_isset.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_istimer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_iswellknown.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_k.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_keys.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_lag.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_lang.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_language.detect.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_length.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_lf.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_link.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_listtimers.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_log.export.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_log.file.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mask.hasnumerichost.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mask.host.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mask.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mask.match.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mask.nick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mask.user.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.abs.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.acos.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.asin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.atan.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.cbrt.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.ceil.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.cos.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.e.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.exp.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.floor.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.isinf.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.isnan.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.log.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.log10.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.pi.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.pow.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.sin.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.sqrt.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_math.tan.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_me.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.album.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.artist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.bitrate.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.channels.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.comment.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.genre.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.geteqdata.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getlistlength.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getplaylistpos.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getrepeat.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getshuffle.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.getvol.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.length.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.localfile.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.mediatype.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.mrl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.nowplaying.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.player.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.playerlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.position.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.samplerate.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.status.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.title.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_mediaplayer.year.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_msgtype.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.globalidle.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.host.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.ip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.network.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.nick.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.server.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.serverisipv6.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.serverisssl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.umode.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_my.user.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_new.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_nothing.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_notifier.isenabled.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_null.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_o.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.classallhandlers.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.classes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.dump.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.instances.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.name.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_objects.variables.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_option.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_options.isdialog.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_package.info.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_perl.isavailable.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_popup.currentitemid.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_popup.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_popup.isempty.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.hostname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.ip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.isipv6.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.password.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.port.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.protocol.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_proxydb.username.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_python.isavailable.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_query.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_r.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_rand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_real.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_realname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_receivedbytes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_regchan.find.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_regchan.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_regchan.match.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_regchan.property.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.exactmatch.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.getignoreflags.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.isignoreenabled.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.mask.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.match.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.matchproperty.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_reguser.property.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_rsort.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_scriptcontextname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_selected.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_sentbytes.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serialize.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_server.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.cacheip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.favorite.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.isautoconnect.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.isipv6.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.isssl.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkconnectcommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkdescription.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkexists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkjoinchannels.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networklogincommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networknickname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkrealname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networktextencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.networkusername.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverconnectcommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverdescription.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverexists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverid.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverjoinchannels.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverlogincommand.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.servernickname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverpassword.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverport.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverrealname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.servertextencoding.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_serverdb.serverusername.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_snd.ismuted.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_sort.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_spellchecker.available_dictionaries.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_spellchecker.check.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_spellchecker.suggestions.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.append.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.charsum.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.chop.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.cmp.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.contains.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.digest.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.equal.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.evpsign.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.evpverify.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.find.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.findfirst.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.findlast.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.fromclipboard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.grep.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.insert.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.isempty.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.isnumber.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.isunsignednumber.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.join.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.left.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.lefttofirst.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.lefttolast.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.len.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.length.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.localelowcase.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.localeupcase.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.lowcase.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.match.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.mid.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.prepend.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.printf.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.replace.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.right.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.rightfromfirst.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.rightfromlast.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.section.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.split.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.strip.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.stripcolors.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.stripleft.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.stripright.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.token.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.upcase.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.urlencode.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_str.word.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_string.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_sw.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.call.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.checkmodule.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.clipboard.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.dbus.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.getenv.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.hostname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.htoni.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.ntohi.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.osmachine.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.osname.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.osnodename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.os%%CMAKE_BUILD_TYPE%%.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.ostype.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.osversion.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_system.selection.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_target.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_texticons.get.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_theme.info.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_this.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_tmphighlight.ischannelhighlighted.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_tmphighlight.isnickhighlighted.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_toolbar.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_toolbar.isvisible.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_toolbar.items.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_toolbar.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.client.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.clientlist.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.count.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.filecount.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.filename.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.filepriority.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.maxdownloadspeed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.maxuploadspeed.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.name.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.speeddown.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.speedup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.state.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.trafficdown.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_torrent.trafficup.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_tr.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_trayicon.isvisible.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_true.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_typeof.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_u.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_uflags.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_unicode.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_unixtime.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_unserialize.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_upnp.getexternalipaddress.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_upnp.isgatewayavailable.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_userlist.selected.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_username.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_version.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.activitylevel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.activitytemperature.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.caption.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.console.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.context.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.exists.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.hasinput.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.hasoutput.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.hasuserfocus.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.highlightlevel.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.isdocked.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.issplitview.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.list.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.open.html +%%DOCS%%share/kvirc/%%VER%%/help/en/fnc_window.type.html +%%DOCS%%share/kvirc/%%VER%%/help/en/helplogoleft.png +%%DOCS%%share/kvirc/%%VER%%/help/en/helplogoright.png +%%DOCS%%share/kvirc/%%VER%%/help/en/index.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_config.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_dcc.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_fish.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_lamerizer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_log.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_mediaplayer.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_reguser.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_rijndael.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_rot13.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_serverdb.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_torrent.html +%%DOCS%%share/kvirc/%%VER%%/help/en/module_url.html +%%DOCS%%share/kvirc/%%VER%%/help/en/nohelpavailable.html share/kvirc/%%VER%%/license/ABOUT-LICENSE share/kvirc/%%VER%%/license/COPYING share/kvirc/%%VER%%/license/LICENSE-OPENSSL -share/kvirc/%%VER%%/locale/about_cs.mo -share/kvirc/%%VER%%/locale/about_de.mo -share/kvirc/%%VER%%/locale/about_eo.mo -share/kvirc/%%VER%%/locale/about_es.mo -share/kvirc/%%VER%%/locale/about_fi.mo -share/kvirc/%%VER%%/locale/about_fr.mo -share/kvirc/%%VER%%/locale/about_hr.mo -share/kvirc/%%VER%%/locale/about_hu.mo -share/kvirc/%%VER%%/locale/about_it.mo -share/kvirc/%%VER%%/locale/about_ja.mo -share/kvirc/%%VER%%/locale/about_nl.mo -share/kvirc/%%VER%%/locale/about_pl.mo -share/kvirc/%%VER%%/locale/about_pt.mo -share/kvirc/%%VER%%/locale/about_pt_BR.mo -share/kvirc/%%VER%%/locale/about_ru.mo -share/kvirc/%%VER%%/locale/about_sr.mo -share/kvirc/%%VER%%/locale/about_tr.mo -share/kvirc/%%VER%%/locale/about_uk.mo -share/kvirc/%%VER%%/locale/addon_de.mo -share/kvirc/%%VER%%/locale/addon_eo.mo -share/kvirc/%%VER%%/locale/addon_es.mo -share/kvirc/%%VER%%/locale/addon_fr.mo -share/kvirc/%%VER%%/locale/addon_hu.mo -share/kvirc/%%VER%%/locale/addon_it.mo -share/kvirc/%%VER%%/locale/addon_ja.mo -share/kvirc/%%VER%%/locale/addon_pl.mo -share/kvirc/%%VER%%/locale/addon_pt.mo -share/kvirc/%%VER%%/locale/addon_pt_BR.mo -share/kvirc/%%VER%%/locale/addon_ru.mo -share/kvirc/%%VER%%/locale/addon_tr.mo -share/kvirc/%%VER%%/locale/addon_uk.mo -share/kvirc/%%VER%%/locale/dcc_cs.mo -share/kvirc/%%VER%%/locale/dcc_de.mo -share/kvirc/%%VER%%/locale/dcc_eo.mo -share/kvirc/%%VER%%/locale/dcc_es.mo -share/kvirc/%%VER%%/locale/dcc_fi.mo -share/kvirc/%%VER%%/locale/dcc_fr.mo -share/kvirc/%%VER%%/locale/dcc_hr.mo -share/kvirc/%%VER%%/locale/dcc_hu.mo -share/kvirc/%%VER%%/locale/dcc_it.mo -share/kvirc/%%VER%%/locale/dcc_nl.mo -share/kvirc/%%VER%%/locale/dcc_pl.mo -share/kvirc/%%VER%%/locale/dcc_pt.mo -share/kvirc/%%VER%%/locale/dcc_pt_BR.mo -share/kvirc/%%VER%%/locale/dcc_ru.mo -share/kvirc/%%VER%%/locale/dcc_sr.mo -share/kvirc/%%VER%%/locale/dcc_tr.mo -share/kvirc/%%VER%%/locale/dcc_uk.mo -share/kvirc/%%VER%%/locale/defscript_de.mo -share/kvirc/%%VER%%/locale/defscript_eo.mo -share/kvirc/%%VER%%/locale/defscript_es.mo -share/kvirc/%%VER%%/locale/defscript_fi.mo -share/kvirc/%%VER%%/locale/defscript_fr.mo -share/kvirc/%%VER%%/locale/defscript_hu.mo -share/kvirc/%%VER%%/locale/defscript_it.mo -share/kvirc/%%VER%%/locale/defscript_ja.mo -share/kvirc/%%VER%%/locale/defscript_pl.mo -share/kvirc/%%VER%%/locale/defscript_pt.mo -share/kvirc/%%VER%%/locale/defscript_pt_BR.mo -share/kvirc/%%VER%%/locale/defscript_ru.mo -share/kvirc/%%VER%%/locale/defscript_tr.mo -share/kvirc/%%VER%%/locale/defscript_uk.mo -share/kvirc/%%VER%%/locale/editor_cs.mo -share/kvirc/%%VER%%/locale/editor_de.mo -share/kvirc/%%VER%%/locale/editor_eo.mo -share/kvirc/%%VER%%/locale/editor_es.mo -share/kvirc/%%VER%%/locale/editor_fi.mo -share/kvirc/%%VER%%/locale/editor_fr.mo -share/kvirc/%%VER%%/locale/editor_hr.mo -share/kvirc/%%VER%%/locale/editor_hu.mo -share/kvirc/%%VER%%/locale/editor_it.mo -share/kvirc/%%VER%%/locale/editor_nl.mo -share/kvirc/%%VER%%/locale/editor_pl.mo -share/kvirc/%%VER%%/locale/editor_pt.mo -share/kvirc/%%VER%%/locale/editor_pt_BR.mo -share/kvirc/%%VER%%/locale/editor_ru.mo -share/kvirc/%%VER%%/locale/editor_sr.mo -share/kvirc/%%VER%%/locale/editor_tr.mo -share/kvirc/%%VER%%/locale/editor_uk.mo -share/kvirc/%%VER%%/locale/filetransferwindow_cs.mo -share/kvirc/%%VER%%/locale/filetransferwindow_de.mo -share/kvirc/%%VER%%/locale/filetransferwindow_eo.mo -share/kvirc/%%VER%%/locale/filetransferwindow_es.mo -share/kvirc/%%VER%%/locale/filetransferwindow_fi.mo -share/kvirc/%%VER%%/locale/filetransferwindow_fr.mo -share/kvirc/%%VER%%/locale/filetransferwindow_hr.mo -share/kvirc/%%VER%%/locale/filetransferwindow_hu.mo -share/kvirc/%%VER%%/locale/filetransferwindow_it.mo -share/kvirc/%%VER%%/locale/filetransferwindow_nl.mo -share/kvirc/%%VER%%/locale/filetransferwindow_pl.mo -share/kvirc/%%VER%%/locale/filetransferwindow_pt.mo -share/kvirc/%%VER%%/locale/filetransferwindow_pt_BR.mo -share/kvirc/%%VER%%/locale/filetransferwindow_ru.mo -share/kvirc/%%VER%%/locale/filetransferwindow_sr.mo -share/kvirc/%%VER%%/locale/filetransferwindow_tr.mo -share/kvirc/%%VER%%/locale/filetransferwindow_uk.mo -share/kvirc/%%VER%%/locale/kvirc_cs.mo -share/kvirc/%%VER%%/locale/kvirc_de.mo -share/kvirc/%%VER%%/locale/kvirc_eo.mo -share/kvirc/%%VER%%/locale/kvirc_es.mo -share/kvirc/%%VER%%/locale/kvirc_fi.mo -share/kvirc/%%VER%%/locale/kvirc_fr.mo -share/kvirc/%%VER%%/locale/kvirc_hr.mo -share/kvirc/%%VER%%/locale/kvirc_hu.mo -share/kvirc/%%VER%%/locale/kvirc_it.mo -share/kvirc/%%VER%%/locale/kvirc_ja.mo -share/kvirc/%%VER%%/locale/kvirc_nl.mo -share/kvirc/%%VER%%/locale/kvirc_pl.mo -share/kvirc/%%VER%%/locale/kvirc_pt.mo -share/kvirc/%%VER%%/locale/kvirc_pt_BR.mo -share/kvirc/%%VER%%/locale/kvirc_ru.mo -share/kvirc/%%VER%%/locale/kvirc_sr.mo -share/kvirc/%%VER%%/locale/kvirc_tr.mo -share/kvirc/%%VER%%/locale/kvirc_uk.mo -share/kvirc/%%VER%%/locale/kvs_de.mo -share/kvirc/%%VER%%/locale/kvs_eo.mo -share/kvirc/%%VER%%/locale/kvs_fr.mo -share/kvirc/%%VER%%/locale/kvs_hu.mo -share/kvirc/%%VER%%/locale/kvs_it.mo -share/kvirc/%%VER%%/locale/kvs_ja.mo -share/kvirc/%%VER%%/locale/kvs_pl.mo -share/kvirc/%%VER%%/locale/kvs_pt.mo -share/kvirc/%%VER%%/locale/kvs_pt_BR.mo -share/kvirc/%%VER%%/locale/kvs_ru.mo -share/kvirc/%%VER%%/locale/kvs_tr.mo -share/kvirc/%%VER%%/locale/kvs_uk.mo -share/kvirc/%%VER%%/locale/log_cs.mo -share/kvirc/%%VER%%/locale/log_de.mo -share/kvirc/%%VER%%/locale/log_eo.mo -share/kvirc/%%VER%%/locale/log_es.mo -share/kvirc/%%VER%%/locale/log_fi.mo -share/kvirc/%%VER%%/locale/log_fr.mo -share/kvirc/%%VER%%/locale/log_hr.mo -share/kvirc/%%VER%%/locale/log_hu.mo -share/kvirc/%%VER%%/locale/log_it.mo -share/kvirc/%%VER%%/locale/log_ja.mo -share/kvirc/%%VER%%/locale/log_nl.mo -share/kvirc/%%VER%%/locale/log_pl.mo -share/kvirc/%%VER%%/locale/log_pt.mo -share/kvirc/%%VER%%/locale/log_pt_BR.mo -share/kvirc/%%VER%%/locale/log_ru.mo -share/kvirc/%%VER%%/locale/log_sr.mo -share/kvirc/%%VER%%/locale/log_tr.mo -share/kvirc/%%VER%%/locale/log_uk.mo -share/kvirc/%%VER%%/locale/mediaplayer_cs.mo -share/kvirc/%%VER%%/locale/mediaplayer_de.mo -share/kvirc/%%VER%%/locale/mediaplayer_eo.mo -share/kvirc/%%VER%%/locale/mediaplayer_es.mo -share/kvirc/%%VER%%/locale/mediaplayer_fi.mo -share/kvirc/%%VER%%/locale/mediaplayer_fr.mo -share/kvirc/%%VER%%/locale/mediaplayer_hr.mo -share/kvirc/%%VER%%/locale/mediaplayer_hu.mo -share/kvirc/%%VER%%/locale/mediaplayer_it.mo -share/kvirc/%%VER%%/locale/mediaplayer_nl.mo -share/kvirc/%%VER%%/locale/mediaplayer_pl.mo -share/kvirc/%%VER%%/locale/mediaplayer_pt.mo -share/kvirc/%%VER%%/locale/mediaplayer_pt_BR.mo -share/kvirc/%%VER%%/locale/mediaplayer_ru.mo -share/kvirc/%%VER%%/locale/mediaplayer_sr.mo -share/kvirc/%%VER%%/locale/mediaplayer_tr.mo -share/kvirc/%%VER%%/locale/mediaplayer_uk.mo -share/kvirc/%%VER%%/locale/notifier_cs.mo -share/kvirc/%%VER%%/locale/notifier_de.mo -share/kvirc/%%VER%%/locale/notifier_eo.mo -share/kvirc/%%VER%%/locale/notifier_es.mo -share/kvirc/%%VER%%/locale/notifier_fi.mo -share/kvirc/%%VER%%/locale/notifier_fr.mo -share/kvirc/%%VER%%/locale/notifier_hr.mo -share/kvirc/%%VER%%/locale/notifier_hu.mo -share/kvirc/%%VER%%/locale/notifier_it.mo -share/kvirc/%%VER%%/locale/notifier_ja.mo -share/kvirc/%%VER%%/locale/notifier_nl.mo -share/kvirc/%%VER%%/locale/notifier_pl.mo -share/kvirc/%%VER%%/locale/notifier_pt.mo -share/kvirc/%%VER%%/locale/notifier_pt_BR.mo -share/kvirc/%%VER%%/locale/notifier_ru.mo -share/kvirc/%%VER%%/locale/notifier_sr.mo -share/kvirc/%%VER%%/locale/notifier_tr.mo -share/kvirc/%%VER%%/locale/notifier_uk.mo -share/kvirc/%%VER%%/locale/objects_de.mo -share/kvirc/%%VER%%/locale/objects_eo.mo -share/kvirc/%%VER%%/locale/objects_es.mo -share/kvirc/%%VER%%/locale/objects_fr.mo -share/kvirc/%%VER%%/locale/objects_hu.mo -share/kvirc/%%VER%%/locale/objects_it.mo -share/kvirc/%%VER%%/locale/objects_pt.mo -share/kvirc/%%VER%%/locale/objects_pt_BR.mo -share/kvirc/%%VER%%/locale/objects_ru.mo -share/kvirc/%%VER%%/locale/objects_tr.mo -share/kvirc/%%VER%%/locale/objects_uk.mo -share/kvirc/%%VER%%/locale/options_cs.mo -share/kvirc/%%VER%%/locale/options_de.mo -share/kvirc/%%VER%%/locale/options_eo.mo -share/kvirc/%%VER%%/locale/options_es.mo -share/kvirc/%%VER%%/locale/options_fi.mo -share/kvirc/%%VER%%/locale/options_fr.mo -share/kvirc/%%VER%%/locale/options_hr.mo -share/kvirc/%%VER%%/locale/options_hu.mo -share/kvirc/%%VER%%/locale/options_it.mo -share/kvirc/%%VER%%/locale/options_ja.mo -share/kvirc/%%VER%%/locale/options_nl.mo -share/kvirc/%%VER%%/locale/options_pl.mo -share/kvirc/%%VER%%/locale/options_pt.mo -share/kvirc/%%VER%%/locale/options_pt_BR.mo -share/kvirc/%%VER%%/locale/options_ru.mo -share/kvirc/%%VER%%/locale/options_sr.mo -share/kvirc/%%VER%%/locale/options_tr.mo -share/kvirc/%%VER%%/locale/options_uk.mo -share/kvirc/%%VER%%/locale/perl_cs.mo -share/kvirc/%%VER%%/locale/perl_de.mo -share/kvirc/%%VER%%/locale/perl_eo.mo -share/kvirc/%%VER%%/locale/perl_es.mo -share/kvirc/%%VER%%/locale/perl_fi.mo -share/kvirc/%%VER%%/locale/perl_fr.mo -share/kvirc/%%VER%%/locale/perl_hr.mo -share/kvirc/%%VER%%/locale/perl_hu.mo -share/kvirc/%%VER%%/locale/perl_it.mo -share/kvirc/%%VER%%/locale/perl_nl.mo -share/kvirc/%%VER%%/locale/perl_pl.mo -share/kvirc/%%VER%%/locale/perl_pt.mo -share/kvirc/%%VER%%/locale/perl_pt_BR.mo -share/kvirc/%%VER%%/locale/perl_ru.mo -share/kvirc/%%VER%%/locale/perl_sr.mo -share/kvirc/%%VER%%/locale/perl_tr.mo -share/kvirc/%%VER%%/locale/perl_uk.mo -share/kvirc/%%VER%%/locale/python_de.mo -share/kvirc/%%VER%%/locale/python_eo.mo -share/kvirc/%%VER%%/locale/python_es.mo -share/kvirc/%%VER%%/locale/python_fr.mo -share/kvirc/%%VER%%/locale/python_hu.mo -share/kvirc/%%VER%%/locale/python_it.mo -share/kvirc/%%VER%%/locale/python_pt.mo -share/kvirc/%%VER%%/locale/python_pt_BR.mo -share/kvirc/%%VER%%/locale/python_ru.mo -share/kvirc/%%VER%%/locale/python_tr.mo -share/kvirc/%%VER%%/locale/python_uk.mo -share/kvirc/%%VER%%/locale/register_de.mo -share/kvirc/%%VER%%/locale/register_eo.mo -share/kvirc/%%VER%%/locale/register_es.mo -share/kvirc/%%VER%%/locale/register_fr.mo -share/kvirc/%%VER%%/locale/register_hu.mo -share/kvirc/%%VER%%/locale/register_it.mo -share/kvirc/%%VER%%/locale/register_pl.mo -share/kvirc/%%VER%%/locale/register_pt.mo -share/kvirc/%%VER%%/locale/register_pt_BR.mo -share/kvirc/%%VER%%/locale/register_ru.mo -share/kvirc/%%VER%%/locale/register_tr.mo -share/kvirc/%%VER%%/locale/register_uk.mo -share/kvirc/%%VER%%/locale/serverdb_cs.mo -share/kvirc/%%VER%%/locale/serverdb_de.mo -share/kvirc/%%VER%%/locale/serverdb_eo.mo -share/kvirc/%%VER%%/locale/serverdb_es.mo -share/kvirc/%%VER%%/locale/serverdb_fi.mo -share/kvirc/%%VER%%/locale/serverdb_fr.mo -share/kvirc/%%VER%%/locale/serverdb_hr.mo -share/kvirc/%%VER%%/locale/serverdb_hu.mo -share/kvirc/%%VER%%/locale/serverdb_it.mo -share/kvirc/%%VER%%/locale/serverdb_ja.mo -share/kvirc/%%VER%%/locale/serverdb_nl.mo -share/kvirc/%%VER%%/locale/serverdb_pl.mo -share/kvirc/%%VER%%/locale/serverdb_pt.mo -share/kvirc/%%VER%%/locale/serverdb_pt_BR.mo -share/kvirc/%%VER%%/locale/serverdb_ru.mo -share/kvirc/%%VER%%/locale/serverdb_sr.mo -share/kvirc/%%VER%%/locale/serverdb_tr.mo -share/kvirc/%%VER%%/locale/serverdb_uk.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_cs.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_de.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_eo.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_es.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_fi.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_fr.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_hr.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_hu.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_it.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_nl.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_pl.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_pt.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_pt_BR.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_ru.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_sr.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_tr.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_uk.mo -share/kvirc/%%VER%%/locale/theme_cs.mo -share/kvirc/%%VER%%/locale/theme_de.mo -share/kvirc/%%VER%%/locale/theme_eo.mo -share/kvirc/%%VER%%/locale/theme_es.mo -share/kvirc/%%VER%%/locale/theme_fi.mo -share/kvirc/%%VER%%/locale/theme_fr.mo -share/kvirc/%%VER%%/locale/theme_hr.mo -share/kvirc/%%VER%%/locale/theme_hu.mo -share/kvirc/%%VER%%/locale/theme_it.mo -share/kvirc/%%VER%%/locale/theme_nl.mo -share/kvirc/%%VER%%/locale/theme_pl.mo -share/kvirc/%%VER%%/locale/theme_pt.mo -share/kvirc/%%VER%%/locale/theme_pt_BR.mo -share/kvirc/%%VER%%/locale/theme_ru.mo -share/kvirc/%%VER%%/locale/theme_sr.mo -share/kvirc/%%VER%%/locale/theme_tr.mo -share/kvirc/%%VER%%/locale/theme_uk.mo -share/kvirc/%%VER%%/locale/torrent_cs.mo -share/kvirc/%%VER%%/locale/torrent_de.mo -share/kvirc/%%VER%%/locale/torrent_eo.mo -share/kvirc/%%VER%%/locale/torrent_es.mo -share/kvirc/%%VER%%/locale/torrent_fi.mo -share/kvirc/%%VER%%/locale/torrent_fr.mo -share/kvirc/%%VER%%/locale/torrent_hr.mo -share/kvirc/%%VER%%/locale/torrent_hu.mo -share/kvirc/%%VER%%/locale/torrent_it.mo -share/kvirc/%%VER%%/locale/torrent_nl.mo -share/kvirc/%%VER%%/locale/torrent_pl.mo -share/kvirc/%%VER%%/locale/torrent_pt.mo -share/kvirc/%%VER%%/locale/torrent_pt_BR.mo -share/kvirc/%%VER%%/locale/torrent_ru.mo -share/kvirc/%%VER%%/locale/torrent_sr.mo -share/kvirc/%%VER%%/locale/torrent_tr.mo -share/kvirc/%%VER%%/locale/torrent_uk.mo -share/kvirc/%%VER%%/config/modules/libkvitip_pl.kvc -share/kvirc/%%VER%%/locale/about_ko.mo -share/kvirc/%%VER%%/locale/addon_ko.mo -share/kvirc/%%VER%%/locale/dcc_ko.mo -share/kvirc/%%VER%%/locale/defscript_ko.mo -share/kvirc/%%VER%%/locale/editor_ko.mo -share/kvirc/%%VER%%/locale/filetransferwindow_ko.mo -share/kvirc/%%VER%%/locale/kvirc_ko.mo -share/kvirc/%%VER%%/locale/kvs_ko.mo -share/kvirc/%%VER%%/locale/mediaplayer_ko.mo -share/kvirc/%%VER%%/locale/notifier_ko.mo -share/kvirc/%%VER%%/locale/objects_ko.mo -share/kvirc/%%VER%%/locale/objects_pl.mo -share/kvirc/%%VER%%/locale/options_ko.mo -share/kvirc/%%VER%%/locale/perl_ko.mo -share/kvirc/%%VER%%/locale/python_ko.mo -share/kvirc/%%VER%%/locale/python_pl.mo -share/kvirc/%%VER%%/locale/register_ko.mo -share/kvirc/%%VER%%/locale/serverdb_ko.mo -share/kvirc/%%VER%%/locale/sharedfileswindow_ko.mo -share/kvirc/%%VER%%/locale/theme_ko.mo -share/kvirc/%%VER%%/locale/torrent_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/log_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_cs.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_de.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_eo.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_es.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_fi.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_fr.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_hr.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_hu.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_it.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_ja.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_nl.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_pt.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_pt_BR.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_ru.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_sr.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_tr.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_uk.mo +%%NLS%%share/kvirc/%%VER%%/locale/about_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/addon_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/dcc_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/defscript_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/editor_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/filetransferwindow_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvirc_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/kvs_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/mediaplayer_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/notifier_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/objects_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/options_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/perl_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/python_pl.mo +%%NLS%%share/kvirc/%%VER%%/locale/register_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/serverdb_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/sharedfileswindow_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/theme_ko.mo +%%NLS%%share/kvirc/%%VER%%/locale/torrent_ko.mo share/kvirc/%%VER%%/modules/caps/crypt/lamerizer share/kvirc/%%VER%%/modules/caps/crypt/rijndael share/kvirc/%%VER%%/modules/caps/crypt/rot13 @@ -2233,18 +2269,15 @@ share/kvirc/%%VER%%/pics/kvi_bigicon_useraction.png share/kvirc/%%VER%%/pics/kvi_bigicon_usermode.png share/kvirc/%%VER%%/pics/kvi_bigicon_www.png share/kvirc/%%VER%%/pics/kvi_dccfiletransfericons.png -share/kvirc/%%VER%%/pics/kvi_dock_mono_22-0.png -share/kvirc/%%VER%%/pics/kvi_dock_mono_22-1.png -share/kvirc/%%VER%%/pics/kvi_dock_mono_22-2.png -share/kvirc/%%VER%%/pics/kvi_dock_mono_48-0.png -share/kvirc/%%VER%%/pics/kvi_dock_mono_48-1.png -share/kvirc/%%VER%%/pics/kvi_dock_mono_48-2.png +share/kvirc/%%VER%%/pics/kvi_dock_dark_48-0.png +share/kvirc/%%VER%%/pics/kvi_dock_dark_48-1.png +share/kvirc/%%VER%%/pics/kvi_dock_dark_48-2.png +share/kvirc/%%VER%%/pics/kvi_dock_light_48-0.png +share/kvirc/%%VER%%/pics/kvi_dock_light_48-1.png +share/kvirc/%%VER%%/pics/kvi_dock_light_48-2.png share/kvirc/%%VER%%/pics/kvi_dock_normal_16-0.png share/kvirc/%%VER%%/pics/kvi_dock_normal_16-1.png share/kvirc/%%VER%%/pics/kvi_dock_normal_16-2.png -share/kvirc/%%VER%%/pics/kvi_dock_normal_22-0.png -share/kvirc/%%VER%%/pics/kvi_dock_normal_22-1.png -share/kvirc/%%VER%%/pics/kvi_dock_normal_22-2.png share/kvirc/%%VER%%/pics/kvi_dock_normal_48-0.png share/kvirc/%%VER%%/pics/kvi_dock_normal_48-1.png share/kvirc/%%VER%%/pics/kvi_dock_normal_48-2.png @@ -2311,4 +2344,10 @@ share/kvirc/%%VER%%/themes/MinimalDark-2.0.0/screenshot_medium.png share/kvirc/%%VER%%/themes/MinimalDark-2.0.0/screenshot_small.png share/kvirc/%%VER%%/themes/MinimalDark-2.0.0/themedata.kvc share/kvirc/%%VER%%/themes/MinimalDark-2.0.0/themeinfo.kvc +share/man/de/man1/kvirc.1.gz +share/man/fr/man1/kvirc.1.gz +share/man/it/man1/kvirc.1.gz +share/man/man1/kvirc.1.gz +share/man/pt/man1/kvirc.1.gz +share/man/uk/man1/kvirc.1.gz share/pixmaps/kvirc.png diff --git a/irc/soju/Makefile b/irc/soju/Makefile index 53235627bee..5ca27a75f25 100644 --- a/irc/soju/Makefile +++ b/irc/soju/Makefile @@ -1,7 +1,7 @@ PORTNAME= soju DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= irc MAINTAINER= ashish@FreeBSD.org diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 44de409da16..bf1a400c538 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -1,5 +1,6 @@ PORTNAME= znc DISTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= https://znc.in/releases/ \ https://znc.in/releases/archive/ @@ -11,7 +12,7 @@ WWW= https://wiki.znc.in/ZNC LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++17-lang cpe cmake:run iconv pathfix pkgconfig python +USES= compiler:c++17-lang cpe cmake:run iconv pathfix pkgconfig:both python USE_RC_SUBR= znc diff --git a/japanese/Makefile b/japanese/Makefile index dab524f0761..e18d207b536 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -62,6 +62,7 @@ SUBDIR += font-aozoramincho SUBDIR += font-ayu18 SUBDIR += font-ayu20 + SUBDIR += font-bizud-mincho SUBDIR += font-cica SUBDIR += font-elisa10 SUBDIR += font-elisa8 diff --git a/japanese/cskk/Makefile b/japanese/cskk/Makefile index 8466a6c4ba9..f5f40ae45a1 100644 --- a/japanese/cskk/Makefile +++ b/japanese/cskk/Makefile @@ -1,7 +1,7 @@ PORTNAME= cskk DISTVERSIONPREFIX= v DISTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MAINTAINER= syobon@syobon.net diff --git a/japanese/font-aozoramincho/Makefile b/japanese/font-aozoramincho/Makefile index 97d9dcf0f07..26431795d1b 100644 --- a/japanese/font-aozoramincho/Makefile +++ b/japanese/font-aozoramincho/Makefile @@ -2,14 +2,14 @@ PORTNAME= aozoramincho PORTVERSION= 0.1 PORTREVISION= 2 CATEGORIES= japanese x11-fonts -MASTER_SITES= http://blueskis.wktk.so/AozoraMincho/archive/v${PORTVERSION}/ +MASTER_SITES= https://web.archive.org/web/20200321102301/http://blueskis.wktk.so/AozoraMincho/archive/v${PORTVERSION}/ PKGNAMEPREFIX= ja-font- DISTNAME= ${PORTNAME}-readme-ttf DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ume@FreeBSD.org COMMENT= Aozora Mincho Japanese TrueType fonts -WWW= http://blueskis.wktk.so/AozoraMincho/ +WWW= http://blueskis.wktk.so/AozoraMincho/index.html USES= fonts:fc zip FONTPATHSPEC= ${FONTNAME}:pri=60 diff --git a/japanese/font-bizud-mincho/Makefile b/japanese/font-bizud-mincho/Makefile new file mode 100644 index 00000000000..76675169707 --- /dev/null +++ b/japanese/font-bizud-mincho/Makefile @@ -0,0 +1,46 @@ +PORTNAME= bizud-mincho +DISTVERSIONPREFIX= v +DISTVERSION= 1.06 +CATEGORIES= japanese x11-fonts +PKGNAMEPREFIX= ja-font- + +MAINTAINER= mew14930xvi@inbox.lv +COMMENT= Morisawa BIZ UD Mincho fonts +WWW= https://github.com/googlefonts/morisawa-biz-ud-mincho + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/OFL.txt + +USES= fonts:fc +FONTPATHSPEC= ${FONTNAME}:pri=60 +NO_ARCH= yes +NO_BUILD= yes +PKGINSTALL= ${WRKDIR}/pkg-install +PKGDEINSTALL= ${WRKDIR}/pkg-install +SUB_FILES= pkg-install +PORTDOCS= AUTHORS.txt CONTRIBUTORS.txt README.md + +USE_GITHUB= yes +GH_ACCOUNT= googlefonts +GH_PROJECT= morisawa-biz-ud-mincho + +OPTIONS_DEFINE= DOCS + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/fonts/ttf/* ${STAGEDIR}${FONTSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d + ${INSTALL_DATA} ${FILESDIR}/20-unhint-${FONTNAME}.conf \ + ${FILESDIR}/62-fonts-${FONTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail + ${LN} -s -f ../conf.avail/20-unhint-${FONTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/20-unhint-${FONTNAME}.conf + ${LN} -s -f ../conf.avail/62-fonts-${FONTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/62-fonts-${FONTNAME}.conf + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +.include diff --git a/japanese/font-bizud-mincho/distinfo b/japanese/font-bizud-mincho/distinfo new file mode 100644 index 00000000000..0e7d8c4e259 --- /dev/null +++ b/japanese/font-bizud-mincho/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1715267495 +SHA256 (googlefonts-morisawa-biz-ud-mincho-v1.06_GH0.tar.gz) = 8b4b18eebf6b1f4add4fc201605d501e3378d3bb00e28cf88c007153493a18f1 +SIZE (googlefonts-morisawa-biz-ud-mincho-v1.06_GH0.tar.gz) = 54485142 diff --git a/japanese/font-bizud-mincho/files/20-unhint-bizud-mincho.conf b/japanese/font-bizud-mincho/files/20-unhint-bizud-mincho.conf new file mode 100644 index 00000000000..5d860422ba3 --- /dev/null +++ b/japanese/font-bizud-mincho/files/20-unhint-bizud-mincho.conf @@ -0,0 +1,17 @@ + + + + + + + BIZ UDMincho + + + BIZ UDPMincho + + + + false + + + diff --git a/japanese/font-bizud-mincho/files/62-fonts-bizud-mincho.conf b/japanese/font-bizud-mincho/files/62-fonts-bizud-mincho.conf new file mode 100644 index 00000000000..78f0d807d3b --- /dev/null +++ b/japanese/font-bizud-mincho/files/62-fonts-bizud-mincho.conf @@ -0,0 +1,16 @@ + + + + + serif + + BIZ UDPMincho + + + + monospace + + BIZ UDMincho + + + diff --git a/japanese/font-bizud-mincho/files/pkg-install.in b/japanese/font-bizud-mincho/files/pkg-install.in new file mode 100644 index 00000000000..44510afadac --- /dev/null +++ b/japanese/font-bizud-mincho/files/pkg-install.in @@ -0,0 +1,89 @@ +#!/bin/sh + +catfontsdir () +{ + while read _IN + do + case "${_IN}" in + *-morisawa-BIZUD*[Mm]incho-*|[0-9]*|"") ;; + *) echo ${_IN} ;; + esac + done +} + +ROMA="" +BOLD="ds=y" +ITAL="ai=0.15" +OBLI="ai=0.15" +RITA="ai=0.08" +ROBL="ai=0.08" + +make_xlfd() +{ + _enc=$1 + _file=$2 + _vendor=$3 + _fname=$4 + _poc=$5 + + case "${_poc}:${_enc}" in + p:jisx0201.1976-*) PFIX="bw=0.5" ;; + c:jisx0201.1976-*) PFIX="bw=0.5" ;; + p:*) PFIX="" ;; + c:*) PFIX="" ;; + esac + + set -- "${ROMA}" medium-r \ + ${BOLD} bold-r \ + ${ITAL} medium-i \ + ${ITAL}:${BOLD} bold-i \ + ${OBLI} medium-o \ + ${OBLI}:${BOLD} bold-o \ + ${RITA} medium-ri \ + ${RITA}:${BOLD} bold-ri \ + ${ROBL} medium-ro \ + ${ROBL}:${BOLD} bold-ro + while [ $# != 0 ]; do + _prefix="${PFIX}:$1"; shift + _variant=$1; shift + printf "%s:%s -%s-%s-%s-normal--0-0-0-0-%s-0-%s\n" \ + $_prefix $_file $_vendor $_fname $_variant $_poc $_enc + done | sed -e 's,::,:,g' -e 's,^:,,' +} + +addentries () +{ + for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 + do + make_xlfd $ENC BIZUDMincho-Bold.ttf morisawa BIZUDMincho c + make_xlfd $ENC BIZUDMincho-Regular.ttf morisawa BIZUDMincho c + make_xlfd $ENC BIZUDPMincho-Bold.ttf morisawa BIZUDPMincho p + make_xlfd $ENC BIZUDPMincho-Regular.ttf morisawa BIZUDPMincho p + done +} + +nfonts () +{ + _L=0; while read _IN; do _L=$((${_L}+1)); done; echo ${_L} +} + +case "$2" in +POST-INSTALL) + cd %%FONTSDIR%% + touch fonts.dir + (catfontsdir < fonts.dir; addentries) > fonts.dir.tmp + nfonts < fonts.dir.tmp > fonts.dir + cat fonts.dir.tmp >> fonts.dir + rm -f fonts.dir.tmp + ;; +POST-DEINSTALL) + cd %%FONTSDIR%% + catfontsdir < fonts.dir > fonts.dir.tmp + nfonts < fonts.dir.tmp > fonts.dir + cat fonts.dir.tmp >> fonts.dir + rm -f fonts.dir.tmp + if [ -r fonts.dir -a `wc -l < fonts.dir` = 1 ]; then + rm -f fonts.dir + fi + ;; +esac diff --git a/japanese/font-bizud-mincho/pkg-descr b/japanese/font-bizud-mincho/pkg-descr new file mode 100644 index 00000000000..8ca265601cb --- /dev/null +++ b/japanese/font-bizud-mincho/pkg-descr @@ -0,0 +1,2 @@ +BIZ UD Mincho is a universal design typeface designed to be easy +to read and ideal for education and business documentation. diff --git a/japanese/font-bizud-mincho/pkg-plist b/japanese/font-bizud-mincho/pkg-plist new file mode 100644 index 00000000000..ac2bc81f0e1 --- /dev/null +++ b/japanese/font-bizud-mincho/pkg-plist @@ -0,0 +1,8 @@ +%%FONTSDIR%%/BIZUDMincho-Bold.ttf +%%FONTSDIR%%/BIZUDMincho-Regular.ttf +%%FONTSDIR%%/BIZUDPMincho-Bold.ttf +%%FONTSDIR%%/BIZUDPMincho-Regular.ttf +etc/fonts/conf.avail/20-unhint-bizud-mincho.conf +etc/fonts/conf.avail/62-fonts-bizud-mincho.conf +etc/fonts/conf.d/20-unhint-bizud-mincho.conf +etc/fonts/conf.d/62-fonts-bizud-mincho.conf diff --git a/japanese/font-ricty/Makefile b/japanese/font-ricty/Makefile index 567c26f62c5..2766c58a948 100644 --- a/japanese/font-ricty/Makefile +++ b/japanese/font-ricty/Makefile @@ -1,6 +1,6 @@ PORTNAME= ricty PORTVERSION= 4.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= https://rictyfonts.github.io/files/ PKGNAMEPREFIX= ja-font- @@ -53,8 +53,8 @@ do-extract: do-build: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${SH} ${DISTDIR}/${DIST_SUBDIR}/ricty_generator-${PORTVERSION}.sh \ - ${LOCALBASE}/share/fonts/inconsolata/Inconsolata-Regular.ttf \ - ${LOCALBASE}/share/fonts/inconsolata/Inconsolata-Bold.ttf \ + ${LOCALBASE}/share/fonts/inconsolata-ttf/Inconsolata-Regular.ttf \ + ${LOCALBASE}/share/fonts/inconsolata-ttf/Inconsolata-Bold.ttf \ ${LOCALBASE}/share/fonts/migu/migu-1m-regular.ttf \ ${LOCALBASE}/share/fonts/migu/migu-1m-bold.ttf diff --git a/japanese/onew/Makefile b/japanese/onew/Makefile index d159ac8e847..99480fa76a6 100644 --- a/japanese/onew/Makefile +++ b/japanese/onew/Makefile @@ -10,6 +10,8 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Library for Japanese Input Methods BROKEN= Doesn't fetch (NXDOMAIN) +DEPRECATED= Unfetchabled and listed BROKEN for over year +EXPIRATION_DATE=2024-05-31 WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 2e4f7c1a566..f7ac5067c3f 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -1,7 +1,7 @@ PORTNAME= icedtea-web PORTVERSION= 1.8.8 DISTVERSIONPREFIX= icedtea-web- -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= java www MAINTAINER= java@FreeBSD.org diff --git a/lang/Makefile b/lang/Makefile index 1e564399f6b..b9ca462ed82 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -178,6 +178,7 @@ SUBDIR += linux-dotnet11-runtime SUBDIR += linux-dotnet11-sdk SUBDIR += linux-j + SUBDIR += linux-rl9-python3 SUBDIR += lua51 SUBDIR += lua52 SUBDIR += lua53 diff --git a/lang/antimony/Makefile b/lang/antimony/Makefile index efdaed9ab33..2633dbad286 100644 --- a/lang/antimony/Makefile +++ b/lang/antimony/Makefile @@ -1,7 +1,7 @@ PORTNAME= antimony DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang PKGNAMESUFFIX= -language diff --git a/lang/asm-lsp/Makefile b/lang/asm-lsp/Makefile index d6272f7b045..c2c1e4d74d6 100644 --- a/lang/asm-lsp/Makefile +++ b/lang/asm-lsp/Makefile @@ -1,7 +1,7 @@ PORTNAME= asm-lsp DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org diff --git a/lang/cairo/Makefile b/lang/cairo/Makefile index f87532e9745..9b8ed7c8f6b 100644 --- a/lang/cairo/Makefile +++ b/lang/cairo/Makefile @@ -1,7 +1,7 @@ PORTNAME= cairo DISTVERSIONPREFIX= v DISTVERSION= 2.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang PKGNAMESUFFIX= -language diff --git a/lang/gcc11/Makefile b/lang/gcc11/Makefile index a2fc68a4418..56ecc447de4 100644 --- a/lang/gcc11/Makefile +++ b/lang/gcc11/Makefile @@ -12,7 +12,7 @@ WWW= https://gcc.gnu.org LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le riscv64 LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ diff --git a/lang/gcc12/Makefile b/lang/gcc12/Makefile index 147099e9720..beba427302f 100644 --- a/lang/gcc12/Makefile +++ b/lang/gcc12/Makefile @@ -11,7 +11,7 @@ WWW= https://gcc.gnu.org LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le riscv64 LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ diff --git a/lang/gcc13/Makefile b/lang/gcc13/Makefile index 4edd71bb7c2..3c0a3841de6 100644 --- a/lang/gcc13/Makefile +++ b/lang/gcc13/Makefile @@ -12,7 +12,7 @@ WWW= https://gcc.gnu.org LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le riscv64 LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ diff --git a/lang/gcc15-devel/Makefile b/lang/gcc15-devel/Makefile index 90d55342187..d9d93eecb93 100644 --- a/lang/gcc15-devel/Makefile +++ b/lang/gcc15-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 15.0.0.s20240428 +PORTVERSION= 15.0.0.s20240505 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc15-devel/distinfo b/lang/gcc15-devel/distinfo index 3fddcc16c5d..a2e5bfbbb6d 100644 --- a/lang/gcc15-devel/distinfo +++ b/lang/gcc15-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714396941 -SHA256 (gcc-15-20240428.tar.xz) = e31cdd424a22d132bbe66bb1a2d061033e5e5d5b62d82a1cd3e0711665b87f26 -SIZE (gcc-15-20240428.tar.xz) = 87999896 +TIMESTAMP = 1714964759 +SHA256 (gcc-15-20240505.tar.xz) = 2419686e0217328ae56f517995376367e5190ed84b31f90f7035cb1464603519 +SIZE (gcc-15-20240505.tar.xz) = 88033016 diff --git a/lang/gleam/Makefile b/lang/gleam/Makefile index 03a4bff1c70..88aa08336b3 100644 --- a/lang/gleam/Makefile +++ b/lang/gleam/Makefile @@ -1,6 +1,7 @@ PORTNAME= gleam DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= dch@FreeBSD.org diff --git a/lang/gluon/Makefile b/lang/gluon/Makefile index 77caf4c9a6c..c6be7b4fdc8 100644 --- a/lang/gluon/Makefile +++ b/lang/gluon/Makefile @@ -1,7 +1,7 @@ PORTNAME= gluon DISTVERSIONPREFIX= v DISTVERSION= 0.18.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang PKGNAMESUFFIX= -language diff --git a/lang/go/Makefile b/lang/go/Makefile index bf7b125c7d0..014b718ecae 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,6 +1,6 @@ PORTNAME= go DISTVERSION= ${GO_DEFAULT} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= lang MASTER_SITES= # not applicable diff --git a/lang/gomacro/Makefile b/lang/gomacro/Makefile index b5cea9b463c..c61b084370c 100644 --- a/lang/gomacro/Makefile +++ b/lang/gomacro/Makefile @@ -2,7 +2,7 @@ PORTNAME= gomacro DISTVERSIONPREFIX= v DISTVERSION= 2.7-601 DISTVERSIONSUFFIX= -g9aafa23 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= lang MAINTAINER= dmgk@FreeBSD.org diff --git a/lang/gptscript/Makefile b/lang/gptscript/Makefile index 86e144c3cc8..6713fcf1ca0 100644 --- a/lang/gptscript/Makefile +++ b/lang/gptscript/Makefile @@ -1,7 +1,7 @@ PORTNAME= gptscript DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MAINTAINER= nivit@FreeBSD.org diff --git a/lang/inko/Makefile b/lang/inko/Makefile index 56a1aaed89b..a382effee91 100644 --- a/lang/inko/Makefile +++ b/lang/inko/Makefile @@ -1,7 +1,7 @@ PORTNAME= inko DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel MAINTAINER= yuri@FreeBSD.org diff --git a/lang/julia/Makefile b/lang/julia/Makefile index 9ce33333abb..2da4f0c5311 100644 --- a/lang/julia/Makefile +++ b/lang/julia/Makefile @@ -1,9 +1,23 @@ PORTNAME= julia -DISTVERSION= 1.9.4 -PORTREVISION= 3 +DISTVERSION= 1.10.3 DISTVERSIONSUFFIX= -full CATEGORIES= lang math MASTER_SITES= https://github.com/JuliaLang/${PORTNAME}/releases/download/v${DISTVERSION}/ +DOCS_MASTER_SITES= https://www.unicode.org/Public/$(UNICODE_DATA_VERSION)/ucd/:unicode \ + https://jp.pkg.julialang.org/registry/${JPKGUUID}/:jpkg \ + https://github.com/JuliaBinaryWrappers/Expat_jll.jl/releases/download/Expat-v2.6.2+0/:afexpat \ + https://github.com/JuliaBinaryWrappers/Git_jll.jl/releases/download/Git-v2.44.0+2/:afgit \ + https://github.com/JuliaBinaryWrappers/Libiconv_jll.jl/releases/download/Libiconv-v1.17.0+0/:aflibiconv \ + https://github.com/JuliaBinaryWrappers/OpenSSL_jll.jl/releases/download/OpenSSL-v3.0.13+1/:afopenssl + +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +DOCS_DISTFILES= UnicodeData.txt:unicode \ + Expat.v2.6.2.x86_64-unknown-freebsd.tar.gz:afexpat \ + Git.v2.44.0.x86_64-unknown-freebsd.tar.gz:afgit \ + Libiconv.v1.17.0.x86_64-unknown-freebsd.tar.gz:aflibiconv \ + OpenSSL.v3.0.13.x86_64-unknown-freebsd.tar.gz:afopenssl \ + ${JPKGSHA1}:jpkg +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of Julia, a language for technical computing @@ -15,47 +29,51 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Has not been ported to this platform for freebsd -MY_DEPENDS= 7zz:archivers/7-zip +MY_DEPENDS= 7zz:archivers/7-zip \ + ca_root_nss>=0:security/ca_root_nss \ + gfortran${_GCC_VER}:lang/gcc${_GCC_VER} BUILD_DEPENDS= patchelf:sysutils/patchelf \ cmake:devel/cmake-core \ - gfortran${_GCC_VER}:lang/gcc${_GCC_VER} \ ${MY_DEPENDS} + LIB_DEPENDS= libcurl.so:ftp/curl \ libdSFMT.so:math/dsfmt \ libgit2.so:devel/libgit2 \ libgmp.so:math/gmp \ + libnghttp2.so:www/libnghttp2 \ libmbedtls.so:security/mbedtls \ libmpfr.so:math/mpfr \ + libopenlibm.so:math/openlibm \ libpcre2-8.so:devel/pcre2 \ libssh2.so:security/libssh2 \ + libsuitesparseconfig.so:math/suitesparse-config \ libutf8proc.so:textproc/utf8proc \ - libnghttp2.so:www/libnghttp2 \ libunwind.so:devel/libunwind \ - libopenlibm.so:math/openlibm -RUN_DEPENDS= ${MY_DEPENDS} \ - gfortran${_GCC_VER}:lang/gcc${_GCC_VER} + libzstd.so:archivers/zstd +RUN_DEPENDS= ${MY_DEPENDS} BUILD_DEPENDS_amd64= ittapi>0:devel/ittapi BUILD_DEPENDS_i386= ittapi>0:devel/ittapi # Do not set USES=fortran to avoid extra-linkage -USES= blaslapack:openblas cpe elfctl gmake perl5 python +USES= blaslapack:openblas compiler:c++17-lang cpe elfctl gmake \ + perl5 python shebangfix _GCC_VER= ${GCC_DEFAULT:S/.//} CPE_VENDOR= julialang ELF_FEATURES= +wxneeded:usr/bin/julia -USE_CXXSTD= c++14 USE_LDCONFIG= yes -MAKE_ARGS+= NO_GIT=1 \ +MAKE_ARGS+= JULIA_DEBUG=Documenter VERBOSE=1 NO_GIT=1 \ USE_BINARYBUILDER=0 \ prefix=${PREFIX} \ - JCXXFLAGS="${CXXFLAGS}" \ USE_GPL_LIBS=0 \ ARCH=x86_64 \ JULIA_CPU_TARGET=generic \ + USE_SYSTEM_BLAS=1 \ + USE_SYSTEM_CSL=1 \ USE_SYSTEM_CURL=1 \ USE_SYSTEM_DSFMT=1 \ USE_SYSTEM_GMP=1 \ @@ -63,17 +81,18 @@ MAKE_ARGS+= NO_GIT=1 \ USE_SYSTEM_LAPACK=1 \ USE_SYSTEM_LIBGIT2=1 \ USE_SYSTEM_LIBSSH2=1 \ + USE_SYSTEM_LIBUNWIND=1 \ + USE_SYSTEM_LLD=1 \ USE_SYSTEM_MBEDTLS=1 \ USE_SYSTEM_MPFR=1 \ + USE_SYSTEM_NGHTTP2=1 \ + USE_SYSTEM_P7ZIP=1 \ USE_SYSTEM_PATCHELF=1 \ USE_SYSTEM_PCRE=1 \ USE_SYSTEM_UTF8PROC=1 \ - USE_SYSTEM_P7ZIP=1 \ - USE_SYSTEM_BLAS=1 \ - USE_SYSTEM_NGHTTP2=1 \ - USE_SYSTEM_CSL=1 \ - USE_SYSTEM_ZLIB=1 \ - USE_SYSTEM_LIBUNWIND=1 + USE_SYSTEM_ZLIB=0 \ + CC=${CC} \ + CXX=${CXX} ALL_TARGET= default INSTALL_TARGET= install TEST_TARGET= test @@ -84,7 +103,8 @@ BINARY_ALIAS= python3=${PYTHON_CMD} gfortran=gfortran${_GCC_VER} WRKSRC= ${WRKDIR}/julia-${DISTVERSION} -PLIST_SUB= VERSION="${PORTVERSION:R}" +PLIST_SUB= VERSION="${PORTVERSION}" \ + MINOR="${PORTVERSION:R}" PORTDOCS= html OPTIONS_DEFINE= DEBUG DOCS NATIVE @@ -94,11 +114,15 @@ OPTIONS_SUB= yes NATIVE_DESC= Build with native CPU JIT tuning NATIVE_MAKE_ARGS= JULIA_CPU_TARGET=native +DEBUG_VARS= ALL_TARGET=all DEBUG_MAKE_ARGS= FORCE_ASSERTIONS=1 \ - ALL_TARGET=all \ BUNDLE_DEBUG_LIBS=1 -DOCS_VARS= INSTALL_TARGET+=install-docs +DOCS_MAKE_ENV+= JULIA_PKG_OFFLINE="true" +DOCS_VARS= ALL_TARGET+=docs \ + INSTALL_TARGET+=install-docs + +LATE_SHEBANG_GLOB= compile.jl generator.jl .include @@ -106,6 +130,94 @@ DOCS_VARS= INSTALL_TARGET+=install-docs MAKE_ARGS+= USE_SYSTEM_ITTAPI=1 .endif +.if ${PORT_OPTIONS:MDOCS} +USE_GITHUB= nodefault +UNICODE_DATA_VERSION= 13.0.0 +GH_TUPLE= JuliaDocs:Documenter.jl:v1.4.1:documenter \ + JuliaDocs:ANSIColoredPrinters.jl:v0.0.1:ansicoloredprinters \ + JuliaCollections:AbstractTrees.jl:6f9cd4ad60dc579f7a3271950d4846610c2f340d:abstracttrees \ + JuliaIO:CodecZlib.jl:v0.7.4:codeczlib \ + JuliaDocs:DocStringExtensions.jl:v0.9.3:docstringextensions \ + JuliaDocs:DocumenterInventoryWritingBackport.jl:v0.1.0:documenterinventorywritingbackport \ + JuliaBinaryWrappers:Expat_jll.jl:Expat-v2.6.2+0:expatjll \ + JuliaVersionControl:Git.jl:v1.3.1:git \ + JuliaBinaryWrappers:Git_jll.jl:Git-v2.44.0+2:gitjll \ + JuliaDocs:IOCapture.jl:v0.2.4:iocapture \ + JuliaPackaging:JLLWrappers.jl:v1.5.0:jllwrappers \ + JuliaIO:JSON.jl:v0.21.4:json \ + KristofferC:LazilyInitializedFields.jl:3b6cc53c8780ebbe3ee209b8a8e6b8844ce284f2:lazilyinitializedfields \ + JuliaBinaryWrappers:Libiconv_jll.jl:Libiconv-v1.17.0+0:libiconvjll \ + JuliaDocs:MarkdownAST.jl:v0.1.2:markdownast \ + JuliaBinaryWrappers:OpenSSL_jll.jl:OpenSSL-v3.0.13+1:openssljll \ + JuliaData:Parsers.jl:v2.8.1:parsers \ + JuliaLang:PrecompileTools.jl:v1.2.1:precompiletools \ + JuliaPackaging:Preferences.jl:v1.4.3:preferences \ + GunnarFarneback:RegistryInstances.jl:2796d959014475bc19e2dfa174179cdf02642d28:registryinstances \ + JuliaIO:TranscodingStreams.jl:v0.10.8:transcodingstreams +DOCPKGDIR_documenter= Documenter +DOCPKGDIR_abstracttrees= AbstractTrees +DOCPKGDIR_ansicoloredprinters= ANSIColoredPrinters +DOCPKGDIR_codeczlib= CodecZlib +DOCPKGDIR_docstringextensions= DocStringExtensions +DOCPKGDIR_documenterinventorywritingbackport= DocumenterInventoryWritingBackport +DOCPKGDIR_expatjll= Expat_jll +DOCPKGDIR_git= Git +DOCPKGDIR_gitjll= Git_jll +DOCPKGDIR_iocapture= IOCapture +DOCPKGDIR_jllwrappers= JLLWrappers +DOCPKGDIR_json= JSON +DOCPKGDIR_lazilyinitializedfields= LazilyInitializedFields +DOCPKGDIR_libiconvjll= Libiconv_jll +DOCPKGDIR_markdownast= MarkdownAST +DOCPKGDIR_openssljll= OpenSSL_jll +DOCPKGDIR_parsers= Parsers +DOCPKGDIR_precompiletools= PrecompileTools +DOCPKGDIR_preferences= Preferences +DOCPKGDIR_registryinstances= RegistryInstances +DOCPKGDIR_transcodingstreams= TranscodingStreams +JPKGUUID= 23338594-aafe-5451-b93e-139f81909106 +JPKGSHA1= 151ade91c9c8fcadd03fda2a9df961a173dae33d +ADIR_afexpat= f6cac9c7c81901bdea8226624199290c849eb8fd +ADIR_afgit= 9d10e86e65fcea93f0a73ac9ab7efbc9507ef246 +ADIR_aflibiconv= 7f55b73b331bc9ab70cbd95a194c89feb3650f16 +ADIR_afopenssl= f87ab68c6b682f7ab08df0745d5e38edb8e5bded +DARC_afexpat= Expat.v2.6.2.x86_64-unknown-freebsd.tar.gz +DARC_afgit= Git.v2.44.0.x86_64-unknown-freebsd.tar.gz +DARC_aflibiconv= Libiconv.v1.17.0.x86_64-unknown-freebsd.tar.gz +DARC_afopenssl= OpenSSL.v3.0.13.x86_64-unknown-freebsd.tar.gz +.endif + +post-extract: + @${MKDIR} ${WRKSRC}/deps/srccache + ${CP} ${FILESDIR}/llvm-patch-backport-version-fixes \ + ${WRKSRC}/deps/patches/llvm-version-fixes.patch + +post-extract-DOCS-on: + @${MKDIR} ${WRKSRC}/doc/deps/registries + ${CP} ${DISTDIR}/UnicodeData.txt \ + ${WRKSRC}/deps/srccache/UnicodeData-${UNICODE_DATA_VERSION}.txt +.for pkg in documenter ansicoloredprinters abstracttrees codeczlib \ + docstringextensions documenterinventorywritingbackport expatjll \ + git gitjll iocapture jllwrappers json lazilyinitializedfields \ + libiconvjll markdownast openssljll parsers precompiletools \ + preferences registryinstances transcodingstreams + @${MKDIR} ${WRKSRC}/doc/deps/packages/${DOCPKGDIR_${pkg}} + ${TAR} -C ${WRKSRC}/doc/deps/packages/${DOCPKGDIR_${pkg}} \ + --strip-components 1 \ + -xf ${DISTDIR}/${DISTFILE_${pkg}} +.endfor +.for af in afexpat afgit aflibiconv afopenssl + @${MKDIR} ${WRKSRC}/doc/deps/artifacts/${ADIR_${af}} + ${TAR} -C ${WRKSRC}/doc/deps/artifacts/${ADIR_${af}} \ + -xf ${DISTDIR}/${DARC_${af}} +.endfor + ${CP} ${DISTDIR}/${JPKGSHA1} \ + ${WRKSRC}/doc/deps/registries/General.tar.gz + ${CAT} ${FILESDIR}/General.toml.in | \ + ${SED} 's/%%UUID%%/${JPKGUUID}/' | \ + ${SED} 's/%%SHA1%%/${JPKGSHA1}/' \ + > ${WRKSRC}/doc/deps/registries/General.toml + pre-configure: echo "override TAGGED_RELEASE_BANNER=\"FreeBSD port lang/${PORTNAME} build\"" >> ${WRKSRC}/Make.user # unset ARCH for auto-detection @@ -122,33 +234,38 @@ pre-configure: ) || ( \ echo "USE_BLAS64=0" >> ${WRKSRC}/Make.user \ ) - echo 'LLVM_PATCH_VERSIONFIXES= $(FILESDIR)/llvm-patch-backport-version-fixes' \ - >> ${WRKSRC}/Make.user pre-install: - ${CP} ${WRKSRC}/deps/srccache/cacert-2022-10-11.pem ${WRKSRC}/usr/share/julia/cert.pem + ${MAKE} SHEBANG_GLOB="${LATE_SHEBANG_GLOB}" fix-shebang + ${CP} ${WRKSRC}/deps/srccache/cacert-2023-01-10.pem ${WRKSRC}/usr/share/julia/cert.pem + +pre-install-DEBUG-on: + @(cd ${INSTALL_WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${FAKEROOT} \ + ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} \ + MAKECMDGOALS=debug install) + +pre-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} post-install: - # clean up for Pkg3.jl .for file in .codecov.yml .travis.yml appveyor.yml bors.toml .gitignore source-extracted *.orig - ${FIND} ${STAGEDIR}${PREFIX}/share/julia/ -name "${file}" -delete + ${FIND} ${STAGEDIR}${DATADIR} -name "${file}" -delete .endfor -.for dir in Statistics SuiteSparse ArgTools Pkg Downloads LibCURL NetworkOptions Tar - ${RM} -fr ${STAGEDIR}${PREFIX}/share/julia/stdlib/v${PORTVERSION:R}/${dir}/.github/ +.for dir in .ci .devcontainer .github + ${FIND} ${STAGEDIR}${DATADIR} -name "${dir}" -type d -exec ${RM} -fr {} + .endfor - ${RM} -rf ${STAGEDIR}${PREFIX}/share/julia/compiled + ${RM} ${STAGEDIR}${DATADIR}/base.cache -post-install-DEBUG-off: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/julia* + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/julia ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libjulia.so* -.for bin in libccalltest.so libllvmcalltest.so libjulia-internal.so* libblastrampoline.so libuv.so* libLLVM* sys.so libjulia-codegen.so* +.for bin in libccalltest.so libllvmcalltest.so libjulia-internal.so* libblastrampoline.so libuv.so* libz.so* libLLVM* sys.so libjulia-codegen.so* ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/julia/${bin} .endfor .for bin in lld dsymutil ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/julia/${bin} .endfor -post-install-DOCS-off: - ${RM} -r ${STAGEDIR}${PREFIX}/${INSTALLDIR}/share/doc + @${MV} ${STAGEDIR}${ETCDIR}/startup.jl \ + ${STAGEDIR}${ETCDIR}/startup.jl.sample .include diff --git a/lang/julia/distinfo b/lang/julia/distinfo index 45ba18c90a9..2226e4f6179 100644 --- a/lang/julia/distinfo +++ b/lang/julia/distinfo @@ -1,3 +1,57 @@ -TIMESTAMP = 1700644108 -SHA256 (julia-1.9.4-full.tar.gz) = 61843b9647fd06d3b2994f3277a64de1cb5a5a5297d930b8c8e3bc0e93740024 -SIZE (julia-1.9.4-full.tar.gz) = 294983229 +TIMESTAMP = 1715263119 +SHA256 (julia-1.10.3-full.tar.gz) = d892b2123be64dacf9d05e4ccbad7f1797f6bf87c397a74804b011c8750f6c8f +SIZE (julia-1.10.3-full.tar.gz) = 318660498 +SHA256 (UnicodeData.txt) = bdbffbbfc8ad4d3a6d01b5891510458f3d36f7170422af4ea2bed3211a73e8bb +SIZE (UnicodeData.txt) = 1851767 +SHA256 (Expat.v2.6.2.x86_64-unknown-freebsd.tar.gz) = 0c2445fbf26b5633f10ee074a482181a240705925525214c676ee59e24b08ba3 +SIZE (Expat.v2.6.2.x86_64-unknown-freebsd.tar.gz) = 286205 +SHA256 (Git.v2.44.0.x86_64-unknown-freebsd.tar.gz) = 91c4e0c9e811554155046e7cf3b8141f968316e73c02a9575582865585e2b518 +SIZE (Git.v2.44.0.x86_64-unknown-freebsd.tar.gz) = 43096464 +SHA256 (Libiconv.v1.17.0.x86_64-unknown-freebsd.tar.gz) = 04fd23c8ef902f06d932948689350d4aeede68cc4e4367eb53a645f4412d20f2 +SIZE (Libiconv.v1.17.0.x86_64-unknown-freebsd.tar.gz) = 1878725 +SHA256 (OpenSSL.v3.0.13.x86_64-unknown-freebsd.tar.gz) = 064e8b7d2b79aa17890f2267a009d2b607c4e6e50da24d9559cefa9c4c9910c9 +SIZE (OpenSSL.v3.0.13.x86_64-unknown-freebsd.tar.gz) = 3009334 +SHA256 (151ade91c9c8fcadd03fda2a9df961a173dae33d) = 9d87e5719f2ff59fca2b257eb534a11012bae74ed91e9ffba989f579fbf97413 +SIZE (151ade91c9c8fcadd03fda2a9df961a173dae33d) = 7543481 +SHA256 (JuliaDocs-Documenter.jl-v1.4.1_GH0.tar.gz) = b69c6bbd9152fb00e8ce509cdf5394b9b1e3a8d949866db6db181e0dd4a516cb +SIZE (JuliaDocs-Documenter.jl-v1.4.1_GH0.tar.gz) = 1045123 +SHA256 (JuliaDocs-ANSIColoredPrinters.jl-v0.0.1_GH0.tar.gz) = 0cd49de4111b7e8c75a4af00231fe2549971994545289f9ba5a48cd57f3f6887 +SIZE (JuliaDocs-ANSIColoredPrinters.jl-v0.0.1_GH0.tar.gz) = 12301 +SHA256 (JuliaCollections-AbstractTrees.jl-6f9cd4ad60dc579f7a3271950d4846610c2f340d_GH0.tar.gz) = a08201fdde7acb1d97f74cf5152b11b8477d3584de6003a905c99a7aa672a48d +SIZE (JuliaCollections-AbstractTrees.jl-6f9cd4ad60dc579f7a3271950d4846610c2f340d_GH0.tar.gz) = 27877 +SHA256 (JuliaIO-CodecZlib.jl-v0.7.4_GH0.tar.gz) = 6cc340e0c6d33eec112b257fd9d862dca990a79224b215b1e6e8c9e92bb51699 +SIZE (JuliaIO-CodecZlib.jl-v0.7.4_GH0.tar.gz) = 7358 +SHA256 (JuliaDocs-DocStringExtensions.jl-v0.9.3_GH0.tar.gz) = 9c712789b1cbd367bced9fafb995dee026f931ac68b55e476d1c666210564ae6 +SIZE (JuliaDocs-DocStringExtensions.jl-v0.9.3_GH0.tar.gz) = 27589 +SHA256 (JuliaDocs-DocumenterInventoryWritingBackport.jl-v0.1.0_GH0.tar.gz) = 365287440f263ce1915fbba6d2bceb4e8d146418648f347a33060c183878ca58 +SIZE (JuliaDocs-DocumenterInventoryWritingBackport.jl-v0.1.0_GH0.tar.gz) = 8558 +SHA256 (JuliaBinaryWrappers-Expat_jll.jl-Expat-v2.6.2+0_GH0.tar.gz) = 87ad4f16faaa3ba585c27c27fe6b1c6c4289c2957c376ef548a77a2c8d303f3c +SIZE (JuliaBinaryWrappers-Expat_jll.jl-Expat-v2.6.2+0_GH0.tar.gz) = 4795 +SHA256 (JuliaVersionControl-Git.jl-v1.3.1_GH0.tar.gz) = 4737daaa370e0ea4839e01253666c790e3c611496737d417f99bef2c4ac65bef +SIZE (JuliaVersionControl-Git.jl-v1.3.1_GH0.tar.gz) = 5174 +SHA256 (JuliaBinaryWrappers-Git_jll.jl-Git-v2.44.0+2_GH0.tar.gz) = 6d8d6d24178a32a195cbc8b7636ad34b1807b1555cf72c3235d3f50b9b741a4c +SIZE (JuliaBinaryWrappers-Git_jll.jl-Git-v2.44.0+2_GH0.tar.gz) = 5077 +SHA256 (JuliaDocs-IOCapture.jl-v0.2.4_GH0.tar.gz) = 2136f57c26ad6a2ced30d378542fbe0e4d42aac34f5f38cc596066ccf15b94e9 +SIZE (JuliaDocs-IOCapture.jl-v0.2.4_GH0.tar.gz) = 9533 +SHA256 (JuliaPackaging-JLLWrappers.jl-v1.5.0_GH0.tar.gz) = 6e83b81afd0c57636e80bcf52ad51f6ba43d98643cac999727b958d9ab3d4a01 +SIZE (JuliaPackaging-JLLWrappers.jl-v1.5.0_GH0.tar.gz) = 11219 +SHA256 (JuliaIO-JSON.jl-v0.21.4_GH0.tar.gz) = c6b620ad4150ec5a154367f50c9579af800e3a89a6d8f9cb5dd30215a5d3f552 +SIZE (JuliaIO-JSON.jl-v0.21.4_GH0.tar.gz) = 35772 +SHA256 (KristofferC-LazilyInitializedFields.jl-3b6cc53c8780ebbe3ee209b8a8e6b8844ce284f2_GH0.tar.gz) = 1378d59c2142be81d76ee0cd83d99671f4c49c4763cd23c3a2f78ad7a4474db5 +SIZE (KristofferC-LazilyInitializedFields.jl-3b6cc53c8780ebbe3ee209b8a8e6b8844ce284f2_GH0.tar.gz) = 1364247 +SHA256 (JuliaBinaryWrappers-Libiconv_jll.jl-Libiconv-v1.17.0+0_GH0.tar.gz) = 2b18b48adbbd8fa2e31c146837654a752c521cedf8eaf7ba641cb8a79ffc2b6c +SIZE (JuliaBinaryWrappers-Libiconv_jll.jl-Libiconv-v1.17.0+0_GH0.tar.gz) = 4815 +SHA256 (JuliaDocs-MarkdownAST.jl-v0.1.2_GH0.tar.gz) = 21b7e695acfbfe25863a856f2e6a1d965bc3cb2f52f998d9cb4c375e1aea6f99 +SIZE (JuliaDocs-MarkdownAST.jl-v0.1.2_GH0.tar.gz) = 36357 +SHA256 (JuliaBinaryWrappers-OpenSSL_jll.jl-OpenSSL-v3.0.13+1_GH0.tar.gz) = 3d0f2b9995bb0c48186010eed3add1ba8698c405a8836c2185d1c440d1611ae1 +SIZE (JuliaBinaryWrappers-OpenSSL_jll.jl-OpenSSL-v3.0.13+1_GH0.tar.gz) = 4880 +SHA256 (JuliaData-Parsers.jl-v2.8.1_GH0.tar.gz) = 6ea035be48ef5daaecdff62ac8f29c6110aaf20f3349058a4f96e2503f55b693 +SIZE (JuliaData-Parsers.jl-v2.8.1_GH0.tar.gz) = 65487 +SHA256 (JuliaLang-PrecompileTools.jl-v1.2.1_GH0.tar.gz) = af58b384e08b488b2da5ad19e72817b8b0ddb026997f8cf85f2964cc2c26cd34 +SIZE (JuliaLang-PrecompileTools.jl-v1.2.1_GH0.tar.gz) = 20434 +SHA256 (JuliaPackaging-Preferences.jl-v1.4.3_GH0.tar.gz) = 02b995891818b91266f98bcb46eefc513dfb66b177b5a6a0d1cff97be3e4582d +SIZE (JuliaPackaging-Preferences.jl-v1.4.3_GH0.tar.gz) = 17524 +SHA256 (GunnarFarneback-RegistryInstances.jl-2796d959014475bc19e2dfa174179cdf02642d28_GH0.tar.gz) = 756dd92a0466018cd6dae1deee2161b10416ebfe59053bd41f1f1ab006ac8ef3 +SIZE (GunnarFarneback-RegistryInstances.jl-2796d959014475bc19e2dfa174179cdf02642d28_GH0.tar.gz) = 7221 +SHA256 (JuliaIO-TranscodingStreams.jl-v0.10.8_GH0.tar.gz) = 0d2249702d7e3cf2f0d8235694f7b8c42d73b5f861725522c6e7b9e5a6dc8f7b +SIZE (JuliaIO-TranscodingStreams.jl-v0.10.8_GH0.tar.gz) = 115156 diff --git a/lang/julia/files/General.toml.in b/lang/julia/files/General.toml.in new file mode 100644 index 00000000000..8b26cbb20aa --- /dev/null +++ b/lang/julia/files/General.toml.in @@ -0,0 +1,3 @@ +git-tree-sha1 = "%%SHA1%%" +uuid = "%%UUID%%" +path = "General.tar.gz" diff --git a/lang/julia/files/llvm-patch-backport-version-fixes b/lang/julia/files/llvm-patch-backport-version-fixes index 6964bfd7e54..3512939ccd4 100644 --- a/lang/julia/files/llvm-patch-backport-version-fixes +++ b/lang/julia/files/llvm-patch-backport-version-fixes @@ -140,17 +140,21 @@ index 000000000000..0c2a3c38c78c @@ -0,0 +1 @@ +LLVMRemarkVersion diff --git openmp/libomptarget/plugins/exports openmp/libomptarget/plugins/exports -index 8664a2e493ee..cc7beda183af 100644 +index 84381af3724d..cc7beda183af 100644 --- openmp/libomptarget/plugins/exports +++ openmp/libomptarget/plugins/exports -@@ -1,36 +1,6 @@ +@@ -1,40 +1,6 @@ VERS1.0 { global: +- __tgt_rtl_init_plugin; +- __tgt_rtl_deinit_plugin; - __tgt_rtl_is_valid_binary; +- __tgt_rtl_is_valid_binary_info; - __tgt_rtl_is_data_exchangable; - __tgt_rtl_number_of_devices; - __tgt_rtl_init_requires; - __tgt_rtl_init_device; +- __tgt_rtl_deinit_device; - __tgt_rtl_load_binary; - __tgt_rtl_data_alloc; - __tgt_rtl_data_submit; @@ -182,10 +186,10 @@ index 8664a2e493ee..cc7beda183af 100644 *; }; diff --git openmp/libomptarget/src/exports openmp/libomptarget/src/exports -index 0ef4c8cce521..425a6fad49cf 100644 +index 35a665a98c27..cedefc996a29 100644 --- openmp/libomptarget/src/exports +++ openmp/libomptarget/src/exports -@@ -48,7 +48,6 @@ VERS1.0 { +@@ -51,7 +51,6 @@ VERS1.0 { omp_get_interop_int; omp_get_interop_name; omp_get_interop_type_desc; @@ -194,7 +198,7 @@ index 0ef4c8cce521..425a6fad49cf 100644 __tgt_interop_use; __tgt_interop_destroy; diff --git openmp/runtime/cmake/LibompHandleFlags.cmake openmp/runtime/cmake/LibompHandleFlags.cmake -index 9e19e59ba17d..1ddbc870e0f1 100644 +index 6643ea392f80..fb1825df71d6 100644 --- openmp/runtime/cmake/LibompHandleFlags.cmake +++ openmp/runtime/cmake/LibompHandleFlags.cmake @@ -98,7 +98,6 @@ function(libomp_get_ldflags ldflags) @@ -206,7 +210,7 @@ index 9e19e59ba17d..1ddbc870e0f1 100644 libomp_append(ldflags_local "-Wl,--version-script=${LIBOMP_SRC_DIR}/exports_so.txt" LIBOMP_HAVE_VERSION_SCRIPT_FLAG) libomp_append(ldflags_local -static-libgcc LIBOMP_HAVE_STATIC_LIBGCC_FLAG) diff --git openmp/runtime/cmake/config-ix.cmake openmp/runtime/cmake/config-ix.cmake -index 0fe1266b0067..d3806a446743 100644 +index bd7585545b72..f8d52f3c3e43 100644 --- openmp/runtime/cmake/config-ix.cmake +++ openmp/runtime/cmake/config-ix.cmake @@ -131,9 +131,8 @@ if(WIN32) @@ -302,10 +306,10 @@ index 000000000000..912d160e7c06 + +# end of file # diff --git openmp/runtime/src/kmp_runtime.cpp openmp/runtime/src/kmp_runtime.cpp -index e1af2f43dae7..3db713e8c88b 100644 +index b8d470528798..6edbe6d2d74e 100644 --- openmp/runtime/src/kmp_runtime.cpp +++ openmp/runtime/src/kmp_runtime.cpp -@@ -9156,3 +9156,20 @@ void __kmp_set_nesting_mode_threads() { +@@ -9181,3 +9181,20 @@ void __kmp_set_nesting_mode_threads() { if (__kmp_nesting_mode == 1) // turn on nesting for this case only set__max_active_levels(thread, __kmp_nesting_mode_nlevels); } @@ -348,7 +352,7 @@ index 48d31e5ee7b7..5937f8026e39 100644 +} +#endif diff --git openmp/runtime/src/z_Linux_util.cpp openmp/runtime/src/z_Linux_util.cpp -index 5cd6ad6a0339..f6cad7b5320a 100644 +index 91edf0254a77..0669b208ce62 100644 --- openmp/runtime/src/z_Linux_util.cpp +++ openmp/runtime/src/z_Linux_util.cpp @@ -987,7 +987,7 @@ void __kmp_exit_thread(int exit_status) { diff --git a/lang/julia/files/patch-Make.inc b/lang/julia/files/patch-Make.inc index d9c0231de3e..82fc8f2ada3 100644 --- a/lang/julia/files/patch-Make.inc +++ b/lang/julia/files/patch-Make.inc @@ -1,6 +1,6 @@ ---- Make.inc.orig 2023-11-14 16:57:00 UTC +--- Make.inc.orig 2024-04-30 17:45:14 UTC +++ Make.inc -@@ -268,7 +268,7 @@ docdir := $(datarootdir)/doc/julia +@@ -260,7 +260,7 @@ docdir := $(datarootdir)/doc/julia libexecdir := $(prefix)/libexec datarootdir := $(prefix)/share docdir := $(datarootdir)/doc/julia @@ -9,147 +9,22 @@ man1dir := $(mandir)/man1 includedir := $(prefix)/include sysconfdir := $(prefix)/etc -@@ -286,7 +286,7 @@ build_datarootdir := $(build_prefix)/share - build_libdir := $(build_prefix)/lib - build_libexecdir := $(build_prefix)/libexec - build_datarootdir := $(build_prefix)/share --build_mandir := $(build_datarootdir)/man -+build_mandir := $(build_prefix)/man - build_man1dir := $(build_mandir)/man1 - build_includedir := $(build_prefix)/include - build_sysconfdir := $(build_prefix)/etc -@@ -654,33 +654,6 @@ endif - include $(BUILDROOT)/$(MAKE_USER_FNAME) +@@ -1339,7 +1339,7 @@ ifeq ($(OS), FreeBSD) endif --# A bit of a kludge to work around libraries linking to FreeBSD's outdated system libgcc_s --# Instead, let's link to the libgcc_s corresponding to the installation of gfortran --ifeq ($(OS),FreeBSD) --ifneq (,$(findstring gfortran,$(FC))) -- --# First let's figure out what version of GCC we're dealing with --_GCCMAJOR := $(shell $(FC) -dumpversion 2>/dev/null | cut -d'.' -f1) --_GCCMINOR := $(shell $(FC) -dumpversion 2>/dev/null | cut -d'.' -f2) -- --# The ports system uses major and minor for GCC < 5 (e.g. gcc49 for GCC 4.9), otherwise major only --ifeq ($(_GCCMAJOR),4) -- _GCCVER := $(_GCCMAJOR)$(_GCCMINOR) --else -- _GCCVER := $(_GCCMAJOR) --endif -- --# Allow the user to specify this in Make.user --GCCPATH ?= $(LOCALBASE)/lib/gcc$(_GCCVER) -- --# We're going to copy over the libraries we need from GCCPATH into build_libdir, then --# tell everyone to look for them there. At install time, the build_libdir added into --# the RPATH here is removed by patchelf. --LDFLAGS += -L$(build_libdir) -Wl,-rpath,$(build_libdir) -- --endif # gfortran --endif # FreeBSD -- - ifneq ($(CC_BASE)$(CXX_BASE),$(shell echo $(CC) | cut -d' ' -f1)$(shell echo $(CXX) | cut -d' ' -f1)) - $(error Forgot override directive on CC or CXX in Make.user? Cowardly refusing to build) - endif -@@ -1278,7 +1251,7 @@ JLDFLAGS += -Wl,-Bdynamic - JCPPFLAGS += -DJULIA_HAS_IFUNC_SUPPORT=1 - endif - JLDFLAGS += -Wl,-Bdynamic --OSLIBS += -Wl,--version-script=$(JULIAHOME)/src/julia.expmap -+OSLIBS = -Wl,--version-script=$(JULIAHOME)/src/julia.expmap - ifneq ($(SANITIZE),1) - JLDFLAGS += -Wl,-no-undefined - endif -@@ -1295,16 +1268,12 @@ JLDFLAGS += -Wl,-Bdynamic - ifeq ($(OS), FreeBSD) - JLDFLAGS += -Wl,-Bdynamic --OSLIBS += -lelf -lkvm -lrt -lpthread -latomic -+OSLIBS += -lelf -lkvm -lrt -lpthread +-JLDFLAGS += -Wl,-Bdynamic ++JLDFLAGS += -Wl,-Bdynamic -Wl,-L$(GCCPATH) + OSLIBS += -lelf -lkvm -lrt -lpthread -latomic --# Tweak order of libgcc_s in DT_NEEDED, --# make it loaded first to --# prevent from linking to outdated system libs. --# See #21788 --OSLIBS += -lgcc_s -- --OSLIBS += -Wl,--export-dynamic -Wl,--version-script=$(JULIAHOME)/src/julia.expmap \ + # Tweak order of libgcc_s in DT_NEEDED, +@@ -1348,8 +1348,7 @@ OSLIBS += -lgcc_s + # See #21788 + OSLIBS += -lgcc_s + +-OSLIBS += -Wl,--export-dynamic -Wl,--version-script=$(BUILDROOT)/src/julia.expmap \ - $(NO_WHOLE_ARCHIVE) -+JLIBVERFLAGS = -Wl,--version-script=$(JULIAHOME)/src/julialib.expmap -+JCGVERFLAGS = -Wl,--version-script=$(JULIAHOME)/src/juliacg.expmap -+JEXEVERFLAGS = -Wl,--version-script=$(JULIAHOME)/src/flisp/juliaexe.expmap +OSLIBS += -Wl,--export-dynamic $(NO_WHOLE_ARCHIVE) endif ifeq ($(OS), Darwin) -@@ -1511,30 +1480,6 @@ LIBJULIACODEGEN_DEBUG_INSTALL_DEPLIB := $(call dep_lib - LIBJULIACODEGEN_DEBUG_BUILD_DEPLIB := $(call dep_lib_path,$(build_libdir),$(build_shlibdir)/libjulia-codegen-debug.$(JL_MAJOR_SHLIB_EXT)) - LIBJULIACODEGEN_DEBUG_INSTALL_DEPLIB := $(call dep_lib_path,$(libdir),$(private_shlibdir)/libjulia-codegen-debug.$(JL_MAJOR_SHLIB_EXT)) - --ifeq ($(OS),WINNT) --ifeq ($(BINARY),32) --LIBGCC_NAME := libgcc_s_sjlj-1.$(SHLIB_EXT) --else --LIBGCC_NAME := libgcc_s_seh-1.$(SHLIB_EXT) --endif --endif --# On macOS, libgcc_s has soversion 1.1 always on aarch64 and only for GCC 12+ --# (-> libgfortran 5) on x86_64 --ifeq ($(OS),Darwin) --ifeq ($(ARCH),aarch64) --LIBGCC_NAME := libgcc_s.1.1.$(SHLIB_EXT) --else --ifeq ($(LIBGFORTRAN_VERSION),5) --LIBGCC_NAME := libgcc_s.1.1.$(SHLIB_EXT) --else --LIBGCC_NAME := libgcc_s.1.$(SHLIB_EXT) --endif --endif --endif --ifneq ($(findstring $(OS),Linux FreeBSD),) --LIBGCC_NAME := libgcc_s.$(SHLIB_EXT).1 --endif -- - # USE_SYSTEM_CSL causes it to get symlinked into build_private_shlibdir - ifeq ($(USE_SYSTEM_CSL),1) - LIBGCC_BUILD_DEPLIB := $(call dep_lib_path,$(build_libdir),$(build_private_shlibdir)/$(LIBGCC_NAME)) -@@ -1567,7 +1512,6 @@ LIBM_INSTALL_DEPLIB := $(call dep_lib_path,$(libdir),$ - LIBM_INSTALL_DEPLIB := $(call dep_lib_path,$(libdir),$(private_shlibdir)/$(LIBMNAME).$(SHLIB_EXT)) - - # We list: --# * libgcc_s, because FreeBSD needs to load ours, not the system one. - # * libopenlibm, because Windows has an untrustworthy libm, and we want to use ours more than theirs - # * libstdc++, because while performing `libstdc++` probing we need to - # know the path to the bundled `libstdc++` library. -@@ -1589,7 +1533,6 @@ LOADER_BUILD_DEP_LIBS = $(call build_deplibs, \ - endef - - LOADER_BUILD_DEP_LIBS = $(call build_deplibs, \ -- $(LIBGCC_BUILD_DEPLIB) \ - $(LIBM_BUILD_DEPLIB) \ - @$(LIBSTDCXX_BUILD_DEPLIB) \ - @$(LIBJULIAINTERNAL_BUILD_DEPLIB) \ -@@ -1597,7 +1540,6 @@ LOADER_DEBUG_BUILD_DEP_LIBS = $(call build_deplibs, \ - ) - - LOADER_DEBUG_BUILD_DEP_LIBS = $(call build_deplibs, \ -- $(LIBGCC_BUILD_DEPLIB) \ - $(LIBM_BUILD_DEPLIB) \ - @$(LIBSTDCXX_BUILD_DEPLIB) \ - @$(LIBJULIAINTERNAL_DEBUG_BUILD_DEPLIB) \ -@@ -1605,14 +1547,12 @@ LOADER_INSTALL_DEP_LIBS = $(call build_deplibs, \ - ) - - LOADER_INSTALL_DEP_LIBS = $(call build_deplibs, \ -- $(LIBGCC_INSTALL_DEPLIB) \ - $(LIBM_INSTALL_DEPLIB) \ - @$(LIBSTDCXX_INSTALL_DEPLIB) \ - @$(LIBJULIAINTERNAL_INSTALL_DEPLIB) \ - @$(LIBJULIACODEGEN_INSTALL_DEPLIB) \ - ) - LOADER_DEBUG_INSTALL_DEP_LIBS = $(call build_deplibs, \ -- $(LIBGCC_INSTALL_DEPLIB) \ - $(LIBM_INSTALL_DEPLIB) \ - @$(LIBSTDCXX_INSTALL_DEPLIB) \ - @$(LIBJULIAINTERNAL_DEBUG_INSTALL_DEPLIB) \ diff --git a/lang/julia/files/patch-Makefile b/lang/julia/files/patch-Makefile index f3091dff551..0a26e5e5db7 100644 --- a/lang/julia/files/patch-Makefile +++ b/lang/julia/files/patch-Makefile @@ -1,23 +1,18 @@ ---- Makefile.orig 2023-08-24 16:20:21 UTC +--- Makefile.orig 2024-04-30 17:45:14 UTC +++ Makefile -@@ -210,7 +210,6 @@ endif - JL_PRIVATE_LIBS-$(USE_SYSTEM_LAPACK) += $(LIBLAPACKNAME) - endif - --JL_PRIVATE_LIBS-$(USE_SYSTEM_CSL) += libgfortran libquadmath libstdc++ libgcc_s libgomp libssp libatomic - ifeq ($(OS),Darwin) - JL_PRIVATE_LIBS-$(USE_SYSTEM_CSL) += libc++ - endif -@@ -236,7 +235,7 @@ endef +@@ -265,9 +265,9 @@ endef endef --install: $(build_depsbindir)/stringreplace $(BUILDROOT)/doc/_build/html/en/index.html +-install: $(build_depsbindir)/stringreplace docs +install: $(build_depsbindir)/stringreplace @$(MAKE) $(QUIET_MAKE) $(JULIA_BUILD_MODE) - @for subdir in $(bindir) $(datarootdir)/julia/stdlib/$(VERSDIR) $(docdir) $(man1dir) $(includedir)/julia $(libdir) $(private_libdir) $(sysconfdir) $(private_libexecdir); do \ +- @for subdir in $(bindir) $(datarootdir)/julia/stdlib/$(VERSDIR) $(docdir) $(man1dir) $(includedir)/julia $(libdir) $(private_libdir) $(sysconfdir) $(private_libexecdir); do \ ++ @for subdir in $(bindir) $(datarootdir)/julia/stdlib/$(VERSDIR) $(man1dir) $(includedir)/julia $(libdir) $(private_libdir) $(sysconfdir) $(private_libexecdir); do \ mkdir -p $(DESTDIR)$$subdir; \ -@@ -339,8 +338,6 @@ endif + done + +@@ -366,8 +366,6 @@ endif cp -R -L $(JULIAHOME)/base/* $(DESTDIR)$(datarootdir)/julia/base cp -R -L $(JULIAHOME)/test/* $(DESTDIR)$(datarootdir)/julia/test cp -R -L $(build_datarootdir)/julia/* $(DESTDIR)$(datarootdir)/julia @@ -26,46 +21,26 @@ # Remove various files which should not be installed -rm -f $(DESTDIR)$(datarootdir)/julia/base/version_git.sh -rm -f $(DESTDIR)$(datarootdir)/julia/test/Makefile -@@ -350,12 +347,6 @@ endif - -rm -f $(DESTDIR)$(datarootdir)/julia/stdlib/$(VERSDIR)/*/build-checked - # Copy in beautiful new man page - $(INSTALL_F) $(build_man1dir)/julia.1 $(DESTDIR)$(man1dir)/ -- # Copy .desktop file -- mkdir -p $(DESTDIR)$(datarootdir)/applications/ -- $(INSTALL_F) $(JULIAHOME)/contrib/julia.desktop $(DESTDIR)$(datarootdir)/applications/ -- # Install appdata file -- mkdir -p $(DESTDIR)$(datarootdir)/appdata/ -- $(INSTALL_F) $(JULIAHOME)/contrib/julia.appdata.xml $(DESTDIR)$(datarootdir)/appdata/ - - # Update RPATH entries and JL_SYSTEM_IMAGE_PATH if $(private_libdir_rel) != $(build_private_libdir_rel) - ifneq ($(private_libdir_rel),$(build_private_libdir_rel)) -@@ -430,26 +421,16 @@ endif - endif - endif - --ifeq ($(OS),FreeBSD) -- # On FreeBSD, remove the build's libdir from each library's RPATH -- $(JULIAHOME)/contrib/fixup-rpath.sh "$(PATCHELF)" $(DESTDIR)$(libdir) $(build_libdir) -- $(JULIAHOME)/contrib/fixup-rpath.sh "$(PATCHELF)" $(DESTDIR)$(private_libdir) $(build_libdir) -- $(JULIAHOME)/contrib/fixup-rpath.sh "$(PATCHELF)" $(DESTDIR)$(bindir) $(build_libdir) -- # Set libgfortran's RPATH to ORIGIN instead of GCCPATH. It's only libgfortran that -- # needs to be fixed here, as libgcc_s and libquadmath don't have RPATHs set. If we -- # don't set libgfortran's RPATH, it won't be able to find its friends on systems -- # that don't have the exact GCC port installed used for the build. +@@ -462,9 +460,9 @@ ifeq ($(OS),FreeBSD) + # needs to be fixed here, as libgcc_s and libquadmath don't have RPATHs set. If we + # don't set libgfortran's RPATH, it won't be able to find its friends on systems + # that don't have the exact GCC port installed used for the build. - for lib in $(DESTDIR)$(private_libdir)/libgfortran*$(SHLIB_EXT)*; do \ - $(PATCHELF) $(PATCHELF_SET_RPATH_ARG) '$$ORIGIN' $$lib; \ - done --endif -- - mkdir -p $(DESTDIR)$(sysconfdir) - cp -R $(build_sysconfdir)/julia $(DESTDIR)$(sysconfdir)/ ++ #for lib in $(DESTDIR)$(private_libdir)/libgfortran*$(SHLIB_EXT)*; do \ ++ # $(PATCHELF) $(PATCHELF_SET_RPATH_ARG) '$$ORIGIN' $$lib; \ ++ #done + endif + mkdir -p $(DESTDIR)$(sysconfdir) +@@ -473,6 +471,10 @@ endif ifeq ($(DARWIN_FRAMEWORK),1) $(MAKE) -C $(JULIAHOME)/contrib/mac/framework frameworknoinstall endif + -+install-docs: -+ #Copy documentation ++install-docs: docs ++ # Copy documentation + cp -R -L $(BUILDROOT)/doc/_build/html $(DESTDIR)$(docdir)/ distclean: diff --git a/lang/julia/files/patch-base_Makefile b/lang/julia/files/patch-base_Makefile deleted file mode 100644 index 99a5ca8d82b..00000000000 --- a/lang/julia/files/patch-base_Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- base/Makefile.orig 2023-08-24 16:20:21 UTC -+++ base/Makefile -@@ -242,9 +242,6 @@ $(eval $(call symlink_system_library,CSL,libstdc++,6)) - $(eval $(call symlink_system_library,CSL,libquadmath,0)) - $(eval $(call symlink_system_library,CSL,libstdc++,6)) - # We allow libssp, libatomic and libgomp to fail as they are not available on all systems --$(eval $(call symlink_system_library,CSL,libssp,0,ALLOW_FAILURE)) --$(eval $(call symlink_system_library,CSL,libatomic,1,ALLOW_FAILURE)) --$(eval $(call symlink_system_library,CSL,libgomp,1,ALLOW_FAILURE)) - $(eval $(call symlink_system_library,PCRE,libpcre2-8)) - $(eval $(call symlink_system_library,DSFMT,libdSFMT)) - $(eval $(call symlink_system_library,LIBBLASTRAMPOLINE,libblastrampoline)) diff --git a/lang/julia/files/patch-deps_llvm.mk b/lang/julia/files/patch-deps_llvm.mk index e1e097d3cb1..6d0d01e5682 100644 --- a/lang/julia/files/patch-deps_llvm.mk +++ b/lang/julia/files/patch-deps_llvm.mk @@ -1,45 +1,21 @@ ---- deps/llvm.mk.orig 2023-12-03 21:24:39 UTC +--- deps/llvm.mk.orig 2024-04-30 17:45:14 UTC +++ deps/llvm.mk -@@ -60,7 +60,10 @@ endif - LLVM_ENABLE_PROJECTS := $(LLVM_ENABLE_PROJECTS);lld - endif - -+LLVM_BUILD_BENCHMARKS?=1 -+LLVM_INCLUDE_BENCHMARKS?=1 - -+ - LLVM_LIB_FILE := libLLVMCodeGen.a - - # Figure out which targets to build -@@ -76,6 +79,8 @@ LLVM_CMAKE += -DLLVM_ENABLE_RUNTIMES="$(LLVM_ENABLE_RU - LLVM_CMAKE += -DLLVM_ENABLE_PROJECTS="$(LLVM_ENABLE_PROJECTS)" - LLVM_CMAKE += -DLLVM_EXTERNAL_PROJECTS="$(LLVM_EXTERNAL_PROJECTS)" - LLVM_CMAKE += -DLLVM_ENABLE_RUNTIMES="$(LLVM_ENABLE_RUNTIMES)" -+LLVM_CMAKE += -DLLVM_ENABLE_BENCHMARKS="$(LLVM_ENABLE_BENCHMARKS)" -+LLVM_CMAKE += -DLLVM_INCLUDE_BENCHMARKS="$(LLVM_INCLUDE_BENCHMARKS)" - - ifeq ($(USE_RV),1) - LLVM_CMAKE += -DLLVM_EXTERNAL_RV_SOURCE_DIR=$(LLVM_MONOSRC_DIR)/rv -@@ -90,6 +95,9 @@ LLVM_LDFLAGS += $(LDFLAGS) - LLVM_CXXFLAGS += $(CXXFLAGS) - LLVM_CPPFLAGS += $(CPPFLAGS) - LLVM_LDFLAGS += $(LDFLAGS) -+LLVM_CFLAGS += -I$(SRCCACHE)/$(LLVM_SRC_DIR)/third-party/benchmark/include -+LLVM_LDFLAGS += -L$(LLVM_BUILDDIR_withtype)/lib -+LLVM_CPPFLAGS += -I$(SRCCACHE)/$(LLVM_SRC_DIR)/third-party/benchmark/include - LLVM_CMAKE += -DLLVM_TARGETS_TO_BUILD:STRING="$(LLVM_TARGETS)" -DCMAKE_BUILD_TYPE="$(LLVM_CMAKE_BUILDTYPE)" - LLVM_CMAKE += -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD:STRING="$(LLVM_EXPERIMENTAL_TARGETS)" - LLVM_CMAKE += -DLLVM_ENABLE_LIBXML2=OFF -DLLVM_HOST_TRIPLE="$(or $(XC_HOST),$(BUILD_MACHINE))" -@@ -231,6 +239,12 @@ $(eval $(call LLVM_PATCH,llvm-ittapi-cmake)) +@@ -214,7 +214,7 @@ $$(SRCCACHE)/$$(LLVM_SRC_DIR)/$1.patch-applied: $$(SRC + LLVM_PATCH_PREV := + define LLVM_PATCH + $$(SRCCACHE)/$$(LLVM_SRC_DIR)/$1.patch-applied: $$(SRCCACHE)/$$(LLVM_SRC_DIR)/source-extracted | $$(SRCDIR)/patches/$1.patch $$(LLVM_PATCH_PREV) +- cd $$(SRCCACHE)/$$(LLVM_SRC_DIR)/llvm && patch -p1 -f < $$(SRCDIR)/patches/$1.patch ++ cd $$(SRCCACHE)/$$(LLVM_SRC_DIR)/$2 && patch -p$3 -f < $$(SRCDIR)/patches/$1.patch + echo 1 > $$@ + # declare that applying any patch must re-run the compile step + $$(LLVM_BUILDDIR_withtype)/build-compiled: $$(SRCCACHE)/$$(LLVM_SRC_DIR)/$1.patch-applied +@@ -230,7 +230,8 @@ endef + LLVM_PATCH_PREV := $$(SRCCACHE)/$$(LLVM_SRC_DIR)/$1.patch-applied endef - $(eval $(call LLVM_PATCH,llvm-ittapi-cmake)) -+ -+$(SRCCACHE)/$(LLVM_SRC_DIR)/verfix.patch-applied: $(SRCCACHE)/$(LLVM_SRC_DIR)/source-extracted $(LLVM_PATCH_VERSIONFIXES) -+ cd $(SRCCACHE)/$(LLVM_SRC_DIR) && patch < $(LLVM_PATCH_VERSIONFIXES) -+ echo 1 > $@ -+ -+$(LLVM_BUILDDIR_withtype)/build-configured: | $(SRCCACHE)/$(LLVM_SRC_DIR)/verfix.patch-applied +-$(eval $(call LLVM_PATCH,llvm-ittapi-cmake)) ++$(eval $(call LLVM_PATCH,llvm-ittapi-cmake,llvm,1)) ++$(eval $(call LLVM_PATCH,llvm-version-fixes,.,0)) ifeq ($(USE_SYSTEM_ZLIB), 0) $(LLVM_BUILDDIR_withtype)/build-configured: | $(build_prefix)/manifest/zlib diff --git a/lang/julia/files/patch-deps_zlib.mk b/lang/julia/files/patch-deps_zlib.mk new file mode 100644 index 00000000000..501a16f09e7 --- /dev/null +++ b/lang/julia/files/patch-deps_zlib.mk @@ -0,0 +1,10 @@ +--- deps/zlib.mk.orig 2023-01-18 16:25:14 UTC ++++ deps/zlib.mk +@@ -9,6 +9,7 @@ $(BUILDDIR)/$(ZLIB_SRC_DIR)/build-configured: $(SRCCAC + ZLIB_BUILD_OPTS += -DCMAKE_POSITION_INDEPENDENT_CODE=ON + + $(BUILDDIR)/$(ZLIB_SRC_DIR)/build-configured: $(SRCCACHE)/$(ZLIB_SRC_DIR)/source-extracted ++ sed -i bak -e '/gz_intmax;/d' $(SRCCACHE)/$(ZLIB_SRC_DIR)/zlib.map + mkdir -p $(dir $@) + cd $(dir $@) && $(CMAKE) $(ZLIB_BUILD_OPTS) $(dir $<) + echo 1 > $@ diff --git a/lang/julia/files/patch-doc_make.jl b/lang/julia/files/patch-doc_make.jl new file mode 100644 index 00000000000..fb929ff1674 --- /dev/null +++ b/lang/julia/files/patch-doc_make.jl @@ -0,0 +1,62 @@ +--- doc/make.jl.orig 2024-04-30 17:45:14.000000000 +0000 ++++ doc/make.jl 2024-05-10 03:22:43.203136000 +0000 +@@ -5,7 +5,30 @@ + empty!(DEPOT_PATH) + pushfirst!(DEPOT_PATH, joinpath(@__DIR__, "deps")) + using Pkg +-Pkg.instantiate() ++# Pkg.instantiate() ++Pkg.develop([ ++ PackageSpec(path="deps/packages/LazilyInitializedFields"), ++ PackageSpec(path="deps/packages/RegistryInstances"), ++ PackageSpec(path="deps/packages/AbstractTrees"), ++ PackageSpec(path="deps/packages/Documenter"), ++ PackageSpec(path="deps/packages/TranscodingStreams"), ++ PackageSpec(path="deps/packages/CodecZlib"), ++ PackageSpec(path="deps/packages/DocumenterInventoryWritingBackport"), ++ PackageSpec(path="deps/packages/Preferences"), ++ PackageSpec(path="deps/packages/JLLWrappers"), ++ PackageSpec(path="deps/packages/OpenSSL_jll"), ++ PackageSpec(path="deps/packages/Libiconv_jll"), ++ PackageSpec(path="deps/packages/Git_jll"), ++ PackageSpec(path="deps/packages/Git"), ++ PackageSpec(path="deps/packages/Expat_jll"), ++ PackageSpec(path="deps/packages/ANSIColoredPrinters"), ++ PackageSpec(path="deps/packages/PrecompileTools"), ++ PackageSpec(path="deps/packages/Parsers"), ++ PackageSpec(path="deps/packages/MarkdownAST"), ++ PackageSpec(path="deps/packages/JSON"), ++ PackageSpec(path="deps/packages/IOCapture"), ++ PackageSpec(path="deps/packages/DocStringExtensions") ++]) + + using Documenter + using DocumenterInventoryWritingBackport +@@ -288,6 +311,13 @@ + collapselevel = 1, + sidebar_sitename = false, + ansicolor = true, ++ size_threshold_ignore = [ ++ "base/arrays.md", ++ "base/base.md", ++ "base/collections.md", ++ "manual/unicode-input.md", ++ "stdlib/LinearAlgebra.md", ++ ], + ) + end + +@@ -299,12 +329,12 @@ + doctest = ("doctest=fix" in ARGS) ? (:fix) : ("doctest=only" in ARGS) ? (:only) : ("doctest=true" in ARGS) ? true : false, + linkcheck = "linkcheck=true" in ARGS, + linkcheck_ignore = ["https://bugs.kde.org/show_bug.cgi?id=136779"], # fails to load from nanosoldier? +- strict = true, + checkdocs = :none, + format = format, + sitename = "The Julia Language", + authors = "The Julia Project", + pages = PAGES, ++ remotes = nothing, + ) + + # Update URLs to external stdlibs (JuliaLang/julia#43199) diff --git a/lang/julia/files/patch-doc_src_manual_unicode-input.md b/lang/julia/files/patch-doc_src_manual_unicode-input.md new file mode 100644 index 00000000000..5a73e43e69f --- /dev/null +++ b/lang/julia/files/patch-doc_src_manual_unicode-input.md @@ -0,0 +1,11 @@ +--- doc/src/manual/unicode-input.md.orig 2024-05-10 00:16:25 UTC ++++ doc/src/manual/unicode-input.md +@@ -70,7 +70,7 @@ function table_entries(completions, unicode_dict) + join(inputs, ", "), join(unicode_names, " + ") + ]) + end +- return Markdown.Table(entries, [:l, :l, :l, :l]) ++ return Markdown.MD(entries, [:l, :l, :l, :l]) + end + + table_entries( diff --git a/lang/julia/files/patch-src_Makefile b/lang/julia/files/patch-src_Makefile index 6ab152ba027..728d1f542e7 100644 --- a/lang/julia/files/patch-src_Makefile +++ b/lang/julia/files/patch-src_Makefile @@ -1,12 +1,49 @@ ---- src/Makefile.orig 2023-11-14 16:57:00 UTC +--- src/Makefile.orig 2024-04-30 17:45:14 UTC +++ src/Makefile -@@ -363,15 +363,40 @@ CXXLD = $(CXX) -shared +@@ -128,7 +128,8 @@ ifneq ($(USE_LLVM_SHLIB),1) + # USE_SYSTEM_LLVM == 0 + ifneq ($(USE_LLVM_SHLIB),1) + # USE_LLVM_SHLIB != 1 +-CG_LLVMLINK += $(LLVM_LDFLAGS) $(shell $(LLVM_CONFIG_HOST) --libs $(CG_LLVM_LIBS) --link-static) $($(LLVM_LDFLAGS) $(shell $(LLVM_CONFIG_HOST) --system-libs 2> /dev/null) ++# CG_LLVMLINK += $(LLVM_LDFLAGS) $(shell $(LLVM_CONFIG_HOST) --libs $(CG_LLVM_LIBS) --link-static) $($(LLVM_LDFLAGS) $(shell $(LLVM_CONFIG_HOST) --system-libs 2> /dev/null) ++CG_LLVMLINK += $(LLVM_LDFLAGS) $($(LLVM_LDFLAGS) $(shell $(LLVM_CONFIG_HOST) --libs 2> /dev/null) + else + # USE_LLVM_SHLIB == 1 + ifeq ($(OS), Darwin) +@@ -144,7 +145,8 @@ endif # JULIACODEGEN == LLVM + endif # USE_LLVM_SHLIB == 1 + endif # JULIACODEGEN == LLVM + +-RT_LLVM_LINK_ARGS := $(shell $(LLVM_CONFIG_HOST) --libs $(RT_LLVM_LIBS) --system-libs --link-static) ++# RT_LLVM_LINK_ARGS := $(shell $(LLVM_CONFIG_HOST) --libs $(RT_LLVM_LIBS) --system-libs --link-static) ++RT_LLVM_LINK_ARGS := $(shell $(LLVM_CONFIG_HOST) --libs --system-libs) + RT_LLVMLINK += $(LLVM_LDFLAGS) $(RT_LLVM_LINK_ARGS) + ifeq ($(OS), WINNT) + RT_LLVMLINK += -luuid -lole32 +@@ -347,10 +349,10 @@ $(FLISP_EXECUTABLE_debug): $(BUILDDIR)/flisp/libflisp- + $(FLISP_EXECUTABLE_debug): $(BUILDDIR)/flisp/libflisp-debug.a + $(MAKE) -C $(BUILDDIR)/flisp $(subst $(abspath $(BUILDDIR)/flisp)/,,$(abspath $(FLISP_EXECUTABLE_debug))) + +-$(BUILDDIR)/flisp/libflisp.a: $(addprefix $(SRCDIR)/flisp/,*.h *.c) $(BUILDDIR)/support/libsupport.a $(BUILDDIR)/julia.expmap ++$(BUILDDIR)/flisp/libflisp.a: $(addprefix $(SRCDIR)/flisp/,*.h *.c) $(BUILDDIR)/support/libsupport.a $(BUILDDIR)/juliaflisp.expmap + $(MAKE) -C $(SRCDIR)/flisp BUILDDIR='$(abspath $(BUILDDIR)/flisp)' + +-$(BUILDDIR)/flisp/libflisp-debug.a: $(addprefix $(SRCDIR)/,flisp/*.h flisp/*.c) $(BUILDDIR)/support/libsupport-debug.a $(BUILDDIR)/julia.expmap ++$(BUILDDIR)/flisp/libflisp-debug.a: $(addprefix $(SRCDIR)/,flisp/*.h flisp/*.c) $(BUILDDIR)/support/libsupport-debug.a $(BUILDDIR)/juliaflisp.expmap + $(MAKE) -C $(SRCDIR)/flisp debug BUILDDIR='$(abspath $(BUILDDIR)/flisp)' + + $(BUILDDIR)/julia_version.h: $(JULIAHOME)/VERSION +@@ -368,17 +370,50 @@ CXXLD = $(CXX) -shared CXXLD = $(CXX) -shared --$(build_shlibdir)/libjulia-internal.$(JL_MAJOR_MINOR_SHLIB_EXT): $(SRCDIR)/julia.expmap $(OBJS) $(BUILDDIR)/flisp/libflisp.a $(BUILDDIR)/support/libsupport.a $(LIBUV) -+$(BUILDDIR)/julialib.expmap $(BUILDDIR)/juliacg.expmap: $(SRCDIR)/julia.expmap +-$(BUILDDIR)/julia.expmap: $(SRCDIR)/julia.expmap.in +- sed <'$<' >'$@' -e "s/@JULIA_SHLIB_SYMBOL_VERSION@/JL_LIBJULIA_$(SOMAJOR)/" \ +- -e "s/@LLVM_SHLIB_SYMBOL_VERSION@/$(LLVM_SHLIB_SYMBOL_VERSION)/" ++$(BUILDDIR)/julialib.expmap $(BUILDDIR)/juliacg.expmap $(BUILDDIR)/juliaflisp.expmap: $(SRCDIR)/julia.expmap.in + sed <'$<' >$(BUILDDIR)/julialib.expmap \ ++ -e "s/@JULIA_SHLIB_SYMBOL_VERSION@/JL_LIBJULIA_$(SOMAJOR)/" \ ++ -e "s/@LLVM_SHLIB_SYMBOL_VERSION@/$(LLVM_SHLIB_SYMBOL_VERSION)/" \ + -e "/environ;/d" -e "/__progname;/d" \ + -e "/__stack_chk_guard;/d" -e "/asprintf;/d" \ + -e "/small_arraylist_grow;/d" -e "/rec_backtrace;/d" \ @@ -16,6 +53,8 @@ + -e "/add_library_mapping;/d" -e "/_IO_stdin_used;/d" \ + -e "/llvmGetPassPluginInfo;/d" + sed <'$<' >$(BUILDDIR)/juliacg.expmap \ ++ -e "s/@JULIA_SHLIB_SYMBOL_VERSION@/JL_LIBJULIA_$(SOMAJOR)/" \ ++ -e "s/@LLVM_SHLIB_SYMBOL_VERSION@/$(LLVM_SHLIB_SYMBOL_VERSION)/" \ + -e "/environ;/d" -e "/__progname;/d" \ + -e "/__stack_chk_guard;/d" -e "/asprintf;/d" \ + -e "/arraylist_grow;/d" -e "/small_arraylist_grow;/d" \ @@ -27,51 +66,51 @@ + -e "/rl_clear_input;/d" -e "/save_arg_area_loc;/d" \ + -e "/add_library_mapping;/d" -e "/_IO_stdin_used;/d" \ + -e "/N4llvm9StringRefEi;/d" -e "/llvmGetPassPluginInfo;/d" -+ ++ sed <'$<' >$(BUILDDIR)/juliaflisp.expmap \ ++ -e "s/@JULIA_SHLIB_SYMBOL_VERSION@/JL_LIBJULIA_$(SOMAJOR)/" \ ++ -e "s/@LLVM_SHLIB_SYMBOL_VERSION@/$(LLVM_SHLIB_SYMBOL_VERSION)/" \ ++ -e "/__stack_chk_guard;/d" -e "/asprintf;/d" \ ++ -e "/rec_backtrace;/d" -e "/localtime_r;/d" \ ++ -e "/restore_arg_area_loc;/d" -e "/restore_signals;/d" \ ++ -e "/rl_clear_input;/d" -e "/save_arg_area_loc;/d" \ ++ -e "/add_library_mapping;/d" -e "/jlbacktrace;/d" \ ++ -e "/jlbacktracet;/d" -e "/_IO_stdin_used;/d" \ ++ -e "/N4llvm9StringRefEi;/d" -e "/llvmGetPassPluginInfo;/d" + +-$(build_shlibdir)/libjulia-internal.$(JL_MAJOR_MINOR_SHLIB_EXT): $(BUILDDIR)/julia.expmap $(OBJS) $(BUILDDIR)/flisp/libflisp.a $(BUILDDIR)/support/libsupport.a $(LIBUV) +$(build_shlibdir)/libjulia-internal.$(JL_MAJOR_MINOR_SHLIB_EXT): $(BUILDDIR)/julialib.expmap $(OBJS) $(BUILDDIR)/flisp/libflisp.a $(BUILDDIR)/support/libsupport.a $(LIBUV) @$(call PRINT_LINK, $(CXXLD) $(call IMPLIB_FLAGS,$@) $(JCXXFLAGS) $(JL_CXXFLAGS) $(CXXLDFLAGS) $(SHIPFLAGS) $(OBJS) $(RPATH_LIB) -o $@ \ -- $(JLDFLAGS) $(JLIBLDFLAGS) $(RT_RELEASE_LIBS) $(call SONAME_FLAGS,libjulia-internal.$(JL_MAJOR_SHLIB_EXT))) -+ $(JLDFLAGS) $(JLIBLDFLAGS) $(RT_RELEASE_LIBS) $(JLIBVERFLAGS) \ -+ $(call SONAME_FLAGS,libjulia-internal.$(JL_MAJOR_SHLIB_EXT))) + $(JLDFLAGS) $(JLIBLDFLAGS) $(RT_RELEASE_LIBS) $(call SONAME_FLAGS,libjulia-internal.$(JL_MAJOR_SHLIB_EXT))) @$(INSTALL_NAME_CMD)libjulia-internal.$(SHLIB_EXT) $@ $(DSYMUTIL) $@ --$(build_shlibdir)/libjulia-internal-debug.$(JL_MAJOR_MINOR_SHLIB_EXT): $(SRCDIR)/julia.expmap $(DOBJS) $(BUILDDIR)/flisp/libflisp-debug.a $(BUILDDIR)/support/libsupport-debug.a $(LIBUV) +-$(build_shlibdir)/libjulia-internal-debug.$(JL_MAJOR_MINOR_SHLIB_EXT): $(BUILDDIR)/julia.expmap $(DOBJS) $(BUILDDIR)/flisp/libflisp-debug.a $(BUILDDIR)/support/libsupport-debug.a $(LIBUV) +$(build_shlibdir)/libjulia-internal-debug.$(JL_MAJOR_MINOR_SHLIB_EXT): $(BUILDDIR)/julialib.expmap $(DOBJS) $(BUILDDIR)/flisp/libflisp-debug.a $(BUILDDIR)/support/libsupport-debug.a $(LIBUV) @$(call PRINT_LINK, $(CXXLD) $(call IMPLIB_FLAGS,$@) $(JCXXFLAGS) $(JL_CXXFLAGS) $(CXXLDFLAGS) $(DEBUGFLAGS) $(DOBJS) $(RPATH_LIB) -o $@ \ -- $(JLDFLAGS) $(JLIBLDFLAGS) $(RT_DEBUG_LIBS) $(call SONAME_FLAGS,libjulia-internal-debug.$(JL_MAJOR_SHLIB_EXT))) -+ $(JLDFLAGS) $(JLIBLDFLAGS) $(RT_DEBUG_LIBS) $(JLIBVERFLAGS) \ -+ $(call SONAME_FLAGS,libjulia-internal-debug.$(JL_MAJOR_SHLIB_EXT))) + $(JLDFLAGS) $(JLIBLDFLAGS) $(RT_DEBUG_LIBS) $(call SONAME_FLAGS,libjulia-internal-debug.$(JL_MAJOR_SHLIB_EXT))) @$(INSTALL_NAME_CMD)libjulia-internal-debug.$(SHLIB_EXT) $@ - $(DSYMUTIL) $@ - -@@ -389,15 +414,17 @@ libjulia-internal-debug libjulia-internal-release: $(P +@@ -400,13 +435,13 @@ libjulia-internal-debug libjulia-internal-release: $(P libjulia-internal-debug: $(build_shlibdir)/libjulia-internal-debug.$(JL_MAJOR_MINOR_SHLIB_EXT) libjulia-internal-debug libjulia-internal-release: $(PUBLIC_HEADER_TARGETS) --$(build_shlibdir)/libjulia-codegen.$(JL_MAJOR_MINOR_SHLIB_EXT): $(SRCDIR)/julia.expmap $(CODEGEN_OBJS) $(BUILDDIR)/support/libsupport.a $(build_shlibdir)/libjulia-internal.$(JL_MAJOR_MINOR_SHLIB_EXT) -+$(build_shlibdir)/libjulia-codegen.$(JL_MAJOR_MINOR_SHLIB_EXT): $(BUILDDIR)/julialib.expmap $(CODEGEN_OBJS) $(BUILDDIR)/support/libsupport.a $(build_shlibdir)/libjulia-internal.$(JL_MAJOR_MINOR_SHLIB_EXT) +-$(build_shlibdir)/libjulia-codegen.$(JL_MAJOR_MINOR_SHLIB_EXT): $(BUILDDIR)/julia.expmap $(CODEGEN_OBJS) $(BUILDDIR)/support/libsupport.a $(build_shlibdir)/libjulia-internal.$(JL_MAJOR_MINOR_SHLIB_EXT) ++$(build_shlibdir)/libjulia-codegen.$(JL_MAJOR_MINOR_SHLIB_EXT): $(BUILDDIR)/juliacg.expmap $(CODEGEN_OBJS) $(BUILDDIR)/support/libsupport.a $(build_shlibdir)/libjulia-internal.$(JL_MAJOR_MINOR_SHLIB_EXT) @$(call PRINT_LINK, $(CXXLD) $(call IMPLIB_FLAGS,$@) $(JCXXFLAGS) $(JL_CXXFLAGS) $(CXXLDFLAGS) $(SHIPFLAGS) $(CODEGEN_OBJS) $(RPATH_LIB) -o $@ \ -- $(JLDFLAGS) $(JLIBLDFLAGS) $(CG_RELEASE_LIBS) $(call SONAME_FLAGS,libjulia-codegen.$(JL_MAJOR_SHLIB_EXT))) -+ $(JLDFLAGS) $(JLIBLDFLAGS) $(CG_RELEASE_LIBS) $(JCGVERFLAGS) \ -+ $(call SONAME_FLAGS,libjulia-codegen.$(JL_MAJOR_SHLIB_EXT))) + $(JLDFLAGS) $(JLIBLDFLAGS) $(CG_RELEASE_LIBS) $(call SONAME_FLAGS,libjulia-codegen.$(JL_MAJOR_SHLIB_EXT))) @$(INSTALL_NAME_CMD)libjulia-codegen.$(SHLIB_EXT) $@ $(DSYMUTIL) $@ --$(build_shlibdir)/libjulia-codegen-debug.$(JL_MAJOR_MINOR_SHLIB_EXT): $(SRCDIR)/julia.expmap $(CODEGEN_DOBJS) $(BUILDDIR)/support/libsupport-debug.a $(build_shlibdir)/libjulia-internal-debug.$(JL_MAJOR_MINOR_SHLIB_EXT) -+$(build_shlibdir)/libjulia-codegen-debug.$(JL_MAJOR_MINOR_SHLIB_EXT): $(BUILDDIR)/julialib.expmap $(CODEGEN_DOBJS) $(BUILDDIR)/support/libsupport-debug.a $(build_shlibdir)/libjulia-internal-debug.$(JL_MAJOR_MINOR_SHLIB_EXT) +-$(build_shlibdir)/libjulia-codegen-debug.$(JL_MAJOR_MINOR_SHLIB_EXT): $(BUILDDIR)/julia.expmap $(CODEGEN_DOBJS) $(BUILDDIR)/support/libsupport-debug.a $(build_shlibdir)/libjulia-internal-debug.$(JL_MAJOR_MINOR_SHLIB_EXT) ++$(build_shlibdir)/libjulia-codegen-debug.$(JL_MAJOR_MINOR_SHLIB_EXT): $(BUILDDIR)/juliacg.expmap $(CODEGEN_DOBJS) $(BUILDDIR)/support/libsupport-debug.a $(build_shlibdir)/libjulia-internal-debug.$(JL_MAJOR_MINOR_SHLIB_EXT) @$(call PRINT_LINK, $(CXXLD) $(call IMPLIB_FLAGS,$@) $(JCXXFLAGS) $(JL_CXXFLAGS) $(CXXLDFLAGS) $(DEBUGFLAGS) $(CODEGEN_DOBJS) $(RPATH_LIB) -o $@ \ -- $(JLDFLAGS) $(JLIBLDFLAGS) $(CG_DEBUG_LIBS) $(call SONAME_FLAGS,libjulia-codegen-debug.$(JL_MAJOR_SHLIB_EXT))) -+ $(JLDFLAGS) $(JLIBLDFLAGS) $(CG_DEBUG_LIBS) $(JCGVERFLAGS) \ -+ $(call SONAME_FLAGS,libjulia-codegen-debug.$(JL_MAJOR_SHLIB_EXT))) + $(JLDFLAGS) $(JLIBLDFLAGS) $(CG_DEBUG_LIBS) $(call SONAME_FLAGS,libjulia-codegen-debug.$(JL_MAJOR_SHLIB_EXT))) @$(INSTALL_NAME_CMD)libjulia-codegen-debug.$(SHLIB_EXT) $@ - $(DSYMUTIL) $@ - -@@ -420,6 +447,7 @@ clean: +@@ -436,7 +471,7 @@ clean: + -rm -fr $(build_shlibdir)/libjulia-internal* $(build_shlibdir)/libjulia-codegen* $(build_shlibdir)/libccalltest* $(build_shlibdir)/libllvmcalltest* -rm -f $(BUILDDIR)/julia_flisp.boot $(BUILDDIR)/julia_flisp.boot.inc $(BUILDDIR)/jl_internal_funcs.inc -rm -f $(BUILDDIR)/*.dbg.obj $(BUILDDIR)/*.o $(BUILDDIR)/*.dwo $(BUILDDIR)/*.$(SHLIB_EXT) $(BUILDDIR)/*.a $(BUILDDIR)/*.h.gen +- -rm -f $(BUILDDIR)/julia.expmap ++ -rm -f $(BUILDDIR)/julia*.expmap -rm -f $(BUILDDIR)/julia_version.h -+ -rm -f $(BUILDDIR)/julialib.expmap $(BUILDDIR)/juliacg.exmap clean-flisp: - -$(MAKE) -C $(SRCDIR)/flisp clean BUILDDIR='$(abspath $(BUILDDIR)/flisp)' diff --git a/lang/julia/files/patch-src_flisp_Makefile b/lang/julia/files/patch-src_flisp_Makefile deleted file mode 100644 index b0c169dcdaf..00000000000 --- a/lang/julia/files/patch-src_flisp_Makefile +++ /dev/null @@ -1,36 +0,0 @@ ---- src/flisp/Makefile.orig 2023-11-14 16:57:00 UTC -+++ src/flisp/Makefile -@@ -95,12 +95,22 @@ CCLD := $(CC) - - CCLD := $(CC) - --$(BUILDDIR)/$(EXENAME)-debug$(EXE): $(DOBJS) $(LIBFILES_debug) $(BUILDDIR)/$(LIBTARGET)-debug.a $(BUILDDIR)/flmain.dbg.obj | $(BUILDDIR)/flisp.boot -- @$(call PRINT_LINK, $(CCLD) $(DEBUGFLAGS) $(JLDFLAGS) $(DOBJS) $(BUILDDIR)/flmain.dbg.obj -o $@ $(BUILDDIR)/$(LIBTARGET)-debug.a $(LIBFILES_debug) $(LIBS) $(OSLIBS)) -+$(BUILDDIR)/juliaexe.expmap: $(JULIAHOME)/src/julia.expmap -+ sed <'$<' >'$@' \ -+ -e "/__stack_chk_guard;/d" -e "/asprintf;/d" \ -+ -e "/rec_backtrace;/d" -e "/localtime_r;/d" \ -+ -e "/restore_arg_area_loc;/d" -e "/restore_signals;/d" \ -+ -e "/rl_clear_input;/d" -e "/save_arg_area_loc;/d" \ -+ -e "/add_library_mapping;/d" -e "/jlbacktrace;/d" \ -+ -e "/jlbacktracet;/d" -e "/_IO_stdin_used;/d" \ -+ -e "/N4llvm9StringRefEi;/d" -e "/llvmGetPassPluginInfo;/d" - --$(BUILDDIR)/$(EXENAME)$(EXE): $(OBJS) $(LIBFILES_release) $(BUILDDIR)/$(LIBTARGET).a $(BUILDDIR)/flmain.o | $(BUILDDIR)/flisp.boot -- @$(call PRINT_LINK, $(CCLD) $(SHIPFLAGS) $(JLDFLAGS) $(OBJS) $(BUILDDIR)/flmain.o -o $@ $(BUILDDIR)/$(LIBTARGET).a $(LIBFILES_release) $(LIBS) $(OSLIBS)) -+$(BUILDDIR)/$(EXENAME)-debug$(EXE): $(DOBJS) $(LIBFILES_debug) $(BUILDDIR)/$(LIBTARGET)-debug.a $(BUILDDIR)/flmain.dbg.obj $(BUILDDIR)/juliaexe.expmap | $(BUILDDIR)/flisp.boot -+ @$(call PRINT_LINK, $(CCLD) $(DEBUGFLAGS) $(JLDFLAGS) $(DOBJS) $(BUILDDIR)/flmain.dbg.obj -o $@ $(BUILDDIR)/$(LIBTARGET)-debug.a $(LIBFILES_debug) $(LIBS) $(OSLIBS) $(JEXEVERFLAGS)) - -+$(BUILDDIR)/$(EXENAME)$(EXE): $(OBJS) $(LIBFILES_release) $(BUILDDIR)/$(LIBTARGET).a $(BUILDDIR)/flmain.o $(BUILDDIR)/juliaexe.expmap | $(BUILDDIR)/flisp.boot -+ @$(call PRINT_LINK, $(CCLD) $(SHIPFLAGS) $(JLDFLAGS) $(OBJS) $(BUILDDIR)/flmain.o -o $@ $(BUILDDIR)/$(LIBTARGET).a $(LIBFILES_release) $(LIBS) $(OSLIBS) $(JEXEVERFLAGS)) -+ - $(BUILDDIR)/host/Makefile: - mkdir -p $(BUILDDIR)/host - @# add Makefiles to the build directories for convenience (pointing back to the source location of each) -@@ -133,5 +143,6 @@ clean: - rm -f $(BUILDDIR)/$(EXENAME)$(EXE) - rm -f $(BUILDDIR)/$(EXENAME)-debug$(EXE) - rm -f $(BUILDDIR)/host/* -+ rm -f $(BUILDDIR)/*.expmap - - .PHONY: flisp-deps diff --git a/lang/julia/files/patch-stdlib_LibGit2__jll_src_LibGit2__jll.jl b/lang/julia/files/patch-stdlib_LibGit2__jll_src_LibGit2__jll.jl index f704eded550..75b67255eb0 100644 --- a/lang/julia/files/patch-stdlib_LibGit2__jll_src_LibGit2__jll.jl +++ b/lang/julia/files/patch-stdlib_LibGit2__jll_src_LibGit2__jll.jl @@ -1,10 +1,10 @@ ---- stdlib/LibGit2_jll/src/LibGit2_jll.jl.orig 2023-05-09 10:56:52 UTC +--- stdlib/LibGit2_jll/src/LibGit2_jll.jl.orig 2024-04-30 17:45:14 UTC +++ stdlib/LibGit2_jll/src/LibGit2_jll.jl @@ -23,7 +23,7 @@ else elseif Sys.isapple() - const libgit2 = "@rpath/libgit2.1.5.dylib" + const libgit2 = "@rpath/libgit2.1.6.dylib" else -- const libgit2 = "libgit2.so.1.5" +- const libgit2 = "libgit2.so.1.6" + const libgit2 = "libgit2.so" end diff --git a/lang/julia/files/patch-stdlib_MbedTLS__jll_src_MbedTLS__jll.jl b/lang/julia/files/patch-stdlib_MbedTLS__jll_src_MbedTLS__jll.jl index c2486f73d59..cc73cd01295 100644 --- a/lang/julia/files/patch-stdlib_MbedTLS__jll_src_MbedTLS__jll.jl +++ b/lang/julia/files/patch-stdlib_MbedTLS__jll_src_MbedTLS__jll.jl @@ -1,4 +1,4 @@ ---- stdlib/MbedTLS_jll/src/MbedTLS_jll.jl.orig 2022-11-21 01:45:43 UTC +--- stdlib/MbedTLS_jll/src/MbedTLS_jll.jl.orig 2024-04-30 17:45:14 UTC +++ stdlib/MbedTLS_jll/src/MbedTLS_jll.jl @@ -31,9 +31,9 @@ else const libmbedtls = "@rpath/libmbedtls.14.dylib" diff --git a/lang/julia/files/patch-stdlib_OpenLibm__jll_src_OpenLibm__jll.jl b/lang/julia/files/patch-stdlib_OpenLibm__jll_src_OpenLibm__jll.jl index 4b198e28c35..4bd6986e6ea 100644 --- a/lang/julia/files/patch-stdlib_OpenLibm__jll_src_OpenLibm__jll.jl +++ b/lang/julia/files/patch-stdlib_OpenLibm__jll_src_OpenLibm__jll.jl @@ -1,4 +1,4 @@ ---- stdlib/OpenLibm_jll/src/OpenLibm_jll.jl.orig 2022-11-21 01:47:29 UTC +--- stdlib/OpenLibm_jll/src/OpenLibm_jll.jl.orig 2024-04-30 17:45:14 UTC +++ stdlib/OpenLibm_jll/src/OpenLibm_jll.jl @@ -22,7 +22,7 @@ else elseif Sys.isapple() diff --git a/lang/julia/files/patch-stdlib_Zlib__jll_src_Zlib__jll.jl b/lang/julia/files/patch-stdlib_Zlib__jll_src_Zlib__jll.jl deleted file mode 100644 index 65523f1da6b..00000000000 --- a/lang/julia/files/patch-stdlib_Zlib__jll_src_Zlib__jll.jl +++ /dev/null @@ -1,11 +0,0 @@ ---- stdlib/Zlib_jll/src/Zlib_jll.jl.orig 2022-05-16 12:16:57 UTC -+++ stdlib/Zlib_jll/src/Zlib_jll.jl -@@ -22,7 +22,7 @@ if Sys.iswindows() - elseif Sys.isapple() - const libz = "@rpath/libz.1.dylib" - else -- const libz = "libz.so.1" -+ const libz = "libz.so" - end - - function __init__() diff --git a/lang/julia/pkg-plist b/lang/julia/pkg-plist index 269c05ce22f..056d699d0e5 100644 --- a/lang/julia/pkg-plist +++ b/lang/julia/pkg-plist @@ -1,5 +1,6 @@ bin/julia -%%ETCDIR%%/startup.jl +%%DEBUG%%bin/julia-debug +@sample %%ETCDIR%%/startup.jl.sample include/julia/END.h include/julia/ENTRY.amd64.h include/julia/ENTRY.i387.h @@ -36,21 +37,32 @@ include/julia/uv/errno.h include/julia/uv/threadpool.h include/julia/uv/unix.h include/julia/uv/version.h -lib/julia/libLLVM-14jl.so +include/julia/work-stealing-queue.h +lib/julia/libLLVM-15jl.so lib/julia/libLLVM.so +lib/julia/libatomic.so.1 lib/julia/libblastrampoline.so lib/julia/libblastrampoline.so.5 lib/julia/libblastrampoline.so.5.4.0 lib/julia/libccalltest.so lib/julia/libcurl.so lib/julia/libdSFMT.so +lib/julia/libgcc_s.so.1 +lib/julia/libgfortran.so.5 lib/julia/libgit2.so lib/julia/libgmp.so +lib/julia/libgomp.so.1 +%%DEBUG%%lib/julia/libjulia-codegen-debug.so +%%DEBUG%%lib/julia/libjulia-codegen-debug.so.%%MINOR%% +%%DEBUG%%lib/julia/libjulia-codegen-debug.so.%%VERSION%% lib/julia/libjulia-codegen.so -lib/julia/libjulia-codegen.so.1 +lib/julia/libjulia-codegen.so.%%MINOR%% lib/julia/libjulia-codegen.so.%%VERSION%% +%%DEBUG%%lib/julia/libjulia-internal-debug.so +%%DEBUG%%lib/julia/libjulia-internal-debug.so.%%MINOR%% +%%DEBUG%%lib/julia/libjulia-internal-debug.so.%%VERSION%% lib/julia/libjulia-internal.so -lib/julia/libjulia-internal.so.1 +lib/julia/libjulia-internal.so.%%MINOR%% lib/julia/libjulia-internal.so.%%VERSION%% lib/julia/libllvmcalltest.so lib/julia/libmbedcrypto.so @@ -61,20 +73,86 @@ lib/julia/libnghttp2.so lib/julia/libopenblas.so lib/julia/libopenlibm.so lib/julia/libpcre2-8.so +lib/julia/libquadmath.so.0 lib/julia/libssh2.so +lib/julia/libssp.so.0 +lib/julia/libstdc++.so.6 lib/julia/libuv.so lib/julia/libuv.so.2 lib/julia/libuv.so.2.0.0 +lib/julia/libz.so +lib/julia/libz.so.1 +lib/julia/libz.so.1.2.13 +%%DEBUG%%lib/julia/sys-debug.so lib/julia/sys.so +%%DEBUG%%lib/libjulia-debug.so +%%DEBUG%%lib/libjulia-debug.so.%%MINOR%% +%%DEBUG%%lib/libjulia-debug.so.%%VERSION%% lib/libjulia.so -lib/libjulia.so.1 +lib/libjulia.so.%%MINOR%% lib/libjulia.so.%%VERSION%% libexec/julia/7z libexec/julia/dsymutil libexec/julia/lld -%%DATADIR%%/base.cache +share/appdata/julia.appdata.xml +share/applications/julia.desktop %%DATADIR%%/base/Base.jl %%DATADIR%%/base/Enums.jl +%%DATADIR%%/base/JuliaSyntax/.mailmap +%%DATADIR%%/base/JuliaSyntax/LICENSE.md +%%DATADIR%%/base/JuliaSyntax/Project.toml +%%DATADIR%%/base/JuliaSyntax/README.md +%%DATADIR%%/base/JuliaSyntax/docs/Manifest.toml +%%DATADIR%%/base/JuliaSyntax/docs/Project.toml +%%DATADIR%%/base/JuliaSyntax/docs/make.jl +%%DATADIR%%/base/JuliaSyntax/docs/src/api.md +%%DATADIR%%/base/JuliaSyntax/docs/src/design.md +%%DATADIR%%/base/JuliaSyntax/docs/src/howto.md +%%DATADIR%%/base/JuliaSyntax/docs/src/index.md +%%DATADIR%%/base/JuliaSyntax/docs/src/reference.md +%%DATADIR%%/base/JuliaSyntax/prototypes/simple_parser.jl +%%DATADIR%%/base/JuliaSyntax/prototypes/syntax_interpolation.jl +%%DATADIR%%/base/JuliaSyntax/src/JuliaSyntax.jl +%%DATADIR%%/base/JuliaSyntax/src/diagnostics.jl +%%DATADIR%%/base/JuliaSyntax/src/expr.jl +%%DATADIR%%/base/JuliaSyntax/src/green_tree.jl +%%DATADIR%%/base/JuliaSyntax/src/hooks.jl +%%DATADIR%%/base/JuliaSyntax/src/kinds.jl +%%DATADIR%%/base/JuliaSyntax/src/literal_parsing.jl +%%DATADIR%%/base/JuliaSyntax/src/parse_stream.jl +%%DATADIR%%/base/JuliaSyntax/src/parser.jl +%%DATADIR%%/base/JuliaSyntax/src/parser_api.jl +%%DATADIR%%/base/JuliaSyntax/src/precompile.jl +%%DATADIR%%/base/JuliaSyntax/src/source_files.jl +%%DATADIR%%/base/JuliaSyntax/src/syntax_tree.jl +%%DATADIR%%/base/JuliaSyntax/src/tokenize.jl +%%DATADIR%%/base/JuliaSyntax/src/utils.jl +%%DATADIR%%/base/JuliaSyntax/sysimage/JuliaSyntaxCore/Project.toml +%%DATADIR%%/base/JuliaSyntax/sysimage/JuliaSyntaxCore/src/JuliaSyntaxCore.jl +%%DATADIR%%/base/JuliaSyntax/sysimage/compile.jl +%%DATADIR%%/base/JuliaSyntax/sysimage/precompile.jl +%%DATADIR%%/base/JuliaSyntax/sysimage/precompile_exec.jl +%%DATADIR%%/base/JuliaSyntax/test/benchmark.jl +%%DATADIR%%/base/JuliaSyntax/test/diagnostics.jl +%%DATADIR%%/base/JuliaSyntax/test/expr.jl +%%DATADIR%%/base/JuliaSyntax/test/fuzz_test.jl +%%DATADIR%%/base/JuliaSyntax/test/green_node.jl +%%DATADIR%%/base/JuliaSyntax/test/hooks.jl +%%DATADIR%%/base/JuliaSyntax/test/literal_parsing.jl +%%DATADIR%%/base/JuliaSyntax/test/parse_packages.jl +%%DATADIR%%/base/JuliaSyntax/test/parse_stream.jl +%%DATADIR%%/base/JuliaSyntax/test/parser.jl +%%DATADIR%%/base/JuliaSyntax/test/parser_api.jl +%%DATADIR%%/base/JuliaSyntax/test/runtests.jl +%%DATADIR%%/base/JuliaSyntax/test/source_files.jl +%%DATADIR%%/base/JuliaSyntax/test/syntax_tree.jl +%%DATADIR%%/base/JuliaSyntax/test/test_utils.jl +%%DATADIR%%/base/JuliaSyntax/test/test_utils_tests.jl +%%DATADIR%%/base/JuliaSyntax/test/tokenize.jl +%%DATADIR%%/base/JuliaSyntax/test/utils.jl +%%DATADIR%%/base/JuliaSyntax/tools/check_all_packages.jl +%%DATADIR%%/base/JuliaSyntax/tools/registry_download.jl +%%DATADIR%%/base/JuliaSyntax/tools/untar_packages.jl %%DATADIR%%/base/Makefile %%DATADIR%%/base/abstractarray.jl %%DATADIR%%/base/abstractarraymath.jl @@ -102,6 +180,7 @@ libexec/julia/lld %%DATADIR%%/base/checked.jl %%DATADIR%%/base/client.jl %%DATADIR%%/base/cmd.jl +%%DATADIR%%/base/cmem.jl %%DATADIR%%/base/combinatorics.jl %%DATADIR%%/base/compiler/abstractinterpretation.jl %%DATADIR%%/base/compiler/abstractlattice.jl @@ -287,985 +366,1152 @@ libexec/julia/lld %%DATADIR%%/base/views.jl %%DATADIR%%/base/weakkeydict.jl %%DATADIR%%/cert.pem +%%DATADIR%%/compiled/v%%MINOR%%/DelimitedFiles/dlKZm_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/DelimitedFiles/dlKZm_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/DelimitedFiles/dlKZm_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/DelimitedFiles/dlKZm_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/DelimitedFiles/dlKZm_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/DelimitedFiles/dlKZm_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/DelimitedFiles/dlKZm_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/DelimitedFiles/dlKZm_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/DelimitedFiles/dlKZm_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/DelimitedFiles/dlKZm_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/Distributed/Pq94q_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/Distributed/Pq94q_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/Distributed/Pq94q_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/Distributed/Pq94q_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/Distributed/Pq94q_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Distributed/Pq94q_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Distributed/Pq94q_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Distributed/Pq94q_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Distributed/Pq94q_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Distributed/Pq94q_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/GMP_jll/1Lisu_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/GMP_jll/1Lisu_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/GMP_jll/1Lisu_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/GMP_jll/1Lisu_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/GMP_jll/1Lisu_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/GMP_jll/1Lisu_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/GMP_jll/1Lisu_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/GMP_jll/1Lisu_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/GMP_jll/1Lisu_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/GMP_jll/1Lisu_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/LLVMLibUnwind_jll/6CF5v_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/LLVMLibUnwind_jll/6CF5v_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/LLVMLibUnwind_jll/6CF5v_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/LLVMLibUnwind_jll/6CF5v_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/LLVMLibUnwind_jll/6CF5v_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LLVMLibUnwind_jll/6CF5v_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LLVMLibUnwind_jll/6CF5v_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LLVMLibUnwind_jll/6CF5v_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LLVMLibUnwind_jll/6CF5v_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LLVMLibUnwind_jll/6CF5v_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/LazyArtifacts/MRP8l_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/LazyArtifacts/MRP8l_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/LazyArtifacts/MRP8l_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/LazyArtifacts/MRP8l_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/LazyArtifacts/MRP8l_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LazyArtifacts/MRP8l_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LazyArtifacts/MRP8l_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LazyArtifacts/MRP8l_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LazyArtifacts/MRP8l_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LazyArtifacts/MRP8l_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/LibUV_jll/MMpyl_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/LibUV_jll/MMpyl_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/LibUV_jll/MMpyl_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/LibUV_jll/MMpyl_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/LibUV_jll/MMpyl_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LibUV_jll/MMpyl_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LibUV_jll/MMpyl_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LibUV_jll/MMpyl_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LibUV_jll/MMpyl_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LibUV_jll/MMpyl_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/LibUnwind_jll/CxrEE_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/LibUnwind_jll/CxrEE_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/LibUnwind_jll/CxrEE_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/LibUnwind_jll/CxrEE_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/LibUnwind_jll/CxrEE_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LibUnwind_jll/CxrEE_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LibUnwind_jll/CxrEE_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LibUnwind_jll/CxrEE_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LibUnwind_jll/CxrEE_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/LibUnwind_jll/CxrEE_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/MPFR_jll/NBMLS_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/MPFR_jll/NBMLS_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/MPFR_jll/NBMLS_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/MPFR_jll/NBMLS_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/MPFR_jll/NBMLS_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/MPFR_jll/NBMLS_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/MPFR_jll/NBMLS_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/MPFR_jll/NBMLS_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/MPFR_jll/NBMLS_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/MPFR_jll/NBMLS_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/OpenLibm_jll/ToVO1_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/OpenLibm_jll/ToVO1_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/OpenLibm_jll/ToVO1_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/OpenLibm_jll/ToVO1_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/OpenLibm_jll/ToVO1_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/OpenLibm_jll/ToVO1_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/OpenLibm_jll/ToVO1_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/OpenLibm_jll/ToVO1_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/OpenLibm_jll/ToVO1_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/OpenLibm_jll/ToVO1_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/PCRE2_jll/8i0KO_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/PCRE2_jll/8i0KO_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/PCRE2_jll/8i0KO_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/PCRE2_jll/8i0KO_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/PCRE2_jll/8i0KO_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/PCRE2_jll/8i0KO_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/PCRE2_jll/8i0KO_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/PCRE2_jll/8i0KO_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/PCRE2_jll/8i0KO_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/PCRE2_jll/8i0KO_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/Profile/nGhxz_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/Profile/nGhxz_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/Profile/nGhxz_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/Profile/nGhxz_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/Profile/nGhxz_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Profile/nGhxz_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Profile/nGhxz_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Profile/nGhxz_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Profile/nGhxz_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Profile/nGhxz_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/SharedArrays/g12Jt_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/SharedArrays/g12Jt_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/SharedArrays/g12Jt_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/SharedArrays/g12Jt_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/SharedArrays/g12Jt_cLkIa.ji +%%DATADIR%%/compiled/v%%MINOR%%/SparseArrays/P9ieR_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/SparseArrays/P9ieR_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/SparseArrays/P9ieR_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/SparseArrays/P9ieR_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/SparseArrays/P9ieR_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SharedArrays/g12Jt_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SharedArrays/g12Jt_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SharedArrays/g12Jt_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SharedArrays/g12Jt_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SharedArrays/g12Jt_wM1hT.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SparseArrays/P9ieR_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SparseArrays/P9ieR_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SparseArrays/P9ieR_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SparseArrays/P9ieR_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SparseArrays/P9ieR_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/SuiteSparse_jll/ME9At_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/SuiteSparse_jll/ME9At_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/SuiteSparse_jll/ME9At_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/SuiteSparse_jll/ME9At_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/SuiteSparse_jll/ME9At_iUL7K.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SuiteSparse_jll/ME9At_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SuiteSparse_jll/ME9At_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SuiteSparse_jll/ME9At_RicHV.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SuiteSparse_jll/ME9At_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/SuiteSparse_jll/ME9At_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/Test/JfdTE_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/Test/JfdTE_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/Test/JfdTE_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/Test/JfdTE_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/Test/JfdTE_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Test/JfdTE_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Test/JfdTE_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Test/JfdTE_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Test/JfdTE_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Test/JfdTE_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/Zlib_jll/xjq3Q_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/Zlib_jll/xjq3Q_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/Zlib_jll/xjq3Q_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/Zlib_jll/xjq3Q_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/Zlib_jll/xjq3Q_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Zlib_jll/xjq3Q_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Zlib_jll/xjq3Q_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Zlib_jll/xjq3Q_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Zlib_jll/xjq3Q_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/Zlib_jll/xjq3Q_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/dSFMT_jll/48Kea_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/dSFMT_jll/48Kea_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/dSFMT_jll/48Kea_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/dSFMT_jll/48Kea_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/dSFMT_jll/48Kea_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/dSFMT_jll/48Kea_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/dSFMT_jll/48Kea_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/dSFMT_jll/48Kea_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/dSFMT_jll/48Kea_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/dSFMT_jll/48Kea_wM1hT.so +%%DATADIR%%/compiled/v%%MINOR%%/libLLVM_jll/BYxGh_PihWh.ji +%%DATADIR%%/compiled/v%%MINOR%%/libLLVM_jll/BYxGh_PihWh.so +%%DATADIR%%/compiled/v%%MINOR%%/libLLVM_jll/BYxGh_Ywu7D.ji +%%DATADIR%%/compiled/v%%MINOR%%/libLLVM_jll/BYxGh_Ywu7D.so +%%DATADIR%%/compiled/v%%MINOR%%/libLLVM_jll/BYxGh_cLkIa.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/libLLVM_jll/BYxGh_L4ALH.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/libLLVM_jll/BYxGh_L4ALH.so +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/libLLVM_jll/BYxGh_dEc3w.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/libLLVM_jll/BYxGh_wM1hT.ji +%%DEBUG%%%%DATADIR%%/compiled/v%%MINOR%%/libLLVM_jll/BYxGh_wM1hT.so %%DATADIR%%/julia-config.jl -%%DATADIR%%/stdlib/v%%VERSION%%/ArgTools/.ci/test_and_change_uuid.jl -%%DATADIR%%/stdlib/v%%VERSION%%/ArgTools/LICENSE -%%DATADIR%%/stdlib/v%%VERSION%%/ArgTools/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/ArgTools/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/ArgTools/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/ArgTools/src/ArgTools.jl -%%DATADIR%%/stdlib/v%%VERSION%%/ArgTools/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Artifacts/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Artifacts/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Artifacts/src/Artifacts.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Artifacts/test/Artifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Artifacts/test/refresh_artifacts.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Artifacts/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Base64/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Base64/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Base64/src/Base64.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Base64/src/buffer.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Base64/src/decode.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Base64/src/encode.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Base64/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/CRC32c/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/CRC32c/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/CRC32c/src/CRC32c.jl -%%DATADIR%%/stdlib/v%%VERSION%%/CRC32c/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/CompilerSupportLibraries_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/CompilerSupportLibraries_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/CompilerSupportLibraries_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/Dates.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/accessors.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/adjusters.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/arithmetic.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/conversions.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/deprecated.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/io.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/parse.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/periods.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/query.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/ranges.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/rounding.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/src/types.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/test/accessors.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/test/adjusters.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/test/arithmetic.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/test/conversions.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/test/io.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/test/periods.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/test/query.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/test/ranges.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/test/rounding.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/test/testgroups -%%DATADIR%%/stdlib/v%%VERSION%%/Dates/test/types.jl -%%DATADIR%%/stdlib/v%%VERSION%%/DelimitedFiles/.ci/test_and_change_uuid.jl -%%DATADIR%%/stdlib/v%%VERSION%%/DelimitedFiles/.github/workflows/ci.yml -%%DATADIR%%/stdlib/v%%VERSION%%/DelimitedFiles/LICENSE -%%DATADIR%%/stdlib/v%%VERSION%%/DelimitedFiles/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/DelimitedFiles/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/DelimitedFiles/docs/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/DelimitedFiles/docs/make.jl -%%DATADIR%%/stdlib/v%%VERSION%%/DelimitedFiles/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/DelimitedFiles/src/DelimitedFiles.jl -%%DATADIR%%/stdlib/v%%VERSION%%/DelimitedFiles/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/src/Distributed.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/src/cluster.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/src/clusterserialize.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/src/macros.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/src/managers.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/src/messages.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/src/pmap.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/src/process_messages.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/src/remotecall.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/src/workerpool.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/test/distributed_exec.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/test/includefile.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/test/managers.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/test/splitrange.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Distributed/test/topology.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/.ci/test_and_change_uuid.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/LICENSE -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/src/Curl/Curl.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/src/Curl/Easy.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/src/Curl/Multi.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/src/Curl/utils.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/src/Downloads.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/test/json.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Downloads/test/setup.jl -%%DATADIR%%/stdlib/v%%VERSION%%/FileWatching/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/FileWatching/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/FileWatching/src/FileWatching.jl -%%DATADIR%%/stdlib/v%%VERSION%%/FileWatching/src/pidfile.jl -%%DATADIR%%/stdlib/v%%VERSION%%/FileWatching/test/pidfile.jl -%%DATADIR%%/stdlib/v%%VERSION%%/FileWatching/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Future/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Future/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Future/src/Future.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Future/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/GMP_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/GMP_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/GMP_jll/src/GMP_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/GMP_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/InteractiveUtils/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/InteractiveUtils/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/InteractiveUtils/src/InteractiveUtils.jl -%%DATADIR%%/stdlib/v%%VERSION%%/InteractiveUtils/src/clipboard.jl -%%DATADIR%%/stdlib/v%%VERSION%%/InteractiveUtils/src/codeview.jl -%%DATADIR%%/stdlib/v%%VERSION%%/InteractiveUtils/src/editless.jl -%%DATADIR%%/stdlib/v%%VERSION%%/InteractiveUtils/src/macros.jl -%%DATADIR%%/stdlib/v%%VERSION%%/InteractiveUtils/test/highlighting.jl -%%DATADIR%%/stdlib/v%%VERSION%%/InteractiveUtils/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LLD_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LLD_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LLD_jll/src/LLD_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LLD_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LLVMLibUnwind_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LLVMLibUnwind_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LLVMLibUnwind_jll/src/LLVMLibUnwind_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LLVMLibUnwind_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LazyArtifacts/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LazyArtifacts/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/LazyArtifacts/src/LazyArtifacts.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LazyArtifacts/test/Artifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LazyArtifacts/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/.ci/test_and_change_uuid.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/LICENSE.md -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/gen/generate.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/src/LibCURL.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/src/Mime_ext.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/src/lC_common_h.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/src/lC_curl_h.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/src/lC_defines_h.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/src/lC_exports_h.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL/test/ssl.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL_jll/src/LibCURL_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibCURL_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/LibGit2.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/blame.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/blob.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/callbacks.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/commit.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/config.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/consts.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/diff.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/error.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/gitcredential.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/index.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/merge.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/oid.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/rebase.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/reference.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/remote.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/repository.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/signature.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/status.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/strarray.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/tag.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/tree.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/types.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/utils.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/src/walker.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/bad_ca_roots.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/bad_ca_roots.pem -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/keys/invalid -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/keys/invalid.pub -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/keys/valid -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/keys/valid-passphrase -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/keys/valid-passphrase.pub -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/keys/valid.pub -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/known_hosts -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/libgit2-helpers.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/libgit2-tests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/libgit2.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/online-tests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/online.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2/test/testgroups -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2_jll/src/LibGit2_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibGit2_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibSSH2_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LibSSH2_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LibSSH2_jll/src/LibSSH2_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibSSH2_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibUV_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LibUV_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LibUV_jll/src/LibUV_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibUV_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibUnwind_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LibUnwind_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LibUnwind_jll/src/LibUnwind_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LibUnwind_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Libdl/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Libdl/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Libdl/src/Libdl.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Libdl/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/LinearAlgebra.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/adjtrans.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/bidiag.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/bitarray.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/blas.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/bunchkaufman.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/cholesky.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/dense.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/deprecated.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/diagonal.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/eigen.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/exceptions.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/factorization.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/generic.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/givens.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/hessenberg.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/lapack.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/lbt.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/ldlt.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/lq.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/lu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/matmul.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/qr.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/schur.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/special.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/structuredbroadcast.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/svd.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/symmetric.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/symmetriceigen.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/transpose.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/triangular.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/tridiag.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/src/uniformscaling.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/addmul.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/adjtrans.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/ambiguous_exec.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/bidiag.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/blas.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/bunchkaufman.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/cholesky.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/dense.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/diagonal.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/eigen.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/factorization.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/generic.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/givens.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/hessenberg.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/lapack.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/ldlt.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/lq.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/lu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/matmul.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/pinv.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/qr.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/schur.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/special.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/structuredbroadcast.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/svd.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/symmetric.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/testgroups -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/testutils.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/triangular.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/trickyarithmetic.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/tridiag.jl -%%DATADIR%%/stdlib/v%%VERSION%%/LinearAlgebra/test/uniformscaling.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Logging/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Logging/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Logging/src/ConsoleLogger.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Logging/src/Logging.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Logging/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/MPFR_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/MPFR_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/MPFR_jll/src/MPFR_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/MPFR_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/Common/Common.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/Common/block.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/Common/inline.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/GitHub/GitHub.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/GitHub/table.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/IPython/IPython.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/Julia/Julia.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/Julia/interp.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/Markdown.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/parse/config.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/parse/parse.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/parse/util.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/render/html.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/render/latex.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/render/plain.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/render/rich.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/render/rst.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/render/terminal/formatting.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/src/render/terminal/render.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Markdown/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/MbedTLS_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/MbedTLS_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/MbedTLS_jll/src/MbedTLS_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/MbedTLS_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Mmap/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Mmap/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Mmap/src/Mmap.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Mmap/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/MozillaCACerts_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/MozillaCACerts_jll/src/MozillaCACerts_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/MozillaCACerts_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/NetworkOptions/.ci/test_and_change_uuid.jl -%%DATADIR%%/stdlib/v%%VERSION%%/NetworkOptions/LICENSE -%%DATADIR%%/stdlib/v%%VERSION%%/NetworkOptions/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/NetworkOptions/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/NetworkOptions/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/NetworkOptions/src/NetworkOptions.jl -%%DATADIR%%/stdlib/v%%VERSION%%/NetworkOptions/src/ca_roots.jl -%%DATADIR%%/stdlib/v%%VERSION%%/NetworkOptions/src/ssh_options.jl -%%DATADIR%%/stdlib/v%%VERSION%%/NetworkOptions/src/verify_host.jl -%%DATADIR%%/stdlib/v%%VERSION%%/NetworkOptions/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/NetworkOptions/test/setup.jl -%%DATADIR%%/stdlib/v%%VERSION%%/OpenBLAS_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/OpenBLAS_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/OpenBLAS_jll/src/OpenBLAS_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/OpenBLAS_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/OpenLibm_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/OpenLibm_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/OpenLibm_jll/src/OpenLibm_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/OpenLibm_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/PCRE2_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/PCRE2_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/PCRE2_jll/src/PCRE2_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/PCRE2_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/.ci/test_and_change_uuid.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/CHANGELOG.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/LICENSE.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/NEWS-update.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/generate.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/make.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/api.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/artifacts.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/assets/custom.css -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/assets/logo.png -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/basedocs.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/compatibility.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/creating-packages.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/environments.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/getting-started.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/glossary.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/managing-packages.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/registries.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/docs/src/toml-files.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/ext/LazilyInitializedFields/LazilyInitializedFields.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/ext/update.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/API.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/Artifacts.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/BinaryPlatforms_compat.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/GitTools.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/HistoricalStdlibs.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/MiniProgressBars.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/Operations.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/Pkg.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/PlatformEngines.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/REPLMode/REPLMode.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/REPLMode/argument_parsers.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/REPLMode/command_declarations.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/REPLMode/completions.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/Registry/Registry.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/Registry/registry_instance.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/Resolve/Resolve.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/Resolve/fieldvalues.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/Resolve/graphtype.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/Resolve/maxsum.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/Resolve/versionweights.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/Types.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/Versions.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/generate.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/manifest.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/project.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/src/utils.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/FakeTerminals.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/NastyGenerator.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/api.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/artifacts.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/artifacts/bad/doesnotexist.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/artifacts/bad/incorrect_gitsha.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/artifacts/bad/incorrect_sha256.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/artifacts/bad/no_gitsha.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/artifacts/bad/not_a_table.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/binaryplatforms.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/coverage/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/extensions.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/force_latest_compatible_version.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/ambiguous_dep.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/bad_dep_name.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/duplicate_deps.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/inconsistent_dep.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/inconsistent_dep2.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/malformed_field.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/malformed_path.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/malformed_pinned.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/malformed_repo_rev.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/malformed_repo_url.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/malformed_tree_sha.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/malformed_tree_sha2.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/malformed_uuid.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/malformed_version.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/missing_dep.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/missing_entry.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/parse_error.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/string_pinned.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/formats/v1.0/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/formats/v1.0/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/formats/v2.0/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/formats/v2.0/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/formats/v3.0_unknown/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/formats/v3.0_unknown/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/good/not_unique_names.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/good/simple.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/noproject/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/unpruned/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifest/unpruned/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/manifests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/misc.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/new.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/pkg.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/platformengines.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/bad_deps_uuid.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/bad_uuid.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/bad_uuid2.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/bad_version.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/bad_version2.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/compat_entry_not_a_version.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/compat_not_a_table.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/compat_unlisted.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/deps_is_not_a_table.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/parse_error.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/repeated_extras_uuid.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/repeated_uuid.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/target_entry_not_a_list.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/target_entry_twice.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/targets_not_a_table.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/bad/unlisted_targets.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/good/pkg.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/good/simple.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project/good/withcompat.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/project_manifest.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/registry.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/repl.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/resolve.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/resolve_utils.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/resolvedata.tar.gz -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/sandbox.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/subdir.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/A/A/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/A/A/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/A/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/A/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/A/dev/B/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/A/dev/B/src/B.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/A/dev/C/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/A/dev/C/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/A/dev/C/src/C.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/A/dev/D/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/A/dev/D/src/D.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/A/src/A.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ActiveProjectInTestSubgraph/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ActiveProjectInTestSubgraph/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ActiveProjectInTestSubgraph/dev/B/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ActiveProjectInTestSubgraph/dev/B/src/B.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ActiveProjectInTestSubgraph/dev/B/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ActiveProjectInTestSubgraph/src/ActiveProjectInTestSubgraph.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactInstallation/Artifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactInstallation/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactInstallation/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactInstallation/src/ArtifactInstallation.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactInstallation/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactOverrideLoading/Artifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactOverrideLoading/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactOverrideLoading/src/ArtifactOverrideLoading.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactTOMLSearch/Artifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactTOMLSearch/julia_artifacts_test/Artifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactTOMLSearch/julia_artifacts_test/JuliaArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactTOMLSearch/julia_artifacts_test/pkg.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactTOMLSearch/pkg.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactTOMLSearch/sub_module/pkg.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactTOMLSearch/sub_package/Artifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ArtifactTOMLSearch/sub_package/pkg.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/AugmentedPlatform/.pkg/platform_augmentation.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/AugmentedPlatform/.pkg/select_artifacts.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/AugmentedPlatform/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/AugmentedPlatform/src/AugmentedPlatform.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicCompat/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicCompat/src/BasicCompat.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicSandbox/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicSandbox/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicSandbox/deps/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicSandbox/deps/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicSandbox/deps/build.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicSandbox/src/BasicSandbox.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicSandbox/test/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicSandbox/test/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicSandbox/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicTestTarget/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicTestTarget/src/BasicTestTarget.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BasicTestTarget/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/RecursiveDep/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/RecursiveDep/src/RecursiveDep.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/RecursiveDep2/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/RecursiveDep2/src/RecursiveDep2.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule/deps/build.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule/src/SubModule.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule2/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule2/deps/build.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule2/src/SubModule2.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule2/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/deps/build.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/src/BigProject.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BuildProjectFixedDeps/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BuildProjectFixedDeps/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BuildProjectFixedDeps/deps/build.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/BuildProjectFixedDeps/src/BuildProjectFixedDeps.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/CompatExtras/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/CompatOutOfSync/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/CompatOutOfSync/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/DependsOnExample/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/DependsOnExample/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/DependsOnExample/src/DependsOnExample.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/EmptyPackage/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/EmptyPackage/src/EmptyPackage.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Example/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Example/src/Example.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasDepWithExtensions/Compat.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasDepWithExtensions/Deps.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasDepWithExtensions/Package.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasDepWithExtensions/Versions.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasExtensions/Compat.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasExtensions/Deps.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasExtensions/Package.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasExtensions/Versions.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasExtensions/WeakCompat.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasExtensions/WeakDeps.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/Registry.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/HasDepWithExtensions.jl/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/HasDepWithExtensions.jl/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/HasDepWithExtensions.jl/src/HasDepWithExtensions.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/HasDepWithExtensions.jl/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/HasExtensions.jl/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/HasExtensions.jl/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/HasExtensions.jl/ext/IndirectArraysExt.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/HasExtensions.jl/ext/OffsetArraysExt.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/HasExtensions.jl/src/HasExtensions.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtensionExamples/HasExtensions.jl/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtraDirectDep/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtraDirectDep/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ExtraDirectDep/src/ExtraDirectDep.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/FailBuild/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/FailBuild/deps/build.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/FailBuild/src/FailBuild.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/MainRepo/SubDir/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/MainRepo/SubDir/src/SubDir.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/NotUpdated/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/NotUpdated/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/PackageWithDependency/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/PackageWithDependency/src/PackageWithDependency.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SameNameDifferentUUID/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SameNameDifferentUUID/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SameNameDifferentUUID/dev/Example/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SameNameDifferentUUID/dev/Example/src/Example.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SameNameDifferentUUID/dev/Example/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SameNameDifferentUUID/dev/Unregistered/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SameNameDifferentUUID/dev/Unregistered/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SameNameDifferentUUID/dev/Unregistered/src/Unregistered.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SameNameDifferentUUID/src/SameNameDifferentUUID.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SandboxFallback2/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SandboxFallback2/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/src/Unregistered.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/test/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/test/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SandboxFallback2/src/Foo.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreservePreferences/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreservePreferences/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreservePreferences/dev/Foo/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreservePreferences/dev/Foo/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreservePreferences/dev/Foo/src/Foo.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreservePreferences/dev/Foo/test/LocalPreferences.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreservePreferences/dev/Foo/test/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreservePreferences/dev/Foo/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreservePreferences/src/Sandbox_PreservePreferences.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreservePreferences/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/dev/Foo/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/dev/Foo/src/Foo.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/dev/Foo/test/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/dev/Foo/test/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/dev/Foo/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/src/Sandbox_PreserveTestDeps.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ShouldPreserveAll/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ShouldPreserveAll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ShouldPreserveDirect/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ShouldPreserveDirect/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ShouldPreserveNone/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ShouldPreserveNone/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ShouldPreserveSemver/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/ShouldPreserveSemver/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SimplePackage/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SimplePackage/Project2.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/SimplePackage/src/SimplePackage.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Status/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Status/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TOML/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TOML/src/TOML.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestArguments/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestArguments/src/TestArguments.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestArguments/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepCompat/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepCompat/src/TestDepCompat.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepCompat/test/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepCompat/test/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepCompat/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingPath/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingPath/src/TestDepTrackingPath.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingPath/test/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingPath/test/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingPath/test/dev/Unregistered/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingPath/test/dev/Unregistered/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingPath/test/dev/Unregistered/src/Unregistered.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingPath/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingRepo/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingRepo/src/TestDepTrackingRepo.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingRepo/test/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingRepo/test/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestDepTrackingRepo/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestFailure/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestFailure/src/TestFailure.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestFailure/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestSubgraphTrackingRepo/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestSubgraphTrackingRepo/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestSubgraphTrackingRepo/src/TestSubgraphTrackingRepo.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestSubgraphTrackingRepo/test/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestSubgraphTrackingRepo/test/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestSubgraphTrackingRepo/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestTarget/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestTargetCompat/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestTargetCompat/src/TestTargetCompat.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TestTargetCompat/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TransferSubgraph/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TransferSubgraph/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/src/Unregistered.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/test/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/test/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/TransferSubgraph/src/Foo.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Unpruned/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Unpruned/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/Unpruned/src/Unpruned.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/UnregisteredUUID/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/UnregisteredUUID/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/UnregisteredWithProject/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/UnregisteredWithProject/src/UnregisteredWithProject.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/UnregisteredWithProject/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/BothOldAndNew/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/BothOldAndNew/src/BothOldAndNew.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/BothOldAndNew/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/DirectDepWithoutCompatEntry/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/DirectDepWithoutCompatEntry/src/DirectDepWithoutCompatEntry.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/DirectDepWithoutCompatEntry/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/NewOnly/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/NewOnly/src/NewOnly.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/NewOnly/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/OldOnly1/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/OldOnly1/src/OldOnly1.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/OldOnly1/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/OldOnly2/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/OldOnly2/src/OldOnly2.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/force_latest_compatible_version/OldOnly2/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/monorepo/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/monorepo/packages/B/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/monorepo/packages/B/src/B.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/monorepo/packages/C/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/monorepo/packages/C/src/C.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/monorepo/packages/C/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/monorepo/packages/D/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/monorepo/packages/D/src/D.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/monorepo/src/A.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/monorepo/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/x1/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/x1/src/x1.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/x2/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/x2/src/x2.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/x3/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/x3/src/x3.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/test_packages/x3/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Pkg/test/utils.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Printf/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Printf/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Printf/src/Printf.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Printf/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Profile/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Profile/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Profile/src/Allocs.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Profile/src/Profile.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Profile/test/allocs.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Profile/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/LineEdit.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/REPL.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/REPLCompletions.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/TerminalMenus/AbstractMenu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/TerminalMenus/LICENSE.md -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/TerminalMenus/MultiSelectMenu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/TerminalMenus/Pager.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/TerminalMenus/RadioMenu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/TerminalMenus/TerminalMenus.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/TerminalMenus/config.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/TerminalMenus/util.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/Terminals.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/docview.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/emoji_symbols.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/latex_symbols.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/src/options.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/FakeTerminals.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/TerminalMenus/dynamic_menu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/TerminalMenus/legacytests/config.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/TerminalMenus/legacytests/old_multiselect_menu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/TerminalMenus/legacytests/old_radio_menu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/TerminalMenus/multiselect_menu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/TerminalMenus/multiselect_with_skip_menu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/TerminalMenus/pager.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/TerminalMenus/radio_menu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/TerminalMenus/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/docview.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/lineedit.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/repl.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/replcompletions.jl -%%DATADIR%%/stdlib/v%%VERSION%%/REPL/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Random/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Random/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Random/src/DSFMT.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Random/src/RNGs.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Random/src/Random.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Random/src/Xoshiro.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Random/src/XoshiroSimd.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Random/src/generation.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Random/src/misc.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Random/src/normal.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Random/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/.ci/test_and_change_uuid.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/.github/ISSUE_TEMPLATE.md -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/.github/PULL_REQUEST_TEMPLATE.md -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/.github/workflows/CI.yml -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/.github/workflows/TagBot.yml -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/LICENSE.md -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/docs/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/src/SHA.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/src/base_functions.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/src/common.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/src/constants.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/src/hmac.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/src/sha1.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/src/sha2.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/src/sha3.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/src/types.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/test/constants.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/test/perf.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SHA/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Serialization/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Serialization/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Serialization/src/Serialization.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Serialization/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SharedArrays/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/SharedArrays/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/SharedArrays/src/SharedArrays.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SharedArrays/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Sockets/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Sockets/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Sockets/src/IPAddr.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Sockets/src/PipeServer.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Sockets/src/Sockets.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Sockets/src/addrinfo.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Sockets/test/nettest.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Sockets/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/.ci/test_and_change_uuid.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/.github/workflows/backport.yml -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/.github/workflows/ci.yml -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/LICENSE.md -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/docs/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/docs/make.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/docs/src/solvers.md -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/gen/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/gen/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/gen/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/gen/generator.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/gen/generator.toml -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/SparseArrays.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/abstractsparse.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/deprecated.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/higherorderfns.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/linalg.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/readonly.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/LibSuiteSparse.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/cholmod.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/aarch64-apple-darwin20.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/aarch64-linux-gnu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/aarch64-linux-musl.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/armv7l-linux-gnueabihf.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/armv7l-linux-musleabihf.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/i686-linux-gnu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/i686-linux-musl.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/i686-w64-mingw32.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/powerpc64le-linux-gnu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/x86_64-apple-darwin14.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/x86_64-linux-gnu.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/x86_64-linux-musl.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/x86_64-unknown-freebsd.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/lib/x86_64-w64-mingw32.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/solvers.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/spqr.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/solvers/umfpack.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/sparseconvert.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/sparsematrix.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/src/sparsevector.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/allowscalar.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/ambiguous.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/cholmod.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/fixed.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/forbidproperties.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/higherorderfns.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/issues.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/linalg.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/linalg_solvers.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/matrices/stiffness_sym_indef -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/simplesmatrix.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/sparsematrix_constructors_indexing.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/sparsematrix_ops.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/sparsevector.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/spqr.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/testgroups -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/threads.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SparseArrays/test/umfpack.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Statistics/.ci/test_and_change_uuid.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Statistics/LICENSE.md -%%DATADIR%%/stdlib/v%%VERSION%%/Statistics/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Statistics/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/Statistics/docs/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Statistics/docs/make.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Statistics/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Statistics/src/Statistics.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Statistics/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SuiteSparse/.ci/test_and_change_uuid.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SuiteSparse/.devcontainer/Dockerfile -%%DATADIR%%/stdlib/v%%VERSION%%/SuiteSparse/.devcontainer/devcontainer.json -%%DATADIR%%/stdlib/v%%VERSION%%/SuiteSparse/LICENSE.md -%%DATADIR%%/stdlib/v%%VERSION%%/SuiteSparse/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/SuiteSparse/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/SuiteSparse/src/SuiteSparse.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SuiteSparse/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SuiteSparse_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/SuiteSparse_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/SuiteSparse_jll/src/SuiteSparse_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/SuiteSparse_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/LICENSE -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/benchmark/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/benchmark/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/benchmark/benchmarks.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/benchmark/files/Compat.toml -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/benchmark/files/Registry.toml -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/benchmark/tune.json -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/docs/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/docs/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/docs/make.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/src/TOML.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/src/print.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/test/error_printing.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/test/invalids.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/test/parse.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/test/print.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/test/readme.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/test/toml_test.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/test/utils/utils.jl -%%DATADIR%%/stdlib/v%%VERSION%%/TOML/test/values.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/.ci/test_and_change_uuid.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/LICENSE -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/README.md -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/src/Tar.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/src/create.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/src/extract.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/src/header.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/test/data/LF10-fragment.tar -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/test/git_tools.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/test/perf/Manifest.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/test/perf/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/test/perf/perf.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Tar/test/setup.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Test/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Test/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Test/src/Test.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Test/src/logging.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Test/test/nothrow_testset.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Test/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Test/test/test_pop_testset_exec.jl -%%DATADIR%%/stdlib/v%%VERSION%%/UUIDs/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/UUIDs/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/UUIDs/src/UUIDs.jl -%%DATADIR%%/stdlib/v%%VERSION%%/UUIDs/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Unicode/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Unicode/docs/src/index.md -%%DATADIR%%/stdlib/v%%VERSION%%/Unicode/src/Unicode.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Unicode/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Zlib_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Zlib_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/Zlib_jll/src/Zlib_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/Zlib_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/dSFMT_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/dSFMT_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/dSFMT_jll/src/dSFMT_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/dSFMT_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/libLLVM_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/libLLVM_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/libLLVM_jll/src/libLLVM_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/libLLVM_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/libblastrampoline_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/libblastrampoline_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/libblastrampoline_jll/src/libblastrampoline_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/libblastrampoline_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/nghttp2_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/nghttp2_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/nghttp2_jll/src/nghttp2_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/nghttp2_jll/test/runtests.jl -%%DATADIR%%/stdlib/v%%VERSION%%/p7zip_jll/Project.toml -%%DATADIR%%/stdlib/v%%VERSION%%/p7zip_jll/StdlibArtifacts.toml -%%DATADIR%%/stdlib/v%%VERSION%%/p7zip_jll/src/p7zip_jll.jl -%%DATADIR%%/stdlib/v%%VERSION%%/p7zip_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/ArgTools/LICENSE +%%DATADIR%%/stdlib/v%%MINOR%%/ArgTools/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/ArgTools/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/ArgTools/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/ArgTools/src/ArgTools.jl +%%DATADIR%%/stdlib/v%%MINOR%%/ArgTools/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Artifacts/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Artifacts/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Artifacts/src/Artifacts.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Artifacts/test/Artifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Artifacts/test/refresh_artifacts.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Artifacts/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Base64/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Base64/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Base64/src/Base64.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Base64/src/buffer.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Base64/src/decode.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Base64/src/encode.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Base64/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/CRC32c/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/CRC32c/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/CRC32c/src/CRC32c.jl +%%DATADIR%%/stdlib/v%%MINOR%%/CRC32c/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/CompilerSupportLibraries_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/CompilerSupportLibraries_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/CompilerSupportLibraries_jll/src/CompilerSupportLibraries_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/CompilerSupportLibraries_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/Dates.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/accessors.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/adjusters.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/arithmetic.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/conversions.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/deprecated.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/io.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/parse.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/periods.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/query.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/ranges.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/rounding.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/src/types.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/test/accessors.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/test/adjusters.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/test/arithmetic.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/test/conversions.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/test/io.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/test/periods.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/test/query.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/test/ranges.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/test/rounding.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/test/testgroups +%%DATADIR%%/stdlib/v%%MINOR%%/Dates/test/types.jl +%%DATADIR%%/stdlib/v%%MINOR%%/DelimitedFiles/LICENSE +%%DATADIR%%/stdlib/v%%MINOR%%/DelimitedFiles/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/DelimitedFiles/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/DelimitedFiles/docs/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/DelimitedFiles/docs/make.jl +%%DATADIR%%/stdlib/v%%MINOR%%/DelimitedFiles/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/DelimitedFiles/src/DelimitedFiles.jl +%%DATADIR%%/stdlib/v%%MINOR%%/DelimitedFiles/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/src/Distributed.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/src/cluster.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/src/clusterserialize.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/src/macros.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/src/managers.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/src/messages.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/src/pmap.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/src/precompile.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/src/process_messages.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/src/remotecall.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/src/workerpool.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/test/distributed_exec.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/test/includefile.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/test/managers.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/test/splitrange.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Distributed/test/topology.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Downloads/LICENSE +%%DATADIR%%/stdlib/v%%MINOR%%/Downloads/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Downloads/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/Downloads/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Downloads/src/Curl/Curl.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Downloads/src/Curl/Easy.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Downloads/src/Curl/Multi.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Downloads/src/Curl/utils.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Downloads/src/Downloads.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Downloads/test/json.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Downloads/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Downloads/test/setup.jl +%%DATADIR%%/stdlib/v%%MINOR%%/FileWatching/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/FileWatching/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/FileWatching/src/FileWatching.jl +%%DATADIR%%/stdlib/v%%MINOR%%/FileWatching/src/pidfile.jl +%%DATADIR%%/stdlib/v%%MINOR%%/FileWatching/test/pidfile.jl +%%DATADIR%%/stdlib/v%%MINOR%%/FileWatching/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Future/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Future/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Future/src/Future.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Future/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/GMP_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/GMP_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/GMP_jll/src/GMP_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/GMP_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/InteractiveUtils/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/InteractiveUtils/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/InteractiveUtils/src/InteractiveUtils.jl +%%DATADIR%%/stdlib/v%%MINOR%%/InteractiveUtils/src/clipboard.jl +%%DATADIR%%/stdlib/v%%MINOR%%/InteractiveUtils/src/codeview.jl +%%DATADIR%%/stdlib/v%%MINOR%%/InteractiveUtils/src/editless.jl +%%DATADIR%%/stdlib/v%%MINOR%%/InteractiveUtils/src/macros.jl +%%DATADIR%%/stdlib/v%%MINOR%%/InteractiveUtils/test/highlighting.jl +%%DATADIR%%/stdlib/v%%MINOR%%/InteractiveUtils/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LLD_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LLD_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LLD_jll/src/LLD_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LLD_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LLVMLibUnwind_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LLVMLibUnwind_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LLVMLibUnwind_jll/src/LLVMLibUnwind_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LLVMLibUnwind_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LazyArtifacts/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LazyArtifacts/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/LazyArtifacts/src/LazyArtifacts.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LazyArtifacts/test/Artifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LazyArtifacts/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/LICENSE.md +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/gen/generate.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/src/LibCURL.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/src/Mime_ext.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/src/lC_common_h.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/src/lC_curl_h.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/src/lC_defines_h.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/src/lC_exports_h.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL/test/ssl.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL_jll/src/LibCURL_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibCURL_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/LibGit2.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/blame.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/blob.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/callbacks.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/commit.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/config.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/consts.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/diff.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/error.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/gitcredential.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/index.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/merge.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/oid.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/rebase.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/reference.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/remote.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/repository.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/signature.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/status.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/strarray.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/tag.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/tree.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/types.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/utils.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/src/walker.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/bad_ca_roots.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/bad_ca_roots.pem +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/keys/invalid +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/keys/invalid.pub +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/keys/valid +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/keys/valid-passphrase +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/keys/valid-passphrase.pub +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/keys/valid.pub +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/known_hosts +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/libgit2-helpers.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/libgit2-tests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/libgit2.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/online-tests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/online.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2/test/testgroups +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2_jll/src/LibGit2_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibGit2_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibSSH2_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LibSSH2_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LibSSH2_jll/src/LibSSH2_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibSSH2_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibUV_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LibUV_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LibUV_jll/src/LibUV_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibUV_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibUnwind_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LibUnwind_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LibUnwind_jll/src/LibUnwind_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LibUnwind_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Libdl/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Libdl/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Libdl/src/Libdl.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Libdl/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/LinearAlgebra.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/abstractq.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/adjtrans.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/bidiag.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/bitarray.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/blas.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/bunchkaufman.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/cholesky.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/dense.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/deprecated.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/diagonal.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/eigen.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/exceptions.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/factorization.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/generic.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/givens.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/hessenberg.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/lapack.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/lbt.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/ldlt.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/lq.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/lu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/matmul.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/qr.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/schur.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/special.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/structuredbroadcast.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/svd.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/symmetric.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/symmetriceigen.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/transpose.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/triangular.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/tridiag.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/src/uniformscaling.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/abstractq.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/addmul.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/adjtrans.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/ambiguous_exec.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/bidiag.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/blas.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/bunchkaufman.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/cholesky.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/dense.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/diagonal.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/eigen.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/factorization.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/generic.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/givens.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/hessenberg.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/lapack.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/ldlt.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/lq.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/lu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/matmul.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/pinv.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/qr.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/schur.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/special.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/structuredbroadcast.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/svd.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/symmetric.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/symmetriceigen.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/testgroups +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/testutils.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/triangular.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/trickyarithmetic.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/tridiag.jl +%%DATADIR%%/stdlib/v%%MINOR%%/LinearAlgebra/test/uniformscaling.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Logging/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Logging/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Logging/src/ConsoleLogger.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Logging/src/Logging.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Logging/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/MPFR_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/MPFR_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/MPFR_jll/src/MPFR_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/MPFR_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/Common/Common.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/Common/block.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/Common/inline.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/GitHub/GitHub.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/GitHub/table.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/IPython/IPython.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/Julia/Julia.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/Julia/interp.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/Markdown.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/parse/config.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/parse/parse.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/parse/util.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/render/html.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/render/latex.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/render/plain.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/render/rich.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/render/rst.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/render/terminal/formatting.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/src/render/terminal/render.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Markdown/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/MbedTLS_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/MbedTLS_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/MbedTLS_jll/src/MbedTLS_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/MbedTLS_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Mmap/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Mmap/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Mmap/src/Mmap.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Mmap/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/MozillaCACerts_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/MozillaCACerts_jll/src/MozillaCACerts_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/MozillaCACerts_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/NetworkOptions/LICENSE +%%DATADIR%%/stdlib/v%%MINOR%%/NetworkOptions/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/NetworkOptions/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/NetworkOptions/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/NetworkOptions/src/NetworkOptions.jl +%%DATADIR%%/stdlib/v%%MINOR%%/NetworkOptions/src/ca_roots.jl +%%DATADIR%%/stdlib/v%%MINOR%%/NetworkOptions/src/ssh_options.jl +%%DATADIR%%/stdlib/v%%MINOR%%/NetworkOptions/src/verify_host.jl +%%DATADIR%%/stdlib/v%%MINOR%%/NetworkOptions/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/NetworkOptions/test/setup.jl +%%DATADIR%%/stdlib/v%%MINOR%%/OpenBLAS_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/OpenBLAS_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/OpenBLAS_jll/src/OpenBLAS_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/OpenBLAS_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/OpenLibm_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/OpenLibm_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/OpenLibm_jll/src/OpenLibm_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/OpenLibm_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/PCRE2_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/PCRE2_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/PCRE2_jll/src/PCRE2_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/PCRE2_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/CHANGELOG.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/LICENSE.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/NEWS-update.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/generate.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/make.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/api.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/artifacts.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/assets/custom.css +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/assets/logo.png +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/basedocs.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/compatibility.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/creating-packages.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/environments.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/getting-started.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/glossary.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/managing-packages.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/registries.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/docs/src/toml-files.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/API.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/Artifacts.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/BinaryPlatforms_compat.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/GitTools.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/HistoricalStdlibs.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/MiniProgressBars.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/Operations.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/Pkg.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/PlatformEngines.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/REPLMode/REPLMode.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/REPLMode/argument_parsers.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/REPLMode/command_declarations.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/REPLMode/completions.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/Registry/Registry.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/Registry/registry_instance.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/Resolve/Resolve.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/Resolve/fieldvalues.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/Resolve/graphtype.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/Resolve/maxsum.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/Resolve/versionweights.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/Types.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/Versions.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/generate.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/manifest.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/project.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/src/utils.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/FakeTerminals.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/NastyGenerator.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/api.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/artifacts.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/artifacts/bad/doesnotexist.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/artifacts/bad/incorrect_gitsha.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/artifacts/bad/incorrect_sha256.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/artifacts/bad/no_gitsha.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/artifacts/bad/not_a_table.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/binaryplatforms.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/coverage/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/extensions.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/force_latest_compatible_version.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/ambiguous_dep.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/bad_dep_name.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/duplicate_deps.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/inconsistent_dep.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/inconsistent_dep2.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/malformed_field.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/malformed_path.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/malformed_pinned.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/malformed_repo_rev.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/malformed_repo_url.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/malformed_tree_sha.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/malformed_tree_sha2.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/malformed_uuid.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/malformed_version.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/missing_dep.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/missing_entry.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/parse_error.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/bad/string_pinned.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/formats/v1.0/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/formats/v1.0/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/formats/v2.0/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/formats/v2.0/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/formats/v3.0_unknown/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/formats/v3.0_unknown/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/good/not_unique_names.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/good/simple.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/noproject/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/old/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/old/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/unpruned/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifest/unpruned/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/manifests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/misc.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/new.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/pkg.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/platformengines.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/bad_deps_uuid.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/bad_uuid.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/bad_uuid2.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/bad_version.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/bad_version2.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/compat_entry_not_a_version.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/compat_not_a_table.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/compat_unlisted.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/deps_is_not_a_table.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/parse_error.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/repeated_extras_uuid.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/repeated_uuid.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/target_entry_not_a_list.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/target_entry_twice.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/targets_not_a_table.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/bad/unlisted_targets.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/good/pkg.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/good/simple.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project/good/withcompat.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/project_manifest.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/registry.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/repl.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/resolve.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/resolve_utils.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/resolvedata.tar.gz +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/sandbox.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/subdir.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/A/A/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/A/A/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/A/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/A/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/A/dev/B/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/A/dev/B/src/B.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/A/dev/C/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/A/dev/C/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/A/dev/C/src/C.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/A/dev/D/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/A/dev/D/src/D.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/A/src/A.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ActiveProjectInTestSubgraph/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ActiveProjectInTestSubgraph/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ActiveProjectInTestSubgraph/dev/B/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ActiveProjectInTestSubgraph/dev/B/src/B.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ActiveProjectInTestSubgraph/dev/B/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ActiveProjectInTestSubgraph/src/ActiveProjectInTestSubgraph.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactInstallation/Artifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactInstallation/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactInstallation/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactInstallation/src/ArtifactInstallation.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactInstallation/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactOverrideLoading/Artifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactOverrideLoading/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactOverrideLoading/src/ArtifactOverrideLoading.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactTOMLSearch/Artifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactTOMLSearch/julia_artifacts_test/Artifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactTOMLSearch/julia_artifacts_test/JuliaArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactTOMLSearch/julia_artifacts_test/pkg.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactTOMLSearch/pkg.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactTOMLSearch/sub_module/pkg.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactTOMLSearch/sub_package/Artifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ArtifactTOMLSearch/sub_package/pkg.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/AugmentedPlatform/.pkg/platform_augmentation.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/AugmentedPlatform/.pkg/select_artifacts.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/AugmentedPlatform/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/AugmentedPlatform/src/AugmentedPlatform.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicCompat/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicCompat/src/BasicCompat.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicSandbox/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicSandbox/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicSandbox/deps/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicSandbox/deps/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicSandbox/deps/build.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicSandbox/src/BasicSandbox.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicSandbox/test/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicSandbox/test/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicSandbox/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicTestTarget/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicTestTarget/src/BasicTestTarget.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BasicTestTarget/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/RecursiveDep/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/RecursiveDep/src/RecursiveDep.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/RecursiveDep2/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/RecursiveDep2/src/RecursiveDep2.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/SubModule/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/SubModule/deps/build.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/SubModule/src/SubModule.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/SubModule/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/SubModule2/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/SubModule2/deps/build.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/SubModule2/src/SubModule2.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/SubModule2/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/deps/build.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/src/BigProject.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BigProject/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BuildProjectFixedDeps/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BuildProjectFixedDeps/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BuildProjectFixedDeps/deps/build.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/BuildProjectFixedDeps/src/BuildProjectFixedDeps.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/CompatExtras/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/CompatOutOfSync/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/CompatOutOfSync/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/DependsOnExample/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/DependsOnExample/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/DependsOnExample/src/DependsOnExample.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/EmptyPackage/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/EmptyPackage/src/EmptyPackage.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Example/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Example/src/Example.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasDepWithExtensions/Compat.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasDepWithExtensions/Deps.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasDepWithExtensions/Package.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasDepWithExtensions/Versions.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasExtensions/Compat.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasExtensions/Deps.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasExtensions/Package.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasExtensions/Versions.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasExtensions/WeakCompat.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/H/HasExtensions/WeakDeps.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/ExtensionRegistry/Registry.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/HasDepWithExtensions.jl/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/HasDepWithExtensions.jl/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/HasDepWithExtensions.jl/src/HasDepWithExtensions.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/HasDepWithExtensions.jl/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/HasExtensions.jl/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/HasExtensions.jl/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/HasExtensions.jl/ext/IndirectArraysExt.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/HasExtensions.jl/ext/OffsetArraysExt.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/HasExtensions.jl/src/HasExtensions.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtensionExamples/HasExtensions.jl/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtraDirectDep/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtraDirectDep/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ExtraDirectDep/src/ExtraDirectDep.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/FailBuild/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/FailBuild/deps/build.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/FailBuild/src/FailBuild.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/MainRepo/SubDir/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/MainRepo/SubDir/src/SubDir.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/NotUpdated/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/NotUpdated/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/PackageWithDependency/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/PackageWithDependency/src/PackageWithDependency.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/RecurringPrecompile/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/RecurringPrecompile/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SameNameDifferentUUID/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SameNameDifferentUUID/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SameNameDifferentUUID/dev/Example/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SameNameDifferentUUID/dev/Example/src/Example.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SameNameDifferentUUID/dev/Example/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SameNameDifferentUUID/dev/Unregistered/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SameNameDifferentUUID/dev/Unregistered/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SameNameDifferentUUID/dev/Unregistered/src/Unregistered.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SameNameDifferentUUID/src/SameNameDifferentUUID.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SandboxFallback2/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SandboxFallback2/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/src/Unregistered.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/test/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/test/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SandboxFallback2/dev/Unregistered/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SandboxFallback2/src/Foo.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreservePreferences/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreservePreferences/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreservePreferences/dev/Foo/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreservePreferences/dev/Foo/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreservePreferences/dev/Foo/src/Foo.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreservePreferences/dev/Foo/test/LocalPreferences.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreservePreferences/dev/Foo/test/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreservePreferences/dev/Foo/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreservePreferences/src/Sandbox_PreservePreferences.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreservePreferences/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/dev/Foo/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/dev/Foo/src/Foo.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/dev/Foo/test/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/dev/Foo/test/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/dev/Foo/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Sandbox_PreserveTestDeps/src/Sandbox_PreserveTestDeps.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ShouldPreserveAll/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ShouldPreserveAll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ShouldPreserveDirect/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ShouldPreserveDirect/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ShouldPreserveNone/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ShouldPreserveNone/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ShouldPreserveSemver/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/ShouldPreserveSemver/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SimplePackage/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SimplePackage/Project2.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/SimplePackage/src/SimplePackage.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Status/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Status/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TOML/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TOML/src/TOML.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestArguments/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestArguments/src/TestArguments.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestArguments/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepCompat/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepCompat/src/TestDepCompat.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepCompat/test/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepCompat/test/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepCompat/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingPath/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingPath/src/TestDepTrackingPath.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingPath/test/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingPath/test/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingPath/test/dev/Unregistered/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingPath/test/dev/Unregistered/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingPath/test/dev/Unregistered/src/Unregistered.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingPath/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingRepo/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingRepo/src/TestDepTrackingRepo.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingRepo/test/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingRepo/test/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestDepTrackingRepo/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestFailure/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestFailure/src/TestFailure.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestFailure/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestSubgraphTrackingRepo/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestSubgraphTrackingRepo/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestSubgraphTrackingRepo/src/TestSubgraphTrackingRepo.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestSubgraphTrackingRepo/test/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestSubgraphTrackingRepo/test/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestSubgraphTrackingRepo/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestTarget/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestTargetCompat/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestTargetCompat/src/TestTargetCompat.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TestTargetCompat/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TransferSubgraph/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TransferSubgraph/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/src/Unregistered.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/test/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/test/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TransferSubgraph/dev/Unregistered/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/TransferSubgraph/src/Foo.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Unpruned/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Unpruned/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/Unpruned/src/Unpruned.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/UnregisteredUUID/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/UnregisteredUUID/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/UnregisteredWithProject/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/UnregisteredWithProject/src/UnregisteredWithProject.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/UnregisteredWithProject/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/BothOldAndNew/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/BothOldAndNew/src/BothOldAndNew.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/BothOldAndNew/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/DirectDepWithoutCompatEntry/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/DirectDepWithoutCompatEntry/src/DirectDepWithoutCompatEntry.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/DirectDepWithoutCompatEntry/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/NewOnly/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/NewOnly/src/NewOnly.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/NewOnly/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/OldOnly1/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/OldOnly1/src/OldOnly1.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/OldOnly1/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/OldOnly2/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/OldOnly2/src/OldOnly2.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/force_latest_compatible_version/OldOnly2/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/monorepo/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/monorepo/packages/B/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/monorepo/packages/B/src/B.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/monorepo/packages/C/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/monorepo/packages/C/src/C.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/monorepo/packages/C/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/monorepo/packages/D/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/monorepo/packages/D/src/D.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/monorepo/src/A.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/monorepo/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/x1/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/x1/src/x1.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/x2/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/x2/src/x2.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/x3/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/x3/src/x3.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/test_packages/x3/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Pkg/test/utils.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Printf/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Printf/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Printf/src/Printf.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Printf/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Profile/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Profile/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Profile/src/Allocs.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Profile/src/Profile.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Profile/src/precompile.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Profile/test/allocs.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Profile/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/LineEdit.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/REPL.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/REPLCompletions.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/TerminalMenus/AbstractMenu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/TerminalMenus/LICENSE.md +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/TerminalMenus/MultiSelectMenu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/TerminalMenus/Pager.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/TerminalMenus/RadioMenu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/TerminalMenus/TerminalMenus.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/TerminalMenus/config.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/TerminalMenus/util.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/Terminals.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/docview.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/emoji_symbols.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/latex_symbols.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/src/options.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/FakeTerminals.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/TerminalMenus/dynamic_menu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/TerminalMenus/legacytests/config.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/TerminalMenus/legacytests/old_multiselect_menu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/TerminalMenus/legacytests/old_radio_menu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/TerminalMenus/multiselect_menu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/TerminalMenus/multiselect_with_skip_menu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/TerminalMenus/pager.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/TerminalMenus/radio_menu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/TerminalMenus/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/docview.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/lineedit.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/repl.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/replcompletions.jl +%%DATADIR%%/stdlib/v%%MINOR%%/REPL/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Random/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Random/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Random/src/DSFMT.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Random/src/RNGs.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Random/src/Random.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Random/src/Xoshiro.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Random/src/XoshiroSimd.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Random/src/generation.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Random/src/misc.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Random/src/normal.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Random/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/LICENSE.md +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/docs/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/src/SHA.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/src/base_functions.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/src/common.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/src/constants.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/src/hmac.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/src/sha1.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/src/sha2.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/src/sha3.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/src/types.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/test/constants.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/test/perf.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SHA/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Serialization/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Serialization/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Serialization/src/Serialization.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Serialization/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SharedArrays/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/SharedArrays/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/SharedArrays/src/SharedArrays.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SharedArrays/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Sockets/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Sockets/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Sockets/src/IPAddr.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Sockets/src/PipeServer.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Sockets/src/Sockets.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Sockets/src/addrinfo.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Sockets/test/nettest.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Sockets/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/LICENSE.md +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/docs/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/docs/make.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/docs/src/solvers.md +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/gen/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/gen/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/gen/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/gen/generator.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/gen/generator.toml +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/SparseArrays.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/abstractsparse.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/deprecated.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/higherorderfns.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/linalg.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/readonly.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/LibSuiteSparse.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/cholmod.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/aarch64-apple-darwin20.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/aarch64-linux-gnu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/aarch64-linux-musl.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/armv7l-linux-gnueabihf.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/armv7l-linux-musleabihf.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/i686-linux-gnu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/i686-linux-musl.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/i686-w64-mingw32.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/powerpc64le-linux-gnu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/x86_64-apple-darwin14.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/x86_64-linux-gnu.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/x86_64-linux-musl.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/x86_64-unknown-freebsd.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/lib/x86_64-w64-mingw32.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/spqr.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/solvers/umfpack.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/sparseconvert.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/sparsematrix.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/src/sparsevector.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/allowscalar.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/ambiguous.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/cholmod.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/fixed.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/forbidproperties.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/higherorderfns.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/issues.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/linalg.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/linalg_solvers.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/matrices/stiffness_sym_indef +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/simplesmatrix.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/sparsematrix_constructors_indexing.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/sparsematrix_ops.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/sparsevector.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/spqr.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/testgroups +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/threads.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SparseArrays/test/umfpack.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Statistics/LICENSE.md +%%DATADIR%%/stdlib/v%%MINOR%%/Statistics/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Statistics/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/Statistics/docs/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Statistics/docs/make.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Statistics/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Statistics/src/Statistics.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Statistics/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SuiteSparse/LICENSE.md +%%DATADIR%%/stdlib/v%%MINOR%%/SuiteSparse/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/SuiteSparse/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/SuiteSparse/src/SuiteSparse.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SuiteSparse/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SuiteSparse_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/SuiteSparse_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/SuiteSparse_jll/src/SuiteSparse_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/SuiteSparse_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/LICENSE +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/benchmark/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/benchmark/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/benchmark/benchmarks.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/benchmark/files/Compat.toml +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/benchmark/files/Registry.toml +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/benchmark/tune.json +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/docs/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/docs/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/docs/make.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/src/TOML.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/src/print.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/test/error_printing.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/test/invalids.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/test/parse.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/test/print.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/test/readme.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/test/toml_test.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/test/utils/utils.jl +%%DATADIR%%/stdlib/v%%MINOR%%/TOML/test/values.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/LICENSE +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/README.md +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/src/Tar.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/src/create.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/src/extract.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/src/header.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/test/data/LF10-fragment.tar +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/test/git_tools.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/test/perf/Manifest.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/test/perf/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/test/perf/perf.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Tar/test/setup.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Test/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Test/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Test/src/Test.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Test/src/logging.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Test/src/precompile.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Test/test/nothrow_testset.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Test/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Test/test/test_pop_testset_exec.jl +%%DATADIR%%/stdlib/v%%MINOR%%/UUIDs/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/UUIDs/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/UUIDs/src/UUIDs.jl +%%DATADIR%%/stdlib/v%%MINOR%%/UUIDs/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Unicode/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Unicode/docs/src/index.md +%%DATADIR%%/stdlib/v%%MINOR%%/Unicode/src/Unicode.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Unicode/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Zlib_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Zlib_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/Zlib_jll/src/Zlib_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/Zlib_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/dSFMT_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/dSFMT_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/dSFMT_jll/src/dSFMT_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/dSFMT_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/libLLVM_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/libLLVM_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/libLLVM_jll/src/libLLVM_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/libLLVM_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/libblastrampoline_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/libblastrampoline_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/libblastrampoline_jll/src/libblastrampoline_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/libblastrampoline_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/nghttp2_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/nghttp2_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/nghttp2_jll/src/nghttp2_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/nghttp2_jll/test/runtests.jl +%%DATADIR%%/stdlib/v%%MINOR%%/p7zip_jll/Project.toml +%%DATADIR%%/stdlib/v%%MINOR%%/p7zip_jll/StdlibArtifacts.toml +%%DATADIR%%/stdlib/v%%MINOR%%/p7zip_jll/src/p7zip_jll.jl +%%DATADIR%%/stdlib/v%%MINOR%%/p7zip_jll/test/runtests.jl %%DATADIR%%/test/TestPkg/Manifest.toml %%DATADIR%%/test/TestPkg/Project.toml %%DATADIR%%/test/TestPkg/src/TestPkg.jl @@ -1309,8 +1555,10 @@ libexec/julia/lld %%DATADIR%%/test/compiler/inference.jl %%DATADIR%%/test/compiler/inline.jl %%DATADIR%%/test/compiler/interpreter_exec.jl +%%DATADIR%%/test/compiler/invalidation.jl %%DATADIR%%/test/compiler/irpasses.jl %%DATADIR%%/test/compiler/irutils.jl +%%DATADIR%%/test/compiler/newinterp.jl %%DATADIR%%/test/compiler/ssair.jl %%DATADIR%%/test/compiler/validation.jl %%DATADIR%%/test/complex.jl @@ -1342,6 +1590,11 @@ libexec/julia/lld %%DATADIR%%/test/floatapprox.jl %%DATADIR%%/test/floatfuncs.jl %%DATADIR%%/test/functional.jl +%%DATADIR%%/test/gc.jl +%%DATADIR%%/test/gc/binarytree.jl +%%DATADIR%%/test/gc/chunks.jl +%%DATADIR%%/test/gc/linkedlist.jl +%%DATADIR%%/test/gc/objarray.jl %%DATADIR%%/test/gcext/DependsOnForeign/Manifest.toml %%DATADIR%%/test/gcext/DependsOnForeign/Project.toml %%DATADIR%%/test/gcext/DependsOnForeign/src/DependsOnForeign.jl @@ -1372,9 +1625,9 @@ libexec/julia/lld %%DATADIR%%/test/llvmcall2.jl %%DATADIR%%/test/llvmpasses/Makefile %%DATADIR%%/test/llvmpasses/aliasscopes.jl -%%DATADIR%%/test/llvmpasses/alloc-opt-gcframe-addrspaces.jl -%%DATADIR%%/test/llvmpasses/alloc-opt-gcframe.jl -%%DATADIR%%/test/llvmpasses/alloc-opt-pass.jl +%%DATADIR%%/test/llvmpasses/alloc-opt-gcframe-addrspaces.ll +%%DATADIR%%/test/llvmpasses/alloc-opt-gcframe.ll +%%DATADIR%%/test/llvmpasses/alloc-opt-pass.ll %%DATADIR%%/test/llvmpasses/alloc-opt-pipeline.jl %%DATADIR%%/test/llvmpasses/alloc-opt-unsized.ll %%DATADIR%%/test/llvmpasses/cpu-features.ll @@ -1384,7 +1637,13 @@ libexec/julia/lld %%DATADIR%%/test/llvmpasses/float16.ll %%DATADIR%%/test/llvmpasses/fmf.jl %%DATADIR%%/test/llvmpasses/gcroots.ll +%%DATADIR%%/test/llvmpasses/image-codegen.jl +%%DATADIR%%/test/llvmpasses/julia-licm-fail.ll +%%DATADIR%%/test/llvmpasses/julia-licm-memoryssa.ll +%%DATADIR%%/test/llvmpasses/julia-licm-missed.ll %%DATADIR%%/test/llvmpasses/julia-licm.ll +%%DATADIR%%/test/llvmpasses/julia-simdloop-memoryssa.ll +%%DATADIR%%/test/llvmpasses/julia-simdloop.ll %%DATADIR%%/test/llvmpasses/late-lower-gc-addrspaces.ll %%DATADIR%%/test/llvmpasses/late-lower-gc.ll %%DATADIR%%/test/llvmpasses/lit.cfg.py @@ -1393,17 +1652,22 @@ libexec/julia/lld %%DATADIR%%/test/llvmpasses/lower-handlers-addrspaces.ll %%DATADIR%%/test/llvmpasses/lower-handlers.ll %%DATADIR%%/test/llvmpasses/muladd.ll +%%DATADIR%%/test/llvmpasses/multiversioning-annotate-only.ll +%%DATADIR%%/test/llvmpasses/multiversioning-clone-only.ll +%%DATADIR%%/test/llvmpasses/multiversioning-x86.ll %%DATADIR%%/test/llvmpasses/noinline.jl +%%DATADIR%%/test/llvmpasses/parsing.ll %%DATADIR%%/test/llvmpasses/pipeline-o0.jl %%DATADIR%%/test/llvmpasses/pipeline-o2-allocs.jl +%%DATADIR%%/test/llvmpasses/pipeline-o2-broadcast.jl %%DATADIR%%/test/llvmpasses/pipeline-o2.jl +%%DATADIR%%/test/llvmpasses/pipeline-prints.ll %%DATADIR%%/test/llvmpasses/propagate-addrspace-non-zero.ll %%DATADIR%%/test/llvmpasses/propagate-addrspace.ll %%DATADIR%%/test/llvmpasses/refinements.ll %%DATADIR%%/test/llvmpasses/remove-addrspaces.ll %%DATADIR%%/test/llvmpasses/returnstwicegc.ll %%DATADIR%%/test/llvmpasses/safepoint_stress.jl -%%DATADIR%%/test/llvmpasses/simdloop.ll %%DATADIR%%/test/loading.jl %%DATADIR%%/test/manifest/v1.0/Manifest.toml %%DATADIR%%/test/manifest/v2.0/Manifest.toml @@ -1496,7 +1760,9 @@ libexec/julia/lld %%DATADIR%%/test/test_sourcepath.jl %%DATADIR%%/test/testdefs.jl %%DATADIR%%/test/testenv.jl +%%DATADIR%%/test/testhelpers/DualNumbers.jl %%DATADIR%%/test/testhelpers/FakePTYs.jl +%%DATADIR%%/test/testhelpers/FillArrays.jl %%DATADIR%%/test/testhelpers/Furlongs.jl %%DATADIR%%/test/testhelpers/ImmutableArrays.jl %%DATADIR%%/test/testhelpers/InfiniteArrays.jl diff --git a/lang/linux-rl9-python3/Makefile b/lang/linux-rl9-python3/Makefile new file mode 100644 index 00000000000..68bb57584d3 --- /dev/null +++ b/lang/linux-rl9-python3/Makefile @@ -0,0 +1,27 @@ +PORTNAME= python3 +PORTVERSION= 3.9.18 +DISTVERSIONSUFFIX= -1.el9_3.1 +CATEGORIES= lang linux +PKGNAMESUFFIX= 9 + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Python Language (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.python.org/ + +LICENSE= PSFL + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} +LIB_DISTNAMES= ${PORTNAME}-libs-${DISTVERSIONFULL} +SRC_DISTFILES= ${PORTNAME}.${PKGNAMESUFFIX}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX} +DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/lang/linux-rl9-python3/distinfo b/lang/linux-rl9-python3/distinfo new file mode 100644 index 00000000000..67782d78326 --- /dev/null +++ b/lang/linux-rl9-python3/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1707695725 +SHA256 (rocky/p/python3-3.9.18-1.el9_3.1.aarch64.rpm) = 1c6ef0beb29a2ee6e9694e1a31da53f184083301c96b9e88fdf6a6b32ea696a9 +SIZE (rocky/p/python3-3.9.18-1.el9_3.1.aarch64.rpm) = 25796 +SHA256 (rocky/p/python3-3.9.18-1.el9_3.1.x86_64.rpm) = 09709555500f9a3ca38d8a3301e5464c0bb28724dea590553d6cf619b8368b31 +SIZE (rocky/p/python3-3.9.18-1.el9_3.1.x86_64.rpm) = 25868 +SHA256 (rocky/p/python3-libs-3.9.18-1.el9_3.1.aarch64.rpm) = f1850984c8d676217bfeb06b88e74195a2f30de325053d1eb3a8ba58307ebbbd +SIZE (rocky/p/python3-libs-3.9.18-1.el9_3.1.aarch64.rpm) = 7617894 +SHA256 (rocky/p/python3-libs-3.9.18-1.el9_3.1.x86_64.rpm) = 7d4284e7081de8475155dafd908ac42265e975a814545793e60a643d74c85a53 +SIZE (rocky/p/python3-libs-3.9.18-1.el9_3.1.x86_64.rpm) = 7649466 +SHA256 (rocky/p/python3.9-3.9.18-1.el9_3.1.src.rpm) = a44d9452829c93f47ccd77c6e865c10d43e0ae469ac1a9d37aaf68fda0fb8ec4 +SIZE (rocky/p/python3.9-3.9.18-1.el9_3.1.src.rpm) = 20297945 diff --git a/lang/linux-rl9-python3/pkg-plist.aarch64 b/lang/linux-rl9-python3/pkg-plist.aarch64 new file mode 100644 index 00000000000..29e4ea76ac4 --- /dev/null +++ b/lang/linux-rl9-python3/pkg-plist.aarch64 @@ -0,0 +1,2422 @@ +usr/bin/pydoc +usr/bin/pydoc3 +usr/bin/pydoc3.9 +usr/bin/python3 +usr/bin/python3.9 +usr/include/python3.9/pyconfig-64.h +usr/lib/.build-id/02/b1f4bc61f6217dd0eb59b5b477bc92be359c11 +usr/lib/.build-id/08/785381d04ac2e04db0b1788ceb64cb1278588a +usr/lib/.build-id/09/bd408fcb196d259e831f8e231737c36ee0a36d +usr/lib/.build-id/0c/706e83467d99dec01c0c20bb77ab63a9638826 +usr/lib/.build-id/14/428b1c5a828d888c7f3183499065780dc27498 +usr/lib/.build-id/15/85100aac6ac593e6bbe91453abd939d5dd0f6b +usr/lib/.build-id/17/2d53e5937882e2981c01774484385d9b267180 +usr/lib/.build-id/1d/0554a4f097908d415478d98644d01955a86ac8 +usr/lib/.build-id/24/180c1d41cfb51a43a4fdaca95376c9c0fa2376 +usr/lib/.build-id/25/feafc65c957bf0ee4ed91bdf6393829a891e96 +usr/lib/.build-id/26/6e0ac8d2b018ef3f41d64f435dc02731dc5468 +usr/lib/.build-id/36/ad81286698622e182376873ec7bc80c8083828 +usr/lib/.build-id/38/455d075ac85e15a15aa28f12d95141aed68aeb +usr/lib/.build-id/3b/a0a6a6c08b15547d5d809cc340b0e4e56db40c +usr/lib/.build-id/3c/327b43bfd43eeca1c3a57734e6a4199dc2703f +usr/lib/.build-id/51/ef7b713da2fcf08dbf7de93ebc44d885a1cc8e +usr/lib/.build-id/5d/8f8974b1ad18243fcf179e0f4ef14c10d4073d +usr/lib/.build-id/5f/339b1e3fbacfabc634d2f5e98d094d7d8494c5 +usr/lib/.build-id/5f/52e0c99eeeaf249e4a8d315a2cdc6a392d5941 +usr/lib/.build-id/66/8c0fa5967259ff1fad3bf7353296df21e5091b +usr/lib/.build-id/67/ba28bc94ad4eb3e7f68e957b2afb6e752a0ce5 +usr/lib/.build-id/6a/0b5eed1ce97497da6f7cc235a76f9dac593d2f +usr/lib/.build-id/6b/ab8075774e9c668009e9161ca1a8cea3d24c48 +usr/lib/.build-id/6b/d9cbd56ce7656fbf16800d4a513a91742267d5 +usr/lib/.build-id/70/170f4bf96ae370ebca7d7d0a8aad51a4f3a05c +usr/lib/.build-id/73/a9b7660ee1b0716a68a697a8a5b67504eb4aeb +usr/lib/.build-id/75/8b04a2407e394ca5b8d0bbc7b0be63c3f2597b +usr/lib/.build-id/75/c46f1c563776112b4048c0c27472af0b409b72 +usr/lib/.build-id/81/2cb337aa5123d814e87fa48b0e44f7f50fff89 +usr/lib/.build-id/85/d1e4207b75df75123ae3d4fef9f91e03aaafc0 +usr/lib/.build-id/87/aaea47bc9c91d3b1ecfa978742ab8d65bac711 +usr/lib/.build-id/87/cba47a0e6944dfdb5cc472b9714ac3108c93e0 +usr/lib/.build-id/8b/602adcf803ee3306d8d9b20f6ef3bf8156a8cf +usr/lib/.build-id/8c/f51d05ef0634f31d0bbea97f008ce0b292b39b +usr/lib/.build-id/90/4e4b5ecb12f4274ab05e6ad63bd4d5673580e5 +usr/lib/.build-id/94/44810bee5b83a565f99f2b437639bcb16cbc6e +usr/lib/.build-id/9b/39bffc60cabc3d871c474af1492f0ad0ea1070 +usr/lib/.build-id/9b/b488ebdc4f11fdc2c6d629ab9e28bea62a665c +usr/lib/.build-id/a2/2b2ca86610b0b4df9b03c8b11c4ee1c5673d4e +usr/lib/.build-id/a7/4a7bb985d1c6acd89e80cc2cd83fa1579357c6 +usr/lib/.build-id/a9/9379e3e005ddb0692b0639cf7916fbb482423e +usr/lib/.build-id/ab/760ebc335b9dac8e848d8e971e6bd39ecedc4a +usr/lib/.build-id/ae/c6a828bd1ef7498d7f29a45988dab89050168f +usr/lib/.build-id/b1/f030a8c2ceb1fd654047f4d6331a2ce3d3efbe +usr/lib/.build-id/b7/1f15f830538f8b9e2ddfae9d36fee8779c0f07 +usr/lib/.build-id/bd/506530a37e95da3a3a15b14737129fe49d1302 +usr/lib/.build-id/be/2f04361b2f91d2b998f3f9525afb9b49922674 +usr/lib/.build-id/c3/dbadc931339e0bcd9d73c7b40e37c7d106942b +usr/lib/.build-id/c5/b21ac476a83bc995538ec6c03d90a0a07f9808 +usr/lib/.build-id/c7/111bcef377fa8e39af88ab977de0fced6873b9 +usr/lib/.build-id/d4/725fdd10e1bfeef2df7f854c8710a56f136e23 +usr/lib/.build-id/db/bef47ce478e2c4648b2273f8c0e4b2c98b8184 +usr/lib/.build-id/dc/0447e6f266ba51e5fc746e3b184f8edefe4abe +usr/lib/.build-id/de/b6db4a37e001b4d4315fceeb7e7abdc38e825c +usr/lib/.build-id/e1/5c89067889aae4d9031fbbb9f322c92a0cca1e +usr/lib/.build-id/e6/96480c069097c70671fd1e4c5327f9532534c2 +usr/lib/.build-id/e7/bb200d04a610323aa9231beb00b9f05ab4523b +usr/lib/.build-id/eb/4bd2a58ee44fde03faf854aa80381c3d5b2377 +usr/lib/.build-id/ed/8b7a8a5240c4351f96e1530f16d3ba9e0d2b3e +usr/lib/.build-id/ef/c4a2a60806bf624bff7f8f2689581e174715b5 +usr/lib/.build-id/f6/a5025d03be33ffffd974bc0f451035702c8792 +usr/lib/.build-id/f7/3dd8f2164acb2396cada0bfbc602df1ce6749d +usr/lib/.build-id/f9/0aa0709c159382a6c385ddb3feac7820f50824 +usr/lib/.build-id/fe/32d689202b72c10b8f3397ad81189bb667404d +usr/lib/.build-id/fe/86e20fcc78fd2e857d146538e1336c2728c8ac +usr/lib64/libpython3.9.so.1.0 +usr/lib64/libpython3.so +usr/lib64/python3.9/LICENSE.txt +usr/lib64/python3.9/__future__.py +usr/lib64/python3.9/__phello__.foo.py +usr/lib64/python3.9/__pycache__/__future__.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/__future__.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc +usr/lib64/python3.9/__pycache__/__phello__.foo.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/__phello__.foo.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/__phello__.foo.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_aix_support.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_aix_support.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_aix_support.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_bootsubprocess.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_bootsubprocess.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_bootsubprocess.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_compression.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_compression.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_markupbase.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_markupbase.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_markupbase.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_osx_support.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_osx_support.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_osx_support.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_py_abc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_py_abc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_py_abc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_pydecimal.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_pydecimal.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_pydecimal.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_pyio.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_pyio.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_pyio.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_strptime.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_strptime.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_strptime.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_sysconfigdata__linux_aarch64-linux-gnu.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_sysconfigdata__linux_aarch64-linux-gnu.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_sysconfigdata__linux_aarch64-linux-gnu.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_sysconfigdata_d_linux_aarch64-linux-gnu.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_sysconfigdata_d_linux_aarch64-linux-gnu.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_sysconfigdata_d_linux_aarch64-linux-gnu.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_threading_local.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_threading_local.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_threading_local.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc +usr/lib64/python3.9/__pycache__/abc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/abc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/aifc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/aifc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/aifc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/antigravity.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/antigravity.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/antigravity.cpython-39.pyc +usr/lib64/python3.9/__pycache__/argparse.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/argparse.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc +usr/lib64/python3.9/__pycache__/ast.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/ast.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc +usr/lib64/python3.9/__pycache__/asynchat.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/asynchat.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/asynchat.cpython-39.pyc +usr/lib64/python3.9/__pycache__/asyncore.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/asyncore.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc +usr/lib64/python3.9/__pycache__/base64.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/base64.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc +usr/lib64/python3.9/__pycache__/bdb.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/bdb.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/bdb.cpython-39.pyc +usr/lib64/python3.9/__pycache__/binhex.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/binhex.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/binhex.cpython-39.pyc +usr/lib64/python3.9/__pycache__/bisect.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/bisect.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc +usr/lib64/python3.9/__pycache__/bz2.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/bz2.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc +usr/lib64/python3.9/__pycache__/cProfile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/cProfile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/cProfile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/calendar.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/calendar.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc +usr/lib64/python3.9/__pycache__/cgi.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/cgi.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/cgi.cpython-39.pyc +usr/lib64/python3.9/__pycache__/cgitb.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/cgitb.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/cgitb.cpython-39.pyc +usr/lib64/python3.9/__pycache__/chunk.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/chunk.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/chunk.cpython-39.pyc +usr/lib64/python3.9/__pycache__/cmd.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/cmd.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc +usr/lib64/python3.9/__pycache__/code.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/code.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/code.cpython-39.pyc +usr/lib64/python3.9/__pycache__/codecs.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/codecs.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc +usr/lib64/python3.9/__pycache__/codeop.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/codeop.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/codeop.cpython-39.pyc +usr/lib64/python3.9/__pycache__/colorsys.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/colorsys.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/colorsys.cpython-39.pyc +usr/lib64/python3.9/__pycache__/compileall.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/compileall.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/compileall.cpython-39.pyc +usr/lib64/python3.9/__pycache__/configparser.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/configparser.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc +usr/lib64/python3.9/__pycache__/contextlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/contextlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/contextvars.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/contextvars.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/contextvars.cpython-39.pyc +usr/lib64/python3.9/__pycache__/copy.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/copy.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc +usr/lib64/python3.9/__pycache__/copyreg.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/copyreg.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc +usr/lib64/python3.9/__pycache__/crypt.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/crypt.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/crypt.cpython-39.pyc +usr/lib64/python3.9/__pycache__/csv.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/csv.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/csv.cpython-39.pyc +usr/lib64/python3.9/__pycache__/dataclasses.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/dataclasses.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/dataclasses.cpython-39.pyc +usr/lib64/python3.9/__pycache__/datetime.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/datetime.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc +usr/lib64/python3.9/__pycache__/decimal.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/decimal.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc +usr/lib64/python3.9/__pycache__/difflib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/difflib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/difflib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/dis.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/dis.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc +usr/lib64/python3.9/__pycache__/doctest.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/doctest.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/doctest.cpython-39.pyc +usr/lib64/python3.9/__pycache__/enum.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/enum.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc +usr/lib64/python3.9/__pycache__/filecmp.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/filecmp.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/filecmp.cpython-39.pyc +usr/lib64/python3.9/__pycache__/fileinput.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/fileinput.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/fileinput.cpython-39.pyc +usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc +usr/lib64/python3.9/__pycache__/formatter.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/formatter.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/formatter.cpython-39.pyc +usr/lib64/python3.9/__pycache__/fractions.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/fractions.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/fractions.cpython-39.pyc +usr/lib64/python3.9/__pycache__/ftplib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/ftplib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/ftplib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/functools.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/functools.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc +usr/lib64/python3.9/__pycache__/genericpath.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/genericpath.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc +usr/lib64/python3.9/__pycache__/getopt.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/getopt.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/getopt.cpython-39.pyc +usr/lib64/python3.9/__pycache__/getpass.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/getpass.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc +usr/lib64/python3.9/__pycache__/gettext.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/gettext.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc +usr/lib64/python3.9/__pycache__/glob.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/glob.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc +usr/lib64/python3.9/__pycache__/graphlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/graphlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/graphlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/gzip.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/gzip.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc +usr/lib64/python3.9/__pycache__/hashlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/hashlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/heapq.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/heapq.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc +usr/lib64/python3.9/__pycache__/hmac.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/hmac.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc +usr/lib64/python3.9/__pycache__/imaplib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/imaplib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/imaplib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/imghdr.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/imghdr.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/imghdr.cpython-39.pyc +usr/lib64/python3.9/__pycache__/imp.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/imp.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/imp.cpython-39.pyc +usr/lib64/python3.9/__pycache__/inspect.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/inspect.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc +usr/lib64/python3.9/__pycache__/io.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/io.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/io.cpython-39.pyc +usr/lib64/python3.9/__pycache__/ipaddress.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/ipaddress.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/ipaddress.cpython-39.pyc +usr/lib64/python3.9/__pycache__/keyword.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/keyword.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc +usr/lib64/python3.9/__pycache__/linecache.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/linecache.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc +usr/lib64/python3.9/__pycache__/locale.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/locale.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc +usr/lib64/python3.9/__pycache__/lzma.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/lzma.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc +usr/lib64/python3.9/__pycache__/mailbox.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/mailbox.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/mailbox.cpython-39.pyc +usr/lib64/python3.9/__pycache__/mailcap.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/mailcap.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/mailcap.cpython-39.pyc +usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc +usr/lib64/python3.9/__pycache__/modulefinder.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/modulefinder.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/modulefinder.cpython-39.pyc +usr/lib64/python3.9/__pycache__/netrc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/netrc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/nntplib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/nntplib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/nntplib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/ntpath.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/ntpath.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc +usr/lib64/python3.9/__pycache__/nturl2path.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/nturl2path.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/nturl2path.cpython-39.pyc +usr/lib64/python3.9/__pycache__/numbers.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/numbers.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc +usr/lib64/python3.9/__pycache__/opcode.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/opcode.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc +usr/lib64/python3.9/__pycache__/operator.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/operator.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc +usr/lib64/python3.9/__pycache__/optparse.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/optparse.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc +usr/lib64/python3.9/__pycache__/os.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/os.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/os.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pathlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pathlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pdb.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pdb.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pdb.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pickle.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pickle.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pickletools.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pickletools.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pickletools.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pipes.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pipes.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pipes.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc +usr/lib64/python3.9/__pycache__/platform.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/platform.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc +usr/lib64/python3.9/__pycache__/plistlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/plistlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/plistlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/poplib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/poplib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/poplib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/posixpath.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/posixpath.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pprint.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pprint.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc +usr/lib64/python3.9/__pycache__/profile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/profile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/profile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pstats.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pstats.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pstats.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pty.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pty.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pty.cpython-39.pyc +usr/lib64/python3.9/__pycache__/py_compile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/py_compile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/py_compile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pyclbr.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pyclbr.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pyclbr.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pydoc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pydoc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pydoc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/queue.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/queue.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc +usr/lib64/python3.9/__pycache__/quopri.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/quopri.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc +usr/lib64/python3.9/__pycache__/random.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/random.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/random.cpython-39.pyc +usr/lib64/python3.9/__pycache__/re.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/re.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/re.cpython-39.pyc +usr/lib64/python3.9/__pycache__/reprlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/reprlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/rlcompleter.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/rlcompleter.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/rlcompleter.cpython-39.pyc +usr/lib64/python3.9/__pycache__/runpy.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/runpy.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sched.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sched.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sched.cpython-39.pyc +usr/lib64/python3.9/__pycache__/secrets.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/secrets.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/secrets.cpython-39.pyc +usr/lib64/python3.9/__pycache__/selectors.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/selectors.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc +usr/lib64/python3.9/__pycache__/shelve.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/shelve.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/shelve.cpython-39.pyc +usr/lib64/python3.9/__pycache__/shlex.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/shlex.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc +usr/lib64/python3.9/__pycache__/shutil.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/shutil.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc +usr/lib64/python3.9/__pycache__/signal.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/signal.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc +usr/lib64/python3.9/__pycache__/site.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/site.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/site.cpython-39.pyc +usr/lib64/python3.9/__pycache__/smtpd.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/smtpd.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/smtpd.cpython-39.pyc +usr/lib64/python3.9/__pycache__/smtplib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/smtplib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/smtplib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sndhdr.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sndhdr.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sndhdr.cpython-39.pyc +usr/lib64/python3.9/__pycache__/socket.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/socket.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc +usr/lib64/python3.9/__pycache__/socketserver.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/socketserver.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc +usr/lib64/python3.9/__pycache__/ssl.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/ssl.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc +usr/lib64/python3.9/__pycache__/stat.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/stat.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc +usr/lib64/python3.9/__pycache__/statistics.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/statistics.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/statistics.cpython-39.pyc +usr/lib64/python3.9/__pycache__/string.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/string.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/string.cpython-39.pyc +usr/lib64/python3.9/__pycache__/stringprep.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/stringprep.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc +usr/lib64/python3.9/__pycache__/struct.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/struct.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc +usr/lib64/python3.9/__pycache__/subprocess.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/subprocess.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sunau.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sunau.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sunau.cpython-39.pyc +usr/lib64/python3.9/__pycache__/symbol.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/symbol.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/symbol.cpython-39.pyc +usr/lib64/python3.9/__pycache__/symtable.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/symtable.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/symtable.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sysconfig.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sysconfig.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sysconfig.cpython-39.pyc +usr/lib64/python3.9/__pycache__/tabnanny.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/tabnanny.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/tabnanny.cpython-39.pyc +usr/lib64/python3.9/__pycache__/tarfile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/tarfile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/tarfile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/telnetlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/telnetlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/telnetlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/tempfile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/tempfile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/textwrap.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/textwrap.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc +usr/lib64/python3.9/__pycache__/this.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/this.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/this.cpython-39.pyc +usr/lib64/python3.9/__pycache__/threading.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/threading.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc +usr/lib64/python3.9/__pycache__/timeit.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/timeit.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/timeit.cpython-39.pyc +usr/lib64/python3.9/__pycache__/token.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/token.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/token.cpython-39.pyc +usr/lib64/python3.9/__pycache__/tokenize.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/tokenize.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc +usr/lib64/python3.9/__pycache__/trace.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/trace.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/trace.cpython-39.pyc +usr/lib64/python3.9/__pycache__/traceback.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/traceback.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc +usr/lib64/python3.9/__pycache__/tracemalloc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/tracemalloc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/tracemalloc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/tty.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/tty.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/tty.cpython-39.pyc +usr/lib64/python3.9/__pycache__/types.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/types.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/types.cpython-39.pyc +usr/lib64/python3.9/__pycache__/typing.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/typing.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc +usr/lib64/python3.9/__pycache__/uu.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/uu.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc +usr/lib64/python3.9/__pycache__/uuid.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/uuid.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc +usr/lib64/python3.9/__pycache__/warnings.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/warnings.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc +usr/lib64/python3.9/__pycache__/wave.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/wave.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/wave.cpython-39.pyc +usr/lib64/python3.9/__pycache__/weakref.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/weakref.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc +usr/lib64/python3.9/__pycache__/webbrowser.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/webbrowser.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/webbrowser.cpython-39.pyc +usr/lib64/python3.9/__pycache__/xdrlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/xdrlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/xdrlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/zipapp.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/zipapp.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/zipapp.cpython-39.pyc +usr/lib64/python3.9/__pycache__/zipfile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/zipfile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/zipimport.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/zipimport.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/zipimport.cpython-39.pyc +usr/lib64/python3.9/_aix_support.py +usr/lib64/python3.9/_bootlocale.py +usr/lib64/python3.9/_bootsubprocess.py +usr/lib64/python3.9/_collections_abc.py +usr/lib64/python3.9/_compat_pickle.py +usr/lib64/python3.9/_compression.py +usr/lib64/python3.9/_markupbase.py +usr/lib64/python3.9/_osx_support.py +usr/lib64/python3.9/_py_abc.py +usr/lib64/python3.9/_pydecimal.py +usr/lib64/python3.9/_pyio.py +usr/lib64/python3.9/_sitebuiltins.py +usr/lib64/python3.9/_strptime.py +usr/lib64/python3.9/_sysconfigdata__linux_aarch64-linux-gnu.py +usr/lib64/python3.9/_sysconfigdata_d_linux_aarch64-linux-gnu.py +usr/lib64/python3.9/_threading_local.py +usr/lib64/python3.9/_weakrefset.py +usr/lib64/python3.9/abc.py +usr/lib64/python3.9/aifc.py +usr/lib64/python3.9/antigravity.py +usr/lib64/python3.9/argparse.py +usr/lib64/python3.9/ast.py +usr/lib64/python3.9/asynchat.py +usr/lib64/python3.9/asyncio/__init__.py +usr/lib64/python3.9/asyncio/__main__.py +usr/lib64/python3.9/asyncio/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/__main__.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/__main__.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/__main__.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_events.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_events.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_events.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_futures.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_futures.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_futures.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_tasks.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_tasks.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_tasks.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/constants.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/constants.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/constants.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/coroutines.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/coroutines.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/coroutines.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/events.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/events.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/events.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/exceptions.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/exceptions.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/exceptions.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/format_helpers.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/format_helpers.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/format_helpers.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/futures.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/futures.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/futures.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/locks.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/locks.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/locks.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/log.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/log.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/log.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/proactor_events.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/proactor_events.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/proactor_events.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/protocols.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/protocols.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/protocols.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/queues.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/queues.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/queues.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/runners.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/runners.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/runners.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/selector_events.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/selector_events.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/selector_events.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/sslproto.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/sslproto.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/sslproto.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/staggered.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/staggered.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/staggered.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/streams.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/streams.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/streams.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/subprocess.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/subprocess.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/subprocess.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/tasks.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/tasks.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/tasks.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/threads.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/threads.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/threads.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/transports.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/transports.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/transports.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/trsock.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/trsock.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/trsock.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/unix_events.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/unix_events.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/unix_events.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/windows_events.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/windows_events.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/windows_events.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/windows_utils.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/windows_utils.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/windows_utils.cpython-39.pyc +usr/lib64/python3.9/asyncio/base_events.py +usr/lib64/python3.9/asyncio/base_futures.py +usr/lib64/python3.9/asyncio/base_subprocess.py +usr/lib64/python3.9/asyncio/base_tasks.py +usr/lib64/python3.9/asyncio/constants.py +usr/lib64/python3.9/asyncio/coroutines.py +usr/lib64/python3.9/asyncio/events.py +usr/lib64/python3.9/asyncio/exceptions.py +usr/lib64/python3.9/asyncio/format_helpers.py +usr/lib64/python3.9/asyncio/futures.py +usr/lib64/python3.9/asyncio/locks.py +usr/lib64/python3.9/asyncio/log.py +usr/lib64/python3.9/asyncio/proactor_events.py +usr/lib64/python3.9/asyncio/protocols.py +usr/lib64/python3.9/asyncio/queues.py +usr/lib64/python3.9/asyncio/runners.py +usr/lib64/python3.9/asyncio/selector_events.py +usr/lib64/python3.9/asyncio/sslproto.py +usr/lib64/python3.9/asyncio/staggered.py +usr/lib64/python3.9/asyncio/streams.py +usr/lib64/python3.9/asyncio/subprocess.py +usr/lib64/python3.9/asyncio/tasks.py +usr/lib64/python3.9/asyncio/threads.py +usr/lib64/python3.9/asyncio/transports.py +usr/lib64/python3.9/asyncio/trsock.py +usr/lib64/python3.9/asyncio/unix_events.py +usr/lib64/python3.9/asyncio/windows_events.py +usr/lib64/python3.9/asyncio/windows_utils.py +usr/lib64/python3.9/asyncore.py +usr/lib64/python3.9/base64.py +usr/lib64/python3.9/bdb.py +usr/lib64/python3.9/binhex.py +usr/lib64/python3.9/bisect.py +usr/lib64/python3.9/bz2.py +usr/lib64/python3.9/cProfile.py +usr/lib64/python3.9/calendar.py +usr/lib64/python3.9/cgi.py +usr/lib64/python3.9/cgitb.py +usr/lib64/python3.9/chunk.py +usr/lib64/python3.9/cmd.py +usr/lib64/python3.9/code.py +usr/lib64/python3.9/codecs.py +usr/lib64/python3.9/codeop.py +usr/lib64/python3.9/collections/__init__.py +usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.opt-1.pyc +usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.opt-2.pyc +usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc +usr/lib64/python3.9/collections/abc.py +usr/lib64/python3.9/colorsys.py +usr/lib64/python3.9/compileall.py +usr/lib64/python3.9/concurrent/__init__.py +usr/lib64/python3.9/concurrent/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/concurrent/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/concurrent/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/concurrent/futures/__init__.py +usr/lib64/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/_base.cpython-39.opt-1.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/_base.cpython-39.opt-2.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/_base.cpython-39.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/process.cpython-39.opt-1.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/process.cpython-39.opt-2.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/process.cpython-39.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/thread.cpython-39.opt-1.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/thread.cpython-39.opt-2.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/thread.cpython-39.pyc +usr/lib64/python3.9/concurrent/futures/_base.py +usr/lib64/python3.9/concurrent/futures/process.py +usr/lib64/python3.9/concurrent/futures/thread.py +usr/lib64/python3.9/config-3.9-aarch64-linux-gnu/Makefile +usr/lib64/python3.9/configparser.py +usr/lib64/python3.9/contextlib.py +usr/lib64/python3.9/contextvars.py +usr/lib64/python3.9/copy.py +usr/lib64/python3.9/copyreg.py +usr/lib64/python3.9/crypt.py +usr/lib64/python3.9/csv.py +usr/lib64/python3.9/ctypes/__init__.py +usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/ctypes/__pycache__/_aix.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/__pycache__/_aix.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/__pycache__/_aix.cpython-39.pyc +usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc +usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc +usr/lib64/python3.9/ctypes/__pycache__/wintypes.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/__pycache__/wintypes.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/__pycache__/wintypes.cpython-39.pyc +usr/lib64/python3.9/ctypes/_aix.py +usr/lib64/python3.9/ctypes/_endian.py +usr/lib64/python3.9/ctypes/macholib/README.ctypes +usr/lib64/python3.9/ctypes/macholib/__init__.py +usr/lib64/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.pyc +usr/lib64/python3.9/ctypes/macholib/dyld.py +usr/lib64/python3.9/ctypes/macholib/dylib.py +usr/lib64/python3.9/ctypes/macholib/fetch_macholib +usr/lib64/python3.9/ctypes/macholib/framework.py +usr/lib64/python3.9/ctypes/util.py +usr/lib64/python3.9/ctypes/wintypes.py +usr/lib64/python3.9/curses/__init__.py +usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/curses/__pycache__/ascii.cpython-39.opt-1.pyc +usr/lib64/python3.9/curses/__pycache__/ascii.cpython-39.opt-2.pyc +usr/lib64/python3.9/curses/__pycache__/ascii.cpython-39.pyc +usr/lib64/python3.9/curses/__pycache__/has_key.cpython-39.opt-1.pyc +usr/lib64/python3.9/curses/__pycache__/has_key.cpython-39.opt-2.pyc +usr/lib64/python3.9/curses/__pycache__/has_key.cpython-39.pyc +usr/lib64/python3.9/curses/__pycache__/panel.cpython-39.opt-1.pyc +usr/lib64/python3.9/curses/__pycache__/panel.cpython-39.opt-2.pyc +usr/lib64/python3.9/curses/__pycache__/panel.cpython-39.pyc +usr/lib64/python3.9/curses/__pycache__/textpad.cpython-39.opt-1.pyc +usr/lib64/python3.9/curses/__pycache__/textpad.cpython-39.opt-2.pyc +usr/lib64/python3.9/curses/__pycache__/textpad.cpython-39.pyc +usr/lib64/python3.9/curses/ascii.py +usr/lib64/python3.9/curses/has_key.py +usr/lib64/python3.9/curses/panel.py +usr/lib64/python3.9/curses/textpad.py +usr/lib64/python3.9/dataclasses.py +usr/lib64/python3.9/datetime.py +usr/lib64/python3.9/dbm/__init__.py +usr/lib64/python3.9/dbm/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/dbm/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/dbm/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/dbm/__pycache__/dumb.cpython-39.opt-1.pyc +usr/lib64/python3.9/dbm/__pycache__/dumb.cpython-39.opt-2.pyc +usr/lib64/python3.9/dbm/__pycache__/dumb.cpython-39.pyc +usr/lib64/python3.9/dbm/__pycache__/gnu.cpython-39.opt-1.pyc +usr/lib64/python3.9/dbm/__pycache__/gnu.cpython-39.opt-2.pyc +usr/lib64/python3.9/dbm/__pycache__/gnu.cpython-39.pyc +usr/lib64/python3.9/dbm/__pycache__/ndbm.cpython-39.opt-1.pyc +usr/lib64/python3.9/dbm/__pycache__/ndbm.cpython-39.opt-2.pyc +usr/lib64/python3.9/dbm/__pycache__/ndbm.cpython-39.pyc +usr/lib64/python3.9/dbm/dumb.py +usr/lib64/python3.9/dbm/gnu.py +usr/lib64/python3.9/dbm/ndbm.py +usr/lib64/python3.9/decimal.py +usr/lib64/python3.9/difflib.py +usr/lib64/python3.9/dis.py +usr/lib64/python3.9/distutils/README +usr/lib64/python3.9/distutils/__init__.py +usr/lib64/python3.9/distutils/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/archive_util.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/archive_util.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/archive_util.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/ccompiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/ccompiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/ccompiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/cmd.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/cmd.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/cmd.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/config.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/config.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/config.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/core.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/core.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/core.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/debug.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/debug.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/debug.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/dep_util.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/dep_util.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/dep_util.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/dir_util.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/dir_util.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/dir_util.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/dist.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/dist.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/dist.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/errors.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/errors.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/errors.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/extension.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/extension.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/extension.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/file_util.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/file_util.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/file_util.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/filelist.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/filelist.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/filelist.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/log.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/log.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/log.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/msvccompiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/msvccompiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/msvccompiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/spawn.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/spawn.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/spawn.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/sysconfig.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/sysconfig.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/sysconfig.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/text_file.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/text_file.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/text_file.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/unixccompiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/unixccompiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/unixccompiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/util.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/util.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/util.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/version.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/version.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/version.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/versionpredicate.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/versionpredicate.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/versionpredicate.cpython-39.pyc +usr/lib64/python3.9/distutils/_msvccompiler.py +usr/lib64/python3.9/distutils/archive_util.py +usr/lib64/python3.9/distutils/bcppcompiler.py +usr/lib64/python3.9/distutils/ccompiler.py +usr/lib64/python3.9/distutils/cmd.py +usr/lib64/python3.9/distutils/command/__init__.py +usr/lib64/python3.9/distutils/command/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_clib.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_clib.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_clib.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_ext.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_ext.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_ext.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_py.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_py.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_py.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/check.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/check.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/check.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/clean.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/clean.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/clean.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/config.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/config.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/config.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_data.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_data.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_data.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_headers.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_headers.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_headers.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_lib.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_lib.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_lib.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/register.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/register.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/register.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/upload.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/upload.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/upload.cpython-39.pyc +usr/lib64/python3.9/distutils/command/bdist.py +usr/lib64/python3.9/distutils/command/bdist_dumb.py +usr/lib64/python3.9/distutils/command/bdist_msi.py +usr/lib64/python3.9/distutils/command/bdist_rpm.py +usr/lib64/python3.9/distutils/command/bdist_wininst.py +usr/lib64/python3.9/distutils/command/build.py +usr/lib64/python3.9/distutils/command/build_clib.py +usr/lib64/python3.9/distutils/command/build_ext.py +usr/lib64/python3.9/distutils/command/build_py.py +usr/lib64/python3.9/distutils/command/build_scripts.py +usr/lib64/python3.9/distutils/command/check.py +usr/lib64/python3.9/distutils/command/clean.py +usr/lib64/python3.9/distutils/command/command_template +usr/lib64/python3.9/distutils/command/config.py +usr/lib64/python3.9/distutils/command/install.py +usr/lib64/python3.9/distutils/command/install_data.py +usr/lib64/python3.9/distutils/command/install_egg_info.py +usr/lib64/python3.9/distutils/command/install_headers.py +usr/lib64/python3.9/distutils/command/install_lib.py +usr/lib64/python3.9/distutils/command/install_scripts.py +usr/lib64/python3.9/distutils/command/register.py +usr/lib64/python3.9/distutils/command/sdist.py +usr/lib64/python3.9/distutils/command/upload.py +usr/lib64/python3.9/distutils/config.py +usr/lib64/python3.9/distutils/core.py +usr/lib64/python3.9/distutils/cygwinccompiler.py +usr/lib64/python3.9/distutils/debug.py +usr/lib64/python3.9/distutils/dep_util.py +usr/lib64/python3.9/distutils/dir_util.py +usr/lib64/python3.9/distutils/dist.py +usr/lib64/python3.9/distutils/errors.py +usr/lib64/python3.9/distutils/extension.py +usr/lib64/python3.9/distutils/fancy_getopt.py +usr/lib64/python3.9/distutils/file_util.py +usr/lib64/python3.9/distutils/filelist.py +usr/lib64/python3.9/distutils/log.py +usr/lib64/python3.9/distutils/msvc9compiler.py +usr/lib64/python3.9/distutils/msvccompiler.py +usr/lib64/python3.9/distutils/spawn.py +usr/lib64/python3.9/distutils/sysconfig.py +usr/lib64/python3.9/distutils/text_file.py +usr/lib64/python3.9/distutils/unixccompiler.py +usr/lib64/python3.9/distutils/util.py +usr/lib64/python3.9/distutils/version.py +usr/lib64/python3.9/distutils/versionpredicate.py +usr/lib64/python3.9/doctest.py +usr/lib64/python3.9/email/__init__.py +usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/charset.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/charset.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/errors.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/errors.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/generator.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/generator.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/generator.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/header.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/header.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/message.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/message.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/parser.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/parser.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/policy.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/policy.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/utils.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/utils.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc +usr/lib64/python3.9/email/_encoded_words.py +usr/lib64/python3.9/email/_header_value_parser.py +usr/lib64/python3.9/email/_parseaddr.py +usr/lib64/python3.9/email/_policybase.py +usr/lib64/python3.9/email/architecture.rst +usr/lib64/python3.9/email/base64mime.py +usr/lib64/python3.9/email/charset.py +usr/lib64/python3.9/email/contentmanager.py +usr/lib64/python3.9/email/encoders.py +usr/lib64/python3.9/email/errors.py +usr/lib64/python3.9/email/feedparser.py +usr/lib64/python3.9/email/generator.py +usr/lib64/python3.9/email/header.py +usr/lib64/python3.9/email/headerregistry.py +usr/lib64/python3.9/email/iterators.py +usr/lib64/python3.9/email/message.py +usr/lib64/python3.9/email/mime/__init__.py +usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/audio.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/audio.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/audio.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/image.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/image.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/image.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/message.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/message.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/message.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc +usr/lib64/python3.9/email/mime/application.py +usr/lib64/python3.9/email/mime/audio.py +usr/lib64/python3.9/email/mime/base.py +usr/lib64/python3.9/email/mime/image.py +usr/lib64/python3.9/email/mime/message.py +usr/lib64/python3.9/email/mime/multipart.py +usr/lib64/python3.9/email/mime/nonmultipart.py +usr/lib64/python3.9/email/mime/text.py +usr/lib64/python3.9/email/parser.py +usr/lib64/python3.9/email/policy.py +usr/lib64/python3.9/email/quoprimime.py +usr/lib64/python3.9/email/utils.py +usr/lib64/python3.9/encodings/__init__.py +usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/ascii.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/ascii.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/ascii.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/base64_codec.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/base64_codec.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/base64_codec.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/big5.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/big5.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/big5.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/big5hkscs.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/big5hkscs.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/big5hkscs.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/bz2_codec.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/bz2_codec.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/bz2_codec.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/charmap.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/charmap.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/charmap.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/cp1125.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/cp1125.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/cp1125.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/cp720.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/cp720.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/cp720.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/cp858.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/cp858.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/cp858.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/cp932.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/cp932.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/cp932.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/cp949.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/cp949.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/cp949.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/cp950.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/cp950.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/cp950.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jp.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jp.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jp.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_kr.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_kr.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_kr.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/gb18030.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/gb18030.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/gb18030.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/gb2312.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/gb2312.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/gb2312.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/gbk.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/gbk.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/gbk.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/hex_codec.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/hex_codec.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/hex_codec.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/hz.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/hz.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/hz.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/johab.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/johab.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/johab.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/koi8_t.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/koi8_t.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/koi8_t.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/mbcs.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/mbcs.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/mbcs.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/oem.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/oem.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/oem.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/palmos.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/palmos.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/palmos.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/punycode.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/punycode.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/punycode.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/quopri_codec.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/quopri_codec.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/quopri_codec.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/rot_13.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/rot_13.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/rot_13.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jis.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jis.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jis.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/undefined.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/undefined.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/undefined.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/unicode_escape.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/unicode_escape.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/unicode_escape.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16_be.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16_be.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16_be.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16_le.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16_le.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16_le.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32_be.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32_be.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32_be.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32_le.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32_le.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32_le.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_7.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_7.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_7.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/uu_codec.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/uu_codec.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/uu_codec.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/zlib_codec.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/zlib_codec.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/zlib_codec.cpython-39.pyc +usr/lib64/python3.9/encodings/aliases.py +usr/lib64/python3.9/encodings/ascii.py +usr/lib64/python3.9/encodings/base64_codec.py +usr/lib64/python3.9/encodings/big5.py +usr/lib64/python3.9/encodings/big5hkscs.py +usr/lib64/python3.9/encodings/bz2_codec.py +usr/lib64/python3.9/encodings/charmap.py +usr/lib64/python3.9/encodings/cp037.pyc +usr/lib64/python3.9/encodings/cp1006.pyc +usr/lib64/python3.9/encodings/cp1026.pyc +usr/lib64/python3.9/encodings/cp1125.py +usr/lib64/python3.9/encodings/cp1140.pyc +usr/lib64/python3.9/encodings/cp1250.pyc +usr/lib64/python3.9/encodings/cp1251.pyc +usr/lib64/python3.9/encodings/cp1252.pyc +usr/lib64/python3.9/encodings/cp1253.pyc +usr/lib64/python3.9/encodings/cp1254.pyc +usr/lib64/python3.9/encodings/cp1255.pyc +usr/lib64/python3.9/encodings/cp1256.pyc +usr/lib64/python3.9/encodings/cp1257.pyc +usr/lib64/python3.9/encodings/cp1258.pyc +usr/lib64/python3.9/encodings/cp273.pyc +usr/lib64/python3.9/encodings/cp424.pyc +usr/lib64/python3.9/encodings/cp437.pyc +usr/lib64/python3.9/encodings/cp500.pyc +usr/lib64/python3.9/encodings/cp720.py +usr/lib64/python3.9/encodings/cp737.pyc +usr/lib64/python3.9/encodings/cp775.pyc +usr/lib64/python3.9/encodings/cp850.pyc +usr/lib64/python3.9/encodings/cp852.pyc +usr/lib64/python3.9/encodings/cp855.pyc +usr/lib64/python3.9/encodings/cp856.pyc +usr/lib64/python3.9/encodings/cp857.pyc +usr/lib64/python3.9/encodings/cp858.py +usr/lib64/python3.9/encodings/cp860.pyc +usr/lib64/python3.9/encodings/cp861.pyc +usr/lib64/python3.9/encodings/cp862.pyc +usr/lib64/python3.9/encodings/cp863.pyc +usr/lib64/python3.9/encodings/cp864.pyc +usr/lib64/python3.9/encodings/cp865.pyc +usr/lib64/python3.9/encodings/cp866.pyc +usr/lib64/python3.9/encodings/cp869.pyc +usr/lib64/python3.9/encodings/cp874.pyc +usr/lib64/python3.9/encodings/cp875.pyc +usr/lib64/python3.9/encodings/cp932.py +usr/lib64/python3.9/encodings/cp949.py +usr/lib64/python3.9/encodings/cp950.py +usr/lib64/python3.9/encodings/euc_jis_2004.py +usr/lib64/python3.9/encodings/euc_jisx0213.py +usr/lib64/python3.9/encodings/euc_jp.py +usr/lib64/python3.9/encodings/euc_kr.py +usr/lib64/python3.9/encodings/gb18030.py +usr/lib64/python3.9/encodings/gb2312.py +usr/lib64/python3.9/encodings/gbk.py +usr/lib64/python3.9/encodings/hex_codec.py +usr/lib64/python3.9/encodings/hp_roman8.pyc +usr/lib64/python3.9/encodings/hz.py +usr/lib64/python3.9/encodings/idna.py +usr/lib64/python3.9/encodings/iso2022_jp.py +usr/lib64/python3.9/encodings/iso2022_jp_1.py +usr/lib64/python3.9/encodings/iso2022_jp_2.py +usr/lib64/python3.9/encodings/iso2022_jp_2004.py +usr/lib64/python3.9/encodings/iso2022_jp_3.py +usr/lib64/python3.9/encodings/iso2022_jp_ext.py +usr/lib64/python3.9/encodings/iso2022_kr.py +usr/lib64/python3.9/encodings/iso8859_1.pyc +usr/lib64/python3.9/encodings/iso8859_10.pyc +usr/lib64/python3.9/encodings/iso8859_11.pyc +usr/lib64/python3.9/encodings/iso8859_13.pyc +usr/lib64/python3.9/encodings/iso8859_14.pyc +usr/lib64/python3.9/encodings/iso8859_15.pyc +usr/lib64/python3.9/encodings/iso8859_16.pyc +usr/lib64/python3.9/encodings/iso8859_2.pyc +usr/lib64/python3.9/encodings/iso8859_3.pyc +usr/lib64/python3.9/encodings/iso8859_4.pyc +usr/lib64/python3.9/encodings/iso8859_5.pyc +usr/lib64/python3.9/encodings/iso8859_6.pyc +usr/lib64/python3.9/encodings/iso8859_7.pyc +usr/lib64/python3.9/encodings/iso8859_8.pyc +usr/lib64/python3.9/encodings/iso8859_9.pyc +usr/lib64/python3.9/encodings/johab.py +usr/lib64/python3.9/encodings/koi8_r.pyc +usr/lib64/python3.9/encodings/koi8_t.py +usr/lib64/python3.9/encodings/koi8_u.pyc +usr/lib64/python3.9/encodings/kz1048.pyc +usr/lib64/python3.9/encodings/latin_1.py +usr/lib64/python3.9/encodings/mac_arabic.pyc +usr/lib64/python3.9/encodings/mac_croatian.pyc +usr/lib64/python3.9/encodings/mac_cyrillic.pyc +usr/lib64/python3.9/encodings/mac_farsi.pyc +usr/lib64/python3.9/encodings/mac_greek.pyc +usr/lib64/python3.9/encodings/mac_iceland.pyc +usr/lib64/python3.9/encodings/mac_latin2.pyc +usr/lib64/python3.9/encodings/mac_roman.pyc +usr/lib64/python3.9/encodings/mac_romanian.pyc +usr/lib64/python3.9/encodings/mac_turkish.pyc +usr/lib64/python3.9/encodings/mbcs.py +usr/lib64/python3.9/encodings/oem.py +usr/lib64/python3.9/encodings/palmos.py +usr/lib64/python3.9/encodings/ptcp154.pyc +usr/lib64/python3.9/encodings/punycode.py +usr/lib64/python3.9/encodings/quopri_codec.py +usr/lib64/python3.9/encodings/raw_unicode_escape.py +usr/lib64/python3.9/encodings/rot_13.py +usr/lib64/python3.9/encodings/shift_jis.py +usr/lib64/python3.9/encodings/shift_jis_2004.py +usr/lib64/python3.9/encodings/shift_jisx0213.py +usr/lib64/python3.9/encodings/tis_620.pyc +usr/lib64/python3.9/encodings/undefined.py +usr/lib64/python3.9/encodings/unicode_escape.py +usr/lib64/python3.9/encodings/utf_16.py +usr/lib64/python3.9/encodings/utf_16_be.py +usr/lib64/python3.9/encodings/utf_16_le.py +usr/lib64/python3.9/encodings/utf_32.py +usr/lib64/python3.9/encodings/utf_32_be.py +usr/lib64/python3.9/encodings/utf_32_le.py +usr/lib64/python3.9/encodings/utf_7.py +usr/lib64/python3.9/encodings/utf_8.py +usr/lib64/python3.9/encodings/utf_8_sig.py +usr/lib64/python3.9/encodings/uu_codec.py +usr/lib64/python3.9/encodings/zlib_codec.py +usr/lib64/python3.9/ensurepip/__init__.py +usr/lib64/python3.9/ensurepip/__main__.py +usr/lib64/python3.9/ensurepip/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/ensurepip/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/ensurepip/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/ensurepip/__pycache__/__main__.cpython-39.opt-1.pyc +usr/lib64/python3.9/ensurepip/__pycache__/__main__.cpython-39.opt-2.pyc +usr/lib64/python3.9/ensurepip/__pycache__/__main__.cpython-39.pyc +usr/lib64/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.opt-1.pyc +usr/lib64/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.opt-2.pyc +usr/lib64/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.pyc +usr/lib64/python3.9/ensurepip/_uninstall.py +usr/lib64/python3.9/enum.py +usr/lib64/python3.9/filecmp.py +usr/lib64/python3.9/fileinput.py +usr/lib64/python3.9/fnmatch.py +usr/lib64/python3.9/formatter.py +usr/lib64/python3.9/fractions.py +usr/lib64/python3.9/ftplib.py +usr/lib64/python3.9/functools.py +usr/lib64/python3.9/genericpath.py +usr/lib64/python3.9/getopt.py +usr/lib64/python3.9/getpass.py +usr/lib64/python3.9/gettext.py +usr/lib64/python3.9/glob.py +usr/lib64/python3.9/graphlib.py +usr/lib64/python3.9/gzip.py +usr/lib64/python3.9/hashlib.py +usr/lib64/python3.9/heapq.py +usr/lib64/python3.9/hmac.py +usr/lib64/python3.9/html/__init__.py +usr/lib64/python3.9/html/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/html/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/html/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/html/__pycache__/entities.cpython-39.opt-1.pyc +usr/lib64/python3.9/html/__pycache__/entities.cpython-39.opt-2.pyc +usr/lib64/python3.9/html/__pycache__/entities.cpython-39.pyc +usr/lib64/python3.9/html/__pycache__/parser.cpython-39.opt-1.pyc +usr/lib64/python3.9/html/__pycache__/parser.cpython-39.opt-2.pyc +usr/lib64/python3.9/html/__pycache__/parser.cpython-39.pyc +usr/lib64/python3.9/html/entities.py +usr/lib64/python3.9/html/parser.py +usr/lib64/python3.9/http/__init__.py +usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/http/__pycache__/client.cpython-39.opt-1.pyc +usr/lib64/python3.9/http/__pycache__/client.cpython-39.opt-2.pyc +usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc +usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.opt-1.pyc +usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.opt-2.pyc +usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc +usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.opt-1.pyc +usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.opt-2.pyc +usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc +usr/lib64/python3.9/http/__pycache__/server.cpython-39.opt-1.pyc +usr/lib64/python3.9/http/__pycache__/server.cpython-39.opt-2.pyc +usr/lib64/python3.9/http/__pycache__/server.cpython-39.pyc +usr/lib64/python3.9/http/client.py +usr/lib64/python3.9/http/cookiejar.py +usr/lib64/python3.9/http/cookies.py +usr/lib64/python3.9/http/server.py +usr/lib64/python3.9/imaplib.py +usr/lib64/python3.9/imghdr.py +usr/lib64/python3.9/imp.py +usr/lib64/python3.9/importlib/__init__.py +usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/_bootstrap.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/_bootstrap.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/_bootstrap.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/_common.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/_common.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/_common.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/metadata.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/metadata.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/metadata.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/resources.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/resources.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/resources.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc +usr/lib64/python3.9/importlib/_bootstrap.py +usr/lib64/python3.9/importlib/_bootstrap_external.py +usr/lib64/python3.9/importlib/_common.py +usr/lib64/python3.9/importlib/abc.py +usr/lib64/python3.9/importlib/machinery.py +usr/lib64/python3.9/importlib/metadata.py +usr/lib64/python3.9/importlib/resources.py +usr/lib64/python3.9/importlib/util.py +usr/lib64/python3.9/inspect.py +usr/lib64/python3.9/io.py +usr/lib64/python3.9/ipaddress.py +usr/lib64/python3.9/json/__init__.py +usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.opt-1.pyc +usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.opt-2.pyc +usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc +usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.opt-1.pyc +usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.opt-2.pyc +usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc +usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.opt-1.pyc +usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.opt-2.pyc +usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc +usr/lib64/python3.9/json/__pycache__/tool.cpython-39.opt-1.pyc +usr/lib64/python3.9/json/__pycache__/tool.cpython-39.opt-2.pyc +usr/lib64/python3.9/json/__pycache__/tool.cpython-39.pyc +usr/lib64/python3.9/json/decoder.py +usr/lib64/python3.9/json/encoder.py +usr/lib64/python3.9/json/scanner.py +usr/lib64/python3.9/json/tool.py +usr/lib64/python3.9/keyword.py +usr/lib64/python3.9/lib-dynload/_asyncio.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_codecs_cn.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_codecs_hk.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_codecs_iso2022.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_codecs_jp.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_codecs_kr.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_codecs_tw.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_contextvars.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_crypt.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_csv.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_curses.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_curses_panel.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_dbm.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_gdbm.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_json.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_lsprof.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_multibytecodec.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_posixshmem.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_queue.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_random.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_socket.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_statistics.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_struct.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_xxsubinterpreters.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_zoneinfo.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/array.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/audioop.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/binascii.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/cmath.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/grp.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/math.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/mmap.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/ossaudiodev.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/parser.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/readline.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/resource.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/select.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/spwd.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/syslog.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/termios.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/xxlimited.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/zlib.cpython-39-aarch64-linux-gnu.so +usr/lib64/python3.9/lib2to3/Grammar.txt +usr/lib64/python3.9/lib2to3/Grammar3.9.18.final.0.pickle +usr/lib64/python3.9/lib2to3/PatternGrammar.txt +usr/lib64/python3.9/lib2to3/PatternGrammar3.9.18.final.0.pickle +usr/lib64/python3.9/lib2to3/__init__.py +usr/lib64/python3.9/lib2to3/__main__.py +usr/lib64/python3.9/lib2to3/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/__main__.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/__main__.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/__main__.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/main.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/main.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/main.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/patcomp.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/patcomp.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/patcomp.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/pygram.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/pygram.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/pygram.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/pytree.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/pytree.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/pytree.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/refactor.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/refactor.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/refactor.cpython-39.pyc +usr/lib64/python3.9/lib2to3/btm_matcher.py +usr/lib64/python3.9/lib2to3/btm_utils.py +usr/lib64/python3.9/lib2to3/fixer_base.py +usr/lib64/python3.9/lib2to3/fixer_util.py +usr/lib64/python3.9/lib2to3/fixes/__init__.py +usr/lib64/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/fix_apply.py +usr/lib64/python3.9/lib2to3/fixes/fix_asserts.py +usr/lib64/python3.9/lib2to3/fixes/fix_basestring.py +usr/lib64/python3.9/lib2to3/fixes/fix_buffer.py +usr/lib64/python3.9/lib2to3/fixes/fix_dict.py +usr/lib64/python3.9/lib2to3/fixes/fix_except.py +usr/lib64/python3.9/lib2to3/fixes/fix_exec.py +usr/lib64/python3.9/lib2to3/fixes/fix_execfile.py +usr/lib64/python3.9/lib2to3/fixes/fix_exitfunc.py +usr/lib64/python3.9/lib2to3/fixes/fix_filter.py +usr/lib64/python3.9/lib2to3/fixes/fix_funcattrs.py +usr/lib64/python3.9/lib2to3/fixes/fix_future.py +usr/lib64/python3.9/lib2to3/fixes/fix_getcwdu.py +usr/lib64/python3.9/lib2to3/fixes/fix_has_key.py +usr/lib64/python3.9/lib2to3/fixes/fix_idioms.py +usr/lib64/python3.9/lib2to3/fixes/fix_import.py +usr/lib64/python3.9/lib2to3/fixes/fix_imports.py +usr/lib64/python3.9/lib2to3/fixes/fix_imports2.py +usr/lib64/python3.9/lib2to3/fixes/fix_input.py +usr/lib64/python3.9/lib2to3/fixes/fix_intern.py +usr/lib64/python3.9/lib2to3/fixes/fix_isinstance.py +usr/lib64/python3.9/lib2to3/fixes/fix_itertools.py +usr/lib64/python3.9/lib2to3/fixes/fix_itertools_imports.py +usr/lib64/python3.9/lib2to3/fixes/fix_long.py +usr/lib64/python3.9/lib2to3/fixes/fix_map.py +usr/lib64/python3.9/lib2to3/fixes/fix_metaclass.py +usr/lib64/python3.9/lib2to3/fixes/fix_methodattrs.py +usr/lib64/python3.9/lib2to3/fixes/fix_ne.py +usr/lib64/python3.9/lib2to3/fixes/fix_next.py +usr/lib64/python3.9/lib2to3/fixes/fix_nonzero.py +usr/lib64/python3.9/lib2to3/fixes/fix_numliterals.py +usr/lib64/python3.9/lib2to3/fixes/fix_operator.py +usr/lib64/python3.9/lib2to3/fixes/fix_paren.py +usr/lib64/python3.9/lib2to3/fixes/fix_print.py +usr/lib64/python3.9/lib2to3/fixes/fix_raise.py +usr/lib64/python3.9/lib2to3/fixes/fix_raw_input.py +usr/lib64/python3.9/lib2to3/fixes/fix_reduce.py +usr/lib64/python3.9/lib2to3/fixes/fix_reload.py +usr/lib64/python3.9/lib2to3/fixes/fix_renames.py +usr/lib64/python3.9/lib2to3/fixes/fix_repr.py +usr/lib64/python3.9/lib2to3/fixes/fix_set_literal.py +usr/lib64/python3.9/lib2to3/fixes/fix_standarderror.py +usr/lib64/python3.9/lib2to3/fixes/fix_sys_exc.py +usr/lib64/python3.9/lib2to3/fixes/fix_throw.py +usr/lib64/python3.9/lib2to3/fixes/fix_tuple_params.py +usr/lib64/python3.9/lib2to3/fixes/fix_types.py +usr/lib64/python3.9/lib2to3/fixes/fix_unicode.py +usr/lib64/python3.9/lib2to3/fixes/fix_urllib.py +usr/lib64/python3.9/lib2to3/fixes/fix_ws_comma.py +usr/lib64/python3.9/lib2to3/fixes/fix_xrange.py +usr/lib64/python3.9/lib2to3/fixes/fix_xreadlines.py +usr/lib64/python3.9/lib2to3/fixes/fix_zip.py +usr/lib64/python3.9/lib2to3/main.py +usr/lib64/python3.9/lib2to3/patcomp.py +usr/lib64/python3.9/lib2to3/pgen2/__init__.py +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/conv.py +usr/lib64/python3.9/lib2to3/pgen2/driver.py +usr/lib64/python3.9/lib2to3/pgen2/grammar.py +usr/lib64/python3.9/lib2to3/pgen2/literals.py +usr/lib64/python3.9/lib2to3/pgen2/parse.py +usr/lib64/python3.9/lib2to3/pgen2/pgen.py +usr/lib64/python3.9/lib2to3/pgen2/token.py +usr/lib64/python3.9/lib2to3/pgen2/tokenize.py +usr/lib64/python3.9/lib2to3/pygram.py +usr/lib64/python3.9/lib2to3/pytree.py +usr/lib64/python3.9/lib2to3/refactor.py +usr/lib64/python3.9/linecache.py +usr/lib64/python3.9/locale.py +usr/lib64/python3.9/logging/__init__.py +usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/logging/__pycache__/config.cpython-39.opt-1.pyc +usr/lib64/python3.9/logging/__pycache__/config.cpython-39.opt-2.pyc +usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc +usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.opt-1.pyc +usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.opt-2.pyc +usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc +usr/lib64/python3.9/logging/config.py +usr/lib64/python3.9/logging/handlers.py +usr/lib64/python3.9/lzma.py +usr/lib64/python3.9/mailbox.py +usr/lib64/python3.9/mailcap.py +usr/lib64/python3.9/mimetypes.py +usr/lib64/python3.9/modulefinder.py +usr/lib64/python3.9/multiprocessing/__init__.py +usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/heap.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/heap.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/heap.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/managers.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/managers.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/managers.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/spawn.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/spawn.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/spawn.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/connection.py +usr/lib64/python3.9/multiprocessing/context.py +usr/lib64/python3.9/multiprocessing/dummy/__init__.py +usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/dummy/connection.py +usr/lib64/python3.9/multiprocessing/forkserver.py +usr/lib64/python3.9/multiprocessing/heap.py +usr/lib64/python3.9/multiprocessing/managers.py +usr/lib64/python3.9/multiprocessing/pool.py +usr/lib64/python3.9/multiprocessing/popen_fork.py +usr/lib64/python3.9/multiprocessing/popen_forkserver.py +usr/lib64/python3.9/multiprocessing/popen_spawn_posix.py +usr/lib64/python3.9/multiprocessing/popen_spawn_win32.py +usr/lib64/python3.9/multiprocessing/process.py +usr/lib64/python3.9/multiprocessing/queues.py +usr/lib64/python3.9/multiprocessing/reduction.py +usr/lib64/python3.9/multiprocessing/resource_sharer.py +usr/lib64/python3.9/multiprocessing/resource_tracker.py +usr/lib64/python3.9/multiprocessing/shared_memory.py +usr/lib64/python3.9/multiprocessing/sharedctypes.py +usr/lib64/python3.9/multiprocessing/spawn.py +usr/lib64/python3.9/multiprocessing/synchronize.py +usr/lib64/python3.9/multiprocessing/util.py +usr/lib64/python3.9/netrc.py +usr/lib64/python3.9/nntplib.py +usr/lib64/python3.9/ntpath.py +usr/lib64/python3.9/nturl2path.py +usr/lib64/python3.9/numbers.py +usr/lib64/python3.9/opcode.py +usr/lib64/python3.9/operator.py +usr/lib64/python3.9/optparse.py +usr/lib64/python3.9/os.py +usr/lib64/python3.9/pathlib.py +usr/lib64/python3.9/pdb.py +usr/lib64/python3.9/pickle.py +usr/lib64/python3.9/pickletools.py +usr/lib64/python3.9/pipes.py +usr/lib64/python3.9/pkgutil.py +usr/lib64/python3.9/platform.py +usr/lib64/python3.9/plistlib.py +usr/lib64/python3.9/poplib.py +usr/lib64/python3.9/posixpath.py +usr/lib64/python3.9/pprint.py +usr/lib64/python3.9/profile.py +usr/lib64/python3.9/pstats.py +usr/lib64/python3.9/pty.py +usr/lib64/python3.9/py_compile.py +usr/lib64/python3.9/pyclbr.py +usr/lib64/python3.9/pydoc.py +usr/lib64/python3.9/pydoc_data/__init__.py +usr/lib64/python3.9/pydoc_data/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/pydoc_data/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/pydoc_data/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/pydoc_data/_pydoc.css +usr/lib64/python3.9/pydoc_data/topics.pyc +usr/lib64/python3.9/queue.py +usr/lib64/python3.9/quopri.py +usr/lib64/python3.9/random.py +usr/lib64/python3.9/re.py +usr/lib64/python3.9/reprlib.py +usr/lib64/python3.9/rlcompleter.py +usr/lib64/python3.9/runpy.py +usr/lib64/python3.9/sched.py +usr/lib64/python3.9/secrets.py +usr/lib64/python3.9/selectors.py +usr/lib64/python3.9/shelve.py +usr/lib64/python3.9/shlex.py +usr/lib64/python3.9/shutil.py +usr/lib64/python3.9/signal.py +usr/lib64/python3.9/site-packages/README.txt +usr/lib64/python3.9/site.py +usr/lib64/python3.9/smtpd.py +usr/lib64/python3.9/smtplib.py +usr/lib64/python3.9/sndhdr.py +usr/lib64/python3.9/socket.py +usr/lib64/python3.9/socketserver.py +usr/lib64/python3.9/sqlite3/__init__.py +usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.opt-1.pyc +usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.opt-2.pyc +usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc +usr/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.opt-1.pyc +usr/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.opt-2.pyc +usr/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.pyc +usr/lib64/python3.9/sqlite3/dbapi2.py +usr/lib64/python3.9/sqlite3/dump.py +usr/lib64/python3.9/sre_compile.py +usr/lib64/python3.9/sre_constants.py +usr/lib64/python3.9/sre_parse.py +usr/lib64/python3.9/ssl.py +usr/lib64/python3.9/stat.py +usr/lib64/python3.9/statistics.py +usr/lib64/python3.9/string.py +usr/lib64/python3.9/stringprep.py +usr/lib64/python3.9/struct.py +usr/lib64/python3.9/subprocess.py +usr/lib64/python3.9/sunau.py +usr/lib64/python3.9/symbol.py +usr/lib64/python3.9/symtable.py +usr/lib64/python3.9/sysconfig.py +usr/lib64/python3.9/tabnanny.py +usr/lib64/python3.9/tarfile.py +usr/lib64/python3.9/telnetlib.py +usr/lib64/python3.9/tempfile.py +usr/lib64/python3.9/textwrap.py +usr/lib64/python3.9/this.py +usr/lib64/python3.9/threading.py +usr/lib64/python3.9/timeit.py +usr/lib64/python3.9/token.py +usr/lib64/python3.9/tokenize.py +usr/lib64/python3.9/trace.py +usr/lib64/python3.9/traceback.py +usr/lib64/python3.9/tracemalloc.py +usr/lib64/python3.9/tty.py +usr/lib64/python3.9/types.py +usr/lib64/python3.9/typing.py +usr/lib64/python3.9/unittest/__init__.py +usr/lib64/python3.9/unittest/__main__.py +usr/lib64/python3.9/unittest/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/__main__.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/__main__.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/__main__.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/_log.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/_log.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/_log.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/async_case.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/async_case.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/async_case.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/case.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/case.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/case.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/loader.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/loader.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/loader.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/main.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/main.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/main.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/mock.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/mock.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/mock.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/result.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/result.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/result.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/runner.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/runner.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/runner.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/signals.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/signals.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/signals.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/suite.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/suite.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/suite.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/util.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/util.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/util.cpython-39.pyc +usr/lib64/python3.9/unittest/_log.py +usr/lib64/python3.9/unittest/async_case.py +usr/lib64/python3.9/unittest/case.py +usr/lib64/python3.9/unittest/loader.py +usr/lib64/python3.9/unittest/main.py +usr/lib64/python3.9/unittest/mock.py +usr/lib64/python3.9/unittest/result.py +usr/lib64/python3.9/unittest/runner.py +usr/lib64/python3.9/unittest/signals.py +usr/lib64/python3.9/unittest/suite.py +usr/lib64/python3.9/unittest/util.py +usr/lib64/python3.9/urllib/__init__.py +usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.opt-1.pyc +usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.opt-2.pyc +usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc +usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.opt-1.pyc +usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.opt-2.pyc +usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc +usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.opt-1.pyc +usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.opt-2.pyc +usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc +usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.opt-1.pyc +usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.opt-2.pyc +usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc +usr/lib64/python3.9/urllib/__pycache__/robotparser.cpython-39.opt-1.pyc +usr/lib64/python3.9/urllib/__pycache__/robotparser.cpython-39.opt-2.pyc +usr/lib64/python3.9/urllib/__pycache__/robotparser.cpython-39.pyc +usr/lib64/python3.9/urllib/error.py +usr/lib64/python3.9/urllib/parse.py +usr/lib64/python3.9/urllib/request.py +usr/lib64/python3.9/urllib/response.py +usr/lib64/python3.9/urllib/robotparser.py +usr/lib64/python3.9/uu.py +usr/lib64/python3.9/uuid.py +usr/lib64/python3.9/venv/__init__.py +usr/lib64/python3.9/venv/__main__.py +usr/lib64/python3.9/venv/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/venv/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/venv/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/venv/__pycache__/__main__.cpython-39.opt-1.pyc +usr/lib64/python3.9/venv/__pycache__/__main__.cpython-39.opt-2.pyc +usr/lib64/python3.9/venv/__pycache__/__main__.cpython-39.pyc +usr/lib64/python3.9/venv/scripts/common/Activate.ps1 +usr/lib64/python3.9/venv/scripts/common/activate +usr/lib64/python3.9/venv/scripts/posix/activate.csh +usr/lib64/python3.9/venv/scripts/posix/activate.fish +usr/lib64/python3.9/warnings.py +usr/lib64/python3.9/wave.py +usr/lib64/python3.9/weakref.py +usr/lib64/python3.9/webbrowser.py +usr/lib64/python3.9/wsgiref/__init__.py +usr/lib64/python3.9/wsgiref/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/wsgiref/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/wsgiref/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/wsgiref/__pycache__/handlers.cpython-39.opt-1.pyc +usr/lib64/python3.9/wsgiref/__pycache__/handlers.cpython-39.opt-2.pyc +usr/lib64/python3.9/wsgiref/__pycache__/handlers.cpython-39.pyc +usr/lib64/python3.9/wsgiref/__pycache__/headers.cpython-39.opt-1.pyc +usr/lib64/python3.9/wsgiref/__pycache__/headers.cpython-39.opt-2.pyc +usr/lib64/python3.9/wsgiref/__pycache__/headers.cpython-39.pyc +usr/lib64/python3.9/wsgiref/__pycache__/simple_server.cpython-39.opt-1.pyc +usr/lib64/python3.9/wsgiref/__pycache__/simple_server.cpython-39.opt-2.pyc +usr/lib64/python3.9/wsgiref/__pycache__/simple_server.cpython-39.pyc +usr/lib64/python3.9/wsgiref/__pycache__/util.cpython-39.opt-1.pyc +usr/lib64/python3.9/wsgiref/__pycache__/util.cpython-39.opt-2.pyc +usr/lib64/python3.9/wsgiref/__pycache__/util.cpython-39.pyc +usr/lib64/python3.9/wsgiref/__pycache__/validate.cpython-39.opt-1.pyc +usr/lib64/python3.9/wsgiref/__pycache__/validate.cpython-39.opt-2.pyc +usr/lib64/python3.9/wsgiref/__pycache__/validate.cpython-39.pyc +usr/lib64/python3.9/wsgiref/handlers.py +usr/lib64/python3.9/wsgiref/headers.py +usr/lib64/python3.9/wsgiref/simple_server.py +usr/lib64/python3.9/wsgiref/util.py +usr/lib64/python3.9/wsgiref/validate.py +usr/lib64/python3.9/xdrlib.py +usr/lib64/python3.9/xml/__init__.py +usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/xml/dom/NodeFilter.py +usr/lib64/python3.9/xml/dom/__init__.py +usr/lib64/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/domreg.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/domreg.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/domreg.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/minicompat.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/minicompat.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/minicompat.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/minidom.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/minidom.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/minidom.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/pulldom.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/pulldom.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/pulldom.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.pyc +usr/lib64/python3.9/xml/dom/domreg.py +usr/lib64/python3.9/xml/dom/expatbuilder.py +usr/lib64/python3.9/xml/dom/minicompat.py +usr/lib64/python3.9/xml/dom/minidom.py +usr/lib64/python3.9/xml/dom/pulldom.py +usr/lib64/python3.9/xml/dom/xmlbuilder.py +usr/lib64/python3.9/xml/etree/ElementInclude.py +usr/lib64/python3.9/xml/etree/ElementPath.py +usr/lib64/python3.9/xml/etree/ElementTree.py +usr/lib64/python3.9/xml/etree/__init__.py +usr/lib64/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc +usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.pyc +usr/lib64/python3.9/xml/etree/cElementTree.py +usr/lib64/python3.9/xml/parsers/__init__.py +usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc +usr/lib64/python3.9/xml/parsers/expat.py +usr/lib64/python3.9/xml/sax/__init__.py +usr/lib64/python3.9/xml/sax/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/sax/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/sax/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.pyc +usr/lib64/python3.9/xml/sax/__pycache__/expatreader.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/sax/__pycache__/expatreader.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/sax/__pycache__/expatreader.cpython-39.pyc +usr/lib64/python3.9/xml/sax/__pycache__/handler.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/sax/__pycache__/handler.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/sax/__pycache__/handler.cpython-39.pyc +usr/lib64/python3.9/xml/sax/__pycache__/saxutils.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/sax/__pycache__/saxutils.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/sax/__pycache__/saxutils.cpython-39.pyc +usr/lib64/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.pyc +usr/lib64/python3.9/xml/sax/_exceptions.py +usr/lib64/python3.9/xml/sax/expatreader.py +usr/lib64/python3.9/xml/sax/handler.py +usr/lib64/python3.9/xml/sax/saxutils.py +usr/lib64/python3.9/xml/sax/xmlreader.py +usr/lib64/python3.9/xmlrpc/__init__.py +usr/lib64/python3.9/xmlrpc/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/client.cpython-39.opt-1.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/client.cpython-39.opt-2.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/client.cpython-39.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/server.cpython-39.opt-1.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/server.cpython-39.opt-2.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/server.cpython-39.pyc +usr/lib64/python3.9/xmlrpc/client.py +usr/lib64/python3.9/xmlrpc/server.py +usr/lib64/python3.9/zipapp.py +usr/lib64/python3.9/zipfile.py +usr/lib64/python3.9/zipimport.py +usr/lib64/python3.9/zoneinfo/__init__.py +usr/lib64/python3.9/zoneinfo/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_common.cpython-39.opt-1.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_common.cpython-39.opt-2.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_common.cpython-39.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.opt-1.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.opt-2.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.opt-1.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.opt-2.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.pyc +usr/lib64/python3.9/zoneinfo/_common.py +usr/lib64/python3.9/zoneinfo/_tzpath.py +usr/lib64/python3.9/zoneinfo/_zoneinfo.py +usr/libexec/platform-python +usr/libexec/platform-python3.9 +%%PORTDOCS%%%%DOCSDIR%%-libs/README.rst +%%PORTDOCS%%%%DOCSDIR%%/README.rst +usr/share/man/man1/python3.1.gz +usr/share/man/man1/python3.9.1.gz +@dir usr/lib/python3.9/site-packages/__pycache__ +@dir usr/lib64/python3.9/site-packages/__pycache__ diff --git a/lang/linux-rl9-python3/pkg-plist.amd64 b/lang/linux-rl9-python3/pkg-plist.amd64 new file mode 100644 index 00000000000..1c4302a3a3f --- /dev/null +++ b/lang/linux-rl9-python3/pkg-plist.amd64 @@ -0,0 +1,2422 @@ +usr/bin/pydoc +usr/bin/pydoc3 +usr/bin/pydoc3.9 +usr/bin/python3 +usr/bin/python3.9 +usr/include/python3.9/pyconfig-64.h +usr/lib/.build-id/00/ec7cac3da45c4525864aca95e818d7ca313bbc +usr/lib/.build-id/02/d21cd26fa95232c23b175c8f979047eac74f35 +usr/lib/.build-id/06/f4cacdc2161167c17ef68cd36c301f886fe726 +usr/lib/.build-id/09/47bdcdee67315dc2f0ca92c4c1bb9e2efbe953 +usr/lib/.build-id/0a/c879856115cdb81782028756be82da78f076b8 +usr/lib/.build-id/0b/66259cbaf66b02906db1ea141c683b472863bc +usr/lib/.build-id/0f/00902f69df00ffcc4b3efb691192f9b2a97dc2 +usr/lib/.build-id/11/6e64a29313a30010d4e9c531f49a1b625bba20 +usr/lib/.build-id/1c/b2f842a425678f54b965679ea895ecca1e812a +usr/lib/.build-id/1d/c99ef388e77fff42b54f6d71cc198bf544e306 +usr/lib/.build-id/1f/1e6cc30aa94ac6a3f8d5a414baf94f20836dbe +usr/lib/.build-id/22/106f8ac12ab3e8b771a2f0d9fd45241da03c9e +usr/lib/.build-id/22/99b4bd3a85ef40615929bd00d22873981c66d1 +usr/lib/.build-id/23/756edb60974db16298473cfab0382364714c58 +usr/lib/.build-id/30/0c0049e6cff8dac98357975a8b3734d0a6e183 +usr/lib/.build-id/30/94ce2a8af58de5de1f558070f3b89f26d50538 +usr/lib/.build-id/37/79f4f78c6fa6170637245d2d3cebf0d4c6be43 +usr/lib/.build-id/3c/268ed0162dcd21d8ea7dc317148960f8c798ca +usr/lib/.build-id/3f/01d2fee365348a1837d11b68419f79e0865870 +usr/lib/.build-id/3f/e5b0baad2788fec9d96c245a959a43cb08e517 +usr/lib/.build-id/57/0be1c8f9e9e79364686edb9e2edf08a46cec11 +usr/lib/.build-id/5b/ff84f53a578b477210e52984f76ba8eedb9014 +usr/lib/.build-id/5c/95640c4cb48727498a5302e2e0929a43d61ffc +usr/lib/.build-id/60/46fa4a62db61cd54d05870b0e2dd0ef5e4daba +usr/lib/.build-id/62/4de209cc1f775c4247def8dcdc99ab556de1d4 +usr/lib/.build-id/67/4de5826a512ea2a0c5e8cbd404fd340c147164 +usr/lib/.build-id/69/22aef6514c49090ce34bfb85bcd5e690fb2861 +usr/lib/.build-id/6b/854d671b2ebd056f06897e43c07b9f05c764f2 +usr/lib/.build-id/6d/8ccaae1962bda420cfe1402a473f1a3041e66f +usr/lib/.build-id/6f/c188f822ca9decbff6b9c3353c3080d245b692 +usr/lib/.build-id/71/69a1fc423f40e87b2d9b30a2572b12f2a575dc +usr/lib/.build-id/71/abeee8a11186cb3a4e1f9c66533b36c6bedb9a +usr/lib/.build-id/74/0fd017667c5327fe33941c8d6d4fc80fc9c28e +usr/lib/.build-id/74/788166185cf86a2c4c397900da5c19431a01f1 +usr/lib/.build-id/76/b36069391f17da2f58e3da63dfd27988539a31 +usr/lib/.build-id/7d/72001b41440610a2a49301de4cf912cf4197f4 +usr/lib/.build-id/7e/bddfee1e7e468fd22cf44302b8bb3ff5e00755 +usr/lib/.build-id/83/e7c5af2a77d04b5a09ce8f33bb97010562feb4 +usr/lib/.build-id/85/67a8e982c48a7aba529a4f8740f145ffe4406b +usr/lib/.build-id/85/ca44bc1929126a795c34ba1fe3abe2e7abbee8 +usr/lib/.build-id/86/9532e9a323694ae46bfe2bd67472fc13d48af5 +usr/lib/.build-id/8e/5afa3b15497fe06729c85f16d87a8ac11c9f17 +usr/lib/.build-id/8e/da3326969a03c7932c686647427ba031dccb15 +usr/lib/.build-id/90/e7da4683ff542bc616fcf6e001053cf4d19d65 +usr/lib/.build-id/92/2f93a586caa535ca1b42744ae4adbbfc8ebae6 +usr/lib/.build-id/95/b95ee6d8bd1a202c6647271d249975ea3103cb +usr/lib/.build-id/9e/e4cc06dd05023cdd248835d25861ac6ea2df9a +usr/lib/.build-id/a4/26f1f7d5909230dcc3bfef8178688327515a6e +usr/lib/.build-id/bc/799aa2f4a0a68240a896f6fe4c35cb8778292d +usr/lib/.build-id/be/f7cc346c53791d5a4b9e60248aeeca85407982 +usr/lib/.build-id/c0/2aa3cdef852adec210830a96a4bf741d90eda5 +usr/lib/.build-id/c2/997f84b8203d9831aec1b4895e59e25ccbb803 +usr/lib/.build-id/c2/cac5bded1bf7ae1cef7edbf58ec94232abd17a +usr/lib/.build-id/c5/940ec6b96c0420d9674e5897dd94a5c1bfa320 +usr/lib/.build-id/d8/7bda5eaa5c20481e80d267cbf6fe4b5941246a +usr/lib/.build-id/d9/9c4f1f11f3488feb0c2b0cb77276140e9793c0 +usr/lib/.build-id/df/b9245565881f028adb36794dfb7cf35a8386d9 +usr/lib/.build-id/e6/fcd333f4409937ec07d55b2f73ad8acc135c03 +usr/lib/.build-id/ed/8b05233c7ddb533b7151fe9bc67db802df6080 +usr/lib/.build-id/ee/8274955b087526040fa3b611e4a4f0abbac0a2 +usr/lib/.build-id/f1/fd931b395fe2e8e9c3f7ac1dab6418a1f4d3a7 +usr/lib/.build-id/f2/33ed84c1a4cde173b1a82787a2db6414c6fc90 +usr/lib/.build-id/f3/c4d6770efa1048ad8115900e1903c752018c49 +usr/lib/.build-id/f9/134e275485d2091a4c8944d20df8166683264c +usr/lib/.build-id/fb/e7f4ca3d07cf63bb811ebf859945f99cb88730 +usr/lib64/libpython3.9.so.1.0 +usr/lib64/libpython3.so +usr/lib64/python3.9/LICENSE.txt +usr/lib64/python3.9/__future__.py +usr/lib64/python3.9/__phello__.foo.py +usr/lib64/python3.9/__pycache__/__future__.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/__future__.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/__future__.cpython-39.pyc +usr/lib64/python3.9/__pycache__/__phello__.foo.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/__phello__.foo.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/__phello__.foo.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_aix_support.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_aix_support.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_aix_support.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_bootlocale.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_bootsubprocess.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_bootsubprocess.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_bootsubprocess.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_collections_abc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_compat_pickle.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_compression.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_compression.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_compression.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_markupbase.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_markupbase.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_markupbase.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_osx_support.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_osx_support.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_osx_support.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_py_abc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_py_abc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_py_abc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_pydecimal.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_pydecimal.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_pydecimal.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_pyio.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_pyio.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_pyio.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_sitebuiltins.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_strptime.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_strptime.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_strptime.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_sysconfigdata__linux_x86_64-linux-gnu.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_sysconfigdata__linux_x86_64-linux-gnu.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_sysconfigdata__linux_x86_64-linux-gnu.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_threading_local.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_threading_local.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_threading_local.cpython-39.pyc +usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/_weakrefset.cpython-39.pyc +usr/lib64/python3.9/__pycache__/abc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/abc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/abc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/aifc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/aifc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/aifc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/antigravity.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/antigravity.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/antigravity.cpython-39.pyc +usr/lib64/python3.9/__pycache__/argparse.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/argparse.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/argparse.cpython-39.pyc +usr/lib64/python3.9/__pycache__/ast.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/ast.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/ast.cpython-39.pyc +usr/lib64/python3.9/__pycache__/asynchat.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/asynchat.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/asynchat.cpython-39.pyc +usr/lib64/python3.9/__pycache__/asyncore.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/asyncore.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/asyncore.cpython-39.pyc +usr/lib64/python3.9/__pycache__/base64.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/base64.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/base64.cpython-39.pyc +usr/lib64/python3.9/__pycache__/bdb.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/bdb.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/bdb.cpython-39.pyc +usr/lib64/python3.9/__pycache__/binhex.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/binhex.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/binhex.cpython-39.pyc +usr/lib64/python3.9/__pycache__/bisect.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/bisect.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/bisect.cpython-39.pyc +usr/lib64/python3.9/__pycache__/bz2.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/bz2.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/bz2.cpython-39.pyc +usr/lib64/python3.9/__pycache__/cProfile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/cProfile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/cProfile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/calendar.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/calendar.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/calendar.cpython-39.pyc +usr/lib64/python3.9/__pycache__/cgi.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/cgi.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/cgi.cpython-39.pyc +usr/lib64/python3.9/__pycache__/cgitb.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/cgitb.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/cgitb.cpython-39.pyc +usr/lib64/python3.9/__pycache__/chunk.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/chunk.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/chunk.cpython-39.pyc +usr/lib64/python3.9/__pycache__/cmd.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/cmd.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/cmd.cpython-39.pyc +usr/lib64/python3.9/__pycache__/code.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/code.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/code.cpython-39.pyc +usr/lib64/python3.9/__pycache__/codecs.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/codecs.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/codecs.cpython-39.pyc +usr/lib64/python3.9/__pycache__/codeop.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/codeop.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/codeop.cpython-39.pyc +usr/lib64/python3.9/__pycache__/colorsys.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/colorsys.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/colorsys.cpython-39.pyc +usr/lib64/python3.9/__pycache__/compileall.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/compileall.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/compileall.cpython-39.pyc +usr/lib64/python3.9/__pycache__/configparser.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/configparser.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/configparser.cpython-39.pyc +usr/lib64/python3.9/__pycache__/contextlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/contextlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/contextlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/contextvars.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/contextvars.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/contextvars.cpython-39.pyc +usr/lib64/python3.9/__pycache__/copy.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/copy.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/copy.cpython-39.pyc +usr/lib64/python3.9/__pycache__/copyreg.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/copyreg.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/copyreg.cpython-39.pyc +usr/lib64/python3.9/__pycache__/crypt.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/crypt.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/crypt.cpython-39.pyc +usr/lib64/python3.9/__pycache__/csv.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/csv.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/csv.cpython-39.pyc +usr/lib64/python3.9/__pycache__/dataclasses.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/dataclasses.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/dataclasses.cpython-39.pyc +usr/lib64/python3.9/__pycache__/datetime.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/datetime.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/datetime.cpython-39.pyc +usr/lib64/python3.9/__pycache__/decimal.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/decimal.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/decimal.cpython-39.pyc +usr/lib64/python3.9/__pycache__/difflib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/difflib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/difflib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/dis.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/dis.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/dis.cpython-39.pyc +usr/lib64/python3.9/__pycache__/doctest.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/doctest.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/doctest.cpython-39.pyc +usr/lib64/python3.9/__pycache__/enum.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/enum.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/enum.cpython-39.pyc +usr/lib64/python3.9/__pycache__/filecmp.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/filecmp.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/filecmp.cpython-39.pyc +usr/lib64/python3.9/__pycache__/fileinput.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/fileinput.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/fileinput.cpython-39.pyc +usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/fnmatch.cpython-39.pyc +usr/lib64/python3.9/__pycache__/formatter.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/formatter.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/formatter.cpython-39.pyc +usr/lib64/python3.9/__pycache__/fractions.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/fractions.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/fractions.cpython-39.pyc +usr/lib64/python3.9/__pycache__/ftplib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/ftplib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/ftplib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/functools.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/functools.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/functools.cpython-39.pyc +usr/lib64/python3.9/__pycache__/genericpath.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/genericpath.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/genericpath.cpython-39.pyc +usr/lib64/python3.9/__pycache__/getopt.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/getopt.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/getopt.cpython-39.pyc +usr/lib64/python3.9/__pycache__/getpass.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/getpass.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/getpass.cpython-39.pyc +usr/lib64/python3.9/__pycache__/gettext.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/gettext.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/gettext.cpython-39.pyc +usr/lib64/python3.9/__pycache__/glob.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/glob.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/glob.cpython-39.pyc +usr/lib64/python3.9/__pycache__/graphlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/graphlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/graphlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/gzip.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/gzip.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/gzip.cpython-39.pyc +usr/lib64/python3.9/__pycache__/hashlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/hashlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/hashlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/heapq.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/heapq.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/heapq.cpython-39.pyc +usr/lib64/python3.9/__pycache__/hmac.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/hmac.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/hmac.cpython-39.pyc +usr/lib64/python3.9/__pycache__/imaplib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/imaplib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/imaplib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/imghdr.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/imghdr.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/imghdr.cpython-39.pyc +usr/lib64/python3.9/__pycache__/imp.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/imp.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/imp.cpython-39.pyc +usr/lib64/python3.9/__pycache__/inspect.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/inspect.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/inspect.cpython-39.pyc +usr/lib64/python3.9/__pycache__/io.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/io.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/io.cpython-39.pyc +usr/lib64/python3.9/__pycache__/ipaddress.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/ipaddress.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/ipaddress.cpython-39.pyc +usr/lib64/python3.9/__pycache__/keyword.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/keyword.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/keyword.cpython-39.pyc +usr/lib64/python3.9/__pycache__/linecache.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/linecache.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/linecache.cpython-39.pyc +usr/lib64/python3.9/__pycache__/locale.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/locale.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/locale.cpython-39.pyc +usr/lib64/python3.9/__pycache__/lzma.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/lzma.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/lzma.cpython-39.pyc +usr/lib64/python3.9/__pycache__/mailbox.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/mailbox.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/mailbox.cpython-39.pyc +usr/lib64/python3.9/__pycache__/mailcap.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/mailcap.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/mailcap.cpython-39.pyc +usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/mimetypes.cpython-39.pyc +usr/lib64/python3.9/__pycache__/modulefinder.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/modulefinder.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/modulefinder.cpython-39.pyc +usr/lib64/python3.9/__pycache__/netrc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/netrc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/netrc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/nntplib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/nntplib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/nntplib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/ntpath.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/ntpath.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/ntpath.cpython-39.pyc +usr/lib64/python3.9/__pycache__/nturl2path.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/nturl2path.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/nturl2path.cpython-39.pyc +usr/lib64/python3.9/__pycache__/numbers.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/numbers.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/numbers.cpython-39.pyc +usr/lib64/python3.9/__pycache__/opcode.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/opcode.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/opcode.cpython-39.pyc +usr/lib64/python3.9/__pycache__/operator.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/operator.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/operator.cpython-39.pyc +usr/lib64/python3.9/__pycache__/optparse.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/optparse.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/optparse.cpython-39.pyc +usr/lib64/python3.9/__pycache__/os.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/os.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/os.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pathlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pathlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pathlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pdb.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pdb.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pdb.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pickle.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pickle.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pickle.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pickletools.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pickletools.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pickletools.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pipes.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pipes.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pipes.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pkgutil.cpython-39.pyc +usr/lib64/python3.9/__pycache__/platform.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/platform.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/platform.cpython-39.pyc +usr/lib64/python3.9/__pycache__/plistlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/plistlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/plistlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/poplib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/poplib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/poplib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/posixpath.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/posixpath.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/posixpath.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pprint.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pprint.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pprint.cpython-39.pyc +usr/lib64/python3.9/__pycache__/profile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/profile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/profile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pstats.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pstats.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pstats.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pty.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pty.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pty.cpython-39.pyc +usr/lib64/python3.9/__pycache__/py_compile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/py_compile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/py_compile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pyclbr.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pyclbr.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pyclbr.cpython-39.pyc +usr/lib64/python3.9/__pycache__/pydoc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/pydoc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/pydoc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/queue.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/queue.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/queue.cpython-39.pyc +usr/lib64/python3.9/__pycache__/quopri.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/quopri.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/quopri.cpython-39.pyc +usr/lib64/python3.9/__pycache__/random.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/random.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/random.cpython-39.pyc +usr/lib64/python3.9/__pycache__/re.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/re.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/re.cpython-39.pyc +usr/lib64/python3.9/__pycache__/reprlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/reprlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/reprlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/rlcompleter.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/rlcompleter.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/rlcompleter.cpython-39.pyc +usr/lib64/python3.9/__pycache__/runpy.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/runpy.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/runpy.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sched.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sched.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sched.cpython-39.pyc +usr/lib64/python3.9/__pycache__/secrets.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/secrets.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/secrets.cpython-39.pyc +usr/lib64/python3.9/__pycache__/selectors.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/selectors.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/selectors.cpython-39.pyc +usr/lib64/python3.9/__pycache__/shelve.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/shelve.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/shelve.cpython-39.pyc +usr/lib64/python3.9/__pycache__/shlex.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/shlex.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/shlex.cpython-39.pyc +usr/lib64/python3.9/__pycache__/shutil.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/shutil.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/shutil.cpython-39.pyc +usr/lib64/python3.9/__pycache__/signal.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/signal.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/signal.cpython-39.pyc +usr/lib64/python3.9/__pycache__/site.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/site.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/site.cpython-39.pyc +usr/lib64/python3.9/__pycache__/smtpd.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/smtpd.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/smtpd.cpython-39.pyc +usr/lib64/python3.9/__pycache__/smtplib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/smtplib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/smtplib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sndhdr.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sndhdr.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sndhdr.cpython-39.pyc +usr/lib64/python3.9/__pycache__/socket.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/socket.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/socket.cpython-39.pyc +usr/lib64/python3.9/__pycache__/socketserver.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/socketserver.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/socketserver.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sre_compile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sre_constants.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sre_parse.cpython-39.pyc +usr/lib64/python3.9/__pycache__/ssl.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/ssl.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/ssl.cpython-39.pyc +usr/lib64/python3.9/__pycache__/stat.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/stat.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/stat.cpython-39.pyc +usr/lib64/python3.9/__pycache__/statistics.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/statistics.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/statistics.cpython-39.pyc +usr/lib64/python3.9/__pycache__/string.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/string.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/string.cpython-39.pyc +usr/lib64/python3.9/__pycache__/stringprep.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/stringprep.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/stringprep.cpython-39.pyc +usr/lib64/python3.9/__pycache__/struct.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/struct.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/struct.cpython-39.pyc +usr/lib64/python3.9/__pycache__/subprocess.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/subprocess.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/subprocess.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sunau.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sunau.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sunau.cpython-39.pyc +usr/lib64/python3.9/__pycache__/symbol.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/symbol.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/symbol.cpython-39.pyc +usr/lib64/python3.9/__pycache__/symtable.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/symtable.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/symtable.cpython-39.pyc +usr/lib64/python3.9/__pycache__/sysconfig.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/sysconfig.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/sysconfig.cpython-39.pyc +usr/lib64/python3.9/__pycache__/tabnanny.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/tabnanny.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/tabnanny.cpython-39.pyc +usr/lib64/python3.9/__pycache__/tarfile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/tarfile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/tarfile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/telnetlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/telnetlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/telnetlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/tempfile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/tempfile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/tempfile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/textwrap.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/textwrap.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/textwrap.cpython-39.pyc +usr/lib64/python3.9/__pycache__/this.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/this.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/this.cpython-39.pyc +usr/lib64/python3.9/__pycache__/threading.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/threading.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/threading.cpython-39.pyc +usr/lib64/python3.9/__pycache__/timeit.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/timeit.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/timeit.cpython-39.pyc +usr/lib64/python3.9/__pycache__/token.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/token.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/token.cpython-39.pyc +usr/lib64/python3.9/__pycache__/tokenize.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/tokenize.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/tokenize.cpython-39.pyc +usr/lib64/python3.9/__pycache__/trace.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/trace.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/trace.cpython-39.pyc +usr/lib64/python3.9/__pycache__/traceback.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/traceback.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/traceback.cpython-39.pyc +usr/lib64/python3.9/__pycache__/tracemalloc.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/tracemalloc.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/tracemalloc.cpython-39.pyc +usr/lib64/python3.9/__pycache__/tty.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/tty.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/tty.cpython-39.pyc +usr/lib64/python3.9/__pycache__/types.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/types.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/types.cpython-39.pyc +usr/lib64/python3.9/__pycache__/typing.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/typing.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/typing.cpython-39.pyc +usr/lib64/python3.9/__pycache__/uu.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/uu.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/uu.cpython-39.pyc +usr/lib64/python3.9/__pycache__/uuid.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/uuid.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/uuid.cpython-39.pyc +usr/lib64/python3.9/__pycache__/warnings.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/warnings.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/warnings.cpython-39.pyc +usr/lib64/python3.9/__pycache__/wave.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/wave.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/wave.cpython-39.pyc +usr/lib64/python3.9/__pycache__/weakref.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/weakref.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/weakref.cpython-39.pyc +usr/lib64/python3.9/__pycache__/webbrowser.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/webbrowser.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/webbrowser.cpython-39.pyc +usr/lib64/python3.9/__pycache__/xdrlib.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/xdrlib.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/xdrlib.cpython-39.pyc +usr/lib64/python3.9/__pycache__/zipapp.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/zipapp.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/zipapp.cpython-39.pyc +usr/lib64/python3.9/__pycache__/zipfile.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/zipfile.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/zipfile.cpython-39.pyc +usr/lib64/python3.9/__pycache__/zipimport.cpython-39.opt-1.pyc +usr/lib64/python3.9/__pycache__/zipimport.cpython-39.opt-2.pyc +usr/lib64/python3.9/__pycache__/zipimport.cpython-39.pyc +usr/lib64/python3.9/_aix_support.py +usr/lib64/python3.9/_bootlocale.py +usr/lib64/python3.9/_bootsubprocess.py +usr/lib64/python3.9/_collections_abc.py +usr/lib64/python3.9/_compat_pickle.py +usr/lib64/python3.9/_compression.py +usr/lib64/python3.9/_markupbase.py +usr/lib64/python3.9/_osx_support.py +usr/lib64/python3.9/_py_abc.py +usr/lib64/python3.9/_pydecimal.py +usr/lib64/python3.9/_pyio.py +usr/lib64/python3.9/_sitebuiltins.py +usr/lib64/python3.9/_strptime.py +usr/lib64/python3.9/_sysconfigdata__linux_x86_64-linux-gnu.py +usr/lib64/python3.9/_sysconfigdata_d_linux_x86_64-linux-gnu.py +usr/lib64/python3.9/_threading_local.py +usr/lib64/python3.9/_weakrefset.py +usr/lib64/python3.9/abc.py +usr/lib64/python3.9/aifc.py +usr/lib64/python3.9/antigravity.py +usr/lib64/python3.9/argparse.py +usr/lib64/python3.9/ast.py +usr/lib64/python3.9/asynchat.py +usr/lib64/python3.9/asyncio/__init__.py +usr/lib64/python3.9/asyncio/__main__.py +usr/lib64/python3.9/asyncio/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/__main__.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/__main__.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/__main__.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_events.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_events.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_events.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_futures.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_futures.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_futures.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_subprocess.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_tasks.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_tasks.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/base_tasks.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/constants.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/constants.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/constants.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/coroutines.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/coroutines.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/coroutines.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/events.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/events.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/events.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/exceptions.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/exceptions.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/exceptions.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/format_helpers.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/format_helpers.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/format_helpers.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/futures.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/futures.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/futures.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/locks.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/locks.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/locks.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/log.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/log.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/log.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/proactor_events.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/proactor_events.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/proactor_events.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/protocols.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/protocols.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/protocols.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/queues.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/queues.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/queues.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/runners.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/runners.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/runners.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/selector_events.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/selector_events.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/selector_events.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/sslproto.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/sslproto.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/sslproto.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/staggered.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/staggered.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/staggered.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/streams.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/streams.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/streams.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/subprocess.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/subprocess.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/subprocess.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/tasks.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/tasks.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/tasks.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/threads.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/threads.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/threads.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/transports.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/transports.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/transports.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/trsock.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/trsock.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/trsock.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/unix_events.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/unix_events.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/unix_events.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/windows_events.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/windows_events.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/windows_events.cpython-39.pyc +usr/lib64/python3.9/asyncio/__pycache__/windows_utils.cpython-39.opt-1.pyc +usr/lib64/python3.9/asyncio/__pycache__/windows_utils.cpython-39.opt-2.pyc +usr/lib64/python3.9/asyncio/__pycache__/windows_utils.cpython-39.pyc +usr/lib64/python3.9/asyncio/base_events.py +usr/lib64/python3.9/asyncio/base_futures.py +usr/lib64/python3.9/asyncio/base_subprocess.py +usr/lib64/python3.9/asyncio/base_tasks.py +usr/lib64/python3.9/asyncio/constants.py +usr/lib64/python3.9/asyncio/coroutines.py +usr/lib64/python3.9/asyncio/events.py +usr/lib64/python3.9/asyncio/exceptions.py +usr/lib64/python3.9/asyncio/format_helpers.py +usr/lib64/python3.9/asyncio/futures.py +usr/lib64/python3.9/asyncio/locks.py +usr/lib64/python3.9/asyncio/log.py +usr/lib64/python3.9/asyncio/proactor_events.py +usr/lib64/python3.9/asyncio/protocols.py +usr/lib64/python3.9/asyncio/queues.py +usr/lib64/python3.9/asyncio/runners.py +usr/lib64/python3.9/asyncio/selector_events.py +usr/lib64/python3.9/asyncio/sslproto.py +usr/lib64/python3.9/asyncio/staggered.py +usr/lib64/python3.9/asyncio/streams.py +usr/lib64/python3.9/asyncio/subprocess.py +usr/lib64/python3.9/asyncio/tasks.py +usr/lib64/python3.9/asyncio/threads.py +usr/lib64/python3.9/asyncio/transports.py +usr/lib64/python3.9/asyncio/trsock.py +usr/lib64/python3.9/asyncio/unix_events.py +usr/lib64/python3.9/asyncio/windows_events.py +usr/lib64/python3.9/asyncio/windows_utils.py +usr/lib64/python3.9/asyncore.py +usr/lib64/python3.9/base64.py +usr/lib64/python3.9/bdb.py +usr/lib64/python3.9/binhex.py +usr/lib64/python3.9/bisect.py +usr/lib64/python3.9/bz2.py +usr/lib64/python3.9/cProfile.py +usr/lib64/python3.9/calendar.py +usr/lib64/python3.9/cgi.py +usr/lib64/python3.9/cgitb.py +usr/lib64/python3.9/chunk.py +usr/lib64/python3.9/cmd.py +usr/lib64/python3.9/code.py +usr/lib64/python3.9/codecs.py +usr/lib64/python3.9/codeop.py +usr/lib64/python3.9/collections/__init__.py +usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/collections/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.opt-1.pyc +usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.opt-2.pyc +usr/lib64/python3.9/collections/__pycache__/abc.cpython-39.pyc +usr/lib64/python3.9/collections/abc.py +usr/lib64/python3.9/colorsys.py +usr/lib64/python3.9/compileall.py +usr/lib64/python3.9/concurrent/__init__.py +usr/lib64/python3.9/concurrent/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/concurrent/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/concurrent/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/concurrent/futures/__init__.py +usr/lib64/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/_base.cpython-39.opt-1.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/_base.cpython-39.opt-2.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/_base.cpython-39.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/process.cpython-39.opt-1.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/process.cpython-39.opt-2.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/process.cpython-39.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/thread.cpython-39.opt-1.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/thread.cpython-39.opt-2.pyc +usr/lib64/python3.9/concurrent/futures/__pycache__/thread.cpython-39.pyc +usr/lib64/python3.9/concurrent/futures/_base.py +usr/lib64/python3.9/concurrent/futures/process.py +usr/lib64/python3.9/concurrent/futures/thread.py +usr/lib64/python3.9/config-3.9-x86_64-linux-gnu/Makefile +usr/lib64/python3.9/configparser.py +usr/lib64/python3.9/contextlib.py +usr/lib64/python3.9/contextvars.py +usr/lib64/python3.9/copy.py +usr/lib64/python3.9/copyreg.py +usr/lib64/python3.9/crypt.py +usr/lib64/python3.9/csv.py +usr/lib64/python3.9/ctypes/__init__.py +usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/ctypes/__pycache__/_aix.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/__pycache__/_aix.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/__pycache__/_aix.cpython-39.pyc +usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/__pycache__/_endian.cpython-39.pyc +usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/__pycache__/util.cpython-39.pyc +usr/lib64/python3.9/ctypes/__pycache__/wintypes.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/__pycache__/wintypes.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/__pycache__/wintypes.cpython-39.pyc +usr/lib64/python3.9/ctypes/_aix.py +usr/lib64/python3.9/ctypes/_endian.py +usr/lib64/python3.9/ctypes/macholib/README.ctypes +usr/lib64/python3.9/ctypes/macholib/__init__.py +usr/lib64/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/dyld.cpython-39.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/dylib.cpython-39.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.opt-1.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.opt-2.pyc +usr/lib64/python3.9/ctypes/macholib/__pycache__/framework.cpython-39.pyc +usr/lib64/python3.9/ctypes/macholib/dyld.py +usr/lib64/python3.9/ctypes/macholib/dylib.py +usr/lib64/python3.9/ctypes/macholib/fetch_macholib +usr/lib64/python3.9/ctypes/macholib/framework.py +usr/lib64/python3.9/ctypes/util.py +usr/lib64/python3.9/ctypes/wintypes.py +usr/lib64/python3.9/curses/__init__.py +usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/curses/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/curses/__pycache__/ascii.cpython-39.opt-1.pyc +usr/lib64/python3.9/curses/__pycache__/ascii.cpython-39.opt-2.pyc +usr/lib64/python3.9/curses/__pycache__/ascii.cpython-39.pyc +usr/lib64/python3.9/curses/__pycache__/has_key.cpython-39.opt-1.pyc +usr/lib64/python3.9/curses/__pycache__/has_key.cpython-39.opt-2.pyc +usr/lib64/python3.9/curses/__pycache__/has_key.cpython-39.pyc +usr/lib64/python3.9/curses/__pycache__/panel.cpython-39.opt-1.pyc +usr/lib64/python3.9/curses/__pycache__/panel.cpython-39.opt-2.pyc +usr/lib64/python3.9/curses/__pycache__/panel.cpython-39.pyc +usr/lib64/python3.9/curses/__pycache__/textpad.cpython-39.opt-1.pyc +usr/lib64/python3.9/curses/__pycache__/textpad.cpython-39.opt-2.pyc +usr/lib64/python3.9/curses/__pycache__/textpad.cpython-39.pyc +usr/lib64/python3.9/curses/ascii.py +usr/lib64/python3.9/curses/has_key.py +usr/lib64/python3.9/curses/panel.py +usr/lib64/python3.9/curses/textpad.py +usr/lib64/python3.9/dataclasses.py +usr/lib64/python3.9/datetime.py +usr/lib64/python3.9/dbm/__init__.py +usr/lib64/python3.9/dbm/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/dbm/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/dbm/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/dbm/__pycache__/dumb.cpython-39.opt-1.pyc +usr/lib64/python3.9/dbm/__pycache__/dumb.cpython-39.opt-2.pyc +usr/lib64/python3.9/dbm/__pycache__/dumb.cpython-39.pyc +usr/lib64/python3.9/dbm/__pycache__/gnu.cpython-39.opt-1.pyc +usr/lib64/python3.9/dbm/__pycache__/gnu.cpython-39.opt-2.pyc +usr/lib64/python3.9/dbm/__pycache__/gnu.cpython-39.pyc +usr/lib64/python3.9/dbm/__pycache__/ndbm.cpython-39.opt-1.pyc +usr/lib64/python3.9/dbm/__pycache__/ndbm.cpython-39.opt-2.pyc +usr/lib64/python3.9/dbm/__pycache__/ndbm.cpython-39.pyc +usr/lib64/python3.9/dbm/dumb.py +usr/lib64/python3.9/dbm/gnu.py +usr/lib64/python3.9/dbm/ndbm.py +usr/lib64/python3.9/decimal.py +usr/lib64/python3.9/difflib.py +usr/lib64/python3.9/dis.py +usr/lib64/python3.9/distutils/README +usr/lib64/python3.9/distutils/__init__.py +usr/lib64/python3.9/distutils/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/_msvccompiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/archive_util.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/archive_util.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/archive_util.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/bcppcompiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/ccompiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/ccompiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/ccompiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/cmd.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/cmd.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/cmd.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/config.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/config.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/config.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/core.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/core.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/core.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/cygwinccompiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/debug.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/debug.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/debug.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/dep_util.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/dep_util.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/dep_util.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/dir_util.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/dir_util.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/dir_util.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/dist.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/dist.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/dist.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/errors.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/errors.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/errors.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/extension.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/extension.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/extension.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/fancy_getopt.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/file_util.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/file_util.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/file_util.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/filelist.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/filelist.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/filelist.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/log.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/log.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/log.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/msvc9compiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/msvccompiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/msvccompiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/msvccompiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/spawn.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/spawn.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/spawn.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/sysconfig.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/sysconfig.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/sysconfig.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/text_file.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/text_file.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/text_file.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/unixccompiler.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/unixccompiler.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/unixccompiler.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/util.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/util.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/util.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/version.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/version.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/version.cpython-39.pyc +usr/lib64/python3.9/distutils/__pycache__/versionpredicate.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/__pycache__/versionpredicate.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/__pycache__/versionpredicate.cpython-39.pyc +usr/lib64/python3.9/distutils/_msvccompiler.py +usr/lib64/python3.9/distutils/archive_util.py +usr/lib64/python3.9/distutils/bcppcompiler.py +usr/lib64/python3.9/distutils/ccompiler.py +usr/lib64/python3.9/distutils/cmd.py +usr/lib64/python3.9/distutils/command/__init__.py +usr/lib64/python3.9/distutils/command/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_dumb.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_msi.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_rpm.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/bdist_wininst.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_clib.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_clib.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_clib.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_ext.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_ext.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_ext.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_py.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_py.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_py.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/build_scripts.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/check.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/check.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/check.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/clean.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/clean.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/clean.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/config.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/config.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/config.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_data.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_data.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_data.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_egg_info.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_headers.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_headers.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_headers.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_lib.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_lib.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_lib.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/install_scripts.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/register.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/register.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/register.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/sdist.cpython-39.pyc +usr/lib64/python3.9/distutils/command/__pycache__/upload.cpython-39.opt-1.pyc +usr/lib64/python3.9/distutils/command/__pycache__/upload.cpython-39.opt-2.pyc +usr/lib64/python3.9/distutils/command/__pycache__/upload.cpython-39.pyc +usr/lib64/python3.9/distutils/command/bdist.py +usr/lib64/python3.9/distutils/command/bdist_dumb.py +usr/lib64/python3.9/distutils/command/bdist_msi.py +usr/lib64/python3.9/distutils/command/bdist_rpm.py +usr/lib64/python3.9/distutils/command/bdist_wininst.py +usr/lib64/python3.9/distutils/command/build.py +usr/lib64/python3.9/distutils/command/build_clib.py +usr/lib64/python3.9/distutils/command/build_ext.py +usr/lib64/python3.9/distutils/command/build_py.py +usr/lib64/python3.9/distutils/command/build_scripts.py +usr/lib64/python3.9/distutils/command/check.py +usr/lib64/python3.9/distutils/command/clean.py +usr/lib64/python3.9/distutils/command/command_template +usr/lib64/python3.9/distutils/command/config.py +usr/lib64/python3.9/distutils/command/install.py +usr/lib64/python3.9/distutils/command/install_data.py +usr/lib64/python3.9/distutils/command/install_egg_info.py +usr/lib64/python3.9/distutils/command/install_headers.py +usr/lib64/python3.9/distutils/command/install_lib.py +usr/lib64/python3.9/distutils/command/install_scripts.py +usr/lib64/python3.9/distutils/command/register.py +usr/lib64/python3.9/distutils/command/sdist.py +usr/lib64/python3.9/distutils/command/upload.py +usr/lib64/python3.9/distutils/config.py +usr/lib64/python3.9/distutils/core.py +usr/lib64/python3.9/distutils/cygwinccompiler.py +usr/lib64/python3.9/distutils/debug.py +usr/lib64/python3.9/distutils/dep_util.py +usr/lib64/python3.9/distutils/dir_util.py +usr/lib64/python3.9/distutils/dist.py +usr/lib64/python3.9/distutils/errors.py +usr/lib64/python3.9/distutils/extension.py +usr/lib64/python3.9/distutils/fancy_getopt.py +usr/lib64/python3.9/distutils/file_util.py +usr/lib64/python3.9/distutils/filelist.py +usr/lib64/python3.9/distutils/log.py +usr/lib64/python3.9/distutils/msvc9compiler.py +usr/lib64/python3.9/distutils/msvccompiler.py +usr/lib64/python3.9/distutils/spawn.py +usr/lib64/python3.9/distutils/sysconfig.py +usr/lib64/python3.9/distutils/text_file.py +usr/lib64/python3.9/distutils/unixccompiler.py +usr/lib64/python3.9/distutils/util.py +usr/lib64/python3.9/distutils/version.py +usr/lib64/python3.9/distutils/versionpredicate.py +usr/lib64/python3.9/doctest.py +usr/lib64/python3.9/email/__init__.py +usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/_encoded_words.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/_header_value_parser.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/_parseaddr.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/_policybase.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/base64mime.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/charset.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/charset.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/charset.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/contentmanager.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/encoders.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/errors.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/errors.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/errors.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/feedparser.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/generator.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/generator.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/generator.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/header.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/header.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/header.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/headerregistry.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/iterators.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/message.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/message.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/message.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/parser.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/parser.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/parser.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/policy.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/policy.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/policy.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/quoprimime.cpython-39.pyc +usr/lib64/python3.9/email/__pycache__/utils.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/__pycache__/utils.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/__pycache__/utils.cpython-39.pyc +usr/lib64/python3.9/email/_encoded_words.py +usr/lib64/python3.9/email/_header_value_parser.py +usr/lib64/python3.9/email/_parseaddr.py +usr/lib64/python3.9/email/_policybase.py +usr/lib64/python3.9/email/architecture.rst +usr/lib64/python3.9/email/base64mime.py +usr/lib64/python3.9/email/charset.py +usr/lib64/python3.9/email/contentmanager.py +usr/lib64/python3.9/email/encoders.py +usr/lib64/python3.9/email/errors.py +usr/lib64/python3.9/email/feedparser.py +usr/lib64/python3.9/email/generator.py +usr/lib64/python3.9/email/header.py +usr/lib64/python3.9/email/headerregistry.py +usr/lib64/python3.9/email/iterators.py +usr/lib64/python3.9/email/message.py +usr/lib64/python3.9/email/mime/__init__.py +usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/application.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/audio.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/audio.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/audio.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/base.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/image.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/image.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/image.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/message.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/message.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/message.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/multipart.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/nonmultipart.cpython-39.pyc +usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.opt-1.pyc +usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.opt-2.pyc +usr/lib64/python3.9/email/mime/__pycache__/text.cpython-39.pyc +usr/lib64/python3.9/email/mime/application.py +usr/lib64/python3.9/email/mime/audio.py +usr/lib64/python3.9/email/mime/base.py +usr/lib64/python3.9/email/mime/image.py +usr/lib64/python3.9/email/mime/message.py +usr/lib64/python3.9/email/mime/multipart.py +usr/lib64/python3.9/email/mime/nonmultipart.py +usr/lib64/python3.9/email/mime/text.py +usr/lib64/python3.9/email/parser.py +usr/lib64/python3.9/email/policy.py +usr/lib64/python3.9/email/quoprimime.py +usr/lib64/python3.9/email/utils.py +usr/lib64/python3.9/encodings/__init__.py +usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/aliases.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/ascii.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/ascii.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/ascii.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/base64_codec.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/base64_codec.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/base64_codec.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/big5.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/big5.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/big5.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/big5hkscs.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/big5hkscs.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/big5hkscs.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/bz2_codec.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/bz2_codec.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/bz2_codec.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/charmap.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/charmap.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/charmap.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/cp1125.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/cp1125.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/cp1125.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/cp720.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/cp720.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/cp720.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/cp858.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/cp858.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/cp858.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/cp932.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/cp932.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/cp932.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/cp949.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/cp949.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/cp949.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/cp950.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/cp950.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/cp950.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jis_2004.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jisx0213.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jp.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jp.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_jp.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_kr.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_kr.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/euc_kr.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/gb18030.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/gb18030.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/gb18030.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/gb2312.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/gb2312.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/gb2312.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/gbk.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/gbk.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/gbk.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/hex_codec.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/hex_codec.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/hex_codec.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/hz.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/hz.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/hz.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/idna.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_1.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_2004.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_3.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_jp_ext.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/iso2022_kr.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/johab.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/johab.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/johab.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/koi8_t.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/koi8_t.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/koi8_t.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/latin_1.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/mbcs.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/mbcs.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/mbcs.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/oem.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/oem.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/oem.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/palmos.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/palmos.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/palmos.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/punycode.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/punycode.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/punycode.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/quopri_codec.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/quopri_codec.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/quopri_codec.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/raw_unicode_escape.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/rot_13.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/rot_13.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/rot_13.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jis.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jis.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jis.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jis_2004.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/shift_jisx0213.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/undefined.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/undefined.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/undefined.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/unicode_escape.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/unicode_escape.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/unicode_escape.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16_be.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16_be.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16_be.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16_le.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16_le.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_16_le.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32_be.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32_be.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32_be.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32_le.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32_le.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_32_le.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_7.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_7.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_7.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_8.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/utf_8_sig.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/uu_codec.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/uu_codec.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/uu_codec.cpython-39.pyc +usr/lib64/python3.9/encodings/__pycache__/zlib_codec.cpython-39.opt-1.pyc +usr/lib64/python3.9/encodings/__pycache__/zlib_codec.cpython-39.opt-2.pyc +usr/lib64/python3.9/encodings/__pycache__/zlib_codec.cpython-39.pyc +usr/lib64/python3.9/encodings/aliases.py +usr/lib64/python3.9/encodings/ascii.py +usr/lib64/python3.9/encodings/base64_codec.py +usr/lib64/python3.9/encodings/big5.py +usr/lib64/python3.9/encodings/big5hkscs.py +usr/lib64/python3.9/encodings/bz2_codec.py +usr/lib64/python3.9/encodings/charmap.py +usr/lib64/python3.9/encodings/cp037.pyc +usr/lib64/python3.9/encodings/cp1006.pyc +usr/lib64/python3.9/encodings/cp1026.pyc +usr/lib64/python3.9/encodings/cp1125.py +usr/lib64/python3.9/encodings/cp1140.pyc +usr/lib64/python3.9/encodings/cp1250.pyc +usr/lib64/python3.9/encodings/cp1251.pyc +usr/lib64/python3.9/encodings/cp1252.pyc +usr/lib64/python3.9/encodings/cp1253.pyc +usr/lib64/python3.9/encodings/cp1254.pyc +usr/lib64/python3.9/encodings/cp1255.pyc +usr/lib64/python3.9/encodings/cp1256.pyc +usr/lib64/python3.9/encodings/cp1257.pyc +usr/lib64/python3.9/encodings/cp1258.pyc +usr/lib64/python3.9/encodings/cp273.pyc +usr/lib64/python3.9/encodings/cp424.pyc +usr/lib64/python3.9/encodings/cp437.pyc +usr/lib64/python3.9/encodings/cp500.pyc +usr/lib64/python3.9/encodings/cp720.py +usr/lib64/python3.9/encodings/cp737.pyc +usr/lib64/python3.9/encodings/cp775.pyc +usr/lib64/python3.9/encodings/cp850.pyc +usr/lib64/python3.9/encodings/cp852.pyc +usr/lib64/python3.9/encodings/cp855.pyc +usr/lib64/python3.9/encodings/cp856.pyc +usr/lib64/python3.9/encodings/cp857.pyc +usr/lib64/python3.9/encodings/cp858.py +usr/lib64/python3.9/encodings/cp860.pyc +usr/lib64/python3.9/encodings/cp861.pyc +usr/lib64/python3.9/encodings/cp862.pyc +usr/lib64/python3.9/encodings/cp863.pyc +usr/lib64/python3.9/encodings/cp864.pyc +usr/lib64/python3.9/encodings/cp865.pyc +usr/lib64/python3.9/encodings/cp866.pyc +usr/lib64/python3.9/encodings/cp869.pyc +usr/lib64/python3.9/encodings/cp874.pyc +usr/lib64/python3.9/encodings/cp875.pyc +usr/lib64/python3.9/encodings/cp932.py +usr/lib64/python3.9/encodings/cp949.py +usr/lib64/python3.9/encodings/cp950.py +usr/lib64/python3.9/encodings/euc_jis_2004.py +usr/lib64/python3.9/encodings/euc_jisx0213.py +usr/lib64/python3.9/encodings/euc_jp.py +usr/lib64/python3.9/encodings/euc_kr.py +usr/lib64/python3.9/encodings/gb18030.py +usr/lib64/python3.9/encodings/gb2312.py +usr/lib64/python3.9/encodings/gbk.py +usr/lib64/python3.9/encodings/hex_codec.py +usr/lib64/python3.9/encodings/hp_roman8.pyc +usr/lib64/python3.9/encodings/hz.py +usr/lib64/python3.9/encodings/idna.py +usr/lib64/python3.9/encodings/iso2022_jp.py +usr/lib64/python3.9/encodings/iso2022_jp_1.py +usr/lib64/python3.9/encodings/iso2022_jp_2.py +usr/lib64/python3.9/encodings/iso2022_jp_2004.py +usr/lib64/python3.9/encodings/iso2022_jp_3.py +usr/lib64/python3.9/encodings/iso2022_jp_ext.py +usr/lib64/python3.9/encodings/iso2022_kr.py +usr/lib64/python3.9/encodings/iso8859_1.pyc +usr/lib64/python3.9/encodings/iso8859_10.pyc +usr/lib64/python3.9/encodings/iso8859_11.pyc +usr/lib64/python3.9/encodings/iso8859_13.pyc +usr/lib64/python3.9/encodings/iso8859_14.pyc +usr/lib64/python3.9/encodings/iso8859_15.pyc +usr/lib64/python3.9/encodings/iso8859_16.pyc +usr/lib64/python3.9/encodings/iso8859_2.pyc +usr/lib64/python3.9/encodings/iso8859_3.pyc +usr/lib64/python3.9/encodings/iso8859_4.pyc +usr/lib64/python3.9/encodings/iso8859_5.pyc +usr/lib64/python3.9/encodings/iso8859_6.pyc +usr/lib64/python3.9/encodings/iso8859_7.pyc +usr/lib64/python3.9/encodings/iso8859_8.pyc +usr/lib64/python3.9/encodings/iso8859_9.pyc +usr/lib64/python3.9/encodings/johab.py +usr/lib64/python3.9/encodings/koi8_r.pyc +usr/lib64/python3.9/encodings/koi8_t.py +usr/lib64/python3.9/encodings/koi8_u.pyc +usr/lib64/python3.9/encodings/kz1048.pyc +usr/lib64/python3.9/encodings/latin_1.py +usr/lib64/python3.9/encodings/mac_arabic.pyc +usr/lib64/python3.9/encodings/mac_croatian.pyc +usr/lib64/python3.9/encodings/mac_cyrillic.pyc +usr/lib64/python3.9/encodings/mac_farsi.pyc +usr/lib64/python3.9/encodings/mac_greek.pyc +usr/lib64/python3.9/encodings/mac_iceland.pyc +usr/lib64/python3.9/encodings/mac_latin2.pyc +usr/lib64/python3.9/encodings/mac_roman.pyc +usr/lib64/python3.9/encodings/mac_romanian.pyc +usr/lib64/python3.9/encodings/mac_turkish.pyc +usr/lib64/python3.9/encodings/mbcs.py +usr/lib64/python3.9/encodings/oem.py +usr/lib64/python3.9/encodings/palmos.py +usr/lib64/python3.9/encodings/ptcp154.pyc +usr/lib64/python3.9/encodings/punycode.py +usr/lib64/python3.9/encodings/quopri_codec.py +usr/lib64/python3.9/encodings/raw_unicode_escape.py +usr/lib64/python3.9/encodings/rot_13.py +usr/lib64/python3.9/encodings/shift_jis.py +usr/lib64/python3.9/encodings/shift_jis_2004.py +usr/lib64/python3.9/encodings/shift_jisx0213.py +usr/lib64/python3.9/encodings/tis_620.pyc +usr/lib64/python3.9/encodings/undefined.py +usr/lib64/python3.9/encodings/unicode_escape.py +usr/lib64/python3.9/encodings/utf_16.py +usr/lib64/python3.9/encodings/utf_16_be.py +usr/lib64/python3.9/encodings/utf_16_le.py +usr/lib64/python3.9/encodings/utf_32.py +usr/lib64/python3.9/encodings/utf_32_be.py +usr/lib64/python3.9/encodings/utf_32_le.py +usr/lib64/python3.9/encodings/utf_7.py +usr/lib64/python3.9/encodings/utf_8.py +usr/lib64/python3.9/encodings/utf_8_sig.py +usr/lib64/python3.9/encodings/uu_codec.py +usr/lib64/python3.9/encodings/zlib_codec.py +usr/lib64/python3.9/ensurepip/__init__.py +usr/lib64/python3.9/ensurepip/__main__.py +usr/lib64/python3.9/ensurepip/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/ensurepip/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/ensurepip/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/ensurepip/__pycache__/__main__.cpython-39.opt-1.pyc +usr/lib64/python3.9/ensurepip/__pycache__/__main__.cpython-39.opt-2.pyc +usr/lib64/python3.9/ensurepip/__pycache__/__main__.cpython-39.pyc +usr/lib64/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.opt-1.pyc +usr/lib64/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.opt-2.pyc +usr/lib64/python3.9/ensurepip/__pycache__/_uninstall.cpython-39.pyc +usr/lib64/python3.9/ensurepip/_uninstall.py +usr/lib64/python3.9/enum.py +usr/lib64/python3.9/filecmp.py +usr/lib64/python3.9/fileinput.py +usr/lib64/python3.9/fnmatch.py +usr/lib64/python3.9/formatter.py +usr/lib64/python3.9/fractions.py +usr/lib64/python3.9/ftplib.py +usr/lib64/python3.9/functools.py +usr/lib64/python3.9/genericpath.py +usr/lib64/python3.9/getopt.py +usr/lib64/python3.9/getpass.py +usr/lib64/python3.9/gettext.py +usr/lib64/python3.9/glob.py +usr/lib64/python3.9/graphlib.py +usr/lib64/python3.9/gzip.py +usr/lib64/python3.9/hashlib.py +usr/lib64/python3.9/heapq.py +usr/lib64/python3.9/hmac.py +usr/lib64/python3.9/html/__init__.py +usr/lib64/python3.9/html/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/html/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/html/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/html/__pycache__/entities.cpython-39.opt-1.pyc +usr/lib64/python3.9/html/__pycache__/entities.cpython-39.opt-2.pyc +usr/lib64/python3.9/html/__pycache__/entities.cpython-39.pyc +usr/lib64/python3.9/html/__pycache__/parser.cpython-39.opt-1.pyc +usr/lib64/python3.9/html/__pycache__/parser.cpython-39.opt-2.pyc +usr/lib64/python3.9/html/__pycache__/parser.cpython-39.pyc +usr/lib64/python3.9/html/entities.py +usr/lib64/python3.9/html/parser.py +usr/lib64/python3.9/http/__init__.py +usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/http/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/http/__pycache__/client.cpython-39.opt-1.pyc +usr/lib64/python3.9/http/__pycache__/client.cpython-39.opt-2.pyc +usr/lib64/python3.9/http/__pycache__/client.cpython-39.pyc +usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.opt-1.pyc +usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.opt-2.pyc +usr/lib64/python3.9/http/__pycache__/cookiejar.cpython-39.pyc +usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.opt-1.pyc +usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.opt-2.pyc +usr/lib64/python3.9/http/__pycache__/cookies.cpython-39.pyc +usr/lib64/python3.9/http/__pycache__/server.cpython-39.opt-1.pyc +usr/lib64/python3.9/http/__pycache__/server.cpython-39.opt-2.pyc +usr/lib64/python3.9/http/__pycache__/server.cpython-39.pyc +usr/lib64/python3.9/http/client.py +usr/lib64/python3.9/http/cookiejar.py +usr/lib64/python3.9/http/cookies.py +usr/lib64/python3.9/http/server.py +usr/lib64/python3.9/imaplib.py +usr/lib64/python3.9/imghdr.py +usr/lib64/python3.9/imp.py +usr/lib64/python3.9/importlib/__init__.py +usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/_bootstrap.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/_bootstrap.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/_bootstrap.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/_bootstrap_external.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/_common.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/_common.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/_common.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/abc.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/machinery.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/metadata.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/metadata.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/metadata.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/resources.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/resources.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/resources.cpython-39.pyc +usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.opt-1.pyc +usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.opt-2.pyc +usr/lib64/python3.9/importlib/__pycache__/util.cpython-39.pyc +usr/lib64/python3.9/importlib/_bootstrap.py +usr/lib64/python3.9/importlib/_bootstrap_external.py +usr/lib64/python3.9/importlib/_common.py +usr/lib64/python3.9/importlib/abc.py +usr/lib64/python3.9/importlib/machinery.py +usr/lib64/python3.9/importlib/metadata.py +usr/lib64/python3.9/importlib/resources.py +usr/lib64/python3.9/importlib/util.py +usr/lib64/python3.9/inspect.py +usr/lib64/python3.9/io.py +usr/lib64/python3.9/ipaddress.py +usr/lib64/python3.9/json/__init__.py +usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/json/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.opt-1.pyc +usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.opt-2.pyc +usr/lib64/python3.9/json/__pycache__/decoder.cpython-39.pyc +usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.opt-1.pyc +usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.opt-2.pyc +usr/lib64/python3.9/json/__pycache__/encoder.cpython-39.pyc +usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.opt-1.pyc +usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.opt-2.pyc +usr/lib64/python3.9/json/__pycache__/scanner.cpython-39.pyc +usr/lib64/python3.9/json/__pycache__/tool.cpython-39.opt-1.pyc +usr/lib64/python3.9/json/__pycache__/tool.cpython-39.opt-2.pyc +usr/lib64/python3.9/json/__pycache__/tool.cpython-39.pyc +usr/lib64/python3.9/json/decoder.py +usr/lib64/python3.9/json/encoder.py +usr/lib64/python3.9/json/scanner.py +usr/lib64/python3.9/json/tool.py +usr/lib64/python3.9/keyword.py +usr/lib64/python3.9/lib-dynload/_asyncio.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_bisect.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_blake2.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_bz2.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_codecs_cn.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_codecs_hk.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_codecs_iso2022.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_codecs_jp.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_codecs_kr.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_codecs_tw.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_contextvars.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_crypt.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_csv.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_ctypes.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_curses.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_curses_panel.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_datetime.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_dbm.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_decimal.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_elementtree.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_gdbm.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_hashlib.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_heapq.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_json.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_lsprof.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_lzma.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_multibytecodec.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_multiprocessing.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_opcode.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_pickle.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_posixshmem.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_posixsubprocess.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_queue.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_random.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_socket.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_sqlite3.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_ssl.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_statistics.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_struct.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_uuid.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_xxsubinterpreters.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/_zoneinfo.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/array.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/audioop.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/binascii.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/cmath.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/fcntl.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/grp.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/math.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/mmap.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/ossaudiodev.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/parser.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/pyexpat.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/readline.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/resource.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/select.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/spwd.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/syslog.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/termios.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/unicodedata.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/xxlimited.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib-dynload/zlib.cpython-39-x86_64-linux-gnu.so +usr/lib64/python3.9/lib2to3/Grammar.txt +usr/lib64/python3.9/lib2to3/Grammar3.9.18.final.0.pickle +usr/lib64/python3.9/lib2to3/PatternGrammar.txt +usr/lib64/python3.9/lib2to3/PatternGrammar3.9.18.final.0.pickle +usr/lib64/python3.9/lib2to3/__init__.py +usr/lib64/python3.9/lib2to3/__main__.py +usr/lib64/python3.9/lib2to3/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/__main__.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/__main__.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/__main__.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/btm_matcher.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/btm_utils.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/fixer_base.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/fixer_util.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/main.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/main.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/main.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/patcomp.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/patcomp.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/patcomp.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/pygram.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/pygram.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/pygram.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/pytree.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/pytree.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/pytree.cpython-39.pyc +usr/lib64/python3.9/lib2to3/__pycache__/refactor.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/__pycache__/refactor.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/__pycache__/refactor.cpython-39.pyc +usr/lib64/python3.9/lib2to3/btm_matcher.py +usr/lib64/python3.9/lib2to3/btm_utils.py +usr/lib64/python3.9/lib2to3/fixer_base.py +usr/lib64/python3.9/lib2to3/fixer_util.py +usr/lib64/python3.9/lib2to3/fixes/__init__.py +usr/lib64/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_apply.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_asserts.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_basestring.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_buffer.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_dict.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_except.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exec.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_execfile.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_filter.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_future.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_has_key.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_idioms.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_import.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_imports2.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_input.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_intern.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_isinstance.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_long.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_map.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_metaclass.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ne.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_next.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_nonzero.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_numliterals.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_operator.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_paren.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_print.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raise.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_raw_input.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reduce.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_reload.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_renames.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_repr.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_set_literal.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_standarderror.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_throw.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_types.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_unicode.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_urllib.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xrange.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/fixes/__pycache__/fix_zip.cpython-39.pyc +usr/lib64/python3.9/lib2to3/fixes/fix_apply.py +usr/lib64/python3.9/lib2to3/fixes/fix_asserts.py +usr/lib64/python3.9/lib2to3/fixes/fix_basestring.py +usr/lib64/python3.9/lib2to3/fixes/fix_buffer.py +usr/lib64/python3.9/lib2to3/fixes/fix_dict.py +usr/lib64/python3.9/lib2to3/fixes/fix_except.py +usr/lib64/python3.9/lib2to3/fixes/fix_exec.py +usr/lib64/python3.9/lib2to3/fixes/fix_execfile.py +usr/lib64/python3.9/lib2to3/fixes/fix_exitfunc.py +usr/lib64/python3.9/lib2to3/fixes/fix_filter.py +usr/lib64/python3.9/lib2to3/fixes/fix_funcattrs.py +usr/lib64/python3.9/lib2to3/fixes/fix_future.py +usr/lib64/python3.9/lib2to3/fixes/fix_getcwdu.py +usr/lib64/python3.9/lib2to3/fixes/fix_has_key.py +usr/lib64/python3.9/lib2to3/fixes/fix_idioms.py +usr/lib64/python3.9/lib2to3/fixes/fix_import.py +usr/lib64/python3.9/lib2to3/fixes/fix_imports.py +usr/lib64/python3.9/lib2to3/fixes/fix_imports2.py +usr/lib64/python3.9/lib2to3/fixes/fix_input.py +usr/lib64/python3.9/lib2to3/fixes/fix_intern.py +usr/lib64/python3.9/lib2to3/fixes/fix_isinstance.py +usr/lib64/python3.9/lib2to3/fixes/fix_itertools.py +usr/lib64/python3.9/lib2to3/fixes/fix_itertools_imports.py +usr/lib64/python3.9/lib2to3/fixes/fix_long.py +usr/lib64/python3.9/lib2to3/fixes/fix_map.py +usr/lib64/python3.9/lib2to3/fixes/fix_metaclass.py +usr/lib64/python3.9/lib2to3/fixes/fix_methodattrs.py +usr/lib64/python3.9/lib2to3/fixes/fix_ne.py +usr/lib64/python3.9/lib2to3/fixes/fix_next.py +usr/lib64/python3.9/lib2to3/fixes/fix_nonzero.py +usr/lib64/python3.9/lib2to3/fixes/fix_numliterals.py +usr/lib64/python3.9/lib2to3/fixes/fix_operator.py +usr/lib64/python3.9/lib2to3/fixes/fix_paren.py +usr/lib64/python3.9/lib2to3/fixes/fix_print.py +usr/lib64/python3.9/lib2to3/fixes/fix_raise.py +usr/lib64/python3.9/lib2to3/fixes/fix_raw_input.py +usr/lib64/python3.9/lib2to3/fixes/fix_reduce.py +usr/lib64/python3.9/lib2to3/fixes/fix_reload.py +usr/lib64/python3.9/lib2to3/fixes/fix_renames.py +usr/lib64/python3.9/lib2to3/fixes/fix_repr.py +usr/lib64/python3.9/lib2to3/fixes/fix_set_literal.py +usr/lib64/python3.9/lib2to3/fixes/fix_standarderror.py +usr/lib64/python3.9/lib2to3/fixes/fix_sys_exc.py +usr/lib64/python3.9/lib2to3/fixes/fix_throw.py +usr/lib64/python3.9/lib2to3/fixes/fix_tuple_params.py +usr/lib64/python3.9/lib2to3/fixes/fix_types.py +usr/lib64/python3.9/lib2to3/fixes/fix_unicode.py +usr/lib64/python3.9/lib2to3/fixes/fix_urllib.py +usr/lib64/python3.9/lib2to3/fixes/fix_ws_comma.py +usr/lib64/python3.9/lib2to3/fixes/fix_xrange.py +usr/lib64/python3.9/lib2to3/fixes/fix_xreadlines.py +usr/lib64/python3.9/lib2to3/fixes/fix_zip.py +usr/lib64/python3.9/lib2to3/main.py +usr/lib64/python3.9/lib2to3/patcomp.py +usr/lib64/python3.9/lib2to3/pgen2/__init__.py +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/conv.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/driver.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/grammar.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/literals.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/parse.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/pgen.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/token.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.opt-1.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.opt-2.pyc +usr/lib64/python3.9/lib2to3/pgen2/__pycache__/tokenize.cpython-39.pyc +usr/lib64/python3.9/lib2to3/pgen2/conv.py +usr/lib64/python3.9/lib2to3/pgen2/driver.py +usr/lib64/python3.9/lib2to3/pgen2/grammar.py +usr/lib64/python3.9/lib2to3/pgen2/literals.py +usr/lib64/python3.9/lib2to3/pgen2/parse.py +usr/lib64/python3.9/lib2to3/pgen2/pgen.py +usr/lib64/python3.9/lib2to3/pgen2/token.py +usr/lib64/python3.9/lib2to3/pgen2/tokenize.py +usr/lib64/python3.9/lib2to3/pygram.py +usr/lib64/python3.9/lib2to3/pytree.py +usr/lib64/python3.9/lib2to3/refactor.py +usr/lib64/python3.9/linecache.py +usr/lib64/python3.9/locale.py +usr/lib64/python3.9/logging/__init__.py +usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/logging/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/logging/__pycache__/config.cpython-39.opt-1.pyc +usr/lib64/python3.9/logging/__pycache__/config.cpython-39.opt-2.pyc +usr/lib64/python3.9/logging/__pycache__/config.cpython-39.pyc +usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.opt-1.pyc +usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.opt-2.pyc +usr/lib64/python3.9/logging/__pycache__/handlers.cpython-39.pyc +usr/lib64/python3.9/logging/config.py +usr/lib64/python3.9/logging/handlers.py +usr/lib64/python3.9/lzma.py +usr/lib64/python3.9/mailbox.py +usr/lib64/python3.9/mailcap.py +usr/lib64/python3.9/mimetypes.py +usr/lib64/python3.9/modulefinder.py +usr/lib64/python3.9/multiprocessing/__init__.py +usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/connection.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/context.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/forkserver.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/heap.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/heap.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/heap.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/managers.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/managers.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/managers.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/pool.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_fork.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_forkserver.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_posix.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/popen_spawn_win32.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/process.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/queues.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/reduction.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/resource_sharer.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/resource_tracker.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/shared_memory.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/sharedctypes.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/spawn.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/spawn.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/spawn.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/synchronize.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/__pycache__/util.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/connection.py +usr/lib64/python3.9/multiprocessing/context.py +usr/lib64/python3.9/multiprocessing/dummy/__init__.py +usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/dummy/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.opt-1.pyc +usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.opt-2.pyc +usr/lib64/python3.9/multiprocessing/dummy/__pycache__/connection.cpython-39.pyc +usr/lib64/python3.9/multiprocessing/dummy/connection.py +usr/lib64/python3.9/multiprocessing/forkserver.py +usr/lib64/python3.9/multiprocessing/heap.py +usr/lib64/python3.9/multiprocessing/managers.py +usr/lib64/python3.9/multiprocessing/pool.py +usr/lib64/python3.9/multiprocessing/popen_fork.py +usr/lib64/python3.9/multiprocessing/popen_forkserver.py +usr/lib64/python3.9/multiprocessing/popen_spawn_posix.py +usr/lib64/python3.9/multiprocessing/popen_spawn_win32.py +usr/lib64/python3.9/multiprocessing/process.py +usr/lib64/python3.9/multiprocessing/queues.py +usr/lib64/python3.9/multiprocessing/reduction.py +usr/lib64/python3.9/multiprocessing/resource_sharer.py +usr/lib64/python3.9/multiprocessing/resource_tracker.py +usr/lib64/python3.9/multiprocessing/shared_memory.py +usr/lib64/python3.9/multiprocessing/sharedctypes.py +usr/lib64/python3.9/multiprocessing/spawn.py +usr/lib64/python3.9/multiprocessing/synchronize.py +usr/lib64/python3.9/multiprocessing/util.py +usr/lib64/python3.9/netrc.py +usr/lib64/python3.9/nntplib.py +usr/lib64/python3.9/ntpath.py +usr/lib64/python3.9/nturl2path.py +usr/lib64/python3.9/numbers.py +usr/lib64/python3.9/opcode.py +usr/lib64/python3.9/operator.py +usr/lib64/python3.9/optparse.py +usr/lib64/python3.9/os.py +usr/lib64/python3.9/pathlib.py +usr/lib64/python3.9/pdb.py +usr/lib64/python3.9/pickle.py +usr/lib64/python3.9/pickletools.py +usr/lib64/python3.9/pipes.py +usr/lib64/python3.9/pkgutil.py +usr/lib64/python3.9/platform.py +usr/lib64/python3.9/plistlib.py +usr/lib64/python3.9/poplib.py +usr/lib64/python3.9/posixpath.py +usr/lib64/python3.9/pprint.py +usr/lib64/python3.9/profile.py +usr/lib64/python3.9/pstats.py +usr/lib64/python3.9/pty.py +usr/lib64/python3.9/py_compile.py +usr/lib64/python3.9/pyclbr.py +usr/lib64/python3.9/pydoc.py +usr/lib64/python3.9/pydoc_data/__init__.py +usr/lib64/python3.9/pydoc_data/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/pydoc_data/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/pydoc_data/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/pydoc_data/_pydoc.css +usr/lib64/python3.9/pydoc_data/topics.pyc +usr/lib64/python3.9/queue.py +usr/lib64/python3.9/quopri.py +usr/lib64/python3.9/random.py +usr/lib64/python3.9/re.py +usr/lib64/python3.9/reprlib.py +usr/lib64/python3.9/rlcompleter.py +usr/lib64/python3.9/runpy.py +usr/lib64/python3.9/sched.py +usr/lib64/python3.9/secrets.py +usr/lib64/python3.9/selectors.py +usr/lib64/python3.9/shelve.py +usr/lib64/python3.9/shlex.py +usr/lib64/python3.9/shutil.py +usr/lib64/python3.9/signal.py +usr/lib64/python3.9/site-packages/README.txt +usr/lib64/python3.9/site.py +usr/lib64/python3.9/smtpd.py +usr/lib64/python3.9/smtplib.py +usr/lib64/python3.9/sndhdr.py +usr/lib64/python3.9/socket.py +usr/lib64/python3.9/socketserver.py +usr/lib64/python3.9/sqlite3/__init__.py +usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/sqlite3/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.opt-1.pyc +usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.opt-2.pyc +usr/lib64/python3.9/sqlite3/__pycache__/dbapi2.cpython-39.pyc +usr/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.opt-1.pyc +usr/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.opt-2.pyc +usr/lib64/python3.9/sqlite3/__pycache__/dump.cpython-39.pyc +usr/lib64/python3.9/sqlite3/dbapi2.py +usr/lib64/python3.9/sqlite3/dump.py +usr/lib64/python3.9/sre_compile.py +usr/lib64/python3.9/sre_constants.py +usr/lib64/python3.9/sre_parse.py +usr/lib64/python3.9/ssl.py +usr/lib64/python3.9/stat.py +usr/lib64/python3.9/statistics.py +usr/lib64/python3.9/string.py +usr/lib64/python3.9/stringprep.py +usr/lib64/python3.9/struct.py +usr/lib64/python3.9/subprocess.py +usr/lib64/python3.9/sunau.py +usr/lib64/python3.9/symbol.py +usr/lib64/python3.9/symtable.py +usr/lib64/python3.9/sysconfig.py +usr/lib64/python3.9/tabnanny.py +usr/lib64/python3.9/tarfile.py +usr/lib64/python3.9/telnetlib.py +usr/lib64/python3.9/tempfile.py +usr/lib64/python3.9/textwrap.py +usr/lib64/python3.9/this.py +usr/lib64/python3.9/threading.py +usr/lib64/python3.9/timeit.py +usr/lib64/python3.9/token.py +usr/lib64/python3.9/tokenize.py +usr/lib64/python3.9/trace.py +usr/lib64/python3.9/traceback.py +usr/lib64/python3.9/tracemalloc.py +usr/lib64/python3.9/tty.py +usr/lib64/python3.9/types.py +usr/lib64/python3.9/typing.py +usr/lib64/python3.9/unittest/__init__.py +usr/lib64/python3.9/unittest/__main__.py +usr/lib64/python3.9/unittest/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/__main__.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/__main__.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/__main__.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/_log.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/_log.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/_log.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/async_case.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/async_case.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/async_case.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/case.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/case.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/case.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/loader.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/loader.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/loader.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/main.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/main.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/main.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/mock.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/mock.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/mock.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/result.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/result.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/result.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/runner.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/runner.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/runner.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/signals.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/signals.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/signals.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/suite.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/suite.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/suite.cpython-39.pyc +usr/lib64/python3.9/unittest/__pycache__/util.cpython-39.opt-1.pyc +usr/lib64/python3.9/unittest/__pycache__/util.cpython-39.opt-2.pyc +usr/lib64/python3.9/unittest/__pycache__/util.cpython-39.pyc +usr/lib64/python3.9/unittest/_log.py +usr/lib64/python3.9/unittest/async_case.py +usr/lib64/python3.9/unittest/case.py +usr/lib64/python3.9/unittest/loader.py +usr/lib64/python3.9/unittest/main.py +usr/lib64/python3.9/unittest/mock.py +usr/lib64/python3.9/unittest/result.py +usr/lib64/python3.9/unittest/runner.py +usr/lib64/python3.9/unittest/signals.py +usr/lib64/python3.9/unittest/suite.py +usr/lib64/python3.9/unittest/util.py +usr/lib64/python3.9/urllib/__init__.py +usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/urllib/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.opt-1.pyc +usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.opt-2.pyc +usr/lib64/python3.9/urllib/__pycache__/error.cpython-39.pyc +usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.opt-1.pyc +usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.opt-2.pyc +usr/lib64/python3.9/urllib/__pycache__/parse.cpython-39.pyc +usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.opt-1.pyc +usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.opt-2.pyc +usr/lib64/python3.9/urllib/__pycache__/request.cpython-39.pyc +usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.opt-1.pyc +usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.opt-2.pyc +usr/lib64/python3.9/urllib/__pycache__/response.cpython-39.pyc +usr/lib64/python3.9/urllib/__pycache__/robotparser.cpython-39.opt-1.pyc +usr/lib64/python3.9/urllib/__pycache__/robotparser.cpython-39.opt-2.pyc +usr/lib64/python3.9/urllib/__pycache__/robotparser.cpython-39.pyc +usr/lib64/python3.9/urllib/error.py +usr/lib64/python3.9/urllib/parse.py +usr/lib64/python3.9/urllib/request.py +usr/lib64/python3.9/urllib/response.py +usr/lib64/python3.9/urllib/robotparser.py +usr/lib64/python3.9/uu.py +usr/lib64/python3.9/uuid.py +usr/lib64/python3.9/venv/__init__.py +usr/lib64/python3.9/venv/__main__.py +usr/lib64/python3.9/venv/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/venv/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/venv/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/venv/__pycache__/__main__.cpython-39.opt-1.pyc +usr/lib64/python3.9/venv/__pycache__/__main__.cpython-39.opt-2.pyc +usr/lib64/python3.9/venv/__pycache__/__main__.cpython-39.pyc +usr/lib64/python3.9/venv/scripts/common/Activate.ps1 +usr/lib64/python3.9/venv/scripts/common/activate +usr/lib64/python3.9/venv/scripts/posix/activate.csh +usr/lib64/python3.9/venv/scripts/posix/activate.fish +usr/lib64/python3.9/warnings.py +usr/lib64/python3.9/wave.py +usr/lib64/python3.9/weakref.py +usr/lib64/python3.9/webbrowser.py +usr/lib64/python3.9/wsgiref/__init__.py +usr/lib64/python3.9/wsgiref/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/wsgiref/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/wsgiref/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/wsgiref/__pycache__/handlers.cpython-39.opt-1.pyc +usr/lib64/python3.9/wsgiref/__pycache__/handlers.cpython-39.opt-2.pyc +usr/lib64/python3.9/wsgiref/__pycache__/handlers.cpython-39.pyc +usr/lib64/python3.9/wsgiref/__pycache__/headers.cpython-39.opt-1.pyc +usr/lib64/python3.9/wsgiref/__pycache__/headers.cpython-39.opt-2.pyc +usr/lib64/python3.9/wsgiref/__pycache__/headers.cpython-39.pyc +usr/lib64/python3.9/wsgiref/__pycache__/simple_server.cpython-39.opt-1.pyc +usr/lib64/python3.9/wsgiref/__pycache__/simple_server.cpython-39.opt-2.pyc +usr/lib64/python3.9/wsgiref/__pycache__/simple_server.cpython-39.pyc +usr/lib64/python3.9/wsgiref/__pycache__/util.cpython-39.opt-1.pyc +usr/lib64/python3.9/wsgiref/__pycache__/util.cpython-39.opt-2.pyc +usr/lib64/python3.9/wsgiref/__pycache__/util.cpython-39.pyc +usr/lib64/python3.9/wsgiref/__pycache__/validate.cpython-39.opt-1.pyc +usr/lib64/python3.9/wsgiref/__pycache__/validate.cpython-39.opt-2.pyc +usr/lib64/python3.9/wsgiref/__pycache__/validate.cpython-39.pyc +usr/lib64/python3.9/wsgiref/handlers.py +usr/lib64/python3.9/wsgiref/headers.py +usr/lib64/python3.9/wsgiref/simple_server.py +usr/lib64/python3.9/wsgiref/util.py +usr/lib64/python3.9/wsgiref/validate.py +usr/lib64/python3.9/xdrlib.py +usr/lib64/python3.9/xml/__init__.py +usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/xml/dom/NodeFilter.py +usr/lib64/python3.9/xml/dom/__init__.py +usr/lib64/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/NodeFilter.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/domreg.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/domreg.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/domreg.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/expatbuilder.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/minicompat.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/minicompat.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/minicompat.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/minidom.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/minidom.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/minidom.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/pulldom.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/pulldom.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/pulldom.cpython-39.pyc +usr/lib64/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/dom/__pycache__/xmlbuilder.cpython-39.pyc +usr/lib64/python3.9/xml/dom/domreg.py +usr/lib64/python3.9/xml/dom/expatbuilder.py +usr/lib64/python3.9/xml/dom/minicompat.py +usr/lib64/python3.9/xml/dom/minidom.py +usr/lib64/python3.9/xml/dom/pulldom.py +usr/lib64/python3.9/xml/dom/xmlbuilder.py +usr/lib64/python3.9/xml/etree/ElementInclude.py +usr/lib64/python3.9/xml/etree/ElementPath.py +usr/lib64/python3.9/xml/etree/ElementTree.py +usr/lib64/python3.9/xml/etree/__init__.py +usr/lib64/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementInclude.cpython-39.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementPath.cpython-39.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/etree/__pycache__/ElementTree.cpython-39.pyc +usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/etree/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/etree/__pycache__/cElementTree.cpython-39.pyc +usr/lib64/python3.9/xml/etree/cElementTree.py +usr/lib64/python3.9/xml/parsers/__init__.py +usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/parsers/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/parsers/__pycache__/expat.cpython-39.pyc +usr/lib64/python3.9/xml/parsers/expat.py +usr/lib64/python3.9/xml/sax/__init__.py +usr/lib64/python3.9/xml/sax/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/sax/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/sax/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/sax/__pycache__/_exceptions.cpython-39.pyc +usr/lib64/python3.9/xml/sax/__pycache__/expatreader.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/sax/__pycache__/expatreader.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/sax/__pycache__/expatreader.cpython-39.pyc +usr/lib64/python3.9/xml/sax/__pycache__/handler.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/sax/__pycache__/handler.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/sax/__pycache__/handler.cpython-39.pyc +usr/lib64/python3.9/xml/sax/__pycache__/saxutils.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/sax/__pycache__/saxutils.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/sax/__pycache__/saxutils.cpython-39.pyc +usr/lib64/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.opt-1.pyc +usr/lib64/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.opt-2.pyc +usr/lib64/python3.9/xml/sax/__pycache__/xmlreader.cpython-39.pyc +usr/lib64/python3.9/xml/sax/_exceptions.py +usr/lib64/python3.9/xml/sax/expatreader.py +usr/lib64/python3.9/xml/sax/handler.py +usr/lib64/python3.9/xml/sax/saxutils.py +usr/lib64/python3.9/xml/sax/xmlreader.py +usr/lib64/python3.9/xmlrpc/__init__.py +usr/lib64/python3.9/xmlrpc/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/client.cpython-39.opt-1.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/client.cpython-39.opt-2.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/client.cpython-39.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/server.cpython-39.opt-1.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/server.cpython-39.opt-2.pyc +usr/lib64/python3.9/xmlrpc/__pycache__/server.cpython-39.pyc +usr/lib64/python3.9/xmlrpc/client.py +usr/lib64/python3.9/xmlrpc/server.py +usr/lib64/python3.9/zipapp.py +usr/lib64/python3.9/zipfile.py +usr/lib64/python3.9/zipimport.py +usr/lib64/python3.9/zoneinfo/__init__.py +usr/lib64/python3.9/zoneinfo/__pycache__/__init__.cpython-39.opt-1.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/__init__.cpython-39.opt-2.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/__init__.cpython-39.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_common.cpython-39.opt-1.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_common.cpython-39.opt-2.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_common.cpython-39.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.opt-1.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.opt-2.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_tzpath.cpython-39.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.opt-1.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.opt-2.pyc +usr/lib64/python3.9/zoneinfo/__pycache__/_zoneinfo.cpython-39.pyc +usr/lib64/python3.9/zoneinfo/_common.py +usr/lib64/python3.9/zoneinfo/_tzpath.py +usr/lib64/python3.9/zoneinfo/_zoneinfo.py +usr/libexec/platform-python +usr/libexec/platform-python3.9 +%%PORTDOCS%%%%DOCSDIR%%-libs/README.rst +%%PORTDOCS%%%%DOCSDIR%%/README.rst +usr/share/man/man1/python3.1.gz +usr/share/man/man1/python3.9.1.gz +@dir usr/lib/python3.9/site-packages/__pycache__ +@dir usr/lib64/python3.9/site-packages/__pycache__ diff --git a/lang/neocmakelsp/Makefile b/lang/neocmakelsp/Makefile index c4b3c5b33bb..815428a81fb 100644 --- a/lang/neocmakelsp/Makefile +++ b/lang/neocmakelsp/Makefile @@ -1,6 +1,7 @@ PORTNAME= neocmakelsp DISTVERSIONPREFIX= v -DISTVERSION= 0.6.23 +DISTVERSION= 0.6.24 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org diff --git a/lang/neocmakelsp/distinfo b/lang/neocmakelsp/distinfo index b0bed4148a7..30713cbe31d 100644 --- a/lang/neocmakelsp/distinfo +++ b/lang/neocmakelsp/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1714105578 +TIMESTAMP = 1715056009 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -285,5 +285,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b738 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 -SHA256 (Decodetalkers-neocmakelsp-v0.6.23_GH0.tar.gz) = 6b03e0ec48570afc098c2b269f8aad8404095d94bd1e9b48be168f7ea2efbd2d -SIZE (Decodetalkers-neocmakelsp-v0.6.23_GH0.tar.gz) = 3316671 +SHA256 (Decodetalkers-neocmakelsp-v0.6.24_GH0.tar.gz) = b14749b9f3b5d5c314bd0d037335c25240b98b99d08aeae7813287da60841543 +SIZE (Decodetalkers-neocmakelsp-v0.6.24_GH0.tar.gz) = 3316696 diff --git a/lang/numbat/Makefile b/lang/numbat/Makefile index 58b3cdce794..cc5e9ecc62f 100644 --- a/lang/numbat/Makefile +++ b/lang/numbat/Makefile @@ -1,7 +1,7 @@ PORTNAME= numbat DISTVERSIONPREFIX= v DISTVERSION= 1.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel science MAINTAINER= yuri@FreeBSD.org diff --git a/lang/php81/Makefile b/lang/php81/Makefile index 6a479fb6252..be1a5fa52c2 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -569,18 +569,6 @@ USE_GNOME= libxml2 USE_PHP= dom:build .endif -.if ${PHP_MODNAME} == "xmlrpc" -CONFIGURE_ARGS+= --with-iconv-dir=${LOCALBASE} \ - --with-xmlrpc - -USES+= iconv:translit -USE_GNOME= libxml2 - -PHP_HEADER_DIRS= libxmlrpc - -USE_PHP= xml:build -.endif - .if ${PHP_MODNAME} == "xmlwriter" CONFIGURE_ARGS+= --enable-xmlwriter diff --git a/lang/php83/Makefile b/lang/php83/Makefile index e668c7be4db..63d1f8748a5 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -1,5 +1,5 @@ PORTNAME= php83 -DISTVERSION= 8.3.6 +DISTVERSION= 8.3.7 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -580,18 +580,6 @@ USE_GNOME= libxml2 USE_PHP= dom:build .endif -.if ${PHP_MODNAME} == "xmlrpc" -CONFIGURE_ARGS+= --with-iconv-dir=${LOCALBASE} \ - --with-xmlrpc - -USES+= iconv:translit -USE_GNOME= libxml2 - -PHP_HEADER_DIRS= libxmlrpc - -USE_PHP= xml:build -.endif - .if ${PHP_MODNAME} == "xmlwriter" CONFIGURE_ARGS+= --enable-xmlwriter diff --git a/lang/php83/distinfo b/lang/php83/distinfo index 8f560080c4f..91e75c24642 100644 --- a/lang/php83/distinfo +++ b/lang/php83/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712934563 -SHA256 (php-8.3.6.tar.xz) = 53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae -SIZE (php-8.3.6.tar.xz) = 12468116 +TIMESTAMP = 1715457851 +SHA256 (php-8.3.7.tar.xz) = d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a +SIZE (php-8.3.7.tar.xz) = 12456020 diff --git a/lang/pomsky/Makefile b/lang/pomsky/Makefile index 24a24cd67f5..825cd9db065 100644 --- a/lang/pomsky/Makefile +++ b/lang/pomsky/Makefile @@ -1,7 +1,7 @@ PORTNAME= pomsky DISTVERSIONPREFIX= v DISTVERSION= 0.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang textproc MAINTAINER= yuri@FreeBSD.org diff --git a/lang/prql/Makefile b/lang/prql/Makefile index 62e56228888..83b57d8e772 100644 --- a/lang/prql/Makefile +++ b/lang/prql/Makefile @@ -1,6 +1,6 @@ PORTNAME= prql DISTVERSION= 0.11.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang databases PKGNAMESUFFIX= -compiler diff --git a/lang/python-doc-html/distinfo b/lang/python-doc-html/distinfo index 469fd90d622..c031b3fb4f3 100644 --- a/lang/python-doc-html/distinfo +++ b/lang/python-doc-html/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1712330705 +TIMESTAMP = 1715647907 SHA256 (python/python-2.7.18-docs-html.tar.bz2) = 20445e9a571cacdd350f702f0980e4dc559b6ff81f1d69affe9b0a862fef2f0e SIZE (python/python-2.7.18-docs-html.tar.bz2) = 4634932 SHA256 (python/python-2.7.18-docs-pdf-a4.tar.bz2) = dbac6953e48aac341351067ba0938393e415b10bf48ac8cbbc7247deaf13ab67 @@ -31,11 +31,11 @@ SHA256 (python/python-3.8.19-docs-pdf-letter.tar.bz2) = 343eeef1072fd6a64031ffb9 SIZE (python/python-3.8.19-docs-pdf-letter.tar.bz2) = 15227841 SHA256 (python/python-3.8.19-docs-text.tar.bz2) = 9b3ab571624a0dfdd34e3f31c91a1b62b9663de60b3ca3059a7990d4cc5c3417 SIZE (python/python-3.8.19-docs-text.tar.bz2) = 2443089 -SHA256 (python/python-3.9.18-docs-html.tar.bz2) = 43b4ab38925cc5f39a4f4746e0e572d13684630200347147c33f04ce601e2630 -SIZE (python/python-3.9.18-docs-html.tar.bz2) = 7023072 -SHA256 (python/python-3.9.18-docs-pdf-a4.tar.bz2) = 27f3d63148f8562dda5e6619ff5844d86585ec58ca5e23418f35590588814157 -SIZE (python/python-3.9.18-docs-pdf-a4.tar.bz2) = 15737088 -SHA256 (python/python-3.9.18-docs-pdf-letter.tar.bz2) = 67b9365c421a74941ff29dff379952adaa93fa09cf2ccf36bd04b3604fc3e7e8 -SIZE (python/python-3.9.18-docs-pdf-letter.tar.bz2) = 15848497 -SHA256 (python/python-3.9.18-docs-text.tar.bz2) = bdabd986b0e57298341b9c1831506b100086c404627d623c134c807c4dac15b1 -SIZE (python/python-3.9.18-docs-text.tar.bz2) = 2550959 +SHA256 (python/python-3.9.19-docs-html.tar.bz2) = 01f1f0c6eecba790f314cd1ee19e3832b0a79bfa5592af92a2842ef7afddee33 +SIZE (python/python-3.9.19-docs-html.tar.bz2) = 6983522 +SHA256 (python/python-3.9.19-docs-pdf-a4.tar.bz2) = cb95083b75fd945d897f2ca0dd87cec5ee594e45095165d43bd0eeb4b9716174 +SIZE (python/python-3.9.19-docs-pdf-a4.tar.bz2) = 15742648 +SHA256 (python/python-3.9.19-docs-pdf-letter.tar.bz2) = 09f9a1fbc25adbb510e24e8295f240a3e64ebe9388cbccc9212450f5230edeb7 +SIZE (python/python-3.9.19-docs-pdf-letter.tar.bz2) = 15847848 +SHA256 (python/python-3.9.19-docs-text.tar.bz2) = 058caf761f2f00b35ea9da52fd4b8202af8556cf05a264715762ef0e10854955 +SIZE (python/python-3.9.19-docs-text.tar.bz2) = 2551396 diff --git a/lang/python39/Makefile b/lang/python39/Makefile index 67c64fbca79..2d9187599d7 100644 --- a/lang/python39/Makefile +++ b/lang/python39/Makefile @@ -1,6 +1,5 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} -PORTREVISION= 2 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} diff --git a/lang/python39/Makefile.version b/lang/python39/Makefile.version index d8bf71eee55..e0d78920e60 100644 --- a/lang/python39/Makefile.version +++ b/lang/python39/Makefile.version @@ -4,4 +4,4 @@ # 1. Update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" # 2. Remove PORTREVISION in Makefile -PYTHON_DISTVERSION= 3.9.18 +PYTHON_DISTVERSION= 3.9.19 diff --git a/lang/python39/distinfo b/lang/python39/distinfo index aae4c1d54c8..5ab7e7582f8 100644 --- a/lang/python39/distinfo +++ b/lang/python39/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694092705 -SHA256 (python/Python-3.9.18.tar.xz) = 01597db0132c1cf7b331eff68ae09b5a235a3c3caa9c944c29cac7d1c4c4c00a -SIZE (python/Python-3.9.18.tar.xz) = 19673928 +TIMESTAMP = 1715647295 +SHA256 (python/Python-3.9.19.tar.xz) = d4892cd1618f6458cb851208c030df1482779609d0f3939991bd38184f8c679e +SIZE (python/Python-3.9.19.tar.xz) = 19682840 diff --git a/lang/ruby32/Makefile b/lang/ruby32/Makefile index 846728ac4f4..45894febd12 100644 --- a/lang/ruby32/Makefile +++ b/lang/ruby32/Makefile @@ -19,12 +19,22 @@ BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml RUN_DEPENDS= libffi>=0:devel/libffi -USES= autoreconf cpe ruby:none ssl tar:xz +USES= autoreconf cpe localbase ruby:none ssl tar:xz CPE_VENDOR= ruby-lang CPE_VERSION= ${RUBY_RELVERSION} CPE_UPDATE= p${RUBY_PATCHLEVEL} USE_LDCONFIG= yes +# We get these from other ports +EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/bin/gem \ + --exclude ${DISTNAME}/ext/win32* \ + --exclude ${DISTNAME}/lib/bundler* \ + --exclude ${DISTNAME}/libexec/bundler \ + --exclude ${DISTNAME}/man/erb.1 \ + --exclude ${DISTNAME}/man/irb.1 \ + --exclude ${DISTNAME}/man/ri.1 \ + --no-same-owner --no-same-permissions + GNU_CONFIGURE= yes CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --disable-rpath \ @@ -36,9 +46,8 @@ CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --with-vendordir="${PREFIX}/lib/ruby/vendor_ruby" CONFIGURE_ENV= debugflags= -CPPFLAGS+= -I${LOCALBASE}/include # Keep this, else ruby will fail to load libraries dependent of libpthread. -LIBS+= -lpthread -L${LOCALBASE}/lib +LIBS+= -lpthread WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 3.2 @@ -123,13 +132,6 @@ RB_SET_CONF_VAR= ${SH} -c \ '${REINPLACE_CMD} -E -e "s,(CONFIG\[\"$$0\"\][[:space:]]*=[[:space:]]*)(\(?)(.*)(\)?),\1\2$$1\4," ${WRKSRC}/rbconfig.rb' \ -- -post-patch: -# We get these from other ports -.for d in bin/* ext/dbm ext/gdbm ext/win32* lib/bundler* libexec/bundler* \ - man/bundle* man/erb.1 man/gemfile* man/irb.1 man/ri.1 - @${RM} -r ${BUILD_WRKSRC}/${d} -.endfor - post-build: # # Hack to allow modules to be installed into separate PREFIX and/or under user diff --git a/lang/ruby33/Makefile b/lang/ruby33/Makefile index b2d3e8bdb26..c861bdf7f08 100644 --- a/lang/ruby33/Makefile +++ b/lang/ruby33/Makefile @@ -20,12 +20,22 @@ BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml RUN_DEPENDS= libffi>=0:devel/libffi -USES= autoreconf cpe ruby:none ssl tar:xz +USES= autoreconf cpe localbase ruby:none ssl tar:xz CPE_VENDOR= ruby-lang CPE_VERSION= ${RUBY_RELVERSION} CPE_UPDATE= p${RUBY_PATCHLEVEL} USE_LDCONFIG= yes +# We get these from other ports +EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/bin/gem \ + --exclude ${DISTNAME}/ext/win32* \ + --exclude ${DISTNAME}/lib/bundler* \ + --exclude ${DISTNAME}/libexec/bundler \ + --exclude ${DISTNAME}/man/erb.1 \ + --exclude ${DISTNAME}/man/irb.1 \ + --exclude ${DISTNAME}/man/ri.1 \ + --no-same-owner --no-same-permissions + GNU_CONFIGURE= yes CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --disable-rpath \ @@ -37,9 +47,8 @@ CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --with-vendordir="${PREFIX}/lib/ruby/vendor_ruby" CONFIGURE_ENV= debugflags= -CPPFLAGS+= -I${LOCALBASE}/include # Keep this, else ruby will fail to load libraries dependent of libpthread. -LIBS+= -lpthread -L${LOCALBASE}/lib +LIBS+= -lpthread WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 3.3 @@ -115,13 +124,6 @@ RB_SET_CONF_VAR= ${SH} -c \ post-extract-DOCS-on: ${MV} ${WRKSRC}/ChangeLog ${WRKSRC}/doc/ChangeLog -post-patch: -# We get these from other ports -.for d in bin/* ext/dbm ext/gdbm ext/win32* lib/bundler* libexec/bundler* \ - man/bundle* man/erb.1 man/gemfile* man/irb.1 man/ri.1 - @${RM} -r ${BUILD_WRKSRC}/${d} -.endfor - post-build: # # Hack to allow modules to be installed into separate PREFIX and/or under user diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index 17f7d487c6f..62b434cd2a0 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -2,7 +2,7 @@ # to upload them to ~/public_distfiles on freefall in preparation # for the next lang/rust update. PORTNAME= rust -PORTVERSION= 1.77.0 +PORTVERSION= 1.78.0 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/ PKGNAMEPREFIX= ${FLAVOR:S/_/-/g}- diff --git a/lang/rust-bootstrap/distinfo b/lang/rust-bootstrap/distinfo index 0626df1d180..ff788c17a5e 100644 --- a/lang/rust-bootstrap/distinfo +++ b/lang/rust-bootstrap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710748679 -SHA256 (rust/rustc-1.77.0-src.tar.xz) = 66126989782cbf77fa3aff121bbb108429f2d46fe19328c3de231553de711b90 -SIZE (rust/rustc-1.77.0-src.tar.xz) = 162805036 +TIMESTAMP = 1714719126 +SHA256 (rust/rustc-1.78.0-src.tar.xz) = 8065824f0255faa3901db8206e6f9423f6f8c07cec28bc6f2797c6c948310ece +SIZE (rust/rustc-1.78.0-src.tar.xz) = 159181212 diff --git a/lang/rust-nightly/Makefile b/lang/rust-nightly/Makefile index 961d1a7a482..b3b8ab29663 100644 --- a/lang/rust-nightly/Makefile +++ b/lang/rust-nightly/Makefile @@ -1,5 +1,5 @@ # Run update.sh to update to the latest nightly -PORTVERSION= 1.79.0.${NIGHTLY_DATE:C,-,,g} +PORTVERSION= 1.80.0.${NIGHTLY_DATE:C,-,,g} # Always set PORTREVISION explicitly as otherwise it is inherited from lang/rust PORTREVISION= 0 PKGNAMESUFFIX= -nightly @@ -14,8 +14,8 @@ MASTERDIR= ${.CURDIR}/../rust PATCHDIR= ${.CURDIR}/files DISTINFO_FILE= ${.CURDIR}/distinfo -NIGHTLY_DATE= 2024-03-17 -BOOTSTRAPS_DATE= 2024-02-04 +NIGHTLY_DATE= 2024-05-07 +BOOTSTRAPS_DATE= 2024-04-29 RUST_BOOTSTRAP_VERSION= beta .include "${MASTERDIR}/Makefile" diff --git a/lang/rust-nightly/distinfo b/lang/rust-nightly/distinfo index 397bf6b20bb..b5947b78c52 100644 --- a/lang/rust-nightly/distinfo +++ b/lang/rust-nightly/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1710755050 -SHA256 (rust/2024-03-17/rustc-nightly-src.tar.xz) = 6e6c230c757feb1374c656c8b078d2fd96e7cced020cecf8100ac04c7ea46503 -SIZE (rust/2024-03-17/rustc-nightly-src.tar.xz) = 159212704 -SHA256 (rust/2024-02-04/rustc-beta-x86_64-unknown-freebsd.tar.xz) = b5de56f1f686befd7d225c4fc0636132119a28e6ed22e56300347e8c8fd4388b -SIZE (rust/2024-02-04/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 72836908 -SHA256 (rust/2024-02-04/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = a02a5962c65cbe60667a45d5ad5ec28f1dc86d18344c619fba00f9afd96519e1 -SIZE (rust/2024-02-04/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 26887676 -SHA256 (rust/2024-02-04/cargo-beta-x86_64-unknown-freebsd.tar.xz) = 46a7ce49382615f896276eb1966b7815353d19927a9e54feac902777fc7de10e -SIZE (rust/2024-02-04/cargo-beta-x86_64-unknown-freebsd.tar.xz) = 9010280 +TIMESTAMP = 1715170997 +SHA256 (rust/2024-05-07/rustc-nightly-src.tar.xz) = 980396ea6f15b926155ffaab4d56f70a0729a18a98ed99fe11004b5709855458 +SIZE (rust/2024-05-07/rustc-nightly-src.tar.xz) = 162781340 +SHA256 (rust/2024-04-29/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 786f40030dbe5e6897aafe4bda44770920b2010b93fc5ce86574774e531e2eff +SIZE (rust/2024-04-29/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 75473648 +SHA256 (rust/2024-04-29/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 69626178bc5309afc8a02c941bd77e70e1aa6917ffb6bf0d67a57d921b5c664a +SIZE (rust/2024-04-29/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 27096208 +SHA256 (rust/2024-04-29/cargo-beta-x86_64-unknown-freebsd.tar.xz) = 7fab806227d1a3be817602abb121ac7e039ba0bbf81e0a1d47bdcccca74203c6 +SIZE (rust/2024-04-29/cargo-beta-x86_64-unknown-freebsd.tar.xz) = 9257888 diff --git a/lang/rust-nightly/files/patch-vendor_cc.rs b/lang/rust-nightly/files/patch-vendor_cc.rs new file mode 100644 index 00000000000..5b6888c4c08 --- /dev/null +++ b/lang/rust-nightly/files/patch-vendor_cc.rs @@ -0,0 +1,107 @@ +When the compiler has "clang" in its name the cc crate will pass +an LLVM target triple to it. Rust uses a triple that lacks the OS +version and LLVM will default to FreeBSD 9 behavior, i.e., it will +default to libstdc++ which is no longer available in newer releases. + +To avoid this issue assume we have a GNU compatible toolchain instead +until LLVM can be updated to use libc++ by default. + +https://reviews.llvm.org/D77776 + +--- vendor/cc-1.0.73/src/lib.rs.orig 2021-03-04 20:58:54 UTC ++++ vendor/cc-1.0.73/src/lib.rs +@@ -2659,24 +2659,7 @@ impl Tool { + } + + fn with_features(path: PathBuf, clang_driver: Option<&str>, cuda: bool) -> Self { +- // Try to detect family of the tool from its name, falling back to Gnu. +- let family = if let Some(fname) = path.file_name().and_then(|p| p.to_str()) { +- if fname.contains("clang-cl") { +- ToolFamily::Msvc { clang_cl: true } +- } else if fname.ends_with("cl") || fname == "cl.exe" { +- ToolFamily::Msvc { clang_cl: false } +- } else if fname.contains("clang") { +- match clang_driver { +- Some("cl") => ToolFamily::Msvc { clang_cl: true }, +- _ => ToolFamily::Clang, +- } +- } else { +- ToolFamily::Gnu +- } +- } else { +- ToolFamily::Gnu +- }; +- ++ let family = ToolFamily::Gnu; + Tool { + path: path, + cc_wrapper_path: None, + +--- vendor/cc-1.0.79/src/lib.rs.orig 2021-03-04 20:58:54 UTC ++++ vendor/cc-1.0.79/src/lib.rs +@@ -2659,24 +2659,7 @@ impl Tool { + } + + fn with_features(path: PathBuf, clang_driver: Option<&str>, cuda: bool) -> Self { +- // Try to detect family of the tool from its name, falling back to Gnu. +- let family = if let Some(fname) = path.file_name().and_then(|p| p.to_str()) { +- if fname.contains("clang-cl") { +- ToolFamily::Msvc { clang_cl: true } +- } else if fname.ends_with("cl") || fname == "cl.exe" { +- ToolFamily::Msvc { clang_cl: false } +- } else if fname.contains("clang") { +- match clang_driver { +- Some("cl") => ToolFamily::Msvc { clang_cl: true }, +- _ => ToolFamily::Clang, +- } +- } else { +- ToolFamily::Gnu +- } +- } else { +- ToolFamily::Gnu +- }; +- ++ let family = ToolFamily::Gnu; + Tool { + path: path, + cc_wrapper_path: None, + +--- vendor/cc-1.0.90/src/tool.rs.orig 2024-03-18 11:23:17 UTC ++++ vendor/cc-1.0.90/src/tool.rs +@@ -122,22 +122,7 @@ impl Tool { + }; + + // Try to detect family of the tool from its name, falling back to Gnu. +- let family = if let Some(fname) = path.file_name().and_then(|p| p.to_str()) { +- if fname.contains("clang-cl") { +- ToolFamily::Msvc { clang_cl: true } +- } else if fname.ends_with("cl") || fname == "cl.exe" { +- ToolFamily::Msvc { clang_cl: false } +- } else if fname.contains("clang") { +- match clang_driver { +- Some("cl") => ToolFamily::Msvc { clang_cl: true }, +- _ => ToolFamily::Clang, +- } +- } else { +- detect_family(&path) +- } +- } else { +- detect_family(&path) +- }; ++ let family = ToolFamily::Gnu; + + Tool { + path, +--- vendor/cc-1.0.92/src/tool.rs.orig 2024-05-09 18:20:47 UTC ++++ vendor/cc-1.0.92/src/tool.rs +@@ -151,9 +151,7 @@ impl Tool { + + match (clang, accepts_cl_style_flags, gcc) { + (clang_cl, true, _) => Ok(ToolFamily::Msvc { clang_cl }), +- (true, false, _) => Ok(ToolFamily::Clang { +- zig_cc: is_zig_cc(path, cargo_output), +- }), ++ (true, false, _) => Ok(ToolFamily::Gnu), + (false, false, true) => Ok(ToolFamily::Gnu), + (false, false, false) => { + cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__` or `_MSC_VER`, fallback to treating it as GNU"); diff --git a/lang/rust-nightly/files/patch-vendor_cc_src_tool.rs b/lang/rust-nightly/files/patch-vendor_cc_src_tool.rs deleted file mode 100644 index 42c63f43659..00000000000 --- a/lang/rust-nightly/files/patch-vendor_cc_src_tool.rs +++ /dev/null @@ -1,36 +0,0 @@ -When the compiler has "clang" in its name the cc crate will pass -an LLVM target triple to it. Rust uses a triple that lacks the OS -version and LLVM will default to FreeBSD 9 behavior, i.e., it will -default to libstdc++ which is no longer available in newer releases. - -To avoid this issue assume we have a GNU compatible toolchain instead -until LLVM can be updated to use libc++ by default. - -https://reviews.llvm.org/D77776 - ---- vendor/cc/src/tool.rs.orig 2024-03-18 11:23:17 UTC -+++ vendor/cc/src/tool.rs -@@ -122,22 +122,7 @@ impl Tool { - }; - - // Try to detect family of the tool from its name, falling back to Gnu. -- let family = if let Some(fname) = path.file_name().and_then(|p| p.to_str()) { -- if fname.contains("clang-cl") { -- ToolFamily::Msvc { clang_cl: true } -- } else if fname.ends_with("cl") || fname == "cl.exe" { -- ToolFamily::Msvc { clang_cl: false } -- } else if fname.contains("clang") { -- match clang_driver { -- Some("cl") => ToolFamily::Msvc { clang_cl: true }, -- _ => ToolFamily::Clang, -- } -- } else { -- detect_family(&path) -- } -- } else { -- detect_family(&path) -- }; -+ let family = ToolFamily::Gnu; - - Tool { - path, diff --git a/lang/rustpython/Makefile b/lang/rustpython/Makefile index 42df4e067f1..b1372e5c633 100644 --- a/lang/rustpython/Makefile +++ b/lang/rustpython/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustpython -DISTVERSION= 0.3.0 -PORTREVISION= 2 +DISTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org @@ -11,6 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile, see https://github.com/rusqlite/rusqlite/issues/1440 +BROKEN_i386= fails to compile, see https://github.com/RustPython/RustPython/issues/5318 USES= cargo @@ -21,8 +22,9 @@ GH_PROJECT= RustPython CARGO_CRATES= Inflector-0.11.4 \ adler-1.0.2 \ adler32-1.2.0 \ - ahash-0.7.6 \ + ahash-0.8.11 \ aho-corasick-0.7.20 \ + android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ ansi_term-0.12.1 \ anyhow-1.0.69 \ @@ -34,11 +36,9 @@ CARGO_CRATES= Inflector-0.11.4 \ autocfg-1.1.0 \ base64-0.13.1 \ bitflags-1.3.2 \ - bitflags-2.3.1 \ + bitflags-2.5.0 \ blake2-0.10.6 \ - block-buffer-0.9.0 \ block-buffer-0.10.3 \ - block-padding-0.2.1 \ bstr-0.2.17 \ bumpalo-3.12.0 \ byteorder-1.4.3 \ @@ -48,9 +48,10 @@ CARGO_CRATES= Inflector-0.11.4 \ cast-0.3.0 \ cc-1.0.79 \ cfg-if-1.0.0 \ - chrono-0.4.23 \ + cfg_aliases-0.1.1 \ + chrono-0.4.37 \ clap-2.34.0 \ - clipboard-win-4.5.0 \ + clipboard-win-5.0.0 \ codespan-reporting-0.11.1 \ console-0.15.5 \ console_error_panic_hook-0.1.7 \ @@ -58,7 +59,6 @@ CARGO_CRATES= Inflector-0.11.4 \ core-foundation-0.9.3 \ core-foundation-sys-0.8.3 \ cpufeatures-0.2.5 \ - cpython-0.7.1 \ cranelift-0.88.2 \ cranelift-bforest-0.88.2 \ cranelift-codegen-0.88.2 \ @@ -76,7 +76,7 @@ CARGO_CRATES= Inflector-0.11.4 \ crossbeam-channel-0.5.6 \ crossbeam-deque-0.8.2 \ crossbeam-epoch-0.9.13 \ - crossbeam-utils-0.8.16 \ + crossbeam-utils-0.8.19 \ crunchy-0.2.2 \ crypto-common-0.1.6 \ csv-1.2.0 \ @@ -86,51 +86,52 @@ CARGO_CRATES= Inflector-0.11.4 \ cxxbridge-flags-1.0.91 \ cxxbridge-macro-1.0.91 \ derive_more-0.99.17 \ - digest-0.9.0 \ digest-0.10.6 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ - dns-lookup-1.0.8 \ + dns-lookup-2.0.4 \ dyn-clone-1.0.10 \ either-1.8.1 \ embed-doc-image-0.1.4 \ encode_unicode-0.3.6 \ endian-type-0.1.2 \ env_logger-0.9.3 \ - errno-0.3.1 \ - errno-dragonfly-0.1.2 \ - error-code-2.3.1 \ + equivalent-1.0.1 \ + errno-0.3.8 \ + error-code-3.0.0 \ exitcode-1.1.2 \ - fd-lock-3.0.12 \ + fd-lock-4.0.2 \ flame-0.2.2 \ flamer-0.4.0 \ flamescope-0.1.2 \ - flate2-1.0.25 \ + flate2-1.0.28 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fxhash-0.2.1 \ generic-array-0.14.6 \ gethostname-0.2.3 \ - getrandom-0.1.16 \ - getrandom-0.2.8 \ + getopts-0.2.21 \ + getrandom-0.2.14 \ glob-0.3.1 \ half-1.8.2 \ hashbrown-0.12.3 \ + hashbrown-0.14.3 \ heck-0.4.1 \ hermit-abi-0.1.19 \ hermit-abi-0.2.6 \ - hermit-abi-0.3.1 \ hex-0.4.3 \ hexf-parse-0.2.1 \ + home-0.5.9 \ iana-time-zone-0.1.53 \ iana-time-zone-haiku-0.1.1 \ - indexmap-1.9.2 \ - insta-1.28.0 \ - io-lifetimes-1.0.10 \ - is-macro-0.2.2 \ - itertools-0.9.0 \ + indexmap-1.9.3 \ + indexmap-2.2.6 \ + indoc-2.0.4 \ + insta-1.38.0 \ + is-macro-0.3.0 \ itertools-0.10.5 \ + itertools-0.11.0 \ itoa-1.0.5 \ js-sys-0.3.61 \ keccak-0.1.3 \ @@ -140,51 +141,52 @@ CARGO_CRATES= Inflector-0.11.4 \ lexical-parse-float-0.8.5 \ lexical-parse-integer-0.8.6 \ lexical-util-0.8.5 \ - libc-0.2.141 \ + libc-0.2.153 \ libffi-3.1.0 \ libffi-sys-2.1.0 \ libsqlite3-sys-0.25.2 \ libz-sys-1.1.8 \ link-cplusplus-1.0.8 \ linked-hash-map-0.5.6 \ - linux-raw-sys-0.3.1 \ + linux-raw-sys-0.4.12 \ lock_api-0.4.9 \ log-0.4.17 \ - lz4_flex-0.9.5 \ - mac_address-1.1.4 \ + lz4_flex-0.11.1 \ + mac_address-1.1.5 \ mach-0.3.2 \ - malachite-0.3.2 \ - malachite-base-0.3.2 \ - malachite-bigint-0.1.0 \ - malachite-nz-0.3.2 \ - malachite-q-0.3.2 \ + malachite-0.4.4 \ + malachite-base-0.4.4 \ + malachite-bigint-0.2.0 \ + malachite-nz-0.4.4 \ + malachite-q-0.4.4 \ maplit-1.0.2 \ matches-0.1.10 \ md-5-0.10.5 \ - memchr-2.5.0 \ + memchr-2.7.2 \ memmap2-0.5.8 \ memoffset-0.6.5 \ memoffset-0.7.1 \ - miniz_oxide-0.6.2 \ + memoffset-0.9.1 \ + miniz_oxide-0.7.2 \ mt19937-2.0.1 \ nibble_vec-0.1.0 \ nix-0.23.2 \ - nix-0.26.2 \ + nix-0.27.1 \ + nix-0.28.0 \ nom8-0.2.0 \ num-complex-0.4.3 \ num-integer-0.1.45 \ num-traits-0.2.15 \ num_cpus-1.15.0 \ - num_enum-0.5.9 \ - num_enum_derive-0.5.9 \ - once_cell-1.17.1 \ + num_enum-0.7.2 \ + num_enum_derive-0.7.2 \ + once_cell-1.19.0 \ oorandom-11.1.3 \ - opaque-debug-0.3.0 \ - openssl-0.10.55 \ + openssl-0.10.62 \ openssl-macros-0.1.0 \ openssl-probe-0.1.5 \ - openssl-src-111.25.0+1.1.1t \ - openssl-sys-0.9.90 \ + openssl-src-300.2.1+3.2.0 \ + openssl-sys-0.9.98 \ optional-0.5.0 \ page_size-0.4.2 \ parking_lot-0.12.1 \ @@ -194,27 +196,27 @@ CARGO_CRATES= Inflector-0.11.4 \ phf_codegen-0.11.1 \ phf_generator-0.11.1 \ phf_shared-0.11.1 \ - pin-utils-0.1.0 \ pkg-config-0.3.26 \ plotters-0.3.4 \ plotters-backend-0.3.4 \ plotters-svg-0.3.3 \ pmutil-0.5.3 \ + pmutil-0.6.1 \ ppv-lite86-0.2.17 \ proc-macro-crate-1.3.0 \ - proc-macro2-1.0.66 \ - puruspe-0.1.5 \ - python3-sys-0.7.1 \ - quote-1.0.23 \ + proc-macro2-1.0.79 \ + puruspe-0.2.4 \ + pyo3-0.20.2 \ + pyo3-build-config-0.20.2 \ + pyo3-ffi-0.20.2 \ + pyo3-macros-0.20.2 \ + pyo3-macros-backend-0.20.2 \ + quote-1.0.33 \ radium-0.7.0 \ radix_trie-0.2.1 \ - rand-0.7.3 \ rand-0.8.5 \ - rand_chacha-0.2.2 \ rand_chacha-0.3.1 \ - rand_core-0.5.1 \ rand_core-0.6.4 \ - rand_hc-0.2.0 \ rayon-1.6.1 \ rayon-core-1.10.2 \ redox_syscall-0.1.57 \ @@ -225,16 +227,16 @@ CARGO_CRATES= Inflector-0.11.4 \ regex-automata-0.1.10 \ regex-syntax-0.6.28 \ region-2.2.0 \ - result-like-0.4.5 \ - result-like-derive-0.4.5 \ + result-like-0.4.6 \ + result-like-derive-0.4.6 \ rustc-hash-1.1.0 \ rustc_version-0.4.0 \ - rustix-0.37.11 \ + rustix-0.38.28 \ rustversion-1.0.11 \ - rustyline-11.0.0 \ - ryu-1.0.12 \ + rustyline-14.0.0 \ + ryu-1.0.15 \ same-file-1.0.6 \ - schannel-0.1.21 \ + schannel-0.1.22 \ scopeguard-1.1.0 \ scratch-1.0.3 \ semver-1.0.16 \ @@ -245,21 +247,19 @@ CARGO_CRATES= Inflector-0.11.4 \ serde_json-1.0.93 \ sha-1-0.10.1 \ sha2-0.10.6 \ - sha3-0.9.1 \ sha3-0.10.6 \ similar-2.2.1 \ siphasher-0.3.10 \ slice-group-by-0.3.0 \ smallvec-1.10.0 \ - socket2-0.4.7 \ - sre-engine-0.4.1 \ + socket2-0.5.5 \ static_assertions-1.1.0 \ - str-buf-1.0.6 \ strsim-0.8.0 \ strum-0.24.1 \ strum_macros-0.24.3 \ subtle-2.4.1 \ - syn-1.0.107 \ + syn-1.0.109 \ + syn-2.0.32 \ syn-ext-0.4.0 \ system-configuration-0.5.0 \ system-configuration-sys-0.5.0 \ @@ -272,7 +272,8 @@ CARGO_CRATES= Inflector-0.11.4 \ thiserror-impl-1.0.38 \ thread-id-3.3.0 \ thread_local-1.1.7 \ - time-0.1.45 \ + time-0.3.20 \ + time-core-0.1.0 \ timsort-0.1.2 \ tiny-keccak-2.0.2 \ tinytemplate-1.2.1 \ @@ -301,6 +302,9 @@ CARGO_CRATES= Inflector-0.11.4 \ unicode-normalization-0.1.22 \ unicode-segmentation-1.10.1 \ unicode-width-0.1.10 \ + unicode_names2-1.1.0 \ + unicode_names2_generator-1.1.0 \ + unindent-0.2.3 \ utf8parse-0.2.0 \ uuid-1.3.0 \ uuid-macro-internal-1.3.0 \ @@ -309,8 +313,6 @@ CARGO_CRATES= Inflector-0.11.4 \ version_check-0.9.4 \ volatile-0.3.0 \ walkdir-2.3.2 \ - wasi-0.9.0+wasi-snapshot-preview1 \ - wasi-0.10.0+wasi-snapshot-preview1 \ wasi-0.11.0+wasi-snapshot-preview1 \ wasm-bindgen-0.2.84 \ wasm-bindgen-backend-0.2.84 \ @@ -320,48 +322,53 @@ CARGO_CRATES= Inflector-0.11.4 \ wasm-bindgen-shared-0.2.84 \ web-sys-0.3.61 \ which-4.4.0 \ - widestring-0.5.1 \ + widestring-1.1.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-0.39.0 \ + windows-0.52.0 \ + windows-core-0.52.0 \ windows-sys-0.36.1 \ windows-sys-0.42.0 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ + windows-sys-0.52.0 \ windows-targets-0.42.1 \ - windows-targets-0.48.0 \ + windows-targets-0.48.5 \ + windows-targets-0.52.0 \ windows_aarch64_gnullvm-0.42.1 \ - windows_aarch64_gnullvm-0.48.0 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.0 \ windows_aarch64_msvc-0.36.1 \ - windows_aarch64_msvc-0.39.0 \ windows_aarch64_msvc-0.42.1 \ - windows_aarch64_msvc-0.48.0 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.0 \ windows_i686_gnu-0.36.1 \ - windows_i686_gnu-0.39.0 \ windows_i686_gnu-0.42.1 \ - windows_i686_gnu-0.48.0 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.0 \ windows_i686_msvc-0.36.1 \ - windows_i686_msvc-0.39.0 \ windows_i686_msvc-0.42.1 \ - windows_i686_msvc-0.48.0 \ + windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.0 \ windows_x86_64_gnu-0.36.1 \ - windows_x86_64_gnu-0.39.0 \ windows_x86_64_gnu-0.42.1 \ - windows_x86_64_gnu-0.48.0 \ + windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.0 \ windows_x86_64_gnullvm-0.42.1 \ - windows_x86_64_gnullvm-0.48.0 \ + windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.0 \ windows_x86_64_msvc-0.36.1 \ - windows_x86_64_msvc-0.39.0 \ windows_x86_64_msvc-0.42.1 \ - windows_x86_64_msvc-0.48.0 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.0 \ winreg-0.10.1 \ xml-rs-0.8.14 \ - yaml-rust-0.4.5 \ + zerocopy-0.7.32 \ + zerocopy-derive-0.7.32 \ rustpython-doc@git+https://github.com/RustPython/__doc__?tag=0.3.0\#8b62ce5d796d68a091969c9fa5406276cb483f79 \ - unicode_names2@git+https://github.com/youknowone/unicode_names2.git?rev=4ce16aa85cbcdd9cc830410f1a72ef9a235f2fde\#4ce16aa85cbcdd9cc830410f1a72ef9a235f2fde \ - rustpython-ast,rustpython-format,rustpython-literal,rustpython-parser,rustpython-parser-core,rustpython-parser-vendored@git+https://github.com/RustPython/Parser.git?tag=0.3.0\#a1e4336f7043807eda8a5ecb15d4115172cc4a7e + rustpython-ast,rustpython-format,rustpython-literal,rustpython-parser,rustpython-parser-core,rustpython-parser-vendored@git+https://github.com/RustPython/Parser.git?rev=a95045bc627b2fbf84caf4f010e521846be7b37f\#a95045bc627b2fbf84caf4f010e521846be7b37f OPENSSLINC= /usr/include OPENSSLLIB= /usr/lib diff --git a/lang/rustpython/distinfo b/lang/rustpython/distinfo index 232e60775ab..056201a668c 100644 --- a/lang/rustpython/distinfo +++ b/lang/rustpython/distinfo @@ -1,14 +1,16 @@ -TIMESTAMP = 1705308455 +TIMESTAMP = 1715079976 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 SIZE (rust/crates/adler32-1.2.0.crate) = 6411 -SHA256 (rust/crates/ahash-0.7.6.crate) = fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47 -SIZE (rust/crates/ahash-0.7.6.crate) = 38030 +SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 +SIZE (rust/crates/ahash-0.8.11.crate) = 43607 SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440 +SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 +SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 @@ -31,16 +33,12 @@ SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71 SIZE (rust/crates/base64-0.13.1.crate) = 61002 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.3.1.crate) = 6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84 -SIZE (rust/crates/bitflags-2.3.1.crate) = 39565 +SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 +SIZE (rust/crates/bitflags-2.5.0.crate) = 43821 SHA256 (rust/crates/blake2-0.10.6.crate) = 46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe SIZE (rust/crates/blake2-0.10.6.crate) = 47234 -SHA256 (rust/crates/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 -SIZE (rust/crates/block-buffer-0.9.0.crate) = 7108 SHA256 (rust/crates/block-buffer-0.10.3.crate) = 69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e SIZE (rust/crates/block-buffer-0.10.3.crate) = 10465 -SHA256 (rust/crates/block-padding-0.2.1.crate) = 8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae -SIZE (rust/crates/block-padding-0.2.1.crate) = 7672 SHA256 (rust/crates/bstr-0.2.17.crate) = ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223 SIZE (rust/crates/bstr-0.2.17.crate) = 330350 SHA256 (rust/crates/bumpalo-3.12.0.crate) = 0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535 @@ -59,12 +57,14 @@ SHA256 (rust/crates/cc-1.0.79.crate) = 50d30906286121d95be3d479533b458f87493b30a SIZE (rust/crates/cc-1.0.79.crate) = 62624 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.23.crate) = 16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f -SIZE (rust/crates/chrono-0.4.23.crate) = 187259 +SHA256 (rust/crates/cfg_aliases-0.1.1.crate) = fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e +SIZE (rust/crates/cfg_aliases-0.1.1.crate) = 6009 +SHA256 (rust/crates/chrono-0.4.37.crate) = 8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e +SIZE (rust/crates/chrono-0.4.37.crate) = 234441 SHA256 (rust/crates/clap-2.34.0.crate) = a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c SIZE (rust/crates/clap-2.34.0.crate) = 202210 -SHA256 (rust/crates/clipboard-win-4.5.0.crate) = 7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362 -SIZE (rust/crates/clipboard-win-4.5.0.crate) = 13476 +SHA256 (rust/crates/clipboard-win-5.0.0.crate) = c57002a5d9be777c1ef967e33674dac9ebd310d8893e4e3437b14d5f0f6372cc +SIZE (rust/crates/clipboard-win-5.0.0.crate) = 15248 SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 SHA256 (rust/crates/console-0.15.5.crate) = c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60 @@ -79,8 +79,6 @@ SHA256 (rust/crates/core-foundation-sys-0.8.3.crate) = 5827cebf4670468b8772dd191 SIZE (rust/crates/core-foundation-sys-0.8.3.crate) = 17519 SHA256 (rust/crates/cpufeatures-0.2.5.crate) = 28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320 SIZE (rust/crates/cpufeatures-0.2.5.crate) = 11251 -SHA256 (rust/crates/cpython-0.7.1.crate) = 3052106c29da7390237bc2310c1928335733b286287754ea85e6093d2495280e -SIZE (rust/crates/cpython-0.7.1.crate) = 126286 SHA256 (rust/crates/cranelift-0.88.2.crate) = ea1b0c164043c16a8ece6813eef609ac2262a32a0bb0f5ed6eecf5d7bfb79ba8 SIZE (rust/crates/cranelift-0.88.2.crate) = 6110 SHA256 (rust/crates/cranelift-bforest-0.88.2.crate) = 52056f6d0584484b57fa6c1a65c1fcb15f3780d8b6a758426d9e3084169b2ddd @@ -115,8 +113,8 @@ SHA256 (rust/crates/crossbeam-deque-0.8.2.crate) = 715e8152b692bba2d374b53d48754 SIZE (rust/crates/crossbeam-deque-0.8.2.crate) = 21237 SHA256 (rust/crates/crossbeam-epoch-0.9.13.crate) = 01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a SIZE (rust/crates/crossbeam-epoch-0.9.13.crate) = 48313 -SHA256 (rust/crates/crossbeam-utils-0.8.16.crate) = 5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294 -SIZE (rust/crates/crossbeam-utils-0.8.16.crate) = 42508 +SHA256 (rust/crates/crossbeam-utils-0.8.19.crate) = 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 +SIZE (rust/crates/crossbeam-utils-0.8.19.crate) = 42328 SHA256 (rust/crates/crunchy-0.2.2.crate) = 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7 SIZE (rust/crates/crunchy-0.2.2.crate) = 2995 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 @@ -135,16 +133,14 @@ SHA256 (rust/crates/cxxbridge-macro-1.0.91.crate) = 086c685979a698443656e5cf7856 SIZE (rust/crates/cxxbridge-macro-1.0.91.crate) = 59525 SHA256 (rust/crates/derive_more-0.99.17.crate) = 4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321 SIZE (rust/crates/derive_more-0.99.17.crate) = 55771 -SHA256 (rust/crates/digest-0.9.0.crate) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 -SIZE (rust/crates/digest-0.9.0.crate) = 13247 SHA256 (rust/crates/digest-0.10.6.crate) = 8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f SIZE (rust/crates/digest-0.10.6.crate) = 19527 SHA256 (rust/crates/dirs-next-2.0.0.crate) = b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1 SIZE (rust/crates/dirs-next-2.0.0.crate) = 11689 SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d SIZE (rust/crates/dirs-sys-next-0.1.2.crate) = 10681 -SHA256 (rust/crates/dns-lookup-1.0.8.crate) = 53ecafc952c4528d9b51a458d1a8904b81783feff9fde08ab6ed2545ff396872 -SIZE (rust/crates/dns-lookup-1.0.8.crate) = 13153 +SHA256 (rust/crates/dns-lookup-2.0.4.crate) = e5766087c2235fec47fafa4cfecc81e494ee679d0fd4a59887ea0919bfb0e4fc +SIZE (rust/crates/dns-lookup-2.0.4.crate) = 13733 SHA256 (rust/crates/dyn-clone-1.0.10.crate) = c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60 SIZE (rust/crates/dyn-clone-1.0.10.crate) = 11946 SHA256 (rust/crates/either-1.8.1.crate) = 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91 @@ -157,24 +153,24 @@ SHA256 (rust/crates/endian-type-0.1.2.crate) = c34f04666d835ff5d62e058c3995147c0 SIZE (rust/crates/endian-type-0.1.2.crate) = 2340 SHA256 (rust/crates/env_logger-0.9.3.crate) = a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7 SIZE (rust/crates/env_logger-0.9.3.crate) = 33291 -SHA256 (rust/crates/errno-0.3.1.crate) = 4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a -SIZE (rust/crates/errno-0.3.1.crate) = 10348 -SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf -SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 -SHA256 (rust/crates/error-code-2.3.1.crate) = 64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21 -SIZE (rust/crates/error-code-2.3.1.crate) = 5324 +SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 +SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 +SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 +SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/error-code-3.0.0.crate) = 281e452d3bad4005426416cdba5ccfd4f5c1280e10099e21db27f7c1c28347fc +SIZE (rust/crates/error-code-3.0.0.crate) = 6176 SHA256 (rust/crates/exitcode-1.1.2.crate) = de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193 SIZE (rust/crates/exitcode-1.1.2.crate) = 6538 -SHA256 (rust/crates/fd-lock-3.0.12.crate) = 39ae6b3d9530211fb3b12a95374b8b0823be812f53d09e18c5675c0146b09642 -SIZE (rust/crates/fd-lock-3.0.12.crate) = 13692 +SHA256 (rust/crates/fd-lock-4.0.2.crate) = 7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947 +SIZE (rust/crates/fd-lock-4.0.2.crate) = 13675 SHA256 (rust/crates/flame-0.2.2.crate) = 1fc2706461e1ee94f55cab2ed2e3d34ae9536cfa830358ef80acff1a3dacab30 SIZE (rust/crates/flame-0.2.2.crate) = 212302 SHA256 (rust/crates/flamer-0.4.0.crate) = 36b732da54fd4ea34452f2431cf464ac7be94ca4b339c9cd3d3d12eb06fe7aab SIZE (rust/crates/flamer-0.4.0.crate) = 8193 SHA256 (rust/crates/flamescope-0.1.2.crate) = c3cc29a6c0dfa26d3a0e80021edda5671eeed79381130897737cdd273ea18909 SIZE (rust/crates/flamescope-0.1.2.crate) = 4000 -SHA256 (rust/crates/flate2-1.0.25.crate) = a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841 -SIZE (rust/crates/flate2-1.0.25.crate) = 70210 +SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e +SIZE (rust/crates/flate2-1.0.28.crate) = 73690 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 @@ -187,44 +183,48 @@ SHA256 (rust/crates/generic-array-0.14.6.crate) = bff49e947297f3312447abdca79f45 SIZE (rust/crates/generic-array-0.14.6.crate) = 15889 SHA256 (rust/crates/gethostname-0.2.3.crate) = c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e SIZE (rust/crates/gethostname-0.2.3.crate) = 8174 -SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce -SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 -SHA256 (rust/crates/getrandom-0.2.8.crate) = c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31 -SIZE (rust/crates/getrandom-0.2.8.crate) = 30553 +SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 +SIZE (rust/crates/getopts-0.2.21.crate) = 18457 +SHA256 (rust/crates/getrandom-0.2.14.crate) = 94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c +SIZE (rust/crates/getrandom-0.2.14.crate) = 37307 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 SHA256 (rust/crates/half-1.8.2.crate) = eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7 SIZE (rust/crates/half-1.8.2.crate) = 41874 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 +SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 +SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 SIZE (rust/crates/heck-0.4.1.crate) = 11567 SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979 SHA256 (rust/crates/hermit-abi-0.2.6.crate) = ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7 SIZE (rust/crates/hermit-abi-0.2.6.crate) = 13027 -SHA256 (rust/crates/hermit-abi-0.3.1.crate) = fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286 -SIZE (rust/crates/hermit-abi-0.3.1.crate) = 13793 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/hexf-parse-0.2.1.crate) = dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df SIZE (rust/crates/hexf-parse-0.2.1.crate) = 4662 +SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 +SIZE (rust/crates/home-0.5.9.crate) = 8760 SHA256 (rust/crates/iana-time-zone-0.1.53.crate) = 64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765 SIZE (rust/crates/iana-time-zone-0.1.53.crate) = 20176 SHA256 (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca SIZE (rust/crates/iana-time-zone-haiku-0.1.1.crate) = 7200 -SHA256 (rust/crates/indexmap-1.9.2.crate) = 1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399 -SIZE (rust/crates/indexmap-1.9.2.crate) = 54627 -SHA256 (rust/crates/insta-1.28.0.crate) = fea5b3894afe466b4bcf0388630fc15e11938a6074af0cd637c825ba2ec8a099 -SIZE (rust/crates/insta-1.28.0.crate) = 543398 -SHA256 (rust/crates/io-lifetimes-1.0.10.crate) = 9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220 -SIZE (rust/crates/io-lifetimes-1.0.10.crate) = 37294 -SHA256 (rust/crates/is-macro-0.2.2.crate) = 8a7d079e129b77477a49c5c4f1cfe9ce6c2c909ef52520693e8e811a714c7b20 -SIZE (rust/crates/is-macro-0.2.2.crate) = 5247 -SHA256 (rust/crates/itertools-0.9.0.crate) = 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b -SIZE (rust/crates/itertools-0.9.0.crate) = 96429 +SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 +SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 +SHA256 (rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 +SIZE (rust/crates/indexmap-2.2.6.crate) = 82420 +SHA256 (rust/crates/indoc-2.0.4.crate) = 1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8 +SIZE (rust/crates/indoc-2.0.4.crate) = 14311 +SHA256 (rust/crates/insta-1.38.0.crate) = 3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc +SIZE (rust/crates/insta-1.38.0.crate) = 86379 +SHA256 (rust/crates/is-macro-0.3.0.crate) = f4467ed1321b310c2625c5aa6c1b1ffc5de4d9e42668cf697a08fb033ee8265e +SIZE (rust/crates/is-macro-0.3.0.crate) = 5252 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 SIZE (rust/crates/itertools-0.10.5.crate) = 115354 +SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 +SIZE (rust/crates/itertools-0.11.0.crate) = 125074 SHA256 (rust/crates/itoa-1.0.5.crate) = fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440 SIZE (rust/crates/itoa-1.0.5.crate) = 10622 SHA256 (rust/crates/js-sys-0.3.61.crate) = 445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730 @@ -243,8 +243,8 @@ SHA256 (rust/crates/lexical-parse-integer-0.8.6.crate) = 6d0994485ed0c312f6d9657 SIZE (rust/crates/lexical-parse-integer-0.8.6.crate) = 33647 SHA256 (rust/crates/lexical-util-0.8.5.crate) = 5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc SIZE (rust/crates/lexical-util-0.8.5.crate) = 85152 -SHA256 (rust/crates/libc-0.2.141.crate) = 3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5 -SIZE (rust/crates/libc-0.2.141.crate) = 671145 +SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd +SIZE (rust/crates/libc-0.2.153.crate) = 740614 SHA256 (rust/crates/libffi-3.1.0.crate) = 6cb06d5b4c428f3cd682943741c39ed4157ae989fffe1094a08eaf7c4014cf60 SIZE (rust/crates/libffi-3.1.0.crate) = 23761 SHA256 (rust/crates/libffi-sys-2.1.0.crate) = 11c6f11e063a27ffe040a9d15f0b661bf41edc2383b7ae0e0ad5a7e7d53d9da3 @@ -257,52 +257,56 @@ SHA256 (rust/crates/link-cplusplus-1.0.8.crate) = ecd207c9c713c34f95a097a5b029ac SIZE (rust/crates/link-cplusplus-1.0.8.crate) = 7674 SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 -SHA256 (rust/crates/linux-raw-sys-0.3.1.crate) = d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f -SIZE (rust/crates/linux-raw-sys-0.3.1.crate) = 932203 +SHA256 (rust/crates/linux-raw-sys-0.4.12.crate) = c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456 +SIZE (rust/crates/linux-raw-sys-0.4.12.crate) = 1465800 SHA256 (rust/crates/lock_api-0.4.9.crate) = 435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df SIZE (rust/crates/lock_api-0.4.9.crate) = 25685 SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e SIZE (rust/crates/log-0.4.17.crate) = 38028 -SHA256 (rust/crates/lz4_flex-0.9.5.crate) = 1a8cbbb2831780bc3b9c15a41f5b49222ef756b6730a95f3decfdd15903eb5a3 -SIZE (rust/crates/lz4_flex-0.9.5.crate) = 38497 -SHA256 (rust/crates/mac_address-1.1.4.crate) = b238e3235c8382b7653c6408ed1b08dd379bdb9fdf990fb0bbae3db2cc0ae963 -SIZE (rust/crates/mac_address-1.1.4.crate) = 12500 +SHA256 (rust/crates/lz4_flex-0.11.1.crate) = 3ea9b256699eda7b0387ffbc776dd625e28bde3918446381781245b7a50349d8 +SIZE (rust/crates/lz4_flex-0.11.1.crate) = 40041 +SHA256 (rust/crates/mac_address-1.1.5.crate) = 4863ee94f19ed315bf3bc00299338d857d4b5bc856af375cc97d237382ad3856 +SIZE (rust/crates/mac_address-1.1.5.crate) = 12191 SHA256 (rust/crates/mach-0.3.2.crate) = b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa SIZE (rust/crates/mach-0.3.2.crate) = 19611 -SHA256 (rust/crates/malachite-0.3.2.crate) = f6cf7f4730c30071ba374fac86ad35b1cb7a0716f774737768667ea3fa1828e3 -SIZE (rust/crates/malachite-0.3.2.crate) = 3293 -SHA256 (rust/crates/malachite-base-0.3.2.crate) = 2b06bfa98a4b4802af5a4263b4ad4660e28e51e8490f6354eb9336c70767e1c5 -SIZE (rust/crates/malachite-base-0.3.2.crate) = 783955 -SHA256 (rust/crates/malachite-bigint-0.1.0.crate) = 8a5110aee54537b0cef214efbebdd7df79b7408db8eef4f6a4b6db9d0d8fc01b -SIZE (rust/crates/malachite-bigint-0.1.0.crate) = 12263 -SHA256 (rust/crates/malachite-nz-0.3.2.crate) = c89e21c64b7af5be3dc8cef16f786243faf59459fe4ba93b44efdeb264e5ade4 -SIZE (rust/crates/malachite-nz-0.3.2.crate) = 2277313 -SHA256 (rust/crates/malachite-q-0.3.2.crate) = 3755e541d5134b5016594c9043094172c4dda9259b3ce824a7b8101941850360 -SIZE (rust/crates/malachite-q-0.3.2.crate) = 185849 +SHA256 (rust/crates/malachite-0.4.4.crate) = 220cb36c52aa6eff45559df497abe0e2a4c1209f92279a746a399f622d7b95c7 +SIZE (rust/crates/malachite-0.4.4.crate) = 2281 +SHA256 (rust/crates/malachite-base-0.4.4.crate) = 6538136c5daf04126d6be4899f7fe4879b7f8de896dd1b4210fe6de5b94f2555 +SIZE (rust/crates/malachite-base-0.4.4.crate) = 794583 +SHA256 (rust/crates/malachite-bigint-0.2.0.crate) = 17703a19c80bbdd0b7919f0f104f3b0597f7de4fc4e90a477c15366a5ba03faa +SIZE (rust/crates/malachite-bigint-0.2.0.crate) = 12353 +SHA256 (rust/crates/malachite-nz-0.4.4.crate) = 5f0b05577b7a3f09433106460b10304f97fc572f0baabf6640e6cb1e23f5fc52 +SIZE (rust/crates/malachite-nz-0.4.4.crate) = 2304746 +SHA256 (rust/crates/malachite-q-0.4.4.crate) = a1cfdb4016292e6acd832eaee261175f3af8bbee62afeefe4420ebce4c440cb5 +SIZE (rust/crates/malachite-q-0.4.4.crate) = 195279 SHA256 (rust/crates/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d SIZE (rust/crates/maplit-1.0.2.crate) = 8871 SHA256 (rust/crates/matches-0.1.10.crate) = 2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5 SIZE (rust/crates/matches-0.1.10.crate) = 2592 SHA256 (rust/crates/md-5-0.10.5.crate) = 6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca SIZE (rust/crates/md-5-0.10.5.crate) = 14573 -SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d -SIZE (rust/crates/memchr-2.5.0.crate) = 65812 +SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d +SIZE (rust/crates/memchr-2.7.2.crate) = 96220 SHA256 (rust/crates/memmap2-0.5.8.crate) = 4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc SIZE (rust/crates/memmap2-0.5.8.crate) = 26592 SHA256 (rust/crates/memoffset-0.6.5.crate) = 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce SIZE (rust/crates/memoffset-0.6.5.crate) = 7686 SHA256 (rust/crates/memoffset-0.7.1.crate) = 5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4 SIZE (rust/crates/memoffset-0.7.1.crate) = 8556 -SHA256 (rust/crates/miniz_oxide-0.6.2.crate) = b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa -SIZE (rust/crates/miniz_oxide-0.6.2.crate) = 54536 +SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a +SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 +SHA256 (rust/crates/miniz_oxide-0.7.2.crate) = 9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7 +SIZE (rust/crates/miniz_oxide-0.7.2.crate) = 55731 SHA256 (rust/crates/mt19937-2.0.1.crate) = 12ca7f22ed370d5991a9caec16a83187e865bc8a532f889670337d5a5689e3a1 SIZE (rust/crates/mt19937-2.0.1.crate) = 4717 SHA256 (rust/crates/nibble_vec-0.1.0.crate) = 77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43 SIZE (rust/crates/nibble_vec-0.1.0.crate) = 11796 SHA256 (rust/crates/nix-0.23.2.crate) = 8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c SIZE (rust/crates/nix-0.23.2.crate) = 242042 -SHA256 (rust/crates/nix-0.26.2.crate) = bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a -SIZE (rust/crates/nix-0.26.2.crate) = 277973 +SHA256 (rust/crates/nix-0.27.1.crate) = 2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053 +SIZE (rust/crates/nix-0.27.1.crate) = 286494 +SHA256 (rust/crates/nix-0.28.0.crate) = ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4 +SIZE (rust/crates/nix-0.28.0.crate) = 311086 SHA256 (rust/crates/nom8-0.2.0.crate) = ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8 SIZE (rust/crates/nom8-0.2.0.crate) = 162020 SHA256 (rust/crates/num-complex-0.4.3.crate) = 02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d @@ -313,26 +317,24 @@ SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b SIZE (rust/crates/num-traits-0.2.15.crate) = 49262 SHA256 (rust/crates/num_cpus-1.15.0.crate) = 0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b SIZE (rust/crates/num_cpus-1.15.0.crate) = 15680 -SHA256 (rust/crates/num_enum-0.5.9.crate) = 8d829733185c1ca374f17e52b762f24f535ec625d2cc1f070e34c8a9068f341b -SIZE (rust/crates/num_enum-0.5.9.crate) = 15016 -SHA256 (rust/crates/num_enum_derive-0.5.9.crate) = 2be1598bf1c313dcdd12092e3f1920f463462525a21b7b4e11b4168353d0123e -SIZE (rust/crates/num_enum_derive-0.5.9.crate) = 14222 -SHA256 (rust/crates/once_cell-1.17.1.crate) = b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3 -SIZE (rust/crates/once_cell-1.17.1.crate) = 32856 +SHA256 (rust/crates/num_enum-0.7.2.crate) = 02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845 +SIZE (rust/crates/num_enum-0.7.2.crate) = 18571 +SHA256 (rust/crates/num_enum_derive-0.7.2.crate) = 681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b +SIZE (rust/crates/num_enum_derive-0.7.2.crate) = 17090 +SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 +SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 -SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 -SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767 -SHA256 (rust/crates/openssl-0.10.55.crate) = 345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d -SIZE (rust/crates/openssl-0.10.55.crate) = 258750 +SHA256 (rust/crates/openssl-0.10.62.crate) = 8cde4d2d9200ad5909f8dac647e29482e07c3a35de8a13fce7c9c7747ad9f671 +SIZE (rust/crates/openssl-0.10.62.crate) = 266311 SHA256 (rust/crates/openssl-macros-0.1.0.crate) = b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c SIZE (rust/crates/openssl-macros-0.1.0.crate) = 5566 SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 -SHA256 (rust/crates/openssl-src-111.25.0+1.1.1t.crate) = 3173cd3626c43e3854b1b727422a276e568d9ec5fe8cec197822cf52cfb743d6 -SIZE (rust/crates/openssl-src-111.25.0+1.1.1t.crate) = 5112453 -SHA256 (rust/crates/openssl-sys-0.9.90.crate) = 374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6 -SIZE (rust/crates/openssl-sys-0.9.90.crate) = 66197 +SHA256 (rust/crates/openssl-src-300.2.1+3.2.0.crate) = 3fe476c29791a5ca0d1273c697e96085bbabbbea2ef7afd5617e78a4b40332d3 +SIZE (rust/crates/openssl-src-300.2.1+3.2.0.crate) = 9571211 +SHA256 (rust/crates/openssl-sys-0.9.98.crate) = c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7 +SIZE (rust/crates/openssl-sys-0.9.98.crate) = 68035 SHA256 (rust/crates/optional-0.5.0.crate) = 978aa494585d3ca4ad74929863093e87cac9790d81fe7aba2b3dc2890643a0fc SIZE (rust/crates/optional-0.5.0.crate) = 18863 SHA256 (rust/crates/page_size-0.4.2.crate) = eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd @@ -351,8 +353,6 @@ SHA256 (rust/crates/phf_generator-0.11.1.crate) = b1181c94580fa345f50f19d738aaa3 SIZE (rust/crates/phf_generator-0.11.1.crate) = 11075 SHA256 (rust/crates/phf_shared-0.11.1.crate) = e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676 SIZE (rust/crates/phf_shared-0.11.1.crate) = 10320 -SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 -SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/pkg-config-0.3.26.crate) = 6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160 SIZE (rust/crates/pkg-config-0.3.26.crate) = 18662 SHA256 (rust/crates/plotters-0.3.4.crate) = 2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97 @@ -363,36 +363,38 @@ SHA256 (rust/crates/plotters-svg-0.3.3.crate) = f9a81d2759aae1dae668f783c308bc5c SIZE (rust/crates/plotters-svg-0.3.3.crate) = 6916 SHA256 (rust/crates/pmutil-0.5.3.crate) = 3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004 SIZE (rust/crates/pmutil-0.5.3.crate) = 11031 +SHA256 (rust/crates/pmutil-0.6.1.crate) = 52a40bc70c2c58040d2d8b167ba9a5ff59fc9dab7ad44771cfde3dcfde7a09c6 +SIZE (rust/crates/pmutil-0.6.1.crate) = 10997 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 SHA256 (rust/crates/proc-macro-crate-1.3.0.crate) = 66618389e4ec1c7afe67d51a9bf34ff9236480f8d51e7489b7d5ab0303c13f34 SIZE (rust/crates/proc-macro-crate-1.3.0.crate) = 9672 -SHA256 (rust/crates/proc-macro2-1.0.66.crate) = 18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9 -SIZE (rust/crates/proc-macro2-1.0.66.crate) = 43575 -SHA256 (rust/crates/puruspe-0.1.5.crate) = 3b7e158a385023d209d6d5f2585c4b468f6dcb3dd5aca9b75c4f1678c05bb375 -SIZE (rust/crates/puruspe-0.1.5.crate) = 9929 -SHA256 (rust/crates/python3-sys-0.7.1.crate) = 49f8b50d72fb3015735aa403eebf19bbd72c093bfeeae24ee798be5f2f1aab52 -SIZE (rust/crates/python3-sys-0.7.1.crate) = 47312 -SHA256 (rust/crates/quote-1.0.23.crate) = 8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b -SIZE (rust/crates/quote-1.0.23.crate) = 28058 +SHA256 (rust/crates/proc-macro2-1.0.79.crate) = e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e +SIZE (rust/crates/proc-macro2-1.0.79.crate) = 47200 +SHA256 (rust/crates/puruspe-0.2.4.crate) = 06a1eed715f625eaa95fba5e049dcf7bc06fa396d6d2e55015b3764e234dfd3f +SIZE (rust/crates/puruspe-0.2.4.crate) = 22496 +SHA256 (rust/crates/pyo3-0.20.2.crate) = 9a89dc7a5850d0e983be1ec2a463a171d20990487c3cfcd68b5363f1ee3d6fe0 +SIZE (rust/crates/pyo3-0.20.2.crate) = 434326 +SHA256 (rust/crates/pyo3-build-config-0.20.2.crate) = 07426f0d8fe5a601f26293f300afd1a7b1ed5e78b2a705870c5f30893c5163be +SIZE (rust/crates/pyo3-build-config-0.20.2.crate) = 30029 +SHA256 (rust/crates/pyo3-ffi-0.20.2.crate) = dbb7dec17e17766b46bca4f1a4215a85006b4c2ecde122076c562dd058da6cf1 +SIZE (rust/crates/pyo3-ffi-0.20.2.crate) = 64601 +SHA256 (rust/crates/pyo3-macros-0.20.2.crate) = 05f738b4e40d50b5711957f142878cfa0f28e054aa0ebdfc3fd137a843f74ed3 +SIZE (rust/crates/pyo3-macros-0.20.2.crate) = 7925 +SHA256 (rust/crates/pyo3-macros-backend-0.20.2.crate) = 0fc910d4851847827daf9d6cdd4a823fbdaab5b8818325c5e97a86da79e8881f +SIZE (rust/crates/pyo3-macros-backend-0.20.2.crate) = 49710 +SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae +SIZE (rust/crates/quote-1.0.33.crate) = 28090 SHA256 (rust/crates/radium-0.7.0.crate) = dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09 SIZE (rust/crates/radium-0.7.0.crate) = 10906 SHA256 (rust/crates/radix_trie-0.2.1.crate) = c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd SIZE (rust/crates/radix_trie-0.2.1.crate) = 251366 -SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 -SIZE (rust/crates/rand-0.7.3.crate) = 112246 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 -SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 -SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 -SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 -SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c -SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 SHA256 (rust/crates/rayon-1.6.1.crate) = 6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7 SIZE (rust/crates/rayon-1.6.1.crate) = 166330 SHA256 (rust/crates/rayon-core-1.10.2.crate) = 356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b @@ -413,26 +415,26 @@ SHA256 (rust/crates/regex-syntax-0.6.28.crate) = 456c603be3e8d448b072f410900c09f SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288 SHA256 (rust/crates/region-2.2.0.crate) = 877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0 SIZE (rust/crates/region-2.2.0.crate) = 13395 -SHA256 (rust/crates/result-like-0.4.5.crate) = 7b80fe0296795a96913be20558326b797a187bb3986ce84ed82dee0fb7414428 -SIZE (rust/crates/result-like-0.4.5.crate) = 4132 -SHA256 (rust/crates/result-like-derive-0.4.5.crate) = 2a29c8a4ac7839f1dcb8b899263b501e0d6932f210300c8a0d271323727b35c1 -SIZE (rust/crates/result-like-derive-0.4.5.crate) = 5521 +SHA256 (rust/crates/result-like-0.4.6.crate) = ccc7ce6435c33898517a30e85578cd204cbb696875efb93dec19a2d31294f810 +SIZE (rust/crates/result-like-0.4.6.crate) = 4311 +SHA256 (rust/crates/result-like-derive-0.4.6.crate) = 1fabf0a2e54f711c68c50d49f648a1a8a37adcb57353f518ac4df374f0788f42 +SIZE (rust/crates/result-like-derive-0.4.6.crate) = 5814 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 -SHA256 (rust/crates/rustix-0.37.11.crate) = 85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77 -SIZE (rust/crates/rustix-0.37.11.crate) = 313917 +SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 +SIZE (rust/crates/rustix-0.38.28.crate) = 365398 SHA256 (rust/crates/rustversion-1.0.11.crate) = 5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70 SIZE (rust/crates/rustversion-1.0.11.crate) = 17485 -SHA256 (rust/crates/rustyline-11.0.0.crate) = 5dfc8644681285d1fb67a467fb3021bfea306b99b4146b166a1fe3ada965eece -SIZE (rust/crates/rustyline-11.0.0.crate) = 113960 -SHA256 (rust/crates/ryu-1.0.12.crate) = 7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde -SIZE (rust/crates/ryu-1.0.12.crate) = 47070 +SHA256 (rust/crates/rustyline-14.0.0.crate) = 7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63 +SIZE (rust/crates/rustyline-14.0.0.crate) = 116347 +SHA256 (rust/crates/ryu-1.0.15.crate) = 1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741 +SIZE (rust/crates/ryu-1.0.15.crate) = 46906 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 -SHA256 (rust/crates/schannel-0.1.21.crate) = 713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3 -SIZE (rust/crates/schannel-0.1.21.crate) = 41719 +SHA256 (rust/crates/schannel-0.1.22.crate) = 0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88 +SIZE (rust/crates/schannel-0.1.22.crate) = 41642 SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 SHA256 (rust/crates/scratch-1.0.3.crate) = ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2 @@ -453,8 +455,6 @@ SHA256 (rust/crates/sha-1-0.10.1.crate) = f5058ada175748e33390e40e872bd0fe59a19f SIZE (rust/crates/sha-1-0.10.1.crate) = 12018 SHA256 (rust/crates/sha2-0.10.6.crate) = 82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0 SIZE (rust/crates/sha2-0.10.6.crate) = 20558 -SHA256 (rust/crates/sha3-0.9.1.crate) = f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809 -SIZE (rust/crates/sha3-0.9.1.crate) = 523403 SHA256 (rust/crates/sha3-0.10.6.crate) = bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9 SIZE (rust/crates/sha3-0.10.6.crate) = 854837 SHA256 (rust/crates/similar-2.2.1.crate) = 420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf @@ -465,14 +465,10 @@ SHA256 (rust/crates/slice-group-by-0.3.0.crate) = 03b634d87b960ab1a38c4fe143b508 SIZE (rust/crates/slice-group-by-0.3.0.crate) = 14015 SHA256 (rust/crates/smallvec-1.10.0.crate) = a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0 SIZE (rust/crates/smallvec-1.10.0.crate) = 31564 -SHA256 (rust/crates/socket2-0.4.7.crate) = 02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd -SIZE (rust/crates/socket2-0.4.7.crate) = 44619 -SHA256 (rust/crates/sre-engine-0.4.1.crate) = a490c5c46c35dba9a6f5e7ee8e4d67e775eb2d2da0f115750b8d10e1c1ac2d28 -SIZE (rust/crates/sre-engine-0.4.1.crate) = 11420 +SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9 +SIZE (rust/crates/socket2-0.5.5.crate) = 54863 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 -SHA256 (rust/crates/str-buf-1.0.6.crate) = 9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0 -SIZE (rust/crates/str-buf-1.0.6.crate) = 3828 SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.crate) = 9309 SHA256 (rust/crates/strum-0.24.1.crate) = 063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f @@ -481,8 +477,10 @@ SHA256 (rust/crates/strum_macros-0.24.3.crate) = 1e385be0d24f186b4ce2f9982191e71 SIZE (rust/crates/strum_macros-0.24.3.crate) = 20696 SHA256 (rust/crates/subtle-2.4.1.crate) = 6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601 SIZE (rust/crates/subtle-2.4.1.crate) = 12630 -SHA256 (rust/crates/syn-1.0.107.crate) = 1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5 -SIZE (rust/crates/syn-1.0.107.crate) = 237539 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.32.crate) = 239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2 +SIZE (rust/crates/syn-2.0.32.crate) = 242504 SHA256 (rust/crates/syn-ext-0.4.0.crate) = 9b86cb2b68c5b3c078cac02588bc23f3c04bb828c5d3aedd17980876ec6a7be6 SIZE (rust/crates/syn-ext-0.4.0.crate) = 10535 SHA256 (rust/crates/system-configuration-0.5.0.crate) = d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd @@ -507,8 +505,10 @@ SHA256 (rust/crates/thread-id-3.3.0.crate) = c7fbf4c9d56b320106cd64fd024dadfa0be SIZE (rust/crates/thread-id-3.3.0.crate) = 7514 SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 -SHA256 (rust/crates/time-0.1.45.crate) = 1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a -SIZE (rust/crates/time-0.1.45.crate) = 28911 +SHA256 (rust/crates/time-0.3.20.crate) = cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890 +SIZE (rust/crates/time-0.3.20.crate) = 111856 +SHA256 (rust/crates/time-core-0.1.0.crate) = 2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd +SIZE (rust/crates/time-core-0.1.0.crate) = 6597 SHA256 (rust/crates/timsort-0.1.2.crate) = 3cb4fa83bb73adf1c7219f4fe4bf3c0ac5635e4e51e070fad5df745a41bedfb8 SIZE (rust/crates/timsort-0.1.2.crate) = 15753 SHA256 (rust/crates/tiny-keccak-2.0.2.crate) = 2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237 @@ -565,6 +565,12 @@ SHA256 (rust/crates/unicode-segmentation-1.10.1.crate) = 1dd62409856789511888660 SIZE (rust/crates/unicode-segmentation-1.10.1.crate) = 98416 SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968 +SHA256 (rust/crates/unicode_names2-1.1.0.crate) = 38b2c0942619ae1797f999a0ce7efc6c09592ad30e68e16cdbfdcd48a98c3579 +SIZE (rust/crates/unicode_names2-1.1.0.crate) = 299442 +SHA256 (rust/crates/unicode_names2_generator-1.1.0.crate) = 4d0d66ab60be9799a70f8eb227ea43da7dcc47561dd9102cbadacfe0930113f7 +SIZE (rust/crates/unicode_names2_generator-1.1.0.crate) = 9503 +SHA256 (rust/crates/unindent-0.2.3.crate) = c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce +SIZE (rust/crates/unindent-0.2.3.crate) = 7306 SHA256 (rust/crates/utf8parse-0.2.0.crate) = 936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372 SIZE (rust/crates/utf8parse-0.2.0.crate) = 13392 SHA256 (rust/crates/uuid-1.3.0.crate) = 1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79 @@ -581,10 +587,6 @@ SHA256 (rust/crates/volatile-0.3.0.crate) = f8e76fae08f03f96e166d2dfda232190638c SIZE (rust/crates/volatile-0.3.0.crate) = 3095 SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 -SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 -SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 -SHA256 (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f -SIZE (rust/crates/wasi-0.10.0+wasi-snapshot-preview1.crate) = 26964 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 SHA256 (rust/crates/wasm-bindgen-0.2.84.crate) = 31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b @@ -603,8 +605,8 @@ SHA256 (rust/crates/web-sys-0.3.61.crate) = e33b99f4b23ba3eec1a53ac264e35a755f00 SIZE (rust/crates/web-sys-0.3.61.crate) = 706333 SHA256 (rust/crates/which-4.4.0.crate) = 2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269 SIZE (rust/crates/which-4.4.0.crate) = 10889 -SHA256 (rust/crates/widestring-0.5.1.crate) = 17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983 -SIZE (rust/crates/widestring-0.5.1.crate) = 41338 +SHA256 (rust/crates/widestring-1.1.0.crate) = 7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311 +SIZE (rust/crates/widestring-1.1.0.crate) = 85046 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 @@ -613,8 +615,10 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9 SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-0.39.0.crate) = f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a -SIZE (rust/crates/windows-0.39.0.crate) = 12776691 +SHA256 (rust/crates/windows-0.52.0.crate) = e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be +SIZE (rust/crates/windows-0.52.0.crate) = 11843715 +SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 +SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 SHA256 (rust/crates/windows-sys-0.36.1.crate) = ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2 SIZE (rust/crates/windows-sys-0.36.1.crate) = 3347053 SHA256 (rust/crates/windows-sys-0.42.0.crate) = 5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7 @@ -623,69 +627,77 @@ SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c0 SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-targets-0.42.1.crate) = 8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7 SIZE (rust/crates/windows-targets-0.42.1.crate) = 5524 -SHA256 (rust/crates/windows-targets-0.48.0.crate) = 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5 -SIZE (rust/crates/windows-targets-0.48.0.crate) = 7466 +SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c +SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 +SHA256 (rust/crates/windows-targets-0.52.0.crate) = 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd +SIZE (rust/crates/windows-targets-0.52.0.crate) = 6229 SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608 SIZE (rust/crates/windows_aarch64_gnullvm-0.42.1.crate) = 362795 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc -SIZE (rust/crates/windows_aarch64_gnullvm-0.48.0.crate) = 366543 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = 430182 SHA256 (rust/crates/windows_aarch64_msvc-0.36.1.crate) = 9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47 SIZE (rust/crates/windows_aarch64_msvc-0.36.1.crate) = 661960 -SHA256 (rust/crates/windows_aarch64_msvc-0.39.0.crate) = ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2 -SIZE (rust/crates/windows_aarch64_msvc-0.39.0.crate) = 661960 SHA256 (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7 SIZE (rust/crates/windows_aarch64_msvc-0.42.1.crate) = 664655 -SHA256 (rust/crates/windows_aarch64_msvc-0.48.0.crate) = b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3 -SIZE (rust/crates/windows_aarch64_msvc-0.48.0.crate) = 671479 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc +SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.0.crate) = bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef +SIZE (rust/crates/windows_aarch64_msvc-0.52.0.crate) = 821663 SHA256 (rust/crates/windows_i686_gnu-0.36.1.crate) = 180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6 SIZE (rust/crates/windows_i686_gnu-0.36.1.crate) = 818115 -SHA256 (rust/crates/windows_i686_gnu-0.39.0.crate) = 763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b -SIZE (rust/crates/windows_i686_gnu-0.39.0.crate) = 818115 SHA256 (rust/crates/windows_i686_gnu-0.42.1.crate) = de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640 SIZE (rust/crates/windows_i686_gnu-0.42.1.crate) = 733428 -SHA256 (rust/crates/windows_i686_gnu-0.48.0.crate) = 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241 -SIZE (rust/crates/windows_i686_gnu-0.48.0.crate) = 741490 +SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (rust/crates/windows_i686_gnu-0.52.0.crate) = a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313 +SIZE (rust/crates/windows_i686_gnu-0.52.0.crate) = 870285 SHA256 (rust/crates/windows_i686_msvc-0.36.1.crate) = e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024 SIZE (rust/crates/windows_i686_msvc-0.36.1.crate) = 724575 -SHA256 (rust/crates/windows_i686_msvc-0.39.0.crate) = 7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106 -SIZE (rust/crates/windows_i686_msvc-0.39.0.crate) = 724575 SHA256 (rust/crates/windows_i686_msvc-0.42.1.crate) = bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605 SIZE (rust/crates/windows_i686_msvc-0.42.1.crate) = 722583 -SHA256 (rust/crates/windows_i686_msvc-0.48.0.crate) = 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00 -SIZE (rust/crates/windows_i686_msvc-0.48.0.crate) = 730056 +SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 +SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (rust/crates/windows_i686_msvc-0.52.0.crate) = ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a +SIZE (rust/crates/windows_i686_msvc-0.52.0.crate) = 888693 SHA256 (rust/crates/windows_x86_64_gnu-0.36.1.crate) = 4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1 SIZE (rust/crates/windows_x86_64_gnu-0.36.1.crate) = 790934 -SHA256 (rust/crates/windows_x86_64_gnu-0.39.0.crate) = 6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65 -SIZE (rust/crates/windows_x86_64_gnu-0.39.0.crate) = 790933 SHA256 (rust/crates/windows_x86_64_gnu-0.42.1.crate) = c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45 SIZE (rust/crates/windows_x86_64_gnu-0.42.1.crate) = 697614 -SHA256 (rust/crates/windows_x86_64_gnu-0.48.0.crate) = ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1 -SIZE (rust/crates/windows_x86_64_gnu-0.48.0.crate) = 703595 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd +SIZE (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 826213 SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463 SIZE (rust/crates/windows_x86_64_gnullvm-0.42.1.crate) = 362788 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953 -SIZE (rust/crates/windows_x86_64_gnullvm-0.48.0.crate) = 366536 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 430165 SHA256 (rust/crates/windows_x86_64_msvc-0.36.1.crate) = c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680 SIZE (rust/crates/windows_x86_64_msvc-0.36.1.crate) = 661999 -SHA256 (rust/crates/windows_x86_64_msvc-0.39.0.crate) = 5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809 -SIZE (rust/crates/windows_x86_64_msvc-0.39.0.crate) = 662005 SHA256 (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd SIZE (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 664606 -SHA256 (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a -SIZE (rust/crates/windows_x86_64_msvc-0.48.0.crate) = 671422 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 +SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 SHA256 (rust/crates/winreg-0.10.1.crate) = 80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d SIZE (rust/crates/winreg-0.10.1.crate) = 25725 SHA256 (rust/crates/xml-rs-0.8.14.crate) = 52839dc911083a8ef63efa4d039d1f58b5e409f923e44c80828f206f66e5541c SIZE (rust/crates/xml-rs-0.8.14.crate) = 51905 -SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 -SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 +SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be +SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 +SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 +SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623 SHA256 (RustPython-__doc__-0.3.0_GH0.tar.gz) = 1a247ab5ed39d96783a4addfe19fa1a8cff224c2a84dbf801f4dca76b5edbccf SIZE (RustPython-__doc__-0.3.0_GH0.tar.gz) = 99204 -SHA256 (youknowone-unicode_names2-4ce16aa85cbcdd9cc830410f1a72ef9a235f2fde_GH0.tar.gz) = 7dc5f9695932b5ec54d53b44db9f6f8933d5c283946841366cd39936d6dcc0dd -SIZE (youknowone-unicode_names2-4ce16aa85cbcdd9cc830410f1a72ef9a235f2fde_GH0.tar.gz) = 799276 -SHA256 (RustPython-Parser-0.3.0_GH0.tar.gz) = 2441a7b103b0e063b10495b28007e8636723c9315ed31a55f787ea164923b9cb -SIZE (RustPython-Parser-0.3.0_GH0.tar.gz) = 322561 -SHA256 (RustPython-RustPython-0.3.0_GH0.tar.gz) = 4d1fe4fff4e69a348ddd4e627bc46e5cd2589520d95d2c6cf4085a45bf352e0c -SIZE (RustPython-RustPython-0.3.0_GH0.tar.gz) = 10806641 +SHA256 (RustPython-Parser-a95045bc627b2fbf84caf4f010e521846be7b37f_GH0.tar.gz) = 98aa5b754c2dc3a8d1efc919d1f7dff0a8eacf76a8719cda5ad1795a749fa830 +SIZE (RustPython-Parser-a95045bc627b2fbf84caf4f010e521846be7b37f_GH0.tar.gz) = 293647 +SHA256 (RustPython-RustPython-0.3.1_GH0.tar.gz) = ec6bc31c85421dd62965f78894923b7dec2638578b4fbdaff0fd13ef4b77e38c +SIZE (RustPython-RustPython-0.3.1_GH0.tar.gz) = 10934149 diff --git a/lang/rustpython/files/patch-Parser-0.3.0_ast_src_impls.rs b/lang/rustpython/files/patch-Parser-0.3.0_ast_src_impls.rs deleted file mode 100644 index 6ecf8cdfef7..00000000000 --- a/lang/rustpython/files/patch-Parser-0.3.0_ast_src_impls.rs +++ /dev/null @@ -1,34 +0,0 @@ -From 29c4728dbedc7e69cc2560b9b34058bbba9b1303 Mon Sep 17 00:00:00 2001 -From: "Jeong, YunWon" <69878+youknowone@users.noreply.github.com> -Date: Thu, 28 Dec 2023 01:36:46 +0900 -Subject: [PATCH] remove size assertions to avoid nightly error (#111) - ---- - ast/src/impls.rs | 17 +++++++++-------- - 1 file changed, 9 insertions(+), 8 deletions(-) - -diff --git a/ast/src/impls.rs b/ast/src/impls.rs -index 594fadb3..8c788593 100644 ---- ../Parser-0.3.0/ast/src/impls.rs -+++ ../Parser-0.3.0/ast/src/impls.rs -@@ -54,11 +54,12 @@ impl Expr { - } - } - --#[cfg(target_arch = "x86_64")] --static_assertions::assert_eq_size!(crate::Expr, [u8; 72]); --#[cfg(target_arch = "x86_64")] --static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]); --#[cfg(target_arch = "x86_64")] --static_assertions::assert_eq_size!(crate::Pattern, [u8; 96]); --#[cfg(target_arch = "x86_64")] --static_assertions::assert_eq_size!(crate::ExceptHandler, [u8; 64]); -+// TODO: make this a #[test] to avoid eq comparison -+// #[cfg(target_arch = "x86_64")] -+// static_assertions::assert_eq_size!(crate::Expr, [u8; 72]); -+// #[cfg(target_arch = "x86_64")] -+// static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]); -+// #[cfg(target_arch = "x86_64")] -+// static_assertions::assert_eq_size!(crate::Pattern, [u8; 96]); -+// #[cfg(target_arch = "x86_64")] -+// static_assertions::assert_eq_size!(crate::ExceptHandler, [u8; 64]); diff --git a/lang/spidermonkey102/Makefile b/lang/spidermonkey102/Makefile index e8703466313..3baf21a72b7 100644 --- a/lang/spidermonkey102/Makefile +++ b/lang/spidermonkey102/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 102.4.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile index d91251fe33f..1bac6728ee4 100644 --- a/lang/spidermonkey78/Makefile +++ b/lang/spidermonkey78/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 78.15.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/lang/spidermonkey91/Makefile b/lang/spidermonkey91/Makefile index 76b2058424f..91fdbbb11c7 100644 --- a/lang/spidermonkey91/Makefile +++ b/lang/spidermonkey91/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 91.13.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/lang/starlark-rust/Makefile b/lang/starlark-rust/Makefile index 47b58212777..fa74b549cc1 100644 --- a/lang/starlark-rust/Makefile +++ b/lang/starlark-rust/Makefile @@ -1,6 +1,7 @@ PORTNAME= starlark-rust DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org diff --git a/lang/tcl90/Makefile b/lang/tcl90/Makefile index 67e390b32b3..06041459683 100644 --- a/lang/tcl90/Makefile +++ b/lang/tcl90/Makefile @@ -57,7 +57,7 @@ LDFLAGS+= -Wl,-z,muldefs TCL_VERSION= 9.0b2 TCL_VER= 9.0 -TCL_RC= rc1 +TCL_RC= rc2 SHORT_TCL_VER= ${TCL_VER:S/.//} MAN_SUFFIX= ${PKGBASE} diff --git a/lang/tcl90/distinfo b/lang/tcl90/distinfo index e0d57ac63fd..e931efff854 100644 --- a/lang/tcl90/distinfo +++ b/lang/tcl90/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714467663 -SHA256 (tcl9.0b2rc1-src.tar.gz) = 584475685fd5b0c941f3346b6a56d5846b5116082d9cc800be85ddfe42b30e84 -SIZE (tcl9.0b2rc1-src.tar.gz) = 11675114 +TIMESTAMP = 1715667660 +SHA256 (tcl9.0b2rc2-src.tar.gz) = 2bd2620661348878cccb40b3ed101fd31448e227d7028c8927f07d3f3a55c704 +SIZE (tcl9.0b2rc2-src.tar.gz) = 11674910 diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile index 2dc933ea8cb..e18ab154180 100644 --- a/lang/twelf/Makefile +++ b/lang/twelf/Makefile @@ -14,6 +14,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= invalid target: self +DEPRECATED= Dead upstream and fails to build +EXPIRATION_DATE=2024-05-31 RUN_DEPENDS= mlton:lang/mlton BUILD_DEPENDS= mlton:lang/mlton \ diff --git a/lang/typstfmt/Makefile b/lang/typstfmt/Makefile index ea7a754f877..5d47e667ea7 100644 --- a/lang/typstfmt/Makefile +++ b/lang/typstfmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= typstfmt DISTVERSION= 0.2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MAINTAINER= yuri@FreeBSD.org diff --git a/mail/aerc/Makefile b/mail/aerc/Makefile index ca4f74109f3..3cc0626b7c1 100644 --- a/mail/aerc/Makefile +++ b/mail/aerc/Makefile @@ -1,6 +1,6 @@ PORTNAME= aerc DISTVERSION= 0.16.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MAINTAINER= iamsleepy@ryuki.me diff --git a/mail/hydroxide/Makefile b/mail/hydroxide/Makefile index b08e9d9561e..385637c3ee9 100644 --- a/mail/hydroxide/Makefile +++ b/mail/hydroxide/Makefile @@ -1,6 +1,7 @@ PORTNAME= hydroxide DISTVERSIONPREFIX= v DISTVERSION= 0.2.28 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= nxjoseph@protonmail.com diff --git a/mail/mailhog/Makefile b/mail/mailhog/Makefile index 57e32f4c4a9..9204453856c 100644 --- a/mail/mailhog/Makefile +++ b/mail/mailhog/Makefile @@ -1,7 +1,7 @@ PORTNAME= mailhog DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= mail devel MAINTAINER= mops@punkt.de diff --git a/mail/mailpit/Makefile b/mail/mailpit/Makefile index 9bbea0d391c..86ae5f36e87 100644 --- a/mail/mailpit/Makefile +++ b/mail/mailpit/Makefile @@ -1,6 +1,7 @@ PORTNAME= mailpit DISTVERSIONPREFIX= v -DISTVERSION= 1.18.0 +DISTVERSION= 1.18.1 +PORTREVISION= 1 CATEGORIES= mail devel MASTER_SITES= https://www.madpilot.net/mailpit/:npmcache \ LOCAL/madpilot/mailpit:npmcache diff --git a/mail/mailpit/distinfo b/mail/mailpit/distinfo index e32667cf312..05fb1c44007 100644 --- a/mail/mailpit/distinfo +++ b/mail/mailpit/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1714817869 -SHA256 (go/mail_mailpit/mailpit-v1.18.0/mailpit-npm-cache-1.18.0.tar.zst) = 24e2e89ef3ba1a83755952ec6426508da6b5f789a6b51313bc752045656277f8 -SIZE (go/mail_mailpit/mailpit-v1.18.0/mailpit-npm-cache-1.18.0.tar.zst) = 25825025 -SHA256 (go/mail_mailpit/mailpit-v1.18.0/v1.18.0.mod) = 3da8a318ad01bdfd9565e64edc0d3c4d755a20635d5cfb04e28540152fe3c635 -SIZE (go/mail_mailpit/mailpit-v1.18.0/v1.18.0.mod) = 2687 -SHA256 (go/mail_mailpit/mailpit-v1.18.0/v1.18.0.zip) = 0768432a82c7fee8ba74b4a0eceec86ce9e9320846067644e72c7fbf012bec27 -SIZE (go/mail_mailpit/mailpit-v1.18.0/v1.18.0.zip) = 479381 +TIMESTAMP = 1715280335 +SHA256 (go/mail_mailpit/mailpit-v1.18.1/mailpit-npm-cache-1.18.1.tar.zst) = add1a01c06c4a9226f615b18f1c64156263bac06bef1e4d0ce29b07f5cf938ef +SIZE (go/mail_mailpit/mailpit-v1.18.1/mailpit-npm-cache-1.18.1.tar.zst) = 25916783 +SHA256 (go/mail_mailpit/mailpit-v1.18.1/v1.18.1.mod) = 78c11bfa69c9c219004a8ce7c8d00c6b5518187709b9d8ef4a150f37650aebb5 +SIZE (go/mail_mailpit/mailpit-v1.18.1/v1.18.1.mod) = 2687 +SHA256 (go/mail_mailpit/mailpit-v1.18.1/v1.18.1.zip) = 104a78065a3c00547f54742fe9774f86724430f289e721ecffb65f16f9c2828e +SIZE (go/mail_mailpit/mailpit-v1.18.1/v1.18.1.zip) = 479154 diff --git a/mail/mailpit/files/patch-package-lock.json b/mail/mailpit/files/patch-package-lock.json index 5f934d20b60..af3e2323d03 100644 --- a/mail/mailpit/files/patch-package-lock.json +++ b/mail/mailpit/files/patch-package-lock.json @@ -402,7 +402,7 @@ "funding": { "type": "opencollective", "url": "https://opencollective.com/popperjs" -@@ -1224,13 +850,6 @@ +@@ -1229,13 +855,6 @@ "ieee754": "^1.2.1" } }, @@ -416,7 +416,7 @@ "node_modules/call-bind": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", -@@ -1433,44 +1052,6 @@ +@@ -1438,44 +1057,6 @@ "node": ">= 0.4" } }, @@ -461,7 +461,7 @@ "node_modules/esbuild-plugin-vue-next": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/esbuild-plugin-vue-next/-/esbuild-plugin-vue-next-0.1.4.tgz", -@@ -1498,6 +1079,18 @@ +@@ -1503,6 +1084,18 @@ "sass-embedded": "^1.71.1" } }, @@ -480,7 +480,7 @@ "node_modules/estree-walker": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", -@@ -1636,16 +1229,6 @@ +@@ -1641,16 +1234,6 @@ "url": "https://github.com/sponsors/ljharb" } }, @@ -497,7 +497,7 @@ "node_modules/has-property-descriptors": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", -@@ -2285,16 +1868,6 @@ +@@ -2289,16 +1872,6 @@ "url": "https://github.com/sponsors/ljharb" } }, @@ -514,14 +514,14 @@ "node_modules/safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", -@@ -2332,371 +1905,6 @@ +@@ -2336,371 +1909,6 @@ "node": ">=14.0.0" } }, - "node_modules/sass-embedded": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.76.0.tgz", -- "integrity": "sha512-dPtyZM5f32g/pVx7JjYxbeGyAOmbIAkotHmMMp63z8Nz+tqU6noc7GjGD+jml/w81YObJ7Tom2FvHAj24FNinw==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.77.0.tgz", +- "integrity": "sha512-4GOuLIWQ3vm1XnmRlBz8Rj11rCBceqvkSvEy+ZZGjsR2Y9/+75Dh+zXCtPwOuJFHZsV7qbCqCCSxbpUA0TiQ3w==", - "dev": true, - "peer": true, - "dependencies": { @@ -536,29 +536,29 @@ - "node": ">=16.0.0" - }, - "optionalDependencies": { -- "sass-embedded-android-arm": "1.76.0", -- "sass-embedded-android-arm64": "1.76.0", -- "sass-embedded-android-ia32": "1.76.0", -- "sass-embedded-android-x64": "1.76.0", -- "sass-embedded-darwin-arm64": "1.76.0", -- "sass-embedded-darwin-x64": "1.76.0", -- "sass-embedded-linux-arm": "1.76.0", -- "sass-embedded-linux-arm64": "1.76.0", -- "sass-embedded-linux-ia32": "1.76.0", -- "sass-embedded-linux-musl-arm": "1.76.0", -- "sass-embedded-linux-musl-arm64": "1.76.0", -- "sass-embedded-linux-musl-ia32": "1.76.0", -- "sass-embedded-linux-musl-x64": "1.76.0", -- "sass-embedded-linux-x64": "1.76.0", -- "sass-embedded-win32-arm64": "1.76.0", -- "sass-embedded-win32-ia32": "1.76.0", -- "sass-embedded-win32-x64": "1.76.0" +- "sass-embedded-android-arm": "1.77.0", +- "sass-embedded-android-arm64": "1.77.0", +- "sass-embedded-android-ia32": "1.77.0", +- "sass-embedded-android-x64": "1.77.0", +- "sass-embedded-darwin-arm64": "1.77.0", +- "sass-embedded-darwin-x64": "1.77.0", +- "sass-embedded-linux-arm": "1.77.0", +- "sass-embedded-linux-arm64": "1.77.0", +- "sass-embedded-linux-ia32": "1.77.0", +- "sass-embedded-linux-musl-arm": "1.77.0", +- "sass-embedded-linux-musl-arm64": "1.77.0", +- "sass-embedded-linux-musl-ia32": "1.77.0", +- "sass-embedded-linux-musl-x64": "1.77.0", +- "sass-embedded-linux-x64": "1.77.0", +- "sass-embedded-win32-arm64": "1.77.0", +- "sass-embedded-win32-ia32": "1.77.0", +- "sass-embedded-win32-x64": "1.77.0" - } - }, - "node_modules/sass-embedded-android-arm": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-android-arm/-/sass-embedded-android-arm-1.76.0.tgz", -- "integrity": "sha512-vcsQZLAoL/+ZiGJK1pnuXtlDOlBTxJPbTp/SpRmODWXucH1f3K3+vbpoqtV6i4/qO5adNuQBWP91MGwtNDiAQA==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-android-arm/-/sass-embedded-android-arm-1.77.0.tgz", +- "integrity": "sha512-T/7CXMrRyvb+9FHwXNL53tAnj2z8KqQXpo3XkPXzgB+RFqXhSWsnkfehcefDGm81EsggyYXnkLo6f4xcapZvYw==", - "cpu": [ - "arm" - ], @@ -576,9 +576,9 @@ - } - }, - "node_modules/sass-embedded-android-arm64": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.76.0.tgz", -- "integrity": "sha512-QgGbcNpwxSKX/5y5TtVlD9QQb8UfKEvYE8OjsKkM8iSdeghPcXbvRGwvx87yzTmeLQg3UB2d5u8hb+VOcW2RXg==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.77.0.tgz", +- "integrity": "sha512-TrKS0AlFu1ZtXR26V8YMnycyE8CR5FPGd+cPkZZeMMXKI8FpbM9W7fz6b+kDJuBZoDmzuHJPoGWSAq+R5k3Hug==", - "cpu": [ - "arm64" - ], @@ -596,9 +596,9 @@ - } - }, - "node_modules/sass-embedded-android-ia32": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-android-ia32/-/sass-embedded-android-ia32-1.76.0.tgz", -- "integrity": "sha512-qjSPggA6hy3eueQ5HR+5689BcFjSPn23shj9lgeILB/GT5xfoF8Ry+S/srSA7mSIVEeM0BCBvapTpLfpCeEOUw==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-android-ia32/-/sass-embedded-android-ia32-1.77.0.tgz", +- "integrity": "sha512-T12iRF3sZ/gRgsEBH6y+eSn12+3VokL6n1+VVlwJ9pYz8Q8iE9gALyvy71Cvm9j130LV4X+pxq53xQl5GA6VQg==", - "cpu": [ - "ia32" - ], @@ -616,9 +616,9 @@ - } - }, - "node_modules/sass-embedded-android-x64": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-android-x64/-/sass-embedded-android-x64-1.76.0.tgz", -- "integrity": "sha512-+K8GZA30EmvABja4ZqWdUhZ01Qf4tWCiTfPEwzwuQVsBiTLS5g3aQtOkitGmwrt8n070klGmSMgfOiGf1r3f8w==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-android-x64/-/sass-embedded-android-x64-1.77.0.tgz", +- "integrity": "sha512-qmUoSBywRQkzrFMK6ouifFSCSSb+rK0ykQaD2abeeJ3C9nbEFMUP2M9u6Ny4y1GS9t83MU3LZxwTeEMh7y5/xg==", - "cpu": [ - "x64" - ], @@ -636,9 +636,9 @@ - } - }, - "node_modules/sass-embedded-darwin-arm64": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.76.0.tgz", -- "integrity": "sha512-AEtCkJWQfabvIuu1b1mcvDH0OD99tAtVloUkSNmN83m3lhQeen01/mQ1ZO5LI+qFGbLBSUv3h8Iu+OQL4KyYFw==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.77.0.tgz", +- "integrity": "sha512-ccLfsrzyS49Em99geabqxueKzEcpIrhUj3oek2+/Ccxllhhwj9LrZFaWlvpHLgzCt/qZldqA4sltqqpczJdHMw==", - "cpu": [ - "arm64" - ], @@ -656,9 +656,9 @@ - } - }, - "node_modules/sass-embedded-darwin-x64": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.76.0.tgz", -- "integrity": "sha512-9SFxnMCdU3aYFBh3It9bHriLbm4SaEonb2la3GJ4oCJths653VUhMASCXmtgQh4eXjCni/hs8s5QY9YoaDTXqQ==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.77.0.tgz", +- "integrity": "sha512-qRDMXlxibTSDyZKDzgHhTCiooCJxodXg1QyE1izcdnSCDX5wOwaK/AShkkmyBQqLM3MQLXTeTgkmV58vEGHeGg==", - "cpu": [ - "x64" - ], @@ -676,9 +676,9 @@ - } - }, - "node_modules/sass-embedded-linux-arm": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.76.0.tgz", -- "integrity": "sha512-MyCsst72tcRyCKDs+OV/LbTzOwnyVuGJQcFceXgHde10MlGlfkD4z51umG6mmHntus6IAtmBhfVpqI8AKRCIbw==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.77.0.tgz", +- "integrity": "sha512-+Jyiy+ZVjo9dJZbAF8rC0tsmubHbQ6ydv0kWEaiwnEdj2BgpKx/5f2LDlCFgvZkGlPUdKWYNcW6bISUsJjyuJQ==", - "cpu": [ - "arm" - ], @@ -696,9 +696,9 @@ - } - }, - "node_modules/sass-embedded-linux-arm64": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.76.0.tgz", -- "integrity": "sha512-GWgfzULQHNdWQTnBKTZ4wZq6oDteQZPkmDm66FeK9B+Wkhyyy3P1el8bW2A8C4CArzQKvSt7xFbukTltGPPU5g==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.77.0.tgz", +- "integrity": "sha512-rK1sH+CyMHkYnIkYWVgrHiRI3slpIcBNazQ2vXzRgz8Y0R3+PrOYA8N1QtOoW3ccZPql8/X3NrkopeJbFWCuRg==", - "cpu": [ - "arm64" - ], @@ -716,9 +716,9 @@ - } - }, - "node_modules/sass-embedded-linux-ia32": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-ia32/-/sass-embedded-linux-ia32-1.76.0.tgz", -- "integrity": "sha512-ge7zqyMWTOkJyOgaRRsJwT7dzNaw00y5mZ7QT7n+Nz+plPxyeCUWam8gbJFgEB6+/flrqt/Vaze+RblkwJZY4w==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-ia32/-/sass-embedded-linux-ia32-1.77.0.tgz", +- "integrity": "sha512-SH/RpqFny/2MttLVLBNO2x+D6X7Y/CG3NS2q80RuOlrQvpqgQasw8SqMSx4a07ps1PlOIG5ngYf0agJ3USenJg==", - "cpu": [ - "ia32" - ], @@ -736,9 +736,9 @@ - } - }, - "node_modules/sass-embedded-linux-musl-arm": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.76.0.tgz", -- "integrity": "sha512-qsWfK57exwmcQRhLfhQ+SJ1TYUVuKI7+x7t1xw8dbC6AfXnRfBXAjmQTWK18sgqUXMhatqikWuxUCGHRdHQBRw==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.77.0.tgz", +- "integrity": "sha512-CguyYPc25n/+oIVqbSPX6FTwTPjwd71bt7oZTGZerw8ZocvRDJo6SwjRK2iA8RbHcg0YbFhEwQ9U9SLczykTmA==", - "cpu": [ - "arm" - ], @@ -753,9 +753,9 @@ - } - }, - "node_modules/sass-embedded-linux-musl-arm64": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.76.0.tgz", -- "integrity": "sha512-R7zBSLtNyKniX28rZtsA3ybwka9SGrT0H+nkk9iuIQu+bqJUjN4ZL1fCx84x5lWlM3t/v47NU6W9q1LArUKWhA==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.77.0.tgz", +- "integrity": "sha512-2mvAKTqXRRrrnRvUFw/iLozoOW2sj2Q1rOaGFbvXUXYOHYzlVnDTGGVPty+gTN2f1YgUSRe433MtE103Wp9Ekw==", - "cpu": [ - "arm64" - ], @@ -770,9 +770,9 @@ - } - }, - "node_modules/sass-embedded-linux-musl-ia32": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-ia32/-/sass-embedded-linux-musl-ia32-1.76.0.tgz", -- "integrity": "sha512-V5OuUX01ZcdkC3UBvLT23+4LnQYAkfZwe1cwBa7BBpbAigTSZnAOTLEj6P7vFCDYUx40NlPpjHlQxB5imFTUpg==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-ia32/-/sass-embedded-linux-musl-ia32-1.77.0.tgz", +- "integrity": "sha512-uABIlsNvq7U3wFlpQy5rZ7AsEc7/aKHY4P396YLs52FF/T0NcTx4TjKZwECVHjC+X13ltnmYcAWP8lf8fk5vuQ==", - "cpu": [ - "ia32" - ], @@ -787,9 +787,9 @@ - } - }, - "node_modules/sass-embedded-linux-musl-x64": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.76.0.tgz", -- "integrity": "sha512-KiqDUOIiVTyY8GvpiHSkxmGnOmq7sF51QyOf09gHnLdSmNK8giS1F5SPHE3oA9q3Q2jE4UuEAaUz50qYRUJ5Pw==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.77.0.tgz", +- "integrity": "sha512-nqf9svqjzrL2i2nu9/hUxE3K4kM0QVegiXiqfw0CoSbwAOQvAaBQxi0k/BgXvurQwJS0ukSs7Zwon5iJ+WDqAA==", - "cpu": [ - "x64" - ], @@ -804,9 +804,9 @@ - } - }, - "node_modules/sass-embedded-linux-x64": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.76.0.tgz", -- "integrity": "sha512-vMSZjbUpaf8dbpgcqnSTFYn3nxL0s8MEzFcArdacaQMY9RRempZGkd674aon8aoJw3u+O2VoMsCTXg3BKHoOfw==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.77.0.tgz", +- "integrity": "sha512-KvEE4x0esp0GfGjWGs65AHrHjvxeC5gMKW0VFmWCtH4yT/o5G0eVdgaDXgQqkeLjIOPn5ULFuF2h2euXBuBagw==", - "cpu": [ - "x64" - ], @@ -824,9 +824,9 @@ - } - }, - "node_modules/sass-embedded-win32-arm64": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-win32-arm64/-/sass-embedded-win32-arm64-1.76.0.tgz", -- "integrity": "sha512-0iE91pDXqm9rpkpORW9V7gJHvtOueW0xUeJmpaRA+ErMUqYYyLKGFL8KgVqmHU/Eb0/FPFHT34FyeqkcGOliag==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-win32-arm64/-/sass-embedded-win32-arm64-1.77.0.tgz", +- "integrity": "sha512-dcv09TftEIZQ4LorkrRMYdbUkMiWTpn4nC8i9nKNhjMQ22EE8Jh1SNrR18YTqiYA3YGSc1oEgmDP9cCHHz5HFA==", - "cpu": [ - "arm64" - ], @@ -844,9 +844,9 @@ - } - }, - "node_modules/sass-embedded-win32-ia32": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-win32-ia32/-/sass-embedded-win32-ia32-1.76.0.tgz", -- "integrity": "sha512-2jvq+mWBNTGt4a9/hXHqov9FpdC4NI5HFLttgNOyAWYHbvgEv9oNj+ZqTwG9zZZacHYhtV8n0+Rb3H4/QQTh8A==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-win32-ia32/-/sass-embedded-win32-ia32-1.77.0.tgz", +- "integrity": "sha512-j1AStvWCA4RAqDfe12AM7mAYUmSUxDhDktdcPQ2kPo4EiFvjlVFW7CvFM9/MiZ8VvAtop06fyIy8rr+VY8OR2w==", - "cpu": [ - "ia32" - ], @@ -864,9 +864,9 @@ - } - }, - "node_modules/sass-embedded-win32-x64": { -- "version": "1.76.0", -- "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.76.0.tgz", -- "integrity": "sha512-fRDxUQl4o2RaMLcLGn8E6hzELDNT+ATz2cgcFpJ27GIhDJECSeEIYWyFP/SaLLvrWZqo1srVLPC7L2SlHMV9gA==", +- "version": "1.77.0", +- "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.77.0.tgz", +- "integrity": "sha512-J3sjLF0mk1jYD/y3tqxZy3LfoYeyhYAhwJAS6zF9utMb5JIJ+dHscgmuVr87qHCrtOtaV6JRG0oLWi7Uka4nTg==", - "cpu": [ - "x64" - ], @@ -884,9 +884,9 @@ - } - }, "node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", -@@ -2830,22 +2038,6 @@ + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.1.tgz", +@@ -2831,22 +2039,6 @@ "node": ">=0.10.0" } }, @@ -909,7 +909,7 @@ "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", -@@ -2977,13 +2169,6 @@ +@@ -2980,13 +2172,6 @@ "resolved": "https://registry.npmjs.org/ts-toolbelt/-/ts-toolbelt-9.6.0.tgz", "integrity": "sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==" }, @@ -923,7 +923,7 @@ "node_modules/tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", -@@ -3014,13 +2199,6 @@ +@@ -3017,13 +2202,6 @@ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "optional": true @@ -936,4 +936,4 @@ - "peer": true }, "node_modules/vue": { - "version": "3.4.26", + "version": "3.4.27", diff --git a/mail/mailslurper/Makefile b/mail/mailslurper/Makefile index 2c30fbb5a7d..0880b9de2c7 100644 --- a/mail/mailslurper/Makefile +++ b/mail/mailslurper/Makefile @@ -1,6 +1,6 @@ PORTNAME= mailslurper PORTVERSION= 1.14.2.g20201217 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= mail MAINTAINER= einar@isnic.is diff --git a/mail/mew-devel/Makefile b/mail/mew-devel/Makefile index 1b4622dee13..c766081540a 100644 --- a/mail/mew-devel/Makefile +++ b/mail/mew-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= mew DISTVERSIONPREFIX= v -DISTVERSION= 6.9-57 -DISTVERSIONSUFFIX= -gff2ce7c +DISTVERSION= 6.9-83 +DISTVERSIONSUFFIX= -g8b223e8 CATEGORIES= mail elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} diff --git a/mail/mew-devel/distinfo b/mail/mew-devel/distinfo index fa37fc6549c..bf14056b141 100644 --- a/mail/mew-devel/distinfo +++ b/mail/mew-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714181511 -SHA256 (kazu-yamamoto-Mew-v6.9-57-gff2ce7c_GH0.tar.gz) = 846ba9a83b1ca2419806720aca50c1bf25139381c1daa0286d7cf1b66e81879d -SIZE (kazu-yamamoto-Mew-v6.9-57-gff2ce7c_GH0.tar.gz) = 1011179 +TIMESTAMP = 1715301229 +SHA256 (kazu-yamamoto-Mew-v6.9-83-g8b223e8_GH0.tar.gz) = 03c417407a311ee97ccd0d14a67ab564c52fa22802c06fd7f99afd359b4aae1d +SIZE (kazu-yamamoto-Mew-v6.9-83-g8b223e8_GH0.tar.gz) = 1011829 diff --git a/mail/mew-devel/files/patch-elisp_Makefile b/mail/mew-devel/files/patch-elisp_Makefile new file mode 100644 index 00000000000..beee83dacd1 --- /dev/null +++ b/mail/mew-devel/files/patch-elisp_Makefile @@ -0,0 +1,40 @@ +--- elisp/Makefile.orig 2024-04-30 03:05:45 UTC ++++ elisp/Makefile +@@ -28,12 +28,12 @@ OBJS = mew-addrbook.elc mew-attach.elc mew-auth.elc \ + mew-message.elc mew-mime.elc mew-minibuf.elc \ + mew-mule.elc mew-mule3.elc \ + mew-net.elc mew-nntp.elc mew-nntp2.elc \ +- mew-pgp.elc mew-pick.elc mew-pop.elc \ +- mew-refile.elc mew-scan.elc mew-smime.elc \ +- mew-search.elc mew-smtp.elc mew-sort.elc \ +- mew-ssh.elc mew-ssl.elc mew-passwd.elc \ +- mew-summary.elc mew-summary2.elc mew-summary3.elc \ +- mew-summary4.elc mew-syntax.elc \ ++ mew-oauth2.elc mew-pgp.elc mew-pick.elc \ ++ mew-pop.elc mew-refile.elc mew-scan.elc \ ++ mew-smime.elc mew-search.elc mew-smtp.elc \ ++ mew-sort.elc mew-ssh.elc mew-ssl.elc \ ++ mew-passwd.elc mew-summary.elc mew-summary2.elc \ ++ mew-summary3.elc mew-summary4.elc mew-syntax.elc \ + mew-thread.elc mew-unix.elc \ + mew-vars.elc mew-vars2.elc mew-vars3.elc \ + mew-varsx.elc mew-virtual.elc \ +@@ -54,12 +54,12 @@ SRCS = mew-addrbook.el mew-attach.el mew-auth.el \ + mew-message.el mew-mime.el mew-minibuf.el \ + mew-mule.el mew-mule3.el \ + mew-net.el mew-nntp.el mew-nntp2.el \ +- mew-pgp.el mew-pick.el mew-pop.el \ +- mew-refile.el mew-scan.el mew-smime.el \ +- mew-search.el mew-smtp.el mew-sort.el \ +- mew-ssh.el mew-ssl.el mew-passwd.el \ +- mew-summary.el mew-summary2.el mew-summary3.el \ +- mew-summary4.el mew-syntax.el \ ++ mew-oauth2.el mew-pgp.el mew-pick.el \ ++ mew-pop.el mew-refile.el mew-scan.el \ ++ mew-smime.el mew-search.el mew-smtp.el \ ++ mew-sort.el mew-ssh.el mew-ssl.el \ ++ mew-passwd.el mew-summary.el mew-summary2.el \ ++ mew-summary3.el mew-summary4.el mew-syntax.el \ + mew-thread.el mew-unix.el \ + mew-vars.el mew-vars2.el mew-vars3.el \ + mew-varsx.el mew-virtual.el \ diff --git a/mail/mew-devel/pkg-plist b/mail/mew-devel/pkg-plist index f0da996128f..e12c46bd280 100644 --- a/mail/mew-devel/pkg-plist +++ b/mail/mew-devel/pkg-plist @@ -129,6 +129,8 @@ share/man/man1/smew.1.gz %%EMACS_VERSION_SITE_LISPDIR%%/mew/mew-nntp.elc %%EMACS_VERSION_SITE_LISPDIR%%/mew/mew-nntp2.el %%EMACS_VERSION_SITE_LISPDIR%%/mew/mew-nntp2.elc +%%EMACS_VERSION_SITE_LISPDIR%%/mew/mew-oauth2.el +%%EMACS_VERSION_SITE_LISPDIR%%/mew/mew-oauth2.elc %%EMACS_VERSION_SITE_LISPDIR%%/mew/mew-passwd.el %%EMACS_VERSION_SITE_LISPDIR%%/mew/mew-passwd.elc %%EMACS_VERSION_SITE_LISPDIR%%/mew/mew-pgp.el diff --git a/mail/opensmtpd-filter-rspamd/Makefile b/mail/opensmtpd-filter-rspamd/Makefile index 5702f2cf464..e7dd799daf2 100644 --- a/mail/opensmtpd-filter-rspamd/Makefile +++ b/mail/opensmtpd-filter-rspamd/Makefile @@ -1,7 +1,7 @@ PORTNAME= opensmtpd-filter-rspamd PORTVERSION= 0.1.8 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MAINTAINER= manu@FreeBSD.Org diff --git a/mail/opensmtpd-filter-senderscore/Makefile b/mail/opensmtpd-filter-senderscore/Makefile index a05a6246282..51b02e68484 100644 --- a/mail/opensmtpd-filter-senderscore/Makefile +++ b/mail/opensmtpd-filter-senderscore/Makefile @@ -1,6 +1,6 @@ PORTNAME= opensmtpd-filter-senderscore PORTVERSION= 0.1.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= mail MAINTAINER= manu@FreeBSD.Org diff --git a/mail/pathalias/Makefile b/mail/pathalias/Makefile index 62833333a30..9950076b473 100644 --- a/mail/pathalias/Makefile +++ b/mail/pathalias/Makefile @@ -1,6 +1,6 @@ PORTNAME= pathalias PORTVERSION= 9.16 -PORTREVISIOMN= 1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.dinoex.de/pub/approved/ diff --git a/mail/py-django-mailman3/Makefile b/mail/py-django-mailman3/Makefile index f4b98d76cd3..7f130bb44bb 100644 --- a/mail/py-django-mailman3/Makefile +++ b/mail/py-django-mailman3/Makefile @@ -1,6 +1,6 @@ PORTNAME= django-mailman3 PORTVERSION= 1.3.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://gitlab.com/mailman/django-mailman3 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-allauth>=0.56:www/py-django-allauth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-gravatar2>=1.0.6:www/py-django-gravatar2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django42>=3.2<4.3:www/py-django42@${PY_FLAVOR} \ @@ -19,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-allauth>=0.56:www/py-django-allauth@$ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/mail/py-flanker/Makefile b/mail/py-flanker/Makefile index ea53af03918..85766fa0e06 100644 --- a/mail/py-flanker/Makefile +++ b/mail/py-flanker/Makefile @@ -1,5 +1,6 @@ PORTNAME= flanker PORTVERSION= 0.9.11 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/mailgun/flanker LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1,1:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${PY_FLAVOR} \ @@ -21,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=0.9.8:www/py-webob@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cryptography distutils +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/mail/py-mail-parser/Makefile b/mail/py-mail-parser/Makefile index c64f61c4811..868f2e485bd 100644 --- a/mail/py-mail-parser/Makefile +++ b/mail/py-mail-parser/Makefile @@ -1,5 +1,6 @@ PORTNAME= mail-parser PORTVERSION= 3.15.0 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +11,14 @@ WWW= https://github.com/SpamScope/mail-parser LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= msgconvert:mail/p5-Email-Outlook-Message \ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.17.0:devel/py-simplejson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.14.0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/mail/py-mailmanclient/Makefile b/mail/py-mailmanclient/Makefile index 9f2b700459b..87caf0cebdf 100644 --- a/mail/py-mailmanclient/Makefile +++ b/mail/py-mailmanclient/Makefile @@ -1,6 +1,6 @@ PORTNAME= mailmanclient PORTVERSION= 3.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://gitlab.com/mailman/mailmanclient LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}falcon>=1.4.1:www/py-falcon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR} \ @@ -20,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}falcon>=1.4.1:www/py-falcon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-services>=0:devel/py-pytest-services@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/mail/py-pyspf/Makefile b/mail/py-pyspf/Makefile index 48fb2662568..f7e75d0d243 100644 --- a/mail/py-pyspf/Makefile +++ b/mail/py-pyspf/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyspf PORTVERSION= 2.0.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,14 @@ WWW= https://github.com/sdgathman/pyspf LICENSE= PSFL +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}authres>=0:mail/py-authres@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.16.0,1:dns/py-dnspython@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} USES= python shebangfix -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/mail/rubygem-net-imap/Makefile b/mail/rubygem-net-imap/Makefile index 4e4d63107e3..a28968cedc1 100644 --- a/mail/rubygem-net-imap/Makefile +++ b/mail/rubygem-net-imap/Makefile @@ -1,5 +1,5 @@ PORTNAME= net-imap -PORTVERSION= 0.4.10 +PORTVERSION= 0.4.11 CATEGORIES= mail rubygems MASTER_SITES= RG diff --git a/mail/rubygem-net-imap/distinfo b/mail/rubygem-net-imap/distinfo index bc2004cc199..cde0e326143 100644 --- a/mail/rubygem-net-imap/distinfo +++ b/mail/rubygem-net-imap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450500 -SHA256 (rubygem/net-imap-0.4.10.gem) = 5275758f4da3735e43f670c5e4db19695c6f7c2493ea0c5e14c23008b890c77e -SIZE (rubygem/net-imap-0.4.10.gem) = 144384 +TIMESTAMP = 1715652362 +SHA256 (rubygem/net-imap-0.4.11.gem) = ac8140736df32ed87ff4155189b6ae3d846e2101be794ba657d269c5aefa17f8 +SIZE (rubygem/net-imap-0.4.11.gem) = 144896 diff --git a/mail/slimta/Makefile b/mail/slimta/Makefile index 2a770edb2b7..8eb7a890244 100644 --- a/mail/slimta/Makefile +++ b/mail/slimta/Makefile @@ -1,5 +1,5 @@ PORTNAME= slimta -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= mail MASTER_SITES= PYPI diff --git a/mail/slimta/distinfo b/mail/slimta/distinfo index 68fa8f86c7c..f1ed7c42110 100644 --- a/mail/slimta/distinfo +++ b/mail/slimta/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674250966 -SHA256 (slimta-0.9.0.tar.gz) = 90dcfe2c07b413e16b012709b1c6b316f00cb1fdaf6895fdfa884919f0912040 -SIZE (slimta-0.9.0.tar.gz) = 18662 +TIMESTAMP = 1715539153 +SHA256 (slimta-0.9.1.tar.gz) = 853a49724b0fa3c17b69fa88862e8692eb854e7368bd531b59fab7d37f8e3f2a +SIZE (slimta-0.9.1.tar.gz) = 18767 diff --git a/mail/smtprelay/Makefile b/mail/smtprelay/Makefile index 67ac2072cb0..f1846cbf582 100644 --- a/mail/smtprelay/Makefile +++ b/mail/smtprelay/Makefile @@ -1,7 +1,7 @@ PORTNAME= smtprelay DISTVERSIONPREFIX=v DISTVERSION= 1.10.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MAINTAINER= decke@FreeBSD.org diff --git a/mail/spamassassin-devel/Makefile b/mail/spamassassin-devel/Makefile index 78a5296e747..eb4095df21e 100644 --- a/mail/spamassassin-devel/Makefile +++ b/mail/spamassassin-devel/Makefile @@ -9,8 +9,8 @@ WWW= https://spamassassin.apache.org/ USE_GITHUB= yes GH_ACCOUNT= apache -GH_TAGNAME= e7141a12b -SA_COMMIT_DATE= 2024.04.11 +GH_TAGNAME= c5fafb2ea +SA_COMMIT_DATE= 2024.05.13 LICENSE= APACHE20 diff --git a/mail/spamassassin-devel/distinfo b/mail/spamassassin-devel/distinfo index 4643f2f2653..ac3096586a8 100644 --- a/mail/spamassassin-devel/distinfo +++ b/mail/spamassassin-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712852888 -SHA256 (apache-spamassassin-2024.04.11-e7141a12b_GH0.tar.gz) = a2895c2b6f28a294e71061cebbf6d77d81fe5053989e0de7c72d272c259d9c4f -SIZE (apache-spamassassin-2024.04.11-e7141a12b_GH0.tar.gz) = 8343528 +TIMESTAMP = 1715613406 +SHA256 (apache-spamassassin-2024.05.13-c5fafb2ea_GH0.tar.gz) = 8d362ab05838a20d53870f85a195b07cc9131a64dd95796f2e96ab497ed9a338 +SIZE (apache-spamassassin-2024.05.13-c5fafb2ea_GH0.tar.gz) = 8343073 diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 5638fffa46c..0eace83f2ab 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,5 +1,6 @@ PORTNAME= thunderbird -DISTVERSION= 115.10.2 +DISTVERSION= 115.11.0 +PORTREVISION= 2 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index a9dc2e7f600..e90acf383c0 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714411589 -SHA256 (thunderbird-115.10.2.source.tar.xz) = 47bbd0645d7636a5bd81a3e613ef3181c4760dbb476f1609812e35659b7d24e6 -SIZE (thunderbird-115.10.2.source.tar.xz) = 537592900 +TIMESTAMP = 1715204654 +SHA256 (thunderbird-115.11.0.source.tar.xz) = bc023e30814afd76bd2e3e358e60e5a2c9b5224f8cbb45f29358868f9c5062d4 +SIZE (thunderbird-115.11.0.source.tar.xz) = 542327828 diff --git a/mail/thunderbird/files/patch-rust-1.78.0 b/mail/thunderbird/files/patch-rust-1.78.0 new file mode 100644 index 00000000000..7e6685d5e8e --- /dev/null +++ b/mail/thunderbird/files/patch-rust-1.78.0 @@ -0,0 +1,3582 @@ +Adapted from https://hg.mozilla.org/mozilla-central/rev/1db2ef126a6a +-- + +# HG changeset patch +# User Henri Sivonen +# Date 1714462184 0 +# Node ID 1db2ef126a6a8555dbf50345e16492c977b42e92 +# Parent a545e84b3674c4878f2e618b7bce23058f2ac690 +Bug 1882209 - Update encoding_rs to 0.8.34 to deal with rustc changes. r=glandium,supply-chain-reviewers + +Differential Revision: https://phabricator.services.mozilla.com/D207167 + +diff --git a/.cargo/config.in b/.cargo/config.in +--- .cargo/config.in ++++ .cargo/config.in +@@ -35,31 +35,31 @@ git = "https://github.com/gfx-rs/wgpu" + rev = "f71a1bc736fde37509262ca03e91d8f56a13aeb5" + replace-with = "vendored-sources" + + [source."git+https://github.com/glandium/warp?rev=4af45fae95bc98b0eba1ef0db17e1dac471bb23d"] + git = "https://github.com/glandium/warp" + rev = "4af45fae95bc98b0eba1ef0db17e1dac471bb23d" + replace-with = "vendored-sources" + ++[source."git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80"] ++git = "https://github.com/hsivonen/any_all_workaround" ++rev = "7fb1b7034c9f172aade21ee1c8554e8d8a48af80" ++replace-with = "vendored-sources" ++ + [source."git+https://github.com/hsivonen/chardetng?rev=3484d3e3ebdc8931493aa5df4d7ee9360a90e76b"] + git = "https://github.com/hsivonen/chardetng" + rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" + replace-with = "vendored-sources" + + [source."git+https://github.com/hsivonen/chardetng_c?rev=ed8a4c6f900a90d4dbc1d64b856e61490a1c3570"] + git = "https://github.com/hsivonen/chardetng_c" + rev = "ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" + replace-with = "vendored-sources" + +-[source."git+https://github.com/hsivonen/packed_simd?rev=e588ceb568878e1a3156ea9ce551d5b63ef0cdc4"] +-git = "https://github.com/hsivonen/packed_simd" +-rev = "e588ceb568878e1a3156ea9ce551d5b63ef0cdc4" +-replace-with = "vendored-sources" +- + [source."git+https://github.com/jfkthame/mapped_hyph.git?rev=c7651a0cffff41996ad13c44f689bd9cd2192c01"] + git = "https://github.com/jfkthame/mapped_hyph.git" + rev = "c7651a0cffff41996ad13c44f689bd9cd2192c01" + replace-with = "vendored-sources" + + [source."git+https://github.com/mozilla-spidermonkey/jsparagus?rev=64ba08e24749616de2344112f226d1ef4ba893ae"] + git = "https://github.com/mozilla-spidermonkey/jsparagus" + rev = "64ba08e24749616de2344112f226d1ef4ba893ae" +diff --git a/Cargo.lock b/Cargo.lock +--- Cargo.lock ++++ Cargo.lock +@@ -80,16 +80,25 @@ dependencies = [ + name = "android_system_properties" + version = "0.1.5" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" + dependencies = [ + "libc", + ] + ++[[package]] ++name = "any_all_workaround" ++version = "0.1.0" ++source = "git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80#7fb1b7034c9f172aade21ee1c8554e8d8a48af80" ++dependencies = [ ++ "cfg-if 1.0.0", ++ "version_check", ++] ++ + [[package]] + name = "anyhow" + version = "1.0.69" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" + + [[package]] + name = "app_services_logger" +@@ -1431,22 +1440,22 @@ dependencies = [ + "encoding_rs", + "nserror", + "nsstring", + "xmldecl", + ] + + [[package]] + name = "encoding_rs" +-version = "0.8.33" ++version = "0.8.34" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" ++checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" + dependencies = [ ++ "any_all_workaround", + "cfg-if 1.0.0", +- "packed_simd", + ] + + [[package]] + name = "enum-primitive-derive" + version = "0.2.2" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "c375b9c5eadb68d0a6efee2999fef292f45854c3444c86f09d8ab086ba942b0e" + dependencies = [ +@@ -3901,25 +3910,16 @@ checksum = "8d91edf4fbb970279443471345a4e8c491bf05bb283b3e6c88e4e606fd8c181b" + [[package]] + name = "oxilangtag-ffi" + version = "0.1.0" + dependencies = [ + "nsstring", + "oxilangtag", + ] + +-[[package]] +-name = "packed_simd" +-version = "0.3.9" +-source = "git+https://github.com/hsivonen/packed_simd?rev=e588ceb568878e1a3156ea9ce551d5b63ef0cdc4#e588ceb568878e1a3156ea9ce551d5b63ef0cdc4" +-dependencies = [ +- "cfg-if 1.0.0", +- "num-traits", +-] +- + [[package]] + name = "parking_lot" + version = "0.11.2" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" + dependencies = [ + "instant", + "lock_api", +diff --git a/Cargo.toml b/Cargo.toml +--- Cargo.toml ++++ Cargo.toml +@@ -154,22 +154,22 @@ rure = { path = "third_party/rust/rure" } + + # 0.31.1 but without rust-cssparser#342. + # TODO: Remove these, and just use v0.31.1 once bug 1836219 lands + # (which will get syn 2 into the tree). + cssparser = { path = "third_party/rust/cssparser" } + cssparser-macros = { path = "third_party/rust/cssparser-macros" } + + # Other overrides ++any_all_workaround = { git = "https://github.com/hsivonen/any_all_workaround", rev = "7fb1b7034c9f172aade21ee1c8554e8d8a48af80" } + chardetng = { git = "https://github.com/hsivonen/chardetng", rev="3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" } + chardetng_c = { git = "https://github.com/hsivonen/chardetng_c", rev="ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" } + coremidi = { git = "https://github.com/chris-zen/coremidi.git", rev="fc68464b5445caf111e41f643a2e69ccce0b4f83" } + firefox-on-glean = { path = "toolkit/components/glean/api" } + libudev-sys = { path = "dom/webauthn/libudev-sys" } +-packed_simd = { git = "https://github.com/hsivonen/packed_simd", rev = "e588ceb568878e1a3156ea9ce551d5b63ef0cdc4" } + midir = { git = "https://github.com/mozilla/midir.git", rev = "519e651241e867af3391db08f9ae6400bc023e18" } + # warp 0.3.3 + https://github.com/seanmonstar/warp/pull/1007 + warp = { git = "https://github.com/glandium/warp", rev = "4af45fae95bc98b0eba1ef0db17e1dac471bb23d" } + + # application-services overrides to make updating them all simpler. + interrupt-support = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" } + sql-support = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" } + sync15 = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" } +diff --git a/config/makefiles/rust.mk b/config/makefiles/rust.mk +--- config/makefiles/rust.mk ++++ config/makefiles/rust.mk +@@ -260,17 +260,17 @@ export COREAUDIO_SDK_PATH=$(IPHONEOS_SDK + export IPHONEOS_SDK_DIR + PATH := $(topsrcdir)/build/macosx:$(PATH) + endif + endif + + ifndef RUSTC_BOOTSTRAP + RUSTC_BOOTSTRAP := mozglue_static,qcms + ifdef MOZ_RUST_SIMD +-RUSTC_BOOTSTRAP := $(RUSTC_BOOTSTRAP),encoding_rs,packed_simd ++RUSTC_BOOTSTRAP := $(RUSTC_BOOTSTRAP),encoding_rs,any_all_workaround + endif + export RUSTC_BOOTSTRAP + endif + + target_rust_ltoable := force-cargo-library-build $(ADD_RUST_LTOABLE) + target_rust_nonltoable := force-cargo-test-run force-cargo-program-build + + ifdef MOZ_PGO_RUST +diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml +--- supply-chain/audits.toml ++++ supply-chain/audits.toml +@@ -596,16 +596,29 @@ who = "Mike Hommey "] ++description = "Workaround for bad LLVM codegen for boolean reductions on 32-bit ARM" ++homepage = "https://docs.rs/any_all_workaround/" ++documentation = "https://docs.rs/any_all_workaround/" ++readme = "README.md" ++license = "MIT OR Apache-2.0" ++repository = "https://github.com/hsivonen/any_all_workaround" ++ ++[dependencies] ++cfg-if = "1.0" ++ ++[build-dependencies] ++version_check = "0.9" +diff --git a/third_party/rust/packed_simd/LICENSE-APACHE b/third_party/rust/any_all_workaround/LICENSE-APACHE +rename from third_party/rust/packed_simd/LICENSE-APACHE +rename to third_party/rust/any_all_workaround/LICENSE-APACHE +diff --git a/third_party/rust/packed_simd/LICENSE-MIT b/third_party/rust/any_all_workaround/LICENSE-MIT +rename from third_party/rust/packed_simd/LICENSE-MIT +rename to third_party/rust/any_all_workaround/LICENSE-MIT +diff --git a/third_party/rust/any_all_workaround/LICENSE-MIT-QCMS b/third_party/rust/any_all_workaround/LICENSE-MIT-QCMS +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/LICENSE-MIT-QCMS +@@ -0,0 +1,21 @@ ++qcms ++Copyright (C) 2009-2024 Mozilla Corporation ++Copyright (C) 1998-2007 Marti Maria ++ ++Permission is hereby granted, free of charge, to any person obtaining ++a copy of this software and associated documentation files (the "Software"), ++to deal in the Software without restriction, including without limitation ++the rights to use, copy, modify, merge, publish, distribute, sublicense, ++and/or sell copies of the Software, and to permit persons to whom the Software ++is furnished to do so, subject to the following conditions: ++ ++The above copyright notice and this permission notice shall be included in ++all copies or substantial portions of the Software. ++ ++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ++EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ++THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ++NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ++LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ++OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ++WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +diff --git a/third_party/rust/any_all_workaround/README.md b/third_party/rust/any_all_workaround/README.md +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/README.md +@@ -0,0 +1,13 @@ ++# any_all_workaround ++ ++This is a workaround for bad codegen ([Rust bug](https://github.com/rust-lang/portable-simd/issues/146), [LLVM bug](https://github.com/llvm/llvm-project/issues/50466)) for the `any()` and `all()` reductions for NEON-backed SIMD vectors on 32-bit ARM. On other platforms these delegate to `any()` and `all()` in `core::simd`. ++ ++The plan is to abandon this crate once the LLVM bug is fixed or `core::simd` works around the LLVM bug. ++ ++The code is forked from the [`packed_simd` crate](https://raw.githubusercontent.com/hsivonen/packed_simd/d938e39bee9bc5c222f5f2f2a0df9e53b5ce36ae/src/codegen/reductions/mask/arm.rs). ++ ++This crate requires Nightly Rust as it depends on the `portable_simd` feature. ++ ++# License ++ ++`MIT OR Apache-2.0`, since that's how `packed_simd` is licensed. (The ARM intrinsics Rust version workaround is from qcms, see LICENSE-MIT-QCMS.) +diff --git a/third_party/rust/any_all_workaround/build.rs b/third_party/rust/any_all_workaround/build.rs +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/build.rs +@@ -0,0 +1,7 @@ ++extern crate version_check as rustc; ++ ++fn main() { ++ if rustc::is_min_version("1.78.0").unwrap_or(false) { ++ println!("cargo:rustc-cfg=stdsimd_split"); ++ } ++} +diff --git a/third_party/rust/any_all_workaround/src/lib.rs b/third_party/rust/any_all_workaround/src/lib.rs +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/src/lib.rs +@@ -0,0 +1,110 @@ ++// This code began as a fork of ++// https://raw.githubusercontent.com/rust-lang/packed_simd/d938e39bee9bc5c222f5f2f2a0df9e53b5ce36ae/src/codegen/reductions/mask/arm.rs ++// which didn't have a license header on the file, but Cargo.toml said "MIT OR Apache-2.0". ++// See LICENSE-MIT and LICENSE-APACHE. ++ ++#![no_std] ++#![feature(portable_simd)] ++#![cfg_attr( ++ all( ++ stdsimd_split, ++ target_arch = "arm", ++ target_endian = "little", ++ target_feature = "neon", ++ target_feature = "v7" ++ ), ++ feature(stdarch_arm_neon_intrinsics) ++)] ++#![cfg_attr( ++ all( ++ not(stdsimd_split), ++ target_arch = "arm", ++ target_endian = "little", ++ target_feature = "neon", ++ target_feature = "v7" ++ ), ++ feature(stdsimd) ++)] ++ ++use cfg_if::cfg_if; ++use core::simd::mask16x8; ++use core::simd::mask32x4; ++use core::simd::mask8x16; ++ ++cfg_if! { ++ if #[cfg(all(target_arch = "arm", target_endian = "little", target_feature = "neon", target_feature = "v7"))] { ++ use core::simd::mask8x8; ++ use core::simd::mask16x4; ++ use core::simd::mask32x2; ++ macro_rules! arm_128_v7_neon_impl { ++ ($all:ident, $any:ident, $id:ident, $half:ident, $vpmin:ident, $vpmax:ident) => { ++ #[inline] ++ pub fn $all(s: $id) -> bool { ++ use core::arch::arm::$vpmin; ++ use core::mem::transmute; ++ unsafe { ++ union U { ++ halves: ($half, $half), ++ vec: $id, ++ } ++ let halves = U { vec: s }.halves; ++ let h: $half = transmute($vpmin(transmute(halves.0), transmute(halves.1))); ++ h.all() ++ } ++ } ++ #[inline] ++ pub fn $any(s: $id) -> bool { ++ use core::arch::arm::$vpmax; ++ use core::mem::transmute; ++ unsafe { ++ union U { ++ halves: ($half, $half), ++ vec: $id, ++ } ++ let halves = U { vec: s }.halves; ++ let h: $half = transmute($vpmax(transmute(halves.0), transmute(halves.1))); ++ h.any() ++ } ++ } ++ } ++ } ++ } else { ++ macro_rules! arm_128_v7_neon_impl { ++ ($all:ident, $any:ident, $id:ident, $half:ident, $vpmin:ident, $vpmax:ident) => { ++ #[inline(always)] ++ pub fn $all(s: $id) -> bool { ++ s.all() ++ } ++ #[inline(always)] ++ pub fn $any(s: $id) -> bool { ++ s.any() ++ } ++ } ++ } ++ } ++} ++ ++arm_128_v7_neon_impl!( ++ all_mask8x16, ++ any_mask8x16, ++ mask8x16, ++ mask8x8, ++ vpmin_u8, ++ vpmax_u8 ++); ++arm_128_v7_neon_impl!( ++ all_mask16x8, ++ any_mask16x8, ++ mask16x8, ++ mask16x4, ++ vpmin_u16, ++ vpmax_u16 ++); ++arm_128_v7_neon_impl!( ++ all_mask32x4, ++ any_mask32x4, ++ mask32x4, ++ mask32x2, ++ vpmin_u32, ++ vpmax_u32 ++); +diff --git a/third_party/rust/encoding_rs/Cargo.toml b/third_party/rust/encoding_rs/Cargo.toml +--- third_party/rust/encoding_rs/Cargo.toml ++++ third_party/rust/encoding_rs/Cargo.toml +@@ -6,18 +6,19 @@ + # to registry (e.g., crates.io) dependencies. + # + # If you are reading this file be aware that the original Cargo.toml + # will likely look very different (and much more reasonable). + # See Cargo.toml.orig for the original contents. + + [package] + edition = "2018" ++rust-version = "1.36" + name = "encoding_rs" +-version = "0.8.33" ++version = "0.8.34" + authors = ["Henri Sivonen "] + description = "A Gecko-oriented implementation of the Encoding Standard" + homepage = "https://docs.rs/encoding_rs/" + documentation = "https://docs.rs/encoding_rs/" + readme = "README.md" + keywords = [ + "encoding", + "web", +@@ -31,23 +32,23 @@ categories = [ + "internationalization", + ] + license = "(Apache-2.0 OR MIT) AND BSD-3-Clause" + repository = "https://github.com/hsivonen/encoding_rs" + + [profile.release] + lto = true + ++[dependencies.any_all_workaround] ++version = "0.1.0" ++optional = true ++ + [dependencies.cfg-if] + version = "1.0" + +-[dependencies.packed_simd] +-version = "0.3.9" +-optional = true +- + [dependencies.serde] + version = "1.0" + optional = true + + [dev-dependencies.bincode] + version = "1.0" + + [dev-dependencies.serde_derive] +@@ -69,15 +70,9 @@ fast-legacy-encode = [ + "fast-hanja-encode", + "fast-kanji-encode", + "fast-gb-hanzi-encode", + "fast-big5-hanzi-encode", + ] + less-slow-big5-hanzi-encode = [] + less-slow-gb-hanzi-encode = [] + less-slow-kanji-encode = [] +-simd-accel = [ +- "packed_simd", +- "packed_simd/into_bits", +-] +- +-[badges.travis-ci] +-repository = "hsivonen/encoding_rs" ++simd-accel = ["any_all_workaround"] +diff --git a/third_party/rust/encoding_rs/README.md b/third_party/rust/encoding_rs/README.md +--- third_party/rust/encoding_rs/README.md ++++ third_party/rust/encoding_rs/README.md +@@ -162,50 +162,36 @@ wrappers. + * [C++](https://github.com/hsivonen/recode_cpp) + + ## Optional features + + There are currently these optional cargo features: + + ### `simd-accel` + +-Enables SIMD acceleration using the nightly-dependent `packed_simd` crate. ++Enables SIMD acceleration using the nightly-dependent `portable_simd` standard ++library feature. + + This is an opt-in feature, because enabling this feature _opts out_ of Rust's + guarantees of future compilers compiling old code (aka. "stability story"). + + Currently, this has not been tested to be an improvement except for these +-targets: ++targets and enabling the `simd-accel` feature is expected to break the build ++on other targets: + + * x86_64 + * i686 + * aarch64 + * thumbv7neon + + If you use nightly Rust, you use targets whose first component is one of the + above, and you are prepared _to have to revise your configuration when updating + Rust_, you should enable this feature. Otherwise, please _do not_ enable this + feature. + +-_Note!_ If you are compiling for a target that does not have 128-bit SIMD +-enabled as part of the target definition and you are enabling 128-bit SIMD +-using `-C target_feature`, you need to enable the `core_arch` Cargo feature +-for `packed_simd` to compile a crates.io snapshot of `core_arch` instead of +-using the standard-library copy of `core::arch`, because the `core::arch` +-module of the pre-compiled standard library has been compiled with the +-assumption that the CPU doesn't have 128-bit SIMD. At present this applies +-mainly to 32-bit ARM targets whose first component does not include the +-substring `neon`. +- +-The encoding_rs side of things has not been properly set up for POWER, +-PowerPC, MIPS, etc., SIMD at this time, so even if you were to follow +-the advice from the previous paragraph, you probably shouldn't use +-the `simd-accel` option on the less mainstream architectures at this +-time. +- + Used by Firefox. + + ### `serde` + + Enables support for serializing and deserializing `&'static Encoding`-typed + struct fields using [Serde][1]. + + [1]: https://serde.rs/ +@@ -376,18 +362,19 @@ It is a goal to support the latest stabl + the version of Rust that's used for Firefox Nightly. + + At this time, there is no firm commitment to support a version older than + what's required by Firefox, and there is no commitment to treat MSRV changes + as semver-breaking, because this crate depends on `cfg-if`, which doesn't + appear to treat MSRV changes as semver-breaking, so it would be useless for + this crate to treat MSRV changes as semver-breaking. + +-As of 2021-02-04, MSRV appears to be Rust 1.36.0 for using the crate and ++As of 2024-04-04, MSRV appears to be Rust 1.36.0 for using the crate and + 1.42.0 for doc tests to pass without errors about the global allocator. ++With the `simd-accel` feature, the MSRV is even higher. + + ## Compatibility with rust-encoding + + A compatibility layer that implements the rust-encoding API on top of + encoding_rs is + [provided as a separate crate](https://github.com/hsivonen/encoding_rs_compat) + (cannot be uploaded to crates.io). The compatibility layer was originally + written with the assuption that Firefox would need it, but it is not currently +@@ -441,20 +428,27 @@ To regenerate the generated code: + - [x] Implement the rust-encoding API in terms of encoding_rs. + - [x] Add SIMD acceleration for Aarch64. + - [x] Investigate the use of NEON on 32-bit ARM. + - [ ] ~Investigate Björn Höhrmann's lookup table acceleration for UTF-8 as + adapted to Rust in rust-encoding.~ + - [x] Add actually fast CJK encode options. + - [ ] ~Investigate [Bob Steagall's lookup table acceleration for UTF-8](https://github.com/BobSteagall/CppNow2018/blob/master/FastConversionFromUTF-8/Fast%20Conversion%20From%20UTF-8%20with%20C%2B%2B%2C%20DFAs%2C%20and%20SSE%20Intrinsics%20-%20Bob%20Steagall%20-%20C%2B%2BNow%202018.pdf).~ + - [x] Provide a build mode that works without `alloc` (with lesser API surface). +-- [ ] Migrate to `std::simd` once it is stable and declare 1.0. ++- [x] Migrate to `std::simd` ~once it is stable and declare 1.0.~ ++- [ ] Migrate `unsafe` slice access by larger types than `u8`/`u16` to `align_to`. + + ## Release Notes + ++### 0.8.34 ++ ++* Use the `portable_simd` nightly feature of the standard library instead of the `packed_simd` crate. Only affects the `simd-accel` optional nightly feature. ++* Internal documentation improvements and minor code improvements around `unsafe`. ++* Added `rust-version` to `Cargo.toml`. ++ + ### 0.8.33 + + * Use `packed_simd` instead of `packed_simd_2` again now that updates are back under the `packed_simd` name. Only affects the `simd-accel` optional nightly feature. + + ### 0.8.32 + + * Removed `build.rs`. (This removal should resolve false positives reported by some antivirus products. This may break some build configurations that have opted out of Rust's guarantees against future build breakage.) + * Internal change to what API is used for reinterpreting the lane configuration of SIMD vectors. +diff --git a/third_party/rust/encoding_rs/src/ascii.rs b/third_party/rust/encoding_rs/src/ascii.rs +--- third_party/rust/encoding_rs/src/ascii.rs ++++ third_party/rust/encoding_rs/src/ascii.rs +@@ -46,71 +46,87 @@ cfg_if! { + #[allow(dead_code)] + #[inline(always)] + fn likely(b: bool) -> bool { + b + } + } + } + ++// Safety invariants for masks: data & mask = 0 for valid ASCII or basic latin utf-16 ++ + // `as` truncates, so works on 32-bit, too. + #[allow(dead_code)] + pub const ASCII_MASK: usize = 0x8080_8080_8080_8080u64 as usize; + + // `as` truncates, so works on 32-bit, too. + #[allow(dead_code)] + pub const BASIC_LATIN_MASK: usize = 0xFF80_FF80_FF80_FF80u64 as usize; + + #[allow(unused_macros)] + macro_rules! ascii_naive { + ($name:ident, $src_unit:ty, $dst_unit:ty) => { ++ /// Safety: src and dst must have len_unit elements and be aligned ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + // Yes, manually omitting the bound check here matters + // a lot for perf. + for i in 0..len { ++ // Safety: len invariant used here + let code_unit = *(src.add(i)); ++ // Safety: Upholds safety-usable invariant here + if code_unit > 127 { + return Some((code_unit, i)); + } ++ // Safety: len invariant used here + *(dst.add(i)) = code_unit as $dst_unit; + } + return None; + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_alu { + ($name:ident, ++ // safety invariant: src/dst MUST be u8 + $src_unit:ty, + $dst_unit:ty, ++ // Safety invariant: stride_fn must consume and produce two usizes, and return the index of the first non-ascii when it fails + $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cast_ptr_alignment))] + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch until we are aligned to usize + let mut until_alignment = { + // Check if the other unit aligns if we move the narrower unit + // to alignment. + // if ::core::mem::size_of::<$src_unit>() == ::core::mem::size_of::<$dst_unit>() { + // ascii_to_ascii + let src_alignment = (src as usize) & ALU_ALIGNMENT_MASK; + let dst_alignment = (dst as usize) & ALU_ALIGNMENT_MASK; + if src_alignment != dst_alignment { ++ // Safety: bails early and ends up in the naïve branch where usize-alignment doesn't matter + break; + } + (ALU_ALIGNMENT - src_alignment) & ALU_ALIGNMENT_MASK + // } else if ::core::mem::size_of::<$src_unit>() < ::core::mem::size_of::<$dst_unit>() { + // ascii_to_basic_latin + // let src_until_alignment = (ALIGNMENT - ((src as usize) & ALIGNMENT_MASK)) & ALIGNMENT_MASK; + // if (dst.add(src_until_alignment) as usize) & ALIGNMENT_MASK != 0 { + // break; +@@ -129,74 +145,104 @@ macro_rules! ascii_alu { + // Moving pointers to alignment seems to be a pessimization on + // x86_64 for operations that have UTF-16 as the internal + // Unicode representation. However, since it seems to be a win + // on ARM (tested ARMv7 code running on ARMv8 [rpi3]), except + // mixed results when encoding from UTF-16 and since x86 and + // x86_64 should be using SSE2 in due course, keeping the move + // to alignment here. It would be good to test on more ARM CPUs + // and on real MIPS and POWER hardware. ++ // ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { ++ // Safety: num_ascii is known to be a byte index of a non-ascii byte due to stride_fn's invariant + if let Some(num_ascii) = $stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ) { + offset += num_ascii; ++ // Safety: Upholds safety-usable invariant here by indexing into non-ascii byte + return Some((*(src.add(offset)), offset)); + } ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ ++ // Safety: This is the naïve code, same as ascii_naive, and has no requirements ++ // other than src/dst being valid for the the right lens + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } ++ // Safety: len invariant used here + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! basic_latin_alu { + ($name:ident, ++ // safety invariant: use u8 for src/dest for ascii, and u16 for basic_latin + $src_unit:ty, + $dst_unit:ty, ++ // safety invariant: stride function must munch ALU_STRIDE_SIZE*size(src_unit) bytes off of src and ++ // write ALU_STRIDE_SIZE*size(dst_unit) bytes to dst + $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[cfg_attr( + feature = "cargo-clippy", + allow(never_loop, cast_ptr_alignment, cast_lossless) + )] + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch from src/dest until we are aligned to usize ++ // We ensure basic-latin has the same alignment as ascii, starting with ascii since it is smaller. + let mut until_alignment = { + // Check if the other unit aligns if we move the narrower unit + // to alignment. + // if ::core::mem::size_of::<$src_unit>() == ::core::mem::size_of::<$dst_unit>() { + // ascii_to_ascii + // let src_alignment = (src as usize) & ALIGNMENT_MASK; + // let dst_alignment = (dst as usize) & ALIGNMENT_MASK; + // if src_alignment != dst_alignment { +@@ -232,66 +278,89 @@ macro_rules! basic_latin_alu { + // Moving pointers to alignment seems to be a pessimization on + // x86_64 for operations that have UTF-16 as the internal + // Unicode representation. However, since it seems to be a win + // on ARM (tested ARMv7 code running on ARMv8 [rpi3]), except + // mixed results when encoding from UTF-16 and since x86 and + // x86_64 should be using SSE2 in due course, keeping the move + // to alignment here. It would be good to test on more ARM CPUs + // and on real MIPS and POWER hardware. ++ // ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { + if !$stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ) { + break; + } ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ // Safety: This is the naïve code once again, for leftover bytes + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } ++ // Safety: len invariant used here + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_alu { ++ // safety invariant: stride function must munch ALU_STRIDE_SIZE*size(src_unit) bytes off of src and ++ // write ALU_STRIDE_SIZE*size(dst_unit) bytes to dst + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write + #[cfg_attr( + feature = "cargo-clippy", + allow(never_loop, cast_ptr_alignment, cast_lossless) + )] + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch from src/dest until we are aligned to usize ++ // We ensure the UTF-16 side has the same alignment as the Latin-1 side, starting with Latin-1 since it is smaller. + let mut until_alignment = { + if ::core::mem::size_of::<$src_unit>() < ::core::mem::size_of::<$dst_unit>() { + // unpack + let src_until_alignment = (ALU_ALIGNMENT + - ((src as usize) & ALU_ALIGNMENT_MASK)) + & ALU_ALIGNMENT_MASK; + if (dst.wrapping_add(src_until_alignment) as usize) & ALU_ALIGNMENT_MASK + != 0 +@@ -308,373 +377,485 @@ macro_rules! latin1_alu { + != 0 + { + break; + } + dst_until_alignment + } + }; + if until_alignment + ALU_STRIDE_SIZE <= len { ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { + $stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ); ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ // Safety: This is the naïve code once again, for leftover bytes + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_check_align { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + // XXX Should we first process one stride unconditionally as unaligned to + // avoid the cost of the branchiness below if the first stride fails anyway? + // XXX Should we just use unaligned SSE2 access unconditionally? It seems that + // on Haswell, it would make sense to just use unaligned and not bother + // checking. Need to benchmark older architectures before deciding. + let dst_masked = (dst as usize) & SIMD_ALIGNMENT_MASK; ++ // Safety: checking whether src is aligned + if ((src as usize) & SIMD_ALIGNMENT_MASK) == 0 { ++ // Safety: Checking whether dst is aligned + if dst_masked == 0 { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_both_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_src_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + } else { + if dst_masked == 0 { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_dst_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + } + } + while offset < len { ++ // Safety: uses len invariant here and below + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: upholds safety-usable invariant + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_check_align_unrolled { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing 2*SIMD_STRIDE_SIZE src_unit/dst_unit + $double_stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing 2*SIMD_STRIDE_SIZE src_unit/dst_unit + $double_stride_src_aligned:ident + ) => { +- #[inline(always)] ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let unit_size = ::core::mem::size_of::<$src_unit>(); + let mut offset = 0usize; + // This loop is only broken out of as a goto forward without + // actually looping + 'outer: loop { ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + // First, process one unaligned ++ // Safety: this is safe to call since we're valid for this read/write + if !$stride_neither_aligned(src, dst) { + break 'outer; + } + offset = SIMD_STRIDE_SIZE; + + // We have now seen 16 ASCII bytes. Let's guess that + // there will be enough more to justify more expense + // in the case of non-ASCII. + // Use aligned reads for the sake of old microachitectures. ++ // ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is less that SIMD_ALIGNMENT, which is also SIMD_STRIDE_SIZE (as documented) + let until_alignment = ((SIMD_ALIGNMENT + - ((src.add(offset) as usize) & SIMD_ALIGNMENT_MASK)) + & SIMD_ALIGNMENT_MASK) + / unit_size; +- // This addition won't overflow, because even in the 32-bit PAE case the ++ // Safety: This addition won't overflow, because even in the 32-bit PAE case the + // address space holds enough code that the slice length can't be that + // close to address space size. + // offset now equals SIMD_STRIDE_SIZE, hence times 3 below. ++ // ++ // Safety: if this check succeeds we're valid for reading/writing at least `2 * SIMD_STRIDE_SIZE` elements plus `until_alignment`. ++ // The extra SIMD_STRIDE_SIZE in the condition is because `offset` is already `SIMD_STRIDE_SIZE`. + if until_alignment + (SIMD_STRIDE_SIZE * 3) <= len { + if until_alignment != 0 { ++ // Safety: this is safe to call since we're valid for this read/write (and more), and don't care about alignment ++ // This will copy over bytes that get decoded twice since it's not incrementing `offset` by SIMD_STRIDE_SIZE. This is fine. + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += until_alignment; + } ++ // Safety: At this point we're valid for reading/writing 2*SIMD_STRIDE_SIZE elements ++ // Safety: Now `offset` is aligned for `src` + let len_minus_stride_times_two = len - (SIMD_STRIDE_SIZE * 2); ++ // Safety: This is whether dst is aligned + let dst_masked = (dst.add(offset) as usize) & SIMD_ALIGNMENT_MASK; + if dst_masked == 0 { + loop { ++ // Safety: both are aligned, we can call the aligned function. We're valid for reading/writing double stride from the initial condition ++ // and the loop break condition below + if let Some(advance) = + $double_stride_both_aligned(src.add(offset), dst.add(offset)) + { + offset += advance; + let code_unit = *(src.add(offset)); ++ // Safety: uses safety-usable invariant on ascii_to_ascii_simd_double_stride to return ++ // guaranteed non-ascii + return Some((code_unit, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: We're valid for reading/writing one more, and can still assume alignment + if offset + SIMD_STRIDE_SIZE <= len { + if !$stride_both_aligned(src.add(offset), dst.add(offset)) { + break 'outer; + } + offset += SIMD_STRIDE_SIZE; + } + } else { + loop { ++ // Safety: only src is aligned here. We're valid for reading/writing double stride from the initial condition ++ // and the loop break condition below + if let Some(advance) = + $double_stride_src_aligned(src.add(offset), dst.add(offset)) + { + offset += advance; + let code_unit = *(src.add(offset)); ++ // Safety: uses safety-usable invariant on ascii_to_ascii_simd_double_stride to return ++ // guaranteed non-ascii + return Some((code_unit, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. ++ + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: We're valid for reading/writing one more, and can still assume alignment + if offset + SIMD_STRIDE_SIZE <= len { + if !$stride_src_aligned(src.add(offset), dst.add(offset)) { + break 'outer; + } + offset += SIMD_STRIDE_SIZE; + } + } + } else { + // At most two iterations, so unroll + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: The check above ensures we're allowed to read/write this, and we don't use alignment + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: The check above ensures we're allowed to read/write this, and we don't use alignment + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; + } + } + } + } + break 'outer; + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_check_align { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident ++ + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; ++ // Whether dst is aligned + let dst_masked = (dst as usize) & SIMD_ALIGNMENT_MASK; ++ // Whether src is aligned + if ((src as usize) & SIMD_ALIGNMENT_MASK) == 0 { + if dst_masked == 0 { + loop { ++ // Safety: Both were aligned, we can use the aligned function + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: src was aligned, dst was not + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } + } else { + if dst_masked == 0 { + loop { ++ // Safety: src was aligned, dst was not + $stride_dst_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: Neither were aligned + $stride_neither_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } + } + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_check_align_unrolled { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let unit_size = ::core::mem::size_of::<$src_unit>(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is by definition less than SIMD_STRIDE_SIZE. + let mut until_alignment = ((SIMD_STRIDE_SIZE + - ((src as usize) & SIMD_ALIGNMENT_MASK)) + & SIMD_ALIGNMENT_MASK) + / unit_size; + while until_alignment != 0 { ++ // Safety: This is a straightforward copy, since until_alignment is < SIMD_STRIDE_SIZE < len, this is in-bounds + *(dst.add(offset)) = *(src.add(offset)) as $dst_unit; + offset += 1; + until_alignment -= 1; + } ++ // Safety: here offset will be `until_alignment`, i.e. enough to align `src`. + let len_minus_stride = len - SIMD_STRIDE_SIZE; ++ // Safety: if this check succeeds we're valid for reading/writing at least `2 * SIMD_STRIDE_SIZE` elements. + if offset + SIMD_STRIDE_SIZE * 2 <= len { + let len_minus_stride_times_two = len_minus_stride - SIMD_STRIDE_SIZE; ++ // Safety: at this point src is known to be aligned at offset, dst is not. + if (dst.add(offset) as usize) & SIMD_ALIGNMENT_MASK == 0 { + loop { ++ // Safety: We checked alignment of dst above, we can use the alignment functions. We're allowed to read/write 2*SIMD_STRIDE_SIZE elements, which we do. + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } + } else { + loop { ++ // Safety: we ensured alignment of src already. + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } + } + } ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we are valid to munch SIMD_STRIDE_SIZE more elements, which we do + if offset < len_minus_stride { + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + } + } + while offset < len { ++ // Safety: uses len invariant here and below + let code_unit = *(src.add(offset)); + // On x86_64, this loop autovectorizes but in the pack + // case there are instructions whose purpose is to make sure + // each u16 in the vector is truncated before packing. However, + // since we don't care about saturating behavior of SSE2 packing + // when the input isn't Latin1, those instructions are useless. + // Unfortunately, using the `assume` intrinsic to lie to the + // optimizer doesn't make LLVM omit the trunctation that we +@@ -688,138 +869,180 @@ macro_rules! latin1_simd_check_align_unr + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_unalign { ++ // Safety: stride_neither_aligned must be a function that requires src/dest be valid for unaligned reads/writes for SIMD_STRIDE_SIZE elements of type src_unit/dest_unit + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_neither_aligned:ident) => { ++ /// Safety: src and dst must be valid for reads/writes of len elements of type src_unit/dst_unit ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: We know we're valid for `stride` reads/writes, so we can call this function. We don't need alignment. + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - stride` which means we always have at least `stride` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { ++ // Safety: Uses len invariant here and below + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_unalign { ++ // Safety: stride_neither_aligned must be a function that requires src/dest be valid for unaligned reads/writes for SIMD_STRIDE_SIZE elements of type src_unit/dest_unit + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_neither_aligned:ident) => { ++ /// Safety: src and dst must be valid for unaligned reads/writes of len elements of type src_unit/dst_unit + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: We know we're valid for `stride` reads/writes, so we can call this function. We don't need alignment. + $stride_neither_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - stride` which means we always have at least `stride` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { ++ // Safety: Uses len invariant here + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_ascii_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u8) -> bool { + let simd = $load(src); + if !simd_is_ascii(simd) { + return false; + } + $store(dst, simd); + true + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_ascii_simd_double_stride { ++ // Safety: store must be valid for 32 bytes of write, which may be unaligned (candidates: `store(8|16)_(aligned|unaligned)`) + ($name:ident, $store:ident) => { ++ /// Safety: src must be valid for 32 bytes of aligned u8x16 read ++ /// dst must be valid for 32 bytes of unaligned write according to ++ /// the $store fn, which may allow for unaligned writes or require ++ /// alignment to either 16x8 or u8x16. ++ /// ++ /// Safety-usable invariant: Returns Some(index) if the element at `index` is invalid ASCII + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u8) -> Option { + let first = load16_aligned(src); + let second = load16_aligned(src.add(SIMD_STRIDE_SIZE)); + $store(dst, first); + if unlikely(!simd_is_ascii(first | second)) { ++ // Safety: mask_ascii produces a mask of all the high bits. + let mask_first = mask_ascii(first); + if mask_first != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src ++ // TODO SAFETY: What about big-endian systems? + return Some(mask_first.trailing_zeros() as usize); + } + $store(dst.add(SIMD_STRIDE_SIZE), second); + let mask_second = mask_ascii(second); ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + return Some(SIMD_STRIDE_SIZE + mask_second.trailing_zeros() as usize); + } + $store(dst.add(SIMD_STRIDE_SIZE), second); + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_basic_latin_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16/32 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) -> bool { + let simd = $load(src); + if !simd_is_ascii(simd) { + return false; + } + let (first, second) = simd_unpack(simd); + $store(dst, first); + $store(dst.add(8), second); + true + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_basic_latin_simd_double_stride { ++ // Safety: store must be valid for 16 bytes of write, which may be unaligned + ($name:ident, $store:ident) => { ++ /// Safety: src must be valid for 2*SIMD_STRIDE_SIZE bytes of aligned reads, ++ /// aligned to either 16x8 or u8x16. ++ /// dst must be valid for 2*SIMD_STRIDE_SIZE bytes of aligned or unaligned reads + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) -> Option { + let first = load16_aligned(src); + let second = load16_aligned(src.add(SIMD_STRIDE_SIZE)); + let (a, b) = simd_unpack(first); + $store(dst, a); ++ // Safety: divide by 2 since it's a u16 pointer + $store(dst.add(SIMD_STRIDE_SIZE / 2), b); + if unlikely(!simd_is_ascii(first | second)) { + let mask_first = mask_ascii(first); + if mask_first != 0 { + return Some(mask_first.trailing_zeros() as usize); + } + let (c, d) = simd_unpack(second); + $store(dst.add(SIMD_STRIDE_SIZE), c); +@@ -832,47 +1055,59 @@ macro_rules! ascii_to_basic_latin_simd_d + $store(dst.add(SIMD_STRIDE_SIZE + (SIMD_STRIDE_SIZE / 2)), d); + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! unpack_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) { + let simd = $load(src); + let (first, second) = simd_unpack(simd); + $store(dst, first); + $store(dst.add(8), second); + } + }; + } + + #[allow(unused_macros)] + macro_rules! basic_latin_to_ascii_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 32/16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u16, dst: *mut u8) -> bool { + let first = $load(src); + let second = $load(src.add(8)); + if simd_is_basic_latin(first | second) { + $store(dst, simd_pack(first, second)); + true + } else { + false + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! pack_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 32/16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u16, dst: *mut u8) { + let first = $load(src); + let second = $load(src.add(8)); + $store(dst, simd_pack(first, second)); + } + }; + } +@@ -888,24 +1123,28 @@ cfg_if! { + // pub const ALIGNMENT: usize = 8; + + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const ALU_ALIGNMENT: usize = 8; + + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently produce ++ // neither_unaligned variants using only unaligned inputs. + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_neither_aligned, load16_unaligned, store16_unaligned); + + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_neither_aligned, load16_unaligned, store8_unaligned); + unpack_simd_stride!(unpack_stride_neither_aligned, load16_unaligned, store8_unaligned); + + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + pack_simd_stride!(pack_stride_neither_aligned, load8_unaligned, store16_unaligned); + ++ // Safety for conversion macros: We use the unalign macro with unalign functions above. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. + ascii_simd_unalign!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_neither_aligned); + ascii_simd_unalign!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_neither_aligned); + ascii_simd_unalign!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_unalign!(unpack_latin1, u8, u16, unpack_stride_neither_aligned); + latin1_simd_unalign!(pack_latin1, u16, u8, pack_stride_neither_aligned); + } else if #[cfg(all(feature = "simd-accel", target_endian = "little", target_feature = "neon"))] { + // SIMD with different instructions for aligned and unaligned loads and stores. + // +@@ -914,16 +1153,19 @@ cfg_if! { + // but the benchmark results I see don't agree. + + pub const SIMD_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + + pub const SIMD_ALIGNMENT_MASK: usize = 15; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently name ++ // aligned/unaligned functions according to src/dst being aligned/unaligned ++ + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_both_aligned, load16_aligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_src_aligned, load16_aligned, store16_unaligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_dst_aligned, load16_unaligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_neither_aligned, load16_unaligned, store16_unaligned); + + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_both_aligned, load16_aligned, store8_aligned); + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_src_aligned, load16_aligned, store8_unaligned); + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_dst_aligned, load16_unaligned, store8_aligned); +@@ -939,36 +1181,43 @@ cfg_if! { + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_dst_aligned, load8_unaligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + + pack_simd_stride!(pack_stride_both_aligned, load8_aligned, store16_aligned); + pack_simd_stride!(pack_stride_src_aligned, load8_aligned, store16_unaligned); + pack_simd_stride!(pack_stride_dst_aligned, load8_unaligned, store16_aligned); + pack_simd_stride!(pack_stride_neither_aligned, load8_unaligned, store16_unaligned); + ++ // Safety for conversion macros: We use the correct pattern of both/src/dst/neither here. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. ++ + ascii_simd_check_align!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_both_aligned, ascii_to_ascii_stride_src_aligned, ascii_to_ascii_stride_dst_aligned, ascii_to_ascii_stride_neither_aligned); + ascii_simd_check_align!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_both_aligned, ascii_to_basic_latin_stride_src_aligned, ascii_to_basic_latin_stride_dst_aligned, ascii_to_basic_latin_stride_neither_aligned); + ascii_simd_check_align!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_both_aligned, basic_latin_to_ascii_stride_src_aligned, basic_latin_to_ascii_stride_dst_aligned, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_check_align!(unpack_latin1, u8, u16, unpack_stride_both_aligned, unpack_stride_src_aligned, unpack_stride_dst_aligned, unpack_stride_neither_aligned); + latin1_simd_check_align!(pack_latin1, u16, u8, pack_stride_both_aligned, pack_stride_src_aligned, pack_stride_dst_aligned, pack_stride_neither_aligned); + } else if #[cfg(all(feature = "simd-accel", target_feature = "sse2"))] { + // SIMD with different instructions for aligned and unaligned loads and stores. + // + // Newer microarchitectures are not supposed to have a performance difference between + // aligned and unaligned SSE2 loads and stores when the address is actually aligned, + // but the benchmark results I see don't agree. + + pub const SIMD_STRIDE_SIZE: usize = 16; + ++ /// Safety-usable invariant: This should be identical to SIMD_STRIDE_SIZE (used by ascii_simd_check_align_unrolled) + pub const SIMD_ALIGNMENT: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + + pub const SIMD_ALIGNMENT_MASK: usize = 15; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently name ++ // aligned/unaligned functions according to src/dst being aligned/unaligned ++ + ascii_to_ascii_simd_double_stride!(ascii_to_ascii_simd_double_stride_both_aligned, store16_aligned); + ascii_to_ascii_simd_double_stride!(ascii_to_ascii_simd_double_stride_src_aligned, store16_unaligned); + + ascii_to_basic_latin_simd_double_stride!(ascii_to_basic_latin_simd_double_stride_both_aligned, store8_aligned); + ascii_to_basic_latin_simd_double_stride!(ascii_to_basic_latin_simd_double_stride_src_aligned, store8_unaligned); + + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_both_aligned, load16_aligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_src_aligned, load16_aligned, store16_unaligned); +@@ -984,33 +1233,43 @@ cfg_if! { + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_both_aligned, load8_aligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_src_aligned, load8_aligned, store16_unaligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_dst_aligned, load8_unaligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + + pack_simd_stride!(pack_stride_both_aligned, load8_aligned, store16_aligned); + pack_simd_stride!(pack_stride_src_aligned, load8_aligned, store16_unaligned); + ++ // Safety for conversion macros: We use the correct pattern of both/src/dst/neither/double_both/double_src here. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. ++ + ascii_simd_check_align_unrolled!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_both_aligned, ascii_to_ascii_stride_src_aligned, ascii_to_ascii_stride_neither_aligned, ascii_to_ascii_simd_double_stride_both_aligned, ascii_to_ascii_simd_double_stride_src_aligned); + ascii_simd_check_align_unrolled!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_both_aligned, ascii_to_basic_latin_stride_src_aligned, ascii_to_basic_latin_stride_neither_aligned, ascii_to_basic_latin_simd_double_stride_both_aligned, ascii_to_basic_latin_simd_double_stride_src_aligned); + + ascii_simd_check_align!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_both_aligned, basic_latin_to_ascii_stride_src_aligned, basic_latin_to_ascii_stride_dst_aligned, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_check_align_unrolled!(unpack_latin1, u8, u16, unpack_stride_both_aligned, unpack_stride_src_aligned, unpack_stride_dst_aligned, unpack_stride_neither_aligned); + latin1_simd_check_align_unrolled!(pack_latin1, u16, u8, pack_stride_both_aligned, pack_stride_src_aligned, pack_stride_dst_aligned, pack_stride_neither_aligned); + } else if #[cfg(all(target_endian = "little", target_pointer_width = "64"))] { + // Aligned ALU word, little-endian, 64-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 8; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0x0000_0000_FF00_0000usize & word) << 24) | + ((0x0000_0000_00FF_0000usize & word) << 16) | + ((0x0000_0000_0000_FF00usize & word) << 8) | + (0x0000_0000_0000_00FFusize & word); + let second = ((0xFF00_0000_0000_0000usize & word) >> 8) | + ((0x00FF_0000_0000_0000usize & word) >> 16) | +@@ -1019,22 +1278,24 @@ cfg_if! { + let third = ((0x0000_0000_FF00_0000usize & second_word) << 24) | + ((0x0000_0000_00FF_0000usize & second_word) << 16) | + ((0x0000_0000_0000_FF00usize & second_word) << 8) | + (0x0000_0000_0000_00FFusize & second_word); + let fourth = ((0xFF00_0000_0000_0000usize & second_word) >> 8) | + ((0x00FF_0000_0000_0000usize & second_word) >> 16) | + ((0x0000_FF00_0000_0000usize & second_word) >> 24) | + ((0x0000_00FF_0000_0000usize & second_word) >> 32); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000_0000_0000usize & second) << 8) | + ((0x0000_00FF_0000_0000usize & second) << 16) | + ((0x0000_0000_00FF_0000usize & second) << 24) | + ((0x0000_0000_0000_00FFusize & second) << 32) | + ((0x00FF_0000_0000_0000usize & first) >> 24) | + ((0x0000_00FF_0000_0000usize & first) >> 16) | +@@ -1043,70 +1304,88 @@ cfg_if! { + let second_word = ((0x00FF_0000_0000_0000usize & fourth) << 8) | + ((0x0000_00FF_0000_0000usize & fourth) << 16) | + ((0x0000_0000_00FF_0000usize & fourth) << 24) | + ((0x0000_0000_0000_00FFusize & fourth) << 32) | + ((0x00FF_0000_0000_0000usize & third) >> 24) | + ((0x0000_00FF_0000_0000usize & third) >> 16) | + ((0x0000_0000_00FF_0000usize & third) >> 8) | + (0x0000_0000_0000_00FFusize & third); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "little", target_pointer_width = "32"))] { + // Aligned ALU word, little-endian, 32-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const MAX_STRIDE_SIZE: usize = 8; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 4; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 3; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0x0000_FF00usize & word) << 8) | + (0x0000_00FFusize & word); + let second = ((0xFF00_0000usize & word) >> 8) | + ((0x00FF_0000usize & word) >> 16); + let third = ((0x0000_FF00usize & second_word) << 8) | + (0x0000_00FFusize & second_word); + let fourth = ((0xFF00_0000usize & second_word) >> 8) | + ((0x00FF_0000usize & second_word) >> 16); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000usize & second) << 8) | + ((0x0000_00FFusize & second) << 16) | + ((0x00FF_0000usize & first) >> 8) | + (0x0000_00FFusize & first); + let second_word = ((0x00FF_0000usize & fourth) << 8) | + ((0x0000_00FFusize & fourth) << 16) | + ((0x00FF_0000usize & third) >> 8) | + (0x0000_00FFusize & third); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "big", target_pointer_width = "64"))] { + // Aligned ALU word, big-endian, 64-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 8; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0xFF00_0000_0000_0000usize & word) >> 8) | + ((0x00FF_0000_0000_0000usize & word) >> 16) | + ((0x0000_FF00_0000_0000usize & word) >> 24) | + ((0x0000_00FF_0000_0000usize & word) >> 32); + let second = ((0x0000_0000_FF00_0000usize & word) << 24) | + ((0x0000_0000_00FF_0000usize & word) << 16) | +@@ -1115,22 +1394,24 @@ cfg_if! { + let third = ((0xFF00_0000_0000_0000usize & second_word) >> 8) | + ((0x00FF_0000_0000_0000usize & second_word) >> 16) | + ((0x0000_FF00_0000_0000usize & second_word) >> 24) | + ((0x0000_00FF_0000_0000usize & second_word) >> 32); + let fourth = ((0x0000_0000_FF00_0000usize & second_word) << 24) | + ((0x0000_0000_00FF_0000usize & second_word) << 16) | + ((0x0000_0000_0000_FF00usize & second_word) << 8) | + (0x0000_0000_0000_00FFusize & second_word); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF0000_00000000usize & first) << 8) | + ((0x000000FF_00000000usize & first) << 16) | + ((0x00000000_00FF0000usize & first) << 24) | + ((0x00000000_000000FFusize & first) << 32) | + ((0x00FF0000_00000000usize & second) >> 24) | + ((0x000000FF_00000000usize & second) >> 16) | +@@ -1139,67 +1420,80 @@ cfg_if! { + let second_word = ((0x00FF0000_00000000usize & third) << 8) | + ((0x000000FF_00000000usize & third) << 16) | + ((0x00000000_00FF0000usize & third) << 24) | + ((0x00000000_000000FFusize & third) << 32) | + ((0x00FF0000_00000000usize & fourth) >> 24) | + ((0x000000FF_00000000usize & fourth) >> 16) | + ((0x00000000_00FF0000usize & fourth) >> 8) | + (0x00000000_000000FFusize & fourth); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "big", target_pointer_width = "32"))] { + // Aligned ALU word, big-endian, 32-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const MAX_STRIDE_SIZE: usize = 8; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 4; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 3; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0xFF00_0000usize & word) >> 8) | + ((0x00FF_0000usize & word) >> 16); + let second = ((0x0000_FF00usize & word) << 8) | + (0x0000_00FFusize & word); + let third = ((0xFF00_0000usize & second_word) >> 8) | + ((0x00FF_0000usize & second_word) >> 16); + let fourth = ((0x0000_FF00usize & second_word) << 8) | + (0x0000_00FFusize & second_word); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000usize & first) << 8) | + ((0x0000_00FFusize & first) << 16) | + ((0x00FF_0000usize & second) >> 8) | + (0x0000_00FFusize & second); + let second_word = ((0x00FF_0000usize & third) << 8) | + ((0x0000_00FFusize & third) << 16) | + ((0x00FF_0000usize & fourth) >> 8) | + (0x0000_00FFusize & fourth); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else { + ascii_naive!(ascii_to_ascii, u8, u8); + ascii_naive!(ascii_to_basic_latin, u8, u16); + ascii_naive!(basic_latin_to_ascii, u16, u8); + } + } + + cfg_if! { ++ // Safety-usable invariant: this counts the zeroes from the "first byte" of utf-8 data packed into a usize ++ // with the target endianness + if #[cfg(target_endian = "little")] { + #[allow(dead_code)] + #[inline(always)] + fn count_zeros(word: usize) -> u32 { + word.trailing_zeros() + } + } else { + #[allow(dead_code)] +@@ -1207,208 +1501,272 @@ cfg_if! { + fn count_zeros(word: usize) -> u32 { + word.leading_zeros() + } + } + } + + cfg_if! { + if #[cfg(all(feature = "simd-accel", target_endian = "little", target_arch = "disabled"))] { ++ /// Safety-usable invariant: Will return the value and position of the first non-ASCII byte in the slice in a Some if found. ++ /// In other words, the first element of the Some is always `> 127` + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: src at offset is valid for a `SIMD_STRIDE_SIZE` read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + if !simd_is_ascii(simd) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety: Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + } else if #[cfg(all(feature = "simd-accel", target_feature = "sse2"))] { ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + // First, process one unaligned vector ++ // Safety: src is valid for a `SIMD_STRIDE_SIZE` read + let simd = unsafe { load16_unaligned(src) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset = mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; + return Some((non_ascii, offset)); + } + offset = SIMD_STRIDE_SIZE; ++ // Safety: Now that offset has changed we don't yet know how much it is valid for + + // We have now seen 16 ASCII bytes. Let's guess that + // there will be enough more to justify more expense + // in the case of non-ASCII. + // Use aligned reads for the sake of old microachitectures. ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is by definition less than SIMD_ALIGNMENT, which is defined to be equal to SIMD_STRIDE_SIZE. + let until_alignment = unsafe { (SIMD_ALIGNMENT - ((src.add(offset) as usize) & SIMD_ALIGNMENT_MASK)) & SIMD_ALIGNMENT_MASK }; + // This addition won't overflow, because even in the 32-bit PAE case the + // address space holds enough code that the slice length can't be that + // close to address space size. + // offset now equals SIMD_STRIDE_SIZE, hence times 3 below. ++ // ++ // Safety: if this check succeeds we're valid for reading at least `2 * SIMD_STRIDE_SIZE` elements plus `until_alignment`. ++ // The extra SIMD_STRIDE_SIZE in the condition is because `offset` is already `SIMD_STRIDE_SIZE`. + if until_alignment + (SIMD_STRIDE_SIZE * 3) <= len { + if until_alignment != 0 { ++ // Safety: this is safe to call since we're valid for this read (and more), and don't care about alignment ++ // This will copy over bytes that get decoded twice since it's not incrementing `offset` by SIMD_STRIDE_SIZE. This is fine. + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; + return Some((non_ascii, offset)); + } + offset += until_alignment; + } ++ // Safety: At this point we're valid for reading 2*SIMD_STRIDE_SIZE elements ++ // Safety: Now `offset` is aligned for `src` + let len_minus_stride_times_two = len - (SIMD_STRIDE_SIZE * 2); + loop { ++ // Safety: We were valid for this read, and were aligned. + let first = unsafe { load16_aligned(src.add(offset)) }; + let second = unsafe { load16_aligned(src.add(offset + SIMD_STRIDE_SIZE)) }; + if !simd_is_ascii(first | second) { ++ // Safety: mask_ascii produces a mask of all the high bits. + let mask_first = mask_ascii(first); + if mask_first != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src ++ // TODO SAFETY: What about big-endian systems? + offset += mask_first.trailing_zeros() as usize; + } else { + let mask_second = mask_ascii(second); ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + offset += SIMD_STRIDE_SIZE + mask_second.trailing_zeros() as usize; + } ++ // Safety: We know this is non-ASCII, and can uphold the safety-usable invariant here + let non_ascii = unsafe { *src.add(offset) }; ++ + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { +- let simd = unsafe { load16_aligned(src.add(offset)) }; +- let mask = mask_ascii(simd); ++ // Safety: We were valid for this read, and were aligned. ++ let simd = unsafe { load16_aligned(src.add(offset)) }; ++ // Safety: mask_ascii produces a mask of all the high bits. ++ let mask = mask_ascii(simd); + if mask != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety: We know this is non-ASCII, and can uphold the safety-usable invariant here + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; + } + } else { ++ // Safety: this is the unaligned branch + // At most two iterations, so unroll ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: We're valid for this read but must use an unaligned read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety-usable invariant upheld here (same as above) + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: We're valid for this read but must use an unaligned read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety-usable invariant upheld here (same as above) + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; + } + } + } + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = unsafe { *(src.add(offset)) }; + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + } else { ++ // Safety-usable invariant: returns byte index of first non-ascii byte + #[inline(always)] + fn find_non_ascii(word: usize, second_word: usize) -> Option { + let word_masked = word & ASCII_MASK; + let second_masked = second_word & ASCII_MASK; + if (word_masked | second_masked) == 0 { ++ // Both are ascii, invariant upheld + return None; + } + if word_masked != 0 { + let zeros = count_zeros(word_masked); +- // `zeros` now contains 7 (for the seven bits of non-ASCII) ++ // `zeros` now contains 0 to 7 (for the seven bits of masked ASCII in little endian, ++ // or up to 7 bits of non-ASCII in big endian if the first byte is non-ASCII) + // plus 8 times the number of ASCII in text order before the + // non-ASCII byte in the little-endian case or 8 times the number of ASCII in + // text order before the non-ASCII byte in the big-endian case. + let num_ascii = (zeros >> 3) as usize; ++ // Safety-usable invariant upheld here + return Some(num_ascii); + } + let zeros = count_zeros(second_masked); +- // `zeros` now contains 7 (for the seven bits of non-ASCII) ++ // `zeros` now contains 0 to 7 (for the seven bits of masked ASCII in little endian, ++ // or up to 7 bits of non-ASCII in big endian if the first byte is non-ASCII) + // plus 8 times the number of ASCII in text order before the + // non-ASCII byte in the little-endian case or 8 times the number of ASCII in + // text order before the non-ASCII byte in the big-endian case. + let num_ascii = (zeros >> 3) as usize; ++ // Safety-usable invariant upheld here + Some(ALU_ALIGNMENT + num_ascii) + } + ++ /// Safety: `src` must be valid for the reads of two `usize`s ++ /// ++ /// Safety-usable invariant: will return byte index of first non-ascii byte + #[inline(always)] + unsafe fn validate_ascii_stride(src: *const usize) -> Option { + let word = *src; + let second_word = *(src.add(1)); + find_non_ascii(word, second_word) + } + ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; + let mut until_alignment = (ALU_ALIGNMENT - ((src as usize) & ALU_ALIGNMENT_MASK)) & ALU_ALIGNMENT_MASK; ++ // Safety: If this check fails we're valid to read `until_alignment + ALU_STRIDE_SIZE` elements + if until_alignment + ALU_STRIDE_SIZE <= len { + while until_alignment != 0 { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety-usable invairant upheld here + return Some((code_unit, offset)); + } + offset += 1; + until_alignment -= 1; + } ++ // Safety: At this point we have read until_alignment elements and ++ // are valid for `ALU_STRIDE_SIZE` more. + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { ++ // Safety: we were valid for this read + let ptr = unsafe { src.add(offset) as *const usize }; + if let Some(num_ascii) = unsafe { validate_ascii_stride(ptr) } { + offset += num_ascii; ++ // Safety-usable invairant upheld here using the invariant from validate_ascii_stride() + return Some((unsafe { *(src.add(offset)) }, offset)); + } + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > ALU_STRIDE_SIZE` which means we always have at least `2 * ALU_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety-usable invairant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + + } +@@ -1423,70 +1781,88 @@ cfg_if! { + // vector reads without vector writes. + + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const ALU_ALIGNMENT: usize = 4; + + pub const ALU_ALIGNMENT_MASK: usize = 3; + } else { ++ // Safety: src points to two valid `usize`s, dst points to four valid `usize`s + #[inline(always)] + unsafe fn unpack_latin1_stride_alu(src: *const usize, dst: *mut usize) { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); ++ // Safety: dst safety invariant passed down + unpack_alu(word, second_word, dst); + } + ++ // Safety: src points to four valid `usize`s, dst points to two valid `usize`s + #[inline(always)] + unsafe fn pack_latin1_stride_alu(src: *const usize, dst: *mut usize) { ++ // Safety: src safety invariant used here + let first = *src; + let second = *(src.add(1)); + let third = *(src.add(2)); + let fourth = *(src.add(3)); ++ // Safety: dst safety invariant passed down + pack_alu(first, second, third, fourth, dst); + } + ++ // Safety: src points to two valid `usize`s, dst points to four valid `usize`s + #[inline(always)] + unsafe fn ascii_to_basic_latin_stride_alu(src: *const usize, dst: *mut usize) -> bool { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); + // Check if the words contains non-ASCII + if (word & ASCII_MASK) | (second_word & ASCII_MASK) != 0 { + return false; + } ++ // Safety: dst safety invariant passed down + unpack_alu(word, second_word, dst); + true + } + ++ // Safety: src points four valid `usize`s, dst points to two valid `usize`s + #[inline(always)] + unsafe fn basic_latin_to_ascii_stride_alu(src: *const usize, dst: *mut usize) -> bool { ++ // Safety: src safety invariant used here + let first = *src; + let second = *(src.add(1)); + let third = *(src.add(2)); + let fourth = *(src.add(3)); + if (first & BASIC_LATIN_MASK) | (second & BASIC_LATIN_MASK) | (third & BASIC_LATIN_MASK) | (fourth & BASIC_LATIN_MASK) != 0 { + return false; + } ++ // Safety: dst safety invariant passed down + pack_alu(first, second, third, fourth, dst); + true + } + ++ // Safety: src, dst both point to two valid `usize`s each ++ // Safety-usable invariant: Will return byte index of first non-ascii byte. + #[inline(always)] + unsafe fn ascii_to_ascii_stride(src: *const usize, dst: *mut usize) -> Option { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); ++ // Safety: src safety invariant used here + *dst = word; + *(dst.add(1)) = second_word; ++ // Relies on safety-usable invariant here + find_non_ascii(word, second_word) + } + + basic_latin_alu!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_alu); + basic_latin_alu!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_alu); + latin1_alu!(unpack_latin1, u8, u16, unpack_latin1_stride_alu); + latin1_alu!(pack_latin1, u16, u8, pack_latin1_stride_alu); ++ // Safety invariant upheld: ascii_to_ascii_stride will return byte index of first non-ascii if found + ascii_alu!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride); + } + } + + pub fn ascii_valid_up_to(bytes: &[u8]) -> usize { + match validate_ascii(bytes) { + None => bytes.len(), + Some((_, num_valid)) => num_valid, +diff --git a/third_party/rust/encoding_rs/src/handles.rs b/third_party/rust/encoding_rs/src/handles.rs +--- third_party/rust/encoding_rs/src/handles.rs ++++ third_party/rust/encoding_rs/src/handles.rs +@@ -29,17 +29,17 @@ use crate::simd_funcs::*; + #[cfg(all( + feature = "simd-accel", + any( + target_feature = "sse2", + all(target_endian = "little", target_arch = "aarch64"), + all(target_endian = "little", target_feature = "neon") + ) + ))] +-use packed_simd::u16x8; ++use core::simd::u16x8; + + use super::DecoderResult; + use super::EncoderResult; + use crate::ascii::*; + use crate::utf_8::convert_utf8_to_utf16_up_to_invalid; + use crate::utf_8::utf8_valid_up_to; + + pub enum Space { +@@ -85,84 +85,100 @@ impl Endian for LittleEndian { + const OPPOSITE_ENDIAN: bool = false; + + #[cfg(target_endian = "big")] + const OPPOSITE_ENDIAN: bool = true; + } + + #[derive(Debug, Copy, Clone)] + struct UnalignedU16Slice { ++ // Safety invariant: ptr must be valid for reading 2*len bytes + ptr: *const u8, + len: usize, + } + + impl UnalignedU16Slice { ++ /// Safety: ptr must be valid for reading 2*len bytes + #[inline(always)] + pub unsafe fn new(ptr: *const u8, len: usize) -> UnalignedU16Slice { ++ // Safety: field invariant passed up to caller here + UnalignedU16Slice { ptr, len } + } + + #[inline(always)] + pub fn trim_last(&mut self) { + assert!(self.len > 0); ++ // Safety: invariant upheld here: a slice is still valid with a shorter len + self.len -= 1; + } + + #[inline(always)] + pub fn at(&self, i: usize) -> u16 { + use core::mem::MaybeUninit; + + assert!(i < self.len); + unsafe { + let mut u: MaybeUninit = MaybeUninit::uninit(); ++ // Safety: i is at most len - 1, which works here + ::core::ptr::copy_nonoverlapping(self.ptr.add(i * 2), u.as_mut_ptr() as *mut u8, 2); ++ // Safety: valid read above lets us do this + u.assume_init() + } + } + + #[cfg(feature = "simd-accel")] + #[inline(always)] + pub fn simd_at(&self, i: usize) -> u16x8 { ++ // Safety: i/len are on the scale of u16s, each one corresponds to 2 u8s + assert!(i + SIMD_STRIDE_SIZE / 2 <= self.len); + let byte_index = i * 2; ++ // Safety: load16_unaligned needs SIMD_STRIDE_SIZE=16 u8 elements to read, ++ // or 16/2 = 8 u16 elements to read. ++ // We have checked that we have at least that many above. ++ + unsafe { to_u16_lanes(load16_unaligned(self.ptr.add(byte_index))) } + } + + #[inline(always)] + pub fn len(&self) -> usize { + self.len + } + + #[inline(always)] + pub fn tail(&self, from: usize) -> UnalignedU16Slice { + // XXX the return value should be restricted not to + // outlive self. + assert!(from <= self.len); ++ // Safety: This upholds the same invariant: `from` is in bounds and we're returning a shorter slice + unsafe { UnalignedU16Slice::new(self.ptr.add(from * 2), self.len - from) } + } + + #[cfg(feature = "simd-accel")] + #[inline(always)] + pub fn copy_bmp_to(&self, other: &mut [u16]) -> Option<(u16, usize)> { + assert!(self.len <= other.len()); + let mut offset = 0; ++ // Safety: SIMD_STRIDE_SIZE is measured in bytes, whereas len is in u16s. We check we can ++ // munch SIMD_STRIDE_SIZE / 2 u16s which means we can write SIMD_STRIDE_SIZE u8s + if SIMD_STRIDE_SIZE / 2 <= self.len { + let len_minus_stride = self.len - SIMD_STRIDE_SIZE / 2; + loop { + let mut simd = self.simd_at(offset); + if E::OPPOSITE_ENDIAN { + simd = simd_byte_swap(simd); + } ++ // Safety: we have enough space on the other side to write this + unsafe { + store8_unaligned(other.as_mut_ptr().add(offset), simd); + } + if contains_surrogates(simd) { + break; + } + offset += SIMD_STRIDE_SIZE / 2; ++ // Safety: This ensures we still have space for writing SIMD_STRIDE_SIZE u8s + if offset > len_minus_stride { + break; + } + } + } + while offset < self.len { + let unit = swap_if_opposite_endian::(self.at(offset)); + other[offset] = unit; +@@ -231,33 +247,37 @@ fn copy_unaligned_basic_latin_to_ascii( + src: UnalignedU16Slice, + dst: &mut [u8], + ) -> CopyAsciiResult { + let len = ::core::cmp::min(src.len(), dst.len()); + let mut offset = 0; ++ // Safety: This check ensures we are able to read/write at least SIMD_STRIDE_SIZE elements + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { + let mut first = src.simd_at(offset); + let mut second = src.simd_at(offset + (SIMD_STRIDE_SIZE / 2)); + if E::OPPOSITE_ENDIAN { + first = simd_byte_swap(first); + second = simd_byte_swap(second); + } + if !simd_is_basic_latin(first | second) { + break; + } + let packed = simd_pack(first, second); ++ // Safety: We are able to write SIMD_STRIDE_SIZE elements in this iteration + unsafe { + store16_unaligned(dst.as_mut_ptr().add(offset), packed); + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which ensures that we can write at least SIMD_STRIDE_SIZE elements ++ // in the next iteration + if offset > len_minus_stride { + break; + } + } + } + copy_unaligned_basic_latin_to_ascii_alu::(src.tail(offset), &mut dst[offset..], offset) + } + +@@ -632,94 +652,106 @@ impl<'a> Utf16Destination<'a> { + #[inline(always)] + fn write_astral(&mut self, astral: u32) { + debug_assert!(astral > 0xFFFF); + debug_assert!(astral <= 0x10_FFFF); + self.write_code_unit((0xD7C0 + (astral >> 10)) as u16); + self.write_code_unit((0xDC00 + (astral & 0x3FF)) as u16); + } + #[inline(always)] +- pub fn write_surrogate_pair(&mut self, high: u16, low: u16) { ++ fn write_surrogate_pair(&mut self, high: u16, low: u16) { + self.write_code_unit(high); + self.write_code_unit(low); + } + #[inline(always)] + fn write_big5_combination(&mut self, combined: u16, combining: u16) { + self.write_bmp_excl_ascii(combined); + self.write_bmp_excl_ascii(combining); + } ++ // Safety-usable invariant: CopyAsciiResult::GoOn will only contain bytes >=0x80 + #[inline(always)] + pub fn copy_ascii_from_check_space_bmp<'b>( + &'b mut self, + source: &mut ByteSource, + ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf16BmpHandle<'b, 'a>)> { + let non_ascii_ret = { + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (pending, length) = if dst_remaining.len() < src_remaining.len() { + (DecoderResult::OutputFull, dst_remaining.len()) + } else { + (DecoderResult::InputEmpty, src_remaining.len()) + }; ++ // Safety: This function is documented as needing valid pointers for src/dest and len, which ++ // is true since we've passed the minumum length of the two + match unsafe { + ascii_to_basic_latin(src_remaining.as_ptr(), dst_remaining.as_mut_ptr(), length) + } { + None => { + source.pos += length; + self.pos += length; + return CopyAsciiResult::Stop((pending, source.pos, self.pos)); + } ++ // Safety: the function is documented as returning bytes >=0x80 in the Some + Some((non_ascii, consumed)) => { + source.pos += consumed; + self.pos += consumed; + source.pos += 1; // +1 for non_ascii ++ // Safety: non-ascii bubbled out here + non_ascii + } + } + }; ++ // Safety: non-ascii returned here + CopyAsciiResult::GoOn((non_ascii_ret, Utf16BmpHandle::new(self))) + } ++ // Safety-usable invariant: CopyAsciiResult::GoOn will only contain bytes >=0x80 + #[inline(always)] + pub fn copy_ascii_from_check_space_astral<'b>( + &'b mut self, + source: &mut ByteSource, + ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf16AstralHandle<'b, 'a>)> { + let non_ascii_ret = { + let dst_len = self.slice.len(); + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (pending, length) = if dst_remaining.len() < src_remaining.len() { + (DecoderResult::OutputFull, dst_remaining.len()) + } else { + (DecoderResult::InputEmpty, src_remaining.len()) + }; ++ // Safety: This function is documented as needing valid pointers for src/dest and len, which ++ // is true since we've passed the minumum length of the two + match unsafe { + ascii_to_basic_latin(src_remaining.as_ptr(), dst_remaining.as_mut_ptr(), length) + } { + None => { + source.pos += length; + self.pos += length; + return CopyAsciiResult::Stop((pending, source.pos, self.pos)); + } ++ // Safety: the function is documented as returning bytes >=0x80 in the Some + Some((non_ascii, consumed)) => { + source.pos += consumed; + self.pos += consumed; + if self.pos + 1 < dst_len { + source.pos += 1; // +1 for non_ascii ++ // Safety: non-ascii bubbled out here + non_ascii + } else { + return CopyAsciiResult::Stop(( + DecoderResult::OutputFull, + source.pos, + self.pos, + )); + } + } + } + }; ++ // Safety: non-ascii returned here + CopyAsciiResult::GoOn((non_ascii_ret, Utf16AstralHandle::new(self))) + } + #[inline(always)] + pub fn copy_utf8_up_to_invalid_from(&mut self, source: &mut ByteSource) { + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (read, written) = convert_utf8_to_utf16_up_to_invalid(src_remaining, dst_remaining); + source.pos += read; +diff --git a/third_party/rust/encoding_rs/src/lib.rs b/third_party/rust/encoding_rs/src/lib.rs +--- third_party/rust/encoding_rs/src/lib.rs ++++ third_party/rust/encoding_rs/src/lib.rs +@@ -684,37 +684,26 @@ + //! TIS-620windows-874 + //! + //! + //! + //! See the section [_UTF-16LE, UTF-16BE and Unicode Encoding Schemes_](#utf-16le-utf-16be-and-unicode-encoding-schemes) + //! for discussion about the UTF-16 family. + + #![no_std] +-#![cfg_attr(feature = "simd-accel", feature(core_intrinsics))] ++#![cfg_attr(feature = "simd-accel", feature(core_intrinsics, portable_simd))] + + #[cfg(feature = "alloc")] + #[cfg_attr(test, macro_use)] + extern crate alloc; + + extern crate core; + #[macro_use] + extern crate cfg_if; + +-#[cfg(all( +- feature = "simd-accel", +- any( +- target_feature = "sse2", +- all(target_endian = "little", target_arch = "aarch64"), +- all(target_endian = "little", target_feature = "neon") +- ) +-))] +-#[macro_use(shuffle)] +-extern crate packed_simd; +- + #[cfg(feature = "serde")] + extern crate serde; + + #[cfg(all(test, feature = "serde"))] + extern crate bincode; + #[cfg(all(test, feature = "serde"))] + #[macro_use] + extern crate serde_derive; +diff --git a/third_party/rust/encoding_rs/src/mem.rs b/third_party/rust/encoding_rs/src/mem.rs +--- third_party/rust/encoding_rs/src/mem.rs ++++ third_party/rust/encoding_rs/src/mem.rs +@@ -111,16 +111,21 @@ macro_rules! by_unit_check_alu { + until_alignment -= 1; + } + if accu >= $bound { + return false; + } + } + let len_minus_stride = len - ALU_ALIGNMENT / unit_size; + if offset + (4 * (ALU_ALIGNMENT / unit_size)) <= len { ++ // Safety: the above check lets us perform 4 consecutive reads of ++ // length ALU_ALIGNMENT / unit_size. ALU_ALIGNMENT is the size of usize, and unit_size ++ // is the size of the `src` pointer, so this is equal to performing four usize reads. ++ // ++ // This invariant is upheld on all loop iterations + let len_minus_unroll = len - (4 * (ALU_ALIGNMENT / unit_size)); + loop { + let unroll_accu = unsafe { *(src.add(offset) as *const usize) } + | unsafe { + *(src.add(offset + (ALU_ALIGNMENT / unit_size)) as *const usize) + } + | unsafe { + *(src.add(offset + (2 * (ALU_ALIGNMENT / unit_size))) +@@ -129,22 +134,24 @@ macro_rules! by_unit_check_alu { + | unsafe { + *(src.add(offset + (3 * (ALU_ALIGNMENT / unit_size))) + as *const usize) + }; + if unroll_accu & $mask != 0 { + return false; + } + offset += 4 * (ALU_ALIGNMENT / unit_size); ++ // Safety: this check lets us continue to perform the 4 reads earlier + if offset > len_minus_unroll { + break; + } + } + } + while offset <= len_minus_stride { ++ // Safety: the above check lets us perform one usize read. + accu |= unsafe { *(src.add(offset) as *const usize) }; + offset += ALU_ALIGNMENT / unit_size; + } + } + } + for &unit in &buffer[offset..] { + accu |= unit as usize; + } +@@ -184,16 +191,21 @@ macro_rules! by_unit_check_simd { + until_alignment -= 1; + } + if accu >= $bound { + return false; + } + } + let len_minus_stride = len - SIMD_STRIDE_SIZE / unit_size; + if offset + (4 * (SIMD_STRIDE_SIZE / unit_size)) <= len { ++ // Safety: the above check lets us perform 4 consecutive reads of ++ // length SIMD_STRIDE_SIZE / unit_size. SIMD_STRIDE_SIZE is the size of $simd_ty, and unit_size ++ // is the size of the `src` pointer, so this is equal to performing four $simd_ty reads. ++ // ++ // This invariant is upheld on all loop iterations + let len_minus_unroll = len - (4 * (SIMD_STRIDE_SIZE / unit_size)); + loop { + let unroll_accu = unsafe { *(src.add(offset) as *const $simd_ty) } + | unsafe { + *(src.add(offset + (SIMD_STRIDE_SIZE / unit_size)) + as *const $simd_ty) + } + | unsafe { +@@ -203,23 +215,25 @@ macro_rules! by_unit_check_simd { + | unsafe { + *(src.add(offset + (3 * (SIMD_STRIDE_SIZE / unit_size))) + as *const $simd_ty) + }; + if !$func(unroll_accu) { + return false; + } + offset += 4 * (SIMD_STRIDE_SIZE / unit_size); ++ // Safety: this check lets us continue to perform the 4 reads earlier + if offset > len_minus_unroll { + break; + } + } + } + let mut simd_accu = $splat; + while offset <= len_minus_stride { ++ // Safety: the above check lets us perform one $simd_ty read. + simd_accu = simd_accu | unsafe { *(src.add(offset) as *const $simd_ty) }; + offset += SIMD_STRIDE_SIZE / unit_size; + } + if !$func(simd_accu) { + return false; + } + } + } +@@ -229,18 +243,18 @@ macro_rules! by_unit_check_simd { + accu < $bound + } + }; + } + + cfg_if! { + if #[cfg(all(feature = "simd-accel", any(target_feature = "sse2", all(target_endian = "little", target_arch = "aarch64"), all(target_endian = "little", target_feature = "neon"))))] { + use crate::simd_funcs::*; +- use packed_simd::u8x16; +- use packed_simd::u16x8; ++ use core::simd::u8x16; ++ use core::simd::u16x8; + + const SIMD_ALIGNMENT: usize = 16; + + const SIMD_ALIGNMENT_MASK: usize = 15; + + by_unit_check_simd!(is_ascii_impl, u8, u8x16::splat(0), u8x16, 0x80, simd_is_ascii); + by_unit_check_simd!(is_basic_latin_impl, u16, u16x8::splat(0), u16x8, 0x80, simd_is_basic_latin); + by_unit_check_simd!(is_utf16_latin1_impl, u16, u16x8::splat(0), u16x8, 0x100, simd_is_latin1); +diff --git a/third_party/rust/encoding_rs/src/simd_funcs.rs b/third_party/rust/encoding_rs/src/simd_funcs.rs +--- third_party/rust/encoding_rs/src/simd_funcs.rs ++++ third_party/rust/encoding_rs/src/simd_funcs.rs +@@ -2,65 +2,84 @@ + // file at the top-level directory of this distribution. + // + // Licensed under the Apache License, Version 2.0 or the MIT license + // , at your + // option. This file may not be copied, modified, or distributed + // except according to those terms. + +-use packed_simd::u16x8; +-use packed_simd::u8x16; +-use packed_simd::IntoBits; ++use any_all_workaround::all_mask16x8; ++use any_all_workaround::all_mask8x16; ++use any_all_workaround::any_mask16x8; ++use any_all_workaround::any_mask8x16; ++use core::simd::cmp::SimdPartialEq; ++use core::simd::cmp::SimdPartialOrd; ++use core::simd::mask16x8; ++use core::simd::mask8x16; ++use core::simd::simd_swizzle; ++use core::simd::u16x8; ++use core::simd::u8x16; ++use core::simd::ToBytes; + + // TODO: Migrate unaligned access to stdlib code if/when the RFC + // https://github.com/rust-lang/rfcs/pull/1725 is implemented. + ++/// Safety invariant: ptr must be valid for an unaligned read of 16 bytes + #[inline(always)] + pub unsafe fn load16_unaligned(ptr: *const u8) -> u8x16 { +- let mut simd = ::core::mem::uninitialized(); +- ::core::ptr::copy_nonoverlapping(ptr, &mut simd as *mut u8x16 as *mut u8, 16); +- simd ++ let mut simd = ::core::mem::MaybeUninit::::uninit(); ++ ::core::ptr::copy_nonoverlapping(ptr, simd.as_mut_ptr() as *mut u8, 16); ++ // Safety: copied 16 bytes of initialized memory into this, it is now initialized ++ simd.assume_init() + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u8x16 read of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn load16_aligned(ptr: *const u8) -> u8x16 { + *(ptr as *const u8x16) + } + ++/// Safety invariant: ptr must be valid for an unaligned store of 16 bytes + #[inline(always)] + pub unsafe fn store16_unaligned(ptr: *mut u8, s: u8x16) { + ::core::ptr::copy_nonoverlapping(&s as *const u8x16 as *const u8, ptr, 16); + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u8x16 store of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn store16_aligned(ptr: *mut u8, s: u8x16) { + *(ptr as *mut u8x16) = s; + } + ++/// Safety invariant: ptr must be valid for an unaligned read of 16 bytes + #[inline(always)] + pub unsafe fn load8_unaligned(ptr: *const u16) -> u16x8 { +- let mut simd = ::core::mem::uninitialized(); +- ::core::ptr::copy_nonoverlapping(ptr as *const u8, &mut simd as *mut u16x8 as *mut u8, 16); +- simd ++ let mut simd = ::core::mem::MaybeUninit::::uninit(); ++ ::core::ptr::copy_nonoverlapping(ptr as *const u8, simd.as_mut_ptr() as *mut u8, 16); ++ // Safety: copied 16 bytes of initialized memory into this, it is now initialized ++ simd.assume_init() + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u16x8 read of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn load8_aligned(ptr: *const u16) -> u16x8 { + *(ptr as *const u16x8) + } + ++/// Safety invariant: ptr must be valid for an unaligned store of 16 bytes + #[inline(always)] + pub unsafe fn store8_unaligned(ptr: *mut u16, s: u16x8) { + ::core::ptr::copy_nonoverlapping(&s as *const u16x8 as *const u8, ptr as *mut u8, 16); + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u16x8 store of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn store8_aligned(ptr: *mut u16, s: u16x8) { + *(ptr as *mut u16x8) = s; + } + + cfg_if! { + if #[cfg(all(target_feature = "sse2", target_arch = "x86_64"))] { +@@ -95,234 +114,241 @@ cfg_if! { + pub fn simd_byte_swap(s: u16x8) -> u16x8 { + let left = s << 8; + let right = s >> 8; + left | right + } + + #[inline(always)] + pub fn to_u16_lanes(s: u8x16) -> u16x8 { +- s.into_bits() ++ u16x8::from_ne_bytes(s) + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + + // Expose low-level mask instead of higher-level conclusion, + // because the non-ASCII case would perform less well otherwise. ++ // Safety-usable invariant: This returned value is whether each high bit is set + #[inline(always)] + pub fn mask_ascii(s: u8x16) -> i32 { + unsafe { +- _mm_movemask_epi8(s.into_bits()) ++ _mm_movemask_epi8(s.into()) + } + } + + } else { + + } + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + unsafe { +- _mm_movemask_epi8(s.into_bits()) == 0 ++ // Safety: We have cfg()d the correct platform ++ _mm_movemask_epi8(s.into()) == 0 + } + } + } else if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + unsafe { +- vmaxvq_u8(s.into_bits()) < 0x80 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u8(s.into()) < 0x80 + } + } + } else { + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + // This optimizes better on ARM than + // the lt formulation. + let highest_ascii = u8x16::splat(0x7F); +- !s.gt(highest_ascii).any() ++ !any_mask8x16(s.simd_gt(highest_ascii)) + } + } + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + if simd_is_ascii(s) { + return true; + } + let above_str_latin1 = u8x16::splat(0xC4); +- s.lt(above_str_latin1).all() ++ s.simd_lt(above_str_latin1).all() + } + } else if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + unsafe { +- vmaxvq_u8(s.into_bits()) < 0xC4 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u8(s.into()) < 0xC4 + } + } + } else { + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + let above_str_latin1 = u8x16::splat(0xC4); +- s.lt(above_str_latin1).all() ++ all_mask8x16(s.simd_lt(above_str_latin1)) + } + } + } + + cfg_if! { + if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_basic_latin(s: u16x8) -> bool { + unsafe { +- vmaxvq_u16(s.into_bits()) < 0x80 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u16(s.into()) < 0x80 + } + } + + #[inline(always)] + pub fn simd_is_latin1(s: u16x8) -> bool { + unsafe { +- vmaxvq_u16(s.into_bits()) < 0x100 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u16(s.into()) < 0x100 + } + } + } else { + #[inline(always)] + pub fn simd_is_basic_latin(s: u16x8) -> bool { + let above_ascii = u16x8::splat(0x80); +- s.lt(above_ascii).all() ++ all_mask16x8(s.simd_lt(above_ascii)) + } + + #[inline(always)] + pub fn simd_is_latin1(s: u16x8) -> bool { + // For some reason, on SSE2 this formulation + // seems faster in this case while the above + // function is better the other way round... + let highest_latin1 = u16x8::splat(0xFF); +- !s.gt(highest_latin1).any() ++ !any_mask16x8(s.simd_gt(highest_latin1)) + } + } + } + + #[inline(always)] + pub fn contains_surrogates(s: u16x8) -> bool { + let mask = u16x8::splat(0xF800); + let surrogate_bits = u16x8::splat(0xD800); +- (s & mask).eq(surrogate_bits).any() ++ any_mask16x8((s & mask).simd_eq(surrogate_bits)) + } + + cfg_if! { + if #[cfg(target_arch = "aarch64")]{ + macro_rules! aarch64_return_false_if_below_hebrew { + ($s:ident) => ({ + unsafe { +- if vmaxvq_u16($s.into_bits()) < 0x0590 { ++ // Safety: We have cfg()d the correct platform ++ if vmaxvq_u16($s.into()) < 0x0590 { + return false; + } + } + }) + } + + macro_rules! non_aarch64_return_false_if_all { + ($s:ident) => () + } + } else { + macro_rules! aarch64_return_false_if_below_hebrew { + ($s:ident) => () + } + + macro_rules! non_aarch64_return_false_if_all { + ($s:ident) => ({ +- if $s.all() { ++ if all_mask16x8($s) { + return false; + } + }) + } + } + } + + macro_rules! in_range16x8 { + ($s:ident, $start:expr, $end:expr) => {{ + // SIMD sub is wrapping +- ($s - u16x8::splat($start)).lt(u16x8::splat($end - $start)) ++ ($s - u16x8::splat($start)).simd_lt(u16x8::splat($end - $start)) + }}; + } + + #[inline(always)] + pub fn is_u16x8_bidi(s: u16x8) -> bool { + // We try to first quickly refute the RTLness of the vector. If that + // fails, we do the real RTL check, so in that case we end up wasting + // the work for the up-front quick checks. Even the quick-check is + // two-fold in order to return `false` ASAP if everything is below + // Hebrew. + + aarch64_return_false_if_below_hebrew!(s); + +- let below_hebrew = s.lt(u16x8::splat(0x0590)); ++ let below_hebrew = s.simd_lt(u16x8::splat(0x0590)); + + non_aarch64_return_false_if_all!(below_hebrew); + +- if (below_hebrew | in_range16x8!(s, 0x0900, 0x200F) | in_range16x8!(s, 0x2068, 0xD802)).all() { ++ if all_mask16x8( ++ below_hebrew | in_range16x8!(s, 0x0900, 0x200F) | in_range16x8!(s, 0x2068, 0xD802), ++ ) { + return false; + } + + // Quick refutation failed. Let's do the full check. + +- (in_range16x8!(s, 0x0590, 0x0900) +- | in_range16x8!(s, 0xFB1D, 0xFE00) +- | in_range16x8!(s, 0xFE70, 0xFEFF) +- | in_range16x8!(s, 0xD802, 0xD804) +- | in_range16x8!(s, 0xD83A, 0xD83C) +- | s.eq(u16x8::splat(0x200F)) +- | s.eq(u16x8::splat(0x202B)) +- | s.eq(u16x8::splat(0x202E)) +- | s.eq(u16x8::splat(0x2067))) +- .any() ++ any_mask16x8( ++ (in_range16x8!(s, 0x0590, 0x0900) ++ | in_range16x8!(s, 0xFB1D, 0xFE00) ++ | in_range16x8!(s, 0xFE70, 0xFEFF) ++ | in_range16x8!(s, 0xD802, 0xD804) ++ | in_range16x8!(s, 0xD83A, 0xD83C) ++ | s.simd_eq(u16x8::splat(0x200F)) ++ | s.simd_eq(u16x8::splat(0x202B)) ++ | s.simd_eq(u16x8::splat(0x202E)) ++ | s.simd_eq(u16x8::splat(0x2067))), ++ ) + } + + #[inline(always)] + pub fn simd_unpack(s: u8x16) -> (u16x8, u16x8) { +- unsafe { +- let first: u8x16 = shuffle!( +- s, +- u8x16::splat(0), +- [0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23] +- ); +- let second: u8x16 = shuffle!( +- s, +- u8x16::splat(0), +- [8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 15, 31] +- ); +- (first.into_bits(), second.into_bits()) +- } ++ let first: u8x16 = simd_swizzle!( ++ s, ++ u8x16::splat(0), ++ [0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23] ++ ); ++ let second: u8x16 = simd_swizzle!( ++ s, ++ u8x16::splat(0), ++ [8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 15, 31] ++ ); ++ (u16x8::from_ne_bytes(first), u16x8::from_ne_bytes(second)) + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_pack(a: u16x8, b: u16x8) -> u8x16 { + unsafe { +- _mm_packus_epi16(a.into_bits(), b.into_bits()).into_bits() ++ // Safety: We have cfg()d the correct platform ++ _mm_packus_epi16(a.into(), b.into()).into() + } + } + } else { + #[inline(always)] + pub fn simd_pack(a: u16x8, b: u16x8) -> u8x16 { +- unsafe { +- let first: u8x16 = a.into_bits(); +- let second: u8x16 = b.into_bits(); +- shuffle!( +- first, +- second, +- [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30] +- ) +- } ++ let first: u8x16 = a.to_ne_bytes(); ++ let second: u8x16 = b.to_ne_bytes(); ++ simd_swizzle!( ++ first, ++ second, ++ [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30] ++ ) + } + } + } + + #[cfg(test)] + mod tests { + use super::*; + use alloc::vec::Vec; +diff --git a/third_party/rust/encoding_rs/src/single_byte.rs b/third_party/rust/encoding_rs/src/single_byte.rs +--- third_party/rust/encoding_rs/src/single_byte.rs ++++ third_party/rust/encoding_rs/src/single_byte.rs +@@ -48,16 +48,19 @@ impl SingleByteDecoder { + CopyAsciiResult::GoOn((mut non_ascii, mut handle)) => 'middle: loop { + // Start non-boilerplate + // + // Since the non-ASCIIness of `non_ascii` is hidden from + // the optimizer, it can't figure out that it's OK to + // statically omit the bound check when accessing + // `[u16; 128]` with an index + // `non_ascii as usize - 0x80usize`. ++ // ++ // Safety: `non_ascii` is a u8 byte >=0x80, from the invariants ++ // on Utf8Destination::copy_ascii_from_check_space_bmp() + let mapped = + unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + // let mapped = self.table[non_ascii as usize - 0x80usize]; + if mapped == 0u16 { + return ( + DecoderResult::Malformed(1, 0), + source.consumed(), + handle.written(), +@@ -146,82 +149,103 @@ impl SingleByteDecoder { + dst: &mut [u16], + _last: bool, + ) -> (DecoderResult, usize, usize) { + let (pending, length) = if dst.len() < src.len() { + (DecoderResult::OutputFull, dst.len()) + } else { + (DecoderResult::InputEmpty, src.len()) + }; ++ // Safety invariant: converted <= length. Quite often we have `converted < length` ++ // which will be separately marked. + let mut converted = 0usize; + 'outermost: loop { + match unsafe { ++ // Safety: length is the minimum length, `src/dst + x` will always be valid for reads/writes of `len - x` + ascii_to_basic_latin( + src.as_ptr().add(converted), + dst.as_mut_ptr().add(converted), + length - converted, + ) + } { + None => { + return (pending, length, length); + } + Some((mut non_ascii, consumed)) => { ++ // Safety invariant: `converted <= length` upheld, since this can only consume ++ // up to `length - converted` bytes. ++ // ++ // Furthermore, in this context, ++ // we can assume `converted < length` since this branch is only ever hit when ++ // ascii_to_basic_latin fails to consume the entire slice + converted += consumed; + 'middle: loop { + // `converted` doesn't count the reading of `non_ascii` yet. + // Since the non-ASCIIness of `non_ascii` is hidden from + // the optimizer, it can't figure out that it's OK to + // statically omit the bound check when accessing + // `[u16; 128]` with an index + // `non_ascii as usize - 0x80usize`. ++ // ++ // Safety: We can rely on `non_ascii` being between `0x80` and `0xFF` due to ++ // the invariants of `ascii_to_basic_latin()`, and our table has enough space for that. + let mapped = + unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + // let mapped = self.table[non_ascii as usize - 0x80usize]; + if mapped == 0u16 { + return ( + DecoderResult::Malformed(1, 0), + converted + 1, // +1 `for non_ascii` + converted, + ); + } + unsafe { +- // The bound check has already been performed ++ // Safety: As mentioned above, `converted < length` + *(dst.get_unchecked_mut(converted)) = mapped; + } ++ // Safety: `converted <= length` upheld, since `converted < length` before this + converted += 1; + // Next, handle ASCII punctuation and non-ASCII without + // going back to ASCII acceleration. Non-ASCII scripts + // use ASCII punctuation, so this avoid going to + // acceleration just for punctuation/space and then + // failing. This is a significant boost to non-ASCII + // scripts. + // TODO: Split out Latin converters without this part + // this stuff makes Latin script-conversion slower. + if converted == length { + return (pending, length, length); + } ++ // Safety: We are back to `converted < length` because of the == above ++ // and can perform this check. + let mut b = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: `converted < length` is upheld for this loop + 'innermost: loop { + if b > 127 { + non_ascii = b; + continue 'middle; + } + // Testing on Haswell says that we should write the + // byte unconditionally instead of trying to unread it + // to make it part of the next SIMD stride. + unsafe { ++ // Safety: `converted < length` is true for this loop + *(dst.get_unchecked_mut(converted)) = u16::from(b); + } ++ // Safety: We are now at `converted <= length`. We should *not* `continue` ++ // the loop without reverifying + converted += 1; + if b < 60 { + // We've got punctuation + if converted == length { + return (pending, length, length); + } ++ // Safety: we're back to `converted <= length` because of the == above + b = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: The loop continues as `converted < length` + continue 'innermost; + } + // We've got markup or ASCII text + continue 'outermost; + } + } + } + } +@@ -229,16 +253,18 @@ impl SingleByteDecoder { + } + + pub fn latin1_byte_compatible_up_to(&self, buffer: &[u8]) -> usize { + let mut bytes = buffer; + let mut total = 0; + loop { + if let Some((non_ascii, offset)) = validate_ascii(bytes) { + total += offset; ++ // Safety: We can rely on `non_ascii` being between `0x80` and `0xFF` due to ++ // the invariants of `ascii_to_basic_latin()`, and our table has enough space for that. + let mapped = unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + if mapped != u16::from(non_ascii) { + return total; + } + total += 1; + bytes = &bytes[offset + 1..]; + } else { + return total; +@@ -379,64 +405,89 @@ impl SingleByteEncoder { + dst: &mut [u8], + _last: bool, + ) -> (EncoderResult, usize, usize) { + let (pending, length) = if dst.len() < src.len() { + (EncoderResult::OutputFull, dst.len()) + } else { + (EncoderResult::InputEmpty, src.len()) + }; ++ // Safety invariant: converted <= length. Quite often we have `converted < length` ++ // which will be separately marked. + let mut converted = 0usize; + 'outermost: loop { + match unsafe { ++ // Safety: length is the minimum length, `src/dst + x` will always be valid for reads/writes of `len - x` + basic_latin_to_ascii( + src.as_ptr().add(converted), + dst.as_mut_ptr().add(converted), + length - converted, + ) + } { + None => { + return (pending, length, length); + } + Some((mut non_ascii, consumed)) => { ++ // Safety invariant: `converted <= length` upheld, since this can only consume ++ // up to `length - converted` bytes. ++ // ++ // Furthermore, in this context, ++ // we can assume `converted < length` since this branch is only ever hit when ++ // ascii_to_basic_latin fails to consume the entire slice + converted += consumed; + 'middle: loop { + // `converted` doesn't count the reading of `non_ascii` yet. + match self.encode_u16(non_ascii) { + Some(byte) => { + unsafe { ++ // Safety: we're allowed this access since `converted < length` + *(dst.get_unchecked_mut(converted)) = byte; + } + converted += 1; ++ // `converted <= length` now + } + None => { + // At this point, we need to know if we + // have a surrogate. + let high_bits = non_ascii & 0xFC00u16; + if high_bits == 0xD800u16 { + // high surrogate + if converted + 1 == length { + // End of buffer. This surrogate is unpaired. + return ( + EncoderResult::Unmappable('\u{FFFD}'), + converted + 1, // +1 `for non_ascii` + converted, + ); + } ++ // Safety: convered < length from outside the match, and `converted + 1 != length`, ++ // So `converted + 1 < length` as well. We're in bounds + let second = + u32::from(unsafe { *src.get_unchecked(converted + 1) }); + if second & 0xFC00u32 != 0xDC00u32 { + return ( + EncoderResult::Unmappable('\u{FFFD}'), + converted + 1, // +1 `for non_ascii` + converted, + ); + } + // The next code unit is a low surrogate. + let astral: char = unsafe { ++ // Safety: We can rely on non_ascii being 0xD800-0xDBFF since the high bits are 0xD800 ++ // Then, (non_ascii << 10 - 0xD800 << 10) becomes between (0 to 0x3FF) << 10, which is between ++ // 0x400 to 0xffc00. Adding the 0x10000 gives a range of 0x10400 to 0x10fc00. Subtracting the 0xDC00 ++ // gives 0x2800 to 0x102000 ++ // The second term is between 0xDC00 and 0xDFFF from the check above. This gives a maximum ++ // possible range of (0x10400 + 0xDC00) to (0x102000 + 0xDFFF) which is 0x1E000 to 0x10ffff. ++ // This is in range. ++ // ++ // From a Unicode principles perspective this can also be verified as we have checked that `non_ascii` is a high surrogate ++ // (0xD800..=0xDBFF), and that `second` is a low surrogate (`0xDC00..=0xDFFF`), and we are applying reverse of the UTC16 transformation ++ // algorithm , by applying the high surrogate - 0xD800 to the ++ // high ten bits, and the low surrogate - 0xDc00 to the low ten bits, and then adding 0x10000 + ::core::char::from_u32_unchecked( + (u32::from(non_ascii) << 10) + second + - (((0xD800u32 << 10) - 0x1_0000u32) + 0xDC00u32), + ) + }; + return ( + EncoderResult::Unmappable(astral), + converted + 2, // +2 `for non_ascii` and `second` +@@ -451,52 +502,63 @@ impl SingleByteEncoder { + converted, + ); + } + return ( + EncoderResult::unmappable_from_bmp(non_ascii), + converted + 1, // +1 `for non_ascii` + converted, + ); ++ // Safety: This branch diverges, so no need to uphold invariants on `converted` + } + } + // Next, handle ASCII punctuation and non-ASCII without + // going back to ASCII acceleration. Non-ASCII scripts + // use ASCII punctuation, so this avoid going to + // acceleration just for punctuation/space and then + // failing. This is a significant boost to non-ASCII + // scripts. + // TODO: Split out Latin converters without this part + // this stuff makes Latin script-conversion slower. + if converted == length { + return (pending, length, length); + } ++ // Safety: we're back to `converted < length` due to the == above and can perform ++ // the unchecked read + let mut unit = unsafe { *(src.get_unchecked(converted)) }; + 'innermost: loop { ++ // Safety: This loop always begins with `converted < length`, see ++ // the invariant outside and the comment on the continue below + if unit > 127 { + non_ascii = unit; + continue 'middle; + } + // Testing on Haswell says that we should write the + // byte unconditionally instead of trying to unread it + // to make it part of the next SIMD stride. + unsafe { ++ // Safety: Can rely on converted < length + *(dst.get_unchecked_mut(converted)) = unit as u8; + } + converted += 1; ++ // `converted <= length` here + if unit < 60 { + // We've got punctuation + if converted == length { + return (pending, length, length); + } ++ // Safety: `converted < length` due to the == above. The read is safe. + unit = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: This only happens if `converted < length`, maintaining it + continue 'innermost; + } + // We've got markup or ASCII text + continue 'outermost; ++ // Safety: All other routes to here diverge so the continue is the only ++ // way to run the innermost loop. + } + } + } + } + } + } + } + +diff --git a/third_party/rust/encoding_rs/src/x_user_defined.rs b/third_party/rust/encoding_rs/src/x_user_defined.rs +--- third_party/rust/encoding_rs/src/x_user_defined.rs ++++ third_party/rust/encoding_rs/src/x_user_defined.rs +@@ -9,22 +9,23 @@ + + use super::*; + use crate::handles::*; + use crate::variant::*; + + cfg_if! { + if #[cfg(feature = "simd-accel")] { + use simd_funcs::*; +- use packed_simd::u16x8; ++ use core::simd::u16x8; ++ use core::simd::cmp::SimdPartialOrd; + + #[inline(always)] + fn shift_upper(unpacked: u16x8) -> u16x8 { + let highest_ascii = u16x8::splat(0x7F); +- unpacked + unpacked.gt(highest_ascii).select(u16x8::splat(0xF700), u16x8::splat(0)) } ++ unpacked + unpacked.simd_gt(highest_ascii).select(u16x8::splat(0xF700), u16x8::splat(0)) } + } else { + } + } + + pub struct UserDefinedDecoder; + + impl UserDefinedDecoder { + pub fn new() -> VariantDecoder { +@@ -111,20 +112,25 @@ impl UserDefinedDecoder { + } else { + (DecoderResult::InputEmpty, src.len()) + }; + // Not bothering with alignment + let tail_start = length & !0xF; + let simd_iterations = length >> 4; + let src_ptr = src.as_ptr(); + let dst_ptr = dst.as_mut_ptr(); ++ // Safety: This is `for i in 0..length / 16` + for i in 0..simd_iterations { ++ // Safety: This is in bounds: length is the minumum valid length for both src/dst ++ // and i ranges to length/16, so multiplying by 16 will always be `< length` and can do ++ // a 16 byte read + let input = unsafe { load16_unaligned(src_ptr.add(i * 16)) }; + let (first, second) = simd_unpack(input); + unsafe { ++ // Safety: same as above, but this is two consecutive 8-byte reads + store8_unaligned(dst_ptr.add(i * 16), shift_upper(first)); + store8_unaligned(dst_ptr.add((i * 16) + 8), shift_upper(second)); + } + } + let src_tail = &src[tail_start..length]; + let dst_tail = &mut dst[tail_start..length]; + src_tail + .iter() + +diff --git a/third_party/rust/encoding_rs/.cargo-checksum.json b/third_party/rust/encoding_rs/.cargo-checksum.json +--- third_party/rust/encoding_rs/.cargo-checksum.json ++++ third_party/rust/encoding_rs/.cargo-checksum.json +@@ -1 +1 @@ +-{"files":{"CONTRIBUTING.md":"ca1901f3e8532fb4cec894fd3664f0eaa898c0c4b961d1b992d1ed54eacf362a","COPYRIGHT":"11789f45bb180841cd362a5eee6789c68ddb573a11105e30768c308a6add0190","Cargo.toml":"42fa83322aa9fd6723b77d35d0cacb92cbb6e7f573ce11c55f5225292866f8f4","Ideas.md":"b7452893f500163868d8de52c09addaf91e1632454ed02e892c467ed7ec39dbd","LICENSE-APACHE":"cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30","LICENSE-MIT":"3fa4ca83dcc9237839b1bdeb2e6d16bdfb5ec0c5ce42b24694d8bbf0dcbef72c","LICENSE-WHATWG":"838118388fe5c2e7f1dbbaeed13e1c7f3ebf88be91319c7c1d77c18e987d1a50","README.md":"d938e8ab0b9ab67e74a1a4f48f23fdce956d0ad3a3f6147ae7612a92763c88d5","ci/miri.sh":"43cb8d82f49e3bfe2d2274b6ccd6f0714a4188ccef0cecc040829883cfdbee25","doc/Big5.txt":"f73a2edc5cb6c2d140ba6e07f4542e1c4a234950378acde1df93480f0ca0be0b","doc/EUC-JP.txt":"ee2818b907d0137f40a9ab9fd525fc700a44dbdddb6cf0c157a656566bae4bf1","doc/EUC-KR.txt":"71d9e2ccf3b124e8bdfb433c8cf2773fd878077038d0cec3c7237a50f4a78a30","doc/GBK.txt":"c1b522b5a799884e5001da661f42c5a8f4d0acb9ef1d74b206f22b5f65365606","doc/IBM866.txt":"a5a433e804d0f83af785015179fbc1d9b0eaf1f7960efcd04093e136b51fbd0e","doc/ISO-2022-JP.txt":"af86684f5a8f0e2868d7b2c292860140c3d2e5527530ca091f1b28198e8e2fe6","doc/ISO-8859-10.txt":"6d3949ad7c81ca176895101ed81a1db7df1060d64e262880b94bd31bb344ab4d","doc/ISO-8859-13.txt":"3951dd89cf93f7729148091683cf8511f4529388b7dc8dcd0d62eaed55be93fa","doc/ISO-8859-14.txt":"3d330784a0374fd255a38b47949675cc7168c800530534b0a01cac6edc623adc","doc/ISO-8859-15.txt":"24b1084aab5127a85aab99153f86e24694d0a3615f53b5ce23683f97cf66c47a","doc/ISO-8859-16.txt":"ce0272559b92ba76d7a7e476f6424ae4a5cc72e75b183611b08392e44add4d25","doc/ISO-8859-2.txt":"18ceff88c13d1b5ba455a3919b1e3de489045c4c3d2dd7e8527c125c75d54aad","doc/ISO-8859-3.txt":"21798404c68f4f5db59223362f24999da96968c0628427321fccce7d2849a130","doc/ISO-8859-4.txt":"d27f6520c6c5bfbcc19176b71d081cdb3bccde1622bb3e420d5680e812632d53","doc/ISO-8859-5.txt":"a10ec8d6ea7a78ad15da7275f6cb1a3365118527e28f9af6d0d5830501303f3a","doc/ISO-8859-6.txt":"ccda8a2efc96115336bdd77776637b9712425e44fbcf745353b9057fbef144e7","doc/ISO-8859-7.txt":"17900fa1f27a445958f0a77d7d9056be375a6bd7ee4492aa680c7c1500bab85e","doc/ISO-8859-8-I.txt":"8357555646d54265a9b9ffa3e68b08d132312f1561c60108ff9b8b1167b6ecf2","doc/ISO-8859-8.txt":"72cd6f3afb7b4a9c16a66a362473315770b7755d72c86c870e52fc3eba86c8af","doc/KOI8-R.txt":"839cf19a38da994488004ed7814b1f6151640156a9a2af02bf2efca745fb5966","doc/KOI8-U.txt":"0cc76624ed1f024183e2298b7e019957da2c70c8ca06e0fc4e6f353f50a5054f","doc/Shift_JIS.txt":"34c49141818cb9ddbcf59cc858f78a79be8ad148d563f26415108ae1f148443f","doc/UTF-16BE.txt":"e2e280d8acbaa6d2a6b3569d60e17500a285f2baa0df3363dd85537cd5a1ef8f","doc/UTF-16LE.txt":"70bdc170e3fc5298ba68f10125fb5eeb8b077036cc96bb4416c4de396f6d76c1","doc/UTF-8.txt":"ea7bae742e613010ced002cf4b601a737d2203fad65e115611451bc4428f548a","doc/gb18030.txt":"dc71378a8f07a2d8659f69ee81fb8791fef56ba86f124b429978285237bb4a7b","doc/macintosh.txt":"57491e53866711b4672d9b9ff35380b9dac9e0d8e3d6c20bdd6140603687c023","doc/replacement.txt":"4b6c3bbd7999d9d4108a281594bd02d13607e334a95465afff8c2c08d395f0e4","doc/windows-1250.txt":"61296bb6a21cdab602300d32ecfba434cb82de5ac3bc88d58710d2f125e28d39","doc/windows-1251.txt":"7deea1c61dea1485c8ff02db2c7d578db7a9aab63ab1cfd02ec04b515864689e","doc/windows-1252.txt":"933ef3bdddfce5ee132b9f1a1aa8b47423d2587bbe475b19028d0a6d38e180b6","doc/windows-1253.txt":"1a38748b88e99071a5c7b3d5456ead4caedeabab50d50d658be105bc113714de","doc/windows-1254.txt":"f8372f86c6f8d642563cd6ddc025260553292a39423df1683a98670bd7bf2b47","doc/windows-1255.txt":"4e5852494730054e2da258a74e1b9d780abbcdd8ce22ebc218ca2efe9e90493d","doc/windows-1256.txt":"c0879c5172abedead302a406e8f60d9cd9598694a0ffa4fd288ffe4fef7b8ea1","doc/windows-1257.txt":"c28a0c9f964fcb2b46d21f537c402446501a2800670481d6abf9fd9e9018d523","doc/windows-1258.txt":"5019ae4d61805c79aacbf17c93793342dbb098d65a1837783bc3e2c6d6a23602","doc/windows-874.txt":"4ef0e4501c5feba8b17aee1818602ed44b36ca8475db771ce2fc16d392cabecc","doc/x-mac-cyrillic.txt":"58be154d8a888ca3d484b83b44f749823ef339ab27f14d90ca9a856f5050a8bd","doc/x-user-defined.txt":"f9cd07c4321bf5cfb0be4bdddd251072999b04a6cf7a6f5bc63709a84e2c1ffc","generate-encoding-data.py":"be989dd25c6b946e3e8745fdc8e8a80fcf24b3be99ad0b4b78153ba3f6ab6310","rustfmt.toml":"85c1a3b4382fd89e991cbb81b70fb52780472edc064c963943cdaaa56e0a2030","src/ascii.rs":"c44c002641adb5ebc4368707a8cc0a076d2f33e6a5c27b1b69988eb515f5653d","src/big5.rs":"ec6e2913011a38e9a3e825a1731f139a7ca1d5b264fefae51a3cc1a68a57cef9","src/data.rs":"8a617cc57032092d65850eb27e00de687c80aea3299e839a1f58b42d0b35abf3","src/euc_jp.rs":"32047f5b540188c4cb19c07165f846b9786a09f18e315ed3e9bda1293dae52aa","src/euc_kr.rs":"9b25afc72d9378700eecfac58d55ad1c5946d6cd0ccde2c29c08200ef2de6bb9","src/gb18030.rs":"808587168d73f0c80f8520f0ca9b161866ed2efeb17a05e85fdf3b8efe7ba28a","src/handles.rs":"cc83dc0754751d67f5688a65c5e0191cba02f6bacce81a0813a243cba55eef7a","src/iso_2022_jp.rs":"9bb485e82574f4b7d4b2364f0ff276acb6a0bc111758420a3b0ec5e04c196652","src/lib.rs":"1dc07b818e45846b16ddcaf0de46c8862dd7df8099123ec38b95c3f8ad9c91ec","src/macros.rs":"200997f8870de8bfd8cdc475e92115df42108c0df661e49d3d1cbc32056e1d99","src/mem.rs":"0bf34103e0ad1b842a13a082dee2b920b05cf4fb0f145c9ee7f608f4cb4a544f","src/replacement.rs":"7660b34a53f8c1ca2bdfa0e51e843ec28326950952ad8bc96569feb93ac62308","src/shift_jis.rs":"6951ae67e36b1a12fa3a30734957f444d8b1b4ae0e2bde52060b29bd0f16d9d9","src/simd_funcs.rs":"2612aba86e1d201096d7e47a859bc3444f85934cc82d8adc6d39a4304d9eecfc","src/single_byte.rs":"3c9e9c1f946ae622c725ba9421240c1faa9a05e95fa10dd4642a25cb276a1edc","src/test_data/big5_in.txt":"4c5a8691f8dc717311889c63894026d2fb62725a86c4208ca274a9cc8d42a503","src/test_data/big5_in_ref.txt":"99d399e17750cf9c7cf30bb253dbfe35b81c4fcbdead93cfa48b1429213473c7","src/test_data/big5_out.txt":"6193ca97c297aa20e09396038d18e938bb7ea331c26f0f2454097296723a0b13","src/test_data/big5_out_ref.txt":"36567691f557df144f6cc520015a87038dfa156f296fcf103b56ae9a718be1fc","src/test_data/euc_kr_in.txt":"c86a7224f3215fa0d04e685622a752fdc72763e8ae076230c7fd62de57ec4074","src/test_data/euc_kr_in_ref.txt":"1f419f4ca47d708b54c73c461545a022ae2e20498fdbf8005a483d752a204883","src/test_data/euc_kr_out.txt":"e7f32e026f70be1e1b58e0047baf7d3d2c520269c4f9b9992e158b4decb0a1a3","src/test_data/euc_kr_out_ref.txt":"c9907857980b20b8e9e3b584482ed6567a2be6185d72237b6322f0404944924e","src/test_data/gb18030_in.txt":"ab7231b2d3e9afacdbd7d7f3b9e5361a7ff9f7e1cfdb4f3bd905b9362b309e53","src/test_data/gb18030_in_ref.txt":"dc5069421adca2043c55f5012b55a76fdff651d22e6e699fd0978f8d5706815c","src/test_data/gb18030_out.txt":"f0208d527f5ca63de7d9a0323be8d5cf12d8a104b2943d92c2701f0c3364dac1","src/test_data/gb18030_out_ref.txt":"6819fe47627e4ea01027003fc514b9f21a1322e732d7f1fb92cc6c5455bc6c07","src/test_data/iso_2022_jp_in.txt":"cd24bbdcb1834e25db54646fbf4c41560a13dc7540f6be3dba4f5d97d44513af","src/test_data/iso_2022_jp_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/iso_2022_jp_out.txt":"9b6f015329dda6c3f9ee5ce6dbd6fa9c89acc21283e886836c78b8d833480c21","src/test_data/iso_2022_jp_out_ref.txt":"78cb260093a20116ad9a42f43b05d1848c5ab100b6b9a850749809e943884b35","src/test_data/jis0208_in.txt":"6df3030553ffb0a6615bb33dc8ea9dca6d9623a9028e2ffec754ce3c3da824cc","src/test_data/jis0208_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/jis0208_out.txt":"4ec24477e1675ce750733bdc3c5add1cd27b6bd4ce1f09289564646e9654e857","src/test_data/jis0208_out_ref.txt":"c3e1cef5032b2b1d93a406f31ff940c4e2dfe8859b8b17ca2761fee7a75a0e48","src/test_data/jis0212_in.txt":"c011f0dd72bd7c8cd922df9374ef8d2769a77190514c77f6c62b415852eeb9fe","src/test_data/jis0212_in_ref.txt":"7d9458b3d2f73e7092a7f505c08ce1d233dde18aa679fbcf9889256239cc9e06","src/test_data/shift_jis_in.txt":"02e389ccef0dd2122e63f503899402cb7f797912c2444cc80ab93131116c5524","src/test_data/shift_jis_in_ref.txt":"512f985950ca902e643c88682dba9708b7c38d3c5ec2925168ab00ac94ab19f9","src/test_data/shift_jis_out.txt":"5fbc44da7bf639bf6cfe0fa1fd3eba7102b88f81919c9ea991302712f69426fb","src/test_data/shift_jis_out_ref.txt":"466322c6fed8286c64582731755290c2296508efdd258826e6279686649b481f","src/test_labels_names.rs":"23a2e11b02b3b8d15fb5613a625e3edb2c61e70e3c581abfd638719a4088200d","src/testing.rs":"f59e671e95a98a56f6b573e8c6be4d71e670bf52f7e20eb1605d990aafa1894e","src/utf_16.rs":"c071a147fad38d750c2c247e141b76b929a48007b99f26b2922b9caecdaf2f25","src/utf_8.rs":"7b7d887b347f1aefa03246b028a36a72758a4ce76c28f3b45c19467851aa7839","src/variant.rs":"1fab5363588a1554a7169de8731ea9cded7ac63ea35caabdd1c27a8dde68c27b","src/x_user_defined.rs":"c9c010730dfb9f141d4fed19350c08a21af240913a54bb64f5ca89ff93b6b7d1"},"package":"7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"} +\ No newline at end of file ++{"files":{"CONTRIBUTING.md":"ca1901f3e8532fb4cec894fd3664f0eaa898c0c4b961d1b992d1ed54eacf362a","COPYRIGHT":"11789f45bb180841cd362a5eee6789c68ddb573a11105e30768c308a6add0190","Cargo.toml":"22a4d210c92dae9f32c6944ef340ee8fdd027f99c081577e8907123e2a93383e","Ideas.md":"b7452893f500163868d8de52c09addaf91e1632454ed02e892c467ed7ec39dbd","LICENSE-APACHE":"cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30","LICENSE-MIT":"3fa4ca83dcc9237839b1bdeb2e6d16bdfb5ec0c5ce42b24694d8bbf0dcbef72c","LICENSE-WHATWG":"838118388fe5c2e7f1dbbaeed13e1c7f3ebf88be91319c7c1d77c18e987d1a50","README.md":"1d08aefcb92afa81b18154049c9abbcad4540a23f7172e9f9bbed5af33f1a087","ci/miri.sh":"43cb8d82f49e3bfe2d2274b6ccd6f0714a4188ccef0cecc040829883cfdbee25","doc/Big5.txt":"f73a2edc5cb6c2d140ba6e07f4542e1c4a234950378acde1df93480f0ca0be0b","doc/EUC-JP.txt":"ee2818b907d0137f40a9ab9fd525fc700a44dbdddb6cf0c157a656566bae4bf1","doc/EUC-KR.txt":"71d9e2ccf3b124e8bdfb433c8cf2773fd878077038d0cec3c7237a50f4a78a30","doc/GBK.txt":"c1b522b5a799884e5001da661f42c5a8f4d0acb9ef1d74b206f22b5f65365606","doc/IBM866.txt":"a5a433e804d0f83af785015179fbc1d9b0eaf1f7960efcd04093e136b51fbd0e","doc/ISO-2022-JP.txt":"af86684f5a8f0e2868d7b2c292860140c3d2e5527530ca091f1b28198e8e2fe6","doc/ISO-8859-10.txt":"6d3949ad7c81ca176895101ed81a1db7df1060d64e262880b94bd31bb344ab4d","doc/ISO-8859-13.txt":"3951dd89cf93f7729148091683cf8511f4529388b7dc8dcd0d62eaed55be93fa","doc/ISO-8859-14.txt":"3d330784a0374fd255a38b47949675cc7168c800530534b0a01cac6edc623adc","doc/ISO-8859-15.txt":"24b1084aab5127a85aab99153f86e24694d0a3615f53b5ce23683f97cf66c47a","doc/ISO-8859-16.txt":"ce0272559b92ba76d7a7e476f6424ae4a5cc72e75b183611b08392e44add4d25","doc/ISO-8859-2.txt":"18ceff88c13d1b5ba455a3919b1e3de489045c4c3d2dd7e8527c125c75d54aad","doc/ISO-8859-3.txt":"21798404c68f4f5db59223362f24999da96968c0628427321fccce7d2849a130","doc/ISO-8859-4.txt":"d27f6520c6c5bfbcc19176b71d081cdb3bccde1622bb3e420d5680e812632d53","doc/ISO-8859-5.txt":"a10ec8d6ea7a78ad15da7275f6cb1a3365118527e28f9af6d0d5830501303f3a","doc/ISO-8859-6.txt":"ccda8a2efc96115336bdd77776637b9712425e44fbcf745353b9057fbef144e7","doc/ISO-8859-7.txt":"17900fa1f27a445958f0a77d7d9056be375a6bd7ee4492aa680c7c1500bab85e","doc/ISO-8859-8-I.txt":"8357555646d54265a9b9ffa3e68b08d132312f1561c60108ff9b8b1167b6ecf2","doc/ISO-8859-8.txt":"72cd6f3afb7b4a9c16a66a362473315770b7755d72c86c870e52fc3eba86c8af","doc/KOI8-R.txt":"839cf19a38da994488004ed7814b1f6151640156a9a2af02bf2efca745fb5966","doc/KOI8-U.txt":"0cc76624ed1f024183e2298b7e019957da2c70c8ca06e0fc4e6f353f50a5054f","doc/Shift_JIS.txt":"34c49141818cb9ddbcf59cc858f78a79be8ad148d563f26415108ae1f148443f","doc/UTF-16BE.txt":"e2e280d8acbaa6d2a6b3569d60e17500a285f2baa0df3363dd85537cd5a1ef8f","doc/UTF-16LE.txt":"70bdc170e3fc5298ba68f10125fb5eeb8b077036cc96bb4416c4de396f6d76c1","doc/UTF-8.txt":"ea7bae742e613010ced002cf4b601a737d2203fad65e115611451bc4428f548a","doc/gb18030.txt":"dc71378a8f07a2d8659f69ee81fb8791fef56ba86f124b429978285237bb4a7b","doc/macintosh.txt":"57491e53866711b4672d9b9ff35380b9dac9e0d8e3d6c20bdd6140603687c023","doc/replacement.txt":"4b6c3bbd7999d9d4108a281594bd02d13607e334a95465afff8c2c08d395f0e4","doc/windows-1250.txt":"61296bb6a21cdab602300d32ecfba434cb82de5ac3bc88d58710d2f125e28d39","doc/windows-1251.txt":"7deea1c61dea1485c8ff02db2c7d578db7a9aab63ab1cfd02ec04b515864689e","doc/windows-1252.txt":"933ef3bdddfce5ee132b9f1a1aa8b47423d2587bbe475b19028d0a6d38e180b6","doc/windows-1253.txt":"1a38748b88e99071a5c7b3d5456ead4caedeabab50d50d658be105bc113714de","doc/windows-1254.txt":"f8372f86c6f8d642563cd6ddc025260553292a39423df1683a98670bd7bf2b47","doc/windows-1255.txt":"4e5852494730054e2da258a74e1b9d780abbcdd8ce22ebc218ca2efe9e90493d","doc/windows-1256.txt":"c0879c5172abedead302a406e8f60d9cd9598694a0ffa4fd288ffe4fef7b8ea1","doc/windows-1257.txt":"c28a0c9f964fcb2b46d21f537c402446501a2800670481d6abf9fd9e9018d523","doc/windows-1258.txt":"5019ae4d61805c79aacbf17c93793342dbb098d65a1837783bc3e2c6d6a23602","doc/windows-874.txt":"4ef0e4501c5feba8b17aee1818602ed44b36ca8475db771ce2fc16d392cabecc","doc/x-mac-cyrillic.txt":"58be154d8a888ca3d484b83b44f749823ef339ab27f14d90ca9a856f5050a8bd","doc/x-user-defined.txt":"f9cd07c4321bf5cfb0be4bdddd251072999b04a6cf7a6f5bc63709a84e2c1ffc","generate-encoding-data.py":"be989dd25c6b946e3e8745fdc8e8a80fcf24b3be99ad0b4b78153ba3f6ab6310","rustfmt.toml":"85c1a3b4382fd89e991cbb81b70fb52780472edc064c963943cdaaa56e0a2030","src/ascii.rs":"588e38b01e666d5e7462617ea7e90a108d608dec9e016f3d273ac0744af2e05d","src/big5.rs":"ec6e2913011a38e9a3e825a1731f139a7ca1d5b264fefae51a3cc1a68a57cef9","src/data.rs":"8a617cc57032092d65850eb27e00de687c80aea3299e839a1f58b42d0b35abf3","src/euc_jp.rs":"32047f5b540188c4cb19c07165f846b9786a09f18e315ed3e9bda1293dae52aa","src/euc_kr.rs":"9b25afc72d9378700eecfac58d55ad1c5946d6cd0ccde2c29c08200ef2de6bb9","src/gb18030.rs":"808587168d73f0c80f8520f0ca9b161866ed2efeb17a05e85fdf3b8efe7ba28a","src/handles.rs":"b08cef1f5785bb6a4822f2e844c6df1b046b737b7a075e4593eaa8c4208e9fe2","src/iso_2022_jp.rs":"9bb485e82574f4b7d4b2364f0ff276acb6a0bc111758420a3b0ec5e04c196652","src/lib.rs":"834f44b670ec48ee82c0e12223d1567313fdd9f88bca5f4b117c82c1828f559f","src/macros.rs":"200997f8870de8bfd8cdc475e92115df42108c0df661e49d3d1cbc32056e1d99","src/mem.rs":"948571137d3b151df8db4fb2c733e74ae595d055cdf0ad83abcab9341d6adabe","src/replacement.rs":"7660b34a53f8c1ca2bdfa0e51e843ec28326950952ad8bc96569feb93ac62308","src/shift_jis.rs":"6951ae67e36b1a12fa3a30734957f444d8b1b4ae0e2bde52060b29bd0f16d9d9","src/simd_funcs.rs":"05c6e77af74bfe73cd39a752067c11425d6b46e5da419910f54bf75a5c02a984","src/single_byte.rs":"3ad87116fb339434a4b58e8f2b15485f2b66b9f7814d708f16194ed08f6d6ccf","src/test_data/big5_in.txt":"4c5a8691f8dc717311889c63894026d2fb62725a86c4208ca274a9cc8d42a503","src/test_data/big5_in_ref.txt":"99d399e17750cf9c7cf30bb253dbfe35b81c4fcbdead93cfa48b1429213473c7","src/test_data/big5_out.txt":"6193ca97c297aa20e09396038d18e938bb7ea331c26f0f2454097296723a0b13","src/test_data/big5_out_ref.txt":"36567691f557df144f6cc520015a87038dfa156f296fcf103b56ae9a718be1fc","src/test_data/euc_kr_in.txt":"c86a7224f3215fa0d04e685622a752fdc72763e8ae076230c7fd62de57ec4074","src/test_data/euc_kr_in_ref.txt":"1f419f4ca47d708b54c73c461545a022ae2e20498fdbf8005a483d752a204883","src/test_data/euc_kr_out.txt":"e7f32e026f70be1e1b58e0047baf7d3d2c520269c4f9b9992e158b4decb0a1a3","src/test_data/euc_kr_out_ref.txt":"c9907857980b20b8e9e3b584482ed6567a2be6185d72237b6322f0404944924e","src/test_data/gb18030_in.txt":"ab7231b2d3e9afacdbd7d7f3b9e5361a7ff9f7e1cfdb4f3bd905b9362b309e53","src/test_data/gb18030_in_ref.txt":"dc5069421adca2043c55f5012b55a76fdff651d22e6e699fd0978f8d5706815c","src/test_data/gb18030_out.txt":"f0208d527f5ca63de7d9a0323be8d5cf12d8a104b2943d92c2701f0c3364dac1","src/test_data/gb18030_out_ref.txt":"6819fe47627e4ea01027003fc514b9f21a1322e732d7f1fb92cc6c5455bc6c07","src/test_data/iso_2022_jp_in.txt":"cd24bbdcb1834e25db54646fbf4c41560a13dc7540f6be3dba4f5d97d44513af","src/test_data/iso_2022_jp_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/iso_2022_jp_out.txt":"9b6f015329dda6c3f9ee5ce6dbd6fa9c89acc21283e886836c78b8d833480c21","src/test_data/iso_2022_jp_out_ref.txt":"78cb260093a20116ad9a42f43b05d1848c5ab100b6b9a850749809e943884b35","src/test_data/jis0208_in.txt":"6df3030553ffb0a6615bb33dc8ea9dca6d9623a9028e2ffec754ce3c3da824cc","src/test_data/jis0208_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/jis0208_out.txt":"4ec24477e1675ce750733bdc3c5add1cd27b6bd4ce1f09289564646e9654e857","src/test_data/jis0208_out_ref.txt":"c3e1cef5032b2b1d93a406f31ff940c4e2dfe8859b8b17ca2761fee7a75a0e48","src/test_data/jis0212_in.txt":"c011f0dd72bd7c8cd922df9374ef8d2769a77190514c77f6c62b415852eeb9fe","src/test_data/jis0212_in_ref.txt":"7d9458b3d2f73e7092a7f505c08ce1d233dde18aa679fbcf9889256239cc9e06","src/test_data/shift_jis_in.txt":"02e389ccef0dd2122e63f503899402cb7f797912c2444cc80ab93131116c5524","src/test_data/shift_jis_in_ref.txt":"512f985950ca902e643c88682dba9708b7c38d3c5ec2925168ab00ac94ab19f9","src/test_data/shift_jis_out.txt":"5fbc44da7bf639bf6cfe0fa1fd3eba7102b88f81919c9ea991302712f69426fb","src/test_data/shift_jis_out_ref.txt":"466322c6fed8286c64582731755290c2296508efdd258826e6279686649b481f","src/test_labels_names.rs":"23a2e11b02b3b8d15fb5613a625e3edb2c61e70e3c581abfd638719a4088200d","src/testing.rs":"f59e671e95a98a56f6b573e8c6be4d71e670bf52f7e20eb1605d990aafa1894e","src/utf_16.rs":"c071a147fad38d750c2c247e141b76b929a48007b99f26b2922b9caecdaf2f25","src/utf_8.rs":"7b7d887b347f1aefa03246b028a36a72758a4ce76c28f3b45c19467851aa7839","src/variant.rs":"1fab5363588a1554a7169de8731ea9cded7ac63ea35caabdd1c27a8dde68c27b","src/x_user_defined.rs":"9456ca46168ef86c98399a2536f577ef7be3cdde90c0c51392d8ac48519d3fae"},"package":"b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"} diff --git a/mail/thunderbird/files/patch-rust-1.78.0-arm b/mail/thunderbird/files/patch-rust-1.78.0-arm new file mode 100644 index 00000000000..7db8038cfae --- /dev/null +++ b/mail/thunderbird/files/patch-rust-1.78.0-arm @@ -0,0 +1,64 @@ +Relevant bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=1882291 + + +diff --git a/Cargo.lock b/Cargo.lock +--- Cargo.lock ++++ Cargo.lock +@@ -4274,10 +4274,11 @@ + [[package]] + name = "qcms" + version = "0.2.0" + dependencies = [ + "libc", ++ "version_check", + ] + + [[package]] + name = "qlog" + version = "0.4.0" +diff --git a/gfx/qcms/Cargo.toml b/gfx/qcms/Cargo.toml +--- gfx/qcms/Cargo.toml ++++ gfx/qcms/Cargo.toml +@@ -18,5 +18,8 @@ + iccv4-enabled = [] + cmyk = [] + + [dependencies] + libc = {version = "0.2", optional = true } ++ ++[build-dependencies] ++version_check = "0.9" +diff --git a/gfx/qcms/build.rs b/gfx/qcms/build.rs +new file mode 100644 +--- /dev/null ++++ gfx/qcms/build.rs +@@ -0,0 +1,7 @@ ++extern crate version_check as rustc; ++ ++fn main() { ++ if rustc::is_min_version("1.78.0").unwrap_or(false) { ++ println!("cargo:rustc-cfg=stdsimd_split"); ++ } ++} +diff --git a/gfx/qcms/src/lib.rs b/gfx/qcms/src/lib.rs +--- gfx/qcms/src/lib.rs ++++ gfx/qcms/src/lib.rs +@@ -5,13 +5,15 @@ + #![allow(non_camel_case_types)] + #![allow(non_snake_case)] + #![allow(non_upper_case_globals)] + // These are needed for the neon SIMD code and can be removed once the MSRV supports the + // instrinsics we use +-#![cfg_attr(feature = "neon", feature(stdsimd))] ++#![cfg_attr(all(stdsimd_split, target_arch = "arm", feature = "neon"), feature(stdarch_arm_neon_intrinsics))] ++#![cfg_attr(all(stdsimd_split, target_arch = "arm", feature = "neon"), feature(stdarch_arm_feature_detection))] ++#![cfg_attr(all(not(stdsimd_split), target_arch = "arm", feature = "neon"), feature(stdsimd))] + #![cfg_attr( +- feature = "neon", ++ all(target_arch = "arm", feature = "neon"), + feature(arm_target_feature, raw_ref_op) + + )] + + /// These values match the Rendering Intent values from the ICC spec + diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile index 596a511fd90..ca79f7f41c7 100644 --- a/math/R-cran-RcppArmadillo/Makefile +++ b/math/R-cran-RcppArmadillo/Makefile @@ -1,5 +1,5 @@ PORTNAME= RcppArmadillo -DISTVERSION= 0.12.8.2.1 +DISTVERSION= 0.12.8.3.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-RcppArmadillo/distinfo b/math/R-cran-RcppArmadillo/distinfo index 028c3a800cb..58a60860c7c 100644 --- a/math/R-cran-RcppArmadillo/distinfo +++ b/math/R-cran-RcppArmadillo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713353953 -SHA256 (RcppArmadillo_0.12.8.2.1.tar.gz) = bc1499398c49a874ea27802ca8c6e9d61e516183a68237b61e0b3a2e65178987 -SIZE (RcppArmadillo_0.12.8.2.1.tar.gz) = 1405114 +TIMESTAMP = 1715416764 +SHA256 (RcppArmadillo_0.12.8.3.0.tar.gz) = 87f139b3540aabecc8af4249a19279bbc9e8de533ac6ab74219ada7f9520520b +SIZE (RcppArmadillo_0.12.8.3.0.tar.gz) = 1405626 diff --git a/math/abella/Makefile b/math/abella/Makefile index a99fdfbb916..fb64cf6b8ed 100644 --- a/math/abella/Makefile +++ b/math/abella/Makefile @@ -10,6 +10,8 @@ WWW= https://abella-prover.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= until https://github.com/abella-prover/abella/issues/154 is resolved + BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild \ ocamlfind:devel/ocaml-findlib diff --git a/math/chuffed/Makefile b/math/chuffed/Makefile index 561b5222151..cfff614dd95 100644 --- a/math/chuffed/Makefile +++ b/math/chuffed/Makefile @@ -1,5 +1,5 @@ PORTNAME= chuffed -DISTVERSION= 0.13.1 +DISTVERSION= 0.13.2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/chuffed/distinfo b/math/chuffed/distinfo index 15f3db992e9..32973224faa 100644 --- a/math/chuffed/distinfo +++ b/math/chuffed/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1703218451 -SHA256 (chuffed-chuffed-0.13.1_GH0.tar.gz) = 7408d35e85559ecbf4b5b7ef8aa2278e536b1231dc29e18b0b2f9a7e878a1bc0 -SIZE (chuffed-chuffed-0.13.1_GH0.tar.gz) = 404998 +TIMESTAMP = 1715321740 +SHA256 (chuffed-chuffed-0.13.2_GH0.tar.gz) = 39426a580690759ecf77ec5704caf5f2e21d41ff0aa09028827f5156bf5cb978 +SIZE (chuffed-chuffed-0.13.2_GH0.tar.gz) = 408360 SHA256 (cp-profiler-cpp-integration-f16b313_GH0.tar.gz) = 871b081fbc4ee76077eccd388ff1c6063e0376f365eba2cb9d8ce0ab9a617275 SIZE (cp-profiler-cpp-integration-f16b313_GH0.tar.gz) = 5214 diff --git a/math/elan/Makefile b/math/elan/Makefile index bd0e49af989..c9644018c6c 100644 --- a/math/elan/Makefile +++ b/math/elan/Makefile @@ -1,7 +1,7 @@ PORTNAME= elan DISTVERSIONPREFIX= v DISTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/fend/Makefile b/math/fend/Makefile index 1096610636a..3c7da656998 100644 --- a/math/fend/Makefile +++ b/math/fend/Makefile @@ -1,6 +1,7 @@ PORTNAME= fend DISTVERSIONPREFIX= v -DISTVERSION= 1.4.7 +DISTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/fend/distinfo b/math/fend/distinfo index 0bc30af86e5..477ddcac1ce 100644 --- a/math/fend/distinfo +++ b/math/fend/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1714797856 +TIMESTAMP = 1715056052 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a @@ -201,5 +201,5 @@ SHA256 (rust/crates/winnow-0.6.7.crate) = 14b9415ee827af173ebb3f15f9083df5a122eb SIZE (rust/crates/winnow-0.6.7.crate) = 159491 SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d SIZE (rust/crates/zeroize-1.7.0.crate) = 19039 -SHA256 (printfn-fend-v1.4.7_GH0.tar.gz) = a881e210e07ba1c3de1a89d755852359a636afe4091de65c4846767c69dd7f72 -SIZE (printfn-fend-v1.4.7_GH0.tar.gz) = 183437 +SHA256 (printfn-fend-v1.4.8_GH0.tar.gz) = 5e973bf7f53416039d5efc2f2ec360add5184625644e986808c21e5bd292fc58 +SIZE (printfn-fend-v1.4.8_GH0.tar.gz) = 183916 diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile index ca484e46d13..f0a0dbe89d9 100644 --- a/math/giacxcas/Makefile +++ b/math/giacxcas/Makefile @@ -21,6 +21,7 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_PERMS_DOC= dist-mirror pkg-mirror auto-accept LICENSE_DISTFILES_DOC= giac_${DISTVERSION}${EXTRACT_SUFX} +BROKEN_armv7= compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing] BROKEN_i386= compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing] BROKEN_powerpc= compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing] diff --git a/math/kalc/Makefile b/math/kalc/Makefile index 5144cffde04..4cd9e7fb8c1 100644 --- a/math/kalc/Makefile +++ b/math/kalc/Makefile @@ -1,6 +1,7 @@ PORTNAME= kalc DISTVERSIONPREFIX= v -DISTVERSION= 1.1.3 +DISTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= math PKGNAMESUFFIX= -calculator @@ -20,9 +21,8 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= bgkillas -CARGO_CRATES= autocfg-1.2.0 \ +CARGO_CRATES= autocfg-1.3.0 \ az-1.2.1 \ - bitflags-1.3.2 \ bitflags-2.5.0 \ byteorder-1.5.0 \ cfg-if-1.0.0 \ @@ -31,23 +31,23 @@ CARGO_CRATES= autocfg-1.2.0 \ dirs-5.0.1 \ dirs-sys-0.4.1 \ errno-0.3.8 \ - fastrand-2.0.2 \ + fastrand-2.1.0 \ getrandom-0.2.14 \ gmp-mpfr-sys-1.6.2 \ gnuplot-0.0.43 \ - libc-0.2.153 \ + libc-0.2.154 \ libm-0.2.8 \ libredox-0.1.3 \ linux-raw-sys-0.4.13 \ - lock_api-0.4.11 \ + lock_api-0.4.12 \ log-0.4.21 \ mio-0.8.11 \ option-ext-0.2.0 \ - parking_lot-0.12.1 \ - parking_lot_core-0.9.9 \ + parking_lot-0.12.2 \ + parking_lot_core-0.9.10 \ proc-macro2-1.0.81 \ quote-1.0.36 \ - redox_syscall-0.4.1 \ + redox_syscall-0.5.1 \ redox_users-0.4.5 \ rug-1.24.1 \ rustix-0.38.34 \ diff --git a/math/kalc/distinfo b/math/kalc/distinfo index c5c3e6facff..15f3c5cd6f6 100644 --- a/math/kalc/distinfo +++ b/math/kalc/distinfo @@ -1,10 +1,8 @@ -TIMESTAMP = 1714280598 -SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 -SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 +TIMESTAMP = 1715149311 +SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 +SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 SHA256 (rust/crates/az-1.2.1.crate) = 7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973 SIZE (rust/crates/az-1.2.1.crate) = 27842 -SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a -SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 SIZE (rust/crates/bitflags-2.5.0.crate) = 43821 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b @@ -21,40 +19,40 @@ SHA256 (rust/crates/dirs-sys-0.4.1.crate) = 520f05a5cbd335fae5a99ff7a6ab86275776 SIZE (rust/crates/dirs-sys-0.4.1.crate) = 10719 SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 SIZE (rust/crates/errno-0.3.8.crate) = 10645 -SHA256 (rust/crates/fastrand-2.0.2.crate) = 658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984 -SIZE (rust/crates/fastrand-2.0.2.crate) = 14674 +SHA256 (rust/crates/fastrand-2.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a +SIZE (rust/crates/fastrand-2.1.0.crate) = 14907 SHA256 (rust/crates/getrandom-0.2.14.crate) = 94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c SIZE (rust/crates/getrandom-0.2.14.crate) = 37307 SHA256 (rust/crates/gmp-mpfr-sys-1.6.2.crate) = 362a6cc3cbe9f41aebe49c03b91aee8fa8fc69d32fb90533f6ed965a882e08e3 SIZE (rust/crates/gmp-mpfr-sys-1.6.2.crate) = 5553197 SHA256 (rust/crates/gnuplot-0.0.43.crate) = 9ce70b22788c02857a6436b96744f9030dd89e17c8482ddf674523c0a1f8ab6c SIZE (rust/crates/gnuplot-0.0.43.crate) = 73220 -SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd -SIZE (rust/crates/libc-0.2.153.crate) = 740614 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 SIZE (rust/crates/libm-0.2.8.crate) = 113450 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d SIZE (rust/crates/libredox-0.1.3.crate) = 6068 SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855 -SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 -SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 +SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 +SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c SIZE (rust/crates/log-0.4.21.crate) = 43442 SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c SIZE (rust/crates/mio-0.8.11.crate) = 102983 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 -SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f -SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 -SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e -SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445 +SHA256 (rust/crates/parking_lot-0.12.2.crate) = 7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb +SIZE (rust/crates/parking_lot-0.12.2.crate) = 41723 +SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 +SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 SHA256 (rust/crates/proc-macro2-1.0.81.crate) = 3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba SIZE (rust/crates/proc-macro2-1.0.81.crate) = 48233 SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 SIZE (rust/crates/quote-1.0.36.crate) = 28507 -SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa -SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 +SHA256 (rust/crates/redox_syscall-0.5.1.crate) = 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e +SIZE (rust/crates/redox_syscall-0.5.1.crate) = 22536 SHA256 (rust/crates/redox_users-0.4.5.crate) = bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 SIZE (rust/crates/redox_users-0.4.5.crate) = 15514 SHA256 (rust/crates/rug-1.24.1.crate) = a8df4099c6fa90a1a7f5ddc0c7fba50991080fa2084d5a78808a5a3cab406bb9 @@ -129,5 +127,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b738 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 -SHA256 (bgkillas-kalc-v1.1.3_GH0.tar.gz) = 3135ef6abb12c8ae1b6a4742e581954ade0118ffa60b8fe9a5af2a8da2b65012 -SIZE (bgkillas-kalc-v1.1.3_GH0.tar.gz) = 117880 +SHA256 (bgkillas-kalc-v1.1.4_GH0.tar.gz) = c70c8deae8393613a8b92be5288d950baff06c5d62a3c77b1840b100e4140b4f +SIZE (bgkillas-kalc-v1.1.4_GH0.tar.gz) = 120664 diff --git a/math/kalker/Makefile b/math/kalker/Makefile index b4124d89c42..acf3b6a5ef5 100644 --- a/math/kalker/Makefile +++ b/math/kalker/Makefile @@ -1,6 +1,7 @@ PORTNAME= kalker DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= ashish@FreeBSD.org diff --git a/math/kamis/Makefile b/math/kamis/Makefile index 6ee28c1dbd3..3e12d34d0b9 100644 --- a/math/kamis/Makefile +++ b/math/kamis/Makefile @@ -10,14 +10,14 @@ WWW= https://karlsruhemis.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_armv7= gcc13 fails: error: use of built-in trait '__remove_cvref(_InIter1)' in function signature, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278630 +#BROKEN_armv7= gcc13 fails: error: use of built-in trait '__remove_cvref(_InIter1)' in function signature, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278630 USES= cmake USE_LDCONFIG= yes -.if !exists(/usr/include/omp.h) -USES+= compiler:gcc-c++11-lib -.endif +#.if !exists(/usr/include/omp.h) +#USES+= compiler:gcc-c++11-lib +#.endif USE_GITHUB= yes GH_ACCOUNT= KarlsruheMIS diff --git a/math/leangz/Makefile b/math/leangz/Makefile index 8de04ad515b..9f2f7cc44fc 100644 --- a/math/leangz/Makefile +++ b/math/leangz/Makefile @@ -1,7 +1,7 @@ PORTNAME= leangz DISTVERSIONPREFIX= v DISTVERSION= 0.1.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/mprime/Makefile b/math/mprime/Makefile index 8aaafed2ced..e61978331ce 100644 --- a/math/mprime/Makefile +++ b/math/mprime/Makefile @@ -1,5 +1,5 @@ PORTNAME= mprime -PORTVERSION= 30.19b13 +PORTVERSION= 30.19b14 CATEGORIES= math benchmarks net MASTER_SITES= https://www.mersenne.org/download/software/v${PORTVERSION:R}/${PORTVERSION:R}.19/ DISTNAME= p95v${PORTVERSION:R}${PORTVERSION:E}.source @@ -13,6 +13,7 @@ LICENSE_NAME= EULA LICENSE_FILE= ${FILESDIR}/LICENSE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +BROKEN_i386= /gwnum/polymult.a missed in /linux/makebsd ONLY_FOR_ARCHS= amd64 i386 BUILD_DEPENDS= ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs @@ -21,17 +22,17 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libgmp.so:math/gmp USES= localbase zip -PKGMESSAGE= ${WRKSRC}/pkg-message - -NO_WRKSUBDIR= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makebsd ALL_TARGET= mprime LLD_UNSAFE= yes SUB_FILES= pkg-message wrapper.sh +NO_WRKSUBDIR= yes +PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +PKGMESSAGE= ${WRKSRC}/pkg-message PLIST_FILES+= bin/mprime bin/mprime-real .include @@ -46,6 +47,7 @@ post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ -e "s|CC = .*||g" \ -e "s|CXX = .*||g" \ + -e "s|-Wl,-M||g" \ -e "s|CFLAGS = |CFLAGS += |g" \ -e "s|CXXFLAGS = |CXXFLAGS += |g" \ ${PATCH_WRKSRC}/gwnum/makebsd64 \ diff --git a/math/mprime/distinfo b/math/mprime/distinfo index 91510273888..e924f8cc857 100644 --- a/math/mprime/distinfo +++ b/math/mprime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711883789 -SHA256 (p95v3019b13.source.zip) = 032b3898fa0e347a07f9857aeb9b193331c52a1f60747e2af3f1898826d88f2f -SIZE (p95v3019b13.source.zip) = 40668313 +TIMESTAMP = 1714771984 +SHA256 (p95v3019b14.source.zip) = 49fd8e44d8755a4c05915085b0b15c3589f232cfd539028bbab2c01ffc8ad548 +SIZE (p95v3019b14.source.zip) = 40668660 diff --git a/math/octave-forge-ga/Makefile b/math/octave-forge-ga/Makefile index 56871e246be..a2d46bfb63b 100644 --- a/math/octave-forge-ga/Makefile +++ b/math/octave-forge-ga/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave-forge-ga -PORTVERSION= 0.10.3 -PORTREVISION= 4 +PORTVERSION= 0.10.4 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} diff --git a/math/octave-forge-ga/distinfo b/math/octave-forge-ga/distinfo index 18ae7aa1029..4884cf4ce9e 100644 --- a/math/octave-forge-ga/distinfo +++ b/math/octave-forge-ga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642269060 -SHA256 (octave-forge/ga-0.10.3.tar.gz) = 71b3fbb9cb9aec37712cbe36d883718d9c73ff1d691e822afa3923aed7da69b1 -SIZE (octave-forge/ga-0.10.3.tar.gz) = 29473 +TIMESTAMP = 1715126354 +SHA256 (octave-forge/ga-0.10.4.tar.gz) = 86cae3876ad91613fa580faa68a8e219f2640ed4f69d395794aaf78c0279638e +SIZE (octave-forge/ga-0.10.4.tar.gz) = 29491 diff --git a/math/octave-forge-statistics-resampling/Makefile b/math/octave-forge-statistics-resampling/Makefile index d5d34abdc3d..d80f41eed2d 100644 --- a/math/octave-forge-statistics-resampling/Makefile +++ b/math/octave-forge-statistics-resampling/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge-statistics-resampling -DISTVERSION= 5.5.9 +DISTVERSION= 5.5.10 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-statistics-resampling/distinfo b/math/octave-forge-statistics-resampling/distinfo index 2d8bd93c0b6..eab45b7aa47 100644 --- a/math/octave-forge-statistics-resampling/distinfo +++ b/math/octave-forge-statistics-resampling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714005171 -SHA256 (octave-forge/gnu-octave-statistics-resampling-5.5.9_GH0.tar.gz) = 9c3a6abb6c5ce944aab428482a680db43dc5a79a5cb41cd0408d18a10c851627 -SIZE (octave-forge/gnu-octave-statistics-resampling-5.5.9_GH0.tar.gz) = 2211062 +TIMESTAMP = 1715276156 +SHA256 (octave-forge/gnu-octave-statistics-resampling-5.5.10_GH0.tar.gz) = ba157c8ec9ddc0cc6a87b36e37124def5c8ff454a44271f2bff5991808b25bc0 +SIZE (octave-forge/gnu-octave-statistics-resampling-5.5.10_GH0.tar.gz) = 2215013 diff --git a/math/onednn/Makefile b/math/onednn/Makefile index 3ab9c553b4f..36c7ccb59d5 100644 --- a/math/onednn/Makefile +++ b/math/onednn/Makefile @@ -1,6 +1,6 @@ PORTNAME= onednn DISTVERSIONPREFIX= v -DISTVERSION= 3.4.1 +DISTVERSION= 3.4.2 CATEGORIES= math # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/math/onednn/distinfo b/math/onednn/distinfo index 2bb981ed45f..d48169a7ff5 100644 --- a/math/onednn/distinfo +++ b/math/onednn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711947851 -SHA256 (oneapi-src-oneDNN-v3.4.1_GH0.tar.gz) = 906559a25581b292352420721112e1656d21029b66e8597816f9e741fbcdeadb -SIZE (oneapi-src-oneDNN-v3.4.1_GH0.tar.gz) = 12862226 +TIMESTAMP = 1715476617 +SHA256 (oneapi-src-oneDNN-v3.4.2_GH0.tar.gz) = 5131ac559a13daa6e2784d20ab24e4607e55aa6da973518086326a647d389425 +SIZE (oneapi-src-oneDNN-v3.4.2_GH0.tar.gz) = 12866519 diff --git a/math/py-bayesian-optimization/Makefile b/math/py-bayesian-optimization/Makefile index 357c3867c93..225a6aaefcf 100644 --- a/math/py-bayesian-optimization/Makefile +++ b/math/py-bayesian-optimization/Makefile @@ -1,5 +1,6 @@ PORTNAME= bayesian-optimization PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/fmfn/BayesianOptimization LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.6:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18.0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0.0:science/py-scipy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-cma/Makefile b/math/py-cma/Makefile index 6364c46db49..ca2883dafcd 100644 --- a/math/py-cma/Makefile +++ b/math/py-cma/Makefile @@ -1,6 +1,6 @@ PORTNAME= cma PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,12 @@ WWW= https://github.com/CMA-ES/pycma LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/cma/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-cmaes/Makefile b/math/py-cmaes/Makefile index 2a329602f4d..a54823e4465 100644 --- a/math/py-cmaes/Makefile +++ b/math/py-cmaes/Makefile @@ -1,5 +1,6 @@ PORTNAME= cmaes PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/CyberAgent/cmaes LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-fastcluster/Makefile b/math/py-fastcluster/Makefile index 859e7660268..e19eaa145ae 100644 --- a/math/py-fastcluster/Makefile +++ b/math/py-fastcluster/Makefile @@ -1,6 +1,6 @@ PORTNAME= fastcluster PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,13 @@ WWW= http://danifold.net/fastcluster.html \ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9,1:math/py-numpy@${PY_FLAVOR} USES= compiler python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 .include diff --git a/math/py-fastcluster/files/patch-pyproject.toml b/math/py-fastcluster/files/patch-pyproject.toml new file mode 100644 index 00000000000..a733d01745f --- /dev/null +++ b/math/py-fastcluster/files/patch-pyproject.toml @@ -0,0 +1,8 @@ +--- pyproject.toml.orig 2022-02-27 10:25:41 UTC ++++ pyproject.toml +@@ -10,4 +10,4 @@ requires = ["setuptools", + # Scipy's "oldest_supported_numpy" package does this work for us. + requires = ["setuptools", + "wheel", +- "oldest_supported_numpy"] ++ "numpy"] diff --git a/math/py-fraction/Makefile b/math/py-fraction/Makefile index 53623eb711a..bdad3c75c1e 100644 --- a/math/py-fraction/Makefile +++ b/math/py-fraction/Makefile @@ -1,5 +1,6 @@ PORTNAME= fraction PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/bradley101/fraction/releases/download/${PORTVERSION}/ @@ -13,8 +14,11 @@ WWW= https://github.com/bradley101/fraction LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-fraction/files/patch-setup.py b/math/py-fraction/files/patch-setup.py new file mode 100644 index 00000000000..7f8199f859a --- /dev/null +++ b/math/py-fraction/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2022-05-21 10:47:22 UTC ++++ setup.py +@@ -4,7 +4,7 @@ setuptools.setup( + long_description = fh.read() + + setuptools.setup( +- name="Fraction", # Replace with your own username ++ name="fraction", # Replace with your own username + version="2.2.0", + author="Shantanu Banerjee", + author_email="hi@shantanubanerjee.com", diff --git a/math/py-gym-notices/Makefile b/math/py-gym-notices/Makefile index 6907d3397ff..f7d7b31d349 100644 --- a/math/py-gym-notices/Makefile +++ b/math/py-gym-notices/Makefile @@ -1,5 +1,6 @@ PORTNAME= gym-notices PORTVERSION= 0.0.8 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/Farama-Foundation/gym-notices LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-gym/Makefile b/math/py-gym/Makefile index 7e6e087a087..53540821761 100644 --- a/math/py-gym/Makefile +++ b/math/py-gym/Makefile @@ -1,6 +1,6 @@ PORTNAME= gym PORTVERSION= 0.26.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +12,15 @@ WWW= https://www.gymlibrary.dev/ \ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0:devel/py-cloudpickle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gym-notices>=0.0.4:math/py-gym-notices@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.18.0,1:math/py-numpy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-hdbscan/Makefile b/math/py-hdbscan/Makefile index 3100bdf287c..d072564b0ad 100644 --- a/math/py-hdbscan/Makefile +++ b/math/py-hdbscan/Makefile @@ -1,5 +1,6 @@ PORTNAME= hdbscan PORTVERSION= 0.8.33 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,7 @@ WWW= https://hdbscan.readthedocs.io/en/latest/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0<3:lang/cython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}joblib>=1.0:devel/py-joblib@${PY_FLAVOR} \ @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}joblib>=1.0:devel/py-joblib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cython distutils +USE_PYTHON= autoplist concurrent cython pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/math/py-hdbscan/files/patch-pyproject.toml b/math/py-hdbscan/files/patch-pyproject.toml index b2c10fc2e9d..8737982fa42 100644 --- a/math/py-hdbscan/files/patch-pyproject.toml +++ b/math/py-hdbscan/files/patch-pyproject.toml @@ -1,9 +1,11 @@ --- pyproject.toml.orig 2023-07-18 17:51:04 UTC +++ pyproject.toml -@@ -3,5 +3,5 @@ requires = [ +@@ -2,6 +2,6 @@ requires = [ + requires = [ "setuptools", "wheel", - "cython<3", +- "cython<3", - "oldest-supported-numpy" ++ "cython", + "numpy" ] diff --git a/math/py-hdbscan/files/patch-setup.py b/math/py-hdbscan/files/patch-setup.py new file mode 100644 index 00000000000..dd9c27940c5 --- /dev/null +++ b/math/py-hdbscan/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-07-18 17:51:04 UTC ++++ setup.py +@@ -85,7 +85,7 @@ configuration = { + 'cmdclass': {'build_ext': CustomBuildExtCommand}, + 'test_suite': 'nose.collector', + 'tests_require': ['nose'], +- 'data_files': ('hdbscan/dist_metrics.pxd',) ++ 'package_data': {'': ['hdbscan/dist_metrics.pxd']}, + } + + if not HAVE_CYTHON: diff --git a/math/py-intspan/Makefile b/math/py-intspan/Makefile index 753e697e764..957b34afa87 100644 --- a/math/py-intspan/Makefile +++ b/math/py-intspan/Makefile @@ -1,5 +1,6 @@ PORTNAME= intspan PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/jonathaneunice/intspan LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-iohexperimenter/Makefile b/math/py-iohexperimenter/Makefile index cae66a4d73d..7ec2f629afd 100644 --- a/math/py-iohexperimenter/Makefile +++ b/math/py-iohexperimenter/Makefile @@ -1,6 +1,6 @@ PORTNAME= iohexperimenter PORTVERSION= 0.2.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,12 @@ WWW= https://github.com/IOHprofiler/IOHexperimenter LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= compiler:c++14-lang dos2unix python -USE_PYTHON= autoplist concurrent distutils unittest +USE_PYTHON= autoplist concurrent pep517 unittest USE_CXXSTD= c++14 TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}/IOHexperimenter diff --git a/math/py-iohexperimenter/files/patch-setup.py b/math/py-iohexperimenter/files/patch-setup.py index f888102c625..07963f258aa 100644 --- a/math/py-iohexperimenter/files/patch-setup.py +++ b/math/py-iohexperimenter/files/patch-setup.py @@ -1,6 +1,11 @@ ---- setup.py.orig 2021-01-29 16:13:26 UTC +--- setup.py.orig 2024-04-27 13:56:50 UTC +++ setup.py -@@ -43,7 +43,7 @@ setup( +@@ -39,11 +39,11 @@ setup( + + + setup( +- name="IOHexperimenter", ++ name="iohexperimenter", version=__version__, author="Furong Ye, Diederick Vermetten, and Hao Wang", author_email="f.ye@liacs.leidenuniv.nl", diff --git a/math/py-mixsimulator/Makefile b/math/py-mixsimulator/Makefile index f92a9543957..aabda5a6911 100644 --- a/math/py-mixsimulator/Makefile +++ b/math/py-mixsimulator/Makefile @@ -1,5 +1,6 @@ PORTNAME= mixsimulator PORTVERSION= 0.4.6 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/Foloso/MixSimulator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python shebangfix -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-moarchiving/Makefile b/math/py-moarchiving/Makefile index be07e62582e..b825052bcfc 100644 --- a/math/py-moarchiving/Makefile +++ b/math/py-moarchiving/Makefile @@ -1,5 +1,6 @@ PORTNAME= moarchiving PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/CMA-ES/moarchiving LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-munkres/Makefile b/math/py-munkres/Makefile index 95b22554d71..ba6a4d59ad3 100644 --- a/math/py-munkres/Makefile +++ b/math/py-munkres/Makefile @@ -1,5 +1,6 @@ PORTNAME= munkres PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://software.clapper.org/munkres/ \ LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-ndindex/Makefile b/math/py-ndindex/Makefile index fa579e3a3f6..a7fa7b21bc4 100644 --- a/math/py-ndindex/Makefile +++ b/math/py-ndindex/Makefile @@ -1,5 +1,6 @@ PORTNAME= ndindex PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/Quansight-Labs/ndindex/releases/download/${PORTVERSION}/ @@ -13,8 +14,11 @@ WWW= https://quansight-labs.github.io/ndindex/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-nevergrad/Makefile b/math/py-nevergrad/Makefile index 20039ae649e..e51279e24f1 100644 --- a/math/py-nevergrad/Makefile +++ b/math/py-nevergrad/Makefile @@ -1,5 +1,6 @@ PORTNAME= nevergrad PORTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ WWW= https://facebookresearch.github.io/nevergrad/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bayesian-optimization>=1.2.0:math/py-bayesian-optimization@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cma>=2.6.0:math/py-cma@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.24.0,1:math/py-numpy@${PY_FLAVOR} \ @@ -19,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bayesian-optimization>=1.2.0:math/py-bayesia ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.6:devel/py-typing-extensions@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-opt-einsum/Makefile b/math/py-opt-einsum/Makefile index 05780886838..707e8481ba8 100644 --- a/math/py-opt-einsum/Makefile +++ b/math/py-opt-einsum/Makefile @@ -1,6 +1,6 @@ PORTNAME= opt-einsum PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,12 @@ WWW= https://github.com/dgasmith/opt_einsum LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-patsy/Makefile b/math/py-patsy/Makefile index 90febd87db1..f8d0cedd3d5 100644 --- a/math/py-patsy/Makefile +++ b/math/py-patsy/Makefile @@ -1,5 +1,6 @@ PORTNAME= patsy PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +13,13 @@ LICENSE= BSD2CLAUSE PSFL LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.4,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-plastex/Makefile b/math/py-plastex/Makefile index 69e8cc74e35..f1dc6f8791f 100644 --- a/math/py-plastex/Makefile +++ b/math/py-plastex/Makefile @@ -1,5 +1,6 @@ PORTNAME= plastex PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +13,15 @@ WWW= https://github.com/plastex/plastex LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10.1:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=7:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unidecode>=0.4.21:converters/py-unidecode@${PY_FLAVOR} USES= python tex -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 USE_TEX= base:run NO_ARCH= yes diff --git a/math/py-plastex/files/patch-setup.cfg b/math/py-plastex/files/patch-setup.cfg new file mode 100644 index 00000000000..6821c257f51 --- /dev/null +++ b/math/py-plastex/files/patch-setup.cfg @@ -0,0 +1,9 @@ +--- setup.cfg.orig 2024-01-30 19:56:20 UTC ++++ setup.cfg +@@ -1,5 +1,5 @@ + [metadata] +-name = plasTeX ++name = plastex + description = LaTeX document processing framework + long_description = file: README.md + long_description_content_type = text/markdown diff --git a/math/py-pyodeint/Makefile b/math/py-pyodeint/Makefile index a551febbf88..225d1316352 100644 --- a/math/py-pyodeint/Makefile +++ b/math/py-pyodeint/Makefile @@ -1,6 +1,5 @@ PORTNAME= pyodeint -DISTVERSION= 0.10.4 -PORTREVISION= 2 +DISTVERSION= 0.10.6 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +16,13 @@ BUILD_DEPENDS= ${PYNUMPY} \ RUN_DEPENDS= ${PYNUMPY} USES= compiler:c++11-lang localbase python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist pytest + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +TEST_WRKSRC= ${WRKSRC}/pyodeint/tests + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyodeint/_odeint${PYTHON_EXT_SUFFIX}.so + .include diff --git a/math/py-pyodeint/distinfo b/math/py-pyodeint/distinfo index ee5dba32c40..8150fb22ecc 100644 --- a/math/py-pyodeint/distinfo +++ b/math/py-pyodeint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587629293 -SHA256 (pyodeint-0.10.4.tar.gz) = 11b7028323d03b5864b7600fbd14c87903a62d8826fbe8ea8fd0afbccadc1044 -SIZE (pyodeint-0.10.4.tar.gz) = 95049 +TIMESTAMP = 1715040526 +SHA256 (pyodeint-0.10.6.tar.gz) = 0b6a04865b55f35bb57cdce41a20d538ae6cd92cd6812869dac52fe8ff3f9782 +SIZE (pyodeint-0.10.6.tar.gz) = 117727 diff --git a/math/py-roman/Makefile b/math/py-roman/Makefile index 259a8d5236a..ac224896b56 100644 --- a/math/py-roman/Makefile +++ b/math/py-roman/Makefile @@ -1,5 +1,5 @@ PORTNAME= roman -PORTVERSION= 4.1 +PORTVERSION= 4.2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-roman/distinfo b/math/py-roman/distinfo index b3a0f8d7020..24e2d56915c 100644 --- a/math/py-roman/distinfo +++ b/math/py-roman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685238861 -SHA256 (roman-4.1.tar.gz) = 4da8a200529a730822a27f1704b3ac70bc907141d3bc558115fb8e36af13b412 -SIZE (roman-4.1.tar.gz) = 7005 +TIMESTAMP = 1715154521 +SHA256 (roman-4.2.tar.gz) = 05f335a1b2b0824f827ed42fff84b35909aab9013799145ed4508bdd4fa3b385 +SIZE (roman-4.2.tar.gz) = 7339 diff --git a/math/py-rustworkx/Makefile b/math/py-rustworkx/Makefile index d05a314505a..55f5d8d5195 100644 --- a/math/py-rustworkx/Makefile +++ b/math/py-rustworkx/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustworkx DISTVERSION= 0.14.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-rvlib/Makefile b/math/py-rvlib/Makefile index ac24e10ad16..3a665d513ff 100644 --- a/math/py-rvlib/Makefile +++ b/math/py-rvlib/Makefile @@ -1,6 +1,6 @@ PORTNAME= rvlib PORTVERSION= 0.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numba>=0.49:devel/py-numba@${PY_FLAVOR} \ @@ -20,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/math/py-snuggs/Makefile b/math/py-snuggs/Makefile index f59d8cc633e..d14de9833d0 100644 --- a/math/py-snuggs/Makefile +++ b/math/py-snuggs/Makefile @@ -1,6 +1,6 @@ PORTNAME= snuggs PORTVERSION= 1.4.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,13 @@ WWW= https://github.com/mapbox/snuggs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.6:devel/py-pyparsing@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-spint/Makefile b/math/py-spint/Makefile index f36c52406d1..4f69ddf15dd 100644 --- a/math/py-spint/Makefile +++ b/math/py-spint/Makefile @@ -1,6 +1,6 @@ PORTNAME= spint PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://github.com/pysal/spint LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} \ @@ -19,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLA ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-splot/Makefile b/math/py-splot/Makefile index edd06b14cd9..13c5406f7b1 100644 --- a/math/py-splot/Makefile +++ b/math/py-splot/Makefile @@ -1,6 +1,6 @@ PORTNAME= splot PORTVERSION= 1.1.5.post1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,8 @@ WWW= https://splot.readthedocs.io/en/latest/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}esda>=0:science/py-esda@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}geopandas>=0.4.0:graphics/py-geopandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}giddy>=0:graphics/py-giddy@${PY_FLAVOR} \ @@ -24,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}esda>=0:science/py-esda@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-spreg/Makefile b/math/py-spreg/Makefile index 60a4f63fe4d..66fe85ed632 100644 --- a/math/py-spreg/Makefile +++ b/math/py-spreg/Makefile @@ -1,6 +1,6 @@ PORTNAME= spreg PORTVERSION= 1.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,8 @@ WWW= https://spreg.readthedocs.io/en/latest/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ @@ -20,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLA ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-spvcm/Makefile b/math/py-spvcm/Makefile index 4e3ae697814..0e8ccf72253 100644 --- a/math/py-spvcm/Makefile +++ b/math/py-spvcm/Makefile @@ -1,6 +1,6 @@ PORTNAME= spvcm PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,8 @@ WWW= https://github.com/pysal/spvcm LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ @@ -19,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-vincenty/Makefile b/math/py-vincenty/Makefile index 0f8f2739dc2..0a94068a08f 100644 --- a/math/py-vincenty/Makefile +++ b/math/py-vincenty/Makefile @@ -1,5 +1,6 @@ PORTNAME= vincenty PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= math geography python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/maurycyp/vincenty LICENSE= UNLICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/savage/Makefile b/math/savage/Makefile index 5fb8be78072..a6cb36923e8 100644 --- a/math/savage/Makefile +++ b/math/savage/Makefile @@ -1,7 +1,7 @@ PORTNAME= savage DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= math MAINTAINER= ashish@FreeBSD.org diff --git a/math/secp256k1/Makefile b/math/secp256k1/Makefile index c98fb035512..bf896029dbe 100644 --- a/math/secp256k1/Makefile +++ b/math/secp256k1/Makefile @@ -1,6 +1,6 @@ PORTNAME= secp256k1 DISTVERSIONPREFIX= v -DISTVERSION= 0.4.1 +DISTVERSION= 0.5.0 CATEGORIES= math security java MAINTAINER= ale@FreeBSD.org diff --git a/math/secp256k1/distinfo b/math/secp256k1/distinfo index 137c033b448..8eb439f906e 100644 --- a/math/secp256k1/distinfo +++ b/math/secp256k1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703683766 -SHA256 (bitcoin-core-secp256k1-v0.4.1_GH0.tar.gz) = 31b1a03c7365dbce7aff4be9526243da966c58a8b88b6255556d51b3016492c5 -SIZE (bitcoin-core-secp256k1-v0.4.1_GH0.tar.gz) = 2614189 +TIMESTAMP = 1715096109 +SHA256 (bitcoin-core-secp256k1-v0.5.0_GH0.tar.gz) = 07934fde88c677abbc4d42c36ef7ef8d3850cd0c065e4f976f66f4f97502c95a +SIZE (bitcoin-core-secp256k1-v0.5.0_GH0.tar.gz) = 1960832 diff --git a/math/secp256k1/pkg-plist b/math/secp256k1/pkg-plist index b47ceea966d..cdb6c1b6d30 100644 --- a/math/secp256k1/pkg-plist +++ b/math/secp256k1/pkg-plist @@ -8,5 +8,5 @@ include/secp256k1_schnorrsig.h lib/libsecp256k1.a lib/libsecp256k1.so lib/libsecp256k1.so.2 -lib/libsecp256k1.so.2.1.1 +lib/libsecp256k1.so.2.2.0 libdata/pkgconfig/libsecp256k1.pc diff --git a/misc/aichat/Makefile b/misc/aichat/Makefile index 462e4691504..48f8b154702 100644 --- a/misc/aichat/Makefile +++ b/misc/aichat/Makefile @@ -1,6 +1,7 @@ PORTNAME= aichat DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/air/Makefile b/misc/air/Makefile index 8893fbf32e9..cad73376ee5 100644 --- a/misc/air/Makefile +++ b/misc/air/Makefile @@ -1,7 +1,7 @@ PORTNAME= air DISTVERSIONPREFIX= v DISTVERSION= 0.6.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc PKGNAMESUFFIX= -ai-chat-client @@ -211,12 +211,19 @@ CARGO_CRATES= addr2line-0.21.0 \ winreg-0.50.0 CFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS +CFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS OPENSSLINC= /usr/include OPENSSLLIB= /usr/lib PLIST_FILES= bin/${PORTNAME} +.include + +.if ${ARCH} == powerpc64 && !defined(CPUTYPE) +CFLAGS+= -mcpu=power7 +.endif + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} diff --git a/misc/arrow-datafusion/Makefile b/misc/arrow-datafusion/Makefile index d5be9633370..074c437431b 100644 --- a/misc/arrow-datafusion/Makefile +++ b/misc/arrow-datafusion/Makefile @@ -1,5 +1,6 @@ PORTNAME= arrow-datafusion -DISTVERSION= 37.1.0 +DISTVERSION= 38.0.0 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -19,6 +20,8 @@ GH_PROJECT= datafusion WRKSRC_SUBDIR= datafusion-cli +RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386 + CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ adler32-1.2.0 \ @@ -29,7 +32,7 @@ CARGO_CRATES= addr2line-0.21.0 \ allocator-api2-0.2.18 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anstyle-1.0.6 \ + anstyle-1.0.7 \ apache-avro-0.16.0 \ arrayref-0.3.7 \ arrayvec-0.7.4 \ @@ -48,11 +51,11 @@ CARGO_CRATES= addr2line-0.21.0 \ arrow-select-51.0.0 \ arrow-string-51.0.0 \ assert_cmd-2.0.14 \ - async-compression-0.4.8 \ + async-compression-0.4.9 \ async-trait-0.1.80 \ atoi-2.0.0 \ atty-0.2.14 \ - autocfg-1.2.0 \ + autocfg-1.3.0 \ aws-config-0.55.3 \ aws-credential-types-0.55.3 \ aws-endpoint-0.55.3 \ @@ -72,7 +75,7 @@ CARGO_CRATES= addr2line-0.21.0 \ aws-types-0.55.3 \ backtrace-0.3.71 \ base64-0.21.7 \ - base64-0.22.0 \ + base64-0.22.1 \ base64-simd-0.8.0 \ bitflags-1.3.2 \ bitflags-2.5.0 \ @@ -88,7 +91,7 @@ CARGO_CRATES= addr2line-0.21.0 \ bytes-utils-0.1.4 \ bzip2-0.4.4 \ bzip2-sys-0.1.11+1.0.8 \ - cc-1.0.94 \ + cc-1.0.97 \ cfg-if-1.0.0 \ chrono-0.4.38 \ chrono-tz-0.8.6 \ @@ -129,11 +132,11 @@ CARGO_CRATES= addr2line-0.21.0 \ errno-0.3.8 \ error-code-2.3.1 \ fastrand-1.9.0 \ - fastrand-2.0.2 \ + fastrand-2.1.0 \ fd-lock-3.0.13 \ fixedbitset-0.4.2 \ flatbuffers-23.5.26 \ - flate2-1.0.28 \ + flate2-1.0.30 \ float-cmp-0.9.0 \ fnv-1.0.7 \ form_urlencoded-1.2.1 \ @@ -148,14 +151,13 @@ CARGO_CRATES= addr2line-0.21.0 \ futures-timer-3.0.3 \ futures-util-0.3.30 \ generic-array-0.14.7 \ - getrandom-0.2.14 \ + getrandom-0.2.15 \ gimli-0.28.1 \ glob-0.3.1 \ h2-0.3.26 \ half-2.4.1 \ hashbrown-0.12.3 \ - hashbrown-0.13.2 \ - hashbrown-0.14.3 \ + hashbrown-0.14.5 \ heck-0.4.1 \ hermit-abi-0.1.19 \ hermit-abi-0.3.9 \ @@ -179,7 +181,7 @@ CARGO_CRATES= addr2line-0.21.0 \ ipnet-2.9.0 \ itertools-0.12.1 \ itoa-1.0.11 \ - jobserver-0.1.30 \ + jobserver-0.1.31 \ js-sys-0.3.69 \ lazy_static-1.4.0 \ lexical-core-0.8.5 \ @@ -188,20 +190,20 @@ CARGO_CRATES= addr2line-0.21.0 \ lexical-util-0.8.5 \ lexical-write-float-0.8.5 \ lexical-write-integer-0.8.5 \ - libc-0.2.153 \ - libflate-2.0.0 \ - libflate_lz77-2.0.0 \ + libc-0.2.154 \ + libflate-2.1.0 \ + libflate_lz77-2.1.0 \ libm-0.2.8 \ - libmimalloc-sys-0.1.35 \ + libmimalloc-sys-0.1.37 \ libredox-0.1.3 \ linux-raw-sys-0.4.13 \ - lock_api-0.4.11 \ + lock_api-0.4.12 \ log-0.4.21 \ lz4_flex-0.11.3 \ lzma-sys-0.1.20 \ md-5-0.10.6 \ memchr-2.7.2 \ - mimalloc-0.1.39 \ + mimalloc-0.1.41 \ mime-0.3.17 \ miniz_oxide-0.7.2 \ mio-0.8.11 \ @@ -209,13 +211,13 @@ CARGO_CRATES= addr2line-0.21.0 \ nix-0.26.4 \ normalize-line-endings-0.3.0 \ num-0.4.2 \ - num-bigint-0.4.4 \ + num-bigint-0.4.5 \ num-complex-0.4.5 \ num-conv-0.1.0 \ num-integer-0.1.46 \ - num-iter-0.1.44 \ + num-iter-0.1.45 \ num-rational-0.4.1 \ - num-traits-0.2.18 \ + num-traits-0.2.19 \ num_cpus-1.16.0 \ object-0.32.2 \ object_store-0.9.1 \ @@ -224,11 +226,11 @@ CARGO_CRATES= addr2line-0.21.0 \ ordered-float-2.10.1 \ os_str_bytes-6.6.1 \ outref-0.5.1 \ - parking_lot-0.12.1 \ - parking_lot_core-0.9.9 \ + parking_lot-0.12.2 \ + parking_lot_core-0.9.10 \ parquet-51.0.0 \ - parse-zoneinfo-0.3.0 \ - paste-1.0.14 \ + parse-zoneinfo-0.3.1 \ + paste-1.0.15 \ percent-encoding-2.3.1 \ petgraph-0.6.4 \ phf-0.11.2 \ @@ -247,7 +249,7 @@ CARGO_CRATES= addr2line-0.21.0 \ predicates-tree-1.0.9 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.81 \ + proc-macro2-1.0.82 \ quad-rand-0.2.1 \ quick-xml-0.31.0 \ quote-1.0.36 \ @@ -255,7 +257,7 @@ CARGO_CRATES= addr2line-0.21.0 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ - redox_syscall-0.4.1 \ + redox_syscall-0.5.1 \ redox_users-0.4.5 \ regex-1.10.4 \ regex-automata-0.4.6 \ @@ -267,43 +269,43 @@ CARGO_CRATES= addr2line-0.21.0 \ rle-decode-fast-1.0.3 \ rstest-0.17.0 \ rstest_macros-0.17.0 \ - rustc-demangle-0.1.23 \ + rustc-demangle-0.1.24 \ rustc_version-0.4.0 \ - rustix-0.38.32 \ + rustix-0.38.34 \ rustls-0.20.9 \ - rustls-0.21.10 \ + rustls-0.21.12 \ rustls-native-certs-0.6.3 \ rustls-pemfile-1.0.4 \ rustls-pemfile-2.1.2 \ - rustls-pki-types-1.4.1 \ + rustls-pki-types-1.6.0 \ rustls-webpki-0.101.7 \ - rustversion-1.0.15 \ + rustversion-1.0.16 \ rustyline-11.0.0 \ - ryu-1.0.17 \ + ryu-1.0.18 \ same-file-1.0.6 \ schannel-0.1.23 \ scopeguard-1.2.0 \ sct-0.7.1 \ - security-framework-2.10.0 \ - security-framework-sys-2.10.0 \ - semver-1.0.22 \ + security-framework-2.11.0 \ + security-framework-sys-2.11.0 \ + semver-1.0.23 \ seq-macro-0.3.5 \ - serde-1.0.198 \ - serde_derive-1.0.198 \ + serde-1.0.200 \ + serde_derive-1.0.200 \ serde_json-1.0.116 \ serde_urlencoded-0.7.1 \ sha2-0.10.8 \ - signal-hook-registry-1.4.1 \ + signal-hook-registry-1.4.2 \ siphasher-0.3.11 \ slab-0.4.9 \ smallvec-1.13.2 \ snafu-0.7.5 \ snafu-derive-0.7.5 \ snap-1.1.1 \ - socket2-0.5.6 \ + socket2-0.5.7 \ spin-0.5.2 \ spin-0.9.8 \ - sqlparser-0.44.0 \ + sqlparser-0.45.0 \ sqlparser_derive-0.2.2 \ static_assertions-1.1.0 \ str-buf-1.0.6 \ @@ -314,7 +316,7 @@ CARGO_CRATES= addr2line-0.21.0 \ strum_macros-0.26.2 \ subtle-2.5.0 \ syn-1.0.109 \ - syn-2.0.60 \ + syn-2.0.61 \ sync_wrapper-0.1.2 \ system-configuration-0.5.1 \ system-configuration-sys-0.5.0 \ @@ -322,8 +324,8 @@ CARGO_CRATES= addr2line-0.21.0 \ termcolor-1.4.1 \ termtree-0.4.1 \ textwrap-0.16.1 \ - thiserror-1.0.58 \ - thiserror-impl-1.0.58 \ + thiserror-1.0.60 \ + thiserror-impl-1.0.60 \ thrift-0.17.0 \ time-0.3.36 \ time-core-0.1.2 \ @@ -336,7 +338,7 @@ CARGO_CRATES= addr2line-0.21.0 \ tokio-rustls-0.23.4 \ tokio-rustls-0.24.1 \ tokio-stream-0.1.15 \ - tokio-util-0.7.10 \ + tokio-util-0.7.11 \ tower-0.4.13 \ tower-layer-0.3.2 \ tower-service-0.3.2 \ @@ -352,7 +354,7 @@ CARGO_CRATES= addr2line-0.21.0 \ unicode-ident-1.0.12 \ unicode-normalization-0.1.23 \ unicode-segmentation-1.11.0 \ - unicode-width-0.1.11 \ + unicode-width-0.1.12 \ untrusted-0.7.1 \ untrusted-0.9.0 \ url-2.5.0 \ @@ -376,7 +378,7 @@ CARGO_CRATES= addr2line-0.21.0 \ webpki-0.22.4 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.6 \ + winapi-util-0.1.8 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-core-0.52.0 \ windows-sys-0.48.0 \ @@ -401,8 +403,8 @@ CARGO_CRATES= addr2line-0.21.0 \ winreg-0.50.0 \ xmlparser-0.13.6 \ xz2-0.1.7 \ - zerocopy-0.7.32 \ - zerocopy-derive-0.7.32 \ + zerocopy-0.7.34 \ + zerocopy-derive-0.7.34 \ zeroize-1.7.0 \ zstd-0.12.4 \ zstd-0.13.1 \ diff --git a/misc/arrow-datafusion/distinfo b/misc/arrow-datafusion/distinfo index 3585098631c..a1f49db4319 100644 --- a/misc/arrow-datafusion/distinfo +++ b/misc/arrow-datafusion/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1714329163 +TIMESTAMP = 1715436445 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -19,8 +19,8 @@ SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anstyle-1.0.6.crate) = 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc -SIZE (rust/crates/anstyle-1.0.6.crate) = 14604 +SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b +SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 SHA256 (rust/crates/apache-avro-0.16.0.crate) = ceb7c683b2f8f40970b70e39ff8be514c95b96fcb9c4af87e1ed2cb2e10801a0 SIZE (rust/crates/apache-avro-0.16.0.crate) = 155494 SHA256 (rust/crates/arrayref-0.3.7.crate) = 6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545 @@ -57,16 +57,16 @@ SHA256 (rust/crates/arrow-string-51.0.0.crate) = 9373cb5a021aee58863498c37eb4849 SIZE (rust/crates/arrow-string-51.0.0.crate) = 23091 SHA256 (rust/crates/assert_cmd-2.0.14.crate) = ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8 SIZE (rust/crates/assert_cmd-2.0.14.crate) = 24591 -SHA256 (rust/crates/async-compression-0.4.8.crate) = 07dbbf24db18d609b1462965249abdf49129ccad073ec257da372adc83259c60 -SIZE (rust/crates/async-compression-0.4.8.crate) = 104878 +SHA256 (rust/crates/async-compression-0.4.9.crate) = 4e9eabd7a98fe442131a17c316bd9349c43695e49e730c3c8e12cfb5f4da2693 +SIZE (rust/crates/async-compression-0.4.9.crate) = 104842 SHA256 (rust/crates/async-trait-0.1.80.crate) = c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca SIZE (rust/crates/async-trait-0.1.80.crate) = 28775 SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528 SIZE (rust/crates/atoi-2.0.0.crate) = 7785 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 -SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 -SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 +SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 +SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 SHA256 (rust/crates/aws-config-0.55.3.crate) = bcdcf0d683fe9c23d32cf5b53c9918ea0a500375a9fb20109802552658e576c9 SIZE (rust/crates/aws-config-0.55.3.crate) = 113897 SHA256 (rust/crates/aws-credential-types-0.55.3.crate) = 1fcdb2f7acbc076ff5ad05e7864bdb191ca70a6fd07668dc3a1a8bcd051de5ae @@ -105,8 +105,8 @@ SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd46172626 SIZE (rust/crates/backtrace-0.3.71.crate) = 86553 SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 SIZE (rust/crates/base64-0.21.7.crate) = 82576 -SHA256 (rust/crates/base64-0.22.0.crate) = 9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51 -SIZE (rust/crates/base64-0.22.0.crate) = 81568 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/base64-simd-0.8.0.crate) = 339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195 SIZE (rust/crates/base64-simd-0.8.0.crate) = 12531 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a @@ -137,8 +137,8 @@ SHA256 (rust/crates/bzip2-0.4.4.crate) = bdb116a6ef3f6c3698828873ad02c3014b3c85c SIZE (rust/crates/bzip2-0.4.4.crate) = 34197 SHA256 (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc SIZE (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 633444 -SHA256 (rust/crates/cc-1.0.94.crate) = 17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7 -SIZE (rust/crates/cc-1.0.94.crate) = 76456 +SHA256 (rust/crates/cc-1.0.97.crate) = 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 +SIZE (rust/crates/cc-1.0.97.crate) = 76951 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/chrono-0.4.38.crate) = a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 @@ -219,16 +219,16 @@ SHA256 (rust/crates/error-code-2.3.1.crate) = 64f18991e7bf11e7ffee451b5318b5c1a7 SIZE (rust/crates/error-code-2.3.1.crate) = 5324 SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 -SHA256 (rust/crates/fastrand-2.0.2.crate) = 658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984 -SIZE (rust/crates/fastrand-2.0.2.crate) = 14674 +SHA256 (rust/crates/fastrand-2.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a +SIZE (rust/crates/fastrand-2.1.0.crate) = 14907 SHA256 (rust/crates/fd-lock-3.0.13.crate) = ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5 SIZE (rust/crates/fd-lock-3.0.13.crate) = 13692 SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 SIZE (rust/crates/fixedbitset-0.4.2.crate) = 15954 SHA256 (rust/crates/flatbuffers-23.5.26.crate) = 4dac53e22462d78c16d64a1cd22371b54cc3fe94aa15e7886a2fa6e5d1ab8640 SIZE (rust/crates/flatbuffers-23.5.26.crate) = 23943 -SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e -SIZE (rust/crates/flate2-1.0.28.crate) = 73690 +SHA256 (rust/crates/flate2-1.0.30.crate) = 5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae +SIZE (rust/crates/flate2-1.0.30.crate) = 75511 SHA256 (rust/crates/float-cmp-0.9.0.crate) = 98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4 SIZE (rust/crates/float-cmp-0.9.0.crate) = 10102 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -257,8 +257,8 @@ SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987 SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/getrandom-0.2.14.crate) = 94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c -SIZE (rust/crates/getrandom-0.2.14.crate) = 37307 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 SIZE (rust/crates/gimli-0.28.1.crate) = 270497 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b @@ -269,10 +269,8 @@ SHA256 (rust/crates/half-2.4.1.crate) = 6dd08c532ae367adf81c312a4580bc67f1d0fe8b SIZE (rust/crates/half-2.4.1.crate) = 50892 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 -SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e -SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 SIZE (rust/crates/heck-0.4.1.crate) = 11567 SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 @@ -319,8 +317,8 @@ SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b SIZE (rust/crates/itoa-1.0.11.crate) = 10563 -SHA256 (rust/crates/jobserver-0.1.30.crate) = 685a7d121ee3f65ae4fddd72b25a04bb36b6af81bc0828f7d5434c0fe60fa3a2 -SIZE (rust/crates/jobserver-0.1.30.crate) = 27687 +SHA256 (rust/crates/jobserver-0.1.31.crate) = d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e +SIZE (rust/crates/jobserver-0.1.31.crate) = 27306 SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d SIZE (rust/crates/js-sys-0.3.69.crate) = 81083 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 @@ -337,22 +335,22 @@ SHA256 (rust/crates/lexical-write-float-0.8.5.crate) = accabaa1c4581f05a3923d1b4 SIZE (rust/crates/lexical-write-float-0.8.5.crate) = 100281 SHA256 (rust/crates/lexical-write-integer-0.8.5.crate) = e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446 SIZE (rust/crates/lexical-write-integer-0.8.5.crate) = 55427 -SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd -SIZE (rust/crates/libc-0.2.153.crate) = 740614 -SHA256 (rust/crates/libflate-2.0.0.crate) = 9f7d5654ae1795afc7ff76f4365c2c8791b0feb18e8996a96adad8ffd7c3b2bf -SIZE (rust/crates/libflate-2.0.0.crate) = 42505 -SHA256 (rust/crates/libflate_lz77-2.0.0.crate) = be5f52fb8c451576ec6b79d3f4deb327398bc05bbdbd99021a6e77a4c855d524 -SIZE (rust/crates/libflate_lz77-2.0.0.crate) = 5893 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 +SHA256 (rust/crates/libflate-2.1.0.crate) = 45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e +SIZE (rust/crates/libflate-2.1.0.crate) = 43366 +SHA256 (rust/crates/libflate_lz77-2.1.0.crate) = e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d +SIZE (rust/crates/libflate_lz77-2.1.0.crate) = 5918 SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 SIZE (rust/crates/libm-0.2.8.crate) = 113450 -SHA256 (rust/crates/libmimalloc-sys-0.1.35.crate) = 3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664 -SIZE (rust/crates/libmimalloc-sys-0.1.35.crate) = 184695 +SHA256 (rust/crates/libmimalloc-sys-0.1.37.crate) = 81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7 +SIZE (rust/crates/libmimalloc-sys-0.1.37.crate) = 195389 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d SIZE (rust/crates/libredox-0.1.3.crate) = 6068 SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855 -SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 -SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 +SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 +SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c SIZE (rust/crates/log-0.4.21.crate) = 43442 SHA256 (rust/crates/lz4_flex-0.11.3.crate) = 75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5 @@ -363,8 +361,8 @@ SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89ee SIZE (rust/crates/md-5-0.10.6.crate) = 16161 SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d SIZE (rust/crates/memchr-2.7.2.crate) = 96220 -SHA256 (rust/crates/mimalloc-0.1.39.crate) = fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c -SIZE (rust/crates/mimalloc-0.1.39.crate) = 3727 +SHA256 (rust/crates/mimalloc-0.1.41.crate) = 9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d +SIZE (rust/crates/mimalloc-0.1.41.crate) = 3805 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a SIZE (rust/crates/mime-0.3.17.crate) = 15712 SHA256 (rust/crates/miniz_oxide-0.7.2.crate) = 9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7 @@ -379,20 +377,20 @@ SHA256 (rust/crates/normalize-line-endings-0.3.0.crate) = 61807f77802ff30975e01f SIZE (rust/crates/normalize-line-endings-0.3.0.crate) = 5737 SHA256 (rust/crates/num-0.4.2.crate) = 3135b08af27d103b0a51f2ae0f8632117b7b185ccf931445affa8df530576a41 SIZE (rust/crates/num-0.4.2.crate) = 9557 -SHA256 (rust/crates/num-bigint-0.4.4.crate) = 608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0 -SIZE (rust/crates/num-bigint-0.4.4.crate) = 99369 +SHA256 (rust/crates/num-bigint-0.4.5.crate) = c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7 +SIZE (rust/crates/num-bigint-0.4.5.crate) = 102281 SHA256 (rust/crates/num-complex-0.4.5.crate) = 23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6 SIZE (rust/crates/num-complex-0.4.5.crate) = 29614 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 -SHA256 (rust/crates/num-iter-0.1.44.crate) = d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9 -SIZE (rust/crates/num-iter-0.1.44.crate) = 10249 +SHA256 (rust/crates/num-iter-0.1.45.crate) = 1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf +SIZE (rust/crates/num-iter-0.1.45.crate) = 10320 SHA256 (rust/crates/num-rational-0.4.1.crate) = 0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0 SIZE (rust/crates/num-rational-0.4.1.crate) = 27889 -SHA256 (rust/crates/num-traits-0.2.18.crate) = da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a -SIZE (rust/crates/num-traits-0.2.18.crate) = 51930 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 @@ -409,16 +407,16 @@ SHA256 (rust/crates/os_str_bytes-6.6.1.crate) = e2355d85b9a3786f481747ced0e0ff2b SIZE (rust/crates/os_str_bytes-6.6.1.crate) = 27643 SHA256 (rust/crates/outref-0.5.1.crate) = 4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a SIZE (rust/crates/outref-0.5.1.crate) = 3957 -SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f -SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 -SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e -SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445 +SHA256 (rust/crates/parking_lot-0.12.2.crate) = 7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb +SIZE (rust/crates/parking_lot-0.12.2.crate) = 41723 +SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 +SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 SHA256 (rust/crates/parquet-51.0.0.crate) = 096795d4f47f65fd3ee1ec5a98b77ab26d602f2cc785b0e4be5443add17ecc32 SIZE (rust/crates/parquet-51.0.0.crate) = 437334 -SHA256 (rust/crates/parse-zoneinfo-0.3.0.crate) = c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41 -SIZE (rust/crates/parse-zoneinfo-0.3.0.crate) = 76590 -SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c -SIZE (rust/crates/paste-1.0.14.crate) = 18157 +SHA256 (rust/crates/parse-zoneinfo-0.3.1.crate) = 1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24 +SIZE (rust/crates/parse-zoneinfo-0.3.1.crate) = 97290 +SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a +SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/petgraph-0.6.4.crate) = e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9 @@ -455,8 +453,8 @@ SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08c SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 -SHA256 (rust/crates/proc-macro2-1.0.81.crate) = 3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba -SIZE (rust/crates/proc-macro2-1.0.81.crate) = 48233 +SHA256 (rust/crates/proc-macro2-1.0.82.crate) = 8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b +SIZE (rust/crates/proc-macro2-1.0.82.crate) = 48452 SHA256 (rust/crates/quad-rand-0.2.1.crate) = 658fa1faf7a4cc5f057c9ee5ef560f717ad9d8dc66d975267f709624d6e1ab88 SIZE (rust/crates/quad-rand-0.2.1.crate) = 3304 SHA256 (rust/crates/quick-xml-0.31.0.crate) = 1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33 @@ -471,8 +469,8 @@ SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 -SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa -SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 +SHA256 (rust/crates/redox_syscall-0.5.1.crate) = 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e +SIZE (rust/crates/redox_syscall-0.5.1.crate) = 22536 SHA256 (rust/crates/redox_users-0.4.5.crate) = bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 SIZE (rust/crates/redox_users-0.4.5.crate) = 15514 SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c @@ -495,32 +493,32 @@ SHA256 (rust/crates/rstest-0.17.0.crate) = de1bb486a691878cd320c2f0d319ba91eeaa2 SIZE (rust/crates/rstest-0.17.0.crate) = 26737 SHA256 (rust/crates/rstest_macros-0.17.0.crate) = 290ca1a1c8ca7edb7c3283bd44dc35dd54fdec6253a3912e201ba1072018fca8 SIZE (rust/crates/rstest_macros-0.17.0.crate) = 50678 -SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 -SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 +SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f +SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 -SHA256 (rust/crates/rustix-0.38.32.crate) = 65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89 -SIZE (rust/crates/rustix-0.38.32.crate) = 376999 +SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f +SIZE (rust/crates/rustix-0.38.34.crate) = 365160 SHA256 (rust/crates/rustls-0.20.9.crate) = 1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99 SIZE (rust/crates/rustls-0.20.9.crate) = 270582 -SHA256 (rust/crates/rustls-0.21.10.crate) = f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba -SIZE (rust/crates/rustls-0.21.10.crate) = 284920 +SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e +SIZE (rust/crates/rustls-0.21.12.crate) = 285674 SHA256 (rust/crates/rustls-native-certs-0.6.3.crate) = a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00 SIZE (rust/crates/rustls-native-certs-0.6.3.crate) = 24438 SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 SHA256 (rust/crates/rustls-pemfile-2.1.2.crate) = 29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d SIZE (rust/crates/rustls-pemfile-2.1.2.crate) = 25928 -SHA256 (rust/crates/rustls-pki-types-1.4.1.crate) = ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247 -SIZE (rust/crates/rustls-pki-types-1.4.1.crate) = 29437 +SHA256 (rust/crates/rustls-pki-types-1.6.0.crate) = 51f344d206c5e1b010eec27349b815a4805f70a778895959d70b74b9b529b30a +SIZE (rust/crates/rustls-pki-types-1.6.0.crate) = 29446 SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 -SHA256 (rust/crates/rustversion-1.0.15.crate) = 80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47 -SIZE (rust/crates/rustversion-1.0.15.crate) = 17406 +SHA256 (rust/crates/rustversion-1.0.16.crate) = 092474d1a01ea8278f69e6a358998405fae5b8b963ddaeb2b0b04a128bf1dfb0 +SIZE (rust/crates/rustversion-1.0.16.crate) = 17510 SHA256 (rust/crates/rustyline-11.0.0.crate) = 5dfc8644681285d1fb67a467fb3021bfea306b99b4146b166a1fe3ada965eece SIZE (rust/crates/rustyline-11.0.0.crate) = 113960 -SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 -SIZE (rust/crates/ryu-1.0.17.crate) = 47537 +SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f +SIZE (rust/crates/ryu-1.0.18.crate) = 47713 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/schannel-0.1.23.crate) = fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534 @@ -529,26 +527,26 @@ SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 SIZE (rust/crates/sct-0.7.1.crate) = 27501 -SHA256 (rust/crates/security-framework-2.10.0.crate) = 770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6 -SIZE (rust/crates/security-framework-2.10.0.crate) = 79723 -SHA256 (rust/crates/security-framework-sys-2.10.0.crate) = 41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef -SIZE (rust/crates/security-framework-sys-2.10.0.crate) = 18676 -SHA256 (rust/crates/semver-1.0.22.crate) = 92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca -SIZE (rust/crates/semver-1.0.22.crate) = 30446 +SHA256 (rust/crates/security-framework-2.11.0.crate) = c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0 +SIZE (rust/crates/security-framework-2.11.0.crate) = 80191 +SHA256 (rust/crates/security-framework-sys-2.11.0.crate) = 317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7 +SIZE (rust/crates/security-framework-sys-2.11.0.crate) = 18718 +SHA256 (rust/crates/semver-1.0.23.crate) = 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b +SIZE (rust/crates/semver-1.0.23.crate) = 30622 SHA256 (rust/crates/seq-macro-0.3.5.crate) = a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4 SIZE (rust/crates/seq-macro-0.3.5.crate) = 13332 -SHA256 (rust/crates/serde-1.0.198.crate) = 9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc -SIZE (rust/crates/serde-1.0.198.crate) = 77577 -SHA256 (rust/crates/serde_derive-1.0.198.crate) = e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9 -SIZE (rust/crates/serde_derive-1.0.198.crate) = 55787 +SHA256 (rust/crates/serde-1.0.200.crate) = ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f +SIZE (rust/crates/serde-1.0.200.crate) = 77611 +SHA256 (rust/crates/serde_derive-1.0.200.crate) = 856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb +SIZE (rust/crates/serde_derive-1.0.200.crate) = 55785 SHA256 (rust/crates/serde_json-1.0.116.crate) = 3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813 SIZE (rust/crates/serde_json-1.0.116.crate) = 146790 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 SIZE (rust/crates/sha2-0.10.8.crate) = 26357 -SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 -SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 +SHA256 (rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 +SIZE (rust/crates/signal-hook-registry-1.4.2.crate) = 18064 SHA256 (rust/crates/siphasher-0.3.11.crate) = 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d SIZE (rust/crates/siphasher-0.3.11.crate) = 10442 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 @@ -561,14 +559,14 @@ SHA256 (rust/crates/snafu-derive-0.7.5.crate) = 990079665f075b699031e9c08fd3ab99 SIZE (rust/crates/snafu-derive-0.7.5.crate) = 28208 SHA256 (rust/crates/snap-1.1.1.crate) = 1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b SIZE (rust/crates/snap-1.1.1.crate) = 33763 -SHA256 (rust/crates/socket2-0.5.6.crate) = 05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871 -SIZE (rust/crates/socket2-0.5.6.crate) = 55270 +SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c +SIZE (rust/crates/socket2-0.5.7.crate) = 55758 SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d SIZE (rust/crates/spin-0.5.2.crate) = 12004 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 SIZE (rust/crates/spin-0.9.8.crate) = 38958 -SHA256 (rust/crates/sqlparser-0.44.0.crate) = aaf9c7ff146298ffda83a200f8d5084f08dcee1edfc135fcc1d646a45d50ffd6 -SIZE (rust/crates/sqlparser-0.44.0.crate) = 177011 +SHA256 (rust/crates/sqlparser-0.45.0.crate) = f7bbffee862a796d67959a89859d6b1046bb5016d63e23835ad0da182777bbe0 +SIZE (rust/crates/sqlparser-0.45.0.crate) = 182846 SHA256 (rust/crates/sqlparser_derive-0.2.2.crate) = 01b2e185515564f15375f593fb966b5718bc624ba77fe49fa4616ad619690554 SIZE (rust/crates/sqlparser_derive-0.2.2.crate) = 3901 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f @@ -589,8 +587,8 @@ SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01 SIZE (rust/crates/subtle-2.5.0.crate) = 13909 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.60.crate) = 909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3 -SIZE (rust/crates/syn-2.0.60.crate) = 255808 +SHA256 (rust/crates/syn-2.0.61.crate) = c993ed8ccba56ae856363b1845da7266a7cb78e1d146c8a32d54b45a8b831fc9 +SIZE (rust/crates/syn-2.0.61.crate) = 257199 SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/system-configuration-0.5.1.crate) = ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7 @@ -605,10 +603,10 @@ SHA256 (rust/crates/termtree-0.4.1.crate) = 3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b SIZE (rust/crates/termtree-0.4.1.crate) = 4557 SHA256 (rust/crates/textwrap-0.16.1.crate) = 23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9 SIZE (rust/crates/textwrap-0.16.1.crate) = 56012 -SHA256 (rust/crates/thiserror-1.0.58.crate) = 03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297 -SIZE (rust/crates/thiserror-1.0.58.crate) = 21025 -SHA256 (rust/crates/thiserror-impl-1.0.58.crate) = c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7 -SIZE (rust/crates/thiserror-impl-1.0.58.crate) = 15645 +SHA256 (rust/crates/thiserror-1.0.60.crate) = 579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18 +SIZE (rust/crates/thiserror-1.0.60.crate) = 21247 +SHA256 (rust/crates/thiserror-impl-1.0.60.crate) = e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524 +SIZE (rust/crates/thiserror-impl-1.0.60.crate) = 15787 SHA256 (rust/crates/thrift-0.17.0.crate) = 7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09 SIZE (rust/crates/thrift-0.17.0.crate) = 45286 SHA256 (rust/crates/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 @@ -633,8 +631,8 @@ SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049 SHA256 (rust/crates/tokio-stream-0.1.15.crate) = 267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af SIZE (rust/crates/tokio-stream-0.1.15.crate) = 36284 -SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15 -SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508 +SHA256 (rust/crates/tokio-util-0.7.11.crate) = 9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1 +SIZE (rust/crates/tokio-util-0.7.11.crate) = 113421 SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c SIZE (rust/crates/tower-0.4.13.crate) = 106906 SHA256 (rust/crates/tower-layer-0.3.2.crate) = c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0 @@ -665,8 +663,8 @@ SHA256 (rust/crates/unicode-normalization-0.1.23.crate) = a56d1686db2308d901306f SIZE (rust/crates/unicode-normalization-0.1.23.crate) = 122649 SHA256 (rust/crates/unicode-segmentation-1.11.0.crate) = d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 SIZE (rust/crates/unicode-segmentation-1.11.0.crate) = 102740 -SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 -SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 +SHA256 (rust/crates/unicode-width-0.1.12.crate) = 68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6 +SIZE (rust/crates/unicode-width-0.1.12.crate) = 24062 SHA256 (rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a SIZE (rust/crates/untrusted-0.7.1.crate) = 7924 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 @@ -713,8 +711,8 @@ SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe9399 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 -SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 +SHA256 (rust/crates/winapi-util-0.1.8.crate) = 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b +SIZE (rust/crates/winapi-util-0.1.8.crate) = 12416 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 @@ -763,10 +761,10 @@ SHA256 (rust/crates/xmlparser-0.13.6.crate) = 66fee0b777b0f5ac1c69bb06d361268faa SIZE (rust/crates/xmlparser-0.13.6.crate) = 26718 SHA256 (rust/crates/xz2-0.1.7.crate) = 388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2 SIZE (rust/crates/xz2-0.1.7.crate) = 23892 -SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be -SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 -SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 -SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623 +SHA256 (rust/crates/zerocopy-0.7.34.crate) = ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087 +SIZE (rust/crates/zerocopy-0.7.34.crate) = 151177 +SHA256 (rust/crates/zerocopy-derive-0.7.34.crate) = 15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b +SIZE (rust/crates/zerocopy-derive-0.7.34.crate) = 37907 SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d SIZE (rust/crates/zeroize-1.7.0.crate) = 19039 SHA256 (rust/crates/zstd-0.12.4.crate) = 1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c @@ -779,5 +777,5 @@ SHA256 (rust/crates/zstd-safe-7.1.0.crate) = 1cd99b45c6bc03a018c8b8a86025678c87e SIZE (rust/crates/zstd-safe-7.1.0.crate) = 20792 SHA256 (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa SIZE (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = 749088 -SHA256 (apache-datafusion-37.1.0_GH0.tar.gz) = c0e709154eabb41bad879f52ef7ab943721ad94c63603762a7e21ddf0a2a7bb5 -SIZE (apache-datafusion-37.1.0_GH0.tar.gz) = 6247695 +SHA256 (apache-datafusion-38.0.0_GH0.tar.gz) = 4e5e2f9fc13cd438ae766fd805a6482fea95f1ed9e41ebd2d2cfc07b1a77607c +SIZE (apache-datafusion-38.0.0_GH0.tar.gz) = 48443315 diff --git a/misc/bedrust/Makefile b/misc/bedrust/Makefile index 4ccec99677a..4f689d1f1ce 100644 --- a/misc/bedrust/Makefile +++ b/misc/bedrust/Makefile @@ -1,6 +1,7 @@ PORTNAME= bedrust DISTVERSIONPREFIX= v -DISTVERSION= 0.7.3 +DISTVERSION= 0.7.4 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -15,6 +16,8 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= darko-mesaros +RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386 + CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ aligned-vec-0.5.0 \ diff --git a/misc/bedrust/distinfo b/misc/bedrust/distinfo index cfa1376c9fc..869efda752e 100644 --- a/misc/bedrust/distinfo +++ b/misc/bedrust/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1714898174 +TIMESTAMP = 1715056098 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -583,5 +583,5 @@ SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f9 SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973 SHA256 (rust/crates/zune-jpeg-0.4.11.crate) = ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448 SIZE (rust/crates/zune-jpeg-0.4.11.crate) = 61815 -SHA256 (darko-mesaros-bedrust-v0.7.3_GH0.tar.gz) = 7d4beac1cf0469101b383848d559af3836eacaae4f46c943f3e5b0758f7b2f01 -SIZE (darko-mesaros-bedrust-v0.7.3_GH0.tar.gz) = 141094 +SHA256 (darko-mesaros-bedrust-v0.7.4_GH0.tar.gz) = 291d65591d39488af170ecb88cd69279d3bf0af03b10b2bc32438231ea2235ce +SIZE (darko-mesaros-bedrust-v0.7.4_GH0.tar.gz) = 141770 diff --git a/misc/binocle/Makefile b/misc/binocle/Makefile index f37cfb4ebca..c12e614e9a8 100644 --- a/misc/binocle/Makefile +++ b/misc/binocle/Makefile @@ -1,7 +1,7 @@ PORTNAME= binocle DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc wayland MAINTAINER= yuri@FreeBSD.org diff --git a/misc/broot/Makefile b/misc/broot/Makefile index add65c97170..90e0ca7faca 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -1,6 +1,7 @@ PORTNAME= broot DISTVERSIONPREFIX= v DISTVERSION= 1.36.1 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/cheat/Makefile b/misc/cheat/Makefile index 7416dc3cb0c..574de4c61ce 100644 --- a/misc/cheat/Makefile +++ b/misc/cheat/Makefile @@ -1,6 +1,6 @@ PORTNAME= cheat DISTVERSION= 4.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/chrono/Makefile b/misc/chrono/Makefile index 9a560e93ba0..dc07f4fbbbf 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= 19 +PORTREVISION= 20 CATEGORIES= misc PKGNAMESUFFIX= -time-tracking diff --git a/misc/coloursum/Makefile b/misc/coloursum/Makefile index 6657e915bbd..d0c33f82127 100644 --- a/misc/coloursum/Makefile +++ b/misc/coloursum/Makefile @@ -1,7 +1,7 @@ PORTNAME= coloursum DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/concourse/Makefile b/misc/concourse/Makefile index 9bda4cc0d3a..2a63e21185a 100644 --- a/misc/concourse/Makefile +++ b/misc/concourse/Makefile @@ -1,7 +1,7 @@ PORTNAME= concourse DISTVERSIONPREFIX= v DISTVERSION= 6.7.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/cryptoballot/Makefile b/misc/cryptoballot/Makefile index d2b2c36eb09..93511bff340 100644 --- a/misc/cryptoballot/Makefile +++ b/misc/cryptoballot/Makefile @@ -1,6 +1,6 @@ PORTNAME= cryptoballot DISTVERSION= g20181015 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dijo/Makefile b/misc/dijo/Makefile index 2e5382956be..9c5dc2e8439 100644 --- a/misc/dijo/Makefile +++ b/misc/dijo/Makefile @@ -1,7 +1,7 @@ PORTNAME= dijo DISTVERSIONPREFIX= v DISTVERSION= 0.2.7 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dive/Makefile b/misc/dive/Makefile index 96216caf66f..48f7f3cfc8d 100644 --- a/misc/dive/Makefile +++ b/misc/dive/Makefile @@ -1,7 +1,7 @@ PORTNAME= dive DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/dotenv-linter/Makefile b/misc/dotenv-linter/Makefile index b2262d5526d..c5c461b7d22 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= 12 +PORTREVISION= 13 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile index ff544ec0127..956af53cc3e 100644 --- a/misc/exercism/Makefile +++ b/misc/exercism/Makefile @@ -1,7 +1,7 @@ PORTNAME= exercism DISTVERSIONPREFIX= v DISTVERSION= 3.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= bofh@FreeBSD.org diff --git a/misc/fq/Makefile b/misc/fq/Makefile index 7add55de548..73ed6ec4cc0 100644 --- a/misc/fq/Makefile +++ b/misc/fq/Makefile @@ -1,7 +1,7 @@ PORTNAME= fq PORTVERSION= 0.11.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= danfe@FreeBSD.org diff --git a/misc/freebsd-doc-all/Makefile b/misc/freebsd-doc-all/Makefile index aaedc895284..913908bf0e4 100644 --- a/misc/freebsd-doc-all/Makefile +++ b/misc/freebsd-doc-all/Makefile @@ -1,5 +1,5 @@ PORTNAME= freebsd-doc-all -PORTVERSION= 20240410 +PORTVERSION= 20240510 PORTEPOCH= 1 CATEGORIES= misc docs diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile index 8b6714918e1..370d2d32612 100644 --- a/misc/freebsd-doc-en/Makefile +++ b/misc/freebsd-doc-en/Makefile @@ -1,5 +1,5 @@ PORTNAME= freebsd-doc -PORTVERSION= 20240410 +PORTVERSION= 20240510 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/doceng diff --git a/misc/freebsd-doc-en/distinfo b/misc/freebsd-doc-en/distinfo index a9bec7b5940..7ad52d51cba 100644 --- a/misc/freebsd-doc-en/distinfo +++ b/misc/freebsd-doc-en/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712757913 -SHA256 (freebsd-doc-20240410.tar.gz) = 7d5d6d3948e1f6f56d85688d8763befa838bae2c78689d1a86d3cdf27245e853 -SIZE (freebsd-doc-20240410.tar.gz) = 41733997 +TIMESTAMP = 1715329762 +SHA256 (freebsd-doc-20240510.tar.gz) = 9f3603081939fd93c4b6144058bff0ed86650fff482724df78269fbb96fc5315 +SIZE (freebsd-doc-20240510.tar.gz) = 41721174 diff --git a/misc/freebsd-release-manifests/Makefile b/misc/freebsd-release-manifests/Makefile index 8ae0e2dbfa4..4a675f9eac1 100644 --- a/misc/freebsd-release-manifests/Makefile +++ b/misc/freebsd-release-manifests/Makefile @@ -1,5 +1,5 @@ PORTNAME= freebsd-release-manifests -DISTVERSION= 20240504 +DISTVERSION= 20240511 CATEGORIES= misc MASTER_SITES= # DISTFILES= # diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-14.1-BETA1 b/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-14.1-BETA1 deleted file mode 100644 index 3d96637d072..00000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-14.1-BETA1 +++ /dev/null @@ -1,9 +0,0 @@ -base-dbg.txz e5dd6914b996ea38c63e6598ec91267879f336ecca609f1f7d7d0fedb6cabc37 1702 base_dbg "Base system (Debugging)" off -base.txz f35f215b57781c1e67e99cf40c53c7d26b173dfea566060da913ed35f98cb70a 29828 base "Base system (MANDATORY)" on -kernel-dbg.txz de9841c9f19fd9794b772d3e5f17745f2aeb768f50310e2315385abd30b99414 866 kernel_dbg "Kernel (Debugging)" on -kernel.txz dc6898b851801611cb13eec6929cbbfd286c706b665fda2d8d6860e7b9d6cb6b 877 kernel "Kernel (MANDATORY)" on -lib32-dbg.txz 1b712e383c890a8764ae3c70c2891570fb13c9ce38154dfe6b93df94ce5b1ee1 258 lib32_dbg "32-bit compatibility libraries (Debugging)" off -lib32.txz abe4818fb91d9ad80024ec292fa915c2230e8748afa1aa1f538edea8d32540a1 730 lib32 "32-bit compatibility libraries" on -ports.txz 105eb84dadcaae8f7312a958256b243717406e76139185b2387312839dff04f9 200142 ports "Ports tree" off -src.txz 7dc5de83626dac94f3115635668aa039a22950f0034b987d828f04045b42c9f0 108529 src "System source tree" off -tests.txz 93543b20a6ef249580790629cb9e26767eff74cf49ffa59b9def942b4f263b4f 7179 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-14.1-BETA2 b/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-14.1-BETA2 new file mode 100644 index 00000000000..6b0994bbdb3 --- /dev/null +++ b/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-14.1-BETA2 @@ -0,0 +1,9 @@ +base-dbg.txz 05a7f78fc491501dee8b9b4cb02c7e6281aaf72470329054233292b535db386d 1702 base_dbg "Base system (Debugging)" off +base.txz 2f155bc1377135c06fb2c7d1bd714b8ddb37d9579587bc85f8b2be2284005568 29827 base "Base system (MANDATORY)" on +kernel-dbg.txz 4946b26feb145a3d3bbacec10c456b4535057f01fc115c891581caac573c6581 866 kernel_dbg "Kernel (Debugging)" on +kernel.txz 159f0ce3770c4c37a01e13bbff1eb986a1daef17972a00cd4b5a8579dcda5ff8 877 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 181ebbfc32aa18adf663921fce7a3da2c584ef7cb6d2272cdd2a0d10be1a175c 258 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 55ef52e3eac96083b8262b8b85a8fccfc4cb2199a485e2dd4ff14376fc04787e 730 lib32 "32-bit compatibility libraries" on +ports.txz 10639fff838db3991ba3cc089c1499c144f18915a0e17b2b899d4998e4bb9b9d 200149 ports "Ports tree" off +src.txz d858db0e4eb25b581fc7285412bf9c51be06adb80d767b4178c247a15551f89a 108536 src "System source tree" off +tests.txz d51f396a1874aa9ac622fe0a3c408c735b317a06a327189c841c9cb4c1d840eb 7179 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-14.1-BETA1 b/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-14.1-BETA1 deleted file mode 100644 index e67d36852a3..00000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-14.1-BETA1 +++ /dev/null @@ -1,9 +0,0 @@ -base-dbg.txz 7440fb7d4ddef510a44075d5cb1788185b7ef649b89978a8f6f00f31f3a2e91d 1685 base_dbg "Base system (Debugging)" off -base.txz 070c775f845ffaef41b818543169e308c9500ca2d28a86ef2cba174ee4d6a638 29542 base "Base system (MANDATORY)" on -kernel-dbg.txz 6f8316be97d93aeda6f8346764b50ffabe996406b43f3925c20637a7fdcdabec 719 kernel_dbg "Kernel (Debugging)" on -kernel.txz 4b89281639cd931ca36a8f9ed94e7e7a033db7d4e1fc73a3147e81d3f0254678 792 kernel "Kernel (MANDATORY)" on -lib32-dbg.txz c41729235addbe02e2bd65ad0b84e40540281b9ec7b8bd7b2b18fa78293da174 249 lib32_dbg "32-bit compatibility libraries (Debugging)" off -lib32.txz c09c2ac93a286edbec25febfd7262ef4214b1c1095fd486e38af8a65a2230c0f 711 lib32 "32-bit compatibility libraries" on -ports.txz 105eb84dadcaae8f7312a958256b243717406e76139185b2387312839dff04f9 200142 ports "Ports tree" off -src.txz 7dc5de83626dac94f3115635668aa039a22950f0034b987d828f04045b42c9f0 108529 src "System source tree" off -tests.txz b28dc02d5988fad4da38026ce17eedcdcdcbe0950c68e2c829e5a3de7ff29d1f 7176 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-14.1-BETA2 b/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-14.1-BETA2 new file mode 100644 index 00000000000..baef2bed526 --- /dev/null +++ b/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-14.1-BETA2 @@ -0,0 +1,9 @@ +base-dbg.txz 51250b3df4ec905117b787de2a261821a0419137b363bcb65c9f5933fce95859 1685 base_dbg "Base system (Debugging)" off +base.txz 2af0cef47b89c7282ebb417938871087671c171ad1454ca076e6083666865a3e 29541 base "Base system (MANDATORY)" on +kernel-dbg.txz e4813442345e7d3745761a6616fa34b9110e56dada67976ae9d79257eb9e1ee6 719 kernel_dbg "Kernel (Debugging)" on +kernel.txz a58f298151c08bfcbe7bd66f287e55126730395209acf3f07ee13261e0df21d2 792 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 31fb10d4e9789d53bdc0a78db586872ba7b346b54f230163a34efaf26f6128d1 249 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 851a41a1a56317a38203092996b3b6af625c1290f0819952340666bc9b07cc27 711 lib32 "32-bit compatibility libraries" on +ports.txz 10639fff838db3991ba3cc089c1499c144f18915a0e17b2b899d4998e4bb9b9d 200149 ports "Ports tree" off +src.txz d858db0e4eb25b581fc7285412bf9c51be06adb80d767b4178c247a15551f89a 108536 src "System source tree" off +tests.txz a027f9eea69b05e726afcc0484526f03c28b758e35b410f72cc4cc39c44435d7 7176 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-14.1-BETA1 b/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-14.1-BETA1 deleted file mode 100644 index 5c3e8ffdbd2..00000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-14.1-BETA1 +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz e3399830cca9f46c923080fbedea2d004c151d05973b49151b5ba052726b5097 1677 base_dbg "Base system (Debugging)" off -base.txz 147554643277c2b6b2b311e0fe2f37adeaa87e3b30a5d2d2f89d18feb74a2b76 29628 base "Base system (MANDATORY)" on -kernel-dbg.txz 6ac435441da01c888a8369df4eda61d121a5a12567403920e90c813b384cc178 829 kernel_dbg "Kernel (Debugging)" on -kernel.txz 1041cb517332c91d8047817af8f265a4dd95887c6171be425b929ffbd4bdc1f2 839 kernel "Kernel (MANDATORY)" on -ports.txz 105eb84dadcaae8f7312a958256b243717406e76139185b2387312839dff04f9 200142 ports "Ports tree" off -src.txz 7dc5de83626dac94f3115635668aa039a22950f0034b987d828f04045b42c9f0 108529 src "System source tree" off -tests.txz 8635d63677403622ae4483f8b4248aec4def12182e5c76989689e959c52ec41c 7177 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-14.1-BETA2 b/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-14.1-BETA2 new file mode 100644 index 00000000000..58aa52a0e75 --- /dev/null +++ b/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-14.1-BETA2 @@ -0,0 +1,7 @@ +base-dbg.txz 1524e7f71cd8edfd743be77baae0740e7ac745d976961fc91f033a9604e6861d 1677 base_dbg "Base system (Debugging)" off +base.txz 512702bdfa1b18713a6165ca779dfa5674c940e287d5a093da7befe77dfdc75c 29626 base "Base system (MANDATORY)" on +kernel-dbg.txz f51f7fa31f149fde0acdfeebbfc989bfeb3ac7d90a916ae33c67e6f708a00d3e 829 kernel_dbg "Kernel (Debugging)" on +kernel.txz dcbfab4a36028ac8b6add630bde46c304f33888907e424c279bde56bc7b55627 839 kernel "Kernel (MANDATORY)" on +ports.txz 10639fff838db3991ba3cc089c1499c144f18915a0e17b2b899d4998e4bb9b9d 200149 ports "Ports tree" off +src.txz d858db0e4eb25b581fc7285412bf9c51be06adb80d767b4178c247a15551f89a 108536 src "System source tree" off +tests.txz 1b1f8403d4db25dcfe7427f810ac3e325e4b38eb5dfc45412407d2d6047fd922 7177 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-14.1-BETA1 b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-14.1-BETA1 deleted file mode 100644 index 56283dd0c13..00000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-14.1-BETA1 +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz 45f357aeca6b4e48c558598885ff48005ed368b30d32d45e02bb3cc2a9ed3e2f 1652 base_dbg "Base system (Debugging)" off -base.txz aa95d64fd3509dc2ccf777fa0503525368805187a7eb1de55e9e81d49b0b71b0 29298 base "Base system (MANDATORY)" on -kernel-dbg.txz b05173ea7beee2c9a10333992c66d3d32fcee1a8378110ddb753d9bed079d81f 620 kernel_dbg "Kernel (Debugging)" on -kernel.txz 7ae139acbf2f3a67f202dcb311fa1a9e7d4bf910f0cfce5d4f0eef1d6ef53943 629 kernel "Kernel (MANDATORY)" on -ports.txz 105eb84dadcaae8f7312a958256b243717406e76139185b2387312839dff04f9 200142 ports "Ports tree" off -src.txz 7dc5de83626dac94f3115635668aa039a22950f0034b987d828f04045b42c9f0 108529 src "System source tree" off -tests.txz 89a90404c43231a18cc977be603e14b619d9a756e94f221b92308cf97705fd12 7162 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-14.1-BETA2 b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-14.1-BETA2 new file mode 100644 index 00000000000..55a11e4f6b8 --- /dev/null +++ b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-14.1-BETA2 @@ -0,0 +1,7 @@ +base-dbg.txz f5171767fa81b4db02355e894ff818398be5b6e3dd4cd01a6203ad86be684670 1652 base_dbg "Base system (Debugging)" off +base.txz 3b118b7b2e76b1768fd051ba1332c36b18233c0861f98d6f20de66690a169d5e 29297 base "Base system (MANDATORY)" on +kernel-dbg.txz 981c52c5ce98fb50070563e28dcea2093d9d79f262918ab68f9b337838544fbe 620 kernel_dbg "Kernel (Debugging)" on +kernel.txz 4be2ad0fc5e8bb126eff8fbbaa8faa36c3cf2c870d499c5496163067fdea12ad 629 kernel "Kernel (MANDATORY)" on +ports.txz 10639fff838db3991ba3cc089c1499c144f18915a0e17b2b899d4998e4bb9b9d 200149 ports "Ports tree" off +src.txz d858db0e4eb25b581fc7285412bf9c51be06adb80d767b4178c247a15551f89a 108536 src "System source tree" off +tests.txz 0ced2582d1dad1fc0ae56cea07f2355dc43a74efb9f36f2b4c59df366d33d5bb 7162 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-14.1-BETA1 b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-14.1-BETA1 deleted file mode 100644 index a67058d18be..00000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-14.1-BETA1 +++ /dev/null @@ -1,9 +0,0 @@ -base-dbg.txz b0af3b43c11c8fe1475b1b979d241bbddb187cfc3c1905c037d592f0be751bef 1675 base_dbg "Base system (Debugging)" off -base.txz 377925c24a123564953e5bddcec7e627fe3eb07f6b796768b42b6e87951580b1 29358 base "Base system (MANDATORY)" on -kernel-dbg.txz bdbfaba27b4d1a1bc0132b3ebee494506cba7e4b7e1bd905f5fbc1dd371ea418 645 kernel_dbg "Kernel (Debugging)" on -kernel.txz fcce9974f65913fab876967d2fe73ae4f6ec8d03715d41325b2384d238536243 654 kernel "Kernel (MANDATORY)" on -lib32-dbg.txz a311af91ec2414d4b514002f8501d982352ccb96cc7a6ea7527f5aed0f03723e 248 lib32_dbg "32-bit compatibility libraries (Debugging)" off -lib32.txz 091910f948a1416bb8557e7a10357fc9c07709d74986cc90e6476b1342f0e988 709 lib32 "32-bit compatibility libraries" on -ports.txz 105eb84dadcaae8f7312a958256b243717406e76139185b2387312839dff04f9 200142 ports "Ports tree" off -src.txz 7dc5de83626dac94f3115635668aa039a22950f0034b987d828f04045b42c9f0 108529 src "System source tree" off -tests.txz 835fe1bb40611b3282cb99554c788b2d7b39328e6f090a9f827f89358e69ea39 7166 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-14.1-BETA2 b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-14.1-BETA2 new file mode 100644 index 00000000000..685c75c8718 --- /dev/null +++ b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-14.1-BETA2 @@ -0,0 +1,9 @@ +base-dbg.txz ad505ddb7662fd0a31fa4751acfaec6a54b050e1b062496ffe2d4f83516f9e96 1675 base_dbg "Base system (Debugging)" off +base.txz 2d71f1a72dc39d5a98e16cd596a6f6d1f5ec06d50f454a8906ef8f498dd6e828 29357 base "Base system (MANDATORY)" on +kernel-dbg.txz a05af08c4b4672f424240af08a649f0a31cc76136766b0c698373bc73b1c77bb 645 kernel_dbg "Kernel (Debugging)" on +kernel.txz 5c1c85355b0b4fd3e6ef1dab3b2e49fc6a21cf8f969b340fb0dc9886cb0e035f 654 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 9bbbc164485457fa758aa5281cf5974a1208155fffca6d8b46b74512b602474b 248 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz e62878d22820f59db515e44dc4cb9fd1c0c53eb2b11ae4f47b243280b4bd3aab 709 lib32 "32-bit compatibility libraries" on +ports.txz 10639fff838db3991ba3cc089c1499c144f18915a0e17b2b899d4998e4bb9b9d 200149 ports "Ports tree" off +src.txz d858db0e4eb25b581fc7285412bf9c51be06adb80d767b4178c247a15551f89a 108536 src "System source tree" off +tests.txz 677392239dcb233428521ebecd0e44697b0d9c3dd226e4ada5689ddb8b95d02c 7166 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-14.1-BETA1 b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-14.1-BETA1 deleted file mode 100644 index 790419b28bc..00000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-14.1-BETA1 +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz d491b0c4ca600a7b8d831c1b78896be4ffac011c559a64618b8f6b27891a187f 1662 base_dbg "Base system (Debugging)" off -base.txz 22e08acd817c45a23787788011c2198932e7c546e693d575ad6cbebf3498d2a6 29339 base "Base system (MANDATORY)" on -kernel-dbg.txz a9a96f07029e009a27f732c4bf9187dd1bfcc01a191f9a3d3be96c8887973f8f 644 kernel_dbg "Kernel (Debugging)" on -kernel.txz 1309c21a15cfbd2c914ca48a6fc1762e702fd71432307787dd486b28335f98d9 653 kernel "Kernel (MANDATORY)" on -ports.txz 105eb84dadcaae8f7312a958256b243717406e76139185b2387312839dff04f9 200142 ports "Ports tree" off -src.txz 7dc5de83626dac94f3115635668aa039a22950f0034b987d828f04045b42c9f0 108529 src "System source tree" off -tests.txz a6834be7e80281cbe8c006565301c071830c094a18438cc7705197c9fc07043a 7177 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-14.1-BETA2 b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-14.1-BETA2 new file mode 100644 index 00000000000..d11c40b0618 --- /dev/null +++ b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-14.1-BETA2 @@ -0,0 +1,7 @@ +base-dbg.txz d4e1028c1a022b23c35619232feae8b8cce79bb55ad5492e13d2f16dedb1bc62 1662 base_dbg "Base system (Debugging)" off +base.txz 07bc980ad3a0afbdab2602d17fbb4d6efdec46f81309be0c1a20ab0ad205f725 29338 base "Base system (MANDATORY)" on +kernel-dbg.txz 0bb91b61dcd774064f7778cfa8fd1d550bb80bd184fad89828b5a49164f9b934 644 kernel_dbg "Kernel (Debugging)" on +kernel.txz 4dd0dc69ccce269ad79d120d705cf85fa402ac373b11938757a0a09dc5298c8d 653 kernel "Kernel (MANDATORY)" on +ports.txz 10639fff838db3991ba3cc089c1499c144f18915a0e17b2b899d4998e4bb9b9d 200149 ports "Ports tree" off +src.txz d858db0e4eb25b581fc7285412bf9c51be06adb80d767b4178c247a15551f89a 108536 src "System source tree" off +tests.txz c37fdda7c5d41cdf2bc7ef64c3d0c581f1dbf24d1775190cab01d4193805c133 7177 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-14.1-BETA1 b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-14.1-BETA1 deleted file mode 100644 index 4a5a3c70191..00000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-14.1-BETA1 +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz 5f51c5ea2d99f69ced483a96e363c15adb87260319b1a37b5b1ccb99157b6734 1651 base_dbg "Base system (Debugging)" off -base.txz d437cdfe0aa512b8de780fac9db58ebfbbcf4c31b5aab9b90712f5fbe89a5741 29293 base "Base system (MANDATORY)" on -kernel-dbg.txz 211cb8633d7a5a774a8483203027ff75489aa6b4b7b128d23b28a43049f09db1 601 kernel_dbg "Kernel (Debugging)" on -kernel.txz 464fba6107426a2c4e255890d8b5baf2212d9674a5235c2bcec084dbd1465e75 610 kernel "Kernel (MANDATORY)" on -ports.txz 105eb84dadcaae8f7312a958256b243717406e76139185b2387312839dff04f9 200142 ports "Ports tree" off -src.txz 7dc5de83626dac94f3115635668aa039a22950f0034b987d828f04045b42c9f0 108529 src "System source tree" off -tests.txz 5bc1cff8535869fe2dcd968709b51a9e3761ded55dab14dfc5483a75543c20ee 7162 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-14.1-BETA2 b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-14.1-BETA2 new file mode 100644 index 00000000000..abcc7b3af93 --- /dev/null +++ b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-14.1-BETA2 @@ -0,0 +1,7 @@ +base-dbg.txz 9ca74b5f34a6120f484c63a6af058c15a58121c675290eab951cc42b9c8da059 1651 base_dbg "Base system (Debugging)" off +base.txz e83d94df6449001940a88692dd1a135a918f70ede053d35d65848d5f8fe9a5b7 29292 base "Base system (MANDATORY)" on +kernel-dbg.txz 51f420a19c223ec0749b1f3fcc581a9110b2bbcaf8c8808a8f15b7d7eb934c4f 601 kernel_dbg "Kernel (Debugging)" on +kernel.txz 11a5c6994635ca26f51348c079be17d6adeea4ebafaf575d154665e718c0f918 610 kernel "Kernel (MANDATORY)" on +ports.txz 10639fff838db3991ba3cc089c1499c144f18915a0e17b2b899d4998e4bb9b9d 200149 ports "Ports tree" off +src.txz d858db0e4eb25b581fc7285412bf9c51be06adb80d767b4178c247a15551f89a 108536 src "System source tree" off +tests.txz 4dfdf60318de5b1e2ce9b0360b0f1b9dd5979ca0229d6f9a4a5b1e23f6683c76 7162 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-14.1-BETA2 b/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-14.1-BETA2 new file mode 100644 index 00000000000..f5194219463 --- /dev/null +++ b/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-14.1-BETA2 @@ -0,0 +1,7 @@ +base-dbg.txz d0f9460af157e9fae557b1e4b64b03d799ed49be796dd799ebad7f0dd4f4a18d 1657 base_dbg "Base system (Debugging)" off +base.txz 973232da094c32e9d1427b422f68089d4a07a893b91909242f02578133feddba 29353 base "Base system (MANDATORY)" on +kernel-dbg.txz 5a51ebffa014c270b7478b5757969302c8c7e2b39b5bf6b6c99c4e7e09727354 611 kernel_dbg "Kernel (Debugging)" on +kernel.txz bfdb97ef94527b539a27d7068b1a3b42f8bd8fcdca965da8a656335745a34c8d 623 kernel "Kernel (MANDATORY)" on +ports.txz 10639fff838db3991ba3cc089c1499c144f18915a0e17b2b899d4998e4bb9b9d 200149 ports "Ports tree" off +src.txz d858db0e4eb25b581fc7285412bf9c51be06adb80d767b4178c247a15551f89a 108536 src "System source tree" off +tests.txz 559c34911589a3d6a46f98da720a22c08181a8acd9fd278f9fea3df55a8f0574 7174 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/pkg-plist b/misc/freebsd-release-manifests/pkg-plist index 9eb31328cf8..d7e63f8df24 100644 --- a/misc/freebsd-release-manifests/pkg-plist +++ b/misc/freebsd-release-manifests/pkg-plist @@ -22,10 +22,11 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc64le-14.0-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpcspe-14.0-RELEASE %%DATADIR%%/MANIFESTS/riscv-riscv64-14.0-RELEASE -%%DATADIR%%/MANIFESTS/amd64-amd64-14.1-BETA1 -%%DATADIR%%/MANIFESTS/arm64-aarch64-14.1-BETA1 -%%DATADIR%%/MANIFESTS/i386-i386-14.1-BETA1 -%%DATADIR%%/MANIFESTS/powerpc-powerpc-14.1-BETA1 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-14.1-BETA1 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64le-14.1-BETA1 -%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-14.1-BETA1 +%%DATADIR%%/MANIFESTS/amd64-amd64-14.1-BETA2 +%%DATADIR%%/MANIFESTS/arm64-aarch64-14.1-BETA2 +%%DATADIR%%/MANIFESTS/i386-i386-14.1-BETA2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc-14.1-BETA2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-14.1-BETA2 +%%DATADIR%%/MANIFESTS/powerpc-powerpc64le-14.1-BETA2 +%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-14.1-BETA2 +%%DATADIR%%/MANIFESTS/riscv-riscv64-14.1-BETA2 diff --git a/misc/g810-led/Makefile b/misc/g810-led/Makefile index 35a817bc26f..0422c2e2c0d 100644 --- a/misc/g810-led/Makefile +++ b/misc/g810-led/Makefile @@ -1,7 +1,6 @@ PORTNAME= g810-led DISTVERSIONPREFIX= v -DISTVERSION= 0.4.2 -PORTREVISION= 1 +DISTVERSION= 0.4.3 CATEGORIES= misc MAINTAINER= Alexander88207@protonmail.com diff --git a/misc/g810-led/distinfo b/misc/g810-led/distinfo index 3d0af1ac1ec..35c946d58cd 100644 --- a/misc/g810-led/distinfo +++ b/misc/g810-led/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621812688 -SHA256 (MatMoul-g810-led-v0.4.2_GH0.tar.gz) = feeec1c214c80d0fc75a16dcf5a1d20e49cc2ee407d97fd52d0caa4a0a395e9c -SIZE (MatMoul-g810-led-v0.4.2_GH0.tar.gz) = 36669 +TIMESTAMP = 1714242421 +SHA256 (MatMoul-g810-led-v0.4.3_GH0.tar.gz) = 8af6275aa190fd17fdef36079d51361874c88e2df0b23a76e7651d4f7c7c99fc +SIZE (MatMoul-g810-led-v0.4.3_GH0.tar.gz) = 36858 diff --git a/misc/gobuster/Makefile b/misc/gobuster/Makefile index ceae4218beb..987aa5095fa 100644 --- a/misc/gobuster/Makefile +++ b/misc/gobuster/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobuster DISTVERSIONPREFIX= v DISTVERSION= 3.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc dns www MAINTAINER= yuri@FreeBSD.org diff --git a/misc/hwdata/Makefile b/misc/hwdata/Makefile index e4d6d2c34e7..ddde1af7c6a 100644 --- a/misc/hwdata/Makefile +++ b/misc/hwdata/Makefile @@ -1,6 +1,6 @@ PORTNAME= hwdata DISTVERSIONPREFIX= v -DISTVERSION= 0.381 +DISTVERSION= 0.382 PORTEPOCH= 1 CATEGORIES= misc diff --git a/misc/hwdata/distinfo b/misc/hwdata/distinfo index 83ad5f3d8cc..b837aa53376 100644 --- a/misc/hwdata/distinfo +++ b/misc/hwdata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712328188 -SHA256 (vcrhonek-hwdata-v0.381_GH0.tar.gz) = 53435c73964ddc24ac53fa86e29e8b9244ca1cab0578ffdd82fd280f35863004 -SIZE (vcrhonek-hwdata-v0.381_GH0.tar.gz) = 2416050 +TIMESTAMP = 1715258003 +SHA256 (vcrhonek-hwdata-v0.382_GH0.tar.gz) = 5e25457b562a5227eb77eac21d5e4344bd1183c7d62b41e7d3e780ae33e053c1 +SIZE (vcrhonek-hwdata-v0.382_GH0.tar.gz) = 2423254 diff --git a/misc/kf6-purpose/distinfo b/misc/kf6-purpose/distinfo index 21272993335..0ceca534b60 100644 --- a/misc/kf6-purpose/distinfo +++ b/misc/kf6-purpose/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022602 -SHA256 (KDE/frameworks/6.1.0/purpose-6.1.0.tar.xz) = 4612fff4ce512796422f4bde3efa8f5ff63f96b8b7d92e48f87f96c89e21198e -SIZE (KDE/frameworks/6.1.0/purpose-6.1.0.tar.xz) = 175584 +TIMESTAMP = 1714804804 +SHA256 (KDE/frameworks/6.2.0/purpose-6.2.0.tar.xz) = 55b02d49387b76f54e3bec48f82cd78f398b5403bc8d10d482bfff7e30a0028a +SIZE (KDE/frameworks/6.2.0/purpose-6.2.0.tar.xz) = 177088 diff --git a/misc/kf6-purpose/pkg-plist b/misc/kf6-purpose/pkg-plist index a50dfaea9c0..204a0f1d117 100644 --- a/misc/kf6-purpose/pkg-plist +++ b/misc/kf6-purpose/pkg-plist @@ -303,6 +303,20 @@ share/locale/gl/LC_MESSAGES/purpose6_phabricator.mo share/locale/gl/LC_MESSAGES/purpose6_reviewboard.mo share/locale/gl/LC_MESSAGES/purpose6_saveas.mo share/locale/gl/LC_MESSAGES/purpose6_youtube.mo +share/locale/he/LC_MESSAGES/libpurpose6_quick.mo +share/locale/he/LC_MESSAGES/libpurpose6_widgets.mo +share/locale/he/LC_MESSAGES/purpose6_barcode.mo +share/locale/he/LC_MESSAGES/purpose6_bluetooth.mo +share/locale/he/LC_MESSAGES/purpose6_fileitemaction.mo +share/locale/he/LC_MESSAGES/purpose6_imgur.mo +share/locale/he/LC_MESSAGES/purpose6_kdeconnect.mo +share/locale/he/LC_MESSAGES/purpose6_kdeconnectsms.mo +share/locale/he/LC_MESSAGES/purpose6_nextcloud.mo +share/locale/he/LC_MESSAGES/purpose6_pastebin.mo +share/locale/he/LC_MESSAGES/purpose6_phabricator.mo +share/locale/he/LC_MESSAGES/purpose6_reviewboard.mo +share/locale/he/LC_MESSAGES/purpose6_saveas.mo +share/locale/he/LC_MESSAGES/purpose6_youtube.mo share/locale/hu/LC_MESSAGES/libpurpose6_quick.mo share/locale/hu/LC_MESSAGES/libpurpose6_widgets.mo share/locale/hu/LC_MESSAGES/purpose6_barcode.mo diff --git a/misc/lf/Makefile b/misc/lf/Makefile index e0b8edbdda2..b2a1f2d5017 100644 --- a/misc/lf/Makefile +++ b/misc/lf/Makefile @@ -1,7 +1,7 @@ PORTNAME= lf DISTVERSIONPREFIX= r DISTVERSION= 32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index b96013553e8..2b92a205eef 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= llama-cpp DISTVERSIONPREFIX= b -DISTVERSION= 2789 +DISTVERSION= 2864 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/llama-cpp/distinfo b/misc/llama-cpp/distinfo index a787946a17d..0fdeb4a8a29 100644 --- a/misc/llama-cpp/distinfo +++ b/misc/llama-cpp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1714896219 -SHA256 (ggerganov-llama.cpp-b2789_GH0.tar.gz) = 4259ab281dea81939f614bcfdb5c05420b80ad905f2113bdfee79f7f0ce5aca2 -SIZE (ggerganov-llama.cpp-b2789_GH0.tar.gz) = 13802861 +TIMESTAMP = 1715581210 +SHA256 (ggerganov-llama.cpp-b2864_GH0.tar.gz) = 93457a29fd9a930273b3bcd8015e0c0963baccae8e84cfe1acf9b16a5ffa7049 +SIZE (ggerganov-llama.cpp-b2864_GH0.tar.gz) = 20101136 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 4756609c316..31de405c7e4 100644 --- a/misc/llama-cpp/pkg-plist +++ b/misc/llama-cpp/pkg-plist @@ -4,7 +4,6 @@ %%EXAMPLES%%bin/beam-search %%EXAMPLES%%bin/benchmark %%EXAMPLES%%bin/convert-llama2c-to-ggml -%%EXAMPLES%%bin/convert-lora-to-ggml.py %%EXAMPLES%%bin/convert.py %%EXAMPLES%%bin/embedding %%EXAMPLES%%bin/eval-callback diff --git a/misc/ls-lint/Makefile b/misc/ls-lint/Makefile index b5bb806af8c..44103cb7ddc 100644 --- a/misc/ls-lint/Makefile +++ b/misc/ls-lint/Makefile @@ -1,7 +1,7 @@ PORTNAME= ls-lint DISTVERSIONPREFIX= v DISTVERSION= 2.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/lscolors/Makefile b/misc/lscolors/Makefile index 92200cab67b..1120e49930d 100644 --- a/misc/lscolors/Makefile +++ b/misc/lscolors/Makefile @@ -1,7 +1,7 @@ PORTNAME= lscolors DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile index 29dfc555f53..a5aa21cd474 100644 --- a/misc/openvdb/Makefile +++ b/misc/openvdb/Makefile @@ -11,8 +11,6 @@ WWW= https://www.openvdb.org/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_armv7= compilation fails: LLVM ERROR: out of memory - LIB_DEPENDS= libblosc.so:archivers/c-blosc \ libboost_system.so:devel/boost-libs \ libImath.so:math/Imath \ diff --git a/misc/perkeep/Makefile b/misc/perkeep/Makefile index 175b5d43298..186b52ee83d 100644 --- a/misc/perkeep/Makefile +++ b/misc/perkeep/Makefile @@ -1,6 +1,6 @@ PORTNAME= perkeep DISTVERSION= 0.11 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/pqrs/Makefile b/misc/pqrs/Makefile index e663164f8f6..c16a5fe1905 100644 --- a/misc/pqrs/Makefile +++ b/misc/pqrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= pqrs DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/py-alive-progress/Makefile b/misc/py-alive-progress/Makefile index 52b5a2c4677..987e389f7d8 100644 --- a/misc/py-alive-progress/Makefile +++ b/misc/py-alive-progress/Makefile @@ -1,5 +1,6 @@ PORTNAME= alive-progress PORTVERSION= 3.1.5 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/rsalmei/alive-progress LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}about-time>=4.2.1:devel/py-about-time@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}grapheme>=0.6.0<0.6.0_99:textproc/py-grapheme@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/misc/py-huepy/Makefile b/misc/py-huepy/Makefile index 0d072efbf9a..8e401b47e05 100644 --- a/misc/py-huepy/Makefile +++ b/misc/py-huepy/Makefile @@ -1,6 +1,6 @@ PORTNAME= huepy PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,11 @@ WWW= https://github.com/s0md3v/hue LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile index a151e936cad..5de1fc6b642 100644 --- a/misc/py-huggingface-hub/Makefile +++ b/misc/py-huggingface-hub/Makefile @@ -1,5 +1,5 @@ PORTNAME= huggingface-hub -DISTVERSION= 0.22.2 +DISTVERSION= 0.23.0 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-huggingface-hub/distinfo b/misc/py-huggingface-hub/distinfo index e60a4761c6c..0cb0010613e 100644 --- a/misc/py-huggingface-hub/distinfo +++ b/misc/py-huggingface-hub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712219822 -SHA256 (huggingface_hub-0.22.2.tar.gz) = 32e9a9a6843c92f253ff9ca16b9985def4d80a93fb357af5353f770ef74a81be -SIZE (huggingface_hub-0.22.2.tar.gz) = 322527 +TIMESTAMP = 1715131050 +SHA256 (huggingface_hub-0.23.0.tar.gz) = 7126dedd10a4c6fac796ced4d87a8cf004efc722a5125c2c09299017fa366fa9 +SIZE (huggingface_hub-0.23.0.tar.gz) = 333496 diff --git a/misc/py-lazrs/Makefile b/misc/py-lazrs/Makefile index a5b154727d3..47ad519a5e9 100644 --- a/misc/py-lazrs/Makefile +++ b/misc/py-lazrs/Makefile @@ -1,5 +1,6 @@ PORTNAME= lazrs DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-lightgbm/files/patch-Eigen_Core b/misc/py-lightgbm/files/patch-Eigen_Core new file mode 100644 index 00000000000..e61993777d7 --- /dev/null +++ b/misc/py-lightgbm/files/patch-Eigen_Core @@ -0,0 +1,11 @@ +--- external_libs/eigen/Eigen/Core.orig 2021-08-18 20:41:58 UTC ++++ external_libs/eigen/Eigen/Core +@@ -346,7 +346,7 @@ using std::ptrdiff_t; + #include "src/Core/CoreIterators.h" + #include "src/Core/ConditionEstimator.h" + +-#if defined(EIGEN_VECTORIZE_ALTIVEC) || defined(EIGEN_VECTORIZE_VSX) ++#if defined(EIGEN_VECTORIZE_VSX) + #include "src/Core/arch/AltiVec/MatrixProduct.h" + #elif defined EIGEN_VECTORIZE_NEON + #include "src/Core/arch/NEON/GeneralBlockPanelKernel.h" diff --git a/misc/py-lightgbm/files/patch-Eigen_src_Core_arch_AltiVec_Complex.h b/misc/py-lightgbm/files/patch-Eigen_src_Core_arch_AltiVec_Complex.h new file mode 100644 index 00000000000..7bb568608f7 --- /dev/null +++ b/misc/py-lightgbm/files/patch-Eigen_src_Core_arch_AltiVec_Complex.h @@ -0,0 +1,18 @@ +--- external_libs/eigen/Eigen/src/Core/arch/AltiVec/Complex.h.orig 2021-08-18 20:41:58 UTC ++++ external_libs/eigen/Eigen/src/Core/arch/AltiVec/Complex.h +@@ -100,6 +100,7 @@ template<> struct packet_traits > + HasAbs2 = 0, + HasMin = 0, + HasMax = 0, ++ HasSqrt = 1, + #ifdef __VSX__ + HasBlend = 1, + #endif +@@ -320,6 +321,7 @@ template<> struct packet_traits > + HasAbs2 = 0, + HasMin = 0, + HasMax = 0, ++ HasSqrt = 1, + HasSetLinear = 0 + }; + }; diff --git a/misc/py-lightgbm/files/patch-Eigen_src_Core_arch_AltiVec_MathFunctions.h b/misc/py-lightgbm/files/patch-Eigen_src_Core_arch_AltiVec_MathFunctions.h new file mode 100644 index 00000000000..5facb24f038 --- /dev/null +++ b/misc/py-lightgbm/files/patch-Eigen_src_Core_arch_AltiVec_MathFunctions.h @@ -0,0 +1,47 @@ +--- external_libs/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h.orig 2021-08-18 20:41:58 UTC ++++ external_libs/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h +@@ -40,16 +40,14 @@ Packet4f pcos(const Packet4f& _x) + return pcos_float(_x); + } + ++#ifdef __VSX__ + #ifndef EIGEN_COMP_CLANG + template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED + Packet4f prsqrt(const Packet4f& x) + { + return vec_rsqrt(x); + } +-#endif + +-#ifdef __VSX__ +-#ifndef EIGEN_COMP_CLANG + template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED + Packet2d prsqrt(const Packet2d& x) + { +@@ -73,6 +71,26 @@ template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEF + Packet2d pexp(const Packet2d& _x) + { + return pexp_double(_x); ++} ++ ++template<> EIGEN_STRONG_INLINE Packet8bf psqrt (const Packet8bf& a){ ++ BF16_TO_F32_UNARY_OP_WRAPPER(psqrt, a); ++} ++ ++#ifndef EIGEN_COMP_CLANG ++template<> EIGEN_STRONG_INLINE Packet8bf prsqrt (const Packet8bf& a){ ++ BF16_TO_F32_UNARY_OP_WRAPPER(prsqrt, a); ++} ++#endif ++#else ++template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS ++Packet4f psqrt(const Packet4f& x) ++{ ++ Packet4f a; ++ for (Index i = 0; i < packet_traits::size; i++) { ++ a[i] = numext::sqrt(x[i]); ++ } ++ return a; + } + #endif + diff --git a/misc/py-lightgbm/files/patch-Eigen_src_Core_arch_AltiVec_PacketMath.h b/misc/py-lightgbm/files/patch-Eigen_src_Core_arch_AltiVec_PacketMath.h new file mode 100644 index 00000000000..e604fc8ee75 --- /dev/null +++ b/misc/py-lightgbm/files/patch-Eigen_src_Core_arch_AltiVec_PacketMath.h @@ -0,0 +1,117 @@ +--- external_libs/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h.orig 2021-08-18 20:41:58 UTC ++++ external_libs/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h +@@ -175,16 +175,19 @@ struct packet_traits : default_packet_traits { + #else + HasRsqrt = 0, + #endif ++ HasTanh = EIGEN_FAST_MATH, ++ HasErf = EIGEN_FAST_MATH, ++ HasRint = 1, + #else + HasSqrt = 0, + HasRsqrt = 0, +- HasTanh = EIGEN_FAST_MATH, +- HasErf = EIGEN_FAST_MATH, ++ HasTanh = 0, ++ HasErf = 0, ++ HasRint = 0, + #endif + HasRound = 1, + HasFloor = 1, + HasCeil = 1, +- HasRint = 1, + HasNegate = 1, + HasBlend = 1 + }; +@@ -217,16 +220,17 @@ struct packet_traits : default_packet_traits + #else + HasRsqrt = 0, + #endif ++ HasRint = 1, + #else + HasSqrt = 0, + HasRsqrt = 0, +- HasTanh = EIGEN_FAST_MATH, +- HasErf = EIGEN_FAST_MATH, ++ HasRint = 0, + #endif ++ HasTanh = 0, ++ HasErf = 0, + HasRound = 1, + HasFloor = 1, + HasCeil = 1, +- HasRint = 1, + HasNegate = 1, + HasBlend = 1 + }; +@@ -872,19 +876,29 @@ template<> EIGEN_STRONG_INLINE Packet4f pcmp_lt_or_nan + return vec_nor(c,c); + } + ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet4i pcmp_le(const Packet4i& a, const Packet4i& b) { return reinterpret_cast(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet4i pcmp_lt(const Packet4i& a, const Packet4i& b) { return reinterpret_cast(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet4i pcmp_eq(const Packet4i& a, const Packet4i& b) { return reinterpret_cast(vec_cmpeq(a,b)); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet8s pcmp_le(const Packet8s& a, const Packet8s& b) { return reinterpret_cast(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet8s pcmp_lt(const Packet8s& a, const Packet8s& b) { return reinterpret_cast(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet8s pcmp_eq(const Packet8s& a, const Packet8s& b) { return reinterpret_cast(vec_cmpeq(a,b)); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet8us pcmp_le(const Packet8us& a, const Packet8us& b) { return reinterpret_cast(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet8us pcmp_lt(const Packet8us& a, const Packet8us& b) { return reinterpret_cast(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet8us pcmp_eq(const Packet8us& a, const Packet8us& b) { return reinterpret_cast(vec_cmpeq(a,b)); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet16c pcmp_le(const Packet16c& a, const Packet16c& b) { return reinterpret_cast(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet16c pcmp_lt(const Packet16c& a, const Packet16c& b) { return reinterpret_cast(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet16c pcmp_eq(const Packet16c& a, const Packet16c& b) { return reinterpret_cast(vec_cmpeq(a,b)); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet16uc pcmp_le(const Packet16uc& a, const Packet16uc& b) { return reinterpret_cast(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet16uc pcmp_lt(const Packet16uc& a, const Packet16uc& b) { return reinterpret_cast(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet16uc pcmp_eq(const Packet16uc& a, const Packet16uc& b) { return reinterpret_cast(vec_cmpeq(a,b)); } + +@@ -937,6 +951,7 @@ template<> EIGEN_STRONG_INLINE Packet4f pround EIGEN_STRONG_INLINE Packet4f pceil(const Packet4f& a) { return vec_ceil(a); } + template<> EIGEN_STRONG_INLINE Packet4f pfloor(const Packet4f& a) { return vec_floor(a); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet4f print(const Packet4f& a) + { + Packet4f res; +@@ -947,6 +962,7 @@ template<> EIGEN_STRONG_INLINE Packet4f print EIGEN_STRONG_INLINE Packet ploadu_common(const __UNPACK_TYPE__(Packet)* from) + { +@@ -1341,12 +1357,6 @@ template<> EIGEN_STRONG_INLINE Packet8bf psub, a, b); + } + +-template<> EIGEN_STRONG_INLINE Packet8bf psqrt (const Packet8bf& a){ +- BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a); +-} +-template<> EIGEN_STRONG_INLINE Packet8bf prsqrt (const Packet8bf& a){ +- BF16_TO_F32_UNARY_OP_WRAPPER(prsqrt, a); +-} + template<> EIGEN_STRONG_INLINE Packet8bf pexp (const Packet8bf& a){ + BF16_TO_F32_UNARY_OP_WRAPPER(pexp_float, a); + } +@@ -1390,9 +1400,11 @@ template<> EIGEN_STRONG_INLINE Packet8bf pceil EIGEN_STRONG_INLINE Packet8bf pround (const Packet8bf& a){ + BF16_TO_F32_UNARY_OP_WRAPPER(pround, a); + } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet8bf print (const Packet8bf& a){ + BF16_TO_F32_UNARY_OP_WRAPPER(print, a); + } ++#endif + template<> EIGEN_STRONG_INLINE Packet8bf pmadd(const Packet8bf& a, const Packet8bf& b, const Packet8bf& c) { + Packet4f a_even = Bf16ToF32Even(a); + Packet4f a_odd = Bf16ToF32Odd(a); diff --git a/misc/py-litellm/Makefile b/misc/py-litellm/Makefile index f729d26b63a..a32f6666616 100644 --- a/misc/py-litellm/Makefile +++ b/misc/py-litellm/Makefile @@ -1,5 +1,5 @@ PORTNAME= litellm -DISTVERSION= 1.35.35 +DISTVERSION= 1.36.0 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-litellm/distinfo b/misc/py-litellm/distinfo index 261d2eb9e84..5dfef0f34f1 100644 --- a/misc/py-litellm/distinfo +++ b/misc/py-litellm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714650461 -SHA256 (litellm-1.35.35.tar.gz) = f8873892f4a2f082e2f5f4fed5740f341b7d1a7778445785b2af68adbc2793e9 -SIZE (litellm-1.35.35.tar.gz) = 4089706 +TIMESTAMP = 1715133550 +SHA256 (litellm-1.36.0.tar.gz) = 1939983117ae7a8d2501967d0d2100f3929217d4f1833e3d0f8a16d5d91bf318 +SIZE (litellm-1.36.0.tar.gz) = 4135381 diff --git a/misc/py-progressbar/Makefile b/misc/py-progressbar/Makefile index 161d20890b1..ecbd1b160fe 100644 --- a/misc/py-progressbar/Makefile +++ b/misc/py-progressbar/Makefile @@ -1,5 +1,6 @@ PORTNAME= progressbar PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ LICENSE= BSD3CLAUSE LGPL21+ LICENSE_COMB= dual LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 USES= python CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}progressbar231 diff --git a/misc/py-pyprind/Makefile b/misc/py-pyprind/Makefile index b27231b35df..4f09d5d9463 100644 --- a/misc/py-pyprind/Makefile +++ b/misc/py-pyprind/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyprind PORTVERSION= 2.11.3 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +13,12 @@ WWW= https://github.com/rasbt/pyprind LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils nose +USE_PYTHON= autoplist concurrent pep517 nose NO_ARCH= yes diff --git a/misc/py-pyprind/files/patch-setup.py b/misc/py-pyprind/files/patch-setup.py index 05a5b6ba64c..81fc483fd61 100644 --- a/misc/py-pyprind/files/patch-setup.py +++ b/misc/py-pyprind/files/patch-setup.py @@ -1,5 +1,14 @@ ---- setup.py.orig 2016-04-14 15:46:12 UTC +--- setup.py.orig 2021-04-18 17:12:43 UTC +++ setup.py +@@ -16,7 +16,7 @@ VERSION = pyprind.__version__ + + VERSION = pyprind.__version__ + +-setup(name='PyPrind', ++setup(name='pyprind', + version=VERSION, + description='Python Progress Bar and Percent Indicator Utility', + author='Sebastian Raschka', @@ -39,6 +39,7 @@ setup(name='PyPrind', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', diff --git a/misc/py-pyqir/Makefile b/misc/py-pyqir/Makefile index bc0a4a914d6..eb1e9cb6c07 100644 --- a/misc/py-pyqir/Makefile +++ b/misc/py-pyqir/Makefile @@ -1,6 +1,7 @@ PORTNAME= pyqir DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 +PORTREVISION= 1 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 689fea9e5a9..698a16cbb9e 100644 --- a/misc/py-safetensors/Makefile +++ b/misc/py-safetensors/Makefile @@ -1,6 +1,7 @@ PORTNAME= safetensors DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= misc python # machine-learning #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-spdx-lookup/Makefile b/misc/py-spdx-lookup/Makefile index c6b4006b3b2..dcb0dc14046 100644 --- a/misc/py-spdx-lookup/Makefile +++ b/misc/py-spdx-lookup/Makefile @@ -1,5 +1,6 @@ PORTNAME= spdx-lookup PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/bbqsrc/spdx-lookup-python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx>=2.3.0:misc/py-spdx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/misc/py-spdx/Makefile b/misc/py-spdx/Makefile index 241feec5788..f5a04198cc3 100644 --- a/misc/py-spdx/Makefile +++ b/misc/py-spdx/Makefile @@ -1,5 +1,6 @@ PORTNAME= spdx PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/bbqsrc/spdx-python LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/misc/rsclock/Makefile b/misc/rsclock/Makefile index 6f0e4dd5562..5cac0e2e9bd 100644 --- a/misc/rsclock/Makefile +++ b/misc/rsclock/Makefile @@ -1,7 +1,7 @@ PORTNAME= rsclock DISTVERSIONPREFIX= v DISTVERSION= 0.1.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/rump/Makefile b/misc/rump/Makefile index eaf99b332bf..b2e2b8ae95b 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -1,6 +1,6 @@ PORTNAME= rump PORTVERSION= 20170822 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= vanilla@FreeBSD.org diff --git a/misc/rump/files/patch-buildrump.sh b/misc/rump/files/patch-buildrump.sh index e07922b0f0e..6b95af68f01 100644 --- a/misc/rump/files/patch-buildrump.sh +++ b/misc/rump/files/patch-buildrump.sh @@ -10,7 +10,15 @@ elif echo ${linkervers} | grep -q 'Solaris Link Editor' ; then LD_FLAVOR=sun SHLIB_MKMAP=no -@@ -788,6 +791,8 @@ makebuild () +@@ -511,7 +514,6 @@ maketools () + + probeld + probenm +- probear + ${HAVECXX} && probecxx + + cd ${OBJDIR} +@@ -788,6 +790,8 @@ makebuild () -o ${MACHINE#evbearm} != ${MACHINE} \ -o ${MACHINE#evbppc} != ${MACHINE} ]; then DIRS_emul=sys/rump/kern/lib/libsys_linux @@ -19,7 +27,7 @@ fi ${SYS_SUNOS} && appendvar DIRS_emul sys/rump/kern/lib/libsys_sunos if ${HIJACK}; then -@@ -1059,6 +1064,7 @@ evaltoolchain () +@@ -1059,6 +1063,7 @@ evaltoolchain () ;; *-freebsd*) RUMPKERN_UNDEF='-U__FreeBSD__' diff --git a/misc/ruut/Makefile b/misc/ruut/Makefile index 58b4983c311..0a2174fbf64 100644 --- a/misc/ruut/Makefile +++ b/misc/ruut/Makefile @@ -1,7 +1,7 @@ PORTNAME= ruut DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/silicon/Makefile b/misc/silicon/Makefile index 4a561aca4ff..7380d593b70 100644 --- a/misc/silicon/Makefile +++ b/misc/silicon/Makefile @@ -1,7 +1,7 @@ PORTNAME= silicon DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= misc PKGNAMESUFFIX= -code-visualizer diff --git a/misc/slides/Makefile b/misc/slides/Makefile index 68f222d9738..e51db2f7928 100644 --- a/misc/slides/Makefile +++ b/misc/slides/Makefile @@ -1,7 +1,7 @@ PORTNAME= slides DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= misc PKGNAMESUFFIX= -presentation-tool diff --git a/misc/star-history/Makefile b/misc/star-history/Makefile index f72686c4525..cb49e3faf97 100644 --- a/misc/star-history/Makefile +++ b/misc/star-history/Makefile @@ -1,5 +1,6 @@ PORTNAME= star-history DISTVERSION= 1.0.21 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/tenere/Makefile b/misc/tenere/Makefile index b8c32dc570c..233fb639a59 100644 --- a/misc/tenere/Makefile +++ b/misc/tenere/Makefile @@ -1,7 +1,7 @@ PORTNAME= tenere DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/timetrace/Makefile b/misc/timetrace/Makefile index 2e7f0df9f3e..54c7deb534d 100644 --- a/misc/timetrace/Makefile +++ b/misc/timetrace/Makefile @@ -1,7 +1,7 @@ PORTNAME= timetrace DISTVERSIONPREFIX= v DISTVERSION= 0.14.3 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= misc MAINTAINER= nc@FreeBSD.org diff --git a/misc/wego/Makefile b/misc/wego/Makefile index 6d229a27a66..9b28ae995b8 100644 --- a/misc/wego/Makefile +++ b/misc/wego/Makefile @@ -1,6 +1,6 @@ PORTNAME= wego DISTVERSION= 2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MAINTAINER= pkubaj@FreeBSD.org diff --git a/misc/wthrr/Makefile b/misc/wthrr/Makefile index 17552e9f024..15381bcb6bb 100644 --- a/misc/wthrr/Makefile +++ b/misc/wthrr/Makefile @@ -1,7 +1,7 @@ PORTNAME= wthrr DISTVERSIONPREFIX= v DISTVERSION= 1.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc MAINTAINER= pkubaj@FreeBSD.org diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile index a7578d46627..ebd8af18f09 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 31 +PORTREVISION= 32 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/xplr/Makefile b/misc/xplr/Makefile index 905620a9d2f..c970c77d20f 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -1,6 +1,7 @@ PORTNAME= xplr DISTVERSIONPREFIX= v DISTVERSION= 0.21.7 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/zine/Makefile b/misc/zine/Makefile index 63fc50a0b9e..18c4db42825 100644 --- a/misc/zine/Makefile +++ b/misc/zine/Makefile @@ -1,7 +1,7 @@ PORTNAME= zine DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/Makefile b/multimedia/Makefile index da60b6a44a1..1aae647f6dc 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -203,6 +203,14 @@ SUBDIR += libzen SUBDIR += linux-c7-libtheora SUBDIR += linux-c7-libv4l + SUBDIR += linux-rl9-ffmpeg + SUBDIR += linux-rl9-gstreamer1 + SUBDIR += linux-rl9-gstreamer1-libav + SUBDIR += linux-rl9-libtheora + SUBDIR += linux-rl9-libv4l + SUBDIR += linux-rl9-libva + SUBDIR += linux-rl9-libvdpau + SUBDIR += linux-rl9-libvpx SUBDIR += linux-tsmuxer SUBDIR += linux_dvbwrapper-kmod SUBDIR += livego @@ -348,6 +356,7 @@ SUBDIR += subtitleoffsetmodifier SUBDIR += subtools SUBDIR += svt-av1 + SUBDIR += svt-av1-psy SUBDIR += svt-hevc SUBDIR += svt-vp9 SUBDIR += syncplay diff --git a/multimedia/ab-av1/Makefile b/multimedia/ab-av1/Makefile index 2b4ebd808a1..7b458c2278b 100644 --- a/multimedia/ab-av1/Makefile +++ b/multimedia/ab-av1/Makefile @@ -1,7 +1,7 @@ PORTNAME= ab-av1 DISTVERSIONPREFIX= v DISTVERSION= 0.7.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/alass/Makefile b/multimedia/alass/Makefile index ddc0ff069d9..cf18d087436 100644 --- a/multimedia/alass/Makefile +++ b/multimedia/alass/Makefile @@ -1,7 +1,7 @@ PORTNAME= alass DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org diff --git a/multimedia/av1an/Makefile b/multimedia/av1an/Makefile index 27a34c6063f..63cadf3f69f 100644 --- a/multimedia/av1an/Makefile +++ b/multimedia/av1an/Makefile @@ -1,6 +1,6 @@ PORTNAME= av1an DISTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/av1an/Makefile.crates b/multimedia/av1an/Makefile.crates index 36c31f1b191..5f91d16549f 100644 --- a/multimedia/av1an/Makefile.crates +++ b/multimedia/av1an/Makefile.crates @@ -23,9 +23,9 @@ CARGO_CRATES= addr2line-0.21.0 \ av-scenechange-0.10.0 \ av1-grain-0.2.3 \ backtrace-0.3.69 \ - bindgen-0.64.0 \ + bindgen-0.69.4 \ bitflags-1.3.2 \ - bitflags-2.4.1 \ + bitflags-2.5.0 \ bitstream-io-2.2.0 \ built-0.7.1 \ bumpalo-3.14.0 \ @@ -54,8 +54,8 @@ CARGO_CRATES= addr2line-0.21.0 \ encode_unicode-0.3.6 \ equivalent-1.0.1 \ errno-0.3.8 \ - ffmpeg-sys-the-third-1.1.1+ffmpeg-6.0 \ - ffmpeg-the-third-1.2.2+ffmpeg-6.0 \ + ffmpeg-sys-the-third-2.0.0+ffmpeg-7.0 \ + ffmpeg-the-third-2.0.1+ffmpeg-7.0 \ flexi_logger-0.27.3 \ form_urlencoded-1.2.1 \ getrandom-0.2.12 \ @@ -115,7 +115,6 @@ CARGO_CRATES= addr2line-0.21.0 \ parking_lot_core-0.9.9 \ paste-1.0.14 \ path_abs-0.5.1 \ - peeking_take_while-0.1.2 \ percent-encoding-2.3.1 \ pin-project-lite-0.2.13 \ pkg-config-0.3.28 \ diff --git a/multimedia/av1an/distinfo b/multimedia/av1an/distinfo index 202ad73539e..96cf9b4ce60 100644 --- a/multimedia/av1an/distinfo +++ b/multimedia/av1an/distinfo @@ -49,12 +49,12 @@ SHA256 (rust/crates/av1-grain-0.2.3.crate) = 6678909d8c5d46a42abcf571271e15fdbc0 SIZE (rust/crates/av1-grain-0.2.3.crate) = 34703 SHA256 (rust/crates/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837 SIZE (rust/crates/backtrace-0.3.69.crate) = 77299 -SHA256 (rust/crates/bindgen-0.64.0.crate) = c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4 -SIZE (rust/crates/bindgen-0.64.0.crate) = 204700 +SHA256 (rust/crates/bindgen-0.69.4.crate) = a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0 +SIZE (rust/crates/bindgen-0.69.4.crate) = 221092 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 -SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 +SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 +SIZE (rust/crates/bitflags-2.5.0.crate) = 43821 SHA256 (rust/crates/bitstream-io-2.2.0.crate) = 06c9989a51171e2e81038ab168b6ae22886fe9ded214430dbb4f41c28cf176da SIZE (rust/crates/bitstream-io-2.2.0.crate) = 34113 SHA256 (rust/crates/built-0.7.1.crate) = 38d17f4d6e4dc36d1a02fbedc2753a096848e7c1b0772f7654eab8e2c927dd53 @@ -111,10 +111,10 @@ SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8d SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 SIZE (rust/crates/errno-0.3.8.crate) = 10645 -SHA256 (rust/crates/ffmpeg-sys-the-third-1.1.1+ffmpeg-6.0.crate) = 94a4b2e9c02074c0ee85661b23b3ac849bad6afc554b503c183975f5e2e0d3de -SIZE (rust/crates/ffmpeg-sys-the-third-1.1.1+ffmpeg-6.0.crate) = 14894 -SHA256 (rust/crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0.crate) = 301c55f432cce71d0cc5266e8e70e69cc7a865f8aa8785c44cb56c3935a13715 -SIZE (rust/crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0.crate) = 89833 +SHA256 (rust/crates/ffmpeg-sys-the-third-2.0.0+ffmpeg-7.0.crate) = a82bfdb0a7925996707f0a7dc37b2f3251ff5a15d26e78c586adb60c240dedc5 +SIZE (rust/crates/ffmpeg-sys-the-third-2.0.0+ffmpeg-7.0.crate) = 17325 +SHA256 (rust/crates/ffmpeg-the-third-2.0.1+ffmpeg-7.0.crate) = c4aa99eb55979d5c1db3b0b7a807a5e50dda07f5f6c2dbc6e9b50c205f611646 +SIZE (rust/crates/ffmpeg-the-third-2.0.1+ffmpeg-7.0.crate) = 93679 SHA256 (rust/crates/flexi_logger-0.27.3.crate) = 2ac35b454b60e1836602173e2eb7ef531173388c0212e02ec7f9fac086159ee5 SIZE (rust/crates/flexi_logger-0.27.3.crate) = 216178 SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 @@ -233,8 +233,6 @@ SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034 SIZE (rust/crates/paste-1.0.14.crate) = 18157 SHA256 (rust/crates/path_abs-0.5.1.crate) = 05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3 SIZE (rust/crates/path_abs-0.5.1.crate) = 31072 -SHA256 (rust/crates/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 -SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58 diff --git a/multimedia/av1an/files/patch-ffmpeg b/multimedia/av1an/files/patch-ffmpeg index f9a5ee9fd73..e93e44713a0 100644 --- a/multimedia/av1an/files/patch-ffmpeg +++ b/multimedia/av1an/files/patch-ffmpeg @@ -22,8 +22,8 @@ help: a similar name exists in the module 23 | EPROTONOSUPPORT, EPROTOTYPE, ERANGE, EROFS, ESPIPE, ESRCH, VTIME, ETIMEDOUT, ETXTBSY, | ~~~~~ ---- cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/error.rs.orig 2006-07-24 01:21:28 UTC -+++ cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/error.rs +--- cargo-crates/ffmpeg-the-third-2.0.1+ffmpeg-7.0/src/util/error.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/ffmpeg-the-third-2.0.1+ffmpeg-7.0/src/util/error.rs @@ -19,10 +19,10 @@ pub use libc::{ EBUSY, ECANCELED, ECHILD, ECONNABORTED, ECONNREFUSED, ECONNRESET, EDEADLK, EDESTADDRREQ, EDOM, EEXIST, EFAULT, EFBIG, EHOSTUNREACH, EIDRM, EILSEQ, EINPROGRESS, EINTR, EINVAL, EIO, EISCONN, diff --git a/multimedia/av1an/files/patch-ffmpeg7 b/multimedia/av1an/files/patch-ffmpeg7 new file mode 100644 index 00000000000..52182f6f334 --- /dev/null +++ b/multimedia/av1an/files/patch-ffmpeg7 @@ -0,0 +1,146 @@ +https://github.com/master-of-zen/Av1an/commit/6db39663755a + +--- Cargo.lock.orig 2024-02-13 12:45:43 UTC ++++ Cargo.lock +@@ -311,22 +311,22 @@ name = "bindgen" + + [[package]] + name = "bindgen" +-version = "0.64.0" ++version = "0.69.4" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" ++checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" + dependencies = [ +- "bitflags 1.3.2", ++ "bitflags 2.5.0", + "cexpr", + "clang-sys", ++ "itertools", + "lazy_static", + "lazycell", +- "peeking_take_while", + "proc-macro2", + "quote", + "regex", + "rustc-hash", + "shlex", +- "syn 1.0.109", ++ "syn 2.0.48", + ] + + [[package]] +@@ -337,9 +337,9 @@ name = "bitflags" + + [[package]] + name = "bitflags" +-version = "2.4.1" ++version = "2.5.0" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" ++checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" + + [[package]] + name = "bitstream-io" +@@ -581,25 +581,24 @@ name = "ffmpeg-sys-the-third" + + [[package]] + name = "ffmpeg-sys-the-third" +-version = "1.1.1+ffmpeg-6.0" ++version = "2.0.0+ffmpeg-7.0" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "94a4b2e9c02074c0ee85661b23b3ac849bad6afc554b503c183975f5e2e0d3de" ++checksum = "a82bfdb0a7925996707f0a7dc37b2f3251ff5a15d26e78c586adb60c240dedc5" + dependencies = [ + "bindgen", + "cc", + "libc", +- "num_cpus", + "pkg-config", + "vcpkg", + ] + + [[package]] + name = "ffmpeg-the-third" +-version = "1.2.2+ffmpeg-6.0" ++version = "2.0.1+ffmpeg-7.0" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "301c55f432cce71d0cc5266e8e70e69cc7a865f8aa8785c44cb56c3935a13715" ++checksum = "c4aa99eb55979d5c1db3b0b7a807a5e50dda07f5f6c2dbc6e9b50c205f611646" + dependencies = [ +- "bitflags 1.3.2", ++ "bitflags 2.5.0", + "ffmpeg-sys-the-third", + "libc", + "serde", +@@ -652,7 +651,7 @@ dependencies = [ + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd" + dependencies = [ +- "bitflags 2.4.1", ++ "bitflags 2.5.0", + "libc", + "libgit2-sys", + "log", +@@ -1143,12 +1142,6 @@ dependencies = [ + ] + + [[package]] +-name = "peeking_take_while" +-version = "0.1.2" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" +- +-[[package]] + name = "percent-encoding" + version = "2.3.1" + source = "registry+https://github.com/rust-lang/crates.io-index" +@@ -1420,7 +1413,7 @@ dependencies = [ + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca" + dependencies = [ +- "bitflags 2.4.1", ++ "bitflags 2.5.0", + "errno", + "libc", + "linux-raw-sys", +--- av1an-core/Cargo.toml.orig 2024-02-13 12:45:43 UTC ++++ av1an-core/Cargo.toml +@@ -63,7 +63,7 @@ package = "ffmpeg-the-third" + + [dependencies.ffmpeg] + package = "ffmpeg-the-third" +-version = "1.2.0" ++version = "2.0.1" + features = ["serialize"] + + [dependencies.plotters] +--- av1an-core/src/ffmpeg.rs.orig 2024-02-13 12:45:43 UTC ++++ av1an-core/src/ffmpeg.rs +@@ -51,6 +51,7 @@ pub fn num_frames(source: &Path) -> Result Result diff --git a/multimedia/linux-rl9-ffmpeg/distinfo b/multimedia/linux-rl9-ffmpeg/distinfo new file mode 100644 index 00000000000..7aa4fea2741 --- /dev/null +++ b/multimedia/linux-rl9-ffmpeg/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1706006428 +SHA256 (rocky/f/ffmpeg-libs-5.1.4-1.el9.aarch64.rpm) = 35a73f4c6c50d82a4e86374bd8ac268f89b7ee4ab47449151e092653a2e8c37c +SIZE (rocky/f/ffmpeg-libs-5.1.4-1.el9.aarch64.rpm) = 7670690 +SHA256 (rocky/f/ffmpeg-libs-5.1.4-1.el9.x86_64.rpm) = e04f09b029b1781292ae24e8e595517874d719470b4c24bcdaa5594f9da22bf0 +SIZE (rocky/f/ffmpeg-libs-5.1.4-1.el9.x86_64.rpm) = 8147782 +SHA256 (rocky/f/ffmpeg-5.1.4-1.el9.src.rpm) = 3557fb8bd66dcbac6fb4c957ac9ead3b8a791a941bda2b6dd8978003c2949d48 +SIZE (rocky/f/ffmpeg-5.1.4-1.el9.src.rpm) = 10044281 diff --git a/multimedia/linux-rl9-ffmpeg/pkg-plist.aarch64 b/multimedia/linux-rl9-ffmpeg/pkg-plist.aarch64 new file mode 100644 index 00000000000..41b3f1a3e74 --- /dev/null +++ b/multimedia/linux-rl9-ffmpeg/pkg-plist.aarch64 @@ -0,0 +1,34 @@ +usr/lib/.build-id/05/86b815ed07ffc8d28a7224b2492bc48ee6db9c +usr/lib/.build-id/34/d95b0e407401939dfc4b2ea32d29cb70258b54 +usr/lib/.build-id/58/c4d8356244332d4cd823e206c39893096685eb +usr/lib/.build-id/88/9716b8990acf4deba757a4b208b94ed855db40 +usr/lib/.build-id/9d/c26c5a17c235196f73a2430dccf2c787fbd39a +usr/lib/.build-id/a9/97e9a32e3f054a70f066d671ce10d8563c7547 +usr/lib/.build-id/d6/69720afd379f638fb37ca530d5ec34361b60cd +usr/lib/.build-id/f4/c48c095207608fac917178fe9bdc46f4ca2e9d +usr/lib64/libavcodec.so.59 +usr/lib64/libavcodec.so.59.37.100 +usr/lib64/libavfilter.so.8 +usr/lib64/libavfilter.so.8.44.100 +usr/lib64/libavformat.so.59 +usr/lib64/libavformat.so.59.27.100 +usr/lib64/libavutil.so.57 +usr/lib64/libavutil.so.57.28.100 +usr/lib64/libpostproc.so.56 +usr/lib64/libpostproc.so.56.6.100 +usr/lib64/libswresample.so.4 +usr/lib64/libswresample.so.4.7.100 +usr/lib64/libswscale.so.6 +usr/lib64/libswscale.so.6.7.100 +%%PORTDOCS%%%%DOCSDIR%%/CREDITS +%%PORTDOCS%%%%DOCSDIR%%/README.md +usr/share/licenses/ffmpeg-libs/COPYING.GPLv2 +usr/share/licenses/ffmpeg-libs/COPYING.GPLv3 +usr/share/licenses/ffmpeg-libs/COPYING.LGPLv2.1 +usr/share/licenses/ffmpeg-libs/COPYING.LGPLv3 +usr/share/man/man3/libavcodec.3.gz +usr/share/man/man3/libavfilter.3.gz +usr/share/man/man3/libavformat.3.gz +usr/share/man/man3/libavutil.3.gz +usr/share/man/man3/libswresample.3.gz +usr/share/man/man3/libswscale.3.gz diff --git a/multimedia/linux-rl9-ffmpeg/pkg-plist.amd64 b/multimedia/linux-rl9-ffmpeg/pkg-plist.amd64 new file mode 100644 index 00000000000..c166bfb1821 --- /dev/null +++ b/multimedia/linux-rl9-ffmpeg/pkg-plist.amd64 @@ -0,0 +1,34 @@ +usr/lib/.build-id/01/ca605ffaef04a9fb6aedcd3fcf5373690ae2cc +usr/lib/.build-id/45/fbf26c0ddd426220ecd6b6a4c9c8a967f77202 +usr/lib/.build-id/5b/a59f979094eebb5095571c0569c9f4859a39ad +usr/lib/.build-id/6b/4031bd01b81568af16fc39d547a9713f58f2a7 +usr/lib/.build-id/aa/4d569041d50e106d051dc4e2d4251adc2a9413 +usr/lib/.build-id/d2/a52242e1d64f03b376fce0dac725a3c779cdd4 +usr/lib/.build-id/d8/79655863c5600b8377855f8da036ef92b46017 +usr/lib/.build-id/fe/fabca4ee8da0fa33f02da6dcdefd9430c6a283 +usr/lib64/libavcodec.so.59 +usr/lib64/libavcodec.so.59.37.100 +usr/lib64/libavfilter.so.8 +usr/lib64/libavfilter.so.8.44.100 +usr/lib64/libavformat.so.59 +usr/lib64/libavformat.so.59.27.100 +usr/lib64/libavutil.so.57 +usr/lib64/libavutil.so.57.28.100 +usr/lib64/libpostproc.so.56 +usr/lib64/libpostproc.so.56.6.100 +usr/lib64/libswresample.so.4 +usr/lib64/libswresample.so.4.7.100 +usr/lib64/libswscale.so.6 +usr/lib64/libswscale.so.6.7.100 +%%PORTDOCS%%%%DOCSDIR%%/CREDITS +%%PORTDOCS%%%%DOCSDIR%%/README.md +usr/share/licenses/ffmpeg-libs/COPYING.GPLv2 +usr/share/licenses/ffmpeg-libs/COPYING.GPLv3 +usr/share/licenses/ffmpeg-libs/COPYING.LGPLv2.1 +usr/share/licenses/ffmpeg-libs/COPYING.LGPLv3 +usr/share/man/man3/libavcodec.3.gz +usr/share/man/man3/libavfilter.3.gz +usr/share/man/man3/libavformat.3.gz +usr/share/man/man3/libavutil.3.gz +usr/share/man/man3/libswresample.3.gz +usr/share/man/man3/libswscale.3.gz diff --git a/multimedia/linux-rl9-gstreamer1-libav/Makefile b/multimedia/linux-rl9-gstreamer1-libav/Makefile new file mode 100644 index 00000000000..e45b3394019 --- /dev/null +++ b/multimedia/linux-rl9-gstreamer1-libav/Makefile @@ -0,0 +1,25 @@ +PORTNAME= gstreamer1-libav +PORTVERSION= 1.18.4 +DISTVERSIONSUFFIX= -1.el9 +MASTER_SITES= RPMFUSION9 +#PKGNAMESUFFIX= -libav +CATEGORIES= multimedia linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GStreamer1 libav library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://gstreamer.freedesktop.org/ + +LICENSE= LGPL20+ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes +USE_LINUX= ffmpeg-libs gstreamer1 + +CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/multimedia/linux-rl9-gstreamer1-libav/distinfo b/multimedia/linux-rl9-gstreamer1-libav/distinfo new file mode 100644 index 00000000000..8c6b83c7c85 --- /dev/null +++ b/multimedia/linux-rl9-gstreamer1-libav/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1687941076 +SHA256 (rocky/g/gstreamer1-libav-1.18.4-1.el9.aarch64.rpm) = 20f3b26f8c1ad1f2006ff5e22a11b62ef3a64a676cc0655c35e26acabd5f282d +SIZE (rocky/g/gstreamer1-libav-1.18.4-1.el9.aarch64.rpm) = 293545 +SHA256 (rocky/g/gstreamer1-libav-1.18.4-1.el9.x86_64.rpm) = 211ac0bb3d5c278113e047eb808e24d55803884e991423b129d106cce87314c5 +SIZE (rocky/g/gstreamer1-libav-1.18.4-1.el9.x86_64.rpm) = 301203 +SHA256 (rocky/g/gstreamer1-libav-1.18.4-1.el9.src.rpm) = d8e5f32a02665c57458556d0cde19bd0055567376033bb1f2d45d086ed0131bf +SIZE (rocky/g/gstreamer1-libav-1.18.4-1.el9.src.rpm) = 297356 diff --git a/multimedia/linux-rl9-gstreamer1-libav/pkg-plist.aarch64 b/multimedia/linux-rl9-gstreamer1-libav/pkg-plist.aarch64 new file mode 100644 index 00000000000..f373ac17278 --- /dev/null +++ b/multimedia/linux-rl9-gstreamer1-libav/pkg-plist.aarch64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/2b/83d415f161e875ea8c96c79270f37531750047 +usr/lib64/gstreamer-1.0/libgstlibav.so +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md +usr/share/licenses/gstreamer1-libav/COPYING diff --git a/multimedia/linux-rl9-gstreamer1-libav/pkg-plist.amd64 b/multimedia/linux-rl9-gstreamer1-libav/pkg-plist.amd64 new file mode 100644 index 00000000000..2a0bba8bc62 --- /dev/null +++ b/multimedia/linux-rl9-gstreamer1-libav/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/5d/2d15ba0ad4d515bd91c95e5c668d261a463f86 +usr/lib64/gstreamer-1.0/libgstlibav.so +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md +usr/share/licenses/gstreamer1-libav/COPYING diff --git a/multimedia/linux-rl9-gstreamer1/Makefile b/multimedia/linux-rl9-gstreamer1/Makefile new file mode 100644 index 00000000000..020778786fb --- /dev/null +++ b/multimedia/linux-rl9-gstreamer1/Makefile @@ -0,0 +1,33 @@ +PORTNAME= gstreamer1 +PORTVERSION= 1.22.1 +DISTVERSIONSUFFIX= -2.el9 +CATEGORIES= multimedia linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GStreamer1 library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://gstreamer.freedesktop.org/ + +LICENSE= LGPL20+ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libnghttp2 orc vulkan +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ + ${PORTNAME}-plugins-base-${DISTVERSION}-1.el9 \ + ${PORTNAME}-plugins-bad-free-${DISTVERSION}-2.el9_3 \ + ${PORTNAME}-plugins-good-${DISTVERSION}-1.el9 \ + ${PORTNAME}-plugins-ugly-free-${DISTVERSION}-1.el9 + +SRC_DISTFILES= gstreamer1-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + + +.include diff --git a/multimedia/linux-rl9-gstreamer1/distinfo b/multimedia/linux-rl9-gstreamer1/distinfo new file mode 100644 index 00000000000..93a2df3209c --- /dev/null +++ b/multimedia/linux-rl9-gstreamer1/distinfo @@ -0,0 +1,23 @@ +TIMESTAMP = 1707724936 +SHA256 (rocky/g/gstreamer1-1.22.1-2.el9.aarch64.rpm) = 47be74471076177333f21392ec33cc30d1aebaaee4cdbbeaf5924ed5f4eceb9b +SIZE (rocky/g/gstreamer1-1.22.1-2.el9.aarch64.rpm) = 1413330 +SHA256 (rocky/g/gstreamer1-1.22.1-2.el9.x86_64.rpm) = c566aa4b9a0257eacea571ee30b1059d565ef44fbe71a06743e47030d7abb7ae +SIZE (rocky/g/gstreamer1-1.22.1-2.el9.x86_64.rpm) = 1473094 +SHA256 (rocky/g/gstreamer1-plugins-bad-free-1.22.1-2.el9_3.aarch64.rpm) = 15a8bf1e3346bde4c60d708aa6bcd7abc100ba4b3283704c5667d62f57534be7 +SIZE (rocky/g/gstreamer1-plugins-bad-free-1.22.1-2.el9_3.aarch64.rpm) = 2887012 +SHA256 (rocky/g/gstreamer1-plugins-bad-free-1.22.1-2.el9_3.x86_64.rpm) = 5753d463f6861bed1272907fa2b71678b131462134ec59b63f4a5efea3234e9f +SIZE (rocky/g/gstreamer1-plugins-bad-free-1.22.1-2.el9_3.x86_64.rpm) = 3047714 +SHA256 (rocky/g/gstreamer1-plugins-base-1.22.1-1.el9.aarch64.rpm) = da6027931b5b180ad558e4f4ea26144968d43b6fa5ade52d87fa610b796e5021 +SIZE (rocky/g/gstreamer1-plugins-base-1.22.1-1.el9.aarch64.rpm) = 2168273 +SHA256 (rocky/g/gstreamer1-plugins-base-1.22.1-1.el9.x86_64.rpm) = e3994debdd8efa01c24d2b89a8928e9b30601584302399f44eda1b631f3c7459 +SIZE (rocky/g/gstreamer1-plugins-base-1.22.1-1.el9.x86_64.rpm) = 2304292 +SHA256 (rocky/g/gstreamer1-plugins-good-1.22.1-1.el9.aarch64.rpm) = 8cab96700fd70ab42830d6738e01411e18eb0d0d8edceeccb6cf858cbc4f5653 +SIZE (rocky/g/gstreamer1-plugins-good-1.22.1-1.el9.aarch64.rpm) = 2322343 +SHA256 (rocky/g/gstreamer1-plugins-good-1.22.1-1.el9.x86_64.rpm) = 495d7aad7d9748a3ca35d58a5d36a7b465b4258c432877a889ad1857c47d8991 +SIZE (rocky/g/gstreamer1-plugins-good-1.22.1-1.el9.x86_64.rpm) = 2469096 +SHA256 (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.aarch64.rpm) = 34c4fa1d90971ffb84f2a6bd67a7db2472436c95e1df19792c75df01c3b6114c +SIZE (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.aarch64.rpm) = 118331 +SHA256 (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.x86_64.rpm) = 2282573fab9e88a1095a1e06393776610424ad79c069212dde9fb41ca85d7231 +SIZE (rocky/g/gstreamer1-plugins-ugly-free-1.22.1-1.el9.x86_64.rpm) = 121831 +SHA256 (rocky/g/gstreamer1-1.22.1-2.el9.src.rpm) = e18696c8ab6fd5ee13761c8b219090df9974a08dd24412b702e8a47083bed2ab +SIZE (rocky/g/gstreamer1-1.22.1-2.el9.src.rpm) = 1799784 diff --git a/multimedia/linux-rl9-gstreamer1/pkg-plist.aarch64 b/multimedia/linux-rl9-gstreamer1/pkg-plist.aarch64 new file mode 100644 index 00000000000..47818ece60f --- /dev/null +++ b/multimedia/linux-rl9-gstreamer1/pkg-plist.aarch64 @@ -0,0 +1,826 @@ +usr/bin/gst-inspect-1.0 +usr/bin/gst-launch-1.0 +usr/bin/gst-stats-1.0 +usr/bin/gst-transcoder-1.0 +usr/bin/gst-typefind-1.0 +usr/lib/.build-id/00/08a8bed251f2f37bb072242d9e70671c712337 +usr/lib/.build-id/01/055c15742944608cd705fee88862f59d599067 +usr/lib/.build-id/01/a30369e5e84c2871059daa02cc6bb18d62197e +usr/lib/.build-id/02/de1a8a3c83def30b37d2044d0fa9f52175cd5e +usr/lib/.build-id/06/30f7a574c62dad68092d0061d755b4fef472b2 +usr/lib/.build-id/07/0da93d42ec67dc8ed595823a912c104e2ebcce +usr/lib/.build-id/07/cb2a1c23c459da1320d089211d27e57922760c +usr/lib/.build-id/08/19ad2553b8be1710e1f3f1ca88c512fda14511 +usr/lib/.build-id/08/80e36db10fb235398a01a7f7d61291c652b5e1 +usr/lib/.build-id/08/c06f7ed13c2fb84c689ae075c8ee6a0005c2f2 +usr/lib/.build-id/0a/506476d6db4ca002b2726ed928cac00d73d68f +usr/lib/.build-id/0c/5a6f06d3c91241b7f0e819a92d2e2c4dab92c4 +usr/lib/.build-id/0d/621d3be0fc983db38333fd77736cb14d7579e6 +usr/lib/.build-id/0f/7166f945f194de65410e17e6ff2c63ede1bbaa +usr/lib/.build-id/0f/7cb7b831a238586becbf77d0754d19b2657d5d +usr/lib/.build-id/11/49807cc9637ef3bcbad411d59ea5cf56351a1e +usr/lib/.build-id/12/ea4a51b6623739980ca84ef678ae7a4ac87f78 +usr/lib/.build-id/14/76eea83a1a825601c565163dd36296a13b2dbd +usr/lib/.build-id/17/0f7c9c9be961b2e0dc5f666bada93f93d23dbb +usr/lib/.build-id/17/86baa65acda46fe02f934193491b47243fd7c5 +usr/lib/.build-id/18/42a648d86aa6a3ebcdbc008ab078b860059fa2 +usr/lib/.build-id/18/bbcd34aca05fe9ba5a7cf2f96dd6667a4eba0c +usr/lib/.build-id/19/149524942baf12b22fbed809dd170fccbab772 +usr/lib/.build-id/1b/e5136323422fab6b14e287a06fcd4d341b8d49 +usr/lib/.build-id/1d/822d5c208b8732f2996a140fdd00b4bb5d8c1d +usr/lib/.build-id/1d/e59e78cc554bf6180e0dfde255aaf7e4974b7a +usr/lib/.build-id/1e/14a29164b0ad16973208edb79686f86faf24dd +usr/lib/.build-id/1e/b4a34e5327c0c758eddb68d38d8851c8863ce2 +usr/lib/.build-id/1f/149efeaf56c234ee16aa3d12271f254a337e39 +usr/lib/.build-id/1f/52351cd2f3a2093561cbc2f4fb03b629f4f73d +usr/lib/.build-id/20/010b4f08a741c298bde08ef42a34d26dc31ae4 +usr/lib/.build-id/20/5b5ad7a0bc10ab617f33d1bfb856f997298ae7 +usr/lib/.build-id/21/3820bea0deb5133a3aa11bac1334d832b765af +usr/lib/.build-id/22/1938e559c0c6829ce658b778885afc45863026 +usr/lib/.build-id/22/8beb200e183cfec294b41b7b22156828fbf5fa +usr/lib/.build-id/24/883755bec4e56e5eca8980616a0d38b53bb531 +usr/lib/.build-id/25/abe4d496a2410383b76d8807668861144d8bbf +usr/lib/.build-id/26/d5839de933ecc5b98b1ef168d0558b57ae3a41 +usr/lib/.build-id/27/c483b94968788930930d4ba8b8949e27a946f3 +usr/lib/.build-id/28/5ad62d6f89e22bac9bf791ce4b4677f3893246 +usr/lib/.build-id/29/8b96d3a8519c2dc8f2d5e4666a24f7e0cbfbba +usr/lib/.build-id/2a/c0cf2f6fde6f14ea88699391a446d4cc4f6373 +usr/lib/.build-id/2a/ebff7acefcd0c9ebebf76239a75c63099465f8 +usr/lib/.build-id/2c/01c37ecf8e400b99ec862420361b9764c98db5 +usr/lib/.build-id/2c/a32698c76245f08a903960ac67037b6834af7c +usr/lib/.build-id/2d/82e56cd48dbcb757ba0458ae45de30c45ed2b4 +usr/lib/.build-id/2d/c11f486359b83a275a4226d17fdb7094cb13b8 +usr/lib/.build-id/2e/6949d1eb37b1b2a25dc20b0acf6f3015deb432 +usr/lib/.build-id/2f/7e5e7a07150bb8a2b52155d695d168ae86a341 +usr/lib/.build-id/2f/b1ddec5a2bfd18539b8acc3c8be81dde56a622 +usr/lib/.build-id/32/107e38fb930b18c065538140706cb7d0ab3d0d +usr/lib/.build-id/32/533a50f15dba83c2630b0d70118eb328f93a95 +usr/lib/.build-id/33/0314854233ef887bb2ca535835421c7f3813ab +usr/lib/.build-id/33/0c713026496f4099e001c11596c6671d0e60e4 +usr/lib/.build-id/33/48e2dc09f66d3d47a3c6881c39335311f062fc +usr/lib/.build-id/33/df191599aa1571a89d22e25f81caa1cb856fef +usr/lib/.build-id/34/6a52f9cfad1eb536764b0e4b434cd18216b4ae +usr/lib/.build-id/34/f7866ef447b0f9c7a3c2e6efecf79eb5ce357c +usr/lib/.build-id/35/af69bab4f08aab8fbbd045e70ed50143bb42ed +usr/lib/.build-id/36/7b618df81b57bc24dcfddef3f897f521b3066a +usr/lib/.build-id/36/ec725cd543e4f9eb068d93fead313e7557ef09 +usr/lib/.build-id/37/bf8c3849e09b5bd621dd37894b9e8332b05a59 +usr/lib/.build-id/38/5839335a8e7117e9f55c732536dcc07ef839f2 +usr/lib/.build-id/3a/d20d1c7d3362b3ef33ea23f85368bd97af11a8 +usr/lib/.build-id/3d/001e2fea6e525e179525e2dbd14d9b60938ad8 +usr/lib/.build-id/3d/5fb6f122206fab0bce588de9d6624339bd7150 +usr/lib/.build-id/3d/c4cca988676eaa967ac3baa9d9f0902a61be28 +usr/lib/.build-id/3e/2843d1ea025b295cf625930ce9afaa990f00f0 +usr/lib/.build-id/3f/570e007cae6dd6385fb6447821e3e829af0f14 +usr/lib/.build-id/3f/7e19c4d6bfaf7dc14521b60264534dd5bb43f0 +usr/lib/.build-id/40/c2f4c67b8e3087d8abf4a70e3084d30b765162 +usr/lib/.build-id/41/fcc051b09049edf173746aa763dde43b62f4bd +usr/lib/.build-id/43/b4483b6f843a7958020ec7a21f6e10e542f758 +usr/lib/.build-id/44/6d6340ae9b551b8214a482c80a1b33d540eff9 +usr/lib/.build-id/44/c4b56bb7e612ed71a9f0eaa404ef351ac6bafd +usr/lib/.build-id/47/dd458480e1dff1f3b91a7c0a8cb255dc7d1570 +usr/lib/.build-id/48/a0b577ea0109ecc8ae419a8c4810a096251b59 +usr/lib/.build-id/4a/c39f121747f68f726920603d8669d0cdcf3821 +usr/lib/.build-id/4b/de03b6cab87a6e6c0bdd5175cffbdf6d4f7f40 +usr/lib/.build-id/4c/ca030530a6174facb5c3d45d5cf4708147a073 +usr/lib/.build-id/4d/b7c99db6358d2c842ac71e5744f002cca872be +usr/lib/.build-id/50/90b35f5ffbdc1ee4d29fe9c0169fb352e11ab3 +usr/lib/.build-id/52/5d1f2289b8cd072b52c86904d31c143fbdeea5 +usr/lib/.build-id/53/07d023467dae8fe42b7b5d3130c493e1c041ca +usr/lib/.build-id/53/64d48ca97100810d5d2855077b7af1cfc57ec6 +usr/lib/.build-id/53/67f8a0e9c1dfd8173bf3825d49369d669c355d +usr/lib/.build-id/53/8827b8767b7c4ba66f736c5587bd66c5b55087 +usr/lib/.build-id/53/cf83565fab0f1c5b5693d5705643a1184ba06b +usr/lib/.build-id/55/058c0ecfa5d53e679be280524b7602bd22f756 +usr/lib/.build-id/56/af0782e2cc97cb498e7d806e6950e400275c12 +usr/lib/.build-id/5a/be0efe0fe86118a652817eb999f6b468f29b06 +usr/lib/.build-id/5b/936fb8b27414ff1bceb7f548e6272a2aeda506 +usr/lib/.build-id/5c/040289d06c1707c4967a5f60b6c251c7df6688 +usr/lib/.build-id/5c/0ec7c4674cf288c8b3a40d554a6bfc1cb4fff9 +usr/lib/.build-id/5c/1388d1705be2ecd283f48c667a7f814c40547a +usr/lib/.build-id/5c/dfc672bfacf1212704f039f1c2f900e591e699 +usr/lib/.build-id/61/24700bb2e27dad854bac0d0543e452c0d59877 +usr/lib/.build-id/63/b479162434b951cf4aa9f2ddbefc36635a3851 +usr/lib/.build-id/63/c6f3ed4af12386f80128e5371434dc69245476 +usr/lib/.build-id/64/78f09531e8edc030bf39a35d2e8c74ffbd5ffc +usr/lib/.build-id/65/b7aeef448eacb4c9dca0a3936a7e4176f6b14c +usr/lib/.build-id/68/582502ad7b744f7696e69606d5ad81107f37b0 +usr/lib/.build-id/69/2975939407942d4bad017e15f91f234f44ee8e +usr/lib/.build-id/6c/67594e0e3237f7e719670c070f12dbbffd972d +usr/lib/.build-id/6d/1a1fbd9cfc750a72d512a31dbe545b18f11154 +usr/lib/.build-id/6d/8b0b98c7d262ea5c6ddea20721c7db38441f9d +usr/lib/.build-id/6d/9b3f47188bb09c78c857c1b44bc9e3a9bc84ee +usr/lib/.build-id/6e/e9759c4ddc477c41869cada40a7c148ca3f4c3 +usr/lib/.build-id/6f/753e8d8a5b19ccc2068122e79b3efa8c6c717f +usr/lib/.build-id/6f/b4d1919d2f37f2699169bd5f9caf65e7228b85 +usr/lib/.build-id/73/c3c4d85e28c11d45bd4ce7a38ae62c6b65b8c9 +usr/lib/.build-id/74/649b713aa8bcdda6d95541e55ee2f346620dc2 +usr/lib/.build-id/76/11561fb56603c728a3483964f2087e5b33fb50 +usr/lib/.build-id/76/96a09b4c8e6ae3b8fbda9ac8a29b8bd5f2ba24 +usr/lib/.build-id/7a/7eb5d7fa0154dc6f56d9980f3593ed87ed0f23 +usr/lib/.build-id/7a/8e78dbba3bd9ceb8e6e5b768264e745aff4a59 +usr/lib/.build-id/7b/e2ae200fd61632d5d1327589f0e83fd20bb014 +usr/lib/.build-id/7c/259df80b5d3c3ad09979b3d3c027724de29347 +usr/lib/.build-id/80/2af0967fa80834f29c30f57a9f1ca41b58a54e +usr/lib/.build-id/80/79a423613d667ac56ea4e46bf5d84ae43ff09d +usr/lib/.build-id/80/c619cca6a168771124a9eebb65777961835c2c +usr/lib/.build-id/81/6f65df48cd3f1ab9a1c255ea67e6c0aa5a9a79 +usr/lib/.build-id/82/792412b9890d7645a4e1805b4e2881cbed27b8 +usr/lib/.build-id/82/ffd7676f7b22bf85bf3a65ba7de43e974acbfe +usr/lib/.build-id/86/de19a0d9afbcf59994e315fc43bc3dc375cf47 +usr/lib/.build-id/88/14defedabd0b81bdcb5d784048ef530e48e946 +usr/lib/.build-id/88/cabdf12690a52cbcfdb843f1bd223f01928c2d +usr/lib/.build-id/8b/9c69e4a69ea3118280884bf7a1e15cb5e26118 +usr/lib/.build-id/8d/2b4a9befffda466ebc267ef51b236baca929f0 +usr/lib/.build-id/8d/6bc707b6f5113a22426c9827f7e28f5f870b61 +usr/lib/.build-id/8d/9b52e3937a2b14a0888b94f5182e748f000ff9 +usr/lib/.build-id/8f/c71161454da9d1251db2853f7a2663f9fa8023 +usr/lib/.build-id/8f/f36f9ea7efed2a06e51d4736fb5ebb72049d3a +usr/lib/.build-id/91/4fb76dafe481841107be4ec1bab01aa9dae864 +usr/lib/.build-id/93/183f89182ab72a81bf307beb18de5192ca0522 +usr/lib/.build-id/94/89122ebc3dc64d11f18721131bc9ab8c52ae66 +usr/lib/.build-id/95/d62e37e8382999fa981344a962448eed83eeb6 +usr/lib/.build-id/96/2feecd9e12041539665cc326a19e0409b3f336 +usr/lib/.build-id/96/af002fa75dfa73090b285c0f9e9cd6d8266384 +usr/lib/.build-id/97/7e706ef6e50205e4f129af4ae8ad35348739bb +usr/lib/.build-id/98/a1bda052e4ced6744c858a8bf9c2210085a77e +usr/lib/.build-id/99/e5e5e763e64f2f0cdccbdca08c7605c963a39e +usr/lib/.build-id/99/eb99933a63a8057ab95518ccee92889813af72 +usr/lib/.build-id/9a/f5df72e86b4726610fce66d1d414bb6dc03716 +usr/lib/.build-id/9c/9c64533ae4ccbac6a668f65ee484f4c2abf6b6 +usr/lib/.build-id/9d/c13d89376ef6c3df8ef27e0fbab4175f46317c +usr/lib/.build-id/a0/217b8bc718294409c14efffa6bbe0296d3d8bc +usr/lib/.build-id/a0/276a5567cf4c578b6d46a8048aa76aa3908190 +usr/lib/.build-id/a0/7e06a17b456aed4e49c9389fe7fb6643dc86c8 +usr/lib/.build-id/a3/1e2e10b4cc497e3eb3696653992c9e59e26841 +usr/lib/.build-id/a3/9fe2288f98f895eb473c3e8bb221fde2051e12 +usr/lib/.build-id/a5/2ea422331e4d810277d8931de40c3bf30dbb14 +usr/lib/.build-id/a7/5fc9cae84ff4b7cee18c79014c9ef1f6839db3 +usr/lib/.build-id/aa/12e7c611d3af62818ba66185b66cb7f9d8128f +usr/lib/.build-id/aa/31db681b912a338005c1dd7ed8af6506bde8e4 +usr/lib/.build-id/aa/da6bbf61d90a1d3fcf42b3f3e06e03d607b447 +usr/lib/.build-id/ab/359e684618ff8e0f7019fad261378e01966bce +usr/lib/.build-id/ad/273fee6b8fa1e6e736944fb65aca1837a5be0d +usr/lib/.build-id/b0/03b65a02bfc12124887d12ecb1db173c23c0a8 +usr/lib/.build-id/b1/c878e92c05bd5c73756df327036badd59b6f7a +usr/lib/.build-id/b3/19891548f086541492cd49b25754eeba545afd +usr/lib/.build-id/b3/aa9ff7734e98423f67b5b52103c4c76c568fb6 +usr/lib/.build-id/b4/4d1ecbc43ca7ec9914dad13d625018798e2e39 +usr/lib/.build-id/b4/f1d69dc3dbb5088a126438164236410c5db990 +usr/lib/.build-id/b5/f121d3d3875cf51f86c70fc2e6d28b6395df53 +usr/lib/.build-id/b9/8e305a5772840adc810d2f40d09b68326f2cc0 +usr/lib/.build-id/b9/f72308ca907d16f0bba8fa4dc85be9825bc451 +usr/lib/.build-id/ba/39b9bc5cc2b3d26406b4720bb3e5daf95f73e7 +usr/lib/.build-id/ba/5d4c80f5b9bf7600a4f2acce417f092b5adda7 +usr/lib/.build-id/bb/24373d904b8f9536f7eee684fb581ca194c81b +usr/lib/.build-id/bc/02c0c684da6e9b154516c3d4f368f9745fc9b6 +usr/lib/.build-id/bc/ae8c06e5c2faa1cde2391721fb269aac2a7f3d +usr/lib/.build-id/be/958925c354090b76aba0a622b35d08894dc9db +usr/lib/.build-id/c0/34ba2f9c85820b96cd6cf6f950681963c336e5 +usr/lib/.build-id/c2/d9ffd20c5115df8ec637552e2fd4c2139c5907 +usr/lib/.build-id/c3/befecd89f6ab3c43a790b022b06a199e6a189f +usr/lib/.build-id/c5/a2151f68152312dd6edcc146cb3356ee39cb54 +usr/lib/.build-id/c7/5d2d580be3205727390c05a1d1c10f5e297eaa +usr/lib/.build-id/c7/c0c26ff94d743b32e4db115641693a6f0b1638 +usr/lib/.build-id/c8/303fb09a86a79d399eefabaf120362fe479dd1 +usr/lib/.build-id/c8/6087f57a9b9548c4747e705486962a30025ad1 +usr/lib/.build-id/c9/0a4bc93bafe570554f533ee43d9fcb37232852 +usr/lib/.build-id/ca/4299d6d2baa379bebd52b5f012328485a386bf +usr/lib/.build-id/cc/98c1e60322d23df94aab72a901452eaf3b1d68 +usr/lib/.build-id/cd/7bf3e3ba0533dd6dc1d214563f15290399ee37 +usr/lib/.build-id/cd/8e866f5986d48f0d497277401fdbdb3900c4bf +usr/lib/.build-id/ce/4775b95e04efdb49487d527ed94a8a0a6147d1 +usr/lib/.build-id/ce/bd0d2f8796d05946f9bac68c236efddcbef55d +usr/lib/.build-id/d0/2f49ec3f6ac9751524d722f135bc603ce69797 +usr/lib/.build-id/d3/3c0d8f7aa40ad8b07786bb36a0e2e3274ee51d +usr/lib/.build-id/d3/6cdb168b0e0e1443c9581c5f77cd0de28ff18e +usr/lib/.build-id/d5/bf692c20bd4aa308c3d8f66dac3352c3c45c3a +usr/lib/.build-id/d6/4ced990fc1ebd7211df30b4bfa775c0c1eb685 +usr/lib/.build-id/d6/79975953f22103516cdd91a7660eaa08b36411 +usr/lib/.build-id/d8/2c6bfc36b5ca0e03e208cf7fa0ec5c844a8dc5 +usr/lib/.build-id/d8/d485c04c4fcb03d806487b92888204be37e080 +usr/lib/.build-id/d9/0348e83ce0c18db42b14f2bcebc08d6d3d9064 +usr/lib/.build-id/d9/28de03698cfc176bf4da520fdc55d9c29d5c42 +usr/lib/.build-id/d9/73bc8f022758449060718090ada81c772516b3 +usr/lib/.build-id/d9/b875e514c8d9bf0379592536bdd8ed07965f18 +usr/lib/.build-id/da/71303c36e28feca5ffbbf00906fd74af6185d2 +usr/lib/.build-id/dc/06c0982a25994b8cb66ca51eb03583047c4c63 +usr/lib/.build-id/dc/c856e1b3e9ca23c5adbb471854e91c1115856b +usr/lib/.build-id/dd/130bb04e64b7e5cdae5aa7bb33bb41ee9c2507 +usr/lib/.build-id/df/3b4fbb4c24e71b2ec1708d3fc24c5d273da86d +usr/lib/.build-id/df/7f228c7cee433ad875d39feb45ea9f5d2eaf03 +usr/lib/.build-id/df/e679a4e679992c63e0cf58e981cbc2d6d2dbef +usr/lib/.build-id/df/f821693727c8b8f52989a6ee0eccf433e2b790 +usr/lib/.build-id/e1/1030beedf7d223de5a06ec4fd0c521b956f6ef +usr/lib/.build-id/e1/8ca2d9f425bd0cf512741a8e8bbcb4e1f1ead0 +usr/lib/.build-id/e1/b614301f28eafd4acc328ae65908e394b33e99 +usr/lib/.build-id/e3/2aa17b3813b49136890603a1bdb5dc2eb10534 +usr/lib/.build-id/e8/072331d36214697fef604ca479bc5209be1d4f +usr/lib/.build-id/e9/2ff82ba762087f8322f95c5a464c7ced0c9d41 +usr/lib/.build-id/ea/62016fb681e4596b354d88126e4b6123ca7581 +usr/lib/.build-id/ea/d59ddfd289cc7d98baa4839af8874a9e6fe9f5 +usr/lib/.build-id/eb/37a68e4951bed1c2745ea099643d3533770d97 +usr/lib/.build-id/ec/48c8d27c699331f3d2f71076f2d6d23aaded7e +usr/lib/.build-id/ee/1eb2ce079ac956b488e1653498ba1a5e3442f6 +usr/lib/.build-id/ef/50277fb4df404e19a5220f7b4058bcd106ec39 +usr/lib/.build-id/ef/91a3772aea6e71ce17e9dc87f890ce3cfe9186 +usr/lib/.build-id/f0/04e2268582491b6acc3bb5eb9db0a453bcf4ad +usr/lib/.build-id/f0/54f89f6402c59ad19d1aee984c04067b53adb0 +usr/lib/.build-id/f0/ad6f23de56a802d5c1c494ad75da0361de3e7b +usr/lib/.build-id/f0/b839300eaf39b5261c6d07cbc02bf896544ca9 +usr/lib/.build-id/f2/71920bb60a3e147a9342417ba2198e546cce58 +usr/lib/.build-id/f3/16a0c7582fb72c31e9d1c5c9fab85ea08a7be0 +usr/lib/.build-id/f3/51faaaad82e72f0e56bd1397b9e735d37bc35d +usr/lib/.build-id/f7/3bd6c0a94af613409bdf4db82e719a6596ada7 +usr/lib/.build-id/f7/ceda8cbf2212e5f8cc6149f63f5376107ad62e +usr/lib/.build-id/f7/e82d949fbd53c3185eea5731fb1705d9b07767 +usr/lib/.build-id/f8/d4f16147b195692459da14baa0b906bfb70b96 +usr/lib/.build-id/f8/e011487df73a1a9cc3d483a52f5e4bba30f23e +usr/lib/.build-id/f9/556aeada9ef80e7a781baf0c01519eda56b969 +usr/lib/.build-id/f9/64578c7613f52df77c21a83b6ac210ccd61920 +usr/lib/.build-id/f9/9197ea28a09b3202e3400a0fb2f40c7cda3e6e +usr/lib/.build-id/fa/84eb56d536774ddb7271891a63024c6f072738 +usr/lib/.build-id/fd/34d7215484fd76265054e90144bd68f1a9aa1f +usr/lib/.build-id/fe/1c6607c0a678c8b69c73bddef13428ab34a1a8 +usr/lib/.build-id/fe/233b1cf8da5d70d98ab464b4f73a0e00c8afa7 +usr/lib/.build-id/ff/60481b097e901030fe8e5dbbfdc0cab9dbe6f5 +usr/lib/rpm/fileattrs/gstreamer1.attr +usr/lib/rpm/gstreamer1.prov +usr/lib64/girepository-1.0/CudaGst-1.0.typelib +usr/lib64/girepository-1.0/Gst-1.0.typelib +usr/lib64/girepository-1.0/GstAllocators-1.0.typelib +usr/lib64/girepository-1.0/GstApp-1.0.typelib +usr/lib64/girepository-1.0/GstAudio-1.0.typelib +usr/lib64/girepository-1.0/GstBadAudio-1.0.typelib +usr/lib64/girepository-1.0/GstBase-1.0.typelib +usr/lib64/girepository-1.0/GstCheck-1.0.typelib +usr/lib64/girepository-1.0/GstCodecs-1.0.typelib +usr/lib64/girepository-1.0/GstController-1.0.typelib +usr/lib64/girepository-1.0/GstCuda-1.0.typelib +usr/lib64/girepository-1.0/GstGL-1.0.typelib +usr/lib64/girepository-1.0/GstGLEGL-1.0.typelib +usr/lib64/girepository-1.0/GstGLWayland-1.0.typelib +usr/lib64/girepository-1.0/GstGLX11-1.0.typelib +usr/lib64/girepository-1.0/GstInsertBin-1.0.typelib +usr/lib64/girepository-1.0/GstMpegts-1.0.typelib +usr/lib64/girepository-1.0/GstNet-1.0.typelib +usr/lib64/girepository-1.0/GstPbutils-1.0.typelib +usr/lib64/girepository-1.0/GstPlay-1.0.typelib +usr/lib64/girepository-1.0/GstPlayer-1.0.typelib +usr/lib64/girepository-1.0/GstRtp-1.0.typelib +usr/lib64/girepository-1.0/GstRtsp-1.0.typelib +usr/lib64/girepository-1.0/GstSdp-1.0.typelib +usr/lib64/girepository-1.0/GstTag-1.0.typelib +usr/lib64/girepository-1.0/GstTranscoder-1.0.typelib +usr/lib64/girepository-1.0/GstVideo-1.0.typelib +usr/lib64/girepository-1.0/GstVulkan-1.0.typelib +usr/lib64/girepository-1.0/GstVulkanWayland-1.0.typelib +usr/lib64/girepository-1.0/GstWebRTC-1.0.typelib +usr/lib64/gstreamer-1.0/libgsta52dec.so +usr/lib64/gstreamer-1.0/libgstaccurip.so +usr/lib64/gstreamer-1.0/libgstadaptivedemux2.so +usr/lib64/gstreamer-1.0/libgstadder.so +usr/lib64/gstreamer-1.0/libgstadpcmdec.so +usr/lib64/gstreamer-1.0/libgstadpcmenc.so +usr/lib64/gstreamer-1.0/libgstaes.so +usr/lib64/gstreamer-1.0/libgstaiff.so +usr/lib64/gstreamer-1.0/libgstalaw.so +usr/lib64/gstreamer-1.0/libgstalpha.so +usr/lib64/gstreamer-1.0/libgstalphacolor.so +usr/lib64/gstreamer-1.0/libgstalsa.so +usr/lib64/gstreamer-1.0/libgstapetag.so +usr/lib64/gstreamer-1.0/libgstapp.so +usr/lib64/gstreamer-1.0/libgstasfmux.so +usr/lib64/gstreamer-1.0/libgstaudiobuffersplit.so +usr/lib64/gstreamer-1.0/libgstaudioconvert.so +usr/lib64/gstreamer-1.0/libgstaudiofx.so +usr/lib64/gstreamer-1.0/libgstaudiofxbad.so +usr/lib64/gstreamer-1.0/libgstaudiolatency.so +usr/lib64/gstreamer-1.0/libgstaudiomixer.so +usr/lib64/gstreamer-1.0/libgstaudiomixmatrix.so +usr/lib64/gstreamer-1.0/libgstaudioparsers.so +usr/lib64/gstreamer-1.0/libgstaudiorate.so +usr/lib64/gstreamer-1.0/libgstaudioresample.so +usr/lib64/gstreamer-1.0/libgstaudiotestsrc.so +usr/lib64/gstreamer-1.0/libgstaudiovisualizers.so +usr/lib64/gstreamer-1.0/libgstauparse.so +usr/lib64/gstreamer-1.0/libgstautoconvert.so +usr/lib64/gstreamer-1.0/libgstautodetect.so +usr/lib64/gstreamer-1.0/libgstavi.so +usr/lib64/gstreamer-1.0/libgstbayer.so +usr/lib64/gstreamer-1.0/libgstbluez.so +usr/lib64/gstreamer-1.0/libgstbz2.so +usr/lib64/gstreamer-1.0/libgstcairo.so +usr/lib64/gstreamer-1.0/libgstcamerabin.so +usr/lib64/gstreamer-1.0/libgstcdio.so +usr/lib64/gstreamer-1.0/libgstclosedcaption.so +usr/lib64/gstreamer-1.0/libgstcodecalpha.so +usr/lib64/gstreamer-1.0/libgstcodectimestamper.so +usr/lib64/gstreamer-1.0/libgstcoloreffects.so +usr/lib64/gstreamer-1.0/libgstcolormanagement.so +usr/lib64/gstreamer-1.0/libgstcompositor.so +usr/lib64/gstreamer-1.0/libgstcoreelements.so +usr/lib64/gstreamer-1.0/libgstcoretracers.so +usr/lib64/gstreamer-1.0/libgstcutter.so +usr/lib64/gstreamer-1.0/libgstdash.so +usr/lib64/gstreamer-1.0/libgstdebug.so +usr/lib64/gstreamer-1.0/libgstdebugutilsbad.so +usr/lib64/gstreamer-1.0/libgstdeinterlace.so +usr/lib64/gstreamer-1.0/libgstdtls.so +usr/lib64/gstreamer-1.0/libgstdtmf.so +usr/lib64/gstreamer-1.0/libgstdvb.so +usr/lib64/gstreamer-1.0/libgstdvbsubenc.so +usr/lib64/gstreamer-1.0/libgstdvdread.so +usr/lib64/gstreamer-1.0/libgsteffectv.so +usr/lib64/gstreamer-1.0/libgstencoding.so +usr/lib64/gstreamer-1.0/libgstequalizer.so +usr/lib64/gstreamer-1.0/libgstfaceoverlay.so +usr/lib64/gstreamer-1.0/libgstfdkaac.so +usr/lib64/gstreamer-1.0/libgstfestival.so +usr/lib64/gstreamer-1.0/libgstfieldanalysis.so +usr/lib64/gstreamer-1.0/libgstflac.so +usr/lib64/gstreamer-1.0/libgstflv.so +usr/lib64/gstreamer-1.0/libgstflxdec.so +usr/lib64/gstreamer-1.0/libgstfreeverb.so +usr/lib64/gstreamer-1.0/libgstfrei0r.so +usr/lib64/gstreamer-1.0/libgstgaudieffects.so +usr/lib64/gstreamer-1.0/libgstgdkpixbuf.so +usr/lib64/gstreamer-1.0/libgstgdp.so +usr/lib64/gstreamer-1.0/libgstgeometrictransform.so +usr/lib64/gstreamer-1.0/libgstgio.so +usr/lib64/gstreamer-1.0/libgstgoom.so +usr/lib64/gstreamer-1.0/libgstgoom2k1.so +usr/lib64/gstreamer-1.0/libgstgsm.so +usr/lib64/gstreamer-1.0/libgstgtkwayland.so +usr/lib64/gstreamer-1.0/libgsthls.so +usr/lib64/gstreamer-1.0/libgsticydemux.so +usr/lib64/gstreamer-1.0/libgstid3demux.so +usr/lib64/gstreamer-1.0/libgstid3tag.so +usr/lib64/gstreamer-1.0/libgstimagefreeze.so +usr/lib64/gstreamer-1.0/libgstinter.so +usr/lib64/gstreamer-1.0/libgstinterlace.so +usr/lib64/gstreamer-1.0/libgstinterleave.so +usr/lib64/gstreamer-1.0/libgstipcpipeline.so +usr/lib64/gstreamer-1.0/libgstisomp4.so +usr/lib64/gstreamer-1.0/libgstivfparse.so +usr/lib64/gstreamer-1.0/libgstivtc.so +usr/lib64/gstreamer-1.0/libgstjp2kdecimator.so +usr/lib64/gstreamer-1.0/libgstjpeg.so +usr/lib64/gstreamer-1.0/libgstjpegformat.so +usr/lib64/gstreamer-1.0/libgstkms.so +usr/lib64/gstreamer-1.0/libgstlame.so +usr/lib64/gstreamer-1.0/libgstlegacyrawparse.so +usr/lib64/gstreamer-1.0/libgstlevel.so +usr/lib64/gstreamer-1.0/libgstlibvisual.so +usr/lib64/gstreamer-1.0/libgstmatroska.so +usr/lib64/gstreamer-1.0/libgstmidi.so +usr/lib64/gstreamer-1.0/libgstmpeg2dec.so +usr/lib64/gstreamer-1.0/libgstmpegpsdemux.so +usr/lib64/gstreamer-1.0/libgstmpegpsmux.so +usr/lib64/gstreamer-1.0/libgstmpegtsdemux.so +usr/lib64/gstreamer-1.0/libgstmpegtsmux.so +usr/lib64/gstreamer-1.0/libgstmpg123.so +usr/lib64/gstreamer-1.0/libgstmulaw.so +usr/lib64/gstreamer-1.0/libgstmultifile.so +usr/lib64/gstreamer-1.0/libgstmultipart.so +usr/lib64/gstreamer-1.0/libgstmxf.so +usr/lib64/gstreamer-1.0/libgstnavigationtest.so +usr/lib64/gstreamer-1.0/libgstnetsim.so +usr/lib64/gstreamer-1.0/libgstnvcodec.so +usr/lib64/gstreamer-1.0/libgstogg.so +usr/lib64/gstreamer-1.0/libgstopengl.so +usr/lib64/gstreamer-1.0/libgstopus.so +usr/lib64/gstreamer-1.0/libgstopusparse.so +usr/lib64/gstreamer-1.0/libgstoss4.so +usr/lib64/gstreamer-1.0/libgstossaudio.so +usr/lib64/gstreamer-1.0/libgstoverlaycomposition.so +usr/lib64/gstreamer-1.0/libgstpango.so +usr/lib64/gstreamer-1.0/libgstpbtypes.so +usr/lib64/gstreamer-1.0/libgstpcapparse.so +usr/lib64/gstreamer-1.0/libgstplayback.so +usr/lib64/gstreamer-1.0/libgstpng.so +usr/lib64/gstreamer-1.0/libgstpnm.so +usr/lib64/gstreamer-1.0/libgstproxy.so +usr/lib64/gstreamer-1.0/libgstpulseaudio.so +usr/lib64/gstreamer-1.0/libgstrawparse.so +usr/lib64/gstreamer-1.0/libgstremovesilence.so +usr/lib64/gstreamer-1.0/libgstreplaygain.so +usr/lib64/gstreamer-1.0/libgstresindvd.so +usr/lib64/gstreamer-1.0/libgstrfbsrc.so +usr/lib64/gstreamer-1.0/libgstrist.so +usr/lib64/gstreamer-1.0/libgstrsvg.so +usr/lib64/gstreamer-1.0/libgstrtmp2.so +usr/lib64/gstreamer-1.0/libgstrtp.so +usr/lib64/gstreamer-1.0/libgstrtpmanager.so +usr/lib64/gstreamer-1.0/libgstrtpmanagerbad.so +usr/lib64/gstreamer-1.0/libgstrtponvif.so +usr/lib64/gstreamer-1.0/libgstrtsp.so +usr/lib64/gstreamer-1.0/libgstsctp.so +usr/lib64/gstreamer-1.0/libgstsdpelem.so +usr/lib64/gstreamer-1.0/libgstsegmentclip.so +usr/lib64/gstreamer-1.0/libgstshapewipe.so +usr/lib64/gstreamer-1.0/libgstshm.so +usr/lib64/gstreamer-1.0/libgstshout2.so +usr/lib64/gstreamer-1.0/libgstsmooth.so +usr/lib64/gstreamer-1.0/libgstsmoothstreaming.so +usr/lib64/gstreamer-1.0/libgstsmpte.so +usr/lib64/gstreamer-1.0/libgstsndfile.so +usr/lib64/gstreamer-1.0/libgstsoundtouch.so +usr/lib64/gstreamer-1.0/libgstsoup.so +usr/lib64/gstreamer-1.0/libgstspectrum.so +usr/lib64/gstreamer-1.0/libgstspeed.so +usr/lib64/gstreamer-1.0/libgstspeex.so +usr/lib64/gstreamer-1.0/libgstsrtp.so +usr/lib64/gstreamer-1.0/libgstsubenc.so +usr/lib64/gstreamer-1.0/libgstsubparse.so +usr/lib64/gstreamer-1.0/libgstswitchbin.so +usr/lib64/gstreamer-1.0/libgsttaglib.so +usr/lib64/gstreamer-1.0/libgsttcp.so +usr/lib64/gstreamer-1.0/libgsttheora.so +usr/lib64/gstreamer-1.0/libgsttimecode.so +usr/lib64/gstreamer-1.0/libgsttranscode.so +usr/lib64/gstreamer-1.0/libgsttwolame.so +usr/lib64/gstreamer-1.0/libgsttypefindfunctions.so +usr/lib64/gstreamer-1.0/libgstudp.so +usr/lib64/gstreamer-1.0/libgstuvch264.so +usr/lib64/gstreamer-1.0/libgstv4l2codecs.so +usr/lib64/gstreamer-1.0/libgstvideo4linux2.so +usr/lib64/gstreamer-1.0/libgstvideobox.so +usr/lib64/gstreamer-1.0/libgstvideoconvertscale.so +usr/lib64/gstreamer-1.0/libgstvideocrop.so +usr/lib64/gstreamer-1.0/libgstvideofilter.so +usr/lib64/gstreamer-1.0/libgstvideofiltersbad.so +usr/lib64/gstreamer-1.0/libgstvideoframe_audiolevel.so +usr/lib64/gstreamer-1.0/libgstvideomixer.so +usr/lib64/gstreamer-1.0/libgstvideoparsersbad.so +usr/lib64/gstreamer-1.0/libgstvideorate.so +usr/lib64/gstreamer-1.0/libgstvideosignal.so +usr/lib64/gstreamer-1.0/libgstvideotestsrc.so +usr/lib64/gstreamer-1.0/libgstvmnc.so +usr/lib64/gstreamer-1.0/libgstvolume.so +usr/lib64/gstreamer-1.0/libgstvorbis.so +usr/lib64/gstreamer-1.0/libgstvpx.so +usr/lib64/gstreamer-1.0/libgstvulkan.so +usr/lib64/gstreamer-1.0/libgstwavenc.so +usr/lib64/gstreamer-1.0/libgstwavpack.so +usr/lib64/gstreamer-1.0/libgstwavparse.so +usr/lib64/gstreamer-1.0/libgstwaylandsink.so +usr/lib64/gstreamer-1.0/libgstwebp.so +usr/lib64/gstreamer-1.0/libgstwebrtcdsp.so +usr/lib64/gstreamer-1.0/libgstximagesink.so +usr/lib64/gstreamer-1.0/libgstximagesrc.so +usr/lib64/gstreamer-1.0/libgstxingmux.so +usr/lib64/gstreamer-1.0/libgstxvimagesink.so +usr/lib64/gstreamer-1.0/libgsty4mdec.so +usr/lib64/gstreamer-1.0/libgsty4menc.so +usr/lib64/libgstadaptivedemux-1.0.so.0 +usr/lib64/libgstadaptivedemux-1.0.so.0.2201.0 +usr/lib64/libgstallocators-1.0.so.0 +usr/lib64/libgstallocators-1.0.so.0.2201.0 +usr/lib64/libgstapp-1.0.so.0 +usr/lib64/libgstapp-1.0.so.0.2201.0 +usr/lib64/libgstaudio-1.0.so.0 +usr/lib64/libgstaudio-1.0.so.0.2201.0 +usr/lib64/libgstbadaudio-1.0.so.0 +usr/lib64/libgstbadaudio-1.0.so.0.2201.0 +usr/lib64/libgstbase-1.0.so.0 +usr/lib64/libgstbase-1.0.so.0.2201.0 +usr/lib64/libgstbasecamerabinsrc-1.0.so.0 +usr/lib64/libgstbasecamerabinsrc-1.0.so.0.2201.0 +usr/lib64/libgstcheck-1.0.so.0 +usr/lib64/libgstcheck-1.0.so.0.2201.0 +usr/lib64/libgstcodecparsers-1.0.so.0 +usr/lib64/libgstcodecparsers-1.0.so.0.2201.0 +usr/lib64/libgstcodecs-1.0.so.0 +usr/lib64/libgstcodecs-1.0.so.0.2201.0 +usr/lib64/libgstcontroller-1.0.so.0 +usr/lib64/libgstcontroller-1.0.so.0.2201.0 +usr/lib64/libgstcuda-1.0.so.0 +usr/lib64/libgstcuda-1.0.so.0.2201.0 +usr/lib64/libgstfft-1.0.so.0 +usr/lib64/libgstfft-1.0.so.0.2201.0 +usr/lib64/libgstgl-1.0.so.0 +usr/lib64/libgstgl-1.0.so.0.2201.0 +usr/lib64/libgstinsertbin-1.0.so.0 +usr/lib64/libgstinsertbin-1.0.so.0.2201.0 +usr/lib64/libgstisoff-1.0.so.0 +usr/lib64/libgstisoff-1.0.so.0.2201.0 +usr/lib64/libgstmpegts-1.0.so.0 +usr/lib64/libgstmpegts-1.0.so.0.2201.0 +usr/lib64/libgstnet-1.0.so.0 +usr/lib64/libgstnet-1.0.so.0.2201.0 +usr/lib64/libgstpbutils-1.0.so.0 +usr/lib64/libgstpbutils-1.0.so.0.2201.0 +usr/lib64/libgstphotography-1.0.so.0 +usr/lib64/libgstphotography-1.0.so.0.2201.0 +usr/lib64/libgstplay-1.0.so.0 +usr/lib64/libgstplay-1.0.so.0.2201.0 +usr/lib64/libgstplayer-1.0.so.0 +usr/lib64/libgstplayer-1.0.so.0.2201.0 +usr/lib64/libgstreamer-1.0.so.0 +usr/lib64/libgstreamer-1.0.so.0.2201.0 +usr/lib64/libgstriff-1.0.so.0 +usr/lib64/libgstriff-1.0.so.0.2201.0 +usr/lib64/libgstrtp-1.0.so.0 +usr/lib64/libgstrtp-1.0.so.0.2201.0 +usr/lib64/libgstrtsp-1.0.so.0 +usr/lib64/libgstrtsp-1.0.so.0.2201.0 +usr/lib64/libgstsctp-1.0.so.0 +usr/lib64/libgstsctp-1.0.so.0.2201.0 +usr/lib64/libgstsdp-1.0.so.0 +usr/lib64/libgstsdp-1.0.so.0.2201.0 +usr/lib64/libgsttag-1.0.so.0 +usr/lib64/libgsttag-1.0.so.0.2201.0 +usr/lib64/libgsttranscoder-1.0.so.0 +usr/lib64/libgsturidownloader-1.0.so.0 +usr/lib64/libgsturidownloader-1.0.so.0.2201.0 +usr/lib64/libgstvideo-1.0.so.0 +usr/lib64/libgstvideo-1.0.so.0.2201.0 +usr/lib64/libgstvulkan-1.0.so.0 +usr/lib64/libgstvulkan-1.0.so.0.2201.0 +usr/lib64/libgstwayland-1.0.so.0 +usr/lib64/libgstwayland-1.0.so.0.2201.0 +usr/lib64/libgstwebrtc-1.0.so.0 +usr/lib64/libgstwebrtc-1.0.so.0.2201.0 +usr/libexec/gstreamer-1.0/gst-completion-helper +usr/libexec/gstreamer-1.0/gst-hotdoc-plugins-scanner +usr/libexec/gstreamer-1.0/gst-plugin-scanner +usr/libexec/gstreamer-1.0/gst-plugins-doc-cache-generator +usr/libexec/gstreamer-1.0/gst-ptp-helper +usr/share/appdata/gstreamer-base.appdata.xml +usr/share/appdata/gstreamer-ugly-free.appdata.xml +usr/share/bash-completion/completions/gst-inspect-1.0 +usr/share/bash-completion/completions/gst-launch-1.0 +usr/share/bash-completion/helpers/gst +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/NEWS +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/README.md +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/RELEASE +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/REQUIREMENTS +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/NEWS +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/README.md +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/RELEASE +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/REQUIREMENTS +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/NEWS +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/README.md +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/RELEASE +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/REQUIREMENTS +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/NEWS +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/README.md +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/RELEASE +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/REQUIREMENTS +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%/RELEASE +usr/share/gstreamer-1.0/encoding-profiles/device/dvd.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/avi.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/flv.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/mkv.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/mp3.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/mp4.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/oga.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/ogv.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/ts.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/webm.gep +usr/share/gstreamer-1.0/encoding-profiles/online-services/youtube.gep +usr/share/gstreamer-1.0/presets/GstFreeverb.prs +usr/share/gstreamer-1.0/presets/GstIirEqualizer10Bands.prs +usr/share/gstreamer-1.0/presets/GstIirEqualizer3Bands.prs +usr/share/gstreamer-1.0/presets/GstQTMux.prs +usr/share/gstreamer-1.0/presets/GstVP8Enc.prs +usr/share/licenses/gstreamer1-plugins-bad-free/COPYING +usr/share/licenses/gstreamer1-plugins-base/COPYING +usr/share/licenses/gstreamer1-plugins-good/COPYING +usr/share/licenses/gstreamer1-plugins-ugly-free/COPYING +usr/share/licenses/gstreamer1/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/mt/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +usr/share/man/man1/gst-inspect-1.0.1.gz +usr/share/man/man1/gst-launch-1.0.1.gz +usr/share/man/man1/gst-stats-1.0.1.gz +usr/share/man/man1/gst-typefind-1.0.1.gz +usr/share/metainfo/gstreamer-bad-free.appdata.xml +usr/share/metainfo/gstreamer-good.appdata.xml diff --git a/multimedia/linux-rl9-gstreamer1/pkg-plist.amd64 b/multimedia/linux-rl9-gstreamer1/pkg-plist.amd64 new file mode 100644 index 00000000000..27e15026a48 --- /dev/null +++ b/multimedia/linux-rl9-gstreamer1/pkg-plist.amd64 @@ -0,0 +1,826 @@ +usr/bin/gst-inspect-1.0 +usr/bin/gst-launch-1.0 +usr/bin/gst-stats-1.0 +usr/bin/gst-transcoder-1.0 +usr/bin/gst-typefind-1.0 +usr/lib/.build-id/00/c9298711d0aa751ff101da681f7b75325e41f9 +usr/lib/.build-id/00/da48e789ebfee3e22ff183109917e0720dfbbc +usr/lib/.build-id/03/20309a522f6c0f8823157d80867b9680520559 +usr/lib/.build-id/03/3354482202702208477ff29d4895bf75b82295 +usr/lib/.build-id/03/7bf415a7bc3e984e96cc67301def4d1b6852be +usr/lib/.build-id/05/826b32cb419fa45911e89370dcb392a7afc41d +usr/lib/.build-id/07/16c0ea9ac3ce22f899a24a6706c0d251fc05a4 +usr/lib/.build-id/07/fdd7fad6cba7d4310fd7080353ae7e6a7e6eb4 +usr/lib/.build-id/09/628a7ac2e845bffb6a8f227927beced94f2710 +usr/lib/.build-id/0a/108d09da8290ba361d39b1a71a08778d314cec +usr/lib/.build-id/0b/99e376384497b26975952b1d09cf6e2e44f58d +usr/lib/.build-id/0b/f132f54566cc9fafebada6143123302004de7e +usr/lib/.build-id/0d/570db283eb0c31b6f9408d1be011cf5fe6aeaa +usr/lib/.build-id/0d/d692ba55db61748e54ed0bc91b22daf2a8f58e +usr/lib/.build-id/11/b376dc15b7bb618306848d4d7a34fd28eaf37b +usr/lib/.build-id/13/0a4c9ec7f1246bff6b42858b7e3a869bb38674 +usr/lib/.build-id/14/2d9bc384291b17ef5899a78fbdf288224ba71d +usr/lib/.build-id/14/6f95eebc4de55147a9a6969ae2015e38f94bc9 +usr/lib/.build-id/14/727a9f5f3193fde4eb378933f652672067c5c6 +usr/lib/.build-id/15/b7651cfa2a6d59cbd229d6f79c2843fa334b46 +usr/lib/.build-id/17/b15d55f22cf670a2b9dd4d5c9be955cd0d00e7 +usr/lib/.build-id/19/99bb9e315dc5084d0d4c847e18758031c996a2 +usr/lib/.build-id/1c/5187e78e1ca296e03db3f64aa477920a306e06 +usr/lib/.build-id/1c/b6fbf722c96414dcc57c6d6ef2154e4f6743c3 +usr/lib/.build-id/1d/512174e22ec82b61608bab873881293340c084 +usr/lib/.build-id/1d/fb7d632fac50cfd3274e92c6b3123d7017c7bd +usr/lib/.build-id/1e/48062737e1b5d5152efe2a387a225d8dd14b11 +usr/lib/.build-id/1e/64cff2258260cb3c995f7ec3ca8d058c86ad52 +usr/lib/.build-id/1f/0e5c195e22ad3376703b60144b4698262c9c04 +usr/lib/.build-id/21/55785c759a2a3216cce2c9690795f084cb841e +usr/lib/.build-id/21/c50e368b2204b323e4ec65448170f2f316cd7a +usr/lib/.build-id/22/11e1aba6ec80c889917ce3add5f45113a1a84e +usr/lib/.build-id/24/459e357c1badd01a6f2c87a840f596b7421cf1 +usr/lib/.build-id/26/e498fd09d99fe42fbe6ce1dabdf07d5d3adbb6 +usr/lib/.build-id/27/1c2d5462b8295a1340c13d49e9e6b19779798e +usr/lib/.build-id/2a/004280c203caad394712e027178c41e5553965 +usr/lib/.build-id/2c/2c61d2ab2dda6cb975d516d587155de964cef0 +usr/lib/.build-id/2e/386487f9087d58f82988886f2022ba8a313394 +usr/lib/.build-id/2e/73b5e5299b58d6fe3d7f5660c505a0939ecc1a +usr/lib/.build-id/2f/8299deeef1101ae8d9be0aa6d155b536479756 +usr/lib/.build-id/2f/8c81a6b210b0a09db0665674765155e20c7e88 +usr/lib/.build-id/30/c1cf9f0304d74fac76883e7c00f826373f8bcb +usr/lib/.build-id/33/1e6ca405d81979ef57e4cec84c345b7ae0b8c9 +usr/lib/.build-id/33/2bc5d28e435d2d3ee890becd884c0bdc5387a1 +usr/lib/.build-id/34/952a2a00f4c9dfc4ec8162fbc9d4beff3562d3 +usr/lib/.build-id/35/cdb97499defe254067df751910a913702e6a71 +usr/lib/.build-id/37/1c8bbaa89c964ce38a71767acd3442c2ead05f +usr/lib/.build-id/3a/9f61fc727c9251c7d23be094dd43426573dd58 +usr/lib/.build-id/3b/984fc3ec8c5542100a83d60e1f3656a40e6c1f +usr/lib/.build-id/3c/22877e6deb7387d6fb96310f2ee2e542388113 +usr/lib/.build-id/3d/425e43d5fa8dbdf5439744cb1c6e14791b7e10 +usr/lib/.build-id/3d/57ed36c11916025bf6ad0c07b8fc3d56214418 +usr/lib/.build-id/40/1ce51fbc987f72837f3bc75c36501f7495e3e9 +usr/lib/.build-id/40/2e4b3c83295580df5f74743798e3a677dd5aa8 +usr/lib/.build-id/40/ac92229098bb49104ecf24c59b8295e330c1e1 +usr/lib/.build-id/41/f0063d17b5ab606f80490293070ad1c08a9c7d +usr/lib/.build-id/43/953ba547da84ea799a1a76980c5746c2032eb2 +usr/lib/.build-id/43/d2a04668021987d881280612a696c77c77609e +usr/lib/.build-id/44/fa345b54c0b98721fad94642fb99d6dca96436 +usr/lib/.build-id/46/a8a0f7a5fede2794bef7efb4a81dfede36a9a0 +usr/lib/.build-id/48/565ff88d89ba042c697c415c7e391e1bec2f3a +usr/lib/.build-id/49/4952e71a31a7c8b31745eec561b6b9e706ea98 +usr/lib/.build-id/49/d2dbbd386f8e7c7d71f6d7f143aca38ee29235 +usr/lib/.build-id/4a/89a265df4e39a0c07c74f43808f9852b75e88b +usr/lib/.build-id/4b/77a0ad12f07d8b730e556b6b0b545f16fd7932 +usr/lib/.build-id/4c/f182d9746db127ced949e28afbad34c03132bc +usr/lib/.build-id/4e/7d5fb1c7be538374a4d9cded2e1a57e5070962 +usr/lib/.build-id/4e/ba310a3ec72a86e49ba1cdbbeb3000d15c4264 +usr/lib/.build-id/50/1dfae333c5fee9b4e697bede1e8893e33f6cb2 +usr/lib/.build-id/53/f84466f6570f7f921b35460cb4308b9e617b48 +usr/lib/.build-id/54/0fc2160d16d171c1521fcf195220cb548c956a +usr/lib/.build-id/54/efa86679b7ae178b36f506bf416108b34e7af7 +usr/lib/.build-id/58/13309422ade857203c42193ca942efcef49775 +usr/lib/.build-id/58/4b6a4fca0ffe099b7f68e3b899acfb4580a154 +usr/lib/.build-id/58/be00feb64db722e50d16943a8696247106fcd3 +usr/lib/.build-id/58/f31c82b791d9efe16f86ad6b7c69f1ca5e1c23 +usr/lib/.build-id/59/26943bfe4f98212d2862b73e1ddb68f834df87 +usr/lib/.build-id/59/9eea59ebb1a19f8d41e0e6f50236f5ecebde52 +usr/lib/.build-id/5b/fa4c0d5a3d765f5ee19c100f05874c7210509e +usr/lib/.build-id/5d/73b74679d4747d7ab2eda808ad00b3fb4addf9 +usr/lib/.build-id/5f/479eff16b71f66d0cba8e5b6d7b9661a4a9ace +usr/lib/.build-id/60/664f477572ae4cd42ee19045d9ee7169047106 +usr/lib/.build-id/61/75e5fc38f7e3aa152a784c12431020b22d6191 +usr/lib/.build-id/64/5e6a32264a96f14f73c394d7a4d87ded9c1db0 +usr/lib/.build-id/66/0a0e0123b35e2becf04f15c02c9f2c8e2c1dab +usr/lib/.build-id/67/7d086f5b3e022291b9f00d32e622186a74d08f +usr/lib/.build-id/69/e7799646a5c502290e714c1d776dbed029f5a3 +usr/lib/.build-id/69/f7ad75ff7d093a75fde4cbfec48bd0e4a9292e +usr/lib/.build-id/6a/3a120088c6e9513188f2dea759e42eeb7445f4 +usr/lib/.build-id/6a/f664272bcea06deb0b2d1c7afba08ffe0e4674 +usr/lib/.build-id/6b/7905a6aa5fbfb43bb1b4bce63cd475c0718ba7 +usr/lib/.build-id/6b/ab19bd235842ee3719fbd2e07b375087a1a595 +usr/lib/.build-id/6e/07c6610371373587d324d8e232220d82530462 +usr/lib/.build-id/6e/4f85292b243367729e6501f5b55f1b4996e21b +usr/lib/.build-id/6f/e4734848c52f3dc134bfc49204ef060c8d68cc +usr/lib/.build-id/70/8519fce6e34999a126d9bb1b3aa5b5a2ae3b51 +usr/lib/.build-id/70/c427b6e3ac03eaa64ac55ddec8430d140babbe +usr/lib/.build-id/70/cc13c99fdb3d6a414976c6b5d49aa55b9dbe12 +usr/lib/.build-id/70/da3cfe01335a6a039d216f7e3dc952fdde425e +usr/lib/.build-id/72/0cf4f0da228c6585764ee6c0f4e2d0ffd489a2 +usr/lib/.build-id/72/e0a1b5c5ea4d2acb50dc352dc245cd33e5bdcf +usr/lib/.build-id/75/72425189d9ab0ee3f9ff0fad3ca64614fb2994 +usr/lib/.build-id/76/a5b6b2c353537d8f6c6f691ad5beb952f7e4e2 +usr/lib/.build-id/77/af04e5fae71746f400403bf56f67b5cc1e1e2b +usr/lib/.build-id/7a/6a275935bd0e6323dab93137cfa3973813117b +usr/lib/.build-id/7a/f3cccddaf6f36cdfb5385ec272c8459da78583 +usr/lib/.build-id/7b/61a0c2e99b44a2f363c66448c393dfcc529488 +usr/lib/.build-id/80/7c5fd7a8e36d295cd288f608788e08b1e0ea7e +usr/lib/.build-id/81/65dcdb15cd2d49ec2d18d97d38e04ac0536b4b +usr/lib/.build-id/82/35bd62974bf681c2a61590c5e18c72eb577227 +usr/lib/.build-id/82/47e863feb6e3baee38d97f93b7ac54b9d8b0bf +usr/lib/.build-id/82/f2498b463bbb949c992d2e50014ec70a2d1017 +usr/lib/.build-id/83/c2787629f86013ae7ce2e139cab3b7d0f8a668 +usr/lib/.build-id/84/714c992810d709d72562555d0902e82712f076 +usr/lib/.build-id/85/88a5210551c636c28f003bc39ca0fbb06fbe46 +usr/lib/.build-id/87/4a8673fdf87cfbe613c10d6e27445849a10628 +usr/lib/.build-id/88/9eb17973052ee109003500626e583a94ea6c69 +usr/lib/.build-id/88/e6f1752d961ba30316443fcc38e158154ca4c3 +usr/lib/.build-id/8a/65a0b2b82ce2c5e9cd10a230295611de7bf023 +usr/lib/.build-id/8b/f0d802650d9a45d511014720db1d8c4a70e837 +usr/lib/.build-id/8c/342bacef114ec9d14f7b51edc8aedfcd237a73 +usr/lib/.build-id/8c/a0c6a62ae7b393f91eb5abe6e8a17ed1736f2c +usr/lib/.build-id/8c/dbb3054aa976f629a04d6866a7fd71161b4b61 +usr/lib/.build-id/8e/e3dd3f9920ebd740387960be1f1e9176a0fc28 +usr/lib/.build-id/90/388d0b69b68a416e604938a31f630e65c9f053 +usr/lib/.build-id/90/86ef4137948c8bd2464bb0455116dc6867765f +usr/lib/.build-id/92/fcc2533283a0a326aef37f4d6884aaafd7c5d2 +usr/lib/.build-id/93/d92e2948f68c5dc2ec3f40bc6231915a33b398 +usr/lib/.build-id/94/533436493073a1a513a241c6580dec873e3968 +usr/lib/.build-id/94/6669aedc320543c76b6b6f36fe98602f437193 +usr/lib/.build-id/97/b749e14a1863ccc405b9a8c979bf3a9a239f27 +usr/lib/.build-id/98/11aa46b70b2a4baccdb8b04ca5b065fc8304cf +usr/lib/.build-id/99/58b392eee883752487fa94eaa58d034d4d56a7 +usr/lib/.build-id/9a/b4caf90d98cb2de06a9033aeccb48ac326545f +usr/lib/.build-id/9b/0d545ef7642982033ebd824d312100aa62a7ce +usr/lib/.build-id/9c/cacf66b49bbf7209ebeb5ac3dff7ad93b477b7 +usr/lib/.build-id/9e/3d31e65a8ad05e92b166b669d4fcfb4146c141 +usr/lib/.build-id/9e/413197599d78c32afe4f4858199432aaa1a5ad +usr/lib/.build-id/9e/4e4e7f85b3c662907502f3af0585351d0a57e9 +usr/lib/.build-id/9e/574c65a15a5095a73081c72cd6889319bc82a5 +usr/lib/.build-id/9e/72cf37d2ab83f9bf1b6bff86046231b90f5910 +usr/lib/.build-id/a0/a7b4838353a89e57856636819c2d22ccff6b09 +usr/lib/.build-id/a2/57955c7cb7980f7bf1ac12cf97e0f5a1d05b0c +usr/lib/.build-id/a2/a2cb46d0ce01b99ede81ec1cc2f1bdf16e9287 +usr/lib/.build-id/a3/282ca2f482a62ac5b3cf733d78b28b62404440 +usr/lib/.build-id/a4/33e6a37f960438c4094f7f66d0d5953925a2e4 +usr/lib/.build-id/a4/cd5f148c0b0231c4629d8c37196ee4f28350f7 +usr/lib/.build-id/a5/6e4e63f5f2b40198cc203edf2d4511a44395fd +usr/lib/.build-id/a6/9e43f828618c61d38282876621b93ff540c93f +usr/lib/.build-id/a6/a276d0b606b442f1b67e146787e511ebf4166a +usr/lib/.build-id/a7/415e0433c25dc28e1c57794ab67ca1a0b011a5 +usr/lib/.build-id/a7/8d0b4e9748c7e534264423b8ae23d8385608c5 +usr/lib/.build-id/a9/b0bc2fb997800af08af85ff4aec9d2c636af24 +usr/lib/.build-id/a9/e63f86dfc362847b559aa0aa595cd8dc30de89 +usr/lib/.build-id/aa/2ce047533164099108c5137b54a8e5a3c6a2ee +usr/lib/.build-id/ab/8164c1ec06048dbdd25f021a0a174c61c0c394 +usr/lib/.build-id/ac/ac2d6c98696fc347a85d6ddac13051e353a337 +usr/lib/.build-id/ad/4fde8ec8cef9ed5c69358d2e1a52e3bb821098 +usr/lib/.build-id/ad/59e1cff345c850671e323949ab67cfb1ac4e96 +usr/lib/.build-id/ae/033bc4ed87f7dda33f9012e49e748150462a4d +usr/lib/.build-id/af/58a7753f6772c488e88b953f18463a56b1e213 +usr/lib/.build-id/b0/fa77d98bafb60eb6fc9f30d88adf3d2d5bb32b +usr/lib/.build-id/b2/261c81951a54b3eaca1ae7a4d32c7094702780 +usr/lib/.build-id/b4/64591142da9ef7a59cc9de8ae524a2ac21d1e6 +usr/lib/.build-id/b6/47967aac0f654a4e6560e37babbf88d5f6394c +usr/lib/.build-id/b6/4edf5a83a5139c2ad21b9ac7a8371ec30089ec +usr/lib/.build-id/b6/f1488c4f51365e33561fe63bde21308cb54880 +usr/lib/.build-id/b6/f63e10d2876902d057ea1f5bbbe520991b7b2f +usr/lib/.build-id/b6/ff4d0bc766d182e7e82621bda40235caa7762d +usr/lib/.build-id/b7/88e545674d4e1cee28ecee65ed9b5577de3209 +usr/lib/.build-id/b8/c8c31cb331a694aebe9126dc933e91b718b8a6 +usr/lib/.build-id/b9/2f8372ac0fd55e22322f3c2fe78d4178c151de +usr/lib/.build-id/b9/c77ebfe4752589947dbf85ebd7016cec117b3e +usr/lib/.build-id/ba/00be08601e7a48fe99d2935e4500f60b004293 +usr/lib/.build-id/ba/8ac7d0ee81f51e6c30413cc1c4864a5969213e +usr/lib/.build-id/bb/0832cc5dd3648caab00d0b39862b19aa0d4335 +usr/lib/.build-id/bb/136dad3efed75913476a8596285e5dc8bc99ae +usr/lib/.build-id/bb/f01e1ea7454dcd4b1eac539a8d356d44b0a876 +usr/lib/.build-id/bd/8cfbb3be0b8a7b6a43f8836e2dbc592c698cc8 +usr/lib/.build-id/bd/a51a72d2b8ceac77961667bc67531f7d1d83af +usr/lib/.build-id/be/0cf84e15daad44ee1094c0161d03d309078439 +usr/lib/.build-id/bf/12b2a769b0e538fc51ebaab8a276a7f4948704 +usr/lib/.build-id/c0/41d7a729fdb24adf06e2d587724c40eea82c1a +usr/lib/.build-id/c2/4be4cbc08335544362d68d88934aa6e9cbce0a +usr/lib/.build-id/c2/63c779d19331c3f32cb79e6e73b9c7d6491aaf +usr/lib/.build-id/c2/8e9c584dcc405290db1cbfd087cd11e6fe92a4 +usr/lib/.build-id/c5/f5a3f38807aaf0e785d165a9b69eff66457124 +usr/lib/.build-id/c6/02cc4d3b3ed5048e4c46b85dcb97f1380f742f +usr/lib/.build-id/c6/3e8f8051bc69b0d3b236eb11ca3fe14600833e +usr/lib/.build-id/c7/10a4bee00fd85a20cf538bbf5ec970fc65fcd8 +usr/lib/.build-id/c7/fa5a03e283ff715dbd9242e0db39dc0184318a +usr/lib/.build-id/c8/22724229ef2442f29a566c8cd550eb6b168fad +usr/lib/.build-id/c9/39def1b8b79626782689bb53e3bc1ca0e986c4 +usr/lib/.build-id/c9/51e6a2650c2f48a083516fa84b77a58713eb44 +usr/lib/.build-id/c9/ae7fdc909554a5a22e1844e3f68ab462d8cf46 +usr/lib/.build-id/cb/6992e6b89df90f29576183fb0b6d63a9bba5d3 +usr/lib/.build-id/cd/cc775dc6fea81074798f62fcc8da67abc4b565 +usr/lib/.build-id/ce/22ff83da241330fe75dbe8dc3051c48d297ee4 +usr/lib/.build-id/cf/015cbf8a5f6ffa8a11c6151c90e3fb7b7fd31e +usr/lib/.build-id/d0/d8f59b9eb9cb804bd7db200aa148005cdb3794 +usr/lib/.build-id/d1/64cbe186cffda8525a60ec418ff144eb702d33 +usr/lib/.build-id/d4/9c09870ab37000a016366b31d43bce9e1c96cb +usr/lib/.build-id/d5/23f6cee20d0960f7eac67da1ec6de7db5a4fc4 +usr/lib/.build-id/d9/534ff7cb8150db16a63bb0c9cec714b60a7cee +usr/lib/.build-id/db/2c04faa32d206b62bb0cb3483790bb8e14bdba +usr/lib/.build-id/dc/1fb37593cc8687eb732f6a0584c6a1e99491f5 +usr/lib/.build-id/de/19720cb5e9f1950dafb1eed5a16381296a5dda +usr/lib/.build-id/de/1c214e11a0a25e99c5317e056d35f42c8d2f1a +usr/lib/.build-id/de/247b9f63aff4b62ef4778bda8d7f5c6af5980f +usr/lib/.build-id/df/01680b08ae7418bebe69bed928389ad2ffe2d9 +usr/lib/.build-id/df/65d669913daa66df856904840e474fe6a2bb55 +usr/lib/.build-id/df/973eb732c086551c3b80edc30f2334fefcc3dd +usr/lib/.build-id/e1/74982c235b37bdd41ebaefe1746ab10f18f88e +usr/lib/.build-id/e4/6a2421414953102bcd1608ec06df33750dfe67 +usr/lib/.build-id/e6/12acb7c24ea69dc76c0d676cd849fe07ef2791 +usr/lib/.build-id/e6/b2960242ed7d1cbc667b93b60010b97aab53d4 +usr/lib/.build-id/e7/112fd4952ddece9569f86c4a62e719568b2ee4 +usr/lib/.build-id/e7/295c40916d4b86ddaf0ae55b9692c977938c1c +usr/lib/.build-id/ea/1e422ecd76f75b753a9b5f707f31da0100d6e5 +usr/lib/.build-id/ea/50d6970799166030e13c8c590d5ab1267edba5 +usr/lib/.build-id/eb/8689313fbffd9a89059f19e4cc7cdcc20f923d +usr/lib/.build-id/eb/fde9ddb25dcc0bc82e0ceeaf4415c7f81d2646 +usr/lib/.build-id/ed/809642bf66660600df9a03e9c490cbc6cca6d4 +usr/lib/.build-id/ee/2cb9024f791d58d88ed21fe281645faf78a17e +usr/lib/.build-id/ee/5b5c24e5d91dfb29239942e03b9cbcfd9224c6 +usr/lib/.build-id/ef/6432868d30106afafd452dd9c5cb4ce45b1762 +usr/lib/.build-id/f1/88ceb10a93d0067dd3c40cda23c20e98003982 +usr/lib/.build-id/f1/9aae6f8a6e37b2e21cd13b6e79cd02dc4e294c +usr/lib/.build-id/f3/92a043b10bc4176ece96aa4d8796ce358dfdd0 +usr/lib/.build-id/f5/3e8c08d001977d8eb656e96f24247a5cd3ac4e +usr/lib/.build-id/f5/794733111bec98adcd81cd4841770d2916591b +usr/lib/.build-id/f5/cbfa38281564bab27c9b7afe62c26d19cf1f18 +usr/lib/.build-id/f6/62767069dfeb323a66e71e20ab7ecc734509e1 +usr/lib/.build-id/fb/6ed9e4057481f04e77f6ff6daed903531ff0b0 +usr/lib/.build-id/fc/47a48c3c4ba6461232b78f4ab2b516ab2f1aa5 +usr/lib/.build-id/fc/613021c283cc2dcf8848aa8ad5855c0f1bcd32 +usr/lib/.build-id/fc/99d5751d57cc2708f65a7bc7073cf63717493c +usr/lib/.build-id/fd/9cfee3b679c261a419fcffb21dfe6be8680fe3 +usr/lib/.build-id/fe/4333765bf527c08d65ce48ae9e936fb1d4e783 +usr/lib/.build-id/ff/8d831e2d450b3a61bf9410f5effb924320330c +usr/lib/.build-id/ff/febd723fcd7e589947894ec249339dcf231e8b +usr/lib/rpm/fileattrs/gstreamer1.attr +usr/lib/rpm/gstreamer1.prov +usr/lib64/girepository-1.0/CudaGst-1.0.typelib +usr/lib64/girepository-1.0/Gst-1.0.typelib +usr/lib64/girepository-1.0/GstAllocators-1.0.typelib +usr/lib64/girepository-1.0/GstApp-1.0.typelib +usr/lib64/girepository-1.0/GstAudio-1.0.typelib +usr/lib64/girepository-1.0/GstBadAudio-1.0.typelib +usr/lib64/girepository-1.0/GstBase-1.0.typelib +usr/lib64/girepository-1.0/GstCheck-1.0.typelib +usr/lib64/girepository-1.0/GstCodecs-1.0.typelib +usr/lib64/girepository-1.0/GstController-1.0.typelib +usr/lib64/girepository-1.0/GstCuda-1.0.typelib +usr/lib64/girepository-1.0/GstGL-1.0.typelib +usr/lib64/girepository-1.0/GstGLEGL-1.0.typelib +usr/lib64/girepository-1.0/GstGLWayland-1.0.typelib +usr/lib64/girepository-1.0/GstGLX11-1.0.typelib +usr/lib64/girepository-1.0/GstInsertBin-1.0.typelib +usr/lib64/girepository-1.0/GstMpegts-1.0.typelib +usr/lib64/girepository-1.0/GstNet-1.0.typelib +usr/lib64/girepository-1.0/GstPbutils-1.0.typelib +usr/lib64/girepository-1.0/GstPlay-1.0.typelib +usr/lib64/girepository-1.0/GstPlayer-1.0.typelib +usr/lib64/girepository-1.0/GstRtp-1.0.typelib +usr/lib64/girepository-1.0/GstRtsp-1.0.typelib +usr/lib64/girepository-1.0/GstSdp-1.0.typelib +usr/lib64/girepository-1.0/GstTag-1.0.typelib +usr/lib64/girepository-1.0/GstTranscoder-1.0.typelib +usr/lib64/girepository-1.0/GstVideo-1.0.typelib +usr/lib64/girepository-1.0/GstVulkan-1.0.typelib +usr/lib64/girepository-1.0/GstVulkanWayland-1.0.typelib +usr/lib64/girepository-1.0/GstWebRTC-1.0.typelib +usr/lib64/gstreamer-1.0/libgsta52dec.so +usr/lib64/gstreamer-1.0/libgstaccurip.so +usr/lib64/gstreamer-1.0/libgstadaptivedemux2.so +usr/lib64/gstreamer-1.0/libgstadder.so +usr/lib64/gstreamer-1.0/libgstadpcmdec.so +usr/lib64/gstreamer-1.0/libgstadpcmenc.so +usr/lib64/gstreamer-1.0/libgstaes.so +usr/lib64/gstreamer-1.0/libgstaiff.so +usr/lib64/gstreamer-1.0/libgstalaw.so +usr/lib64/gstreamer-1.0/libgstalpha.so +usr/lib64/gstreamer-1.0/libgstalphacolor.so +usr/lib64/gstreamer-1.0/libgstalsa.so +usr/lib64/gstreamer-1.0/libgstapetag.so +usr/lib64/gstreamer-1.0/libgstapp.so +usr/lib64/gstreamer-1.0/libgstasfmux.so +usr/lib64/gstreamer-1.0/libgstaudiobuffersplit.so +usr/lib64/gstreamer-1.0/libgstaudioconvert.so +usr/lib64/gstreamer-1.0/libgstaudiofx.so +usr/lib64/gstreamer-1.0/libgstaudiofxbad.so +usr/lib64/gstreamer-1.0/libgstaudiolatency.so +usr/lib64/gstreamer-1.0/libgstaudiomixer.so +usr/lib64/gstreamer-1.0/libgstaudiomixmatrix.so +usr/lib64/gstreamer-1.0/libgstaudioparsers.so +usr/lib64/gstreamer-1.0/libgstaudiorate.so +usr/lib64/gstreamer-1.0/libgstaudioresample.so +usr/lib64/gstreamer-1.0/libgstaudiotestsrc.so +usr/lib64/gstreamer-1.0/libgstaudiovisualizers.so +usr/lib64/gstreamer-1.0/libgstauparse.so +usr/lib64/gstreamer-1.0/libgstautoconvert.so +usr/lib64/gstreamer-1.0/libgstautodetect.so +usr/lib64/gstreamer-1.0/libgstavi.so +usr/lib64/gstreamer-1.0/libgstbayer.so +usr/lib64/gstreamer-1.0/libgstbluez.so +usr/lib64/gstreamer-1.0/libgstbz2.so +usr/lib64/gstreamer-1.0/libgstcairo.so +usr/lib64/gstreamer-1.0/libgstcamerabin.so +usr/lib64/gstreamer-1.0/libgstcdio.so +usr/lib64/gstreamer-1.0/libgstclosedcaption.so +usr/lib64/gstreamer-1.0/libgstcodecalpha.so +usr/lib64/gstreamer-1.0/libgstcodectimestamper.so +usr/lib64/gstreamer-1.0/libgstcoloreffects.so +usr/lib64/gstreamer-1.0/libgstcolormanagement.so +usr/lib64/gstreamer-1.0/libgstcompositor.so +usr/lib64/gstreamer-1.0/libgstcoreelements.so +usr/lib64/gstreamer-1.0/libgstcoretracers.so +usr/lib64/gstreamer-1.0/libgstcutter.so +usr/lib64/gstreamer-1.0/libgstdash.so +usr/lib64/gstreamer-1.0/libgstdebug.so +usr/lib64/gstreamer-1.0/libgstdebugutilsbad.so +usr/lib64/gstreamer-1.0/libgstdeinterlace.so +usr/lib64/gstreamer-1.0/libgstdtls.so +usr/lib64/gstreamer-1.0/libgstdtmf.so +usr/lib64/gstreamer-1.0/libgstdvb.so +usr/lib64/gstreamer-1.0/libgstdvbsubenc.so +usr/lib64/gstreamer-1.0/libgstdvdread.so +usr/lib64/gstreamer-1.0/libgsteffectv.so +usr/lib64/gstreamer-1.0/libgstencoding.so +usr/lib64/gstreamer-1.0/libgstequalizer.so +usr/lib64/gstreamer-1.0/libgstfaceoverlay.so +usr/lib64/gstreamer-1.0/libgstfdkaac.so +usr/lib64/gstreamer-1.0/libgstfestival.so +usr/lib64/gstreamer-1.0/libgstfieldanalysis.so +usr/lib64/gstreamer-1.0/libgstflac.so +usr/lib64/gstreamer-1.0/libgstflv.so +usr/lib64/gstreamer-1.0/libgstflxdec.so +usr/lib64/gstreamer-1.0/libgstfreeverb.so +usr/lib64/gstreamer-1.0/libgstfrei0r.so +usr/lib64/gstreamer-1.0/libgstgaudieffects.so +usr/lib64/gstreamer-1.0/libgstgdkpixbuf.so +usr/lib64/gstreamer-1.0/libgstgdp.so +usr/lib64/gstreamer-1.0/libgstgeometrictransform.so +usr/lib64/gstreamer-1.0/libgstgio.so +usr/lib64/gstreamer-1.0/libgstgoom.so +usr/lib64/gstreamer-1.0/libgstgoom2k1.so +usr/lib64/gstreamer-1.0/libgstgsm.so +usr/lib64/gstreamer-1.0/libgstgtkwayland.so +usr/lib64/gstreamer-1.0/libgsthls.so +usr/lib64/gstreamer-1.0/libgsticydemux.so +usr/lib64/gstreamer-1.0/libgstid3demux.so +usr/lib64/gstreamer-1.0/libgstid3tag.so +usr/lib64/gstreamer-1.0/libgstimagefreeze.so +usr/lib64/gstreamer-1.0/libgstinter.so +usr/lib64/gstreamer-1.0/libgstinterlace.so +usr/lib64/gstreamer-1.0/libgstinterleave.so +usr/lib64/gstreamer-1.0/libgstipcpipeline.so +usr/lib64/gstreamer-1.0/libgstisomp4.so +usr/lib64/gstreamer-1.0/libgstivfparse.so +usr/lib64/gstreamer-1.0/libgstivtc.so +usr/lib64/gstreamer-1.0/libgstjp2kdecimator.so +usr/lib64/gstreamer-1.0/libgstjpeg.so +usr/lib64/gstreamer-1.0/libgstjpegformat.so +usr/lib64/gstreamer-1.0/libgstkms.so +usr/lib64/gstreamer-1.0/libgstlame.so +usr/lib64/gstreamer-1.0/libgstlegacyrawparse.so +usr/lib64/gstreamer-1.0/libgstlevel.so +usr/lib64/gstreamer-1.0/libgstlibvisual.so +usr/lib64/gstreamer-1.0/libgstmatroska.so +usr/lib64/gstreamer-1.0/libgstmidi.so +usr/lib64/gstreamer-1.0/libgstmpeg2dec.so +usr/lib64/gstreamer-1.0/libgstmpegpsdemux.so +usr/lib64/gstreamer-1.0/libgstmpegpsmux.so +usr/lib64/gstreamer-1.0/libgstmpegtsdemux.so +usr/lib64/gstreamer-1.0/libgstmpegtsmux.so +usr/lib64/gstreamer-1.0/libgstmpg123.so +usr/lib64/gstreamer-1.0/libgstmulaw.so +usr/lib64/gstreamer-1.0/libgstmultifile.so +usr/lib64/gstreamer-1.0/libgstmultipart.so +usr/lib64/gstreamer-1.0/libgstmxf.so +usr/lib64/gstreamer-1.0/libgstnavigationtest.so +usr/lib64/gstreamer-1.0/libgstnetsim.so +usr/lib64/gstreamer-1.0/libgstnvcodec.so +usr/lib64/gstreamer-1.0/libgstogg.so +usr/lib64/gstreamer-1.0/libgstopengl.so +usr/lib64/gstreamer-1.0/libgstopus.so +usr/lib64/gstreamer-1.0/libgstopusparse.so +usr/lib64/gstreamer-1.0/libgstoss4.so +usr/lib64/gstreamer-1.0/libgstossaudio.so +usr/lib64/gstreamer-1.0/libgstoverlaycomposition.so +usr/lib64/gstreamer-1.0/libgstpango.so +usr/lib64/gstreamer-1.0/libgstpbtypes.so +usr/lib64/gstreamer-1.0/libgstpcapparse.so +usr/lib64/gstreamer-1.0/libgstplayback.so +usr/lib64/gstreamer-1.0/libgstpng.so +usr/lib64/gstreamer-1.0/libgstpnm.so +usr/lib64/gstreamer-1.0/libgstproxy.so +usr/lib64/gstreamer-1.0/libgstpulseaudio.so +usr/lib64/gstreamer-1.0/libgstrawparse.so +usr/lib64/gstreamer-1.0/libgstremovesilence.so +usr/lib64/gstreamer-1.0/libgstreplaygain.so +usr/lib64/gstreamer-1.0/libgstresindvd.so +usr/lib64/gstreamer-1.0/libgstrfbsrc.so +usr/lib64/gstreamer-1.0/libgstrist.so +usr/lib64/gstreamer-1.0/libgstrsvg.so +usr/lib64/gstreamer-1.0/libgstrtmp2.so +usr/lib64/gstreamer-1.0/libgstrtp.so +usr/lib64/gstreamer-1.0/libgstrtpmanager.so +usr/lib64/gstreamer-1.0/libgstrtpmanagerbad.so +usr/lib64/gstreamer-1.0/libgstrtponvif.so +usr/lib64/gstreamer-1.0/libgstrtsp.so +usr/lib64/gstreamer-1.0/libgstsctp.so +usr/lib64/gstreamer-1.0/libgstsdpelem.so +usr/lib64/gstreamer-1.0/libgstsegmentclip.so +usr/lib64/gstreamer-1.0/libgstshapewipe.so +usr/lib64/gstreamer-1.0/libgstshm.so +usr/lib64/gstreamer-1.0/libgstshout2.so +usr/lib64/gstreamer-1.0/libgstsmooth.so +usr/lib64/gstreamer-1.0/libgstsmoothstreaming.so +usr/lib64/gstreamer-1.0/libgstsmpte.so +usr/lib64/gstreamer-1.0/libgstsndfile.so +usr/lib64/gstreamer-1.0/libgstsoundtouch.so +usr/lib64/gstreamer-1.0/libgstsoup.so +usr/lib64/gstreamer-1.0/libgstspectrum.so +usr/lib64/gstreamer-1.0/libgstspeed.so +usr/lib64/gstreamer-1.0/libgstspeex.so +usr/lib64/gstreamer-1.0/libgstsrtp.so +usr/lib64/gstreamer-1.0/libgstsubenc.so +usr/lib64/gstreamer-1.0/libgstsubparse.so +usr/lib64/gstreamer-1.0/libgstswitchbin.so +usr/lib64/gstreamer-1.0/libgsttaglib.so +usr/lib64/gstreamer-1.0/libgsttcp.so +usr/lib64/gstreamer-1.0/libgsttheora.so +usr/lib64/gstreamer-1.0/libgsttimecode.so +usr/lib64/gstreamer-1.0/libgsttranscode.so +usr/lib64/gstreamer-1.0/libgsttwolame.so +usr/lib64/gstreamer-1.0/libgsttypefindfunctions.so +usr/lib64/gstreamer-1.0/libgstudp.so +usr/lib64/gstreamer-1.0/libgstuvch264.so +usr/lib64/gstreamer-1.0/libgstv4l2codecs.so +usr/lib64/gstreamer-1.0/libgstvideo4linux2.so +usr/lib64/gstreamer-1.0/libgstvideobox.so +usr/lib64/gstreamer-1.0/libgstvideoconvertscale.so +usr/lib64/gstreamer-1.0/libgstvideocrop.so +usr/lib64/gstreamer-1.0/libgstvideofilter.so +usr/lib64/gstreamer-1.0/libgstvideofiltersbad.so +usr/lib64/gstreamer-1.0/libgstvideoframe_audiolevel.so +usr/lib64/gstreamer-1.0/libgstvideomixer.so +usr/lib64/gstreamer-1.0/libgstvideoparsersbad.so +usr/lib64/gstreamer-1.0/libgstvideorate.so +usr/lib64/gstreamer-1.0/libgstvideosignal.so +usr/lib64/gstreamer-1.0/libgstvideotestsrc.so +usr/lib64/gstreamer-1.0/libgstvmnc.so +usr/lib64/gstreamer-1.0/libgstvolume.so +usr/lib64/gstreamer-1.0/libgstvorbis.so +usr/lib64/gstreamer-1.0/libgstvpx.so +usr/lib64/gstreamer-1.0/libgstvulkan.so +usr/lib64/gstreamer-1.0/libgstwavenc.so +usr/lib64/gstreamer-1.0/libgstwavpack.so +usr/lib64/gstreamer-1.0/libgstwavparse.so +usr/lib64/gstreamer-1.0/libgstwaylandsink.so +usr/lib64/gstreamer-1.0/libgstwebp.so +usr/lib64/gstreamer-1.0/libgstwebrtcdsp.so +usr/lib64/gstreamer-1.0/libgstximagesink.so +usr/lib64/gstreamer-1.0/libgstximagesrc.so +usr/lib64/gstreamer-1.0/libgstxingmux.so +usr/lib64/gstreamer-1.0/libgstxvimagesink.so +usr/lib64/gstreamer-1.0/libgsty4mdec.so +usr/lib64/gstreamer-1.0/libgsty4menc.so +usr/lib64/libgstadaptivedemux-1.0.so.0 +usr/lib64/libgstadaptivedemux-1.0.so.0.2201.0 +usr/lib64/libgstallocators-1.0.so.0 +usr/lib64/libgstallocators-1.0.so.0.2201.0 +usr/lib64/libgstapp-1.0.so.0 +usr/lib64/libgstapp-1.0.so.0.2201.0 +usr/lib64/libgstaudio-1.0.so.0 +usr/lib64/libgstaudio-1.0.so.0.2201.0 +usr/lib64/libgstbadaudio-1.0.so.0 +usr/lib64/libgstbadaudio-1.0.so.0.2201.0 +usr/lib64/libgstbase-1.0.so.0 +usr/lib64/libgstbase-1.0.so.0.2201.0 +usr/lib64/libgstbasecamerabinsrc-1.0.so.0 +usr/lib64/libgstbasecamerabinsrc-1.0.so.0.2201.0 +usr/lib64/libgstcheck-1.0.so.0 +usr/lib64/libgstcheck-1.0.so.0.2201.0 +usr/lib64/libgstcodecparsers-1.0.so.0 +usr/lib64/libgstcodecparsers-1.0.so.0.2201.0 +usr/lib64/libgstcodecs-1.0.so.0 +usr/lib64/libgstcodecs-1.0.so.0.2201.0 +usr/lib64/libgstcontroller-1.0.so.0 +usr/lib64/libgstcontroller-1.0.so.0.2201.0 +usr/lib64/libgstcuda-1.0.so.0 +usr/lib64/libgstcuda-1.0.so.0.2201.0 +usr/lib64/libgstfft-1.0.so.0 +usr/lib64/libgstfft-1.0.so.0.2201.0 +usr/lib64/libgstgl-1.0.so.0 +usr/lib64/libgstgl-1.0.so.0.2201.0 +usr/lib64/libgstinsertbin-1.0.so.0 +usr/lib64/libgstinsertbin-1.0.so.0.2201.0 +usr/lib64/libgstisoff-1.0.so.0 +usr/lib64/libgstisoff-1.0.so.0.2201.0 +usr/lib64/libgstmpegts-1.0.so.0 +usr/lib64/libgstmpegts-1.0.so.0.2201.0 +usr/lib64/libgstnet-1.0.so.0 +usr/lib64/libgstnet-1.0.so.0.2201.0 +usr/lib64/libgstpbutils-1.0.so.0 +usr/lib64/libgstpbutils-1.0.so.0.2201.0 +usr/lib64/libgstphotography-1.0.so.0 +usr/lib64/libgstphotography-1.0.so.0.2201.0 +usr/lib64/libgstplay-1.0.so.0 +usr/lib64/libgstplay-1.0.so.0.2201.0 +usr/lib64/libgstplayer-1.0.so.0 +usr/lib64/libgstplayer-1.0.so.0.2201.0 +usr/lib64/libgstreamer-1.0.so.0 +usr/lib64/libgstreamer-1.0.so.0.2201.0 +usr/lib64/libgstriff-1.0.so.0 +usr/lib64/libgstriff-1.0.so.0.2201.0 +usr/lib64/libgstrtp-1.0.so.0 +usr/lib64/libgstrtp-1.0.so.0.2201.0 +usr/lib64/libgstrtsp-1.0.so.0 +usr/lib64/libgstrtsp-1.0.so.0.2201.0 +usr/lib64/libgstsctp-1.0.so.0 +usr/lib64/libgstsctp-1.0.so.0.2201.0 +usr/lib64/libgstsdp-1.0.so.0 +usr/lib64/libgstsdp-1.0.so.0.2201.0 +usr/lib64/libgsttag-1.0.so.0 +usr/lib64/libgsttag-1.0.so.0.2201.0 +usr/lib64/libgsttranscoder-1.0.so.0 +usr/lib64/libgsturidownloader-1.0.so.0 +usr/lib64/libgsturidownloader-1.0.so.0.2201.0 +usr/lib64/libgstvideo-1.0.so.0 +usr/lib64/libgstvideo-1.0.so.0.2201.0 +usr/lib64/libgstvulkan-1.0.so.0 +usr/lib64/libgstvulkan-1.0.so.0.2201.0 +usr/lib64/libgstwayland-1.0.so.0 +usr/lib64/libgstwayland-1.0.so.0.2201.0 +usr/lib64/libgstwebrtc-1.0.so.0 +usr/lib64/libgstwebrtc-1.0.so.0.2201.0 +usr/libexec/gstreamer-1.0/gst-completion-helper +usr/libexec/gstreamer-1.0/gst-hotdoc-plugins-scanner +usr/libexec/gstreamer-1.0/gst-plugin-scanner +usr/libexec/gstreamer-1.0/gst-plugins-doc-cache-generator +usr/libexec/gstreamer-1.0/gst-ptp-helper +usr/share/appdata/gstreamer-base.appdata.xml +usr/share/appdata/gstreamer-ugly-free.appdata.xml +usr/share/bash-completion/completions/gst-inspect-1.0 +usr/share/bash-completion/completions/gst-launch-1.0 +usr/share/bash-completion/helpers/gst +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/NEWS +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/README.md +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/RELEASE +%%PORTDOCS%%%%DOCSDIR%%-plugins-bad-free/REQUIREMENTS +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/NEWS +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/README.md +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/RELEASE +%%PORTDOCS%%%%DOCSDIR%%-plugins-base/REQUIREMENTS +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/NEWS +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/README.md +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/RELEASE +%%PORTDOCS%%%%DOCSDIR%%-plugins-good/REQUIREMENTS +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/NEWS +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/README.md +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/RELEASE +%%PORTDOCS%%%%DOCSDIR%%-plugins-ugly-free/REQUIREMENTS +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/README.static-linking +%%PORTDOCS%%%%DOCSDIR%%/RELEASE +usr/share/gstreamer-1.0/encoding-profiles/device/dvd.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/avi.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/flv.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/mkv.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/mp3.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/mp4.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/oga.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/ogv.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/ts.gep +usr/share/gstreamer-1.0/encoding-profiles/file-extension/webm.gep +usr/share/gstreamer-1.0/encoding-profiles/online-services/youtube.gep +usr/share/gstreamer-1.0/presets/GstFreeverb.prs +usr/share/gstreamer-1.0/presets/GstIirEqualizer10Bands.prs +usr/share/gstreamer-1.0/presets/GstIirEqualizer3Bands.prs +usr/share/gstreamer-1.0/presets/GstQTMux.prs +usr/share/gstreamer-1.0/presets/GstVP8Enc.prs +usr/share/licenses/gstreamer1-plugins-bad-free/COPYING +usr/share/licenses/gstreamer1-plugins-base/COPYING +usr/share/licenses/gstreamer1-plugins-good/COPYING +usr/share/licenses/gstreamer1-plugins-ugly-free/COPYING +usr/share/licenses/gstreamer1/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/mt/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/mt/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/mt/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-base-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gst-plugins-bad-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gst-plugins-ugly-1.0.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo +usr/share/man/man1/gst-inspect-1.0.1.gz +usr/share/man/man1/gst-launch-1.0.1.gz +usr/share/man/man1/gst-stats-1.0.1.gz +usr/share/man/man1/gst-typefind-1.0.1.gz +usr/share/metainfo/gstreamer-bad-free.appdata.xml +usr/share/metainfo/gstreamer-good.appdata.xml diff --git a/multimedia/linux-rl9-libtheora/Makefile b/multimedia/linux-rl9-libtheora/Makefile new file mode 100644 index 00000000000..e6bf1d73a8b --- /dev/null +++ b/multimedia/linux-rl9-libtheora/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libtheora +PORTVERSION= 1.1.1 +DISTVERSIONSUFFIX= -31.el9 +CATEGORIES= multimedia linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Theora Video Compression Codec (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.theora.org/ + +LICENSE= BSD3CLAUSE + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/multimedia/linux-rl9-libtheora/distinfo b/multimedia/linux-rl9-libtheora/distinfo new file mode 100644 index 00000000000..ee028f5571b --- /dev/null +++ b/multimedia/linux-rl9-libtheora/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1687461743 +SHA256 (rocky/l/libtheora-1.1.1-31.el9.aarch64.rpm) = 1ac920f8311482907c2549fb88161f96a28a94988bc1dffe29fb14f3099cda6b +SIZE (rocky/l/libtheora-1.1.1-31.el9.aarch64.rpm) = 158374 +SHA256 (rocky/l/libtheora-1.1.1-31.el9.x86_64.rpm) = d3b85db64000a3b859d7bde0076a28a52c7be5fa40636cc64d695b10372684ea +SIZE (rocky/l/libtheora-1.1.1-31.el9.x86_64.rpm) = 166899 +SHA256 (rocky/l/libtheora-1.1.1-31.el9.src.rpm) = 51d687912d82f9adb5e7a13deac2ce6d11e179c69a2a0e0496ccccb76c547819 +SIZE (rocky/l/libtheora-1.1.1-31.el9.src.rpm) = 1449500 diff --git a/multimedia/linux-rl9-libtheora/pkg-plist.aarch64 b/multimedia/linux-rl9-libtheora/pkg-plist.aarch64 new file mode 100644 index 00000000000..613f5abd53b --- /dev/null +++ b/multimedia/linux-rl9-libtheora/pkg-plist.aarch64 @@ -0,0 +1,11 @@ +usr/lib/.build-id/0b/69de8b798011e11c7cc51bae7e65c4e4cf8d4a +usr/lib/.build-id/22/01d3a56ee7c5e1053aff7cb7373e7678523700 +usr/lib/.build-id/a2/e6d4576deffcf2670c0d747e560ea29b141e2a +usr/lib64/libtheora.so.0 +usr/lib64/libtheora.so.0.3.10 +usr/lib64/libtheoradec.so.1 +usr/lib64/libtheoradec.so.1.1.4 +usr/lib64/libtheoraenc.so.1 +usr/lib64/libtheoraenc.so.1.1.2 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README diff --git a/multimedia/linux-rl9-libtheora/pkg-plist.amd64 b/multimedia/linux-rl9-libtheora/pkg-plist.amd64 new file mode 100644 index 00000000000..7702d1ebb81 --- /dev/null +++ b/multimedia/linux-rl9-libtheora/pkg-plist.amd64 @@ -0,0 +1,11 @@ +usr/lib/.build-id/41/1517aec2f02ae716c1900a2923fcfdedd610fe +usr/lib/.build-id/ec/4dcd79e04f230f60a3e8d8def75a3d58564e70 +usr/lib/.build-id/ec/b243d9fe2e1c15a956d003389e9631a02138ed +usr/lib64/libtheora.so.0 +usr/lib64/libtheora.so.0.3.10 +usr/lib64/libtheoradec.so.1 +usr/lib64/libtheoradec.so.1.1.4 +usr/lib64/libtheoraenc.so.1 +usr/lib64/libtheoraenc.so.1.1.2 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README diff --git a/multimedia/linux-rl9-libv4l/Makefile b/multimedia/linux-rl9-libv4l/Makefile new file mode 100644 index 00000000000..0f4cb9cac3a --- /dev/null +++ b/multimedia/linux-rl9-libv4l/Makefile @@ -0,0 +1,24 @@ +PORTNAME= libv4l +PORTVERSION= 1.20.0 +DISTVERSIONSUFFIX= -5.el9 +CATEGORIES= multimedia linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Video4Linux library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://linuxtv.org/wiki/index.php/V4l-utils + +LICENSE= LGPL20+ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +SRC_DISTFILES= v4l-utils-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c6-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/multimedia/linux-rl9-libv4l/distinfo b/multimedia/linux-rl9-libv4l/distinfo new file mode 100644 index 00000000000..1533fb670c5 --- /dev/null +++ b/multimedia/linux-rl9-libv4l/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1687461937 +SHA256 (rocky/l/libv4l-1.20.0-5.el9.aarch64.rpm) = 1f36163e855723f77abb70c9678bf19ddb165fefb9dd75500afbc4b9c5435a64 +SIZE (rocky/l/libv4l-1.20.0-5.el9.aarch64.rpm) = 201780 +SHA256 (rocky/l/libv4l-1.20.0-5.el9.x86_64.rpm) = 959bb071066f041fb801689c1208fe86acaa15fe42d2c15baa157513661ddff3 +SIZE (rocky/l/libv4l-1.20.0-5.el9.x86_64.rpm) = 203196 +SHA256 (rocky/v/v4l-utils-1.20.0-5.el9.src.rpm) = 70a384400d04dc40ae85caf15565083858153d186c204144cc66f97f1f2b1644 +SIZE (rocky/v/v4l-utils-1.20.0-5.el9.src.rpm) = 2040605 diff --git a/multimedia/linux-rl9-libv4l/pkg-plist.aarch64 b/multimedia/linux-rl9-libv4l/pkg-plist.aarch64 new file mode 100644 index 00000000000..79aae6f283d --- /dev/null +++ b/multimedia/linux-rl9-libv4l/pkg-plist.aarch64 @@ -0,0 +1,27 @@ +usr/lib/.build-id/17/2818b4794ff162d2d929198727e76450c7d9da +usr/lib/.build-id/28/6c47f9ec90004d7e4ee1f8b702230e8d725b5c +usr/lib/.build-id/44/ab87687e9d0a627fdca71c5f13b20025c0a47e +usr/lib/.build-id/7d/b8675d0ce41ddc7d83035d4fcbf2a8d9de73ed +usr/lib/.build-id/be/e3c77d3b524bf14258cd509571a195cb11774a +usr/lib/.build-id/bf/5d53fc07c781197cb2c7a4f7f45c14e773d8ee +usr/lib/.build-id/c1/0ee70cf26afed60c85f5bf74b518de75e23e89 +usr/lib/.build-id/f6/100ccf3f155fd11687563b5368d1e41c568097 +usr/lib/.build-id/ff/9a48988768d481f56970a3b79ebd6602687747 +usr/lib64/libv4l/ov511-decomp +usr/lib64/libv4l/ov518-decomp +usr/lib64/libv4l/plugins/libv4l-mplane.so +usr/lib64/libv4l/v4l1compat.so +usr/lib64/libv4l/v4l2convert.so +usr/lib64/libv4l1.so.0 +usr/lib64/libv4l1.so.0.0.0 +usr/lib64/libv4l2.so.0 +usr/lib64/libv4l2.so.0.0.0 +usr/lib64/libv4l2rds.so.0 +usr/lib64/libv4l2rds.so.0.0.0 +usr/lib64/libv4lconvert.so.0 +usr/lib64/libv4lconvert.so.0.0.0 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README.libv4l +%%PORTDOCS%%%%DOCSDIR%%/TODO +usr/share/licenses/libv4l/COPYING +usr/share/licenses/libv4l/COPYING.libv4l diff --git a/multimedia/linux-rl9-libv4l/pkg-plist.amd64 b/multimedia/linux-rl9-libv4l/pkg-plist.amd64 new file mode 100644 index 00000000000..656b241a6f5 --- /dev/null +++ b/multimedia/linux-rl9-libv4l/pkg-plist.amd64 @@ -0,0 +1,27 @@ +usr/lib/.build-id/07/34547e8c5b4a701dda76ccc8ce287da60817ec +usr/lib/.build-id/09/c8e142ef0c97fc595790978bd151a6480bbd71 +usr/lib/.build-id/0c/4dd69d090aa6132bd633a538acbd4bd5d22bfb +usr/lib/.build-id/0f/f139d69df6af6db1ee85aec36e72323340a571 +usr/lib/.build-id/15/91638fe4c44cc60a41b1a0f46269df1ee1520b +usr/lib/.build-id/24/5ce10da2c6292d76c470ac874edacb3e2907c6 +usr/lib/.build-id/45/50c2ac68924e43913f42c7adaf975778b2645a +usr/lib/.build-id/5e/7e11829d45f968a3b49646ccfd64d6e83d5726 +usr/lib/.build-id/97/e567ecfebf8a5406eab8a9b57cbee68c50630e +usr/lib64/libv4l/ov511-decomp +usr/lib64/libv4l/ov518-decomp +usr/lib64/libv4l/plugins/libv4l-mplane.so +usr/lib64/libv4l/v4l1compat.so +usr/lib64/libv4l/v4l2convert.so +usr/lib64/libv4l1.so.0 +usr/lib64/libv4l1.so.0.0.0 +usr/lib64/libv4l2.so.0 +usr/lib64/libv4l2.so.0.0.0 +usr/lib64/libv4l2rds.so.0 +usr/lib64/libv4l2rds.so.0.0.0 +usr/lib64/libv4lconvert.so.0 +usr/lib64/libv4lconvert.so.0.0.0 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README.libv4l +%%PORTDOCS%%%%DOCSDIR%%/TODO +usr/share/licenses/libv4l/COPYING +usr/share/licenses/libv4l/COPYING.libv4l diff --git a/multimedia/linux-rl9-libva/Makefile b/multimedia/linux-rl9-libva/Makefile new file mode 100644 index 00000000000..9972b0bf627 --- /dev/null +++ b/multimedia/linux-rl9-libva/Makefile @@ -0,0 +1,27 @@ +PORTNAME= libva +PORTVERSION= 2.11.0 +DISTVERSIONSUFFIX= -5.el9 +CATEGORIES= multimedia linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT?= VAAPI wrapper and dummy driver (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/intel/libva + +LICENSE= MIT + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libdrm wayland xorglibs +USE_LINUX_RPM= yes + + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} +SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/multimedia/linux-rl9-libva/distinfo b/multimedia/linux-rl9-libva/distinfo new file mode 100644 index 00000000000..5bd968a3e52 --- /dev/null +++ b/multimedia/linux-rl9-libva/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707765387 +SHA256 (rocky/l/libva-2.11.0-5.el9.aarch64.rpm) = 550589aec4e5fb1a519e9665cc704e31a4f3a89ba1314251d638d1b9c19a76f7 +SIZE (rocky/l/libva-2.11.0-5.el9.aarch64.rpm) = 102556 +SHA256 (rocky/l/libva-2.11.0-5.el9.x86_64.rpm) = 9b6a29b45d3e33f33d7bffe4e5575fc56cd6683a904450fc5f7ec63b690da1a5 +SIZE (rocky/l/libva-2.11.0-5.el9.x86_64.rpm) = 103653 +SHA256 (rocky/l/libva-2.11.0-5.el9.src.rpm) = 46f974969dbad73875a8b7c3dec3fb69eda6724acd6648a60274e3cdc6e8cc28 +SIZE (rocky/l/libva-2.11.0-5.el9.src.rpm) = 265257 diff --git a/multimedia/linux-rl9-libva/pkg-plist.aarch64 b/multimedia/linux-rl9-libva/pkg-plist.aarch64 new file mode 100644 index 00000000000..0a51771ec03 --- /dev/null +++ b/multimedia/linux-rl9-libva/pkg-plist.aarch64 @@ -0,0 +1,17 @@ +usr/lib/.build-id/2f/debea62d314f21a4495aae270d9f1f67d1520a +usr/lib/.build-id/34/d7faad586404d7bf9ecb673e2ace441b53cc93 +usr/lib/.build-id/ad/e8bfdc179dffd89fd2bfd02e6505ba6f09cf24 +usr/lib/.build-id/dd/fb66f91bbbe60655bd9306aa8a1de447141c96 +usr/lib/.build-id/e4/c0bdfbd265a46eef1205a41ef07be3414b38cb +usr/lib64/libva-drm.so.2 +usr/lib64/libva-drm.so.2.1100.0 +usr/lib64/libva-glx.so.2 +usr/lib64/libva-glx.so.2.1100.0 +usr/lib64/libva-wayland.so.2 +usr/lib64/libva-wayland.so.2.1100.0 +usr/lib64/libva-x11.so.2 +usr/lib64/libva-x11.so.2.1100.0 +usr/lib64/libva.so.2 +usr/lib64/libva.so.2.1100.0 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +usr/share/licenses/libva/COPYING diff --git a/multimedia/linux-rl9-libva/pkg-plist.amd64 b/multimedia/linux-rl9-libva/pkg-plist.amd64 new file mode 100644 index 00000000000..6abc3bdea4c --- /dev/null +++ b/multimedia/linux-rl9-libva/pkg-plist.amd64 @@ -0,0 +1,17 @@ +usr/lib/.build-id/23/1467b04f2b347abc76a07df7f23f4e72a48b00 +usr/lib/.build-id/7d/c8518a64fc131bb6893e13e613b7d97c460fbb +usr/lib/.build-id/8a/b74e66d5133d9c4bf38f4406f78e5fc72c116b +usr/lib/.build-id/95/060bba63918bfc7f09007f95f94489678d7548 +usr/lib/.build-id/d2/41091c74e27983fe2326f6c5f2358d702fc470 +usr/lib64/libva-drm.so.2 +usr/lib64/libva-drm.so.2.1100.0 +usr/lib64/libva-glx.so.2 +usr/lib64/libva-glx.so.2.1100.0 +usr/lib64/libva-wayland.so.2 +usr/lib64/libva-wayland.so.2.1100.0 +usr/lib64/libva-x11.so.2 +usr/lib64/libva-x11.so.2.1100.0 +usr/lib64/libva.so.2 +usr/lib64/libva.so.2.1100.0 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +usr/share/licenses/libva/COPYING diff --git a/multimedia/linux-rl9-libvdpau/Makefile b/multimedia/linux-rl9-libvdpau/Makefile new file mode 100644 index 00000000000..eb4da24a1c1 --- /dev/null +++ b/multimedia/linux-rl9-libvdpau/Makefile @@ -0,0 +1,28 @@ +PORTNAME= libvdpau +PORTVERSION= 1.5 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= multimedia linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= VDPAU wrapper and tracing library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://freedesktop.org/wiki/Software/VDPAU + +LICENSE= MIT + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libdrm wayland xorglibs +USE_LINUX_RPM= yes + + +LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ + ${PORTNAME}-trace-${DISTVERSIONFULL} +SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/multimedia/linux-rl9-libvdpau/distinfo b/multimedia/linux-rl9-libvdpau/distinfo new file mode 100644 index 00000000000..38784e421ed --- /dev/null +++ b/multimedia/linux-rl9-libvdpau/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1707765855 +SHA256 (rocky/l/libvdpau-1.5-1.el9.aarch64.rpm) = 6df3abbd70ed20b6d02cd554aba7b10a860b5027a2d02a504846f8ee057e18b6 +SIZE (rocky/l/libvdpau-1.5-1.el9.aarch64.rpm) = 16103 +SHA256 (rocky/l/libvdpau-1.5-1.el9.x86_64.rpm) = 9460bc4f8bcd28be0b8a076c509df6bd4e94e4501a3153c8b175d208fa67a779 +SIZE (rocky/l/libvdpau-1.5-1.el9.x86_64.rpm) = 16325 +SHA256 (rocky/l/libvdpau-trace-1.5-1.el9.aarch64.rpm) = f0f3d2b16390205ef208fb121c8fe0c51ed822c201f1375964be0f863b9bff85 +SIZE (rocky/l/libvdpau-trace-1.5-1.el9.aarch64.rpm) = 28740 +SHA256 (rocky/l/libvdpau-trace-1.5-1.el9.x86_64.rpm) = 2bf7857641441ddee672b3ea8fd170c4a47f9beb5392cbef37c218c368549531 +SIZE (rocky/l/libvdpau-trace-1.5-1.el9.x86_64.rpm) = 30739 +SHA256 (rocky/l/libvdpau-1.5-1.el9.src.rpm) = d65b6d5b81155107e0540ebb686885f74a16692f399b317538f4c4f034fd2864 +SIZE (rocky/l/libvdpau-1.5-1.el9.src.rpm) = 153688 diff --git a/multimedia/linux-rl9-libvdpau/pkg-plist.aarch64 b/multimedia/linux-rl9-libvdpau/pkg-plist.aarch64 new file mode 100644 index 00000000000..f9e01dc1b3c --- /dev/null +++ b/multimedia/linux-rl9-libvdpau/pkg-plist.aarch64 @@ -0,0 +1,10 @@ +etc/vdpau_wrapper.cfg +usr/lib/.build-id/06/3ab33e073727ebcf4dedcf5b2104761de79746 +usr/lib/.build-id/40/de01050a011a097cea5be1dea88aba68e86802 +usr/lib64/libvdpau.so.1 +usr/lib64/libvdpau.so.1.0.0 +usr/lib64/vdpau/libvdpau_trace.so +usr/lib64/vdpau/libvdpau_trace.so.1 +usr/lib64/vdpau/libvdpau_trace.so.1.0.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +usr/share/licenses/libvdpau/COPYING diff --git a/multimedia/linux-rl9-libvdpau/pkg-plist.amd64 b/multimedia/linux-rl9-libvdpau/pkg-plist.amd64 new file mode 100644 index 00000000000..5861aa8410e --- /dev/null +++ b/multimedia/linux-rl9-libvdpau/pkg-plist.amd64 @@ -0,0 +1,10 @@ +etc/vdpau_wrapper.cfg +usr/lib/.build-id/42/a0c04675baecd83cb6bd802627a70f278631d3 +usr/lib/.build-id/e2/01259dfd662b4c5c922bd245dbb5dd0f351f7c +usr/lib64/libvdpau.so.1 +usr/lib64/libvdpau.so.1.0.0 +usr/lib64/vdpau/libvdpau_trace.so +usr/lib64/vdpau/libvdpau_trace.so.1 +usr/lib64/vdpau/libvdpau_trace.so.1.0.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +usr/share/licenses/libvdpau/COPYING diff --git a/multimedia/linux-rl9-libvpx/Makefile b/multimedia/linux-rl9-libvpx/Makefile new file mode 100644 index 00000000000..161580df629 --- /dev/null +++ b/multimedia/linux-rl9-libvpx/Makefile @@ -0,0 +1,25 @@ +PORTNAME= libvpx +PORTVERSION= 1.9.0 +DISTVERSIONSUFFIX= -7.el9_2 +CATEGORIES= multimedia linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= VP8/VP9 reference encoder/decoder (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.webmproject.org/ + +LICENSE= BSD3CLAUSE + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} +SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/multimedia/linux-rl9-libvpx/distinfo b/multimedia/linux-rl9-libvpx/distinfo new file mode 100644 index 00000000000..88289127d1c --- /dev/null +++ b/multimedia/linux-rl9-libvpx/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707769115 +SHA256 (rocky/l/libvpx-1.9.0-7.el9_2.aarch64.rpm) = 634bb3f46b7930bfe977f4e3e3face66c1d10f60d04d8143b877e688c9979aa3 +SIZE (rocky/l/libvpx-1.9.0-7.el9_2.aarch64.rpm) = 1091855 +SHA256 (rocky/l/libvpx-1.9.0-7.el9_2.x86_64.rpm) = ce8a0458e068615dc5987f323fee581b30258d4123b23b30970d0aebca89f554 +SIZE (rocky/l/libvpx-1.9.0-7.el9_2.x86_64.rpm) = 1082746 +SHA256 (rocky/l/libvpx-1.9.0-7.el9_2.src.rpm) = d6dc5a621f7de6f745a2f45ddb85b8ebf5ae73389cf16927b1a756cf54a45cae +SIZE (rocky/l/libvpx-1.9.0-7.el9_2.src.rpm) = 5327570 diff --git a/multimedia/linux-rl9-libvpx/pkg-plist.aarch64 b/multimedia/linux-rl9-libvpx/pkg-plist.aarch64 new file mode 100644 index 00000000000..a4b23774f60 --- /dev/null +++ b/multimedia/linux-rl9-libvpx/pkg-plist.aarch64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/6e/116324faded801cf5af2e3160a77c1fa5ceb05 +usr/lib64/libvpx.so.6 +usr/lib64/libvpx.so.6.3 +usr/lib64/libvpx.so.6.3.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libvpx/LICENSE diff --git a/multimedia/linux-rl9-libvpx/pkg-plist.amd64 b/multimedia/linux-rl9-libvpx/pkg-plist.amd64 new file mode 100644 index 00000000000..77c7d33f9b0 --- /dev/null +++ b/multimedia/linux-rl9-libvpx/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/f3/4eb0ddad0e8c5a17723fc8adcfe28790153eb3 +usr/lib64/libvpx.so.6 +usr/lib64/libvpx.so.6.3 +usr/lib64/libvpx.so.6.3.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libvpx/LICENSE diff --git a/multimedia/livego/Makefile b/multimedia/livego/Makefile index bb7a8aaf6e9..cad9cbbd21e 100644 --- a/multimedia/livego/Makefile +++ b/multimedia/livego/Makefile @@ -1,6 +1,6 @@ PORTNAME= livego DISTVERSION= 0.0.15 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile index 3a7d23d7b22..a7a74942c10 100644 --- a/multimedia/lms/Makefile +++ b/multimedia/lms/Makefile @@ -1,6 +1,6 @@ PORTNAME= lms DISTVERSIONPREFIX= v -DISTVERSION= 3.52.0 +DISTVERSION= 3.53.1 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -38,11 +38,11 @@ OPTIONS_DEFAULT= STB # STB is prefered by the upstream STB_DESC= Use STB as image library (uses less memory) STB_BUILD_DEPENDS= ${LOCALBASE}/include/stb/stb_image.h:devel/stb -STB_CMAKE_BOOL= FREEBSD_USE_STB +STB_CMAKE_CMAKE_ON= -DLMS_IMAGE_BACKEND:STRING=stb MAGICK_DESC= Use GraphicsMagick++ as image library MAGICK_LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick -MAGICK_CMAKE_BOOL= FREEBSD_USE_MAGICK +MAGICK_CMAKE_ON= -DLMS_IMAGE_BACKEND:STRING=graphicsmagick .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000 diff --git a/multimedia/lms/distinfo b/multimedia/lms/distinfo index 4525a8c5223..759f981b908 100644 --- a/multimedia/lms/distinfo +++ b/multimedia/lms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713844119 -SHA256 (epoupon-lms-v3.52.0_GH0.tar.gz) = 32808d658e1eb0f2d2b8c301f654f6e8cf1b0ac1eb8505eb77f6f23e55e5bb21 -SIZE (epoupon-lms-v3.52.0_GH0.tar.gz) = 422542 +TIMESTAMP = 1715323869 +SHA256 (epoupon-lms-v3.53.1_GH0.tar.gz) = f661d0133d98882a76d39db0b7d3d25bf4ff04a6d5ac9116fa6dec808140d296 +SIZE (epoupon-lms-v3.53.1_GH0.tar.gz) = 423697 diff --git a/multimedia/lms/files/patch-CMakeLists.txt b/multimedia/lms/files/patch-CMakeLists.txt deleted file mode 100644 index 92166090361..00000000000 --- a/multimedia/lms/files/patch-CMakeLists.txt +++ /dev/null @@ -1,20 +0,0 @@ ---- CMakeLists.txt.orig 2023-07-02 19:48:46 UTC -+++ CMakeLists.txt -@@ -19,11 +19,15 @@ find_package(Boost REQUIRED COMPONENTS system program_ - find_package(Wt REQUIRED COMPONENTS Wt Dbo DboSqlite3 HTTP) - pkg_check_modules(Taglib REQUIRED IMPORTED_TARGET taglib) - pkg_check_modules(Config++ REQUIRED IMPORTED_TARGET libconfig++) --pkg_check_modules(GraphicsMagick++ IMPORTED_TARGET GraphicsMagick++) -+if (FREEBSD_USE_MAGICK) -+ pkg_check_modules(GraphicsMagick++ IMPORTED_TARGET GraphicsMagick++) -+endif() - pkg_check_modules(LIBAV IMPORTED_TARGET libavcodec libavutil libavformat) - pkg_check_modules(Archive REQUIRED IMPORTED_TARGET libarchive) - find_package(PAM) --find_package(STB) -+if (FREEBSD_USE_STB) -+ find_package(STB) -+endif() - - # WT - if (NOT Wt_FOUND) diff --git a/multimedia/lms/pkg-plist b/multimedia/lms/pkg-plist index 4930958521d..efef1c171d0 100644 --- a/multimedia/lms/pkg-plist +++ b/multimedia/lms/pkg-plist @@ -42,7 +42,6 @@ lib/liblmssubsonic.so %%DATADIR%%/approot/playqueue.xml %%DATADIR%%/approot/%%CMAKE_BUILD_TYPE%%.xml %%DATADIR%%/approot/%%CMAKE_BUILD_TYPE%%s.xml -%%DATADIR%%/approot/search.xml %%DATADIR%%/approot/settings.xml %%DATADIR%%/approot/tracklist.xml %%DATADIR%%/approot/tracklists.xml diff --git a/multimedia/mlt7/Makefile b/multimedia/mlt7/Makefile index dbed7b13833..3f2d209bdca 100644 --- a/multimedia/mlt7/Makefile +++ b/multimedia/mlt7/Makefile @@ -1,5 +1,6 @@ PORTNAME= ${_MLT_PORTNAME} DISTVERSION= ${_MLT_VERSION} +PORTREVISION?= 1 CATEGORIES?= multimedia MASTER_SITES= https://github.com/mltframework/mlt/releases/download/v${DISTVERSION}/ DISTFILES= mlt-${DISTVERSION}${EXTRACT_SUFX} diff --git a/multimedia/mpvpaper/Makefile b/multimedia/mpvpaper/Makefile index 3eaa158d3d7..89ec60dff17 100644 --- a/multimedia/mpvpaper/Makefile +++ b/multimedia/mpvpaper/Makefile @@ -1,5 +1,5 @@ PORTNAME= mpvpaper -DISTVERSION= 1.5 +DISTVERSION= 1.6 CATEGORIES= multimedia wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/mpvpaper/distinfo b/multimedia/mpvpaper/distinfo index 4f11ca6876b..d89ac168817 100644 --- a/multimedia/mpvpaper/distinfo +++ b/multimedia/mpvpaper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713540261 -SHA256 (GhostNaN-mpvpaper-1.5_GH0.tar.gz) = 73fa3dcfc3a57180ba92d1bc959b9d670eea8ef96a27c5261dff4e2c5e639565 -SIZE (GhostNaN-mpvpaper-1.5_GH0.tar.gz) = 88853 +TIMESTAMP = 1714672447 +SHA256 (GhostNaN-mpvpaper-1.6_GH0.tar.gz) = 2a66b2dcabc864c544de2344fd4d8ce23984e4540c4b0d4befae2dc83393f090 +SIZE (GhostNaN-mpvpaper-1.6_GH0.tar.gz) = 89132 diff --git a/multimedia/navidrome/Makefile b/multimedia/navidrome/Makefile index e740af24a46..6c21c00df02 100644 --- a/multimedia/navidrome/Makefile +++ b/multimedia/navidrome/Makefile @@ -1,6 +1,7 @@ PORTNAME= navidrome DISTVERSIONPREFIX= v DISTVERSION= 0.52.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://people.freebsd.org/~kbowling/distfiles/:npmcache DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache @@ -117,7 +118,6 @@ GH_TUPLE= \ unrolled:secure:v1.14.0:unrolled_secure/vendor/github.com/unrolled/secure \ xrash:smetrics:5f08fbb34913:xrash_smetrics/vendor/github.com/xrash/smetrics - _BUILD_SHA= 92a98cd GO_BUILDFLAGS= -ldflags="-X github.com/navidrome/navidrome/consts.gitSha=${_BUILD_SHA} -X github.com/navidrome/navidrome/consts.gitTag=${GH_TAGNAME}-FREEBSD" -tags=netgo diff --git a/multimedia/neolink/Makefile b/multimedia/neolink/Makefile index 9a75dcca26c..9a48ac1c5db 100644 --- a/multimedia/neolink/Makefile +++ b/multimedia/neolink/Makefile @@ -2,7 +2,7 @@ PORTNAME= neolink PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= g20210903 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= multimedia MAINTAINER= kevans@FreeBSD.org diff --git a/multimedia/openshot/Makefile b/multimedia/openshot/Makefile index 1bacbe08bc1..92a47356fdb 100644 --- a/multimedia/openshot/Makefile +++ b/multimedia/openshot/Makefile @@ -1,7 +1,7 @@ PORTNAME= openshot DISTVERSIONPREFIX= v DISTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= tatsuki_makino@hotmail.com diff --git a/multimedia/pipe-viewer/Makefile b/multimedia/pipe-viewer/Makefile index bc42abb936a..fe9ebebb96e 100644 --- a/multimedia/pipe-viewer/Makefile +++ b/multimedia/pipe-viewer/Makefile @@ -1,5 +1,5 @@ PORTNAME= pipe-viewer -PORTVERSION= 0.4.8 +PORTVERSION= 0.5.0 CATEGORIES= multimedia perl5 MAINTAINER?= DtxdF@disroot.org diff --git a/multimedia/pipe-viewer/distinfo b/multimedia/pipe-viewer/distinfo index c36811e3545..87b5d7af470 100644 --- a/multimedia/pipe-viewer/distinfo +++ b/multimedia/pipe-viewer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690887269 -SHA256 (trizen-pipe-viewer-0.4.8_GH0.tar.gz) = cb41d3c6e520b4d80e5bb12c5a9fce2f07592a3d26c47e3b7bba1d31f85e9417 -SIZE (trizen-pipe-viewer-0.4.8_GH0.tar.gz) = 268549 +TIMESTAMP = 1715124093 +SHA256 (trizen-pipe-viewer-0.5.0_GH0.tar.gz) = 86945f64485a0559dbe3d6e0000f4f2e5f604c13aae5356efff791256fbb88d1 +SIZE (trizen-pipe-viewer-0.5.0_GH0.tar.gz) = 269544 diff --git a/multimedia/pipewire/Makefile b/multimedia/pipewire/Makefile index 2d42d72416a..c36e4887416 100644 --- a/multimedia/pipewire/Makefile +++ b/multimedia/pipewire/Makefile @@ -1,5 +1,6 @@ PORTNAME= pipewire DISTVERSION= 1.0.4 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= arrowd@FreeBSD.org @@ -29,10 +30,15 @@ GL_SITE= https://gitlab.freedesktop.org SHEBANG_FILES= doc/*.py PORTDOCS= * -OPTIONS_DEFINE= DOCS DOXYGEN GSTREAMER JACK LV2 PULSEAUDIO SDL VULKAN X11_BELL +OPTIONS_DEFINE= AVAHI DOCS DOXYGEN GSTREAMER JACK LV2 PULSEAUDIO SDL VULKAN X11_BELL OPTIONS_DEFAULT= GSTREAMER JACK OPTIONS_SUB= yes +AVAHI_DESC= Automatic service discovery for the Pulseaudio module via Avahi +AVAHI_IMPLIES= PULSEAUDIO +AVAHI_MESON_ENABLED= avahi +AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app + DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_MESON_ENABLED= docs DOXYGEN_IMPLIES= DOCS @@ -47,10 +53,8 @@ LV2_DESC= Support lv2-based audio plugins via lilv LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv LV2_MESON_ENABLED= lv2 -PULSEAUDIO_MESON_ENABLED= avahi libpulse -PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio \ - libavahi-common.so:net/avahi-app \ - libavahi-client.so:net/avahi-app +PULSEAUDIO_MESON_ENABLED= libpulse +PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio SDL_MESON_ENABLED= sdl2 SDL_USES= sdl @@ -70,7 +74,7 @@ X11_BELL_MESON_ENABLED= libcanberra x11 x11-xfixes MESON_ARGS= -D pw-cat=enabled \ -D v4l2=enabled \ -D raop=enabled \ - -Dsession-managers='[]' \ + -D session-managers='[]' \ -D alsa=disabled \ -D pipewire-alsa=disabled \ -D avb=disabled \ @@ -78,7 +82,7 @@ MESON_ARGS= -D pw-cat=enabled \ -D man=disabled \ -D libcamera=disabled \ -D roc=disabled \ - -Dselinux=disabled \ + -D selinux=disabled \ -D systemd=disabled \ -D pipewire-v4l2=disabled \ -D libmysofa=disabled \ diff --git a/multimedia/pipewire/pkg-plist b/multimedia/pipewire/pkg-plist index 82b2175ce53..bcf33cc182a 100644 --- a/multimedia/pipewire/pkg-plist +++ b/multimedia/pipewire/pkg-plist @@ -267,12 +267,12 @@ lib/pipewire-0.3/libpipewire-module-protocol-native.so lib/pipewire-0.3/libpipewire-module-protocol-pulse.so lib/pipewire-0.3/libpipewire-module-protocol-simple.so %%PULSEAUDIO%%lib/pipewire-0.3/libpipewire-module-pulse-tunnel.so -%%PULSEAUDIO%%lib/pipewire-0.3/libpipewire-module-raop-discover.so +%%AVAHI%%lib/pipewire-0.3/libpipewire-module-raop-discover.so lib/pipewire-0.3/libpipewire-module-raop-sink.so lib/pipewire-0.3/libpipewire-module-rt.so lib/pipewire-0.3/libpipewire-module-rtkit.so lib/pipewire-0.3/libpipewire-module-rtp-sap.so -%%PULSEAUDIO%%lib/pipewire-0.3/libpipewire-module-rtp-session.so +%%AVAHI%%lib/pipewire-0.3/libpipewire-module-rtp-session.so lib/pipewire-0.3/libpipewire-module-rtp-sink.so lib/pipewire-0.3/libpipewire-module-rtp-source.so lib/pipewire-0.3/libpipewire-module-session-manager.so @@ -283,7 +283,7 @@ lib/pipewire-0.3/libpipewire-module-spa-node.so lib/pipewire-0.3/libpipewire-module-vban-recv.so lib/pipewire-0.3/libpipewire-module-vban-send.so %%X11_BELL%%lib/pipewire-0.3/libpipewire-module-x11-bell.so -%%PULSEAUDIO%%lib/pipewire-0.3/libpipewire-module-zeroconf-discover.so +%%AVAHI%%lib/pipewire-0.3/libpipewire-module-zeroconf-discover.so lib/spa-0.2/aec/libspa-aec-null.so lib/spa-0.2/aec/libspa-aec-webrtc.so lib/spa-0.2/audioconvert/libspa-audioconvert.so diff --git a/multimedia/py-cec/Makefile b/multimedia/py-cec/Makefile index bc3d1b1b84a..e3892e409be 100644 --- a/multimedia/py-cec/Makefile +++ b/multimedia/py-cec/Makefile @@ -1,5 +1,6 @@ PORTNAME= cec PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/trainman419/python-cec LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libcec.so:multimedia/libcec USES= compiler:c++11-lang localbase python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/multimedia/py-cec/files/patch-setup.py b/multimedia/py-cec/files/patch-setup.py new file mode 100644 index 00000000000..9be49622560 --- /dev/null +++ b/multimedia/py-cec/files/patch-setup.py @@ -0,0 +1,8 @@ +--- setup.py.orig 2022-01-05 20:34:47 UTC ++++ setup.py +@@ -25,5 +25,4 @@ setup(name='cec', version='0.2.8', + }, + author="Austin Hendrix", + author_email="namniart@gmail.com", +- data_files=['COPYING'], + ext_modules=[python_cec]) diff --git a/multimedia/py-moviepy/Makefile b/multimedia/py-moviepy/Makefile index 34cb3cec20a..da95aabf00f 100644 --- a/multimedia/py-moviepy/Makefile +++ b/multimedia/py-moviepy/Makefile @@ -1,6 +1,6 @@ PORTNAME= moviepy PORTVERSION= 1.0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://github.com/Zulko/moviepy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ ${PYTHON_PKGNAMEPREFIX}decorator>=4.0.2<6.0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}imageio>=2.5<3.0:graphics/py-imageio@${PY_FLAVOR} \ @@ -22,7 +24,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.11.2<5.0:misc/py-tqdm@${PY_FLAVOR} \ USES= magick:run python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile index 12f60538586..3f49f8ba7a1 100644 --- a/multimedia/rav1e/Makefile +++ b/multimedia/rav1e/Makefile @@ -1,7 +1,7 @@ PORTNAME= rav1e DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/ringrtc/Makefile b/multimedia/ringrtc/Makefile index 9c4bb350715..2db3275264f 100644 --- a/multimedia/ringrtc/Makefile +++ b/multimedia/ringrtc/Makefile @@ -1,6 +1,7 @@ PORTNAME= ringrtc DISTVERSIONPREFIX= v DISTVERSION= 2.40.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= LOCAL/mikael/ringrtc/:base \ LOCAL/mikael/ringrtc/:boringssl \ diff --git a/multimedia/scte35dump/Makefile b/multimedia/scte35dump/Makefile index 6b0d520df71..ddb414fa981 100644 --- a/multimedia/scte35dump/Makefile +++ b/multimedia/scte35dump/Makefile @@ -1,6 +1,7 @@ PORTNAME= scte35dump DISTVERSIONPREFIX= v DISTVERSION= 0.1.8 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= rodrigo@FreeBSD.org diff --git a/multimedia/smplayer/Makefile b/multimedia/smplayer/Makefile index 9ccfd5917d1..53072139087 100644 --- a/multimedia/smplayer/Makefile +++ b/multimedia/smplayer/Makefile @@ -1,7 +1,8 @@ PORTNAME= smplayer -DISTVERSION= 23.12.0 +DISTVERSION= 24.5.0 CATEGORIES= multimedia audio kde -MASTER_SITES= SF/${PORTNAME}/SMPlayer/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/SMPlayer/${PORTVERSION} \ + https://github.com/${PORTNAME}-dev/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= vvd@FreeBSD.org COMMENT= Complete front-end based on Qt for mplayer @@ -23,9 +24,6 @@ QMAKE_ARGS= "DEFINES_DISABLED+=MPLAYER2_SUPPORT" MAKE_ENV= DESTDIR=${STAGEDIR} LRELEASE=${LRELEASE} ALL_TARGET= src/smplayer -# Do not use unstable versions -PORTSCOUT= site:http://sourceforge.net/projects/smplayer/files/Unstable/releases/ - SUB_FILES= pkg-message CONFIGURE_WRKSRC= ${WRKSRC}/src diff --git a/multimedia/smplayer/distinfo b/multimedia/smplayer/distinfo index 3ad509bf955..b66f0ba98d4 100644 --- a/multimedia/smplayer/distinfo +++ b/multimedia/smplayer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704718045 -SHA256 (smplayer-23.12.0.tar.bz2) = d7b10afd8854229372e3b9647f48bcaf56201bb8c4089f3e14d9f4ffc8a5d7ed -SIZE (smplayer-23.12.0.tar.bz2) = 5233977 +TIMESTAMP = 1715675848 +SHA256 (smplayer-24.5.0.tar.bz2) = b9550f17c0bf09141ca6ce2770fccde80e17a50f21bb74e69bb4a7f37db1fd72 +SIZE (smplayer-24.5.0.tar.bz2) = 5221961 diff --git a/multimedia/svt-av1-psy/Makefile b/multimedia/svt-av1-psy/Makefile new file mode 100644 index 00000000000..609794775d1 --- /dev/null +++ b/multimedia/svt-av1-psy/Makefile @@ -0,0 +1,35 @@ +PORTNAME= svt-av1-psy +DISTVERSIONPREFIX= v +DISTVERSION= 2.0.0-A +CATEGORIES= multimedia + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Scalable AV1 encoder focused on perceptual quality +WWW= https://github.com/gianni-rosato/svt-av1-psy + +LICENSE= BSD2CLAUSE BSD3CLAUSE MIT +LICENSE_COMB= multi +LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE-BSD2.md +LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.md +LICENSE_FILE_MIT= ${WRKSRC}/third_party/safestringlib/LICENSE + +BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}} +BUILD_DEPENDS_amd64= nasm:devel/nasm + +USES= cmake compiler:c11 +USE_GITHUB= yes +USE_LDCONFIG= yes +GH_ACCOUNT= gianni-rosato +CMAKE_ON= ENABLE_NASM +CMAKE_OFF= NATIVE + +CONFLICTS_INSTALL= svt-av1 # bin/SvtAv1EncApp + +OPTIONS_DEFINE= LTO +OPTIONS_DEFAULT=LTO +OPTIONS_EXCLUDE_riscv64= LTO # bug 262871 + +LTO_CMAKE_BOOL= CMAKE_INTERPROCEDURAL_OPTIMIZATION +LTO_CMAKE_ON= -DCMAKE_POLICY_DEFAULT_CMP0069:STRING=NEW + +.include diff --git a/multimedia/svt-av1-psy/distinfo b/multimedia/svt-av1-psy/distinfo new file mode 100644 index 00000000000..e0398db8f31 --- /dev/null +++ b/multimedia/svt-av1-psy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1715457702 +SHA256 (gianni-rosato-svt-av1-psy-v2.0.0-A_GH0.tar.gz) = df7b1b835e8f858b0462689d6ca430034dd2482bd48c0cca1d3ab4664b80aa60 +SIZE (gianni-rosato-svt-av1-psy-v2.0.0-A_GH0.tar.gz) = 7920416 diff --git a/multimedia/svt-av1-psy/pkg-descr b/multimedia/svt-av1-psy/pkg-descr new file mode 100644 index 00000000000..cad027fb31f --- /dev/null +++ b/multimedia/svt-av1-psy/pkg-descr @@ -0,0 +1,4 @@ +SVT-AV1-PSY is the Scalable Video Technology for AV1 (SVT-AV1 Encoder +and Decoder) with perceptual enhancements for psychovisually optimal +AV1 encoding. The goal is to create the best encoding implementation +for perceptual quality with AV1. diff --git a/multimedia/svt-av1-psy/pkg-message b/multimedia/svt-av1-psy/pkg-message new file mode 100644 index 00000000000..b39af2610a6 --- /dev/null +++ b/multimedia/svt-av1-psy/pkg-message @@ -0,0 +1,13 @@ +[ +{ type: install + message: <0:www/yarn-node20 -EXTRACT_DEPENDS=yarn-node20>0:www/yarn-node20 +FETCH_DEPENDS= yarn-node${NODEJS_VERSION}>0:www/yarn-node${NODEJS_VERSION} +EXTRACT_DEPENDS=yarn-node${NODEJS_VERSION}>0:www/yarn-node${NODEJS_VERSION} BUILD_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \ protoc:devel/protobuf \ - yarn:www/yarn-node18 + yarn:www/yarn-node${NODEJS_VERSION} USES= cargo gmake python:build USE_GITHUB= yes @@ -28,7 +29,7 @@ GH_ACCOUNT= signalapp # cd boring # git checkout correct_tag (grep boring Makefile.crates) # git submodule update --init --recursive -# the hash for boringssl and fips should be printed on screen +# the hash for boringssl and fips should be printed on screen GH_TUPLE= google:boringssl:44b3df6f03d85c901767250329c571db405122d5:boringssl \ google:boringssl:853ca1ea1168dff08011e5d42d94609cc0ca2e27:boringssl_fips @@ -46,6 +47,7 @@ USE_LDCONFIG= yes PLIST_FILES= lib/libsignal_node.so +NODEJS_VERSION= 20 NODE_ARCH= ${ARCH:S/aarch64/arm64/:S/amd64/x64/:S/i386/ia32/:C/powerpc64.*/ppc64/} NPM_RINGRTC_DIR= npm-@signalapp-ringrtc-2.36.0-67d1b48bd4c1ea31c155ea14a0bd28f04e46eff5-integrity NPM_SIGNAL_DIR= npm-@signalapp-libsignal-client-0.39.1-15b41f15c516ae3eecf8a098a9c9c7aac00444d7-integrity diff --git a/net-im/libsignal-node/files/patch-boring_boring-sys_main.rs b/net-im/libsignal-node/files/patch-boring_boring-sys_main.rs index f351053d5a9..9ada79929d4 100644 --- a/net-im/libsignal-node/files/patch-boring_boring-sys_main.rs +++ b/net-im/libsignal-node/files/patch-boring_boring-sys_main.rs @@ -1,5 +1,5 @@ ---- ../boring-signal-v4.6.0/boring-sys/build/main.rs.orig 2024-04-27 16:40:34.000626000 +0200 -+++ ../boring-signal-v4.6.0/boring-sys/build/main.rs 2024-04-27 17:41:33.228588000 +0200 +--- ../boring-signal-v4.6.0/boring-sys/build/main.rs.orig 2024-04-27 16:40:34 UTC ++++ ../boring-signal-v4.6.0/boring-sys/build/main.rs @@ -477,9 +477,9 @@ fn ensure_patches_applied(config: &Config) -> io::Resu lock_file.lock()?; diff --git a/net-im/matterbridge/Makefile b/net-im/matterbridge/Makefile index 46bbc0202c1..feb7352da43 100644 --- a/net-im/matterbridge/Makefile +++ b/net-im/matterbridge/Makefile @@ -1,7 +1,7 @@ PORTNAME= matterbridge PORTVERSION= 1.26.0 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im MAINTAINER= bofh@FreeBSD.org diff --git a/net-im/matterircd/Makefile b/net-im/matterircd/Makefile index 9cef0dddcf7..97f43e3f157 100644 --- a/net-im/matterircd/Makefile +++ b/net-im/matterircd/Makefile @@ -1,7 +1,7 @@ PORTNAME= matterircd DISTVERSIONPREFIX= v DISTVERSION= 0.28.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im irc MAINTAINER= chalpin@cs.wisc.edu diff --git a/net-im/nextcloud-spreed-signaling/Makefile b/net-im/nextcloud-spreed-signaling/Makefile index 42373a1e858..02ef6ed70e2 100644 --- a/net-im/nextcloud-spreed-signaling/Makefile +++ b/net-im/nextcloud-spreed-signaling/Makefile @@ -1,7 +1,7 @@ PORTNAME= nextcloud-spreed-signaling DISTVERSIONPREFIX= v DISTVERSION= 1.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MAINTAINER= jsm@FreeBSD.org diff --git a/net-im/psi/files/patch-src_tabs_CMakeLists.txt b/net-im/psi/files/patch-src_tabs_CMakeLists.txt new file mode 100644 index 00000000000..7065720f7df --- /dev/null +++ b/net-im/psi/files/patch-src_tabs_CMakeLists.txt @@ -0,0 +1,10 @@ +Fix a race condition with ninja >= 1.12.0 where included headers have not +yet been generated by uic. + +--- src/tabs/CMakeLists.txt.orig 2020-09-06 07:44:34 UTC ++++ src/tabs/CMakeLists.txt +@@ -22,3 +22,4 @@ target_include_directories(tabs PUBLIC ${CMAKE_CURRENT + add_library(tabs STATIC ${HEADERS} ${MOC_SOURCES} ${PLAIN_SOURCES}) + target_link_libraries(tabs ${QT_LIBRARIES} ${iris_LIB} tools widgets) + target_include_directories(tabs PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) ++add_dependencies(tabs build_ui_files) diff --git a/net-im/purple-gowhatsapp/Makefile b/net-im/purple-gowhatsapp/Makefile index 3620f687072..9739b7dcef2 100644 --- a/net-im/purple-gowhatsapp/Makefile +++ b/net-im/purple-gowhatsapp/Makefile @@ -1,7 +1,7 @@ PORTNAME= purple-gowhatsapp DISTVERSIONPREFIX=v DISTVERSION= 1.13.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= mi@aldan.algebra.com diff --git a/net-im/purple-plugin-pack/Makefile b/net-im/purple-plugin-pack/Makefile index eda684aa479..543e4144dda 100644 --- a/net-im/purple-plugin-pack/Makefile +++ b/net-im/purple-plugin-pack/Makefile @@ -11,7 +11,7 @@ WWW= https://keep.imfreedom.org/pidgin/purple-plugin-pack LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -DEPECATED=Uses deprecated gtk2 libraries +DEPRECATED=Uses deprecated gtk2 libraries EXPIRATION_DATE=2024-12-31 BUILD_DEPENDS= pidgin>0:net-im/pidgin diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile index 381770e8499..faf92d040e1 100644 --- a/net-im/py-matrix-synapse/Makefile +++ b/net-im/py-matrix-synapse/Makefile @@ -1,5 +1,6 @@ PORTNAME= matrix-synapse DISTVERSION= 1.105.1 +PORTREVISION= 1 CATEGORIES= net-im python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-im/py-mattermostdriver/Makefile b/net-im/py-mattermostdriver/Makefile index edd2ece9c7c..66628608cff 100644 --- a/net-im/py-mattermostdriver/Makefile +++ b/net-im/py-mattermostdriver/Makefile @@ -1,5 +1,6 @@ PORTNAME= mattermostdriver PORTVERSION= 7.3.2 +PORTREVISION= 1 CATEGORIES= net-im python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +13,13 @@ WWW= https://vaelor.github.io/python-mattermost-driver/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.25:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websockets>=8:devel/py-websockets@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net-im/py-slackeventsapi/Makefile b/net-im/py-slackeventsapi/Makefile index e61b39812fd..417160ed935 100644 --- a/net-im/py-slackeventsapi/Makefile +++ b/net-im/py-slackeventsapi/Makefile @@ -1,5 +1,6 @@ PORTNAME= slackeventsapi PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= net-im python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/slackapi/python-slack-events-api LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=2:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyee>=8:devel/py-pyee@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index b7c259e4367..686142cbe4a 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,6 +1,7 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v DISTVERSION= 7.7.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm \ LOCAL/mikael/signal-desktop/:sqlite \ diff --git a/net-im/slack-term/Makefile b/net-im/slack-term/Makefile index d2827b5d3e9..68ed341851f 100644 --- a/net-im/slack-term/Makefile +++ b/net-im/slack-term/Makefile @@ -1,7 +1,7 @@ PORTNAME= slack-term DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net-im MAINTAINER= dmgk@FreeBSD.org diff --git a/net-im/ssh-chat/Makefile b/net-im/ssh-chat/Makefile index dc8803a6939..f55b057b779 100644 --- a/net-im/ssh-chat/Makefile +++ b/net-im/ssh-chat/Makefile @@ -1,7 +1,7 @@ PORTNAME= ssh-chat DISTVERSIONPREFIX= v DISTVERSION= 1.10.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net-im MAINTAINER= yuri@FreeBSD.org diff --git a/net-im/teleirc/Makefile b/net-im/teleirc/Makefile index 697a4a01f01..eef4b3dd7f2 100644 --- a/net-im/teleirc/Makefile +++ b/net-im/teleirc/Makefile @@ -1,7 +1,7 @@ PORTNAME= teleirc DISTVERSIONPREFIX= v DISTVERSION= 2.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im MAINTAINER= DtxdF@disroot.org diff --git a/net-im/xmpp-client/Makefile b/net-im/xmpp-client/Makefile index 01fd1729162..097f28cc510 100644 --- a/net-im/xmpp-client/Makefile +++ b/net-im/xmpp-client/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmpp-client PORTVERSION= 20170324 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= net-im MAINTAINER= cs@FreeBSD.org diff --git a/net-im/yume/Makefile b/net-im/yume/Makefile index 051ce9c3c17..3947f131620 100644 --- a/net-im/yume/Makefile +++ b/net-im/yume/Makefile @@ -1,7 +1,7 @@ PORTNAME= yume DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= net-im MAINTAINER= yuri@FreeBSD.org diff --git a/net-im/zkgroup/Makefile b/net-im/zkgroup/Makefile index cd96e6630fa..e863ed318c4 100644 --- a/net-im/zkgroup/Makefile +++ b/net-im/zkgroup/Makefile @@ -1,7 +1,7 @@ PORTNAME= zkgroup DISTVERSIONPREFIX= v DISTVERSION= 0.7.4 -PORTREVISION= 24 +PORTREVISION= 25 PORTEPOCH= 1 CATEGORIES= net-im diff --git a/net-mgmt/adguard-exporter/Makefile b/net-mgmt/adguard-exporter/Makefile index ceb4c3b9a52..f82ddad4be2 100644 --- a/net-mgmt/adguard-exporter/Makefile +++ b/net-mgmt/adguard-exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= adguard-exporter DISTVERSIONPREFIX= v DISTVERSION= 1.14 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net-mgmt MAINTAINER= christer.edwards@gmail.com diff --git a/net-mgmt/alertmanager/Makefile b/net-mgmt/alertmanager/Makefile index 19b91f507b5..d511bae6a2f 100644 --- a/net-mgmt/alertmanager/Makefile +++ b/net-mgmt/alertmanager/Makefile @@ -1,7 +1,7 @@ PORTNAME= alertmanager PORTVERSION= 0.26.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MAINTAINER= michal@hanu.la diff --git a/net-mgmt/bandwhich/Makefile b/net-mgmt/bandwhich/Makefile index 5737011e8b2..65d32c13e53 100644 --- a/net-mgmt/bandwhich/Makefile +++ b/net-mgmt/bandwhich/Makefile @@ -1,7 +1,7 @@ PORTNAME= bandwhich DISTVERSIONPREFIX=v DISTVERSION= 0.22.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= petteri.valkonen@iki.fi diff --git a/net-mgmt/bind_exporter/Makefile b/net-mgmt/bind_exporter/Makefile index 31ef443edfa..5db72a9d86a 100644 --- a/net-mgmt/bind_exporter/Makefile +++ b/net-mgmt/bind_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= bind_exporter DISTVERSIONPREFIX=v DISTVERSION= 0.7.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt dns MAINTAINER= fuz@FreeBSD.org diff --git a/net-mgmt/blackbox_exporter/Makefile b/net-mgmt/blackbox_exporter/Makefile index 5e631ad76fa..449dfdf4374 100644 --- a/net-mgmt/blackbox_exporter/Makefile +++ b/net-mgmt/blackbox_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= blackbox_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= eduardo@FreeBSD.org diff --git a/net-mgmt/bosun/Makefile b/net-mgmt/bosun/Makefile index 978e8619078..1d0d00ca409 100644 --- a/net-mgmt/bosun/Makefile +++ b/net-mgmt/bosun/Makefile @@ -1,7 +1,7 @@ PORTNAME= bosun DISTVERSION= 0.9.0 DISTVERSIONSUFFIX= -preview -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net-mgmt MAINTAINER= langer.markus@gmail.com diff --git a/net-mgmt/carbon-relay-ng/Makefile b/net-mgmt/carbon-relay-ng/Makefile index f7c16f780db..d8c7cbb2408 100644 --- a/net-mgmt/carbon-relay-ng/Makefile +++ b/net-mgmt/carbon-relay-ng/Makefile @@ -1,6 +1,6 @@ PORTNAME= carbon-relay-ng DISTVERSION= 0.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MAINTAINER= a.andersson.thn@gmail.com diff --git a/net-mgmt/carbonzipper/Makefile b/net-mgmt/carbonzipper/Makefile index 19cde92d8c4..a97d93fdb0d 100644 --- a/net-mgmt/carbonzipper/Makefile +++ b/net-mgmt/carbonzipper/Makefile @@ -1,6 +1,6 @@ PORTNAME= carbonzipper DISTVERSION= 0.74 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net-mgmt MAINTAINER= a.andersson.thn@gmail.com diff --git a/net-mgmt/gping/Makefile b/net-mgmt/gping/Makefile index 671033e8128..f61a5b0520f 100644 --- a/net-mgmt/gping/Makefile +++ b/net-mgmt/gping/Makefile @@ -1,7 +1,7 @@ PORTNAME= gping PORTVERSION= 1.16.1 DISTVERSIONPREFIX= gping-v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= ehaupt@FreeBSD.org diff --git a/net-mgmt/grok_exporter/Makefile b/net-mgmt/grok_exporter/Makefile index f29d724eeec..1973d445755 100644 --- a/net-mgmt/grok_exporter/Makefile +++ b/net-mgmt/grok_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= grok_exporter DISTVERSIONPREFIX=v DISTVERSION= 1.0.0.RC4 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net-mgmt MAINTAINER= gasol.wu@gmail.com diff --git a/net-mgmt/icingadb/Makefile b/net-mgmt/icingadb/Makefile index 20680e9611e..a3f9b01079e 100644 --- a/net-mgmt/icingadb/Makefile +++ b/net-mgmt/icingadb/Makefile @@ -1,7 +1,7 @@ PORTNAME= icingadb DISTVERSIONPREFIX= v DISTVERSION= 1.1.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-mgmt MAINTAINER= dvl@FreeBSD.org diff --git a/net-mgmt/intel-snap/Makefile b/net-mgmt/intel-snap/Makefile index 56e54d3474f..37296dfd046 100644 --- a/net-mgmt/intel-snap/Makefile +++ b/net-mgmt/intel-snap/Makefile @@ -1,6 +1,6 @@ PORTNAME= intel-snap PORTVERSION= 0.0.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net-mgmt MAINTAINER= ports@FreeBSD.org diff --git a/net-mgmt/kapacitor/Makefile b/net-mgmt/kapacitor/Makefile index 16cd4ca3c2d..f0e8b34a387 100644 --- a/net-mgmt/kapacitor/Makefile +++ b/net-mgmt/kapacitor/Makefile @@ -1,7 +1,7 @@ PORTNAME= kapacitor DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net-mgmt MAINTAINER= cheffo@freebsd-bg.org diff --git a/net-mgmt/mqtt2prometheus/Makefile b/net-mgmt/mqtt2prometheus/Makefile index b731e0ca3f6..2d7066ac92c 100644 --- a/net-mgmt/mqtt2prometheus/Makefile +++ b/net-mgmt/mqtt2prometheus/Makefile @@ -1,7 +1,7 @@ PORTNAME= mqtt2prometheus DISTVERSIONPREFIX= v DISTVERSION= 0.1.6 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net-mgmt MAINTAINER= manu@FreeBSD.org diff --git a/net-mgmt/mysqld_exporter/Makefile b/net-mgmt/mysqld_exporter/Makefile index c1fa8cf044a..51646e54a2a 100644 --- a/net-mgmt/mysqld_exporter/Makefile +++ b/net-mgmt/mysqld_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= mysqld_exporter PORTVERSION= 0.12.1 DISTVERSIONPREFIX=v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net-mgmt MAINTAINER= mr.deadlystorm@gmail.com diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index bbdc071808d..0239c3c47d4 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.7.7 +DISTVERSION= 3.7.8 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -46,7 +46,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.11<4.3:www/py-django42@${PY_FL ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.3<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.5.2<3.7:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.5.18<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.25.0<1:textproc/py-mkdocstrings@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.25.1<1:textproc/py-mkdocstrings@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings-python-legacy>0:textproc/py-mkdocstrings-python-legacy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=1.2.1<2:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=10.3.0:graphics/py-pillow@${PY_FLAVOR} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 9ce1528ee8a..a8e759d6463 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714600073 -SHA256 (netbox-community-netbox-v3.7.7_GH0.tar.gz) = edaac4de4b496cd284d21156d61d11ab25e7cadfe72427778c1d6c33ef876ccf -SIZE (netbox-community-netbox-v3.7.7_GH0.tar.gz) = 9325767 +TIMESTAMP = 1715019574 +SHA256 (netbox-community-netbox-v3.7.8_GH0.tar.gz) = 1da9a5090fe134647fd0d2b820200d05cca6d713c0392b0bb0a663afbb541e21 +SIZE (netbox-community-netbox-v3.7.8_GH0.tar.gz) = 9328178 diff --git a/net-mgmt/netdata-go/Makefile b/net-mgmt/netdata-go/Makefile index 22f8f791039..2596ded7d8d 100644 --- a/net-mgmt/netdata-go/Makefile +++ b/net-mgmt/netdata-go/Makefile @@ -1,7 +1,7 @@ PORTNAME= netdata-go DISTVERSIONPREFIX= v DISTVERSION= 0.58.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MAINTAINER= driesm@FreeBSD.org diff --git a/net-mgmt/nfs-exporter/Makefile b/net-mgmt/nfs-exporter/Makefile index 36cde83f77f..7a1324de69a 100644 --- a/net-mgmt/nfs-exporter/Makefile +++ b/net-mgmt/nfs-exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= nfs-exporter DISTVERSION= 0.4.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-mgmt MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= freebsd-${PORTNAME}/${DISTVERSION} diff --git a/net-mgmt/nsd_exporter/Makefile b/net-mgmt/nsd_exporter/Makefile index fb88c4d9adc..e4e1c9a7726 100644 --- a/net-mgmt/nsd_exporter/Makefile +++ b/net-mgmt/nsd_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= nsd_exporter PORTVERSION= 0.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= zi@FreeBSD.org diff --git a/net-mgmt/nvidia_gpu_prometheus_exporter/Makefile b/net-mgmt/nvidia_gpu_prometheus_exporter/Makefile index 7900061b8d9..34682071c0f 100644 --- a/net-mgmt/nvidia_gpu_prometheus_exporter/Makefile +++ b/net-mgmt/nvidia_gpu_prometheus_exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= nvidia_gpu_prometheus_exporter DISTVERSION= g20181028 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net-mgmt MAINTAINER= 0mp@FreeBSD.org diff --git a/net-mgmt/php-fpm_exporter/Makefile b/net-mgmt/php-fpm_exporter/Makefile index de8005cec71..15d679a5a40 100644 --- a/net-mgmt/php-fpm_exporter/Makefile +++ b/net-mgmt/php-fpm_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= php-fpm_exporter DISTVERSIONPREFIX=v DISTVERSION= 2.2.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net-mgmt MAINTAINER= freebsd.org@neant.ro diff --git a/net-mgmt/phpfpm_exporter/Makefile b/net-mgmt/phpfpm_exporter/Makefile index 313688079ed..58ec8e7fa97 100644 --- a/net-mgmt/phpfpm_exporter/Makefile +++ b/net-mgmt/phpfpm_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= phpfpm_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-mgmt MAINTAINER= gasol.wu@gmail.com diff --git a/net-mgmt/ping_exporter/Makefile b/net-mgmt/ping_exporter/Makefile index d1198362b29..8e829d39074 100644 --- a/net-mgmt/ping_exporter/Makefile +++ b/net-mgmt/ping_exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= ping_exporter DISTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MAINTAINER= jp+ports@supplntr.io diff --git a/net-mgmt/prometheus-collectd-exporter/Makefile b/net-mgmt/prometheus-collectd-exporter/Makefile index 83aa89509da..992e2c4eed8 100644 --- a/net-mgmt/prometheus-collectd-exporter/Makefile +++ b/net-mgmt/prometheus-collectd-exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= prometheus-collectd-exporter PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net-mgmt MAINTAINER= dsp@php.net diff --git a/net-mgmt/prometheus1/Makefile b/net-mgmt/prometheus1/Makefile index 1bb84d881a9..e45eafd8330 100644 --- a/net-mgmt/prometheus1/Makefile +++ b/net-mgmt/prometheus1/Makefile @@ -1,7 +1,7 @@ PORTNAME= prometheus PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= net-mgmt PKGNAMESUFFIX= 1 diff --git a/net-mgmt/prometheus2/Makefile b/net-mgmt/prometheus2/Makefile index 6d9965f37d7..ace1c800cb9 100644 --- a/net-mgmt/prometheus2/Makefile +++ b/net-mgmt/prometheus2/Makefile @@ -1,7 +1,7 @@ PORTNAME= prometheus DISTVERSIONPREFIX= v DISTVERSION= 2.49.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod \ https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:ui diff --git a/net-mgmt/promscale/Makefile b/net-mgmt/promscale/Makefile index a02c665e656..bc32766ca02 100644 --- a/net-mgmt/promscale/Makefile +++ b/net-mgmt/promscale/Makefile @@ -1,6 +1,6 @@ PORTNAME= promscale DISTVERSION= 0.17.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod diff --git a/net-mgmt/pushgateway/Makefile b/net-mgmt/pushgateway/Makefile index 15c965843c3..7ebe62e8450 100644 --- a/net-mgmt/pushgateway/Makefile +++ b/net-mgmt/pushgateway/Makefile @@ -1,7 +1,7 @@ PORTNAME= pushgateway DISTVERSIONPREFIX= v DISTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= dutra@FreeBSD.org diff --git a/net-mgmt/py-adal/Makefile b/net-mgmt/py-adal/Makefile index 9b119281ad6..96a7e9d1bcb 100644 --- a/net-mgmt/py-adal/Makefile +++ b/net-mgmt/py-adal/Makefile @@ -1,6 +1,6 @@ PORTNAME= adal PORTVERSION= 1.2.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,14 @@ WWW= https://github.com/AzureAD/azure-activedirectory-library-for-python LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0<3:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.1.0<3:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cryptography distutils +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/net-mgmt/py-ipy/Makefile b/net-mgmt/py-ipy/Makefile index 3468c9a88a9..9c1bf1b2019 100644 --- a/net-mgmt/py-ipy/Makefile +++ b/net-mgmt/py-ipy/Makefile @@ -1,9 +1,10 @@ PORTNAME= ipy -PORTVERSION= 1.01 +PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net-mgmt python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= IPy-${PORTVERSION} +DISTNAME= IPy-1.01 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks @@ -12,8 +13,11 @@ WWW= https://github.com/autocracy/python-ipy LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net-mgmt/py-ipy/files/patch-setup.py b/net-mgmt/py-ipy/files/patch-setup.py new file mode 100644 index 00000000000..5fb84f3a86e --- /dev/null +++ b/net-mgmt/py-ipy/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-12-01 20:32:26 UTC ++++ setup.py +@@ -56,7 +56,7 @@ setup( + URL = "https://github.com/autocracy/python-ipy" + + setup( +- name="IPy", ++ name="ipy", + version=VERSION, + description="Class and tools for handling of IPv4 and IPv6 addresses and networks", + long_description=LONG_DESCRIPTION, diff --git a/net-mgmt/py-msrest/Makefile b/net-mgmt/py-msrest/Makefile index 8d49cf713f1..73b03bfb20f 100644 --- a/net-mgmt/py-msrest/Makefile +++ b/net-mgmt/py-msrest/Makefile @@ -1,5 +1,6 @@ PORTNAME= msrest PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= net-mgmt python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +11,8 @@ WWW= https://github.com/Azure/msrest-for-python LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0:devel/py-azure-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.0:devel/py-isodate@${PY_FLAVOR} \ @@ -17,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0:devel/py-azure-core@${PY_ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.5.0:www/py-requests-oauthlib@${PY_FLAVOR} USES= python zip -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net-mgmt/rs-aggregate/Makefile b/net-mgmt/rs-aggregate/Makefile index b7a9262d901..8ba9d1eac63 100644 --- a/net-mgmt/rs-aggregate/Makefile +++ b/net-mgmt/rs-aggregate/Makefile @@ -1,7 +1,7 @@ PORTNAME= rs-aggregate DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= marcel@herrbischoff.com diff --git a/net-mgmt/semaphore/Makefile b/net-mgmt/semaphore/Makefile index 0df871ccdde..1a38b5d0e85 100644 --- a/net-mgmt/semaphore/Makefile +++ b/net-mgmt/semaphore/Makefile @@ -1,7 +1,7 @@ PORTNAME= semaphore PORTVERSION= 2.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt MAINTAINER= egypcio@FreeBSD.org diff --git a/net-mgmt/smartctl_exporter/Makefile b/net-mgmt/smartctl_exporter/Makefile index 9d6ba3edb83..69f6dbaf340 100644 --- a/net-mgmt/smartctl_exporter/Makefile +++ b/net-mgmt/smartctl_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= smartctl_exporter PORTVERSION= 0.12.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MAINTAINER= delphij@FreeBSD.org diff --git a/net-mgmt/thanos/Makefile b/net-mgmt/thanos/Makefile index 7d3dc69f4f9..5a21fa23879 100644 --- a/net-mgmt/thanos/Makefile +++ b/net-mgmt/thanos/Makefile @@ -1,7 +1,7 @@ PORTNAME= thanos DISTVERSIONPREFIX= v DISTVERSION= 0.28.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net-mgmt MAINTAINER= ler@FreeBSD.org diff --git a/net-mgmt/unbound_exporter/Makefile b/net-mgmt/unbound_exporter/Makefile index 4da74685654..a1e24aba736 100644 --- a/net-mgmt/unbound_exporter/Makefile +++ b/net-mgmt/unbound_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= unbound_exporter PORTVERSION= 0.4.6 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= aduitsis@cpan.org diff --git a/net-mgmt/victoria-metrics/Makefile b/net-mgmt/victoria-metrics/Makefile index 392a8b92766..43d4017a127 100644 --- a/net-mgmt/victoria-metrics/Makefile +++ b/net-mgmt/victoria-metrics/Makefile @@ -1,7 +1,7 @@ PORTNAME?= victoria-metrics PORTVERSION= 1.93.10 # don't forget to update BUILDINFO_TAG DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MAINTAINER= danfe@FreeBSD.org diff --git a/net-mgmt/vmutils/Makefile b/net-mgmt/vmutils/Makefile index 9ba570307aa..3639a1e645a 100644 --- a/net-mgmt/vmutils/Makefile +++ b/net-mgmt/vmutils/Makefile @@ -1,5 +1,5 @@ PORTNAME= vmutils -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Ancillary utilities and agent for VictoriaMetrics diff --git a/net-p2p/autoscan/Makefile b/net-p2p/autoscan/Makefile index f73a81d3c7f..b61ac1cc8c5 100644 --- a/net-p2p/autoscan/Makefile +++ b/net-p2p/autoscan/Makefile @@ -1,7 +1,7 @@ PORTNAME= autoscan DISTVERSIONPREFIX= v DISTVERSION= 1.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p MAINTAINER= michiel@vanbaak.eu diff --git a/net-p2p/bitmark-cli/Makefile b/net-p2p/bitmark-cli/Makefile index 2cf4dbda5f7..247b9af9ab2 100644 --- a/net-p2p/bitmark-cli/Makefile +++ b/net-p2p/bitmark-cli/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -cli COMMENT= Bitmark distributed property system cli diff --git a/net-p2p/bitmark-daemon/Makefile b/net-p2p/bitmark-daemon/Makefile index da7c5e76313..9f0aa409632 100644 --- a/net-p2p/bitmark-daemon/Makefile +++ b/net-p2p/bitmark-daemon/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -daemon COMMENT= Bitmark distributed property system daemon diff --git a/net-p2p/bitmark-recorder/Makefile b/net-p2p/bitmark-recorder/Makefile index 6831bf61272..a5c33431815 100644 --- a/net-p2p/bitmark-recorder/Makefile +++ b/net-p2p/bitmark-recorder/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -recorder COMMENT= Bitmark distributed property system recorder diff --git a/net-p2p/bitmark/Makefile b/net-p2p/bitmark/Makefile index d84446a031a..995e22ecb3b 100644 --- a/net-p2p/bitmark/Makefile +++ b/net-p2p/bitmark/Makefile @@ -1,7 +1,7 @@ PORTNAME= bitmark DISTVERSIONPREFIX= v DISTVERSION= 0.15.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MAINTAINER= hsw@bitmark.com diff --git a/net-p2p/clboss/Makefile b/net-p2p/clboss/Makefile index 51501c3325c..3248431f376 100644 --- a/net-p2p/clboss/Makefile +++ b/net-p2p/clboss/Makefile @@ -1,7 +1,7 @@ PORTNAME= clboss DISTVERSIONPREFIX= v # To build from an arbitrary git commit comment DISTVERSION -DISTVERSION= 0.13 +DISTVERSION= 0.13.1 # and uncomment the following two lines (use for example -gf8d8348c where f8d8348c is a commit hash) #DISTVERSION= 0 #DISTVERSIONSUFFIX= -g0673c50e7 diff --git a/net-p2p/clboss/distinfo b/net-p2p/clboss/distinfo index 851bbb3aff8..e7449830c61 100644 --- a/net-p2p/clboss/distinfo +++ b/net-p2p/clboss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707722279 -SHA256 (ZmnSCPxj-clboss-v0.13_GH0.tar.gz) = 5eec4df9116159e56c86beeb80933a997afc5bc46eb18057f9fd670c81830ff4 -SIZE (ZmnSCPxj-clboss-v0.13_GH0.tar.gz) = 2947305 +TIMESTAMP = 1715154453 +SHA256 (ZmnSCPxj-clboss-v0.13.1_GH0.tar.gz) = 963ea89826b0ccc0bf754f2391b9e7742f01af54821bcfd7bbf651508d0f238f +SIZE (ZmnSCPxj-clboss-v0.13.1_GH0.tar.gz) = 2947982 diff --git a/net-p2p/clboss/files/patch-Util_Compiler.hpp b/net-p2p/clboss/files/patch-Util_Compiler.hpp deleted file mode 100644 index 85e99d369ba..00000000000 --- a/net-p2p/clboss/files/patch-Util_Compiler.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Util/Compiler.hpp.orig 2024-02-12 08:08:33 UTC -+++ Util/Compiler.hpp -@@ -1,7 +1,7 @@ - #ifndef COMPILER_H_ - #define COMPILER_H_ - --#ifdef __GNUC__ -+#if defined(__GNUC__) && !defined(__clang__) - #include - // We need a GCC patch here due the following bug - // diff --git a/net-p2p/cncli/Makefile b/net-p2p/cncli/Makefile index bfd953990ee..4356408a2ec 100644 --- a/net-p2p/cncli/Makefile +++ b/net-p2p/cncli/Makefile @@ -1,7 +1,7 @@ PORTNAME= cncli DISTVERSIONPREFIX= v DISTVERSION= 6.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MAINTAINER= boris@zfs.ninja diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index c7a7738c314..d7ca6b52c3c 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-ethereum DISTVERSIONPREFIX= v DISTVERSION= 1.12.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com diff --git a/net-p2p/ogmios/distinfo b/net-p2p/ogmios/distinfo index 4e877321ea8..701bd5ccd81 100644 --- a/net-p2p/ogmios/distinfo +++ b/net-p2p/ogmios/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1709376686 +TIMESTAMP = 1715112442 SHA256 (cabal/FailT-0.1.2.0/FailT-0.1.2.0.tar.gz) = f1e3d5714df7e7e134545239bd78927bc9949a9b4760dfa061ff2b35ff0a76c3 SIZE (cabal/FailT-0.1.2.0/FailT-0.1.2.0.tar.gz) = 10971 SHA256 (cabal/Glob-0.10.2/Glob-0.10.2.tar.gz) = 6af672ac8427d35cbd42d64142dc288feab266f0be92dae3c696e8860d8173c0 @@ -977,7 +977,7 @@ SHA256 (cabal/typed-process-0.2.11.1/typed-process-0.2.11.1.tar.gz) = d5c5dda091 SIZE (cabal/typed-process-0.2.11.1/typed-process-0.2.11.1.tar.gz) = 18339 SHA256 (cabal/typed-protocols-0.1.1.0.tar.gz) = 23feff45c28a15484cdfdbbebd4000f99148748d44f40bbb17df865ba44293ac SIZE (cabal/typed-protocols-0.1.1.0.tar.gz) = 24491 -SHA256 (cabal/typed-protocols-0.1.1.0/revision/1.cabal) = 3afb8cf577e858150eb2fdc89638c4a88987c1fd0d6332db77b1c69928fd207d +SHA256 (cabal/typed-protocols-0.1.1.0/revision/1.cabal) = 8776c5b773e667290edc2b367bfdd6630c559181c37dd43ed3fd33e8ea9fbaa3 SIZE (cabal/typed-protocols-0.1.1.0/revision/1.cabal) = 1630 SHA256 (cabal/typed-protocols-cborg-0.1.0.4.tar.gz) = 355a02848edf9447451dc7ca0d43bccc25b50b8cc4eac62216203796a2b223f1 SIZE (cabal/typed-protocols-cborg-0.1.0.4.tar.gz) = 6287 diff --git a/net-p2p/oura/Makefile b/net-p2p/oura/Makefile index 419bca9d35a..db00790ed3e 100644 --- a/net-p2p/oura/Makefile +++ b/net-p2p/oura/Makefile @@ -1,7 +1,7 @@ PORTNAME= oura DISTVERSIONPREFIX= v DISTVERSION= 1.8.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MAINTAINER= boris@zfs.ninja diff --git a/net-p2p/twitch-tui/Makefile b/net-p2p/twitch-tui/Makefile index 9b378b59f31..62ea1cb99a5 100644 --- a/net-p2p/twitch-tui/Makefile +++ b/net-p2p/twitch-tui/Makefile @@ -1,6 +1,7 @@ PORTNAME= twitch-tui DISTVERSIONPREFIX= v -DISTVERSION= 2.6.7 +DISTVERSION= 2.6.8 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= yuri@FreeBSD.org @@ -31,7 +32,6 @@ CARGO_CRATES= addr2line-0.20.0 \ anstyle-wincon-3.0.1 \ autocfg-1.1.0 \ backtrace-0.3.68 \ - base64-0.21.7 \ base64-0.22.0 \ bit_field-0.10.2 \ bitflags-1.3.2 \ @@ -216,13 +216,13 @@ CARGO_CRATES= addr2line-0.20.0 \ scopeguard-1.2.0 \ security-framework-2.9.2 \ security-framework-sys-2.9.1 \ - serde-1.0.196 \ - serde_derive-1.0.196 \ + serde-1.0.199 \ + serde_derive-1.0.199 \ serde_json-1.0.113 \ serde_spanned-0.6.5 \ serde_urlencoded-0.7.1 \ - serde_with-3.6.0 \ - serde_with_macros-3.6.0 \ + serde_with-3.8.1 \ + serde_with_macros-3.8.1 \ sharded-slab-0.1.4 \ shell-words-1.1.0 \ signal-hook-0.3.17 \ @@ -280,7 +280,7 @@ CARGO_CRATES= addr2line-0.20.0 \ unicode-linebreak-0.1.5 \ unicode-normalization-0.1.22 \ unicode-segmentation-1.11.0 \ - unicode-width-0.1.11 \ + unicode-width-0.1.12 \ url-2.4.0 \ utf8parse-0.2.1 \ valuable-0.1.0 \ diff --git a/net-p2p/twitch-tui/distinfo b/net-p2p/twitch-tui/distinfo index 5528511ec0a..229bbcc4309 100644 --- a/net-p2p/twitch-tui/distinfo +++ b/net-p2p/twitch-tui/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1714020813 +TIMESTAMP = 1715581195 SHA256 (rust/crates/addr2line-0.20.0.crate) = f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3 SIZE (rust/crates/addr2line-0.20.0.crate) = 39558 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -27,8 +27,6 @@ SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36 SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 SHA256 (rust/crates/backtrace-0.3.68.crate) = 4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12 SIZE (rust/crates/backtrace-0.3.68.crate) = 79891 -SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 -SIZE (rust/crates/base64-0.21.7.crate) = 82576 SHA256 (rust/crates/base64-0.22.0.crate) = 9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51 SIZE (rust/crates/base64-0.22.0.crate) = 81568 SHA256 (rust/crates/bit_field-0.10.2.crate) = dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61 @@ -397,20 +395,20 @@ SHA256 (rust/crates/security-framework-2.9.2.crate) = 05b64fb303737d99b81884b2c6 SIZE (rust/crates/security-framework-2.9.2.crate) = 79295 SHA256 (rust/crates/security-framework-sys-2.9.1.crate) = e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a SIZE (rust/crates/security-framework-sys-2.9.1.crate) = 18284 -SHA256 (rust/crates/serde-1.0.196.crate) = 870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32 -SIZE (rust/crates/serde-1.0.196.crate) = 77097 -SHA256 (rust/crates/serde_derive-1.0.196.crate) = 33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67 -SIZE (rust/crates/serde_derive-1.0.196.crate) = 55775 +SHA256 (rust/crates/serde-1.0.199.crate) = 0c9f6e76df036c77cd94996771fb40db98187f096dd0b9af39c6c6e452ba966a +SIZE (rust/crates/serde-1.0.199.crate) = 77598 +SHA256 (rust/crates/serde_derive-1.0.199.crate) = 11bd257a6541e141e42ca6d24ae26f7714887b47e89aa739099104c7e4d3b7fc +SIZE (rust/crates/serde_derive-1.0.199.crate) = 55793 SHA256 (rust/crates/serde_json-1.0.113.crate) = 69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79 SIZE (rust/crates/serde_json-1.0.113.crate) = 146970 SHA256 (rust/crates/serde_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 SIZE (rust/crates/serde_spanned-0.6.5.crate) = 8349 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 -SHA256 (rust/crates/serde_with-3.6.0.crate) = 1b0ed1662c5a68664f45b76d18deb0e234aff37207086803165c961eb695e981 -SIZE (rust/crates/serde_with-3.6.0.crate) = 137070 -SHA256 (rust/crates/serde_with_macros-3.6.0.crate) = 568577ff0ef47b879f736cd66740e022f3672788cdf002a05a4e609ea5a6fb15 -SIZE (rust/crates/serde_with_macros-3.6.0.crate) = 30742 +SHA256 (rust/crates/serde_with-3.8.1.crate) = 0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20 +SIZE (rust/crates/serde_with-3.8.1.crate) = 142294 +SHA256 (rust/crates/serde_with_macros-3.8.1.crate) = 65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2 +SIZE (rust/crates/serde_with_macros-3.8.1.crate) = 30796 SHA256 (rust/crates/sharded-slab-0.1.4.crate) = 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31 SIZE (rust/crates/sharded-slab-0.1.4.crate) = 52479 SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde @@ -525,8 +523,8 @@ SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 SHA256 (rust/crates/unicode-segmentation-1.11.0.crate) = d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 SIZE (rust/crates/unicode-segmentation-1.11.0.crate) = 102740 -SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 -SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 +SHA256 (rust/crates/unicode-width-0.1.12.crate) = 68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6 +SIZE (rust/crates/unicode-width-0.1.12.crate) = 24062 SHA256 (rust/crates/url-2.4.0.crate) = 50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb SIZE (rust/crates/url-2.4.0.crate) = 75670 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a @@ -633,5 +631,5 @@ SHA256 (rust/crates/winreg-0.52.0.crate) = a277a57398d4bfa075df44f501a17cfdf8542 SIZE (rust/crates/winreg-0.52.0.crate) = 30148 SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02 SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973 -SHA256 (Xithrius-twitch-tui-v2.6.7_GH0.tar.gz) = d0fd9f485200fc7f61a1060c30edabdcce0d6d6a2851ca014860b191b316351d -SIZE (Xithrius-twitch-tui-v2.6.7_GH0.tar.gz) = 223306 +SHA256 (Xithrius-twitch-tui-v2.6.8_GH0.tar.gz) = 8307ef527bbd5025b4d3d15916429e4f7c1aa219f4c69b450a35b4c5dfdc3419 +SIZE (Xithrius-twitch-tui-v2.6.8_GH0.tar.gz) = 223339 diff --git a/net/Makefile b/net/Makefile index 36041d1b163..e400ec47b8c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -444,6 +444,9 @@ SUBDIR += linux-c7-avahi-libs SUBDIR += linux-c7-openldap SUBDIR += linux-c7-tcp_wrappers-libs + SUBDIR += linux-rl9-avahi-libs + SUBDIR += linux-rl9-libproxy + SUBDIR += linux-rl9-openldap SUBDIR += liveMedia SUBDIR += lla SUBDIR += lualdap diff --git a/net/aws-ec2-imdsv2-get/Makefile b/net/aws-ec2-imdsv2-get/Makefile index f94a7efe4aa..37ef8dc5a55 100644 --- a/net/aws-ec2-imdsv2-get/Makefile +++ b/net/aws-ec2-imdsv2-get/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-ec2-imdsv2-get DISTVERSION= 1.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= cperciva@FreeBSD.org diff --git a/net/benthos/Makefile b/net/benthos/Makefile index 5e9399bf963..4b61d9e0cdd 100644 --- a/net/benthos/Makefile +++ b/net/benthos/Makefile @@ -1,6 +1,7 @@ PORTNAME= benthos DISTVERSION= 4.27.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/bmon/Makefile b/net/bmon/Makefile index b35d245d7e5..48306c64a17 100644 --- a/net/bmon/Makefile +++ b/net/bmon/Makefile @@ -1,10 +1,10 @@ PORTNAME= bmon PORTVERSION= 4.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net -MAINTAINER= michelle@sorbs.net +MAINTAINER= ports@FreeBSD.org COMMENT= Human-readable bandwidth monitor and rate estimator WWW= https://github.com/tgraf/bmon diff --git a/net/bosh-bootloader/Makefile b/net/bosh-bootloader/Makefile index 9dcc8a41a43..f79f52c5e6d 100644 --- a/net/bosh-bootloader/Makefile +++ b/net/bosh-bootloader/Makefile @@ -1,6 +1,6 @@ PORTNAME= bosh-bootloader PORTVERSION= 7.6.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= net sysutils MAINTAINER= dumbbell@FreeBSD.org diff --git a/net/bosh-cli/Makefile b/net/bosh-cli/Makefile index 398cfc9dac1..ac75db02ae8 100644 --- a/net/bosh-cli/Makefile +++ b/net/bosh-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= bosh-cli PORTVERSION= 5.5.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net sysutils MAINTAINER= dumbbell@FreeBSD.org diff --git a/net/cf/Makefile b/net/cf/Makefile index c758287091b..e243c4f8bb7 100644 --- a/net/cf/Makefile +++ b/net/cf/Makefile @@ -1,7 +1,7 @@ PORTNAME= cf PORTVERSION= 6.49.0 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net MAINTAINER= dumbbell@FreeBSD.org diff --git a/net/clash/Makefile b/net/clash/Makefile index d65d029c938..74beef99318 100644 --- a/net/clash/Makefile +++ b/net/clash/Makefile @@ -1,7 +1,7 @@ PORTNAME= clash DISTVERSIONPREFIX= v DISTVERSION= 1.18.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/cloudquery/Makefile b/net/cloudquery/Makefile index 5a4445201ce..ba4388e3914 100644 --- a/net/cloudquery/Makefile +++ b/net/cloudquery/Makefile @@ -1,7 +1,7 @@ PORTNAME= cloudquery DISTVERSIONPREFIX= v DISTVERSION= 0.32.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= se@FreeBSD.org diff --git a/net/concourse-fly/Makefile b/net/concourse-fly/Makefile index e07c69b41a3..bc10b63fe68 100644 --- a/net/concourse-fly/Makefile +++ b/net/concourse-fly/Makefile @@ -1,6 +1,6 @@ PORTNAME= concourse PORTVERSION= 6.7.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net sysutils MASTER_SITES= LOCAL/dumbbell/concourse/ PKGNAMESUFFIX= -fly diff --git a/net/containernetworking-plugins/Makefile b/net/containernetworking-plugins/Makefile index 69115b1326a..ae6a3eddc20 100644 --- a/net/containernetworking-plugins/Makefile +++ b/net/containernetworking-plugins/Makefile @@ -1,7 +1,7 @@ PORTNAME= containernetworking-plugins DISTVERSIONPREFIX= freebsd-v DISTVERSION= 0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MAINTAINER= dfr@FreeBSD.org diff --git a/net/croc/Makefile b/net/croc/Makefile index d34c4945fe9..2852d23844b 100644 --- a/net/croc/Makefile +++ b/net/croc/Makefile @@ -1,7 +1,7 @@ PORTNAME= croc PORTVERSION= 9.6.15 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/drive/Makefile b/net/drive/Makefile index f078d0d6692..c0134dc6fce 100644 --- a/net/drive/Makefile +++ b/net/drive/Makefile @@ -1,7 +1,7 @@ PORTNAME= drive PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org diff --git a/net/evans/Makefile b/net/evans/Makefile index 6d9babca6d1..772ff7d2da0 100644 --- a/net/evans/Makefile +++ b/net/evans/Makefile @@ -1,7 +1,7 @@ PORTNAME= evans DISTVERSIONPREFIX= v DISTVERSION= 0.10.11 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MAINTAINER= lcook@FreeBSD.org diff --git a/net/fb303/Makefile b/net/fb303/Makefile index c9bf3616279..83fbb91f5f8 100644 --- a/net/fb303/Makefile +++ b/net/fb303/Makefile @@ -1,6 +1,6 @@ PORTNAME= fb303 DISTVERSIONPREFIX= v -DISTVERSION= 2024.05.02.00 +DISTVERSION= 2024.05.06.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/fb303/distinfo b/net/fb303/distinfo index 0c5c989b691..8c77d256749 100644 --- a/net/fb303/distinfo +++ b/net/fb303/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714712523 -SHA256 (facebook-fb303-v2024.05.02.00_GH0.tar.gz) = 82a5d9a6af95bc708e9adfc7559fe2cb5f605103516f9b183d1a7e1e1a83ef89 -SIZE (facebook-fb303-v2024.05.02.00_GH0.tar.gz) = 272921 +TIMESTAMP = 1715055838 +SHA256 (facebook-fb303-v2024.05.06.00_GH0.tar.gz) = bc5ee6bdd16a181c26c496a4b07604517bbf1453c992303e0bffdb2f5f6d02aa +SIZE (facebook-fb303-v2024.05.06.00_GH0.tar.gz) = 272939 diff --git a/net/findomain/Makefile b/net/findomain/Makefile index 580e3e4a34f..a0be64360d2 100644 --- a/net/findomain/Makefile +++ b/net/findomain/Makefile @@ -1,6 +1,6 @@ PORTNAME= findomain DISTVERSION= 9.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net security MAINTAINER= lcook@FreeBSD.org diff --git a/net/frp/Makefile b/net/frp/Makefile index 8d613e2238b..3127e16bf4a 100644 --- a/net/frp/Makefile +++ b/net/frp/Makefile @@ -1,7 +1,7 @@ PORTNAME= frp DISTVERSIONPREFIX= v DISTVERSION= 0.57.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/gdrive/Makefile b/net/gdrive/Makefile index f5eaae5b8c4..5368f46fb78 100644 --- a/net/gdrive/Makefile +++ b/net/gdrive/Makefile @@ -1,6 +1,6 @@ PORTNAME= gdrive DISTVERSION= 2.1.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/net/gemserv/Makefile b/net/gemserv/Makefile index b89c0b45f3f..f70c2a26f03 100644 --- a/net/gemserv/Makefile +++ b/net/gemserv/Makefile @@ -1,7 +1,7 @@ PORTNAME= gemserv DISTVERSIONPREFIX= v DISTVERSION= 0.6.6 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net MASTER_SITES= https://git.sr.ht/~int80h/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}${EXTRACT_SUFX} diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile index ef935971442..a527024b3c5 100644 --- a/net/geoipupdate/Makefile +++ b/net/geoipupdate/Makefile @@ -1,7 +1,7 @@ PORTNAME= geoipupdate PORTVERSION= 7.0.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net geography MAINTAINER= adamw@FreeBSD.org diff --git a/net/gitlab-agent/Makefile b/net/gitlab-agent/Makefile index 3481732b981..4259634dbe4 100644 --- a/net/gitlab-agent/Makefile +++ b/net/gitlab-agent/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitlab-agent -PORTVERSION= 16.11.1 +PORTVERSION= 16.11.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= mfechner@FreeBSD.org diff --git a/net/gitlab-agent/distinfo b/net/gitlab-agent/distinfo index 671fc986fe4..f12a8c844ab 100644 --- a/net/gitlab-agent/distinfo +++ b/net/gitlab-agent/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1714054581 -SHA256 (go/net_gitlab-agent/gitlab-agent-v16.11.1/v16.11.1.mod) = 73740cc2454413865622b26264c35ee5cdd7dd701e66e9e9642dc7d30e690b56 -SIZE (go/net_gitlab-agent/gitlab-agent-v16.11.1/v16.11.1.mod) = 7055 -SHA256 (go/net_gitlab-agent/gitlab-agent-v16.11.1/v16.11.1.zip) = 83d04e4de5edec836135e138cf948c2d06e9c2447626f5f2986ea0f5b6d2ce13 -SIZE (go/net_gitlab-agent/gitlab-agent-v16.11.1/v16.11.1.zip) = 1255441 +TIMESTAMP = 1715233688 +SHA256 (go/net_gitlab-agent/gitlab-agent-v16.11.2/v16.11.2.mod) = 73740cc2454413865622b26264c35ee5cdd7dd701e66e9e9642dc7d30e690b56 +SIZE (go/net_gitlab-agent/gitlab-agent-v16.11.2/v16.11.2.mod) = 7055 +SHA256 (go/net_gitlab-agent/gitlab-agent-v16.11.2/v16.11.2.zip) = 102901d9e5671fb6d2486fbdbde3a6296081727602204615f2d6e123f2a074cc +SIZE (go/net_gitlab-agent/gitlab-agent-v16.11.2/v16.11.2.zip) = 1256580 diff --git a/net/go-bapu/Makefile b/net/go-bapu/Makefile index 2991cc36c66..319a2a21fec 100644 --- a/net/go-bapu/Makefile +++ b/net/go-bapu/Makefile @@ -1,6 +1,6 @@ PORTNAME= bapu PORTVERSION= 0.3.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net MASTER_SITES= https://bitbucket.org/carlostrub/bapu/get/ PKGNAMEPREFIX= go- diff --git a/net/go-cs/Makefile b/net/go-cs/Makefile index 403a27c2930..d01f312c83d 100644 --- a/net/go-cs/Makefile +++ b/net/go-cs/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-cs PORTVERSION= 0.9 DISTVERSIONPREFIX= v -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= net MAINTAINER= akosela@andykosela.com diff --git a/net/go-tcping/Makefile b/net/go-tcping/Makefile index 152229a467b..15ad1b299d2 100644 --- a/net/go-tcping/Makefile +++ b/net/go-tcping/Makefile @@ -1,7 +1,7 @@ PORTNAME= tcping DISTVERSIONPREFIX= v DISTVERSION= 2.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${PORTNAME}/${DISTVERSIONFULL}/:gomod PKGNAMEPREFIX= go- diff --git a/net/gobgp/Makefile b/net/gobgp/Makefile index 89dce68900d..db1124620d8 100644 --- a/net/gobgp/Makefile +++ b/net/gobgp/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobgp PORTVERSION= 3.25.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net DIST_SUBDIR= gobgp diff --git a/net/goreplay/Makefile b/net/goreplay/Makefile index 4dd395db52c..ae9ab67530f 100644 --- a/net/goreplay/Makefile +++ b/net/goreplay/Makefile @@ -1,7 +1,7 @@ PORTNAME= goreplay DISTVERSIONPREFIX= v DISTVERSION= 1.3.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net MAINTAINER= bofh@FreeBSD.org diff --git a/net/gorss/Makefile b/net/gorss/Makefile index 6e008c2a9ed..bcf2ca8b194 100644 --- a/net/gorss/Makefile +++ b/net/gorss/Makefile @@ -1,7 +1,7 @@ PORTNAME= gorss PORTVERSION= 0.4 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net www MAINTAINER= ports@FreeBSD.org diff --git a/net/grpcox/Makefile b/net/grpcox/Makefile index 256ecd3968d..5111f7b0623 100644 --- a/net/grpcox/Makefile +++ b/net/grpcox/Makefile @@ -1,7 +1,7 @@ PORTNAME= grpcox DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net www MAINTAINER= yuri@FreeBSD.org diff --git a/net/grpcui/Makefile b/net/grpcui/Makefile index 7e954cfed86..d49a92b0b0d 100644 --- a/net/grpcui/Makefile +++ b/net/grpcui/Makefile @@ -1,7 +1,7 @@ PORTNAME= grpcui DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net www MAINTAINER= yuri@FreeBSD.org diff --git a/net/grpcurl/Makefile b/net/grpcurl/Makefile index d8a2d5596e8..d33fef185cb 100644 --- a/net/grpcurl/Makefile +++ b/net/grpcurl/Makefile @@ -1,7 +1,7 @@ PORTNAME= grpcurl DISTVERSIONPREFIX= v -DISTVERSION= 1.8.9 -PORTREVISION= 2 +DISTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= nc@FreeBSD.org @@ -17,27 +17,25 @@ GH_ACCOUNT= fullstorydev GH_SUBDIR= src/github.com/fullstorydev/grpcurl GH_TUPLE= \ - bufbuild:protocompile:v0.6.0:bufbuild_protocompile/vendor/github.com/bufbuild/protocompile \ + bufbuild:protocompile:v0.10.0:bufbuild_protocompile/vendor/github.com/bufbuild/protocompile \ census-instrumentation:opencensus-proto:v0.4.1:census_instrumentation_opencensus_proto/vendor/github.com/census-instrumentation/opencensus-proto \ cespare:xxhash:v2.2.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ cncf:udpa:c52dc94e7fbe:cncf_udpa_go/vendor/github.com/cncf/udpa \ - cncf:xds:e9ce68804cb4:cncf_xds_go/vendor/github.com/cncf/xds \ - envoyproxy:go-control-plane:9239064ad72f:envoyproxy_go_control_plane/vendor/github.com/envoyproxy/go-control-plane \ - envoyproxy:protoc-gen-validate:v0.10.1:envoyproxy_protoc_gen_validate/vendor/github.com/envoyproxy/protoc-gen-validate \ - golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ - golang:net:v0.17.0:golang_net/vendor/golang.org/x/net \ - golang:oauth2:v0.7.0:golang_oauth2/vendor/golang.org/x/oauth2 \ - golang:protobuf:v1.5.3:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sync:v0.3.0:golang_sync/vendor/golang.org/x/sync \ - golang:sys:v0.13.0:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.13.0:golang_text/vendor/golang.org/x/text \ - google:go-genproto:0005af68ea54:google_go_genproto/vendor/google.golang.org/genproto \ - google:go-genproto:28d5490b6b19:google_go_genproto_2/vendor/google.golang.org/genproto/googleapis/rpc \ - google:go-genproto:dd9d682886f9:google_go_genproto_1/vendor/google.golang.org/genproto/googleapis/api \ - googleapis:google-cloud-go:compute/v1.19.1:googleapis_google_cloud_go_compute/vendor/cloud.google.com/go \ - grpc:grpc-go:v1.57.0:grpc_grpc_go/vendor/google.golang.org/grpc \ - jhump:protoreflect:v1.15.3:jhump_protoreflect/vendor/github.com/jhump/protoreflect \ - protocolbuffers:protobuf-go:v1.31.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf + cncf:xds:523115ebc101:cncf_xds_go/vendor/github.com/cncf/xds \ + envoyproxy:go-control-plane:v0.11.1:envoyproxy_go_control_plane/vendor/github.com/envoyproxy/go-control-plane \ + envoyproxy:protoc-gen-validate:v1.0.2:envoyproxy_protoc_gen_validate/vendor/github.com/envoyproxy/protoc-gen-validate \ + golang:appengine:v1.6.8:golang_appengine/vendor/google.golang.org/appengine \ + golang:net:v0.22.0:golang_net/vendor/golang.org/x/net \ + golang:oauth2:v0.14.0:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:protobuf:v1.5.4:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:sync:v0.6.0:golang_sync/vendor/golang.org/x/sync \ + golang:sys:v0.18.0:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \ + google:go-genproto:bbf56f31fb17:google_go_genproto/vendor/google.golang.org/genproto \ + googleapis:google-cloud-go:compute/v1.23.3:googleapis_google_cloud_go_compute/vendor/cloud.google.com/go \ + grpc:grpc-go:v1.61.0:grpc_grpc_go/vendor/google.golang.org/grpc \ + jhump:protoreflect:v1.16.0:jhump_protoreflect/vendor/github.com/jhump/protoreflect \ + protocolbuffers:protobuf-go:98873a205002:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf GO_BUILDFLAGS= -ldflags "-X main.version=${DISTVERSIONPREFIX}${PORTVERSION} -s -w" GO_TARGET= ./cmd/${PORTNAME} diff --git a/net/grpcurl/distinfo b/net/grpcurl/distinfo index 7b36eb773ba..5cb51621516 100644 --- a/net/grpcurl/distinfo +++ b/net/grpcurl/distinfo @@ -1,45 +1,41 @@ -TIMESTAMP = 1708059804 -SHA256 (fullstorydev-grpcurl-v1.8.9_GH0.tar.gz) = 962fe7d3da7653519d2975e130244af9286db32041b0745613aebf89949a9009 -SIZE (fullstorydev-grpcurl-v1.8.9_GH0.tar.gz) = 122084 -SHA256 (bufbuild-protocompile-v0.6.0_GH0.tar.gz) = dbf9aa3180ae50e1ae4255fc4c4d0f119b385b613600c219fb830a1495b41931 -SIZE (bufbuild-protocompile-v0.6.0_GH0.tar.gz) = 385703 +TIMESTAMP = 1715483925 +SHA256 (fullstorydev-grpcurl-v1.9.1_GH0.tar.gz) = 4bc60a920635929bdf9fa9bb5d310fe3f82bccd441a1487680566694400e4304 +SIZE (fullstorydev-grpcurl-v1.9.1_GH0.tar.gz) = 123201 +SHA256 (bufbuild-protocompile-v0.10.0_GH0.tar.gz) = 8139364fd4c9f37c8d25d72570c6dd34f3e98ec8f2bb3a0416723cafe9f2d5ec +SIZE (bufbuild-protocompile-v0.10.0_GH0.tar.gz) = 443295 SHA256 (census-instrumentation-opencensus-proto-v0.4.1_GH0.tar.gz) = e3d89f7f9ed84c9b6eee818c2e9306950519402bf803698b15c310b77ca2f0f3 SIZE (census-instrumentation-opencensus-proto-v0.4.1_GH0.tar.gz) = 164379 SHA256 (cespare-xxhash-v2.2.0_GH0.tar.gz) = b8c684b9e5e136510913727e6a845b28f8176e55db827b11f17769fba970fe13 SIZE (cespare-xxhash-v2.2.0_GH0.tar.gz) = 12334 SHA256 (cncf-udpa-c52dc94e7fbe_GH0.tar.gz) = ba93742a35ca12011f2af214658529d123fc8338dd5e14542965f583d2d75d59 SIZE (cncf-udpa-c52dc94e7fbe_GH0.tar.gz) = 20516 -SHA256 (cncf-xds-e9ce68804cb4_GH0.tar.gz) = ac9565c87b298766beddc55e3e5934b4c59ae1ebff5e731108a4749b6d6684d6 -SIZE (cncf-xds-e9ce68804cb4_GH0.tar.gz) = 104408 -SHA256 (envoyproxy-go-control-plane-9239064ad72f_GH0.tar.gz) = b06662e6ac4112d7548e470ef8bff2a76bc7df4a86e410aa6a3a6cde565fbbfd -SIZE (envoyproxy-go-control-plane-9239064ad72f_GH0.tar.gz) = 2769450 -SHA256 (envoyproxy-protoc-gen-validate-v0.10.1_GH0.tar.gz) = 884f7166893d4869d9e86c171777c11e51b138a6ec170e1d8eba8f091a9ef85a -SIZE (envoyproxy-protoc-gen-validate-v0.10.1_GH0.tar.gz) = 169369 -SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f -SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007 -SHA256 (golang-net-v0.17.0_GH0.tar.gz) = 8cbbc0df17599834c9f547d802045b279724a3931f3cdb92c02d141214fd80c4 -SIZE (golang-net-v0.17.0_GH0.tar.gz) = 1456230 -SHA256 (golang-oauth2-v0.7.0_GH0.tar.gz) = 18407271b525c12d53d1264f13e04ed83b250b0fe78da96b4eabd687a79de260 -SIZE (golang-oauth2-v0.7.0_GH0.tar.gz) = 87761 -SHA256 (golang-protobuf-v1.5.3_GH0.tar.gz) = 48457a6a9e8c78a7556ff5ff4a4c77d7df9bf70e882491ee0f3f1ff06db2bfaa -SIZE (golang-protobuf-v1.5.3_GH0.tar.gz) = 171822 -SHA256 (golang-sync-v0.3.0_GH0.tar.gz) = 0be463c5e9198caec11b59795c780db96d9136df65451196629d74f737ef457a -SIZE (golang-sync-v0.3.0_GH0.tar.gz) = 20003 -SHA256 (golang-sys-v0.13.0_GH0.tar.gz) = 8877d20a8f1b2533ddef00e65b6b3b9cebbcbffa319ed525df0bc229f583e2b6 -SIZE (golang-sys-v0.13.0_GH0.tar.gz) = 1442250 -SHA256 (golang-text-v0.13.0_GH0.tar.gz) = c6e22ff8280188539ba0a6c65cbc80cda877adcf5332651fa78044018c05d6af -SIZE (golang-text-v0.13.0_GH0.tar.gz) = 8967009 -SHA256 (google-go-genproto-0005af68ea54_GH0.tar.gz) = ce741f3989c11a003a0f3e0994b27ebb83fc9e84b4cc091807076e2d7a345080 -SIZE (google-go-genproto-0005af68ea54_GH0.tar.gz) = 6027781 -SHA256 (google-go-genproto-28d5490b6b19_GH0.tar.gz) = 380af3429ee1aba9120aa1b0286ba60858083192f912d651cb8482a36cfaa21a -SIZE (google-go-genproto-28d5490b6b19_GH0.tar.gz) = 6025439 -SHA256 (google-go-genproto-dd9d682886f9_GH0.tar.gz) = 13f52bf527916a5eb834f625213059a8b113cf3c2672ed4e59b3f9c72454decf -SIZE (google-go-genproto-dd9d682886f9_GH0.tar.gz) = 6025537 -SHA256 (googleapis-google-cloud-go-compute-v1.19.1_GH0.tar.gz) = 49a90cb2526375eb485eed161745d568e2842020888c7dc0c1cad773afc9b594 -SIZE (googleapis-google-cloud-go-compute-v1.19.1_GH0.tar.gz) = 20871902 -SHA256 (grpc-grpc-go-v1.57.0_GH0.tar.gz) = da107f9e13596b9f2e0a473ff864fe30a40942febf57d7a281e3a1265081ec22 -SIZE (grpc-grpc-go-v1.57.0_GH0.tar.gz) = 1954303 -SHA256 (jhump-protoreflect-v1.15.3_GH0.tar.gz) = 6224bbca36b568d57883814d0999952cacb677c70ab4a0e75f7d54599c82f9b3 -SIZE (jhump-protoreflect-v1.15.3_GH0.tar.gz) = 658374 -SHA256 (protocolbuffers-protobuf-go-v1.31.0_GH0.tar.gz) = 96d670e9bae145ff2dd0f48a3693edb1f45ec3ee56d5f50a5f01cc7e060314bc -SIZE (protocolbuffers-protobuf-go-v1.31.0_GH0.tar.gz) = 1311732 +SHA256 (cncf-xds-523115ebc101_GH0.tar.gz) = beb2e66c0a17ae04c758fb2ffd25b816ac92405857c8053f587e82b53271472b +SIZE (cncf-xds-523115ebc101_GH0.tar.gz) = 104779 +SHA256 (envoyproxy-go-control-plane-v0.11.1_GH0.tar.gz) = 74aaf82787b65e28a89e793f36d0ee8614aa2d6a8327aba6481054ff5826b030 +SIZE (envoyproxy-go-control-plane-v0.11.1_GH0.tar.gz) = 2781758 +SHA256 (envoyproxy-protoc-gen-validate-v1.0.2_GH0.tar.gz) = 27b3202ba6e9eb37dca0f902c8f96b6330670b33d8669ad739f60ab61bdaf296 +SIZE (envoyproxy-protoc-gen-validate-v1.0.2_GH0.tar.gz) = 171719 +SHA256 (golang-appengine-v1.6.8_GH0.tar.gz) = 9f0029767e180c64ef42c448f02a247deb2980b2ba6908977ad4c53ebae1abb5 +SIZE (golang-appengine-v1.6.8_GH0.tar.gz) = 628708 +SHA256 (golang-net-v0.22.0_GH0.tar.gz) = 01a7906b265d4c562e210926780f7698e8307da296e91c55711066bce453845e +SIZE (golang-net-v0.22.0_GH0.tar.gz) = 1501049 +SHA256 (golang-oauth2-v0.14.0_GH0.tar.gz) = f3d7a29dd9d28af45216ad63cdce72154926650df6a1bb94b62a85148e5a1d01 +SIZE (golang-oauth2-v0.14.0_GH0.tar.gz) = 94746 +SHA256 (golang-protobuf-v1.5.4_GH0.tar.gz) = d75e6960ecfabaaa83a7261b1b630d24e9c63aca79615fb15bf33e11b62fd019 +SIZE (golang-protobuf-v1.5.4_GH0.tar.gz) = 172992 +SHA256 (golang-sync-v0.6.0_GH0.tar.gz) = 23b8fca95397b2293e64e58d333633051ec942b46318ad8f630318e801658b67 +SIZE (golang-sync-v0.6.0_GH0.tar.gz) = 17605 +SHA256 (golang-sys-v0.18.0_GH0.tar.gz) = cee1944ab655ddf7eab6301e15cb6d01fdd6cd0a0f0b5896050ee60b124e084c +SIZE (golang-sys-v0.18.0_GH0.tar.gz) = 1448211 +SHA256 (golang-text-v0.14.0_GH0.tar.gz) = c80295e75bda599d17ccf74038139b0957b9915fae4e60d8b46f89454ef171a0 +SIZE (golang-text-v0.14.0_GH0.tar.gz) = 8974094 +SHA256 (google-go-genproto-bbf56f31fb17_GH0.tar.gz) = c2bb2ef8b453de440b41ac514d618acb80d5511c29dd2555b14fd11160d355b0 +SIZE (google-go-genproto-bbf56f31fb17_GH0.tar.gz) = 5919115 +SHA256 (googleapis-google-cloud-go-compute-v1.23.3_GH0.tar.gz) = 712f6713c1549d4e150be3de3cd7a1698e309c56b57e08f8b3dc072fdbae33cc +SIZE (googleapis-google-cloud-go-compute-v1.23.3_GH0.tar.gz) = 23101803 +SHA256 (grpc-grpc-go-v1.61.0_GH0.tar.gz) = b02c6e892b36619ff36685b6a1080d40ff953eec89a1f2d92f65ba994c610a41 +SIZE (grpc-grpc-go-v1.61.0_GH0.tar.gz) = 2111952 +SHA256 (jhump-protoreflect-v1.16.0_GH0.tar.gz) = 51ec1bb4105d9d58d8e6577663eca0d036c40aabb89f8f0ff14ea5d6c81cfd78 +SIZE (jhump-protoreflect-v1.16.0_GH0.tar.gz) = 708471 +SHA256 (protocolbuffers-protobuf-go-98873a205002_GH0.tar.gz) = 6a278c44f4192f63b646277176b86b2942860debcbd6327a8e6b74f376bc7c2a +SIZE (protocolbuffers-protobuf-go-98873a205002_GH0.tar.gz) = 1489324 diff --git a/net/gscloud/Makefile b/net/gscloud/Makefile index cde46b5b640..f642df54a5d 100644 --- a/net/gscloud/Makefile +++ b/net/gscloud/Makefile @@ -1,7 +1,7 @@ PORTNAME= gscloud DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net devel MAINTAINER= egypcio@FreeBSD.org diff --git a/net/hostapd-devel/Makefile b/net/hostapd-devel/Makefile index 190f88647b8..819f4733be1 100644 --- a/net/hostapd-devel/Makefile +++ b/net/hostapd-devel/Makefile @@ -10,8 +10,8 @@ WWW= https://w1.fi/hostapd/ USE_GITHUB= yes GH_ACCOUNT= cschuber GH_PROJECT= hostap -GH_TAGNAME= 147f836924 -COMMIT_DATE= 2024.04.06 +GH_TAGNAME= 7566370a96 +COMMIT_DATE= 2024.05.06 LICENSE= BSD3CLAUSE diff --git a/net/hostapd-devel/distinfo b/net/hostapd-devel/distinfo index 1159838523f..f54ebf476e0 100644 --- a/net/hostapd-devel/distinfo +++ b/net/hostapd-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712853276 -SHA256 (cschuber-hostap-2024.04.06-147f836924_GH0.tar.gz) = 126cc603dba795baa82e4749d1e52db0982435b2aeb62ba7d2c90884d63c8ebe -SIZE (cschuber-hostap-2024.04.06-147f836924_GH0.tar.gz) = 5236761 +TIMESTAMP = 1715615157 +SHA256 (cschuber-hostap-2024.05.06-7566370a96_GH0.tar.gz) = 56334a8c6015d8d8248800b9f2bd314ac85786f98738adebe105d4e80a7c6711 +SIZE (cschuber-hostap-2024.05.06-7566370a96_GH0.tar.gz) = 5251468 diff --git a/net/ipinfo-cli/Makefile b/net/ipinfo-cli/Makefile index 4bfb6d0f2cd..39c3f2ab410 100644 --- a/net/ipinfo-cli/Makefile +++ b/net/ipinfo-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipinfo DISTVERSIONPREFIX= ipinfo- DISTVERSION= 3.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= dutra@FreeBSD.org diff --git a/net/k6/Makefile b/net/k6/Makefile index 24aa118dc95..51bc979a645 100644 --- a/net/k6/Makefile +++ b/net/k6/Makefile @@ -1,7 +1,7 @@ PORTNAME= k6 DISTVERSIONPREFIX= v DISTVERSION= 0.50.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= lcook@FreeBSD.org diff --git a/net/keycloak/Makefile b/net/keycloak/Makefile index 5fd4e5b03a3..0b04e53b136 100644 --- a/net/keycloak/Makefile +++ b/net/keycloak/Makefile @@ -1,5 +1,5 @@ PORTNAME= keycloak -DISTVERSION= 24.0.3 +DISTVERSION= 24.0.4 CATEGORIES= net java MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ diff --git a/net/keycloak/distinfo b/net/keycloak/distinfo index 58932d39e2d..1c6d322aa17 100644 --- a/net/keycloak/distinfo +++ b/net/keycloak/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713352292 -SHA256 (keycloak-24.0.3.tar.gz) = 48808867075d19bfb12e0dd05438f534fad67969aaad5ed8c130ef21de45ae83 -SIZE (keycloak-24.0.3.tar.gz) = 176426088 +TIMESTAMP = 1715156007 +SHA256 (keycloak-24.0.4.tar.gz) = d6270be7efbdad03f4d9e709436b0915142f717a6b3797a7b6691bdc6c6303f0 +SIZE (keycloak-24.0.4.tar.gz) = 176453846 diff --git a/net/keycloak/pkg-plist b/net/keycloak/pkg-plist index 144f6c1177b..24ab60a6e3e 100644 --- a/net/keycloak/pkg-plist +++ b/net/keycloak/pkg-plist @@ -12,17 +12,17 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/conf/README.md %%JAVASHAREDIR%%/keycloak/lib/app/keycloak.jar %%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.github.crac.org-crac-0.1.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.quarkus.quarkus-bootstrap-runner-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.quarkus.quarkus-development-mode-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.quarkus.quarkus-vertx-latebound-mdc-provider-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-constraint-2.1.2.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-cpu-2.1.2.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-expression-2.1.2.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-function-2.1.2.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-io-2.1.2.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-net-2.1.2.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-os-2.1.2.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-ref-2.1.2.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.quarkus.quarkus-bootstrap-runner-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.quarkus.quarkus-development-mode-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.quarkus.quarkus-vertx-latebound-mdc-provider-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-constraint-2.2.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-cpu-2.2.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-expression-2.2.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-function-2.2.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-io-2.2.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-net-2.2.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-os-2.2.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/boot/io.smallrye.common.smallrye-common-ref-2.2.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/boot/jakarta.json.jakarta.json-api-2.1.3.jar %%JAVASHAREDIR%%/keycloak/lib/lib/boot/org.eclipse.parsson.parsson-1.1.5.jar %%JAVASHAREDIR%%/keycloak/lib/lib/boot/org.jboss.logging.jboss-logging-3.5.3.Final.jar @@ -31,74 +31,74 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/lib/lib/deployment/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.16.1.jar %%JAVASHAREDIR%%/keycloak/lib/lib/deployment/deployment-class-path.dat %%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.mvnpm.importmap-1.0.10.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.arc.arc-processor-3.8.3.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.arc.arc-processor-3.8.4.jar %%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.gizmo.gizmo-1.7.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.http.quarkus-http-core-5.2.1.Final.jar %%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.http.quarkus-http-http-core-5.2.1.Final.jar %%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.http.quarkus-http-servlet-5.2.1.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-agroal-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-agroal-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-arc-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-arc-test-supplement-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-bootstrap-app-model-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-bootstrap-core-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-builder-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-caffeine-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-class-change-agent-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-core-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-credentials-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-datasource-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-datasource-deployment-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-devtools-utilities-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-hibernate-orm-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-hibernate-orm-deployment-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-hibernate-validator-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jackson-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jackson-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jaxrs-spi-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jdbc-h2-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jdbc-mariadb-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jdbc-mssql-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jdbc-mysql-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jdbc-oracle-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jdbc-postgresql-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jsonp-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-kubernetes-service-binding-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-kubernetes-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-logging-gelf-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-logging-json-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-micrometer-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-micrometer-registry-prometheus-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-mutiny-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-narayana-jta-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-netty-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-panache-common-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-panache-common-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-panache-hibernate-common-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-panache-hibernate-common-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-reactive-routes-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-common-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-reactive-common-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-reactive-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-reactive-jackson-common-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-reactive-jackson-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-reactive-server-spi-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-reactive-spi-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-security-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-smallrye-context-propagation-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-smallrye-context-propagation-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-smallrye-health-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-smallrye-health-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-smallrye-openapi-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-undertow-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-vertx-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-vertx-http-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-vertx-http-deployment-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-vertx-http-dev-ui-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-virtual-threads-deployment-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.qute.qute-core-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.resteasy.reactive.resteasy-reactive-common-processor-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.resteasy.reactive.resteasy-reactive-processor-3.8.3.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-agroal-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-agroal-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-arc-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-arc-test-supplement-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-bootstrap-app-model-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-bootstrap-core-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-builder-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-caffeine-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-class-change-agent-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-core-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-credentials-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-datasource-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-datasource-deployment-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-devtools-utilities-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-hibernate-orm-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-hibernate-orm-deployment-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-hibernate-validator-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jackson-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jackson-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jaxrs-spi-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jdbc-h2-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jdbc-mariadb-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jdbc-mssql-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jdbc-mysql-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jdbc-oracle-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jdbc-postgresql-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-jsonp-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-kubernetes-service-binding-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-kubernetes-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-logging-gelf-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-logging-json-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-micrometer-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-micrometer-registry-prometheus-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-mutiny-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-narayana-jta-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-netty-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-panache-common-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-panache-common-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-panache-hibernate-common-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-panache-hibernate-common-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-reactive-routes-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-common-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-reactive-common-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-reactive-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-reactive-jackson-common-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-reactive-jackson-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-reactive-server-spi-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-resteasy-reactive-spi-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-security-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-smallrye-context-propagation-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-smallrye-context-propagation-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-smallrye-health-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-smallrye-health-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-smallrye-openapi-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-undertow-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-vertx-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-vertx-http-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-vertx-http-deployment-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-vertx-http-dev-ui-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.quarkus-virtual-threads-deployment-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.qute.qute-core-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.resteasy.reactive.resteasy-reactive-common-processor-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.quarkus.resteasy.reactive.resteasy-reactive-processor-3.8.4.jar %%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.smallrye.jandex-3.1.6.jar %%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.smallrye.smallrye-health-ui-4.1.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/deployment/io.smallrye.smallrye-open-api-core-3.10.0.jar @@ -147,75 +147,75 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.micrometer.micrometer-core-1.12.2.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.micrometer.micrometer-observation-1.12.2.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.micrometer.micrometer-registry-prometheus-1.12.2.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-buffer-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-codec-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-codec-dns-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-codec-haproxy-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-codec-http-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-codec-http2-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-codec-socks-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-common-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-handler-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-handler-proxy-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-resolver-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-resolver-dns-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-transport-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-transport-classes-epoll-4.1.107.Final.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-transport-native-epoll-4.1.107.Final-linux-aarch_64.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-transport-native-epoll-4.1.107.Final-linux-x86_64.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-transport-native-unix-common-4.1.107.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-buffer-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-codec-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-codec-dns-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-codec-haproxy-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-codec-http-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-codec-http2-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-codec-socks-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-common-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-handler-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-handler-proxy-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-resolver-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-resolver-dns-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-transport-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-transport-classes-epoll-4.1.108.Final.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-transport-native-epoll-4.1.108.Final-linux-aarch_64.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-transport-native-epoll-4.1.108.Final-linux-x86_64.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.netty.netty-transport-native-unix-common-4.1.108.Final.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.prometheus.simpleclient-0.16.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.prometheus.simpleclient_common-0.16.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.prometheus.simpleclient_tracer_common-0.16.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.prometheus.simpleclient_tracer_otel-0.16.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.prometheus.simpleclient_tracer_otel_agent-0.16.0.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.arc.arc-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-agroal-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-arc-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-caffeine-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-core-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-credentials-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-datasource-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-datasource-common-3.8.3.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.arc.arc-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-agroal-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-arc-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-caffeine-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-core-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-credentials-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-datasource-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-datasource-common-3.8.4.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-fs-util-0.0.10.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-hibernate-orm-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jackson-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jdbc-h2-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jdbc-mariadb-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jdbc-mssql-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jdbc-mysql-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jdbc-oracle-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jdbc-postgresql-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jsonp-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-logging-gelf-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-logging-json-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-micrometer-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-micrometer-registry-prometheus-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-mutiny-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-narayana-jta-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-netty-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-reactive-routes-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-resteasy-reactive-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-resteasy-reactive-common-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-resteasy-reactive-jackson-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-resteasy-reactive-jackson-common-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-security-runtime-spi-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-smallrye-context-propagation-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-smallrye-health-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-transaction-annotations-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-vertx-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-vertx-http-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-virtual-threads-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.resteasy.reactive.resteasy-reactive-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.resteasy.reactive.resteasy-reactive-common-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.resteasy.reactive.resteasy-reactive-common-types-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.resteasy.reactive.resteasy-reactive-jackson-3.8.3.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.resteasy.reactive.resteasy-reactive-vertx-3.8.3.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-hibernate-orm-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jackson-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jdbc-h2-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jdbc-mariadb-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jdbc-mssql-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jdbc-mysql-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jdbc-oracle-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jdbc-postgresql-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-jsonp-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-logging-gelf-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-logging-json-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-micrometer-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-micrometer-registry-prometheus-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-mutiny-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-narayana-jta-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-netty-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-reactive-routes-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-resteasy-reactive-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-resteasy-reactive-common-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-resteasy-reactive-jackson-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-resteasy-reactive-jackson-common-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-security-runtime-spi-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-smallrye-context-propagation-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-smallrye-health-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-transaction-annotations-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-vertx-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-vertx-http-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.quarkus-virtual-threads-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.resteasy.reactive.resteasy-reactive-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.resteasy.reactive.resteasy-reactive-common-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.resteasy.reactive.resteasy-reactive-common-types-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.resteasy.reactive.resteasy-reactive-jackson-3.8.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.resteasy.reactive.resteasy-reactive-vertx-3.8.4.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.quarkus.security.quarkus-security-2.0.3.Final.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.reactivex.rxjava3.rxjava-3.1.8.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.common.smallrye-common-annotation-2.1.2.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.common.smallrye-common-classloader-2.1.2.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.common.smallrye-common-vertx-context-2.1.2.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.common.smallrye-common-annotation-2.2.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.common.smallrye-common-classloader-2.2.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.common.smallrye-common-vertx-context-2.2.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.config.smallrye-config-3.5.4.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.config.smallrye-config-common-3.5.4.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.config.smallrye-config-core-3.5.4.jar @@ -223,16 +223,16 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.mutiny-2.5.8.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.mutiny-smallrye-context-propagation-2.5.8.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.mutiny-zero-flow-adapters-1.0.0.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-auth-common-3.10.0.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-bridge-common-3.10.0.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-core-3.10.0.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-runtime-3.10.0.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-uri-template-3.10.0.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-web-3.10.0.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-web-common-3.10.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-auth-common-3.11.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-bridge-common-3.11.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-core-3.11.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-runtime-3.11.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-uri-template-3.11.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-web-3.11.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-mutiny-vertx-web-common-3.11.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-reactive-converter-api-3.0.1.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.smallrye-reactive-converter-mutiny-3.0.1.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.vertx-mutiny-generator-3.10.0.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.reactive.vertx-mutiny-generator-3.11.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.smallrye-context-propagation-2.1.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.smallrye-context-propagation-api-2.1.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.smallrye-context-propagation-jta-2.1.0.jar @@ -241,12 +241,12 @@ bin/kcreg %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.smallrye-health-4.1.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.smallrye-health-api-4.1.0.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/io.smallrye.smallrye-health-provided-checks-4.1.0.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.vertx.vertx-auth-common-4.5.4.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.vertx.vertx-bridge-common-4.5.4.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.vertx.vertx-codegen-4.5.4.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.vertx.vertx-core-4.5.4.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.vertx.vertx-web-4.5.4.jar -%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.vertx.vertx-web-common-4.5.4.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.vertx.vertx-auth-common-4.5.7.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.vertx.vertx-bridge-common-4.5.7.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.vertx.vertx-codegen-4.5.7.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.vertx.vertx-core-4.5.7.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.vertx.vertx-web-4.5.7.jar +%%JAVASHAREDIR%%/keycloak/lib/lib/main/io.vertx.vertx-web-common-4.5.7.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/jakarta.activation.jakarta.activation-api-2.1.2.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/jakarta.annotation.jakarta.annotation-api-2.1.1.jar %%JAVASHAREDIR%%/keycloak/lib/lib/main/jakarta.el.jakarta.el-api-5.0.1.jar diff --git a/net/kf6-kcalendarcore/distinfo b/net/kf6-kcalendarcore/distinfo index d8664895205..7bb64945ae0 100644 --- a/net/kf6-kcalendarcore/distinfo +++ b/net/kf6-kcalendarcore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022603 -SHA256 (KDE/frameworks/6.1.0/kcalendarcore-6.1.0.tar.xz) = 1cffef32a4076b79c26705e12043fcb76cbbfcaef8c120ef40b858cc44a2139b -SIZE (KDE/frameworks/6.1.0/kcalendarcore-6.1.0.tar.xz) = 261344 +TIMESTAMP = 1714804805 +SHA256 (KDE/frameworks/6.2.0/kcalendarcore-6.2.0.tar.xz) = a3e277c0136a59de635a659f7119d736852c2fff500b2f5fd439f69066f3f209 +SIZE (KDE/frameworks/6.2.0/kcalendarcore-6.2.0.tar.xz) = 259392 diff --git a/net/kf6-kcontacts/distinfo b/net/kf6-kcontacts/distinfo index 7afbce3eb3f..3e9e3d407a6 100644 --- a/net/kf6-kcontacts/distinfo +++ b/net/kf6-kcontacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022604 -SHA256 (KDE/frameworks/6.1.0/kcontacts-6.1.0.tar.xz) = bed0be5b8302cf4d749120234c98d0dc629da04a0123694138681a022184264e -SIZE (KDE/frameworks/6.1.0/kcontacts-6.1.0.tar.xz) = 207172 +TIMESTAMP = 1714804805 +SHA256 (KDE/frameworks/6.2.0/kcontacts-6.2.0.tar.xz) = 709ca19e9076f98751764d029b8d648c6a61b17262ba4821cf97f913ccbd1bf9 +SIZE (KDE/frameworks/6.2.0/kcontacts-6.2.0.tar.xz) = 207664 diff --git a/net/kf6-kcontacts/pkg-plist b/net/kf6-kcontacts/pkg-plist index ffff38f742b..35cab0dabb7 100644 --- a/net/kf6-kcontacts/pkg-plist +++ b/net/kf6-kcontacts/pkg-plist @@ -90,6 +90,7 @@ share/locale/fi/LC_MESSAGES/kcontacts6.mo share/locale/fr/LC_MESSAGES/kcontacts6.mo share/locale/ga/LC_MESSAGES/kcontacts6.mo share/locale/gl/LC_MESSAGES/kcontacts6.mo +share/locale/he/LC_MESSAGES/kcontacts6.mo share/locale/hi/LC_MESSAGES/kcontacts6.mo share/locale/hne/LC_MESSAGES/kcontacts6.mo share/locale/hu/LC_MESSAGES/kcontacts6.mo diff --git a/net/kf6-kdav/distinfo b/net/kf6-kdav/distinfo index a8904807b0c..2093757f562 100644 --- a/net/kf6-kdav/distinfo +++ b/net/kf6-kdav/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022605 -SHA256 (KDE/frameworks/6.1.0/kdav-6.1.0.tar.xz) = 6444d3ea581d514fb82af942d092b0bc0613a1aca2fa2313a90002d148594c2b -SIZE (KDE/frameworks/6.1.0/kdav-6.1.0.tar.xz) = 68220 +TIMESTAMP = 1714804806 +SHA256 (KDE/frameworks/6.2.0/kdav-6.2.0.tar.xz) = f18278cfc72b7a8eed48a4d447eae07e431d14298dbcf59ba45bb936286c64e1 +SIZE (KDE/frameworks/6.2.0/kdav-6.2.0.tar.xz) = 67736 diff --git a/net/kf6-kholidays/distinfo b/net/kf6-kholidays/distinfo index 696e1993d09..a8ae8c932b6 100644 --- a/net/kf6-kholidays/distinfo +++ b/net/kf6-kholidays/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022606 -SHA256 (KDE/frameworks/6.1.0/kholidays-6.1.0.tar.xz) = 83661559ab5770cd561902eeb81be5171922435b539d97f4bc17277da4b9730a -SIZE (KDE/frameworks/6.1.0/kholidays-6.1.0.tar.xz) = 254140 +TIMESTAMP = 1714804806 +SHA256 (KDE/frameworks/6.2.0/kholidays-6.2.0.tar.xz) = 9d7a805287e04281dd59b8ccb1302406a92fe0941e273cac1c724ef6125fac29 +SIZE (KDE/frameworks/6.2.0/kholidays-6.2.0.tar.xz) = 253320 diff --git a/net/kf6-syndication/distinfo b/net/kf6-syndication/distinfo index cb5081940a8..6565a68d21e 100644 --- a/net/kf6-syndication/distinfo +++ b/net/kf6-syndication/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022606 -SHA256 (KDE/frameworks/6.1.0/syndication-6.1.0.tar.xz) = 09d5394a2e3024c1188be7b690347b79fc2141a6d1b833bc5b494bdcc32f9683 -SIZE (KDE/frameworks/6.1.0/syndication-6.1.0.tar.xz) = 569560 +TIMESTAMP = 1714804806 +SHA256 (KDE/frameworks/6.2.0/syndication-6.2.0.tar.xz) = 50ec3843a08ec7b185352c94b89bc2d2720ceaf17eb961a4c3da55f93d05af3c +SIZE (KDE/frameworks/6.2.0/syndication-6.2.0.tar.xz) = 569496 diff --git a/net/knxd/Makefile b/net/knxd/Makefile index 8de6fe8a056..5162e6cfc62 100644 --- a/net/knxd/Makefile +++ b/net/knxd/Makefile @@ -1,11 +1,10 @@ PORTNAME= knxd -PORTVERSION= 0.14.59 -PORTREVISION= 1 +PORTVERSION= 0.14.61 CATEGORIES= net # make is compatible with fmt >= 10, https://github.com/knxd/knxd/pull/549 -PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ -PATCHFILES= 797283251470786bffd6586571407337da899d30.patch:-p1 +#PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ +#PATCHFILES= 797283251470786bffd6586571407337da899d30.patch:-p1 MAINTAINER= mfechner@FreeBSD.org COMMENT= Advanced router/gateway for KNX diff --git a/net/knxd/distinfo b/net/knxd/distinfo index 864cdf22667..e36fcce09ff 100644 --- a/net/knxd/distinfo +++ b/net/knxd/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1694957860 -SHA256 (knxd-knxd-0.14.59_GH0.tar.gz) = 8b8314ad4265cd48e9a257a1bcfd162b1084422f765082b45cceabdd70c0c164 -SIZE (knxd-knxd-0.14.59_GH0.tar.gz) = 290029 -SHA256 (797283251470786bffd6586571407337da899d30.patch) = bb6d18da632fca37d4822eb2358e8183394a730aa1547522ec2571bad8e1cd40 -SIZE (797283251470786bffd6586571407337da899d30.patch) = 3741 +TIMESTAMP = 1715574880 +SHA256 (knxd-knxd-0.14.61_GH0.tar.gz) = b5284c89a55a2c53e0ff769ec4f736fc1ad4b55afdd2a18b9258fa95f708d798 +SIZE (knxd-knxd-0.14.61_GH0.tar.gz) = 290641 diff --git a/net/krakend-ce/Makefile b/net/krakend-ce/Makefile index 4f85cb3dcf6..0a64fc00127 100644 --- a/net/krakend-ce/Makefile +++ b/net/krakend-ce/Makefile @@ -1,6 +1,7 @@ PORTNAME= krakend-ce DISTVERSIONPREFIX= v DISTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= jrm@FreeBSD.org diff --git a/net/krill/Makefile b/net/krill/Makefile index b0b6ec65941..1ef37bb075c 100644 --- a/net/krill/Makefile +++ b/net/krill/Makefile @@ -1,7 +1,7 @@ PORTNAME= krill DISTVERSIONPREFIX= v DISTVERSION= 0.14.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl diff --git a/net/kube-apiserver/Makefile b/net/kube-apiserver/Makefile index 45524d92b78..d40d35f4b97 100644 --- a/net/kube-apiserver/Makefile +++ b/net/kube-apiserver/Makefile @@ -1,7 +1,7 @@ PORTNAME= kube-apiserver PORTVERSION= 1.27.2 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= loic.blot@unix-experience.fr diff --git a/net/kube-controller-manager/Makefile b/net/kube-controller-manager/Makefile index 77fb3ac320e..07f9486fa10 100644 --- a/net/kube-controller-manager/Makefile +++ b/net/kube-controller-manager/Makefile @@ -1,7 +1,7 @@ PORTNAME= kube-controller-manager PORTVERSION= 1.27.2 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= loic.blot@unix-experience.fr diff --git a/net/kube-scheduler/Makefile b/net/kube-scheduler/Makefile index c69ccef5309..2e440847445 100644 --- a/net/kube-scheduler/Makefile +++ b/net/kube-scheduler/Makefile @@ -1,7 +1,7 @@ PORTNAME= kube-scheduler PORTVERSION= 1.27.2 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= loic.blot@unix-experience.fr diff --git a/net/librespeed-cli/Makefile b/net/librespeed-cli/Makefile index 2b13fec1ea7..cdc85aa20d7 100644 --- a/net/librespeed-cli/Makefile +++ b/net/librespeed-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= librespeed-cli DISTVERSIONPREFIX= v DISTVERSION= 1.0.10 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net www MAINTAINER= driesm@FreeBSD.org diff --git a/net/librespeed-go/Makefile b/net/librespeed-go/Makefile index 0e6015e2fd7..df016349b42 100644 --- a/net/librespeed-go/Makefile +++ b/net/librespeed-go/Makefile @@ -1,7 +1,7 @@ PORTNAME= librespeed-go DISTVERSIONPREFIX= v DISTVERSION= 1.1.5 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= net www MAINTAINER= driesm@FreeBSD.org diff --git a/net/linux-rl9-avahi-libs/Makefile b/net/linux-rl9-avahi-libs/Makefile new file mode 100644 index 00000000000..f16a8d5ac98 --- /dev/null +++ b/net/linux-rl9-avahi-libs/Makefile @@ -0,0 +1,22 @@ +PORTNAME= avahi +PORTVERSION= 0.8 +DISTVERSIONSUFFIX= -15.el9 +PORTREVISION= 2 +CATEGORIES= net linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries for Avahi (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.avahi.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= dbuslibs libevent +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX} linux-c7-${PORTNAME}${PKGNAMESUFFIX} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/net/linux-rl9-avahi-libs/distinfo b/net/linux-rl9-avahi-libs/distinfo new file mode 100644 index 00000000000..5b04fbf9be4 --- /dev/null +++ b/net/linux-rl9-avahi-libs/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707735528 +SHA256 (rocky/a/avahi-libs-0.8-15.el9.aarch64.rpm) = 7149dabf9b967070699480d81b0e876ea80663c36b56b230bfec3acc084b6c31 +SIZE (rocky/a/avahi-libs-0.8-15.el9.aarch64.rpm) = 66509 +SHA256 (rocky/a/avahi-libs-0.8-15.el9.x86_64.rpm) = 675b257a44a89a7113d2114417ffad25880d3bf1a3be2131d87d6aec7384d6c5 +SIZE (rocky/a/avahi-libs-0.8-15.el9.x86_64.rpm) = 67546 +SHA256 (rocky/a/avahi-0.8-15.el9.src.rpm) = 70712f9f579036edfc100cd9436d509f34bc95aea9b610b6f28693ad9e6a378e +SIZE (rocky/a/avahi-0.8-15.el9.src.rpm) = 1614721 diff --git a/net/linux-rl9-avahi-libs/pkg-plist.aarch64 b/net/linux-rl9-avahi-libs/pkg-plist.aarch64 new file mode 100644 index 00000000000..f6833011d30 --- /dev/null +++ b/net/linux-rl9-avahi-libs/pkg-plist.aarch64 @@ -0,0 +1,11 @@ +usr/lib/.build-id/1b/4236ab986e8c4164ac39e4b174d82abc9a9e67 +usr/lib/.build-id/a5/6598d4ec1eff210a32550e895e41d56870e213 +usr/lib/.build-id/e6/6ed031993138f9d1f81e19144bb6c890032231 +usr/lib64/libavahi-client.so.3 +usr/lib64/libavahi-client.so.3.2.9 +usr/lib64/libavahi-common.so.3 +usr/lib64/libavahi-common.so.3.5.4 +usr/lib64/libavahi-libevent.so.1 +usr/lib64/libavahi-libevent.so.1.0.0 +usr/share/doc/avahi-libs/README +usr/share/licenses/avahi-libs/LICENSE diff --git a/net/linux-rl9-avahi-libs/pkg-plist.amd64 b/net/linux-rl9-avahi-libs/pkg-plist.amd64 new file mode 100644 index 00000000000..2406fa0ee1f --- /dev/null +++ b/net/linux-rl9-avahi-libs/pkg-plist.amd64 @@ -0,0 +1,11 @@ +usr/lib/.build-id/4c/f2c04b207954ad55b16c15c6fb34a95b5ffe14 +usr/lib/.build-id/cc/9c2301d0cb8f074ece4570babd7b64eb16c9e2 +usr/lib/.build-id/d3/a9bb0d6f27c1a50f5d211801dc71c8774a019d +usr/lib64/libavahi-client.so.3 +usr/lib64/libavahi-client.so.3.2.9 +usr/lib64/libavahi-common.so.3 +usr/lib64/libavahi-common.so.3.5.4 +usr/lib64/libavahi-libevent.so.1 +usr/lib64/libavahi-libevent.so.1.0.0 +usr/share/doc/avahi-libs/README +usr/share/licenses/avahi-libs/LICENSE diff --git a/net/linux-rl9-libproxy/Makefile b/net/linux-rl9-libproxy/Makefile new file mode 100644 index 00000000000..6c439dfe7ff --- /dev/null +++ b/net/linux-rl9-libproxy/Makefile @@ -0,0 +1,20 @@ +PORTNAME= libproxy +PORTVERSION= 0.4.15 +DISTVERSIONSUFFIX= -35.el9 +CATEGORIES= net linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library that provides automatic proxy configuration management. (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://libproxy.github.io/libproxy/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/net/linux-rl9-libproxy/distinfo b/net/linux-rl9-libproxy/distinfo new file mode 100644 index 00000000000..8810736f428 --- /dev/null +++ b/net/linux-rl9-libproxy/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1687508198 +SHA256 (rocky/l/libproxy-0.4.15-35.el9.aarch64.rpm) = 31daa01dfa6eb8e0ae100cbdc20f0d73320598a934f0eabad830b0060027f2d2 +SIZE (rocky/l/libproxy-0.4.15-35.el9.aarch64.rpm) = 71753 +SHA256 (rocky/l/libproxy-0.4.15-35.el9.x86_64.rpm) = b5723d56327d929d31efc63d2d746b61a1205269c6dae21d55881bc729a422ec +SIZE (rocky/l/libproxy-0.4.15-35.el9.x86_64.rpm) = 74998 +SHA256 (rocky/l/libproxy-0.4.15-35.el9.src.rpm) = 9ce7f7bf42973bea5fd91e556e554a3ad3b76f63a301b1a280d4af6d45284cd2 +SIZE (rocky/l/libproxy-0.4.15-35.el9.src.rpm) = 120129 diff --git a/net/linux-rl9-libproxy/pkg-plist.aarch64 b/net/linux-rl9-libproxy/pkg-plist.aarch64 new file mode 100644 index 00000000000..8e2f6b26626 --- /dev/null +++ b/net/linux-rl9-libproxy/pkg-plist.aarch64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/00/e9e02ed1f5eceff9fd22ce6b60614cff4923ac +usr/lib64/libproxy.so.1 +usr/lib64/libproxy.so.1.0.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libproxy/COPYING +usr/share/licenses/libproxy/Copyright.txt +@dir usr/lib64/libproxy/0.4.15/modules diff --git a/net/linux-rl9-libproxy/pkg-plist.amd64 b/net/linux-rl9-libproxy/pkg-plist.amd64 new file mode 100644 index 00000000000..836f01b533d --- /dev/null +++ b/net/linux-rl9-libproxy/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/c7/8b941c6cb4b6790887e430352b82a0c045e6a4 +usr/lib64/libproxy.so.1 +usr/lib64/libproxy.so.1.0.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libproxy/COPYING +usr/share/licenses/libproxy/Copyright.txt +@dir usr/lib64/libproxy/0.4.15/modules diff --git a/net/linux-rl9-openldap/Makefile b/net/linux-rl9-openldap/Makefile new file mode 100644 index 00000000000..65fd6ddeae3 --- /dev/null +++ b/net/linux-rl9-openldap/Makefile @@ -0,0 +1,34 @@ +PORTNAME= openldap +PORTVERSION= 2.6.3 +DISTVERSIONSUFFIX= -1.el9 +CATEGORIES= net linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= LDAP libraries (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.OpenLDAP.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= cyrus-sasl2 nspr nss +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL} \ + ${PORTNAME}-clients-${DISTVERSIONFULL} \ + ${PORTNAME}-compat-${DISTVERSIONFULL} \ + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}26-server/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +# do not install any openldap configuration directories/files +post-patch: + @${RM} -r ${WRKSRC}/etc + +# use a native openldap configuration directories/files +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc + ${LN} -sf ${LOCALBASE}/etc/openldap ${STAGEDIR}${PREFIX}/etc/openldap + +.include diff --git a/net/linux-rl9-openldap/distinfo b/net/linux-rl9-openldap/distinfo new file mode 100644 index 00000000000..66a4b92143b --- /dev/null +++ b/net/linux-rl9-openldap/distinfo @@ -0,0 +1,15 @@ +TIMESTAMP = 1707733486 +SHA256 (rocky/o/openldap-2.6.3-1.el9.aarch64.rpm) = 5ae57ff07056352afe0a35a3acd629a6067dda3d327696ae1d362b091ac6945c +SIZE (rocky/o/openldap-2.6.3-1.el9.aarch64.rpm) = 254564 +SHA256 (rocky/o/openldap-2.6.3-1.el9.x86_64.rpm) = 3dff4c7d167948e7879ebc87eeb75c278191fdaf6c1747a7a09b38a3da4e231f +SIZE (rocky/o/openldap-2.6.3-1.el9.x86_64.rpm) = 259784 +SHA256 (rocky/o/openldap-clients-2.6.3-1.el9.aarch64.rpm) = 391beaccccb27eb471e1a8f6f597325c0589a99809d83525eb55e1bfe2d6d013 +SIZE (rocky/o/openldap-clients-2.6.3-1.el9.aarch64.rpm) = 170655 +SHA256 (rocky/o/openldap-clients-2.6.3-1.el9.x86_64.rpm) = 6da02c4c9a09d5d2a11bb167b9c228ae7e51bdc38e977780055a3223fc782423 +SIZE (rocky/o/openldap-clients-2.6.3-1.el9.x86_64.rpm) = 176219 +SHA256 (rocky/o/openldap-compat-2.6.3-1.el9.aarch64.rpm) = 0c051a7437f33b9039dae648d088311a6bf7e479b0c91baee51e0d16dc68a823 +SIZE (rocky/o/openldap-compat-2.6.3-1.el9.aarch64.rpm) = 16006 +SHA256 (rocky/o/openldap-compat-2.6.3-1.el9.x86_64.rpm) = 1dd92410a8ac19a2ce252a23ec7a3bc2fba0d99f1cc9510bb88f5a92808774c2 +SIZE (rocky/o/openldap-compat-2.6.3-1.el9.x86_64.rpm) = 15923 +SHA256 (rocky/o/openldap-2.6.3-1.el9.src.rpm) = 743cf39edef50ffc035175d61bef8bc0ee3d58a6afe9e1cff616ba62fd46856e +SIZE (rocky/o/openldap-2.6.3-1.el9.src.rpm) = 6500693 diff --git a/net/linux-rl9-openldap/pkg-plist.aarch64 b/net/linux-rl9-openldap/pkg-plist.aarch64 new file mode 100644 index 00000000000..b7719182c88 --- /dev/null +++ b/net/linux-rl9-openldap/pkg-plist.aarch64 @@ -0,0 +1,65 @@ +%%ETCDIR%% +usr/bin/ldapadd +usr/bin/ldapcompare +usr/bin/ldapdelete +usr/bin/ldapexop +usr/bin/ldapmodify +usr/bin/ldapmodrdn +usr/bin/ldappasswd +usr/bin/ldapsearch +usr/bin/ldapurl +usr/bin/ldapvc +usr/bin/ldapwhoami +usr/lib/.build-id/19/521da2073a793e8db933b745a5fb0761360d57 +usr/lib/.build-id/23/0e56ab480b73161a07bd6121bcae5bc96b4014 +usr/lib/.build-id/27/f9a9265c9a791b69b05076605214740091f910 +usr/lib/.build-id/4d/0590f85baaa7b7e2d45cf09d8f4551618135b3 +usr/lib/.build-id/56/d4a18bcd3adb3b53667114250c44df8af28e54 +usr/lib/.build-id/56/fc6147ecda66e11924c3c3eae80325808c346d +usr/lib/.build-id/63/f7ff8f89145416ddd76df550fa9d439fb4a24e +usr/lib/.build-id/75/d79a10bbe05b256219fa9c61f46081f075e4e8 +usr/lib/.build-id/9a/1a9dee69052ccfbf250d5671142f8511196d72 +usr/lib/.build-id/9a/1a9dee69052ccfbf250d5671142f8511196d72.1 +usr/lib/.build-id/bd/dc169bc2ce46bcec1aca097082f4a7452cdcf8 +usr/lib/.build-id/cd/49bcf5fa5e4bbde21a3d33d154fdd5e862900d +usr/lib/.build-id/cd/638a6b2e359d161963093b3ea6907737a20dd5 +usr/lib/.build-id/d1/6b7fee8128ea80d1bfcd8e8c14162947b8a4c4 +usr/lib/.build-id/e9/8eb3cc8eb56554ba6407fc774970fedc4f456e +usr/lib/.build-id/ed/2981c6cdef0af360d13588247f66b761774c27 +usr/lib/.build-id/f0/246b02b31e3a4e42f2d79107647140e48a9290 +usr/lib/.build-id/fe/1de1ca66b15df0b286dc6cc76d1a25cbea1444 +usr/lib64/liblber-2.4.so.2 +usr/lib64/liblber-2.4.so.2.0.200 +usr/lib64/liblber.so.2 +usr/lib64/liblber.so.2.0.200 +usr/lib64/libldap-2.4.so.2 +usr/lib64/libldap-2.4.so.2.0.200 +usr/lib64/libldap.so.2 +usr/lib64/libldap.so.2.0.200 +usr/lib64/libldap_r-2.4.so.2 +usr/lib64/libldap_r-2.4.so.2.0.200 +usr/lib64/libldap_r.so.2 +usr/lib64/libldap_r.so.2.0.200 +usr/lib64/libslapi-2.4.so.2 +usr/lib64/libslapi-2.4.so.2.0.200 +usr/lib64/libslapi.so.2 +usr/lib64/libslapi.so.2.0.200 +%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCEMENT +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/openldap/COPYRIGHT +usr/share/licenses/openldap/LICENSE +usr/share/man/man1/ldapadd.1.gz +usr/share/man/man1/ldapcompare.1.gz +usr/share/man/man1/ldapdelete.1.gz +usr/share/man/man1/ldapexop.1.gz +usr/share/man/man1/ldapmodify.1.gz +usr/share/man/man1/ldapmodrdn.1.gz +usr/share/man/man1/ldappasswd.1.gz +usr/share/man/man1/ldapsearch.1.gz +usr/share/man/man1/ldapurl.1.gz +usr/share/man/man1/ldapvc.1.gz +usr/share/man/man1/ldapwhoami.1.gz +usr/share/man/man5/ldap.conf.5.gz +usr/share/man/man5/ldif.5.gz +@dir usr/libexec/openldap diff --git a/net/linux-rl9-openldap/pkg-plist.amd64 b/net/linux-rl9-openldap/pkg-plist.amd64 new file mode 100644 index 00000000000..be14675e5fc --- /dev/null +++ b/net/linux-rl9-openldap/pkg-plist.amd64 @@ -0,0 +1,65 @@ +%%ETCDIR%% +usr/bin/ldapadd +usr/bin/ldapcompare +usr/bin/ldapdelete +usr/bin/ldapexop +usr/bin/ldapmodify +usr/bin/ldapmodrdn +usr/bin/ldappasswd +usr/bin/ldapsearch +usr/bin/ldapurl +usr/bin/ldapvc +usr/bin/ldapwhoami +usr/lib/.build-id/09/8739618e3dee0b4aade00339c5e690dbf9de7d +usr/lib/.build-id/13/80946468a3b9f74ece3072c4ec5ce2c37877d1 +usr/lib/.build-id/18/b11ed4b759f8cfaaf9a559c86e267a8cb9a009 +usr/lib/.build-id/1d/a1f0042b9d41d425b4ca11fb93c668454c65df +usr/lib/.build-id/30/b3c7cc680ed2801ed2c5fc2a9d3423af6f8ef2 +usr/lib/.build-id/4a/a36fd93610bba78664a0069be4869c0c1f65b4 +usr/lib/.build-id/4c/31bda93fd962f837fa42e3173c167cb19e572e +usr/lib/.build-id/51/60dc06d8d13f01d0c6866b32f35528cf196aee +usr/lib/.build-id/65/16c9dbefb3e2fd9c7fa8b3fbe65ba8db850dac +usr/lib/.build-id/91/eccb724cdc235a4f83e86ff1a4a16a0a354d83 +usr/lib/.build-id/97/ca392931ce5cb53f527ba61d3e5b13353421c4 +usr/lib/.build-id/b0/6bfd3ee436b818cb677f32ab2ff09feac0d406 +usr/lib/.build-id/b1/d1288e749b120a14207821b1894b73dda61781 +usr/lib/.build-id/b1/d1288e749b120a14207821b1894b73dda61781.1 +usr/lib/.build-id/b4/bf8512413292bd5599a5e2650517ced739c374 +usr/lib/.build-id/d4/fb1cc7a3572d68b545e9c02ad7f0ddc8e9d57d +usr/lib/.build-id/db/d55debf1a266881e0d72ad7882f81c5d3eafef +usr/lib/.build-id/dd/9cbadb4e21380ccab69624d83aae901a064176 +usr/lib64/liblber-2.4.so.2 +usr/lib64/liblber-2.4.so.2.0.200 +usr/lib64/liblber.so.2 +usr/lib64/liblber.so.2.0.200 +usr/lib64/libldap-2.4.so.2 +usr/lib64/libldap-2.4.so.2.0.200 +usr/lib64/libldap.so.2 +usr/lib64/libldap.so.2.0.200 +usr/lib64/libldap_r-2.4.so.2 +usr/lib64/libldap_r-2.4.so.2.0.200 +usr/lib64/libldap_r.so.2 +usr/lib64/libldap_r.so.2.0.200 +usr/lib64/libslapi-2.4.so.2 +usr/lib64/libslapi-2.4.so.2.0.200 +usr/lib64/libslapi.so.2 +usr/lib64/libslapi.so.2.0.200 +%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCEMENT +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/openldap/COPYRIGHT +usr/share/licenses/openldap/LICENSE +usr/share/man/man1/ldapadd.1.gz +usr/share/man/man1/ldapcompare.1.gz +usr/share/man/man1/ldapdelete.1.gz +usr/share/man/man1/ldapexop.1.gz +usr/share/man/man1/ldapmodify.1.gz +usr/share/man/man1/ldapmodrdn.1.gz +usr/share/man/man1/ldappasswd.1.gz +usr/share/man/man1/ldapsearch.1.gz +usr/share/man/man1/ldapurl.1.gz +usr/share/man/man1/ldapvc.1.gz +usr/share/man/man1/ldapwhoami.1.gz +usr/share/man/man5/ldap.conf.5.gz +usr/share/man/man5/ldif.5.gz +@dir usr/libexec/openldap diff --git a/net/madonctl/Makefile b/net/madonctl/Makefile index b263f3c830e..20976b873eb 100644 --- a/net/madonctl/Makefile +++ b/net/madonctl/Makefile @@ -1,7 +1,7 @@ PORTNAME= madonctl PORTVERSION= 2.3.2 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org diff --git a/net/mobile-broadband-provider-info/Makefile b/net/mobile-broadband-provider-info/Makefile index 437fdac9d96..696d8ca86e9 100644 --- a/net/mobile-broadband-provider-info/Makefile +++ b/net/mobile-broadband-provider-info/Makefile @@ -1,5 +1,5 @@ PORTNAME= mobile-broadband-provider-info -PORTVERSION= 20230416 +PORTVERSION= 20240407 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -10,10 +10,9 @@ WWW= https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProv LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake gnome pathfix tar:xz +USES= gnome meson tar:xz USE_GNOME= libxslt -GNU_CONFIGURE= yes NO_ARCH= yes PLIST_FILES= ${DATADIR}/apns-conf.xml \ diff --git a/net/mobile-broadband-provider-info/distinfo b/net/mobile-broadband-provider-info/distinfo index 8f086a7aeee..9df6d7fea64 100644 --- a/net/mobile-broadband-provider-info/distinfo +++ b/net/mobile-broadband-provider-info/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685723320 -SHA256 (mobile-broadband-provider-info-20230416.tar.xz) = e3e140aa2db769b299d1df86a890e948ab99d4d38831302c452d1fb7f8568aec -SIZE (mobile-broadband-provider-info-20230416.tar.xz) = 85884 +TIMESTAMP = 1715174102 +SHA256 (mobile-broadband-provider-info-20240407.tar.xz) = 89bfeff215f4bff8e9c3ff2ec25250fdb080d11e9bfa59c6fc71982ac01c814a +SIZE (mobile-broadband-provider-info-20240407.tar.xz) = 44744 diff --git a/net/mobile-broadband-provider-info/files/patch-meson.build b/net/mobile-broadband-provider-info/files/patch-meson.build new file mode 100644 index 00000000000..1e41fc2b898 --- /dev/null +++ b/net/mobile-broadband-provider-info/files/patch-meson.build @@ -0,0 +1,18 @@ +--- meson.build.orig 2024-05-08 13:33:41 UTC ++++ meson.build +@@ -8,6 +8,7 @@ datadir = prefix / get_option('datadir') + + prefix = get_option('prefix') + datadir = prefix / get_option('datadir') ++pkgconfigdir = prefix / 'libdata/pkgconfig' + pkgdatadir = datadir / 'mobile-broadband-provider-info' + database = pkgdatadir / 'serviceproviders.xml' + sp_xml_db = meson.global_source_root() / 'serviceproviders.xml' +@@ -22,6 +23,7 @@ pkgconfig.generate( + 'database=${pkgdatadir}/serviceproviders.xml', + ], + dataonly: true, ++ install_dir: pkgconfigdir, + ) + + custom_target('build-apns-conf', diff --git a/net/mpich/Makefile b/net/mpich/Makefile index c3b26e1eeef..c307f01c3fd 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -1,5 +1,6 @@ PORTNAME= mpich DISTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= https://www.mpich.org/static/downloads/${DISTVERSION}/ @@ -32,7 +33,7 @@ OPTIONS_GROUP= PM OPTIONS_GROUP_PM= GFORKER HYDRA OPTIONS_RADIO= DEFAULTPM OPTIONS_RADIO_DEFAULTPM=DGFORKER DHYDRA -OPTIONS_DEFAULT= FORTRAN GFORKER HYDRA DHYDRA L0 +OPTIONS_DEFAULT= FORTRAN GFORKER HYDRA DHYDRA OPTIONS_SUB= yes FORTRAN_USES= fortran @@ -78,6 +79,11 @@ PORTDOCS= * .include +.if ${PORT_OPTIONS:ML0} +# PR 278869 - level-zero is broken +IGNORE= is currently not working with the L0 option. Unset L0 +.endif + .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} == 170 # linker error when compiling with llvm 17.0.6 on CURRENT - PR 276035 # To be removed with llvm-18 diff --git a/net/mvfst/Makefile b/net/mvfst/Makefile index c72d9ac9a86..bd3b27c46c4 100644 --- a/net/mvfst/Makefile +++ b/net/mvfst/Makefile @@ -1,6 +1,6 @@ PORTNAME= mvfst DISTVERSIONPREFIX= v -DISTVERSION= 2024.05.02.00 +DISTVERSION= 2024.05.06.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/mvfst/distinfo b/net/mvfst/distinfo index a892e141c4b..98018c04676 100644 --- a/net/mvfst/distinfo +++ b/net/mvfst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714712525 -SHA256 (facebook-mvfst-v2024.05.02.00_GH0.tar.gz) = e77133e4a4e5d0eca4550851f479ac7ac40e05853fb3dba5508d3412f5d401ee -SIZE (facebook-mvfst-v2024.05.02.00_GH0.tar.gz) = 1939475 +TIMESTAMP = 1715055839 +SHA256 (facebook-mvfst-v2024.05.06.00_GH0.tar.gz) = 9bfbdf7a73fdaf2e135050a9efccec577be1590e8ecbb262543a78fea14424b5 +SIZE (facebook-mvfst-v2024.05.06.00_GH0.tar.gz) = 1938893 diff --git a/net/narrowlink/Makefile b/net/narrowlink/Makefile index 67b23a8eb8e..f4920317295 100644 --- a/net/narrowlink/Makefile +++ b/net/narrowlink/Makefile @@ -1,6 +1,6 @@ PORTNAME= narrowlink DISTVERSION= 0.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/nats-nkeys/Makefile b/net/nats-nkeys/Makefile index 48a7ae24892..4f228a51658 100644 --- a/net/nats-nkeys/Makefile +++ b/net/nats-nkeys/Makefile @@ -1,7 +1,7 @@ PORTNAME= nkeys PORTVERSION= 0.4.7 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net PKGNAMEPREFIX= nats- diff --git a/net/nats-nsc/Makefile b/net/nats-nsc/Makefile index b8448c0a6a7..3fb0462f43a 100644 --- a/net/nats-nsc/Makefile +++ b/net/nats-nsc/Makefile @@ -1,7 +1,7 @@ PORTNAME= nsc PORTVERSION= 2.8.6 DISTVERSIONPREFIX=v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net PKGNAMEPREFIX= nats- diff --git a/net/nats-server/Makefile b/net/nats-server/Makefile index 538334bf1fc..3e15ea43a9d 100644 --- a/net/nats-server/Makefile +++ b/net/nats-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= nats-server PORTVERSION= 2.10.14 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/nats-streaming-server/Makefile b/net/nats-streaming-server/Makefile index 554cfcb7d0a..d5b415d93ef 100644 --- a/net/nats-streaming-server/Makefile +++ b/net/nats-streaming-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= nats-streaming-server PORTVERSION= 0.25.5 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/nats-top/Makefile b/net/nats-top/Makefile index 82322840e42..0df7c31fda5 100644 --- a/net/nats-top/Makefile +++ b/net/nats-top/Makefile @@ -1,7 +1,7 @@ PORTNAME= nats-top PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/natscli/Makefile b/net/natscli/Makefile index 6a8aeb36b19..e030563ca06 100644 --- a/net/natscli/Makefile +++ b/net/natscli/Makefile @@ -1,7 +1,7 @@ PORTNAME= natscli PORTVERSION= 0.1.4 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org diff --git a/net/nsq/Makefile b/net/nsq/Makefile index 86480543ddf..367d10dcddc 100644 --- a/net/nsq/Makefile +++ b/net/nsq/Makefile @@ -1,7 +1,7 @@ PORTNAME= nsq DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= jhixson@FreeBSD.org diff --git a/net/ntpd-rs/Makefile b/net/ntpd-rs/Makefile index 94a1c49429a..65d51990672 100644 --- a/net/ntpd-rs/Makefile +++ b/net/ntpd-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= ntpd-rs DISTVERSIONPREFIX= v DISTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= mikael@FreeBSD.org diff --git a/net/oha/Makefile b/net/oha/Makefile index 679355bee21..4ecf17b495f 100644 --- a/net/oha/Makefile +++ b/net/oha/Makefile @@ -1,7 +1,7 @@ PORTNAME= oha DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= otis@FreeBSD.org diff --git a/net/ooni-mini/Makefile b/net/ooni-mini/Makefile index 0b7fe2d88ec..fd761c08324 100644 --- a/net/ooni-mini/Makefile +++ b/net/ooni-mini/Makefile @@ -1,7 +1,7 @@ PORTNAME= ooni-mini DISTVERSIONPREFIX= v DISTVERSION= 0.23.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net www benchmarks MAINTAINER= egypcio@FreeBSD.org diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile index e8ce5b3c93b..1c0c7978051 100644 --- a/net/ooni-probe-cli/Makefile +++ b/net/ooni-probe-cli/Makefile @@ -1,6 +1,7 @@ PORTNAME= ooni-probe-cli DISTVERSIONPREFIX= v DISTVERSION= 3.21.1 +PORTREVISION= 1 CATEGORIES= net www benchmarks MAINTAINER= egypcio@FreeBSD.org diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index d4c52a4ee7f..2535dce33f3 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -1,9 +1,9 @@ PORTNAME= openmpi -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= net parallel MASTER_SITES= https://download.open-mpi.org/release/open-mpi/v${PORTVERSION:R}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laurent.chardon@gmail.com COMMENT= High Performance Message Passing Library WWW= https://www.open-mpi.org/ @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= armv6 armv7 i386 powerpc NOT_FOR_ARCHS_REASON= Not supported on 32-bits - see net/openmpi4 -LIB_DEPENDS= libhwloc.so.15:devel/hwloc2 \ +LIB_DEPENDS= libhwloc.so:devel/hwloc2 \ libevent.so:devel/libevent \ libmunge.so:security/munge \ libze_loader.so:devel/level-zero @@ -83,6 +83,8 @@ DEBUG_INSTALL_TARGET_OFF= install-strip DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}recommonmark>0:textproc/py-recommonmark@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} +DOCSDIR= ${PREFIX}/${MPIDIR}/share/doc +PORTDOCS= * IPV6_CONFIGURE_ENABLE= ipv6 diff --git a/net/openmpi/distinfo b/net/openmpi/distinfo index e4378d917b7..f704a009f90 100644 --- a/net/openmpi/distinfo +++ b/net/openmpi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708365682 -SHA256 (openmpi-5.0.2.tar.bz2) = ee46ad8eeee2c3ff70772160bff877cbf38c330a0bc3b3ddc811648b3396698f -SIZE (openmpi-5.0.2.tar.bz2) = 29735046 +TIMESTAMP = 1713783798 +SHA256 (openmpi-5.0.3.tar.bz2) = 990582f206b3ab32e938aa31bbf07c639368e4405dca196fabe7f0f76eeda90b +SIZE (openmpi-5.0.3.tar.bz2) = 29761888 diff --git a/net/openmpi/files/patch-ompi_mca_sharedfp_sm_sharedfp__sm.h b/net/openmpi/files/patch-ompi_mca_sharedfp_sm_sharedfp__sm.h index 929884acd3b..ced5e6c8763 100644 --- a/net/openmpi/files/patch-ompi_mca_sharedfp_sm_sharedfp__sm.h +++ b/net/openmpi/files/patch-ompi_mca_sharedfp_sm_sharedfp__sm.h @@ -1,5 +1,5 @@ ---- ompi/mca/sharedfp/sm/sharedfp_sm.h.orig 2022-04-01 19:57:04.609982000 +0200 -+++ ompi/mca/sharedfp/sm/sharedfp_sm.h 2022-04-01 19:57:19.417411000 +0200 +--- ompi/mca/sharedfp/sm/sharedfp_sm.h.orig 2024-04-08 15:52:13 UTC ++++ ompi/mca/sharedfp/sm/sharedfp_sm.h @@ -29,6 +29,7 @@ #include "ompi/mca/sharedfp/sharedfp.h" #include "ompi/mca/common/ompio/common_ompio.h" diff --git a/net/openmpi/pkg-plist b/net/openmpi/pkg-plist index 69173554afb..1e851084f6f 100644 --- a/net/openmpi/pkg-plist +++ b/net/openmpi/pkg-plist @@ -5,6 +5,48 @@ libdata/pkgconfig/ompi-f90.pc libdata/pkgconfig/ompi-fort.pc libdata/pkgconfig/ompi.pc libdata/pkgconfig/pmix.pc +%%MPIDIR%%/%%DATADIR%%/amca-param-sets/example.conf +%%MPIDIR%%/%%DATADIR%%/amca-param-sets/ft-mpi +%%MPIDIR%%/%%DATADIR%%/help-accelerator-base.txt +%%MPIDIR%%/%%DATADIR%%/help-coll-sync.txt +%%MPIDIR%%/%%DATADIR%%/help-comm.txt +%%MPIDIR%%/%%DATADIR%%/help-dpm.txt +%%MPIDIR%%/%%DATADIR%%/help-mca-allocator-bucket.txt +%%MPIDIR%%/%%DATADIR%%/help-mca-base.txt +%%MPIDIR%%/%%DATADIR%%/help-mca-bml-r2.txt +%%MPIDIR%%/%%DATADIR%%/help-mca-coll-base.txt +%%MPIDIR%%/%%DATADIR%%/help-mca-hook-base.txt +%%MPIDIR%%/%%DATADIR%%/help-mca-var.txt +%%MPIDIR%%/%%DATADIR%%/help-mpi-api.txt +%%MPIDIR%%/%%DATADIR%%/help-mpi-btl-base.txt +%%MPIDIR%%/%%DATADIR%%/help-mpi-btl-tcp.txt +%%MPIDIR%%/%%DATADIR%%/help-mpi-coll-sm.txt +%%MPIDIR%%/%%DATADIR%%/help-mpi-common-sm.txt +%%MPIDIR%%/%%DATADIR%%/help-mpi-errors.txt +%%MPIDIR%%/%%DATADIR%%/help-mpi-ft.txt +%%MPIDIR%%/%%DATADIR%%/help-mpi-pml-ob1.txt +%%MPIDIR%%/%%DATADIR%%/help-mpi-runtime.txt +%%MPIDIR%%/%%DATADIR%%/help-mpirun.txt +%%MPIDIR%%/%%DATADIR%%/help-mpool-base.txt +%%MPIDIR%%/%%DATADIR%%/help-opal-hwloc-base.txt +%%MPIDIR%%/%%DATADIR%%/help-opal-runtime.txt +%%MPIDIR%%/%%DATADIR%%/help-opal-shmem-mmap.txt +%%MPIDIR%%/%%DATADIR%%/help-opal-shmem-posix.txt +%%MPIDIR%%/%%DATADIR%%/help-opal-shmem-sysv.txt +%%MPIDIR%%/%%DATADIR%%/help-opal-util.txt +%%MPIDIR%%/%%DATADIR%%/help-opal-wrapper.txt +%%MPIDIR%%/%%DATADIR%%/help-opal_info.txt +%%MPIDIR%%/%%DATADIR%%/help-rcache-base.txt +%%MPIDIR%%/%%DATADIR%%/mpiCC-wrapper-data.txt +%%MPIDIR%%/%%DATADIR%%/mpic++-wrapper-data.txt +%%MPIDIR%%/%%DATADIR%%/mpicc-wrapper-data.txt +%%MPIDIR%%/%%DATADIR%%/mpicxx-wrapper-data.txt +%%MPIDIR%%/%%DATADIR%%/mpif77-wrapper-data.txt +%%MPIDIR%%/%%DATADIR%%/mpif90-wrapper-data.txt +%%MPIDIR%%/%%DATADIR%%/mpifort-wrapper-data.txt +%%MPIDIR%%/%%DATADIR%%/openmpi-valgrind.supp +%%MPIDIR%%/%%ETCDIR%%-mca-params.conf +%%MPIDIR%%/%%ETCDIR%%-totalview.tcl %%MPIDIR%%/bin/mpiCC %%MPIDIR%%/bin/mpic++ %%MPIDIR%%/bin/mpicc @@ -17,6 +59,7 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/bin/ompi_info %%MPIDIR%%/bin/opal_wrapper %%MPIDIR%%/bin/oshrun +%%MPIDIR%%/bin/palloc %%MPIDIR%%/bin/pattrs %%MPIDIR%%/bin/pctrl %%MPIDIR%%/bin/pevent @@ -31,8 +74,6 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/bin/prterun %%MPIDIR%%/bin/prun %%MPIDIR%%/bin/pterm -%%MPIDIR%%/%%ETCDIR%%-mca-params.conf -%%MPIDIR%%/%%ETCDIR%%-totalview.tcl %%MPIDIR%%/etc/pmix-mca-params.conf %%MPIDIR%%/etc/prte-default-hostfile %%MPIDIR%%/etc/prte-mca-params.conf @@ -56,8 +97,8 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/include/openmpi/mpiext/mpiext_ftmpi_c.h %%MPIDIR%%/include/openmpi/mpiext/mpiext_ftmpi_mpifh.h %%MPIDIR%%/include/openmpi/mpiext/mpiext_rocm_c.h -%%SHORTFLOAT%%%%MPIDIR%%/include/openmpi/mpiext/mpiext_shortfloat_c.h -%%SHORTFLOAT%%%%MPIDIR%%/include/openmpi/mpiext/mpiext_shortfloat_mpifh.h +%%MPIDIR%%/include/openmpi/mpiext/mpiext_shortfloat_c.h +%%MPIDIR%%/include/openmpi/mpiext/mpiext_shortfloat_mpifh.h %%MPIDIR%%/include/pmix.h %%MPIDIR%%/include/pmix/src/class/pmix_bitmap.h %%MPIDIR%%/include/pmix/src/class/pmix_hash_table.h @@ -97,12 +138,9 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/include/pmix/src/mca/base/pmix_mca_base_var_group.h %%MPIDIR%%/include/pmix/src/mca/base/pmix_mca_base_vari.h %%MPIDIR%%/include/pmix/src/mca/bfrops/base/base.h +%%MPIDIR%%/include/pmix/src/mca/bfrops/base/bfrop_base_tma.h %%MPIDIR%%/include/pmix/src/mca/bfrops/bfrops.h %%MPIDIR%%/include/pmix/src/mca/bfrops/bfrops_types.h -%%MPIDIR%%/include/pmix/src/mca/common/dstore/dstore_base.h -%%MPIDIR%%/include/pmix/src/mca/common/dstore/dstore_common.h -%%MPIDIR%%/include/pmix/src/mca/common/dstore/dstore_file.h -%%MPIDIR%%/include/pmix/src/mca/common/dstore/dstore_segment.h %%MPIDIR%%/include/pmix/src/mca/gds/base/base.h %%MPIDIR%%/include/pmix/src/mca/gds/gds.h %%MPIDIR%%/include/pmix/src/mca/mca.h @@ -134,8 +172,6 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/include/pmix/src/mca/psec/psec.h %%MPIDIR%%/include/pmix/src/mca/psensor/base/base.h %%MPIDIR%%/include/pmix/src/mca/psensor/psensor.h -%%MPIDIR%%/include/pmix/src/mca/pshmem/base/base.h -%%MPIDIR%%/include/pmix/src/mca/pshmem/pshmem.h %%MPIDIR%%/include/pmix/src/mca/psquash/base/base.h %%MPIDIR%%/include/pmix/src/mca/psquash/psquash.h %%MPIDIR%%/include/pmix/src/mca/pstat/base/base.h @@ -178,6 +214,7 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/include/pmix/src/util/pmix_path.h %%MPIDIR%%/include/pmix/src/util/pmix_printf.h %%MPIDIR%%/include/pmix/src/util/pmix_pty.h +%%MPIDIR%%/include/pmix/src/util/pmix_shmem.h %%MPIDIR%%/include/pmix/src/util/pmix_show_help.h %%MPIDIR%%/include/pmix/src/util/pmix_string_copy.h %%MPIDIR%%/include/pmix/src/util/pmix_strnlen.h @@ -237,7 +274,7 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/lib/libmpi.la %%MPIDIR%%/lib/libmpi.so %%MPIDIR%%/lib/libmpi.so.40 -%%MPIDIR%%/lib/libmpi.so.40.40.2 +%%MPIDIR%%/lib/libmpi.so.40.40.3 %%MPIDIR%%/lib/libmpi_mpifh.la %%MPIDIR%%/lib/libmpi_mpifh.so %%MPIDIR%%/lib/libmpi_mpifh.so.40 @@ -253,15 +290,15 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/lib/libopen-pal.la %%MPIDIR%%/lib/libopen-pal.so %%MPIDIR%%/lib/libopen-pal.so.80 -%%MPIDIR%%/lib/libopen-pal.so.80.0.2 +%%MPIDIR%%/lib/libopen-pal.so.80.0.3 %%MPIDIR%%/lib/libpmix.la %%MPIDIR%%/lib/libpmix.so %%MPIDIR%%/lib/libpmix.so.2 -%%MPIDIR%%/lib/libpmix.so.2.9.4 +%%MPIDIR%%/lib/libpmix.so.2.13.2 %%MPIDIR%%/lib/libprrte.la %%MPIDIR%%/lib/libprrte.so %%MPIDIR%%/lib/libprrte.so.3 -%%MPIDIR%%/lib/libprrte.so.3.0.3 +%%MPIDIR%%/lib/libprrte.so.3.0.5 %%MPIDIR%%/lib/mpi.mod %%MPIDIR%%/lib/mpi_ext.mod %%MPIDIR%%/lib/mpi_f08.mod @@ -282,2044 +319,6 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/lib/pmpi_f08_interfaces.mod %%TORQUE%%%%MPIDIR%%/lib/prte/prte_mca_plm_tm.la %%TORQUE%%%%MPIDIR%%/lib/prte/prte_mca_plm_tm.so -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/.buildinfo -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_images/openmpi_logo.png -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_images/required-support-libraries-dependency-graph.png -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/app-debug/debug-options.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/app-debug/debug-tools.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/app-debug/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/app-debug/lost-output.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/app-debug/memchecker.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/app-debug/mpir-tools.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/app-debug/parallel-debug.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/app-debug/serial-debug.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/app-debug/valgrind.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/building-apps/abi-compatibility.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/building-apps/building-static-apps.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/building-apps/customizing-wrappers.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/building-apps/deprecation-warnings.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/building-apps/extracting-wrapper-flags.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/building-apps/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/building-apps/quickstart.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/building-apps/removed-mpi-constructs.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/contributing.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/developers/autogen.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/developers/building-open-mpi.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/developers/compiler-pickyness.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/developers/frameworks.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/developers/git-github.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/developers/gnu-autotools.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/developers/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/developers/prerequisites.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/developers/rst-for-markdown-expats.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/developers/source-code.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/developers/sphinx.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/developers/terminology.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/features/extensions.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/features/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/features/java.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/features/profiling.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/features/ulfm.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/getting-help.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/history.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/compilers-and-flags.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/configure-cli-options/conventions.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/configure-cli-options/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/configure-cli-options/installation.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/configure-cli-options/misc.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/configure-cli-options/mpi.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/configure-cli-options/networking.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/configure-cli-options/oshmem.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/configure-cli-options/required-support-libraries.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/configure-cli-options/rpath-and-runpath.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/configure-cli-options/runtime.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/configure-output-summary.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/custom-components.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/definitions.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/filesystem-requirements.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/installation-location.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/make-targets.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/packagers.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/quickstart.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/required-support-libraries.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/supported-systems.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/sysadmins.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/updating.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/installing-open-mpi/vpath-builds.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/gridengine.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/localhost.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/lsf.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/pmix-and-prrte.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/prerequisites.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/quickstart.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/scheduling.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/slurm.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/ssh.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/tm.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/troubleshooting.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/launching-apps/unusual.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/license/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man1/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man1/mpirun.1.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man1/mpisync.1.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man1/ompi-wrapper-compiler.1.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man1/ompi_info.1.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man1/opal_wrapper.1.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/ERRORS.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPIX_Comm_ack_failed.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPIX_Comm_agree.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPIX_Comm_get_failed.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPIX_Comm_iagree.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPIX_Comm_is_revoked.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPIX_Comm_ishrink.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPIX_Comm_revoke.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPIX_Comm_shrink.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPIX_Query_cuda_support.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPIX_Query_rocm_support.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Abort.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Accumulate.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Add_error_class.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Add_error_code.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Add_error_string.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Address.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Aint_add.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Aint_diff.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Allgather.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Allgather_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Allgatherv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Allgatherv_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Alloc_mem.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Allreduce.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Allreduce_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Alltoall.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Alltoall_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Alltoallv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Alltoallv_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Alltoallw.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Alltoallw_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Attr_delete.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Attr_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Attr_put.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Barrier.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Barrier_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Bcast.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Bcast_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Bsend.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Bsend_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Buffer_attach.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Buffer_detach.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Cancel.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Cart_coords.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Cart_create.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Cart_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Cart_map.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Cart_rank.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Cart_shift.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Cart_sub.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Cartdim_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Close_port.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_accept.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_c2f.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_call_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_compare.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_connect.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_create.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_create_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_create_from_group.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_create_group.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_create_keyval.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_delete_attr.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_disconnect.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_dup.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_dup_with_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_f2c.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_free_keyval.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_get_attr.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_get_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_get_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_get_name.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_get_parent.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_group.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_idup.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_idup_with_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_join.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_rank.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_remote_group.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_remote_size.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_set_attr.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_set_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_set_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_set_name.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_size.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_spawn.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_spawn_multiple.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_split.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_split_type.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Comm_test_inter.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Compare_and_swap.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Dims_create.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Dist_graph_create.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Dist_graph_create_adjacent.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Dist_graph_neighbors.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Dist_graph_neighbors_count.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Errhandler_create.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Errhandler_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Errhandler_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Errhandler_set.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Error_class.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Error_string.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Errors.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Exscan.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Exscan_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Fetch_and_op.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_c2f.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_call_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_close.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_create_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_delete.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_f2c.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_get_amode.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_get_atomicity.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_get_byte_offset.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_get_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_get_group.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_get_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_get_position.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_get_position_shared.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_get_size.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_get_type_extent.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_get_view.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_iread.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_iread_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_iread_at.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_iread_at_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_iread_shared.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_iwrite.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_iwrite_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_iwrite_at.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_iwrite_at_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_iwrite_shared.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_open.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_preallocate.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_read.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_read_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_read_all_begin.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_read_all_end.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_read_at.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_read_at_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_read_at_all_begin.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_read_at_all_end.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_read_ordered.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_read_ordered_begin.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_read_ordered_end.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_read_shared.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_seek.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_seek_shared.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_set_atomicity.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_set_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_set_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_set_size.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_set_view.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_sync.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_write.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_write_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_write_all_begin.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_write_all_end.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_write_at.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_write_at_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_write_at_all_begin.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_write_at_all_end.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_write_ordered.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_write_ordered_begin.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_write_ordered_end.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_File_write_shared.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Finalize.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Finalized.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Free_mem.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Gather.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Gather_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Gatherv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Gatherv_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Get_accumulate.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Get_address.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Get_count.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Get_elements.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Get_elements_x.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Get_library_version.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Get_processor_name.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Get_version.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Graph_create.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Graph_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Graph_map.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Graph_neighbors.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Graph_neighbors_count.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Graphdims_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Grequest_complete.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Grequest_start.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_c2f.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_compare.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_difference.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_excl.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_f2c.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_from_session_pset.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_incl.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_intersection.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_range_excl.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_range_incl.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_rank.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_size.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_translate_ranks.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Group_union.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Iallgather.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Iallgatherv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Iallreduce.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ialltoall.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ialltoallv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ialltoallw.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ibarrier.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ibcast.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ibsend.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Iexscan.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Igather.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Igatherv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Improbe.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Imrecv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ineighbor_allgather.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ineighbor_allgatherv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ineighbor_alltoall.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ineighbor_alltoallv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ineighbor_alltoallw.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_c2f.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_create.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_create_env.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_delete.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_dup.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_env.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_f2c.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_get_nkeys.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_get_nthkey.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_get_string.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_get_valuelen.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Info_set.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Init_thread.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Initialized.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Intercomm_create.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Intercomm_create_from_groups.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Intercomm_merge.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Iprobe.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Irecv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ireduce.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ireduce_scatter.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ireduce_scatter_block.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Irsend.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Is_thread_main.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Iscan.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Iscatter.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Iscatterv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Isend.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Isendrecv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Isendrecv_replace.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Issend.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Keyval_create.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Keyval_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Lookup_name.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Message_c2f.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Message_f2c.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Mprobe.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Mrecv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Neighbor_allgather.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Neighbor_allgather_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Neighbor_allgatherv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Neighbor_allgatherv_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Neighbor_alltoall.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Neighbor_alltoall_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Neighbor_alltoallv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Neighbor_alltoallv_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Neighbor_alltoallw.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Neighbor_alltoallw_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Op_c2f.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Op_commutative.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Op_create.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Op_f2c.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Op_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Open_port.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Pack.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Pack_external.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Pack_external_size.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Pack_size.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Parrived.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Pcontrol.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Pready.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Pready_list.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Pready_range.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Precv_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Probe.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Psend_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Publish_name.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Put.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Query_thread.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Raccumulate.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Recv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Recv_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Reduce.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Reduce_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Reduce_local.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Reduce_scatter.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Reduce_scatter_block.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Reduce_scatter_block_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Reduce_scatter_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Register_datarep.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Request_c2f.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Request_f2c.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Request_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Request_get_status.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Rget.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Rget_accumulate.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Rput.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Rsend.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Rsend_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Scan.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Scan_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Scatter.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Scatter_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Scatterv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Scatterv_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Send.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Send_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Sendrecv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Sendrecv_replace.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Session_call_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Session_create_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Session_f2c.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Session_finalize.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Session_get_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Session_get_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Session_get_nth_pset.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Session_get_num_psets.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Session_get_pset_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Session_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Session_set_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Sizeof.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ssend.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Ssend_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Start.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Startall.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Status_c2f.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Status_c2f08.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Status_f082c.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Status_f082f.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Status_f2c.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Status_f2f08.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Status_set_cancelled.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Status_set_elements.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Status_set_elements_x.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_category_changed.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_category_get_categories.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_category_get_cvars.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_category_get_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_category_get_num.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_category_get_pvars.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_cvar_get_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_cvar_get_num.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_cvar_handle_alloc.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_cvar_handle_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_cvar_read.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_cvar_write.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_enum_get_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_enum_get_item.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_finalize.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_init_thread.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_pvar_get_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_pvar_get_num.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_pvar_handle_alloc.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_pvar_handle_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_pvar_read.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_pvar_readreset.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_pvar_reset.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_pvar_session_create.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_pvar_session_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_pvar_start.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_pvar_stop.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_T_pvar_write.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Test.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Test_cancelled.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Testall.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Testany.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Testsome.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Topo_test.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_c2f.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_commit.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_contiguous.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_create_darray.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_create_f90_complex.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_create_f90_integer.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_create_f90_real.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_create_hindexed.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_create_hindexed_block.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_create_hvector.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_create_indexed_block.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_create_keyval.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_create_resized.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_create_struct.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_create_subarray.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_delete_attr.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_dup.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_extent.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_f2c.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_free_keyval.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_get_attr.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_get_contents.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_get_envelope.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_get_extent.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_get_extent_x.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_get_name.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_get_true_extent.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_get_true_extent_x.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_hindexed.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_hvector.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_indexed.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_lb.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_match_size.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_set_attr.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_set_name.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_size.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_size_x.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_struct.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_ub.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Type_vector.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Unpack.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Unpack_external.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Unpublish_name.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Wait.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Waitall.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Waitany.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Waitsome.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_allocate.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_allocate_shared.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_attach.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_c2f.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_call_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_complete.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_create.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_create_dynamic.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_create_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_create_keyval.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_delete_attr.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_detach.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_f2c.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_fence.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_flush.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_flush_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_flush_local.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_flush_local_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_free_keyval.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_get_attr.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_get_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_get_group.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_get_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_get_name.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_lock.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_lock_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_post.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_set_attr.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_set_errhandler.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_set_info.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_set_name.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_shared_query.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_start.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_sync.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_test.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_unlock.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_unlock_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Win_wait.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Wtick.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/MPI_Wtime.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/OMPI_Affinity_str.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man3/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man7/Open-MPI.7.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openmpi/man7/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man1/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man1/oshmem-wrapper-compiler.1.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man1/oshmem_info.1.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man1/oshrun.1.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/OpenSHMEM.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/_my_pe.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/_num_pes.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/intro_shmem.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shfree.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmalloc.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_addr_accessible.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_align.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_alltoall32.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_alltoall64.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_alltoalls32.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_alltoalls64.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_barrier.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_barrier_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_broadcast32.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_broadcast64.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_char_g.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_char_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_char_get_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_char_p.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_char_put.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_char_put_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_clear_cache_inv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_clear_cache_line_inv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_clear_lock.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_collect32.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_collect64.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_complexd_prod_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_complexd_sum_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_complexf_prod_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_complexf_sum_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_fetch.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_g.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_get_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_iget.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_iput.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_max_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_min_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_p.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_prod_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_put.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_put_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_set.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_sum_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_double_swap.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_fcollect32.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_fcollect64.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_fence.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_finalize.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_fetch.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_g.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_get_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_iget.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_iput.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_max_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_min_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_p.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_prod_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_put.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_put_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_set.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_sum_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_float_swap.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_free.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_get128.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_get128_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_get16_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_get32.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_get32_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_get64.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_get64_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_get8_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_getmem.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_getmem_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_global_exit.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_iget128.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_iget32.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_iget64.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_info_get_name.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_info_get_version.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_init.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_add.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_and_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_cswap.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_fadd.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_fetch.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_finc.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_g.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_get_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_iget.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_inc.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_iput.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_max_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_min_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_or_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_p.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_prod_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_put.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_put_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_set.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_sum_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_swap.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_wait.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_wait_until.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_int_xor_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_iput128.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_iput32.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_iput64.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_add.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_and_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_cswap.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_fadd.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_fetch.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_finc.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_g.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_get_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_iget.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_inc.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_iput.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_max_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_min_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_or_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_p.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_prod_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_put.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_put_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_set.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_sum_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_swap.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_wait.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_wait_until.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_long_xor_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longdouble_g.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longdouble_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longdouble_get_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longdouble_iget.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longdouble_iput.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longdouble_max_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longdouble_min_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longdouble_p.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longdouble_prod_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longdouble_put.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longdouble_put_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longdouble_sum_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_add.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_and_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_cswap.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_fadd.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_fetch.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_finc.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_g.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_get_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_iget.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_inc.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_iput.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_max_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_min_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_or_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_p.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_prod_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_put.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_put_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_set.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_sum_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_swap.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_wait.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_wait_until.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_longlong_xor_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_malloc.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_my_pe.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_n_pes.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_pe_accessible.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_ptr.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_put128.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_put128_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_put16_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_put32.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_put32_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_put64.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_put64_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_put8_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_putmem.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_putmem_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_quiet.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_realloc.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_set_cache_inv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_set_cache_line_inv.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_set_lock.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_and_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_g.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_get.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_get_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_iget.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_iput.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_max_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_min_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_or_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_p.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_prod_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_put.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_put_nbi.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_sum_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_wait.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_wait_until.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_short_xor_to_all.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_swap.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_test_lock.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_udcflush.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_udcflush_line.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_wait.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmem_wait_until.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shmemalign.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/shrealloc.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/man-openshmem/man3/start_pes.3.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/mca.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/news/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/news/news-main.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/news/news-v1.x.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/news/news-v2.x.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/news/news-v3.0.x.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/news/news-v3.1.x.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/news/news-v4.0.x.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/news/news-v4.1.x.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/news/news-v5.0.x.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/quickstart.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/release-notes/compilers.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/release-notes/extensions.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/release-notes/general.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/release-notes/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/release-notes/mpi-collectives.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/release-notes/mpi.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/release-notes/networks.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/release-notes/openshmem-collectives.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/release-notes/openshmem.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/release-notes/platform.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/release-notes/run-time.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/affinity.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/benchmarking.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/dynamic-loading.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/environment-var.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/fault-tolerance/checkpoint-restart.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/fault-tolerance/data-reliability.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/fault-tolerance/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/fault-tolerance/supported.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/fork-system-popen.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/heterogeneity.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/large-clusters/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/large-clusters/libraries.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/large-clusters/reduce-startup-time.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/large-clusters/reduce-wireup-time.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/large-clusters/static-cluster-config.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/mpi-io/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/mpi-io/ompio.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/mpi-io/romio.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/multithreaded.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/networking/cuda.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/networking/ib-and-roce.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/networking/index.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/networking/iwarp.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/networking/ofi.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/networking/rocm.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/networking/shared-memory.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/tuning-apps/networking/tcp.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/validate.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_sources/version-numbering.rst.txt -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/_sphinx_javascript_frameworks_compat.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/basic.css -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/badge_only.css -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/Roboto-Slab-Bold.woff -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/Roboto-Slab-Bold.woff2 -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/Roboto-Slab-Regular.woff -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/Roboto-Slab-Regular.woff2 -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/fontawesome-webfont.eot -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/fontawesome-webfont.svg -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/fontawesome-webfont.ttf -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/fontawesome-webfont.woff -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/fontawesome-webfont.woff2 -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/lato-bold-italic.woff -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/lato-bold-italic.woff2 -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/lato-bold.woff -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/lato-bold.woff2 -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/lato-normal-italic.woff -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/lato-normal-italic.woff2 -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/lato-normal.woff -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/fonts/lato-normal.woff2 -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/css/theme.css -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/doctools.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/documentation_options.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/file.png -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/jquery-3.6.0.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/jquery.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/js/badge_only.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/js/html5shiv-printshiv.min.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/js/html5shiv.min.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/js/theme.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/language_data.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/minus.png -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/plus.png -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/pygments.css -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/searchtools.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/sphinx_highlight.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/underscore-1.13.1.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/_static/underscore.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/app-debug/debug-options.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/app-debug/debug-tools.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/app-debug/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/app-debug/lost-output.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/app-debug/memchecker.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/app-debug/mpir-tools.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/app-debug/parallel-debug.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/app-debug/serial-debug.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/app-debug/valgrind.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/building-apps/abi-compatibility.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/building-apps/building-static-apps.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/building-apps/customizing-wrappers.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/building-apps/deprecation-warnings.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/building-apps/extracting-wrapper-flags.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/building-apps/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/building-apps/quickstart.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/building-apps/removed-mpi-constructs.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/contributing.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/developers/autogen.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/developers/building-open-mpi.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/developers/compiler-pickyness.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/developers/frameworks.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/developers/git-github.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/developers/gnu-autotools.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/developers/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/developers/prerequisites.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/developers/rst-for-markdown-expats.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/developers/source-code.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/developers/sphinx.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/developers/terminology.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/features/extensions.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/features/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/features/java.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/features/profiling.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/features/ulfm.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/genindex.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/getting-help.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/history.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/compilers-and-flags.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/configure-cli-options/conventions.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/configure-cli-options/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/configure-cli-options/installation.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/configure-cli-options/misc.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/configure-cli-options/mpi.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/configure-cli-options/networking.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/configure-cli-options/oshmem.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/configure-cli-options/required-support-libraries.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/configure-cli-options/rpath-and-runpath.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/configure-cli-options/runtime.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/configure-output-summary.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/custom-components.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/definitions.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/filesystem-requirements.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/installation-location.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/make-targets.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/packagers.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/quickstart.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/required-support-libraries.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/supported-systems.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/sysadmins.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/updating.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/installing-open-mpi/vpath-builds.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/gridengine.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/localhost.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/lsf.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/pmix-and-prrte.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/prerequisites.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/quickstart.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/scheduling.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/slurm.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/ssh.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/tm.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/troubleshooting.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/launching-apps/unusual.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/license/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man1/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man1/mpirun.1.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man1/mpisync.1.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man1/ompi-wrapper-compiler.1.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man1/ompi_info.1.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man1/opal_wrapper.1.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/ERRORS.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPIX_Comm_ack_failed.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPIX_Comm_agree.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPIX_Comm_get_failed.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPIX_Comm_iagree.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPIX_Comm_is_revoked.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPIX_Comm_ishrink.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPIX_Comm_revoke.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPIX_Comm_shrink.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPIX_Query_cuda_support.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPIX_Query_rocm_support.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Abort.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Accumulate.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Add_error_class.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Add_error_code.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Add_error_string.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Address.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Aint_add.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Aint_diff.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Allgather.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Allgather_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Allgatherv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Allgatherv_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Alloc_mem.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Allreduce.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Allreduce_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Alltoall.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Alltoall_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Alltoallv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Alltoallv_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Alltoallw.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Alltoallw_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Attr_delete.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Attr_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Attr_put.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Barrier.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Barrier_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Bcast.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Bcast_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Bsend.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Bsend_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Buffer_attach.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Buffer_detach.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Cancel.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Cart_coords.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Cart_create.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Cart_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Cart_map.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Cart_rank.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Cart_shift.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Cart_sub.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Cartdim_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Close_port.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_accept.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_c2f.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_call_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_compare.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_connect.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_create.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_create_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_create_from_group.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_create_group.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_create_keyval.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_delete_attr.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_disconnect.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_dup.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_dup_with_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_f2c.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_free_keyval.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_get_attr.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_get_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_get_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_get_name.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_get_parent.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_group.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_idup.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_idup_with_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_join.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_rank.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_remote_group.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_remote_size.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_set_attr.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_set_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_set_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_set_name.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_size.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_spawn.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_spawn_multiple.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_split.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_split_type.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Comm_test_inter.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Compare_and_swap.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Dims_create.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Dist_graph_create.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Dist_graph_create_adjacent.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Dist_graph_neighbors.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Dist_graph_neighbors_count.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Errhandler_create.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Errhandler_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Errhandler_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Errhandler_set.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Error_class.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Error_string.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Errors.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Exscan.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Exscan_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Fetch_and_op.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_c2f.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_call_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_close.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_create_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_delete.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_f2c.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_get_amode.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_get_atomicity.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_get_byte_offset.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_get_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_get_group.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_get_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_get_position.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_get_position_shared.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_get_size.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_get_type_extent.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_get_view.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_iread.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_iread_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_iread_at.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_iread_at_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_iread_shared.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_iwrite.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_iwrite_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_iwrite_at.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_iwrite_at_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_iwrite_shared.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_open.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_preallocate.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_read.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_read_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_read_all_begin.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_read_all_end.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_read_at.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_read_at_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_read_at_all_begin.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_read_at_all_end.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_read_ordered.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_read_ordered_begin.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_read_ordered_end.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_read_shared.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_seek.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_seek_shared.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_set_atomicity.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_set_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_set_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_set_size.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_set_view.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_sync.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_write.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_write_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_write_all_begin.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_write_all_end.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_write_at.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_write_at_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_write_at_all_begin.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_write_at_all_end.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_write_ordered.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_write_ordered_begin.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_write_ordered_end.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_File_write_shared.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Finalize.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Finalized.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Free_mem.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Gather.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Gather_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Gatherv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Gatherv_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Get_accumulate.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Get_address.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Get_count.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Get_elements.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Get_elements_x.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Get_library_version.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Get_processor_name.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Get_version.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Graph_create.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Graph_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Graph_map.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Graph_neighbors.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Graph_neighbors_count.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Graphdims_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Grequest_complete.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Grequest_start.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_c2f.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_compare.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_difference.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_excl.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_f2c.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_from_session_pset.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_incl.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_intersection.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_range_excl.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_range_incl.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_rank.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_size.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_translate_ranks.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Group_union.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Iallgather.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Iallgatherv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Iallreduce.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ialltoall.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ialltoallv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ialltoallw.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ibarrier.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ibcast.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ibsend.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Iexscan.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Igather.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Igatherv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Improbe.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Imrecv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ineighbor_allgather.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ineighbor_allgatherv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ineighbor_alltoall.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ineighbor_alltoallv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ineighbor_alltoallw.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_c2f.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_create.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_create_env.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_delete.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_dup.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_env.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_f2c.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_get_nkeys.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_get_nthkey.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_get_string.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_get_valuelen.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Info_set.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Init_thread.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Initialized.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Intercomm_create.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Intercomm_create_from_groups.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Intercomm_merge.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Iprobe.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Irecv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ireduce.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ireduce_scatter.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ireduce_scatter_block.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Irsend.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Is_thread_main.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Iscan.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Iscatter.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Iscatterv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Isend.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Isendrecv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Isendrecv_replace.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Issend.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Keyval_create.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Keyval_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Lookup_name.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Message_c2f.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Message_f2c.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Mprobe.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Mrecv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Neighbor_allgather.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Neighbor_allgather_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Neighbor_allgatherv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Neighbor_allgatherv_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Neighbor_alltoall.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Neighbor_alltoall_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Neighbor_alltoallv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Neighbor_alltoallv_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Neighbor_alltoallw.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Neighbor_alltoallw_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Op_c2f.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Op_commutative.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Op_create.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Op_f2c.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Op_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Open_port.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Pack.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Pack_external.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Pack_external_size.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Pack_size.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Parrived.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Pcontrol.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Pready.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Pready_list.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Pready_range.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Precv_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Probe.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Psend_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Publish_name.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Put.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Query_thread.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Raccumulate.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Recv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Recv_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Reduce.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Reduce_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Reduce_local.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Reduce_scatter.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Reduce_scatter_block.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Reduce_scatter_block_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Reduce_scatter_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Register_datarep.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Request_c2f.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Request_f2c.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Request_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Request_get_status.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Rget.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Rget_accumulate.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Rput.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Rsend.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Rsend_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Scan.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Scan_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Scatter.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Scatter_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Scatterv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Scatterv_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Send.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Send_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Sendrecv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Sendrecv_replace.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Session_call_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Session_create_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Session_f2c.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Session_finalize.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Session_get_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Session_get_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Session_get_nth_pset.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Session_get_num_psets.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Session_get_pset_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Session_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Session_set_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Sizeof.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ssend.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Ssend_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Start.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Startall.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Status_c2f.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Status_c2f08.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Status_f082c.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Status_f082f.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Status_f2c.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Status_f2f08.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Status_set_cancelled.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Status_set_elements.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Status_set_elements_x.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_category_changed.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_category_get_categories.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_category_get_cvars.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_category_get_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_category_get_num.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_category_get_pvars.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_cvar_get_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_cvar_get_num.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_cvar_handle_alloc.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_cvar_handle_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_cvar_read.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_cvar_write.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_enum_get_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_enum_get_item.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_finalize.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_init_thread.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_pvar_get_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_pvar_get_num.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_pvar_handle_alloc.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_pvar_handle_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_pvar_read.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_pvar_readreset.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_pvar_reset.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_pvar_session_create.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_pvar_session_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_pvar_start.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_pvar_stop.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_T_pvar_write.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Test.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Test_cancelled.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Testall.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Testany.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Testsome.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Topo_test.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_c2f.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_commit.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_contiguous.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_create_darray.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_create_f90_complex.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_create_f90_integer.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_create_f90_real.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_create_hindexed.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_create_hindexed_block.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_create_hvector.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_create_indexed_block.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_create_keyval.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_create_resized.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_create_struct.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_create_subarray.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_delete_attr.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_dup.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_extent.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_f2c.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_free_keyval.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_get_attr.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_get_contents.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_get_envelope.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_get_extent.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_get_extent_x.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_get_name.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_get_true_extent.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_get_true_extent_x.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_hindexed.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_hvector.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_indexed.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_lb.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_match_size.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_set_attr.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_set_name.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_size.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_size_x.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_struct.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_ub.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Type_vector.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Unpack.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Unpack_external.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Unpublish_name.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Wait.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Waitall.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Waitany.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Waitsome.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_allocate.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_allocate_shared.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_attach.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_c2f.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_call_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_complete.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_create.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_create_dynamic.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_create_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_create_keyval.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_delete_attr.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_detach.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_f2c.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_fence.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_flush.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_flush_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_flush_local.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_flush_local_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_free_keyval.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_get_attr.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_get_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_get_group.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_get_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_get_name.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_lock.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_lock_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_post.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_set_attr.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_set_errhandler.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_set_info.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_set_name.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_shared_query.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_start.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_sync.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_test.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_unlock.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_unlock_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Win_wait.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Wtick.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/MPI_Wtime.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/OMPI_Affinity_str.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man3/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man7/Open-MPI.7.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openmpi/man7/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man1/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man1/oshmem-wrapper-compiler.1.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man1/oshmem_info.1.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man1/oshrun.1.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/OpenSHMEM.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/_my_pe.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/_num_pes.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/intro_shmem.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shfree.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmalloc.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_addr_accessible.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_align.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_alltoall32.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_alltoall64.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_alltoalls32.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_alltoalls64.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_barrier.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_barrier_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_broadcast32.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_broadcast64.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_char_g.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_char_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_char_get_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_char_p.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_char_put.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_char_put_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_clear_cache_inv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_clear_cache_line_inv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_clear_lock.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_collect32.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_collect64.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_complexd_prod_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_complexd_sum_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_complexf_prod_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_complexf_sum_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_fetch.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_g.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_get_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_iget.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_iput.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_max_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_min_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_p.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_prod_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_put.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_put_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_set.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_sum_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_double_swap.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_fcollect32.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_fcollect64.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_fence.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_finalize.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_fetch.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_g.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_get_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_iget.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_iput.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_max_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_min_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_p.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_prod_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_put.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_put_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_set.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_sum_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_float_swap.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_free.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_get128.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_get128_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_get16_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_get32.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_get32_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_get64.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_get64_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_get8_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_getmem.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_getmem_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_global_exit.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_iget128.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_iget32.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_iget64.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_info_get_name.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_info_get_version.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_init.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_add.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_and_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_cswap.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_fadd.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_fetch.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_finc.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_g.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_get_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_iget.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_inc.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_iput.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_max_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_min_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_or_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_p.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_prod_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_put.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_put_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_set.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_sum_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_swap.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_wait.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_wait_until.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_int_xor_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_iput128.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_iput32.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_iput64.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_add.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_and_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_cswap.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_fadd.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_fetch.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_finc.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_g.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_get_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_iget.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_inc.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_iput.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_max_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_min_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_or_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_p.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_prod_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_put.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_put_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_set.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_sum_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_swap.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_wait.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_wait_until.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_long_xor_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longdouble_g.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longdouble_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longdouble_get_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longdouble_iget.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longdouble_iput.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longdouble_max_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longdouble_min_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longdouble_p.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longdouble_prod_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longdouble_put.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longdouble_put_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longdouble_sum_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_add.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_and_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_cswap.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_fadd.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_fetch.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_finc.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_g.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_get_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_iget.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_inc.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_iput.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_max_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_min_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_or_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_p.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_prod_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_put.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_put_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_set.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_sum_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_swap.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_wait.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_wait_until.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_longlong_xor_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_malloc.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_my_pe.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_n_pes.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_pe_accessible.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_ptr.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_put128.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_put128_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_put16_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_put32.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_put32_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_put64.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_put64_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_put8_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_putmem.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_putmem_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_quiet.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_realloc.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_set_cache_inv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_set_cache_line_inv.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_set_lock.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_and_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_g.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_get.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_get_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_iget.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_iput.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_max_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_min_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_or_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_p.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_prod_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_put.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_put_nbi.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_sum_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_wait.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_wait_until.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_short_xor_to_all.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_swap.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_test_lock.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_udcflush.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_udcflush_line.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_wait.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmem_wait_until.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shmemalign.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/shrealloc.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/man-openshmem/man3/start_pes.3.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/mca.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/news/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/news/news-main.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/news/news-v1.x.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/news/news-v2.x.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/news/news-v3.0.x.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/news/news-v3.1.x.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/news/news-v4.0.x.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/news/news-v4.1.x.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/news/news-v5.0.x.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/objects.inv -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/quickstart.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/release-notes/compilers.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/release-notes/extensions.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/release-notes/general.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/release-notes/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/release-notes/mpi-collectives.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/release-notes/mpi.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/release-notes/networks.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/release-notes/openshmem-collectives.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/release-notes/openshmem.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/release-notes/platform.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/release-notes/run-time.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/search.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/searchindex.js -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/affinity.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/benchmarking.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/dynamic-loading.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/environment-var.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/fault-tolerance/checkpoint-restart.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/fault-tolerance/data-reliability.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/fault-tolerance/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/fault-tolerance/supported.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/fork-system-popen.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/heterogeneity.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/large-clusters/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/large-clusters/libraries.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/large-clusters/reduce-startup-time.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/large-clusters/reduce-wireup-time.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/large-clusters/static-cluster-config.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/mpi-io/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/mpi-io/ompio.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/mpi-io/romio.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/multithreaded.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/networking/cuda.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/networking/ib-and-roce.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/networking/index.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/networking/iwarp.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/networking/ofi.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/networking/rocm.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/networking/shared-memory.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/tuning-apps/networking/tcp.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/validate.html -%%PORTDOCS%%%%MPIDIR%%/%%DOCSDIR%%/html/version-numbering.html -%%MPIDIR%%/share/doc/pmix/html/.buildinfo -%%MPIDIR%%/share/doc/pmix/html/_sources/building-apps/building-static-apps.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/building-apps/customizing-wrappers.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/building-apps/deprecation-warnings.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/building-apps/extracting-wrapper-flags.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/building-apps/index.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/building-apps/quickstart.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/contributing.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/developers/autogen.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/developers/building-pmix.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/developers/compiler-pickyness.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/developers/frameworks.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/developers/git-github.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/developers/gnu-autotools.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/developers/index.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/developers/prerequisites.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/developers/rst-for-markdown-expats.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/developers/source-code.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/developers/sphinx.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/developers/terminology.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/exceptions.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/getting-help.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/history.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/index.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/compilers-and-flags.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/configure-cli-options/conventions.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/configure-cli-options/index.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/configure-cli-options/installation.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/configure-cli-options/required-support-libraries.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/configure-cli-options/rpath-and-runpath.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/configure-cli-options/runtime.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/configure-output-summary.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/definitions.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/filesystem-requirements.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/index.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/installation-location.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/make-targets.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/packagers.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/quickstart.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/required-support-libraries.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/installing-pmix/vpath-builds.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/license.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/man/index.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/man/man1/index.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/man/man1/pmix_info.1.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/man/man3/PMIx_Abort.3.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/man/man3/PMIx_Finalize.3.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/man/man3/PMIx_Init.3.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/man/man3/index.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/man/man5/index.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/man/man5/openpmix.5.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/mca.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/news/index.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/news/news-v1.x.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/news/news-v2.x.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/news/news-v3.x.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/news/news-v4.x.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/quickstart.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/release-notes.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/release-notes/compilers.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/release-notes/general.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/release-notes/index.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/release-notes/platform.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/release-notes/run-time.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/security.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_sources/versions.rst.txt -%%MPIDIR%%/share/doc/pmix/html/_static/_sphinx_javascript_frameworks_compat.js -%%MPIDIR%%/share/doc/pmix/html/_static/basic.css -%%MPIDIR%%/share/doc/pmix/html/_static/css/badge_only.css -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/Roboto-Slab-Bold.woff -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/Roboto-Slab-Bold.woff2 -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/Roboto-Slab-Regular.woff -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/Roboto-Slab-Regular.woff2 -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/fontawesome-webfont.eot -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/fontawesome-webfont.svg -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/fontawesome-webfont.ttf -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/fontawesome-webfont.woff -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/fontawesome-webfont.woff2 -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/lato-bold-italic.woff -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/lato-bold-italic.woff2 -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/lato-bold.woff -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/lato-bold.woff2 -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/lato-normal-italic.woff -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/lato-normal-italic.woff2 -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/lato-normal.woff -%%MPIDIR%%/share/doc/pmix/html/_static/css/fonts/lato-normal.woff2 -%%MPIDIR%%/share/doc/pmix/html/_static/css/theme.css -%%MPIDIR%%/share/doc/pmix/html/_static/doctools.js -%%MPIDIR%%/share/doc/pmix/html/_static/documentation_options.js -%%MPIDIR%%/share/doc/pmix/html/_static/file.png -%%MPIDIR%%/share/doc/pmix/html/_static/jquery-3.6.0.js -%%MPIDIR%%/share/doc/pmix/html/_static/jquery.js -%%MPIDIR%%/share/doc/pmix/html/_static/js/badge_only.js -%%MPIDIR%%/share/doc/pmix/html/_static/js/html5shiv-printshiv.min.js -%%MPIDIR%%/share/doc/pmix/html/_static/js/html5shiv.min.js -%%MPIDIR%%/share/doc/pmix/html/_static/js/theme.js -%%MPIDIR%%/share/doc/pmix/html/_static/language_data.js -%%MPIDIR%%/share/doc/pmix/html/_static/minus.png -%%MPIDIR%%/share/doc/pmix/html/_static/plus.png -%%MPIDIR%%/share/doc/pmix/html/_static/pygments.css -%%MPIDIR%%/share/doc/pmix/html/_static/searchtools.js -%%MPIDIR%%/share/doc/pmix/html/_static/sphinx_highlight.js -%%MPIDIR%%/share/doc/pmix/html/_static/underscore-1.13.1.js -%%MPIDIR%%/share/doc/pmix/html/_static/underscore.js -%%MPIDIR%%/share/doc/pmix/html/building-apps/building-static-apps.html -%%MPIDIR%%/share/doc/pmix/html/building-apps/customizing-wrappers.html -%%MPIDIR%%/share/doc/pmix/html/building-apps/deprecation-warnings.html -%%MPIDIR%%/share/doc/pmix/html/building-apps/extracting-wrapper-flags.html -%%MPIDIR%%/share/doc/pmix/html/building-apps/index.html -%%MPIDIR%%/share/doc/pmix/html/building-apps/quickstart.html -%%MPIDIR%%/share/doc/pmix/html/contributing.html -%%MPIDIR%%/share/doc/pmix/html/developers/autogen.html -%%MPIDIR%%/share/doc/pmix/html/developers/building-pmix.html -%%MPIDIR%%/share/doc/pmix/html/developers/compiler-pickyness.html -%%MPIDIR%%/share/doc/pmix/html/developers/frameworks.html -%%MPIDIR%%/share/doc/pmix/html/developers/git-github.html -%%MPIDIR%%/share/doc/pmix/html/developers/gnu-autotools.html -%%MPIDIR%%/share/doc/pmix/html/developers/index.html -%%MPIDIR%%/share/doc/pmix/html/developers/prerequisites.html -%%MPIDIR%%/share/doc/pmix/html/developers/rst-for-markdown-expats.html -%%MPIDIR%%/share/doc/pmix/html/developers/source-code.html -%%MPIDIR%%/share/doc/pmix/html/developers/sphinx.html -%%MPIDIR%%/share/doc/pmix/html/developers/terminology.html -%%MPIDIR%%/share/doc/pmix/html/exceptions.html -%%MPIDIR%%/share/doc/pmix/html/genindex.html -%%MPIDIR%%/share/doc/pmix/html/getting-help.html -%%MPIDIR%%/share/doc/pmix/html/history.html -%%MPIDIR%%/share/doc/pmix/html/index.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/compilers-and-flags.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/configure-cli-options/conventions.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/configure-cli-options/index.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/configure-cli-options/installation.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/configure-cli-options/required-support-libraries.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/configure-cli-options/rpath-and-runpath.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/configure-cli-options/runtime.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/configure-output-summary.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/definitions.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/filesystem-requirements.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/index.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/installation-location.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/make-targets.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/packagers.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/quickstart.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/required-support-libraries.html -%%MPIDIR%%/share/doc/pmix/html/installing-pmix/vpath-builds.html -%%MPIDIR%%/share/doc/pmix/html/license.html -%%MPIDIR%%/share/doc/pmix/html/man/index.html -%%MPIDIR%%/share/doc/pmix/html/man/man1/index.html -%%MPIDIR%%/share/doc/pmix/html/man/man1/pmix_info.1.html -%%MPIDIR%%/share/doc/pmix/html/man/man3/PMIx_Abort.3.html -%%MPIDIR%%/share/doc/pmix/html/man/man3/PMIx_Finalize.3.html -%%MPIDIR%%/share/doc/pmix/html/man/man3/PMIx_Init.3.html -%%MPIDIR%%/share/doc/pmix/html/man/man3/index.html -%%MPIDIR%%/share/doc/pmix/html/man/man5/index.html -%%MPIDIR%%/share/doc/pmix/html/man/man5/openpmix.5.html -%%MPIDIR%%/share/doc/pmix/html/mca.html -%%MPIDIR%%/share/doc/pmix/html/news/index.html -%%MPIDIR%%/share/doc/pmix/html/news/news-v1.x.html -%%MPIDIR%%/share/doc/pmix/html/news/news-v2.x.html -%%MPIDIR%%/share/doc/pmix/html/news/news-v3.x.html -%%MPIDIR%%/share/doc/pmix/html/news/news-v4.x.html -%%MPIDIR%%/share/doc/pmix/html/objects.inv -%%MPIDIR%%/share/doc/pmix/html/quickstart.html -%%MPIDIR%%/share/doc/pmix/html/release-notes.html -%%MPIDIR%%/share/doc/pmix/html/release-notes/compilers.html -%%MPIDIR%%/share/doc/pmix/html/release-notes/general.html -%%MPIDIR%%/share/doc/pmix/html/release-notes/index.html -%%MPIDIR%%/share/doc/pmix/html/release-notes/platform.html -%%MPIDIR%%/share/doc/pmix/html/release-notes/run-time.html -%%MPIDIR%%/share/doc/pmix/html/search.html -%%MPIDIR%%/share/doc/pmix/html/searchindex.js -%%MPIDIR%%/share/doc/pmix/html/security.html -%%MPIDIR%%/share/doc/pmix/html/versions.html -%%MPIDIR%%/share/doc/prrte/html/.buildinfo -%%MPIDIR%%/share/doc/prrte/html/_sources/configuration.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/contributing.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/developers/git-github.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/developers/gnu-autotools.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/developers/index.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/developers/prerequisites.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/developers/rst-for-markdown-expats.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/developers/sphinx.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/getting-help.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/hosts/cli.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/hosts/hostfiles.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/hosts/index.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/hosts/relative-indexing.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/hosts/rm.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/index.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/install.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/license.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/man/index.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/man/man1/index.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/man/man1/prte.1.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/man/man1/prte_info.1.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/man/man1/prted.1.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/man/man1/prterun.1.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/man/man1/prun.1.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/man/man1/pterm.1.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/man/man5/index.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/man/man5/prte.5.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/news/index.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/news/news-v1.x.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/news/news-v2.x.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/news/news-v3.0.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/notifications.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/placement/deprecated.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/placement/diagnostics.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/placement/examples.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/placement/fundamentals.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/placement/index.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/placement/limits.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/placement/overview.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/placement/rankfiles.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/quickstart.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/release-notes.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/resilience.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/session-directory.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_sources/versions.rst.txt -%%MPIDIR%%/share/doc/prrte/html/_static/_sphinx_javascript_frameworks_compat.js -%%MPIDIR%%/share/doc/prrte/html/_static/basic.css -%%MPIDIR%%/share/doc/prrte/html/_static/css/badge_only.css -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/Roboto-Slab-Bold.woff -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/Roboto-Slab-Bold.woff2 -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/Roboto-Slab-Regular.woff -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/Roboto-Slab-Regular.woff2 -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/fontawesome-webfont.eot -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/fontawesome-webfont.svg -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/fontawesome-webfont.ttf -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/fontawesome-webfont.woff -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/fontawesome-webfont.woff2 -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/lato-bold-italic.woff -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/lato-bold-italic.woff2 -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/lato-bold.woff -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/lato-bold.woff2 -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/lato-normal-italic.woff -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/lato-normal-italic.woff2 -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/lato-normal.woff -%%MPIDIR%%/share/doc/prrte/html/_static/css/fonts/lato-normal.woff2 -%%MPIDIR%%/share/doc/prrte/html/_static/css/theme.css -%%MPIDIR%%/share/doc/prrte/html/_static/doctools.js -%%MPIDIR%%/share/doc/prrte/html/_static/documentation_options.js -%%MPIDIR%%/share/doc/prrte/html/_static/file.png -%%MPIDIR%%/share/doc/prrte/html/_static/jquery-3.6.0.js -%%MPIDIR%%/share/doc/prrte/html/_static/jquery.js -%%MPIDIR%%/share/doc/prrte/html/_static/js/badge_only.js -%%MPIDIR%%/share/doc/prrte/html/_static/js/html5shiv-printshiv.min.js -%%MPIDIR%%/share/doc/prrte/html/_static/js/html5shiv.min.js -%%MPIDIR%%/share/doc/prrte/html/_static/js/theme.js -%%MPIDIR%%/share/doc/prrte/html/_static/language_data.js -%%MPIDIR%%/share/doc/prrte/html/_static/minus.png -%%MPIDIR%%/share/doc/prrte/html/_static/plus.png -%%MPIDIR%%/share/doc/prrte/html/_static/pygments.css -%%MPIDIR%%/share/doc/prrte/html/_static/searchtools.js -%%MPIDIR%%/share/doc/prrte/html/_static/sphinx_highlight.js -%%MPIDIR%%/share/doc/prrte/html/_static/underscore-1.13.1.js -%%MPIDIR%%/share/doc/prrte/html/_static/underscore.js -%%MPIDIR%%/share/doc/prrte/html/configuration.html -%%MPIDIR%%/share/doc/prrte/html/configurator.html -%%MPIDIR%%/share/doc/prrte/html/contributing.html -%%MPIDIR%%/share/doc/prrte/html/developers/git-github.html -%%MPIDIR%%/share/doc/prrte/html/developers/gnu-autotools.html -%%MPIDIR%%/share/doc/prrte/html/developers/index.html -%%MPIDIR%%/share/doc/prrte/html/developers/prerequisites.html -%%MPIDIR%%/share/doc/prrte/html/developers/rst-for-markdown-expats.html -%%MPIDIR%%/share/doc/prrte/html/developers/sphinx.html -%%MPIDIR%%/share/doc/prrte/html/genindex.html -%%MPIDIR%%/share/doc/prrte/html/getting-help.html -%%MPIDIR%%/share/doc/prrte/html/hosts/cli.html -%%MPIDIR%%/share/doc/prrte/html/hosts/hostfiles.html -%%MPIDIR%%/share/doc/prrte/html/hosts/index.html -%%MPIDIR%%/share/doc/prrte/html/hosts/relative-indexing.html -%%MPIDIR%%/share/doc/prrte/html/hosts/rm.html -%%MPIDIR%%/share/doc/prrte/html/index.html -%%MPIDIR%%/share/doc/prrte/html/install.html -%%MPIDIR%%/share/doc/prrte/html/license.html -%%MPIDIR%%/share/doc/prrte/html/man/index.html -%%MPIDIR%%/share/doc/prrte/html/man/man1/index.html -%%MPIDIR%%/share/doc/prrte/html/man/man1/prte.1.html -%%MPIDIR%%/share/doc/prrte/html/man/man1/prte_info.1.html -%%MPIDIR%%/share/doc/prrte/html/man/man1/prted.1.html -%%MPIDIR%%/share/doc/prrte/html/man/man1/prterun.1.html -%%MPIDIR%%/share/doc/prrte/html/man/man1/prun.1.html -%%MPIDIR%%/share/doc/prrte/html/man/man1/pterm.1.html -%%MPIDIR%%/share/doc/prrte/html/man/man5/index.html -%%MPIDIR%%/share/doc/prrte/html/man/man5/prte.5.html -%%MPIDIR%%/share/doc/prrte/html/news/index.html -%%MPIDIR%%/share/doc/prrte/html/news/news-v1.x.html -%%MPIDIR%%/share/doc/prrte/html/news/news-v2.x.html -%%MPIDIR%%/share/doc/prrte/html/news/news-v3.0.html -%%MPIDIR%%/share/doc/prrte/html/notifications.html -%%MPIDIR%%/share/doc/prrte/html/objects.inv -%%MPIDIR%%/share/doc/prrte/html/placement/deprecated.html -%%MPIDIR%%/share/doc/prrte/html/placement/diagnostics.html -%%MPIDIR%%/share/doc/prrte/html/placement/examples.html -%%MPIDIR%%/share/doc/prrte/html/placement/fundamentals.html -%%MPIDIR%%/share/doc/prrte/html/placement/index.html -%%MPIDIR%%/share/doc/prrte/html/placement/limits.html -%%MPIDIR%%/share/doc/prrte/html/placement/overview.html -%%MPIDIR%%/share/doc/prrte/html/placement/rankfiles.html -%%MPIDIR%%/share/doc/prrte/html/quickstart.html -%%MPIDIR%%/share/doc/prrte/html/release-notes.html -%%MPIDIR%%/share/doc/prrte/html/resilience.html -%%MPIDIR%%/share/doc/prrte/html/search.html -%%MPIDIR%%/share/doc/prrte/html/searchindex.js -%%MPIDIR%%/share/doc/prrte/html/session-directory.html -%%MPIDIR%%/share/doc/prrte/html/versions.html %%MPIDIR%%/share/man/man1/mpic++.1.gz %%MPIDIR%%/share/man/man1/mpicc.1.gz %%MPIDIR%%/share/man/man1/mpicxx.1.gz @@ -2817,47 +816,9 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/share/man/man5/openpmix.5.gz %%MPIDIR%%/share/man/man5/prte.5.gz %%MPIDIR%%/share/man/man7/Open-MPI.7.gz -%%MPIDIR%%/%%DATADIR%%/amca-param-sets/example.conf -%%MPIDIR%%/%%DATADIR%%/amca-param-sets/ft-mpi -%%MPIDIR%%/%%DATADIR%%/help-accelerator-base.txt -%%MPIDIR%%/%%DATADIR%%/help-coll-sync.txt -%%MPIDIR%%/%%DATADIR%%/help-comm.txt -%%MPIDIR%%/%%DATADIR%%/help-dpm.txt -%%MPIDIR%%/%%DATADIR%%/help-mca-allocator-bucket.txt -%%MPIDIR%%/%%DATADIR%%/help-mca-base.txt -%%MPIDIR%%/%%DATADIR%%/help-mca-bml-r2.txt -%%MPIDIR%%/%%DATADIR%%/help-mca-coll-base.txt -%%MPIDIR%%/%%DATADIR%%/help-mca-hook-base.txt -%%MPIDIR%%/%%DATADIR%%/help-mca-var.txt -%%MPIDIR%%/%%DATADIR%%/help-mpi-api.txt -%%MPIDIR%%/%%DATADIR%%/help-mpi-btl-base.txt -%%MPIDIR%%/%%DATADIR%%/help-mpi-btl-tcp.txt -%%MPIDIR%%/%%DATADIR%%/help-mpi-coll-sm.txt -%%MPIDIR%%/%%DATADIR%%/help-mpi-common-sm.txt -%%MPIDIR%%/%%DATADIR%%/help-mpi-errors.txt -%%MPIDIR%%/%%DATADIR%%/help-mpi-ft.txt -%%MPIDIR%%/%%DATADIR%%/help-mpi-pml-ob1.txt -%%MPIDIR%%/%%DATADIR%%/help-mpi-runtime.txt -%%MPIDIR%%/%%DATADIR%%/help-mpirun.txt -%%MPIDIR%%/%%DATADIR%%/help-mpool-base.txt -%%MPIDIR%%/%%DATADIR%%/help-opal-hwloc-base.txt -%%MPIDIR%%/%%DATADIR%%/help-opal-runtime.txt -%%MPIDIR%%/%%DATADIR%%/help-opal-shmem-mmap.txt -%%MPIDIR%%/%%DATADIR%%/help-opal-shmem-posix.txt -%%MPIDIR%%/%%DATADIR%%/help-opal-shmem-sysv.txt -%%MPIDIR%%/%%DATADIR%%/help-opal-util.txt -%%MPIDIR%%/%%DATADIR%%/help-opal-wrapper.txt -%%MPIDIR%%/%%DATADIR%%/help-opal_info.txt -%%MPIDIR%%/%%DATADIR%%/help-rcache-base.txt -%%MPIDIR%%/%%DATADIR%%/mpiCC-wrapper-data.txt -%%MPIDIR%%/%%DATADIR%%/mpic++-wrapper-data.txt -%%MPIDIR%%/%%DATADIR%%/mpicc-wrapper-data.txt -%%MPIDIR%%/%%DATADIR%%/mpicxx-wrapper-data.txt -%%MPIDIR%%/%%DATADIR%%/mpif77-wrapper-data.txt -%%MPIDIR%%/%%DATADIR%%/mpif90-wrapper-data.txt -%%MPIDIR%%/%%DATADIR%%/mpifort-wrapper-data.txt -%%MPIDIR%%/%%DATADIR%%/openmpi-valgrind.supp %%MPIDIR%%/share/pmix/help-cli.txt +%%MPIDIR%%/share/pmix/help-gds-shmem2.txt +%%MPIDIR%%/share/pmix/help-palloc.txt %%MPIDIR%%/share/pmix/help-pattrs.txt %%MPIDIR%%/share/pmix/help-pcompress.txt %%MPIDIR%%/share/pmix/help-pctrl.txt diff --git a/net/proby/Makefile b/net/proby/Makefile index 6b2b2181b94..219a6b69e10 100644 --- a/net/proby/Makefile +++ b/net/proby/Makefile @@ -1,7 +1,7 @@ PORTNAME= proby DISTVERSIONPREFIX= v DISTVERSION= 1.0.2 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/py-errbot-backend-slackv3/Makefile b/net/py-errbot-backend-slackv3/Makefile index a404c47233c..8b63d5bafe4 100644 --- a/net/py-errbot-backend-slackv3/Makefile +++ b/net/py-errbot-backend-slackv3/Makefile @@ -1,5 +1,6 @@ PORTNAME= errbot-backend-slackv3 PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +13,15 @@ WWW= https://err-backend-slackv3.readthedocs.io/en/latest/ \ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.3.6:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}slack-sdk>=3.12.0:net-im/py-slack-sdk@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}slackeventsapi>=3.0.0:net-im/py-slackeventsapi@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-errbot/Makefile b/net/py-errbot/Makefile index e768d1e8020..c2df5bd9379 100644 --- a/net/py-errbot/Makefile +++ b/net/py-errbot/Makefile @@ -1,5 +1,6 @@ PORTNAME= errbot PORTVERSION= 6.2.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ WWW= https://errbot.readthedocs.io/en/latest/ \ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0.3.6:devel/py-ansi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorlog>=6.7.0:devel/py-colorlog@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}daemonize>=2.5.0:devel/py-daemonize@${PY_FLAVOR} \ @@ -26,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0.3.6:devel/py-ansi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webtest>=3.0.0:www/py-webtest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-geopy/Makefile b/net/py-geopy/Makefile index b6cfde7eac7..d59808086b0 100644 --- a/net/py-geopy/Makefile +++ b/net/py-geopy/Makefile @@ -1,5 +1,6 @@ PORTNAME= geopy PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/geopy/geopy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= geographiclib>=1.52<3:astro/geographiclib TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}async_generator>=0:devel/py-async_generator@${PY_FLAVOR} \ @@ -22,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.24.2,1:net/py-urllib3@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/net/py-mpi4py-mpich/Makefile b/net/py-mpi4py-mpich/Makefile index deb6668cd71..c1761bdc086 100644 --- a/net/py-mpi4py-mpich/Makefile +++ b/net/py-mpi4py-mpich/Makefile @@ -2,7 +2,6 @@ PORTNAME= mpi4py COMMENT= Python bindings for MPI (MPICH) -PORTREVISION= 1 PKGNAMESUFFIX= -mpich MASTERDIR= ${.CURDIR}/../py-mpi4py diff --git a/net/py-mpi4py/Makefile b/net/py-mpi4py/Makefile index 96bf987f4b3..91574e7eccd 100644 --- a/net/py-mpi4py/Makefile +++ b/net/py-mpi4py/Makefile @@ -1,6 +1,5 @@ PORTNAME= mpi4py -DISTVERSION= 3.1.5 -PORTREVISION= 2 +DISTVERSION= 3.1.6 CATEGORIES= net parallel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-mpi4py/distinfo b/net/py-mpi4py/distinfo index 63b1407731d..31efbbe75c8 100644 --- a/net/py-mpi4py/distinfo +++ b/net/py-mpi4py/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699532804 -SHA256 (mpi4py-3.1.5.tar.gz) = a706e76db9255135c2fb5d1ef54cb4f7b0e4ad9e33cbada7de27626205f2a153 -SIZE (mpi4py-3.1.5.tar.gz) = 2469777 +TIMESTAMP = 1715064619 +SHA256 (mpi4py-3.1.6.tar.gz) = c8fa625e0f92b082ef955bfb52f19fa6691d29273d7d71135d295aa143dee6cb +SIZE (mpi4py-3.1.6.tar.gz) = 2365468 diff --git a/net/py-ndg-httpsclient/Makefile b/net/py-ndg-httpsclient/Makefile index 07ffad01082..7c76bca3b7e 100644 --- a/net/py-ndg-httpsclient/Makefile +++ b/net/py-ndg-httpsclient/Makefile @@ -1,6 +1,6 @@ PORTNAME= ndg-httpsclient PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,13 @@ WWW= https://github.com/cedadev/ndg_httpsclient LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/ndg/httpsclient/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.4:devel/py-pyasn1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13,1:security/py-openssl@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-pynamecheap/Makefile b/net/py-pynamecheap/Makefile index b1304a2cf7e..a5927c2f774 100644 --- a/net/py-pynamecheap/Makefile +++ b/net/py-pynamecheap/Makefile @@ -1,5 +1,6 @@ PORTNAME= pynamecheap PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/Bemmu/PyNamecheap LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-pynamecheap/files/patch-setup.py b/net/py-pynamecheap/files/patch-setup.py new file mode 100644 index 00000000000..6d7780fa27e --- /dev/null +++ b/net/py-pynamecheap/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-01-23 21:51:37 UTC ++++ setup.py +@@ -9,7 +9,7 @@ setup( + + + setup( +- name='PyNamecheap', ++ name='pynamecheap', + version='0.0.3', + url='https://github.com/Bemmu/PyNamecheap', + license='MIT', diff --git a/net/py-pypcap/Makefile b/net/py-pypcap/Makefile index bd02e4f9178..c16f372658b 100644 --- a/net/py-pypcap/Makefile +++ b/net/py-pypcap/Makefile @@ -1,5 +1,6 @@ PORTNAME= pypcap PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/pynetwork/pypcap LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent cython distutils +USE_PYTHON= autoplist concurrent cython pep517 # PR 239725: workaround to avoid using /usr/lib32 over /usr/lib LDFLAGS+= -L/usr/lib diff --git a/net/py-pyroute2.protocols/Makefile b/net/py-pyroute2.protocols/Makefile index 3f82f0d7953..2ba5c7b1355 100644 --- a/net/py-pyroute2.protocols/Makefile +++ b/net/py-pyroute2.protocols/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyroute2.protocols PORTVERSION= 0.6.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,12 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache.v2 LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL.v2 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyroute2>=${PORTVERSION}:net/py-pyroute2@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-pyshark/Makefile b/net/py-pyshark/Makefile index f694f399211..ef6992a9ff2 100644 --- a/net/py-pyshark/Makefile +++ b/net/py-pyshark/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyshark PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +11,8 @@ WWW= https://github.com/KimiNewt/pyshark LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ @@ -19,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-python-barbicanclient/Makefile b/net/py-python-barbicanclient/Makefile index 995779b390d..dc1fd90686e 100644 --- a/net/py-python-barbicanclient/Makefile +++ b/net/py-python-barbicanclient/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-barbicanclient PORTVERSION= 5.7.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,9 @@ WWW= https://docs.openstack.org/python-barbicanclient/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \ @@ -22,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-python-cinderclient/Makefile b/net/py-python-cinderclient/Makefile index 86adff9883b..f3dbaef1d08 100644 --- a/net/py-python-cinderclient/Makefile +++ b/net/py-python-cinderclient/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-cinderclient PORTVERSION= 9.5.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,9 @@ WWW= https://docs.openstack.org/python-cinderclient/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=5.0.0:devel/py-keystoneauth1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=5.0.1:devel/py-oslo.i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=4.8.0:devel/py-oslo.utils@${PY_FLAVOR} \ @@ -22,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=5.0.0:devel/py-keystoneauth1@ ${PYTHON_PKGNAMEPREFIX}stevedore>=3.3.0:devel/py-stevedore@${PY_FLAVOR} USES= python shebangfix -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-python-designateclient/Makefile b/net/py-python-designateclient/Makefile index 7d84f2f1801..8bef8a23c91 100644 --- a/net/py-python-designateclient/Makefile +++ b/net/py-python-designateclient/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-designateclient PORTVERSION= 6.0.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,9 @@ WWW= https://docs.openstack.org/python-designateclient/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.2.0:devel/py-jsonschema@${PY_FLAVOR} \ @@ -25,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-python-glanceclient/Makefile b/net/py-python-glanceclient/Makefile index ee673427862..62d9ba88804 100644 --- a/net/py-python-glanceclient/Makefile +++ b/net/py-python-glanceclient/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-glanceclient PORTVERSION= 4.5.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,9 @@ WWW= https://docs.openstack.org/python-glanceclient/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.6.2:devel/py-keystoneauth1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \ @@ -24,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.6.2:devel/py-keystoneauth1@ ${PYTHON_PKGNAMEPREFIX}wrapt>=1.7.0:devel/py-wrapt@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-python-heatclient/Makefile b/net/py-python-heatclient/Makefile index bf2abd9d506..13cad5ede95 100644 --- a/net/py-python-heatclient/Makefile +++ b/net/py-python-heatclient/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-heatclient PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,9 @@ WWW= https://docs.openstack.org/python-heatclient/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.8.0:devel/py-keystoneauth1@${PY_FLAVOR} \ @@ -27,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} USES= python shebangfix -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-python-keystoneclient/Makefile b/net/py-python-keystoneclient/Makefile index 785254bec52..97c0d250f07 100644 --- a/net/py-python-keystoneclient/Makefile +++ b/net/py-python-keystoneclient/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-keystoneclient PORTVERSION= 5.4.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,9 @@ WWW= https://docs.openstack.org/python-keystoneclient/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \ @@ -25,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} USES= python shebangfix -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-python-neutronclient/Makefile b/net/py-python-neutronclient/Makefile index 7d225437803..c56be562af0 100644 --- a/net/py-python-neutronclient/Makefile +++ b/net/py-python-neutronclient/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-neutronclient PORTVERSION= 11.2.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,9 @@ WWW= https://docs.openstack.org/python-neutronclient/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=3.4.0:devel/py-cliff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \ @@ -31,7 +34,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=3.4.0:devel/py-cliff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.5.1:devel/py-simplejson@${PY_FLAVOR} USES= python shebangfix -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-pyu2f/Makefile b/net/py-pyu2f/Makefile index 0aed90dce8c..9e51b5e7f57 100644 --- a/net/py-pyu2f/Makefile +++ b/net/py-pyu2f/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyu2f PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/google/pyu2f LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-ripe.atlas.cousteau/Makefile b/net/py-ripe.atlas.cousteau/Makefile index 14c5f0962af..344b75dac64 100644 --- a/net/py-ripe.atlas.cousteau/Makefile +++ b/net/py-ripe.atlas.cousteau/Makefile @@ -1,24 +1,27 @@ PORTNAME= ripe.atlas.cousteau -DISTVERSION= 1.4.2 -PORTREVISION= 1 +DISTVERSION= 2.0.0 CATEGORIES= net python MASTER_SITES= PYPI -PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= mstucchi@ripe.net +MAINTAINER= eduardo@FreeBSD.org COMMENT= Python wrapper around the RIPE Atlas API WWW= https://github.com/RIPE-NCC/ripe-atlas-cousteau LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}socketio-client>=0.6.5:net/py-socketio-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}socketio-client>=0.6.5:net/py-socketio-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes -USES= python -USE_PYTHON= distutils autoplist .include diff --git a/net/py-ripe.atlas.cousteau/distinfo b/net/py-ripe.atlas.cousteau/distinfo index 0a62e12a43b..7586c8f6a23 100644 --- a/net/py-ripe.atlas.cousteau/distinfo +++ b/net/py-ripe.atlas.cousteau/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522778881 -SHA256 (ripe.atlas.cousteau-1.4.2.tar.gz) = 10b930ff67c9744f6ee275e07a441a8fba1911f251e92c0ca511b8c082a3fcd5 -SIZE (ripe.atlas.cousteau-1.4.2.tar.gz) = 48655 +TIMESTAMP = 1715076786 +SHA256 (ripe.atlas.cousteau-2.0.0.tar.gz) = c332068af1d27467014c057718fe8cf7ab3db863f33d6bdab52efba01b73beb9 +SIZE (ripe.atlas.cousteau-2.0.0.tar.gz) = 47569 diff --git a/net/py-ripe.atlas.sagan/Makefile b/net/py-ripe.atlas.sagan/Makefile index aca3116d8ff..66ec7251565 100644 --- a/net/py-ripe.atlas.sagan/Makefile +++ b/net/py-ripe.atlas.sagan/Makefile @@ -1,22 +1,27 @@ PORTNAME= ripe.atlas.sagan -PORTVERSION= 1.3.0 -PORTREVISION= 1 +DISTVERSION= 1.3.1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= mstucchi@ripe.net +MAINTAINER= eduardo@FreeBSD.org COMMENT= Parsing library for RIPE Atlas measurement results WWW= https://github.com/RIPE-NCC/ripe.atlas.sagan LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cryptography distutils +USE_PYTHON= autoplist concurrent cryptography pep517 pytest +PYTEST_IGNORED_TESTS= test_invalid_country_code #WIP + +TEST_ARGS= tests/*.py + NO_ARCH= yes .include diff --git a/net/py-ripe.atlas.sagan/distinfo b/net/py-ripe.atlas.sagan/distinfo index 806412b203b..b891efb51b6 100644 --- a/net/py-ripe.atlas.sagan/distinfo +++ b/net/py-ripe.atlas.sagan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1569965868 -SHA256 (ripe.atlas.sagan-1.3.0.tar.gz) = 0a1d7548032a7521fcde6db6a766a5e01b06968d21691f9c89076561b8416222 -SIZE (ripe.atlas.sagan-1.3.0.tar.gz) = 107382 +TIMESTAMP = 1715080656 +SHA256 (ripe.atlas.sagan-1.3.1.tar.gz) = df0a5b7ceb4a2503f4e460b8e5d9bfd6cd94bcf5e70c0145479e87b78c430172 +SIZE (ripe.atlas.sagan-1.3.1.tar.gz) = 110352 diff --git a/net/py-ripe.atlas.tools/Makefile b/net/py-ripe.atlas.tools/Makefile index 83e4e48ae4f..c3baebb4df7 100644 --- a/net/py-ripe.atlas.tools/Makefile +++ b/net/py-ripe.atlas.tools/Makefile @@ -1,29 +1,36 @@ PORTNAME= ripe.atlas.tools -PORTVERSION= 2.3.0 -PORTREVISION= 1 +DISTVERSION= 3.1.1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= mstucchi@ripe.net +MAINTAINER= eduardo@FreeBSD.org COMMENT= Official command-line client for RIPE Atlas WWW= https://github.com/RIPE-NCC/ripe-atlas-tools LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ripe.atlas.cousteau>=1.0.4:net/py-ripe.atlas.cousteau@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ripe.atlas.sagan>=1.1.4:net/py-ripe.atlas.sagan@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ripe.atlas.cousteau>=2.0.0:net/py-ripe.atlas.cousteau@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ripe.atlas.sagan>=1.3.1:net/py-ripe.atlas.sagan@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.10.0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipy>0:net-mgmt/py-ipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils -NO_ARCH= yes +USE_PYTHON= autoplist pep517 pytest +PYTEST_IGNORED_TESTS= test_arg_radius test_html_documentation \ + test_text_documentation test_basic #WIP CONFLICTS_INSTALL= c-ares # bin/adig +NO_ARCH= yes + .include diff --git a/net/py-ripe.atlas.tools/distinfo b/net/py-ripe.atlas.tools/distinfo index 951531700ba..aad11a63bd1 100644 --- a/net/py-ripe.atlas.tools/distinfo +++ b/net/py-ripe.atlas.tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1569966305 -SHA256 (ripe.atlas.tools-2.3.0.tar.gz) = edb979ebb8e91ce994559ccf36733ea60480960a4c2a6d8c48d5420cdc99c148 -SIZE (ripe.atlas.tools-2.3.0.tar.gz) = 103912 +TIMESTAMP = 1715079098 +SHA256 (ripe.atlas.tools-3.1.1.tar.gz) = 410b7698410142bf8c5eb1d6ff26f386662da5095d7aaf8883dc914a672e0b5c +SIZE (ripe.atlas.tools-3.1.1.tar.gz) = 113044 diff --git a/net/py-socketio-client/Makefile b/net/py-socketio-client/Makefile index 04a1470a32e..82639acd55d 100644 --- a/net/py-socketio-client/Makefile +++ b/net/py-socketio-client/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= PYPI/source/s/socketIO-client/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= socketIO_client-${PORTVERSION} -MAINTAINER= mstucchi@ripe.net +MAINTAINER= ports@FreeBSD.org COMMENT= Socket.io client library for Python WWW= https://github.com/invisibleroads/socketIO-client diff --git a/net/py-softlayer/Makefile b/net/py-softlayer/Makefile index f2d28683cc1..0884b54fadb 100644 --- a/net/py-softlayer/Makefile +++ b/net/py-softlayer/Makefile @@ -1,5 +1,6 @@ PORTNAME= softlayer PORTVERSION= 6.1.11 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ WWW= https://github.com/softlayer/softlayer-python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.4:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable>=2.5.0:devel/py-prettytable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=2:devel/py-prompt-toolkit@${PY_FLAVOR} \ @@ -21,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.4:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.24,1:net/py-urllib3@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py index dc754ab8510..41247f1c203 100644 --- a/net/py-softlayer/files/patch-setup.py +++ b/net/py-softlayer/files/patch-setup.py @@ -1,5 +1,14 @@ --- setup.py.orig 2023-12-20 21:04:33 UTC +++ setup.py +@@ -14,7 +14,7 @@ setup( + LONG_DESCRIPTION = DESCRIPTION + + setup( +- name='SoftLayer', ++ name='softlayer', + version='v6.1.11', + description=DESCRIPTION, + long_description=LONG_DESCRIPTION, @@ -39,7 +39,7 @@ setup( 'prompt_toolkit >= 2', 'pygments >= 2.0.0', diff --git a/net/py-suds/Makefile b/net/py-suds/Makefile index 7b767ab2279..7aa01f1b199 100644 --- a/net/py-suds/Makefile +++ b/net/py-suds/Makefile @@ -1,5 +1,6 @@ PORTNAME= suds PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +12,13 @@ WWW= https://github.com/suds-community/suds LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes +MAKE_ENV= SUDS_PACKAGE=suds .include diff --git a/net/py-transip/Makefile b/net/py-transip/Makefile index 0097216ad9e..0c1739fa114 100644 --- a/net/py-transip/Makefile +++ b/net/py-transip/Makefile @@ -1,6 +1,6 @@ PORTNAME= transip PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,13 @@ WWW= https://github.com/benkonrath/transip-api LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}suds>=0:net/py-suds@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cryptography distutils +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/net/py-trio-websocket/Makefile b/net/py-trio-websocket/Makefile index 078e4d24e57..1a27aa45d95 100644 --- a/net/py-trio-websocket/Makefile +++ b/net/py-trio-websocket/Makefile @@ -1,5 +1,6 @@ PORTNAME= trio-websocket PORTVERSION= 0.11.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,14 @@ WWW= https://github.com/python-trio/trio-websocket LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PY_EXCEPTIONGROUP} \ ${PYTHON_PKGNAMEPREFIX}trio>=0.11:net/py-trio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wsproto>=0.14:net/py-wsproto@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-uri-template/Makefile b/net/py-uri-template/Makefile index c42af3e2bb9..3bec125df42 100644 --- a/net/py-uri-template/Makefile +++ b/net/py-uri-template/Makefile @@ -1,5 +1,6 @@ PORTNAME= uri-template PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://github.com/plinss/uri_template LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-uritools/Makefile b/net/py-uritools/Makefile index 9a93e9a7366..d8eb558f8ea 100644 --- a/net/py-uritools/Makefile +++ b/net/py-uritools/Makefile @@ -1,5 +1,6 @@ PORTNAME= uritools PORTVERSION= 4.0.2 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/tkem/uritools LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=46.4.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-url-normalize/Makefile b/net/py-url-normalize/Makefile index 7f1f5f8e095..d5f81e8a9de 100644 --- a/net/py-url-normalize/Makefile +++ b/net/py-url-normalize/Makefile @@ -1,5 +1,6 @@ PORTNAME= url-normalize PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,11 @@ WWW= https://github.com/niksite/url-normalize LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0.12:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/py-url-normalize/files/patch-pyproject.toml b/net/py-url-normalize/files/patch-pyproject.toml new file mode 100644 index 00000000000..504c9326ced --- /dev/null +++ b/net/py-url-normalize/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2020-10-26 02:02:45 UTC ++++ pyproject.toml +@@ -30,5 +30,5 @@ tox = [{version="*", python="^3.6"}] + tox = [{version="*", python="^3.6"}] + + [build-system] +-build-backend = "poetry.masonry.api" +-requires = ["poetry>=0.12"] ++build-backend = "poetry.core.masonry.api" ++requires = ["poetry-core>=0.12"] diff --git a/net/py-urlextract/Makefile b/net/py-urlextract/Makefile index 502ad29cdde..008dc4b7cc3 100644 --- a/net/py-urlextract/Makefile +++ b/net/py-urlextract/Makefile @@ -1,5 +1,6 @@ PORTNAME= urlextract PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/lipoja/URLExtract LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>=0:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritools>=0:net/py-uritools@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net/qrcp/Makefile b/net/qrcp/Makefile index 7ad22b88b1a..91da8c333bc 100644 --- a/net/qrcp/Makefile +++ b/net/qrcp/Makefile @@ -1,6 +1,6 @@ PORTNAME= qrcp DISTVERSION= 0.11.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= tagattie@FreeBSD.org diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 9417f667753..ad20890eef8 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,6 +1,6 @@ PORTNAME= quagga PORTVERSION= 1.2.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MASTER_SITES= https://github.com/Quagga/quagga/releases/download/${DISTNAME}/ \ http://www.grosbein.net/freebsd/distfiles/ \ @@ -116,7 +116,7 @@ post-install: .include .if ${PORT_OPTIONS:MLEGACY} -CONFLICTS= frr7 openbgpd pimd +CONFLICTS= frr* openbgpd pimd USE_LDCONFIG= yes .else PKGNAMESUFFIX= -compat diff --git a/net/quagga/files/patch-lib_privs.c b/net/quagga/files/patch-lib_privs.c new file mode 100644 index 00000000000..159920b4cb6 --- /dev/null +++ b/net/quagga/files/patch-lib_privs.c @@ -0,0 +1,13 @@ +--- lib/privs.c.orig 2018-02-20 04:24:55.000000000 +0700 ++++ lib/privs.c 2024-05-06 19:00:18.907694000 +0700 +@@ -717,8 +717,8 @@ zprivs_init(struct zebra_privs_t *zprivs) + + if (zprivs->user) + { +- ngroups = sizeof(groups); +- if ( (ngroups = getgrouplist (zprivs->user, zprivs_state.zgid, groups, &ngroups )) < 0 ) ++ ngroups = nitems(groups); ++ if (getgrouplist (zprivs->user, zprivs_state.zgid, groups, &ngroups) < 0 ) + { + /* cant use log.h here as it depends on vty */ + fprintf (stderr, "privs_init: could not getgrouplist for user %s\n", diff --git a/net/quagga/files/patch-vtysh.c b/net/quagga/files/patch-vtysh.c index e5779a1de11..2e0b1b6cd4c 100644 --- a/net/quagga/files/patch-vtysh.c +++ b/net/quagga/files/patch-vtysh.c @@ -19,7 +19,7 @@ + return; + + s = strrchr(vtysh_pager_name, '/'); -+ s = (s == NULL ? vtysh_pager_name : s++); ++ s = (s == NULL ? vtysh_pager_name : s + 1); + if (strcmp(s, "more") != 0 && strcmp(s, "less") != 0) + return; + diff --git a/net/quiche/Makefile b/net/quiche/Makefile index 44458653bce..131bb130a25 100644 --- a/net/quiche/Makefile +++ b/net/quiche/Makefile @@ -1,5 +1,6 @@ PORTNAME= quiche DISTVERSION= 0.20.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= junho.choi@gmail.com diff --git a/net/rabbiteer/Makefile b/net/rabbiteer/Makefile index 2de6f1a627a..e59cb09d8ed 100644 --- a/net/rabbiteer/Makefile +++ b/net/rabbiteer/Makefile @@ -1,6 +1,6 @@ PORTNAME= rabbiteer DISTVERSION= 1.4.1 -PORTREVISION= 56 +PORTREVISION= 57 CATEGORIES= net MAINTAINER= dch@FreeBSD.org diff --git a/net/rathole/Makefile b/net/rathole/Makefile index bbbdf0b6a13..56ad12505c5 100644 --- a/net/rathole/Makefile +++ b/net/rathole/Makefile @@ -1,7 +1,7 @@ PORTNAME= rathole DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 69b3707b3d2..6c068f64e76 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -1,7 +1,7 @@ PORTNAME= rclone DISTVERSIONPREFIX= v DISTVERSION= 1.66.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= tremere@cainites.net diff --git a/net/revsocks/Makefile b/net/revsocks/Makefile index a966c52853f..44178ba60fc 100644 --- a/net/revsocks/Makefile +++ b/net/revsocks/Makefile @@ -1,7 +1,7 @@ PORTNAME= revsocks DISTVERSIONPREFIX= v DISTVERSION= 2.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org diff --git a/net/rosenpass/Makefile b/net/rosenpass/Makefile index 12bae928634..00f50990778 100644 --- a/net/rosenpass/Makefile +++ b/net/rosenpass/Makefile @@ -1,7 +1,7 @@ PORTNAME= rosenpass DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net net-vpn security MAINTAINER= fuz@FreeBSD.org diff --git a/net/rosenpass/files/patch-rust-1.78.0 b/net/rosenpass/files/patch-rust-1.78.0 new file mode 100644 index 00000000000..efdfe6ac90b --- /dev/null +++ b/net/rosenpass/files/patch-rust-1.78.0 @@ -0,0 +1,32 @@ +Comment the "#[doc = !($field)]" line +Upstream has changed this code a lot and this line is not present anymore. + +error: attribute value must be a literal + --> rosenpass/src/msgs.rs:135:21 + | +135 | #[doc = !($field)] + | ^^^^^^^^^ +... +258 | / data_lense! { Envelope := +259 | | /// [MsgType] of this message +260 | | msg_type: 1, +261 | | /// Reserved for future use +... | +269 | | cookie: sodium::MAC_SIZE +270 | | } + | |_- in this macro invocation + | + = note: this error originates in the macro `data_lense` (in Nightly builds, run with -Z macro-backtrace for more info) + + +--- rosenpass/src/msgs.rs.orig 2024-05-07 11:12:55 UTC ++++ rosenpass/src/msgs.rs +@@ -132,7 +132,7 @@ macro_rules! data_lense( + impl<__ContainerType $(, $( $generic: LenseView ),+ )? > $type<__ContainerType $(, $( $generic ),+ )? >{ + $( + /// Size in bytes of the field ` +- #[doc = !($field)] ++ //#[doc = !($field)] + /// ` + pub const fn [< $field _len >]() -> usize{ + $len diff --git a/net/rospo/Makefile b/net/rospo/Makefile index 13f92c38596..af345d97d07 100644 --- a/net/rospo/Makefile +++ b/net/rospo/Makefile @@ -1,7 +1,6 @@ PORTNAME= rospo DISTVERSIONPREFIX= v -DISTVERSION= 0.12.0 -PORTREVISION= 3 +DISTVERSION= 0.12.1 CATEGORIES= net net-vpn sysutils MAINTAINER= fuz@FreeBSD.org diff --git a/net/rospo/distinfo b/net/rospo/distinfo index 42ba7acd721..a04b88f6a53 100644 --- a/net/rospo/distinfo +++ b/net/rospo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1705579751 -SHA256 (go/net_rospo/rospo-v0.12.0/v0.12.0.mod) = 1e4b5a55c9897363dceea53e5c2d74f16536555552d26ef8b16d0f8d73b6c898 -SIZE (go/net_rospo/rospo-v0.12.0/v0.12.0.mod) = 1039 -SHA256 (go/net_rospo/rospo-v0.12.0/v0.12.0.zip) = 1f656bbb4537e9fb3b8cb77a052bfb28809579c5b6f4926b38a9ac7373cdc3ed -SIZE (go/net_rospo/rospo-v0.12.0/v0.12.0.zip) = 85512 +TIMESTAMP = 1715505643 +SHA256 (go/net_rospo/rospo-v0.12.1/v0.12.1.mod) = 7acd0b2bf059fbf492445c966098aea5749268910f86206d76865a955d3faba6 +SIZE (go/net_rospo/rospo-v0.12.1/v0.12.1.mod) = 1039 +SHA256 (go/net_rospo/rospo-v0.12.1/v0.12.1.zip) = c933dbdf779ecde5f62e14627cbad120eded9f8cb27fda08e1151ad29b61e17f +SIZE (go/net_rospo/rospo-v0.12.1/v0.12.1.zip) = 85739 diff --git a/net/routinator/Makefile b/net/routinator/Makefile index 2a0d040ca61..59f3cb8f8f7 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -1,7 +1,7 @@ PORTNAME= routinator DISTVERSIONPREFIX= v DISTVERSION= 0.13.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${ROUTINATOR_UI_URL}/v${ROUTINATOR_UI_VERSION}/:0 DISTFILES+= routinator-ui-build.tar.gz:0 diff --git a/net/rsyn/Makefile b/net/rsyn/Makefile index 6d1998230c2..5067a7b0b7f 100644 --- a/net/rsyn/Makefile +++ b/net/rsyn/Makefile @@ -1,7 +1,7 @@ PORTNAME= rsyn DISTVERSIONPREFIX= v DISTVERSION= 0.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/rubygem-ruby_smb/Makefile b/net/rubygem-ruby_smb/Makefile index f63bd3784d9..e3ee5255305 100644 --- a/net/rubygem-ruby_smb/Makefile +++ b/net/rubygem-ruby_smb/Makefile @@ -1,5 +1,5 @@ PORTNAME= ruby_smb -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.7 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-ruby_smb/distinfo b/net/rubygem-ruby_smb/distinfo index acd1a1ff6fa..65da90326e3 100644 --- a/net/rubygem-ruby_smb/distinfo +++ b/net/rubygem-ruby_smb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704465379 -SHA256 (rubygem/ruby_smb-3.3.1.gem) = 73d2bf46574b16ad91fbc00cb48539d04b80a1dfad0c77663a708cd8a831a312 -SIZE (rubygem/ruby_smb-3.3.1.gem) = 377856 +TIMESTAMP = 1714980097 +SHA256 (rubygem/ruby_smb-3.3.7.gem) = fd97f474592996e30eb81a09c05674f5d0020af7e8255346b50437e838a694c2 +SIZE (rubygem/ruby_smb-3.3.7.gem) = 383488 diff --git a/net/rustdesk-server/Makefile b/net/rustdesk-server/Makefile index b62261bdeaf..2e49420f32e 100644 --- a/net/rustdesk-server/Makefile +++ b/net/rustdesk-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustdesk-server DISTVERSION= 1.1.10-3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org diff --git a/net/s3m/Makefile b/net/s3m/Makefile index a0c57104da1..9ddaa94bd8b 100644 --- a/net/s3m/Makefile +++ b/net/s3m/Makefile @@ -1,272 +1,271 @@ PORTNAME= s3m -PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTVERSION= 0.9.4 CATEGORIES= net MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= nbari@tequila.io -COMMENT= CLI for streams of data in S3 buckets +COMMENT= CLI for streams of data in S3 buckets WWW= https://s3m.stream LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +LIB_DEPENDS= libzstd.so:archivers/zstd USES= cargo localbase ssl - -CARGO_CRATES= addr2line-0.21.0 \ - adler-1.0.2 \ - aho-corasick-1.1.2 \ - android-tzdata-0.1.1 \ - android_system_properties-0.1.5 \ - anes-0.1.6 \ - anstream-0.6.5 \ - anstyle-1.0.4 \ - anstyle-parse-0.2.3 \ - anstyle-query-1.0.2 \ - anstyle-wincon-3.0.2 \ - anyhow-1.0.75 \ - arrayref-0.3.7 \ - arrayvec-0.7.4 \ - autocfg-1.1.0 \ - backtrace-0.3.69 \ - base64-0.21.5 \ - base64ct-1.6.0 \ - bincode-1.3.3 \ - bitflags-1.3.2 \ - bitflags-2.4.1 \ - blake3-1.5.0 \ - bumpalo-3.14.0 \ - byteorder-1.5.0 \ - bytes-1.5.0 \ - bytesize-1.3.0 \ - cast-0.3.0 \ - cc-1.0.83 \ - cfg-if-1.0.0 \ - chrono-0.4.31 \ - ciborium-0.2.1 \ - ciborium-io-0.2.1 \ - ciborium-ll-0.2.1 \ - clap-4.4.11 \ - clap_builder-4.4.11 \ - clap_lex-0.6.0 \ - colorchoice-1.0.0 \ - colored-2.1.0 \ - console-0.15.7 \ - constant_time_eq-0.3.0 \ - core-foundation-0.9.4 \ - core-foundation-sys-0.8.6 \ - crc32c-0.6.4 \ - crc32fast-1.3.2 \ - criterion-0.5.1 \ - criterion-plot-0.5.0 \ - crossbeam-0.8.2 \ - crossbeam-channel-0.5.9 \ - crossbeam-deque-0.8.4 \ - crossbeam-epoch-0.9.16 \ - crossbeam-queue-0.3.9 \ - crossbeam-utils-0.8.17 \ - dirs-5.0.1 \ - dirs-sys-0.4.1 \ - either-1.9.0 \ - encode_unicode-0.3.6 \ - encoding_rs-0.8.33 \ - env_logger-0.10.1 \ - equivalent-1.0.1 \ - errno-0.3.8 \ - fastrand-2.0.1 \ - fnv-1.0.7 \ - foreign-types-0.3.2 \ - foreign-types-shared-0.1.1 \ - form_urlencoded-1.2.1 \ - fs2-0.4.3 \ - futures-0.3.29 \ - futures-channel-0.3.29 \ - futures-core-0.3.29 \ - futures-executor-0.3.29 \ - futures-io-0.3.29 \ - futures-macro-0.3.29 \ - futures-sink-0.3.29 \ - futures-task-0.3.29 \ - futures-util-0.3.29 \ - fxhash-0.2.1 \ - getrandom-0.2.11 \ - gimli-0.28.1 \ - h2-0.3.22 \ - half-1.8.2 \ - hashbrown-0.14.3 \ - hermit-abi-0.3.3 \ - http-0.2.11 \ - http-1.0.0 \ - http-body-0.4.6 \ - httparse-1.8.0 \ - httpdate-1.0.3 \ - humantime-2.1.0 \ - hyper-0.14.28 \ - hyper-tls-0.5.0 \ - iana-time-zone-0.1.58 \ - iana-time-zone-haiku-0.1.2 \ - idna-0.5.0 \ - indexmap-2.1.0 \ - indicatif-0.17.7 \ - instant-0.1.12 \ - ipnet-2.9.0 \ - is-terminal-0.4.9 \ - itertools-0.10.5 \ - itoa-1.0.10 \ - jobserver-0.1.27 \ - js-sys-0.3.66 \ - lazy_static-1.4.0 \ - libc-0.2.151 \ - libredox-0.0.1 \ - linux-raw-sys-0.4.12 \ - lock_api-0.4.11 \ - log-0.4.20 \ - md5-0.7.0 \ - memchr-2.6.4 \ - memoffset-0.9.0 \ - mime-0.3.17 \ - miniz_oxide-0.7.1 \ - mio-0.8.10 \ - native-tls-0.2.11 \ - num-traits-0.2.17 \ - num_cpus-1.16.0 \ - number_prefix-0.4.0 \ - object-0.32.1 \ - once_cell-1.19.0 \ - oorandom-11.1.3 \ - openssl-0.10.61 \ - openssl-macros-0.1.1 \ - openssl-probe-0.1.5 \ - openssl-src-300.2.1+3.2.0 \ - openssl-sys-0.9.97 \ - option-ext-0.2.0 \ - parking_lot-0.11.2 \ - parking_lot-0.12.1 \ - parking_lot_core-0.8.6 \ - parking_lot_core-0.9.9 \ - percent-encoding-2.3.1 \ - pin-project-lite-0.2.13 \ - pin-utils-0.1.0 \ - pkg-config-0.3.27 \ - plotters-0.3.5 \ - plotters-backend-0.3.5 \ - plotters-svg-0.3.5 \ - portable-atomic-1.6.0 \ - proc-macro2-1.0.70 \ - quote-1.0.33 \ - rayon-1.8.0 \ - rayon-core-1.12.0 \ - redox_syscall-0.2.16 \ - redox_syscall-0.4.1 \ - redox_users-0.4.4 \ - regex-1.10.2 \ - regex-automata-0.4.3 \ - regex-syntax-0.8.2 \ - reqwest-0.11.23 \ - ring-0.17.7 \ - rustc-demangle-0.1.23 \ - rustc_version-0.4.0 \ - rustix-0.38.28 \ - ryu-1.0.16 \ - same-file-1.0.6 \ - schannel-0.1.22 \ - scopeguard-1.2.0 \ - secrecy-0.8.0 \ - security-framework-2.9.2 \ - security-framework-sys-2.9.1 \ - semver-1.0.20 \ - serde-1.0.193 \ - serde-xml-rs-0.6.0 \ - serde_derive-1.0.193 \ - serde_json-1.0.108 \ - serde_urlencoded-0.7.1 \ - serde_yaml-0.9.27 \ - signal-hook-registry-1.4.1 \ - slab-0.4.9 \ - sled-0.34.7 \ - smallvec-1.11.2 \ - socket2-0.5.5 \ - spin-0.9.8 \ - strsim-0.10.0 \ - syn-2.0.41 \ - system-configuration-0.5.1 \ - system-configuration-sys-0.5.0 \ - temp-env-0.3.6 \ - tempfile-3.8.1 \ - termcolor-1.4.0 \ - thiserror-1.0.51 \ - thiserror-impl-1.0.51 \ - tinytemplate-1.2.1 \ - tinyvec-1.6.0 \ - tinyvec_macros-0.1.1 \ - tokio-1.35.0 \ - tokio-macros-2.2.0 \ - tokio-native-tls-0.3.1 \ - tokio-stream-0.1.14 \ - tokio-util-0.7.10 \ - tower-service-0.3.2 \ - tracing-0.1.40 \ - tracing-core-0.1.32 \ - try-lock-0.2.5 \ - unicode-bidi-0.3.14 \ - unicode-ident-1.0.12 \ - unicode-normalization-0.1.22 \ - unicode-width-0.1.11 \ - unsafe-libyaml-0.2.10 \ - untrusted-0.9.0 \ - url-2.5.0 \ - utf8parse-0.2.1 \ - vcpkg-0.2.15 \ - walkdir-2.4.0 \ - want-0.3.1 \ - wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.89 \ - wasm-bindgen-backend-0.2.89 \ - wasm-bindgen-futures-0.4.39 \ - wasm-bindgen-macro-0.2.89 \ - wasm-bindgen-macro-support-0.2.89 \ - wasm-bindgen-shared-0.2.89 \ - wasm-streams-0.3.0 \ - web-sys-0.3.66 \ - winapi-0.3.9 \ - winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.6 \ - winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-core-0.51.1 \ - windows-sys-0.45.0 \ - windows-sys-0.48.0 \ - windows-sys-0.52.0 \ - windows-targets-0.42.2 \ - windows-targets-0.48.5 \ - windows-targets-0.52.0 \ - windows_aarch64_gnullvm-0.42.2 \ - windows_aarch64_gnullvm-0.48.5 \ - windows_aarch64_gnullvm-0.52.0 \ - windows_aarch64_msvc-0.42.2 \ - windows_aarch64_msvc-0.48.5 \ - windows_aarch64_msvc-0.52.0 \ - windows_i686_gnu-0.42.2 \ - windows_i686_gnu-0.48.5 \ - windows_i686_gnu-0.52.0 \ - windows_i686_msvc-0.42.2 \ - windows_i686_msvc-0.48.5 \ - windows_i686_msvc-0.52.0 \ - windows_x86_64_gnu-0.42.2 \ - windows_x86_64_gnu-0.48.5 \ - windows_x86_64_gnu-0.52.0 \ - windows_x86_64_gnullvm-0.42.2 \ - windows_x86_64_gnullvm-0.48.5 \ - windows_x86_64_gnullvm-0.52.0 \ - windows_x86_64_msvc-0.42.2 \ - windows_x86_64_msvc-0.48.5 \ - windows_x86_64_msvc-0.52.0 \ - winreg-0.50.0 \ - xml-rs-0.8.19 \ - zeroize-1.7.0 \ - zstd-0.9.2+zstd.1.5.1 \ - zstd-safe-4.1.3+zstd.1.5.1 \ - zstd-sys-1.6.2+zstd.1.5.1 +CARGO_CRATES= addr2line-0.21.0 \ + adler-1.0.2 \ + aho-corasick-1.1.3 \ + android-tzdata-0.1.1 \ + android_system_properties-0.1.5 \ + anes-0.1.6 \ + anstream-0.6.14 \ + anstyle-1.0.7 \ + anstyle-parse-0.2.4 \ + anstyle-query-1.0.3 \ + anstyle-wincon-3.0.3 \ + anyhow-1.0.83 \ + arrayref-0.3.7 \ + arrayvec-0.7.4 \ + autocfg-1.3.0 \ + backtrace-0.3.71 \ + base64-0.22.1 \ + base64ct-1.6.0 \ + bincode-1.3.3 \ + bitflags-1.3.2 \ + bitflags-2.5.0 \ + blake3-1.5.1 \ + bumpalo-3.16.0 \ + byteorder-1.5.0 \ + bytes-1.6.0 \ + bytesize-1.3.0 \ + cast-0.3.0 \ + cc-1.0.97 \ + cfg-if-1.0.0 \ + chrono-0.4.38 \ + ciborium-0.2.2 \ + ciborium-io-0.2.2 \ + ciborium-ll-0.2.2 \ + clap-4.5.4 \ + clap_builder-4.5.2 \ + clap_lex-0.7.0 \ + colorchoice-1.0.1 \ + colored-2.1.0 \ + console-0.15.8 \ + constant_time_eq-0.3.0 \ + core-foundation-0.9.4 \ + core-foundation-sys-0.8.6 \ + crc32c-0.6.5 \ + crc32fast-1.4.0 \ + criterion-0.5.1 \ + criterion-plot-0.5.0 \ + crossbeam-0.8.4 \ + crossbeam-channel-0.5.12 \ + crossbeam-deque-0.8.5 \ + crossbeam-epoch-0.9.18 \ + crossbeam-queue-0.3.11 \ + crossbeam-utils-0.8.19 \ + crunchy-0.2.2 \ + dirs-5.0.1 \ + dirs-sys-0.4.1 \ + either-1.11.0 \ + encode_unicode-0.3.6 \ + encoding_rs-0.8.34 \ + env_filter-0.1.0 \ + env_logger-0.11.3 \ + equivalent-1.0.1 \ + errno-0.3.9 \ + fastrand-2.1.0 \ + fnv-1.0.7 \ + foreign-types-0.3.2 \ + foreign-types-shared-0.1.1 \ + form_urlencoded-1.2.1 \ + fs2-0.4.3 \ + futures-0.3.30 \ + futures-channel-0.3.30 \ + futures-core-0.3.30 \ + futures-executor-0.3.30 \ + futures-io-0.3.30 \ + futures-macro-0.3.30 \ + futures-sink-0.3.30 \ + futures-task-0.3.30 \ + futures-util-0.3.30 \ + fxhash-0.2.1 \ + getrandom-0.2.15 \ + gimli-0.28.1 \ + h2-0.4.4 \ + half-2.4.1 \ + hashbrown-0.14.5 \ + hermit-abi-0.3.9 \ + http-1.1.0 \ + http-body-1.0.0 \ + http-body-util-0.1.1 \ + httparse-1.8.0 \ + humantime-2.1.0 \ + hyper-1.3.1 \ + hyper-tls-0.6.0 \ + hyper-util-0.1.3 \ + iana-time-zone-0.1.60 \ + iana-time-zone-haiku-0.1.2 \ + idna-0.5.0 \ + indexmap-2.2.6 \ + indicatif-0.17.8 \ + instant-0.1.12 \ + ipnet-2.9.0 \ + is-terminal-0.4.12 \ + is_terminal_polyfill-1.70.0 \ + itertools-0.10.5 \ + itoa-1.0.11 \ + jobserver-0.1.31 \ + js-sys-0.3.69 \ + lazy_static-1.4.0 \ + libc-0.2.154 \ + libredox-0.1.3 \ + linux-raw-sys-0.4.13 \ + lock_api-0.4.12 \ + log-0.4.21 \ + md5-0.7.0 \ + memchr-2.7.2 \ + mime-0.3.17 \ + miniz_oxide-0.7.2 \ + mio-0.8.11 \ + native-tls-0.2.11 \ + num-traits-0.2.19 \ + num_cpus-1.16.0 \ + number_prefix-0.4.0 \ + object-0.32.2 \ + once_cell-1.19.0 \ + oorandom-11.1.3 \ + openssl-0.10.64 \ + openssl-macros-0.1.1 \ + openssl-probe-0.1.5 \ + openssl-src-300.2.3+3.2.1 \ + openssl-sys-0.9.102 \ + option-ext-0.2.0 \ + parking_lot-0.11.2 \ + parking_lot-0.12.2 \ + parking_lot_core-0.8.6 \ + parking_lot_core-0.9.10 \ + percent-encoding-2.3.1 \ + pin-project-1.1.5 \ + pin-project-internal-1.1.5 \ + pin-project-lite-0.2.14 \ + pin-utils-0.1.0 \ + pkg-config-0.3.30 \ + plotters-0.3.5 \ + plotters-backend-0.3.5 \ + plotters-svg-0.3.5 \ + portable-atomic-1.6.0 \ + proc-macro2-1.0.82 \ + quote-1.0.36 \ + rayon-1.10.0 \ + rayon-core-1.12.1 \ + redox_syscall-0.2.16 \ + redox_syscall-0.5.1 \ + redox_users-0.4.5 \ + regex-1.10.4 \ + regex-automata-0.4.6 \ + regex-syntax-0.8.3 \ + reqwest-0.12.4 \ + ring-0.17.8 \ + rustc-demangle-0.1.24 \ + rustc_version-0.4.0 \ + rustix-0.38.34 \ + rustls-pemfile-2.1.2 \ + rustls-pki-types-1.7.0 \ + ryu-1.0.18 \ + same-file-1.0.6 \ + schannel-0.1.23 \ + scopeguard-1.2.0 \ + secrecy-0.8.0 \ + security-framework-2.11.0 \ + security-framework-sys-2.11.0 \ + semver-1.0.23 \ + serde-1.0.201 \ + serde-xml-rs-0.6.0 \ + serde_derive-1.0.201 \ + serde_json-1.0.117 \ + serde_urlencoded-0.7.1 \ + serde_yaml-0.9.34+deprecated \ + signal-hook-registry-1.4.2 \ + slab-0.4.9 \ + sled-0.34.7 \ + smallvec-1.13.2 \ + socket2-0.5.7 \ + spin-0.9.8 \ + strsim-0.11.1 \ + syn-2.0.63 \ + sync_wrapper-0.1.2 \ + system-configuration-0.5.1 \ + system-configuration-sys-0.5.0 \ + temp-env-0.3.6 \ + tempfile-3.10.1 \ + thiserror-1.0.60 \ + thiserror-impl-1.0.60 \ + tinytemplate-1.2.1 \ + tinyvec-1.6.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.37.0 \ + tokio-macros-2.2.0 \ + tokio-native-tls-0.3.1 \ + tokio-stream-0.1.15 \ + tokio-util-0.7.11 \ + tower-0.4.13 \ + tower-layer-0.3.2 \ + tower-service-0.3.2 \ + tracing-0.1.40 \ + tracing-core-0.1.32 \ + try-lock-0.2.5 \ + unicode-bidi-0.3.15 \ + unicode-ident-1.0.12 \ + unicode-normalization-0.1.23 \ + unicode-width-0.1.12 \ + unsafe-libyaml-0.2.11 \ + untrusted-0.9.0 \ + url-2.5.0 \ + utf8parse-0.2.1 \ + vcpkg-0.2.15 \ + walkdir-2.5.0 \ + want-0.3.1 \ + wasi-0.11.0+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.92 \ + wasm-bindgen-backend-0.2.92 \ + wasm-bindgen-futures-0.4.42 \ + wasm-bindgen-macro-0.2.92 \ + wasm-bindgen-macro-support-0.2.92 \ + wasm-bindgen-shared-0.2.92 \ + wasm-streams-0.4.0 \ + web-sys-0.3.69 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.8 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-core-0.52.0 \ + windows-sys-0.48.0 \ + windows-sys-0.52.0 \ + windows-targets-0.48.5 \ + windows-targets-0.52.5 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.5 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.5 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.5 \ + windows_i686_gnullvm-0.52.5 \ + windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.5 \ + windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.5 \ + windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.5 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.5 \ + winreg-0.52.0 \ + xml-rs-0.8.20 \ + zeroize-1.7.0 \ + zstd-0.13.1 \ + zstd-safe-7.1.0 \ + zstd-sys-2.0.10+zstd.1.5.6 PLIST_FILES= bin/s3m diff --git a/net/s3m/distinfo b/net/s3m/distinfo index 62485fd2877..6510019a27b 100644 --- a/net/s3m/distinfo +++ b/net/s3m/distinfo @@ -1,128 +1,132 @@ -TIMESTAMP = 1702973474 -SHA256 (rust/crates/s3m-0.9.0.crate) = b1c669ee0fdf551a0cdc768d13253487a524ae1174a8b18d12d7e48e7549e8cc -SIZE (rust/crates/s3m-0.9.0.crate) = 74269 +TIMESTAMP = 1715631452 +SHA256 (rust/crates/s3m-0.9.4.crate) = 9e98f4259483c3c3bdd61e1aa1ca94e6e09e974bc4fd7bd2a30f0805f975fd34 +SIZE (rust/crates/s3m-0.9.4.crate) = 75259 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 -SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 -SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 SIZE (rust/crates/anes-0.1.6.crate) = 23857 -SHA256 (rust/crates/anstream-0.6.5.crate) = d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6 -SIZE (rust/crates/anstream-0.6.5.crate) = 30004 -SHA256 (rust/crates/anstyle-1.0.4.crate) = 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87 -SIZE (rust/crates/anstyle-1.0.4.crate) = 13998 -SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c -SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 -SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 -SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 -SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 -SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 -SHA256 (rust/crates/anyhow-1.0.75.crate) = a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6 -SIZE (rust/crates/anyhow-1.0.75.crate) = 43901 +SHA256 (rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b +SIZE (rust/crates/anstream-0.6.14.crate) = 29160 +SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b +SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 +SHA256 (rust/crates/anstyle-parse-0.2.4.crate) = c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 +SIZE (rust/crates/anstyle-parse-0.2.4.crate) = 23069 +SHA256 (rust/crates/anstyle-query-1.0.3.crate) = a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5 +SIZE (rust/crates/anstyle-query-1.0.3.crate) = 9742 +SHA256 (rust/crates/anstyle-wincon-3.0.3.crate) = 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 +SIZE (rust/crates/anstyle-wincon-3.0.3.crate) = 12179 +SHA256 (rust/crates/anyhow-1.0.83.crate) = 25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3 +SIZE (rust/crates/anyhow-1.0.83.crate) = 45650 SHA256 (rust/crates/arrayref-0.3.7.crate) = 6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545 SIZE (rust/crates/arrayref-0.3.7.crate) = 9620 SHA256 (rust/crates/arrayvec-0.7.4.crate) = 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711 SIZE (rust/crates/arrayvec-0.7.4.crate) = 29856 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/backtrace-0.3.69.crate) = 2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837 -SIZE (rust/crates/backtrace-0.3.69.crate) = 77299 -SHA256 (rust/crates/base64-0.21.5.crate) = 35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9 -SIZE (rust/crates/base64-0.21.5.crate) = 77134 +SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 +SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 +SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d +SIZE (rust/crates/backtrace-0.3.71.crate) = 86553 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/base64ct-1.6.0.crate) = 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b SIZE (rust/crates/base64ct-1.6.0.crate) = 28870 SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad SIZE (rust/crates/bincode-1.3.3.crate) = 28958 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 -SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 -SHA256 (rust/crates/blake3-1.5.0.crate) = 0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87 -SIZE (rust/crates/blake3-1.5.0.crate) = 168914 -SHA256 (rust/crates/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec -SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400 +SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 +SIZE (rust/crates/bitflags-2.5.0.crate) = 43821 +SHA256 (rust/crates/blake3-1.5.1.crate) = 30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52 +SIZE (rust/crates/blake3-1.5.1.crate) = 170239 +SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c +SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 -SHA256 (rust/crates/bytes-1.5.0.crate) = a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223 -SIZE (rust/crates/bytes-1.5.0.crate) = 58909 +SHA256 (rust/crates/bytes-1.6.0.crate) = 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9 +SIZE (rust/crates/bytes-1.6.0.crate) = 60605 SHA256 (rust/crates/bytesize-1.3.0.crate) = a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc SIZE (rust/crates/bytesize-1.3.0.crate) = 10164 SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 SIZE (rust/crates/cast-0.3.0.crate) = 11452 -SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 -SIZE (rust/crates/cc-1.0.83.crate) = 68343 +SHA256 (rust/crates/cc-1.0.97.crate) = 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 +SIZE (rust/crates/cc-1.0.97.crate) = 76951 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38 -SIZE (rust/crates/chrono-0.4.31.crate) = 214513 -SHA256 (rust/crates/ciborium-0.2.1.crate) = effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926 -SIZE (rust/crates/ciborium-0.2.1.crate) = 34974 -SHA256 (rust/crates/ciborium-io-0.2.1.crate) = cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656 -SIZE (rust/crates/ciborium-io-0.2.1.crate) = 6679 -SHA256 (rust/crates/ciborium-ll-0.2.1.crate) = defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b -SIZE (rust/crates/ciborium-ll-0.2.1.crate) = 14649 -SHA256 (rust/crates/clap-4.4.11.crate) = bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2 -SIZE (rust/crates/clap-4.4.11.crate) = 54782 -SHA256 (rust/crates/clap_builder-4.4.11.crate) = a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb -SIZE (rust/crates/clap_builder-4.4.11.crate) = 163317 -SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 -SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 -SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 -SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 +SHA256 (rust/crates/chrono-0.4.38.crate) = a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 +SIZE (rust/crates/chrono-0.4.38.crate) = 220559 +SHA256 (rust/crates/ciborium-0.2.2.crate) = 42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e +SIZE (rust/crates/ciborium-0.2.2.crate) = 35611 +SHA256 (rust/crates/ciborium-io-0.2.2.crate) = 05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757 +SIZE (rust/crates/ciborium-io-0.2.2.crate) = 6697 +SHA256 (rust/crates/ciborium-ll-0.2.2.crate) = 57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9 +SIZE (rust/crates/ciborium-ll-0.2.2.crate) = 14695 +SHA256 (rust/crates/clap-4.5.4.crate) = 90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0 +SIZE (rust/crates/clap-4.5.4.crate) = 55401 +SHA256 (rust/crates/clap_builder-4.5.2.crate) = ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4 +SIZE (rust/crates/clap_builder-4.5.2.crate) = 163566 +SHA256 (rust/crates/clap_lex-0.7.0.crate) = 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce +SIZE (rust/crates/clap_lex-0.7.0.crate) = 11915 +SHA256 (rust/crates/colorchoice-1.0.1.crate) = 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 +SIZE (rust/crates/colorchoice-1.0.1.crate) = 7895 SHA256 (rust/crates/colored-2.1.0.crate) = cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8 SIZE (rust/crates/colored-2.1.0.crate) = 23348 -SHA256 (rust/crates/console-0.15.7.crate) = c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8 -SIZE (rust/crates/console-0.15.7.crate) = 35409 +SHA256 (rust/crates/console-0.15.8.crate) = 0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb +SIZE (rust/crates/console-0.15.8.crate) = 36364 SHA256 (rust/crates/constant_time_eq-0.3.0.crate) = f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2 SIZE (rust/crates/constant_time_eq-0.3.0.crate) = 11369 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 SHA256 (rust/crates/core-foundation-sys-0.8.6.crate) = 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f SIZE (rust/crates/core-foundation-sys-0.8.6.crate) = 37629 -SHA256 (rust/crates/crc32c-0.6.4.crate) = d8f48d60e5b4d2c53d5c2b1d8a58c849a70ae5e5509b08a48d047e3b65714a74 -SIZE (rust/crates/crc32c-0.6.4.crate) = 9661 -SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d -SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 +SHA256 (rust/crates/crc32c-0.6.5.crate) = 89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2 +SIZE (rust/crates/crc32c-0.6.5.crate) = 9586 +SHA256 (rust/crates/crc32fast-1.4.0.crate) = b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa +SIZE (rust/crates/crc32fast-1.4.0.crate) = 38665 SHA256 (rust/crates/criterion-0.5.1.crate) = f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f SIZE (rust/crates/criterion-0.5.1.crate) = 110088 SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 SIZE (rust/crates/criterion-plot-0.5.0.crate) = 22706 -SHA256 (rust/crates/crossbeam-0.8.2.crate) = 2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c -SIZE (rust/crates/crossbeam-0.8.2.crate) = 10502 -SHA256 (rust/crates/crossbeam-channel-0.5.9.crate) = 14c3242926edf34aec4ac3a77108ad4854bffaa2e4ddc1824124ce59231302d5 -SIZE (rust/crates/crossbeam-channel-0.5.9.crate) = 90437 -SHA256 (rust/crates/crossbeam-deque-0.8.4.crate) = fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751 -SIZE (rust/crates/crossbeam-deque-0.8.4.crate) = 21752 -SHA256 (rust/crates/crossbeam-epoch-0.9.16.crate) = 2d2fe95351b870527a5d09bf563ed3c97c0cffb87cf1c78a591bf48bb218d9aa -SIZE (rust/crates/crossbeam-epoch-0.9.16.crate) = 47037 -SHA256 (rust/crates/crossbeam-queue-0.3.9.crate) = b9bcf5bdbfdd6030fb4a1c497b5d5fc5921aa2f60d359a17e249c0e6df3de153 -SIZE (rust/crates/crossbeam-queue-0.3.9.crate) = 15477 -SHA256 (rust/crates/crossbeam-utils-0.8.17.crate) = c06d96137f14f244c37f989d9fff8f95e6c18b918e71f36638f8c49112e4c78f -SIZE (rust/crates/crossbeam-utils-0.8.17.crate) = 42324 +SHA256 (rust/crates/crossbeam-0.8.4.crate) = 1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8 +SIZE (rust/crates/crossbeam-0.8.4.crate) = 10500 +SHA256 (rust/crates/crossbeam-channel-0.5.12.crate) = ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95 +SIZE (rust/crates/crossbeam-channel-0.5.12.crate) = 90515 +SHA256 (rust/crates/crossbeam-deque-0.8.5.crate) = 613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d +SIZE (rust/crates/crossbeam-deque-0.8.5.crate) = 21726 +SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e +SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 +SHA256 (rust/crates/crossbeam-queue-0.3.11.crate) = df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35 +SIZE (rust/crates/crossbeam-queue-0.3.11.crate) = 15581 +SHA256 (rust/crates/crossbeam-utils-0.8.19.crate) = 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 +SIZE (rust/crates/crossbeam-utils-0.8.19.crate) = 42328 +SHA256 (rust/crates/crunchy-0.2.2.crate) = 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7 +SIZE (rust/crates/crunchy-0.2.2.crate) = 2995 SHA256 (rust/crates/dirs-5.0.1.crate) = 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225 SIZE (rust/crates/dirs-5.0.1.crate) = 12255 SHA256 (rust/crates/dirs-sys-0.4.1.crate) = 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c SIZE (rust/crates/dirs-sys-0.4.1.crate) = 10719 -SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 -SIZE (rust/crates/either-1.9.0.crate) = 16660 +SHA256 (rust/crates/either-1.11.0.crate) = a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2 +SIZE (rust/crates/either-1.11.0.crate) = 18973 SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 -SHA256 (rust/crates/encoding_rs-0.8.33.crate) = 7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1 -SIZE (rust/crates/encoding_rs-0.8.33.crate) = 1370071 -SHA256 (rust/crates/env_logger-0.10.1.crate) = 95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece -SIZE (rust/crates/env_logger-0.10.1.crate) = 36524 +SHA256 (rust/crates/encoding_rs-0.8.34.crate) = b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59 +SIZE (rust/crates/encoding_rs-0.8.34.crate) = 1378166 +SHA256 (rust/crates/env_filter-0.1.0.crate) = a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea +SIZE (rust/crates/env_filter-0.1.0.crate) = 11553 +SHA256 (rust/crates/env_logger-0.11.3.crate) = 38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9 +SIZE (rust/crates/env_logger-0.11.3.crate) = 29704 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 -SIZE (rust/crates/errno-0.3.8.crate) = 10645 -SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 -SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 +SHA256 (rust/crates/errno-0.3.9.crate) = 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba +SIZE (rust/crates/errno-0.3.9.crate) = 10690 +SHA256 (rust/crates/fastrand-2.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a +SIZE (rust/crates/fastrand-2.1.0.crate) = 14907 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 @@ -133,144 +137,148 @@ SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 SHA256 (rust/crates/fs2-0.4.3.crate) = 9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213 SIZE (rust/crates/fs2-0.4.3.crate) = 13138 -SHA256 (rust/crates/futures-0.3.29.crate) = da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335 -SIZE (rust/crates/futures-0.3.29.crate) = 53624 -SHA256 (rust/crates/futures-channel-0.3.29.crate) = ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb -SIZE (rust/crates/futures-channel-0.3.29.crate) = 32432 -SHA256 (rust/crates/futures-core-0.3.29.crate) = eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c -SIZE (rust/crates/futures-core-0.3.29.crate) = 14808 -SHA256 (rust/crates/futures-executor-0.3.29.crate) = 0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc -SIZE (rust/crates/futures-executor-0.3.29.crate) = 17745 -SHA256 (rust/crates/futures-io-0.3.29.crate) = 8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa -SIZE (rust/crates/futures-io-0.3.29.crate) = 8908 -SHA256 (rust/crates/futures-macro-0.3.29.crate) = 53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb -SIZE (rust/crates/futures-macro-0.3.29.crate) = 11278 -SHA256 (rust/crates/futures-sink-0.3.29.crate) = e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817 -SIZE (rust/crates/futures-sink-0.3.29.crate) = 7853 -SHA256 (rust/crates/futures-task-0.3.29.crate) = efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2 -SIZE (rust/crates/futures-task-0.3.29.crate) = 11853 -SHA256 (rust/crates/futures-util-0.3.29.crate) = a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104 -SIZE (rust/crates/futures-util-0.3.29.crate) = 160207 +SHA256 (rust/crates/futures-0.3.30.crate) = 645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0 +SIZE (rust/crates/futures-0.3.30.crate) = 53828 +SHA256 (rust/crates/futures-channel-0.3.30.crate) = eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78 +SIZE (rust/crates/futures-channel-0.3.30.crate) = 31736 +SHA256 (rust/crates/futures-core-0.3.30.crate) = dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d +SIZE (rust/crates/futures-core-0.3.30.crate) = 14071 +SHA256 (rust/crates/futures-executor-0.3.30.crate) = a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d +SIZE (rust/crates/futures-executor-0.3.30.crate) = 17744 +SHA256 (rust/crates/futures-io-0.3.30.crate) = a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 +SIZE (rust/crates/futures-io-0.3.30.crate) = 8910 +SHA256 (rust/crates/futures-macro-0.3.30.crate) = 87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac +SIZE (rust/crates/futures-macro-0.3.30.crate) = 11278 +SHA256 (rust/crates/futures-sink-0.3.30.crate) = 9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5 +SIZE (rust/crates/futures-sink-0.3.30.crate) = 7852 +SHA256 (rust/crates/futures-task-0.3.30.crate) = 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 +SIZE (rust/crates/futures-task-0.3.30.crate) = 11126 +SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 +SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 SHA256 (rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c SIZE (rust/crates/fxhash-0.2.1.crate) = 4102 -SHA256 (rust/crates/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f -SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 SIZE (rust/crates/gimli-0.28.1.crate) = 270497 -SHA256 (rust/crates/h2-0.3.22.crate) = 4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178 -SIZE (rust/crates/h2-0.3.22.crate) = 166413 -SHA256 (rust/crates/half-1.8.2.crate) = eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7 -SIZE (rust/crates/half-1.8.2.crate) = 41874 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 -SHA256 (rust/crates/hermit-abi-0.3.3.crate) = d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7 -SIZE (rust/crates/hermit-abi-0.3.3.crate) = 14253 -SHA256 (rust/crates/http-0.2.11.crate) = 8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb -SIZE (rust/crates/http-0.2.11.crate) = 100478 -SHA256 (rust/crates/http-1.0.0.crate) = b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea -SIZE (rust/crates/http-1.0.0.crate) = 100981 -SHA256 (rust/crates/http-body-0.4.6.crate) = 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 -SIZE (rust/crates/http-body-0.4.6.crate) = 10773 +SHA256 (rust/crates/h2-0.4.4.crate) = 816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069 +SIZE (rust/crates/h2-0.4.4.crate) = 168905 +SHA256 (rust/crates/half-2.4.1.crate) = 6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888 +SIZE (rust/crates/half-2.4.1.crate) = 50892 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 +SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 +SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 +SHA256 (rust/crates/http-1.1.0.crate) = 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258 +SIZE (rust/crates/http-1.1.0.crate) = 103144 +SHA256 (rust/crates/http-body-1.0.0.crate) = 1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643 +SIZE (rust/crates/http-body-1.0.0.crate) = 5411 +SHA256 (rust/crates/http-body-util-0.1.1.crate) = 0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d +SIZE (rust/crates/http-body-util-0.1.1.crate) = 11930 SHA256 (rust/crates/httparse-1.8.0.crate) = d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904 SIZE (rust/crates/httparse-1.8.0.crate) = 29954 -SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 -SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 SIZE (rust/crates/humantime-2.1.0.crate) = 16749 -SHA256 (rust/crates/hyper-0.14.28.crate) = bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80 -SIZE (rust/crates/hyper-0.14.28.crate) = 197204 -SHA256 (rust/crates/hyper-tls-0.5.0.crate) = d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905 -SIZE (rust/crates/hyper-tls-0.5.0.crate) = 13257 -SHA256 (rust/crates/iana-time-zone-0.1.58.crate) = 8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20 -SIZE (rust/crates/iana-time-zone-0.1.58.crate) = 27020 +SHA256 (rust/crates/hyper-1.3.1.crate) = fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d +SIZE (rust/crates/hyper-1.3.1.crate) = 148763 +SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 +SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 +SHA256 (rust/crates/hyper-util-0.1.3.crate) = ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa +SIZE (rust/crates/hyper-util-0.1.3.crate) = 61647 +SHA256 (rust/crates/iana-time-zone-0.1.60.crate) = e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141 +SIZE (rust/crates/iana-time-zone-0.1.60.crate) = 27074 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 SIZE (rust/crates/idna-0.5.0.crate) = 271940 -SHA256 (rust/crates/indexmap-2.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f -SIZE (rust/crates/indexmap-2.1.0.crate) = 68224 -SHA256 (rust/crates/indicatif-0.17.7.crate) = fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25 -SIZE (rust/crates/indicatif-0.17.7.crate) = 63108 +SHA256 (rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 +SIZE (rust/crates/indexmap-2.2.6.crate) = 82420 +SHA256 (rust/crates/indicatif-0.17.8.crate) = 763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3 +SIZE (rust/crates/indicatif-0.17.8.crate) = 64869 SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c SIZE (rust/crates/instant-0.1.12.crate) = 6128 SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3 SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 -SHA256 (rust/crates/is-terminal-0.4.9.crate) = cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b -SIZE (rust/crates/is-terminal-0.4.9.crate) = 8109 +SHA256 (rust/crates/is-terminal-0.4.12.crate) = f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b +SIZE (rust/crates/is-terminal-0.4.12.crate) = 7470 +SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 +SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 SIZE (rust/crates/itertools-0.10.5.crate) = 115354 -SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c -SIZE (rust/crates/itoa-1.0.10.crate) = 10534 -SHA256 (rust/crates/jobserver-0.1.27.crate) = 8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d -SIZE (rust/crates/jobserver-0.1.27.crate) = 24774 -SHA256 (rust/crates/js-sys-0.3.66.crate) = cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca -SIZE (rust/crates/js-sys-0.3.66.crate) = 80765 +SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b +SIZE (rust/crates/itoa-1.0.11.crate) = 10563 +SHA256 (rust/crates/jobserver-0.1.31.crate) = d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e +SIZE (rust/crates/jobserver-0.1.31.crate) = 27306 +SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d +SIZE (rust/crates/js-sys-0.3.69.crate) = 81083 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 -SIZE (rust/crates/libc-0.2.151.crate) = 736640 -SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 -SIZE (rust/crates/libredox-0.0.1.crate) = 4212 -SHA256 (rust/crates/linux-raw-sys-0.4.12.crate) = c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456 -SIZE (rust/crates/linux-raw-sys-0.4.12.crate) = 1465800 -SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 -SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 -SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f -SIZE (rust/crates/log-0.4.20.crate) = 38307 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 +SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d +SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c +SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855 +SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 +SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 +SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c +SIZE (rust/crates/log-0.4.21.crate) = 43442 SHA256 (rust/crates/md5-0.7.0.crate) = 490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771 SIZE (rust/crates/md5-0.7.0.crate) = 6671 -SHA256 (rust/crates/memchr-2.6.4.crate) = f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167 -SIZE (rust/crates/memchr-2.6.4.crate) = 94439 -SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c -SIZE (rust/crates/memoffset-0.9.0.crate) = 9033 +SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d +SIZE (rust/crates/memchr-2.7.2.crate) = 96220 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a SIZE (rust/crates/mime-0.3.17.crate) = 15712 -SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 -SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 -SHA256 (rust/crates/mio-0.8.10.crate) = 8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09 -SIZE (rust/crates/mio-0.8.10.crate) = 102345 +SHA256 (rust/crates/miniz_oxide-0.7.2.crate) = 9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7 +SIZE (rust/crates/miniz_oxide-0.7.2.crate) = 55731 +SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c +SIZE (rust/crates/mio-0.8.11.crate) = 102983 SHA256 (rust/crates/native-tls-0.2.11.crate) = 07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e SIZE (rust/crates/native-tls-0.2.11.crate) = 29008 -SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c -SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 SHA256 (rust/crates/number_prefix-0.4.0.crate) = 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 SIZE (rust/crates/number_prefix-0.4.0.crate) = 6922 -SHA256 (rust/crates/object-0.32.1.crate) = 9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0 -SIZE (rust/crates/object-0.32.1.crate) = 275463 +SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 +SIZE (rust/crates/object-0.32.2.crate) = 286994 SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 -SHA256 (rust/crates/openssl-0.10.61.crate) = 6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45 -SIZE (rust/crates/openssl-0.10.61.crate) = 268171 +SHA256 (rust/crates/openssl-0.10.64.crate) = 95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f +SIZE (rust/crates/openssl-0.10.64.crate) = 272306 SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 -SHA256 (rust/crates/openssl-src-300.2.1+3.2.0.crate) = 3fe476c29791a5ca0d1273c697e96085bbabbbea2ef7afd5617e78a4b40332d3 -SIZE (rust/crates/openssl-src-300.2.1+3.2.0.crate) = 9571211 -SHA256 (rust/crates/openssl-sys-0.9.97.crate) = c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b -SIZE (rust/crates/openssl-sys-0.9.97.crate) = 67910 +SHA256 (rust/crates/openssl-src-300.2.3+3.2.1.crate) = 5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843 +SIZE (rust/crates/openssl-src-300.2.3+3.2.1.crate) = 9584245 +SHA256 (rust/crates/openssl-sys-0.9.102.crate) = c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2 +SIZE (rust/crates/openssl-sys-0.9.102.crate) = 68622 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 SHA256 (rust/crates/parking_lot-0.11.2.crate) = 7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99 SIZE (rust/crates/parking_lot-0.11.2.crate) = 39869 -SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f -SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 +SHA256 (rust/crates/parking_lot-0.12.2.crate) = 7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb +SIZE (rust/crates/parking_lot-0.12.2.crate) = 41723 SHA256 (rust/crates/parking_lot_core-0.8.6.crate) = 60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc SIZE (rust/crates/parking_lot_core-0.8.6.crate) = 32567 -SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e -SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445 +SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 +SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pin-project-lite-0.2.13.crate) = 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58 -SIZE (rust/crates/pin-project-lite-0.2.13.crate) = 29141 +SHA256 (rust/crates/pin-project-1.1.5.crate) = b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3 +SIZE (rust/crates/pin-project-1.1.5.crate) = 54214 +SHA256 (rust/crates/pin-project-internal-1.1.5.crate) = 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965 +SIZE (rust/crates/pin-project-internal-1.1.5.crate) = 28280 +SHA256 (rust/crates/pin-project-lite-0.2.14.crate) = bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 +SIZE (rust/crates/pin-project-lite-0.2.14.crate) = 28817 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 -SHA256 (rust/crates/pkg-config-0.3.27.crate) = 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 -SIZE (rust/crates/pkg-config-0.3.27.crate) = 18838 +SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec +SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 SHA256 (rust/crates/plotters-0.3.5.crate) = d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45 SIZE (rust/crates/plotters-0.3.5.crate) = 143975 SHA256 (rust/crates/plotters-backend-0.3.5.crate) = 9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609 @@ -279,110 +287,118 @@ SHA256 (rust/crates/plotters-svg-0.3.5.crate) = 38f6d39893cca0701371e3c27294f097 SIZE (rust/crates/plotters-svg-0.3.5.crate) = 6948 SHA256 (rust/crates/portable-atomic-1.6.0.crate) = 7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0 SIZE (rust/crates/portable-atomic-1.6.0.crate) = 140689 -SHA256 (rust/crates/proc-macro2-1.0.70.crate) = 39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b -SIZE (rust/crates/proc-macro2-1.0.70.crate) = 44343 -SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae -SIZE (rust/crates/quote-1.0.33.crate) = 28090 -SHA256 (rust/crates/rayon-1.8.0.crate) = 9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1 -SIZE (rust/crates/rayon-1.8.0.crate) = 170172 -SHA256 (rust/crates/rayon-core-1.12.0.crate) = 5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed -SIZE (rust/crates/rayon-core-1.12.0.crate) = 70081 +SHA256 (rust/crates/proc-macro2-1.0.82.crate) = 8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b +SIZE (rust/crates/proc-macro2-1.0.82.crate) = 48452 +SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 +SIZE (rust/crates/quote-1.0.36.crate) = 28507 +SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa +SIZE (rust/crates/rayon-1.10.0.crate) = 180155 +SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 +SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 -SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa -SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 -SHA256 (rust/crates/redox_users-0.4.4.crate) = a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4 -SIZE (rust/crates/redox_users-0.4.4.crate) = 15438 -SHA256 (rust/crates/regex-1.10.2.crate) = 380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343 -SIZE (rust/crates/regex-1.10.2.crate) = 252839 -SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f -SIZE (rust/crates/regex-automata-0.4.3.crate) = 617011 -SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f -SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 -SHA256 (rust/crates/reqwest-0.11.23.crate) = 37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41 -SIZE (rust/crates/reqwest-0.11.23.crate) = 158448 -SHA256 (rust/crates/ring-0.17.7.crate) = 688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74 -SIZE (rust/crates/ring-0.17.7.crate) = 4146482 -SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 -SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 +SHA256 (rust/crates/redox_syscall-0.5.1.crate) = 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e +SIZE (rust/crates/redox_syscall-0.5.1.crate) = 22536 +SHA256 (rust/crates/redox_users-0.4.5.crate) = bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 +SIZE (rust/crates/redox_users-0.4.5.crate) = 15514 +SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c +SIZE (rust/crates/regex-1.10.4.crate) = 253191 +SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea +SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565 +SHA256 (rust/crates/regex-syntax-0.8.3.crate) = adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56 +SIZE (rust/crates/regex-syntax-0.8.3.crate) = 347497 +SHA256 (rust/crates/reqwest-0.12.4.crate) = 566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10 +SIZE (rust/crates/reqwest-0.12.4.crate) = 170627 +SHA256 (rust/crates/ring-0.17.8.crate) = c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d +SIZE (rust/crates/ring-0.17.8.crate) = 4188554 +SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f +SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 -SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 -SIZE (rust/crates/rustix-0.38.28.crate) = 365398 -SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c -SIZE (rust/crates/ryu-1.0.16.crate) = 47351 +SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f +SIZE (rust/crates/rustix-0.38.34.crate) = 365160 +SHA256 (rust/crates/rustls-pemfile-2.1.2.crate) = 29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d +SIZE (rust/crates/rustls-pemfile-2.1.2.crate) = 25928 +SHA256 (rust/crates/rustls-pki-types-1.7.0.crate) = 976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d +SIZE (rust/crates/rustls-pki-types-1.7.0.crate) = 29555 +SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f +SIZE (rust/crates/ryu-1.0.18.crate) = 47713 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 -SHA256 (rust/crates/schannel-0.1.22.crate) = 0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88 -SIZE (rust/crates/schannel-0.1.22.crate) = 41642 +SHA256 (rust/crates/schannel-0.1.23.crate) = fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534 +SIZE (rust/crates/schannel-0.1.23.crate) = 41667 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/secrecy-0.8.0.crate) = 9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e SIZE (rust/crates/secrecy-0.8.0.crate) = 11916 -SHA256 (rust/crates/security-framework-2.9.2.crate) = 05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de -SIZE (rust/crates/security-framework-2.9.2.crate) = 79295 -SHA256 (rust/crates/security-framework-sys-2.9.1.crate) = e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a -SIZE (rust/crates/security-framework-sys-2.9.1.crate) = 18284 -SHA256 (rust/crates/semver-1.0.20.crate) = 836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090 -SIZE (rust/crates/semver-1.0.20.crate) = 30451 -SHA256 (rust/crates/serde-1.0.193.crate) = 25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89 -SIZE (rust/crates/serde-1.0.193.crate) = 76863 +SHA256 (rust/crates/security-framework-2.11.0.crate) = c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0 +SIZE (rust/crates/security-framework-2.11.0.crate) = 80191 +SHA256 (rust/crates/security-framework-sys-2.11.0.crate) = 317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7 +SIZE (rust/crates/security-framework-sys-2.11.0.crate) = 18718 +SHA256 (rust/crates/semver-1.0.23.crate) = 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b +SIZE (rust/crates/semver-1.0.23.crate) = 30622 +SHA256 (rust/crates/serde-1.0.201.crate) = 780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c +SIZE (rust/crates/serde-1.0.201.crate) = 77725 SHA256 (rust/crates/serde-xml-rs-0.6.0.crate) = fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782 SIZE (rust/crates/serde-xml-rs-0.6.0.crate) = 20677 -SHA256 (rust/crates/serde_derive-1.0.193.crate) = 43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3 -SIZE (rust/crates/serde_derive-1.0.193.crate) = 55692 -SHA256 (rust/crates/serde_json-1.0.108.crate) = 3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b -SIZE (rust/crates/serde_json-1.0.108.crate) = 146476 +SHA256 (rust/crates/serde_derive-1.0.201.crate) = c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865 +SIZE (rust/crates/serde_derive-1.0.201.crate) = 55865 +SHA256 (rust/crates/serde_json-1.0.117.crate) = 455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3 +SIZE (rust/crates/serde_json-1.0.117.crate) = 146921 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 -SHA256 (rust/crates/serde_yaml-0.9.27.crate) = 3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c -SIZE (rust/crates/serde_yaml-0.9.27.crate) = 64781 -SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 -SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 +SHA256 (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 +SIZE (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 65290 +SHA256 (rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 +SIZE (rust/crates/signal-hook-registry-1.4.2.crate) = 18064 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 SIZE (rust/crates/slab-0.4.9.crate) = 17108 SHA256 (rust/crates/sled-0.34.7.crate) = 7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935 SIZE (rust/crates/sled-0.34.7.crate) = 485296 -SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970 -SIZE (rust/crates/smallvec-1.11.2.crate) = 34801 -SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9 -SIZE (rust/crates/socket2-0.5.5.crate) = 54863 +SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 +SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 +SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c +SIZE (rust/crates/socket2-0.5.7.crate) = 55758 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 SIZE (rust/crates/spin-0.9.8.crate) = 38958 -SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 -SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/syn-2.0.41.crate) = 44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269 -SIZE (rust/crates/syn-2.0.41.crate) = 246016 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 +SHA256 (rust/crates/syn-2.0.63.crate) = bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704 +SIZE (rust/crates/syn-2.0.63.crate) = 258075 +SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 +SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/system-configuration-0.5.1.crate) = ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7 SIZE (rust/crates/system-configuration-0.5.1.crate) = 12618 SHA256 (rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9 SIZE (rust/crates/system-configuration-sys-0.5.0.crate) = 6730 SHA256 (rust/crates/temp-env-0.3.6.crate) = 96374855068f47402c3121c6eed88d29cb1de8f3ab27090e273e420bdabcf050 SIZE (rust/crates/temp-env-0.3.6.crate) = 10746 -SHA256 (rust/crates/tempfile-3.8.1.crate) = 7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5 -SIZE (rust/crates/tempfile-3.8.1.crate) = 32164 -SHA256 (rust/crates/termcolor-1.4.0.crate) = ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449 -SIZE (rust/crates/termcolor-1.4.0.crate) = 18765 -SHA256 (rust/crates/thiserror-1.0.51.crate) = f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7 -SIZE (rust/crates/thiserror-1.0.51.crate) = 20045 -SHA256 (rust/crates/thiserror-impl-1.0.51.crate) = 01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df -SIZE (rust/crates/thiserror-impl-1.0.51.crate) = 15372 +SHA256 (rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1 +SIZE (rust/crates/tempfile-3.10.1.crate) = 33653 +SHA256 (rust/crates/thiserror-1.0.60.crate) = 579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18 +SIZE (rust/crates/thiserror-1.0.60.crate) = 21247 +SHA256 (rust/crates/thiserror-impl-1.0.60.crate) = e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524 +SIZE (rust/crates/thiserror-impl-1.0.60.crate) = 15787 SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490 SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.35.0.crate) = 841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c -SIZE (rust/crates/tokio-1.35.0.crate) = 743314 +SHA256 (rust/crates/tokio-1.37.0.crate) = 1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787 +SIZE (rust/crates/tokio-1.37.0.crate) = 764297 SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520 SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 -SHA256 (rust/crates/tokio-stream-0.1.14.crate) = 397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842 -SIZE (rust/crates/tokio-stream-0.1.14.crate) = 35881 -SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15 -SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508 +SHA256 (rust/crates/tokio-stream-0.1.15.crate) = 267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af +SIZE (rust/crates/tokio-stream-0.1.15.crate) = 36284 +SHA256 (rust/crates/tokio-util-0.7.11.crate) = 9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1 +SIZE (rust/crates/tokio-util-0.7.11.crate) = 113421 +SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c +SIZE (rust/crates/tower-0.4.13.crate) = 106906 +SHA256 (rust/crates/tower-layer-0.3.2.crate) = c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0 +SIZE (rust/crates/tower-layer-0.3.2.crate) = 6023 SHA256 (rust/crates/tower-service-0.3.2.crate) = b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52 SIZE (rust/crates/tower-service-0.3.2.crate) = 6847 SHA256 (rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef @@ -391,16 +407,16 @@ SHA256 (rust/crates/tracing-core-0.1.32.crate) = c06d3da6113f116aaee68e4d6011916 SIZE (rust/crates/tracing-core-0.1.32.crate) = 61221 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 -SHA256 (rust/crates/unicode-bidi-0.3.14.crate) = 6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416 -SIZE (rust/crates/unicode-bidi-0.3.14.crate) = 56429 +SHA256 (rust/crates/unicode-bidi-0.3.15.crate) = 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75 +SIZE (rust/crates/unicode-bidi-0.3.15.crate) = 56811 SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 -SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 -SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 -SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 -SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 -SHA256 (rust/crates/unsafe-libyaml-0.2.10.crate) = ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b -SIZE (rust/crates/unsafe-libyaml-0.2.10.crate) = 61964 +SHA256 (rust/crates/unicode-normalization-0.1.23.crate) = a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 +SIZE (rust/crates/unicode-normalization-0.1.23.crate) = 122649 +SHA256 (rust/crates/unicode-width-0.1.12.crate) = 68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6 +SIZE (rust/crates/unicode-width-0.1.12.crate) = 24062 +SHA256 (rust/crates/unsafe-libyaml-0.2.11.crate) = 673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861 +SIZE (rust/crates/unsafe-libyaml-0.2.11.crate) = 62101 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 @@ -409,101 +425,85 @@ SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dc SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 -SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee -SIZE (rust/crates/walkdir-2.4.0.crate) = 23550 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e SIZE (rust/crates/want-0.3.1.crate) = 6398 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasm-bindgen-0.2.89.crate) = 0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e -SIZE (rust/crates/wasm-bindgen-0.2.89.crate) = 181935 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.89.crate) = 1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826 -SIZE (rust/crates/wasm-bindgen-backend-0.2.89.crate) = 28205 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.39.crate) = ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12 -SIZE (rust/crates/wasm-bindgen-futures-0.4.39.crate) = 15376 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.89.crate) = 0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2 -SIZE (rust/crates/wasm-bindgen-macro-0.2.89.crate) = 13906 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.89.crate) = f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.89.crate) = 20008 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.89.crate) = 7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f -SIZE (rust/crates/wasm-bindgen-shared-0.2.89.crate) = 7265 -SHA256 (rust/crates/wasm-streams-0.3.0.crate) = b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7 -SIZE (rust/crates/wasm-streams-0.3.0.crate) = 33502 -SHA256 (rust/crates/web-sys-0.3.66.crate) = 50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f -SIZE (rust/crates/web-sys-0.3.66.crate) = 733024 +SHA256 (rust/crates/wasm-bindgen-0.2.92.crate) = 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 +SIZE (rust/crates/wasm-bindgen-0.2.92.crate) = 184119 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da +SIZE (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 28348 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.42.crate) = 76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0 +SIZE (rust/crates/wasm-bindgen-futures-0.4.42.crate) = 15380 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.92.crate) = a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 +SIZE (rust/crates/wasm-bindgen-macro-0.2.92.crate) = 13835 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = 20092 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.92.crate) = af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 +SIZE (rust/crates/wasm-bindgen-shared-0.2.92.crate) = 7263 +SHA256 (rust/crates/wasm-streams-0.4.0.crate) = b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129 +SIZE (rust/crates/wasm-streams-0.4.0.crate) = 34328 +SHA256 (rust/crates/web-sys-0.3.69.crate) = 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef +SIZE (rust/crates/web-sys-0.3.69.crate) = 728877 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 -SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 +SHA256 (rust/crates/winapi-util-0.1.8.crate) = 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b +SIZE (rust/crates/winapi-util-0.1.8.crate) = 12416 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-core-0.51.1.crate) = f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64 -SIZE (rust/crates/windows-core-0.51.1.crate) = 42364 -SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 -SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 +SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 +SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 -SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 -SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 -SHA256 (rust/crates/windows-targets-0.52.0.crate) = 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd -SIZE (rust/crates/windows-targets-0.52.0.crate) = 6229 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 -SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 +SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb +SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea -SIZE (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = 430182 -SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 -SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 -SHA256 (rust/crates/windows_aarch64_msvc-0.52.0.crate) = bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef -SIZE (rust/crates/windows_aarch64_msvc-0.52.0.crate) = 821663 -SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f -SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 +SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 -SHA256 (rust/crates/windows_i686_gnu-0.52.0.crate) = a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313 -SIZE (rust/crates/windows_i686_gnu-0.52.0.crate) = 870285 -SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 -SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 +SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 +SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 +SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 -SHA256 (rust/crates/windows_i686_msvc-0.52.0.crate) = ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a -SIZE (rust/crates/windows_i686_msvc-0.52.0.crate) = 888693 -SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 -SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 +SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf +SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 -SHA256 (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd -SIZE (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 826213 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 -SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 +SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e -SIZE (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 430165 -SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 -SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 -SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 -SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 -SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 -SIZE (rust/crates/winreg-0.50.0.crate) = 29703 -SHA256 (rust/crates/xml-rs-0.8.19.crate) = 0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a -SIZE (rust/crates/xml-rs-0.8.19.crate) = 54051 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 +SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 +SHA256 (rust/crates/winreg-0.52.0.crate) = a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5 +SIZE (rust/crates/winreg-0.52.0.crate) = 30148 +SHA256 (rust/crates/xml-rs-0.8.20.crate) = 791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193 +SIZE (rust/crates/xml-rs-0.8.20.crate) = 54443 SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d SIZE (rust/crates/zeroize-1.7.0.crate) = 19039 -SHA256 (rust/crates/zstd-0.9.2+zstd.1.5.1.crate) = 2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54 -SIZE (rust/crates/zstd-0.9.2+zstd.1.5.1.crate) = 27538 -SHA256 (rust/crates/zstd-safe-4.1.3+zstd.1.5.1.crate) = e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79 -SIZE (rust/crates/zstd-safe-4.1.3+zstd.1.5.1.crate) = 16677 -SHA256 (rust/crates/zstd-sys-1.6.2+zstd.1.5.1.crate) = 2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f -SIZE (rust/crates/zstd-sys-1.6.2+zstd.1.5.1.crate) = 718776 +SHA256 (rust/crates/zstd-0.13.1.crate) = 2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a +SIZE (rust/crates/zstd-0.13.1.crate) = 29805 +SHA256 (rust/crates/zstd-safe-7.1.0.crate) = 1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a +SIZE (rust/crates/zstd-safe-7.1.0.crate) = 20792 +SHA256 (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa +SIZE (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = 749088 diff --git a/net/s5cmd/Makefile b/net/s5cmd/Makefile index 675fe331765..58e70fb921a 100644 --- a/net/s5cmd/Makefile +++ b/net/s5cmd/Makefile @@ -1,7 +1,7 @@ PORTNAME= s5cmd DISTVERSIONPREFIX= v DISTVERSION= 2.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org diff --git a/net/sakisafecli/Makefile b/net/sakisafecli/Makefile index e3aa001e888..221aafe0d5b 100644 --- a/net/sakisafecli/Makefile +++ b/net/sakisafecli/Makefile @@ -1,6 +1,6 @@ PORTNAME= sakisafe DISTVERSION= 2.2.1 -PORTERVISION= 1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://git.qorg11.net/sakisafe.git/snapshot/ diff --git a/net/seaweedfs/Makefile b/net/seaweedfs/Makefile index 39e047c56d8..77a19eb4d9b 100644 --- a/net/seaweedfs/Makefile +++ b/net/seaweedfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= seaweedfs DISTVERSION= 3.59 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net sysutils MAINTAINER= drtr0jan@yandex.ru diff --git a/net/shadowsocks-rust/Makefile b/net/shadowsocks-rust/Makefile index f6c7511897c..94d7a749306 100644 --- a/net/shadowsocks-rust/Makefile +++ b/net/shadowsocks-rust/Makefile @@ -1,6 +1,7 @@ PORTNAME= shadowsocks-rust DISTVERSIONPREFIX= v -DISTVERSION= 1.18.3 +DISTVERSION= 1.18.4 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org @@ -26,23 +27,23 @@ CARGO_CRATES= addr2line-0.21.0 \ aho-corasick-1.1.3 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anstream-0.6.13 \ - anstyle-1.0.6 \ - anstyle-parse-0.2.3 \ - anstyle-query-1.0.2 \ - anstyle-wincon-3.0.2 \ - anyhow-1.0.82 \ + anstream-0.6.14 \ + anstyle-1.0.7 \ + anstyle-parse-0.2.4 \ + anstyle-query-1.0.3 \ + anstyle-wincon-3.0.3 \ + anyhow-1.0.83 \ arc-swap-1.7.1 \ arrayref-0.3.7 \ arrayvec-0.7.4 \ async-trait-0.1.80 \ - autocfg-1.2.0 \ - aws-lc-rs-1.7.0 \ - aws-lc-sys-0.15.0 \ + autocfg-1.3.0 \ + aws-lc-rs-1.7.1 \ + aws-lc-sys-0.16.0 \ backtrace-0.3.71 \ base16ct-0.2.0 \ base64-0.21.7 \ - base64-0.22.0 \ + base64-0.22.1 \ base64ct-1.6.0 \ bindgen-0.69.4 \ bit-vec-0.6.3 \ @@ -59,7 +60,7 @@ CARGO_CRATES= addr2line-0.21.0 \ c2rust-bitfields-0.18.0 \ c2rust-bitfields-derive-0.18.0 \ camellia-0.1.0 \ - cc-1.0.94 \ + cc-1.0.97 \ ccm-0.5.0 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ @@ -73,7 +74,7 @@ CARGO_CRATES= addr2line-0.21.0 \ clap_builder-4.4.18 \ clap_lex-0.6.0 \ cmake-0.1.50 \ - colorchoice-1.0.0 \ + colorchoice-1.0.1 \ const-oid-0.9.6 \ constant_time_eq-0.3.0 \ core-foundation-0.9.4 \ @@ -87,7 +88,7 @@ CARGO_CRATES= addr2line-0.21.0 \ crypto-common-0.1.6 \ ctr-0.9.2 \ daemonize-0.5.0 \ - data-encoding-2.5.0 \ + data-encoding-2.6.0 \ defmt-0.3.6 \ defmt-macros-0.3.7 \ defmt-parser-0.3.4 \ @@ -108,10 +109,10 @@ CARGO_CRATES= addr2line-0.21.0 \ env_filter-0.1.0 \ env_logger-0.11.3 \ equivalent-1.0.1 \ - errno-0.3.8 \ + errno-0.3.9 \ etherparse-0.14.3 \ fastrand-1.9.0 \ - fastrand-2.0.2 \ + fastrand-2.1.0 \ ff-0.13.0 \ filetime-0.2.23 \ fixedbitset-0.4.2 \ @@ -133,7 +134,7 @@ CARGO_CRATES= addr2line-0.21.0 \ futures-util-0.3.30 \ fxhash-0.2.1 \ generic-array-0.14.7 \ - getrandom-0.2.14 \ + getrandom-0.2.15 \ ghash-0.5.1 \ gimli-0.28.1 \ glob-0.3.1 \ @@ -143,7 +144,7 @@ CARGO_CRATES= addr2line-0.21.0 \ h3-0.0.2 \ h3-quinn-0.0.3 \ hash32-0.3.1 \ - hashbrown-0.14.3 \ + hashbrown-0.14.5 \ heapless-0.8.0 \ heck-0.4.1 \ heck-0.5.0 \ @@ -178,24 +179,25 @@ CARGO_CRATES= addr2line-0.21.0 \ ipconfig-0.3.2 \ ipnet-2.9.0 \ iprange-0.6.7 \ + is_terminal_polyfill-1.70.0 \ itertools-0.12.1 \ itoa-1.0.11 \ jemalloc-sys-0.5.4+5.3.0-patched \ jemallocator-0.5.4 \ - jobserver-0.1.30 \ + jobserver-0.1.31 \ js-sys-0.3.69 \ json5-0.4.1 \ kqueue-1.0.8 \ kqueue-sys-1.0.4 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ - libc-0.2.153 \ + libc-0.2.154 \ libloading-0.8.3 \ - libmimalloc-sys-0.1.35 \ + libmimalloc-sys-0.1.37 \ libredox-0.1.3 \ linked-hash-map-0.5.6 \ linux-raw-sys-0.4.13 \ - lock_api-0.4.11 \ + lock_api-0.4.12 \ log-0.4.21 \ log-mdc-0.1.0 \ log4rs-1.3.0 \ @@ -206,7 +208,7 @@ CARGO_CRATES= addr2line-0.21.0 \ matchers-0.1.0 \ md-5-0.10.6 \ memchr-2.7.2 \ - mimalloc-0.1.39 \ + mimalloc-0.1.41 \ mime-0.3.17 \ minimal-lexical-0.2.1 \ miniz_oxide-0.7.2 \ @@ -219,7 +221,7 @@ CARGO_CRATES= addr2line-0.21.0 \ notify-6.1.1 \ nu-ansi-term-0.46.0 \ num-conv-0.1.0 \ - num-traits-0.2.18 \ + num-traits-0.2.19 \ num_cpus-1.16.0 \ num_threads-0.1.7 \ object-0.32.2 \ @@ -236,16 +238,16 @@ CARGO_CRATES= addr2line-0.21.0 \ p256-0.13.2 \ p384-0.13.0 \ parking_lot-0.11.2 \ - parking_lot-0.12.1 \ + parking_lot-0.12.2 \ parking_lot_core-0.8.6 \ - parking_lot_core-0.9.9 \ - paste-1.0.14 \ + parking_lot_core-0.9.10 \ + paste-1.0.15 \ percent-encoding-2.3.1 \ - pest-2.7.9 \ - pest_derive-2.7.9 \ - pest_generator-2.7.9 \ - pest_meta-2.7.9 \ - petgraph-0.6.4 \ + pest-2.7.10 \ + pest_derive-2.7.10 \ + pest_generator-2.7.10 \ + pest_meta-2.7.10 \ + petgraph-0.6.5 \ pin-project-1.1.5 \ pin-project-internal-1.1.5 \ pin-project-lite-0.2.14 \ @@ -256,14 +258,14 @@ CARGO_CRATES= addr2line-0.21.0 \ polyval-0.6.2 \ powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ - prettyplease-0.2.19 \ + prettyplease-0.2.20 \ primeorder-0.13.6 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.81 \ + proc-macro2-1.0.82 \ prost-0.12.4 \ prost-build-0.12.4 \ - prost-derive-0.12.4 \ + prost-derive-0.12.5 \ prost-types-0.12.4 \ qrcode-0.14.0 \ quick-error-1.2.3 \ @@ -276,13 +278,14 @@ CARGO_CRATES= addr2line-0.21.0 \ rand_core-0.6.4 \ redox_syscall-0.2.16 \ redox_syscall-0.4.1 \ + redox_syscall-0.5.1 \ redox_users-0.4.5 \ regex-1.10.4 \ regex-automata-0.1.10 \ regex-automata-0.4.6 \ regex-syntax-0.6.29 \ regex-syntax-0.8.3 \ - reqwest-0.12.3 \ + reqwest-0.12.4 \ resolv-conf-0.7.0 \ ring-0.16.20 \ ring-0.17.8 \ @@ -291,32 +294,32 @@ CARGO_CRATES= addr2line-0.21.0 \ rpmalloc-0.2.2 \ rpmalloc-sys-0.2.3+b097fd0 \ rtoolbox-0.0.2 \ - rustc-demangle-0.1.23 \ + rustc-demangle-0.1.24 \ rustc-hash-1.1.0 \ - rustix-0.38.32 \ - rustls-0.21.10 \ - rustls-0.22.3 \ - rustls-0.23.4 \ + rustix-0.38.34 \ + rustls-0.21.12 \ + rustls-0.22.4 \ + rustls-0.23.5 \ rustls-native-certs-0.6.3 \ rustls-native-certs-0.7.0 \ rustls-pemfile-1.0.4 \ rustls-pemfile-2.1.2 \ - rustls-pki-types-1.4.1 \ + rustls-pki-types-1.7.0 \ rustls-webpki-0.101.7 \ - rustls-webpki-0.102.2 \ - ryu-1.0.17 \ + rustls-webpki-0.102.3 \ + ryu-1.0.18 \ same-file-1.0.6 \ schannel-0.1.23 \ scopeguard-1.2.0 \ sct-0.7.1 \ sec1-0.7.3 \ - security-framework-2.10.0 \ - security-framework-sys-2.10.0 \ + security-framework-2.11.0 \ + security-framework-sys-2.11.0 \ sendfd-0.4.3 \ - serde-1.0.198 \ + serde-1.0.201 \ serde-value-0.7.0 \ - serde_derive-1.0.198 \ - serde_json-1.0.116 \ + serde_derive-1.0.201 \ + serde_json-1.0.117 \ serde_urlencoded-0.7.1 \ serde_yaml-0.9.34+deprecated \ sha1-0.10.6 \ @@ -324,7 +327,7 @@ CARGO_CRATES= addr2line-0.21.0 \ shadowsocks-crypto-0.5.4 \ sharded-slab-0.1.7 \ shlex-1.3.0 \ - signal-hook-registry-1.4.1 \ + signal-hook-registry-1.4.2 \ signature-2.2.0 \ siphasher-1.0.1 \ slab-0.4.9 \ @@ -334,7 +337,7 @@ CARGO_CRATES= addr2line-0.21.0 \ smoltcp-0.11.0 \ snmalloc-rs-0.3.5 \ snmalloc-sys-0.3.5 \ - socket2-0.5.6 \ + socket2-0.5.7 \ spin-0.5.2 \ spin-0.9.8 \ spki-0.7.3 \ @@ -342,7 +345,7 @@ CARGO_CRATES= addr2line-0.21.0 \ strsim-0.10.0 \ subtle-2.5.0 \ syn-1.0.109 \ - syn-2.0.60 \ + syn-2.0.62 \ sync_wrapper-0.1.2 \ sysexits-0.7.13 \ system-configuration-0.5.1 \ @@ -351,8 +354,8 @@ CARGO_CRATES= addr2line-0.21.0 \ tcmalloc-sys-0.3.0 \ tempfile-3.10.1 \ terminal_size-0.3.0 \ - thiserror-1.0.58 \ - thiserror-impl-1.0.58 \ + thiserror-1.0.60 \ + thiserror-impl-1.0.60 \ thread-id-4.2.1 \ thread_local-1.1.8 \ time-0.3.36 \ @@ -367,7 +370,7 @@ CARGO_CRATES= addr2line-0.21.0 \ tokio-rustls-0.25.0 \ tokio-rustls-0.26.0 \ tokio-tfo-0.2.2 \ - tokio-util-0.7.10 \ + tokio-util-0.7.11 \ tower-0.4.13 \ tower-layer-0.3.2 \ tower-service-0.3.2 \ @@ -410,7 +413,7 @@ CARGO_CRATES= addr2line-0.21.0 \ widestring-1.1.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.6 \ + winapi-util-0.1.8 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.51.1 \ windows-core-0.51.1 \ diff --git a/net/shadowsocks-rust/distinfo b/net/shadowsocks-rust/distinfo index c601d4d08cd..a6deb42d879 100644 --- a/net/shadowsocks-rust/distinfo +++ b/net/shadowsocks-rust/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1713767088 +TIMESTAMP = 1715581215 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -17,18 +17,18 @@ SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anstream-0.6.13.crate) = d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb -SIZE (rust/crates/anstream-0.6.13.crate) = 30928 -SHA256 (rust/crates/anstyle-1.0.6.crate) = 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc -SIZE (rust/crates/anstyle-1.0.6.crate) = 14604 -SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c -SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 -SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 -SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 -SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 -SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 -SHA256 (rust/crates/anyhow-1.0.82.crate) = f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519 -SIZE (rust/crates/anyhow-1.0.82.crate) = 45361 +SHA256 (rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b +SIZE (rust/crates/anstream-0.6.14.crate) = 29160 +SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b +SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 +SHA256 (rust/crates/anstyle-parse-0.2.4.crate) = c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 +SIZE (rust/crates/anstyle-parse-0.2.4.crate) = 23069 +SHA256 (rust/crates/anstyle-query-1.0.3.crate) = a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5 +SIZE (rust/crates/anstyle-query-1.0.3.crate) = 9742 +SHA256 (rust/crates/anstyle-wincon-3.0.3.crate) = 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 +SIZE (rust/crates/anstyle-wincon-3.0.3.crate) = 12179 +SHA256 (rust/crates/anyhow-1.0.83.crate) = 25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3 +SIZE (rust/crates/anyhow-1.0.83.crate) = 45650 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 SHA256 (rust/crates/arrayref-0.3.7.crate) = 6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545 @@ -37,20 +37,20 @@ SHA256 (rust/crates/arrayvec-0.7.4.crate) = 96d30a06541fbafbc7f82ed10c06164cfbd2 SIZE (rust/crates/arrayvec-0.7.4.crate) = 29856 SHA256 (rust/crates/async-trait-0.1.80.crate) = c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca SIZE (rust/crates/async-trait-0.1.80.crate) = 28775 -SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 -SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 -SHA256 (rust/crates/aws-lc-rs-1.7.0.crate) = 5509d663b2c00ee421bda8d6a24d6c42e15970957de1701b8df9f6fbe5707df1 -SIZE (rust/crates/aws-lc-rs-1.7.0.crate) = 175534 -SHA256 (rust/crates/aws-lc-sys-0.15.0.crate) = 8d5d317212c2a78d86ba6622e969413c38847b62f48111f8b763af3dac2f9840 -SIZE (rust/crates/aws-lc-sys-0.15.0.crate) = 7879845 +SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 +SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 +SHA256 (rust/crates/aws-lc-rs-1.7.1.crate) = 8487b59d62764df8231cb371c459314df895b41756df457a1fb1243d65c89195 +SIZE (rust/crates/aws-lc-rs-1.7.1.crate) = 175942 +SHA256 (rust/crates/aws-lc-sys-0.16.0.crate) = c15eb61145320320eb919d9bab524617a7aa4216c78d342fae3a758bc33073e4 +SIZE (rust/crates/aws-lc-sys-0.16.0.crate) = 7878259 SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d SIZE (rust/crates/backtrace-0.3.71.crate) = 86553 SHA256 (rust/crates/base16ct-0.2.0.crate) = 4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf SIZE (rust/crates/base16ct-0.2.0.crate) = 10240 SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 SIZE (rust/crates/base64-0.21.7.crate) = 82576 -SHA256 (rust/crates/base64-0.22.0.crate) = 9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51 -SIZE (rust/crates/base64-0.22.0.crate) = 81568 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/base64ct-1.6.0.crate) = 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b SIZE (rust/crates/base64ct-1.6.0.crate) = 28870 SHA256 (rust/crates/bindgen-0.69.4.crate) = a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0 @@ -83,8 +83,8 @@ SHA256 (rust/crates/c2rust-bitfields-derive-0.18.0.crate) = d3cbc102e2597c9744c8 SIZE (rust/crates/c2rust-bitfields-derive-0.18.0.crate) = 3617 SHA256 (rust/crates/camellia-0.1.0.crate) = 3264e2574e9ef2b53ce6f536dea83a69ac0bc600b762d1523ff83fe07230ce30 SIZE (rust/crates/camellia-0.1.0.crate) = 89085 -SHA256 (rust/crates/cc-1.0.94.crate) = 17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7 -SIZE (rust/crates/cc-1.0.94.crate) = 76456 +SHA256 (rust/crates/cc-1.0.97.crate) = 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 +SIZE (rust/crates/cc-1.0.97.crate) = 76951 SHA256 (rust/crates/ccm-0.5.0.crate) = 9ae3c82e4355234767756212c570e29833699ab63e6ffd161887314cc5b43847 SIZE (rust/crates/ccm-0.5.0.crate) = 242273 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -111,8 +111,8 @@ SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 SHA256 (rust/crates/cmake-0.1.50.crate) = a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130 SIZE (rust/crates/cmake-0.1.50.crate) = 16748 -SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 -SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 +SHA256 (rust/crates/colorchoice-1.0.1.crate) = 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 +SIZE (rust/crates/colorchoice-1.0.1.crate) = 7895 SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 SIZE (rust/crates/const-oid-0.9.6.crate) = 45382 SHA256 (rust/crates/constant_time_eq-0.3.0.crate) = f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2 @@ -139,8 +139,8 @@ SHA256 (rust/crates/ctr-0.9.2.crate) = 0369ee1ad671834580515889b80f2ea915f23b8be SIZE (rust/crates/ctr-0.9.2.crate) = 18344 SHA256 (rust/crates/daemonize-0.5.0.crate) = ab8bfdaacb3c887a54d41bdf48d3af8873b3f5566469f8ba21b92057509f116e SIZE (rust/crates/daemonize-0.5.0.crate) = 7125 -SHA256 (rust/crates/data-encoding-2.5.0.crate) = 7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5 -SIZE (rust/crates/data-encoding-2.5.0.crate) = 20632 +SHA256 (rust/crates/data-encoding-2.6.0.crate) = e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2 +SIZE (rust/crates/data-encoding-2.6.0.crate) = 20769 SHA256 (rust/crates/defmt-0.3.6.crate) = 3939552907426de152b3c2c6f51ed53f98f448babd26f28694c95f5906194595 SIZE (rust/crates/defmt-0.3.6.crate) = 23920 SHA256 (rust/crates/defmt-macros-0.3.7.crate) = 18bdc7a7b92ac413e19e95240e75d3a73a8d8e78aa24a594c22cbb4d44b4bbda @@ -181,14 +181,14 @@ SHA256 (rust/crates/env_logger-0.11.3.crate) = 38b35839ba51819680ba087cd351788c9 SIZE (rust/crates/env_logger-0.11.3.crate) = 29704 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 -SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/errno-0.3.9.crate) = 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba +SIZE (rust/crates/errno-0.3.9.crate) = 10690 SHA256 (rust/crates/etherparse-0.14.3.crate) = 095ab548cf452be5813424558a18af88f0a620d0f4a3d8793aa09311a3b6fa5f SIZE (rust/crates/etherparse-0.14.3.crate) = 362738 SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 -SHA256 (rust/crates/fastrand-2.0.2.crate) = 658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984 -SIZE (rust/crates/fastrand-2.0.2.crate) = 14674 +SHA256 (rust/crates/fastrand-2.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a +SIZE (rust/crates/fastrand-2.1.0.crate) = 14907 SHA256 (rust/crates/ff-0.13.0.crate) = ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449 SIZE (rust/crates/ff-0.13.0.crate) = 17688 SHA256 (rust/crates/filetime-0.2.23.crate) = 1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd @@ -231,8 +231,8 @@ SHA256 (rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016 SIZE (rust/crates/fxhash-0.2.1.crate) = 4102 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/getrandom-0.2.14.crate) = 94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c -SIZE (rust/crates/getrandom-0.2.14.crate) = 37307 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 SHA256 (rust/crates/ghash-0.5.1.crate) = f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1 SIZE (rust/crates/ghash-0.5.1.crate) = 9482 SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 @@ -251,8 +251,8 @@ SHA256 (rust/crates/h3-quinn-0.0.3.crate) = 2d4a1a1763e4f3e82ee9f1ecf2cf862b22cc SIZE (rust/crates/h3-quinn-0.0.3.crate) = 6099 SHA256 (rust/crates/hash32-0.3.1.crate) = 47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606 SIZE (rust/crates/hash32-0.3.1.crate) = 10273 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 SHA256 (rust/crates/heapless-0.8.0.crate) = 0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad SIZE (rust/crates/heapless-0.8.0.crate) = 77802 SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 @@ -321,6 +321,8 @@ SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2 SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 SHA256 (rust/crates/iprange-0.6.7.crate) = 37209be0ad225457e63814401415e748e2453a5297f9b637338f5fb8afa4ec00 SIZE (rust/crates/iprange-0.6.7.crate) = 34510 +SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 +SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b @@ -329,8 +331,8 @@ SHA256 (rust/crates/jemalloc-sys-0.5.4+5.3.0-patched.crate) = ac6c1946e1cea1788c SIZE (rust/crates/jemalloc-sys-0.5.4+5.3.0-patched.crate) = 884321 SHA256 (rust/crates/jemallocator-0.5.4.crate) = a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc SIZE (rust/crates/jemallocator-0.5.4.crate) = 13088 -SHA256 (rust/crates/jobserver-0.1.30.crate) = 685a7d121ee3f65ae4fddd72b25a04bb36b6af81bc0828f7d5434c0fe60fa3a2 -SIZE (rust/crates/jobserver-0.1.30.crate) = 27687 +SHA256 (rust/crates/jobserver-0.1.31.crate) = d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e +SIZE (rust/crates/jobserver-0.1.31.crate) = 27306 SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d SIZE (rust/crates/js-sys-0.3.69.crate) = 81083 SHA256 (rust/crates/json5-0.4.1.crate) = 96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1 @@ -343,20 +345,20 @@ SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832a SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 -SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd -SIZE (rust/crates/libc-0.2.153.crate) = 740614 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 SHA256 (rust/crates/libloading-0.8.3.crate) = 0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19 SIZE (rust/crates/libloading-0.8.3.crate) = 28480 -SHA256 (rust/crates/libmimalloc-sys-0.1.35.crate) = 3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664 -SIZE (rust/crates/libmimalloc-sys-0.1.35.crate) = 184695 +SHA256 (rust/crates/libmimalloc-sys-0.1.37.crate) = 81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7 +SIZE (rust/crates/libmimalloc-sys-0.1.37.crate) = 195389 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d SIZE (rust/crates/libredox-0.1.3.crate) = 6068 SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855 -SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 -SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 +SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 +SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c SIZE (rust/crates/log-0.4.21.crate) = 43442 SHA256 (rust/crates/log-mdc-0.1.0.crate) = a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7 @@ -377,8 +379,8 @@ SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89ee SIZE (rust/crates/md-5-0.10.6.crate) = 16161 SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d SIZE (rust/crates/memchr-2.7.2.crate) = 96220 -SHA256 (rust/crates/mimalloc-0.1.39.crate) = fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c -SIZE (rust/crates/mimalloc-0.1.39.crate) = 3727 +SHA256 (rust/crates/mimalloc-0.1.41.crate) = 9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d +SIZE (rust/crates/mimalloc-0.1.41.crate) = 3805 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a SIZE (rust/crates/mime-0.3.17.crate) = 15712 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a @@ -403,8 +405,8 @@ SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb4545924260 SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 -SHA256 (rust/crates/num-traits-0.2.18.crate) = da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a -SIZE (rust/crates/num-traits-0.2.18.crate) = 51930 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 @@ -437,26 +439,26 @@ SHA256 (rust/crates/p384-0.13.0.crate) = 70786f51bcc69f6a4c0360e063a4cac5419ef7c SIZE (rust/crates/p384-0.13.0.crate) = 236495 SHA256 (rust/crates/parking_lot-0.11.2.crate) = 7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99 SIZE (rust/crates/parking_lot-0.11.2.crate) = 39869 -SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f -SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 +SHA256 (rust/crates/parking_lot-0.12.2.crate) = 7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb +SIZE (rust/crates/parking_lot-0.12.2.crate) = 41723 SHA256 (rust/crates/parking_lot_core-0.8.6.crate) = 60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc SIZE (rust/crates/parking_lot_core-0.8.6.crate) = 32567 -SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e -SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445 -SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c -SIZE (rust/crates/paste-1.0.14.crate) = 18157 +SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 +SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 +SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a +SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pest-2.7.9.crate) = 311fb059dee1a7b802f036316d790138c613a4e8b180c822e3925a662e9f0c95 -SIZE (rust/crates/pest-2.7.9.crate) = 123517 -SHA256 (rust/crates/pest_derive-2.7.9.crate) = f73541b156d32197eecda1a4014d7f868fd2bcb3c550d5386087cfba442bf69c -SIZE (rust/crates/pest_derive-2.7.9.crate) = 36139 -SHA256 (rust/crates/pest_generator-2.7.9.crate) = c35eeed0a3fab112f75165fdc026b3913f4183133f19b49be773ac9ea966e8bd -SIZE (rust/crates/pest_generator-2.7.9.crate) = 18412 -SHA256 (rust/crates/pest_meta-2.7.9.crate) = 2adbf29bb9776f28caece835398781ab24435585fe0d4dc1374a61db5accedca -SIZE (rust/crates/pest_meta-2.7.9.crate) = 41547 -SHA256 (rust/crates/petgraph-0.6.4.crate) = e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9 -SIZE (rust/crates/petgraph-0.6.4.crate) = 185895 +SHA256 (rust/crates/pest-2.7.10.crate) = 560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8 +SIZE (rust/crates/pest-2.7.10.crate) = 123707 +SHA256 (rust/crates/pest_derive-2.7.10.crate) = 26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459 +SIZE (rust/crates/pest_derive-2.7.10.crate) = 36221 +SHA256 (rust/crates/pest_generator-2.7.10.crate) = 3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687 +SIZE (rust/crates/pest_generator-2.7.10.crate) = 18411 +SHA256 (rust/crates/pest_meta-2.7.10.crate) = d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd +SIZE (rust/crates/pest_meta-2.7.10.crate) = 41550 +SHA256 (rust/crates/petgraph-0.6.5.crate) = b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db +SIZE (rust/crates/petgraph-0.6.5.crate) = 710970 SHA256 (rust/crates/pin-project-1.1.5.crate) = b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3 SIZE (rust/crates/pin-project-1.1.5.crate) = 54214 SHA256 (rust/crates/pin-project-internal-1.1.5.crate) = 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965 @@ -477,22 +479,22 @@ SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff9416 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 -SHA256 (rust/crates/prettyplease-0.2.19.crate) = 5ac2cf0f2e4f42b49f5ffd07dae8d746508ef7526c13940e5f524012ae6c6550 -SIZE (rust/crates/prettyplease-0.2.19.crate) = 57713 +SHA256 (rust/crates/prettyplease-0.2.20.crate) = 5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e +SIZE (rust/crates/prettyplease-0.2.20.crate) = 57809 SHA256 (rust/crates/primeorder-0.13.6.crate) = 353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6 SIZE (rust/crates/primeorder-0.13.6.crate) = 21296 SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 -SHA256 (rust/crates/proc-macro2-1.0.81.crate) = 3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba -SIZE (rust/crates/proc-macro2-1.0.81.crate) = 48233 +SHA256 (rust/crates/proc-macro2-1.0.82.crate) = 8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b +SIZE (rust/crates/proc-macro2-1.0.82.crate) = 48452 SHA256 (rust/crates/prost-0.12.4.crate) = d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922 SIZE (rust/crates/prost-0.12.4.crate) = 29935 SHA256 (rust/crates/prost-build-0.12.4.crate) = 80b776a1b2dc779f5ee0641f8ade0125bc1298dd41a9a0c16d8bd57b42d222b1 SIZE (rust/crates/prost-build-0.12.4.crate) = 39184 -SHA256 (rust/crates/prost-derive-0.12.4.crate) = 19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48 -SIZE (rust/crates/prost-derive-0.12.4.crate) = 19603 +SHA256 (rust/crates/prost-derive-0.12.5.crate) = 9554e3ab233f0a932403704f1a1d08c30d5ccd931adfdfa1e8b5a19b52c1d55a +SIZE (rust/crates/prost-derive-0.12.5.crate) = 19557 SHA256 (rust/crates/prost-types-0.12.4.crate) = 3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe SIZE (rust/crates/prost-types-0.12.4.crate) = 43616 SHA256 (rust/crates/qrcode-0.14.0.crate) = 23e719ca51966ff9f5a8436edb00d6115b3c606a0bb27c8f8ca74a38ff2b036d @@ -517,6 +519,8 @@ SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603 SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 +SHA256 (rust/crates/redox_syscall-0.5.1.crate) = 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e +SIZE (rust/crates/redox_syscall-0.5.1.crate) = 22536 SHA256 (rust/crates/redox_users-0.4.5.crate) = bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 SIZE (rust/crates/redox_users-0.4.5.crate) = 15514 SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c @@ -529,8 +533,8 @@ SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4 SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 SHA256 (rust/crates/regex-syntax-0.8.3.crate) = adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56 SIZE (rust/crates/regex-syntax-0.8.3.crate) = 347497 -SHA256 (rust/crates/reqwest-0.12.3.crate) = 3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19 -SIZE (rust/crates/reqwest-0.12.3.crate) = 168057 +SHA256 (rust/crates/reqwest-0.12.4.crate) = 566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10 +SIZE (rust/crates/reqwest-0.12.4.crate) = 170627 SHA256 (rust/crates/resolv-conf-0.7.0.crate) = 52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00 SIZE (rust/crates/resolv-conf-0.7.0.crate) = 17352 SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc @@ -547,18 +551,18 @@ SHA256 (rust/crates/rpmalloc-sys-0.2.3+b097fd0.crate) = 8d4b7d5e225a53887ee57fce SIZE (rust/crates/rpmalloc-sys-0.2.3+b097fd0.crate) = 91990 SHA256 (rust/crates/rtoolbox-0.0.2.crate) = c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e SIZE (rust/crates/rtoolbox-0.0.2.crate) = 9179 -SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 -SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 +SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f +SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 -SHA256 (rust/crates/rustix-0.38.32.crate) = 65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89 -SIZE (rust/crates/rustix-0.38.32.crate) = 376999 -SHA256 (rust/crates/rustls-0.21.10.crate) = f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba -SIZE (rust/crates/rustls-0.21.10.crate) = 284920 -SHA256 (rust/crates/rustls-0.22.3.crate) = 99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c -SIZE (rust/crates/rustls-0.22.3.crate) = 332877 -SHA256 (rust/crates/rustls-0.23.4.crate) = 8c4d6d8ad9f2492485e13453acbb291dd08f64441b6609c491f1c2cd2c6b4fe1 -SIZE (rust/crates/rustls-0.23.4.crate) = 371883 +SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f +SIZE (rust/crates/rustix-0.38.34.crate) = 365160 +SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e +SIZE (rust/crates/rustls-0.21.12.crate) = 285674 +SHA256 (rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 +SIZE (rust/crates/rustls-0.22.4.crate) = 333681 +SHA256 (rust/crates/rustls-0.23.5.crate) = afabcee0551bd1aa3e18e5adbf2c0544722014b899adb31bd186ec638d3da97e +SIZE (rust/crates/rustls-0.23.5.crate) = 380816 SHA256 (rust/crates/rustls-native-certs-0.6.3.crate) = a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00 SIZE (rust/crates/rustls-native-certs-0.6.3.crate) = 24438 SHA256 (rust/crates/rustls-native-certs-0.7.0.crate) = 8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792 @@ -567,14 +571,14 @@ SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 SHA256 (rust/crates/rustls-pemfile-2.1.2.crate) = 29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d SIZE (rust/crates/rustls-pemfile-2.1.2.crate) = 25928 -SHA256 (rust/crates/rustls-pki-types-1.4.1.crate) = ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247 -SIZE (rust/crates/rustls-pki-types-1.4.1.crate) = 29437 +SHA256 (rust/crates/rustls-pki-types-1.7.0.crate) = 976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d +SIZE (rust/crates/rustls-pki-types-1.7.0.crate) = 29555 SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 -SHA256 (rust/crates/rustls-webpki-0.102.2.crate) = faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610 -SIZE (rust/crates/rustls-webpki-0.102.2.crate) = 196881 -SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 -SIZE (rust/crates/ryu-1.0.17.crate) = 47537 +SHA256 (rust/crates/rustls-webpki-0.102.3.crate) = f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf +SIZE (rust/crates/rustls-webpki-0.102.3.crate) = 197543 +SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f +SIZE (rust/crates/ryu-1.0.18.crate) = 47713 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/schannel-0.1.23.crate) = fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534 @@ -585,20 +589,20 @@ SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0 SIZE (rust/crates/sct-0.7.1.crate) = 27501 SHA256 (rust/crates/sec1-0.7.3.crate) = d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc SIZE (rust/crates/sec1-0.7.3.crate) = 17979 -SHA256 (rust/crates/security-framework-2.10.0.crate) = 770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6 -SIZE (rust/crates/security-framework-2.10.0.crate) = 79723 -SHA256 (rust/crates/security-framework-sys-2.10.0.crate) = 41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef -SIZE (rust/crates/security-framework-sys-2.10.0.crate) = 18676 +SHA256 (rust/crates/security-framework-2.11.0.crate) = c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0 +SIZE (rust/crates/security-framework-2.11.0.crate) = 80191 +SHA256 (rust/crates/security-framework-sys-2.11.0.crate) = 317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7 +SIZE (rust/crates/security-framework-sys-2.11.0.crate) = 18718 SHA256 (rust/crates/sendfd-0.4.3.crate) = 604b71b8fc267e13bb3023a2c901126c8f349393666a6d98ac1ae5729b701798 SIZE (rust/crates/sendfd-0.4.3.crate) = 11120 -SHA256 (rust/crates/serde-1.0.198.crate) = 9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc -SIZE (rust/crates/serde-1.0.198.crate) = 77577 +SHA256 (rust/crates/serde-1.0.201.crate) = 780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c +SIZE (rust/crates/serde-1.0.201.crate) = 77725 SHA256 (rust/crates/serde-value-0.7.0.crate) = f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c SIZE (rust/crates/serde-value-0.7.0.crate) = 10249 -SHA256 (rust/crates/serde_derive-1.0.198.crate) = e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9 -SIZE (rust/crates/serde_derive-1.0.198.crate) = 55787 -SHA256 (rust/crates/serde_json-1.0.116.crate) = 3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813 -SIZE (rust/crates/serde_json-1.0.116.crate) = 146790 +SHA256 (rust/crates/serde_derive-1.0.201.crate) = c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865 +SIZE (rust/crates/serde_derive-1.0.201.crate) = 55865 +SHA256 (rust/crates/serde_json-1.0.117.crate) = 455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3 +SIZE (rust/crates/serde_json-1.0.117.crate) = 146921 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 SHA256 (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 @@ -613,8 +617,8 @@ SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e82 SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 -SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 +SHA256 (rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 +SIZE (rust/crates/signal-hook-registry-1.4.2.crate) = 18064 SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de SIZE (rust/crates/signature-2.2.0.crate) = 15531 SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d @@ -633,8 +637,8 @@ SHA256 (rust/crates/snmalloc-rs-0.3.5.crate) = dc157dd2183548a4b4b0b428d59efbb52 SIZE (rust/crates/snmalloc-rs-0.3.5.crate) = 7462 SHA256 (rust/crates/snmalloc-sys-0.3.5.crate) = 0761b83013b42a16bab6c3bd5a68e80b1a54f7af9e68e40f00e017489821e8fa SIZE (rust/crates/snmalloc-sys-0.3.5.crate) = 3512999 -SHA256 (rust/crates/socket2-0.5.6.crate) = 05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871 -SIZE (rust/crates/socket2-0.5.6.crate) = 55270 +SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c +SIZE (rust/crates/socket2-0.5.7.crate) = 55758 SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d SIZE (rust/crates/spin-0.5.2.crate) = 12004 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 @@ -649,8 +653,8 @@ SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01 SIZE (rust/crates/subtle-2.5.0.crate) = 13909 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.60.crate) = 909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3 -SIZE (rust/crates/syn-2.0.60.crate) = 255808 +SHA256 (rust/crates/syn-2.0.62.crate) = 9f660c3bfcefb88c538776b6685a0c472e3128b51e74d48793dc2a488196e8eb +SIZE (rust/crates/syn-2.0.62.crate) = 257870 SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/sysexits-0.7.13.crate) = 62e933b3bce3eff11227656c623ffff3fd4de6d5410c3fc68de49ecca26bc2be @@ -667,10 +671,10 @@ SHA256 (rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676 SIZE (rust/crates/tempfile-3.10.1.crate) = 33653 SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 SIZE (rust/crates/terminal_size-0.3.0.crate) = 10096 -SHA256 (rust/crates/thiserror-1.0.58.crate) = 03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297 -SIZE (rust/crates/thiserror-1.0.58.crate) = 21025 -SHA256 (rust/crates/thiserror-impl-1.0.58.crate) = c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7 -SIZE (rust/crates/thiserror-impl-1.0.58.crate) = 15645 +SHA256 (rust/crates/thiserror-1.0.60.crate) = 579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18 +SIZE (rust/crates/thiserror-1.0.60.crate) = 21247 +SHA256 (rust/crates/thiserror-impl-1.0.60.crate) = e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524 +SIZE (rust/crates/thiserror-impl-1.0.60.crate) = 15787 SHA256 (rust/crates/thread-id-4.2.1.crate) = f0ec81c46e9eb50deaa257be2f148adf052d1fb7701cfd55ccfab2525280b70b SIZE (rust/crates/thread-id-4.2.1.crate) = 9100 SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c @@ -699,8 +703,8 @@ SHA256 (rust/crates/tokio-rustls-0.26.0.crate) = 0c7bc40d0e5a97695bb96e27995cd3a SIZE (rust/crates/tokio-rustls-0.26.0.crate) = 34253 SHA256 (rust/crates/tokio-tfo-0.2.2.crate) = f30b433f102de6c9b0546dc73398ba3d38d8a556f29f731268451e0b1b3aab9e SIZE (rust/crates/tokio-tfo-0.2.2.crate) = 15318 -SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15 -SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508 +SHA256 (rust/crates/tokio-util-0.7.11.crate) = 9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1 +SIZE (rust/crates/tokio-util-0.7.11.crate) = 113421 SHA256 (rust/crates/tower-0.4.13.crate) = b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c SIZE (rust/crates/tower-0.4.13.crate) = 106906 SHA256 (rust/crates/tower-layer-0.3.2.crate) = c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0 @@ -785,8 +789,8 @@ SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe9399 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 -SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 +SHA256 (rust/crates/winapi-util-0.1.8.crate) = 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b +SIZE (rust/crates/winapi-util-0.1.8.crate) = 12416 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/windows-0.51.1.crate) = ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9 @@ -851,5 +855,5 @@ SHA256 (rust/crates/zstd-safe-4.1.3+zstd.1.5.1.crate) = e99d81b99fb3c2c2c794e3fe SIZE (rust/crates/zstd-safe-4.1.3+zstd.1.5.1.crate) = 16677 SHA256 (rust/crates/zstd-sys-1.6.2+zstd.1.5.1.crate) = 2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f SIZE (rust/crates/zstd-sys-1.6.2+zstd.1.5.1.crate) = 718776 -SHA256 (shadowsocks-shadowsocks-rust-v1.18.3_GH0.tar.gz) = 0eb817d81e6827e65593c67d4eef6a1136ca84a1c33cf4c97b3a84e98e5a7f60 -SIZE (shadowsocks-shadowsocks-rust-v1.18.3_GH0.tar.gz) = 444662 +SHA256 (shadowsocks-shadowsocks-rust-v1.18.4_GH0.tar.gz) = 1df8961d4b16f756081a554bf84ded124d43062f92cf36f2ac3f590ee72d22f3 +SIZE (shadowsocks-shadowsocks-rust-v1.18.4_GH0.tar.gz) = 445684 diff --git a/net/slackcat/Makefile b/net/slackcat/Makefile index d51ec918bde..47b77d40287 100644 --- a/net/slackcat/Makefile +++ b/net/slackcat/Makefile @@ -1,6 +1,6 @@ PORTNAME= slackcat DISTVERSION= 1.7.3 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= net MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod diff --git a/net/sniffnet/Makefile b/net/sniffnet/Makefile index 0d396e769b1..9ae990e9f37 100644 --- a/net/sniffnet/Makefile +++ b/net/sniffnet/Makefile @@ -1,6 +1,7 @@ PORTNAME= sniffnet DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= net wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/net/speedtest-go/Makefile b/net/speedtest-go/Makefile index e4bb250cd95..578eca5f23e 100644 --- a/net/speedtest-go/Makefile +++ b/net/speedtest-go/Makefile @@ -1,6 +1,7 @@ PORTNAME= speedtest-go DISTVERSIONPREFIX= v -DISTVERSION= 1.6.12 +DISTVERSION= 1.7.5 +PORTREVISION= 1 CATEGORIES= net www MAINTAINER= driesm@FreeBSD.org diff --git a/net/speedtest-go/distinfo b/net/speedtest-go/distinfo index e98d8bc2c90..5f587bb808d 100644 --- a/net/speedtest-go/distinfo +++ b/net/speedtest-go/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1714803399 -SHA256 (go/net_speedtest-go/speedtest-go-v1.6.12/v1.6.12.mod) = 612eb307d4928be9b0cdd6e178719306b05b52283d3b779656cbc003041feb4d -SIZE (go/net_speedtest-go/speedtest-go-v1.6.12/v1.6.12.mod) = 509 -SHA256 (go/net_speedtest-go/speedtest-go-v1.6.12/v1.6.12.zip) = e90b7bf6f650bdce1c3856ca3228702fba8dd85aac0ee221f3f094274adf7b35 -SIZE (go/net_speedtest-go/speedtest-go-v1.6.12/v1.6.12.zip) = 39082 +TIMESTAMP = 1715254288 +SHA256 (go/net_speedtest-go/speedtest-go-v1.7.5/v1.7.5.mod) = 612eb307d4928be9b0cdd6e178719306b05b52283d3b779656cbc003041feb4d +SIZE (go/net_speedtest-go/speedtest-go-v1.7.5/v1.7.5.mod) = 509 +SHA256 (go/net_speedtest-go/speedtest-go-v1.7.5/v1.7.5.zip) = c8fc128c7a9b52f2b9b323a893b08979b23f02927936bb093ef5b4b15b00d53b +SIZE (go/net_speedtest-go/speedtest-go-v1.7.5/v1.7.5.zip) = 53212 diff --git a/net/stc/Makefile b/net/stc/Makefile index 75949f0f541..db62eb7199b 100644 --- a/net/stc/Makefile +++ b/net/stc/Makefile @@ -1,6 +1,6 @@ PORTNAME= stc PORTVERSION= 1.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MAINTAINER= kbowling@FreeBSD.org diff --git a/net/storj/Makefile b/net/storj/Makefile index 9770b1564fe..d8757ade537 100644 --- a/net/storj/Makefile +++ b/net/storj/Makefile @@ -1,6 +1,7 @@ PORTNAME= storj -PORTVERSION= 1.101.3 +PORTVERSION= 1.102.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= danfe@FreeBSD.org diff --git a/net/storj/Makefile.deps b/net/storj/Makefile.deps index caab1c19c09..1c929bb85ae 100644 --- a/net/storj/Makefile.deps +++ b/net/storj/Makefile.deps @@ -125,13 +125,13 @@ GH_TUPLE= \ spf13:cobra:v1.8.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.18.2:spf13_viper/vendor/github.com/spf13/viper \ - storj:common:3a1a80390ccd:storj_common/vendor/storj.io/common \ + storj:common:e16d36937e83:storj_common/vendor/storj.io/common \ storj:drpc:v0.0.34:storj_drpc/vendor/storj.io/drpc \ storj:eventkit:6cb545e5f892:storj_eventkit/vendor/storj.io/eventkit \ storj:infectious:v0.0.2:storj_infectious/vendor/storj.io/infectious \ storj:monkit-jaeger:52b0792fa6cd:storj_monkit_jaeger/vendor/storj.io/monkit-jaeger \ storj:picobuf:v0.0.3:storj_picobuf/vendor/storj.io/picobuf \ - storj:uplink:7e1a1e616922:storj_uplink/vendor/storj.io/uplink \ + storj:uplink:190796a0f006:storj_uplink/vendor/storj.io/uplink \ stretchr:testify:v1.9.0:stretchr_testify/vendor/github.com/stretchr/testify \ stripe:stripe-go:v75.8.0:stripe_stripe_go/vendor/github.com/stripe/stripe-go/v75 \ subosito:gotenv:v1.6.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ diff --git a/net/storj/distinfo b/net/storj/distinfo index 1d542e7f5d7..e6753d6d349 100644 --- a/net/storj/distinfo +++ b/net/storj/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1712251012 -SHA256 (storj-storj-v1.101.3_GH0.tar.gz) = 6cfed36a133b323ef852277fe2de5e3fc5d0ae660471c36ef38773732a1937f6 -SIZE (storj-storj-v1.101.3_GH0.tar.gz) = 7155648 +TIMESTAMP = 1713260114 +SHA256 (storj-storj-v1.102.3_GH0.tar.gz) = fec7f4854c35a28e2b231d97355f4c65afd6d7aa5cf3baf040effcad72c794e3 +SIZE (storj-storj-v1.102.3_GH0.tar.gz) = 7136667 SHA256 (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 2f26521a9207b91dfbca3d28e5545bc11cb098888ecf3e9ba8e5936387b06a33 SIZE (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 6683 SHA256 (acarl005-stripansi-5a71ef0e047d_GH0.tar.gz) = 832ad7232c573cec3eece91af4cdf40d2d06bca94e026dd7d5add0f44f802f0f @@ -249,8 +249,8 @@ SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac09 SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 SHA256 (spf13-viper-v1.18.2_GH0.tar.gz) = eb9223a46c6319b3add6cfe3e7986fde9919bd441d695169d6f1238d19a0d6d4 SIZE (spf13-viper-v1.18.2_GH0.tar.gz) = 118481 -SHA256 (storj-common-3a1a80390ccd_GH0.tar.gz) = d29a573ab8692ad02c5428178e305bc319ca13eae3bd859625e32224aa6f125c -SIZE (storj-common-3a1a80390ccd_GH0.tar.gz) = 679564 +SHA256 (storj-common-e16d36937e83_GH0.tar.gz) = c49b46489cab52720b58e14ccf36c59a64b9046b237e3cdd7df33987698ba330 +SIZE (storj-common-e16d36937e83_GH0.tar.gz) = 679632 SHA256 (storj-drpc-v0.0.34_GH0.tar.gz) = 1ce4c6d21e8551c2479f8d5bf6a3769bd9c2aff3b86d8ee42c460fd1d3c2bdb3 SIZE (storj-drpc-v0.0.34_GH0.tar.gz) = 287039 SHA256 (storj-eventkit-6cb545e5f892_GH0.tar.gz) = b29211b453dd5a643b6ebcb5790348363920753cefba467947253d2641e06397 @@ -261,8 +261,8 @@ SHA256 (storj-monkit-jaeger-52b0792fa6cd_GH0.tar.gz) = e79493a730e1565f1e5fe5f05 SIZE (storj-monkit-jaeger-52b0792fa6cd_GH0.tar.gz) = 74226 SHA256 (storj-picobuf-v0.0.3_GH0.tar.gz) = 833d2e73c179476a68a40a1fc681b517f2cf7a9720540097605c23ff41302d02 SIZE (storj-picobuf-v0.0.3_GH0.tar.gz) = 70579 -SHA256 (storj-uplink-7e1a1e616922_GH0.tar.gz) = 406aed1351ee653074dfd179b0bdc79c781ad622b783375ba31f8e17d819ce4f -SIZE (storj-uplink-7e1a1e616922_GH0.tar.gz) = 238971 +SHA256 (storj-uplink-190796a0f006_GH0.tar.gz) = e4fc7f3882eee42ddc3cfa6c044a762900b3b7e47100e8c7247be31dab9f27d3 +SIZE (storj-uplink-190796a0f006_GH0.tar.gz) = 239517 SHA256 (stretchr-testify-v1.9.0_GH0.tar.gz) = ee651d4d4427d55096007190398102383498e6b5cf97ea9e89ad6e72b4115fbb SIZE (stretchr-testify-v1.9.0_GH0.tar.gz) = 108663 SHA256 (stripe-stripe-go-v75.8.0_GH0.tar.gz) = ce1f5a758d9289a9d0dc3d663beee93ffb4cc703f64d394396ccbaf6f4b352ee diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 7bee93e597a..67431125678 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,6 +1,6 @@ PORTNAME= syncthing DISTVERSIONPREFIX= v -DISTVERSION= 1.27.6 +DISTVERSION= 1.27.7 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 3e337b7ea71..aff375261d3 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712662116 -SHA256 (syncthing-source-v1.27.6.tar.gz) = 88466d7b7329dce69138c096bfaca91a9ae2b49aac99817d9210b91d9d61883f -SIZE (syncthing-source-v1.27.6.tar.gz) = 15147926 +TIMESTAMP = 1715165365 +SHA256 (syncthing-source-v1.27.7.tar.gz) = 2572a2fbb425be2998ff045ea08055710182ced5b3673b96107ccaa56b34c5b5 +SIZE (syncthing-source-v1.27.7.tar.gz) = 15165244 diff --git a/net/termshark/Makefile b/net/termshark/Makefile index be59f33ab34..adfec59ae26 100644 --- a/net/termshark/Makefile +++ b/net/termshark/Makefile @@ -1,7 +1,7 @@ PORTNAME= termshark PORTVERSION= 2.4.0 DISTVERSIONPREFIX=v -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net MAINTAINER= zi@FreeBSD.org diff --git a/net/traefik/Makefile b/net/traefik/Makefile index edd0e162c93..d62ff2f4320 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,6 +1,6 @@ PORTNAME= traefik PORTVERSION= 2.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} diff --git a/net/trippy/Makefile b/net/trippy/Makefile index efaf5b2afa9..8f591dc1c62 100644 --- a/net/trippy/Makefile +++ b/net/trippy/Makefile @@ -1,6 +1,6 @@ PORTNAME= trippy DISTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org diff --git a/net/tunneller/Makefile b/net/tunneller/Makefile index 8a71b930e60..83c8e98ac73 100644 --- a/net/tunneller/Makefile +++ b/net/tunneller/Makefile @@ -1,7 +1,7 @@ PORTNAME= tunneller DISTVERSIONPREFIX= release- DISTVERSION= 0.6 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/udp-over-tcp/Makefile b/net/udp-over-tcp/Makefile index baa85062240..6456232858e 100644 --- a/net/udp-over-tcp/Makefile +++ b/net/udp-over-tcp/Makefile @@ -1,6 +1,7 @@ PORTNAME= udp-over-tcp DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/unison/Makefile b/net/unison/Makefile index 05f212a2fbf..974b846b2dc 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,5 +1,5 @@ PORTNAME= unison -PORTVERSION= 2.53.4 +PORTVERSION= 2.53.5 DISTVERSIONPREFIX= v CATEGORIES= net diff --git a/net/unison/distinfo b/net/unison/distinfo index fe03cfcf887..fe9ab8f9cd9 100644 --- a/net/unison/distinfo +++ b/net/unison/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708372021 -SHA256 (bcpierce00-unison-v2.53.4_GH0.tar.gz) = d19e4293013581dbc4d149aef89b34c76221efcbd873c7aa5193de489addb85a -SIZE (bcpierce00-unison-v2.53.4_GH0.tar.gz) = 1407429 +TIMESTAMP = 1715060300 +SHA256 (bcpierce00-unison-v2.53.5_GH0.tar.gz) = 330418ad130d93d0e13da7e7e30f9b829bd7c0e859355114bd4644c35fe08d23 +SIZE (bcpierce00-unison-v2.53.5_GH0.tar.gz) = 1408926 diff --git a/net/v2ray/Makefile b/net/v2ray/Makefile index 166b1f9163a..f77f58eaa53 100644 --- a/net/v2ray/Makefile +++ b/net/v2ray/Makefile @@ -1,7 +1,7 @@ PORTNAME= v2ray DISTVERSIONPREFIX= v DISTVERSION= 4.36.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net MAINTAINER= shen.elf@gmail.com diff --git a/net/wangle/Makefile b/net/wangle/Makefile index 26b3c3e8b96..961b23c4486 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= wangle DISTVERSIONPREFIX= v -DISTVERSION= 2024.05.02.00 +DISTVERSION= 2024.05.06.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/wangle/distinfo b/net/wangle/distinfo index 66241b8e6d2..9047bd7df01 100644 --- a/net/wangle/distinfo +++ b/net/wangle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714712516 -SHA256 (facebook-wangle-v2024.05.02.00_GH0.tar.gz) = 258768db99ced458f3bf7927d3f52bd906609f4746b64319ee5c93b79a8647bf -SIZE (facebook-wangle-v2024.05.02.00_GH0.tar.gz) = 388086 +TIMESTAMP = 1715055830 +SHA256 (facebook-wangle-v2024.05.06.00_GH0.tar.gz) = 44e22905a7d5334b37cc25b27ca4124a63df6891b55641e157d9a75fea7bc21c +SIZE (facebook-wangle-v2024.05.06.00_GH0.tar.gz) = 388294 diff --git a/net/widentd/files/patch-widentd.c b/net/widentd/files/patch-widentd.c index e91450cad30..fe22b377721 100644 --- a/net/widentd/files/patch-widentd.c +++ b/net/widentd/files/patch-widentd.c @@ -1,6 +1,15 @@ ---- widentd.c.orig 2015-02-24 19:27:09 UTC +--- widentd.c.orig 2024-01-27 10:24:27 UTC +++ widentd.c -@@ -191,7 +191,7 @@ main(int argc, char **argv) +@@ -51,7 +51,7 @@ main(int argc, char **argv) + int + main(int argc, char **argv) + { +- char ch; ++ signed char ch; + const int yes = 1; + int blog = BLOG; + unsigned int i; +@@ -190,7 +190,7 @@ main(int argc, char **argv) to.tv_sec = TIMEOUT; to.tv_usec = 0; diff --git a/net/wifibox-alpine/Makefile b/net/wifibox-alpine/Makefile index f7a6a62d736..41cdfe960d2 100644 --- a/net/wifibox-alpine/Makefile +++ b/net/wifibox-alpine/Makefile @@ -1,5 +1,5 @@ PORTNAME= wifibox-alpine -PORTVERSION= 20240328 +PORTVERSION= 20240506 CATEGORIES= net MAINTAINER= pali.gabor@gmail.com @@ -93,7 +93,7 @@ _GITHUB_SITE= https://github.com/pgj/freebsd-wifibox-alpine/releases/download USE_GITHUB= nodefault GH_ACCOUNT= pgj GH_PROJECT= freebsd-wifibox-alpine:scripts -GH_TAGNAME= fe9b384e45c57b0cfafe5e5b3931ba163f4230fd:scripts +GH_TAGNAME= 3ce5b1faf48ef4b9d52c38bf518aa612242fba3f:scripts ALPINE_VERSION= 3.19.1 ALPINE_DATE= 2024.03.23 @@ -160,11 +160,21 @@ _IPW2200_FIRMWARE= iwi/ipw2200-bss \ _MT76_FIRMWARE= 2135e201e7a9339e018d4e2d4a33c73266e674d7 _LINUX64_KMOD!= (kldstat -qn linux64 && echo "found") || echo "" +_LINUX_EMUL_PATH!= (sysctl -qn compat.linux.emul_path) || echo "" +_LINUX_EP_EXISTS!= (test -d "${_LINUX_EMUL_PATH}" && echo "found") || echo "" -.if empty(_LINUX64_KMOD) +.if empty(IGNORE) && empty(_LINUX64_KMOD) IGNORE= needs the linux64 kernel module to build .endif +.if empty(IGNORE) && empty(_LINUX_EMUL_PATH) +IGNORE= needs compat.linux.emul_path to be set +.endif + +.if empty(IGNORE) && empty(_LINUX_EP_EXISTS) +IGNORE= needs compat.linux.emul_path to point to an existing directory +.endif + pre-everything:: .if !defined(FIRMWARE_FILES) @${ECHO_MSG} "===> NOTICE:" @@ -302,7 +312,7 @@ LINUX_FIRMWARE+= ${L${fw_opt}_FILES} RTL8821CE_VERSION= 20240120 RTW88_VERSION= 20240316 -RTW89_VERSION= 20240310 +RTW89_VERSION= 20240106 BROADCOM_WL_VERSION= 6.30.223.271 _LINUX_LTS_MAJOR= ${LINUX_LTS_VERSION:C/^([0-9]*)\..*/\1/} diff --git a/net/wifibox-alpine/distinfo b/net/wifibox-alpine/distinfo index 37ee6599bdf..a9bcd657630 100644 --- a/net/wifibox-alpine/distinfo +++ b/net/wifibox-alpine/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1711611047 +TIMESTAMP = 1714987776 SHA256 (wifibox-alpine/alpine-minirootfs-3.19.1-x86_64.tar.gz) = 185123ceb6e7d08f2449fff5543db206ffb79decd814608d399ad447e08fa29e SIZE (wifibox-alpine/alpine-minirootfs-3.19.1-x86_64.tar.gz) = 3285677 SHA256 (wifibox-alpine/linux-firmware-20240312.tar.gz) = 89cbac35d1bd21ebf64936d764ccd01d4e0b6cde973e3b940f8ad2bac9086ec8 @@ -73,10 +73,10 @@ SHA256 (wifibox-alpine/rtl8821ce-edge-20240120-r06080010100.apk) = 35062fee8d7c6 SIZE (wifibox-alpine/rtl8821ce-edge-20240120-r06080010100.apk) = 598056 SHA256 (wifibox-alpine/rtw88-edge-20240316-r06080010100.apk) = 62fe2c87b04f5e86d46bfd0bd87d97cc42563eaf19a27806f80c021b76a068a3 SIZE (wifibox-alpine/rtw88-edge-20240316-r06080010100.apk) = 194890 -SHA256 (wifibox-alpine/rtw89-20240310-r06060220100.apk) = abbcd2da0acb29a9a6a2aaf86716f60cf564b17e73ca97ada9d36c462ec496e8 -SIZE (wifibox-alpine/rtw89-20240310-r06060220100.apk) = 467416 -SHA256 (wifibox-alpine/rtw89-edge-20240310-r06080010100.apk) = 8f9872b21328efe1508c1aa7e11d53cd65e2f5e4131f201ed57b18b506c449b6 -SIZE (wifibox-alpine/rtw89-edge-20240310-r06080010100.apk) = 467502 +SHA256 (wifibox-alpine/rtw89-20240106-r06060220100.apk) = 961719596caa90522773a9ffe17d760ff2bdfda02eece413063d4f994e4d155f +SIZE (wifibox-alpine/rtw89-20240106-r06060220100.apk) = 410651 +SHA256 (wifibox-alpine/rtw89-edge-20240106-r06080010100.apk) = 173a44c79d9f0f7df18eed1e5d487d4b7a4ea5a6641f32acaa3bda810456d768 +SIZE (wifibox-alpine/rtw89-edge-20240106-r06080010100.apk) = 411361 SHA256 (wifibox-alpine/broadcom-wl-6.30.223.271-r06060220100.apk) = e42f9e0871e89105911ff09c5df7c87e0d55c8a5c9cf76c30d094f31625cb15e SIZE (wifibox-alpine/broadcom-wl-6.30.223.271-r06060220100.apk) = 1465323 SHA256 (wifibox-alpine/broadcom-wl-edge-6.30.223.271-r06080010100.apk) = 964ddfe0b7d7a0de3a0069ca7361438e9eb5b0ebc5b5bc7772bdc57cddc00c3f @@ -89,5 +89,5 @@ SHA256 (wifibox-alpine/broadcom-wl-6.30.163.46.tar.bz2) = a07c3b6b277833c7dbe61d SIZE (wifibox-alpine/broadcom-wl-6.30.163.46.tar.bz2) = 7684610 SHA256 (wifibox-alpine/2135e201e7a9339e018d4e2d4a33c73266e674d7.zip) = 7c9c69184bea159c6a6a885ffbafe878d9bb0e5d6d0fc2aeba010ee42c8fdd33 SIZE (wifibox-alpine/2135e201e7a9339e018d4e2d4a33c73266e674d7.zip) = 12509641 -SHA256 (wifibox-alpine/pgj-freebsd-wifibox-alpine-fe9b384e45c57b0cfafe5e5b3931ba163f4230fd_GH0.tar.gz) = ca977198e9ce1e0fa4e95cda5c2f435ad6d829f2edd597ea697e0a58dfdb6475 -SIZE (wifibox-alpine/pgj-freebsd-wifibox-alpine-fe9b384e45c57b0cfafe5e5b3931ba163f4230fd_GH0.tar.gz) = 208406 +SHA256 (wifibox-alpine/pgj-freebsd-wifibox-alpine-3ce5b1faf48ef4b9d52c38bf518aa612242fba3f_GH0.tar.gz) = 69d1feb931b3230b3577487cf21a7a008058442c8064b1f4f1a535d6838a212f +SIZE (wifibox-alpine/pgj-freebsd-wifibox-alpine-3ce5b1faf48ef4b9d52c38bf518aa612242fba3f_GH0.tar.gz) = 208422 diff --git a/net/wifibox/Makefile b/net/wifibox/Makefile index 61de81e6599..8cefe54e1f8 100644 --- a/net/wifibox/Makefile +++ b/net/wifibox/Makefile @@ -1,5 +1,5 @@ PORTNAME= wifibox -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= net MAINTAINER= pali.gabor@gmail.com diff --git a/net/wireguard-go/Makefile b/net/wireguard-go/Makefile index a28bb68f05e..35ba3d68b00 100644 --- a/net/wireguard-go/Makefile +++ b/net/wireguard-go/Makefile @@ -1,6 +1,6 @@ PORTNAME= wireguard-go PORTVERSION= 0.0.20230223 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= net net-vpn MASTER_SITES= https://git.zx2c4.com/wireguard-go/snapshot/ diff --git a/net/wireproxy/Makefile b/net/wireproxy/Makefile index 0760595ef18..1ace9d276db 100644 --- a/net/wireproxy/Makefile +++ b/net/wireproxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= wireproxy DISTVERSIONPREFIX= v -DISTVERSION= 1.0.7 -PORTREVISION= 2 +DISTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= lwhsu@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules -GO_MODULE= github.com/octeep/wireproxy +GO_MODULE= github.com/pufferffish/wireproxy GO_TARGET= ./cmd/wireproxy PLIST_FILES= bin/wireproxy diff --git a/net/wireproxy/distinfo b/net/wireproxy/distinfo index 25339c12dad..29e5c695366 100644 --- a/net/wireproxy/distinfo +++ b/net/wireproxy/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1711283939 -SHA256 (go/net_wireproxy/wireproxy-v1.0.7/v1.0.7.mod) = ebd878f0482c834738619f3ca651868695c7dbe8f955210a73b9938a0b362a58 -SIZE (go/net_wireproxy/wireproxy-v1.0.7/v1.0.7.mod) = 720 -SHA256 (go/net_wireproxy/wireproxy-v1.0.7/v1.0.7.zip) = 0934d9f800ebdcf0ae473c250f22e09c1edd195e659f20481020fd6c4900752c -SIZE (go/net_wireproxy/wireproxy-v1.0.7/v1.0.7.zip) = 25698 +TIMESTAMP = 1715018212 +SHA256 (go/net_wireproxy/wireproxy-v1.0.9/v1.0.9.mod) = 718c49ea2dd8a7099cd943f62dabe35dd91aa6466631dd58470410c796bcd417 +SIZE (go/net_wireproxy/wireproxy-v1.0.9/v1.0.9.mod) = 835 +SHA256 (go/net_wireproxy/wireproxy-v1.0.9/v1.0.9.zip) = f8539f502b387b841b57ba95df4af46b2795bd086432adba0d186103f4ab761a +SIZE (go/net_wireproxy/wireproxy-v1.0.9/v1.0.9.zip) = 29368 diff --git a/net/wstunnel/Makefile b/net/wstunnel/Makefile index 58d8b871ce0..44bbbf6f973 100644 --- a/net/wstunnel/Makefile +++ b/net/wstunnel/Makefile @@ -1,7 +1,7 @@ PORTNAME= wstunnel DISTVERSIONPREFIX= v DISTVERSION= 9.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/xapsd/Makefile b/net/xapsd/Makefile index e75dd4379a0..2c026f86544 100644 --- a/net/xapsd/Makefile +++ b/net/xapsd/Makefile @@ -1,6 +1,6 @@ PORTNAME= xapsd DISTVERSION= g20240326 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= PopularMoment@protonmail.com diff --git a/net/yate/Makefile b/net/yate/Makefile index a826fcd8263..298bac251be 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -1,52 +1,58 @@ -PORTNAME= yate -PORTVERSION= 6.4.0 -PORTREVISION= 3 -CATEGORIES= net -MASTER_SITES= http://yate.null.ro/tarballs/yate6/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 +PORTNAME= yate +DISTVERSION= 6.4.1 +DISTVERSIONSUFFIX= -g${GH_TAGNAME} +CATEGORIES= net MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another Telephony Engine -WWW= http://yate.null.ro +WWW= http://yate.ro LICENSE= GPLv2 -BROKEN= Unfetchable - -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le +ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le LIB_DEPENDS= libasound.so:audio/alsa-lib \ - libspeex.so:audio/speex \ - libgsm.so:audio/gsm + libgsm.so:audio/gsm \ + libspeex.so:audio/speex USES= autoreconf bison gmake shebangfix +USE_GITHUB= yes +GH_ACCOUNT= yatevoip +GH_TAGNAME= e0a20c4 USE_GCC= yes +USE_LDCONFIG= yes +USE_RC_SUBR= yate + SHEBANG_FILES= share/scripts/banbrutes.php \ share/scripts/leavemail.php \ share/scripts/queue_in.php \ share/scripts/queue_out.php \ - share/scripts/route.php \ - share/scripts/tts.sh \ + share/scripts/route.php share/scripts/tts.sh \ share/scripts/voicemail.php -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CONFIGURE_ARGS= --without-fdsize \ - --without-libqt4 \ - --with-zlib=/usr -PLIST_SUB= VERSION="${PORTVERSION}" +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -MAKE_JOBS_UNSAFE=yes +CONFIGURE_ARGS= --with-zlib=/usr \ + --without-fdsize \ + --without-libqt4 +MAKE_JOBS_UNSAFE= yes + +CXXFLAGS+= -Wno-register + +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} SUB_FILES= pkg-message -USE_RC_SUBR= yate + USERS= yate GROUPS= yate -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} -OPTIONS_DEFINE= AMRNB DOCS DAHDI H323 ILBC MYSQL PGSQL SCTP SPANDSP SQLITE -OPTIONS_DEFAULT=SCTP +PLIST_SUB= VERSION="${PORTVERSION}" + +OPTIONS_DEFINE= AMRNB DAHDI DOCS H323 ILBC MYSQL PGSQL SCTP SPANDSP \ + SQLITE +OPTIONS_DEFAULT= SCTP +OPTIONS_SUB= yes AMRNB_DESC= Adaptive Multi-Rate Narrowband support DAHDI_DESC= Dahdi support @@ -54,44 +60,44 @@ H323_DESC= H323 software channel/protocol support ILBC_DESC= iLBC narrowband speech codec support SCTP_DESC= Stream Control Transmission Protocol support -OPTIONS_SUB= yes - -AMRNB_CONFIGURE_WITH= amrnb=${LOCALBASE} AMRNB_LIB_DEPENDS= libamrnb.so:audio/libamrnb +AMRNB_CONFIGURE_WITH= amrnb=${LOCALBASE} +DAHDI_BUILD_DEPENDS= ${LOCALBASE}/include/dahdi/user.h:misc/dahdi \ + libpri>=1.4.10:misc/libpri +DAHDI_LIB_DEPENDS= libopenr2.so:misc/openr2 \ + libpri.so:misc/libpri DAHDI_CONFIGURE_ENABLE= dahdi -DAHDI_BUILD_DEPENDS= libpri>=1.4.10:misc/libpri \ - ${LOCALBASE}/include/dahdi/user.h:misc/dahdi -DAHDI_LIB_DEPENDS= libpri.so:misc/libpri \ - libopenr2.so:misc/openr2 -H323_CONFIGURE_WITH= openh323=${LOCALBASE} H323_LIB_DEPENDS= libopenh323.so:net/h323plus \ libpt.so:devel/ptlib +H323_CONFIGURE_WITH= openh323=${LOCALBASE} -ILBC_CONFIGURE_ENABLE= ilbc ILBC_LIB_DEPENDS= libilbc.so:net/ilbc +ILBC_CONFIGURE_ENABLE= ilbc -MYSQL_CONFIGURE_WITH= mysql MYSQL_USES= mysql ssl +MYSQL_CONFIGURE_WITH= mysql -PGSQL_CONFIGURE_WITH= libpq=${LOCALBASE} PGSQL_USES= pgsql +PGSQL_CONFIGURE_WITH= libpq=${LOCALBASE} SCTP_CONFIGURE_ENABLE= sctp -SPANDSP_CONFIGURE_WITH= spandsp SPANDSP_LIB_DEPENDS= libspandsp.so:comms/spandsp +SPANDSP_CONFIGURE_WITH= spandsp -SQLITE_CONFIGURE_WITH= sqlite SQLITE_USES= pkgconfig sqlite +SQLITE_CONFIGURE_WITH= sqlite -post-extract: - @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} +_USES_configure+= 471:post-autoreconf + +post-autoreconf: + cd ${WRKSRC} && ./yate-config.sh post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/yate - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyate*.so.${PORTVERSION} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyate*.so.* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/*.yate @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/radio/*.yate @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yate/sig/*.yate diff --git a/net/yate/distinfo b/net/yate/distinfo index 377c6998de8..dddfa4f2049 100644 --- a/net/yate/distinfo +++ b/net/yate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628007074 -SHA256 (yate-6.4.0-1.tar.gz) = 8c23dc6bffbf8d478db3a85964b5019771c8f6c9acf5220f3465516a748a03b0 -SIZE (yate-6.4.0-1.tar.gz) = 6169240 +TIMESTAMP = 1715483363 +SHA256 (yatevoip-yate-6.4.1-ge0a20c4-e0a20c4_GH0.tar.gz) = 588006708bd2a2cd82582706489d82f0ecc2c3863c4e8e684f0282f773ad6917 +SIZE (yatevoip-yate-6.4.1-ge0a20c4-e0a20c4_GH0.tar.gz) = 4316401 diff --git a/net/yate/files/patch-Makefile.in b/net/yate/files/patch-Makefile.in index 934c5db134c..c0e4e41095e 100644 --- a/net/yate/files/patch-Makefile.in +++ b/net/yate/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2017-03-28 09:13:41 UTC +--- Makefile.in.orig 2024-01-15 13:41:34 UTC +++ Makefile.in -@@ -230,8 +230,8 @@ install-noconf: all +@@ -235,8 +235,8 @@ install-noconf: all for i in $(MAN8) ; do \ install -m 0644 @srcdir@/docs/man/$$i "$(DESTDIR)$(mandir)/man8/" ; \ done @@ -11,7 +11,20 @@ @mkdir -p "$(DESTDIR)$(incdir)/" && \ for i in $(INCS) ; do \ install -m 0644 @srcdir@/$$i "$(DESTDIR)$(incdir)/" ; \ -@@ -270,7 +270,7 @@ uninstall uninstall-root: +@@ -262,9 +262,9 @@ install-api: $(APIDOCS) + + install-api: $(APIDOCS) + @mkdir -p "$(DESTDIR)$(docdir)/api/" && \ +- install -m 0644 @srcdir@/docs/*.html "$(DESTDIR)$(docdir)/" && \ +- test -f "$(APIINDEX)" && \ +- install -m 0644 @srcdir@/docs/api/*.* "$(DESTDIR)$(docdir)/api/" ++ install -m 0644 @srcdir@/docs/*.html "$(DESTDIR)$(docdir)/" #&& \ ++# test -f "$(APIINDEX)" && \ ++# install -m 0644 @srcdir@/docs/api/*.* "$(DESTDIR)$(docdir)/api/" + + uninstall uninstall-root: + @-for i in $(SLIBS) ; do \ +@@ -275,7 +275,7 @@ uninstall uninstall-root: @-for i in $(PROGS) yate-config ; do \ rm "$(DESTDIR)$(bindir)/$$i" ; \ done diff --git a/net/yate/files/patch-configure.ac b/net/yate/files/patch-configure.ac index aac4c2fa90a..980b6363bad 100644 --- a/net/yate/files/patch-configure.ac +++ b/net/yate/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac.orig 2018-04-05 08:59:36 UTC +--- configure.ac.orig 2024-01-15 13:41:34 UTC +++ configure.ac -@@ -109,7 +109,8 @@ if [[ "x$ac_cv_no_overload_virt" = "xyes +@@ -113,7 +113,8 @@ AC_MSG_RESULT([$ac_cv_no_overload_virt]) fi AC_MSG_RESULT([$ac_cv_no_overload_virt]) diff --git a/net/yate/files/patch-modules_Makefile.in b/net/yate/files/patch-modules_Makefile.in index 92edeeecb4e..d023376ea4f 100644 --- a/net/yate/files/patch-modules_Makefile.in +++ b/net/yate/files/patch-modules_Makefile.in @@ -1,6 +1,6 @@ ---- modules/Makefile.in.orig 2021-02-09 15:56:37 UTC +--- modules/Makefile.in.orig 2024-01-15 13:41:34 UTC +++ modules/Makefile.in -@@ -374,7 +374,7 @@ server/mgcpgw.yate: LOCALFLAGS = -I@top_srcdir@/libs/y +@@ -375,7 +375,7 @@ server/lksctp.yate: EXTERNFLAGS = @SCTP_FLAGS@ server/mgcpgw.yate: LOCALLIBS = -lyatemgcp -L../libs/ysdp -lyatesdp server/lksctp.yate: EXTERNFLAGS = @SCTP_FLAGS@ diff --git a/net/yate/files/patch-modules_server_hep3__capture.cpp b/net/yate/files/patch-modules_server_hep3__capture.cpp new file mode 100644 index 00000000000..fab925b02f9 --- /dev/null +++ b/net/yate/files/patch-modules_server_hep3__capture.cpp @@ -0,0 +1,11 @@ +--- modules/server/hep3_capture.cpp.orig 2024-05-11 20:44:43 UTC ++++ modules/server/hep3_capture.cpp +@@ -421,7 +421,7 @@ static const TokenDict s_ipTypes[] = { + {"unspecified", AF_UNSPEC}, + {"local", AF_LOCAL}, + {"unix", AF_UNIX}, +- {"file", AF_FILE}, ++ {"file", AF_LOCAL}, + {"ipv4", AF_INET}, + {"IPv4", AF_INET}, + {"ipv6", AF_INET6}, diff --git a/net/yate/pkg-plist b/net/yate/pkg-plist index dddd9f1e30b..8c0e99c8c1d 100644 --- a/net/yate/pkg-plist +++ b/net/yate/pkg-plist @@ -24,6 +24,7 @@ bin/yate-config @sample %%ETCDIR%%/gvoice.conf.sample @sample %%ETCDIR%%/h323chan.conf.sample @sample %%ETCDIR%%/heartbeat.conf.sample +@sample %%ETCDIR%%/hep3_capture.conf.sample @sample %%ETCDIR%%/isupmangler.conf.sample @sample %%ETCDIR%%/jabberclient.conf.sample @sample %%ETCDIR%%/jabberserver.conf.sample @@ -138,6 +139,7 @@ lib/yate/server/sigtransport.yate lib/yate/server/analogdetect.yate lib/yate/server/cache.yate lib/yate/server/eventlogs.yate +lib/yate/server/hep3_capture.yate %%DAHDI%%lib/yate/server/zapcard.yate %%SCTP%%lib/yate/server/lksctp.yate %%MYSQL%%lib/yate/server/mysqldb.yate @@ -204,10 +206,6 @@ share/man/man8/yate-config.8.gz %%PORTDOCS%%%%DOCSDIR%%/extmodule.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/messages.html -%%PORTDOCS%%%%DOCSDIR%%/api/index.html -%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TokenDict64-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TokenDict64.html -%%PORTDOCS%%%%DOCSDIR%%/api/yatewiresniff_8h_source.html %%DATADIR%%/data/snmp_mib.conf %%DATADIR%%/data/NULL-TEAM-MIB.txt %%DATADIR%%/data/YATE-MIB.txt @@ -563,493 +561,4 @@ share/man/man8/yate-config.8.gz %%DATADIR%%/sounds/ring.au %%DATADIR%%/sounds/ring.wav %%DATADIR%%/sounds/tone.wav -%%PORTDOCS%%%%DOCSDIR%%/api/annotated.html -%%PORTDOCS%%%%DOCSDIR%%/api/bc_s.png -%%PORTDOCS%%%%DOCSDIR%%/api/bdwn.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Array-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Array.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Array.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Atom-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Atom.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Base64-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Base64.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Base64.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1BitVector-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1BitVector.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1BitVector.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallAccount-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallAccount.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallEndpoint-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallEndpoint.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CallEndpoint.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CapturedEvent-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CapturedEvent.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1CapturedEvent.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Channel-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Channel.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Channel.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Cipher-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Cipher.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Cipher.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Client-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Client.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Client.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccount-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccount.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccount.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccountList-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccountList.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientAccountList.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientChannel-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientChannel.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientChannel.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientContact-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientContact.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientContact.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDir-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDir.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDir.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDriver-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDriver.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientDriver.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFile-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFile.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFile.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFileItem-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFileItem.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientFileItem.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientLogic-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientLogic.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientLogic.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientResource-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientResource.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientResource.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientSound-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientSound.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ClientSound.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Complex-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Complex.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Compressor-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Compressor.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Compressor.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Configuration-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Configuration.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Configuration.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataBlock-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataBlock.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataBlock.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataConsumer-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataConsumer.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataConsumer.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataEndpoint-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataEndpoint.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataEndpoint.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataFormat-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataFormat.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataFormat.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataNode-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataNode.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataNode.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataSource-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataSource.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataSource.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataTranslator-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataTranslator.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DataTranslator.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DebugEnabler-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DebugEnabler.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DebugEnabler.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Debugger-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Debugger.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DefaultLogic-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DefaultLogic.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DefaultLogic.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DnsRecord-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DnsRecord.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DnsRecord.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Driver-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Driver.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Driver.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DurationUpdate-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DurationUpdate.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1DurationUpdate.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Engine-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Engine.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1EngineCheck-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1EngineCheck.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1File-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1File.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1File.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Flags32-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Flags32.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1FormatRepository-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1FormatRepository.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenObject-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenObject.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenObject.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenPointer-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenPointer.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1GenPointer.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1HashList-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1HashList.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1HashList.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Hasher-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Hasher.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Hasher.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ListIterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ListIterator.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lock-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lock.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lock2-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lock2.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lockable-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lockable.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Lockable.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MD5-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MD5.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MD5.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Math-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Math.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MathVectorBase-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MathVectorBase.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MathVectorBase.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MemoryStream-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MemoryStream.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MemoryStream.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Message-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Message.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Message.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageDispatcher-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageDispatcher.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageDispatcher.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHandler-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHandler.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHandler.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHook-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHook.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageHook.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageNotifier-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageNotifier.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageNotifier.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessagePostHook-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessagePostHook.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessagePostHook.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageQueue-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageQueue.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageQueue.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageReceiver-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageReceiver.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageReceiver.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageRelay-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageRelay.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MessageRelay.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeAuthLine-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeAuthLine.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeAuthLine.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBinaryBody-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBinaryBody.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBinaryBody.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBody-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBody.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeBody.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeHeaderLine-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeHeaderLine.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeHeaderLine.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeLinesBody-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeLinesBody.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeLinesBody.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeMultipartBody-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeMultipartBody.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeMultipartBody.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeSdpBody-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeSdpBody.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeSdpBody.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeStringBody-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeStringBody.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MimeStringBody.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Module-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Module.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Module.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoom-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoom.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoom.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoomMember-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoomMember.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MucRoomMember.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Mutex-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Mutex.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Mutex.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MutexPool-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1MutexPool.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedCounter-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedCounter.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedCounter.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedInt-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedInt.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedInt.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedIterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedIterator.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedList-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedList.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedList.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedPointer-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedPointer.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedPointer.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedString-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedString.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NamedString.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NaptrRecord-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NaptrRecord.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1NaptrRecord.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjList-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjList.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjList.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjVector-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjVector.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ObjVector.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Plugin-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Plugin.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Plugin.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Random-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Random.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefObject-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefObject.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefObject.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointer-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointer.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointer.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointerBase-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointerBase.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefPointerBase.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefStorage-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefStorage.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1RefStorage.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Regexp-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Regexp.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Regexp.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Resolver-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Resolver.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Router-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Router.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Router.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Runnable-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Runnable.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Runnable.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA1-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA1.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA1.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA256-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA256.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SHA256.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SctpSocket-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SctpSocket.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SctpSocket.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Semaphore-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Semaphore.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Semaphore.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SharedVars-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SharedVars.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SharedVars.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SliceVector-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SliceVector.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SliceVector.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Socket-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Socket.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Socket.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketAddr-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketAddr.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketAddr.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketFilter-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketFilter.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketFilter.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketRef-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketRef.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SocketRef.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SrvRecord-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SrvRecord.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SrvRecord.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Stream-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Stream.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Stream.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1String-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1String.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1String.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SysUsage-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1SysUsage.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TempObjectCounter-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TempObjectCounter.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Thread-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Thread.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Thread.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ThreadedSource-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ThreadedSource.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1ThreadedSource.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Time-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Time.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TranslatorFactory-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TranslatorFactory.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TranslatorFactory.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TxtRecord-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TxtRecord.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1TxtRecord.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UChar-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UChar.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIFactory-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIFactory.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIFactory.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIWidget-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIWidget.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1UIWidget.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1URI-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1URI.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1URI.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Window-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Window.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1Window.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlCData-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlCData.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlCData.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlChild-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlChild.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlChild.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlComment-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlComment.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlComment.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDeclaration-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDeclaration.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDeclaration.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDoctype-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDoctype.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDoctype.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDocument-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDocument.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDocument.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDomParser-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDomParser.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlDomParser.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlElement-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlElement.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlElement.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlFragment-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlFragment.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlFragment.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlParent-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlParent.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlParent.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlSaxParser-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlSaxParser.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlSaxParser.png -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlText-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlText.html -%%PORTDOCS%%%%DOCSDIR%%/api/classTelEngine_1_1XmlText.png -%%PORTDOCS%%%%DOCSDIR%%/api/classes.html -%%PORTDOCS%%%%DOCSDIR%%/api/closed.png -%%PORTDOCS%%%%DOCSDIR%%/api/doxygen.css -%%PORTDOCS%%%%DOCSDIR%%/api/doxygen.png -%%PORTDOCS%%%%DOCSDIR%%/api/dynsections.js -%%PORTDOCS%%%%DOCSDIR%%/api/files.html -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2blank.png -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2doc.png -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2folderclosed.png -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2folderopen.png -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2lastnode.png -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2link.png -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2mlastnode.png -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2mnode.png -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2node.png -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2plastnode.png -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2pnode.png -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2splitbar.png -%%PORTDOCS%%%%DOCSDIR%%/api/ftv2vertline.png -%%PORTDOCS%%%%DOCSDIR%%/api/functions.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_b.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_c.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_d.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_e.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_enum.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_f.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_b.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_c.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_d.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_e.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_f.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_g.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_h.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_i.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_j.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_k.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_l.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_m.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_n.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_o.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_p.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_q.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_r.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_s.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_t.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_u.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_v.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_w.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_x.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_y.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_z.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_func_~.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_g.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_h.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_i.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_j.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_k.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_l.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_m.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_n.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_o.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_p.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_q.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_r.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_s.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_t.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_u.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_v.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_vars.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_w.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_x.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_y.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_z.html -%%PORTDOCS%%%%DOCSDIR%%/api/functions_~.html -%%PORTDOCS%%%%DOCSDIR%%/api/hierarchy.html -%%PORTDOCS%%%%DOCSDIR%%/api/jquery.js -%%PORTDOCS%%%%DOCSDIR%%/api/namespaceTelEngine.html -%%PORTDOCS%%%%DOCSDIR%%/api/namespacemembers.html -%%PORTDOCS%%%%DOCSDIR%%/api/namespacemembers_enum.html -%%PORTDOCS%%%%DOCSDIR%%/api/namespacemembers_func.html -%%PORTDOCS%%%%DOCSDIR%%/api/namespacemembers_type.html -%%PORTDOCS%%%%DOCSDIR%%/api/namespaces.html -%%PORTDOCS%%%%DOCSDIR%%/api/nav_f.png -%%PORTDOCS%%%%DOCSDIR%%/api/nav_g.png -%%PORTDOCS%%%%DOCSDIR%%/api/nav_h.png -%%PORTDOCS%%%%DOCSDIR%%/api/open.png -%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1FormatInfo-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1FormatInfo.html -%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1ImageInfo-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1ImageInfo.html -%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TokenDict-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TokenDict.html -%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TranslatorCaps-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1TranslatorCaps.html -%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1XmlEscape-members.html -%%PORTDOCS%%%%DOCSDIR%%/api/structTelEngine_1_1XmlEscape.html -%%PORTDOCS%%%%DOCSDIR%%/api/sync_off.png -%%PORTDOCS%%%%DOCSDIR%%/api/sync_on.png -%%PORTDOCS%%%%DOCSDIR%%/api/tab_a.png -%%PORTDOCS%%%%DOCSDIR%%/api/tab_b.png -%%PORTDOCS%%%%DOCSDIR%%/api/tab_h.png -%%PORTDOCS%%%%DOCSDIR%%/api/tab_s.png -%%PORTDOCS%%%%DOCSDIR%%/api/tabs.css -%%PORTDOCS%%%%DOCSDIR%%/api/yatecbase_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/api/yateclass_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/api/yatemath_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/api/yatemime_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/api/yatengine_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/api/yatephone_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/api/yatexml_8h_source.html +%%PORTDOCS%%@dir %%DOCSDIR%%/api diff --git a/net/yggdrasil/Makefile b/net/yggdrasil/Makefile index 00d03c5ff01..69c3ac213c4 100644 --- a/net/yggdrasil/Makefile +++ b/net/yggdrasil/Makefile @@ -1,7 +1,7 @@ PORTNAME= yggdrasil DISTVERSIONPREFIX= v DISTVERSION= 0.5.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= freebsd@neilalexander.dev diff --git a/ports-mgmt/caronade/Makefile b/ports-mgmt/caronade/Makefile index 73969c5a433..ca62ed3e622 100644 --- a/ports-mgmt/caronade/Makefile +++ b/ports-mgmt/caronade/Makefile @@ -1,7 +1,7 @@ PORTNAME= caronade DISTVERSIONPREFIX=v DISTVERSION= 0.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ports-mgmt MAINTAINER= decke@FreeBSD.org diff --git a/ports-mgmt/fallout/Makefile b/ports-mgmt/fallout/Makefile index 40ff5344c17..58cc8699a1d 100644 --- a/ports-mgmt/fallout/Makefile +++ b/ports-mgmt/fallout/Makefile @@ -1,7 +1,7 @@ PORTNAME= fallout DISTVERSIONPREFIX= v DISTVERSION= 1.0.4 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= ports-mgmt MAINTAINER= dmgk@FreeBSD.org diff --git a/ports-mgmt/modules2tuple/Makefile b/ports-mgmt/modules2tuple/Makefile index 63490d8d573..557484059a1 100644 --- a/ports-mgmt/modules2tuple/Makefile +++ b/ports-mgmt/modules2tuple/Makefile @@ -1,7 +1,7 @@ PORTNAME= modules2tuple DISTVERSIONPREFIX= v DISTVERSION= 2.2.4 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= ports-mgmt MAINTAINER= dmgk@FreeBSD.org diff --git a/ports-mgmt/pkg-graph/Makefile b/ports-mgmt/pkg-graph/Makefile index 2a3cce16a20..a7f2d8474b7 100644 --- a/ports-mgmt/pkg-graph/Makefile +++ b/ports-mgmt/pkg-graph/Makefile @@ -1,6 +1,6 @@ PORTNAME= pkg-graph DISTVERSION= g20180614 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= ports-mgmt MAINTAINER= gnn@FreeBSD.org diff --git a/ports-mgmt/pkg_replace/Makefile b/ports-mgmt/pkg_replace/Makefile index 4ca13c55e3f..f369c3b6058 100644 --- a/ports-mgmt/pkg_replace/Makefile +++ b/ports-mgmt/pkg_replace/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg_replace -DISTVERSION= 20240303 +DISTVERSION= 20240507 CATEGORIES= ports-mgmt MAINTAINER= kdeguchi@sz.tokoha-u.ac.jp diff --git a/ports-mgmt/pkg_replace/distinfo b/ports-mgmt/pkg_replace/distinfo index c0678aa58f7..3908329aad6 100644 --- a/ports-mgmt/pkg_replace/distinfo +++ b/ports-mgmt/pkg_replace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709426475 -SHA256 (kdeguchi-pkg_replace-20240303_GH0.tar.gz) = 3a5b7d0963b8d4aab9a7239c7bb6ecf1933a88752d853cc75786f2dc2fef9c1a -SIZE (kdeguchi-pkg_replace-20240303_GH0.tar.gz) = 30789 +TIMESTAMP = 1715044797 +SHA256 (kdeguchi-pkg_replace-20240507_GH0.tar.gz) = 4f96ca7b05ff81bb47c517bd3163c78bdb3938e0c9f5bc02f9924c76be168f53 +SIZE (kdeguchi-pkg_replace-20240507_GH0.tar.gz) = 30751 diff --git a/ports-mgmt/pkgcompare/Makefile b/ports-mgmt/pkgcompare/Makefile index 38379e86399..a2c74798203 100644 --- a/ports-mgmt/pkgcompare/Makefile +++ b/ports-mgmt/pkgcompare/Makefile @@ -1,6 +1,6 @@ PORTNAME= pkgcompare PORTVERSION= 1.1 -PORTREVIDSION= 1 +PORTREVISION= 1 CATEGORIES= ports-mgmt MAINTAINER= waitman@waitman.net diff --git a/ports-mgmt/portgrep/Makefile b/ports-mgmt/portgrep/Makefile index fee9182e17d..9699cde016f 100644 --- a/ports-mgmt/portgrep/Makefile +++ b/ports-mgmt/portgrep/Makefile @@ -1,7 +1,7 @@ PORTNAME= portgrep DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= ports-mgmt MAINTAINER= dmgk@FreeBSD.org diff --git a/ports-mgmt/sccache-overlay/Makefile b/ports-mgmt/sccache-overlay/Makefile index 3cbdfe79601..20eb3f8f568 100644 --- a/ports-mgmt/sccache-overlay/Makefile +++ b/ports-mgmt/sccache-overlay/Makefile @@ -1,7 +1,7 @@ PORTNAME= sccache DISTVERSIONPREFIX= v DISTVERSION= 0.2.15 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= ports-mgmt PKGNAMESUFFIX= -overlay diff --git a/print/Makefile b/print/Makefile index 81e5613c69c..51b86ed528c 100644 --- a/print/Makefile +++ b/print/Makefile @@ -98,6 +98,9 @@ SUBDIR += linux-c7-freetype SUBDIR += linux-c7-harfbuzz SUBDIR += linux-jabref + SUBDIR += linux-rl9-cups-libs + SUBDIR += linux-rl9-freetype + SUBDIR += linux-rl9-harfbuzz SUBDIR += lout SUBDIR += lprps SUBDIR += lyx diff --git a/print/R-cran-tinytex/Makefile b/print/R-cran-tinytex/Makefile index da848a27a7a..8570f66ef23 100644 --- a/print/R-cran-tinytex/Makefile +++ b/print/R-cran-tinytex/Makefile @@ -1,5 +1,5 @@ PORTNAME= tinytex -DISTVERSION= 0.50 +DISTVERSION= 0.51 CATEGORIES= print DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/print/R-cran-tinytex/distinfo b/print/R-cran-tinytex/distinfo index 8ccd3618475..aca1d38e37d 100644 --- a/print/R-cran-tinytex/distinfo +++ b/print/R-cran-tinytex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710964359 -SHA256 (tinytex_0.50.tar.gz) = b4846eae816ff09cd24e95b3f14286fb2e190e5084cf7e2b2793ac7100bd6086 -SIZE (tinytex_0.50.tar.gz) = 34312 +TIMESTAMP = 1715420163 +SHA256 (tinytex_0.51.tar.gz) = bb113b51b4b58e78902a0220d709650c1458a8c6d3fa03f58ba007f0eb74c8ea +SIZE (tinytex_0.51.tar.gz) = 34491 diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index 768f2cba04b..e94ea53b713 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -1,5 +1,5 @@ PORTNAME= foomatic-db -PORTVERSION= 20240209 +PORTVERSION= 20240504 CATEGORIES= print MAINTAINER= danilo@FreeBSD.org diff --git a/print/foomatic-db/distinfo b/print/foomatic-db/distinfo index 3b069ae69c6..9a3e73a2f97 100644 --- a/print/foomatic-db/distinfo +++ b/print/foomatic-db/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707563028 -SHA256 (OpenPrinting-foomatic-db-20240209_GH0.tar.gz) = 54e48cdc2a1b6fff5d2d26c9b34f11a2336466ddb581af29451d8b3164dd26f1 -SIZE (OpenPrinting-foomatic-db-20240209_GH0.tar.gz) = 99254901 +TIMESTAMP = 1715426835 +SHA256 (OpenPrinting-foomatic-db-20240504_GH0.tar.gz) = 88f8bb320231840f78ac9d37113ff0ddb6e6003671c1721fef4bc9e5b9fb1e17 +SIZE (OpenPrinting-foomatic-db-20240504_GH0.tar.gz) = 99303898 diff --git a/print/foomatic-db/pkg-plist b/print/foomatic-db/pkg-plist index 8c1c2dae0c7..e1bd2aa393b 100644 --- a/print/foomatic-db/pkg-plist +++ b/print/foomatic-db/pkg-plist @@ -4033,6 +4033,11 @@ share/foomatic/db/source/PPD/Oki/OK5700_a.ppd.gz share/foomatic/db/source/PPD/Oki/OK5900_a.ppd.gz share/foomatic/db/source/PPD/Oki/OK6100_a.ppd.gz share/foomatic/db/source/PPD/Oki/OK8800_a.ppd.gz +share/foomatic/db/source/PPD/Oki/OKB430_a.ppd.gz +share/foomatic/db/source/PPD/Oki/OKB440_a.ppd.gz +share/foomatic/db/source/PPD/Oki/OKC321_a110.ppd.gz +share/foomatic/db/source/PPD/Oki/OKC331_a110.ppd.gz +share/foomatic/db/source/PPD/Oki/OKC531_a110.ppd.gz share/foomatic/db/source/PPD/Oki/ok4300u1.ppd.gz share/foomatic/db/source/PPD/Oki/ok4350u1.ppd.gz share/foomatic/db/source/PPD/Oki/ok5300u1.ppd.gz diff --git a/print/ipp-usb/Makefile b/print/ipp-usb/Makefile index ba88af3c7be..548f33a2c86 100644 --- a/print/ipp-usb/Makefile +++ b/print/ipp-usb/Makefile @@ -1,6 +1,6 @@ PORTNAME= ipp-usb DISTVERSION= 0.9.23 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MAINTAINER= chuanwei.foo@hotmail.com diff --git a/print/linux-rl9-cups-libs/Makefile b/print/linux-rl9-cups-libs/Makefile new file mode 100644 index 00000000000..53ddc74afd5 --- /dev/null +++ b/print/linux-rl9-cups-libs/Makefile @@ -0,0 +1,22 @@ +PORTNAME= cups +PORTVERSION= 2.3.3 +DISTVERSIONSUFFIX= op2-21.el9 +PORTREVISION= 2 +CATEGORIES= print linux +PKGNAMESUFFIX= -libs + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Common UNIX Printing System libraries +WWW= https://github.com/OpenPrinting/cups + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= avahi-libs libidn2 +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX} linux-c7-${PORTNAME}${PKGNAMESUFFIX} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/print/linux-rl9-cups-libs/distinfo b/print/linux-rl9-cups-libs/distinfo new file mode 100644 index 00000000000..4f3607e9895 --- /dev/null +++ b/print/linux-rl9-cups-libs/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707736999 +SHA256 (rocky/c/cups-libs-2.3.3op2-21.el9.aarch64.rpm) = 26902d0d028007a3124c3303a3184299e1a0629e12183c13a255b3485d7923bb +SIZE (rocky/c/cups-libs-2.3.3op2-21.el9.aarch64.rpm) = 264876 +SHA256 (rocky/c/cups-libs-2.3.3op2-21.el9.x86_64.rpm) = d58e1ae0acf61aa1bf6e7b893c86f7911bc231133e06337198678dd379cb7024 +SIZE (rocky/c/cups-libs-2.3.3op2-21.el9.x86_64.rpm) = 266936 +SHA256 (rocky/c/cups-2.3.3op2-21.el9.src.rpm) = 0c8594cba396de5d9b352e9d7c40ddd1e8500086f567c2dff1fa151ede09240a +SIZE (rocky/c/cups-2.3.3op2-21.el9.src.rpm) = 8098925 diff --git a/print/linux-rl9-cups-libs/pkg-plist.aarch64 b/print/linux-rl9-cups-libs/pkg-plist.aarch64 new file mode 100644 index 00000000000..406224413cf --- /dev/null +++ b/print/linux-rl9-cups-libs/pkg-plist.aarch64 @@ -0,0 +1,6 @@ +usr/lib/.build-id/d3/0e36d2e6761129c7f48443f28c433ef0b4cfe7 +usr/lib/.build-id/dc/90f2eb53eca78b65bbc4190f04dad46960af73 +usr/lib64/libcups.so.2 +usr/lib64/libcupsimage.so.2 +usr/share/licenses/cups-libs/LICENSE +usr/share/licenses/cups-libs/NOTICE diff --git a/print/linux-rl9-cups-libs/pkg-plist.amd64 b/print/linux-rl9-cups-libs/pkg-plist.amd64 new file mode 100644 index 00000000000..a5e835571d5 --- /dev/null +++ b/print/linux-rl9-cups-libs/pkg-plist.amd64 @@ -0,0 +1,6 @@ +usr/lib/.build-id/33/5ad9c9fc8a9c1c6a482d6b9de2fa5ab7c9eec4 +usr/lib/.build-id/ba/0ba0e7b288aaf949ed96305015c1ef36b11306 +usr/lib64/libcups.so.2 +usr/lib64/libcupsimage.so.2 +usr/share/licenses/cups-libs/LICENSE +usr/share/licenses/cups-libs/NOTICE diff --git a/print/linux-rl9-freetype/Makefile b/print/linux-rl9-freetype/Makefile new file mode 100644 index 00000000000..e68e25c8fb0 --- /dev/null +++ b/print/linux-rl9-freetype/Makefile @@ -0,0 +1,19 @@ +PORTNAME= freetype +PORTVERSION= 2.10.4 +DISTVERSIONSUFFIX= -9.el9 +CATEGORIES= print linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Font rendering engine (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.freetype.org/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= png +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/print/linux-rl9-freetype/distinfo b/print/linux-rl9-freetype/distinfo new file mode 100644 index 00000000000..0e003ad8661 --- /dev/null +++ b/print/linux-rl9-freetype/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686555200 +SHA256 (rocky/f/freetype-2.10.4-9.el9.aarch64.rpm) = c2d6031c5510402b53ce06a32928a552bd6022a9ca95927d4ec4e9ebbe6708a3 +SIZE (rocky/f/freetype-2.10.4-9.el9.aarch64.rpm) = 390708 +SHA256 (rocky/f/freetype-2.10.4-9.el9.x86_64.rpm) = 4a67eb2e7514b1f9a2861b2262e2da56d997d5fcaa3166ec730d2e7d87945498 +SIZE (rocky/f/freetype-2.10.4-9.el9.x86_64.rpm) = 396348 +SHA256 (rocky/f/freetype-2.10.4-9.el9.src.rpm) = d483a7160180e9a99a9b9eb206c094ed98ce76156136835d573950b8cac4c5a5 +SIZE (rocky/f/freetype-2.10.4-9.el9.src.rpm) = 4762690 diff --git a/print/linux-rl9-freetype/pkg-plist.aarch64 b/print/linux-rl9-freetype/pkg-plist.aarch64 new file mode 100644 index 00000000000..d46a681ada8 --- /dev/null +++ b/print/linux-rl9-freetype/pkg-plist.aarch64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/3a/47faced293a4d1cf52cb5fe105f735b6710b3e +usr/lib64/libfreetype.so.6 +usr/lib64/libfreetype.so.6.17.4 +%%PORTDOCS%%usr/share/doc/freetype/README +usr/share/licenses/freetype/FTL.TXT +usr/share/licenses/freetype/GPLv2.TXT +usr/share/licenses/freetype/LICENSE.TXT diff --git a/print/linux-rl9-freetype/pkg-plist.amd64 b/print/linux-rl9-freetype/pkg-plist.amd64 new file mode 100644 index 00000000000..4cc72583f1e --- /dev/null +++ b/print/linux-rl9-freetype/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/02/938d6dee7f4fc35a476dc732f6aa55d03c98a8 +usr/lib64/libfreetype.so.6 +usr/lib64/libfreetype.so.6.17.4 +%%PORTDOCS%%usr/share/doc/freetype/README +usr/share/licenses/freetype/FTL.TXT +usr/share/licenses/freetype/GPLv2.TXT +usr/share/licenses/freetype/LICENSE.TXT diff --git a/print/linux-rl9-harfbuzz/Makefile b/print/linux-rl9-harfbuzz/Makefile new file mode 100644 index 00000000000..1d7d573bb9f --- /dev/null +++ b/print/linux-rl9-harfbuzz/Makefile @@ -0,0 +1,21 @@ +PORTNAME= harfbuzz +PORTVERSION= 2.7.4 +DISTVERSIONSUFFIX= -8.el9 +CATEGORIES= print linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= OpenType text shaping engine (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://harfbuzz.github.io/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= graphite2 +USE_LINUX_RPM= yes + +CPE_VENDOR= harfbuzz_project + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/print/linux-rl9-harfbuzz/distinfo b/print/linux-rl9-harfbuzz/distinfo new file mode 100644 index 00000000000..93825ca5372 --- /dev/null +++ b/print/linux-rl9-harfbuzz/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686556069 +SHA256 (rocky/h/harfbuzz-2.7.4-8.el9.aarch64.rpm) = b47a67517cbf58bc96fff46af7e1190680ac544892d45e2a7979d039e9eff12c +SIZE (rocky/h/harfbuzz-2.7.4-8.el9.aarch64.rpm) = 639259 +SHA256 (rocky/h/harfbuzz-2.7.4-8.el9.x86_64.rpm) = 14a4364a8fc2e4e3507fb32ea9d557c3c8d4f7b3659237ebb5bcc7d12dc019ad +SIZE (rocky/h/harfbuzz-2.7.4-8.el9.x86_64.rpm) = 639411 +SHA256 (rocky/h/harfbuzz-2.7.4-8.el9.src.rpm) = 17443e9d7ca87d9def9e885fc4694fb740a684f04a7176e28b35a547094413f2 +SIZE (rocky/h/harfbuzz-2.7.4-8.el9.src.rpm) = 9549467 diff --git a/print/linux-rl9-harfbuzz/pkg-plist.aarch64 b/print/linux-rl9-harfbuzz/pkg-plist.aarch64 new file mode 100644 index 00000000000..cd354c566bd --- /dev/null +++ b/print/linux-rl9-harfbuzz/pkg-plist.aarch64 @@ -0,0 +1,14 @@ +usr/lib/.build-id/21/ba0accbd796702ee0d443967411115734a1d2c +usr/lib/.build-id/3a/d8905094c86348cb3a6e921358dff9f9579fa0 +usr/lib/.build-id/64/a565ed95957d06e45148d0c0190857c3e7dfbf +usr/lib64/girepository-1.0/HarfBuzz-0.0.typelib +usr/lib64/libharfbuzz-gobject.so.0 +usr/lib64/libharfbuzz-gobject.so.0.20704.0 +usr/lib64/libharfbuzz-subset.so.0 +usr/lib64/libharfbuzz-subset.so.0.20704.0 +usr/lib64/libharfbuzz.so.0 +usr/lib64/libharfbuzz.so.0.20704.0 +%%PORTDOCS%%usr/share/doc/harfbuzz/AUTHORS +%%PORTDOCS%%usr/share/doc/harfbuzz/NEWS +%%PORTDOCS%%usr/share/doc/harfbuzz/README +usr/share/licenses/harfbuzz/COPYING diff --git a/print/linux-rl9-harfbuzz/pkg-plist.amd64 b/print/linux-rl9-harfbuzz/pkg-plist.amd64 new file mode 100644 index 00000000000..25296a98376 --- /dev/null +++ b/print/linux-rl9-harfbuzz/pkg-plist.amd64 @@ -0,0 +1,14 @@ +usr/lib/.build-id/1f/d6c96c2487ea35ff30bfb10a7377ec0c4585a6 +usr/lib/.build-id/55/c6ac71b7f1e76649b2a29c96ec81f001fe4351 +usr/lib/.build-id/cd/65aa4c1179271c0d2fc437ce41443746924f4d +usr/lib64/girepository-1.0/HarfBuzz-0.0.typelib +usr/lib64/libharfbuzz-gobject.so.0 +usr/lib64/libharfbuzz-gobject.so.0.20704.0 +usr/lib64/libharfbuzz-subset.so.0 +usr/lib64/libharfbuzz-subset.so.0.20704.0 +usr/lib64/libharfbuzz.so.0 +usr/lib64/libharfbuzz.so.0.20704.0 +%%PORTDOCS%%usr/share/doc/harfbuzz/AUTHORS +%%PORTDOCS%%usr/share/doc/harfbuzz/NEWS +%%PORTDOCS%%usr/share/doc/harfbuzz/README +usr/share/licenses/harfbuzz/COPYING diff --git a/print/pdfarranger/Makefile b/print/pdfarranger/Makefile index 6022b9be734..ac3ad4762ef 100644 --- a/print/pdfarranger/Makefile +++ b/print/pdfarranger/Makefile @@ -1,6 +1,5 @@ PORTNAME= pdfarranger -DISTVERSION= 1.10.0 -PORTREVISION= 4 +DISTVERSION= 1.10.1 CATEGORIES= print PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@$ poppler-glib>0:graphics/poppler-glib USES= gettext gnome python -USE_PYTHON= distutils -USE_GNOME= gtk30 intltool:build USE_GITHUB= yes +USE_GNOME= gtk30 intltool:build +USE_PYTHON= distutils NO_ARCH= yes diff --git a/print/pdfarranger/distinfo b/print/pdfarranger/distinfo index 2154f501c67..46db2cd34a9 100644 --- a/print/pdfarranger/distinfo +++ b/print/pdfarranger/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696110706 -SHA256 (pdfarranger-pdfarranger-1.10.0_GH0.tar.gz) = c8b136517f0277ee5c85c54d220c069f102a29dd3b16fd006c38fe800226089e -SIZE (pdfarranger-pdfarranger-1.10.0_GH0.tar.gz) = 303125 +TIMESTAMP = 1714243330 +SHA256 (pdfarranger-pdfarranger-1.10.1_GH0.tar.gz) = 1d9648f81b9f0937ca723f7502a1dadcc4f3f6050afc6f0d4653bfaa8728a805 +SIZE (pdfarranger-pdfarranger-1.10.1_GH0.tar.gz) = 304298 diff --git a/print/pdfcpu/Makefile b/print/pdfcpu/Makefile index ce7539ede8c..794a50e4287 100644 --- a/print/pdfcpu/Makefile +++ b/print/pdfcpu/Makefile @@ -1,6 +1,7 @@ PORTNAME= pdfcpu DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= print MAINTAINER= diizzy@FreeBSD.org diff --git a/print/py-collidoscope/Makefile b/print/py-collidoscope/Makefile index b7c48d7849b..ceb073ad104 100644 --- a/print/py-collidoscope/Makefile +++ b/print/py-collidoscope/Makefile @@ -1,6 +1,6 @@ PORTNAME= collidoscope PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,15 @@ WWW= https://github.com/simoncozens/collidoscope LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beziers>=0.0.3:graphics/py-beziers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}glyphtools>=0:print/py-glyphtools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0:print/py-uharfbuzz@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/print/py-dehinter/Makefile b/print/py-dehinter/Makefile index 925b235fae4..b11236765a6 100644 --- a/print/py-dehinter/Makefile +++ b/print/py-dehinter/Makefile @@ -1,5 +1,6 @@ PORTNAME= dehinter PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/source-foundry/dehinter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/print/py-font-v/Makefile b/print/py-font-v/Makefile index f2d72d8f593..b31b36b9556 100644 --- a/print/py-font-v/Makefile +++ b/print/py-font-v/Makefile @@ -1,5 +1,6 @@ PORTNAME= font-v PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/source-foundry/font-v LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gitpython>=0:devel/py-gitpython@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/print/py-fontaine/Makefile b/print/py-fontaine/Makefile index 8c29ba518fa..7efad47859e 100644 --- a/print/py-fontaine/Makefile +++ b/print/py-fontaine/Makefile @@ -1,6 +1,6 @@ PORTNAME= fontaine PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,9 @@ WWW= https://github.com/googlefonts/pyfontaine LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyicu>=0:devel/py-pyicu@${PY_FLAVOR} \ @@ -19,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}tabulate>=0:devel/py-tabulate@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/print/py-fontpens/Makefile b/print/py-fontpens/Makefile index 227f2908bb4..9620b840e89 100644 --- a/print/py-fontpens/Makefile +++ b/print/py-fontpens/Makefile @@ -1,5 +1,6 @@ PORTNAME= fontpens PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +13,14 @@ WWW= https://github.com/robotools/fontPens LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fontparts>=0.8.1:print/py-fontparts@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python zip -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/print/py-fontpens/files/patch-setup.py b/print/py-fontpens/files/patch-setup.py new file mode 100644 index 00000000000..ab90dc9ded2 --- /dev/null +++ b/print/py-fontpens/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-12-15 04:52:52 UTC ++++ setup.py +@@ -142,7 +142,7 @@ setup_params = dict( + long_description = f.read() + + setup_params = dict( +- name="fontPens", ++ name="fontpens", + version="0.2.4", + description=("A collection of classes implementing the pen " + "protocol for manipulating glyphs."), diff --git a/print/py-glyphtools/Makefile b/print/py-glyphtools/Makefile index c277e22f7c5..397d5db043f 100644 --- a/print/py-glyphtools/Makefile +++ b/print/py-glyphtools/Makefile @@ -1,6 +1,6 @@ PORTNAME= glyphtools PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,14 @@ WWW= https://github.com/simoncozens/glyphtools LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beziers>=0:graphics/py-beziers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}glyphsLib>=0:x11-fonts/py-glyphsLib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/print/py-pypdf3/Makefile b/print/py-pypdf3/Makefile index 3dc58ab1125..b24b72a2a1e 100644 --- a/print/py-pypdf3/Makefile +++ b/print/py-pypdf3/Makefile @@ -1,5 +1,6 @@ PORTNAME= pypdf3 PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +13,12 @@ WWW= https://github.com/sfneal/PyPDF3 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/print/py-pypdf3/files/patch-setup.py b/print/py-pypdf3/files/patch-setup.py new file mode 100644 index 00000000000..4fc2bfc1724 --- /dev/null +++ b/print/py-pypdf3/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2022-02-03 16:27:04 UTC ++++ setup.py +@@ -30,7 +30,7 @@ setup( + raise RuntimeError("Unable to find version string in %s." % (VERSIONFILE)) + + setup( +- name="PyPDF3", ++ name="pypdf3", + version=verstr, + install_requires=['tqdm'], + description="Pure Python PDF toolkit", diff --git a/print/py-relatorio/Makefile b/print/py-relatorio/Makefile index cdd42f45700..5067b721bdd 100644 --- a/print/py-relatorio/Makefile +++ b/print/py-relatorio/Makefile @@ -1,5 +1,6 @@ PORTNAME= relatorio PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://hg.tryton.org/relatorio LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:textproc/py-genshi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=2.0:devel/py-lxml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils unittest +USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes diff --git a/print/py-ttfautohint-py/Makefile b/print/py-ttfautohint-py/Makefile index f885945ac71..c51101e1df7 100644 --- a/print/py-ttfautohint-py/Makefile +++ b/print/py-ttfautohint-py/Makefile @@ -1,5 +1,6 @@ PORTNAME= ttfautohint-py PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/fonttools/ttfautohint-py LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libttfautohint.so:print/ttfautohint USES= gmake python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/print/py-vharfbuzz/Makefile b/print/py-vharfbuzz/Makefile index b05f464bf2d..719f0e3ec69 100644 --- a/print/py-vharfbuzz/Makefile +++ b/print/py-vharfbuzz/Makefile @@ -1,5 +1,6 @@ PORTNAME= vharfbuzz PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,12 @@ WWW= https://github.com/simoncozens/vharfbuzz LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.34.0:print/py-uharfbuzz@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_tests_test__preprocessor.cxx b/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_tests_test__preprocessor.cxx new file mode 100644 index 00000000000..cd13183d7c5 --- /dev/null +++ b/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_tests_test__preprocessor.cxx @@ -0,0 +1,14 @@ +Fix build with CMake >= 3.29.0. Support for the Comeau compiler was removed. + +--- Modules/ThirdParty/VNL/src/vxl/vcl/tests/test_preprocessor.cxx.orig 2022-11-24 13:15:41 UTC ++++ Modules/ThirdParty/VNL/src/vxl/vcl/tests/test_preprocessor.cxx +@@ -9,8 +9,7 @@ int test_preprocessor_main(int /*argc*/,char* /*argv*/ + int test_preprocessor_main(int /*argc*/,char* /*argv*/[]) + { + constexpr unsigned compiler_count +- = VXL_COMPILER_IS_Comeau +- + VXL_COMPILER_IS_Intel ++ = VXL_COMPILER_IS_Intel + + VXL_COMPILER_IS_PathScale + + VXL_COMPILER_IS_Embarcadero + + VXL_COMPILER_IS_Borland diff --git a/science/afni/Makefile b/science/afni/Makefile index ad6a0c196a0..7119669a612 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,6 +1,6 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 24.1.06 +DISTVERSION= 24.1.11 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org diff --git a/science/afni/distinfo b/science/afni/distinfo index 3db4e25bc9a..6f25bcb0bf1 100644 --- a/science/afni/distinfo +++ b/science/afni/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714244564 -SHA256 (afni-afni-AFNI_24.1.06_GH0.tar.gz) = 84046db43c3e7e8cb75cfc108fff238aaf85cbb4c54d1c7ad51a11cbd7e003a4 -SIZE (afni-afni-AFNI_24.1.06_GH0.tar.gz) = 52993357 +TIMESTAMP = 1715433548 +SHA256 (afni-afni-AFNI_24.1.11_GH0.tar.gz) = fa89b59ace84e38abd74818721fc2edb25b877ca27cc84d5de32295e254ab17b +SIZE (afni-afni-AFNI_24.1.11_GH0.tar.gz) = 53013046 diff --git a/science/afni/pkg-plist b/science/afni/pkg-plist index 2b8a54492de..a0a5e923d7b 100644 --- a/science/afni/pkg-plist +++ b/science/afni/pkg-plist @@ -550,6 +550,7 @@ bin/column_cat bin/compute_ROI_stats.tcsh bin/convert_cdiflist_to_grads.py bin/count +bin/count_afni bin/dcm2niix_afni bin/demo.fixed.niml.do bin/demo.mobile.niml.do @@ -685,6 +686,7 @@ bin/unWarpEPI.py bin/uniq_images bin/waver bin/whereami +bin/whereami_afni bin/whirlgif bin/xmat_tool.py etc/mri/afni.cshrc diff --git a/science/csvtk/Makefile b/science/csvtk/Makefile index b1846fae3be..28249c21f5f 100644 --- a/science/csvtk/Makefile +++ b/science/csvtk/Makefile @@ -1,7 +1,7 @@ PORTNAME= csvtk DISTVERSIONPREFIX= v DISTVERSION= 0.24.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= science MAINTAINER= jwb@FreeBSD.org diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 092fd88d9f0..d51aaaa4cdb 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -1,5 +1,5 @@ PORTNAME= gromacs -DISTVERSION= 2024.1 +DISTVERSION= 2024.2 CATEGORIES= science MASTER_SITES= https://ftp.gromacs.org/pub/gromacs/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # only for googletest diff --git a/science/gromacs/distinfo b/science/gromacs/distinfo index 4fb8730e39d..02919da2bde 100644 --- a/science/gromacs/distinfo +++ b/science/gromacs/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1711660510 -SHA256 (gromacs-2024.1.tar.gz) = 937d8f12a36fffbf2af7add71adbb5aa5c5537892d46c9a76afbecab1aa0aac7 -SIZE (gromacs-2024.1.tar.gz) = 42324773 +TIMESTAMP = 1715436343 +SHA256 (gromacs-2024.2.tar.gz) = 802a7e335f2e895770f57b159e4ec368ebb0ff2ce6daccf706c6e8025c36852b +SIZE (gromacs-2024.2.tar.gz) = 42367929 SHA256 (google-googletest-v1.13.0_GH0.tar.gz) = ad7fdba11ea011c1d925b3289cf4af2c66a352e18d4c7264392fead75e919363 SIZE (google-googletest-v1.13.0_GH0.tar.gz) = 862871 diff --git a/science/molgif/Makefile b/science/molgif/Makefile index d78783dcf93..eaf72a36512 100644 --- a/science/molgif/Makefile +++ b/science/molgif/Makefile @@ -1,6 +1,6 @@ PORTNAME= molgif DISTVERSION= g20180108 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/multiwfn/Makefile b/science/multiwfn/Makefile index c7e0470a16a..35630a78344 100644 --- a/science/multiwfn/Makefile +++ b/science/multiwfn/Makefile @@ -39,8 +39,6 @@ ALL_TARGET= default DISLIN_VERSION= 11.5 -MAKE_JOBS_UNSAFE= yes # fix build on quarterly (not latest) when mod_2f2.mod isn't found due to commands mis-order - BINARY_ALIAS= ifort=gfortran${GCC_DEFAULT} \ gcc=${CC} diff --git a/science/multiwfn/files/patch-Makefile b/science/multiwfn/files/patch-Makefile index 00ff10bae18..9c38fc1f94f 100644 --- a/science/multiwfn/files/patch-Makefile +++ b/science/multiwfn/files/patch-Makefile @@ -1,6 +1,6 @@ --- Makefile.orig 2023-02-06 10:17:38 UTC +++ Makefile -@@ -1,6 +1,6 @@ +@@ -1,6 +1,6 @@ SIMD = -msse3 SIMD = -msse3 -OPT = -O2 -qopenmp -qopenmp-link=static -threads -qopt-matmul $(SIMD) -diag-disable 8290,8291,6371,10316,6178 -fpp -mkl -static-intel -DINTEL_MKL -OPT1 = -O1 -qopenmp -qopenmp-link=static -threads $(SIMD) -diag-disable 8290,8291,6371,10316,6178 -fpp -mkl -static-intel -DINTEL_MKL @@ -9,7 +9,7 @@ #Options in the next line is for debugging purpose #OPTDBG = -O0 -qopenmp -diag-disable 8290,8291,6371 -threads -qopenmp-link=static -debug all -g -traceback -check all -fstack-protector -fpp -mkl -static-intel -@@ -43,10 +43,10 @@ default : $(objects) +@@ -43,10 +43,10 @@ GUI: $(objects) @echo " ------------------------------------------------------ " GUI: $(objects) @@ -22,7 +22,16 @@ clean: rm -f $(EXE) *.o *.mod -@@ -230,7 +230,7 @@ cp2kmate.o : cp2kmate.f90 $(modules) +@@ -80,7 +80,7 @@ util.o : util.f90 define.o + util.o : util.f90 define.o + $(FC) $(OPT) -c util.f90 + +-function.o : function.f90 define.o util.o Bspline.o libreta.o ++function.o : function.f90 define.o util.o Bspline.o libreta.o 2F2.f90.o # add 2F2.f90.o to fix dependency problem when mod_2f2.mod isn't found + $(FC) $(OPT) -c function.f90 + + plot.o : plot.f90 define.o util.o +@@ -230,7 +230,7 @@ noGUI/dislin_d_empty.o : noGUI/dislin_d_empty.f90 noGUI/dislin_d_empty.o : noGUI/dislin_d_empty.f90 @@ -31,7 +40,7 @@ # Interfaces of libreta-ESP to Multiwfn -@@ -241,10 +241,10 @@ libreta.o: ${LIBRETAPATH}/libreta.f90 hrr_012345.o blo +@@ -241,10 +241,10 @@ hrr_012345.o: ${LIBRETAPATH}/hrr_012345.f90 # Pure libreta files for ESP hrr_012345.o: ${LIBRETAPATH}/hrr_012345.f90 diff --git a/science/py-MDAnalysis/Makefile b/science/py-MDAnalysis/Makefile index acb635f24fb..70b9478a111 100644 --- a/science/py-MDAnalysis/Makefile +++ b/science/py-MDAnalysis/Makefile @@ -1,6 +1,5 @@ PORTNAME= MDAnalysis -DISTVERSION= 2.3.0 -PORTREVISION= 1 +DISTVERSION= 2.7.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-MDAnalysis/distinfo b/science/py-MDAnalysis/distinfo index eefa396a1fd..904a4e724ec 100644 --- a/science/py-MDAnalysis/distinfo +++ b/science/py-MDAnalysis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662095086 -SHA256 (MDAnalysis-2.3.0.tar.gz) = 29579433c4ea87048278dc1d4019b52e6a19504162659447be7c79fbdbf508ff -SIZE (MDAnalysis-2.3.0.tar.gz) = 3701615 +TIMESTAMP = 1714979275 +SHA256 (MDAnalysis-2.7.0.tar.gz) = 572e82945e5d058e3749ec5f18e6b3831ef7f2119cb54672567ae9a977201e93 +SIZE (MDAnalysis-2.7.0.tar.gz) = 3938260 diff --git a/science/py-MDAnalysis/files/patch-MDAnalysis.egg-info_requires.txt b/science/py-MDAnalysis/files/patch-MDAnalysis.egg-info_requires.txt index 863978e58ce..ec795498a02 100644 --- a/science/py-MDAnalysis/files/patch-MDAnalysis.egg-info_requires.txt +++ b/science/py-MDAnalysis/files/patch-MDAnalysis.egg-info_requires.txt @@ -1,10 +1,10 @@ ---- MDAnalysis.egg-info/requires.txt.orig 2022-06-02 18:49:39 UTC +--- MDAnalysis.egg-info/requires.txt.orig 2023-12-26 20:46:12 UTC +++ MDAnalysis.egg-info/requires.txt -@@ -7,7 +7,6 @@ joblib>=0.12 +@@ -5,7 +5,6 @@ tqdm>=4.43.0 scipy>=1.5.0 matplotlib>=1.5.1 tqdm>=4.43.0 -threadpoolctl packaging fasteners - gsd>=1.9.3 + mda-xdrlib diff --git a/science/py-MDAnalysis/files/patch-MDAnalysis_lib_formats_src_xdrfile.c b/science/py-MDAnalysis/files/patch-MDAnalysis_lib_formats_src_xdrfile.c new file mode 100644 index 00000000000..e64cd135c92 --- /dev/null +++ b/science/py-MDAnalysis/files/patch-MDAnalysis_lib_formats_src_xdrfile.c @@ -0,0 +1,46 @@ +- workaround for invalid C/C++ code, see https://github.com/MDAnalysis/mdanalysis/issues/4589 + +--- MDAnalysis/lib/formats/src/xdrfile.c.orig 2024-05-06 20:07:19 UTC ++++ MDAnalysis/lib/formats/src/xdrfile.c +@@ -132,8 +132,8 @@ struct XDR + int (*x_getbytes) (XDR *__xdrs, char *__addr, unsigned int __len); + int (*x_putbytes) (XDR *__xdrs, char *__addr, unsigned int __len); + /* two next routines are not 64-bit IO safe - don't use! */ +- unsigned int (*x_getpostn) (XDR *__xdrs); +- int (*x_setpostn) (XDR *__xdrs, unsigned int __pos); ++ off_t (*x_getpostn) (XDR *__xdrs); ++ off_t (*x_setpostn) (XDR *__xdrs, off_t __pos, int); + void (*x_destroy) (XDR *__xdrs); + } + *x_ops; +@@ -2519,8 +2519,8 @@ static int xdrstdio_putbytes (XDR *, char *, unsigned + static int xdrstdio_putlong (XDR *, int32_t *); + static int xdrstdio_getbytes (XDR *, char *, unsigned int); + static int xdrstdio_putbytes (XDR *, char *, unsigned int); +-static int64_t xdrstdio_getpos (XDR *); +-static int xdrstdio_setpos (XDR *, int64_t, int); ++static off_t xdrstdio_getpos (XDR *); ++static off_t xdrstdio_setpos (XDR *, int64_t, int); + static void xdrstdio_destroy (XDR *); + + /* +@@ -2602,7 +2602,7 @@ xdrstdio_putbytes (XDR *xdrs, char *addr, unsigned int + } + + +-static int64_t ++static off_t + xdrstdio_getpos (XDR *xdrs) + { + #ifdef _WIN32 +@@ -2612,8 +2612,8 @@ xdrstdio_getpos (XDR *xdrs) + #endif + } + +-static int +-xdrstdio_setpos (XDR *xdrs, int64_t pos, int whence) ++static off_t ++xdrstdio_setpos (XDR *xdrs, off_t pos, int whence) + { + /* A reason for failure can be filesystem limits on allocation units, + * before the actual off_t overflow (ext3, with a 4K clustersize, diff --git a/science/py-MDAnalysis/files/patch-setup.py b/science/py-MDAnalysis/files/patch-setup.py index 21db43b92b7..b418f13e5db 100644 --- a/science/py-MDAnalysis/files/patch-setup.py +++ b/science/py-MDAnalysis/files/patch-setup.py @@ -1,19 +1,19 @@ ---- setup.py.orig 2022-06-02 18:49:09 UTC +--- setup.py.orig 2023-12-26 20:45:53 UTC +++ setup.py -@@ -274,7 +274,7 @@ def extensions(config): - use_cython = config.get('use_cython', default=cython_found) +@@ -266,7 +266,7 @@ def extensions(config): use_openmp = config.get('use_openmp', default=True) + annotate_cython = config.get('annotate_cython', default=False) -- extra_compile_args = ['-std=c99', '-ffast-math', '-O3', '-funroll-loops', -+ extra_compile_args = ['-std=c99', '-ffast-math', '-funroll-loops', +- extra_compile_args = ['-std=c99', '-O3', '-funroll-loops', ++ extra_compile_args = ['-std=c99', '-funroll-loops', '-fsigned-zeros'] # see #2722 define_macros = [] if config.get('debug_cflags', default=False): -@@ -599,7 +599,6 @@ if __name__ == '__main__': +@@ -598,7 +598,6 @@ if __name__ == '__main__': 'scipy>=1.5.0', 'matplotlib>=1.5.1', 'tqdm>=4.43.0', - 'threadpoolctl', 'packaging', 'fasteners', - 'gsd>=1.9.3', + 'mda-xdrlib', diff --git a/science/py-MDAnalysisTests/Makefile b/science/py-MDAnalysisTests/Makefile index ee722a2cd5b..b560f72a9b9 100644 --- a/science/py-MDAnalysisTests/Makefile +++ b/science/py-MDAnalysisTests/Makefile @@ -1,6 +1,5 @@ PORTNAME= MDAnalysisTests -DISTVERSION= 2.3.0 -PORTREVISION= 1 +DISTVERSION= 2.7.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-MDAnalysisTests/distinfo b/science/py-MDAnalysisTests/distinfo index 28d4454038e..f39c637c7f9 100644 --- a/science/py-MDAnalysisTests/distinfo +++ b/science/py-MDAnalysisTests/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662099346 -SHA256 (MDAnalysisTests-2.3.0.tar.gz) = b4dcdbbc6e216a59feb7c3e8cb5c7d9251dbd7aa7ab35f04ad81e93a301c12dc -SIZE (MDAnalysisTests-2.3.0.tar.gz) = 52461472 +TIMESTAMP = 1715029181 +SHA256 (MDAnalysisTests-2.7.0.tar.gz) = 326d65d7f14da8d1b047aab87ca312a68459a5fd18ddf6d8cb9ac9c3ca51d9e5 +SIZE (MDAnalysisTests-2.7.0.tar.gz) = 55704756 diff --git a/science/py-access/Makefile b/science/py-access/Makefile index 79a2de91ddb..0cdd6cbb8fa 100644 --- a/science/py-access/Makefile +++ b/science/py-access/Makefile @@ -1,6 +1,6 @@ PORTNAME= access PORTVERSION= 1.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,15 @@ WWW= https://pysal.org/access/ \ LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0:graphics/py-geopandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-cdo/Makefile b/science/py-cdo/Makefile index 2c2feee18da..60fbea7f0ad 100644 --- a/science/py-cdo/Makefile +++ b/science/py-cdo/Makefile @@ -1,5 +1,6 @@ PORTNAME= cdo PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +11,13 @@ WWW= https://code.mpimet.mpg.de/projects/cdo/wiki/Cdo%7Brbpy%7D LICENSE= GPLv2 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= cdo:science/cdo \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-coards/Makefile b/science/py-coards/Makefile index 5c717e7e63c..0d4d730643c 100644 --- a/science/py-coards/Makefile +++ b/science/py-coards/Makefile @@ -1,6 +1,6 @@ PORTNAME= coards PORTVERSION= 1.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,11 @@ WWW= https://pypi.org/project/coards/ LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-eccodes/Makefile b/science/py-eccodes/Makefile index e7611a9e8d6..9a692299f5d 100644 --- a/science/py-eccodes/Makefile +++ b/science/py-eccodes/Makefile @@ -1,5 +1,6 @@ PORTNAME= eccodes PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/ecmwf/eccodes-python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libeccodes.so:science/eccodes RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \ @@ -22,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/science/py-geolinks/Makefile b/science/py-geolinks/Makefile index 05853993619..8315c877932 100644 --- a/science/py-geolinks/Makefile +++ b/science/py-geolinks/Makefile @@ -1,5 +1,6 @@ PORTNAME= geolinks PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/geopython/geolinks LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-geometer/Makefile b/science/py-geometer/Makefile index 38b8e351574..22d1404b8f5 100644 --- a/science/py-geometer/Makefile +++ b/science/py-geometer/Makefile @@ -1,6 +1,6 @@ PORTNAME= geometer PORTVERSION= 0.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,12 @@ WWW= https://github.com/jan-mue/geometer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-kinematics/Makefile b/science/py-kinematics/Makefile index e361c2df533..85341adb5cc 100644 --- a/science/py-kinematics/Makefile +++ b/science/py-kinematics/Makefile @@ -1,6 +1,6 @@ PORTNAME= kinematics PORTVERSION= 0.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,15 @@ WWW= https://github.com/skulumani/kinematics LICENSE= GPLv3 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-liac-arff/Makefile b/science/py-liac-arff/Makefile index bb6919ac8b1..416df22f445 100644 --- a/science/py-liac-arff/Makefile +++ b/science/py-liac-arff/Makefile @@ -1,5 +1,6 @@ PORTNAME= liac-arff PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,12 @@ WWW= https://github.com/renatopp/liac-arff LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-netcdf-flattener/Makefile b/science/py-netcdf-flattener/Makefile index fa2f608bade..0b9fc4d162d 100644 --- a/science/py-netcdf-flattener/Makefile +++ b/science/py-netcdf-flattener/Makefile @@ -1,6 +1,6 @@ PORTNAME= netcdf-flattener PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,13 @@ WWW= https://gitlab.eumetsat.int/open-source/netcdf-flattener LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netCDF4>=0:science/py-netCDF4@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-pupynere/Makefile b/science/py-pupynere/Makefile index a6e5b743414..e873fb887dc 100644 --- a/science/py-pupynere/Makefile +++ b/science/py-pupynere/Makefile @@ -1,6 +1,6 @@ PORTNAME= pupynere PORTVERSION= 1.0.15 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ WWW= https://bitbucket.org/robertodealmeida/pupynere LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-pyaixi/Makefile b/science/py-pyaixi/Makefile index 94941316ea7..0b5696ea3a9 100644 --- a/science/py-pyaixi/Makefile +++ b/science/py-pyaixi/Makefile @@ -1,7 +1,7 @@ PORTNAME= pyaixi PORTVERSION= 1.0.4 DISTVERSIONSUFFIX= .post1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://github.com/sgkasselau/pyaixi LICENSE= CC-BY-SA-3.0 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= dos2unix python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-pycsw/Makefile b/science/py-pycsw/Makefile index 9d4cacd4ee1..57aaea79aec 100644 --- a/science/py-pycsw/Makefile +++ b/science/py-pycsw/Makefile @@ -1,6 +1,6 @@ PORTNAME= pycsw PORTVERSION= 2.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://pycsw.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geolinks>=0:science/py-geolinks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}OWSLib>=0:graphics/py-OWSLib@${PY_FLAVOR} \ @@ -20,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geolinks>=0:science/py-geolinks@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR} USES= cpe python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-pygeodesy/Makefile b/science/py-pygeodesy/Makefile index 433427bb4d2..38999bdbee9 100644 --- a/science/py-pygeodesy/Makefile +++ b/science/py-pygeodesy/Makefile @@ -1,5 +1,6 @@ PORTNAME= pygeodesy PORTVERSION= 23.4.23 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= PYPI \ https://github.com/mrJean1/PyGeodesy/raw/master/dist/ @@ -12,8 +13,11 @@ WWW= https://github.com/mrJean1/PyGeodesy LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python:3.9+ zip -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-pygeodesy/files/patch-setup.py b/science/py-pygeodesy/files/patch-setup.py new file mode 100644 index 00000000000..456f14fdfa4 --- /dev/null +++ b/science/py-pygeodesy/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-04-01 06:02:24 UTC ++++ setup.py +@@ -104,7 +104,7 @@ _KeyWords = ('AER', 'Albers', 'altitude', 'Andoyer', ' + 'Web-Mercator', 'Welford', 'WGRS', 'WGS', 'Whyatt', 'Wildberger', 'Witkam', 'winding-number', + 'XYZ', 'yaw', 'You') + +-setup(name='PyGeodesy', ++setup(name='pygeodesy', + packages=['pygeodesy', 'pygeodesy.deprecated', 'pygeodesy.geodesicx'], + description='Pure Python geodesy tools', + version=_version(), diff --git a/science/py-pygeometa/Makefile b/science/py-pygeometa/Makefile index 62347dc2d76..d04695972bd 100644 --- a/science/py-pygeometa/Makefile +++ b/science/py-pygeometa/Makefile @@ -1,5 +1,6 @@ PORTNAME= pygeometa PORTVERSION= 0.15.3 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ WWW= https://geopython.github.io/pygeometa/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \ @@ -20,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-pysal/Makefile b/science/py-pysal/Makefile index 0a0895abed4..764e40f97df 100644 --- a/science/py-pysal/Makefile +++ b/science/py-pysal/Makefile @@ -1,5 +1,6 @@ PORTNAME= pysal PORTVERSION= 23.1 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://pysal.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}access>=1.1.8:science/py-access@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}esda>=2.4.1:science/py-esda@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}giddy>=2.3.3:graphics/py-giddy@${PY_FLAVOR} \ @@ -31,7 +34,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}access>=1.1.8:science/py-access@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}tobler>=0.8.2:science/py-tobler@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-scikit-optimize/Makefile b/science/py-scikit-optimize/Makefile index 273ad1b2a59..66082d16ba4 100644 --- a/science/py-scikit-optimize/Makefile +++ b/science/py-scikit-optimize/Makefile @@ -1,5 +1,6 @@ PORTNAME= scikit-optimize PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}joblib>=0.11:devel/py-joblib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.1.0:science/py-scipy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-sklearn-pandas/Makefile b/science/py-sklearn-pandas/Makefile index b4d1cd73bcd..446dd48628c 100644 --- a/science/py-sklearn-pandas/Makefile +++ b/science/py-sklearn-pandas/Makefile @@ -1,6 +1,6 @@ PORTNAME= sklearn-pandas PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,15 @@ LICENSE= BSD2CLAUSE ZLIB LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.18.1,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=1.1.4,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.23.0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.5.1:science/py-scipy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-skrebate/Makefile b/science/py-skrebate/Makefile index 073d0ffac9c..70e9e4e9c44 100644 --- a/science/py-skrebate/Makefile +++ b/science/py-skrebate/Makefile @@ -1,6 +1,6 @@ PORTNAME= skrebate PORTVERSION= 0.62 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,14 @@ WWW= https://github.com/EpistasisLab/scikit-rebate LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/py-tobler/Makefile b/science/py-tobler/Makefile index 4839ecacbf7..55ea59afa6a 100644 --- a/science/py-tobler/Makefile +++ b/science/py-tobler/Makefile @@ -1,6 +1,6 @@ PORTNAME= tobler PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,8 @@ WWW= https://pysal.org/tobler/ LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0:graphics/py-geopandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}joblib>=0:devel/py-joblib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ @@ -23,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0:graphics/py-geopandas@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/science/pynn/Makefile b/science/pynn/Makefile index 3c74a2c27e6..f524f44a1db 100644 --- a/science/pynn/Makefile +++ b/science/pynn/Makefile @@ -1,5 +1,5 @@ PORTNAME= pynn -PORTVERSION= 0.12.2 +PORTVERSION= 0.12.3 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +17,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + NO_ARCH= yes USES= python diff --git a/science/pynn/distinfo b/science/pynn/distinfo index 8ef83437a6e..807eb0644a1 100644 --- a/science/pynn/distinfo +++ b/science/pynn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708679064 -SHA256 (PyNN-0.12.2.tar.gz) = 8039b68e3e5f98b537038c249dc42c027bd63f9ecc015c82f1f88bd30dfa28a9 -SIZE (PyNN-0.12.2.tar.gz) = 522125 +TIMESTAMP = 1715154234 +SHA256 (PyNN-0.12.3.tar.gz) = e196f9055c46fe5c0e23f491815d16dca8db9be599a226ee11fa67605cab153d +SIZE (PyNN-0.12.3.tar.gz) = 521282 diff --git a/science/quantum-espresso/Makefile b/science/quantum-espresso/Makefile index bb998163348..1bc200b9c6f 100644 --- a/science/quantum-espresso/Makefile +++ b/science/quantum-espresso/Makefile @@ -11,6 +11,7 @@ WWW= https://www.quantum-espresso.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/License +BROKEN_aarch64= compilation fails: cannot find an intrinsic module named 'ieee_arithmetic', see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278942 BROKEN_armv6= fails to build: gfortran8: error: iotk_base_tmp.f90: No such file or directory BROKEN_armv7= fails to build: gfortran8: error: iotk_base_tmp.f90: No such file or directory diff --git a/science/tinker/Makefile b/science/tinker/Makefile index 209d96af7e6..ea4e73513df 100644 --- a/science/tinker/Makefile +++ b/science/tinker/Makefile @@ -1,5 +1,6 @@ PORTNAME= tinker DISTVERSION= 8.11.2 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://dasher.wustl.edu/tinker/downloads/ diff --git a/science/tinker/distinfo b/science/tinker/distinfo index e044bef304a..b46a245cdc5 100644 --- a/science/tinker/distinfo +++ b/science/tinker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714980546 -SHA256 (tinker-8.11.2.tar.gz) = 26e9a634eec62c6ce951c0c60464087cf2fae905573c7047db462777397209b3 -SIZE (tinker-8.11.2.tar.gz) = 72151636 +TIMESTAMP = 1715612641 +SHA256 (tinker-8.11.2.tar.gz) = cda7000e8abbfbd7c58821587abe5cbb16868ba4d8b263cd8b4097d71148762e +SIZE (tinker-8.11.2.tar.gz) = 72241699 diff --git a/science/tinker/pkg-plist b/science/tinker/pkg-plist index a04403c2275..286fc0abcad 100644 --- a/science/tinker/pkg-plist +++ b/science/tinker/pkg-plist @@ -64,7 +64,6 @@ bin/xyzint bin/xyzmol2 bin/xyzpdb %%DATADIR%%/params/0README -%%DATADIR%%/params/amber14sb.prm %%DATADIR%%/params/amber94.prm %%DATADIR%%/params/amber96.prm %%DATADIR%%/params/amber98.prm @@ -94,7 +93,6 @@ bin/xyzpdb %%DATADIR%%/params/mmff.prm %%DATADIR%%/params/oplsaa.prm %%DATADIR%%/params/oplsaal.prm -%%DATADIR%%/params/oplsaam.prm %%DATADIR%%/params/oplsua.prm %%DATADIR%%/params/smoothaa.prm %%DATADIR%%/params/smoothua.prm diff --git a/security/2fa/Makefile b/security/2fa/Makefile index 7683eb03897..e092ab5a6d4 100644 --- a/security/2fa/Makefile +++ b/security/2fa/Makefile @@ -1,7 +1,7 @@ PORTNAME= 2fa DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security MAINTAINER= dmgk@FreeBSD.org diff --git a/security/Makefile b/security/Makefile index 711aacd4cc1..09bc64eeb56 100644 --- a/security/Makefile +++ b/security/Makefile @@ -343,6 +343,18 @@ SUBDIR += linux-c7-openssl-devel SUBDIR += linux-c7-p11-kit SUBDIR += linux-c7-trousers + SUBDIR += linux-rl9-ca-certificates + SUBDIR += linux-rl9-cyrus-sasl2 + SUBDIR += linux-rl9-gnupg + SUBDIR += linux-rl9-gnutls + SUBDIR += linux-rl9-libassuan + SUBDIR += linux-rl9-libgcrypt + SUBDIR += linux-rl9-libgpg-error + SUBDIR += linux-rl9-libtasn1 + SUBDIR += linux-rl9-libxcrypt + SUBDIR += linux-rl9-nettle + SUBDIR += linux-rl9-nss + SUBDIR += linux-rl9-p11-kit SUBDIR += local-php-security-checker SUBDIR += logcheck SUBDIR += lua-argon2 diff --git a/security/acmed/Makefile b/security/acmed/Makefile index 36e23e66a33..d30850443f8 100644 --- a/security/acmed/Makefile +++ b/security/acmed/Makefile @@ -1,7 +1,7 @@ PORTNAME= acmed DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/acmetool/Makefile b/security/acmetool/Makefile index 4e6d6315a6c..b45c927c5c1 100644 --- a/security/acmetool/Makefile +++ b/security/acmetool/Makefile @@ -1,7 +1,7 @@ PORTNAME= acmetool DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security MAINTAINER= samm@FreeBSD.org diff --git a/security/age/Makefile b/security/age/Makefile index ccbeaacf796..d5f1b4b4cfc 100644 --- a/security/age/Makefile +++ b/security/age/Makefile @@ -1,7 +1,7 @@ PORTNAME= age DISTVERSIONPREFIX= v DISTVERSION= 1.1.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security MAINTAINER= dmgk@FreeBSD.org diff --git a/security/apg/Makefile b/security/apg/Makefile index 27e950be0f8..9fb4772300a 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -1,7 +1,7 @@ PORTNAME= apg DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security sysutils diff --git a/security/arti/Makefile b/security/arti/Makefile index 911f8ba8b5f..31668f103aa 100644 --- a/security/arti/Makefile +++ b/security/arti/Makefile @@ -1,5 +1,6 @@ PORTNAME= arti DISTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= cs@FreeBSD.org diff --git a/security/assh/Makefile b/security/assh/Makefile index 5668fde08d5..af16fdcac57 100644 --- a/security/assh/Makefile +++ b/security/assh/Makefile @@ -1,7 +1,7 @@ PORTNAME= assh DISTVERSIONPREFIX= v DISTVERSION= 2.15.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= security MAINTAINER= ashish@FreeBSD.org diff --git a/security/authenticator/Makefile b/security/authenticator/Makefile index 388efe18485..14d0a28d4e5 100644 --- a/security/authenticator/Makefile +++ b/security/authenticator/Makefile @@ -1,6 +1,6 @@ PORTNAME= authenticator DISTVERSION= 4.3.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security MAINTAINER= jbeich@FreeBSD.org diff --git a/security/authoscope/Makefile b/security/authoscope/Makefile index 98ee88c5a50..bb24cca5ce7 100644 --- a/security/authoscope/Makefile +++ b/security/authoscope/Makefile @@ -1,7 +1,7 @@ PORTNAME= authoscope DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/aws-c-auth/Makefile b/security/aws-c-auth/Makefile index 93698f731c7..4aaa765556c 100644 --- a/security/aws-c-auth/Makefile +++ b/security/aws-c-auth/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-auth DISTVERSIONPREFIX= v -DISTVERSION= 0.7.18 +DISTVERSION= 0.7.21 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/aws-c-auth/distinfo b/security/aws-c-auth/distinfo index 4e31c68463e..3339646ca3f 100644 --- a/security/aws-c-auth/distinfo +++ b/security/aws-c-auth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713516927 -SHA256 (awslabs-aws-c-auth-v0.7.18_GH0.tar.gz) = c705199655066f1f874bc3758683f32e288024196a22f28360d336231e45406f -SIZE (awslabs-aws-c-auth-v0.7.18_GH0.tar.gz) = 247700 +TIMESTAMP = 1715421223 +SHA256 (awslabs-aws-c-auth-v0.7.21_GH0.tar.gz) = 802054ff0a82c9fc977671f7d2be1c55229a97d808e0d53784a749be32ceb5ec +SIZE (awslabs-aws-c-auth-v0.7.21_GH0.tar.gz) = 253331 diff --git a/security/aws-c-cal/Makefile b/security/aws-c-cal/Makefile index 35deac1f596..71a7d58616c 100644 --- a/security/aws-c-cal/Makefile +++ b/security/aws-c-cal/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-cal DISTVERSIONPREFIX= v -DISTVERSION= 0.6.12 +DISTVERSION= 0.6.13 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/aws-c-cal/distinfo b/security/aws-c-cal/distinfo index eb27afddc3e..66f50d7f370 100644 --- a/security/aws-c-cal/distinfo +++ b/security/aws-c-cal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714165820 -SHA256 (awslabs-aws-c-cal-v0.6.12_GH0.tar.gz) = 1ec1bc9a50df8d620f226480b420ec69d4fefd3792fb4e877aa7e350c2b174dc -SIZE (awslabs-aws-c-cal-v0.6.12_GH0.tar.gz) = 1670940 +TIMESTAMP = 1715241787 +SHA256 (awslabs-aws-c-cal-v0.6.13_GH0.tar.gz) = 34d7e489352a3e865a78a09e291daca0dc73307c7eeeee573104f2133040b9c5 +SIZE (awslabs-aws-c-cal-v0.6.13_GH0.tar.gz) = 1671996 diff --git a/security/aws-iam-authenticator/Makefile b/security/aws-iam-authenticator/Makefile index 419fdbf6abe..7e4fe29122e 100644 --- a/security/aws-iam-authenticator/Makefile +++ b/security/aws-iam-authenticator/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-iam-authenticator -PORTVERSION= 0.6.19 +PORTVERSION= 0.6.20 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= security @@ -10,7 +10,7 @@ WWW= https://github.com/kubernetes-sigs/aws-iam-authenticator LICENSE= APACHE20 -USES= go:modules +USES= go:1.22,modules GO_MODULE= github.com/kubernetes-sigs/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} diff --git a/security/aws-iam-authenticator/distinfo b/security/aws-iam-authenticator/distinfo index 64ebbf9cba1..502345bfc37 100644 --- a/security/aws-iam-authenticator/distinfo +++ b/security/aws-iam-authenticator/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1711662507 -SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.19/v0.6.19.mod) = 78f771bd84162f071299179be3258756cec740d7982547528600927f576fe578 -SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.19/v0.6.19.mod) = 3575 -SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.19/v0.6.19.zip) = e744e7837b0b9d06ed7c998ab184af41e9da9936bc991d61c0cc1d496fb7133b -SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.19/v0.6.19.zip) = 231519 +TIMESTAMP = 1715426674 +SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.20/v0.6.20.mod) = 395321aae6bd3d8d8c4cf0514d762db707c45943c8c88b3e5c5aacea6469658e +SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.20/v0.6.20.mod) = 3573 +SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.20/v0.6.20.zip) = c67929a245aab79ca63529622958ffddaf770b604e82cd624267cbf3f5285672 +SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.20/v0.6.20.zip) = 224941 diff --git a/security/aws-vault/Makefile b/security/aws-vault/Makefile index fa5a4cadcb4..f1704ea3cb6 100644 --- a/security/aws-vault/Makefile +++ b/security/aws-vault/Makefile @@ -1,7 +1,7 @@ PORTNAME= aws-vault DISTVERSIONPREFIX= v DISTVERSION= 6.6.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security MAINTAINER= dmgk@FreeBSD.org diff --git a/security/beid/Makefile b/security/beid/Makefile index 0407f60e91e..439acdc162e 100644 --- a/security/beid/Makefile +++ b/security/beid/Makefile @@ -1,6 +1,6 @@ PORTNAME= beid DISTVERSIONPREFIX= v -DISTVERSION= 5.1.15 +DISTVERSION= 5.1.18 CATEGORIES= security MAINTAINER= tijl@FreeBSD.org @@ -17,18 +17,18 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libproxy.so:net/libproxy RUN_DEPENDS= pinentry:security/pinentry +USES= autoreconf gettext-tools gmake gnome libtool pkgconfig ssl USE_GITHUB= yes GH_ACCOUNT= Fedict GH_PROJECT= eid-mw - -USES= autoreconf compiler:c++11-lang gettext-tools gmake gnome \ - libtool pkgconfig ssl USE_GNOME= gtk30 libxml2 GLIB_SCHEMAS= eid-viewer.gschema.xml GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-p11kit --disable-static --with-gtkvers=3 \ +CONFIGURE_ARGS= --disable-p11kit \ + --disable-static \ --enable-webextension \ + --with-gtkvers=3 \ --with-mozext=${PREFIX}/lib/firefox/distribution/extensions \ SSL_CFLAGS="-I${OPENSSLINC}" \ SSL_LIBS="-L${OPENSSLLIB} -lcrypto" \ @@ -38,8 +38,8 @@ INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls post-patch: @${ECHO_CMD} ${DISTVERSION}-${GH_TAGNAME} > ${WRKSRC}/.version diff --git a/security/beid/distinfo b/security/beid/distinfo index 7e8c4822380..eaedb7374af 100644 --- a/security/beid/distinfo +++ b/security/beid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711202144 -SHA256 (Fedict-eid-mw-v5.1.15_GH0.tar.gz) = af844c71edf4ebd99651137357d30fd624bddfaf1d16098002f6526fb311dd2d -SIZE (Fedict-eid-mw-v5.1.15_GH0.tar.gz) = 16296281 +TIMESTAMP = 1715596816 +SHA256 (Fedict-eid-mw-v5.1.18_GH0.tar.gz) = b982078276ed5d03aca93ae797ea1e775e54e8caa044f5d5e5d437ab3f76c98f +SIZE (Fedict-eid-mw-v5.1.18_GH0.tar.gz) = 16299966 diff --git a/security/beid/files/patch-plugins__tools_eid-viewer_Makefile.am b/security/beid/files/patch-plugins__tools_eid-viewer_Makefile.am index 9338056c080..7504fdd5d9b 100644 --- a/security/beid/files/patch-plugins__tools_eid-viewer_Makefile.am +++ b/security/beid/files/patch-plugins__tools_eid-viewer_Makefile.am @@ -1,10 +1,14 @@ ---- plugins_tools/eid-viewer/Makefile.am.orig 2021-08-13 09:34:02 UTC +--- plugins_tools/eid-viewer/Makefile.am.orig 2024-05-02 11:49:11 UTC +++ plugins_tools/eid-viewer/Makefile.am -@@ -131,7 +131,7 @@ eid_viewer_LDADD += $(top_builddir)/cardcomm/pkcs11/sr +@@ -135,9 +135,10 @@ endif + if FUZZING + eid_viewer_LDADD += $(top_builddir)/cardcomm/pkcs11/src/libbeidpkcs11.la endif ++eid_viewer_LDFLAGS = -pthread libeidviewer_la_LIBADD = $(top_builddir)/plugins_tools/util/liblabels.la $(top_builddir)/cardcomm/pkcs11/src/libbeidpkcs11.la @SSL_LIBS@ @XML2_LIBS@ - libeidviewer_la_LDFLAGS = -version-info 1:0:1 +-libeidviewer_la_LDFLAGS = -version-info 1:0:1 -AM_CFLAGS = @GTK_CFLAGS@ -I. -I$(srcdir)/include -Igtk -DDATAROOTDIR='"$(datarootdir)"' -I$(top_srcdir)/doc/sdk/include/v240 -I$(top_srcdir)/cardcomm/pkcs11/src/fuzz -I$(top_srcdir)/plugins_tools/util @SSL_CFLAGS@ @GIO_CFLAGS@ @XML2_CFLAGS@ @CURL_CFLAGS@ @libproxy_CFLAGS@ -fvisibility=hidden @FUZZING@ ++libeidviewer_la_LDFLAGS = -pthread -version-info 1:0:1 +AM_CPPFLAGS = -I. -I$(srcdir)/include -Igtk -DDATAROOTDIR='"$(datarootdir)"' -I$(top_srcdir)/doc/sdk/include/v240 -I$(top_srcdir)/cardcomm/pkcs11/src/fuzz -I$(top_srcdir)/plugins_tools/util @GTK_CFLAGS@ @SSL_CFLAGS@ @GIO_CFLAGS@ @XML2_CFLAGS@ @CURL_CFLAGS@ @libproxy_CFLAGS@ -fvisibility=hidden @FUZZING@ AM_CXXFLAGS = $(AM_CFLAGS) -std=c++98 SUBDIRS = . gtk/po test uml diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index f9c4f967150..de67a8e69cf 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,5 +1,6 @@ PORTNAME= boringssl PORTVERSION= 0.0.0.0.2024.04.23.01 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES+= https://proxy.golang.org/:gomods DISTFILES+= golang.org/x/crypto/@v/v0.17.0.zip:gomods \ diff --git a/security/caldera-ot/Makefile b/security/caldera-ot/Makefile index 446db47c0c6..e2c2f00f54b 100644 --- a/security/caldera-ot/Makefile +++ b/security/caldera-ot/Makefile @@ -1,6 +1,6 @@ PORTNAME= caldera-ot DISTVERSION= 4.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org diff --git a/security/caldera/Makefile b/security/caldera/Makefile index 3ebc071f864..33a1ead7514 100644 --- a/security/caldera/Makefile +++ b/security/caldera/Makefile @@ -1,6 +1,6 @@ PORTNAME= caldera DISTVERSION= 5.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security python MAINTAINER= acm@FreeBSD.org diff --git a/security/caldera4/Makefile b/security/caldera4/Makefile index 005f1aa0082..70e3259f81d 100644 --- a/security/caldera4/Makefile +++ b/security/caldera4/Makefile @@ -1,6 +1,6 @@ PORTNAME= caldera DISTVERSION= 4.2.0 -PORTREVISION= 6 +PORTREVISION= 7 PKGNAMESUFFIX= 4 CATEGORIES= security python diff --git a/security/cargo-audit/Makefile b/security/cargo-audit/Makefile index a9d11a38508..02fde1a4b18 100644 --- a/security/cargo-audit/Makefile +++ b/security/cargo-audit/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-audit DISTVERSIONPREFIX= ${PORTNAME}/v DISTVERSION= 0.19.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= security diff --git a/security/certmgr/Makefile b/security/certmgr/Makefile index 98a0b3ccdcf..145ec683618 100644 --- a/security/certmgr/Makefile +++ b/security/certmgr/Makefile @@ -1,7 +1,7 @@ PORTNAME= certmgr DISTVERSIONPREFIX= v DISTVERSION= 3.0.3 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security net MAINTAINER= fuz@FreeBSD.org diff --git a/security/certspotter/Makefile b/security/certspotter/Makefile index d43eccc01e6..042d3d1f943 100644 --- a/security/certspotter/Makefile +++ b/security/certspotter/Makefile @@ -1,7 +1,7 @@ PORTNAME= certspotter DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security www MAINTAINER= flo@FreeBSD.org diff --git a/security/cfssl/Makefile b/security/cfssl/Makefile index 98a14e5ef3c..e80a8aa5846 100644 --- a/security/cfssl/Makefile +++ b/security/cfssl/Makefile @@ -1,7 +1,7 @@ PORTNAME= cfssl DISTVERSIONPREFIX= v DISTVERSION= 1.6.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/clamav-lts/Makefile b/security/clamav-lts/Makefile index fe226964293..8517af86851 100644 --- a/security/clamav-lts/Makefile +++ b/security/clamav-lts/Makefile @@ -1,5 +1,6 @@ PORTNAME= clamav DISTVERSION= 1.0.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ diff --git a/security/cloak/Makefile b/security/cloak/Makefile index b880723b3f7..875fe30b63a 100644 --- a/security/cloak/Makefile +++ b/security/cloak/Makefile @@ -1,7 +1,7 @@ PORTNAME= cloak DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org diff --git a/security/crlfuzz/Makefile b/security/crlfuzz/Makefile index a87040acaed..c80650e4e47 100644 --- a/security/crlfuzz/Makefile +++ b/security/crlfuzz/Makefile @@ -1,7 +1,7 @@ PORTNAME= crlfuzz PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/crowdsec-blocklist-mirror/Makefile b/security/crowdsec-blocklist-mirror/Makefile index 46caa238f7b..091a4f4abc9 100644 --- a/security/crowdsec-blocklist-mirror/Makefile +++ b/security/crowdsec-blocklist-mirror/Makefile @@ -2,7 +2,7 @@ PORTNAME= crowdsec-blocklist-mirror DISTVERSIONPREFIX= v DISTVERSION= 0.0.2 DISTVERSIONSUFFIX= -freebsd -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= marco@crowdsec.net diff --git a/security/ct-submit/Makefile b/security/ct-submit/Makefile index 9837a165d0f..1d6b8fcfe22 100644 --- a/security/ct-submit/Makefile +++ b/security/ct-submit/Makefile @@ -1,6 +1,6 @@ PORTNAME= ct-submit PORTVERSION= 1.1.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security www MAINTAINER= jim@ohlste.in diff --git a/security/diswall/Makefile b/security/diswall/Makefile index bb698681450..80488785d69 100644 --- a/security/diswall/Makefile +++ b/security/diswall/Makefile @@ -1,7 +1,7 @@ PORTNAME= diswall DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/doas/Makefile b/security/doas/Makefile index 8006f40e5e0..7180fd0237f 100644 --- a/security/doas/Makefile +++ b/security/doas/Makefile @@ -1,5 +1,5 @@ PORTNAME= doas -PORTVERSION= 6.3p10 +PORTVERSION= 6.3p12 CATEGORIES= security MAINTAINER= jsmith@resonatingmedia.com diff --git a/security/doas/distinfo b/security/doas/distinfo index b8bf4e6739d..5a0be4612ac 100644 --- a/security/doas/distinfo +++ b/security/doas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714579988 -SHA256 (slicer69-doas-6.3p10_GH0.tar.gz) = 60d01561936ba7737b30d836e6a5002ed4864676cc4982ee72c4463b8d1fae1c -SIZE (slicer69-doas-6.3p10_GH0.tar.gz) = 34291 +TIMESTAMP = 1715361640 +SHA256 (slicer69-doas-6.3p12_GH0.tar.gz) = e4f37745345c12d4e0c8c03c8237791729cf047dbd7b2455f8de60e2f82ac1b0 +SIZE (slicer69-doas-6.3p12_GH0.tar.gz) = 34396 diff --git a/security/doas/files/patch-doasedit b/security/doas/files/patch-doasedit index 61cad710e13..53e910bf09c 100644 --- a/security/doas/files/patch-doasedit +++ b/security/doas/files/patch-doasedit @@ -1,4 +1,4 @@ ---- doasedit.orig 2021-09-13 18:56:31 UTC +--- doasedit.orig 2024-05-10 17:16:18 UTC +++ doasedit @@ -30,7 +30,7 @@ then exit 3 @@ -6,6 +6,6 @@ -temp_file=$(mktemp --tmpdir doasedit.XXXXXXXX) +temp_file=$(mktemp -t /tmp) - if [ ! $? ] + if [ ! -r "$temp_file" ] then - echo "Could not create temporary file." + echo "Was unable to create temporary file." diff --git a/security/enc/Makefile b/security/enc/Makefile index c0ecd7817fc..1c1cfbd3590 100644 --- a/security/enc/Makefile +++ b/security/enc/Makefile @@ -1,6 +1,6 @@ PORTNAME= enc DISTVERSION= 1.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= DtxdF@disroot.org diff --git a/security/ffuf/Makefile b/security/ffuf/Makefile index 82aaf628d63..68ce27d7c7b 100644 --- a/security/ffuf/Makefile +++ b/security/ffuf/Makefile @@ -1,7 +1,7 @@ PORTNAME= ffuf DISTVERSIONPREFIX=v DISTVERSION= 2.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security www MAINTAINER= dutra@FreeBSD.org diff --git a/security/fizz/Makefile b/security/fizz/Makefile index 35d8941613e..b3aaaec96d1 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,6 +1,6 @@ PORTNAME= fizz DISTVERSIONPREFIX= v -DISTVERSION= 2024.05.02.00 +DISTVERSION= 2024.05.06.00 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/fizz/distinfo b/security/fizz/distinfo index 0ce20131bfa..8f2805340f5 100644 --- a/security/fizz/distinfo +++ b/security/fizz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714712515 -SHA256 (facebookincubator-fizz-v2024.05.02.00_GH0.tar.gz) = 2908ab098b6a8cb5cecdcdec54b3f1dd6d7169b939b980f0103b332c24a0740c -SIZE (facebookincubator-fizz-v2024.05.02.00_GH0.tar.gz) = 757886 +TIMESTAMP = 1715055829 +SHA256 (facebookincubator-fizz-v2024.05.06.00_GH0.tar.gz) = 0ef68f05d73b32393953ef8c35b953bfd1260a91521b3f86475295c69590bf72 +SIZE (facebookincubator-fizz-v2024.05.06.00_GH0.tar.gz) = 757900 diff --git a/security/git-credential-azure/Makefile b/security/git-credential-azure/Makefile index 89d27467a59..4782dd6b7e8 100644 --- a/security/git-credential-azure/Makefile +++ b/security/git-credential-azure/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-credential-azure DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org diff --git a/security/git-credential-gopass/Makefile b/security/git-credential-gopass/Makefile index 0f9f5e2defa..42e38a6feb8 100644 --- a/security/git-credential-gopass/Makefile +++ b/security/git-credential-gopass/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-credential-gopass DISTVERSIONPREFIX= v DISTVERSION= 1.15.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org diff --git a/security/git-credential-oauth/Makefile b/security/git-credential-oauth/Makefile index b362a533fff..682ccd4f48a 100644 --- a/security/git-credential-oauth/Makefile +++ b/security/git-credential-oauth/Makefile @@ -1,6 +1,7 @@ PORTNAME= git-credential-oauth DISTVERSIONPREFIX= v DISTVERSION= 0.11.3 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org diff --git a/security/gitjacker/Makefile b/security/gitjacker/Makefile index bb2f580bbb0..05d64b280cd 100644 --- a/security/gitjacker/Makefile +++ b/security/gitjacker/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitjacker DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/go-cve-dictionary/Makefile b/security/go-cve-dictionary/Makefile index f7f2e09ec96..6f2d971e530 100644 --- a/security/go-cve-dictionary/Makefile +++ b/security/go-cve-dictionary/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-cve-dictionary DISTVERSIONPREFIX=v DISTVERSION= 0.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= girgen@FreeBSD.org diff --git a/security/gokart/Makefile b/security/gokart/Makefile index 8b6158906c7..8151b50e1bd 100644 --- a/security/gokart/Makefile +++ b/security/gokart/Makefile @@ -1,7 +1,7 @@ PORTNAME= gokart DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/gokey/Makefile b/security/gokey/Makefile index ccfb0faab0d..5f51ef36c1e 100644 --- a/security/gokey/Makefile +++ b/security/gokey/Makefile @@ -1,7 +1,7 @@ PORTNAME= gokey DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/gopass/Makefile b/security/gopass/Makefile index 303176356bf..5f5095c224d 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -1,7 +1,7 @@ PORTNAME= gopass DISTVERSIONPREFIX= v DISTVERSION= 1.15.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/gosec/Makefile b/security/gosec/Makefile index e83abb6ec11..8af0b3f75a4 100644 --- a/security/gosec/Makefile +++ b/security/gosec/Makefile @@ -1,7 +1,7 @@ PORTNAME= gosec DISTVERSIONPREFIX= v DISTVERSION= 2.19.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security devel MAINTAINER= yuri@FreeBSD.org diff --git a/security/gpg-tui/Makefile b/security/gpg-tui/Makefile index 8c4bc84ce14..60996528383 100644 --- a/security/gpg-tui/Makefile +++ b/security/gpg-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= gpg-tui DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= se@FreeBSD.org diff --git a/security/headscale/Makefile b/security/headscale/Makefile index e922ba98e9a..eb557806f45 100644 --- a/security/headscale/Makefile +++ b/security/headscale/Makefile @@ -1,7 +1,7 @@ PORTNAME= headscale PORTVERSION= 0.16.4 DISTVERSIONPREFIX= v -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security net-vpn MAINTAINER= m.muenz@gmail.com diff --git a/security/hockeypuck/Makefile b/security/hockeypuck/Makefile index b0cd61dcf34..4f547b1c4a2 100644 --- a/security/hockeypuck/Makefile +++ b/security/hockeypuck/Makefile @@ -1,6 +1,6 @@ PORTNAME= hockeypuck DISTVERSION= g20180725 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/honeytrap/Makefile b/security/honeytrap/Makefile index 68ea2798cc2..13bfc658198 100644 --- a/security/honeytrap/Makefile +++ b/security/honeytrap/Makefile @@ -1,6 +1,6 @@ PORTNAME= honeytrap DISTVERSION= g20210510 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security MAINTAINER= ezri.mudde@dutchsec.com diff --git a/security/horcrux/Makefile b/security/horcrux/Makefile index 476bb9add52..08570c17819 100644 --- a/security/horcrux/Makefile +++ b/security/horcrux/Makefile @@ -1,7 +1,7 @@ PORTNAME= horcrux DISTVERSIONPREFIX= v DISTVERSION= 0.3 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= security MAINTAINER= lcook@FreeBSD.org diff --git a/security/keybase/Makefile b/security/keybase/Makefile index 08316718538..7e2f38cc8cd 100644 --- a/security/keybase/Makefile +++ b/security/keybase/Makefile @@ -1,7 +1,7 @@ PORTNAME= keybase PORTVERSION= 6.2.8 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= https://raw.githubusercontent.com/keybase/client/v${PORTVERSION}/go/:gomod DISTFILES= go.mod:gomod diff --git a/security/kf6-kdesu/distinfo b/security/kf6-kdesu/distinfo index 01330a7d840..9137259bdd9 100644 --- a/security/kf6-kdesu/distinfo +++ b/security/kf6-kdesu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022607 -SHA256 (KDE/frameworks/6.1.0/kdesu-6.1.0.tar.xz) = a6a397e08ccd3537dc9b1329e8cc1f05ca6acf3d9c18396e4118e51446ba827e -SIZE (KDE/frameworks/6.1.0/kdesu-6.1.0.tar.xz) = 56920 +TIMESTAMP = 1714804807 +SHA256 (KDE/frameworks/6.2.0/kdesu-6.2.0.tar.xz) = 7c612fea489d9e3e3d3c90cab0d314d98486bdc06014a60f609fdff21505822f +SIZE (KDE/frameworks/6.2.0/kdesu-6.2.0.tar.xz) = 56652 diff --git a/security/kpmenu/Makefile b/security/kpmenu/Makefile index 1f86691205d..850840f65c8 100644 --- a/security/kpmenu/Makefile +++ b/security/kpmenu/Makefile @@ -1,7 +1,7 @@ PORTNAME= kpmenu DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security MAINTAINER= bapt@FreeBSD.org diff --git a/security/krb5-devel/Makefile b/security/krb5-devel/Makefile index fbf7846eccf..2f5f4a09e98 100644 --- a/security/krb5-devel/Makefile +++ b/security/krb5-devel/Makefile @@ -8,8 +8,8 @@ PKGNAME_X= -${FLAVOR:S/default//} .endif PKGNAMESUFFIX= ${PKGNAME_X:S/--/-/:C/-$//} -HASH= d6186c447 -MIT_COMMIT_DATE= 2024.03.26 +HASH= 6b74b6c18 +MIT_COMMIT_DATE= 2024.05.06 PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 diff --git a/security/krb5-devel/distinfo b/security/krb5-devel/distinfo index 4ef8aa29236..fab38b36a50 100644 --- a/security/krb5-devel/distinfo +++ b/security/krb5-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711658365 -SHA256 (krb5-krb5-1.22.2024.03.26-d6186c447_GH0.tar.gz) = d7b1852dd893bcb1e21a97f2f8e5306223cd138293c284e67386daf1b1cca197 -SIZE (krb5-krb5-1.22.2024.03.26-d6186c447_GH0.tar.gz) = 5101030 +TIMESTAMP = 1715613227 +SHA256 (krb5-krb5-1.22.2024.05.06-6b74b6c18_GH0.tar.gz) = 647ab4f782d23949d90a091bdab76feeb16c2d2e67b7e6aa001230536b64e1ee +SIZE (krb5-krb5-1.22.2024.05.06-6b74b6c18_GH0.tar.gz) = 5103599 diff --git a/security/lego/Makefile b/security/lego/Makefile index a442ce7e1e8..55ca1803d25 100644 --- a/security/lego/Makefile +++ b/security/lego/Makefile @@ -1,7 +1,7 @@ PORTNAME= lego DISTVERSIONPREFIX= v DISTVERSION= 4.16.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= matt@matthoran.com diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile index a4d703cd810..ef3c12ab5a6 100644 --- a/security/libressl-devel/Makefile +++ b/security/libressl-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= libressl -PORTVERSION= 3.9.1 +PORTVERSION= 3.9.2 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel diff --git a/security/libressl-devel/distinfo b/security/libressl-devel/distinfo index 7769fcecde9..8ffa5f973c1 100644 --- a/security/libressl-devel/distinfo +++ b/security/libressl-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711798511 -SHA256 (libressl-3.9.1.tar.gz) = 6da0b954695f7ee62b03f64200a8a4f02af93717b60cce04ab6c8df262c07a51 -SIZE (libressl-3.9.1.tar.gz) = 4352796 +TIMESTAMP = 1715594027 +SHA256 (libressl-3.9.2.tar.gz) = 7b031dac64a59eb6ee3304f7ffb75dad33ab8c9d279c847f92c89fb846068f97 +SIZE (libressl-3.9.2.tar.gz) = 4353829 diff --git a/security/linux-rl9-ca-certificates/Makefile b/security/linux-rl9-ca-certificates/Makefile new file mode 100644 index 00000000000..1b19c349c1e --- /dev/null +++ b/security/linux-rl9-ca-certificates/Makefile @@ -0,0 +1,17 @@ +PORTNAME= ca-certificates +PORTVERSION= 2023.2.60 +DISTVERSIONSUFFIX= _v7.0.306-90.1.el9_2 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Mozilla CA root certificate bundle (Rocky Linux ${LINUX_DIST_VER}) + +LICENSE= PD + +USES= linux:rl9 +USE_LINUX= p11-kit +USE_LINUX_RPM= noarch + +OPTIONS_DEFINE= DOCS + +.include diff --git a/security/linux-rl9-ca-certificates/distinfo b/security/linux-rl9-ca-certificates/distinfo new file mode 100644 index 00000000000..59bd00a30b3 --- /dev/null +++ b/security/linux-rl9-ca-certificates/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1696232465 +SHA256 (rocky/c/ca-certificates-2023.2.60_v7.0.306-90.1.el9_2.noarch.rpm) = 0c7bdf3ffc5f6d7e253921a58cf39ad8fae8ec353bb40fc3c0f412dddd89c9f9 +SIZE (rocky/c/ca-certificates-2023.2.60_v7.0.306-90.1.el9_2.noarch.rpm) = 855182 +SHA256 (rocky/c/ca-certificates-2023.2.60_v7.0.306-90.1.el9_2.src.rpm) = fb185d27a502a3787a4f04641fa82fb296ebba80dc0d22dac75fea89f194c0d3 +SIZE (rocky/c/ca-certificates-2023.2.60_v7.0.306-90.1.el9_2.src.rpm) = 667406 diff --git a/security/linux-rl9-ca-certificates/pkg-descr b/security/linux-rl9-ca-certificates/pkg-descr new file mode 100644 index 00000000000..b835104f591 --- /dev/null +++ b/security/linux-rl9-ca-certificates/pkg-descr @@ -0,0 +1,2 @@ +Root certificates from certificate authorities included in the Mozilla +NSS library and thus in Firefox and Thunderbird. diff --git a/security/linux-rl9-ca-certificates/pkg-plist b/security/linux-rl9-ca-certificates/pkg-plist new file mode 100644 index 00000000000..c2a23403a59 --- /dev/null +++ b/security/linux-rl9-ca-certificates/pkg-plist @@ -0,0 +1,28 @@ +etc/pki/ca-trust/README +etc/pki/ca-trust/ca-legacy.conf +etc/pki/ca-trust/extracted/README +etc/pki/ca-trust/extracted/edk2/README +etc/pki/ca-trust/extracted/java/README +etc/pki/ca-trust/extracted/openssl/README +etc/pki/ca-trust/extracted/pem/README +etc/pki/ca-trust/source/README +etc/pki/java/cacerts +etc/pki/tls/cert.pem +etc/pki/tls/certs/ca-bundle.crt +etc/pki/tls/certs/ca-bundle.trust.crt +etc/ssl/cert.pem +etc/ssl/certs +etc/ssl/ct_log_list.cnf +etc/ssl/openssl.cnf +usr/bin/ca-legacy +usr/bin/update-ca-trust +usr/share/man/man8/ca-legacy.8.gz +usr/share/man/man8/update-ca-trust.8.gz +usr/share/pki/ca-trust-legacy/ca-bundle.legacy.default.crt +usr/share/pki/ca-trust-legacy/ca-bundle.legacy.disable.crt +usr/share/pki/ca-trust-source/README +usr/share/pki/ca-trust-source/ca-bundle.trust.p11-kit +@dir etc/pki/ca-trust/source/anchors +@dir etc/pki/ca-trust/source/blocklist +@dir usr/share/pki/ca-trust-source/anchors +@dir usr/share/pki/ca-trust-source/blocklist diff --git a/security/linux-rl9-cyrus-sasl2/Makefile b/security/linux-rl9-cyrus-sasl2/Makefile new file mode 100644 index 00000000000..0c46a2e9495 --- /dev/null +++ b/security/linux-rl9-cyrus-sasl2/Makefile @@ -0,0 +1,23 @@ +PORTNAME= cyrus-sasl +PORTVERSION= 2.1.27 +DISTVERSIONSUFFIX= -21.el9 +CATEGORIES= security linux +PKGNAMESUFFIX= -lib + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.cyrusimap.org/sasl/ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX} +DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/security/linux-rl9-cyrus-sasl2/distinfo b/security/linux-rl9-cyrus-sasl2/distinfo new file mode 100644 index 00000000000..93ba012b3ca --- /dev/null +++ b/security/linux-rl9-cyrus-sasl2/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1687438732 +SHA256 (rocky/c/cyrus-sasl-lib-2.1.27-21.el9.aarch64.rpm) = f413dd81e101695270414c32ed757d11f58b4ac6876f2edbe5c7f7c11b84e41c +SIZE (rocky/c/cyrus-sasl-lib-2.1.27-21.el9.aarch64.rpm) = 769904 +SHA256 (rocky/c/cyrus-sasl-lib-2.1.27-21.el9.x86_64.rpm) = 997880c9126e9eceba7cbab49dfd0b85cacab30af214637ae5d3ad728d26d921 +SIZE (rocky/c/cyrus-sasl-lib-2.1.27-21.el9.x86_64.rpm) = 782005 +SHA256 (rocky/c/cyrus-sasl-2.1.27-21.el9.src.rpm) = 602abac0586c6c30a6f1108f5fdc17e2fbd9fb53af565c0a5cb24d2b81f97b4d +SIZE (rocky/c/cyrus-sasl-2.1.27-21.el9.src.rpm) = 4023552 diff --git a/security/linux-rl9-cyrus-sasl2/pkg-plist.aarch64 b/security/linux-rl9-cyrus-sasl2/pkg-plist.aarch64 new file mode 100644 index 00000000000..7c17b3bbd6a --- /dev/null +++ b/security/linux-rl9-cyrus-sasl2/pkg-plist.aarch64 @@ -0,0 +1,30 @@ +usr/bin/cyrusbdb2current +usr/lib/.build-id/03/0a253d5bcd3edef08af4a576ad5c26c1ebcce0 +usr/lib/.build-id/24/62607a57e40aa192a66900887175850c009919 +usr/lib/.build-id/9e/8176f61421de72c843bb7080834e0874eb9c6e +usr/lib/.build-id/a6/4ea58dc82fe31a1d1ba593a94641a07f0eff95 +usr/lib/.build-id/c3/7c69db511167cfa7f370297b2f9dc2e840da88 +usr/lib/.build-id/f6/d15e89d0b3d962e04821f45c185325e3fc9b08 +usr/lib64/libsasl2.so.3 +usr/lib64/libsasl2.so.3.0.0 +usr/lib64/sasl2/libanonymous.so +usr/lib64/sasl2/libanonymous.so.3 +usr/lib64/sasl2/libanonymous.so.3.0.0 +usr/lib64/sasl2/libsasldb.so +usr/lib64/sasl2/libsasldb.so.3 +usr/lib64/sasl2/libsasldb.so.3.0.0 +usr/sbin/sasldblistusers2 +usr/sbin/saslpasswd2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/developer.html +%%PORTDOCS%%%%DOCSDIR%%/download.html +%%PORTDOCS%%%%DOCSDIR%%/genindex.html +%%PORTDOCS%%%%DOCSDIR%%/getsasl.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/operations.html +%%PORTDOCS%%%%DOCSDIR%%/packager.html +%%PORTDOCS%%%%DOCSDIR%%/search.html +%%PORTDOCS%%%%DOCSDIR%%/setup.html +%%PORTDOCS%%%%DOCSDIR%%/support.html +usr/share/licenses/cyrus-sasl-lib/COPYING +@dir etc/sasl2 diff --git a/security/linux-rl9-cyrus-sasl2/pkg-plist.amd64 b/security/linux-rl9-cyrus-sasl2/pkg-plist.amd64 new file mode 100644 index 00000000000..75c8110a41e --- /dev/null +++ b/security/linux-rl9-cyrus-sasl2/pkg-plist.amd64 @@ -0,0 +1,30 @@ +usr/bin/cyrusbdb2current +usr/lib/.build-id/18/e74a934e8d8f27985faca8aebe2370789e2cf8 +usr/lib/.build-id/40/27a4c3815565c7e3e8c07db38687e8a605a263 +usr/lib/.build-id/52/b12611a7b2fbc445bd3c0c076ed75f042b808a +usr/lib/.build-id/9e/e1c95559a93af4cf061160af1a1da550036169 +usr/lib/.build-id/a3/7b0b0528c65c08955b2e4a38d1f62be151a881 +usr/lib/.build-id/d4/feb0469bbbbe2c0133d3525750f535ba8221c5 +usr/lib64/libsasl2.so.3 +usr/lib64/libsasl2.so.3.0.0 +usr/lib64/sasl2/libanonymous.so +usr/lib64/sasl2/libanonymous.so.3 +usr/lib64/sasl2/libanonymous.so.3.0.0 +usr/lib64/sasl2/libsasldb.so +usr/lib64/sasl2/libsasldb.so.3 +usr/lib64/sasl2/libsasldb.so.3.0.0 +usr/sbin/sasldblistusers2 +usr/sbin/saslpasswd2 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/developer.html +%%PORTDOCS%%%%DOCSDIR%%/download.html +%%PORTDOCS%%%%DOCSDIR%%/genindex.html +%%PORTDOCS%%%%DOCSDIR%%/getsasl.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/operations.html +%%PORTDOCS%%%%DOCSDIR%%/packager.html +%%PORTDOCS%%%%DOCSDIR%%/search.html +%%PORTDOCS%%%%DOCSDIR%%/setup.html +%%PORTDOCS%%%%DOCSDIR%%/support.html +usr/share/licenses/cyrus-sasl-lib/COPYING +@dir etc/sasl2 diff --git a/security/linux-rl9-gnupg/Makefile b/security/linux-rl9-gnupg/Makefile new file mode 100644 index 00000000000..92ba3efd1ab --- /dev/null +++ b/security/linux-rl9-gnupg/Makefile @@ -0,0 +1,28 @@ +PORTNAME= gnupg +PORTVERSION= 2.3.3 +DISTVERSIONSUFFIX= -4.el9 +PORTREVISION= 1 +CATEGORIES= security linux +PKGNAMESUFFIX= 2 + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GNU Transport Layer Security library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://gnutls.org/ + +USES= cpe linux:rl9 +CPE_VENDOR= gnu +USE_LINUX= gnutls libassuan libgcrypt libgpg-error openldap sqlite3 +USE_LINUX_RPM= yes + +BIN_DISTNAMES= ${PORTNAME}2-${DISTVERSION}${DISTVERSIONSUFFIX} +LIB_DISTNAMES= ${PORTNAME}2-smime-${DISTVERSION}${DISTVERSIONSUFFIX} +SRC_DISTFILES= ${PORTNAME}2-${DISTVERSION}${DISTVERSIONSUFFIX}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/security/linux-rl9-gnupg/distinfo b/security/linux-rl9-gnupg/distinfo new file mode 100644 index 00000000000..306f05f02bc --- /dev/null +++ b/security/linux-rl9-gnupg/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1707735924 +SHA256 (rocky/g/gnupg2-2.3.3-4.el9.aarch64.rpm) = 465f8055e0d1eda90012787d61ba3d80bb2dd77f1dd9058c5d9c1a1b529fcfe4 +SIZE (rocky/g/gnupg2-2.3.3-4.el9.aarch64.rpm) = 2569896 +SHA256 (rocky/g/gnupg2-2.3.3-4.el9.x86_64.rpm) = be8e75ba0f2dacf5fde23d67b8939807696b48f33cc56881ffd656e136e5d8c8 +SIZE (rocky/g/gnupg2-2.3.3-4.el9.x86_64.rpm) = 2595806 +SHA256 (rocky/g/gnupg2-smime-2.3.3-4.el9.aarch64.rpm) = a43d733f6c62ff35bbc6e37d9a21d165f20d7fd51abccd593bce4f32bdce2003 +SIZE (rocky/g/gnupg2-smime-2.3.3-4.el9.aarch64.rpm) = 239820 +SHA256 (rocky/g/gnupg2-smime-2.3.3-4.el9.x86_64.rpm) = b5876c23d3b1a202890513e95f42ab0bb8085d1b866dd4287d0ca978921629a0 +SIZE (rocky/g/gnupg2-smime-2.3.3-4.el9.x86_64.rpm) = 246665 +SHA256 (rocky/g/gnupg2-2.3.3-4.el9.src.rpm) = 9a99f3d2872451bcbec8307c275185cbe388266448e94ce3d0fa7b76f1364355 +SIZE (rocky/g/gnupg2-2.3.3-4.el9.src.rpm) = 7615090 diff --git a/security/linux-rl9-gnupg/pkg-plist.aarch64 b/security/linux-rl9-gnupg/pkg-plist.aarch64 new file mode 100644 index 00000000000..43e7f39c51a --- /dev/null +++ b/security/linux-rl9-gnupg/pkg-plist.aarch64 @@ -0,0 +1,172 @@ +usr/bin/dirmngr +usr/bin/dirmngr-client +usr/bin/g13 +usr/bin/gpg +usr/bin/gpg-agent +usr/bin/gpg-card +usr/bin/gpg-connect-agent +usr/bin/gpg-wks-client +usr/bin/gpg-wks-server +usr/bin/gpg2 +usr/bin/gpgconf +usr/bin/gpgparsemail +usr/bin/gpgsm +usr/bin/gpgsplit +usr/bin/gpgtar +usr/bin/gpgv +usr/bin/gpgv2 +usr/bin/kbxutil +usr/bin/watchgnupg +usr/lib/.build-id/05/e50202c058c3fdfcbccc6e765883eec6b394ba +usr/lib/.build-id/0b/b00a7251d6433c8cc6bb021d919076a4c0db6d +usr/lib/.build-id/10/10a705d3bb29020dc3c704f5c0bd9b56c4a954 +usr/lib/.build-id/1f/49c9467af78357e8fdc9b120867b48dacc434e +usr/lib/.build-id/20/8b526642a66e100d28377517c69f3f038b6e60 +usr/lib/.build-id/24/88ad7bef855393451839778a8c9922426dd42c +usr/lib/.build-id/28/01d40dbb08aa6c2c29e764cf74b2aa953725c3 +usr/lib/.build-id/32/ccd9252719c5bb667b27cd14044d62dfc3838f +usr/lib/.build-id/58/95d5f6ede80f6350e787e5cb1731aaf70514e1 +usr/lib/.build-id/5c/9f45add0ebede7cdb7a9314fbfd3ca8be9ea2e +usr/lib/.build-id/62/94810e3245e4dcde5a13702f7fe95b8ae7c723 +usr/lib/.build-id/67/69face18045ca8d2612650f988bc9f46c3d065 +usr/lib/.build-id/6e/f4f77e1be31e4da931744cf4e4c92a35429462 +usr/lib/.build-id/96/d1fbb1d7ce53078a155044303c46f0fbc260cb +usr/lib/.build-id/a4/4c037f628484d1b6d894db93ac04cab0322a09 +usr/lib/.build-id/ad/a6615b477e66110b1e618f177dd90ea8595798 +usr/lib/.build-id/bb/b551fdd0393615784e9bc0668034461bb6b705 +usr/lib/.build-id/c3/e0a98be7f0b0b58614426d046f8fdcafba7074 +usr/lib/.build-id/d5/cc5da21a41c06bcc37ba8694cc82f027b4da21 +usr/lib/.build-id/d6/0763bb22ab24a53b8ed83bae8ac96af410c31c +usr/lib/.build-id/e2/049f6d1c893241115dc3bd132163f1b6fcfc49 +usr/lib/.build-id/f3/f461b16fb9cd0f40142dc603dc991c3fabdaca +usr/lib/.build-id/fb/9dc44486e27c0359f41aea53112bd453ff9734 +usr/lib/.build-id/fd/3a448b819f1d12938d473090ffbb4e58d8d2e1 +usr/lib/.build-id/fd/d9ac48c7842a8e16c36199478e27dbfee494c4 +usr/lib/systemd/user/dirmngr.service +usr/lib/systemd/user/dirmngr.socket +usr/lib/systemd/user/gpg-agent-browser.socket +usr/lib/systemd/user/gpg-agent-extra.socket +usr/lib/systemd/user/gpg-agent-ssh.socket +usr/lib/systemd/user/gpg-agent.service +usr/lib/systemd/user/gpg-agent.socket +usr/libexec/dirmngr_ldap +usr/libexec/gpg-check-pattern +usr/libexec/gpg-pair-tool +usr/libexec/gpg-preset-passphrase +usr/libexec/gpg-protect-tool +usr/libexec/gpg-wks-client +usr/libexec/keyboxd +usr/libexec/scdaemon +usr/sbin/addgnupghome +usr/sbin/applygnupgdefaults +usr/sbin/g13-syshelp +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/DCO +%%PORTDOCS%%%%DOCSDIR%%/DETAILS +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/HACKING +%%PORTDOCS%%%%DOCSDIR%%/KEYSERVER +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/OpenPGP +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/TRANSLATE +%%PORTDOCS%%%%DOCSDIR%%/examples/Automatic.prf +%%PORTDOCS%%%%DOCSDIR%%/examples/README +%%PORTDOCS%%%%DOCSDIR%%/examples/VS-NfD.prf +%%PORTDOCS%%%%DOCSDIR%%/examples/common.conf +%%PORTDOCS%%%%DOCSDIR%%/examples/debug.prf +%%PORTDOCS%%%%DOCSDIR%%/examples/gpgconf.conf +%%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list +%%PORTDOCS%%%%DOCSDIR%%/examples/qualified.txt +%%PORTDOCS%%%%DOCSDIR%%/examples/scd-event +%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/README +%%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt +%%DATADIR%%/distsigkey.gpg +%%DATADIR%%/help.be.txt +%%DATADIR%%/help.ca.txt +%%DATADIR%%/help.cs.txt +%%DATADIR%%/help.da.txt +%%DATADIR%%/help.de.txt +%%DATADIR%%/help.el.txt +%%DATADIR%%/help.eo.txt +%%DATADIR%%/help.es.txt +%%DATADIR%%/help.et.txt +%%DATADIR%%/help.fi.txt +%%DATADIR%%/help.fr.txt +%%DATADIR%%/help.gl.txt +%%DATADIR%%/help.hu.txt +%%DATADIR%%/help.id.txt +%%DATADIR%%/help.it.txt +%%DATADIR%%/help.ja.txt +%%DATADIR%%/help.nb.txt +%%DATADIR%%/help.pl.txt +%%DATADIR%%/help.pt.txt +%%DATADIR%%/help.pt_BR.txt +%%DATADIR%%/help.ro.txt +%%DATADIR%%/help.ru.txt +%%DATADIR%%/help.sk.txt +%%DATADIR%%/help.sv.txt +%%DATADIR%%/help.tr.txt +%%DATADIR%%/help.txt +%%DATADIR%%/help.zh_CN.txt +%%DATADIR%%/help.zh_TW.txt +%%DATADIR%%/sks-keyservers.netCA.pem +usr/share/info/gnupg.info-1.gz +usr/share/info/gnupg.info-2.gz +usr/share/info/gnupg.info-3.gz +usr/share/info/gnupg.info.gz +usr/share/licenses/gnupg2/COPYING +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/en@quot/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gnupg2.mo +usr/share/man/man1/dirmngr-client.1.gz +usr/share/man/man1/gpg-agent.1.gz +usr/share/man/man1/gpg-card.1.gz +usr/share/man/man1/gpg-check-pattern.1.gz +usr/share/man/man1/gpg-connect-agent.1.gz +usr/share/man/man1/gpg-preset-passphrase.1.gz +usr/share/man/man1/gpg-wks-client.1.gz +usr/share/man/man1/gpg-wks-server.1.gz +usr/share/man/man1/gpg.1.gz +usr/share/man/man1/gpg2.1.gz +usr/share/man/man1/gpgconf.1.gz +usr/share/man/man1/gpgparsemail.1.gz +usr/share/man/man1/gpgsm.1.gz +usr/share/man/man1/gpgtar.1.gz +usr/share/man/man1/gpgv.1.gz +usr/share/man/man1/gpgv2.1.gz +usr/share/man/man1/scdaemon.1.gz +usr/share/man/man1/watchgnupg.1.gz +usr/share/man/man7/gnupg.7.gz +usr/share/man/man7/gnupg2.7.gz +usr/share/man/man8/addgnupghome.8.gz +usr/share/man/man8/applygnupgdefaults.8.gz +usr/share/man/man8/dirmngr.8.gz +@dir %%ETCDIR%% diff --git a/security/linux-rl9-gnupg/pkg-plist.amd64 b/security/linux-rl9-gnupg/pkg-plist.amd64 new file mode 100644 index 00000000000..0ff8de59f4d --- /dev/null +++ b/security/linux-rl9-gnupg/pkg-plist.amd64 @@ -0,0 +1,172 @@ +usr/bin/dirmngr +usr/bin/dirmngr-client +usr/bin/g13 +usr/bin/gpg +usr/bin/gpg-agent +usr/bin/gpg-card +usr/bin/gpg-connect-agent +usr/bin/gpg-wks-client +usr/bin/gpg-wks-server +usr/bin/gpg2 +usr/bin/gpgconf +usr/bin/gpgparsemail +usr/bin/gpgsm +usr/bin/gpgsplit +usr/bin/gpgtar +usr/bin/gpgv +usr/bin/gpgv2 +usr/bin/kbxutil +usr/bin/watchgnupg +usr/lib/.build-id/08/8fe9900e41c6a8ea4abb1905b9842d5b76155d +usr/lib/.build-id/2b/984173f96155698956cf6266e81f1afc6874db +usr/lib/.build-id/33/e00c55f5fedabda027f00dcbbc52f73627371e +usr/lib/.build-id/56/1d95edabf4597d02623d4f80cb8a386d237b48 +usr/lib/.build-id/5d/e46ceaa900553a0ff42fa0b76537e843545264 +usr/lib/.build-id/6a/63bc386f443d530ab64c4ee7ec3d7ee07cd63f +usr/lib/.build-id/71/5ea7a159e726db96faea825201b9ea672e8be8 +usr/lib/.build-id/73/4d97aab9cf9b1a0861cc5c87abdafe6de2ecfc +usr/lib/.build-id/8b/1c4d11eaa5d492d411b1ded1fead0bc10a9505 +usr/lib/.build-id/90/58c937eeaf5807163996f27b24433293de9111 +usr/lib/.build-id/aa/efa9b6684635281353045da34187d811898a7a +usr/lib/.build-id/af/97091be3b6242b3d894399b3ee23ef07c858ba +usr/lib/.build-id/b2/a8a66831858e64241110defd544c799a9bbac0 +usr/lib/.build-id/bd/6e3b56c9df91e552922f390727ed5572b2fda7 +usr/lib/.build-id/c2/9eee9ca029b1e19bb67377f95aa12cf2d40090 +usr/lib/.build-id/c9/a71fa33a522f2506d14aa668e7fccaaab60160 +usr/lib/.build-id/c9/a9da739aa6943e43a8c396d5c3c1e22d30c33e +usr/lib/.build-id/d2/dde631d066edfd56bda4cb3bc406995ad81441 +usr/lib/.build-id/d7/594eaeee3e7546d037eaf9bad9b77cddcd709c +usr/lib/.build-id/e5/948697db00e8710f4af268120a7d205ab52830 +usr/lib/.build-id/e7/b3b2290afd901996c5f0cfe0e5b0a5ed3dd599 +usr/lib/.build-id/ec/1ee918be1a03db921fcfc4e28c2725bf74ee91 +usr/lib/.build-id/ef/212b8402d82c34cf0cebb209cd3d644fc362fc +usr/lib/.build-id/fb/c4ebbd554c9ceede8f26243a391edb14986395 +usr/lib/.build-id/fc/ef5dab41048abfebffd438797d4bd2301627a0 +usr/lib/systemd/user/dirmngr.service +usr/lib/systemd/user/dirmngr.socket +usr/lib/systemd/user/gpg-agent-browser.socket +usr/lib/systemd/user/gpg-agent-extra.socket +usr/lib/systemd/user/gpg-agent-ssh.socket +usr/lib/systemd/user/gpg-agent.service +usr/lib/systemd/user/gpg-agent.socket +usr/libexec/dirmngr_ldap +usr/libexec/gpg-check-pattern +usr/libexec/gpg-pair-tool +usr/libexec/gpg-preset-passphrase +usr/libexec/gpg-protect-tool +usr/libexec/gpg-wks-client +usr/libexec/keyboxd +usr/libexec/scdaemon +usr/sbin/addgnupghome +usr/sbin/applygnupgdefaults +usr/sbin/g13-syshelp +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/DCO +%%PORTDOCS%%%%DOCSDIR%%/DETAILS +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/HACKING +%%PORTDOCS%%%%DOCSDIR%%/KEYSERVER +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/OpenPGP +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/TRANSLATE +%%PORTDOCS%%%%DOCSDIR%%/examples/Automatic.prf +%%PORTDOCS%%%%DOCSDIR%%/examples/README +%%PORTDOCS%%%%DOCSDIR%%/examples/VS-NfD.prf +%%PORTDOCS%%%%DOCSDIR%%/examples/common.conf +%%PORTDOCS%%%%DOCSDIR%%/examples/debug.prf +%%PORTDOCS%%%%DOCSDIR%%/examples/gpgconf.conf +%%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list +%%PORTDOCS%%%%DOCSDIR%%/examples/qualified.txt +%%PORTDOCS%%%%DOCSDIR%%/examples/scd-event +%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/README +%%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt +%%DATADIR%%/distsigkey.gpg +%%DATADIR%%/help.be.txt +%%DATADIR%%/help.ca.txt +%%DATADIR%%/help.cs.txt +%%DATADIR%%/help.da.txt +%%DATADIR%%/help.de.txt +%%DATADIR%%/help.el.txt +%%DATADIR%%/help.eo.txt +%%DATADIR%%/help.es.txt +%%DATADIR%%/help.et.txt +%%DATADIR%%/help.fi.txt +%%DATADIR%%/help.fr.txt +%%DATADIR%%/help.gl.txt +%%DATADIR%%/help.hu.txt +%%DATADIR%%/help.id.txt +%%DATADIR%%/help.it.txt +%%DATADIR%%/help.ja.txt +%%DATADIR%%/help.nb.txt +%%DATADIR%%/help.pl.txt +%%DATADIR%%/help.pt.txt +%%DATADIR%%/help.pt_BR.txt +%%DATADIR%%/help.ro.txt +%%DATADIR%%/help.ru.txt +%%DATADIR%%/help.sk.txt +%%DATADIR%%/help.sv.txt +%%DATADIR%%/help.tr.txt +%%DATADIR%%/help.txt +%%DATADIR%%/help.zh_CN.txt +%%DATADIR%%/help.zh_TW.txt +%%DATADIR%%/sks-keyservers.netCA.pem +usr/share/info/gnupg.info-1.gz +usr/share/info/gnupg.info-2.gz +usr/share/info/gnupg.info-3.gz +usr/share/info/gnupg.info.gz +usr/share/licenses/gnupg2/COPYING +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/en@quot/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gnupg2.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gnupg2.mo +usr/share/man/man1/dirmngr-client.1.gz +usr/share/man/man1/gpg-agent.1.gz +usr/share/man/man1/gpg-card.1.gz +usr/share/man/man1/gpg-check-pattern.1.gz +usr/share/man/man1/gpg-connect-agent.1.gz +usr/share/man/man1/gpg-preset-passphrase.1.gz +usr/share/man/man1/gpg-wks-client.1.gz +usr/share/man/man1/gpg-wks-server.1.gz +usr/share/man/man1/gpg.1.gz +usr/share/man/man1/gpg2.1.gz +usr/share/man/man1/gpgconf.1.gz +usr/share/man/man1/gpgparsemail.1.gz +usr/share/man/man1/gpgsm.1.gz +usr/share/man/man1/gpgtar.1.gz +usr/share/man/man1/gpgv.1.gz +usr/share/man/man1/gpgv2.1.gz +usr/share/man/man1/scdaemon.1.gz +usr/share/man/man1/watchgnupg.1.gz +usr/share/man/man7/gnupg.7.gz +usr/share/man/man7/gnupg2.7.gz +usr/share/man/man8/addgnupghome.8.gz +usr/share/man/man8/applygnupgdefaults.8.gz +usr/share/man/man8/dirmngr.8.gz +@dir %%ETCDIR%% diff --git a/security/linux-rl9-gnutls/Makefile b/security/linux-rl9-gnutls/Makefile new file mode 100644 index 00000000000..912b03eac27 --- /dev/null +++ b/security/linux-rl9-gnutls/Makefile @@ -0,0 +1,24 @@ +PORTNAME= gnutls +PORTVERSION= 3.7.6 +PORTREVISION= 2 +DISTVERSIONSUFFIX= -23.el9_3.4 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GNU Transport Layer Security library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://gnutls.org/ + +USES= cpe linux:rl9 +CPE_VENDOR= gnu +USE_LDCONFIG= yes +USE_LINUX= libidn2 libtasn1 nettle p11-kit +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/security/linux-rl9-gnutls/distinfo b/security/linux-rl9-gnutls/distinfo new file mode 100644 index 00000000000..6d3a546139d --- /dev/null +++ b/security/linux-rl9-gnutls/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1714055265 +SHA256 (rocky/g/gnutls-3.7.6-23.el9_3.4.aarch64.rpm) = 891428edf59bc9d61055b81d3f238de0b7677b1dc4e7927c966577ec5d094c36 +SIZE (rocky/g/gnutls-3.7.6-23.el9_3.4.aarch64.rpm) = 1013216 +SHA256 (rocky/g/gnutls-3.7.6-23.el9_3.4.x86_64.rpm) = 16fbfba4283b8fa4b9d2e61b0d3aeb14c60e133c0de36be151779436243d55d1 +SIZE (rocky/g/gnutls-3.7.6-23.el9_3.4.x86_64.rpm) = 1090071 +SHA256 (rocky/g/gnutls-3.7.6-23.el9_3.4.src.rpm) = 0f5a69ace4d65126c3f77489526d88824013602790a6fbec2295981028092b7d +SIZE (rocky/g/gnutls-3.7.6-23.el9_3.4.src.rpm) = 8525247 diff --git a/security/linux-rl9-gnutls/pkg-plist.aarch64 b/security/linux-rl9-gnutls/pkg-plist.aarch64 new file mode 100644 index 00000000000..8c98986f54b --- /dev/null +++ b/security/linux-rl9-gnutls/pkg-plist.aarch64 @@ -0,0 +1,28 @@ +usr/lib/.build-id/99/daf58272ffe1249568d1a7933685ab5ad8695f +usr/lib64/.libgnutls.so.30.33.1.hmac +usr/lib64/.libgnutls.so.30.hmac +usr/lib64/libgnutls.so.30 +usr/lib64/libgnutls.so.30.33.1 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/THANKS +usr/share/licenses/gnutls/COPYING +usr/share/licenses/gnutls/COPYING.LESSER +usr/share/licenses/gnutls/LICENSE +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo diff --git a/security/linux-rl9-gnutls/pkg-plist.amd64 b/security/linux-rl9-gnutls/pkg-plist.amd64 new file mode 100644 index 00000000000..2cef022831f --- /dev/null +++ b/security/linux-rl9-gnutls/pkg-plist.amd64 @@ -0,0 +1,28 @@ +usr/lib/.build-id/c9/759f7ba5562670e8efc87f35ccc26a9fd1ff5c +usr/lib64/.libgnutls.so.30.33.1.hmac +usr/lib64/.libgnutls.so.30.hmac +usr/lib64/libgnutls.so.30 +usr/lib64/libgnutls.so.30.33.1 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/THANKS +usr/share/licenses/gnutls/COPYING +usr/share/licenses/gnutls/COPYING.LESSER +usr/share/licenses/gnutls/LICENSE +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gnutls.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo diff --git a/security/linux-rl9-libassuan/Makefile b/security/linux-rl9-libassuan/Makefile new file mode 100644 index 00000000000..74312f3d982 --- /dev/null +++ b/security/linux-rl9-libassuan/Makefile @@ -0,0 +1,24 @@ +PORTNAME= libassuan +PORTVERSION= 2.5.5 +DISTVERSIONSUFFIX= -3.el9 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= IPC library used by GnuPG and gpgme (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://gnupg.org/related_software/libassuan/index.en.html + +LICENSE= LGPL21+ + +USES= cpe linux:rl9 +CPE_VENDOR= gnupg +USE_LDCONFIG= yes +USE_LINUX= libgpg-error +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/security/linux-rl9-libassuan/distinfo b/security/linux-rl9-libassuan/distinfo new file mode 100644 index 00000000000..ade67949732 --- /dev/null +++ b/security/linux-rl9-libassuan/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1688984808 +SHA256 (rocky/l/libassuan-2.5.5-3.el9.aarch64.rpm) = 895d6b549753d70000e5bdcbe39b24b794b6cdbb39a0eefc1c521a14096cdbf3 +SIZE (rocky/l/libassuan-2.5.5-3.el9.aarch64.rpm) = 67159 +SHA256 (rocky/l/libassuan-2.5.5-3.el9.x86_64.rpm) = 5d5e555c9c4dfbd293acdc0ae739b41e635a2239a2c41ce11aafedd1d1ed54f4 +SIZE (rocky/l/libassuan-2.5.5-3.el9.x86_64.rpm) = 68714 +SHA256 (rocky/l/libassuan-2.5.5-3.el9.src.rpm) = 9f2f27146feea71dfd0e6d809446271acf0843b89541ea505b1d266ecf93f2af +SIZE (rocky/l/libassuan-2.5.5-3.el9.src.rpm) = 584211 diff --git a/security/linux-rl9-libassuan/pkg-plist.aarch64 b/security/linux-rl9-libassuan/pkg-plist.aarch64 new file mode 100644 index 00000000000..ec6690a2c7e --- /dev/null +++ b/security/linux-rl9-libassuan/pkg-plist.aarch64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/a7/3c0fd6cc95fc75d4834bba4645bb2b42f3b46d +usr/lib64/libassuan.so.0 +usr/lib64/libassuan.so.0.8.5 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libassuan/COPYING +usr/share/licenses/libassuan/COPYING.LIB diff --git a/security/linux-rl9-libassuan/pkg-plist.amd64 b/security/linux-rl9-libassuan/pkg-plist.amd64 new file mode 100644 index 00000000000..f1cac716923 --- /dev/null +++ b/security/linux-rl9-libassuan/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/46/6a776c87cb3824287646623385b76822b883ef +usr/lib64/libassuan.so.0 +usr/lib64/libassuan.so.0.8.5 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libassuan/COPYING +usr/share/licenses/libassuan/COPYING.LIB diff --git a/security/linux-rl9-libgcrypt/Makefile b/security/linux-rl9-libgcrypt/Makefile new file mode 100644 index 00000000000..e18a96cb94a --- /dev/null +++ b/security/linux-rl9-libgcrypt/Makefile @@ -0,0 +1,23 @@ +PORTNAME= libgcrypt +PORTVERSION= 1.10.0 +DISTVERSIONSUFFIX= -10.el9_2 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Crypto library based on code used in GnuPG (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnupg.org/software/libgcrypt/index.html + +LICENSE= LGPL21+ + +USES= cpe linux:rl9 +CPE_VENDOR= gnupg +USE_LDCONFIG= yes +USE_LINUX= libgpg-error +USE_LINUX_RPM= yes + +CONFLICTS= linux-c6-${PORTNAME} linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/security/linux-rl9-libgcrypt/distinfo b/security/linux-rl9-libgcrypt/distinfo new file mode 100644 index 00000000000..7c00ca4966e --- /dev/null +++ b/security/linux-rl9-libgcrypt/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686487559 +SHA256 (rocky/l/libgcrypt-1.10.0-10.el9_2.aarch64.rpm) = cd317ea959dd8dedce41d3f08ed96210b5a0f25287a029565fe4cb0c6ac0419a +SIZE (rocky/l/libgcrypt-1.10.0-10.el9_2.aarch64.rpm) = 460087 +SHA256 (rocky/l/libgcrypt-1.10.0-10.el9_2.x86_64.rpm) = edc9b3c4f250cbd1601f0163ea23cbed7a4d8af5e995d4a906122686ddca3cf8 +SIZE (rocky/l/libgcrypt-1.10.0-10.el9_2.x86_64.rpm) = 515979 +SHA256 (rocky/l/libgcrypt-1.10.0-10.el9_2.src.rpm) = 3149d059871928d478eedd5c5b72d1895bdac80562e94e7feb7651837179f24d +SIZE (rocky/l/libgcrypt-1.10.0-10.el9_2.src.rpm) = 3925835 diff --git a/security/linux-rl9-libgcrypt/pkg-plist.aarch64 b/security/linux-rl9-libgcrypt/pkg-plist.aarch64 new file mode 100644 index 00000000000..c1bebb09933 --- /dev/null +++ b/security/linux-rl9-libgcrypt/pkg-plist.aarch64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/b7/e7c44bb967e99694a558e24ea0267c19dfda3e +usr/lib64/libgcrypt.so.20 +usr/lib64/libgcrypt.so.20.4.0 +%%PORTDOCS%%usr/share/doc/libgcrypt/AUTHORS +%%PORTDOCS%%usr/share/doc/libgcrypt/NEWS +%%PORTDOCS%%usr/share/doc/libgcrypt/THANKS +usr/share/licenses/libgcrypt/COPYING.LIB +@dir etc/gcrypt diff --git a/security/linux-rl9-libgcrypt/pkg-plist.amd64 b/security/linux-rl9-libgcrypt/pkg-plist.amd64 new file mode 100644 index 00000000000..8f3e6ca6d5b --- /dev/null +++ b/security/linux-rl9-libgcrypt/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/lib/.build-id/3d/6b325fb24d09990a1b32343b27d3762d9ace14 +usr/lib64/libgcrypt.so.20 +usr/lib64/libgcrypt.so.20.4.0 +%%PORTDOCS%%usr/share/doc/libgcrypt/AUTHORS +%%PORTDOCS%%usr/share/doc/libgcrypt/NEWS +%%PORTDOCS%%usr/share/doc/libgcrypt/THANKS +usr/share/licenses/libgcrypt/COPYING.LIB +@dir etc/gcrypt diff --git a/security/linux-rl9-libgpg-error/Makefile b/security/linux-rl9-libgpg-error/Makefile new file mode 100644 index 00000000000..a7cb63c7f43 --- /dev/null +++ b/security/linux-rl9-libgpg-error/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libgpg-error +PORTVERSION= 1.42 +DISTVERSIONSUFFIX= -5.el9 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Common error values for all GnuPG components (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnupg.org/software/libgpg-error/ + +LICENSE= LGPL21+ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c6-${PORTNAME} linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/security/linux-rl9-libgpg-error/distinfo b/security/linux-rl9-libgpg-error/distinfo new file mode 100644 index 00000000000..d9c1f6362c1 --- /dev/null +++ b/security/linux-rl9-libgpg-error/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686487296 +SHA256 (rocky/l/libgpg-error-1.42-5.el9.aarch64.rpm) = e22037efb56a2856af7ee66c0e6a590a5047357e7cfe303abc6a23a53753eb28 +SIZE (rocky/l/libgpg-error-1.42-5.el9.aarch64.rpm) = 213543 +SHA256 (rocky/l/libgpg-error-1.42-5.el9.x86_64.rpm) = 7d48fb4ca1e935a491cb02a85abdd5b91b329168962c1b11ca434c2b80c079fa +SIZE (rocky/l/libgpg-error-1.42-5.el9.x86_64.rpm) = 215938 +SHA256 (rocky/l/libgpg-error-1.42-5.el9.src.rpm) = dd6f3ee019352606e8a62c4044cf6974cdf12eb2ad1db197cc9a3b7e6f598003 +SIZE (rocky/l/libgpg-error-1.42-5.el9.src.rpm) = 991758 diff --git a/security/linux-rl9-libgpg-error/pkg-plist.aarch64 b/security/linux-rl9-libgpg-error/pkg-plist.aarch64 new file mode 100644 index 00000000000..6f03a3fe970 --- /dev/null +++ b/security/linux-rl9-libgpg-error/pkg-plist.aarch64 @@ -0,0 +1,31 @@ +usr/bin/gpg-error +usr/lib/.build-id/c2/a4a1869f1fe740f6f06d4c32ce77352ff661fe +usr/lib/.build-id/e4/9c8c96e69562bd9e477f4c5e1b2a71f4a82292 +usr/lib64/libgpg-error.so.0 +usr/lib64/libgpg-error.so.0.32.0 +%%PORTDOCS%%usr/share/doc/libgpg-error/AUTHORS +%%PORTDOCS%%usr/share/doc/libgpg-error/NEWS +%%PORTDOCS%%usr/share/doc/libgpg-error/README +%%DATADIR%%/errorref.txt +usr/share/licenses/libgpg-error/COPYING +usr/share/licenses/libgpg-error/COPYING.LIB +%%NLS%%usr/share/locale/cs/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo diff --git a/security/linux-rl9-libgpg-error/pkg-plist.amd64 b/security/linux-rl9-libgpg-error/pkg-plist.amd64 new file mode 100644 index 00000000000..7d0c1618fb8 --- /dev/null +++ b/security/linux-rl9-libgpg-error/pkg-plist.amd64 @@ -0,0 +1,31 @@ +usr/bin/gpg-error +usr/lib/.build-id/6a/51c4775d127d417f1739858c83e6b9d3ab0c37 +usr/lib/.build-id/d3/29208c15a720c5907854b9b69541c9bf401969 +usr/lib64/libgpg-error.so.0 +usr/lib64/libgpg-error.so.0.32.0 +%%PORTDOCS%%usr/share/doc/libgpg-error/AUTHORS +%%PORTDOCS%%usr/share/doc/libgpg-error/NEWS +%%PORTDOCS%%usr/share/doc/libgpg-error/README +%%DATADIR%%/errorref.txt +usr/share/licenses/libgpg-error/COPYING +usr/share/licenses/libgpg-error/COPYING.LIB +%%NLS%%usr/share/locale/cs/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo diff --git a/security/linux-rl9-libtasn1/Makefile b/security/linux-rl9-libtasn1/Makefile new file mode 100644 index 00000000000..314b9c389b4 --- /dev/null +++ b/security/linux-rl9-libtasn1/Makefile @@ -0,0 +1,23 @@ +PORTNAME= libtasn1 +PORTVERSION= 4.16.0 +DISTVERSIONSUFFIX= -8.el9_1 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= ASN.1 structure parser library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnu.org/software/libtasn1/ + +LICENSE= LGPL21+ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CPE_VENDOR= gnu + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/security/linux-rl9-libtasn1/distinfo b/security/linux-rl9-libtasn1/distinfo new file mode 100644 index 00000000000..cf12a47112c --- /dev/null +++ b/security/linux-rl9-libtasn1/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686579023 +SHA256 (rocky/l/libtasn1-4.16.0-8.el9_1.aarch64.rpm) = 3963d58e43412e91e47454836e5431fbc77014d411ac6eec4847fc7cede46a6d +SIZE (rocky/l/libtasn1-4.16.0-8.el9_1.aarch64.rpm) = 74132 +SHA256 (rocky/l/libtasn1-4.16.0-8.el9_1.x86_64.rpm) = f62a78a4d12241611733a45d896511c9825d06116373f4277e08acbae7565322 +SIZE (rocky/l/libtasn1-4.16.0-8.el9_1.x86_64.rpm) = 74962 +SHA256 (rocky/l/libtasn1-4.16.0-8.el9_1.src.rpm) = e2e95c833a6d79d774eec3b60e0cb856a8403e455925c1a5626a70f8cf068fdc +SIZE (rocky/l/libtasn1-4.16.0-8.el9_1.src.rpm) = 1889934 diff --git a/security/linux-rl9-libtasn1/pkg-plist.aarch64 b/security/linux-rl9-libtasn1/pkg-plist.aarch64 new file mode 100644 index 00000000000..31f16ac152b --- /dev/null +++ b/security/linux-rl9-libtasn1/pkg-plist.aarch64 @@ -0,0 +1,9 @@ +usr/lib/.build-id/f4/3a0eebed60e9810dd8c712ea2fd6489bde7cc2 +usr/lib64/libtasn1.so.6 +usr/lib64/libtasn1.so.6.6.0 +%%PORTDOCS%%usr/share/doc/libtasn1/AUTHORS +%%PORTDOCS%%usr/share/doc/libtasn1/NEWS +%%PORTDOCS%%usr/share/doc/libtasn1/README.md +usr/share/licenses/libtasn1/COPYING +usr/share/licenses/libtasn1/COPYING.LESSER +usr/share/licenses/libtasn1/LICENSE diff --git a/security/linux-rl9-libtasn1/pkg-plist.amd64 b/security/linux-rl9-libtasn1/pkg-plist.amd64 new file mode 100644 index 00000000000..596d938c21b --- /dev/null +++ b/security/linux-rl9-libtasn1/pkg-plist.amd64 @@ -0,0 +1,9 @@ +usr/lib/.build-id/c1/7247c829f91e289fb9424e7a05b9946d8985d2 +usr/lib64/libtasn1.so.6 +usr/lib64/libtasn1.so.6.6.0 +%%PORTDOCS%%usr/share/doc/libtasn1/AUTHORS +%%PORTDOCS%%usr/share/doc/libtasn1/NEWS +%%PORTDOCS%%usr/share/doc/libtasn1/README.md +usr/share/licenses/libtasn1/COPYING +usr/share/licenses/libtasn1/COPYING.LESSER +usr/share/licenses/libtasn1/LICENSE diff --git a/security/linux-rl9-libxcrypt/Makefile b/security/linux-rl9-libxcrypt/Makefile new file mode 100644 index 00000000000..fb2d500bf49 --- /dev/null +++ b/security/linux-rl9-libxcrypt/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libxcrypt +PORTVERSION= 4.4.18 +DISTVERSIONSUFFIX= -3.el9 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Extended crypt library for descrypt, md5crypt, bcrypt, and others (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/besser82/libxcrypt + +LICENSE= LGPL21+ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/security/linux-rl9-libxcrypt/distinfo b/security/linux-rl9-libxcrypt/distinfo new file mode 100644 index 00000000000..abe9c715a1b --- /dev/null +++ b/security/linux-rl9-libxcrypt/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707756437 +SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.aarch64.rpm) = ec12e0266ce1f96af43495c95f95fbb6d972af576f19473ea231985f8cd4d2d6 +SIZE (rocky/l/libxcrypt-4.4.18-3.el9.aarch64.rpm) = 122619 +SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.x86_64.rpm) = e3c178ed2e04ac25699d5af612fad51694a23f5d544b72cab2f65d35b8db5f28 +SIZE (rocky/l/libxcrypt-4.4.18-3.el9.x86_64.rpm) = 117617 +SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.src.rpm) = dba21a9a96b6532e452b45190b9ba38b56c2a1fbaecae037505c5315de014b3d +SIZE (rocky/l/libxcrypt-4.4.18-3.el9.src.rpm) = 542268 diff --git a/security/linux-rl9-libxcrypt/pkg-plist.aarch64 b/security/linux-rl9-libxcrypt/pkg-plist.aarch64 new file mode 100644 index 00000000000..875ffa2ffde --- /dev/null +++ b/security/linux-rl9-libxcrypt/pkg-plist.aarch64 @@ -0,0 +1,13 @@ +usr/lib/.build-id/65/ca3a887a1060062108aa70583fb6809a97e522 +usr/lib64/fipscheck/libcrypt.so.2.0.0.hmac +usr/lib64/fipscheck/libcrypt.so.2.hmac +usr/lib64/libcrypt.so.2 +usr/lib64/libcrypt.so.2.0.0 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.rhel +%%PORTDOCS%%%%DOCSDIR%%/THANKS +usr/share/licenses/libxcrypt/AUTHORS +usr/share/licenses/libxcrypt/COPYING.LIB +usr/share/licenses/libxcrypt/LICENSING +usr/share/man/man5/crypt.5.gz diff --git a/security/linux-rl9-libxcrypt/pkg-plist.amd64 b/security/linux-rl9-libxcrypt/pkg-plist.amd64 new file mode 100644 index 00000000000..d213db74c28 --- /dev/null +++ b/security/linux-rl9-libxcrypt/pkg-plist.amd64 @@ -0,0 +1,13 @@ +usr/lib/.build-id/43/cc909d67a7573957be572f25a1bda51b9d72d6 +usr/lib64/fipscheck/libcrypt.so.2.0.0.hmac +usr/lib64/fipscheck/libcrypt.so.2.hmac +usr/lib64/libcrypt.so.2 +usr/lib64/libcrypt.so.2.0.0 +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.rhel +%%PORTDOCS%%%%DOCSDIR%%/THANKS +usr/share/licenses/libxcrypt/AUTHORS +usr/share/licenses/libxcrypt/COPYING.LIB +usr/share/licenses/libxcrypt/LICENSING +usr/share/man/man5/crypt.5.gz diff --git a/security/linux-rl9-nettle/Makefile b/security/linux-rl9-nettle/Makefile new file mode 100644 index 00000000000..e2a63a19787 --- /dev/null +++ b/security/linux-rl9-nettle/Makefile @@ -0,0 +1,20 @@ +PORTNAME= nettle +PORTVERSION= 3.8 +DISTVERSIONSUFFIX= -3.el9_0 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Low-level cryptographic library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.lysator.liu.se/~nisse/nettle/ + +USES= cpe linux:rl9 +CPE_VENDOR= ${PORTNAME}_project +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/security/linux-rl9-nettle/distinfo b/security/linux-rl9-nettle/distinfo new file mode 100644 index 00000000000..2d9f078e9ed --- /dev/null +++ b/security/linux-rl9-nettle/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1687506183 +SHA256 (rocky/n/nettle-3.8-3.el9_0.aarch64.rpm) = 3dd74bc4cff017a46500656e9552c54b005c345dde1aa8e3cbb8447cfe88e7e1 +SIZE (rocky/n/nettle-3.8-3.el9_0.aarch64.rpm) = 527056 +SHA256 (rocky/n/nettle-3.8-3.el9_0.x86_64.rpm) = 8b26d9abcaeadde048555c7187753b64172be4cca206f704ddf2319772bc4beb +SIZE (rocky/n/nettle-3.8-3.el9_0.x86_64.rpm) = 559829 +SHA256 (rocky/n/nettle-3.8-3.el9_0.src.rpm) = 755663f4f50a42890be293e4dabf1e8061680eb65b0b238dd1493b7631284af4 +SIZE (rocky/n/nettle-3.8-3.el9_0.src.rpm) = 4166119 diff --git a/security/linux-rl9-nettle/pkg-plist.aarch64 b/security/linux-rl9-nettle/pkg-plist.aarch64 new file mode 100644 index 00000000000..751b161179a --- /dev/null +++ b/security/linux-rl9-nettle/pkg-plist.aarch64 @@ -0,0 +1,16 @@ +usr/lib/.build-id/a8/a7897b234b6c1e8c8f3dde53acf62505767afa +usr/lib/.build-id/f8/8cb6f3897cf1264b8d8c1ccd621b03973a8596 +usr/lib64/.libhogweed.so.6.5.hmac +usr/lib64/.libhogweed.so.6.hmac +usr/lib64/.libnettle.so.8.5.hmac +usr/lib64/.libnettle.so.8.hmac +usr/lib64/libhogweed.so.6 +usr/lib64/libhogweed.so.6.5 +usr/lib64/libnettle.so.8 +usr/lib64/libnettle.so.8.5 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/info/nettle.info.gz +usr/share/licenses/nettle/COPYING.LESSERv3 +usr/share/licenses/nettle/COPYINGv2 diff --git a/security/linux-rl9-nettle/pkg-plist.amd64 b/security/linux-rl9-nettle/pkg-plist.amd64 new file mode 100644 index 00000000000..f9a35823e38 --- /dev/null +++ b/security/linux-rl9-nettle/pkg-plist.amd64 @@ -0,0 +1,16 @@ +usr/lib/.build-id/97/ce01a5c43483f58a364086c521ec45dc1d3a3a +usr/lib/.build-id/a5/e63d290dbce2f78dfdfde45b9865adbf312515 +usr/lib64/.libhogweed.so.6.5.hmac +usr/lib64/.libhogweed.so.6.hmac +usr/lib64/.libnettle.so.8.5.hmac +usr/lib64/.libnettle.so.8.hmac +usr/lib64/libhogweed.so.6 +usr/lib64/libhogweed.so.6.5 +usr/lib64/libnettle.so.8 +usr/lib64/libnettle.so.8.5 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/info/nettle.info.gz +usr/share/licenses/nettle/COPYING.LESSERv3 +usr/share/licenses/nettle/COPYINGv2 diff --git a/security/linux-rl9-nss/Makefile b/security/linux-rl9-nss/Makefile new file mode 100644 index 00000000000..c466b47b02f --- /dev/null +++ b/security/linux-rl9-nss/Makefile @@ -0,0 +1,26 @@ +PORTNAME= nss +PORTVERSION= 3.90.0 +DISTVERSIONSUFFIX= -6.el9_3 +PORTREVISION= 2 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Network Security Services (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://developer.mozilla.org/docs/Mozilla/Projects/NSS + +USES= cpe linux:rl9 +CPE_VENDOR= mozilla +USE_LDCONFIG= yes +USE_LINUX= nspr sqlite3 +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${DISTNAME} \ + ${PORTNAME}-softokn-${PORTVERSION}${DISTVERSIONSUFFIX} \ + ${PORTNAME}-softokn-freebl-${PORTVERSION}${DISTVERSIONSUFFIX} \ + ${PORTNAME}-util-${PORTVERSION}${DISTVERSIONSUFFIX} +SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/security/linux-rl9-nss/distinfo b/security/linux-rl9-nss/distinfo new file mode 100644 index 00000000000..874015d4c78 --- /dev/null +++ b/security/linux-rl9-nss/distinfo @@ -0,0 +1,19 @@ +TIMESTAMP = 1711625054 +SHA256 (rocky/n/nss-3.90.0-6.el9_3.aarch64.rpm) = 8ebc4a648dda2105f25414c79c22d906f8243600246693c188d6ac3df7ebb05a +SIZE (rocky/n/nss-3.90.0-6.el9_3.aarch64.rpm) = 697555 +SHA256 (rocky/n/nss-3.90.0-6.el9_3.x86_64.rpm) = f0052175c5d7ef60a4b6f9fd3e78637c2d562dc04b49f2450d866631b3790338 +SIZE (rocky/n/nss-3.90.0-6.el9_3.x86_64.rpm) = 720569 +SHA256 (rocky/n/nss-softokn-3.90.0-6.el9_3.aarch64.rpm) = 6669eec1cb6405967cf93fcbbad3ddfa7fe7b376498564aff829fc4aa6a23d5b +SIZE (rocky/n/nss-softokn-3.90.0-6.el9_3.aarch64.rpm) = 383605 +SHA256 (rocky/n/nss-softokn-3.90.0-6.el9_3.x86_64.rpm) = b1feaf6f9d8f5b9a5f89d171f85d3d05975f877bd28a5c374d2e70562091414e +SIZE (rocky/n/nss-softokn-3.90.0-6.el9_3.x86_64.rpm) = 389729 +SHA256 (rocky/n/nss-softokn-freebl-3.90.0-6.el9_3.aarch64.rpm) = e4b316e0e47ce4d9182c33ad4ede027a565b76990f60f296712752b9017527e0 +SIZE (rocky/n/nss-softokn-freebl-3.90.0-6.el9_3.aarch64.rpm) = 302697 +SHA256 (rocky/n/nss-softokn-freebl-3.90.0-6.el9_3.x86_64.rpm) = 0aaa74bb8989b3517fa73377c58d428106218fba0dc52d63ac1e6547882653fc +SIZE (rocky/n/nss-softokn-freebl-3.90.0-6.el9_3.x86_64.rpm) = 311966 +SHA256 (rocky/n/nss-util-3.90.0-6.el9_3.aarch64.rpm) = 922f07f475f3c9588c5cf47e78720b84d3cf5446b6fdefcf8d93468c4dc356e7 +SIZE (rocky/n/nss-util-3.90.0-6.el9_3.aarch64.rpm) = 86964 +SHA256 (rocky/n/nss-util-3.90.0-6.el9_3.x86_64.rpm) = 472859db3f59be4d6c37196363f7c0be04360c1ae37ebf66cbd9fbdab8a1dbb5 +SIZE (rocky/n/nss-util-3.90.0-6.el9_3.x86_64.rpm) = 89763 +SHA256 (rocky/n/nss-3.90.0-6.el9_3.src.rpm) = be5a1acc7afbb879988ef25229c5e4151c62b1414a87d4d727fb7e6c90c6f33a +SIZE (rocky/n/nss-3.90.0-6.el9_3.src.rpm) = 73749343 diff --git a/security/linux-rl9-nss/pkg-plist.aarch64 b/security/linux-rl9-nss/pkg-plist.aarch64 new file mode 100644 index 00000000000..6536b008553 --- /dev/null +++ b/security/linux-rl9-nss/pkg-plist.aarch64 @@ -0,0 +1,42 @@ +etc/crypto-policies/local.d/nss-p11-kit.config +etc/pki/nssdb/cert9.db +etc/pki/nssdb/key4.db +etc/pki/nssdb/pkcs11.txt +usr/lib/.build-id/00/4831e54e2cfd2d8b22056d3c445467ddd5069d +usr/lib/.build-id/37/cae8cce5eefd9fcbb0018f35760a06500855ec +usr/lib/.build-id/61/6b8c5c134664aba367b1a285b018e75d272c1c +usr/lib/.build-id/69/aecd98011b7dd47e3bc4d288aa29181bc30a21 +usr/lib/.build-id/7e/6078451a61a02b96329478673930d7e6131480 +usr/lib/.build-id/95/74845f2c32f5ab4fde4f51a274552ef5093171 +usr/lib/.build-id/9e/e292ea385bdf57b66da20c87a77db1c52d3621 +usr/lib/.build-id/a5/f842af465ed08534cfc83ccb17af705553043a +usr/lib/.build-id/b0/1179293add6dd5e6d679b431f9f4035908a8fc +usr/lib/.build-id/b2/278c61e49f3ded6a37fea62fd5769cbf6fef62 +usr/lib/.build-id/b3/0335f16659302aea738f5998ee05be43e7bd4c +usr/lib/.build-id/d0/04a4ed5b77d8edbae7af01e5b709d80dedd58b +usr/lib/.build-id/f5/92c1ec381f6ea3a90fbd8718e65b707277a5e2 +usr/lib/dracut/dracut.conf.d/50-nss-softokn.conf +usr/lib/dracut/modules.d/05nss-softokn/module-setup.sh +usr/lib64/libfreebl3.chk +usr/lib64/libfreebl3.so +usr/lib64/libfreeblpriv3.chk +usr/lib64/libfreeblpriv3.so +usr/lib64/libnss3.so +usr/lib64/libnssutil3.so +usr/lib64/libsmime3.so +usr/lib64/libsoftokn3.chk +usr/lib64/libsoftokn3.so +usr/lib64/libssl3.so +usr/lib64/nss/unsupported-tools/bltest +usr/lib64/nss/unsupported-tools/dbtool +usr/lib64/nss/unsupported-tools/ecperf +usr/lib64/nss/unsupported-tools/fbectest +usr/lib64/nss/unsupported-tools/fipstest +usr/lib64/nss/unsupported-tools/shlibsign +usr/share/licenses/nss-softokn-freebl/COPYING +usr/share/licenses/nss-util/COPYING +usr/share/licenses/nss/COPYING +usr/share/man/man5/cert9.db.5.gz +usr/share/man/man5/key4.db.5.gz +usr/share/man/man5/pkcs11.txt.5.gz +@dir usr/lib64/nss/saved diff --git a/security/linux-rl9-nss/pkg-plist.amd64 b/security/linux-rl9-nss/pkg-plist.amd64 new file mode 100644 index 00000000000..b3d60c48e5b --- /dev/null +++ b/security/linux-rl9-nss/pkg-plist.amd64 @@ -0,0 +1,42 @@ +etc/crypto-policies/local.d/nss-p11-kit.config +etc/pki/nssdb/cert9.db +etc/pki/nssdb/key4.db +etc/pki/nssdb/pkcs11.txt +usr/lib/.build-id/23/fa817f957548b55eb359a592903e3bde39ad24 +usr/lib/.build-id/25/804fe620325706652eb6519e384368512f2101 +usr/lib/.build-id/3e/443211ac0398e1254c5ec82ece020baf026ca7 +usr/lib/.build-id/42/56aef92dfa9c2fce62080bdc28283c86501279 +usr/lib/.build-id/4c/025192e6744d38a58007605e8df44c18206917 +usr/lib/.build-id/57/bde7079f84815afdaab72cb07c25b334a10390 +usr/lib/.build-id/5a/de4319490326d8177576830620d6bb7976d2d9 +usr/lib/.build-id/8a/623d5b1a0305ce561c66ed8241baaf3ce032b7 +usr/lib/.build-id/a1/28066cba01c453c55d909d0ce8d9f82ba7ddab +usr/lib/.build-id/a6/639ae16a0c540cf8a3d1ee82711647969f9f09 +usr/lib/.build-id/d4/5c75a40cf2ffd847d0b387b378f6c0986dda39 +usr/lib/.build-id/e1/e6b97a372cf483b18ea1cfad6ec33259988a6a +usr/lib/.build-id/ea/f59bac29b8e6ea0869437bd54de032c93c5ef4 +usr/lib/dracut/dracut.conf.d/50-nss-softokn.conf +usr/lib/dracut/modules.d/05nss-softokn/module-setup.sh +usr/lib64/libfreebl3.chk +usr/lib64/libfreebl3.so +usr/lib64/libfreeblpriv3.chk +usr/lib64/libfreeblpriv3.so +usr/lib64/libnss3.so +usr/lib64/libnssutil3.so +usr/lib64/libsmime3.so +usr/lib64/libsoftokn3.chk +usr/lib64/libsoftokn3.so +usr/lib64/libssl3.so +usr/lib64/nss/unsupported-tools/bltest +usr/lib64/nss/unsupported-tools/dbtool +usr/lib64/nss/unsupported-tools/ecperf +usr/lib64/nss/unsupported-tools/fbectest +usr/lib64/nss/unsupported-tools/fipstest +usr/lib64/nss/unsupported-tools/shlibsign +usr/share/licenses/nss-softokn-freebl/COPYING +usr/share/licenses/nss-util/COPYING +usr/share/licenses/nss/COPYING +usr/share/man/man5/cert9.db.5.gz +usr/share/man/man5/key4.db.5.gz +usr/share/man/man5/pkcs11.txt.5.gz +@dir usr/lib64/nss/saved diff --git a/security/linux-rl9-p11-kit/Makefile b/security/linux-rl9-p11-kit/Makefile new file mode 100644 index 00000000000..17ba98f327d --- /dev/null +++ b/security/linux-rl9-p11-kit/Makefile @@ -0,0 +1,27 @@ +PORTNAME= p11-kit +PORTVERSION= 0.24.1 +PORTREVISION= 2 +DISTVERSIONSUFFIX= -2.el9 +CATEGORIES= security linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library for loading and enumerating of PKCS\#11 modules (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://p11-glue.freedesktop.org/p11-kit.html + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= libtasn1 +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${DISTNAME} \ + p11-kit-trust-${DISTVERSION}${DISTVERSIONSUFFIX} + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +post-install: + ${RLN} ${STAGEDIR}${PREFIX}/usr/lib64/pkcs11/p11-kit-trust.so ${STAGEDIR}${PREFIX}/usr/lib64/libnssckbi.so + +.include diff --git a/security/linux-rl9-p11-kit/distinfo b/security/linux-rl9-p11-kit/distinfo new file mode 100644 index 00000000000..5e427554558 --- /dev/null +++ b/security/linux-rl9-p11-kit/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1686579117 +SHA256 (rocky/p/p11-kit-0.24.1-2.el9.aarch64.rpm) = 2115edc84ecf17aafd73ee1e61e55030ce77a2f5aee0a8cfd2c7f53612df3a20 +SIZE (rocky/p/p11-kit-0.24.1-2.el9.aarch64.rpm) = 357079 +SHA256 (rocky/p/p11-kit-0.24.1-2.el9.x86_64.rpm) = 2e9ba88f7638b89033dd8e3559f9c5c0a84cfa40110d061131391283eff07017 +SIZE (rocky/p/p11-kit-0.24.1-2.el9.x86_64.rpm) = 373722 +SHA256 (rocky/p/p11-kit-trust-0.24.1-2.el9.aarch64.rpm) = f4a15510e60f410597da7e2bbc0cc1966cee9c3192f9f78310891d229b614659 +SIZE (rocky/p/p11-kit-trust-0.24.1-2.el9.aarch64.rpm) = 145568 +SHA256 (rocky/p/p11-kit-trust-0.24.1-2.el9.x86_64.rpm) = f3323fd8f94b5590ce6b8a191db48315eee46e1f4c5b1902b1c0b14982dc4b34 +SIZE (rocky/p/p11-kit-trust-0.24.1-2.el9.x86_64.rpm) = 147969 +SHA256 (rocky/p/p11-kit-0.24.1-2.el9.src.rpm) = e6975f9bfca9cffefa50d5e5e7bb13bb64d332eda1912e120958071fff46e82b +SIZE (rocky/p/p11-kit-0.24.1-2.el9.src.rpm) = 911275 diff --git a/security/linux-rl9-p11-kit/pkg-plist.aarch64 b/security/linux-rl9-p11-kit/pkg-plist.aarch64 new file mode 100644 index 00000000000..f8c86237815 --- /dev/null +++ b/security/linux-rl9-p11-kit/pkg-plist.aarch64 @@ -0,0 +1,97 @@ +usr/bin/p11-kit +usr/bin/trust +usr/lib/.build-id/5e/56378de152c9617351bc63b5d4f6b74aadc616 +usr/lib/.build-id/91/426333440f9255080866581c63a2f0922ee1fa +usr/lib/.build-id/e2/cf9eb02162edb8c4b040114fcd4380328c206b +usr/lib/.build-id/e3/68d1057a11e0644f416ba130368699849cf05a +usr/lib/.build-id/f9/c6c968aa107763db72820aae9e7699312e3e24 +usr/lib64/libnssckbi.so +usr/lib64/libp11-kit.so.0 +usr/lib64/libp11-kit.so.0.3.0 +usr/lib64/p11-kit-proxy.so +@rmtry usr/lib64/p11-kit-trust.so +usr/lib64/pkcs11/p11-kit-trust.so +usr/libexec/p11-kit/p11-kit-remote +usr/libexec/p11-kit/trust-extract-compat +usr/share/bash-completion/completions/p11-kit +usr/share/bash-completion/completions/trust +%%PORTDOCS%%usr/share/doc/p11-kit/AUTHORS +%%PORTDOCS%%usr/share/doc/p11-kit/NEWS +%%PORTDOCS%%usr/share/doc/p11-kit/README +%%PORTDOCS%%usr/share/doc/p11-kit/pkcs11.conf.example +usr/share/licenses/p11-kit/COPYING +%%NLS%%usr/share/locale/ar/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/fo/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ia/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/p11-kit.mo +usr/share/man/man1/trust.1.gz +usr/share/man/man5/pkcs11.conf.5.gz +usr/share/man/man8/p11-kit.8.gz +%%DATADIR%%/modules/p11-kit-trust.module +@dir etc/pkcs11/modules diff --git a/security/linux-rl9-p11-kit/pkg-plist.amd64 b/security/linux-rl9-p11-kit/pkg-plist.amd64 new file mode 100644 index 00000000000..03ea097ee26 --- /dev/null +++ b/security/linux-rl9-p11-kit/pkg-plist.amd64 @@ -0,0 +1,97 @@ +usr/bin/p11-kit +usr/bin/trust +usr/lib/.build-id/2f/097797e6c067f2b9737ad8db31ed88570b23aa +usr/lib/.build-id/91/b508817cb4ba7adc747b30c805992884ce5822 +usr/lib/.build-id/af/932c6d036d0e42d7cc73e32ea8c5b5a8be0461 +usr/lib/.build-id/df/b37e76ad1fc2e88c505b8c45c62a7ae9c8092a +usr/lib/.build-id/e4/cb5269d217f43b6035df6e629ebe5d9fbf53e5 +usr/lib64/libp11-kit.so.0 +usr/lib64/libp11-kit.so.0.3.0 +usr/lib64/libnssckbi.so +usr/lib64/p11-kit-proxy.so +@rmtry usr/lib64/p11-kit-trust.so +usr/lib64/pkcs11/p11-kit-trust.so +usr/libexec/p11-kit/p11-kit-remote +usr/libexec/p11-kit/trust-extract-compat +usr/share/bash-completion/completions/p11-kit +usr/share/bash-completion/completions/trust +%%PORTDOCS%%usr/share/doc/p11-kit/AUTHORS +%%PORTDOCS%%usr/share/doc/p11-kit/NEWS +%%PORTDOCS%%usr/share/doc/p11-kit/README +%%PORTDOCS%%usr/share/doc/p11-kit/pkcs11.conf.example +usr/share/licenses/p11-kit/COPYING +%%NLS%%usr/share/locale/ar/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/fo/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ia/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/p11-kit.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/p11-kit.mo +usr/share/man/man1/trust.1.gz +usr/share/man/man5/pkcs11.conf.5.gz +usr/share/man/man8/p11-kit.8.gz +%%DATADIR%%/modules/p11-kit-trust.module +@dir etc/pkcs11/modules diff --git a/security/local-php-security-checker/Makefile b/security/local-php-security-checker/Makefile index f654c6fefba..af271b02111 100644 --- a/security/local-php-security-checker/Makefile +++ b/security/local-php-security-checker/Makefile @@ -1,7 +1,7 @@ PORTNAME= local-php-security-checker DISTVERSIONPREFIX= v DISTVERSION= 2.0.6 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security MASTER_SITES= GH diff --git a/security/meek/Makefile b/security/meek/Makefile index 8554671e65b..0cfc09aa925 100644 --- a/security/meek/Makefile +++ b/security/meek/Makefile @@ -1,7 +1,7 @@ PORTNAME= meek DISTVERSIONPREFIX=v DISTVERSION= 0.37.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= security net MAINTAINER= egypcio@FreeBSD.org diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index e9d16fc77fc..7930c9ea0cc 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -1,6 +1,6 @@ PORTNAME= metasploit -DISTVERSION= 6.3.50 -PORTREVISION= 4 +DISTVERSION= 6.4.7 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -44,10 +44,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \ rubygem-metasploit-credential>=0:security/rubygem-metasploit-credential \ rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ - rubygem-metasploit-payloads>=2.0.161:security/rubygem-metasploit-payloads \ + rubygem-metasploit-payloads>=2.0.166:security/rubygem-metasploit-payloads \ rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ rubygem-metasploit_payloads-mettle>=1.0.26:security/rubygem-metasploit_payloads-mettle \ - rubygem-mini_portile2>=2.8.2:devel/rubygem-mini_portile2 \ rubygem-mqtt>=0:net/rubygem-mqtt \ rubygem-msgpack>=0:devel/rubygem-msgpack \ rubygem-nessus_rest>=0:security/rubygem-nessus_rest \ @@ -165,7 +164,9 @@ SHEBANG_FILES= data/exploits/CVE-2017-17562/build.sh \ tools/dev/import-dev-keys.sh tools/dev/sign-dev-keys.sh \ tools/dev/update_joomla_components.py \ tools/hardware/killerbee_msfrelay.py \ - tools/modules/aws-aggregator-userdata.sh + tools/modules/aws-aggregator-userdata.sh \ + test/ldap/samba-ad-run.sh \ + test/ldap/samba-ad-setup.sh SHEBANG_LANG= go STRIP= @@ -174,7 +175,7 @@ NO_ARCH_IGNORE= template_x64_bsd.bin template_x86_bsd.bin CVE-2013-2171.bin post-patch: ${REINPLACE_CMD} "/rb-readline/d ; /win32api/d ; \ - /irb/s|, '~> 1.7.4'|| ; /msgpack/s|, '~> 1.6.0'|| ; /nokogiri/s|, '~> 1.14.0'|| ; /octokit/s|, '~> 4.0'||" \ + /msgpack/s|, '~> 1.6.0'|| ; /nokogiri/s|, '~> 1.14.0'|| ; /octokit/s|, '~> 4.0'|| ; /sqlite3/s|, '1.6.6'|| ; /irb/s|, '~> 1.7.4'|| ; /faraday/s|, '2.7.11'||" \ ${WRKSRC}/metasploit-framework.gemspec do-build: diff --git a/security/metasploit/distinfo b/security/metasploit/distinfo index 4b283beac96..fa0c2720ab2 100644 --- a/security/metasploit/distinfo +++ b/security/metasploit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704462370 -SHA256 (rapid7-metasploit-framework-6.3.50_GH0.tar.gz) = 3d17375164e737aad727fdcc8d43f9fce967d464540f432c0555c5b2f7def6c8 -SIZE (rapid7-metasploit-framework-6.3.50_GH0.tar.gz) = 73968223 +TIMESTAMP = 1714979553 +SHA256 (rapid7-metasploit-framework-6.4.7_GH0.tar.gz) = 716906d5cae5c3fbe2d9e6a70b31af0aa21334cce71f60c17471bf405674c1cd +SIZE (rapid7-metasploit-framework-6.4.7_GH0.tar.gz) = 74333937 diff --git a/security/nebula/Makefile b/security/nebula/Makefile index 90df769f60d..5772d982044 100644 --- a/security/nebula/Makefile +++ b/security/nebula/Makefile @@ -1,7 +1,7 @@ PORTNAME= nebula DISTVERSIONPREFIX= v DISTVERSION= 1.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= ashish@FreeBSD.org diff --git a/security/nmap-devel/Makefile b/security/nmap-devel/Makefile index 8711eb18b94..2201dbde0c4 100644 --- a/security/nmap-devel/Makefile +++ b/security/nmap-devel/Makefile @@ -21,6 +21,11 @@ LICENSE_PERMS= auto-accept dist-mirror pkg-mirror pkg-sell LIB_DEPENDS= libpcre2-16.so:devel/pcre2 USES= gmake cpe libtool + +# XXX limit results if we do a grep in the sources! +EXTRACT_AFTER_ARGS= --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/mswin32 \ + --no-same-owner --no-same-permissions + USE_GITHUB= yes GH_TAGNAME= 036714cde NMAP_COMMIT_DATE= 20240327 @@ -58,10 +63,6 @@ STRIP_FILES+= nmap nping .include -# XXX limit results if we do a grep in the sources! -post-extract: - @${RM} -r ${WRKSRC}/mswin32 - .if exists(/usr/lib/libibverbs.a) # Link with libibverbs is needed by static libpcap post-patch-PCAP-on: diff --git a/security/nuclei/Makefile b/security/nuclei/Makefile index 4e71788e414..035d19851d8 100644 --- a/security/nuclei/Makefile +++ b/security/nuclei/Makefile @@ -1,7 +1,7 @@ PORTNAME= nuclei DISTVERSIONPREFIX= v DISTVERSION= 3.1.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/obfs4proxy-tor/Makefile b/security/obfs4proxy-tor/Makefile index 59cf4aa17e7..ea7aac43d72 100644 --- a/security/obfs4proxy-tor/Makefile +++ b/security/obfs4proxy-tor/Makefile @@ -1,6 +1,6 @@ PORTNAME= obfs4proxy DISTVERSION= 0.0.14 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= security net PKGNAMESUFFIX= -tor DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/security/onionscan/Makefile b/security/onionscan/Makefile index 5dfc62db877..7d529143222 100644 --- a/security/onionscan/Makefile +++ b/security/onionscan/Makefile @@ -1,7 +1,7 @@ PORTNAME= onionscan DISTVERSIONPREFIX= OnionScan- DISTVERSION= 0.2 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= security net MAINTAINER= egypcio@FreeBSD.org diff --git a/security/openiked/Makefile b/security/openiked/Makefile index 4e5ee3b3545..a280721acf7 100644 --- a/security/openiked/Makefile +++ b/security/openiked/Makefile @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} --with-mantype=man +CONFIGURE_ARGS+= --without-zlib-version-check # fix build by disabling zlib version check post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/ikeca.cnf \ diff --git a/security/openssl32/Makefile b/security/openssl32/Makefile index 3feb471fe33..5c7a341b1c9 100644 --- a/security/openssl32/Makefile +++ b/security/openssl32/Makefile @@ -13,7 +13,7 @@ WWW= https://www.openssl.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -ONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3[13] openssl*-quictls +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl111 openssl3[13] openssl*-quictls HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config diff --git a/security/osv-scanner/Makefile b/security/osv-scanner/Makefile index cc2356133d1..0ac8fc8a48d 100644 --- a/security/osv-scanner/Makefile +++ b/security/osv-scanner/Makefile @@ -1,7 +1,7 @@ PORTNAME= osv-scanner DISTVERSIONPREFIX= v DISTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= lcook@FreeBSD.org diff --git a/security/p5-Crypt-Argon2/Makefile b/security/p5-Crypt-Argon2/Makefile index ae0474af8f7..e7fb211b031 100644 --- a/security/p5-Crypt-Argon2/Makefile +++ b/security/p5-Crypt-Argon2/Makefile @@ -1,5 +1,5 @@ PORTNAME= Crypt-Argon2 -DISTVERSION= 0.020 +DISTVERSION= 0.022 CATEGORIES= security MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/security/p5-Crypt-Argon2/distinfo b/security/p5-Crypt-Argon2/distinfo index 7b29b19f964..1f49208e93a 100644 --- a/security/p5-Crypt-Argon2/distinfo +++ b/security/p5-Crypt-Argon2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698659483 -SHA256 (Crypt-Argon2-0.020.tar.gz) = 16218c6fc96a9e3ee1322d9df87f635b5be117bc137ef9ce6d6d353404554a5a -SIZE (Crypt-Argon2-0.020.tar.gz) = 40398 +TIMESTAMP = 1713448354 +SHA256 (Crypt-Argon2-0.022.tar.gz) = 36649230ae24898a84081428a158e3209e357ca81029e05231d640afd7d310a2 +SIZE (Crypt-Argon2-0.022.tar.gz) = 40502 diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile index 546e4a8e7c4..6231a137cf5 100644 --- a/security/p5-openxpki/Makefile +++ b/security/p5-openxpki/Makefile @@ -1,7 +1,7 @@ PORTNAME= openxpki DISTVERSIONPREFIX= v DISTVERSION= 3.24.2 -PORTREVSION= 1 +PORTREVISION= 1 CATEGORIES= security perl5 PKGNAMEPREFIX= p5- diff --git a/security/pam_rssh/Makefile b/security/pam_rssh/Makefile index 484e39f927d..4cf4edfd56e 100644 --- a/security/pam_rssh/Makefile +++ b/security/pam_rssh/Makefile @@ -1,7 +1,7 @@ PORTNAME= pam_rssh DISTVERSIONPREFIX=v DISTVERSION= 1.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MAINTAINER= romain@FreeBSD.org diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile index 2922fc6657b..e806f5e3281 100644 --- a/security/pcsc-tools/Makefile +++ b/security/pcsc-tools/Makefile @@ -1,5 +1,6 @@ PORTNAME= pcsc-tools PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://pcsc-tools.apdu.fr/ @@ -15,6 +16,7 @@ RUN_DEPENDS= p5-PCSC-Card>=0:devel/p5-PCSC-Card \ USES= gmake pkgconfig tar:bzip2 gettext-tools +LDFLAGS= -pthread GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share diff --git a/security/picocrypt/Makefile b/security/picocrypt/Makefile index 3fee4ad6b4f..fea9f04d678 100644 --- a/security/picocrypt/Makefile +++ b/security/picocrypt/Makefile @@ -1,5 +1,6 @@ PORTNAME= picocrypt DISTVERSION= 1.34 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile index 32643970564..b02ff1715bb 100644 --- a/security/py-asyncssh/Makefile +++ b/security/py-asyncssh/Makefile @@ -1,5 +1,6 @@ PORTNAME= asyncssh PORTVERSION= 2.14.2 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/ronf/asyncssh LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6:devel/py-typing-extensions@${PY_FLAVOR} USES= cpe python -USE_PYTHON= autoplist concurrent cryptography distutils unittest +USE_PYTHON= autoplist concurrent cryptography pep517 unittest NO_ARCH= yes diff --git a/security/py-azure-keyvault-certificates/Makefile b/security/py-azure-keyvault-certificates/Makefile index 29f46166227..7ec5c23f690 100644 --- a/security/py-azure-keyvault-certificates/Makefile +++ b/security/py-azure-keyvault-certificates/Makefile @@ -1,5 +1,6 @@ PORTNAME= azure-keyvault-certificates PORTVERSION= 4.7.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/keyvault/azu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1<2:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.1:devel/py-typing-extensions@${PY_FLAVOR} USES= python zip -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/security/py-azure-keyvault-keys/Makefile b/security/py-azure-keyvault-keys/Makefile index 06f5f30147d..dd12c32c124 100644 --- a/security/py-azure-keyvault-keys/Makefile +++ b/security/py-azure-keyvault-keys/Makefile @@ -1,5 +1,6 @@ PORTNAME= azure-keyvault-keys DISTVERSION= 4.9.0b3 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/keyvault/azu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1<2:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.1:devel/py-typing-extensions@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cryptography distutils +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/security/py-azure-keyvault-secrets/Makefile b/security/py-azure-keyvault-secrets/Makefile index 56a6cb68d99..8c9a5663efa 100644 --- a/security/py-azure-keyvault-secrets/Makefile +++ b/security/py-azure-keyvault-secrets/Makefile @@ -1,5 +1,6 @@ PORTNAME= azure-keyvault-secrets PORTVERSION= 4.7.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/keyvault/azu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1<2:www/py-azure-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.1:devel/py-typing-extensions@${PY_FLAVOR} USES= python zip -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/security/py-bitbox02/Makefile b/security/py-bitbox02/Makefile index 87b4dba30de..580768f603c 100644 --- a/security/py-bitbox02/Makefile +++ b/security/py-bitbox02/Makefile @@ -1,5 +1,5 @@ PORTNAME= bitbox02 -PORTVERSION= 6.2.0 +PORTVERSION= 6.3.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}base58>=2.0.0:security/py-base58@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.14:security/py-ecdsa@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}noiseprotocol>=0.3:security/py-noiseprotocol@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3.7:devel/py-protobuf@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}semver>=2.8.1:devel/py-semver@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}protobuf>=3.20:devel/py-protobuf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}semver>=2.8.1:devel/py-semver@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils diff --git a/security/py-bitbox02/distinfo b/security/py-bitbox02/distinfo index e8de7efd063..d01b3b8fa46 100644 --- a/security/py-bitbox02/distinfo +++ b/security/py-bitbox02/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685523635 -SHA256 (bitbox02-6.2.0.tar.gz) = cede06e399c98ed536fed6d8a421208daa00f97b697bd8363a941ac5f33309bf -SIZE (bitbox02-6.2.0.tar.gz) = 45773 +TIMESTAMP = 1714984118 +SHA256 (bitbox02-6.3.0.tar.gz) = d03fb2228be5630f1d7c351e5bebdcb9a95bbe62ecf88c92913a661f093699e3 +SIZE (bitbox02-6.3.0.tar.gz) = 51670 diff --git a/security/py-cert-human/Makefile b/security/py-cert-human/Makefile index 4b19eac8314..8cddabd0e6a 100644 --- a/security/py-cert-human/Makefile +++ b/security/py-cert-human/Makefile @@ -1,5 +1,6 @@ PORTNAME= cert-human PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +13,14 @@ WWW= https://github.com/lifehackjim/cert_human LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0.0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.14,1:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cryptography distutils +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/security/py-cryptography-legacy/Makefile b/security/py-cryptography-legacy/Makefile index 0e9421c1932..3ce99868272 100644 --- a/security/py-cryptography-legacy/Makefile +++ b/security/py-cryptography-legacy/Makefile @@ -1,6 +1,6 @@ PORTNAME= cryptography PORTVERSION= 3.4.8 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= PYPI @@ -16,7 +16,9 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.12:devel/py-cffi@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.12:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.12:devel/py-cffi@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-vectors>=${PORTVERSION}:security/py-cryptography-vectors@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>=1.11.4:devel/py-hypothesis@${PY_FLAVOR} \ @@ -29,7 +31,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-vectors>=${PORTVERSION}:securi ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} USES= compiler:env cpe python ssl -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} diff --git a/security/py-cryptography-legacy/files/patch-pyproject.toml b/security/py-cryptography-legacy/files/patch-pyproject.toml new file mode 100644 index 00000000000..155640ff78c --- /dev/null +++ b/security/py-cryptography-legacy/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2021-08-24 17:17:17 UTC ++++ pyproject.toml +@@ -6,7 +6,6 @@ requires = [ + "wheel", + # Must be kept in sync with the `setup_requirements` in `setup.py` + "cffi>=1.12; platform_python_implementation != 'PyPy'", +- "setuptools-rust>=0.11.4", + ] + build-backend = "setuptools.build_meta" + diff --git a/security/py-detect-secrets/Makefile b/security/py-detect-secrets/Makefile index 11eeca71fa9..b19fdbe81ac 100644 --- a/security/py-detect-secrets/Makefile +++ b/security/py-detect-secrets/Makefile @@ -1,5 +1,6 @@ PORTNAME= detect-secrets PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +13,13 @@ WWW= https://github.com/Yelp/detect-secrets LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/security/py-ecdsa/Makefile b/security/py-ecdsa/Makefile index 8d7f3003990..79df4d15d25 100644 --- a/security/py-ecdsa/Makefile +++ b/security/py-ecdsa/Makefile @@ -1,5 +1,6 @@ PORTNAME= ecdsa PORTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/tlsfuzzer/python-ecdsa LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/security/py-oauth2client/Makefile b/security/py-oauth2client/Makefile index 1b6a56b17a2..caab2e3dd21 100644 --- a/security/py-oauth2client/Makefile +++ b/security/py-oauth2client/Makefile @@ -1,5 +1,6 @@ PORTNAME= oauth2client PORTVERSION= 4.1.3 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ WWW= https://googleapis.github.io/oauth2client/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.5:devel/py-pyasn1-modules@${PY_FLAVOR} \ @@ -19,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/security/py-oscrypto/Makefile b/security/py-oscrypto/Makefile index fde2ef28ade..476a384a70c 100644 --- a/security/py-oscrypto/Makefile +++ b/security/py-oscrypto/Makefile @@ -1,5 +1,6 @@ PORTNAME= oscrypto PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/wbond/oscrypto LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/security/py-pem/Makefile b/security/py-pem/Makefile index c002ec7b222..cde7155d844 100644 --- a/security/py-pem/Makefile +++ b/security/py-pem/Makefile @@ -1,5 +1,6 @@ PORTNAME= pem PORTVERSION= 21.2.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/hynek/pem LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/security/py-pymacaroons/Makefile b/security/py-pymacaroons/Makefile index 947d7402415..651d6caa982 100644 --- a/security/py-pymacaroons/Makefile +++ b/security/py-pymacaroons/Makefile @@ -1,5 +1,6 @@ PORTNAME= pymacaroons PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= security devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/ecordell/pymacaroons LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynacl>=1.1.2<2.0:security/py-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/security/py-pysaml26/Makefile b/security/py-pysaml26/Makefile index 8ef52e4ed7e..7666c7c2d8d 100644 --- a/security/py-pysaml26/Makefile +++ b/security/py-pysaml26/Makefile @@ -1,6 +1,6 @@ PORTNAME= pysaml2 PORTVERSION= 6.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,8 @@ WWW= https://github.com/IdentityPython/pysaml2 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.0.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0,1:security/py-openssl@${PY_FLAVOR} \ @@ -30,7 +32,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR} USES= cpe python -USE_PYTHON= autoplist concurrent cryptography distutils +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/security/py-pysodium/Makefile b/security/py-pysodium/Makefile index abde55dc2df..14c73ec7215 100644 --- a/security/py-pysodium/Makefile +++ b/security/py-pysodium/Makefile @@ -1,5 +1,6 @@ PORTNAME= pysodium PORTVERSION= 0.7.17 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/stef/pysodium LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libsodium.so:security/libsodium USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/security/py-python-pkcs11/Makefile b/security/py-python-pkcs11/Makefile index 9305fe64201..de79ce0ba10 100644 --- a/security/py-python-pkcs11/Makefile +++ b/security/py-python-pkcs11/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-pkcs11 PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +11,13 @@ WWW= https://github.com/danni/python-pkcs11 LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0:devel/py-asn1crypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cython distutils +USE_PYTHON= autoplist concurrent cython pep517 .include diff --git a/security/py-python3-openid/Makefile b/security/py-python3-openid/Makefile index 89e35342b97..e1c176cc165 100644 --- a/security/py-python3-openid/Makefile +++ b/security/py-python3-openid/Makefile @@ -1,6 +1,6 @@ PORTNAME= python3-openid PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,12 @@ WWW= https://github.com/necaris/python3-openid LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/security/py-scramp/Makefile b/security/py-scramp/Makefile index 7f88999be54..7d9ab89a65e 100644 --- a/security/py-scramp/Makefile +++ b/security/py-scramp/Makefile @@ -1,5 +1,5 @@ PORTNAME= scramp -PORTVERSION= 1.4.4 +PORTVERSION= 1.4.5 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ LICENSE= MIT BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}versioningit>=2.0.0:devel/py-versioningit@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 diff --git a/security/py-scramp/distinfo b/security/py-scramp/distinfo index 107072c82dd..3a28992a6d7 100644 --- a/security/py-scramp/distinfo +++ b/security/py-scramp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690670769 -SHA256 (scramp-1.4.4.tar.gz) = b7022a140040f33cf863ab2657917ed05287a807b917950489b89b9f685d59bc -SIZE (scramp-1.4.4.tar.gz) = 21059 +TIMESTAMP = 1715050187 +SHA256 (scramp-1.4.5.tar.gz) = be3fbe774ca577a7a658117dca014e5d254d158cecae3dd60332dfe33ce6d78e +SIZE (scramp-1.4.5.tar.gz) = 16169 diff --git a/security/py-signedjson/Makefile b/security/py-signedjson/Makefile index 03c6429f325..845788b02a5 100644 --- a/security/py-signedjson/Makefile +++ b/security/py-signedjson/Makefile @@ -1,5 +1,6 @@ PORTNAME= signedjson PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= security devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/matrix-org/python-signedjson LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.0.0:devel/py-canonicaljson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=0.3.0:security/py-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unpaddedbase64>=1.0.1:devel/py-unpaddedbase64@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/security/py-sshpubkeys/Makefile b/security/py-sshpubkeys/Makefile index b921a4f6ce1..c6e1cf07690 100644 --- a/security/py-sshpubkeys/Makefile +++ b/security/py-sshpubkeys/Makefile @@ -1,6 +1,6 @@ PORTNAME= sshpubkeys PORTVERSION= 3.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ WWW= https://github.com/ojarva/python-sshpubkeys LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ecdsa>=0.13:security/py-ecdsa@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cryptography distutils +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes diff --git a/security/py-tinyaes/Makefile b/security/py-tinyaes/Makefile index a83961b7f1e..6f9d1bb5676 100644 --- a/security/py-tinyaes/Makefile +++ b/security/py-tinyaes/Makefile @@ -1,5 +1,6 @@ PORTNAME= tinyaes PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/naufraghi/tinyaes-py LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent cython distutils +USE_PYTHON= autoplist concurrent cython pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/security/py-tls-parser/Makefile b/security/py-tls-parser/Makefile index 9da6889e4ab..3760be09fc5 100644 --- a/security/py-tls-parser/Makefile +++ b/security/py-tls-parser/Makefile @@ -1,5 +1,6 @@ PORTNAME= tls-parser PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://github.com/nabla-c0d3/tls_parser LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/security/py-tlslite-ng/Makefile b/security/py-tlslite-ng/Makefile index 45256623545..fbefd1c74bd 100644 --- a/security/py-tlslite-ng/Makefile +++ b/security/py-tlslite-ng/Makefile @@ -1,6 +1,6 @@ PORTNAME= tlslite-ng PORTVERSION= 0.7.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,12 @@ LICENSE= BSD3CLAUSE LGPL21 PD LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ecdsa>=0:security/py-ecdsa@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/security/py-vpn-slice/Makefile b/security/py-vpn-slice/Makefile index a6bc3824fae..6a31e224eda 100644 --- a/security/py-vpn-slice/Makefile +++ b/security/py-vpn-slice/Makefile @@ -1,5 +1,6 @@ PORTNAME= vpn-slice PORTVERSION= 0.16.1 +PORTREVISION= 1 CATEGORIES= security python net-vpn MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/dlenski/vpn-slice LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0,1:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setproctitle@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/security/py-webauthn/Makefile b/security/py-webauthn/Makefile index 6f2b9e97671..403abdcc4ff 100644 --- a/security/py-webauthn/Makefile +++ b/security/py-webauthn/Makefile @@ -1,5 +1,6 @@ PORTNAME= webauthn PORTVERSION= 1.11.1 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/duo-labs/py_webauthn LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.4.0:devel/py-asn1crypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cbor2>=5.4.2.post1:devel/py-cbor2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic>=1.10.11:devel/py-pydantic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=23.2.0,1:security/py-openssl@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cryptography distutils unittest +USE_PYTHON= autoplist concurrent cryptography pep517 unittest NO_ARCH= yes diff --git a/security/qtkeychain/Makefile b/security/qtkeychain/Makefile index ff83699d171..c2ef38dc05f 100644 --- a/security/qtkeychain/Makefile +++ b/security/qtkeychain/Makefile @@ -1,6 +1,6 @@ PORTNAME= qtkeychain #DISTVERSIONPREFIX= v -DISTVERSION= 0.14.2 +DISTVERSION= 0.14.3 CATEGORIES= security PKGNAMESUFFIX= -${FLAVOR} diff --git a/security/qtkeychain/distinfo b/security/qtkeychain/distinfo index 37efc987c4c..24d1ce02013 100644 --- a/security/qtkeychain/distinfo +++ b/security/qtkeychain/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703882744 -SHA256 (frankosterfeld-qtkeychain-0.14.2_GH0.tar.gz) = cf2e972b783ba66334a79a30f6b3a1ea794a1dc574d6c3bebae5ffd2f0399571 -SIZE (frankosterfeld-qtkeychain-0.14.2_GH0.tar.gz) = 50915 +TIMESTAMP = 1715255536 +SHA256 (frankosterfeld-qtkeychain-0.14.3_GH0.tar.gz) = a22c708f351431d8736a0ac5c562414f2b7bb919a6292cbca1ff7ac0849cb0a7 +SIZE (frankosterfeld-qtkeychain-0.14.3_GH0.tar.gz) = 50948 diff --git a/security/rage-encryption/Makefile b/security/rage-encryption/Makefile index 3200c2a8920..697ac645768 100644 --- a/security/rage-encryption/Makefile +++ b/security/rage-encryption/Makefile @@ -1,7 +1,7 @@ PORTNAME= rage DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security PKGNAMESUFFIX= -encryption diff --git a/security/ratify/Makefile b/security/ratify/Makefile index 5229362ef59..a4df6daa2b5 100644 --- a/security/ratify/Makefile +++ b/security/ratify/Makefile @@ -1,6 +1,6 @@ PORTNAME= ratify DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/rpm-sequoia/Makefile b/security/rpm-sequoia/Makefile index d689c126ae7..2db1615d7d3 100644 --- a/security/rpm-sequoia/Makefile +++ b/security/rpm-sequoia/Makefile @@ -1,7 +1,7 @@ PORTNAME= rpm-sequoia DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security archivers MAINTAINER= yuri@FreeBSD.org diff --git a/security/rubygem-metasploit-credential/Makefile b/security/rubygem-metasploit-credential/Makefile index 9d8227f17aa..4a92de49262 100644 --- a/security/rubygem-metasploit-credential/Makefile +++ b/security/rubygem-metasploit-credential/Makefile @@ -1,5 +1,5 @@ PORTNAME= metasploit-credential -PORTVERSION= 6.0.6 +PORTVERSION= 6.0.9 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-metasploit-credential/distinfo b/security/rubygem-metasploit-credential/distinfo index 73a112f8382..751efc7a9cc 100644 --- a/security/rubygem-metasploit-credential/distinfo +++ b/security/rubygem-metasploit-credential/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704463936 -SHA256 (rubygem/metasploit-credential-6.0.6.gem) = f437647997e6e5cb8a8b19dacb142f677fdb658a5714aa95ec7a15adef19b0da -SIZE (rubygem/metasploit-credential-6.0.6.gem) = 115712 +TIMESTAMP = 1714983922 +SHA256 (rubygem/metasploit-credential-6.0.9.gem) = 42546d9f1a12ae9c2a555053c2f8947ecd6a68e53f183a8c885fd50f397ff31b +SIZE (rubygem/metasploit-credential-6.0.9.gem) = 114176 diff --git a/security/rubygem-metasploit-payloads/Makefile b/security/rubygem-metasploit-payloads/Makefile index ab3324360cb..d876109a9cd 100644 --- a/security/rubygem-metasploit-payloads/Makefile +++ b/security/rubygem-metasploit-payloads/Makefile @@ -1,5 +1,5 @@ PORTNAME= metasploit-payloads -PORTVERSION= 2.0.161 +PORTVERSION= 2.0.166 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-metasploit-payloads/distinfo b/security/rubygem-metasploit-payloads/distinfo index b0196e9951a..2c95e87558d 100644 --- a/security/rubygem-metasploit-payloads/distinfo +++ b/security/rubygem-metasploit-payloads/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704463354 -SHA256 (rubygem/metasploit-payloads-2.0.161.gem) = 240c217d0b295fa95a6c3fcc93a2608657c179d2712e5ab276af642687745dd9 -SIZE (rubygem/metasploit-payloads-2.0.161.gem) = 47961600 +TIMESTAMP = 1714979911 +SHA256 (rubygem/metasploit-payloads-2.0.166.gem) = d312b257d192d2c7e7529b4c53d48c12ef7215fd2184190ce3c8278b5fcb0f39 +SIZE (rubygem/metasploit-payloads-2.0.166.gem) = 48062464 diff --git a/security/rubygem-omniauth-rails_csrf_protection/Makefile b/security/rubygem-omniauth-rails_csrf_protection/Makefile index 2df24a6ee69..e5685d164ab 100644 --- a/security/rubygem-omniauth-rails_csrf_protection/Makefile +++ b/security/rubygem-omniauth-rails_csrf_protection/Makefile @@ -1,5 +1,5 @@ PORTNAME= omniauth-rails_csrf_protection -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/cookpad/omniauth-rails_csrf_protection LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-actionpack61>=4.2:www/rubygem-actionpack61 \ +RUN_DEPENDS= rubygem-actionpack70>=4.2:www/rubygem-actionpack70 \ rubygem-omniauth>=2.0<3:security/rubygem-omniauth USES= gem diff --git a/security/rubygem-omniauth-rails_csrf_protection/distinfo b/security/rubygem-omniauth-rails_csrf_protection/distinfo index 1b794d0064f..c471855e4ab 100644 --- a/security/rubygem-omniauth-rails_csrf_protection/distinfo +++ b/security/rubygem-omniauth-rails_csrf_protection/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665830346 -SHA256 (rubygem/omniauth-rails_csrf_protection-1.0.1.gem) = fc546aeb7d43b7b9d7737051c380156e61c8f080b898cd4934d523eaa7e59acf -SIZE (rubygem/omniauth-rails_csrf_protection-1.0.1.gem) = 10752 +TIMESTAMP = 1715572767 +SHA256 (rubygem/omniauth-rails_csrf_protection-1.0.2.gem) = 1170fd672aff092b9b7ebebc1453559f073ed001e3ce62a1df616e32f8dc5fe0 +SIZE (rubygem/omniauth-rails_csrf_protection-1.0.2.gem) = 8192 diff --git a/security/rubygem-pundit61/Makefile b/security/rubygem-pundit61/Makefile index 2eeeca46ae5..222cfe62e02 100644 --- a/security/rubygem-pundit61/Makefile +++ b/security/rubygem-pundit61/Makefile @@ -1,5 +1,5 @@ PORTNAME= pundit -PORTVERSION= 2.3.1 +DISTVERSION= 2.3.2 CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 diff --git a/security/rubygem-pundit61/distinfo b/security/rubygem-pundit61/distinfo index afdeb5f8f1d..9c101387fac 100644 --- a/security/rubygem-pundit61/distinfo +++ b/security/rubygem-pundit61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689681225 -SHA256 (rubygem/pundit-2.3.1.gem) = 5c62a2e7c65278828d51fb921a3e608472a262a39a046d53d0e78588a556b181 -SIZE (rubygem/pundit-2.3.1.gem) = 27648 +TIMESTAMP = 1715459827 +SHA256 (rubygem/pundit-2.3.2.gem) = 7ca09a5801ebaedad1966f7eb0b1c52ecb8c94b3b6ab70122cb22856ac187fa3 +SIZE (rubygem/pundit-2.3.2.gem) = 30720 diff --git a/security/rubygem-recog/Makefile b/security/rubygem-recog/Makefile index 43ad65ce882..63208126914 100644 --- a/security/rubygem-recog/Makefile +++ b/security/rubygem-recog/Makefile @@ -1,5 +1,5 @@ PORTNAME= recog -PORTVERSION= 3.1.2 +PORTVERSION= 3.1.5 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-recog/distinfo b/security/rubygem-recog/distinfo index cac15c199d4..6307164ceb0 100644 --- a/security/rubygem-recog/distinfo +++ b/security/rubygem-recog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704467550 -SHA256 (rubygem/recog-3.1.2.gem) = 2adcab72fe854d528813be346953e65703d80f5869f5564a7f51bff5371ec394 -SIZE (rubygem/recog-3.1.2.gem) = 376320 +TIMESTAMP = 1714983881 +SHA256 (rubygem/recog-3.1.5.gem) = fd071f204b6cb920a3876b29f630e1b022ad998d4055aeffe7ad0cf24420309d +SIZE (rubygem/recog-3.1.5.gem) = 376832 diff --git a/security/rubygem-rex-socket/Makefile b/security/rubygem-rex-socket/Makefile index e0cd7b2e9e1..77b90cdfddb 100644 --- a/security/rubygem-rex-socket/Makefile +++ b/security/rubygem-rex-socket/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-socket -PORTVERSION= 0.1.55 +PORTVERSION= 0.1.57 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-socket/distinfo b/security/rubygem-rex-socket/distinfo index 3476146ac43..bb7efc60d23 100644 --- a/security/rubygem-rex-socket/distinfo +++ b/security/rubygem-rex-socket/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704462082 -SHA256 (rubygem/rex-socket-0.1.55.gem) = 435a43b8b46097a117a57db90b107fc4201d5b9fd19884b58616ee4802764863 -SIZE (rubygem/rex-socket-0.1.55.gem) = 44032 +TIMESTAMP = 1714983832 +SHA256 (rubygem/rex-socket-0.1.57.gem) = 065d73dec022bbbc9b8c1c2a8330a4187eb5e6f4b936d746844f6ba3fc2db2e2 +SIZE (rubygem/rex-socket-0.1.57.gem) = 44032 diff --git a/security/rubygem-rex-text/Makefile b/security/rubygem-rex-text/Makefile index 479cdd25ea7..419aa07029c 100644 --- a/security/rubygem-rex-text/Makefile +++ b/security/rubygem-rex-text/Makefile @@ -1,5 +1,5 @@ PORTNAME= rex-text -PORTVERSION= 0.2.53 +PORTVERSION= 0.2.57 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-rex-text/distinfo b/security/rubygem-rex-text/distinfo index b4909f672ac..7c2a4b2ecbb 100644 --- a/security/rubygem-rex-text/distinfo +++ b/security/rubygem-rex-text/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704460907 -SHA256 (rubygem/rex-text-0.2.53.gem) = e653903b543f78cae32ed074b113520c54c1992cfcc3dfaf00873a201069a8ba -SIZE (rubygem/rex-text-0.2.53.gem) = 50176 +TIMESTAMP = 1714983800 +SHA256 (rubygem/rex-text-0.2.57.gem) = 644a768ffa2f404e333fa71ff55d92be2ec10c5d87d3cba6b19ad9a791c79923 +SIZE (rubygem/rex-text-0.2.57.gem) = 48640 diff --git a/security/rubygem-unix-crypt/Makefile b/security/rubygem-unix-crypt/Makefile index 2701656e3d1..c94323240d4 100644 --- a/security/rubygem-unix-crypt/Makefile +++ b/security/rubygem-unix-crypt/Makefile @@ -1,5 +1,5 @@ PORTNAME= unix-crypt -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-unix-crypt/distinfo b/security/rubygem-unix-crypt/distinfo index 52dc9c776dd..2707c2fc079 100644 --- a/security/rubygem-unix-crypt/distinfo +++ b/security/rubygem-unix-crypt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632171065 -SHA256 (rubygem/unix-crypt-1.3.0.gem) = b83d51bec0f3fe8c7f7ed25c03e71963a5d009ad375d1af17e95c55af58dd4f1 -SIZE (rubygem/unix-crypt-1.3.0.gem) = 12800 +TIMESTAMP = 1714983595 +SHA256 (rubygem/unix-crypt-1.3.1.gem) = be785d10e48c4b9ac7d88a77849720c2f1a85694e383ff9733246b158d8ce586 +SIZE (rubygem/unix-crypt-1.3.1.gem) = 12800 diff --git a/security/rustscan/Makefile b/security/rustscan/Makefile index dcceb5df611..bc73b56f680 100644 --- a/security/rustscan/Makefile +++ b/security/rustscan/Makefile @@ -1,6 +1,5 @@ PORTNAME= rustscan -PORTVERSION= 2.1.1 -PORTREVISION= 14 +PORTVERSION= 2.2.3 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org @@ -17,187 +16,6 @@ USE_GITHUB= yes GH_ACCOUNT= RustScan GH_PROJECT= RustScan -CARGO_CRATES= addr2line-0.17.0 \ - adler-1.0.2 \ - aho-corasick-0.7.18 \ - ansi_term-0.12.1 \ - anyhow-1.0.56 \ - async-channel-1.6.1 \ - async-executor-1.4.1 \ - async-global-executor-2.0.4 \ - async-io-1.6.0 \ - async-lock-2.5.0 \ - async-mutex-1.4.0 \ - async-std-1.11.0 \ - async-task-4.2.0 \ - async-trait-0.1.53 \ - atomic-waker-1.0.0 \ - atty-0.2.14 \ - autocfg-1.1.0 \ - backtrace-0.3.65 \ - base64-0.11.0 \ - bitflags-1.3.2 \ - blocking-1.2.0 \ - bumpalo-3.9.1 \ - bytes-0.5.6 \ - cache-padded-1.2.0 \ - cc-1.0.73 \ - cfg-if-0.1.10 \ - cfg-if-1.0.0 \ - cidr-utils-0.5.6 \ - clap-2.34.0 \ - colored-2.0.0 \ - colorful-0.2.1 \ - concurrent-queue-1.2.2 \ - crossbeam-utils-0.8.8 \ - ctor-0.1.22 \ - debug-helper-0.3.13 \ - dirs-3.0.2 \ - dirs-sys-0.3.7 \ - either-1.6.1 \ - enum-as-inner-0.3.4 \ - env_logger-0.8.4 \ - event-listener-2.5.2 \ - fastrand-1.7.0 \ - form_urlencoded-1.0.1 \ - fuchsia-zircon-0.3.3 \ - fuchsia-zircon-sys-0.3.3 \ - futures-0.3.21 \ - futures-channel-0.3.21 \ - futures-core-0.3.21 \ - futures-executor-0.3.21 \ - futures-io-0.3.21 \ - futures-lite-1.12.0 \ - futures-macro-0.3.21 \ - futures-sink-0.3.21 \ - futures-task-0.3.21 \ - futures-util-0.3.21 \ - gcd-2.1.0 \ - getrandom-0.1.16 \ - getrandom-0.2.6 \ - gimli-0.26.1 \ - gloo-timers-0.2.4 \ - heck-0.3.3 \ - heck-0.4.0 \ - hermit-abi-0.1.19 \ - hostname-0.3.1 \ - humantime-2.1.0 \ - idna-0.2.3 \ - instant-0.1.12 \ - iovec-0.1.4 \ - ipconfig-0.2.2 \ - itertools-0.9.0 \ - itoa-1.0.1 \ - js-sys-0.3.57 \ - kernel32-sys-0.2.2 \ - kv-log-macro-1.0.7 \ - lazy_static-1.4.0 \ - libc-0.2.124 \ - linked-hash-map-0.5.4 \ - log-0.4.16 \ - lru-cache-0.1.2 \ - match_cfg-0.1.0 \ - matches-0.1.9 \ - memchr-2.4.1 \ - miniz_oxide-0.5.1 \ - mio-0.6.23 \ - miow-0.2.2 \ - net2-0.2.37 \ - num-bigint-0.4.3 \ - num-integer-0.1.44 \ - num-traits-0.2.14 \ - num_cpus-1.13.1 \ - object-0.28.3 \ - once_cell-1.10.0 \ - parking-2.0.0 \ - paste-1.0.7 \ - percent-encoding-2.1.0 \ - pin-project-lite-0.1.12 \ - pin-project-lite-0.2.8 \ - pin-utils-0.1.0 \ - polling-2.2.0 \ - ppv-lite86-0.2.16 \ - proc-macro-error-1.0.4 \ - proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.37 \ - quick-error-1.2.3 \ - quote-1.0.18 \ - rand-0.7.3 \ - rand_chacha-0.2.2 \ - rand_core-0.5.1 \ - rand_hc-0.2.0 \ - redox_syscall-0.2.13 \ - redox_users-0.4.3 \ - regex-1.5.5 \ - regex-syntax-0.6.25 \ - resolv-conf-0.7.0 \ - ring-0.16.20 \ - rlimit-0.8.3 \ - rustc-demangle-0.1.21 \ - rustls-0.17.0 \ - ryu-1.0.9 \ - sct-0.6.1 \ - serde-1.0.136 \ - serde_derive-1.0.136 \ - serde_json-1.0.79 \ - shell-words-1.1.0 \ - slab-0.4.6 \ - smallvec-1.8.0 \ - socket2-0.3.19 \ - socket2-0.4.4 \ - spin-0.5.2 \ - strsim-0.8.0 \ - structopt-0.3.26 \ - structopt-derive-0.4.18 \ - subprocess-0.2.8 \ - syn-1.0.91 \ - termcolor-1.1.3 \ - text_placeholder-0.4.0 \ - textwrap-0.11.0 \ - thiserror-1.0.30 \ - thiserror-impl-1.0.30 \ - tinyvec-1.5.1 \ - tinyvec_macros-0.1.0 \ - tokio-0.2.25 \ - tokio-rustls-0.13.1 \ - toml-0.5.9 \ - trust-dns-proto-0.19.7 \ - trust-dns-resolver-0.19.7 \ - trust-dns-rustls-0.19.7 \ - unicode-bidi-0.3.7 \ - unicode-normalization-0.1.19 \ - unicode-segmentation-1.9.0 \ - unicode-width-0.1.9 \ - unicode-xid-0.2.2 \ - untrusted-0.7.1 \ - url-2.2.2 \ - value-bag-1.0.0-alpha.8 \ - vec_map-0.8.2 \ - version_check-0.9.4 \ - wait-timeout-0.2.0 \ - waker-fn-1.1.0 \ - wasi-0.9.0+wasi-snapshot-preview1 \ - wasi-0.10.2+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.80 \ - wasm-bindgen-backend-0.2.80 \ - wasm-bindgen-futures-0.4.30 \ - wasm-bindgen-macro-0.2.80 \ - wasm-bindgen-macro-support-0.2.80 \ - wasm-bindgen-shared-0.2.80 \ - web-sys-0.3.57 \ - webpki-0.21.4 \ - webpki-roots-0.19.0 \ - wepoll-ffi-0.1.2 \ - widestring-0.4.3 \ - winapi-0.2.8 \ - winapi-0.3.9 \ - winapi-build-0.1.1 \ - winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.5 \ - winapi-x86_64-pc-windows-gnu-0.4.0 \ - winreg-0.6.2 \ - ws2_32-sys-0.2.1 - PLIST_FILES= bin/rustscan .include diff --git a/security/rustscan/Makefile.crates b/security/rustscan/Makefile.crates new file mode 100644 index 00000000000..6b9a7718c8b --- /dev/null +++ b/security/rustscan/Makefile.crates @@ -0,0 +1,220 @@ +CARGO_CRATES= addr2line-0.21.0 \ + adler-1.0.2 \ + ahash-0.8.11 \ + aho-corasick-1.1.3 \ + ansi_term-0.12.1 \ + anyhow-1.0.82 \ + async-channel-1.9.0 \ + async-channel-2.2.1 \ + async-executor-1.11.0 \ + async-global-executor-2.4.1 \ + async-io-1.13.0 \ + async-io-2.3.2 \ + async-lock-2.8.0 \ + async-lock-3.3.0 \ + async-std-1.12.0 \ + async-task-4.7.1 \ + async-trait-0.1.80 \ + atomic-waker-1.1.2 \ + atty-0.2.14 \ + autocfg-1.2.0 \ + backtrace-0.3.71 \ + base64-0.21.7 \ + bitflags-1.3.2 \ + bitflags-2.5.0 \ + blocking-1.6.0 \ + bumpalo-3.16.0 \ + bytes-1.6.0 \ + cc-1.0.96 \ + cfg-if-1.0.0 \ + cidr-utils-0.5.11 \ + clap-2.34.0 \ + colored-2.1.0 \ + colorful-0.2.2 \ + concurrent-queue-2.5.0 \ + crossbeam-utils-0.8.19 \ + data-encoding-2.6.0 \ + debug-helper-0.3.13 \ + dirs-3.0.2 \ + dirs-sys-0.3.7 \ + either-1.11.0 \ + enum-as-inner-0.6.0 \ + env_logger-0.8.4 \ + errno-0.3.8 \ + event-listener-2.5.3 \ + event-listener-4.0.3 \ + event-listener-5.3.0 \ + event-listener-strategy-0.4.0 \ + event-listener-strategy-0.5.2 \ + fastrand-1.9.0 \ + fastrand-2.1.0 \ + form_urlencoded-1.2.1 \ + futures-0.3.30 \ + futures-channel-0.3.30 \ + futures-core-0.3.30 \ + futures-executor-0.3.30 \ + futures-io-0.3.30 \ + futures-lite-1.13.0 \ + futures-lite-2.3.0 \ + futures-macro-0.3.30 \ + futures-sink-0.3.30 \ + futures-task-0.3.30 \ + futures-util-0.3.30 \ + gcd-2.3.0 \ + getrandom-0.1.16 \ + getrandom-0.2.14 \ + gimli-0.28.1 \ + gloo-timers-0.2.6 \ + hashbrown-0.13.2 \ + heck-0.3.3 \ + heck-0.4.1 \ + hermit-abi-0.1.19 \ + hermit-abi-0.3.9 \ + hostname-0.3.1 \ + humantime-2.1.0 \ + idna-0.4.0 \ + idna-0.5.0 \ + instant-0.1.12 \ + io-lifetimes-1.0.11 \ + ipconfig-0.3.2 \ + ipnet-2.9.0 \ + itertools-0.9.0 \ + itoa-1.0.11 \ + js-sys-0.3.69 \ + kv-log-macro-1.0.7 \ + lazy_static-1.4.0 \ + libc-0.2.154 \ + libredox-0.1.3 \ + linked-hash-map-0.5.6 \ + linux-raw-sys-0.3.8 \ + linux-raw-sys-0.4.13 \ + lock_api-0.4.12 \ + log-0.4.21 \ + lru-cache-0.1.2 \ + match_cfg-0.1.0 \ + memchr-2.7.2 \ + miniz_oxide-0.7.2 \ + mio-0.8.11 \ + num-bigint-0.4.4 \ + num-integer-0.1.46 \ + num-traits-0.2.18 \ + num_cpus-1.16.0 \ + object-0.32.2 \ + once_cell-1.19.0 \ + parking-2.2.0 \ + parking_lot-0.12.2 \ + parking_lot_core-0.9.10 \ + percent-encoding-2.3.1 \ + pin-project-lite-0.2.14 \ + pin-utils-0.1.0 \ + piper-0.2.1 \ + polling-2.8.0 \ + polling-3.7.0 \ + ppv-lite86-0.2.17 \ + proc-macro-error-1.0.4 \ + proc-macro-error-attr-1.0.4 \ + proc-macro2-1.0.81 \ + quick-error-1.2.3 \ + quote-1.0.36 \ + rand-0.7.3 \ + rand-0.8.5 \ + rand_chacha-0.2.2 \ + rand_chacha-0.3.1 \ + rand_core-0.5.1 \ + rand_core-0.6.4 \ + rand_hc-0.2.0 \ + redox_syscall-0.5.1 \ + redox_users-0.4.5 \ + regex-1.10.4 \ + regex-automata-0.4.6 \ + regex-syntax-0.8.3 \ + resolv-conf-0.7.0 \ + ring-0.17.8 \ + rlimit-0.8.3 \ + rustc-demangle-0.1.23 \ + rustix-0.37.27 \ + rustix-0.38.34 \ + rustls-0.21.12 \ + rustls-pemfile-1.0.4 \ + rustls-webpki-0.101.7 \ + ryu-1.0.17 \ + scopeguard-1.2.0 \ + sct-0.7.1 \ + serde-1.0.199 \ + serde_derive-1.0.199 \ + serde_json-1.0.116 \ + slab-0.4.9 \ + smallvec-1.13.2 \ + socket2-0.4.10 \ + socket2-0.5.7 \ + spin-0.9.8 \ + strsim-0.8.0 \ + structopt-0.3.26 \ + structopt-derive-0.4.18 \ + subprocess-0.2.9 \ + syn-1.0.109 \ + syn-2.0.60 \ + termcolor-1.4.1 \ + text_placeholder-0.5.0 \ + textwrap-0.11.0 \ + thiserror-1.0.59 \ + thiserror-impl-1.0.59 \ + tinyvec-1.6.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.37.0 \ + tokio-rustls-0.24.1 \ + toml-0.5.11 \ + tracing-0.1.40 \ + tracing-attributes-0.1.27 \ + tracing-core-0.1.32 \ + trust-dns-proto-0.23.2 \ + trust-dns-resolver-0.23.2 \ + unicode-bidi-0.3.15 \ + unicode-ident-1.0.12 \ + unicode-normalization-0.1.23 \ + unicode-segmentation-1.11.0 \ + unicode-width-0.1.12 \ + untrusted-0.9.0 \ + url-2.5.0 \ + value-bag-1.9.0 \ + vec_map-0.8.2 \ + version_check-0.9.4 \ + wait-timeout-0.2.0 \ + waker-fn-1.1.1 \ + wasi-0.9.0+wasi-snapshot-preview1 \ + wasi-0.11.0+wasi-snapshot-preview1 \ + wasm-bindgen-0.2.92 \ + wasm-bindgen-backend-0.2.92 \ + wasm-bindgen-futures-0.4.42 \ + wasm-bindgen-macro-0.2.92 \ + wasm-bindgen-macro-support-0.2.92 \ + wasm-bindgen-shared-0.2.92 \ + web-sys-0.3.69 \ + webpki-roots-0.25.4 \ + widestring-1.1.0 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.8 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-sys-0.48.0 \ + windows-sys-0.52.0 \ + windows-targets-0.48.5 \ + windows-targets-0.52.5 \ + windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.5 \ + windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.5 \ + windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.5 \ + windows_i686_gnullvm-0.52.5 \ + windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.5 \ + windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.5 \ + windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.5 \ + windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.5 \ + winreg-0.50.0 \ + zerocopy-0.7.32 \ + zerocopy-derive-0.7.32 diff --git a/security/rustscan/distinfo b/security/rustscan/distinfo index 90ebd75c1b9..6273438a8ea 100644 --- a/security/rustscan/distinfo +++ b/security/rustscan/distinfo @@ -1,363 +1,443 @@ -TIMESTAMP = 1668411845 -SHA256 (rust/crates/addr2line-0.17.0.crate) = b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b -SIZE (rust/crates/addr2line-0.17.0.crate) = 32260 +TIMESTAMP = 1715680895 +SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb +SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 -SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f -SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 +SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 +SIZE (rust/crates/ahash-0.8.11.crate) = 43607 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 -SHA256 (rust/crates/anyhow-1.0.56.crate) = 4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27 -SIZE (rust/crates/anyhow-1.0.56.crate) = 44780 -SHA256 (rust/crates/async-channel-1.6.1.crate) = 2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319 -SIZE (rust/crates/async-channel-1.6.1.crate) = 12574 -SHA256 (rust/crates/async-executor-1.4.1.crate) = 871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965 -SIZE (rust/crates/async-executor-1.4.1.crate) = 15490 -SHA256 (rust/crates/async-global-executor-2.0.4.crate) = c290043c9a95b05d45e952fb6383c67bcb61471f60cfa21e890dba6654234f43 -SIZE (rust/crates/async-global-executor-2.0.4.crate) = 11628 -SHA256 (rust/crates/async-io-1.6.0.crate) = a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b -SIZE (rust/crates/async-io-1.6.0.crate) = 32282 -SHA256 (rust/crates/async-lock-2.5.0.crate) = e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6 -SIZE (rust/crates/async-lock-2.5.0.crate) = 15656 -SHA256 (rust/crates/async-mutex-1.4.0.crate) = 479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e -SIZE (rust/crates/async-mutex-1.4.0.crate) = 10223 -SHA256 (rust/crates/async-std-1.11.0.crate) = 52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c -SIZE (rust/crates/async-std-1.11.0.crate) = 215743 -SHA256 (rust/crates/async-task-4.2.0.crate) = 30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9 -SIZE (rust/crates/async-task-4.2.0.crate) = 28496 -SHA256 (rust/crates/async-trait-0.1.53.crate) = ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600 -SIZE (rust/crates/async-trait-0.1.53.crate) = 26210 -SHA256 (rust/crates/atomic-waker-1.0.0.crate) = 065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a -SIZE (rust/crates/atomic-waker-1.0.0.crate) = 11771 +SHA256 (rust/crates/anyhow-1.0.82.crate) = f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519 +SIZE (rust/crates/anyhow-1.0.82.crate) = 45361 +SHA256 (rust/crates/async-channel-1.9.0.crate) = 81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35 +SIZE (rust/crates/async-channel-1.9.0.crate) = 13664 +SHA256 (rust/crates/async-channel-2.2.1.crate) = 136d4d23bcc79e27423727b36823d86233aad06dfea531837b038394d11e9928 +SIZE (rust/crates/async-channel-2.2.1.crate) = 14326 +SHA256 (rust/crates/async-executor-1.11.0.crate) = b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a +SIZE (rust/crates/async-executor-1.11.0.crate) = 24767 +SHA256 (rust/crates/async-global-executor-2.4.1.crate) = 05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c +SIZE (rust/crates/async-global-executor-2.4.1.crate) = 11844 +SHA256 (rust/crates/async-io-1.13.0.crate) = 0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af +SIZE (rust/crates/async-io-1.13.0.crate) = 37191 +SHA256 (rust/crates/async-io-2.3.2.crate) = dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884 +SIZE (rust/crates/async-io-2.3.2.crate) = 49298 +SHA256 (rust/crates/async-lock-2.8.0.crate) = 287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b +SIZE (rust/crates/async-lock-2.8.0.crate) = 29944 +SHA256 (rust/crates/async-lock-3.3.0.crate) = d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b +SIZE (rust/crates/async-lock-3.3.0.crate) = 33286 +SHA256 (rust/crates/async-std-1.12.0.crate) = 62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d +SIZE (rust/crates/async-std-1.12.0.crate) = 215080 +SHA256 (rust/crates/async-task-4.7.1.crate) = 8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de +SIZE (rust/crates/async-task-4.7.1.crate) = 38077 +SHA256 (rust/crates/async-trait-0.1.80.crate) = c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca +SIZE (rust/crates/async-trait-0.1.80.crate) = 28775 +SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 +SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/backtrace-0.3.65.crate) = 11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61 -SIZE (rust/crates/backtrace-0.3.65.crate) = 74129 -SHA256 (rust/crates/base64-0.11.0.crate) = b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7 -SIZE (rust/crates/base64-0.11.0.crate) = 48362 +SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 +SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 +SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d +SIZE (rust/crates/backtrace-0.3.71.crate) = 86553 +SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 +SIZE (rust/crates/base64-0.21.7.crate) = 82576 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/blocking-1.2.0.crate) = c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc -SIZE (rust/crates/blocking-1.2.0.crate) = 18494 -SHA256 (rust/crates/bumpalo-3.9.1.crate) = a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899 -SIZE (rust/crates/bumpalo-3.9.1.crate) = 77507 -SHA256 (rust/crates/bytes-0.5.6.crate) = 0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38 -SIZE (rust/crates/bytes-0.5.6.crate) = 46291 -SHA256 (rust/crates/cache-padded-1.2.0.crate) = c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c -SIZE (rust/crates/cache-padded-1.2.0.crate) = 9125 -SHA256 (rust/crates/cc-1.0.73.crate) = 2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11 -SIZE (rust/crates/cc-1.0.73.crate) = 57880 -SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 +SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 +SIZE (rust/crates/bitflags-2.5.0.crate) = 43821 +SHA256 (rust/crates/blocking-1.6.0.crate) = 495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88 +SIZE (rust/crates/blocking-1.6.0.crate) = 17696 +SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c +SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 +SHA256 (rust/crates/bytes-1.6.0.crate) = 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9 +SIZE (rust/crates/bytes-1.6.0.crate) = 60605 +SHA256 (rust/crates/cc-1.0.96.crate) = 065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd +SIZE (rust/crates/cc-1.0.96.crate) = 76576 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/cidr-utils-0.5.6.crate) = aee37eff22e119e0acb33e6e81f85d87a9abf612b82efbcb5fba31b6a74554fb -SIZE (rust/crates/cidr-utils-0.5.6.crate) = 13561 +SHA256 (rust/crates/cidr-utils-0.5.11.crate) = 2315f7119b7146d6a883de6acd63ddf96071b5f79d9d98d2adaa84d749f6abf1 +SIZE (rust/crates/cidr-utils-0.5.11.crate) = 13518 SHA256 (rust/crates/clap-2.34.0.crate) = a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c SIZE (rust/crates/clap-2.34.0.crate) = 202210 -SHA256 (rust/crates/colored-2.0.0.crate) = b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd -SIZE (rust/crates/colored-2.0.0.crate) = 21619 -SHA256 (rust/crates/colorful-0.2.1.crate) = 0bca1619ff57dd7a56b58a8e25ef4199f123e78e503fe1653410350a1b98ae65 -SIZE (rust/crates/colorful-0.2.1.crate) = 22149 -SHA256 (rust/crates/concurrent-queue-1.2.2.crate) = 30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3 -SIZE (rust/crates/concurrent-queue-1.2.2.crate) = 15859 -SHA256 (rust/crates/crossbeam-utils-0.8.8.crate) = 0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38 -SIZE (rust/crates/crossbeam-utils-0.8.8.crate) = 39681 -SHA256 (rust/crates/ctor-0.1.22.crate) = f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c -SIZE (rust/crates/ctor-0.1.22.crate) = 9311 +SHA256 (rust/crates/colored-2.1.0.crate) = cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8 +SIZE (rust/crates/colored-2.1.0.crate) = 23348 +SHA256 (rust/crates/colorful-0.2.2.crate) = 97af0562545a7d7f3d9222fcf909963bec36dcb502afaacab98c6ffac8da47ce +SIZE (rust/crates/colorful-0.2.2.crate) = 21676 +SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 +SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 +SHA256 (rust/crates/crossbeam-utils-0.8.19.crate) = 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 +SIZE (rust/crates/crossbeam-utils-0.8.19.crate) = 42328 +SHA256 (rust/crates/data-encoding-2.6.0.crate) = e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2 +SIZE (rust/crates/data-encoding-2.6.0.crate) = 20769 SHA256 (rust/crates/debug-helper-0.3.13.crate) = f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e SIZE (rust/crates/debug-helper-0.3.13.crate) = 3443 SHA256 (rust/crates/dirs-3.0.2.crate) = 30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309 SIZE (rust/crates/dirs-3.0.2.crate) = 12184 SHA256 (rust/crates/dirs-sys-0.3.7.crate) = 1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6 SIZE (rust/crates/dirs-sys-0.3.7.crate) = 10597 -SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 -SIZE (rust/crates/either-1.6.1.crate) = 13641 -SHA256 (rust/crates/enum-as-inner-0.3.4.crate) = 570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4 -SIZE (rust/crates/enum-as-inner-0.3.4.crate) = 11522 +SHA256 (rust/crates/either-1.11.0.crate) = a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2 +SIZE (rust/crates/either-1.11.0.crate) = 18973 +SHA256 (rust/crates/enum-as-inner-0.6.0.crate) = 5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a +SIZE (rust/crates/enum-as-inner-0.6.0.crate) = 12079 SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3 SIZE (rust/crates/env_logger-0.8.4.crate) = 33342 -SHA256 (rust/crates/event-listener-2.5.2.crate) = 77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71 -SIZE (rust/crates/event-listener-2.5.2.crate) = 15225 -SHA256 (rust/crates/fastrand-1.7.0.crate) = c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf -SIZE (rust/crates/fastrand-1.7.0.crate) = 11265 -SHA256 (rust/crates/form_urlencoded-1.0.1.crate) = 5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191 -SIZE (rust/crates/form_urlencoded-1.0.1.crate) = 8773 -SHA256 (rust/crates/fuchsia-zircon-0.3.3.crate) = 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82 -SIZE (rust/crates/fuchsia-zircon-0.3.3.crate) = 22565 -SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.crate) = 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 -SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.crate) = 7191 -SHA256 (rust/crates/futures-0.3.21.crate) = f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e -SIZE (rust/crates/futures-0.3.21.crate) = 49935 -SHA256 (rust/crates/futures-channel-0.3.21.crate) = c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010 -SIZE (rust/crates/futures-channel-0.3.21.crate) = 31961 -SHA256 (rust/crates/futures-core-0.3.21.crate) = 0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3 -SIZE (rust/crates/futures-core-0.3.21.crate) = 14601 -SHA256 (rust/crates/futures-executor-0.3.21.crate) = 9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6 -SIZE (rust/crates/futures-executor-0.3.21.crate) = 17306 -SHA256 (rust/crates/futures-io-0.3.21.crate) = fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b -SIZE (rust/crates/futures-io-0.3.21.crate) = 8902 -SHA256 (rust/crates/futures-lite-1.12.0.crate) = 7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48 -SIZE (rust/crates/futures-lite-1.12.0.crate) = 36032 -SHA256 (rust/crates/futures-macro-0.3.21.crate) = 33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512 -SIZE (rust/crates/futures-macro-0.3.21.crate) = 11250 -SHA256 (rust/crates/futures-sink-0.3.21.crate) = 21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868 -SIZE (rust/crates/futures-sink-0.3.21.crate) = 7843 -SHA256 (rust/crates/futures-task-0.3.21.crate) = 57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a -SIZE (rust/crates/futures-task-0.3.21.crate) = 11815 -SHA256 (rust/crates/futures-util-0.3.21.crate) = d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a -SIZE (rust/crates/futures-util-0.3.21.crate) = 153768 -SHA256 (rust/crates/gcd-2.1.0.crate) = f37978dab2ca789938a83b2f8bc1ef32db6633af9051a6cd409eff72cbaaa79a -SIZE (rust/crates/gcd-2.1.0.crate) = 8470 +SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 +SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/event-listener-2.5.3.crate) = 0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0 +SIZE (rust/crates/event-listener-2.5.3.crate) = 15392 +SHA256 (rust/crates/event-listener-4.0.3.crate) = 67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e +SIZE (rust/crates/event-listener-4.0.3.crate) = 39784 +SHA256 (rust/crates/event-listener-5.3.0.crate) = 6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24 +SIZE (rust/crates/event-listener-5.3.0.crate) = 43084 +SHA256 (rust/crates/event-listener-strategy-0.4.0.crate) = 958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3 +SIZE (rust/crates/event-listener-strategy-0.4.0.crate) = 10225 +SHA256 (rust/crates/event-listener-strategy-0.5.2.crate) = 0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1 +SIZE (rust/crates/event-listener-strategy-0.5.2.crate) = 10697 +SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be +SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 +SHA256 (rust/crates/fastrand-2.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a +SIZE (rust/crates/fastrand-2.1.0.crate) = 14907 +SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 +SHA256 (rust/crates/futures-0.3.30.crate) = 645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0 +SIZE (rust/crates/futures-0.3.30.crate) = 53828 +SHA256 (rust/crates/futures-channel-0.3.30.crate) = eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78 +SIZE (rust/crates/futures-channel-0.3.30.crate) = 31736 +SHA256 (rust/crates/futures-core-0.3.30.crate) = dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d +SIZE (rust/crates/futures-core-0.3.30.crate) = 14071 +SHA256 (rust/crates/futures-executor-0.3.30.crate) = a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d +SIZE (rust/crates/futures-executor-0.3.30.crate) = 17744 +SHA256 (rust/crates/futures-io-0.3.30.crate) = a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 +SIZE (rust/crates/futures-io-0.3.30.crate) = 8910 +SHA256 (rust/crates/futures-lite-1.13.0.crate) = 49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce +SIZE (rust/crates/futures-lite-1.13.0.crate) = 37058 +SHA256 (rust/crates/futures-lite-2.3.0.crate) = 52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5 +SIZE (rust/crates/futures-lite-2.3.0.crate) = 39181 +SHA256 (rust/crates/futures-macro-0.3.30.crate) = 87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac +SIZE (rust/crates/futures-macro-0.3.30.crate) = 11278 +SHA256 (rust/crates/futures-sink-0.3.30.crate) = 9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5 +SIZE (rust/crates/futures-sink-0.3.30.crate) = 7852 +SHA256 (rust/crates/futures-task-0.3.30.crate) = 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 +SIZE (rust/crates/futures-task-0.3.30.crate) = 11126 +SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 +SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 +SHA256 (rust/crates/gcd-2.3.0.crate) = 1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a +SIZE (rust/crates/gcd-2.3.0.crate) = 8934 SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 -SHA256 (rust/crates/getrandom-0.2.6.crate) = 9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad -SIZE (rust/crates/getrandom-0.2.6.crate) = 28043 -SHA256 (rust/crates/gimli-0.26.1.crate) = 78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4 -SIZE (rust/crates/gimli-0.26.1.crate) = 716168 -SHA256 (rust/crates/gloo-timers-0.2.4.crate) = 5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9 -SIZE (rust/crates/gloo-timers-0.2.4.crate) = 5438 +SHA256 (rust/crates/getrandom-0.2.14.crate) = 94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c +SIZE (rust/crates/getrandom-0.2.14.crate) = 37307 +SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 +SIZE (rust/crates/gimli-0.28.1.crate) = 270497 +SHA256 (rust/crates/gloo-timers-0.2.6.crate) = 9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c +SIZE (rust/crates/gloo-timers-0.2.6.crate) = 5516 +SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e +SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 SHA256 (rust/crates/heck-0.3.3.crate) = 6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c SIZE (rust/crates/heck-0.3.3.crate) = 10260 -SHA256 (rust/crates/heck-0.4.0.crate) = 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9 -SIZE (rust/crates/heck-0.4.0.crate) = 11161 +SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 +SIZE (rust/crates/heck-0.4.1.crate) = 11567 SHA256 (rust/crates/hermit-abi-0.1.19.crate) = 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33 SIZE (rust/crates/hermit-abi-0.1.19.crate) = 9979 +SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 +SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 SHA256 (rust/crates/hostname-0.3.1.crate) = 3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867 SIZE (rust/crates/hostname-0.3.1.crate) = 9272 SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 SIZE (rust/crates/humantime-2.1.0.crate) = 16749 -SHA256 (rust/crates/idna-0.2.3.crate) = 418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8 -SIZE (rust/crates/idna-0.2.3.crate) = 271023 +SHA256 (rust/crates/idna-0.4.0.crate) = 7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c +SIZE (rust/crates/idna-0.4.0.crate) = 271429 +SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 +SIZE (rust/crates/idna-0.5.0.crate) = 271940 SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c SIZE (rust/crates/instant-0.1.12.crate) = 6128 -SHA256 (rust/crates/iovec-0.1.4.crate) = b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e -SIZE (rust/crates/iovec-0.1.4.crate) = 8720 -SHA256 (rust/crates/ipconfig-0.2.2.crate) = f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7 -SIZE (rust/crates/ipconfig-0.2.2.crate) = 23017 +SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 +SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 +SHA256 (rust/crates/ipconfig-0.3.2.crate) = b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f +SIZE (rust/crates/ipconfig-0.3.2.crate) = 24468 +SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3 +SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 SHA256 (rust/crates/itertools-0.9.0.crate) = 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b SIZE (rust/crates/itertools-0.9.0.crate) = 96429 -SHA256 (rust/crates/itoa-1.0.1.crate) = 1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35 -SIZE (rust/crates/itoa-1.0.1.crate) = 11059 -SHA256 (rust/crates/js-sys-0.3.57.crate) = 671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397 -SIZE (rust/crates/js-sys-0.3.57.crate) = 78605 -SHA256 (rust/crates/kernel32-sys-0.2.2.crate) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d -SIZE (rust/crates/kernel32-sys-0.2.2.crate) = 24537 +SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b +SIZE (rust/crates/itoa-1.0.11.crate) = 10563 +SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d +SIZE (rust/crates/js-sys-0.3.69.crate) = 81083 SHA256 (rust/crates/kv-log-macro-1.0.7.crate) = 0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f SIZE (rust/crates/kv-log-macro-1.0.7.crate) = 16842 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.124.crate) = 21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50 -SIZE (rust/crates/libc-0.2.124.crate) = 577742 -SHA256 (rust/crates/linked-hash-map-0.5.4.crate) = 7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3 -SIZE (rust/crates/linked-hash-map-0.5.4.crate) = 16166 -SHA256 (rust/crates/log-0.4.16.crate) = 6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8 -SIZE (rust/crates/log-0.4.16.crate) = 37758 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 +SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d +SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f +SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 +SHA256 (rust/crates/linux-raw-sys-0.3.8.crate) = ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519 +SIZE (rust/crates/linux-raw-sys-0.3.8.crate) = 1013776 +SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c +SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855 +SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 +SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 +SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c +SIZE (rust/crates/log-0.4.21.crate) = 43442 SHA256 (rust/crates/lru-cache-0.1.2.crate) = 31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c SIZE (rust/crates/lru-cache-0.1.2.crate) = 9307 SHA256 (rust/crates/match_cfg-0.1.0.crate) = ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4 SIZE (rust/crates/match_cfg-0.1.0.crate) = 7153 -SHA256 (rust/crates/matches-0.1.9.crate) = a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f -SIZE (rust/crates/matches-0.1.9.crate) = 2246 -SHA256 (rust/crates/memchr-2.4.1.crate) = 308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a -SIZE (rust/crates/memchr-2.4.1.crate) = 64977 -SHA256 (rust/crates/miniz_oxide-0.5.1.crate) = d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082 -SIZE (rust/crates/miniz_oxide-0.5.1.crate) = 52418 -SHA256 (rust/crates/mio-0.6.23.crate) = 4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4 -SIZE (rust/crates/mio-0.6.23.crate) = 103554 -SHA256 (rust/crates/miow-0.2.2.crate) = ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d -SIZE (rust/crates/miow-0.2.2.crate) = 22044 -SHA256 (rust/crates/net2-0.2.37.crate) = 391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae -SIZE (rust/crates/net2-0.2.37.crate) = 21311 -SHA256 (rust/crates/num-bigint-0.4.3.crate) = f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f -SIZE (rust/crates/num-bigint-0.4.3.crate) = 97799 -SHA256 (rust/crates/num-integer-0.1.44.crate) = d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db -SIZE (rust/crates/num-integer-0.1.44.crate) = 22216 -SHA256 (rust/crates/num-traits-0.2.14.crate) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 -SIZE (rust/crates/num-traits-0.2.14.crate) = 45476 -SHA256 (rust/crates/num_cpus-1.13.1.crate) = 19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1 -SIZE (rust/crates/num_cpus-1.13.1.crate) = 14752 -SHA256 (rust/crates/object-0.28.3.crate) = 40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456 -SIZE (rust/crates/object-0.28.3.crate) = 233545 -SHA256 (rust/crates/once_cell-1.10.0.crate) = 87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9 -SIZE (rust/crates/once_cell-1.10.0.crate) = 30414 -SHA256 (rust/crates/parking-2.0.0.crate) = 427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72 -SIZE (rust/crates/parking-2.0.0.crate) = 9714 -SHA256 (rust/crates/paste-1.0.7.crate) = 0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc -SIZE (rust/crates/paste-1.0.7.crate) = 18285 -SHA256 (rust/crates/percent-encoding-2.1.0.crate) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e -SIZE (rust/crates/percent-encoding-2.1.0.crate) = 9748 -SHA256 (rust/crates/pin-project-lite-0.1.12.crate) = 257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777 -SIZE (rust/crates/pin-project-lite-0.1.12.crate) = 16854 -SHA256 (rust/crates/pin-project-lite-0.2.8.crate) = e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c -SIZE (rust/crates/pin-project-lite-0.2.8.crate) = 27847 +SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d +SIZE (rust/crates/memchr-2.7.2.crate) = 96220 +SHA256 (rust/crates/miniz_oxide-0.7.2.crate) = 9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7 +SIZE (rust/crates/miniz_oxide-0.7.2.crate) = 55731 +SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c +SIZE (rust/crates/mio-0.8.11.crate) = 102983 +SHA256 (rust/crates/num-bigint-0.4.4.crate) = 608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0 +SIZE (rust/crates/num-bigint-0.4.4.crate) = 99369 +SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f +SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 +SHA256 (rust/crates/num-traits-0.2.18.crate) = da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a +SIZE (rust/crates/num-traits-0.2.18.crate) = 51930 +SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 +SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 +SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 +SIZE (rust/crates/object-0.32.2.crate) = 286994 +SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 +SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 +SHA256 (rust/crates/parking-2.2.0.crate) = bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae +SIZE (rust/crates/parking-2.2.0.crate) = 9730 +SHA256 (rust/crates/parking_lot-0.12.2.crate) = 7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb +SIZE (rust/crates/parking_lot-0.12.2.crate) = 41723 +SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 +SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 +SHA256 (rust/crates/pin-project-lite-0.2.14.crate) = bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 +SIZE (rust/crates/pin-project-lite-0.2.14.crate) = 28817 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 -SHA256 (rust/crates/polling-2.2.0.crate) = 685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259 -SIZE (rust/crates/polling-2.2.0.crate) = 21616 -SHA256 (rust/crates/ppv-lite86-0.2.16.crate) = eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872 -SIZE (rust/crates/ppv-lite86-0.2.16.crate) = 22245 +SHA256 (rust/crates/piper-0.2.1.crate) = 668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4 +SIZE (rust/crates/piper-0.2.1.crate) = 15878 +SHA256 (rust/crates/polling-2.8.0.crate) = 4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce +SIZE (rust/crates/polling-2.8.0.crate) = 43554 +SHA256 (rust/crates/polling-3.7.0.crate) = 645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3 +SIZE (rust/crates/polling-3.7.0.crate) = 58381 +SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de +SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 -SHA256 (rust/crates/proc-macro2-1.0.37.crate) = ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1 -SIZE (rust/crates/proc-macro2-1.0.37.crate) = 41378 +SHA256 (rust/crates/proc-macro2-1.0.81.crate) = 3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba +SIZE (rust/crates/proc-macro2-1.0.81.crate) = 48233 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 -SHA256 (rust/crates/quote-1.0.18.crate) = a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1 -SIZE (rust/crates/quote-1.0.18.crate) = 28911 +SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 +SIZE (rust/crates/quote-1.0.36.crate) = 28507 SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.crate) = 112246 +SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 +SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267 +SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 +SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c +SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 -SHA256 (rust/crates/redox_syscall-0.2.13.crate) = 62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42 -SIZE (rust/crates/redox_syscall-0.2.13.crate) = 23759 -SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b -SIZE (rust/crates/redox_users-0.4.3.crate) = 15353 -SHA256 (rust/crates/regex-1.5.5.crate) = 1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286 -SIZE (rust/crates/regex-1.5.5.crate) = 238119 -SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b -SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293 +SHA256 (rust/crates/redox_syscall-0.5.1.crate) = 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e +SIZE (rust/crates/redox_syscall-0.5.1.crate) = 22536 +SHA256 (rust/crates/redox_users-0.4.5.crate) = bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 +SIZE (rust/crates/redox_users-0.4.5.crate) = 15514 +SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c +SIZE (rust/crates/regex-1.10.4.crate) = 253191 +SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea +SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565 +SHA256 (rust/crates/regex-syntax-0.8.3.crate) = adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56 +SIZE (rust/crates/regex-syntax-0.8.3.crate) = 347497 SHA256 (rust/crates/resolv-conf-0.7.0.crate) = 52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00 SIZE (rust/crates/resolv-conf-0.7.0.crate) = 17352 -SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc -SIZE (rust/crates/ring-0.16.20.crate) = 5082615 +SHA256 (rust/crates/ring-0.17.8.crate) = c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d +SIZE (rust/crates/ring-0.17.8.crate) = 4188554 SHA256 (rust/crates/rlimit-0.8.3.crate) = f7278a1ec8bfd4a4e07515c589f5ff7b309a373f987393aef44813d9dcf87aa3 SIZE (rust/crates/rlimit-0.8.3.crate) = 16575 -SHA256 (rust/crates/rustc-demangle-0.1.21.crate) = 7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342 -SIZE (rust/crates/rustc-demangle-0.1.21.crate) = 27920 -SHA256 (rust/crates/rustls-0.17.0.crate) = c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1 -SIZE (rust/crates/rustls-0.17.0.crate) = 199304 -SHA256 (rust/crates/ryu-1.0.9.crate) = 73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f -SIZE (rust/crates/ryu-1.0.9.crate) = 48391 -SHA256 (rust/crates/sct-0.6.1.crate) = b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce -SIZE (rust/crates/sct-0.6.1.crate) = 26825 -SHA256 (rust/crates/serde-1.0.136.crate) = ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789 -SIZE (rust/crates/serde-1.0.136.crate) = 76158 -SHA256 (rust/crates/serde_derive-1.0.136.crate) = 08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9 -SIZE (rust/crates/serde_derive-1.0.136.crate) = 54776 -SHA256 (rust/crates/serde_json-1.0.79.crate) = 8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95 -SIZE (rust/crates/serde_json-1.0.79.crate) = 144451 -SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde -SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 -SHA256 (rust/crates/slab-0.4.6.crate) = eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32 -SIZE (rust/crates/slab-0.4.6.crate) = 16067 -SHA256 (rust/crates/smallvec-1.8.0.crate) = f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83 -SIZE (rust/crates/smallvec-1.8.0.crate) = 27992 -SHA256 (rust/crates/socket2-0.3.19.crate) = 122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e -SIZE (rust/crates/socket2-0.3.19.crate) = 33782 -SHA256 (rust/crates/socket2-0.4.4.crate) = 66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0 -SIZE (rust/crates/socket2-0.4.4.crate) = 44048 -SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d -SIZE (rust/crates/spin-0.5.2.crate) = 12004 +SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 +SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 +SHA256 (rust/crates/rustix-0.37.27.crate) = fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2 +SIZE (rust/crates/rustix-0.37.27.crate) = 324534 +SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f +SIZE (rust/crates/rustix-0.38.34.crate) = 365160 +SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e +SIZE (rust/crates/rustls-0.21.12.crate) = 285674 +SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c +SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 +SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 +SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 +SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 +SIZE (rust/crates/ryu-1.0.17.crate) = 47537 +SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 +SIZE (rust/crates/sct-0.7.1.crate) = 27501 +SHA256 (rust/crates/serde-1.0.199.crate) = 0c9f6e76df036c77cd94996771fb40db98187f096dd0b9af39c6c6e452ba966a +SIZE (rust/crates/serde-1.0.199.crate) = 77598 +SHA256 (rust/crates/serde_derive-1.0.199.crate) = 11bd257a6541e141e42ca6d24ae26f7714887b47e89aa739099104c7e4d3b7fc +SIZE (rust/crates/serde_derive-1.0.199.crate) = 55793 +SHA256 (rust/crates/serde_json-1.0.116.crate) = 3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813 +SIZE (rust/crates/serde_json-1.0.116.crate) = 146790 +SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 +SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 +SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 +SHA256 (rust/crates/socket2-0.4.10.crate) = 9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d +SIZE (rust/crates/socket2-0.4.10.crate) = 45697 +SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c +SIZE (rust/crates/socket2-0.5.7.crate) = 55758 +SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 +SIZE (rust/crates/spin-0.9.8.crate) = 38958 SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.crate) = 9309 SHA256 (rust/crates/structopt-0.3.26.crate) = 0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10 SIZE (rust/crates/structopt-0.3.26.crate) = 53798 SHA256 (rust/crates/structopt-derive-0.4.18.crate) = dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0 SIZE (rust/crates/structopt-derive-0.4.18.crate) = 20996 -SHA256 (rust/crates/subprocess-0.2.8.crate) = 055cf3ebc2981ad8f0a5a17ef6652f652d87831f79fddcba2ac57bcb9a0aa407 -SIZE (rust/crates/subprocess-0.2.8.crate) = 46120 -SHA256 (rust/crates/syn-1.0.91.crate) = b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d -SIZE (rust/crates/syn-1.0.91.crate) = 235996 -SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 -SIZE (rust/crates/termcolor-1.1.3.crate) = 17242 -SHA256 (rust/crates/text_placeholder-0.4.0.crate) = cbd6afcbe8d748e35406f4c3a79b60567a5104b451f1b618097f139294969ef4 -SIZE (rust/crates/text_placeholder-0.4.0.crate) = 5513 +SHA256 (rust/crates/subprocess-0.2.9.crate) = 0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086 +SIZE (rust/crates/subprocess-0.2.9.crate) = 46463 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.60.crate) = 909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3 +SIZE (rust/crates/syn-2.0.60.crate) = 255808 +SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 +SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 +SHA256 (rust/crates/text_placeholder-0.5.0.crate) = 512104f982ce6f50def5340f9d7d14cc21f7a859e9ccd251aa19d12e1345c070 +SIZE (rust/crates/text_placeholder-0.5.0.crate) = 7102 SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 -SHA256 (rust/crates/thiserror-1.0.30.crate) = 854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417 -SIZE (rust/crates/thiserror-1.0.30.crate) = 17748 -SHA256 (rust/crates/thiserror-impl-1.0.30.crate) = aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b -SIZE (rust/crates/thiserror-impl-1.0.30.crate) = 15230 -SHA256 (rust/crates/tinyvec-1.5.1.crate) = 2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2 -SIZE (rust/crates/tinyvec-1.5.1.crate) = 44942 -SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c -SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817 -SHA256 (rust/crates/tokio-0.2.25.crate) = 6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092 -SIZE (rust/crates/tokio-0.2.25.crate) = 413390 -SHA256 (rust/crates/tokio-rustls-0.13.1.crate) = 15cb62a0d2770787abc96e99c1cd98fcf17f94959f3af63ca85bdfb203f051b4 -SIZE (rust/crates/tokio-rustls-0.13.1.crate) = 23939 -SHA256 (rust/crates/toml-0.5.9.crate) = 8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7 -SIZE (rust/crates/toml-0.5.9.crate) = 55667 -SHA256 (rust/crates/trust-dns-proto-0.19.7.crate) = 1cad71a0c0d68ab9941d2fb6e82f8fb2e86d9945b94e1661dd0aaea2b88215a9 -SIZE (rust/crates/trust-dns-proto-0.19.7.crate) = 208452 -SHA256 (rust/crates/trust-dns-resolver-0.19.7.crate) = 710f593b371175db53a26d0b38ed2978fafb9e9e8d3868b1acd753ea18df0ceb -SIZE (rust/crates/trust-dns-resolver-0.19.7.crate) = 74981 -SHA256 (rust/crates/trust-dns-rustls-0.19.7.crate) = 7090b0e15f5b3ea3b3066a93ee71d18691d903530b1042fbe7412021491e2134 -SIZE (rust/crates/trust-dns-rustls-0.19.7.crate) = 12150 -SHA256 (rust/crates/unicode-bidi-0.3.7.crate) = 1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f -SIZE (rust/crates/unicode-bidi-0.3.7.crate) = 33759 -SHA256 (rust/crates/unicode-normalization-0.1.19.crate) = d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9 -SIZE (rust/crates/unicode-normalization-0.1.19.crate) = 107353 -SHA256 (rust/crates/unicode-segmentation-1.9.0.crate) = 7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99 -SIZE (rust/crates/unicode-segmentation-1.9.0.crate) = 93241 -SHA256 (rust/crates/unicode-width-0.1.9.crate) = 3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973 -SIZE (rust/crates/unicode-width-0.1.9.crate) = 16745 -SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 -SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955 -SHA256 (rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a -SIZE (rust/crates/untrusted-0.7.1.crate) = 7924 -SHA256 (rust/crates/url-2.2.2.crate) = a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c -SIZE (rust/crates/url-2.2.2.crate) = 68555 -SHA256 (rust/crates/value-bag-1.0.0-alpha.8.crate) = 79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f -SIZE (rust/crates/value-bag-1.0.0-alpha.8.crate) = 26139 +SHA256 (rust/crates/thiserror-1.0.59.crate) = f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa +SIZE (rust/crates/thiserror-1.0.59.crate) = 21040 +SHA256 (rust/crates/thiserror-impl-1.0.59.crate) = d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66 +SIZE (rust/crates/thiserror-impl-1.0.59.crate) = 15726 +SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 +SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 +SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 +SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 +SHA256 (rust/crates/tokio-1.37.0.crate) = 1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787 +SIZE (rust/crates/tokio-1.37.0.crate) = 764297 +SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 +SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049 +SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 +SIZE (rust/crates/toml-0.5.11.crate) = 54910 +SHA256 (rust/crates/tracing-0.1.40.crate) = c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef +SIZE (rust/crates/tracing-0.1.40.crate) = 79459 +SHA256 (rust/crates/tracing-attributes-0.1.27.crate) = 34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7 +SIZE (rust/crates/tracing-attributes-0.1.27.crate) = 32241 +SHA256 (rust/crates/tracing-core-0.1.32.crate) = c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 +SIZE (rust/crates/tracing-core-0.1.32.crate) = 61221 +SHA256 (rust/crates/trust-dns-proto-0.23.2.crate) = 3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374 +SIZE (rust/crates/trust-dns-proto-0.23.2.crate) = 366401 +SHA256 (rust/crates/trust-dns-resolver-0.23.2.crate) = 10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6 +SIZE (rust/crates/trust-dns-resolver-0.23.2.crate) = 89012 +SHA256 (rust/crates/unicode-bidi-0.3.15.crate) = 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75 +SIZE (rust/crates/unicode-bidi-0.3.15.crate) = 56811 +SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b +SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 +SHA256 (rust/crates/unicode-normalization-0.1.23.crate) = a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 +SIZE (rust/crates/unicode-normalization-0.1.23.crate) = 122649 +SHA256 (rust/crates/unicode-segmentation-1.11.0.crate) = d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 +SIZE (rust/crates/unicode-segmentation-1.11.0.crate) = 102740 +SHA256 (rust/crates/unicode-width-0.1.12.crate) = 68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6 +SIZE (rust/crates/unicode-width-0.1.12.crate) = 24062 +SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 +SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 +SIZE (rust/crates/url-2.5.0.crate) = 78605 +SHA256 (rust/crates/value-bag-1.9.0.crate) = 5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101 +SIZE (rust/crates/value-bag-1.9.0.crate) = 39936 SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 SIZE (rust/crates/vec_map-0.8.2.crate) = 14466 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f SIZE (rust/crates/version_check-0.9.4.crate) = 14895 SHA256 (rust/crates/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 SIZE (rust/crates/wait-timeout-0.2.0.crate) = 12441 -SHA256 (rust/crates/waker-fn-1.1.0.crate) = 9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca -SIZE (rust/crates/waker-fn-1.1.0.crate) = 7114 +SHA256 (rust/crates/waker-fn-1.1.1.crate) = f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690 +SIZE (rust/crates/waker-fn-1.1.1.crate) = 6323 SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 -SHA256 (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 -SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 -SHA256 (rust/crates/wasm-bindgen-0.2.80.crate) = 27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad -SIZE (rust/crates/wasm-bindgen-0.2.80.crate) = 164576 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.80.crate) = 53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4 -SIZE (rust/crates/wasm-bindgen-backend-0.2.80.crate) = 25741 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.30.crate) = 6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2 -SIZE (rust/crates/wasm-bindgen-futures-0.4.30.crate) = 15220 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.80.crate) = 17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5 -SIZE (rust/crates/wasm-bindgen-macro-0.2.80.crate) = 11805 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.80.crate) = 99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.80.crate) = 17857 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.80.crate) = d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744 -SIZE (rust/crates/wasm-bindgen-shared-0.2.80.crate) = 7204 -SHA256 (rust/crates/web-sys-0.3.57.crate) = 7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283 -SIZE (rust/crates/web-sys-0.3.57.crate) = 686563 -SHA256 (rust/crates/webpki-0.21.4.crate) = b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea -SIZE (rust/crates/webpki-0.21.4.crate) = 58505 -SHA256 (rust/crates/webpki-roots-0.19.0.crate) = f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739 -SIZE (rust/crates/webpki-roots-0.19.0.crate) = 247270 -SHA256 (rust/crates/wepoll-ffi-0.1.2.crate) = d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb -SIZE (rust/crates/wepoll-ffi-0.1.2.crate) = 31309 -SHA256 (rust/crates/widestring-0.4.3.crate) = c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c -SIZE (rust/crates/widestring-0.4.3.crate) = 26215 -SHA256 (rust/crates/winapi-0.2.8.crate) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a -SIZE (rust/crates/winapi-0.2.8.crate) = 455145 +SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 +SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/wasm-bindgen-0.2.92.crate) = 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 +SIZE (rust/crates/wasm-bindgen-0.2.92.crate) = 184119 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da +SIZE (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 28348 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.42.crate) = 76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0 +SIZE (rust/crates/wasm-bindgen-futures-0.4.42.crate) = 15380 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.92.crate) = a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 +SIZE (rust/crates/wasm-bindgen-macro-0.2.92.crate) = 13835 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = 20092 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.92.crate) = af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 +SIZE (rust/crates/wasm-bindgen-shared-0.2.92.crate) = 7263 +SHA256 (rust/crates/web-sys-0.3.69.crate) = 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef +SIZE (rust/crates/web-sys-0.3.69.crate) = 728877 +SHA256 (rust/crates/webpki-roots-0.25.4.crate) = 5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1 +SIZE (rust/crates/webpki-roots-0.25.4.crate) = 253559 +SHA256 (rust/crates/widestring-1.1.0.crate) = 7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311 +SIZE (rust/crates/widestring-1.1.0.crate) = 85046 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 -SHA256 (rust/crates/winapi-build-0.1.1.crate) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc -SIZE (rust/crates/winapi-build-0.1.1.crate) = 669 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 -SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 +SHA256 (rust/crates/winapi-util-0.1.8.crate) = 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b +SIZE (rust/crates/winapi-util-0.1.8.crate) = 12416 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/winreg-0.6.2.crate) = b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9 -SIZE (rust/crates/winreg-0.6.2.crate) = 19338 -SHA256 (rust/crates/ws2_32-sys-0.2.1.crate) = d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e -SIZE (rust/crates/ws2_32-sys-0.2.1.crate) = 4697 -SHA256 (RustScan-RustScan-2.1.1_GH0.tar.gz) = 51244a5bde278b25de030bd91e4ebe1d4b87269b2d0f7f601565caef4fb5749a -SIZE (RustScan-RustScan-2.1.1_GH0.tar.gz) = 3093187 +SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 +SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 +SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c +SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 +SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb +SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 +SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc +SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 +SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 +SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e +SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 +SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 +SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 +SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 +SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf +SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 +SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e +SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 +SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc +SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 +SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 +SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 +SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 +SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 +SIZE (rust/crates/winreg-0.50.0.crate) = 29703 +SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be +SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 +SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 +SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623 +SHA256 (RustScan-RustScan-2.2.3_GH0.tar.gz) = 6b2b7ffb070d4f1063e1bdbcebfc38d07cbd6c135b97bf027c870f43afb71c69 +SIZE (RustScan-RustScan-2.2.3_GH0.tar.gz) = 3099703 diff --git a/security/rustscan/files/patch-cargo-crates_ring-0.16.20_Cargo.toml b/security/rustscan/files/patch-cargo-crates_ring-0.16.20_Cargo.toml deleted file mode 100644 index 3a815dccb2b..00000000000 --- a/security/rustscan/files/patch-cargo-crates_ring-0.16.20_Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ ---- cargo-crates/ring-0.16.20/Cargo.toml.orig 2020-12-02 03:20.34.000000000 +0100 -+++ cargo-crates/ring-0.16.20/Cargo.toml 2020-12-09 09:54:26.615745000 +0100 -@@ -64,10 +64,10 @@ wasm32_c = [] - version = "0.3.37" - features = ["Crypto", "Window"] - default-features = false --[target."cfg(any(target_arch = \"x86\",target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))".dependencies.spin] -+[target."cfg(any(target_arch = \"x86\",target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"freebsd\", target_os = \"fuchsia\", target_os = \"linux\"))))".dependencies.spin] - version = "0.5.2" - default-features = false --[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.libc] -+[target."cfg(any(target_os = \"android\", target_os = \"freebsd\", target_os = \"linux\"))".dependencies.libc] - version = "0.2.69" - default-features = false - diff --git a/security/rustscan/files/patch-cargo-crates_ring-0.16.20_src_cpu.rs b/security/rustscan/files/patch-cargo-crates_ring-0.16.20_src_cpu.rs deleted file mode 100644 index 0a63fcae6e8..00000000000 --- a/security/rustscan/files/patch-cargo-crates_ring-0.16.20_src_cpu.rs +++ /dev/null @@ -1,108 +0,0 @@ ---- cargo-crates/ring-0.16.20/src/cpu.rs.orig 2020-11-30 21:30:03.000000000 +0100 -+++ cargo-crates/ring-0.16.20/src/cpu.rs 2020-12-09 09:53:52.469225000 +0100 -@@ -31,7 +31,7 @@ pub(crate) fn features() -> Features { - target_arch = "x86_64", - all( - any(target_arch = "aarch64", target_arch = "arm"), -- any(target_os = "android", target_os = "fuchsia", target_os = "linux") -+ any(target_os = "android", target_os = "fuchsia", target_os = "freebsd", target_os = "linux") - ) - ))] - { -@@ -49,7 +49,7 @@ pub(crate) fn features() -> Features { - - #[cfg(all( - any(target_arch = "aarch64", target_arch = "arm"), -- any(target_os = "android", target_os = "fuchsia", target_os = "linux") -+ any(target_os = "android", target_os = "fuchsia", target_os = "freebsd", target_os = "linux") - ))] - { - arm::setup(); -@@ -62,28 +62,58 @@ pub(crate) fn features() -> Features { - - pub(crate) mod arm { - #[cfg(all( -- any(target_os = "android", target_os = "linux"), -+ any(target_os = "android", target_os = "freebsd", target_os = "linux"), - any(target_arch = "aarch64", target_arch = "arm") - ))] - pub fn setup() { - use libc::c_ulong; -+ #[cfg(target_os = "freebsd")] -+ use libc::{c_int, c_void}; -+ #[cfg(target_os = "freebsd")] -+ extern crate std; - - // XXX: The `libc` crate doesn't provide `libc::getauxval` consistently - // across all Android/Linux targets, e.g. musl. -+ #[cfg(any(target_os = "android", target_os = "linux"))] - extern "C" { - fn getauxval(type_: c_ulong) -> c_ulong; - } - -+ #[cfg(target_os = "freebsd")] -+ extern "C" { -+ fn elf_aux_info(aux: c_int, buf: *mut c_void, buflen: c_int) -> c_int; -+ } -+ -+ #[cfg(not(target_os = "freebsd"))] - const AT_HWCAP: c_ulong = 16; - -+ #[cfg(target_os = "freebsd")] -+ const AT_HWCAP: c_int = 25; -+ - #[cfg(target_arch = "aarch64")] - const HWCAP_NEON: c_ulong = 1 << 1; - - #[cfg(target_arch = "arm")] - const HWCAP_NEON: c_ulong = 1 << 12; - -+ #[cfg(not(target_os = "freebsd"))] - let caps = unsafe { getauxval(AT_HWCAP) }; - -+ #[cfg(target_os = "freebsd")] -+ let caps: c_ulong = 0; -+ -+ #[cfg(target_os = "freebsd")] -+ { -+ let buffer : *mut c_void = { let t: *const c_ulong = ∩︀ t} as *mut c_void; -+ unsafe { -+ let _ret = elf_aux_info( -+ AT_HWCAP, -+ buffer, -+ std::mem::size_of_val(&caps) as i32 -+ ); -+ } -+ } -+ - // We assume NEON is available on AARCH64 because it is a required - // feature. - #[cfg(target_arch = "aarch64")] -@@ -100,11 +130,26 @@ pub(crate) mod arm { - #[cfg(target_arch = "arm")] - const OFFSET: c_ulong = 0; - -- #[cfg(target_arch = "arm")] -+ #[cfg(target_os = "freebsd")] -+ let buffer : *mut c_void = { let t: *const c_ulong = ∩︀ t} as *mut c_void; -+ -+ #[cfg(not(target_os = "freebsd"))] - let caps = { - const AT_HWCAP2: c_ulong = 26; - unsafe { getauxval(AT_HWCAP2) } - }; -+ -+ #[cfg(target_os = "freebsd")] -+ { -+ const AT_HWCAP2: c_int = 26; -+ unsafe { -+ let _ret = elf_aux_info( -+ AT_HWCAP2, -+ buffer, -+ std::mem::size_of_val(&caps) as i32 -+ ); -+ }; -+ } - - const HWCAP_AES: c_ulong = 1 << 0 + OFFSET; - const HWCAP_PMULL: c_ulong = 1 << 1 + OFFSET; diff --git a/security/rustscan/files/patch-cargo-crates_ring_Cargo.toml b/security/rustscan/files/patch-cargo-crates_ring_Cargo.toml new file mode 100644 index 00000000000..c7a6ed92186 --- /dev/null +++ b/security/rustscan/files/patch-cargo-crates_ring_Cargo.toml @@ -0,0 +1,11 @@ +--- cargo-crates/ring-0.17.8/Cargo.toml.orig 1970-01-01 00:00:01 UTC ++++ cargo-crates/ring-0.17.8/Cargo.toml +@@ -215,7 +215,7 @@ wasm32_unknown_unknown_js = ["getrandom/js"] + unstable-testing-arm-no-neon = [] + wasm32_unknown_unknown_js = ["getrandom/js"] + +-[target."cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\")))".dependencies.libc] ++[target."cfg(all(any(target_os = \"android\", target_os = \"freebsd\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\")))".dependencies.libc] + version = "0.2.148" + default-features = false + diff --git a/security/rustscan/files/patch-cargo-crates_ring_src_cpu_arm.rs b/security/rustscan/files/patch-cargo-crates_ring_src_cpu_arm.rs new file mode 100644 index 00000000000..46837a6bbca --- /dev/null +++ b/security/rustscan/files/patch-cargo-crates_ring_src_cpu_arm.rs @@ -0,0 +1,108 @@ +--- cargo-crates/ring-0.17.8/src/cpu/arm.rs.orig 1973-11-29 21:33:09 UTC ++++ cargo-crates/ring-0.17.8/src/cpu/arm.rs +@@ -26,29 +26,59 @@ + // detection. + + #[cfg(all( +- any(target_os = "android", target_os = "linux"), ++ any(target_os = "android", target_os = "freebsd", target_os = "linux"), + any(target_arch = "aarch64", target_arch = "arm"), + not(target_env = "uclibc") + ))] + fn detect_features() -> u32 { + use libc::c_ulong; ++ #[cfg(target_os = "freebsd")] ++ use libc::{c_int, c_void}; ++ #[cfg(target_os = "freebsd")] ++ extern crate std; + + // XXX: The `libc` crate doesn't provide `libc::getauxval` consistently + // across all Android/Linux targets, e.g. musl. ++ #[cfg(any(target_os = "android", target_os = "linux"))] + extern "C" { + fn getauxval(type_: c_ulong) -> c_ulong; + } + ++ #[cfg(target_os = "freebsd")] ++ extern "C" { ++ fn elf_aux_info(aux: c_int, buf: *mut c_void, buflen: c_int) -> c_int; ++ } ++ ++ #[cfg(not(target_os = "freebsd"))] + const AT_HWCAP: c_ulong = 16; + ++ #[cfg(target_os = "freebsd")] ++ const AT_HWCAP: c_int = 25; ++ + #[cfg(target_arch = "aarch64")] + const HWCAP_NEON: c_ulong = 1 << 1; + + #[cfg(target_arch = "arm")] + const HWCAP_NEON: c_ulong = 1 << 12; + ++ #[cfg(not(target_os = "freebsd"))] + let caps = unsafe { getauxval(AT_HWCAP) }; + ++ #[cfg(target_os = "freebsd")] ++ let caps: c_ulong = 0; ++ ++ #[cfg(target_os = "freebsd")] ++ { ++ let buffer : *mut c_void = { let t: *const c_ulong = ∩︀ t} as *mut c_void; ++ unsafe { ++ let _ret = elf_aux_info( ++ AT_HWCAP, ++ buffer, ++ std::mem::size_of_val(&caps) as i32 ++ ); ++ } ++ } ++ + // We assume NEON is available on AARCH64 because it is a required + // feature. + #[cfg(target_arch = "aarch64")] +@@ -67,12 +97,27 @@ fn detect_features() -> u32 { + #[cfg(target_arch = "arm")] + const OFFSET: c_ulong = 0; + +- #[cfg(target_arch = "arm")] ++ #[cfg(target_os = "freebsd")] ++ let buffer : *mut c_void = { let t: *const c_ulong = ∩︀ t} as *mut c_void; ++ ++ #[cfg(not(target_os = "freebsd"))] + let caps = { + const AT_HWCAP2: c_ulong = 26; + unsafe { getauxval(AT_HWCAP2) } + }; + ++ #[cfg(target_os = "freebsd")] ++ { ++ const AT_HWCAP2: c_int = 26; ++ unsafe { ++ let _ret = elf_aux_info( ++ AT_HWCAP2, ++ buffer, ++ std::mem::size_of_val(&caps) as i32 ++ ); ++ }; ++ } ++ + const HWCAP_AES: c_ulong = 1 << 0 + OFFSET; + const HWCAP_PMULL: c_ulong = 1 << 1 + OFFSET; + const HWCAP_SHA2: c_ulong = 1 << 3 + OFFSET; +@@ -156,6 +201,7 @@ fn detect_features() -> u32 { + #[cfg(all( + any(target_arch = "aarch64", target_arch = "arm"), + not(any( ++ target_os = "freebsd", + target_os = "android", + target_os = "fuchsia", + all(target_os = "linux", not(target_env = "uclibc")), +@@ -216,6 +262,7 @@ impl Feature { + + #[cfg(all( + any( ++ target_os = "freebsd", + target_os = "android", + target_os = "fuchsia", + all(target_os = "linux", not(target_env = "uclibc")), diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index 20061514ad5..6ebd2a2a117 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -1,6 +1,6 @@ PORTNAME= s2n-tls DISTVERSIONPREFIX= v -DISTVERSION= 1.4.13 +DISTVERSION= 1.4.14 PORTEPOCH= 1 CATEGORIES= security diff --git a/security/s2n-tls/distinfo b/security/s2n-tls/distinfo index 4dc5880e670..3137611484b 100644 --- a/security/s2n-tls/distinfo +++ b/security/s2n-tls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714590955 -SHA256 (aws-s2n-tls-v1.4.13_GH0.tar.gz) = 8b0b36697963d6752e5a1b49e28e393605990d348edf1aef6f39c33164d45edb -SIZE (aws-s2n-tls-v1.4.13_GH0.tar.gz) = 4634206 +TIMESTAMP = 1715420735 +SHA256 (aws-s2n-tls-v1.4.14_GH0.tar.gz) = 90cd0b7b1e5ebc7e40ba5f810cc24a4d604aa534fac7260dee19a35678e38659 +SIZE (aws-s2n-tls-v1.4.14_GH0.tar.gz) = 4637693 diff --git a/security/sequoia-sq/Makefile b/security/sequoia-sq/Makefile index 0b331fdb490..3afc5d3ef1d 100644 --- a/security/sequoia-sq/Makefile +++ b/security/sequoia-sq/Makefile @@ -1,7 +1,7 @@ PORTNAME= sq DISTVERSIONPREFIX= v DISTVERSION= 0.33.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security PKGNAMEPREFIX= sequoia- diff --git a/security/sniffglue/Makefile b/security/sniffglue/Makefile index 17bba772260..77c22ecaedd 100644 --- a/security/sniffglue/Makefile +++ b/security/sniffglue/Makefile @@ -1,7 +1,7 @@ PORTNAME= sniffglue DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security MAINTAINER= freebsd@sysctl.cz diff --git a/security/snowflake-tor/Makefile b/security/snowflake-tor/Makefile index d35556f9a8a..7fcc1ece75a 100644 --- a/security/snowflake-tor/Makefile +++ b/security/snowflake-tor/Makefile @@ -1,7 +1,7 @@ PORTNAME= snowflake DISTVERSIONPREFIX= v PORTVERSION= 2.5.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security net PKGNAMESUFFIX= -tor diff --git a/security/softether-devel/Makefile b/security/softether-devel/Makefile index c56b3984ddc..e5d50a0e105 100644 --- a/security/softether-devel/Makefile +++ b/security/softether-devel/Makefile @@ -14,7 +14,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE #IGNORE= no beta version available right now, use security/softether instead -BROKEN= unable to open output file 'tmp/objs/Mayaqua/Encrypt.o' USES= dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \ readline ssl diff --git a/security/softether5/Makefile b/security/softether5/Makefile index 413784bc933..583ce823d0d 100644 --- a/security/softether5/Makefile +++ b/security/softether5/Makefile @@ -1,5 +1,5 @@ PORTNAME= softether -DISTVERSION= 5.02.5182 +DISTVERSION= 5.02.5184 PORTEPOCH= 2 CATEGORIES= security net-vpn PKGNAMESUFFIX= 5 diff --git a/security/softether5/distinfo b/security/softether5/distinfo index 78ccb607176..f5d37954eeb 100644 --- a/security/softether5/distinfo +++ b/security/softether5/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1710730227 -SHA256 (softether/SoftEtherVPN-SoftEtherVPN-5.02.5182_GH0.tar.gz) = 19f46ca6fe8628b447ee77ddfb27293b3d92459cc3c85074dfbfd7ba1c528cdc -SIZE (softether/SoftEtherVPN-SoftEtherVPN-5.02.5182_GH0.tar.gz) = 16516714 +TIMESTAMP = 1715307081 +SHA256 (softether/SoftEtherVPN-SoftEtherVPN-5.02.5184_GH0.tar.gz) = b199a930cc39aac6bc4b5538688ba058df7deac7650542e81d6d65ab1a07183b +SIZE (softether/SoftEtherVPN-SoftEtherVPN-5.02.5184_GH0.tar.gz) = 16515692 SHA256 (softether/SoftEtherVPN-libhamcore-2951ae5_GH0.tar.gz) = 7e95f906ca088f192a2de2f90fede3b8af394e151666ae4a0533151de3fe919c SIZE (softether/SoftEtherVPN-libhamcore-2951ae5_GH0.tar.gz) = 8337 SHA256 (softether/BLAKE2-BLAKE2-b52178a_GH0.tar.gz) = 0bef79a164bda953410f474daab3241ed6461daa4fb90213b95ae60c440c6775 diff --git a/security/solana/Makefile b/security/solana/Makefile index 31ee9632ad8..7b25dc2e700 100644 --- a/security/solana/Makefile +++ b/security/solana/Makefile @@ -1,7 +1,7 @@ PORTNAME= solana DISTVERSIONPREFIX= v DISTVERSION= 1.17.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/sops/Makefile b/security/sops/Makefile index 2f1d351527e..f3d2ec0fd4d 100644 --- a/security/sops/Makefile +++ b/security/sops/Makefile @@ -1,7 +1,7 @@ PORTNAME= sops DISTVERSIONPREFIX= v DISTVERSION= 3.7.3 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= security editors MAINTAINER= dmgk@FreeBSD.org diff --git a/security/ssb/Makefile b/security/ssb/Makefile index 0fd0eabe09e..fd245ab4610 100644 --- a/security/ssb/Makefile +++ b/security/ssb/Makefile @@ -1,7 +1,7 @@ PORTNAME= ssb DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/ssh-vault/Makefile b/security/ssh-vault/Makefile index c9af8378d3e..fecd27a8375 100644 --- a/security/ssh-vault/Makefile +++ b/security/ssh-vault/Makefile @@ -1,6 +1,6 @@ PORTNAME= ssh-vault PORTVERSION= 1.0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/security/ssllabs-scan/Makefile b/security/ssllabs-scan/Makefile index 8ae6998836d..23a2dc17549 100644 --- a/security/ssllabs-scan/Makefile +++ b/security/ssllabs-scan/Makefile @@ -1,7 +1,7 @@ PORTNAME= ssllabs-scan DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= security net MAINTAINER= egypcio@FreeBSD.org diff --git a/security/stegify/Makefile b/security/stegify/Makefile index 8f48e5819ad..dda1d3d13b0 100644 --- a/security/stegify/Makefile +++ b/security/stegify/Makefile @@ -2,7 +2,7 @@ PORTNAME= stegify DISTVERSIONPREFIX= v DISTVERSION= 1.2-2 DISTVERSIONSUFFIX= -g62518ca -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= security graphics MAINTAINER= yuri@FreeBSD.org diff --git a/security/step-certificates/Makefile b/security/step-certificates/Makefile index 0eeaa98f153..b5333b73a70 100644 --- a/security/step-certificates/Makefile +++ b/security/step-certificates/Makefile @@ -1,7 +1,7 @@ PORTNAME= step-certificates DISTVERSIONPREFIX= v DISTVERSION= 0.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= mw@wipp.bayern diff --git a/security/step-cli/Makefile b/security/step-cli/Makefile index 6527a05cca0..aae9e938713 100644 --- a/security/step-cli/Makefile +++ b/security/step-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= step-cli DISTVERSIONPREFIX= v DISTVERSION= 0.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= mw@wipp.bayern diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index 15ba604bf37..011714ca80b 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,6 +1,7 @@ PORTNAME= tailscale -PORTVERSION= 1.64.2 +PORTVERSION= 1.66.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security net-vpn MAINTAINER= ashish@FreeBSD.org diff --git a/security/tailscale/distinfo b/security/tailscale/distinfo index 477f54f7cec..30b05c34ff7 100644 --- a/security/tailscale/distinfo +++ b/security/tailscale/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1713379891 -SHA256 (go/security_tailscale/tailscale-v1.64.2/v1.64.2.mod) = 792c3444d2e75cc08c11dfce429b6ce8abb9b5d87714753b7e7be9d8ea6388d2 -SIZE (go/security_tailscale/tailscale-v1.64.2/v1.64.2.mod) = 18985 -SHA256 (go/security_tailscale/tailscale-v1.64.2/v1.64.2.zip) = 1b9efdb4614b8753631f2e1767481cd6e4b98db6d4f0cba3007e6dd64ed0ec0a -SIZE (go/security_tailscale/tailscale-v1.64.2/v1.64.2.zip) = 3237477 +TIMESTAMP = 1715293426 +SHA256 (go/security_tailscale/tailscale-v1.66.1/v1.66.1.mod) = 65b4bde2a734982377e407e3edd36afe7707685d727e3e14b9a1e94a528fb24e +SIZE (go/security_tailscale/tailscale-v1.66.1/v1.66.1.mod) = 18961 +SHA256 (go/security_tailscale/tailscale-v1.66.1/v1.66.1.zip) = be5d1e60b584428d1d39fe7bc42f30a55ce149b456565d4a3dba1fa188bfd30e +SIZE (go/security_tailscale/tailscale-v1.66.1/v1.66.1.zip) = 3390468 diff --git a/security/teleport/Makefile b/security/teleport/Makefile index 65f77d4fc10..9752a3abf56 100644 --- a/security/teleport/Makefile +++ b/security/teleport/Makefile @@ -1,7 +1,7 @@ PORTNAME= teleport DISTVERSIONPREFIX= v DISTVERSION= 5.2.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MAINTAINER= kraileth@elderlinux.org diff --git a/security/tfsec/Makefile b/security/tfsec/Makefile index 9200dcc2dd7..0cedd9187e4 100644 --- a/security/tfsec/Makefile +++ b/security/tfsec/Makefile @@ -1,7 +1,7 @@ PORTNAME= tfsec DISTVERSIONPREFIX= v DISTVERSION= 1.28.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/totp-cli/Makefile b/security/totp-cli/Makefile index 8a5690fb71d..6faf751d5ab 100644 --- a/security/totp-cli/Makefile +++ b/security/totp-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= totp-cli PORTVERSION= 1.8.7 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= sunpoet@FreeBSD.org diff --git a/security/trivy/Makefile b/security/trivy/Makefile index c99b3e40399..c49eb9fcf08 100644 --- a/security/trivy/Makefile +++ b/security/trivy/Makefile @@ -1,6 +1,7 @@ PORTNAME= trivy DISTVERSIONPREFIX= v DISTVERSION= 0.51.0 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= mfechner@FreeBSD.org diff --git a/security/trufflehog/Makefile b/security/trufflehog/Makefile index f2d7fec999c..f361640d723 100644 --- a/security/trufflehog/Makefile +++ b/security/trufflehog/Makefile @@ -1,7 +1,7 @@ PORTNAME= trufflehog DISTVERSIONPREFIX= v DISTVERSION= 3.63.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/vault/Makefile b/security/vault/Makefile index aae282bb832..5bccca98e5b 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,7 +1,7 @@ PORTNAME= vault PORTVERSION= 1.14.1 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= https://raw.githubusercontent.com/hashicorp/vault/${DISTVERSIONFULL}/ \ LOCAL/bofh/security/${PORTNAME}/:web_ui diff --git a/security/vaultwarden/Makefile b/security/vaultwarden/Makefile index d29313883df..05029bf9aa9 100644 --- a/security/vaultwarden/Makefile +++ b/security/vaultwarden/Makefile @@ -1,6 +1,6 @@ PORTNAME= vaultwarden DISTVERSION= 1.30.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= mr@FreeBSD.org diff --git a/security/vouch-proxy/Makefile b/security/vouch-proxy/Makefile index b9ec2e10513..d323a9c7dce 100644 --- a/security/vouch-proxy/Makefile +++ b/security/vouch-proxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= vouch-proxy DISTVERSIONPREFIX=v DISTVERSION= 0.40.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= decke@FreeBSD.org diff --git a/security/vuls/Makefile b/security/vuls/Makefile index 14e8eb7b300..1385709722e 100644 --- a/security/vuls/Makefile +++ b/security/vuls/Makefile @@ -1,6 +1,6 @@ PORTNAME= vuls DISTVERSIONPREFIX=v -DISTVERSION= 0.25.2 +DISTVERSION= 0.25.3 PORTREVISION= 1 CATEGORIES= security diff --git a/security/vuls/distinfo b/security/vuls/distinfo index 96420181c5f..0c761d0b4a1 100644 --- a/security/vuls/distinfo +++ b/security/vuls/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1711102930 -SHA256 (go/security_vuls/vuls-v0.25.2/v0.25.2.mod) = 2161b79abe93e628f0903d30f6ed8bde9119512f17a5bfb88880ba0547f53ac8 -SIZE (go/security_vuls/vuls-v0.25.2/v0.25.2.mod) = 18600 -SHA256 (go/security_vuls/vuls-v0.25.2/v0.25.2.zip) = f7b2b651e5e08b576d25c87ee344ed0711d6b5290fd06222eda2122b033df2ec -SIZE (go/security_vuls/vuls-v0.25.2/v0.25.2.zip) = 1299511 +TIMESTAMP = 1715336369 +SHA256 (go/security_vuls/vuls-v0.25.3/v0.25.3.mod) = 0983c020e662d0a940ea573510572e2065a9892c08fbbe5e89431e96ecfda130 +SIZE (go/security_vuls/vuls-v0.25.3/v0.25.3.mod) = 19060 +SHA256 (go/security_vuls/vuls-v0.25.3/v0.25.3.zip) = 695bb10eaf0eaa16312b08304d00a4668a4178f6dd51999a10a70b1357a07963 +SIZE (go/security_vuls/vuls-v0.25.3/v0.25.3.zip) = 1301545 diff --git a/security/vulsrepo/Makefile b/security/vulsrepo/Makefile index 3c026fbac83..ae32f0d95c4 100644 --- a/security/vulsrepo/Makefile +++ b/security/vulsrepo/Makefile @@ -1,7 +1,7 @@ PORTNAME= vulsrepo PORTVERSION= 0.7.1 DISTVERSIONPREFIX=v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security www MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${PORTNAME}/v${PORTVERSION}/server/:gomod DISTFILES= go.mod:gomod diff --git a/security/wazuh-dashboard/Makefile b/security/wazuh-dashboard/Makefile index b3f588e03ed..7e3acb50338 100644 --- a/security/wazuh-dashboard/Makefile +++ b/security/wazuh-dashboard/Makefile @@ -1,6 +1,6 @@ PORTNAME= wazuh DISTVERSIONPREFIX= v -DISTVERSION= 4.7.3 +DISTVERSION= 4.7.4 CATEGORIES= security MASTER_SITES= LOCAL/acm/${PORTNAME}/ PKGNAMESUFFIX= -dashboard diff --git a/security/wazuh-dashboard/distinfo b/security/wazuh-dashboard/distinfo index 188d0bc3164..607c761df9b 100644 --- a/security/wazuh-dashboard/distinfo +++ b/security/wazuh-dashboard/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1711229310 -SHA256 (wazuh-4.7.3/wazuh-dashboard-plugins-4.7.3-2.10.0.tar.gz) = e2d44b098d600a3588f9b03c2b2d174be7f75e6bbab3b593c1f8ee80594743ea -SIZE (wazuh-4.7.3/wazuh-dashboard-plugins-4.7.3-2.10.0.tar.gz) = 31799490 -SHA256 (wazuh-4.7.3/opensearch_dashboards.yml) = 88affe6dab2e1299b6f8b5264e6dd9ea1aa42885f3aefb8822fe559f2b6bb5d5 -SIZE (wazuh-4.7.3/opensearch_dashboards.yml) = 806 +TIMESTAMP = 1715213613 +SHA256 (wazuh-4.7.4/wazuh-dashboard-plugins-4.7.4-2.10.0.tar.gz) = fb8ed8f5c122f99f6f1a4040b699a8e13dad4ba844529a8ef6d70f061e6600cd +SIZE (wazuh-4.7.4/wazuh-dashboard-plugins-4.7.4-2.10.0.tar.gz) = 31793694 +SHA256 (wazuh-4.7.4/opensearch_dashboards.yml) = 88affe6dab2e1299b6f8b5264e6dd9ea1aa42885f3aefb8822fe559f2b6bb5d5 +SIZE (wazuh-4.7.4/opensearch_dashboards.yml) = 806 diff --git a/security/wazuh-indexer/Makefile b/security/wazuh-indexer/Makefile index 08c93547b31..95c624a72ff 100644 --- a/security/wazuh-indexer/Makefile +++ b/security/wazuh-indexer/Makefile @@ -1,5 +1,5 @@ PORTNAME= wazuh -PORTVERSION= 4.7.3 +PORTVERSION= 4.7.4 CATEGORIES= security MASTER_SITES= LOCAL/acm/${PORTNAME}/ PKGNAMESUFFIX= -indexer diff --git a/security/wazuh-indexer/distinfo b/security/wazuh-indexer/distinfo index 27f0674d3b8..afb3db2fcae 100644 --- a/security/wazuh-indexer/distinfo +++ b/security/wazuh-indexer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711222121 -SHA256 (wazuh-4.7.3/wazuh-4.7.3-indexer.yml) = 15290a6e81026d970891d7e1805afe4a87420984893948b5dd7a65789d62f5c5 -SIZE (wazuh-4.7.3/wazuh-4.7.3-indexer.yml) = 2216 +TIMESTAMP = 1715217709 +SHA256 (wazuh-4.7.4/wazuh-4.7.4-indexer.yml) = 15290a6e81026d970891d7e1805afe4a87420984893948b5dd7a65789d62f5c5 +SIZE (wazuh-4.7.4/wazuh-4.7.4-indexer.yml) = 2216 diff --git a/security/wazuh-manager/Makefile b/security/wazuh-manager/Makefile index 55f3be186f5..71f288071fc 100644 --- a/security/wazuh-manager/Makefile +++ b/security/wazuh-manager/Makefile @@ -1,6 +1,6 @@ PORTNAME= wazuh DISTVERSIONPREFIX= v -DISTVERSION= 4.7.3 +DISTVERSION= 4.7.4 CATEGORIES= security MASTER_SITES= https://packages.wazuh.com/deps/24/libraries/sources/:wazuh_sources \ LOCAL/acm/${PORTNAME}/:wazuh_cache @@ -134,7 +134,7 @@ WZPYTHONWHEELS= aiohttp-3.9.1-cp39-cp39-${FBSD_VERSION_BASE}_${ARCH_BASE}.whl \ multidict-5.1.0-cp39-cp39-${FBSD_VERSION_BASE}_${ARCH_BASE}.whl \ numpy-1.21.6-cp39-cp39-${FBSD_VERSION_BASE}_${ARCH_BASE}.whl \ psutil-5.8.0-cp39-cp39-${FBSD_VERSION_BASE}_${ARCH_BASE}.whl \ - pyarrow-13.0.0-cp39-cp39-${FBSD_VERSION_BASE}_${ARCH_BASE}.whl \ + pyarrow-15.0.2-cp39-cp39-${FBSD_VERSION_BASE}_${ARCH_BASE}.whl \ PyYAML-6.0.1-cp39-cp39-${FBSD_VERSION_BASE}_${ARCH_BASE}.whl \ SQLAlchemy-1.3.11-cp39-cp39-${FBSD_VERSION_BASE}_${ARCH_BASE}.whl \ uvloop-0.15.2-cp39-cp39-${FBSD_VERSION_BASE}_${ARCH_BASE}.whl \ @@ -146,16 +146,23 @@ FBSD_RELEASE= freebsd_${UNAME_r:S/./_/g:S/-/_/g} .include +.if ${ARCH} != "aarch64" +FBSD13_PATCH_LEVEL= _p1 +.endif + .if ${OSVERSION} >= 1300139 && ${OSVERSION} < 1400000 -FBSD_VERSION_BASE=freebsd_13_2_release_p8 +FBSD_VERSION_BASE=freebsd_13_3_release${FBSD13_PATCH_LEVEL} +FBSD_MAJOR_VERSION=13 WAZUH_CACHENAME=${PORTNAME}-cache-fbsd13-${ARCH}-${DISTVERSION} DISTFILES+= ${WAZUH_CACHENAME}${EXTRACT_SUFX}:wazuh_cache .elif ${OSVERSION} >= 1400000 && ${OSVERSION} < 1500000 -FBSD_VERSION_BASE=freebsd_14_0_release_p3 +FBSD_VERSION_BASE=freebsd_14_0_release_p6 +FBSD_MAJOR_VERSION=14 WAZUH_CACHENAME=${PORTNAME}-cache-fbsd14-${ARCH}-${DISTVERSION} DISTFILES+= ${WAZUH_CACHENAME}${EXTRACT_SUFX}:wazuh_cache .elif ${OSVERSION} >= 1500000 FBSD_VERSION_BASE=freebsd_15_0_current +FBSD_MAJOR_VERSION=15 WAZUH_CACHENAME=${PORTNAME}-cache-fbsd15-${ARCH}-${DISTVERSION} DISTFILES+= ${WAZUH_CACHENAME}${EXTRACT_SUFX}:wazuh_cache .else diff --git a/security/wazuh-manager/distinfo b/security/wazuh-manager/distinfo index 9d8c26a7a08..64cf2746821 100644 --- a/security/wazuh-manager/distinfo +++ b/security/wazuh-manager/distinfo @@ -1,59 +1,59 @@ -TIMESTAMP = 1711219488 -SHA256 (wazuh-4.7.3/cJSON.tar.gz) = 678d796318da57d5f38075e74bbb3b77375dc3f8bb49da341ad1b43c417e8cc1 -SIZE (wazuh-4.7.3/cJSON.tar.gz) = 27863 -SHA256 (wazuh-4.7.3/curl.tar.gz) = 50bb159324b1ec38ca76b338ba3709f0c0da8678680a12a9d305f1d8f726b25d -SIZE (wazuh-4.7.3/curl.tar.gz) = 4105359 -SHA256 (wazuh-4.7.3/jemalloc.tar.gz) = 2b22e85b352c7df550ba408a42251e51e8dffa6c91aa2e1fb4804ab317ffbca0 -SIZE (wazuh-4.7.3/jemalloc.tar.gz) = 579864 -SHA256 (wazuh-4.7.3/libdb.tar.gz) = 7e9c44e8c7fdb186ff521a8d085b1bfa634d342dcc777ecea1fbf9a98ab5dc5e -SIZE (wazuh-4.7.3/libdb.tar.gz) = 3874990 -SHA256 (wazuh-4.7.3/libffi.tar.gz) = 0e971f64bacc22094e89f034bba075b40ecc2c2c2900eecd7ae85815fd6c9f69 -SIZE (wazuh-4.7.3/libffi.tar.gz) = 964576 -SHA256 (wazuh-4.7.3/libyaml.tar.gz) = 35daad608b372d5ce099f738c0f21bfcc03d6920d92f448386c584e664f1376a -SIZE (wazuh-4.7.3/libyaml.tar.gz) = 424656 -SHA256 (wazuh-4.7.3/openssl.tar.gz) = 9289ccf6b82762569a183ad71a745872eff51f1089c77d58b0c4ef0f761e0288 -SIZE (wazuh-4.7.3/openssl.tar.gz) = 13235833 -SHA256 (wazuh-4.7.3/procps.tar.gz) = 221f395e29d1bdbe4bacc9db39602eee0bae685a935437be0d7feb42e3192d07 -SIZE (wazuh-4.7.3/procps.tar.gz) = 55897 -SHA256 (wazuh-4.7.3/sqlite.tar.gz) = e68521637d9e4e60115707cd7f35275a92ce6d0fc1ff04e22d7bbf0c393f8ff1 -SIZE (wazuh-4.7.3/sqlite.tar.gz) = 2296429 -SHA256 (wazuh-4.7.3/zlib.tar.gz) = da229c2ac01c572d6b00085fbbbb141382c818ed29299093153525f84b027b0d -SIZE (wazuh-4.7.3/zlib.tar.gz) = 638616 -SHA256 (wazuh-4.7.3/audit-userspace.tar.gz) = e82a32e5edf93b055160e14bc97f41dead39287925851dc80a7638e2d4d30434 -SIZE (wazuh-4.7.3/audit-userspace.tar.gz) = 1682820 -SHA256 (wazuh-4.7.3/msgpack.tar.gz) = 06d63bcf32896cd0af5480c401134b1ad1c166fd84ebe5b486e792101ee854e2 -SIZE (wazuh-4.7.3/msgpack.tar.gz) = 591294 -SHA256 (wazuh-4.7.3/bzip2.tar.gz) = 27688ee0316a64b39e511b2c224070cad97c394a5f711f9d055fc1809d895bcd -SIZE (wazuh-4.7.3/bzip2.tar.gz) = 71277 -SHA256 (wazuh-4.7.3/nlohmann.tar.gz) = cefb07936d3d5bfdd3efc5e9bb8d3c807d681273bdac2e83b3d67aef2d1158c4 -SIZE (wazuh-4.7.3/nlohmann.tar.gz) = 135749 -SHA256 (wazuh-4.7.3/googletest.tar.gz) = 8c1e8a0a7f221c2125e99e6acb709da2ba472476b4d057c58de504bebf38d417 -SIZE (wazuh-4.7.3/googletest.tar.gz) = 885874 -SHA256 (wazuh-4.7.3/libpcre2.tar.gz) = d0bafc3579fa0af0a39951586edfa349e1f4be83d28bed86abe0a3fc4b34fcfa -SIZE (wazuh-4.7.3/libpcre2.tar.gz) = 1252173 -SHA256 (wazuh-4.7.3/libplist.tar.gz) = 88278d4bdfc1bd6a3a1a55a4f3d933683d2732ba09cf7a749fe8ec8eec406e3c -SIZE (wazuh-4.7.3/libplist.tar.gz) = 1520623 -SHA256 (wazuh-4.7.3/libarchive.tar.gz) = f863f382ead9f61abc560ff0ead0be3aa9e95b6f8c62756e1f034f4c2386ba79 -SIZE (wazuh-4.7.3/libarchive.tar.gz) = 7040169 -SHA256 (wazuh-4.7.3/popt.tar.gz) = d6880a06622ca32dc4aa39ad5dcf7bef2faa81bd931afbe64ba434ad8fee1daa -SIZE (wazuh-4.7.3/popt.tar.gz) = 891309 -SHA256 (wazuh-4.7.3/cpython.tar.gz) = 0addb2617fe0dcf9e756fb7d80e6f551f7ea6ff0c22c87dc3fcad306f6bacab0 -SIZE (wazuh-4.7.3/cpython.tar.gz) = 237551896 -SHA256 (wazuh-4.7.3/wazuh-cache-any-4.7.3.tar.gz) = ca7ca1401b0e5cad229e38ba0f49b9b6903a0f719287096f655a3d92c83e2f86 -SIZE (wazuh-4.7.3/wazuh-cache-any-4.7.3.tar.gz) = 15316255 -SHA256 (wazuh-4.7.3/wazuh-cache-fbsd13-aarch64-4.7.3.tar.gz) = e42e38208f24bb9e1c2786890ec762ee73c91fdf6cb080abfcce05bcf0f56a76 -SIZE (wazuh-4.7.3/wazuh-cache-fbsd13-aarch64-4.7.3.tar.gz) = 16858000 -SHA256 (wazuh-4.7.3/wazuh-cache-fbsd13-amd64-4.7.3.tar.gz) = 5d6d84917d467cafc3b9709990f9282a5aec7a275c28cd2815ec1063f0ffd2dc -SIZE (wazuh-4.7.3/wazuh-cache-fbsd13-amd64-4.7.3.tar.gz) = 19772575 -SHA256 (wazuh-4.7.3/wazuh-cache-fbsd14-aarch64-4.7.3.tar.gz) = b2f18b8ed56ebe40e28319c48ff20a476cbe8e10b6693013fc8aa75ae732580b -SIZE (wazuh-4.7.3/wazuh-cache-fbsd14-aarch64-4.7.3.tar.gz) = 18496291 -SHA256 (wazuh-4.7.3/wazuh-cache-fbsd14-amd64-4.7.3.tar.gz) = 8ed5b4ea56eb69a3231a3446b05a09e81b0a46f91e5e562eaee74a38de173bf9 -SIZE (wazuh-4.7.3/wazuh-cache-fbsd14-amd64-4.7.3.tar.gz) = 17949754 -SHA256 (wazuh-4.7.3/wazuh-cache-fbsd15-aarch64-4.7.3.tar.gz) = 08020c0f5555f4a673f9ffdf1f5c0247efbdd82849a78623bb31d2127deb27f0 -SIZE (wazuh-4.7.3/wazuh-cache-fbsd15-aarch64-4.7.3.tar.gz) = 18506425 -SHA256 (wazuh-4.7.3/wazuh-cache-fbsd15-amd64-4.7.3.tar.gz) = 966e0f1eb271d5223cdbd5b9f4392c2a5f484a45ffe882fc17e7989ac0de6804 -SIZE (wazuh-4.7.3/wazuh-cache-fbsd15-amd64-4.7.3.tar.gz) = 19594497 -SHA256 (wazuh-4.7.3/wazuh-wazuh-v4.7.3_GH0.tar.gz) = 292b9cf53a07fc79d95e4ef45c7887b1fd85017d07b7c1c80a1f0afbdad53073 -SIZE (wazuh-4.7.3/wazuh-wazuh-v4.7.3_GH0.tar.gz) = 13865260 -SHA256 (wazuh-4.7.3/alonsobsd-wazuh-freebsd-cd0051b_GH0.tar.gz) = d20100f8840e6f600aa0a49585bac80e62850fe5f2be40e11eaa1ffd50adf5c1 -SIZE (wazuh-4.7.3/alonsobsd-wazuh-freebsd-cd0051b_GH0.tar.gz) = 178174 +TIMESTAMP = 1715325286 +SHA256 (wazuh-4.7.4/cJSON.tar.gz) = 678d796318da57d5f38075e74bbb3b77375dc3f8bb49da341ad1b43c417e8cc1 +SIZE (wazuh-4.7.4/cJSON.tar.gz) = 27863 +SHA256 (wazuh-4.7.4/curl.tar.gz) = 50bb159324b1ec38ca76b338ba3709f0c0da8678680a12a9d305f1d8f726b25d +SIZE (wazuh-4.7.4/curl.tar.gz) = 4105359 +SHA256 (wazuh-4.7.4/jemalloc.tar.gz) = 2b22e85b352c7df550ba408a42251e51e8dffa6c91aa2e1fb4804ab317ffbca0 +SIZE (wazuh-4.7.4/jemalloc.tar.gz) = 579864 +SHA256 (wazuh-4.7.4/libdb.tar.gz) = 7e9c44e8c7fdb186ff521a8d085b1bfa634d342dcc777ecea1fbf9a98ab5dc5e +SIZE (wazuh-4.7.4/libdb.tar.gz) = 3874990 +SHA256 (wazuh-4.7.4/libffi.tar.gz) = 0e971f64bacc22094e89f034bba075b40ecc2c2c2900eecd7ae85815fd6c9f69 +SIZE (wazuh-4.7.4/libffi.tar.gz) = 964576 +SHA256 (wazuh-4.7.4/libyaml.tar.gz) = 35daad608b372d5ce099f738c0f21bfcc03d6920d92f448386c584e664f1376a +SIZE (wazuh-4.7.4/libyaml.tar.gz) = 424656 +SHA256 (wazuh-4.7.4/openssl.tar.gz) = 9289ccf6b82762569a183ad71a745872eff51f1089c77d58b0c4ef0f761e0288 +SIZE (wazuh-4.7.4/openssl.tar.gz) = 13235833 +SHA256 (wazuh-4.7.4/procps.tar.gz) = 221f395e29d1bdbe4bacc9db39602eee0bae685a935437be0d7feb42e3192d07 +SIZE (wazuh-4.7.4/procps.tar.gz) = 55897 +SHA256 (wazuh-4.7.4/sqlite.tar.gz) = e68521637d9e4e60115707cd7f35275a92ce6d0fc1ff04e22d7bbf0c393f8ff1 +SIZE (wazuh-4.7.4/sqlite.tar.gz) = 2296429 +SHA256 (wazuh-4.7.4/zlib.tar.gz) = da229c2ac01c572d6b00085fbbbb141382c818ed29299093153525f84b027b0d +SIZE (wazuh-4.7.4/zlib.tar.gz) = 638616 +SHA256 (wazuh-4.7.4/audit-userspace.tar.gz) = e82a32e5edf93b055160e14bc97f41dead39287925851dc80a7638e2d4d30434 +SIZE (wazuh-4.7.4/audit-userspace.tar.gz) = 1682820 +SHA256 (wazuh-4.7.4/msgpack.tar.gz) = 06d63bcf32896cd0af5480c401134b1ad1c166fd84ebe5b486e792101ee854e2 +SIZE (wazuh-4.7.4/msgpack.tar.gz) = 591294 +SHA256 (wazuh-4.7.4/bzip2.tar.gz) = 27688ee0316a64b39e511b2c224070cad97c394a5f711f9d055fc1809d895bcd +SIZE (wazuh-4.7.4/bzip2.tar.gz) = 71277 +SHA256 (wazuh-4.7.4/nlohmann.tar.gz) = cefb07936d3d5bfdd3efc5e9bb8d3c807d681273bdac2e83b3d67aef2d1158c4 +SIZE (wazuh-4.7.4/nlohmann.tar.gz) = 135749 +SHA256 (wazuh-4.7.4/googletest.tar.gz) = 8c1e8a0a7f221c2125e99e6acb709da2ba472476b4d057c58de504bebf38d417 +SIZE (wazuh-4.7.4/googletest.tar.gz) = 885874 +SHA256 (wazuh-4.7.4/libpcre2.tar.gz) = d0bafc3579fa0af0a39951586edfa349e1f4be83d28bed86abe0a3fc4b34fcfa +SIZE (wazuh-4.7.4/libpcre2.tar.gz) = 1252173 +SHA256 (wazuh-4.7.4/libplist.tar.gz) = 88278d4bdfc1bd6a3a1a55a4f3d933683d2732ba09cf7a749fe8ec8eec406e3c +SIZE (wazuh-4.7.4/libplist.tar.gz) = 1520623 +SHA256 (wazuh-4.7.4/libarchive.tar.gz) = f863f382ead9f61abc560ff0ead0be3aa9e95b6f8c62756e1f034f4c2386ba79 +SIZE (wazuh-4.7.4/libarchive.tar.gz) = 7040169 +SHA256 (wazuh-4.7.4/popt.tar.gz) = d6880a06622ca32dc4aa39ad5dcf7bef2faa81bd931afbe64ba434ad8fee1daa +SIZE (wazuh-4.7.4/popt.tar.gz) = 891309 +SHA256 (wazuh-4.7.4/cpython.tar.gz) = 0addb2617fe0dcf9e756fb7d80e6f551f7ea6ff0c22c87dc3fcad306f6bacab0 +SIZE (wazuh-4.7.4/cpython.tar.gz) = 237551896 +SHA256 (wazuh-4.7.4/wazuh-cache-any-4.7.4.tar.gz) = 450334fe0e3246f64f57c633b8c0be45f9a6555b60fe65f105c64e9ad417d292 +SIZE (wazuh-4.7.4/wazuh-cache-any-4.7.4.tar.gz) = 15383168 +SHA256 (wazuh-4.7.3/wazuh-cache-fbsd13-aarch64-4.7.4.tar.gz) = 056aee81914b5e3b59d058392ee734268c00d5471ffe9b57c045579ed3289d56 +SIZE (wazuh-4.7.3/wazuh-cache-fbsd13-aarch64-4.7.4.tar.gz) = 18637533 +SHA256 (wazuh-4.7.4/wazuh-cache-fbsd13-amd64-4.7.4.tar.gz) = f329dc557aef211195ec40097d3d9dad859b3dbf1bbe77c009ae27df91890e50 +SIZE (wazuh-4.7.4/wazuh-cache-fbsd13-amd64-4.7.4.tar.gz) = 18244825 +SHA256 (wazuh-4.7.4/wazuh-cache-fbsd14-aarch64-4.7.4.tar.gz) = 33241fb6dd2239924451e6be4589e9c5cf4464ab8d2628852da13c994d77379e +SIZE (wazuh-4.7.4/wazuh-cache-fbsd14-aarch64-4.7.4.tar.gz) = 18626476 +SHA256 (wazuh-4.7.4/wazuh-cache-fbsd14-amd64-4.7.4.tar.gz) = 45c2de5c1a953271d7ecc92a33e49d2aab719f5df1fa0e5a755a1a38cb20a94c +SIZE (wazuh-4.7.4/wazuh-cache-fbsd14-amd64-4.7.4.tar.gz) = 18234959 +SHA256 (wazuh-4.7.4/wazuh-cache-fbsd15-aarch64-4.7.4.tar.gz) = 0ac594d1274d420bc8bef40ad1fcd81b54600da21782d3ce725e7901d050405c +SIZE (wazuh-4.7.4/wazuh-cache-fbsd15-aarch64-4.7.4.tar.gz) = 17134458 +SHA256 (wazuh-4.7.4/wazuh-cache-fbsd15-amd64-4.7.4.tar.gz) = e76ee966f52970d498748070aa36d7596e20fef9bcbd2fe058d1e4ae98e55c29 +SIZE (wazuh-4.7.4/wazuh-cache-fbsd15-amd64-4.7.4.tar.gz) = 18248211 +SHA256 (wazuh-4.7.4/wazuh-wazuh-v4.7.4_GH0.tar.gz) = 31c152444ed05086d100c24781be405cd38c9576051fc960d54579d189101ebe +SIZE (wazuh-4.7.4/wazuh-wazuh-v4.7.4_GH0.tar.gz) = 13866280 +SHA256 (wazuh-4.7.4/alonsobsd-wazuh-freebsd-cd0051b_GH0.tar.gz) = d20100f8840e6f600aa0a49585bac80e62850fe5f2be40e11eaa1ffd50adf5c1 +SIZE (wazuh-4.7.4/alonsobsd-wazuh-freebsd-cd0051b_GH0.tar.gz) = 178174 diff --git a/security/wazuh-manager/files/patch-etc_ossec-server.conf b/security/wazuh-manager/files/patch-etc_ossec-server.conf new file mode 100644 index 00000000000..e80a18d1006 --- /dev/null +++ b/security/wazuh-manager/files/patch-etc_ossec-server.conf @@ -0,0 +1,63 @@ +--- etc/ossec-server.conf 2024-05-10 18:10:43.842257000 -0500 ++++ etc/ossec-server.conf 2024-05-10 18:15:26.471699000 -0500 +@@ -28,7 +28,8 @@ + + secure + 1514 +- tcp ++ udp ++ 131072 + + + +@@ -200,7 +201,7 @@ + + + syslog +- /var/log/syslog ++ /var/log/userlog + + + +@@ -211,7 +212,7 @@ + + + full_command +- netstat -tan |grep LISTEN |grep -v 127.0.0.1 | sort ++ (netstat -n -f inet && netstat -n -f inet) | grep -e "udp" -e "tcp" | sed 's/\([[:alnum:]]*\)\ *[[:digit:]]*\ *[[:digit:]]*\ *\([[:digit:]\.]*\)\.\([[:digit:]]*\)\ *\([[:digit:]\.]*\).*/\1 \2 == \3 == \4/' | sort -k4 -g | sed 's/ == \(.*\) ==/.\1/' + 360 + + +@@ -233,4 +234,32 @@ + etc/rules + + ++ ++ ++ no ++ 1515 ++ no ++ yes ++ yes ++ HIGH:!ADH:!EXP:!MD5:!RC4:!3DES:!CAMELLIA:@STRENGTH ++ ++ no ++ etc/sslmanager.cert ++ etc/sslmanager.key ++ no ++ ++ ++ ++ wazuh ++ indexer1 ++ master ++ ++ 1516 ++ 0.0.0.0 ++ ++ NODE_IP ++ ++ no ++ yes ++ + diff --git a/security/wazuh-manager/files/patch-src-data_provider-src_sysInfoFreeBSD.cpp b/security/wazuh-manager/files/patch-src-data_provider-src_sysInfoFreeBSD.cpp index ad2bb39ac8c..2e1c8108b62 100644 --- a/security/wazuh-manager/files/patch-src-data_provider-src_sysInfoFreeBSD.cpp +++ b/security/wazuh-manager/files/patch-src-data_provider-src_sysInfoFreeBSD.cpp @@ -1,5 +1,5 @@ ---- src/data_provider/src/sysInfoFreeBSD.cpp 2023-12-15 11:15:49.000000000 -0500 -+++ src/data_provider/src/sysInfoFreeBSD.cpp 2023-12-22 12:02:24.020462000 -0500 +--- src/data_provider/src/sysInfoFreeBSD.cpp 2024-04-25 03:44:26.000000000 -0500 ++++ src/data_provider/src/sysInfoFreeBSD.cpp 2024-05-10 03:48:12.219475000 -0500 @@ -11,6 +11,7 @@ #include "sysInfo.hpp" #include "cmdHelper.h" @@ -95,7 +95,7 @@ if (uname(&uts) >= 0) { ret["sysname"] = uts.sysname; -@@ -215,18 +234,133 @@ +@@ -215,18 +234,137 @@ nlohmann::json SysInfo::getPorts() const { @@ -114,16 +114,20 @@ + std::string localport = ""; + std::string remoteip = ""; + std::string remoteport = ""; ++ std::string statedata = ""; + const auto data{Utils::split(line, ' ')}; + auto localdata{Utils::split(data[5], ':')}; + auto remotedata{Utils::split(data[6], ':')}; -+ auto statedata{Utils::toLowerCase(data[7])}; + + localip = localdata[0]; + localport = localdata[1]; + remoteip = remotedata[0]; + remoteport = remotedata[1]; + ++ if((data[4] != "udp4") && (data[4] != "udp6")) { ++ statedata = Utils::toLowerCase(data[7]); ++ } ++ + if(statedata == "listen") { + statedata = "listening"; + } @@ -148,7 +152,7 @@ + remoteport = remotedata[3]; + } else if(remoteport == "*") { + remoteip = ""; -+ remoteport = ""; ++ remoteport = "0"; + } + + if(data[0] != "?") { @@ -234,7 +238,7 @@ if (!query.empty()) { -@@ -235,18 +369,22 @@ +@@ -235,18 +373,22 @@ for (const auto& line : lines) { const auto data{Utils::split(line, '|')}; diff --git a/security/wazuh-manager/pkg-plist b/security/wazuh-manager/pkg-plist index 05b93466998..35ef4ab2e3a 100644 --- a/security/wazuh-manager/pkg-plist +++ b/security/wazuh-manager/pkg-plist @@ -4774,11 +4774,11 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/aiosignal/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/aiosignal/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/aiosignal/py.typed -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api-4.7.3-py%%PYTHON_VER%%.egg-info/PKG-INFO -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api-4.7.3-py%%PYTHON_VER%%.egg-info/SOURCES.txt -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api-4.7.3-py%%PYTHON_VER%%.egg-info/dependency_links.txt -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api-4.7.3-py%%PYTHON_VER%%.egg-info/not-zip-safe -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api-4.7.3-py%%PYTHON_VER%%.egg-info/top_level.txt +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api-4.7.4-py%%PYTHON_VER%%.egg-info/PKG-INFO +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api-4.7.4-py%%PYTHON_VER%%.egg-info/SOURCES.txt +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api-4.7.4-py%%PYTHON_VER%%.egg-info/dependency_links.txt +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api-4.7.4-py%%PYTHON_VER%%.egg-info/not-zip-safe +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api-4.7.4-py%%PYTHON_VER%%.egg-info/top_level.txt /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api/__init__.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc @@ -16967,6 +16967,14 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/__pycache__/zipp%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/__pycache__/zipp%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/__pycache__/zipp%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/backports/__init__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/backports/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/backports/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/backports/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/backports/__pycache__/tarfile%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/backports/__pycache__/tarfile%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/backports/__pycache__/tarfile%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/backports/tarfile.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/importlib_resources/__init__.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/importlib_resources/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/importlib_resources/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc @@ -17011,11 +17019,13 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/__pycache__/context%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/__pycache__/context%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/__pycache__/context%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/__pycache__/functools%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/__pycache__/functools%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/__pycache__/functools%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/context.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/functools.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/functools/__init__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/functools/__init__.pyi +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/functools/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/functools/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/functools/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/functools/py.typed /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/text/__init__.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/text/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/text/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc @@ -17360,13 +17370,13 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/psutil/tests/test_testutils.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/psutil/tests/test_unicode.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/psutil/tests/test_windows.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-13.0.0.dist-info/INSTALLER -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-13.0.0.dist-info/METADATA -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-13.0.0.dist-info/RECORD -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-13.0.0.dist-info/REQUESTED -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-13.0.0.dist-info/WHEEL -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-13.0.0.dist-info/direct_url.json -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-13.0.0.dist-info/top_level.txt +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-15.0.2.dist-info/INSTALLER +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-15.0.2.dist-info/METADATA +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-15.0.2.dist-info/RECORD +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-15.0.2.dist-info/REQUESTED +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-15.0.2.dist-info/WHEEL +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-15.0.2.dist-info/direct_url.json +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-15.0.2.dist-info/top_level.txt /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/__init__.pxd /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/__init__.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc @@ -17455,7 +17465,10 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/_dataset.pxd /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/_dataset.pyx /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/_dataset_orc.pyx +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/_dataset_parquet.pxd /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/_dataset_parquet.pyx +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/_dataset_parquet_encryption.pyx +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/_dlpack.pxi /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/_feather%%PYTHON_EXT_SUFFIX%%.so /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/_feather.pyx /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/_flight.pyx @@ -17505,6 +17518,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/aggregate_node.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/api.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/asof_join_node.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/backpressure_handler.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/benchmark_util.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/bloom_filter.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/exec_plan.h @@ -17520,8 +17534,10 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/schema_util.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/task_util.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/test_nodes.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/time_series_util.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/tpch_node.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/type_fwd.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/unmaterialized_table.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/util.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/acero/visibility.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/api.h @@ -17553,6 +17569,8 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/builder.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/c/abi.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/c/bridge.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/c/dlpack.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/c/dlpack_abi.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/c/helpers.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/chunk_resolver.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/chunked_array.h @@ -17565,6 +17583,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/compute/exec.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/compute/expression.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/compute/function.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/compute/function_options.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/compute/kernel.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/compute/key_hash.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/compute/key_map.h @@ -17597,6 +17616,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/dataset/file_json.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/dataset/file_orc.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/dataset/file_parquet.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/dataset/parquet_encryption_config.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/dataset/partition.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/dataset/pch.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/dataset/plan.h @@ -17609,6 +17629,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/extension/fixed_shape_tensor.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/extension_type.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/filesystem/api.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/filesystem/azurefs.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/filesystem/filesystem.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/filesystem/gcsfs.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/filesystem/hdfs.h @@ -17663,6 +17684,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/pretty_print.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/api.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/arrow_to_pandas.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/async.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/benchmark.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/common.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/csv.h @@ -17716,7 +17738,6 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/testing/generator.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/testing/gtest_compat.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/testing/gtest_util.h -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/testing/json_integration.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/testing/matchers.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/testing/pch.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/testing/random.h @@ -17735,6 +17756,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/base64.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/basic_decimal.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/benchmark_util.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/binary_view_util.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/bit_block_counter.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/bit_run_reader.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/bit_stream_utils.h @@ -17753,12 +17775,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/bpacking_avx512.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/bpacking_default.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/bpacking_neon.h -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/bpacking_simd128_generated.h -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/bpacking_simd256_generated.h -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/bpacking_simd512_generated.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/byte_size.h -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/byte_stream_split.h -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/bytes_view.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/cancel.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/checked_cast.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/compare.h @@ -17772,9 +17789,11 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/debug.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/decimal.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/delimiting.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/dict_util.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/dispatch.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/double_conversion.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/endian.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/float16.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/formatting.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/functional.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/future.h @@ -17786,6 +17805,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/iterator.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/key_value_metadata.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/launder.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/list_util.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/logging.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/macros.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/map.h @@ -17805,6 +17825,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/small_vector.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/sort.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/spaced.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/span.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/stopwatch.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/string.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/util/string_builder.h @@ -17873,6 +17894,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/includes/libarrow_python.pxd /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/includes/libarrow_substrait.pxd /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/includes/libgandiva.pxd +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/includes/libparquet_encryption.pxd /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/interchange/__init__.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/interchange/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/interchange/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc @@ -17927,6 +17949,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/arrow_to_pandas.cc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/arrow_to_pandas.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/arrow_to_python_internal.h +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/async.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/benchmark.cc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/benchmark.h /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/common.cc @@ -17992,6 +18015,9 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/arrow_16597%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/arrow_16597%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/arrow_16597%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/arrow_39313%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/arrow_39313%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/arrow_39313%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/arrow_7980%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/arrow_7980%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/arrow_7980%%PYTHON_EXT_SUFFIX%%.pyc @@ -18049,9 +18075,15 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_dataset%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_dataset%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_dataset%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_dataset_encryption%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_dataset_encryption%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_dataset_encryption%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_deprecations%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_deprecations%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_deprecations%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_dlpack%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_dlpack%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_dlpack%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_exec_plan%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_exec_plan%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_exec_plan%%PYTHON_EXT_SUFFIX%%.pyc @@ -18067,6 +18099,9 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_flight%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_flight%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_flight%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_flight_async%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_flight_async%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_flight_async%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_fs%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_fs%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/test_fs%%PYTHON_EXT_SUFFIX%%.pyc @@ -18137,6 +18172,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/util%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/__pycache__/util%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/arrow_16597.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/arrow_39313.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/arrow_7980.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/bound_function_visit_strings.pyx /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/conftest.py @@ -18241,12 +18277,15 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_cuda_numba_interop.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_cython.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_dataset.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_dataset_encryption.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_deprecations.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_dlpack.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_exec_plan.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_extension_type.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_feather.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_filesystem.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_flight.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_flight_async.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_fs.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_gandiva.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/tests/test_gdb.py @@ -18285,21 +18324,6 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/vendored/__pycache__/version%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/vendored/docscrape.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/vendored/version.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix-0.5.dist-info/INSTALLER -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix-0.5.dist-info/METADATA -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix-0.5.dist-info/RECORD -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix-0.5.dist-info/REQUESTED -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix-0.5.dist-info/WHEEL -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix-0.5.dist-info/direct_url.json -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix-0.5.dist-info/licenses/LICENSE.txt -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix/__about__.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix/__init__.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix/__pycache__/__about__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix/__pycache__/__about__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix/__pycache__/__about__%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyasn1-0.4.8.dist-info/INSTALLER /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyasn1-0.4.8.dist-info/LICENSE.rst /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyasn1-0.4.8.dist-info/METADATA @@ -19922,15 +19946,15 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/secure/framework_headers.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/secure/headers.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/secure/policies.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.0.3.dist-info/INSTALLER -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.0.3.dist-info/LICENSE -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.0.3.dist-info/METADATA -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.0.3.dist-info/RECORD -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.0.3.dist-info/REQUESTED -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.0.3.dist-info/WHEEL -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.0.3.dist-info/direct_url.json -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.0.3.dist-info/entry_points.txt -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.0.3.dist-info/top_level.txt +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.5.1.dist-info/INSTALLER +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.5.1.dist-info/LICENSE +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.5.1.dist-info/METADATA +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.5.1.dist-info/RECORD +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.5.1.dist-info/REQUESTED +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.5.1.dist-info/WHEEL +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.5.1.dist-info/direct_url.json +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.5.1.dist-info/entry_points.txt +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.5.1.dist-info/top_level.txt /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/__init__.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc @@ -20010,9 +20034,6 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/__pycache__/package_index%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/__pycache__/package_index%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/__pycache__/package_index%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/__pycache__/py312compat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/__pycache__/py312compat%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/__pycache__/py312compat%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/__pycache__/sandbox%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/__pycache__/sandbox%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/__pycache__/sandbox%%PYTHON_EXT_SUFFIX%%.pyc @@ -20042,6 +20063,9 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/_functools%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/_functools%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/_functools%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/_itertools%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/_itertools%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/_itertools%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/_log%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/_log%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/_log%%PYTHON_EXT_SUFFIX%%.pyc @@ -20138,8 +20162,12 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/versionpredicate%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/versionpredicate%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/versionpredicate%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/zosccompiler%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/zosccompiler%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__/zosccompiler%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/_collections.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/_functools.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/_itertools.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/_log.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/_macos_compat.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/_modified.py @@ -20206,9 +20234,6 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/__pycache__/install_scripts%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/__pycache__/install_scripts%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/__pycache__/install_scripts%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/__pycache__/py37compat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/__pycache__/py37compat%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/__pycache__/py37compat%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/__pycache__/register%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/__pycache__/register%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/__pycache__/register%%PYTHON_EXT_SUFFIX%%.pyc @@ -20236,10 +20261,17 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/install_headers.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/install_lib.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/install_scripts.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/py37compat.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/register.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/sdist.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/upload.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/compat/__init__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/compat/__pycache__/py38%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/compat/__pycache__/py38%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/compat/__pycache__/py38%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/compat/py38.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/config.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/core.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/cygwinccompiler.py @@ -20264,6 +20296,7 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/util.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/version.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/versionpredicate.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/zosccompiler.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_entry_points.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_imp.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_importlib.py @@ -20284,6 +20317,14 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/__pycache__/zipp%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/__pycache__/zipp%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/__pycache__/zipp%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/backports/__init__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/backports/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/backports/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/backports/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/backports/__pycache__/tarfile%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/backports/__pycache__/tarfile%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/backports/__pycache__/tarfile%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/backports/tarfile.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/importlib_metadata/__init__.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/importlib_metadata/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/importlib_metadata/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc @@ -20365,11 +20406,13 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/__pycache__/context%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/__pycache__/context%%PYTHON_EXT_SUFFIX%%.opt-2.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/__pycache__/context%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/__pycache__/functools%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/__pycache__/functools%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/__pycache__/functools%%PYTHON_EXT_SUFFIX%%.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/context.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/functools.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/functools/__init__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/functools/__init__.pyi +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/functools/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/functools/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/functools/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/functools/py.typed /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/text/__init__.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/text/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/text/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc @@ -20578,6 +20621,22 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/command/test.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/command/upload.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/command/upload_docs.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__init__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__/py310%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__/py310%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__/py310%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__/py311%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__/py311%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__/py311%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__/py39%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__/py39%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__/py39%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/py310.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/py311.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/py39.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/config/__init__.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/config/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/config/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc @@ -20645,7 +20704,6 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/msvc.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/namespaces.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/package_index.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/py312compat.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/sandbox.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/script (dev).tmpl /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/script.tmpl @@ -21713,330 +21771,330 @@ /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/uvloop/server.pyx /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/uvloop/sslproto.pxd /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/uvloop/sslproto.pyx -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/EGG-INFO/PKG-INFO -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/EGG-INFO/SOURCES.txt -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/EGG-INFO/dependency_links.txt -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/EGG-INFO/not-zip-safe -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/EGG-INFO/top_level.txt -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/examples/__pycache__/get_agents%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/examples/__pycache__/get_agents%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/examples/__pycache__/get_agents%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/examples/__pycache__/rules_to_csv%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/examples/__pycache__/rules_to_csv%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/examples/__pycache__/rules_to_csv%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/examples/get_agents.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/examples/rules_to_csv.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__init__.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/agent_groups%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/agent_groups%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/agent_groups%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/agent_upgrade%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/agent_upgrade%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/agent_upgrade%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/cluster_control%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/cluster_control%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/cluster_control%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/rbac_control%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/rbac_control%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/rbac_control%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/wazuh_clusterd%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/wazuh_clusterd%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/wazuh_clusterd%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/wazuh_logtest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/wazuh_logtest%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__/wazuh_logtest%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/agent_groups.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/agent_upgrade.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/cluster_control.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/rbac_control.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/wazuh_clusterd.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/wazuh_logtest.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__init__.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__main__.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/__main__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/__main__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/__main__%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/active_response%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/active_response%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/active_response%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/agent%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/agent%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/agent%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/cdb_list%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/cdb_list%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/cdb_list%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/ciscat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/ciscat%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/ciscat%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/cluster%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/cluster%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/cluster%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/decoder%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/decoder%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/decoder%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/event%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/event%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/event%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/logtest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/logtest%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/logtest%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/mitre%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/mitre%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/mitre%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/rootcheck%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/rootcheck%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/rootcheck%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/rule%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/rule%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/rule%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/sca%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/sca%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/sca%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/security%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/security%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/security%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/stats%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/stats%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/stats%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/syscheck%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/syscheck%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/syscheck%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/syscollector%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/syscollector%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/syscollector%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/task%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/task%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/task%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/vulnerability%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/vulnerability%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__/vulnerability%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/active_response.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/agent.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/cdb_list.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/ciscat.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/cluster.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/InputValidator.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__init__.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/InputValidator%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/InputValidator%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/InputValidator%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/active_response%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/active_response%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/active_response%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/agent%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/agent%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/agent%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/cdb_list%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/cdb_list%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/cdb_list%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/common%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/configuration%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/configuration%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/configuration%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/database%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/database%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/database%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/decoder%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/decoder%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/decoder%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/exception%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/exception%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/exception%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/logtest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/logtest%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/logtest%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/mitre%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/mitre%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/mitre%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/pyDaemonModule%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/pyDaemonModule%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/pyDaemonModule%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/results%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/results%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/results%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/rootcheck%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/rootcheck%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/rootcheck%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/rule%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/rule%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/rule%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/sca%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/sca%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/sca%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/security%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/security%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/security%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/stats%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/stats%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/stats%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/syscheck%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/syscheck%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/syscheck%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/syscollector%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/syscollector%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/syscollector%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/task%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/task%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/task%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/vulnerability%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/vulnerability%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/vulnerability%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wazuh_queue%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wazuh_queue%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wazuh_queue%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wazuh_socket%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wazuh_socket%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wazuh_socket%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wdb%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wdb%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wdb%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wlogging%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wlogging%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wlogging%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/active_response.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/agent.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cdb_list.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__init__.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/client%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/client%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/client%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/cluster%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/cluster%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/cluster%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/common%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/control%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/control%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/control%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/local_client%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/local_client%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/local_client%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/local_server%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/local_server%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/local_server%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/master%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/master%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/master%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/server%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/server%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/server%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/worker%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/worker%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/worker%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/client.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/cluster.json -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/cluster.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/common.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/control.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__init__.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__/dapi%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__/dapi%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__/dapi%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/dapi.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/local_client.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/local_server.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/master.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/server.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/utils.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/worker.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/common.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/configuration.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/database.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/decoder.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/exception.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/logtest.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/manager.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/mitre.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/pyDaemonModule.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/results.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/rootcheck.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/rule.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/sca.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/security.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/stats.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/syscheck.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/syscollector.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/task.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/utils.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/vulnerability.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/wazuh.json -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/wazuh_queue.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/wazuh_socket.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/wdb.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/wlogging.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/decoder.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/event.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/logtest.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/manager.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/mitre.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__init__.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/auth_context%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/auth_context%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/auth_context%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/decorators%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/decorators%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/decorators%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/orm%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/orm%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/orm%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/preprocessor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/preprocessor%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/preprocessor%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-2.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/auth_context.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/decorators.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/default/policies.yaml -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/default/relationships.yaml -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/default/roles.yaml -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/default/rules.yaml -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/default/users.yaml -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/orm.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/preprocessor.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/utils.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rootcheck.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rule.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/sca.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/security.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/stats.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/syscheck.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/syscollector.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/task.py -/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/vulnerability.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/EGG-INFO/PKG-INFO +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/EGG-INFO/SOURCES.txt +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/EGG-INFO/dependency_links.txt +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/EGG-INFO/not-zip-safe +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/EGG-INFO/top_level.txt +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/examples/__pycache__/get_agents%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/examples/__pycache__/get_agents%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/examples/__pycache__/get_agents%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/examples/__pycache__/rules_to_csv%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/examples/__pycache__/rules_to_csv%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/examples/__pycache__/rules_to_csv%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/examples/get_agents.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/examples/rules_to_csv.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__init__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/agent_groups%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/agent_groups%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/agent_groups%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/agent_upgrade%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/agent_upgrade%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/agent_upgrade%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/cluster_control%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/cluster_control%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/cluster_control%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/rbac_control%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/rbac_control%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/rbac_control%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/wazuh_clusterd%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/wazuh_clusterd%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/wazuh_clusterd%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/wazuh_logtest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/wazuh_logtest%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__/wazuh_logtest%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/agent_groups.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/agent_upgrade.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/cluster_control.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/rbac_control.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/wazuh_clusterd.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/wazuh_logtest.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__init__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__main__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/__main__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/__main__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/__main__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/active_response%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/active_response%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/active_response%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/agent%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/agent%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/agent%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/cdb_list%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/cdb_list%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/cdb_list%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/ciscat%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/ciscat%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/ciscat%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/cluster%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/cluster%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/cluster%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/decoder%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/decoder%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/decoder%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/event%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/event%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/event%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/logtest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/logtest%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/logtest%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/mitre%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/mitre%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/mitre%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/rootcheck%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/rootcheck%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/rootcheck%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/rule%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/rule%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/rule%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/sca%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/sca%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/sca%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/security%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/security%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/security%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/stats%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/stats%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/stats%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/syscheck%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/syscheck%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/syscheck%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/syscollector%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/syscollector%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/syscollector%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/task%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/task%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/task%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/vulnerability%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/vulnerability%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__/vulnerability%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/active_response.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/agent.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/cdb_list.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/ciscat.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/cluster.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/InputValidator.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__init__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/InputValidator%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/InputValidator%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/InputValidator%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/active_response%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/active_response%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/active_response%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/agent%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/agent%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/agent%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/cdb_list%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/cdb_list%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/cdb_list%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/common%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/configuration%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/configuration%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/configuration%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/database%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/database%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/database%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/decoder%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/decoder%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/decoder%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/exception%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/exception%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/exception%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/logtest%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/logtest%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/logtest%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/manager%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/mitre%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/mitre%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/mitre%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/pyDaemonModule%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/pyDaemonModule%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/pyDaemonModule%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/results%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/results%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/results%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/rootcheck%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/rootcheck%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/rootcheck%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/rule%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/rule%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/rule%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/sca%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/sca%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/sca%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/security%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/security%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/security%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/stats%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/stats%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/stats%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/syscheck%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/syscheck%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/syscheck%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/syscollector%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/syscollector%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/syscollector%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/task%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/task%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/task%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/vulnerability%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/vulnerability%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/vulnerability%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wazuh_queue%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wazuh_queue%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wazuh_queue%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wazuh_socket%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wazuh_socket%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wazuh_socket%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wdb%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wdb%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wdb%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wlogging%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wlogging%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__/wlogging%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/active_response.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/agent.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cdb_list.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__init__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/client%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/client%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/client%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/cluster%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/cluster%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/cluster%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/common%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/common%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/control%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/control%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/control%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/local_client%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/local_client%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/local_client%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/local_server%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/local_server%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/local_server%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/master%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/master%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/master%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/server%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/server%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/server%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/worker%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/worker%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__/worker%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/client.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/cluster.json +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/cluster.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/common.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/control.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__init__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__/dapi%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__/dapi%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__/dapi%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/dapi.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/local_client.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/local_server.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/master.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/server.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/utils.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/worker.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/common.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/configuration.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/database.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/decoder.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/exception.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/logtest.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/manager.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/mitre.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/pyDaemonModule.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/results.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/rootcheck.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/rule.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/sca.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/security.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/stats.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/syscheck.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/syscollector.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/task.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/utils.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/vulnerability.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/wazuh.json +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/wazuh_queue.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/wazuh_socket.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/wdb.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/wlogging.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/decoder.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/event.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/logtest.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/manager.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/mitre.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__init__.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/auth_context%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/auth_context%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/auth_context%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/decorators%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/decorators%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/decorators%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/orm%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/orm%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/orm%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/preprocessor%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/preprocessor%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/preprocessor%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__/utils%%PYTHON_EXT_SUFFIX%%.pyc +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/auth_context.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/decorators.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/default/policies.yaml +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/default/relationships.yaml +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/default/roles.yaml +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/default/rules.yaml +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/default/users.yaml +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/orm.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/preprocessor.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/utils.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rootcheck.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rule.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/sca.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/security.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/stats.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/syscheck.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/syscollector.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/task.py +/var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/vulnerability.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/websocket/__init__.py /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/websocket/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/websocket/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc @@ -27272,7 +27330,7 @@ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api/models @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api/spec @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api-4.7.3-py%%PYTHON_VER%%.egg-info +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/api-4.7.4-py%%PYTHON_VER%%.egg-info @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/asn1crypto/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/asn1crypto @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/asn1crypto-1.3.0.dist-info @@ -28611,9 +28669,13 @@ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pip-23.3.2.dist-info @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/backports/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/backports @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/importlib_resources/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/importlib_resources @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/functools/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/functools @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/text/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco/text @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pkg_resources/_vendor/jaraco @@ -28688,11 +28750,7 @@ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/vendored/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow/vendored @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-13.0.0.dist-info -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix/__pycache__ -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix-0.5.dist-info/licenses -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow_hotfix-0.5.dist-info +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyarrow-15.0.2.dist-info @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyasn1/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyasn1/codec/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/pyasn1/codec/ber/__pycache__ @@ -28768,13 +28826,19 @@ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/command +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/compat/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils/compat @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_distutils @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/backports/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/backports @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/importlib_metadata/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/importlib_metadata @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/importlib_resources/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/importlib_resources @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/functools/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/functools @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/text/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco/text @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor/jaraco @@ -28787,6 +28851,8 @@ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/_vendor @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/command/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/command +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/compat @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/config/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/config/_validate_pyproject/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/config/_validate_pyproject @@ -28794,7 +28860,7 @@ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/extern/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools/extern @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.0.3.dist-info +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/setuptools-69.5.1.dist-info @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/six-1.14.0.dist-info @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/sqlalchemy/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/sqlalchemy/connectors/__pycache__ @@ -28864,23 +28930,23 @@ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/uvloop/includes @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/uvloop @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/uvloop-0.15.2.dist-info -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/EGG-INFO -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/examples/__pycache__ -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/examples -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts/__pycache__ -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/scripts -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/__pycache__ -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__ -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__ -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__ -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core/cluster -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/core -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__ -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac/default -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh/rbac -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg/wazuh -@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.3-py%%PYTHON_VER%%.egg +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/EGG-INFO +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/examples/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/examples +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/scripts +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster/dapi +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core/cluster +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/core +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/__pycache__ +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac/default +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh/rbac +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg/wazuh +@dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/wazuh-4.7.4-py%%PYTHON_VER%%.egg @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/websocket/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/websocket/tests/__pycache__ @dir /var/ossec/framework/python/%%PYTHON_SITELIBDIR%%/websocket/tests/data diff --git a/security/wazuh-server/Makefile b/security/wazuh-server/Makefile index 93597805e83..cfb6d9c15fb 100644 --- a/security/wazuh-server/Makefile +++ b/security/wazuh-server/Makefile @@ -1,9 +1,9 @@ PORTNAME= wazuh -PORTVERSION= 4.7.3 +PORTVERSION= 4.7.4 CATEGORIES= security MASTER_SITES= LOCAL/acm/${PORTNAME}/:config_samples \ https://packages.wazuh.com/4.x/filebeat/:wazuh_module \ - https://raw.githubusercontent.com/wazuh/wazuh/v4.7.3/extensions/elasticsearch/7.x/:indexer_template + https://raw.githubusercontent.com/wazuh/wazuh/v4.7.4/extensions/elasticsearch/7.x/:indexer_template PKGNAMESUFFIX= -server DIST_SUBDIR= ${PORTNAME}-${DISTVERSION} diff --git a/security/wazuh-server/distinfo b/security/wazuh-server/distinfo index c5cadb60f96..aee6242582b 100644 --- a/security/wazuh-server/distinfo +++ b/security/wazuh-server/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1711222101 -SHA256 (wazuh-4.7.3/filebeat.yml) = bbcf6fe806a32b505b0848386d71684868be85965bfb91b117dff15c9de7c247 -SIZE (wazuh-4.7.3/filebeat.yml) = 1120 -SHA256 (wazuh-4.7.3/logstash-wazuh-4.7.3.conf) = 54749bb044b4e8cbaebfe129f01ca253131843fb411c8e917248417c6528fb79 -SIZE (wazuh-4.7.3/logstash-wazuh-4.7.3.conf) = 3115 -SHA256 (wazuh-4.7.3/wazuh-filebeat-0.3.tar.gz) = b068549f6a517edc23bbf1ecb00d84f4ba80a8476e8c3cf0aa448a2958ca57fb -SIZE (wazuh-4.7.3/wazuh-filebeat-0.3.tar.gz) = 1802 -SHA256 (wazuh-4.7.3/wazuh-template.json) = 6f7838596dfca913f252a5a4439042388b0aca16917ed17d8db1d8d80a2377c0 -SIZE (wazuh-4.7.3/wazuh-template.json) = 62776 +TIMESTAMP = 1715217732 +SHA256 (wazuh-4.7.4/filebeat.yml) = bbcf6fe806a32b505b0848386d71684868be85965bfb91b117dff15c9de7c247 +SIZE (wazuh-4.7.4/filebeat.yml) = 1120 +SHA256 (wazuh-4.7.4/logstash-wazuh-4.7.4.conf) = 54749bb044b4e8cbaebfe129f01ca253131843fb411c8e917248417c6528fb79 +SIZE (wazuh-4.7.4/logstash-wazuh-4.7.4.conf) = 3115 +SHA256 (wazuh-4.7.4/wazuh-filebeat-0.3.tar.gz) = b068549f6a517edc23bbf1ecb00d84f4ba80a8476e8c3cf0aa448a2958ca57fb +SIZE (wazuh-4.7.4/wazuh-filebeat-0.3.tar.gz) = 1802 +SHA256 (wazuh-4.7.4/wazuh-template.json) = 6f7838596dfca913f252a5a4439042388b0aca16917ed17d8db1d8d80a2377c0 +SIZE (wazuh-4.7.4/wazuh-template.json) = 62776 diff --git a/security/webtunnel-tor/Makefile b/security/webtunnel-tor/Makefile index 378d3b4a4fd..410e17db6bb 100644 --- a/security/webtunnel-tor/Makefile +++ b/security/webtunnel-tor/Makefile @@ -1,6 +1,6 @@ PORTNAME= webtunnel PORTVERSION= 0.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security net PKGNAMESUFFIX= -tor diff --git a/security/weggli/Makefile b/security/weggli/Makefile index d5c92b7c781..ef2aa61b765 100644 --- a/security/weggli/Makefile +++ b/security/weggli/Makefile @@ -1,7 +1,7 @@ PORTNAME= weggli DISTVERSIONPREFIX= v DISTVERSION= 0.2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org diff --git a/security/wpa_supplicant-devel/Makefile b/security/wpa_supplicant-devel/Makefile index df83802e9fa..46098cfa7f4 100644 --- a/security/wpa_supplicant-devel/Makefile +++ b/security/wpa_supplicant-devel/Makefile @@ -10,8 +10,8 @@ WWW= https://w1.fi/wpa_supplicant/ USE_GITHUB= yes GH_ACCOUNT= cschuber GH_PROJECT= hostap -GH_TAGNAME= 147f836924 -COMMIT_DATE= 2024.04.06 +GH_TAGNAME= 7566370a96 +COMMIT_DATE= 2024.05.06 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/README diff --git a/security/wpa_supplicant-devel/distinfo b/security/wpa_supplicant-devel/distinfo index 674f1f49248..f246b7a0fb8 100644 --- a/security/wpa_supplicant-devel/distinfo +++ b/security/wpa_supplicant-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712853267 -SHA256 (cschuber-hostap-2024.04.06-147f836924_GH0.tar.gz) = 126cc603dba795baa82e4749d1e52db0982435b2aeb62ba7d2c90884d63c8ebe -SIZE (cschuber-hostap-2024.04.06-147f836924_GH0.tar.gz) = 5236761 +TIMESTAMP = 1715615153 +SHA256 (cschuber-hostap-2024.05.06-7566370a96_GH0.tar.gz) = 56334a8c6015d8d8248800b9f2bd314ac85786f98738adebe105d4e80a7c6711 +SIZE (cschuber-hostap-2024.05.06-7566370a96_GH0.tar.gz) = 5251468 diff --git a/security/xhash/Makefile b/security/xhash/Makefile index 7201e10db52..a7cbc2b015f 100644 --- a/security/xhash/Makefile +++ b/security/xhash/Makefile @@ -1,7 +1,7 @@ PORTNAME= xhash DISTVERSIONPREFIX= v DISTVERSION= 3.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= rbranco@suse.de diff --git a/security/yubikey-agent/Makefile b/security/yubikey-agent/Makefile index 30f6f62ab0a..5f93804bd03 100644 --- a/security/yubikey-agent/Makefile +++ b/security/yubikey-agent/Makefile @@ -1,7 +1,7 @@ PORTNAME= yubikey-agent DISTVERSIONPREFIX= v DISTVERSION= 0.1.6 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security sysutils MAINTAINER= egypcio@FreeBSD.org diff --git a/security/zeek/Makefile b/security/zeek/Makefile index b2c0bc260b5..ca59ca71499 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -2,7 +2,6 @@ PORTNAME= zeek DISTVERSION= 6.0.3 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= leres@FreeBSD.org COMMENT= System for detecting network intruders in real-time @@ -21,6 +20,9 @@ USES= bison cmake compiler:c++17-lang cpe gettext-runtime perl5 \ USE_LDCONFIG= yes +EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/auxil/c-ares \ + --no-same-owner --no-same-permissions + BINARY_ALIAS= python3=${PYTHON_CMD} PORTSCOUT= limit:^[0-9]*\.0\. @@ -116,9 +118,6 @@ STRIP= USE_RC_SUBR= zeek .endif -post-extract: - @${RM} -rf ${WRKSRC}/auxil/c-ares - post-install-ZEEKCTL-on: ${MKDIR} ${STAGEDIR}${PREFIX}/logs ${MKDIR} ${STAGEDIR}${PREFIX}/spool/tmp diff --git a/security/zlint/Makefile b/security/zlint/Makefile index af9029acabf..345f638752f 100644 --- a/security/zlint/Makefile +++ b/security/zlint/Makefile @@ -1,6 +1,7 @@ PORTNAME= zlint DISTVERSIONPREFIX= v DISTVERSION= 3.6.2 +PORTREVISION= 1 CATEGORIES= security www MAINTAINER= yuri@FreeBSD.org diff --git a/shells/antibody/Makefile b/shells/antibody/Makefile index 02b2eeb9575..6caa915cfc1 100644 --- a/shells/antibody/Makefile +++ b/shells/antibody/Makefile @@ -1,7 +1,7 @@ PORTNAME= antibody PORTVERSION= 6.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= shells MAINTAINER= ports@FreeBSD.org diff --git a/shells/atuin/Makefile b/shells/atuin/Makefile index 726e0cebb29..79fa9ebfe5d 100644 --- a/shells/atuin/Makefile +++ b/shells/atuin/Makefile @@ -1,6 +1,7 @@ PORTNAME= atuin DISTVERSIONPREFIX= v DISTVERSION= 18.2.0 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/carapace/Makefile b/shells/carapace/Makefile index 8b07fab164e..731fa2e0b0e 100644 --- a/shells/carapace/Makefile +++ b/shells/carapace/Makefile @@ -1,6 +1,7 @@ PORTNAME= carapace DISTVERSIONPREFIX= v -DISTVERSION= 1.0.1 +DISTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= tagattie@FreeBSD.org diff --git a/shells/carapace/distinfo b/shells/carapace/distinfo index a64d51a6b28..85bfd1ff6b4 100644 --- a/shells/carapace/distinfo +++ b/shells/carapace/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1713787810 -SHA256 (go/shells_carapace/carapace-v1.0.1/v1.0.1.mod) = b930bbaeb4a678ff81d94dfd42a6b0aabe2fb17a734536df6db11c8990350ed9 -SIZE (go/shells_carapace/carapace-v1.0.1/v1.0.1.mod) = 820 -SHA256 (go/shells_carapace/carapace-v1.0.1/v1.0.1.zip) = beee9620ddffe0b6cae5c9020a0381438a1d3c776b6bc5de97be746dc6733354 -SIZE (go/shells_carapace/carapace-v1.0.1/v1.0.1.zip) = 17591483 +TIMESTAMP = 1715155882 +SHA256 (go/shells_carapace/carapace-v1.0.2/v1.0.2.mod) = b930bbaeb4a678ff81d94dfd42a6b0aabe2fb17a734536df6db11c8990350ed9 +SIZE (go/shells_carapace/carapace-v1.0.2/v1.0.2.mod) = 820 +SHA256 (go/shells_carapace/carapace-v1.0.2/v1.0.2.zip) = e489e3b8c7304c47e658ecfa4e85ef17b297ead2b3fadff6d2c356f8ed38e617 +SIZE (go/shells_carapace/carapace-v1.0.2/v1.0.2.zip) = 17612666 diff --git a/shells/elvish/Makefile b/shells/elvish/Makefile index 686fae921d2..2879a93600e 100644 --- a/shells/elvish/Makefile +++ b/shells/elvish/Makefile @@ -1,7 +1,7 @@ PORTNAME= elvish DISTVERSIONPREFIX= v DISTVERSION= 0.20.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= shells MAINTAINER= vendion@gmail.com diff --git a/shells/envy/Makefile b/shells/envy/Makefile index 4d8aaf99170..86eb5f751af 100644 --- a/shells/envy/Makefile +++ b/shells/envy/Makefile @@ -1,7 +1,7 @@ PORTNAME= envy DISTVERSIONPREFIX=v DISTVERSION= 0.1.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= shells MAINTAINER= krion@FreeBSD.org diff --git a/shells/ion/Makefile b/shells/ion/Makefile index bb018f2a9c0..f2c65535449 100644 --- a/shells/ion/Makefile +++ b/shells/ion/Makefile @@ -1,6 +1,6 @@ PORTNAME= ion DISTVERSION= 1.0.5-1355 -PORTREVISION= 47 +PORTREVISION= 48 CATEGORIES= shells PKGNAMESUFFIX= -shell diff --git a/shells/ksh-devel/Makefile b/shells/ksh-devel/Makefile index 3de72690632..5aad003c2e6 100644 --- a/shells/ksh-devel/Makefile +++ b/shells/ksh-devel/Makefile @@ -20,8 +20,8 @@ WWW= http://www.kornshell.com/ LICENSE= EPL -HASH= 8f84f4b2 -AST_COMMIT_DATE= 2024.04.05 +HASH= 2e8aeee9 +AST_COMMIT_DATE= 2024.04.06 USES= compiler:c11 diff --git a/shells/ksh-devel/distinfo b/shells/ksh-devel/distinfo index aabb9234e44..be3f2eec79b 100644 --- a/shells/ksh-devel/distinfo +++ b/shells/ksh-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712852967 -SHA256 (ksh93-ksh-2024.04.05-8f84f4b2_GH0.tar.gz) = 39c574bac94a6ceac26167974062e29a4590c0e615c1b9dfa9ce4c892fc8a1bf -SIZE (ksh93-ksh-2024.04.05-8f84f4b2_GH0.tar.gz) = 2089606 +TIMESTAMP = 1715612864 +SHA256 (ksh93-ksh-2024.04.06-2e8aeee9_GH0.tar.gz) = 517634a35c66117cb82a5808752fcfad2a0286ca74a0364f1ae35960dee8c368 +SIZE (ksh93-ksh-2024.04.06-2e8aeee9_GH0.tar.gz) = 2089545 diff --git a/shells/murex/Makefile b/shells/murex/Makefile index 496b54fc9fc..ae23e54e796 100644 --- a/shells/murex/Makefile +++ b/shells/murex/Makefile @@ -1,7 +1,7 @@ PORTNAME= murex DISTVERSIONPREFIX= v DISTVERSION= 6.0.1000 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MAINTAINER= lcook@FreeBSD.org diff --git a/shells/nsh/Makefile b/shells/nsh/Makefile index 5f53ca2c46b..f0375992dc2 100644 --- a/shells/nsh/Makefile +++ b/shells/nsh/Makefile @@ -1,6 +1,6 @@ PORTNAME= nsh DISTVERSION= 0.4.2 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile index 73f118f1ad8..5271dfe5824 100644 --- a/shells/nushell/Makefile +++ b/shells/nushell/Makefile @@ -1,5 +1,6 @@ PORTNAME= nushell DISTVERSION= 0.92.1 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/ohmyzsh/Makefile b/shells/ohmyzsh/Makefile index d8323d4ad5f..7614962622c 100644 --- a/shells/ohmyzsh/Makefile +++ b/shells/ohmyzsh/Makefile @@ -1,5 +1,5 @@ PORTNAME= ohmyzsh -PORTVERSION= 20240405 +PORTVERSION= 20240512 CATEGORIES= shells MAINTAINER= skozlov@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= zsh:shells/zsh USE_GITHUB= yes -GH_TAGNAME= 038931039030911852d456215d6f39385d5b7a6e +GH_TAGNAME= b1c5315a5fbc33624525e434ddbaec3bb30030e2 NO_ARCH= yes NO_BUILD= yes diff --git a/shells/ohmyzsh/distinfo b/shells/ohmyzsh/distinfo index a01a1481df2..64ac6ee4742 100644 --- a/shells/ohmyzsh/distinfo +++ b/shells/ohmyzsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712350645 -SHA256 (ohmyzsh-ohmyzsh-20240405-038931039030911852d456215d6f39385d5b7a6e_GH0.tar.gz) = 8d7e7ea3aa05deec731b81105f0888b3714f9acdd82e2ef0a41ad697b6373f71 -SIZE (ohmyzsh-ohmyzsh-20240405-038931039030911852d456215d6f39385d5b7a6e_GH0.tar.gz) = 3192711 +TIMESTAMP = 1715642556 +SHA256 (ohmyzsh-ohmyzsh-20240512-b1c5315a5fbc33624525e434ddbaec3bb30030e2_GH0.tar.gz) = ac9efdc6cd9457879461322a2f916b705029a1ed15dbc6c80800294516a6ec56 +SIZE (ohmyzsh-ohmyzsh-20240512-b1c5315a5fbc33624525e434ddbaec3bb30030e2_GH0.tar.gz) = 3197496 diff --git a/shells/ohmyzsh/pkg-plist b/shells/ohmyzsh/pkg-plist index 98daf3e9d23..4738018b0e8 100644 --- a/shells/ohmyzsh/pkg-plist +++ b/shells/ohmyzsh/pkg-plist @@ -25,6 +25,7 @@ %%DATADIR%%/lib/prompt_info_functions.zsh %%DATADIR%%/lib/spectrum.zsh %%DATADIR%%/lib/termsupport.zsh +%%DATADIR%%/lib/tests/cli.test.zsh %%DATADIR%%/lib/theme-and-appearance.zsh %%DATADIR%%/lib/vcs_info.zsh %%DATADIR%%/oh-my-zsh.sh @@ -565,6 +566,8 @@ %%DATADIR%%/plugins/powify/_powify %%DATADIR%%/plugins/pre-commit/README.md %%DATADIR%%/plugins/pre-commit/pre-commit.plugin.zsh +%%DATADIR%%/plugins/procs/README.md +%%DATADIR%%/plugins/procs/procs.plugin.zsh %%DATADIR%%/plugins/profiles/README.md %%DATADIR%%/plugins/profiles/profiles.plugin.zsh %%DATADIR%%/plugins/pyenv/README.md diff --git a/shells/sheldon/Makefile b/shells/sheldon/Makefile index 8c2c784b3dc..493e0921b58 100644 --- a/shells/sheldon/Makefile +++ b/shells/sheldon/Makefile @@ -1,6 +1,6 @@ PORTNAME= sheldon DISTVERSION= 0.7.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= shells MAINTAINER= tagattie@FreeBSD.org diff --git a/shells/shell-hist/Makefile b/shells/shell-hist/Makefile index c4c320e2945..5a89f0ab366 100644 --- a/shells/shell-hist/Makefile +++ b/shells/shell-hist/Makefile @@ -1,6 +1,6 @@ PORTNAME= shell-hist DISTVERSION= g20190515 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/shellharden/Makefile b/shells/shellharden/Makefile index e565317c8f7..3ab87a19d0d 100644 --- a/shells/shellharden/Makefile +++ b/shells/shellharden/Makefile @@ -1,7 +1,7 @@ PORTNAME= shellharden DISTVERSIONPREFIX= v DISTVERSION= 4.3.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org @@ -15,7 +15,6 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= anordal - PLIST_FILES= bin/${PORTNAME} post-install: diff --git a/shells/starship/Makefile b/shells/starship/Makefile index 9b633c6a2af..0941470ec88 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -1,5 +1,6 @@ PORTNAME= starship DISTVERSION= 1.18.2 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/sysutils/3mux/Makefile b/sysutils/3mux/Makefile index e3c6842130e..df113228dd8 100644 --- a/sysutils/3mux/Makefile +++ b/sysutils/3mux/Makefile @@ -1,7 +1,7 @@ PORTNAME= 3mux DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/Makefile b/sysutils/Makefile index 4895382f134..9f391bed529 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -287,6 +287,7 @@ SUBDIR += ddh SUBDIR += ddpt SUBDIR += ddrescue + SUBDIR += ddrescueview SUBDIR += debhelper SUBDIR += debootstrap SUBDIR += deltarpm @@ -1404,6 +1405,7 @@ SUBDIR += stowES SUBDIR += stress SUBDIR += stressdisk + SUBDIR += superfile SUBDIR += superiotool SUBDIR += swapd SUBDIR += swapexd diff --git a/sysutils/amazon-ssm-agent/Makefile b/sysutils/amazon-ssm-agent/Makefile index ec5cd2929ed..7a7538ab454 100644 --- a/sysutils/amazon-ssm-agent/Makefile +++ b/sysutils/amazon-ssm-agent/Makefile @@ -1,6 +1,6 @@ PORTNAME= amazon-ssm-agent PORTVERSION= 2.3.1205.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= sysutils MAINTAINER= cperciva@FreeBSD.org diff --git a/sysutils/amazon-ssm-plugin/Makefile b/sysutils/amazon-ssm-plugin/Makefile index 182a2cd48f9..382965447f3 100644 --- a/sysutils/amazon-ssm-plugin/Makefile +++ b/sysutils/amazon-ssm-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= amazon-ssm-plugin DISTVERSION= 1.2.536.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= nork@FreeBSD.org diff --git a/sysutils/android-ota-payload-extractor/Makefile b/sysutils/android-ota-payload-extractor/Makefile index b3c07d66472..7655cb9a267 100644 --- a/sysutils/android-ota-payload-extractor/Makefile +++ b/sysutils/android-ota-payload-extractor/Makefile @@ -1,6 +1,7 @@ PORTNAME= android-ota-payload-extractor DISTVERSIONPREFIX= v DISTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= nxjoseph@protonmail.com diff --git a/sysutils/apache-mesos/Makefile b/sysutils/apache-mesos/Makefile index 7baaedcfa04..c059cf761c5 100644 --- a/sysutils/apache-mesos/Makefile +++ b/sysutils/apache-mesos/Makefile @@ -15,6 +15,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= fails to build, configure: error: Cannot find the ELFIO headers +DEPRECATED= Marked BROKEN for over a year +EXPIRATION_DATE=2024-05-31 BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ elfio>0:devel/elfio \ diff --git a/sysutils/appjail-devel/Makefile b/sysutils/appjail-devel/Makefile index 2fbb9a85073..b772281e087 100644 --- a/sysutils/appjail-devel/Makefile +++ b/sysutils/appjail-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= appjail -DISTVERSION= 3.2.0.20240424 +DISTVERSION= 3.3.0.20240506 PORTEPOCH= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -16,7 +16,7 @@ CONFLICTS= appjail USE_GITHUB= yes GH_ACCOUNT= DtxdF GH_PROJECT= AppJail -GH_TAGNAME= 169aa42cec77ee8eb13aae7662f36d12c0f59d03 +GH_TAGNAME= fbe8792bc494bc94cedf112917db5889bb1c2cca MAKE_ARGS= APPJAIL_VERSION=${DISTVERSION}+${GH_TAGNAME} ALL_TARGET= utils-strip diff --git a/sysutils/appjail-devel/distinfo b/sysutils/appjail-devel/distinfo index bdf7a8edaf4..1bddbaf05a5 100644 --- a/sysutils/appjail-devel/distinfo +++ b/sysutils/appjail-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714238793 -SHA256 (DtxdF-AppJail-3.2.0.20240424-169aa42cec77ee8eb13aae7662f36d12c0f59d03_GH0.tar.gz) = a5d63e7125e2b47d9e2bd7ebd1e992133a8d6761f70ad435f85ab3d1b9d07e73 -SIZE (DtxdF-AppJail-3.2.0.20240424-169aa42cec77ee8eb13aae7662f36d12c0f59d03_GH0.tar.gz) = 966829 +TIMESTAMP = 1715195779 +SHA256 (DtxdF-AppJail-3.3.0.20240506-fbe8792bc494bc94cedf112917db5889bb1c2cca_GH0.tar.gz) = b1980cfa4b28a5ce81e437cbda9098abd3e926a95fd75d482cf0bed723ff1b98 +SIZE (DtxdF-AppJail-3.3.0.20240506-fbe8792bc494bc94cedf112917db5889bb1c2cca_GH0.tar.gz) = 969149 diff --git a/sysutils/appjail-devel/pkg-plist b/sysutils/appjail-devel/pkg-plist index 5e09fe8278e..073cdcc29e5 100644 --- a/sysutils/appjail-devel/pkg-plist +++ b/sysutils/appjail-devel/pkg-plist @@ -32,6 +32,7 @@ libexec/appjail/network/network %%DATADIR%%/cmd/help %%DATADIR%%/cmd/image %%DATADIR%%/cmd/jail +%%DATADIR%%/cmd/label %%DATADIR%%/cmd/limits %%DATADIR%%/cmd/login %%DATADIR%%/cmd/logs @@ -101,6 +102,7 @@ libexec/appjail/network/network %%DATADIR%%/makejail/cmd/all/ENV %%DATADIR%%/makejail/cmd/all/EXEC %%DATADIR%%/makejail/cmd/all/GLOBAL +%%DATADIR%%/makejail/cmd/all/LABEL %%DATADIR%%/makejail/cmd/all/MOUNT %%DATADIR%%/makejail/cmd/all/PKG %%DATADIR%%/makejail/cmd/all/RAW @@ -128,6 +130,7 @@ libexec/appjail/network/network %%DATADIR%%/makejail/write/all/DEVICE %%DATADIR%%/makejail/write/all/EXEC %%DATADIR%%/makejail/write/all/GLOBAL +%%DATADIR%%/makejail/write/all/LABEL %%DATADIR%%/makejail/write/all/MOUNT %%DATADIR%%/makejail/write/all/PKG %%DATADIR%%/makejail/write/all/RAW @@ -186,6 +189,7 @@ share/man/man1/appjail-healthcheck.1.gz share/man/man1/appjail-help.1.gz share/man/man1/appjail-image.1.gz share/man/man1/appjail-jail.1.gz +share/man/man1/appjail-label.1.gz share/man/man1/appjail-limits.1.gz share/man/man1/appjail-login.1.gz share/man/man1/appjail-logs.1.gz diff --git a/sysutils/appjail/Makefile b/sysutils/appjail/Makefile index da5c7347b2d..845ea0f863c 100644 --- a/sysutils/appjail/Makefile +++ b/sysutils/appjail/Makefile @@ -1,6 +1,6 @@ PORTNAME= appjail DISTVERSIONPREFIX= v -DISTVERSION= 3.2.0 +DISTVERSION= 3.3.0 CATEGORIES= sysutils MAINTAINER= DtxdF@disroot.org diff --git a/sysutils/appjail/distinfo b/sysutils/appjail/distinfo index c4800fe28fe..964d41c009a 100644 --- a/sysutils/appjail/distinfo +++ b/sysutils/appjail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708652893 -SHA256 (DtxdF-AppJail-v3.2.0_GH0.tar.gz) = ee768445b17e6f6cf9e06dbf9817e3f0064312907e9f26ec2f1ae5296387365c -SIZE (DtxdF-AppJail-v3.2.0_GH0.tar.gz) = 1177501 +TIMESTAMP = 1715117258 +SHA256 (DtxdF-AppJail-v3.3.0_GH0.tar.gz) = 28fa3b3988e70b0f4797d1cbe9f7452f7009c2dbe232a36d6631babb9d91f5fe +SIZE (DtxdF-AppJail-v3.3.0_GH0.tar.gz) = 968924 diff --git a/sysutils/appjail/pkg-plist b/sysutils/appjail/pkg-plist index 83b9ac31016..3052bcfd6c1 100644 --- a/sysutils/appjail/pkg-plist +++ b/sysutils/appjail/pkg-plist @@ -167,3 +167,59 @@ libexec/appjail/find-smallest-missing-number/find-smallest-missing-number %%EXAMPLESDIR%%/templates/vnet.conf %%EXAMPLESDIR%%/templates/xorg.conf %%DATADIR%%/scripts/create-bridge.sh +%%DATADIR%%/cmd/label +%%DATADIR%%/lib/table +%%DATADIR%%/makejail/cmd/all/LABEL +%%DATADIR%%/makejail/write/all/LABEL +share/man/man1/appjail-apply.1.gz +share/man/man1/appjail-checkOld.1.gz +share/man/man1/appjail-cmd.1.gz +share/man/man1/appjail-config.1.gz +share/man/man1/appjail-cpuset.1.gz +share/man/man1/appjail-deleteOld.1.gz +share/man/man1/appjail-devfs.1.gz +share/man/man1/appjail-disable.1.gz +share/man/man1/appjail-enable.1.gz +share/man/man1/appjail-enabled.1.gz +share/man/man1/appjail-etcupdate.1.gz +share/man/man1/appjail-expose.1.gz +share/man/man1/appjail-fetch.1.gz +share/man/man1/appjail-fstab.1.gz +share/man/man1/appjail-healthcheck.1.gz +share/man/man1/appjail-help.1.gz +share/man/man1/appjail-image.1.gz +share/man/man1/appjail-jail.1.gz +share/man/man1/appjail-label.1.gz +share/man/man1/appjail-limits.1.gz +share/man/man1/appjail-login.1.gz +share/man/man1/appjail-logs.1.gz +share/man/man1/appjail-makejail.1.gz +share/man/man1/appjail-nat.1.gz +share/man/man1/appjail-network.1.gz +share/man/man1/appjail-pkg.1.gz +share/man/man1/appjail-quick.1.gz +share/man/man1/appjail-restart.1.gz +share/man/man1/appjail-rstop.1.gz +share/man/man1/appjail-run.1.gz +share/man/man1/appjail-service.1.gz +share/man/man1/appjail-start.1.gz +share/man/man1/appjail-startup.1.gz +share/man/man1/appjail-status.1.gz +share/man/man1/appjail-stop.1.gz +share/man/man1/appjail-sysrc.1.gz +share/man/man1/appjail-update.1.gz +share/man/man1/appjail-upgrade.1.gz +share/man/man1/appjail-usage.1.gz +share/man/man1/appjail-version.1.gz +share/man/man1/appjail-volume.1.gz +share/man/man1/appjail-zfs.1.gz +share/man/man1/appjail.1.gz +share/man/man5/appjail-ajspec.5.gz +share/man/man5/appjail-initscript.5.gz +share/man/man5/appjail-makejail.5.gz +share/man/man5/appjail-template.5.gz +share/man/man5/appjail.conf.5.gz +share/man/man7/appjail-ephemeral.7.gz +share/man/man7/appjail-tutorial.7.gz +share/man/man8/appjail-dns.8.gz +share/man/man8/appjail-user.8.gz diff --git a/sysutils/aptly/Makefile b/sysutils/aptly/Makefile index 56be212a79e..5509f167fbc 100644 --- a/sysutils/aptly/Makefile +++ b/sysutils/aptly/Makefile @@ -1,7 +1,7 @@ PORTNAME= aptly PORTVERSION= 1.5.0 DISTVERSIONPREFIX=v -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= sysutils MAINTAINER= romain@FreeBSD.org diff --git a/sysutils/async/Makefile b/sysutils/async/Makefile index 439262b5d27..ef63d2fc070 100644 --- a/sysutils/async/Makefile +++ b/sysutils/async/Makefile @@ -1,7 +1,7 @@ PORTNAME= async DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/autorestic/Makefile b/sysutils/autorestic/Makefile index 4f508cbf2ff..c7643c6af33 100644 --- a/sysutils/autorestic/Makefile +++ b/sysutils/autorestic/Makefile @@ -1,7 +1,7 @@ PORTNAME= autorestic DISTVERSIONPREFIX= v DISTVERSION= 1.7.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= DtxdF@disroot.org diff --git a/sysutils/b3sum/Makefile b/sysutils/b3sum/Makefile index 7edf310b744..a2da3d0593f 100644 --- a/sysutils/b3sum/Makefile +++ b/sysutils/b3sum/Makefile @@ -1,5 +1,6 @@ PORTNAME= b3sum DISTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/backdown/Makefile b/sysutils/backdown/Makefile index caa1be75325..52957fbc240 100644 --- a/sysutils/backdown/Makefile +++ b/sysutils/backdown/Makefile @@ -1,7 +1,7 @@ PORTNAME= backdown DISTVERSIONPREFIX= v DISTVERSION= 1.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/beats7/Makefile b/sysutils/beats7/Makefile index e0ef718c289..4a23ec8cd90 100644 --- a/sysutils/beats7/Makefile +++ b/sysutils/beats7/Makefile @@ -1,7 +1,7 @@ PORTNAME= beats DISTVERSIONPREFIX= v DISTVERSION= 7.17.11 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils PKGNAMESUFFIX?= 7 diff --git a/sysutils/bkt/Makefile b/sysutils/bkt/Makefile index 13e910a061f..b68a9f30629 100644 --- a/sysutils/bkt/Makefile +++ b/sysutils/bkt/Makefile @@ -1,6 +1,6 @@ PORTNAME= bkt DISTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/bottom/Makefile b/sysutils/bottom/Makefile index 9a187e23ae8..02e6de6fcbf 100644 --- a/sysutils/bottom/Makefile +++ b/sysutils/bottom/Makefile @@ -1,6 +1,6 @@ PORTNAME= bottom DISTVERSION= 0.9.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/brename/Makefile b/sysutils/brename/Makefile index a6e568bb8e8..b19e459bb61 100644 --- a/sysutils/brename/Makefile +++ b/sysutils/brename/Makefile @@ -1,7 +1,7 @@ PORTNAME= brename DISTVERSIONPREFIX= v DISTVERSION= 2.14.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/buildah/Makefile b/sysutils/buildah/Makefile index 745bbc694b2..690407cc069 100644 --- a/sysutils/buildah/Makefile +++ b/sysutils/buildah/Makefile @@ -1,7 +1,7 @@ PORTNAME= buildah DISTVERSIONPREFIX= v DISTVERSION= 1.33.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org diff --git a/sysutils/bupstash/Makefile b/sysutils/bupstash/Makefile index 7092d3b0494..d7ba00e3fe7 100644 --- a/sysutils/bupstash/Makefile +++ b/sysutils/bupstash/Makefile @@ -1,7 +1,7 @@ PORTNAME= bupstash DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= felix@userspace.com.au diff --git a/sysutils/cardano-cli/distinfo b/sysutils/cardano-cli/distinfo index 1578e70a2bf..8febf5c25f5 100644 --- a/sysutils/cardano-cli/distinfo +++ b/sysutils/cardano-cli/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1710489749 +TIMESTAMP = 1715112442 SHA256 (cabal/Diff-0.5/Diff-0.5.tar.gz) = 03cc84dedfb18fa693f0b0b7054d65e92c388d0657cf45ad5e9fbe3fe8b54551 SIZE (cabal/Diff-0.5/Diff-0.5.tar.gz) = 9122 SHA256 (cabal/Diff-0.5/revision/1.cabal) = 9c8a972eead9e079b90c6581fa8ef5755662c10dd075951b32b801145704afbb @@ -905,7 +905,7 @@ SHA256 (cabal/typed-process-0.2.11.1/typed-process-0.2.11.1.tar.gz) = d5c5dda091 SIZE (cabal/typed-process-0.2.11.1/typed-process-0.2.11.1.tar.gz) = 18339 SHA256 (cabal/typed-protocols-0.1.1.0.tar.gz) = 23feff45c28a15484cdfdbbebd4000f99148748d44f40bbb17df865ba44293ac SIZE (cabal/typed-protocols-0.1.1.0.tar.gz) = 24491 -SHA256 (cabal/typed-protocols-0.1.1.0/revision/1.cabal) = 3afb8cf577e858150eb2fdc89638c4a88987c1fd0d6332db77b1c69928fd207d +SHA256 (cabal/typed-protocols-0.1.1.0/revision/1.cabal) = 8776c5b773e667290edc2b367bfdd6630c559181c37dd43ed3fd33e8ea9fbaa3 SIZE (cabal/typed-protocols-0.1.1.0/revision/1.cabal) = 1630 SHA256 (cabal/typed-protocols-cborg-0.1.0.4.tar.gz) = 355a02848edf9447451dc7ca0d43bccc25b50b8cc4eac62216203796a2b223f1 SIZE (cabal/typed-protocols-cborg-0.1.0.4.tar.gz) = 6287 diff --git a/sysutils/cbsd-mq-api/Makefile b/sysutils/cbsd-mq-api/Makefile index ac9fd74b71f..723961b8783 100644 --- a/sysutils/cbsd-mq-api/Makefile +++ b/sysutils/cbsd-mq-api/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbsd-mq-api PORTVERSION= 0.3 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru diff --git a/sysutils/cbsd-mq-router/Makefile b/sysutils/cbsd-mq-router/Makefile index d186834d9ad..fa1a91bed8d 100644 --- a/sysutils/cbsd-mq-router/Makefile +++ b/sysutils/cbsd-mq-router/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbsd-mq-router PORTVERSION= 0.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile index 0280b693f5d..13d63f61a02 100644 --- a/sysutils/cfengine-devel/Makefile +++ b/sysutils/cfengine-devel/Makefile @@ -2,9 +2,9 @@ PORTNAME= cfengine PORTVERSION= 3.${CFENGINE_COMMIT_DATE} CATEGORIES= sysutils PKGNAMESUFFIX= -devel -CFENGINE_HASH= 3df9b1c43 -LIBNTECH_HASH= 412f6b3 -CFENGINE_COMMIT_DATE= 2024.04.09 +CFENGINE_HASH= 4f5e8dd65 +LIBNTECH_HASH= 329361a +CFENGINE_COMMIT_DATE= 2024.05.10 MAINTAINER= cy@FreeBSD.org COMMENT= Systems administration tool for networks diff --git a/sysutils/cfengine-devel/distinfo b/sysutils/cfengine-devel/distinfo index 638bf72ba49..cc253db35d2 100644 --- a/sysutils/cfengine-devel/distinfo +++ b/sysutils/cfengine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1712852540 -SHA256 (cfengine-core-3.2024.04.09-3df9b1c43_GH0.tar.gz) = a5eb6b423c9117fdd24ddeeede7253b019bc2f2cad939edaec0f37ce37061c1f -SIZE (cfengine-core-3.2024.04.09-3df9b1c43_GH0.tar.gz) = 2429199 -SHA256 (cfengine-libntech-412f6b3_GH0.tar.gz) = e9f5f92ef894124bdb94900744875511c47495c5c64cd0d429d0d7d193bcb8e3 -SIZE (cfengine-libntech-412f6b3_GH0.tar.gz) = 357097 +TIMESTAMP = 1715612229 +SHA256 (cfengine-core-3.2024.05.10-4f5e8dd65_GH0.tar.gz) = 66ffe34c653a2bdd4173a0acd73059888b586923dde1f907b86c29d3a8508eaf +SIZE (cfengine-core-3.2024.05.10-4f5e8dd65_GH0.tar.gz) = 2431235 +SHA256 (cfengine-libntech-329361a_GH0.tar.gz) = 81d8226ae6041fce0d0056a558d14910d069602abee3527fd086da70eec0cdac +SIZE (cfengine-libntech-329361a_GH0.tar.gz) = 358004 diff --git a/sysutils/cfengine-masterfiles-devel/Makefile b/sysutils/cfengine-masterfiles-devel/Makefile index 662b5b6669d..9d330041301 100644 --- a/sysutils/cfengine-masterfiles-devel/Makefile +++ b/sysutils/cfengine-masterfiles-devel/Makefile @@ -2,8 +2,8 @@ PORTNAME= cfengine-masterfiles PORTVERSION= 3.${CFENGINE_COMMIT_DATE} CATEGORIES= sysutils PKGNAMESUFFIX= -devel -HASH= d87f9411 -CFENGINE_COMMIT_DATE= 2024.04.04 +HASH= 9e96fcf4 +CFENGINE_COMMIT_DATE= 2024.05.02 MAINTAINER= cy@FreeBSD.org COMMENT= cfengine sample policies for installations and upgrades diff --git a/sysutils/cfengine-masterfiles-devel/distinfo b/sysutils/cfengine-masterfiles-devel/distinfo index 782b4ab98f0..6f5d79cd888 100644 --- a/sysutils/cfengine-masterfiles-devel/distinfo +++ b/sysutils/cfengine-masterfiles-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712852672 -SHA256 (cfengine-masterfiles-3.2024.04.04-d87f9411_GH0.tar.gz) = 5d514a55137cf2a0cc7b77ef3476b91a02c73ee15773e8a80046785c88a4cad4 -SIZE (cfengine-masterfiles-3.2024.04.04-d87f9411_GH0.tar.gz) = 497536 +TIMESTAMP = 1715612346 +SHA256 (cfengine-masterfiles-3.2024.05.02-9e96fcf4_GH0.tar.gz) = 68cbcb3c72b069e675b0139bf206d61ddbb431a24364d8304ecadbc91f9ad1f7 +SIZE (cfengine-masterfiles-3.2024.05.02-9e96fcf4_GH0.tar.gz) = 497533 diff --git a/sysutils/cfengine-masterfiles-devel/pkg-plist b/sysutils/cfengine-masterfiles-devel/pkg-plist index a89118297e1..0418717f12d 100644 --- a/sysutils/cfengine-masterfiles-devel/pkg-plist +++ b/sysutils/cfengine-masterfiles-devel/pkg-plist @@ -82,7 +82,6 @@ %%EXAMPLESDIR%%/masterfiles/templates/cf-hub.service.mustache %%EXAMPLESDIR%%/masterfiles/templates/cf-monitord.service.mustache %%EXAMPLESDIR%%/masterfiles/templates/cf-postgres.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-runalerts.service.mustache %%EXAMPLESDIR%%/masterfiles/templates/cf-serverd.service.mustache %%EXAMPLESDIR%%/masterfiles/templates/cfengine3.service.mustache %%EXAMPLESDIR%%/masterfiles/templates/cfengine_watchdog.mustache diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile index 444e7f74ced..ff966dc723e 100644 --- a/sysutils/chaoskube/Makefile +++ b/sysutils/chaoskube/Makefile @@ -1,7 +1,7 @@ PORTNAME= chaoskube PORTVERSION= 0.32.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/chezmoi/Makefile b/sysutils/chezmoi/Makefile index 5c14b47c65b..bb53bbf6a46 100644 --- a/sysutils/chezmoi/Makefile +++ b/sysutils/chezmoi/Makefile @@ -1,7 +1,7 @@ PORTNAME= chezmoi DISTVERSIONPREFIX= v DISTVERSION= 2.45.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils EXTRACT_ONLY= ${_DISTFILES:N*.js} diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile index 376e76eab96..d1fe1e383e3 100644 --- a/sysutils/chgrep/Makefile +++ b/sysutils/chgrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= chgrep PORTVERSION= 1.2.4 -PORTREVIDSION= 1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.bmk-it.com/projects/chgrep/files/ diff --git a/sysutils/choria/Makefile b/sysutils/choria/Makefile index 40f3740e3a7..a3f35259903 100644 --- a/sysutils/choria/Makefile +++ b/sysutils/choria/Makefile @@ -1,7 +1,7 @@ PORTNAME= choria PORTVERSION= 0.27.0 DISTVERSIONPREFIX=v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org diff --git a/sysutils/cloud-nuke/Makefile b/sysutils/cloud-nuke/Makefile index ea099996718..f898ff4a092 100644 --- a/sysutils/cloud-nuke/Makefile +++ b/sysutils/cloud-nuke/Makefile @@ -1,6 +1,7 @@ PORTNAME= cloud-nuke DISTVERSIONPREFIX= v DISTVERSION= 0.35.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/conmon/Makefile b/sysutils/conmon/Makefile index a50a7da9096..277e4098f49 100644 --- a/sysutils/conmon/Makefile +++ b/sysutils/conmon/Makefile @@ -1,7 +1,7 @@ PORTNAME= conmon DISTVERSIONPREFIX= v DISTVERSION= 2.1.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org diff --git a/sysutils/conserve/Makefile b/sysutils/conserve/Makefile index d33f4941514..292b57c598a 100644 --- a/sysutils/conserve/Makefile +++ b/sysutils/conserve/Makefile @@ -1,7 +1,7 @@ PORTNAME= conserve DISTVERSIONPREFIX= v DISTVERSION= 23.11.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/consul-alerts/Makefile b/sysutils/consul-alerts/Makefile index 7d3bb9dbaef..70db69502fd 100644 --- a/sysutils/consul-alerts/Makefile +++ b/sysutils/consul-alerts/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul-alerts PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org diff --git a/sysutils/consul-replicate/Makefile b/sysutils/consul-replicate/Makefile index 75cd2f5f25b..75c2c309e5a 100644 --- a/sysutils/consul-replicate/Makefile +++ b/sysutils/consul-replicate/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul-replicate PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 6fe908aeaa5..70567985ce7 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul DISTVERSION= 1.18.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/hashicorp/consul/${DISTVERSIONFULL}/ DISTFILES= go.mod \ diff --git a/sysutils/consul_exporter/Makefile b/sysutils/consul_exporter/Makefile index 039d0cbd9d7..55b67523b59 100644 --- a/sysutils/consul_exporter/Makefile +++ b/sysutils/consul_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= consul_exporter PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= t.tom@succont.de diff --git a/sysutils/container-diff/Makefile b/sysutils/container-diff/Makefile index 55252f221df..49aca51f48b 100644 --- a/sysutils/container-diff/Makefile +++ b/sysutils/container-diff/Makefile @@ -1,7 +1,7 @@ PORTNAME= container-diff PORTVERSION= 0.19.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org diff --git a/sysutils/containerd/Makefile b/sysutils/containerd/Makefile index e5cdbb26bbb..2a6ee1bc21f 100644 --- a/sysutils/containerd/Makefile +++ b/sysutils/containerd/Makefile @@ -1,6 +1,7 @@ PORTNAME= containerd DISTVERSIONPREFIX=v DISTVERSION= 1.7.16 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= decke@FreeBSD.org diff --git a/sysutils/coreos-ct/Makefile b/sysutils/coreos-ct/Makefile index b1184ae9800..a0d24bedfbe 100644 --- a/sysutils/coreos-ct/Makefile +++ b/sysutils/coreos-ct/Makefile @@ -1,7 +1,7 @@ PORTNAME= coreos-ct PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= fabian.freyer@physik.tu-berlin.de diff --git a/sysutils/ctop/Makefile b/sysutils/ctop/Makefile index d11f4b65c63..1c5e65ac71f 100644 --- a/sysutils/ctop/Makefile +++ b/sysutils/ctop/Makefile @@ -1,7 +1,7 @@ PORTNAME= ctop DISTVERSIONPREFIX= v DISTVERSION= 0.7.7 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= sysutils MAINTAINER= dmgk@FreeBSD.org diff --git a/sysutils/czkawka/Makefile b/sysutils/czkawka/Makefile index ebc4366172c..ade8c7c2641 100644 --- a/sysutils/czkawka/Makefile +++ b/sysutils/czkawka/Makefile @@ -1,6 +1,6 @@ PORTNAME= czkawka DISTVERSION= 7.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org diff --git a/sysutils/datadog-agent/Makefile b/sysutils/datadog-agent/Makefile index 74aad4b728d..5e6928952aa 100644 --- a/sysutils/datadog-agent/Makefile +++ b/sysutils/datadog-agent/Makefile @@ -1,6 +1,6 @@ PORTNAME= datadog-agent DISTVERSION= 7.24.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils net www MAINTAINER= uros@gruber.si @@ -12,6 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= SHA256 Checksum mismatch for kubernetes-client-go-bec269661e48_GH0.tar.gz BROKEN_i386= fails to build: vendor/github.com/DataDog/gopsutil/process/process_freebsd.go:95:9: cannot use k.Start.Sec * 1000 (value of type int32) as type int64 in return statement +DEPRECATED= Unfetchable and marked BROKEN for several months +EXPIRATION_DATE=2024-05-31 BUILD_DEPENDS= cmake-core>=3.12:devel/cmake-core \ go-bindata>0:devel/go-bindata diff --git a/sysutils/ddh/Makefile b/sysutils/ddh/Makefile index 7996ff28f81..f8b74f39e7d 100644 --- a/sysutils/ddh/Makefile +++ b/sysutils/ddh/Makefile @@ -1,7 +1,7 @@ PORTNAME= ddh DISTVERSIONPREFIX= win DISTVERSION= 64 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/ddrescueview/Makefile b/sysutils/ddrescueview/Makefile new file mode 100644 index 00000000000..8545722c8cc --- /dev/null +++ b/sysutils/ddrescueview/Makefile @@ -0,0 +1,49 @@ +PORTNAME= ddrescueview +PORTVERSION= 0.4.5 +CATEGORIES= sysutils +MASTER_SITES= https://sourceforge.net/projects/${PORTNAME}/files/Test%20builds/v${PORTVERSION}/ +PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} +DISTNAME= ${PORTNAME}-source-${PORTVERSION} + +MAINTAINER= rhurlin@FreeBSD.org +COMMENT= Graphical viewer for GNU ddrescue mapfiles +WWW= https://sourceforge.net/projects/ddrescueview/ + +LICENSE= GPLv3 + +gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 ${PORTNAME}-qt6 +qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt6 +qt6_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt5 + +USES= desktop-file-utils dos2unix fpc gnome lazarus:flavors tar:xz xorg +DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|lpr|txt) +USE_GNOME_gtk2= cairo gdkpixbuf2 glib20 pango +USE_GNOME+= ${USE_GNOME_${FLAVOR}} +USE_XORG= x11 + +LAZARUS_PROJECT_FILES= source/ddrescueview.lpi +LAZARUS_PROJECT_FILES+= source/ddrescueview.lpr +LAZBUILD_ARGS= -d + +OPTIONS_DEFINE= DOCS + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/source/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/resources/linux/man/man1/ddrescueview.1 \ + ${STAGEDIR}${PREFIX}/share/man/man1 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps +.for i in 16 22 24 32 48 64 128 256 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ + ${INSTALL_DATA} ${WRKSRC}/resources/linux/icons/hicolor/${i}x${i}/apps/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/ +.endfor + ${INSTALL_DATA} ${WRKSRC}/resources/linux/applications/ddrescueview.desktop \ + ${STAGEDIR}${PREFIX}/share/applications + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/changelog.txt ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} + +.include diff --git a/sysutils/ddrescueview/distinfo b/sysutils/ddrescueview/distinfo new file mode 100644 index 00000000000..714de6f58a8 --- /dev/null +++ b/sysutils/ddrescueview/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1715502796 +SHA256 (ddrescueview-source-0.4.5.tar.xz) = 57383c394e62612ce2a799438b00c6e3c465c31f9ba940e077f624e2e7028465 +SIZE (ddrescueview-source-0.4.5.tar.xz) = 211184 diff --git a/sysutils/ddrescueview/pkg-descr b/sysutils/ddrescueview/pkg-descr new file mode 100644 index 00000000000..085083eb3b0 --- /dev/null +++ b/sysutils/ddrescueview/pkg-descr @@ -0,0 +1,7 @@ +This small tool allows the user to graphically examine ddrescue's +mapfiles in a user friendly GUI application. The Main window displays +a block grid with each block's color representing the block types it +contains. Many people know this type of view from defragmentation +programs. + +WIKI: https://sourceforge.net/p/ddrescueview/wiki/Manual-0.4.5/ diff --git a/sysutils/ddrescueview/pkg-plist b/sysutils/ddrescueview/pkg-plist new file mode 100644 index 00000000000..35afd40f007 --- /dev/null +++ b/sysutils/ddrescueview/pkg-plist @@ -0,0 +1,13 @@ +bin/ddrescueview +share/applications/ddrescueview.desktop +%%DOCSDIR%%/changelog.txt +%%DOCSDIR%%/readme.txt +share/icons/hicolor/128x128/apps/ddrescueview.png +share/icons/hicolor/16x16/apps/ddrescueview.png +share/icons/hicolor/22x22/apps/ddrescueview.png +share/icons/hicolor/24x24/apps/ddrescueview.png +share/icons/hicolor/256x256/apps/ddrescueview.png +share/icons/hicolor/32x32/apps/ddrescueview.png +share/icons/hicolor/48x48/apps/ddrescueview.png +share/icons/hicolor/64x64/apps/ddrescueview.png +share/man/man1/ddrescueview.1.gz diff --git a/sysutils/diffoci/Makefile b/sysutils/diffoci/Makefile index 03ed83e7c71..f11c24f5ba1 100644 --- a/sysutils/diffoci/Makefile +++ b/sysutils/diffoci/Makefile @@ -1,6 +1,7 @@ PORTNAME= diffoci PORTVERSION= 0.1.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= sunpoet@FreeBSD.org diff --git a/sysutils/direnv/Makefile b/sysutils/direnv/Makefile index 801ab0f5350..5b718d86da6 100644 --- a/sysutils/direnv/Makefile +++ b/sysutils/direnv/Makefile @@ -1,7 +1,7 @@ PORTNAME= direnv DISTVERSIONPREFIX= v DISTVERSION= 2.34.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/diskonaut/Makefile b/sysutils/diskonaut/Makefile index 9c75f9fbd37..72b1fe85dfe 100644 --- a/sysutils/diskonaut/Makefile +++ b/sysutils/diskonaut/Makefile @@ -1,6 +1,6 @@ PORTNAME= diskonaut PORTVERSION= 0.11.0 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/diskus/Makefile b/sysutils/diskus/Makefile index 231e8281384..4caba83f925 100644 --- a/sysutils/diskus/Makefile +++ b/sysutils/diskus/Makefile @@ -1,7 +1,7 @@ PORTNAME= diskus DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/docker-credential-pass/Makefile b/sysutils/docker-credential-pass/Makefile index 6fc719bf2a5..b40863264f0 100644 --- a/sysutils/docker-credential-pass/Makefile +++ b/sysutils/docker-credential-pass/Makefile @@ -1,7 +1,7 @@ PORTNAME= docker-credential-pass DISTVERSIONPREFIX= v DISTVERSION= 0.6.4 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= dmgk@FreeBSD.org diff --git a/sysutils/docker-machine/Makefile b/sysutils/docker-machine/Makefile index 340f24703ce..43e8d9550c7 100644 --- a/sysutils/docker-machine/Makefile +++ b/sysutils/docker-machine/Makefile @@ -1,7 +1,7 @@ PORTNAME= docker-machine PORTVERSION= 0.16.2 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/docker-registry/Makefile b/sysutils/docker-registry/Makefile index 19116f98e4a..192ff5b4ad4 100644 --- a/sysutils/docker-registry/Makefile +++ b/sysutils/docker-registry/Makefile @@ -1,7 +1,7 @@ PORTNAME= docker-registry PORTVERSION= 2.7.1 DISTVERSIONPREFIX=v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= freebsd@yapsoft.it diff --git a/sysutils/docker/Makefile b/sysutils/docker/Makefile index 712771cd3fb..f668b3ebfc4 100644 --- a/sysutils/docker/Makefile +++ b/sysutils/docker/Makefile @@ -1,7 +1,7 @@ PORTNAME= docker PORTVERSION= 18.09.5 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= joneum@FreeBSD.org diff --git a/sysutils/doctl/Makefile b/sysutils/doctl/Makefile index a3e67c4caf5..01821e469ac 100644 --- a/sysutils/doctl/Makefile +++ b/sysutils/doctl/Makefile @@ -1,6 +1,6 @@ PORTNAME= doctl DISTVERSION= 1.99.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= https://github.com/digitalocean/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-source diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index e015266908b..701f585657a 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -1,6 +1,7 @@ PORTNAME= dua-cli DISTVERSIONPREFIX= v DISTVERSION= 2.29.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/duf/Makefile b/sysutils/duf/Makefile index ef24ecfa2cf..965bffdd673 100644 --- a/sysutils/duf/Makefile +++ b/sysutils/duf/Makefile @@ -1,7 +1,7 @@ PORTNAME= duf DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/dust/Makefile b/sysutils/dust/Makefile index 0d5470ed7d7..1447f341802 100644 --- a/sysutils/dust/Makefile +++ b/sysutils/dust/Makefile @@ -1,6 +1,7 @@ PORTNAME= dust DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= adamw@FreeBSD.org diff --git a/sysutils/dutree/Makefile b/sysutils/dutree/Makefile index 2c1fed6fc83..c487e6720e9 100644 --- a/sysutils/dutree/Makefile +++ b/sysutils/dutree/Makefile @@ -1,7 +1,7 @@ PORTNAME= dutree DISTVERSIONPREFIX= v DISTVERSION= 0.2.15 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils PATCH_SITES= https://github.com/nachoparker/dutree/commit/ diff --git a/sysutils/eksctl/Makefile b/sysutils/eksctl/Makefile index cbf25b1b350..ee7fc1e5015 100644 --- a/sysutils/eksctl/Makefile +++ b/sysutils/eksctl/Makefile @@ -1,5 +1,5 @@ PORTNAME= eksctl -PORTVERSION= 0.175.0 +PORTVERSION= 0.176.0 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= sysutils @@ -18,7 +18,7 @@ PLIST_FILES= bin/${PORTNAME} GO_MODULE= github.com/eksctl-io/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} -GO_BUILDFLAGS= -ldflags="-X github.com/weaveworks/eksctl/pkg/version.gitCommit=5b28c17948a1 \ +GO_BUILDFLAGS= -ldflags="-X github.com/weaveworks/eksctl/pkg/version.gitCommit=5b33f073a3b8 \ -X github.com/weaveworks/eksctl/pkg/version.buildDate=$$(date +%Y-%m-%dT%H:%M:%SZ)" .include diff --git a/sysutils/eksctl/distinfo b/sysutils/eksctl/distinfo index 984d76a3108..1caa7846e6e 100644 --- a/sysutils/eksctl/distinfo +++ b/sysutils/eksctl/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1711662518 -SHA256 (go/sysutils_eksctl/eksctl-v0.175.0/v0.175.0.mod) = a808d32bb9569eca4900afa697481af4b419f7aa2a06713c95985ed7d3b780b0 -SIZE (go/sysutils_eksctl/eksctl-v0.175.0/v0.175.0.mod) = 24316 -SHA256 (go/sysutils_eksctl/eksctl-v0.175.0/v0.175.0.zip) = 1a4d40a4289f74ff1f6d9e41e4e1909a5668248b99e91d0e472a9c41de1d08f1 -SIZE (go/sysutils_eksctl/eksctl-v0.175.0/v0.175.0.zip) = 11849308 +TIMESTAMP = 1715426557 +SHA256 (go/sysutils_eksctl/eksctl-v0.176.0/v0.176.0.mod) = 70e82458e5d260ccb5d40e21f92b2242af043505d909fa15cc61546c1f62b135 +SIZE (go/sysutils_eksctl/eksctl-v0.176.0/v0.176.0.mod) = 24350 +SHA256 (go/sysutils_eksctl/eksctl-v0.176.0/v0.176.0.zip) = 3c2b70ac94af46f88ba833e2ba5fb12315b46204e35aa109244f4d880f537b97 +SIZE (go/sysutils_eksctl/eksctl-v0.176.0/v0.176.0.zip) = 11858767 diff --git a/sysutils/envconsul/Makefile b/sysutils/envconsul/Makefile index aad4bc75a69..de7df666a02 100644 --- a/sysutils/envconsul/Makefile +++ b/sysutils/envconsul/Makefile @@ -1,7 +1,7 @@ PORTNAME= envconsul PORTVERSION= 0.13.2 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/epazote/Makefile b/sysutils/epazote/Makefile index 6537d38ec10..5860e294f27 100644 --- a/sysutils/epazote/Makefile +++ b/sysutils/epazote/Makefile @@ -1,6 +1,6 @@ PORTNAME= epazote PORTVERSION= 2.1.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io diff --git a/sysutils/equinix-metal-cli/Makefile b/sysutils/equinix-metal-cli/Makefile index 5e5584120bf..bcc92913ffc 100644 --- a/sysutils/equinix-metal-cli/Makefile +++ b/sysutils/equinix-metal-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= equinix-metal-cli DISTVERSIONPREFIX= v DISTVERSION= 0.22.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org diff --git a/sysutils/erdtree/Makefile b/sysutils/erdtree/Makefile index ab84d9b9c02..1eaaacf8e55 100644 --- a/sysutils/erdtree/Makefile +++ b/sysutils/erdtree/Makefile @@ -1,7 +1,7 @@ PORTNAME= erdtree DISTVERSIONPREFIX= v DISTVERSION= 3.1.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= se@FreeBSD.org diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index 0abe9ec04da..0d5f3b62b85 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -1,7 +1,7 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= sysutils MAINTAINER= mikael@FreeBSD.org diff --git a/sysutils/eza/Makefile b/sysutils/eza/Makefile index 1d026468448..f6550f3dc12 100644 --- a/sysutils/eza/Makefile +++ b/sysutils/eza/Makefile @@ -1,6 +1,7 @@ PORTNAME= eza DISTVERSIONPREFIX= v DISTVERSION= 0.18.14 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= kdeguchi@sz.tokoha-u.ac.jp diff --git a/sysutils/f2/Makefile b/sysutils/f2/Makefile index 09dabcc886b..b55d52c0f75 100644 --- a/sysutils/f2/Makefile +++ b/sysutils/f2/Makefile @@ -1,7 +1,7 @@ PORTNAME= f2 DISTVERSIONPREFIX= v DISTVERSION= 1.9.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/faketty/Makefile b/sysutils/faketty/Makefile index 362b0fd28e5..49467fe5594 100644 --- a/sysutils/faketty/Makefile +++ b/sysutils/faketty/Makefile @@ -1,6 +1,6 @@ PORTNAME= faketty DISTVERSION= 1.0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/fastfetch/Makefile b/sysutils/fastfetch/Makefile index 41cf34f1897..72494159085 100644 --- a/sysutils/fastfetch/Makefile +++ b/sysutils/fastfetch/Makefile @@ -1,5 +1,5 @@ PORTNAME= fastfetch -DISTVERSION= 2.11.0 +DISTVERSION= 2.11.5 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/fastfetch/distinfo b/sysutils/fastfetch/distinfo index 4ef98203a21..ac00f7a41c2 100644 --- a/sysutils/fastfetch/distinfo +++ b/sysutils/fastfetch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714485784 -SHA256 (fastfetch-cli-fastfetch-2.11.0_GH0.tar.gz) = bf7e42db6a219a73bace5ff977414bd79a7ce1b7085872e0c8012ee9a56b2822 -SIZE (fastfetch-cli-fastfetch-2.11.0_GH0.tar.gz) = 1318103 +TIMESTAMP = 1715066574 +SHA256 (fastfetch-cli-fastfetch-2.11.5_GH0.tar.gz) = 83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64 +SIZE (fastfetch-cli-fastfetch-2.11.5_GH0.tar.gz) = 1321195 diff --git a/sysutils/fastfetch/pkg-plist b/sysutils/fastfetch/pkg-plist index 5bd32dc6238..462f0d5d3d0 100644 --- a/sysutils/fastfetch/pkg-plist +++ b/sysutils/fastfetch/pkg-plist @@ -9,6 +9,7 @@ share/man/man1/fastfetch.1.gz %%DATADIR%%/presets/examples/10.jsonc %%DATADIR%%/presets/examples/11.jsonc %%DATADIR%%/presets/examples/12.jsonc +%%DATADIR%%/presets/examples/13.jsonc %%DATADIR%%/presets/examples/2.jsonc %%DATADIR%%/presets/examples/3.jsonc %%DATADIR%%/presets/examples/4.jsonc diff --git a/sysutils/fclones/Makefile b/sysutils/fclones/Makefile index af2dacefe00..e78bb3093d0 100644 --- a/sysutils/fclones/Makefile +++ b/sysutils/fclones/Makefile @@ -1,7 +1,7 @@ PORTNAME= fclones DISTVERSIONPREFIX= v DISTVERSION= 0.34.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index dc364df2011..78bbd37b8b3 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -1,7 +1,7 @@ PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 9.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils PKGNAMESUFFIX= -find diff --git a/sysutils/flipperbit/Makefile b/sysutils/flipperbit/Makefile index faa6ae3da32..ac921169fb3 100644 --- a/sysutils/flipperbit/Makefile +++ b/sysutils/flipperbit/Makefile @@ -1,7 +1,7 @@ PORTNAME= flipperbit DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index da6dfffdacc..549d217cdf4 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -1,6 +1,6 @@ PORTNAME= flowgger DISTVERSION= 0.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/sysutils/froxlor/Makefile b/sysutils/froxlor/Makefile index bb16069609d..bd17d882128 100644 --- a/sysutils/froxlor/Makefile +++ b/sysutils/froxlor/Makefile @@ -1,5 +1,5 @@ PORTNAME= froxlor -DISTVERSION= 2.1.6 +DISTVERSION= 2.1.9 CATEGORIES= sysutils www MASTER_SITES= https://files.froxlor.org/releases/ diff --git a/sysutils/froxlor/distinfo b/sysutils/froxlor/distinfo index f03c402be4e..3d420218561 100644 --- a/sysutils/froxlor/distinfo +++ b/sysutils/froxlor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708058748 -SHA256 (froxlor-2.1.6.tar.gz) = 1dadafb2df2c1b118c6a61a310f976d9c4df6d4c2a5be9151a7f1faa08db57cb -SIZE (froxlor-2.1.6.tar.gz) = 3689929 +TIMESTAMP = 1715542622 +SHA256 (froxlor-2.1.9.tar.gz) = 1e3ce6f806d24dc14be4627b8262820c7a0f9cbfae1cb8e7b421d0bd62583aa9 +SIZE (froxlor-2.1.9.tar.gz) = 3693370 diff --git a/sysutils/froxlor/pkg-plist b/sysutils/froxlor/pkg-plist index 9d6e4e79251..e54e6ce7d39 100644 --- a/sysutils/froxlor/pkg-plist +++ b/sysutils/froxlor/pkg-plist @@ -428,7 +428,7 @@ %%WWWDIR%%/templates/Froxlor/assets/scss/index.html %%WWWDIR%%/templates/Froxlor/base.html.twig %%WWWDIR%%/templates/Froxlor/build/assets/app-61450a15.css -%%WWWDIR%%/templates/Froxlor/build/assets/app-9f7884c2.js +%%WWWDIR%%/templates/Froxlor/build/assets/app-67d6acee.js %%WWWDIR%%/templates/Froxlor/build/assets/fa-brands-400-003f1154.ttf %%WWWDIR%%/templates/Froxlor/build/assets/fa-brands-400-faae6fc0.woff2 %%WWWDIR%%/templates/Froxlor/build/assets/fa-regular-400-7d81a1a7.ttf diff --git a/sysutils/fselect/Makefile b/sysutils/fselect/Makefile index a5095d4cf93..38fe3cf60cc 100644 --- a/sysutils/fselect/Makefile +++ b/sysutils/fselect/Makefile @@ -1,6 +1,6 @@ PORTNAME= fselect DISTVERSION= 0.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/fusefs-hfsfuse/Makefile b/sysutils/fusefs-hfsfuse/Makefile index 007e3440f01..803fd8809be 100644 --- a/sysutils/fusefs-hfsfuse/Makefile +++ b/sysutils/fusefs-hfsfuse/Makefile @@ -1,6 +1,6 @@ PORTNAME= hfsfuse DISTVERSION= 0.132 -PORTREIVSION= 1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/0x09/hfsfuse/releases/download/${DISTVERSION}/ PKGNAMEPREFIX= fusefs- diff --git a/sysutils/fusefs-sandboxfs/Makefile b/sysutils/fusefs-sandboxfs/Makefile index ae61356bdcc..8e897ba7ef7 100644 --- a/sysutils/fusefs-sandboxfs/Makefile +++ b/sysutils/fusefs-sandboxfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= sandboxfs DISTVERSIONPREFIX= sandboxfs- DISTVERSION= 0.2.0 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/sysutils/fusefs-webdavfs/Makefile b/sysutils/fusefs-webdavfs/Makefile index 2fae5c4ba4d..4912d92e265 100644 --- a/sysutils/fusefs-webdavfs/Makefile +++ b/sysutils/fusefs-webdavfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= fusefs-webdavfs DISTVERSION= g20200520 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org diff --git a/sysutils/fusefs-xfuse/Makefile b/sysutils/fusefs-xfuse/Makefile index 6367a66722e..59d7befeefa 100644 --- a/sysutils/fusefs-xfuse/Makefile +++ b/sysutils/fusefs-xfuse/Makefile @@ -1,7 +1,7 @@ PORTNAME= xfuse DISTVERSIONPREFIX= v DISTVERSION= 0.1.0-alpha -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/sysutils/fx/Makefile b/sysutils/fx/Makefile index 6adaad65e25..bf283a85cef 100644 --- a/sysutils/fx/Makefile +++ b/sysutils/fx/Makefile @@ -1,6 +1,6 @@ PORTNAME= fx DISTVERSION= 34.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/gcp-ops-agent/Makefile b/sysutils/gcp-ops-agent/Makefile index 355ae63e08e..b238abad03a 100644 --- a/sysutils/gcp-ops-agent/Makefile +++ b/sysutils/gcp-ops-agent/Makefile @@ -1,6 +1,6 @@ PORTNAME= ops-agent DISTVERSION= 2.22.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils PKGNAMEPREFIX= gcp- diff --git a/sysutils/gdu/Makefile b/sysutils/gdu/Makefile index ee8a193150f..03ff63f7c89 100644 --- a/sysutils/gdu/Makefile +++ b/sysutils/gdu/Makefile @@ -1,7 +1,7 @@ PORTNAME= gdu DISTVERSIONPREFIX= v DISTVERSION= 5.27.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/glow/Makefile b/sysutils/glow/Makefile index e8b8f673c14..2dbc0cbe7dd 100644 --- a/sysutils/glow/Makefile +++ b/sysutils/glow/Makefile @@ -1,7 +1,7 @@ PORTNAME= glow DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/go-wtf/Makefile b/sysutils/go-wtf/Makefile index f0356974f12..70c1cab0608 100644 --- a/sysutils/go-wtf/Makefile +++ b/sysutils/go-wtf/Makefile @@ -1,7 +1,7 @@ PORTNAME= wtf PORTVERSION= 0.43.0 DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils PKGNAMEPREFIX= go- diff --git a/sysutils/goawk/Makefile b/sysutils/goawk/Makefile index ebd2ecbe88e..5f276458021 100644 --- a/sysutils/goawk/Makefile +++ b/sysutils/goawk/Makefile @@ -1,6 +1,7 @@ PORTNAME= goawk DISTVERSIONPREFIX= v DISTVERSION= 1.27.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/gomi/Makefile b/sysutils/gomi/Makefile index 40857ad08c3..f02036cb9ff 100644 --- a/sysutils/gomi/Makefile +++ b/sysutils/gomi/Makefile @@ -1,7 +1,7 @@ PORTNAME= gomi DISTVERSIONPREFIX= v DISTVERSION= 1.1.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/gomplate/Makefile b/sysutils/gomplate/Makefile index ff16c8d3108..852314ec72a 100644 --- a/sysutils/gomplate/Makefile +++ b/sysutils/gomplate/Makefile @@ -1,7 +1,7 @@ PORTNAME= gomplate DISTVERSIONPREFIX= v DISTVERSION= 3.11.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/gotop/Makefile b/sysutils/gotop/Makefile index 17eb97a9929..6de652b7f3b 100644 --- a/sysutils/gotop/Makefile +++ b/sysutils/gotop/Makefile @@ -1,7 +1,7 @@ PORTNAME= gotop DISTVERSIONPREFIX= v DISTVERSION= 4.1.4 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/govmomi/Makefile b/sysutils/govmomi/Makefile index b9a7e00d723..f00745184ad 100644 --- a/sysutils/govmomi/Makefile +++ b/sysutils/govmomi/Makefile @@ -1,6 +1,6 @@ PORTNAME= govmomi DISTVERSIONPREFIX= v -DISTVERSION= 0.37.1 +DISTVERSION= 0.37.2 CATEGORIES= sysutils MAINTAINER= alex@i.org.ua diff --git a/sysutils/govmomi/distinfo b/sysutils/govmomi/distinfo index 8083524f9dd..533ec545add 100644 --- a/sysutils/govmomi/distinfo +++ b/sysutils/govmomi/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1713507285 -SHA256 (go/sysutils_govmomi/govmomi-v0.37.1/v0.37.1.mod) = efc77555bf9d423807e95853fbc32fa13e3ad9d2e035cfa2b88d71fb4c6c8903 -SIZE (go/sysutils_govmomi/govmomi-v0.37.1/v0.37.1.mod) = 726 -SHA256 (go/sysutils_govmomi/govmomi-v0.37.1/v0.37.1.zip) = 2b981404a23705796e53964ec098fd16fae2345909a439f416559eba929197c4 -SIZE (go/sysutils_govmomi/govmomi-v0.37.1/v0.37.1.zip) = 3470876 +TIMESTAMP = 1715465179 +SHA256 (go/sysutils_govmomi/govmomi-v0.37.2/v0.37.2.mod) = efc77555bf9d423807e95853fbc32fa13e3ad9d2e035cfa2b88d71fb4c6c8903 +SIZE (go/sysutils_govmomi/govmomi-v0.37.2/v0.37.2.mod) = 726 +SHA256 (go/sysutils_govmomi/govmomi-v0.37.2/v0.37.2.zip) = f640c9f991e0261519899fe8da19c1d1011eec4d7f2ab0b39db4ca6980eee39a +SIZE (go/sysutils_govmomi/govmomi-v0.37.2/v0.37.2.zip) = 3471618 diff --git a/sysutils/gstat-rs/Makefile b/sysutils/gstat-rs/Makefile index 04862edd5e5..f70cc988c1d 100644 --- a/sysutils/gstat-rs/Makefile +++ b/sysutils/gstat-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= gstat-rs DISTVERSIONPREFIX= gstat-v DISTVERSION= 0.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= asomers@FreeBSD.org diff --git a/sysutils/handlr/Makefile b/sysutils/handlr/Makefile index 1a347a57a9a..fa23a2d7760 100644 --- a/sysutils/handlr/Makefile +++ b/sysutils/handlr/Makefile @@ -1,7 +1,7 @@ PORTNAME= handlr DISTVERSIONPREFIX= v DISTVERSION= 0.7.1 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/hared/Makefile b/sysutils/hared/Makefile index d29770147b1..d37d86f2fac 100644 --- a/sysutils/hared/Makefile +++ b/sysutils/hared/Makefile @@ -1,7 +1,7 @@ PORTNAME= hared DISTVERSION= 1.0-45 DISTVERSIONSUFFIX= -g8341d8a -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org diff --git a/sysutils/hcloud/Makefile b/sysutils/hcloud/Makefile index cfc189d4aff..8020e59b300 100644 --- a/sysutils/hcloud/Makefile +++ b/sysutils/hcloud/Makefile @@ -1,7 +1,7 @@ PORTNAME= hcloud DISTVERSIONPREFIX= v DISTVERSION= 1.43.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= uzsolt@FreeBSD.org diff --git a/sysutils/helm/Makefile b/sysutils/helm/Makefile index 9e7ebc1bae5..6d0661bba04 100644 --- a/sysutils/helm/Makefile +++ b/sysutils/helm/Makefile @@ -1,5 +1,5 @@ PORTNAME= helm -PORTVERSION= 3.14.3 +PORTVERSION= 3.14.4 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= sysutils @@ -17,7 +17,7 @@ USES= cpe go:modules tar:xz GO_MODULE= github.com/${PORTNAME}/${PORTNAME}/v3 GO_PKGNAME= k8s.io/helm GO_BUILDFLAGS= -ldflags="-X helm.sh/helm/v3/internal/version.version=v${PORTVERSION} \ - -X helm.sh/helm/v3/internal/version.gitCommit=f03cc04caaa8f6d7c3e67cf918929150cf6f3f12" + -X helm.sh/helm/v3/internal/version.gitCommit=81c902a123462fd4052bc5e9aa9c513c4c8fc142" GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} diff --git a/sysutils/helm/distinfo b/sysutils/helm/distinfo index 49abdf7ccc1..c1501bbb5fb 100644 --- a/sysutils/helm/distinfo +++ b/sysutils/helm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1711662362 -SHA256 (go/sysutils_helm/helm-v3.14.3/v3.14.3.mod) = c65d712cb4a2cb6260b62b4f95aaacf4ff09d7a92ed9bfa18f257b5645366412 -SIZE (go/sysutils_helm/helm-v3.14.3/v3.14.3.mod) = 8230 -SHA256 (go/sysutils_helm/helm-v3.14.3/v3.14.3.zip) = 1926e761de667d291efc4c74ad59cb885a511e9b9b26ce1778d6d81af63b3656 -SIZE (go/sysutils_helm/helm-v3.14.3/v3.14.3.zip) = 1344721 +TIMESTAMP = 1715426404 +SHA256 (go/sysutils_helm/helm-v3.14.4/v3.14.4.mod) = 94b9f5948858ee76643e0600527720107d177a97e6ee7837c93ea3b96c4ac775 +SIZE (go/sysutils_helm/helm-v3.14.4/v3.14.4.mod) = 8230 +SHA256 (go/sysutils_helm/helm-v3.14.4/v3.14.4.zip) = 9ecbb331bd138bdb32543ba871ff959524deefda93125312de1bace361a7e646 +SIZE (go/sysutils_helm/helm-v3.14.4/v3.14.4.zip) = 1345328 diff --git a/sysutils/helmfile/Makefile b/sysutils/helmfile/Makefile index 5f010d5aeb1..bf57ba6d864 100644 --- a/sysutils/helmfile/Makefile +++ b/sysutils/helmfile/Makefile @@ -1,7 +1,7 @@ PORTNAME= helmfile DISTVERSIONPREFIX= v DISTVERSION= 0.158.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= timp87@gmail.com diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index d310c1dcfb8..41d30e81b03 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -1,7 +1,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= mikael@FreeBSD.org diff --git a/sysutils/hostctl/Makefile b/sysutils/hostctl/Makefile index 0102fce5082..048154966a7 100644 --- a/sysutils/hostctl/Makefile +++ b/sysutils/hostctl/Makefile @@ -1,7 +1,7 @@ PORTNAME= hostctl DISTVERSIONPREFIX= v DISTVERSION= 1.1.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/httm/Makefile b/sysutils/httm/Makefile index 78ddb63caf8..ee1a337495a 100644 --- a/sysutils/httm/Makefile +++ b/sysutils/httm/Makefile @@ -1,5 +1,6 @@ PORTNAME= httm DISTVERSION= 0.38.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/immortal/Makefile b/sysutils/immortal/Makefile index 6e5c3b65033..d0a131f1363 100644 --- a/sysutils/immortal/Makefile +++ b/sysutils/immortal/Makefile @@ -1,6 +1,6 @@ PORTNAME= immortal PORTVERSION= 0.24.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= sysutils MAINTAINER= nbari@tequila.io diff --git a/sysutils/ipfs-go-fs-repo-migrations/Makefile b/sysutils/ipfs-go-fs-repo-migrations/Makefile index c7af4d30bfd..daf135d5342 100644 --- a/sysutils/ipfs-go-fs-repo-migrations/Makefile +++ b/sysutils/ipfs-go-fs-repo-migrations/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipfs-go-fs-repo-migrations DISTVERSIONPREFIX= v DISTVERSION= 1.7.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MASTER_SITES= https://github.com/ipfs/fs-repo-migrations/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/sysutils/ipget/Makefile b/sysutils/ipget/Makefile index dd3f1a21e77..9d04888cc28 100644 --- a/sysutils/ipget/Makefile +++ b/sysutils/ipget/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipget DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/ipmi_exporter/Makefile b/sysutils/ipmi_exporter/Makefile index dbe519e3f02..2535b1a45b7 100644 --- a/sysutils/ipmi_exporter/Makefile +++ b/sysutils/ipmi_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= ipmi_exporter DISTVERSIONPREFIX= v DISTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= meka@tilda.center diff --git a/sysutils/istio/Makefile b/sysutils/istio/Makefile index 14e51c22bc0..b001eced549 100644 --- a/sysutils/istio/Makefile +++ b/sysutils/istio/Makefile @@ -1,6 +1,6 @@ PORTNAME= istio PORTVERSION= 1.7.4 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/jail-primer/Makefile b/sysutils/jail-primer/Makefile index 3939d1e88c1..855808ad1d1 100644 --- a/sysutils/jail-primer/Makefile +++ b/sysutils/jail-primer/Makefile @@ -1,6 +1,6 @@ PORTNAME= jail-primer PORTVERSION= 0.2 -PORTREVISIOPN= 1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} diff --git a/sysutils/jail_exporter/Makefile b/sysutils/jail_exporter/Makefile index af9d2a24af1..3b671460339 100644 --- a/sysutils/jail_exporter/Makefile +++ b/sysutils/jail_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= jail_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.15.1 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk diff --git a/sysutils/jest/Makefile b/sysutils/jest/Makefile index 7fa7fc8bb3b..02adf84df20 100644 --- a/sysutils/jest/Makefile +++ b/sysutils/jest/Makefile @@ -1,6 +1,6 @@ PORTNAME= jest DISTVERSION= 3.0.16 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/k9s/Makefile b/sysutils/k9s/Makefile index a093c62da3d..794e5a59e87 100644 --- a/sysutils/k9s/Makefile +++ b/sysutils/k9s/Makefile @@ -1,7 +1,7 @@ PORTNAME= k9s DISTVERSIONPREFIX= v DISTVERSION= 0.32.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= gogolok@gmail.com diff --git a/sysutils/kapp/Makefile b/sysutils/kapp/Makefile index 1b4ff858275..0e46be09671 100644 --- a/sysutils/kapp/Makefile +++ b/sysutils/kapp/Makefile @@ -1,7 +1,7 @@ PORTNAME= kapp DISTVERSIONPREFIX= v DISTVERSION= 0.59.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= timp87@gmail.com diff --git a/sysutils/kf6-baloo/distinfo b/sysutils/kf6-baloo/distinfo index 7b0f60b4579..51e252e1705 100644 --- a/sysutils/kf6-baloo/distinfo +++ b/sysutils/kf6-baloo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022608 -SHA256 (KDE/frameworks/6.1.0/baloo-6.1.0.tar.xz) = 54d821c4dc12191b3f1aeb5e753c1078c8bb46f1515d020467705d7f7c59ccaa -SIZE (KDE/frameworks/6.1.0/baloo-6.1.0.tar.xz) = 319828 +TIMESTAMP = 1714804807 +SHA256 (KDE/frameworks/6.2.0/baloo-6.2.0.tar.xz) = 1ea413b9dbada7d0646a1f8dc3f0688928c266e6388528cfd05d4c079a7e22a8 +SIZE (KDE/frameworks/6.2.0/baloo-6.2.0.tar.xz) = 316400 diff --git a/sysutils/kf6-kuserfeedback/distinfo b/sysutils/kf6-kuserfeedback/distinfo index e44cea19494..5b5d26fbc79 100644 --- a/sysutils/kf6-kuserfeedback/distinfo +++ b/sysutils/kf6-kuserfeedback/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022609 -SHA256 (KDE/frameworks/6.1.0/kuserfeedback-6.1.0.tar.xz) = cdfa46fd02773f25820d5a8017d6ca9746d1054cf44e3ae33fff691eb266bc5f -SIZE (KDE/frameworks/6.1.0/kuserfeedback-6.1.0.tar.xz) = 254136 +TIMESTAMP = 1714804807 +SHA256 (KDE/frameworks/6.2.0/kuserfeedback-6.2.0.tar.xz) = 829c52db15d69b90e6d22b08deacdedcd13423c901e4dab63893e814b4e76858 +SIZE (KDE/frameworks/6.2.0/kuserfeedback-6.2.0.tar.xz) = 253572 diff --git a/sysutils/kf6-kwallet/distinfo b/sysutils/kf6-kwallet/distinfo index 303b6071bce..e896259261d 100644 --- a/sysutils/kf6-kwallet/distinfo +++ b/sysutils/kf6-kwallet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022610 -SHA256 (KDE/frameworks/6.1.0/kwallet-6.1.0.tar.xz) = cf92adbbdfe7643a4e0f93a8d229626fb859fe903d0b4b5841ad114175b84613 -SIZE (KDE/frameworks/6.1.0/kwallet-6.1.0.tar.xz) = 351404 +TIMESTAMP = 1714804808 +SHA256 (KDE/frameworks/6.2.0/kwallet-6.2.0.tar.xz) = 2e58119a6442cb00e3014f01636e872337cff362ec1ef120caf2ba01813bd2c1 +SIZE (KDE/frameworks/6.2.0/kwallet-6.2.0.tar.xz) = 352000 diff --git a/sysutils/kf6-kwallet/pkg-plist b/sysutils/kf6-kwallet/pkg-plist index d676c78f8fa..d39ff164175 100644 --- a/sysutils/kf6-kwallet/pkg-plist +++ b/sysutils/kf6-kwallet/pkg-plist @@ -152,3 +152,4 @@ share/locale/zh_TW/LC_MESSAGES/kwallet6-query.mo share/locale/zh_TW/LC_MESSAGES/kwalletd6.mo share/qlogging-categories6/kwallet.categories share/qlogging-categories6/kwallet.renamecategories +share/xdg-desktop-portal/portals/kwallet.portal diff --git a/sysutils/kopia/Makefile b/sysutils/kopia/Makefile index 6bca1b13a43..310ca7f7cb5 100644 --- a/sysutils/kopia/Makefile +++ b/sysutils/kopia/Makefile @@ -1,6 +1,7 @@ PORTNAME= kopia DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/kops/Makefile b/sysutils/kops/Makefile index 9fc107a6ab2..fb67db48654 100644 --- a/sysutils/kops/Makefile +++ b/sysutils/kops/Makefile @@ -1,7 +1,7 @@ PORTNAME= kops PORTVERSION= 1.28.4 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/kubectl/Makefile b/sysutils/kubectl/Makefile index 0b20e0a3cb0..d56d3b8dee7 100644 --- a/sysutils/kubectl/Makefile +++ b/sysutils/kubectl/Makefile @@ -1,5 +1,5 @@ PORTNAME= kubectl -PORTVERSION= 1.29.3 +PORTVERSION= 1.30.0 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= sysutils @@ -10,7 +10,7 @@ WWW= https://github.com/kubernetes/kubectl LICENSE= APACHE20 -USES= cpe go:modules +USES= cpe go:1.22,modules CPE_VENDOR= jenkins CPE_PRODUCT= kubernetes diff --git a/sysutils/kubectl/distinfo b/sysutils/kubectl/distinfo index 5f313fc8207..007366ed28c 100644 --- a/sysutils/kubectl/distinfo +++ b/sysutils/kubectl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711662045 -SHA256 (kubernetes-kubernetes-v1.29.3_GH0.tar.gz) = 401d29af71cb962eb328cefd5166695587f195f9bd960edd1ede630f7e98bf7a -SIZE (kubernetes-kubernetes-v1.29.3_GH0.tar.gz) = 41151982 +TIMESTAMP = 1715425078 +SHA256 (kubernetes-kubernetes-v1.30.0_GH0.tar.gz) = 16385d1e4af6d3ede885b5c5d617ad06cc2a7a28e40a380fb04c521c9e7fb957 +SIZE (kubernetes-kubernetes-v1.30.0_GH0.tar.gz) = 42155635 diff --git a/sysutils/loki/Makefile b/sysutils/loki/Makefile index be5e5334390..88de66300d6 100644 --- a/sysutils/loki/Makefile +++ b/sysutils/loki/Makefile @@ -1,7 +1,7 @@ PORTNAME= loki DISTVERSIONPREFIX= v DISTVERSION= 2.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils PKGNAMEPREFIX= grafana- diff --git a/sysutils/lsd/Makefile b/sysutils/lsd/Makefile index a16097af097..d5055f5bd4d 100644 --- a/sysutils/lsd/Makefile +++ b/sysutils/lsd/Makefile @@ -1,6 +1,6 @@ PORTNAME= lsd DISTVERSION= 0.23.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com diff --git a/sysutils/mackerel-agent/Makefile b/sysutils/mackerel-agent/Makefile index 437f6fd3d0d..67eb80f2861 100644 --- a/sysutils/mackerel-agent/Makefile +++ b/sysutils/mackerel-agent/Makefile @@ -1,6 +1,7 @@ PORTNAME= mackerel-agent DISTVERSIONPREFIX= v -DISTVERSION= 0.80.0 +DISTVERSION= 0.81.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= meta@FreeBSD.org diff --git a/sysutils/mackerel-agent/distinfo b/sysutils/mackerel-agent/distinfo index 2f14631b854..eb4e7f7c767 100644 --- a/sysutils/mackerel-agent/distinfo +++ b/sysutils/mackerel-agent/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1713192840 -SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.80.0/v0.80.0.mod) = 10ff84bfd7c25f1020378b0b8e3457029fa5356e364a505c1580e5a47be44adb -SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.80.0/v0.80.0.mod) = 1983 -SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.80.0/v0.80.0.zip) = e7a4e2e660e0408ed6adfcbc3d55a5707d6f6d3b3496026373ea8b6e580d5a1f -SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.80.0/v0.80.0.zip) = 248941 +TIMESTAMP = 1715519516 +SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.81.0/v0.81.0.mod) = 59cd0f49c00ff057c9096694425bf1a71b522ac93d17975c70ac3afb90649d1a +SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.81.0/v0.81.0.mod) = 1985 +SHA256 (go/sysutils_mackerel-agent/mackerel-agent-v0.81.0/v0.81.0.zip) = 4a21c3077272348a22cb0971fffd71ce9ef295b1f568334d6da2c5ba952f77f7 +SIZE (go/sysutils_mackerel-agent/mackerel-agent-v0.81.0/v0.81.0.zip) = 249545 diff --git a/sysutils/mcfly/Makefile b/sysutils/mcfly/Makefile index 9f5583093ed..d10dee7069e 100644 --- a/sysutils/mcfly/Makefile +++ b/sysutils/mcfly/Makefile @@ -1,7 +1,7 @@ PORTNAME= mcfly DISTVERSIONPREFIX= v -DISTVERSION= 0.8.4 -PORTREVISION= 3 +DISTVERSION= 0.8.5 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -17,100 +17,128 @@ USE_GITHUB= yes GH_ACCOUNT= cantino CARGO_CRATES= adler32-1.2.0 \ - ahash-0.8.6 \ - aho-corasick-1.1.2 \ - allocator-api2-0.2.16 \ + ahash-0.8.11 \ + aho-corasick-1.1.3 \ + allocator-api2-0.2.18 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anstream-0.6.4 \ - anstyle-1.0.4 \ - anstyle-parse-0.2.2 \ - anstyle-query-1.0.0 \ - anstyle-wincon-3.0.1 \ - autocfg-1.1.0 \ + anstream-0.6.14 \ + anstyle-1.0.7 \ + anstyle-parse-0.2.4 \ + anstyle-query-1.0.3 \ + anstyle-wincon-3.0.3 \ + async-trait-0.1.80 \ + autocfg-1.3.0 \ autopilot-0.4.0 \ + base64-0.21.7 \ bitflags-1.3.2 \ - bitflags-2.4.1 \ + bitflags-2.5.0 \ block-0.1.6 \ - bumpalo-3.14.0 \ + block-buffer-0.10.4 \ + bumpalo-3.16.0 \ byteorder-1.5.0 \ - cc-1.0.83 \ + cc-1.0.97 \ cfg-if-1.0.0 \ - chrono-0.4.31 \ + chrono-0.4.38 \ chrono-systemd-time-0.3.0 \ - clap-4.4.10 \ - clap_builder-4.4.9 \ - clap_derive-4.4.7 \ - clap_lex-0.6.0 \ + clap-4.5.4 \ + clap_builder-4.5.2 \ + clap_derive-4.5.4 \ + clap_lex-0.7.0 \ cocoa-0.20.2 \ color_quant-1.1.0 \ - colorchoice-1.0.0 \ + colorchoice-1.0.1 \ + config-0.14.0 \ + const-random-0.1.18 \ + const-random-macro-0.1.16 \ + convert_case-0.6.0 \ core-foundation-0.7.0 \ core-foundation-sys-0.7.0 \ core-foundation-sys-0.8.6 \ core-graphics-0.19.2 \ - crc32fast-1.3.2 \ - crossbeam-deque-0.8.3 \ - crossbeam-epoch-0.9.15 \ - crossbeam-utils-0.8.16 \ - crossterm-0.26.1 \ + cpufeatures-0.2.12 \ + crc32fast-1.4.0 \ + crossbeam-deque-0.8.5 \ + crossbeam-epoch-0.9.18 \ + crossbeam-utils-0.8.19 \ + crossterm-0.27.0 \ crossterm_winapi-0.9.1 \ + crunchy-0.2.2 \ + crypto-common-0.1.6 \ csv-1.3.0 \ csv-core-0.1.11 \ deflate-0.7.20 \ + digest-0.10.7 \ directories-next-2.0.0 \ - dirs-4.0.0 \ - dirs-sys-0.3.7 \ + dirs-5.0.1 \ + dirs-sys-0.4.1 \ dirs-sys-next-0.1.2 \ - either-1.9.0 \ - fallible-iterator-0.2.0 \ + dlv-list-0.5.2 \ + either-1.11.0 \ + equivalent-1.0.1 \ + fallible-iterator-0.3.0 \ fallible-streaming-iterator-0.1.9 \ filedescriptor-0.8.2 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ + generic-array-0.14.7 \ getrandom-0.1.16 \ - getrandom-0.2.11 \ + getrandom-0.2.15 \ gif-0.10.3 \ - hashbrown-0.14.3 \ - hashlink-0.8.4 \ - heck-0.4.1 \ + hashbrown-0.13.2 \ + hashbrown-0.14.5 \ + hashlink-0.9.0 \ + heck-0.5.0 \ humantime-2.1.0 \ - iana-time-zone-0.1.58 \ + iana-time-zone-0.1.60 \ iana-time-zone-haiku-0.1.2 \ image-0.22.5 \ + indexmap-2.2.6 \ inflate-0.4.5 \ - itertools-0.10.5 \ - itoa-1.0.9 \ + is_terminal_polyfill-1.70.0 \ + itertools-0.12.1 \ + itoa-1.0.11 \ jpeg-decoder-0.1.22 \ - js-sys-0.3.66 \ - libc-0.2.150 \ - libredox-0.0.1 \ - libsqlite3-sys-0.25.2 \ - lock_api-0.4.11 \ - log-0.4.20 \ + js-sys-0.3.69 \ + json5-0.4.1 \ + lazy_static-1.4.0 \ + libc-0.2.154 \ + libredox-0.1.3 \ + libsqlite3-sys-0.28.0 \ + linked-hash-map-0.5.6 \ + lock_api-0.4.12 \ + log-0.4.21 \ lzw-0.10.0 \ malloc_buf-0.0.6 \ - memchr-2.6.4 \ - memoffset-0.9.0 \ - mio-0.8.9 \ + memchr-2.7.2 \ + minimal-lexical-0.2.1 \ + mio-0.8.11 \ + nom-7.1.3 \ num-derive-0.2.5 \ - num-integer-0.1.45 \ - num-iter-0.1.43 \ + num-integer-0.1.46 \ + num-iter-0.1.45 \ num-rational-0.2.4 \ - num-traits-0.2.17 \ + num-traits-0.2.19 \ objc-0.2.7 \ - once_cell-1.18.0 \ - parking_lot-0.12.1 \ - parking_lot_core-0.9.9 \ + once_cell-1.19.0 \ + option-ext-0.2.0 \ + ordered-multimap-0.6.0 \ + parking_lot-0.12.2 \ + parking_lot_core-0.9.10 \ path-absolutize-3.1.1 \ path-dedot-3.1.1 \ - pkg-config-0.3.27 \ + pathdiff-0.2.1 \ + pest-2.7.10 \ + pest_derive-2.7.10 \ + pest_generator-2.7.10 \ + pest_meta-2.7.10 \ + pkg-config-0.3.30 \ png-0.15.3 \ ppv-lite86-0.2.17 \ proc-macro2-0.4.30 \ - proc-macro2-1.0.70 \ + proc-macro2-1.0.82 \ quote-0.6.13 \ - quote-1.0.33 \ + quote-1.0.36 \ rand-0.7.3 \ rand-0.8.5 \ rand_chacha-0.2.2 \ @@ -118,60 +146,82 @@ CARGO_CRATES= adler32-1.2.0 \ rand_core-0.5.1 \ rand_core-0.6.4 \ rand_hc-0.2.0 \ - rayon-1.8.0 \ - rayon-core-1.12.0 \ - redox_syscall-0.4.1 \ - redox_users-0.4.4 \ - regex-1.10.2 \ - regex-automata-0.4.3 \ - regex-syntax-0.8.2 \ - rusqlite-0.28.0 \ - ryu-1.0.15 \ + rayon-1.10.0 \ + rayon-core-1.12.1 \ + redox_syscall-0.5.1 \ + redox_users-0.4.5 \ + regex-1.10.4 \ + regex-automata-0.4.6 \ + regex-syntax-0.8.3 \ + ron-0.8.1 \ + rusqlite-0.31.0 \ + rust-ini-0.19.0 \ + ryu-1.0.18 \ scoped_threadpool-0.1.9 \ scopeguard-1.2.0 \ - serde-1.0.193 \ - serde_derive-1.0.193 \ - serde_json-1.0.108 \ - shellexpand-2.1.2 \ + serde-1.0.201 \ + serde_derive-1.0.201 \ + serde_json-1.0.117 \ + serde_spanned-0.6.5 \ + sha2-0.10.8 \ + shellexpand-3.1.0 \ signal-hook-0.3.17 \ signal-hook-mio-0.2.3 \ - signal-hook-registry-1.4.1 \ - smallvec-1.11.2 \ - strsim-0.10.0 \ + signal-hook-registry-1.4.2 \ + smallvec-1.13.2 \ + strsim-0.11.1 \ syn-0.15.44 \ - syn-2.0.39 \ - thiserror-1.0.50 \ - thiserror-impl-1.0.50 \ + syn-2.0.63 \ + thiserror-1.0.60 \ + thiserror-impl-1.0.60 \ tiff-0.3.1 \ + tiny-keccak-2.0.2 \ + toml-0.8.12 \ + toml_datetime-0.6.5 \ + toml_edit-0.22.12 \ + typenum-1.17.0 \ + ucd-trie-0.1.6 \ unicode-ident-1.0.12 \ - unicode-segmentation-1.10.1 \ + unicode-segmentation-1.11.0 \ unicode-xid-0.1.0 \ utf8parse-0.2.1 \ vcpkg-0.2.15 \ version_check-0.9.4 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.89 \ - wasm-bindgen-backend-0.2.89 \ - wasm-bindgen-macro-0.2.89 \ - wasm-bindgen-macro-support-0.2.89 \ - wasm-bindgen-shared-0.2.89 \ + wasm-bindgen-0.2.92 \ + wasm-bindgen-backend-0.2.92 \ + wasm-bindgen-macro-0.2.92 \ + wasm-bindgen-macro-support-0.2.92 \ + wasm-bindgen-shared-0.2.92 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-core-0.51.1 \ + windows-core-0.52.0 \ windows-sys-0.48.0 \ + windows-sys-0.52.0 \ windows-targets-0.48.5 \ + windows-targets-0.52.5 \ windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.52.5 \ windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.52.5 \ windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.52.5 \ + windows_i686_gnullvm-0.52.5 \ windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.52.5 \ windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.52.5 \ windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.52.5 \ windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.52.5 \ + winnow-0.6.8 \ x11-2.21.0 \ - zerocopy-0.7.28 \ - zerocopy-derive-0.7.28 + yaml-rust-0.4.5 \ + zerocopy-0.7.34 \ + zerocopy-derive-0.7.34 PLIST_FILES= bin/${PORTNAME} \ etc/bash_completion.d/${PORTNAME}.bash \ share/fish/vendor_completions.d/${PORTNAME}.fish \ diff --git a/sysutils/mcfly/distinfo b/sysutils/mcfly/distinfo index 1cdc89aeed8..ce35e08a2cf 100644 --- a/sysutils/mcfly/distinfo +++ b/sysutils/mcfly/distinfo @@ -1,62 +1,76 @@ -TIMESTAMP = 1704445448 +TIMESTAMP = 1715495245 SHA256 (rust/crates/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 SIZE (rust/crates/adler32-1.2.0.crate) = 6411 -SHA256 (rust/crates/ahash-0.8.6.crate) = 91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a -SIZE (rust/crates/ahash-0.8.6.crate) = 42780 -SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 -SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 -SHA256 (rust/crates/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 -SIZE (rust/crates/allocator-api2-0.2.16.crate) = 59025 +SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 +SIZE (rust/crates/ahash-0.8.11.crate) = 43607 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/allocator-api2-0.2.18.crate) = 5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f +SIZE (rust/crates/allocator-api2-0.2.18.crate) = 62504 SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anstream-0.6.4.crate) = 2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44 -SIZE (rust/crates/anstream-0.6.4.crate) = 20593 -SHA256 (rust/crates/anstyle-1.0.4.crate) = 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87 -SIZE (rust/crates/anstyle-1.0.4.crate) = 13998 -SHA256 (rust/crates/anstyle-parse-0.2.2.crate) = 317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140 -SIZE (rust/crates/anstyle-parse-0.2.2.crate) = 24696 -SHA256 (rust/crates/anstyle-query-1.0.0.crate) = 5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b -SIZE (rust/crates/anstyle-query-1.0.0.crate) = 8620 -SHA256 (rust/crates/anstyle-wincon-3.0.1.crate) = f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628 -SIZE (rust/crates/anstyle-wincon-3.0.1.crate) = 11279 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 +SHA256 (rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b +SIZE (rust/crates/anstream-0.6.14.crate) = 29160 +SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b +SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 +SHA256 (rust/crates/anstyle-parse-0.2.4.crate) = c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 +SIZE (rust/crates/anstyle-parse-0.2.4.crate) = 23069 +SHA256 (rust/crates/anstyle-query-1.0.3.crate) = a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5 +SIZE (rust/crates/anstyle-query-1.0.3.crate) = 9742 +SHA256 (rust/crates/anstyle-wincon-3.0.3.crate) = 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 +SIZE (rust/crates/anstyle-wincon-3.0.3.crate) = 12179 +SHA256 (rust/crates/async-trait-0.1.80.crate) = c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca +SIZE (rust/crates/async-trait-0.1.80.crate) = 28775 +SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 +SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 SHA256 (rust/crates/autopilot-0.4.0.crate) = 3a2fd0359d0cd30b15419bcce7e6641a3cbe2046c612b3900216dc64bc989558 SIZE (rust/crates/autopilot-0.4.0.crate) = 321980 +SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 +SIZE (rust/crates/base64-0.21.7.crate) = 82576 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 -SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 +SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 +SIZE (rust/crates/bitflags-2.5.0.crate) = 43821 SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a SIZE (rust/crates/block-0.1.6.crate) = 4077 -SHA256 (rust/crates/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec -SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400 +SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 +SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 +SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c +SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 -SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 -SIZE (rust/crates/cc-1.0.83.crate) = 68343 +SHA256 (rust/crates/cc-1.0.97.crate) = 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 +SIZE (rust/crates/cc-1.0.97.crate) = 76951 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38 -SIZE (rust/crates/chrono-0.4.31.crate) = 214513 +SHA256 (rust/crates/chrono-0.4.38.crate) = a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 +SIZE (rust/crates/chrono-0.4.38.crate) = 220559 SHA256 (rust/crates/chrono-systemd-time-0.3.0.crate) = 429fae93a2fb86c5028aa38bd4a7c0c47b51eb1e30ce059c96dea25bd570dd6c SIZE (rust/crates/chrono-systemd-time-0.3.0.crate) = 12981 -SHA256 (rust/crates/clap-4.4.10.crate) = 41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272 -SIZE (rust/crates/clap-4.4.10.crate) = 54778 -SHA256 (rust/crates/clap_builder-4.4.9.crate) = 63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1 -SIZE (rust/crates/clap_builder-4.4.9.crate) = 163198 -SHA256 (rust/crates/clap_derive-4.4.7.crate) = cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442 -SIZE (rust/crates/clap_derive-4.4.7.crate) = 29046 -SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 -SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 +SHA256 (rust/crates/clap-4.5.4.crate) = 90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0 +SIZE (rust/crates/clap-4.5.4.crate) = 55401 +SHA256 (rust/crates/clap_builder-4.5.2.crate) = ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4 +SIZE (rust/crates/clap_builder-4.5.2.crate) = 163566 +SHA256 (rust/crates/clap_derive-4.5.4.crate) = 528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64 +SIZE (rust/crates/clap_derive-4.5.4.crate) = 29159 +SHA256 (rust/crates/clap_lex-0.7.0.crate) = 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce +SIZE (rust/crates/clap_lex-0.7.0.crate) = 11915 SHA256 (rust/crates/cocoa-0.20.2.crate) = 0c49e86fc36d5704151f5996b7b3795385f50ce09e3be0f47a0cfde869681cf8 SIZE (rust/crates/cocoa-0.20.2.crate) = 47930 SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 -SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 -SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 +SHA256 (rust/crates/colorchoice-1.0.1.crate) = 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 +SIZE (rust/crates/colorchoice-1.0.1.crate) = 7895 +SHA256 (rust/crates/config-0.14.0.crate) = 7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be +SIZE (rust/crates/config-0.14.0.crate) = 79442 +SHA256 (rust/crates/const-random-0.1.18.crate) = 87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359 +SIZE (rust/crates/const-random-0.1.18.crate) = 6646 +SHA256 (rust/crates/const-random-macro-0.1.16.crate) = f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e +SIZE (rust/crates/const-random-macro-0.1.16.crate) = 6657 +SHA256 (rust/crates/convert_case-0.6.0.crate) = ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca +SIZE (rust/crates/convert_case-0.6.0.crate) = 18675 SHA256 (rust/crates/core-foundation-0.7.0.crate) = 57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171 SIZE (rust/crates/core-foundation-0.7.0.crate) = 25384 SHA256 (rust/crates/core-foundation-sys-0.7.0.crate) = b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac @@ -65,36 +79,48 @@ SHA256 (rust/crates/core-foundation-sys-0.8.6.crate) = 06ea2b9bc92be3c2baa9334a3 SIZE (rust/crates/core-foundation-sys-0.8.6.crate) = 37629 SHA256 (rust/crates/core-graphics-0.19.2.crate) = b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923 SIZE (rust/crates/core-graphics-0.19.2.crate) = 28995 -SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d -SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 -SHA256 (rust/crates/crossbeam-deque-0.8.3.crate) = ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef -SIZE (rust/crates/crossbeam-deque-0.8.3.crate) = 21746 -SHA256 (rust/crates/crossbeam-epoch-0.9.15.crate) = ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7 -SIZE (rust/crates/crossbeam-epoch-0.9.15.crate) = 48553 -SHA256 (rust/crates/crossbeam-utils-0.8.16.crate) = 5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294 -SIZE (rust/crates/crossbeam-utils-0.8.16.crate) = 42508 -SHA256 (rust/crates/crossterm-0.26.1.crate) = a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13 -SIZE (rust/crates/crossterm-0.26.1.crate) = 122317 +SHA256 (rust/crates/cpufeatures-0.2.12.crate) = 53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504 +SIZE (rust/crates/cpufeatures-0.2.12.crate) = 12837 +SHA256 (rust/crates/crc32fast-1.4.0.crate) = b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa +SIZE (rust/crates/crc32fast-1.4.0.crate) = 38665 +SHA256 (rust/crates/crossbeam-deque-0.8.5.crate) = 613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d +SIZE (rust/crates/crossbeam-deque-0.8.5.crate) = 21726 +SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e +SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 +SHA256 (rust/crates/crossbeam-utils-0.8.19.crate) = 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 +SIZE (rust/crates/crossbeam-utils-0.8.19.crate) = 42328 +SHA256 (rust/crates/crossterm-0.27.0.crate) = f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df +SIZE (rust/crates/crossterm-0.27.0.crate) = 125311 SHA256 (rust/crates/crossterm_winapi-0.9.1.crate) = acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b SIZE (rust/crates/crossterm_winapi-0.9.1.crate) = 16027 +SHA256 (rust/crates/crunchy-0.2.2.crate) = 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7 +SIZE (rust/crates/crunchy-0.2.2.crate) = 2995 +SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 +SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 SHA256 (rust/crates/csv-1.3.0.crate) = ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe SIZE (rust/crates/csv-1.3.0.crate) = 888212 SHA256 (rust/crates/csv-core-0.1.11.crate) = 5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70 SIZE (rust/crates/csv-core-0.1.11.crate) = 25852 SHA256 (rust/crates/deflate-0.7.20.crate) = 707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4 SIZE (rust/crates/deflate-0.7.20.crate) = 124259 +SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 +SIZE (rust/crates/digest-0.10.7.crate) = 19557 SHA256 (rust/crates/directories-next-2.0.0.crate) = 339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc SIZE (rust/crates/directories-next-2.0.0.crate) = 15153 -SHA256 (rust/crates/dirs-4.0.0.crate) = ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059 -SIZE (rust/crates/dirs-4.0.0.crate) = 12503 -SHA256 (rust/crates/dirs-sys-0.3.7.crate) = 1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6 -SIZE (rust/crates/dirs-sys-0.3.7.crate) = 10597 +SHA256 (rust/crates/dirs-5.0.1.crate) = 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225 +SIZE (rust/crates/dirs-5.0.1.crate) = 12255 +SHA256 (rust/crates/dirs-sys-0.4.1.crate) = 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c +SIZE (rust/crates/dirs-sys-0.4.1.crate) = 10719 SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d SIZE (rust/crates/dirs-sys-next-0.1.2.crate) = 10681 -SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 -SIZE (rust/crates/either-1.9.0.crate) = 16660 -SHA256 (rust/crates/fallible-iterator-0.2.0.crate) = 4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7 -SIZE (rust/crates/fallible-iterator-0.2.0.crate) = 18509 +SHA256 (rust/crates/dlv-list-0.5.2.crate) = 442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f +SIZE (rust/crates/dlv-list-0.5.2.crate) = 22373 +SHA256 (rust/crates/either-1.11.0.crate) = a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2 +SIZE (rust/crates/either-1.11.0.crate) = 18973 +SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 +SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 +SHA256 (rust/crates/fallible-iterator-0.3.0.crate) = 2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649 +SIZE (rust/crates/fallible-iterator-0.3.0.crate) = 19639 SHA256 (rust/crates/fallible-streaming-iterator-0.1.9.crate) = 7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a SIZE (rust/crates/fallible-streaming-iterator-0.1.9.crate) = 9249 SHA256 (rust/crates/filedescriptor-0.8.2.crate) = 7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e @@ -103,92 +129,122 @@ SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869 SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b SIZE (rust/crates/foreign-types-shared-0.1.1.crate) = 5672 +SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a +SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 -SHA256 (rust/crates/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f -SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 SHA256 (rust/crates/gif-0.10.3.crate) = 471d90201b3b223f3451cd4ad53e34295f16a1df17b1edf3736d47761c3981af SIZE (rust/crates/gif-0.10.3.crate) = 25163 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 -SHA256 (rust/crates/hashlink-0.8.4.crate) = e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7 -SIZE (rust/crates/hashlink-0.8.4.crate) = 26514 -SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 -SIZE (rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e +SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 +SHA256 (rust/crates/hashlink-0.9.0.crate) = 692eaaf7f7607518dd3cef090f1474b61edc5301d8012f09579920df68b725ee +SIZE (rust/crates/hashlink-0.9.0.crate) = 26390 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 SIZE (rust/crates/humantime-2.1.0.crate) = 16749 -SHA256 (rust/crates/iana-time-zone-0.1.58.crate) = 8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20 -SIZE (rust/crates/iana-time-zone-0.1.58.crate) = 27020 +SHA256 (rust/crates/iana-time-zone-0.1.60.crate) = e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141 +SIZE (rust/crates/iana-time-zone-0.1.60.crate) = 27074 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 SHA256 (rust/crates/image-0.22.5.crate) = 08ed2ada878397b045454ac7cfb011d73132c59f31a955d230bd1f1c2e68eb4a SIZE (rust/crates/image-0.22.5.crate) = 160338 +SHA256 (rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 +SIZE (rust/crates/indexmap-2.2.6.crate) = 82420 SHA256 (rust/crates/inflate-0.4.5.crate) = 1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff SIZE (rust/crates/inflate-0.4.5.crate) = 17715 -SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 -SIZE (rust/crates/itertools-0.10.5.crate) = 115354 -SHA256 (rust/crates/itoa-1.0.9.crate) = af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38 -SIZE (rust/crates/itoa-1.0.9.crate) = 10492 +SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 +SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 +SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 +SIZE (rust/crates/itertools-0.12.1.crate) = 137761 +SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b +SIZE (rust/crates/itoa-1.0.11.crate) = 10563 SHA256 (rust/crates/jpeg-decoder-0.1.22.crate) = 229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2 SIZE (rust/crates/jpeg-decoder-0.1.22.crate) = 228366 -SHA256 (rust/crates/js-sys-0.3.66.crate) = cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca -SIZE (rust/crates/js-sys-0.3.66.crate) = 80765 -SHA256 (rust/crates/libc-0.2.150.crate) = 89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c -SIZE (rust/crates/libc-0.2.150.crate) = 719359 -SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 -SIZE (rust/crates/libredox-0.0.1.crate) = 4212 -SHA256 (rust/crates/libsqlite3-sys-0.25.2.crate) = 29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa -SIZE (rust/crates/libsqlite3-sys-0.25.2.crate) = 4841525 -SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 -SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 -SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f -SIZE (rust/crates/log-0.4.20.crate) = 38307 +SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d +SIZE (rust/crates/js-sys-0.3.69.crate) = 81083 +SHA256 (rust/crates/json5-0.4.1.crate) = 96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1 +SIZE (rust/crates/json5-0.4.1.crate) = 15678 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 +SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d +SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/libsqlite3-sys-0.28.0.crate) = 0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f +SIZE (rust/crates/libsqlite3-sys-0.28.0.crate) = 4975624 +SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f +SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 +SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 +SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 +SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c +SIZE (rust/crates/log-0.4.21.crate) = 43442 SHA256 (rust/crates/lzw-0.10.0.crate) = 7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084 SIZE (rust/crates/lzw-0.10.0.crate) = 10744 SHA256 (rust/crates/malloc_buf-0.0.6.crate) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb SIZE (rust/crates/malloc_buf-0.0.6.crate) = 1239 -SHA256 (rust/crates/memchr-2.6.4.crate) = f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167 -SIZE (rust/crates/memchr-2.6.4.crate) = 94439 -SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c -SIZE (rust/crates/memoffset-0.9.0.crate) = 9033 -SHA256 (rust/crates/mio-0.8.9.crate) = 3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0 -SIZE (rust/crates/mio-0.8.9.crate) = 102227 +SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d +SIZE (rust/crates/memchr-2.7.2.crate) = 96220 +SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a +SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 +SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c +SIZE (rust/crates/mio-0.8.11.crate) = 102983 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 SHA256 (rust/crates/num-derive-0.2.5.crate) = eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2 SIZE (rust/crates/num-derive-0.2.5.crate) = 13137 -SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9 -SIZE (rust/crates/num-integer-0.1.45.crate) = 22529 -SHA256 (rust/crates/num-iter-0.1.43.crate) = 7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252 -SIZE (rust/crates/num-iter-0.1.43.crate) = 10655 +SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f +SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 +SHA256 (rust/crates/num-iter-0.1.45.crate) = 1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf +SIZE (rust/crates/num-iter-0.1.45.crate) = 10320 SHA256 (rust/crates/num-rational-0.2.4.crate) = 5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef SIZE (rust/crates/num-rational-0.2.4.crate) = 21694 -SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c -SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/objc-0.2.7.crate) = 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1 SIZE (rust/crates/objc-0.2.7.crate) = 22036 -SHA256 (rust/crates/once_cell-1.18.0.crate) = dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d -SIZE (rust/crates/once_cell-1.18.0.crate) = 32969 -SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f -SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 -SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e -SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445 +SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 +SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 +SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d +SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 +SHA256 (rust/crates/ordered-multimap-0.6.0.crate) = 4ed8acf08e98e744e5384c8bc63ceb0364e68a6854187221c18df61c4797690e +SIZE (rust/crates/ordered-multimap-0.6.0.crate) = 23158 +SHA256 (rust/crates/parking_lot-0.12.2.crate) = 7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb +SIZE (rust/crates/parking_lot-0.12.2.crate) = 41723 +SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 +SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 SHA256 (rust/crates/path-absolutize-3.1.1.crate) = e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5 SIZE (rust/crates/path-absolutize-3.1.1.crate) = 6605 SHA256 (rust/crates/path-dedot-3.1.1.crate) = 07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397 SIZE (rust/crates/path-dedot-3.1.1.crate) = 6596 -SHA256 (rust/crates/pkg-config-0.3.27.crate) = 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 -SIZE (rust/crates/pkg-config-0.3.27.crate) = 18838 +SHA256 (rust/crates/pathdiff-0.2.1.crate) = 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd +SIZE (rust/crates/pathdiff-0.2.1.crate) = 7142 +SHA256 (rust/crates/pest-2.7.10.crate) = 560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8 +SIZE (rust/crates/pest-2.7.10.crate) = 123707 +SHA256 (rust/crates/pest_derive-2.7.10.crate) = 26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459 +SIZE (rust/crates/pest_derive-2.7.10.crate) = 36221 +SHA256 (rust/crates/pest_generator-2.7.10.crate) = 3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687 +SIZE (rust/crates/pest_generator-2.7.10.crate) = 18411 +SHA256 (rust/crates/pest_meta-2.7.10.crate) = d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd +SIZE (rust/crates/pest_meta-2.7.10.crate) = 41550 +SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec +SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 SHA256 (rust/crates/png-0.15.3.crate) = ef859a23054bbfee7811284275ae522f0434a3c8e7f4b74bd4a35ae7e1c4a283 SIZE (rust/crates/png-0.15.3.crate) = 42213 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 SHA256 (rust/crates/proc-macro2-0.4.30.crate) = cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759 SIZE (rust/crates/proc-macro2-0.4.30.crate) = 34731 -SHA256 (rust/crates/proc-macro2-1.0.70.crate) = 39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b -SIZE (rust/crates/proc-macro2-1.0.70.crate) = 44343 +SHA256 (rust/crates/proc-macro2-1.0.82.crate) = 8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b +SIZE (rust/crates/proc-macro2-1.0.82.crate) = 48452 SHA256 (rust/crates/quote-0.6.13.crate) = 6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1 SIZE (rust/crates/quote-0.6.13.crate) = 17475 -SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae -SIZE (rust/crates/quote-1.0.33.crate) = 28090 +SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 +SIZE (rust/crates/quote-1.0.36.crate) = 28507 SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.crate) = 112246 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -203,60 +259,80 @@ SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9ba SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 -SHA256 (rust/crates/rayon-1.8.0.crate) = 9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1 -SIZE (rust/crates/rayon-1.8.0.crate) = 170172 -SHA256 (rust/crates/rayon-core-1.12.0.crate) = 5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed -SIZE (rust/crates/rayon-core-1.12.0.crate) = 70081 -SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa -SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 -SHA256 (rust/crates/redox_users-0.4.4.crate) = a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4 -SIZE (rust/crates/redox_users-0.4.4.crate) = 15438 -SHA256 (rust/crates/regex-1.10.2.crate) = 380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343 -SIZE (rust/crates/regex-1.10.2.crate) = 252839 -SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f -SIZE (rust/crates/regex-automata-0.4.3.crate) = 617011 -SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f -SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 -SHA256 (rust/crates/rusqlite-0.28.0.crate) = 01e213bc3ecb39ac32e81e51ebe31fd888a940515173e3a18a35f8c6e896422a -SIZE (rust/crates/rusqlite-0.28.0.crate) = 137504 -SHA256 (rust/crates/ryu-1.0.15.crate) = 1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741 -SIZE (rust/crates/ryu-1.0.15.crate) = 46906 +SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa +SIZE (rust/crates/rayon-1.10.0.crate) = 180155 +SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 +SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 +SHA256 (rust/crates/redox_syscall-0.5.1.crate) = 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e +SIZE (rust/crates/redox_syscall-0.5.1.crate) = 22536 +SHA256 (rust/crates/redox_users-0.4.5.crate) = bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 +SIZE (rust/crates/redox_users-0.4.5.crate) = 15514 +SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c +SIZE (rust/crates/regex-1.10.4.crate) = 253191 +SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea +SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565 +SHA256 (rust/crates/regex-syntax-0.8.3.crate) = adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56 +SIZE (rust/crates/regex-syntax-0.8.3.crate) = 347497 +SHA256 (rust/crates/ron-0.8.1.crate) = b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94 +SIZE (rust/crates/ron-0.8.1.crate) = 63251 +SHA256 (rust/crates/rusqlite-0.31.0.crate) = b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae +SIZE (rust/crates/rusqlite-0.31.0.crate) = 152252 +SHA256 (rust/crates/rust-ini-0.19.0.crate) = 7e2a3bcec1f113553ef1c88aae6c020a369d03d55b58de9869a0908930385091 +SIZE (rust/crates/rust-ini-0.19.0.crate) = 18328 +SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f +SIZE (rust/crates/ryu-1.0.18.crate) = 47713 SHA256 (rust/crates/scoped_threadpool-0.1.9.crate) = 1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8 SIZE (rust/crates/scoped_threadpool-0.1.9.crate) = 7800 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/serde-1.0.193.crate) = 25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89 -SIZE (rust/crates/serde-1.0.193.crate) = 76863 -SHA256 (rust/crates/serde_derive-1.0.193.crate) = 43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3 -SIZE (rust/crates/serde_derive-1.0.193.crate) = 55692 -SHA256 (rust/crates/serde_json-1.0.108.crate) = 3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b -SIZE (rust/crates/serde_json-1.0.108.crate) = 146476 -SHA256 (rust/crates/shellexpand-2.1.2.crate) = 7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4 -SIZE (rust/crates/shellexpand-2.1.2.crate) = 16884 +SHA256 (rust/crates/serde-1.0.201.crate) = 780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c +SIZE (rust/crates/serde-1.0.201.crate) = 77725 +SHA256 (rust/crates/serde_derive-1.0.201.crate) = c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865 +SIZE (rust/crates/serde_derive-1.0.201.crate) = 55865 +SHA256 (rust/crates/serde_json-1.0.117.crate) = 455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3 +SIZE (rust/crates/serde_json-1.0.117.crate) = 146921 +SHA256 (rust/crates/serde_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 +SIZE (rust/crates/serde_spanned-0.6.5.crate) = 8349 +SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 +SIZE (rust/crates/sha2-0.10.8.crate) = 26357 +SHA256 (rust/crates/shellexpand-3.1.0.crate) = da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b +SIZE (rust/crates/shellexpand-3.1.0.crate) = 25591 SHA256 (rust/crates/signal-hook-0.3.17.crate) = 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 SIZE (rust/crates/signal-hook-0.3.17.crate) = 50296 SHA256 (rust/crates/signal-hook-mio-0.2.3.crate) = 29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af SIZE (rust/crates/signal-hook-mio-0.2.3.crate) = 9064 -SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 -SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 -SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970 -SIZE (rust/crates/smallvec-1.11.2.crate) = 34801 -SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 -SIZE (rust/crates/strsim-0.10.0.crate) = 11355 +SHA256 (rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 +SIZE (rust/crates/signal-hook-registry-1.4.2.crate) = 18064 +SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 +SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/syn-0.15.44.crate) = 9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5 SIZE (rust/crates/syn-0.15.44.crate) = 184212 -SHA256 (rust/crates/syn-2.0.39.crate) = 23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a -SIZE (rust/crates/syn-2.0.39.crate) = 244129 -SHA256 (rust/crates/thiserror-1.0.50.crate) = f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2 -SIZE (rust/crates/thiserror-1.0.50.crate) = 19414 -SHA256 (rust/crates/thiserror-impl-1.0.50.crate) = 266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8 -SIZE (rust/crates/thiserror-impl-1.0.50.crate) = 15357 +SHA256 (rust/crates/syn-2.0.63.crate) = bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704 +SIZE (rust/crates/syn-2.0.63.crate) = 258075 +SHA256 (rust/crates/thiserror-1.0.60.crate) = 579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18 +SIZE (rust/crates/thiserror-1.0.60.crate) = 21247 +SHA256 (rust/crates/thiserror-impl-1.0.60.crate) = e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524 +SIZE (rust/crates/thiserror-impl-1.0.60.crate) = 15787 SHA256 (rust/crates/tiff-0.3.1.crate) = d7b7c2cfc4742bd8a32f2e614339dd8ce30dbcf676bb262bd63a2327bc5df57d SIZE (rust/crates/tiff-0.3.1.crate) = 19351 +SHA256 (rust/crates/tiny-keccak-2.0.2.crate) = 2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237 +SIZE (rust/crates/tiny-keccak-2.0.2.crate) = 20129 +SHA256 (rust/crates/toml-0.8.12.crate) = e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3 +SIZE (rust/crates/toml-0.8.12.crate) = 51145 +SHA256 (rust/crates/toml_datetime-0.6.5.crate) = 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1 +SIZE (rust/crates/toml_datetime-0.6.5.crate) = 10910 +SHA256 (rust/crates/toml_edit-0.22.12.crate) = d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef +SIZE (rust/crates/toml_edit-0.22.12.crate) = 104416 +SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 +SIZE (rust/crates/typenum-1.17.0.crate) = 42849 +SHA256 (rust/crates/ucd-trie-0.1.6.crate) = ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 +SIZE (rust/crates/ucd-trie-0.1.6.crate) = 45790 SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 -SHA256 (rust/crates/unicode-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36 -SIZE (rust/crates/unicode-segmentation-1.10.1.crate) = 98416 +SHA256 (rust/crates/unicode-segmentation-1.11.0.crate) = d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 +SIZE (rust/crates/unicode-segmentation-1.11.0.crate) = 102740 SHA256 (rust/crates/unicode-xid-0.1.0.crate) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc SIZE (rust/crates/unicode-xid-0.1.0.crate) = 16000 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a @@ -269,47 +345,71 @@ SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6a SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasm-bindgen-0.2.89.crate) = 0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e -SIZE (rust/crates/wasm-bindgen-0.2.89.crate) = 181935 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.89.crate) = 1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826 -SIZE (rust/crates/wasm-bindgen-backend-0.2.89.crate) = 28205 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.89.crate) = 0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2 -SIZE (rust/crates/wasm-bindgen-macro-0.2.89.crate) = 13906 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.89.crate) = f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.89.crate) = 20008 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.89.crate) = 7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f -SIZE (rust/crates/wasm-bindgen-shared-0.2.89.crate) = 7265 +SHA256 (rust/crates/wasm-bindgen-0.2.92.crate) = 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 +SIZE (rust/crates/wasm-bindgen-0.2.92.crate) = 184119 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da +SIZE (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 28348 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.92.crate) = a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 +SIZE (rust/crates/wasm-bindgen-macro-0.2.92.crate) = 13835 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = 20092 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.92.crate) = af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 +SIZE (rust/crates/wasm-bindgen-shared-0.2.92.crate) = 7263 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-core-0.51.1.crate) = f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64 -SIZE (rust/crates/windows-core-0.51.1.crate) = 42364 +SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 +SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 +SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb +SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 +SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 +SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 +SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 +SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 +SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf +SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 +SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 +SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 +SHA256 (rust/crates/winnow-0.6.8.crate) = c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d +SIZE (rust/crates/winnow-0.6.8.crate) = 159453 SHA256 (rust/crates/x11-2.21.0.crate) = 502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e SIZE (rust/crates/x11-2.21.0.crate) = 67810 -SHA256 (rust/crates/zerocopy-0.7.28.crate) = 7d6f15f7ade05d2a4935e34a457b936c23dc70a05cc1d97133dc99e7a3fe0f0e -SIZE (rust/crates/zerocopy-0.7.28.crate) = 147263 -SHA256 (rust/crates/zerocopy-derive-0.7.28.crate) = dbbad221e3f78500350ecbd7dfa4e63ef945c05f4c61cb7f4d3f84cd0bba649b -SIZE (rust/crates/zerocopy-derive-0.7.28.crate) = 533073 -SHA256 (cantino-mcfly-v0.8.4_GH0.tar.gz) = 637f50756366604d4d19a6f623cfd490c38e1b971708ec8ccdb39887a0e9c1f1 -SIZE (cantino-mcfly-v0.8.4_GH0.tar.gz) = 221722 +SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 +SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 +SHA256 (rust/crates/zerocopy-0.7.34.crate) = ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087 +SIZE (rust/crates/zerocopy-0.7.34.crate) = 151177 +SHA256 (rust/crates/zerocopy-derive-0.7.34.crate) = 15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b +SIZE (rust/crates/zerocopy-derive-0.7.34.crate) = 37907 +SHA256 (cantino-mcfly-v0.8.5_GH0.tar.gz) = 110b639b1c814a166faf205deb0714d96049f65c58bd9514189892484ebfd82b +SIZE (cantino-mcfly-v0.8.5_GH0.tar.gz) = 226309 diff --git a/sysutils/minikube/Makefile b/sysutils/minikube/Makefile index ee7353bff5f..b77847c5201 100644 --- a/sysutils/minikube/Makefile +++ b/sysutils/minikube/Makefile @@ -1,7 +1,7 @@ PORTNAME= minikube -PORTVERSION= 1.32.0 +PORTVERSION= 1.33.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org @@ -12,14 +12,14 @@ LICENSE= APACHE20 BUILD_DEPENDS= go-bindata:devel/go-bindata -USES= cpe go:modules +USES= cpe go:1.22,modules CPE_VENDOR= kubernetes GO_MODULE= github.com/kubernetes/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-X k8s.io/minikube/pkg/version.version=v${PORTVERSION} \ - -X k8s.io/minikube/pkg/version.isoVersion=v1.32.1 \ + -X k8s.io/minikube/pkg/version.isoVersion=v1.33.0 \ -X k8s.io/minikube/pkg/version.storageProvisionerVersion=v5 \ -X k8s.io/minikube/pkg/version.isoPath=minikube/iso" diff --git a/sysutils/minikube/distinfo b/sysutils/minikube/distinfo index 0a7298e249d..7152f51d159 100644 --- a/sysutils/minikube/distinfo +++ b/sysutils/minikube/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1702659057 -SHA256 (go/sysutils_minikube/minikube-v1.32.0/v1.32.0.mod) = be1ffc8f8a71a0b4f7d3452e5d7f06fbd89fd933b87ff1970f15062b1385bf64 -SIZE (go/sysutils_minikube/minikube-v1.32.0/v1.32.0.mod) = 11890 -SHA256 (go/sysutils_minikube/minikube-v1.32.0/v1.32.0.zip) = d9a308cc20d58b2387e188bad3c73684eca030d2884dc2a790136dd8c11a72e5 -SIZE (go/sysutils_minikube/minikube-v1.32.0/v1.32.0.zip) = 90724365 +TIMESTAMP = 1715425566 +SHA256 (go/sysutils_minikube/minikube-v1.33.0/v1.33.0.mod) = 8888cef8446bff0d31f2f1f56f969c0ea90ecf60aeed0ec7e983557548ac3de4 +SIZE (go/sysutils_minikube/minikube-v1.33.0/v1.33.0.mod) = 12501 +SHA256 (go/sysutils_minikube/minikube-v1.33.0/v1.33.0.zip) = c3ce59984003cdb1d1453cb5c61d7e93271d209607a5c012f233010ac8e1e2f5 +SIZE (go/sysutils_minikube/minikube-v1.33.0/v1.33.0.zip) = 90871928 diff --git a/sysutils/mise/Makefile b/sysutils/mise/Makefile index 5777d1370a9..6a66493b0ec 100644 --- a/sysutils/mise/Makefile +++ b/sysutils/mise/Makefile @@ -1,6 +1,7 @@ PORTNAME= mise DISTVERSIONPREFIX= v -DISTVERSION= 2024.5.2 +DISTVERSION= 2024.5.9 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -22,16 +23,16 @@ CARGO_CRATES= addr2line-0.21.0 \ android_system_properties-0.1.5 \ ansi-str-0.8.0 \ ansitok-0.2.0 \ - anstream-0.6.13 \ - anstyle-1.0.6 \ - anstyle-parse-0.2.3 \ - anstyle-query-1.0.2 \ - anstyle-wincon-3.0.2 \ + anstream-0.6.14 \ + anstyle-1.0.7 \ + anstyle-parse-0.2.4 \ + anstyle-query-1.0.3 \ + anstyle-wincon-3.0.3 \ arbitrary-1.3.2 \ arrayvec-0.5.2 \ assert_cmd-2.0.14 \ - async-compression-0.4.9 \ - autocfg-1.2.0 \ + async-compression-0.4.10 \ + autocfg-1.3.0 \ backtrace-0.3.71 \ base64-0.21.7 \ base64-0.22.1 \ @@ -47,7 +48,7 @@ CARGO_CRATES= addr2line-0.21.0 \ bytes-1.6.0 \ calm_io-0.1.1 \ calmio_filters-0.1.0 \ - cc-1.0.96 \ + cc-1.0.97 \ cfg-if-1.0.0 \ chrono-0.4.38 \ ci_info-0.14.14 \ @@ -60,7 +61,7 @@ CARGO_CRATES= addr2line-0.21.0 \ color-print-0.3.6 \ color-print-proc-macro-0.3.6 \ color-spantrace-0.2.1 \ - colorchoice-1.0.0 \ + colorchoice-1.0.1 \ confique-0.2.5 \ confique-macro-0.0.9 \ console-0.15.8 \ @@ -84,6 +85,7 @@ CARGO_CRATES= addr2line-0.21.0 \ diff-0.1.13 \ difflib-0.4.0 \ digest-0.10.7 \ + displaydoc-0.2.4 \ doc-comment-0.3.3 \ dotenvy-0.15.7 \ duct-0.13.7 \ @@ -96,13 +98,13 @@ CARGO_CRATES= addr2line-0.21.0 \ envmnt-0.10.4 \ equivalent-1.0.1 \ errno-0.2.8 \ - errno-0.3.8 \ + errno-0.3.9 \ errno-dragonfly-0.1.2 \ exec-0.3.1 \ eyre-0.6.12 \ fastrand-1.9.0 \ fastrand-2.1.0 \ - fiat-crypto-0.2.8 \ + fiat-crypto-0.2.9 \ filetime-0.2.23 \ fixedbitset-0.4.2 \ flate2-1.0.30 \ @@ -120,7 +122,7 @@ CARGO_CRATES= addr2line-0.21.0 \ futures-task-0.3.30 \ futures-util-0.3.30 \ generic-array-0.14.7 \ - getrandom-0.2.14 \ + getrandom-0.2.15 \ gimli-0.28.1 \ git2-0.18.3 \ globset-0.4.14 \ @@ -154,6 +156,7 @@ CARGO_CRATES= addr2line-0.21.0 \ insta-1.38.0 \ instant-0.1.12 \ ipnet-2.9.0 \ + is_terminal_polyfill-1.70.0 \ itertools-0.12.1 \ itoa-1.0.11 \ jobserver-0.1.31 \ @@ -177,7 +180,7 @@ CARGO_CRATES= addr2line-0.21.0 \ nom-7.1.3 \ normalize-line-endings-0.3.0 \ num-conv-0.1.0 \ - num-traits-0.2.18 \ + num-traits-0.2.19 \ num_cpus-1.16.0 \ num_threads-0.1.7 \ number_prefix-0.4.0 \ @@ -190,7 +193,7 @@ CARGO_CRATES= addr2line-0.21.0 \ os_pipe-1.1.5 \ owo-colors-3.5.0 \ papergrid-0.11.0 \ - paste-1.0.14 \ + paste-1.0.15 \ path-absolutize-3.1.1 \ path-dedot-3.1.1 \ percent-encoding-2.3.1 \ @@ -198,7 +201,7 @@ CARGO_CRATES= addr2line-0.21.0 \ pest_derive-2.7.10 \ pest_generator-2.7.10 \ pest_meta-2.7.10 \ - petgraph-0.6.4 \ + petgraph-0.6.5 \ pin-project-lite-0.2.14 \ pin-utils-0.1.0 \ pkcs8-0.10.2 \ @@ -213,7 +216,7 @@ CARGO_CRATES= addr2line-0.21.0 \ pretty_assertions-1.4.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.81 \ + proc-macro2-1.0.82 \ quick-xml-0.23.1 \ quote-1.0.36 \ rand-0.8.5 \ @@ -230,26 +233,26 @@ CARGO_CRATES= addr2line-0.21.0 \ rmp-0.8.14 \ rmp-serde-1.3.0 \ roff-0.2.1 \ - rustc-demangle-0.1.23 \ + rustc-demangle-0.1.24 \ rustc_version-0.4.0 \ rustix-0.38.34 \ rustls-0.21.12 \ rustls-native-certs-0.6.3 \ rustls-pemfile-1.0.4 \ rustls-webpki-0.101.7 \ - rustversion-1.0.15 \ - ryu-1.0.17 \ + rustversion-1.0.16 \ + ryu-1.0.18 \ same-file-1.0.6 \ schannel-0.1.23 \ sct-0.7.1 \ - security-framework-2.10.0 \ - security-framework-sys-2.10.0 \ + security-framework-2.11.0 \ + security-framework-sys-2.11.0 \ self-replace-1.3.7 \ self_update-0.39.0 \ - semver-1.0.22 \ - serde-1.0.200 \ - serde_derive-1.0.200 \ - serde_json-1.0.116 \ + semver-1.0.23 \ + serde-1.0.201 \ + serde_derive-1.0.201 \ + serde_json-1.0.117 \ serde_spanned-0.6.5 \ serde_urlencoded-0.7.1 \ sha2-0.10.8 \ @@ -271,7 +274,7 @@ CARGO_CRATES= addr2line-0.21.0 \ strum_macros-0.26.2 \ subtle-2.5.0 \ syn-1.0.109 \ - syn-2.0.60 \ + syn-2.0.63 \ sync_wrapper-0.1.2 \ sys-info-0.9.1 \ system-configuration-0.5.1 \ @@ -287,8 +290,8 @@ CARGO_CRATES= addr2line-0.21.0 \ test-case-3.3.1 \ test-case-core-3.3.1 \ test-case-macros-3.3.1 \ - thiserror-1.0.59 \ - thiserror-impl-1.0.59 \ + thiserror-1.0.60 \ + thiserror-impl-1.0.60 \ thread_local-1.1.8 \ time-0.3.36 \ time-core-0.1.2 \ @@ -298,7 +301,7 @@ CARGO_CRATES= addr2line-0.21.0 \ tokio-1.37.0 \ tokio-native-tls-0.3.1 \ tokio-rustls-0.24.1 \ - tokio-util-0.7.10 \ + tokio-util-0.7.11 \ toml-0.8.12 \ toml_datetime-0.6.5 \ toml_edit-0.22.12 \ @@ -324,7 +327,7 @@ CARGO_CRATES= addr2line-0.21.0 \ untrusted-0.9.0 \ url-2.5.0 \ urlencoding-2.1.3 \ - usage-lib-0.1.18 \ + usage-lib-0.2.0 \ utf8parse-0.2.1 \ valuable-0.1.0 \ vcpkg-0.2.15 \ @@ -369,14 +372,14 @@ CARGO_CRATES= addr2line-0.21.0 \ windows_x86_64_gnullvm-0.52.5 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.5 \ - winnow-0.6.7 \ + winnow-0.6.8 \ winreg-0.50.0 \ winsafe-0.0.19 \ xattr-1.3.1 \ - xx-0.2.5 \ + xx-0.5.1 \ yansi-0.5.1 \ zeroize-1.7.0 \ - zip-1.1.3 \ + zip-1.2.3 \ zipsign-api-0.1.1 OPENSSLINC= /usr/include diff --git a/sysutils/mise/distinfo b/sysutils/mise/distinfo index 2cacfd87de1..83ae0de1eb6 100644 --- a/sysutils/mise/distinfo +++ b/sysutils/mise/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1714624283 +TIMESTAMP = 1715581134 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -13,26 +13,26 @@ SHA256 (rust/crates/ansi-str-0.8.0.crate) = 1cf4578926a981ab0ca955dc023541d19de3 SIZE (rust/crates/ansi-str-0.8.0.crate) = 19427 SHA256 (rust/crates/ansitok-0.2.0.crate) = 220044e6a1bb31ddee4e3db724d29767f352de47445a6cd75e1a173142136c83 SIZE (rust/crates/ansitok-0.2.0.crate) = 18021 -SHA256 (rust/crates/anstream-0.6.13.crate) = d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb -SIZE (rust/crates/anstream-0.6.13.crate) = 30928 -SHA256 (rust/crates/anstyle-1.0.6.crate) = 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc -SIZE (rust/crates/anstyle-1.0.6.crate) = 14604 -SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c -SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 -SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 -SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 -SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 -SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 +SHA256 (rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b +SIZE (rust/crates/anstream-0.6.14.crate) = 29160 +SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b +SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 +SHA256 (rust/crates/anstyle-parse-0.2.4.crate) = c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 +SIZE (rust/crates/anstyle-parse-0.2.4.crate) = 23069 +SHA256 (rust/crates/anstyle-query-1.0.3.crate) = a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5 +SIZE (rust/crates/anstyle-query-1.0.3.crate) = 9742 +SHA256 (rust/crates/anstyle-wincon-3.0.3.crate) = 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 +SIZE (rust/crates/anstyle-wincon-3.0.3.crate) = 12179 SHA256 (rust/crates/arbitrary-1.3.2.crate) = 7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110 SIZE (rust/crates/arbitrary-1.3.2.crate) = 32037 SHA256 (rust/crates/arrayvec-0.5.2.crate) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b SIZE (rust/crates/arrayvec-0.5.2.crate) = 27838 SHA256 (rust/crates/assert_cmd-2.0.14.crate) = ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8 SIZE (rust/crates/assert_cmd-2.0.14.crate) = 24591 -SHA256 (rust/crates/async-compression-0.4.9.crate) = 4e9eabd7a98fe442131a17c316bd9349c43695e49e730c3c8e12cfb5f4da2693 -SIZE (rust/crates/async-compression-0.4.9.crate) = 104842 -SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 -SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 +SHA256 (rust/crates/async-compression-0.4.10.crate) = 9c90a406b4495d129f00461241616194cb8a032c8d1c53c657f0961d5f8e0498 +SIZE (rust/crates/async-compression-0.4.10.crate) = 104959 +SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 +SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d SIZE (rust/crates/backtrace-0.3.71.crate) = 86553 SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 @@ -63,8 +63,8 @@ SHA256 (rust/crates/calm_io-0.1.1.crate) = 2ea0608700fe42d90ec17ad0f86335cf229b6 SIZE (rust/crates/calm_io-0.1.1.crate) = 6908 SHA256 (rust/crates/calmio_filters-0.1.0.crate) = 846501f4575cd66766a40bb7ab6d8e960adc7eb49f753c8232bd8e0e09cf6ca2 SIZE (rust/crates/calmio_filters-0.1.0.crate) = 1930 -SHA256 (rust/crates/cc-1.0.96.crate) = 065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd -SIZE (rust/crates/cc-1.0.96.crate) = 76576 +SHA256 (rust/crates/cc-1.0.97.crate) = 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 +SIZE (rust/crates/cc-1.0.97.crate) = 76951 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/chrono-0.4.38.crate) = a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 @@ -89,8 +89,8 @@ SHA256 (rust/crates/color-print-proc-macro-0.3.6.crate) = 77ff1a80c5f3cb1ca7c06f SIZE (rust/crates/color-print-proc-macro-0.3.6.crate) = 22499 SHA256 (rust/crates/color-spantrace-0.2.1.crate) = cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2 SIZE (rust/crates/color-spantrace-0.2.1.crate) = 189095 -SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 -SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 +SHA256 (rust/crates/colorchoice-1.0.1.crate) = 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 +SIZE (rust/crates/colorchoice-1.0.1.crate) = 7895 SHA256 (rust/crates/confique-0.2.5.crate) = c37945ed2efccb10339a12eea282a5af9ebac77720d088723b2bbbdc44eca964 SIZE (rust/crates/confique-0.2.5.crate) = 35669 SHA256 (rust/crates/confique-macro-0.0.9.crate) = 3821efdaaab3c5297054a90201cc3afa2061fc6ba2bc5d2fa558b850a7dabefe @@ -137,6 +137,8 @@ SHA256 (rust/crates/difflib-0.4.0.crate) = 6184e33543162437515c2e2b48714794e3784 SIZE (rust/crates/difflib-0.4.0.crate) = 7638 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 SIZE (rust/crates/digest-0.10.7.crate) = 19557 +SHA256 (rust/crates/displaydoc-0.2.4.crate) = 487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d +SIZE (rust/crates/displaydoc-0.2.4.crate) = 23200 SHA256 (rust/crates/doc-comment-0.3.3.crate) = fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 SIZE (rust/crates/doc-comment-0.3.3.crate) = 4123 SHA256 (rust/crates/dotenvy-0.15.7.crate) = 1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b @@ -161,8 +163,8 @@ SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8d SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 SHA256 (rust/crates/errno-0.2.8.crate) = f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1 SIZE (rust/crates/errno-0.2.8.crate) = 9276 -SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 -SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/errno-0.3.9.crate) = 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba +SIZE (rust/crates/errno-0.3.9.crate) = 10690 SHA256 (rust/crates/errno-dragonfly-0.1.2.crate) = aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf SIZE (rust/crates/errno-dragonfly-0.1.2.crate) = 1810 SHA256 (rust/crates/exec-0.3.1.crate) = 886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615 @@ -173,8 +175,8 @@ SHA256 (rust/crates/fastrand-1.9.0.crate) = e51093e27b0797c359783294ca4f0a911c27 SIZE (rust/crates/fastrand-1.9.0.crate) = 11910 SHA256 (rust/crates/fastrand-2.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a SIZE (rust/crates/fastrand-2.1.0.crate) = 14907 -SHA256 (rust/crates/fiat-crypto-0.2.8.crate) = 38793c55593b33412e3ae40c2c9781ffaa6f438f6f8c10f24e71846fbd7ae01e -SIZE (rust/crates/fiat-crypto-0.2.8.crate) = 495396 +SHA256 (rust/crates/fiat-crypto-0.2.9.crate) = 28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d +SIZE (rust/crates/fiat-crypto-0.2.9.crate) = 495390 SHA256 (rust/crates/filetime-0.2.23.crate) = 1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd SIZE (rust/crates/filetime-0.2.23.crate) = 14942 SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 @@ -209,8 +211,8 @@ SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987 SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/getrandom-0.2.14.crate) = 94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c -SIZE (rust/crates/getrandom-0.2.14.crate) = 37307 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 SIZE (rust/crates/gimli-0.28.1.crate) = 270497 SHA256 (rust/crates/git2-0.18.3.crate) = 232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70 @@ -277,6 +279,8 @@ SHA256 (rust/crates/instant-0.1.12.crate) = 7a5bbe824c507c5da5956355e86a746d82e0 SIZE (rust/crates/instant-0.1.12.crate) = 6128 SHA256 (rust/crates/ipnet-2.9.0.crate) = 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3 SIZE (rust/crates/ipnet-2.9.0.crate) = 27627 +SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 +SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b @@ -323,8 +327,8 @@ SHA256 (rust/crates/normalize-line-endings-0.3.0.crate) = 61807f77802ff30975e01f SIZE (rust/crates/normalize-line-endings-0.3.0.crate) = 5737 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 -SHA256 (rust/crates/num-traits-0.2.18.crate) = da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a -SIZE (rust/crates/num-traits-0.2.18.crate) = 51930 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 @@ -349,8 +353,8 @@ SHA256 (rust/crates/owo-colors-3.5.0.crate) = c1b04fb49957986fdce4d6ee7a65027d55 SIZE (rust/crates/owo-colors-3.5.0.crate) = 30310 SHA256 (rust/crates/papergrid-0.11.0.crate) = 9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb SIZE (rust/crates/papergrid-0.11.0.crate) = 56885 -SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c -SIZE (rust/crates/paste-1.0.14.crate) = 18157 +SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a +SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/path-absolutize-3.1.1.crate) = e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5 SIZE (rust/crates/path-absolutize-3.1.1.crate) = 6605 SHA256 (rust/crates/path-dedot-3.1.1.crate) = 07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397 @@ -365,8 +369,8 @@ SHA256 (rust/crates/pest_generator-2.7.10.crate) = 3ec22af7d3fb470a85dd2ca96b7c5 SIZE (rust/crates/pest_generator-2.7.10.crate) = 18411 SHA256 (rust/crates/pest_meta-2.7.10.crate) = d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd SIZE (rust/crates/pest_meta-2.7.10.crate) = 41550 -SHA256 (rust/crates/petgraph-0.6.4.crate) = e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9 -SIZE (rust/crates/petgraph-0.6.4.crate) = 185895 +SHA256 (rust/crates/petgraph-0.6.5.crate) = b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db +SIZE (rust/crates/petgraph-0.6.5.crate) = 710970 SHA256 (rust/crates/pin-project-lite-0.2.14.crate) = bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 SIZE (rust/crates/pin-project-lite-0.2.14.crate) = 28817 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 @@ -395,8 +399,8 @@ SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08c SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 -SHA256 (rust/crates/proc-macro2-1.0.81.crate) = 3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba -SIZE (rust/crates/proc-macro2-1.0.81.crate) = 48233 +SHA256 (rust/crates/proc-macro2-1.0.82.crate) = 8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b +SIZE (rust/crates/proc-macro2-1.0.82.crate) = 48452 SHA256 (rust/crates/quick-xml-0.23.1.crate) = 11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea SIZE (rust/crates/quick-xml-0.23.1.crate) = 161488 SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 @@ -429,8 +433,8 @@ SHA256 (rust/crates/rmp-serde-1.3.0.crate) = 52e599a477cf9840e92f2cde9a7189e67b4 SIZE (rust/crates/rmp-serde-1.3.0.crate) = 33025 SHA256 (rust/crates/roff-0.2.1.crate) = b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316 SIZE (rust/crates/roff-0.2.1.crate) = 10605 -SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 -SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 +SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f +SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f @@ -443,32 +447,32 @@ SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 -SHA256 (rust/crates/rustversion-1.0.15.crate) = 80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47 -SIZE (rust/crates/rustversion-1.0.15.crate) = 17406 -SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 -SIZE (rust/crates/ryu-1.0.17.crate) = 47537 +SHA256 (rust/crates/rustversion-1.0.16.crate) = 092474d1a01ea8278f69e6a358998405fae5b8b963ddaeb2b0b04a128bf1dfb0 +SIZE (rust/crates/rustversion-1.0.16.crate) = 17510 +SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f +SIZE (rust/crates/ryu-1.0.18.crate) = 47713 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/schannel-0.1.23.crate) = fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534 SIZE (rust/crates/schannel-0.1.23.crate) = 41667 SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 SIZE (rust/crates/sct-0.7.1.crate) = 27501 -SHA256 (rust/crates/security-framework-2.10.0.crate) = 770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6 -SIZE (rust/crates/security-framework-2.10.0.crate) = 79723 -SHA256 (rust/crates/security-framework-sys-2.10.0.crate) = 41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef -SIZE (rust/crates/security-framework-sys-2.10.0.crate) = 18676 +SHA256 (rust/crates/security-framework-2.11.0.crate) = c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0 +SIZE (rust/crates/security-framework-2.11.0.crate) = 80191 +SHA256 (rust/crates/security-framework-sys-2.11.0.crate) = 317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7 +SIZE (rust/crates/security-framework-sys-2.11.0.crate) = 18718 SHA256 (rust/crates/self-replace-1.3.7.crate) = 525db198616b2bcd0f245daf7bfd8130222f7ee6af9ff9984c19a61bf1160c55 SIZE (rust/crates/self-replace-1.3.7.crate) = 16757 SHA256 (rust/crates/self_update-0.39.0.crate) = 1a34ad8e4a86884ab42e9b8690e9343abdcfe5fa38a0318cfe1565ba9ad437b4 SIZE (rust/crates/self_update-0.39.0.crate) = 40137 -SHA256 (rust/crates/semver-1.0.22.crate) = 92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca -SIZE (rust/crates/semver-1.0.22.crate) = 30446 -SHA256 (rust/crates/serde-1.0.200.crate) = ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f -SIZE (rust/crates/serde-1.0.200.crate) = 77611 -SHA256 (rust/crates/serde_derive-1.0.200.crate) = 856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb -SIZE (rust/crates/serde_derive-1.0.200.crate) = 55785 -SHA256 (rust/crates/serde_json-1.0.116.crate) = 3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813 -SIZE (rust/crates/serde_json-1.0.116.crate) = 146790 +SHA256 (rust/crates/semver-1.0.23.crate) = 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b +SIZE (rust/crates/semver-1.0.23.crate) = 30622 +SHA256 (rust/crates/serde-1.0.201.crate) = 780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c +SIZE (rust/crates/serde-1.0.201.crate) = 77725 +SHA256 (rust/crates/serde_derive-1.0.201.crate) = c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865 +SIZE (rust/crates/serde_derive-1.0.201.crate) = 55865 +SHA256 (rust/crates/serde_json-1.0.117.crate) = 455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3 +SIZE (rust/crates/serde_json-1.0.117.crate) = 146921 SHA256 (rust/crates/serde_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 SIZE (rust/crates/serde_spanned-0.6.5.crate) = 8349 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd @@ -511,8 +515,8 @@ SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01 SIZE (rust/crates/subtle-2.5.0.crate) = 13909 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.60.crate) = 909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3 -SIZE (rust/crates/syn-2.0.60.crate) = 255808 +SHA256 (rust/crates/syn-2.0.63.crate) = bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704 +SIZE (rust/crates/syn-2.0.63.crate) = 258075 SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/sys-info-0.9.1.crate) = 0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c @@ -543,10 +547,10 @@ SHA256 (rust/crates/test-case-core-3.3.1.crate) = adcb7fd841cd518e279be3d5a3eb06 SIZE (rust/crates/test-case-core-3.3.1.crate) = 14327 SHA256 (rust/crates/test-case-macros-3.3.1.crate) = 5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb SIZE (rust/crates/test-case-macros-3.3.1.crate) = 4961 -SHA256 (rust/crates/thiserror-1.0.59.crate) = f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa -SIZE (rust/crates/thiserror-1.0.59.crate) = 21040 -SHA256 (rust/crates/thiserror-impl-1.0.59.crate) = d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66 -SIZE (rust/crates/thiserror-impl-1.0.59.crate) = 15726 +SHA256 (rust/crates/thiserror-1.0.60.crate) = 579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18 +SIZE (rust/crates/thiserror-1.0.60.crate) = 21247 +SHA256 (rust/crates/thiserror-impl-1.0.60.crate) = e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524 +SIZE (rust/crates/thiserror-impl-1.0.60.crate) = 15787 SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 SHA256 (rust/crates/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 @@ -565,8 +569,8 @@ SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569 SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049 -SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15 -SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508 +SHA256 (rust/crates/tokio-util-0.7.11.crate) = 9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1 +SIZE (rust/crates/tokio-util-0.7.11.crate) = 113421 SHA256 (rust/crates/toml-0.8.12.crate) = e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3 SIZE (rust/crates/toml-0.8.12.crate) = 51145 SHA256 (rust/crates/toml_datetime-0.6.5.crate) = 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1 @@ -617,8 +621,8 @@ SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c3094 SIZE (rust/crates/url-2.5.0.crate) = 78605 SHA256 (rust/crates/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da SIZE (rust/crates/urlencoding-2.1.3.crate) = 6538 -SHA256 (rust/crates/usage-lib-0.1.18.crate) = f939231931f7e0581372e5543bf9957f26b87a97e5382c2b837e0c611f784eb4 -SIZE (rust/crates/usage-lib-0.1.18.crate) = 13234 +SHA256 (rust/crates/usage-lib-0.2.0.crate) = aeebfca27b4e59b6f065adb43095f9563d691fea3075c34483c6808e301cfcbc +SIZE (rust/crates/usage-lib-0.2.0.crate) = 14559 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d @@ -707,23 +711,23 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b738 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 -SHA256 (rust/crates/winnow-0.6.7.crate) = 14b9415ee827af173ebb3f15f9083df5a122eb93572ec28741fb153356ea2578 -SIZE (rust/crates/winnow-0.6.7.crate) = 159491 +SHA256 (rust/crates/winnow-0.6.8.crate) = c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d +SIZE (rust/crates/winnow-0.6.8.crate) = 159453 SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 SIZE (rust/crates/winreg-0.50.0.crate) = 29703 SHA256 (rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 SIZE (rust/crates/winsafe-0.0.19.crate) = 492820 SHA256 (rust/crates/xattr-1.3.1.crate) = 8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f SIZE (rust/crates/xattr-1.3.1.crate) = 12580 -SHA256 (rust/crates/xx-0.2.5.crate) = c6c82f8a59dddf27110090af5ef62f75f44d20d15d15b46113e5aee214ae5fd9 -SIZE (rust/crates/xx-0.2.5.crate) = 3616 +SHA256 (rust/crates/xx-0.5.1.crate) = 3e56d3f594fa196a364c0fdd4bab4b4e81fe46712c6754c9bc0930a6eac6998d +SIZE (rust/crates/xx-0.5.1.crate) = 8202 SHA256 (rust/crates/yansi-0.5.1.crate) = 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec SIZE (rust/crates/yansi-0.5.1.crate) = 16525 SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d SIZE (rust/crates/zeroize-1.7.0.crate) = 19039 -SHA256 (rust/crates/zip-1.1.3.crate) = 2e6cb8909b2e8e6733c9ef67d35be1a27105644d362aafb5f8b2ba395727adf6 -SIZE (rust/crates/zip-1.1.3.crate) = 71624 +SHA256 (rust/crates/zip-1.2.3.crate) = c700ea425e148de30c29c580c1f9508b93ca57ad31c9f4e96b83c194c37a7a8f +SIZE (rust/crates/zip-1.2.3.crate) = 84627 SHA256 (rust/crates/zipsign-api-0.1.1.crate) = 2ba5aa1827d6b1a35a29b3413ec69ce5f796e4d897e3e5b38f461bef41d225ea SIZE (rust/crates/zipsign-api-0.1.1.crate) = 13007 -SHA256 (jdx-mise-v2024.5.2_GH0.tar.gz) = 486c2ef8dcb049b2a8ef6514746036b32b08fbf8fa520892c139f1f7b09ddd7f -SIZE (jdx-mise-v2024.5.2_GH0.tar.gz) = 2916782 +SHA256 (jdx-mise-v2024.5.9_GH0.tar.gz) = 2538570cd9e3b83a8b1eec733a7d2b9a2ff2df34c72c897ad8dcca17c96f2dd9 +SIZE (jdx-mise-v2024.5.9_GH0.tar.gz) = 2899523 diff --git a/sysutils/mprocs/Makefile b/sysutils/mprocs/Makefile index 144b520f42d..99febf2bf6b 100644 --- a/sysutils/mprocs/Makefile +++ b/sysutils/mprocs/Makefile @@ -1,7 +1,7 @@ PORTNAME= mprocs DISTVERSIONPREFIX= v DISTVERSION= 0.6.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= sysutils MAINTAINER= DtxdF@disroot.org diff --git a/sysutils/mstflint/Makefile b/sysutils/mstflint/Makefile index 251c2b59e0f..df99ef589e3 100644 --- a/sysutils/mstflint/Makefile +++ b/sysutils/mstflint/Makefile @@ -1,7 +1,6 @@ PORTNAME= mstflint DISTVERSIONPREFIX= v -DISTVERSION= 4.25.0-1 -PORTREVISION= 2 +DISTVERSION= 4.28.0-1 CATEGORIES= sysutils MAINTAINER= olivier@FreeBSD.org @@ -29,28 +28,21 @@ FWMANAGER_DESC= Build with mstfwmanager and mstarchive STATIC_DESC= Static binary (disable curl support) ADAB_CONFIGURE_ON= --enable-adb-generic-tools -ADAB_BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_regex.a:devel/boost-libs ADAB_LIB_DEPENDS= libexpat.so:textproc/expat2 FWMANAGER_CONFIGURE_ON= --enable-fw-mgr -FWMANAGER_BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_regex.a:devel/boost-libs FWMANAGER_LIB_DEPENDS= libcurl.so:ftp/curl \ - libxml2.so.2:textproc/libxml2 + libxml2.so.2:textproc/libxml2 post-patch: @${ECHO} '#define TOOLS_GIT_SHA "N/A"' > ${WRKSRC}/common/gitversion.h @${MKDIR} ${WRKSRC}/config - # ADAB and FWMANAGER options depends of libboost, so statically link this - # lib to avoid installing 220MB of lib dependency. - ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/mlxlink/Makefile.am \ - ${WRKSRC}/mlxarchive/Makefile.am \ - ${WRKSRC}/mlxreg/Makefile.am post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mstflint/python_tools/rreg_access.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mstflint/python_tools/ccmdif.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mstflint/python_tools/cmtcr.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mstflint/python_tools/c_dev_mgt.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mstflint/sdk/libresource_dump_sdk.so .include diff --git a/sysutils/mstflint/distinfo b/sysutils/mstflint/distinfo index 6305bc0c09c..e853098cac0 100644 --- a/sysutils/mstflint/distinfo +++ b/sysutils/mstflint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696339879 -SHA256 (Mellanox-mstflint-v4.25.0-1_GH0.tar.gz) = 46f5fda9c8687bbcdae62145c17ad70f6b1725d738985eb3c8efd8c71604ddc3 -SIZE (Mellanox-mstflint-v4.25.0-1_GH0.tar.gz) = 6398196 +TIMESTAMP = 1715152578 +SHA256 (Mellanox-mstflint-v4.28.0-1_GH0.tar.gz) = dca6bb3fc3571a16bbac310fe776ce829d22a67d399e888b4774308aad2058e8 +SIZE (Mellanox-mstflint-v4.28.0-1_GH0.tar.gz) = 6462393 diff --git a/sysutils/mstflint/files/patch-configure.ac b/sysutils/mstflint/files/patch-configure.ac deleted file mode 100644 index 59cd470b1d3..00000000000 --- a/sysutils/mstflint/files/patch-configure.ac +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.ac.orig 2023-10-04 13:13:00 UTC -+++ configure.ac -@@ -146,7 +146,6 @@ if test "x$enable_fw_mgr" = "xyes"; then - AC_CHECK_HEADER(zlib.h,,AC_MSG_ERROR([cannot find zlib.h . this header is needed for compiling fw manager tool])) - AC_CHECK_LIB(z, uncompress,, AC_MSG_ERROR([cannot find zlib uncompress() function.])) - AC_CHECK_HEADER(lzma.h,,AC_MSG_ERROR([Cannot find lzma.h.])) -- AC_CHECK_LIB(boost_regex, regcompA,, AC_MSG_ERROR([cannot find boost_regex regcompA() function. Try re-installing the library...])) - CURL_INC_DIR=/usr/include/curl/ - fi - -@@ -174,8 +173,6 @@ if test "x$enable_adb_generic_tools" = "xyes"; then - AC_MSG_ERROR([Expat library is missing, please install expat xml parser to continue: expat-devel.] - [http://expat.sourceforge.net/]) - fi -- AC_CHECK_HEADERS([boost/foreach.hpp], [], -- [AC_MSG_ERROR([Boost libraries are missing, please install boost to continue.])]) - AC_LANG_POP([C++]) - fi - diff --git a/sysutils/mstflint/files/patch-mflash_Makefile.am b/sysutils/mstflint/files/patch-mflash_Makefile.am deleted file mode 100644 index e542e5fee98..00000000000 --- a/sysutils/mstflint/files/patch-mflash_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- mflash/Makefile.am.orig 2023-10-04 10:11:20 UTC -+++ mflash/Makefile.am -@@ -34,7 +34,7 @@ AM_CPPFLAGS = -I. -I$(top_srcdir)/include/mtcr_ul -I$( - AM_CPPFLAGS = -I. -I$(top_srcdir)/include/mtcr_ul -I$(top_srcdir)/common -I$(top_srcdir)/tools_layouts -I$(top_srcdir)/reg_access \ - -I$(top_srcdir)/cmdif -I$(top_srcdir)/tools_res_mgmt $(COMPILER_FPIC) - --AM_CFLAGS = -MD -pipe -Wall -W -DMST_UL -g ${MFLASH_INBAND_FLAG} $(COMPILER_FPIC) -+AM_CFLAGS = -MD -pipe -Wall -W -DMST_UL -g ${MFLASH_INBAND_FLAG} $(COMPILER_FPIC) -Wno-error=int-conversion - - noinst_LTLIBRARIES = libmflash.a - diff --git a/sysutils/mstflint/files/patch-mlxarchive_Makefile.am b/sysutils/mstflint/files/patch-mlxarchive_Makefile.am deleted file mode 100644 index f869349f9cc..00000000000 --- a/sysutils/mstflint/files/patch-mlxarchive_Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ ---- mlxarchive/Makefile.am.orig 2023-08-10 20:28:55 UTC -+++ mlxarchive/Makefile.am -@@ -64,6 +64,7 @@ AM_CXXFLAGS = -Wall -W -g -MP -MD -pipe $(INCLUDES) $( - mfa2_buff.h mfa2_buff.cpp - - AM_CXXFLAGS = -Wall -W -g -MP -MD -pipe $(INCLUDES) $(COMPILER_FPIC) -+AM_LDFLAGS = %%PREFIX%%/lib/libboost_regex.a %%PREFIX%%/lib/libboost_filesystem.a %%PREFIX%%/lib/libboost_system.a - bin_PROGRAMS = mstarchive - - mstarchive_SOURCES = mlxarchive.cpp mlxarchive.h -@@ -86,7 +87,6 @@ mstarchive_LDADD = libmstarchive.a\ - $(USER_DIR)/ext_libs/minixz/libminixz.a\ - $(USER_DIR)/xz_utils/libxz_utils.a \ - $(CURL_LIBS)\ -- -lboost_regex -lboost_filesystem -lboost_system \ - -llzma -lm $(LIBSTD_CPP) ${LDL} - - if ENABLE_OPENSSL diff --git a/sysutils/mstflint/files/patch-mlxfwupdate_Makefile.am b/sysutils/mstflint/files/patch-mlxfwupdate_Makefile.am index 2ea12235b6d..47958b8d4a7 100644 --- a/sysutils/mstflint/files/patch-mlxfwupdate_Makefile.am +++ b/sysutils/mstflint/files/patch-mlxfwupdate_Makefile.am @@ -1,11 +1,11 @@ ---- mlxfwupdate/Makefile.am.orig 2019-11-15 19:39:03 UTC +--- mlxfwupdate/Makefile.am.orig 2024-05-08 15:02:33 UTC +++ mlxfwupdate/Makefile.am -@@ -37,7 +37,7 @@ MTCR_DIR = $(USER_DIR)/${MTCR_CONFIG_DIR} - bin_PROGRAMS = mstfwmanager +@@ -31,7 +31,7 @@ docdir = $(INSTALL_BASEDIR)/etc/mstflint + # Makefile.am -- Process this file with automake to produce Makefile.in - docdir=$(INSTALL_BASEDIR)/etc/mstflint --dist_doc_DATA=certificate/ca-bundle.crt -+#dist_doc_DATA=certificate/ca-bundle.crt + docdir = $(INSTALL_BASEDIR)/etc/mstflint +-dist_doc_DATA = certificate/ca-bundle.crt ++#dist_doc_DATA = certificate/ca-bundle.crt - MTCR_UL_DIR = $(USER_DIR)/${MTCR_CONF_DIR} - MTCR_UL_LIB = $(MTCR_UL_DIR)/libmtcr_ul.a + AM_CPPFLAGS = \ + -I$(srcdir) \ diff --git a/sysutils/mstflint/files/patch-mlxlink_Makefile.am b/sysutils/mstflint/files/patch-mlxlink_Makefile.am deleted file mode 100644 index 1de20e0a5ac..00000000000 --- a/sysutils/mstflint/files/patch-mlxlink_Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ ---- mlxlink/Makefile.am.orig 2023-10-04 13:58:41 UTC -+++ mlxlink/Makefile.am -@@ -49,6 +49,7 @@ AM_CPPFLAGS = $(AM_CXXFLAGS) - - AM_CXXFLAGS = -Wall -W -DMST_UL -g -MP -MD -pipe -std=c++11 - AM_CPPFLAGS = $(AM_CXXFLAGS) -+AM_LDFLAGS = %%PREFIX%%/lib/libboost_regex.a %%PREFIX%%/lib/libboost_filesystem.a %%PREFIX%%/lib/libboost_system.a - - bin_PROGRAMS = mstlink - -@@ -68,7 +69,6 @@ mstlink_DEPENDENCIES = modules/libmodules_lib.a \ - $(LAYOUTS_DIR)/libtools_layouts.a \ - $(USER_DIR)/xz_utils/libxz_utils.a \ - $(USER_DIR)/ext_libs/minixz/libminixz.a \ -- -lboost_regex -lboost_filesystem -lboost_system \ - -llzma $(LIBSTD_CPP) ${LDL} -lexpat \ - $(JSON_LIBS) - diff --git a/sysutils/mstflint/files/patch-mlxreg_Makefile.am b/sysutils/mstflint/files/patch-mlxreg_Makefile.am deleted file mode 100644 index 2e50215f940..00000000000 --- a/sysutils/mstflint/files/patch-mlxreg_Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ ---- mlxreg/Makefile.am.orig 2023-10-04 14:00:05 UTC -+++ mlxreg/Makefile.am -@@ -48,8 +48,8 @@ INCLUDES = -I. -I$(USER_DIR) -I$(MTCR_DIR) -I$(MFT_EXT - - INCLUDES = -I. -I$(USER_DIR) -I$(MTCR_DIR) -I$(MFT_EXT_LIBS_INC_DIR) -I$(UTILS_DIR) -I$(MTCR_INC_DIR) -I$(MLXREG_DIR) - --AM_CXXFLAGS = -Wall -W -DMST_UL -g -MP -MD -pipe -- -+AM_CXXFLAGS = -Wall -W -DMST_UL -g -MP -MD -pipe -+AM_LDFLAGS = %%PREFIX%%/lib/libboost_regex.a %%PREFIX%%/lib/libboost_filesystem.a %%PREFIX%%/lib/libboost_system.a - mstreg_SOURCES = mlxreg_ui.cpp mlxreg_ui.h - - bin_PROGRAMS = mstreg -@@ -65,5 +65,4 @@ mstreg_LDADD = $(MLXREG_DIR)/mlxreg_lib/libmstreg_lib - $(LAYOUTS_DIR)/libtools_layouts.a \ - $(USER_DIR)/xz_utils/libxz_utils.a \ - $(USER_DIR)/ext_libs/minixz/libminixz.a \ -- -lboost_regex -lboost_filesystem -lboost_system \ - -llzma $(LIBSTD_CPP) ${LDL} -lexpat diff --git a/sysutils/mstflint/pkg-plist b/sysutils/mstflint/pkg-plist index 3609f0474ce..d1682a10fd6 100644 --- a/sysutils/mstflint/pkg-plist +++ b/sysutils/mstflint/pkg-plist @@ -21,23 +21,14 @@ include/mstflint/cmdif/icmd_cif_open.h include/mstflint/common/compatibility.h include/mstflint/mtcr.h include/mstflint/mtcr_com_defs.h +include/mstflint/sdk/resource_dump_sdk.h +include/mstflint/sdk/resource_dump_segments.h +include/mstflint/sdk/resource_dump_segments_be.h +include/mstflint/sdk/resource_dump_segments_le.h +include/mstflint/sdk/resource_dump_types.h include/mstflint/tools_layouts/adb_to_c_utils.h include/mstflint/tools_layouts/icmd_layouts.h include/mstflint/tools_layouts/icmd_hca_layouts.h -%%ADAB%%lib/libadb_parser.a -lib/libcmdif.a -lib/libdev_mgt.a -%%ADAB%%lib/libmodules_lib.a -%%FWMANAGER%%lib/libmstarchive.a -%%ADAB%%lib/libmstreg_lib.a -%%ADAB%%lib/libprint_util_lib.a -lib/libreg_access.a -lib/libtools_layouts.a -lib/libadb_utils.a -lib/libmlxarchive_layouts.a -lib/libmlxconfig_4th_gen_layouts.a -lib/libmlxconfig_4th_gen_regsiters.a -lib/mstflint/libmtcr_ul.a lib/mstflint/python_tools/c_dev_mgt.so lib/mstflint/python_tools/ccmdif.so lib/mstflint/python_tools/cmdif.py @@ -50,6 +41,7 @@ lib/mstflint/python_tools/mstfwreset/mlxfwresetlib/__init__.py lib/mstflint/python_tools/mstfwreset/mlxfwresetlib/cmd_reg_mcam.py lib/mstflint/python_tools/mstfwreset/mlxfwresetlib/cmd_reg_mfrl.py lib/mstflint/python_tools/mstfwreset/mlxfwresetlib/cmd_reg_mpcir.py +lib/mstflint/python_tools/mstfwreset/mlxfwresetlib/cmd_reg_mrsi.py lib/mstflint/python_tools/mstfwreset/mlxfwresetlib/logger.py lib/mstflint/python_tools/mstfwreset/mlxfwresetlib/mcra.py lib/mstflint/python_tools/mstfwreset/mlxfwresetlib/mlnx_peripheral_components.py @@ -62,75 +54,63 @@ lib/mstflint/python_tools/mstfwtrace/fw_trace_utilities.py lib/mstflint/python_tools/mstfwtrace/mstfwtrace.py lib/mstflint/python_tools/mstfwtrace/secure_fw_trace.py lib/mstflint/python_tools/mstprivhost/mstprivhost.py -lib/mstflint/python_tools/mstresourcedump/__init__.py -lib/mstflint/python_tools/mstresourcedump/commands/CommandFactory.py -lib/mstflint/python_tools/mstresourcedump/commands/DumpCommand.py -lib/mstflint/python_tools/mstresourcedump/commands/QueryCommand.py -lib/mstflint/python_tools/mstresourcedump/commands/ResDumpCommand.py -lib/mstflint/python_tools/mstresourcedump/commands/__init__.py -lib/mstflint/python_tools/mstresourcedump/fetchers/CapabilityFetcher.py -lib/mstflint/python_tools/mstresourcedump/fetchers/ResourceDumpFetcher.py -lib/mstflint/python_tools/mstresourcedump/fetchers/__init__.py -lib/mstflint/python_tools/mstresourcedump/filters/SegmentsFilter.py -lib/mstflint/python_tools/mstresourcedump/filters/__init__.py -lib/mstflint/python_tools/mstresourcedump/mstresourcedump.py -lib/mstflint/python_tools/mstresourcedump/resource_data/DataPrinter.py -lib/mstflint/python_tools/mstresourcedump/resource_data/DumpData.py -lib/mstflint/python_tools/mstresourcedump/resource_data/QueryData.py -lib/mstflint/python_tools/mstresourcedump/resource_data/__init__.py -lib/mstflint/python_tools/mstresourcedump/segments/CommandSegment.py -lib/mstflint/python_tools/mstresourcedump/segments/ErrorSegment.py -lib/mstflint/python_tools/mstresourcedump/segments/InfoSegment.py -lib/mstflint/python_tools/mstresourcedump/segments/MenuRecord.py -lib/mstflint/python_tools/mstresourcedump/segments/MenuSegment.py -lib/mstflint/python_tools/mstresourcedump/segments/NoticeSegment.py -lib/mstflint/python_tools/mstresourcedump/segments/RefSegment.py -lib/mstflint/python_tools/mstresourcedump/segments/ResourceSegment.py -lib/mstflint/python_tools/mstresourcedump/segments/Segment.py -lib/mstflint/python_tools/mstresourcedump/segments/SegmentCreator.py -lib/mstflint/python_tools/mstresourcedump/segments/SegmentFactory.py -lib/mstflint/python_tools/mstresourcedump/segments/TerminateSegment.py -lib/mstflint/python_tools/mstresourcedump/segments/__init__.py -lib/mstflint/python_tools/mstresourcedump/utils/__init__.py -lib/mstflint/python_tools/mstresourcedump/utils/Exceptions.py -lib/mstflint/python_tools/mstresourcedump/utils/constants.py -lib/mstflint/python_tools/mstresourcedump/validation/ArgToMenuVerifier.py -lib/mstflint/python_tools/mstresourcedump/validation/CapabilityValidator.py -lib/mstflint/python_tools/mstresourcedump/validation/__init__.py -lib/mstflint/python_tools/regaccess_structs.py -lib/mstflint/python_tools/mstresourceparse/ResourceParseManager.py -lib/mstflint/python_tools/mstresourceparse/parsers/AdbResourceParser.py -lib/mstflint/python_tools/mstresourceparse/parsers/AddressValueParser.py -lib/mstflint/python_tools/mstresourceparse/parsers/ResourceParser.py -lib/mstflint/python_tools/mstresourceparse/utils/common_functions.py -lib/mstflint/python_tools/mstresourceparse/__init__.py -lib/mstflint/python_tools/mstresourceparse/mstresourceparse.py -lib/mstflint/python_tools/mstresourceparse/parsers/AdbParser.py -lib/mstflint/python_tools/mstresourceparse/parsers/__init__.py -lib/mstflint/python_tools/mstresourceparse/resource_data/AdbData.py -lib/mstflint/python_tools/mstresourceparse/resource_data/DataPrinter.py -lib/mstflint/python_tools/mstresourceparse/resource_data/RawData.py -lib/mstflint/python_tools/mstresourceparse/resource_data/__init__.py -lib/mstflint/python_tools/mstresourceparse/segments/CommandSegment.py -lib/mstflint/python_tools/mstresourceparse/segments/ErrorSegment.py -lib/mstflint/python_tools/mstresourceparse/segments/InfoSegment.py -lib/mstflint/python_tools/mstresourceparse/segments/MenuRecord.py -lib/mstflint/python_tools/mstresourceparse/segments/MenuSegment.py -lib/mstflint/python_tools/mstresourceparse/segments/NoticeSegment.py -lib/mstflint/python_tools/mstresourceparse/segments/RefSegment.py -lib/mstflint/python_tools/mstresourceparse/segments/ResourceSegment.py -lib/mstflint/python_tools/mstresourceparse/segments/Segment.py -lib/mstflint/python_tools/mstresourceparse/segments/SegmentCreator.py -lib/mstflint/python_tools/mstresourceparse/segments/SegmentFactory.py -lib/mstflint/python_tools/mstresourceparse/segments/TerminateSegment.py -lib/mstflint/python_tools/mstresourceparse/segments/__init__.py -lib/mstflint/python_tools/mstresourceparse/utils/Exceptions.py -lib/mstflint/python_tools/mstresourceparse/utils/__init__.py -lib/mstflint/python_tools/mstresourceparse/utils/constants.py +lib/mstflint/python_tools/regaccess_hca_ext_structs.py +lib/mstflint/python_tools/regaccess_switch_ext_structs.py +lib/mstflint/python_tools/resourcetools/mstresourcedump.py +lib/mstflint/python_tools/resourcetools/mstresourceparse.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/__init__.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/commands/CommandFactory.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/commands/DumpCommand.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/commands/QueryCommand.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/commands/ResDumpCommand.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/commands/__init__.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/fetchers/CapabilityFetcher.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/fetchers/__init__.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/filters/SegmentsFilter.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/filters/__init__.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/utils/__init__.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/utils/Exceptions.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/utils/constants.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/validation/CapabilityValidator.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/validation/__init__.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/ResourceParseManager.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/parsers/AdbResourceParser.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/parsers/AddressValueParser.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/parsers/ResourceParser.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/utils/common_functions.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/__init__.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/parsers/AdbParser.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/parsers/__init__.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/resource_data/AdbData.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/resource_data/DataPrinter.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/resource_data/RawData.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/resource_data/__init__.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/utils/Exceptions.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/utils/__init__.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/utils/constants.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/cresourcedump/CResourceDump.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/cresourcedump/__init__.py +lib/mstflint/python_tools/resourcetools/resourcedump_lib/cresourcedump/cresourcedump_types.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/parsers/MenuParser.py +lib/mstflint/python_tools/resourcetools/resourceparse_lib/parsers/RawParser.py +lib/mstflint/python_tools/resourcetools/segments/CommandSegment.py +lib/mstflint/python_tools/resourcetools/segments/ErrorSegment.py +lib/mstflint/python_tools/resourcetools/segments/InfoSegment.py +lib/mstflint/python_tools/resourcetools/segments/MenuRecord.py +lib/mstflint/python_tools/resourcetools/segments/MenuSegment.py +lib/mstflint/python_tools/resourcetools/segments/NoticeSegment.py +lib/mstflint/python_tools/resourcetools/segments/RefSegment.py +lib/mstflint/python_tools/resourcetools/segments/ResourceSegment.py +lib/mstflint/python_tools/resourcetools/segments/Segment.py +lib/mstflint/python_tools/resourcetools/segments/SegmentCreator.py +lib/mstflint/python_tools/resourcetools/segments/SegmentFactory.py +lib/mstflint/python_tools/resourcetools/segments/TerminateSegment.py +lib/mstflint/python_tools/resourcetools/segments/__init__.py lib/mstflint/python_tools/mtcr.py lib/mstflint/python_tools/regaccess.py lib/mstflint/python_tools/rreg_access.so lib/mstflint/python_tools/tools_version.py +lib/mstflint/sdk/libresource_dump_sdk.so share/man/man1/mstarchive.1.gz share/man/man1/mstcongestion.1.gz share/man/man1/mstconfig.1.gz diff --git a/sysutils/nerdctl/Makefile b/sysutils/nerdctl/Makefile index 8df7f14ad96..3bf5ebd83a3 100644 --- a/sysutils/nerdctl/Makefile +++ b/sysutils/nerdctl/Makefile @@ -1,7 +1,7 @@ PORTNAME= nerdctl DISTVERSIONPREFIX=v DISTVERSION= 1.7.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/nomad-pot-driver/Makefile b/sysutils/nomad-pot-driver/Makefile index 26942e0a164..7ee52756501 100644 --- a/sysutils/nomad-pot-driver/Makefile +++ b/sysutils/nomad-pot-driver/Makefile @@ -1,7 +1,7 @@ PORTNAME= nomad-pot-driver DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org diff --git a/sysutils/nomad/Makefile b/sysutils/nomad/Makefile index 89b7464cd62..6aa6d54a922 100644 --- a/sysutils/nomad/Makefile +++ b/sysutils/nomad/Makefile @@ -1,7 +1,7 @@ PORTNAME= nomad DISTVERSIONPREFIX= v DISTVERSION= 1.7.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/hashicorp/nomad/${DISTVERSIONFULL}/ DISTFILES= go.mod \ diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index 28a318e5956..2f41b5be3c9 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -18,8 +18,8 @@ CONFLICTS= nut-[0-9]* USE_GITHUB= yes GH_ACCOUNT= networkupstools -GH_TAGNAME= 8827ddfe6 -NUT_COMMIT_DATE= 2024.04.07 +GH_TAGNAME= bab21630b +NUT_COMMIT_DATE= 2024.05.13 MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes diff --git a/sysutils/nut-devel/distinfo b/sysutils/nut-devel/distinfo index fa82fa06517..4458ce86595 100644 --- a/sysutils/nut-devel/distinfo +++ b/sysutils/nut-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712852770 -SHA256 (networkupstools-nut-2024.04.07-8827ddfe6_GH0.tar.gz) = 28cde97702acd7c7b655e5506551e0158b13e49bc406f0c175134b76da224eba -SIZE (networkupstools-nut-2024.04.07-8827ddfe6_GH0.tar.gz) = 4263680 +TIMESTAMP = 1715612633 +SHA256 (networkupstools-nut-2024.05.13-bab21630b_GH0.tar.gz) = e3f1801b529ce7ab38f56d564529d8edde89b608d06dc62201777681036f5fc9 +SIZE (networkupstools-nut-2024.05.13-bab21630b_GH0.tar.gz) = 4294214 diff --git a/sysutils/nut_exporter/Makefile b/sysutils/nut_exporter/Makefile index 6779581c671..65419b9fb09 100644 --- a/sysutils/nut_exporter/Makefile +++ b/sysutils/nut_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= nut_exporter DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= bsd@j-star.org diff --git a/sysutils/oc/Makefile b/sysutils/oc/Makefile index b666a66fa7f..953376524f9 100644 --- a/sysutils/oc/Makefile +++ b/sysutils/oc/Makefile @@ -1,7 +1,7 @@ PORTNAME= oc PORTVERSION= 4.9 DISTVERSIONPREFIX= release- -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= jhixson@freebsd.org diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile index ac72a19ad09..8d80fc21a42 100644 --- a/sysutils/onefetch/Makefile +++ b/sysutils/onefetch/Makefile @@ -1,5 +1,6 @@ PORTNAME= onefetch DISTVERSION= 2.20.0 +PORTREVISION= 1 CATEGORIES= sysutils devel MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/opa/Makefile b/sysutils/opa/Makefile index eddc9b94a0b..28eb0c7ad68 100644 --- a/sysutils/opa/Makefile +++ b/sysutils/opa/Makefile @@ -1,7 +1,7 @@ PORTNAME= opa DISTVERSIONPREFIX= v DISTVERSION= 0.41.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/opentofu/Makefile b/sysutils/opentofu/Makefile index 694038549bd..b4455001311 100644 --- a/sysutils/opentofu/Makefile +++ b/sysutils/opentofu/Makefile @@ -1,6 +1,7 @@ PORTNAME= opentofu DISTVERSIONPREFIX= v -DISTVERSION= 1.7.0 +DISTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org diff --git a/sysutils/opentofu/distinfo b/sysutils/opentofu/distinfo index f924bfea9f9..de3e0f8f26f 100644 --- a/sysutils/opentofu/distinfo +++ b/sysutils/opentofu/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1714565258 -SHA256 (go/sysutils_opentofu/opentofu-v1.7.0/v1.7.0.mod) = ce90911bbc49e85c3c82d4da6d130d545f96c7862fba99c817367f3da34dc58b -SIZE (go/sysutils_opentofu/opentofu-v1.7.0/v1.7.0.mod) = 13676 -SHA256 (go/sysutils_opentofu/opentofu-v1.7.0/v1.7.0.zip) = 250bbc916e2599064d595f87fc70b95e8ea91c304b510f982b0f08b18801c5f2 -SIZE (go/sysutils_opentofu/opentofu-v1.7.0/v1.7.0.zip) = 5911612 +TIMESTAMP = 1715459876 +SHA256 (go/sysutils_opentofu/opentofu-v1.7.1/v1.7.1.mod) = ce90911bbc49e85c3c82d4da6d130d545f96c7862fba99c817367f3da34dc58b +SIZE (go/sysutils_opentofu/opentofu-v1.7.1/v1.7.1.mod) = 13676 +SHA256 (go/sysutils_opentofu/opentofu-v1.7.1/v1.7.1.zip) = 17631a8621b01ee0806d33dff715101ed9d604d4c69d96f9a324338c3de12b4a +SIZE (go/sysutils_opentofu/opentofu-v1.7.1/v1.7.1.zip) = 5915021 diff --git a/sysutils/packer/Makefile b/sysutils/packer/Makefile index 65c71447b65..3e101fea88b 100644 --- a/sysutils/packer/Makefile +++ b/sysutils/packer/Makefile @@ -1,7 +1,7 @@ PORTNAME= packer PORTVERSION= 1.10.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= brad@facefault.org diff --git a/sysutils/paladin/Makefile b/sysutils/paladin/Makefile index 720f10163eb..621f67ae1f0 100644 --- a/sysutils/paladin/Makefile +++ b/sysutils/paladin/Makefile @@ -1,6 +1,6 @@ PORTNAME= paladin PORTVERSION= 2.0.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= rwestlun@gmail.com diff --git a/sysutils/php82-posix/files/patch-posix.c b/sysutils/php82-posix/files/patch-posix.c deleted file mode 100644 index 8d54d8ebd93..00000000000 --- a/sysutils/php82-posix/files/patch-posix.c +++ /dev/null @@ -1,62 +0,0 @@ ---- posix.c.orig 2024-01-17 22:35:53 UTC -+++ posix.c -@@ -465,7 +465,11 @@ PHP_FUNCTION(posix_ttyname) - #if defined(ZTS) && defined(HAVE_TTYNAME_R) && defined(_SC_TTY_NAME_MAX) - buflen = sysconf(_SC_TTY_NAME_MAX); - if (buflen < 1) { -+#if defined(__FreeBSD__) && defined(_SC_PAGESIZE) -+ buflen = sysconf(_SC_PAGESIZE); -+#else - RETURN_FALSE; -+#endif - } - p = emalloc(buflen); - -@@ -728,7 +732,11 @@ PHP_FUNCTION(posix_getgrnam) - #if defined(ZTS) && defined(HAVE_GETGRNAM_R) && defined(_SC_GETGR_R_SIZE_MAX) - buflen = sysconf(_SC_GETGR_R_SIZE_MAX); - if (buflen < 1) { -+#if defined(__FreeBSD__) && defined(_SC_PAGESIZE) -+ buflen = sysconf(_SC_PAGESIZE); -+#else - RETURN_FALSE; -+#endif - } - buf = emalloc(buflen); - try_again: -@@ -784,7 +792,11 @@ PHP_FUNCTION(posix_getgrgid) - - grbuflen = sysconf(_SC_GETGR_R_SIZE_MAX); - if (grbuflen < 1) { -+#if defined(__FreeBSD__) && defined(_SC_PAGESIZE) -+ grbuflen = sysconf(_SC_PAGESIZE); -+#else - RETURN_FALSE; -+#endif - } - - grbuf = emalloc(grbuflen); -@@ -858,7 +870,11 @@ PHP_FUNCTION(posix_getpwnam) - #if defined(ZTS) && defined(_SC_GETPW_R_SIZE_MAX) && defined(HAVE_GETPWNAM_R) - buflen = sysconf(_SC_GETPW_R_SIZE_MAX); - if (buflen < 1) { -+#if defined(__FreeBSD__) && defined(_SC_PAGESIZE) -+ buflen = sysconf(_SC_PAGESIZE); -+#else - RETURN_FALSE; -+#endif - } - buf = emalloc(buflen); - pw = &pwbuf; -@@ -913,7 +929,11 @@ PHP_FUNCTION(posix_getpwuid) - #if defined(ZTS) && defined(_SC_GETPW_R_SIZE_MAX) && defined(HAVE_GETPWUID_R) - pwbuflen = sysconf(_SC_GETPW_R_SIZE_MAX); - if (pwbuflen < 1) { -+#if defined(__FreeBSD__) && defined(_SC_PAGESIZE) -+ pwbuflen = sysconf(_SC_PAGESIZE); -+#else - RETURN_FALSE; -+#endif - } - pwbuf = emalloc(pwbuflen); - diff --git a/sysutils/php83-posix/files/patch-posix.c b/sysutils/php83-posix/files/patch-posix.c deleted file mode 100644 index c97a44fcff9..00000000000 --- a/sysutils/php83-posix/files/patch-posix.c +++ /dev/null @@ -1,62 +0,0 @@ ---- posix.c.orig 2024-01-17 22:28:09 UTC -+++ posix.c -@@ -477,7 +477,11 @@ PHP_FUNCTION(posix_ttyname) - #if defined(ZTS) && defined(HAVE_TTYNAME_R) && defined(_SC_TTY_NAME_MAX) - buflen = sysconf(_SC_TTY_NAME_MAX); - if (buflen < 1) { -+#if defined(__FreeBSD__) && defined(_SC_PAGESIZE) -+ buflen = sysconf(_SC_PAGESIZE); -+#else - RETURN_FALSE; -+#endif - } - p = emalloc(buflen); - -@@ -784,7 +788,11 @@ PHP_FUNCTION(posix_getgrnam) - #if defined(ZTS) && defined(HAVE_GETGRNAM_R) && defined(_SC_GETGR_R_SIZE_MAX) - buflen = sysconf(_SC_GETGR_R_SIZE_MAX); - if (buflen < 1) { -+#if defined(__FreeBSD__) && defined(_SC_PAGESIZE) -+ buflen = sysconf(_SC_PAGESIZE); -+#else - RETURN_FALSE; -+#endif - } - buf = emalloc(buflen); - try_again: -@@ -840,7 +848,11 @@ PHP_FUNCTION(posix_getgrgid) - - grbuflen = sysconf(_SC_GETGR_R_SIZE_MAX); - if (grbuflen < 1) { -+#if defined(__FreeBSD__) && defined(_SC_PAGESIZE) -+ grbuflen = sysconf(_SC_PAGESIZE); -+#else - RETURN_FALSE; -+#endif - } - - grbuf = emalloc(grbuflen); -@@ -914,7 +926,11 @@ PHP_FUNCTION(posix_getpwnam) - #if defined(ZTS) && defined(_SC_GETPW_R_SIZE_MAX) && defined(HAVE_GETPWNAM_R) - buflen = sysconf(_SC_GETPW_R_SIZE_MAX); - if (buflen < 1) { -+#if defined(__FreeBSD__) && defined(_SC_PAGESIZE) -+ buflen = sysconf(_SC_PAGESIZE); -+#else - RETURN_FALSE; -+#endif - } - buf = emalloc(buflen); - pw = &pwbuf; -@@ -969,7 +985,11 @@ PHP_FUNCTION(posix_getpwuid) - #if defined(ZTS) && defined(_SC_GETPW_R_SIZE_MAX) && defined(HAVE_GETPWUID_R) - pwbuflen = sysconf(_SC_GETPW_R_SIZE_MAX); - if (pwbuflen < 1) { -+#if defined(__FreeBSD__) && defined(_SC_PAGESIZE) -+ pwbuflen = sysconf(_SC_PAGESIZE); -+#else - RETURN_FALSE; -+#endif - } - pwbuf = emalloc(pwbuflen); - diff --git a/sysutils/podman/Makefile b/sysutils/podman/Makefile index 66dae542cb5..a6963384b30 100644 --- a/sysutils/podman/Makefile +++ b/sysutils/podman/Makefile @@ -1,7 +1,7 @@ PORTNAME= podman DISTVERSIONPREFIX= v DISTVERSION= 4.8.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index a24abb73883..11c2ce08236 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -1,6 +1,6 @@ PORTNAME= potnet DISTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org diff --git a/sysutils/process-viewer/Makefile b/sysutils/process-viewer/Makefile index 75f4aadfc28..3e3fb442e59 100644 --- a/sysutils/process-viewer/Makefile +++ b/sysutils/process-viewer/Makefile @@ -1,6 +1,6 @@ PORTNAME= process-viewer DISTVERSION= g20220909 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile index c5faa65f0f5..218dc63039d 100644 --- a/sysutils/procs/Makefile +++ b/sysutils/procs/Makefile @@ -1,7 +1,7 @@ PORTNAME= procs DISTVERSIONPREFIX= v DISTVERSION= 0.14.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/py-dirsync/Makefile b/sysutils/py-dirsync/Makefile index 41e60808572..957dbca1cbf 100644 --- a/sysutils/py-dirsync/Makefile +++ b/sysutils/py-dirsync/Makefile @@ -1,5 +1,6 @@ PORTNAME= dirsync PORTVERSION= 2.2.5 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,12 @@ WWW= https://github.com/tkhyn/dirsync LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -CONFLICTS_INSTALL= p5-File-Dirsync - USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/sysutils/py-python-consul2/Makefile b/sysutils/py-python-consul2/Makefile index 4159e451f36..fe51fa4bb3b 100644 --- a/sysutils/py-python-consul2/Makefile +++ b/sysutils/py-python-consul2/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-consul2 PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/poppyred/python-consul2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-twisted>=0:devel/py-pytest-twisted@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/sysutils/py-scandir/Makefile b/sysutils/py-scandir/Makefile index 67883732fa3..c3e61eab48a 100644 --- a/sysutils/py-scandir/Makefile +++ b/sysutils/py-scandir/Makefile @@ -1,6 +1,6 @@ PORTNAME= scandir PORTVERSION= 1.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,11 @@ WWW= https://github.com/benhoyt/scandir LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/sysutils/py-upt-cpan/Makefile b/sysutils/py-upt-cpan/Makefile index 58fc85c314c..57ed6f9a765 100644 --- a/sysutils/py-upt-cpan/Makefile +++ b/sysutils/py-upt-cpan/Makefile @@ -1,5 +1,6 @@ PORTNAME= upt-cpan PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://framagit.org/upt/upt-cpan LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}upt>=0.6:sysutils/py-upt@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/sysutils/py-upt-rubygems/Makefile b/sysutils/py-upt-rubygems/Makefile index 9fdef24b126..9fe7caf65dc 100644 --- a/sysutils/py-upt-rubygems/Makefile +++ b/sysutils/py-upt-rubygems/Makefile @@ -1,5 +1,6 @@ PORTNAME= upt-rubygems PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,14 @@ WWW= https://framagit.org/upt/upt-rubygems LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semver>=0:devel/py-semver@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}upt>=0.11:sysutils/py-upt@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/sysutils/rest-server/Makefile b/sysutils/rest-server/Makefile index 22893744c12..4a2ef3d00f7 100644 --- a/sysutils/rest-server/Makefile +++ b/sysutils/rest-server/Makefile @@ -1,7 +1,7 @@ PORTNAME= rest-server DISTVERSIONPREFIX= v DISTVERSION= 0.12.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org diff --git a/sysutils/restic/Makefile b/sysutils/restic/Makefile index 7f2943fe547..937fe520297 100644 --- a/sysutils/restic/Makefile +++ b/sysutils/restic/Makefile @@ -1,7 +1,7 @@ PORTNAME= restic DISTVERSIONPREFIX= v DISTVERSION= 0.16.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/rubygem-fluentd/Makefile b/sysutils/rubygem-fluentd/Makefile index 2a08721473c..eedd5d74682 100644 --- a/sysutils/rubygem-fluentd/Makefile +++ b/sysutils/rubygem-fluentd/Makefile @@ -1,5 +1,5 @@ PORTNAME= fluentd -PORTVERSION= 1.16.5 +PORTVERSION= 1.17.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -10,12 +10,15 @@ WWW= https://fluentd.org/ LICENSE= APACHE20 RUN_DEPENDS= \ + rubygem-base64>=0.2<0.3:converters/rubygem-base64 \ rubygem-bundler>=0:sysutils/rubygem-bundler \ rubygem-cool.io>=1.4.5<2.0.0:devel/rubygem-cool.io \ + rubygem-csv>=3.2:devel/rubygem-csv \ + rubygem-drb>=2.2<2.3:devel/rubygem-drb \ rubygem-http_parser.rb>=0.5.1<0.9.0:net/rubygem-http_parser.rb \ rubygem-msgpack>=1.3.1<2.0.0:devel/rubygem-msgpack \ rubygem-serverengine>=2.2.5<3.0.0:net/rubygem-serverengine \ - rubygem-sigdump>=0.2.2<0.3:devel/rubygem-sigdump \ + rubygem-sigdump>=0.2.5<0.3:devel/rubygem-sigdump \ rubygem-strptime>=0.2.2<1.0.0:devel/rubygem-strptime \ rubygem-tzinfo1>=1.0<3.0:devel/rubygem-tzinfo1 \ rubygem-tzinfo-data>=1.0<2:devel/rubygem-tzinfo-data \ diff --git a/sysutils/rubygem-fluentd/distinfo b/sysutils/rubygem-fluentd/distinfo index 15b9740b617..aa2870b1a12 100644 --- a/sysutils/rubygem-fluentd/distinfo +++ b/sysutils/rubygem-fluentd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711530546 -SHA256 (rubygem/fluentd-1.16.5.gem) = f8f321eb6d7af2ce6ca7607a373240030f3dedf27ddb9b1fd059ce68cc5439fd -SIZE (rubygem/fluentd-1.16.5.gem) = 881152 +TIMESTAMP = 1714597305 +SHA256 (rubygem/fluentd-1.17.0.gem) = b9af6c1572aba93f854cb57560858005e050a9b9344d6c7b2c362314fad91f28 +SIZE (rubygem/fluentd-1.17.0.gem) = 887296 diff --git a/sysutils/runas/Makefile b/sysutils/runas/Makefile index 059a1fa7065..7087ed81cee 100644 --- a/sysutils/runas/Makefile +++ b/sysutils/runas/Makefile @@ -1,6 +1,6 @@ PORTNAME= runas DISTVERSION= 0.2.0 -PORTREVISIOn= 1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org diff --git a/sysutils/runiq/Makefile b/sysutils/runiq/Makefile index f493fe97544..25a2fce686c 100644 --- a/sysutils/runiq/Makefile +++ b/sysutils/runiq/Makefile @@ -1,7 +1,7 @@ PORTNAME= runiq DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/runj/Makefile b/sysutils/runj/Makefile index 76e815412a9..04f96a2b385 100644 --- a/sysutils/runj/Makefile +++ b/sysutils/runj/Makefile @@ -1,7 +1,7 @@ PORTNAME= runj DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= dch@FreeBSD.org diff --git a/sysutils/rush/Makefile b/sysutils/rush/Makefile index c14c4c5030c..cbb71cd0eb6 100644 --- a/sysutils/rush/Makefile +++ b/sysutils/rush/Makefile @@ -1,7 +1,7 @@ PORTNAME= rush DISTVERSIONPREFIX= v DISTVERSION= 0.5.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils PKGNAMESUFFIX= -parallelization-tool diff --git a/sysutils/rust-coreutils/Makefile b/sysutils/rust-coreutils/Makefile index ed8ee215488..44eb815cce0 100644 --- a/sysutils/rust-coreutils/Makefile +++ b/sysutils/rust-coreutils/Makefile @@ -1,5 +1,6 @@ PORTNAME= rust-coreutils DISTVERSION= 0.0.26 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/rust-findutils/Makefile b/sysutils/rust-findutils/Makefile index 9f3794fe5e6..c183fc3263a 100644 --- a/sysutils/rust-findutils/Makefile +++ b/sysutils/rust-findutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= rust-findutils DISTVERSION= 0.4.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/sake/Makefile b/sysutils/sake/Makefile index 0c1c9ca25e0..c0dedf88ce4 100644 --- a/sysutils/sake/Makefile +++ b/sysutils/sake/Makefile @@ -1,7 +1,7 @@ PORTNAME= sake PORTVERSION= 0.15.1 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/sensu-go/Makefile b/sysutils/sensu-go/Makefile index 66195af2b55..4b06966ef62 100644 --- a/sysutils/sensu-go/Makefile +++ b/sysutils/sensu-go/Makefile @@ -1,7 +1,7 @@ PORTNAME= sensu-go PORTVERSION= 6.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= jp+ports@supplntr.io diff --git a/sysutils/serf/Makefile b/sysutils/serf/Makefile index 59f4573a4ec..c1e92ff141d 100644 --- a/sysutils/serf/Makefile +++ b/sysutils/serf/Makefile @@ -1,7 +1,7 @@ PORTNAME= serf PORTVERSION= 0.10.1 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils PKGNAMEPREFIX= hashicorp- diff --git a/sysutils/siegfried/Makefile b/sysutils/siegfried/Makefile index c8c46f0ee91..93c40d09c48 100644 --- a/sysutils/siegfried/Makefile +++ b/sysutils/siegfried/Makefile @@ -1,7 +1,7 @@ PORTNAME= siegfried DISTVERSIONPREFIX= v DISTVERSION= 1.11.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/skopeo/Makefile b/sysutils/skopeo/Makefile index abb42b315a5..1430140b893 100644 --- a/sysutils/skopeo/Makefile +++ b/sysutils/skopeo/Makefile @@ -1,7 +1,7 @@ PORTNAME= skopeo DISTVERSIONPREFIX= v DISTVERSION= 1.14.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile index 88eae618e62..3355f4090c5 100644 --- a/sysutils/slurm-wlm/Makefile +++ b/sysutils/slurm-wlm/Makefile @@ -150,6 +150,9 @@ pre-configure: .elif ${ARCH} == powerpc64 ${FIND} ${LLD2FIX:C|^|${WRKSRC}/src/|} -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's|-r -o|-r -m elf64ppc -o|' +.elif ${ARCH} == aarch64 + ${FIND} ${LLD2FIX:C|^|${WRKSRC}/src/|} -name Makefile.in | ${XARGS} \ + ${REINPLACE_CMD} -e 's|-r -o|-r -m aarch64elf -o|' .else ${FIND} ${LLD2FIX:C|^|${WRKSRC}/src/|} -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's|-r -o|-r -m elf_${ARCH} -o|' diff --git a/sysutils/smug/Makefile b/sysutils/smug/Makefile index ed0b41180b0..9aeccc54810 100644 --- a/sysutils/smug/Makefile +++ b/sysutils/smug/Makefile @@ -1,7 +1,7 @@ PORTNAME= smug DISTVERSIONPREFIX= v DISTVERSION= 0.3.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/snmp_exporter/Makefile b/sysutils/snmp_exporter/Makefile index f2416ba19e1..ca1f2881ee3 100644 --- a/sysutils/snmp_exporter/Makefile +++ b/sysutils/snmp_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= snmp_exporter PORTVERSION= 0.20.0 DISTVERSIONPREFIX=v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= fabian.freyer@physik.tu-berlin.de diff --git a/sysutils/sockaddr/Makefile b/sysutils/sockaddr/Makefile index ae5822d430b..9ec073eff92 100644 --- a/sysutils/sockaddr/Makefile +++ b/sysutils/sockaddr/Makefile @@ -1,7 +1,7 @@ PORTNAME= sockaddr DISTVERSIONPREFIX= v DISTVERSION= 1.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/stressdisk/Makefile b/sysutils/stressdisk/Makefile index 2df320d62b5..c9de978b92c 100644 --- a/sysutils/stressdisk/Makefile +++ b/sysutils/stressdisk/Makefile @@ -1,7 +1,7 @@ PORTNAME= stressdisk DISTVERSIONPREFIX= v DISTVERSION= 1.0.13 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org diff --git a/sysutils/superfile/Makefile b/sysutils/superfile/Makefile new file mode 100644 index 00000000000..ac17f7bf926 --- /dev/null +++ b/sysutils/superfile/Makefile @@ -0,0 +1,20 @@ +PORTNAME= superfile +DISTVERSIONPREFIX= v +DISTVERSION= 1.1.3-0.20240512232412 +DISTVERSIONSUFFIX= -e7275dfc0dcd +CATEGORIES= sysutils + +MAINTAINER= fuz@FreeBSD.org +COMMENT= Terminal file manager +WWW= https://github.com/MHNightCat/superfile + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +GO_MODULE= github.com/MHNightCat/superfile + +PLIST_FILES= bin/superfile + +.include diff --git a/sysutils/superfile/distinfo b/sysutils/superfile/distinfo new file mode 100644 index 00000000000..0f98d32f8e9 --- /dev/null +++ b/sysutils/superfile/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1715556543 +SHA256 (go/sysutils_superfile/superfile-v1.1.3-0.20240512232412-e7275dfc0dcd/v1.1.3-0.20240512232412-e7275dfc0dcd.mod) = 1351778081d883d136f4805b1795582a4dd1b7d1ed76c9e66bb60306a0a219af +SIZE (go/sysutils_superfile/superfile-v1.1.3-0.20240512232412-e7275dfc0dcd/v1.1.3-0.20240512232412-e7275dfc0dcd.mod) = 2639 +SHA256 (go/sysutils_superfile/superfile-v1.1.3-0.20240512232412-e7275dfc0dcd/v1.1.3-0.20240512232412-e7275dfc0dcd.zip) = 97a556426ce2684a74cd83f4584f10cc68e7b2cf6933769de4a271ba297aced4 +SIZE (go/sysutils_superfile/superfile-v1.1.3-0.20240512232412-e7275dfc0dcd/v1.1.3-0.20240512232412-e7275dfc0dcd.zip) = 6041523 diff --git a/sysutils/superfile/pkg-descr b/sysutils/superfile/pkg-descr new file mode 100644 index 00000000000..845aebfda99 --- /dev/null +++ b/sysutils/superfile/pkg-descr @@ -0,0 +1,7 @@ +Superfile is a terminal file manager, allowing you to manage files on +the terminal in much the same way as you would do in a graphical file +manager. + +Superfile requires that you use one of the Nerd Fonts as your terminal +font. Install x11-fonts/nerd-fonts on your client and set up one of +these fonts if you encounter graphical glitches. diff --git a/sysutils/syngesture/Makefile b/sysutils/syngesture/Makefile index 9cce675d2b6..3af21842585 100644 --- a/sysutils/syngesture/Makefile +++ b/sysutils/syngesture/Makefile @@ -1,6 +1,6 @@ PORTNAME= syngesture DISTVERSION= 1.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/szyszka/Makefile b/sysutils/szyszka/Makefile index 42177cc6df6..f00e195358f 100644 --- a/sysutils/szyszka/Makefile +++ b/sysutils/szyszka/Makefile @@ -1,6 +1,6 @@ PORTNAME= szyszka DISTVERSION= 3.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/tailspin/Makefile b/sysutils/tailspin/Makefile index cc4370f58b0..332a93dfc2b 100644 --- a/sysutils/tailspin/Makefile +++ b/sysutils/tailspin/Makefile @@ -1,5 +1,6 @@ PORTNAME= tailspin DISTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/tealdeer/Makefile b/sysutils/tealdeer/Makefile index 2d0bb55c24e..6e143a07e39 100644 --- a/sysutils/tealdeer/Makefile +++ b/sysutils/tealdeer/Makefile @@ -1,7 +1,7 @@ PORTNAME= tealdeer DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/tere/Makefile b/sysutils/tere/Makefile index 0960e7f1484..548c083fb1f 100644 --- a/sysutils/tere/Makefile +++ b/sysutils/tere/Makefile @@ -1,7 +1,7 @@ PORTNAME= tere DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile index 91df78e9928..1eb059798cc 100644 --- a/sysutils/terraform-docs/Makefile +++ b/sysutils/terraform-docs/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform-docs DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= sysutils textproc MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/terraform-provider-gridscale/Makefile b/sysutils/terraform-provider-gridscale/Makefile index 37ff26d60ca..f2389a523ae 100644 --- a/sysutils/terraform-provider-gridscale/Makefile +++ b/sysutils/terraform-provider-gridscale/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform-provider-gridscale PORTVERSION= 1.6.2 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= egypcio@FreeBSD.org diff --git a/sysutils/terraform-provider-vultr/Makefile b/sysutils/terraform-provider-vultr/Makefile index b4f0a879e79..e5a622084d8 100644 --- a/sysutils/terraform-provider-vultr/Makefile +++ b/sysutils/terraform-provider-vultr/Makefile @@ -1,7 +1,7 @@ PORTNAME= terraform-provider-vultr PORTVERSION= 0.1.10 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/terraform-switcher/Makefile b/sysutils/terraform-switcher/Makefile index 65820c11467..2682bb9647c 100644 --- a/sysutils/terraform-switcher/Makefile +++ b/sysutils/terraform-switcher/Makefile @@ -1,6 +1,7 @@ PORTNAME= terraform-switcher DISTVERSIONPREFIX= v DISTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile index 39e5111ef22..2347894294a 100644 --- a/sysutils/terraform/Makefile +++ b/sysutils/terraform/Makefile @@ -1,6 +1,7 @@ PORTNAME= terraform DISTVERSIONPREFIX= v -DISTVERSION= 1.8.2 +DISTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/terraform/distinfo b/sysutils/terraform/distinfo index 7f0fd91e944..0193a4b8d3d 100644 --- a/sysutils/terraform/distinfo +++ b/sysutils/terraform/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1714090487 -SHA256 (go/sysutils_terraform/terraform-v1.8.2/v1.8.2.mod) = a90f69006ef9d76658c3c24f7d9875d0a860449201a488f15e74b4a94986fde2 -SIZE (go/sysutils_terraform/terraform-v1.8.2/v1.8.2.mod) = 14016 -SHA256 (go/sysutils_terraform/terraform-v1.8.2/v1.8.2.zip) = dba2c9d3f54c67be27d3886c97c66a4c7ebb84e44a2269b2c95e4983b8570acd -SIZE (go/sysutils_terraform/terraform-v1.8.2/v1.8.2.zip) = 8506874 +TIMESTAMP = 1715312361 +SHA256 (go/sysutils_terraform/terraform-v1.8.3/v1.8.3.mod) = a90f69006ef9d76658c3c24f7d9875d0a860449201a488f15e74b4a94986fde2 +SIZE (go/sysutils_terraform/terraform-v1.8.3/v1.8.3.mod) = 14016 +SHA256 (go/sysutils_terraform/terraform-v1.8.3/v1.8.3.zip) = 459548672fe634f8e20c5e73874eeaa798a370ec708a520992d87f5fced3b803 +SIZE (go/sysutils_terraform/terraform-v1.8.3/v1.8.3.zip) = 8508772 diff --git a/sysutils/terragrunt/Makefile b/sysutils/terragrunt/Makefile index d34f655e2aa..7bd60ccc90f 100644 --- a/sysutils/terragrunt/Makefile +++ b/sysutils/terragrunt/Makefile @@ -1,7 +1,7 @@ PORTNAME= terragrunt DISTVERSIONPREFIX= v DISTVERSION= 0.55.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index 0e76f0f88d9..3eae8d467bc 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -1,6 +1,7 @@ PORTNAME= tflint DISTVERSIONPREFIX= v DISTVERSION= 0.51.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/tiempo/Makefile b/sysutils/tiempo/Makefile index 11eb73b2413..9ec88c8b148 100644 --- a/sysutils/tiempo/Makefile +++ b/sysutils/tiempo/Makefile @@ -1,6 +1,6 @@ PORTNAME= tiempo DISTVERSION= 1.9.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/topgrade/Makefile b/sysutils/topgrade/Makefile index 82fbb17e886..84cb369d046 100644 --- a/sysutils/topgrade/Makefile +++ b/sysutils/topgrade/Makefile @@ -1,7 +1,7 @@ PORTNAME= topgrade DISTVERSIONPREFIX= v DISTVERSION= 14.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= freebsd@scd-systems.net diff --git a/sysutils/ttyd/Makefile b/sysutils/ttyd/Makefile index 095b75f9a69..5c0f78cd6bc 100644 --- a/sysutils/ttyd/Makefile +++ b/sysutils/ttyd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ttyd -DISTVERSION= 1.7.4 +DISTVERSION= 1.7.7 CATEGORIES= sysutils MAINTAINER= nc@FreeBSD.org diff --git a/sysutils/ttyd/distinfo b/sysutils/ttyd/distinfo index fbf6032fda4..f9cd8ce9037 100644 --- a/sysutils/ttyd/distinfo +++ b/sysutils/ttyd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708058655 -SHA256 (tsl0922-ttyd-1.7.4_GH0.tar.gz) = 300d8cef4b0b32b0ec30d7bf4d3721a5d180e22607f9467a95ab7b6d9652ca9b -SIZE (tsl0922-ttyd-1.7.4_GH0.tar.gz) = 603483 +TIMESTAMP = 1715484677 +SHA256 (tsl0922-ttyd-1.7.7_GH0.tar.gz) = 039dd995229377caee919898b7bd54484accec3bba49c118e2d5cd6ec51e3650 +SIZE (tsl0922-ttyd-1.7.7_GH0.tar.gz) = 621347 diff --git a/sysutils/tuckr/Makefile b/sysutils/tuckr/Makefile index 4a7274af028..6302228a72c 100644 --- a/sysutils/tuckr/Makefile +++ b/sysutils/tuckr/Makefile @@ -1,6 +1,6 @@ PORTNAME= tuckr DISTVERSION= 0.8.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/vector/Makefile b/sysutils/vector/Makefile index 0499c152c54..0c9b1a07c92 100644 --- a/sysutils/vector/Makefile +++ b/sysutils/vector/Makefile @@ -1,7 +1,7 @@ PORTNAME= vector DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/viddy/Makefile b/sysutils/viddy/Makefile index 3da236ecbd2..e2719f3566d 100644 --- a/sysutils/viddy/Makefile +++ b/sysutils/viddy/Makefile @@ -1,7 +1,7 @@ PORTNAME= viddy DISTVERSIONPREFIX= v DISTVERSION= 0.3.4 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MASTER_SITES= diff --git a/sysutils/vivid/Makefile b/sysutils/vivid/Makefile index 2805b09802d..a21ce5c9837 100644 --- a/sysutils/vivid/Makefile +++ b/sysutils/vivid/Makefile @@ -1,7 +1,7 @@ PORTNAME= vivid DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org diff --git a/sysutils/vmstated/Makefile b/sysutils/vmstated/Makefile index 98606c6c44a..e275b935b6b 100644 --- a/sysutils/vmstated/Makefile +++ b/sysutils/vmstated/Makefile @@ -1,6 +1,5 @@ PORTNAME= vmstated -DISTVERSION= 0.04 -PORTREVISION= 1 +DISTVERSION= 0.10 CATEGORIES= sysutils MAINTAINER= freebsd@ny-central.org @@ -9,15 +8,14 @@ WWW= https://github.com/christian-moerz/vmstated LICENSE= BSD2CLAUSE +ONLY_FOR_ARCHS= aarch64 amd64 +NOT_FOR_ARCHS_REASON= only available where bhyve is + USE_GITHUB= yes GH_ACCOUNT= christian-moerz GH_PROJECT= vmstated post-patch: ${REINPLACE_CMD} "s@PREFIX@${PREFIX}@g" "${WRKSRC}/rc/vmstated" - # Fix man path - ${REINPLACE_CMD} \ - '20 s|$${MANPREFIX}|$${PREFIX}/share|' \ - "${WRKSRC}/src/vmstatedctl/Makefile" .include diff --git a/sysutils/vmstated/distinfo b/sysutils/vmstated/distinfo index ab31c887259..a50b4388d6d 100644 --- a/sysutils/vmstated/distinfo +++ b/sysutils/vmstated/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705133490 -SHA256 (christian-moerz-vmstated-0.04_GH0.tar.gz) = 3858f64f70d73e9d5e734ed9c64e72024092f32700767214ed2202dad570971a -SIZE (christian-moerz-vmstated-0.04_GH0.tar.gz) = 69102 +TIMESTAMP = 1715264391 +SHA256 (christian-moerz-vmstated-0.10_GH0.tar.gz) = b15dd2e793ea6e0a508d055e10c1f5a0bab82c3caf9911e6cdb30c03e9a7e7a3 +SIZE (christian-moerz-vmstated-0.10_GH0.tar.gz) = 97034 diff --git a/sysutils/vmstated/pkg-plist b/sysutils/vmstated/pkg-plist index 7c9d782fc90..d90b8caaaec 100644 --- a/sysutils/vmstated/pkg-plist +++ b/sysutils/vmstated/pkg-plist @@ -1,5 +1,9 @@ bin/vmstatedctl etc/rc.d/vmstated +%%ETCDIR%%/testvm/bhyve.conf.sample +%%ETCDIR%%/testvm/config.sample +%%ETCDIR%%/testvm/start_network.sample +%%ETCDIR%%/testvm/stop_network.sample sbin/vmstated share/man/man1/vmstatedctl.1.gz share/man/man8/vmstated.8.gz diff --git a/sysutils/walk/Makefile b/sysutils/walk/Makefile index 00cdd4f5cff..334c5743f96 100644 --- a/sysutils/walk/Makefile +++ b/sysutils/walk/Makefile @@ -1,7 +1,7 @@ PORTNAME= walk DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= DtxdF@disroot.org diff --git a/sysutils/xcp/Makefile b/sysutils/xcp/Makefile index 8a513c98777..1b33afc9232 100644 --- a/sysutils/xcp/Makefile +++ b/sysutils/xcp/Makefile @@ -1,7 +1,7 @@ PORTNAME= xcp DISTVERSIONPREFIX= libxcp-v DISTVERSION= 0.21.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/yadf/Makefile b/sysutils/yadf/Makefile index 3585bfd812f..2cc531f9964 100644 --- a/sysutils/yadf/Makefile +++ b/sysutils/yadf/Makefile @@ -1,7 +1,7 @@ PORTNAME= yadf DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= sec.research.2005@gmail.com diff --git a/sysutils/yazi/Makefile b/sysutils/yazi/Makefile index cc9e653bda8..d869d6ae069 100644 --- a/sysutils/yazi/Makefile +++ b/sysutils/yazi/Makefile @@ -1,7 +1,7 @@ PORTNAME= yazi DISTVERSIONPREFIX= v DISTVERSION= 0.2.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= nivit@FreeBSD.org diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile index 33f8ce31c27..28be843d613 100644 --- a/sysutils/zellij/Makefile +++ b/sysutils/zellij/Makefile @@ -1,6 +1,7 @@ PORTNAME= zellij DISTVERSIONPREFIX= v DISTVERSION= 0.40.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= riggs@FreeBSD.org diff --git a/sysutils/zfs-snap-diff/Makefile b/sysutils/zfs-snap-diff/Makefile index 28e6e44f0a5..56e5ab69dc5 100644 --- a/sysutils/zfs-snap-diff/Makefile +++ b/sysutils/zfs-snap-diff/Makefile @@ -1,7 +1,7 @@ PORTNAME= zfs-snap-diff PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/zoxide/Makefile b/sysutils/zoxide/Makefile index 0a7a30a23dd..80950632aab 100644 --- a/sysutils/zoxide/Makefile +++ b/sysutils/zoxide/Makefile @@ -1,7 +1,7 @@ PORTNAME= zoxide DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com diff --git a/sysutils/zrepl/Makefile b/sysutils/zrepl/Makefile index c7799e427ac..e7b1d3ec3ab 100644 --- a/sysutils/zrepl/Makefile +++ b/sysutils/zrepl/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= driesm@FreeBSD.org diff --git a/sysutils/ztop/Makefile b/sysutils/ztop/Makefile index 26b33fe733a..430d664f16f 100644 --- a/sysutils/ztop/Makefile +++ b/sysutils/ztop/Makefile @@ -1,7 +1,7 @@ PORTNAME= ztop DISTVERSIONPREFIX= v DISTVERSION= 0.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= asomers@FreeBSD.org diff --git a/textproc/Makefile b/textproc/Makefile index 507132946d4..fc1d4d6774f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -442,6 +442,9 @@ SUBDIR += linux-c7-libcroco SUBDIR += linux-c7-libxml2 SUBDIR += linux-c7-libxslt + SUBDIR += linux-rl9-expat + SUBDIR += linux-rl9-libxml2 + SUBDIR += linux-rl9-libxslt SUBDIR += linuxdoc SUBDIR += linuxdoc-tools SUBDIR += localize @@ -1511,6 +1514,7 @@ SUBDIR += py-pypa-docs-theme SUBDIR += py-pypandoc SUBDIR += py-pyphen + SUBDIR += py-pyrss2gen SUBDIR += py-pyscss SUBDIR += py-pysrt SUBDIR += py-pystache @@ -1549,7 +1553,6 @@ SUBDIR += py-rich-rst SUBDIR += py-rich12 SUBDIR += py-rnc2rng - SUBDIR += py-rss2gen SUBDIR += py-rst2ansi SUBDIR += py-rst2html5 SUBDIR += py-scour diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile index 6d7ec5a163d..9cd777259b8 100644 --- a/textproc/angle-grinder/Makefile +++ b/textproc/angle-grinder/Makefile @@ -1,7 +1,7 @@ PORTNAME= angle-grinder DISTVERSIONPREFIX= v DISTVERSION= 0.19.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/apache-commons-csv/Makefile b/textproc/apache-commons-csv/Makefile index 5e1fc7acfc2..1a801352812 100644 --- a/textproc/apache-commons-csv/Makefile +++ b/textproc/apache-commons-csv/Makefile @@ -1,5 +1,5 @@ PORTNAME= commons-csv -PORTVERSION= 1.10.0 +DISTVERSION= 1.11.0 CATEGORIES= textproc java devel MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- diff --git a/textproc/apache-commons-csv/distinfo b/textproc/apache-commons-csv/distinfo index 8bbbc4abd54..85d149ab89d 100644 --- a/textproc/apache-commons-csv/distinfo +++ b/textproc/apache-commons-csv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678483009 -SHA256 (commons-csv-1.10.0-bin.tar.gz) = dda31a279fa5a30f529970bd1a6b751a2b610ccdb005273ade4171bd05634f8f -SIZE (commons-csv-1.10.0-bin.tar.gz) = 338645 +TIMESTAMP = 1715353307 +SHA256 (commons-csv-1.11.0-bin.tar.gz) = f76381be199a60642da0fcb73f5bab64d3ab6a994d6f6c94c2ae06d0c44f9797 +SIZE (commons-csv-1.11.0-bin.tar.gz) = 416050 diff --git a/textproc/aq/Makefile b/textproc/aq/Makefile index 04e629382c2..a3ef95bcfc0 100644 --- a/textproc/aq/Makefile +++ b/textproc/aq/Makefile @@ -1,5 +1,6 @@ PORTNAME= aq DISTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile index 3ba71d8eec6..53058f7030c 100644 --- a/textproc/bat/Makefile +++ b/textproc/bat/Makefile @@ -1,7 +1,7 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.23.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org diff --git a/textproc/biodiff/Makefile b/textproc/biodiff/Makefile index d13cb22108b..6b1bc480476 100644 --- a/textproc/biodiff/Makefile +++ b/textproc/biodiff/Makefile @@ -1,6 +1,7 @@ PORTNAME= biodiff DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/cast2gif/Makefile b/textproc/cast2gif/Makefile index ff2164badcb..159815650c3 100644 --- a/textproc/cast2gif/Makefile +++ b/textproc/cast2gif/Makefile @@ -2,7 +2,7 @@ PORTNAME= cast2gif DISTVERSIONPREFIX= v DISTVERSION= 0.1.0-5 DISTVERSIONSUFFIX= -g7373161 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/choose/Makefile b/textproc/choose/Makefile index 40fe61e0a17..7212c181617 100644 --- a/textproc/choose/Makefile +++ b/textproc/choose/Makefile @@ -1,7 +1,7 @@ PORTNAME= choose DISTVERSIONPREFIX= v DISTVERSION= 1.3.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org diff --git a/textproc/code-minimap/Makefile b/textproc/code-minimap/Makefile index cd834f29dbe..f92cf2f40af 100644 --- a/textproc/code-minimap/Makefile +++ b/textproc/code-minimap/Makefile @@ -1,6 +1,7 @@ PORTNAME= code-minimap DISTVERSIONPREFIX= v DISTVERSION= 0.6.7 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= dereks@lifeofadishwasher.com diff --git a/textproc/codesearch/Makefile b/textproc/codesearch/Makefile index 8c1c6d61df7..805b279f957 100644 --- a/textproc/codesearch/Makefile +++ b/textproc/codesearch/Makefile @@ -1,7 +1,7 @@ PORTNAME= codesearch DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= textproc MAINTAINER= eborisch@gmail.com diff --git a/textproc/comrak/Makefile b/textproc/comrak/Makefile index 15f070b989c..12c420a647b 100644 --- a/textproc/comrak/Makefile +++ b/textproc/comrak/Makefile @@ -1,5 +1,6 @@ PORTNAME= comrak DISTVERSION= 0.23.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/consul-template/Makefile b/textproc/consul-template/Makefile index 2594b4b4c36..02e1e2a0e85 100644 --- a/textproc/consul-template/Makefile +++ b/textproc/consul-template/Makefile @@ -1,6 +1,7 @@ PORTNAME= consul-template -DISTVERSION= 0.37.5 +DISTVERSION= 0.37.6 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org diff --git a/textproc/consul-template/distinfo b/textproc/consul-template/distinfo index ec6339e195f..fece59abf51 100644 --- a/textproc/consul-template/distinfo +++ b/textproc/consul-template/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1714688626 -SHA256 (go/textproc_consul-template/consul-template-v0.37.5/v0.37.5.mod) = 663106699910f0cf805ef93560c3bcee474cf390e243379dc1e361049d831f8b -SIZE (go/textproc_consul-template/consul-template-v0.37.5/v0.37.5.mod) = 2810 -SHA256 (go/textproc_consul-template/consul-template-v0.37.5/v0.37.5.zip) = bdb2180d8af4bc9165f9e6a21ee55675aa4cc59e75edc124c34867d7782e9186 -SIZE (go/textproc_consul-template/consul-template-v0.37.5/v0.37.5.zip) = 402630 +TIMESTAMP = 1715459899 +SHA256 (go/textproc_consul-template/consul-template-v0.37.6/v0.37.6.mod) = 663106699910f0cf805ef93560c3bcee474cf390e243379dc1e361049d831f8b +SIZE (go/textproc_consul-template/consul-template-v0.37.6/v0.37.6.mod) = 2810 +SHA256 (go/textproc_consul-template/consul-template-v0.37.6/v0.37.6.zip) = 7dbbb528ccef642a36ae532423cd10268bcb9f578eef06f72ffde58942ddbcb5 +SIZE (go/textproc_consul-template/consul-template-v0.37.6/v0.37.6.zip) = 402936 diff --git a/textproc/csvlens/Makefile b/textproc/csvlens/Makefile index c0e80e6f37f..1b643d721f9 100644 --- a/textproc/csvlens/Makefile +++ b/textproc/csvlens/Makefile @@ -1,6 +1,7 @@ PORTNAME= csvlens DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org diff --git a/textproc/csvq/Makefile b/textproc/csvq/Makefile index 7fecba2ff6f..0513707daa0 100644 --- a/textproc/csvq/Makefile +++ b/textproc/csvq/Makefile @@ -1,7 +1,7 @@ PORTNAME= csvq DISTVERSIONPREFIX= v DISTVERSION= 1.18.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/dasel/Makefile b/textproc/dasel/Makefile index 422d3d0c4ba..ecb75b623a5 100644 --- a/textproc/dasel/Makefile +++ b/textproc/dasel/Makefile @@ -1,7 +1,7 @@ PORTNAME= dasel DISTVERSIONPREFIX= v DISTVERSION= 2.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/difftastic/Makefile b/textproc/difftastic/Makefile index c9e874d0f76..42d306cc5bb 100644 --- a/textproc/difftastic/Makefile +++ b/textproc/difftastic/Makefile @@ -1,5 +1,6 @@ PORTNAME= difftastic DISTVERSION= 0.57.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= amdmi3@FreeBSD.org diff --git a/textproc/docproj-legacy/Makefile b/textproc/docproj-legacy/Makefile index e02849982ef..081cb781b18 100644 --- a/textproc/docproj-legacy/Makefile +++ b/textproc/docproj-legacy/Makefile @@ -1,6 +1,6 @@ PORTNAME= docproj PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc PKGNAMESUFFIX= -legacy @@ -55,7 +55,7 @@ _FONTS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu \ ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-Regular.ttf:x11-fonts/gentium-plus \ ${LOCALBASE}/share/fonts/Lohit/Lohit-Bengali.ttf:x11-fonts/lohit _FONTS_CJK= ${LOCALBASE}/share/fonts/ipa/ipam.otf:japanese/font-ipa \ - ${LOCALBASE}/share/fonts/nanum-ttf/NanumBarunGothic.ttf:korean/nanumfonts-ttf \ + ${LOCALBASE}/share/fonts/nanum-ttf/NanumBarunGothic.ttf:korean/nanumfonts \ ${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:chinese/arphicttf .include diff --git a/textproc/evtx/Makefile b/textproc/evtx/Makefile index 0560c4065a1..3f1ccbb59dd 100644 --- a/textproc/evtx/Makefile +++ b/textproc/evtx/Makefile @@ -1,7 +1,7 @@ PORTNAME= evtx DISTVERSION= 0.8.1 DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= acm@FreeBSD.org diff --git a/textproc/fblog/Makefile b/textproc/fblog/Makefile index 664223cbd44..0b5e42157ad 100644 --- a/textproc/fblog/Makefile +++ b/textproc/fblog/Makefile @@ -1,6 +1,7 @@ PORTNAME= fblog DISTVERSIONPREFIX= v DISTVERSION= 4.9.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/fzf/Makefile b/textproc/fzf/Makefile index dc8f5cbbca2..d54aa48f2d2 100644 --- a/textproc/fzf/Makefile +++ b/textproc/fzf/Makefile @@ -1,6 +1,6 @@ PORTNAME= fzf DISTVERSION= 0.42.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod diff --git a/textproc/gh-grep/Makefile b/textproc/gh-grep/Makefile index 4775ab4a64a..1f15b6047b4 100644 --- a/textproc/gh-grep/Makefile +++ b/textproc/gh-grep/Makefile @@ -1,7 +1,7 @@ PORTNAME= gh-grep DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/git-chglog/Makefile b/textproc/git-chglog/Makefile index ef73790efd7..230956a09d8 100644 --- a/textproc/git-chglog/Makefile +++ b/textproc/git-chglog/Makefile @@ -1,7 +1,7 @@ PORTNAME= git-chglog DISTVERSIONPREFIX= v DISTVERSION= 0.15.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile index 8a76f5ca0ee..f5c03ac65be 100644 --- a/textproc/gitlab-elasticsearch-indexer/Makefile +++ b/textproc/gitlab-elasticsearch-indexer/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitlab-elasticsearch-indexer PORTVERSION= 4.8.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= mfechner@FreeBSD.org diff --git a/textproc/go-md2man/Makefile b/textproc/go-md2man/Makefile index 18b904bf4f1..47d361a555a 100644 --- a/textproc/go-md2man/Makefile +++ b/textproc/go-md2man/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-md2man DISTVERSIONPREFIX= v DISTVERSION= 2.0.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= textproc MAINTAINER= mateusz@serveraptor.com diff --git a/textproc/go-transifex-client/Makefile b/textproc/go-transifex-client/Makefile index d97d48f4ed2..3e50c69b1bc 100644 --- a/textproc/go-transifex-client/Makefile +++ b/textproc/go-transifex-client/Makefile @@ -1,7 +1,7 @@ PORTNAME= transifex-client DISTVERSIONPREFIX= v DISTVERSION= 1.6.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc PKGNAMEPREFIX= go- diff --git a/textproc/go-yq/Makefile b/textproc/go-yq/Makefile index c09ec5b96cc..dcdd4c88001 100644 --- a/textproc/go-yq/Makefile +++ b/textproc/go-yq/Makefile @@ -1,7 +1,7 @@ PORTNAME= go-yq DISTVERSIONPREFIX= v DISTVERSION= 4.35.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= timp87@gmail.com diff --git a/textproc/gojq/Makefile b/textproc/gojq/Makefile index 824174725b7..0d6e625222a 100644 --- a/textproc/gojq/Makefile +++ b/textproc/gojq/Makefile @@ -1,7 +1,7 @@ PORTNAME= gojq DISTVERSIONPREFIX= v DISTVERSION= 0.12.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= nork@FreeBSD.org diff --git a/textproc/gron/Makefile b/textproc/gron/Makefile index 8e2ede598da..adc59d31947 100644 --- a/textproc/gron/Makefile +++ b/textproc/gron/Makefile @@ -1,7 +1,7 @@ PORTNAME= gron PORTVERSION= 0.6.1 DISTVERSIONPREFIX= v -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= textproc MAINTAINER= zi@FreeBSD.org diff --git a/textproc/hq/Makefile b/textproc/hq/Makefile index 2963995bfe9..e14be5fba0b 100644 --- a/textproc/hq/Makefile +++ b/textproc/hq/Makefile @@ -1,7 +1,7 @@ PORTNAME= hq DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/htmlq/Makefile b/textproc/htmlq/Makefile index d1d9f2dc133..fdd3e0df4c5 100644 --- a/textproc/htmlq/Makefile +++ b/textproc/htmlq/Makefile @@ -1,7 +1,7 @@ PORTNAME= htmlq DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/htmltest/Makefile b/textproc/htmltest/Makefile index 0d441c7c203..5d93c0ad41e 100644 --- a/textproc/htmltest/Makefile +++ b/textproc/htmltest/Makefile @@ -1,7 +1,7 @@ PORTNAME= htmltest DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= textproc MAINTAINER= dbaio@FreeBSD.org diff --git a/textproc/jaq/Makefile b/textproc/jaq/Makefile index 2f0f98cad7b..52c26492650 100644 --- a/textproc/jaq/Makefile +++ b/textproc/jaq/Makefile @@ -1,7 +1,7 @@ PORTNAME= jaq DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/jid/Makefile b/textproc/jid/Makefile index 79f2e0b5797..64cb25da85f 100644 --- a/textproc/jid/Makefile +++ b/textproc/jid/Makefile @@ -1,7 +1,7 @@ PORTNAME= jid PORTVERSION= 0.7.6 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= textproc MAINTAINER= sbz@FreeBSD.org diff --git a/textproc/jless/Makefile b/textproc/jless/Makefile index 5db681e4be8..6a4f09d1680 100644 --- a/textproc/jless/Makefile +++ b/textproc/jless/Makefile @@ -1,7 +1,7 @@ PORTNAME= jless DISTVERSIONPREFIX= v DISTVERSION= 0.7.2 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= textproc MAINTAINER= lwhsu@FreeBSD.org diff --git a/textproc/jql/Makefile b/textproc/jql/Makefile index ceb07d0d798..c5e396c57cc 100644 --- a/textproc/jql/Makefile +++ b/textproc/jql/Makefile @@ -1,6 +1,7 @@ PORTNAME= jql DISTVERSIONPREFIX= jql-v DISTVERSION= 7.1.8 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/jqp/Makefile b/textproc/jqp/Makefile index 0daf748ea28..a544d68a247 100644 --- a/textproc/jqp/Makefile +++ b/textproc/jqp/Makefile @@ -1,6 +1,7 @@ PORTNAME= jqp DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/kepubify/Makefile b/textproc/kepubify/Makefile index 99ead3188fc..c86fefc8491 100644 --- a/textproc/kepubify/Makefile +++ b/textproc/kepubify/Makefile @@ -1,7 +1,7 @@ PORTNAME= kepubify DISTVERSIONPREFIX= v DISTVERSION= 4.0.4 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= textproc converters MAINTAINER= fuz@FreeBSD.org diff --git a/textproc/kf6-kcodecs/distinfo b/textproc/kf6-kcodecs/distinfo index 9f1df6f6820..a375d6fe22d 100644 --- a/textproc/kf6-kcodecs/distinfo +++ b/textproc/kf6-kcodecs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022611 -SHA256 (KDE/frameworks/6.1.0/kcodecs-6.1.0.tar.xz) = f1f0075955b2dd613b5c5f7999844ea1f9e0a09ff3f2cb230653ae9cbd843816 -SIZE (KDE/frameworks/6.1.0/kcodecs-6.1.0.tar.xz) = 2503120 +TIMESTAMP = 1714804808 +SHA256 (KDE/frameworks/6.2.0/kcodecs-6.2.0.tar.xz) = d040fb03510ca90942e54323b1afd26ec00d459b1b2c54e6eeeece5166842f2f +SIZE (KDE/frameworks/6.2.0/kcodecs-6.2.0.tar.xz) = 2492180 diff --git a/textproc/kf6-sonnet/distinfo b/textproc/kf6-sonnet/distinfo index d9f567ff5bc..d98935f85ce 100644 --- a/textproc/kf6-sonnet/distinfo +++ b/textproc/kf6-sonnet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022612 -SHA256 (KDE/frameworks/6.1.0/sonnet-6.1.0.tar.xz) = c13ceb4826ac4fd027bb08524aa73393cd8aa0c6719af8b6314d0bd180a2ebfe -SIZE (KDE/frameworks/6.1.0/sonnet-6.1.0.tar.xz) = 2441692 +TIMESTAMP = 1714804809 +SHA256 (KDE/frameworks/6.2.0/sonnet-6.2.0.tar.xz) = 84e712ad56bc94ff8efc9bddfab41f6c327121b3ddd69030e940acc9133627ed +SIZE (KDE/frameworks/6.2.0/sonnet-6.2.0.tar.xz) = 2432848 diff --git a/textproc/kf6-syntax-highlighting/distinfo b/textproc/kf6-syntax-highlighting/distinfo index d6b79feee34..25ffa795b42 100644 --- a/textproc/kf6-syntax-highlighting/distinfo +++ b/textproc/kf6-syntax-highlighting/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022613 -SHA256 (KDE/frameworks/6.1.0/syntax-highlighting-6.1.0.tar.xz) = 1e7449052b0e3e97d615d6157e5647958e9bb98fa5d8f9c5d694829c5d67cab6 -SIZE (KDE/frameworks/6.1.0/syntax-highlighting-6.1.0.tar.xz) = 3533272 +TIMESTAMP = 1714804809 +SHA256 (KDE/frameworks/6.2.0/syntax-highlighting-6.2.0.tar.xz) = 327ed58d20d52502bbfd9278fa1c9e7ab4a846159e5cf630d09fbea144ebbb7f +SIZE (KDE/frameworks/6.2.0/syntax-highlighting-6.2.0.tar.xz) = 3531776 diff --git a/textproc/linux-rl9-expat/Makefile b/textproc/linux-rl9-expat/Makefile new file mode 100644 index 00000000000..5e0657d0374 --- /dev/null +++ b/textproc/linux-rl9-expat/Makefile @@ -0,0 +1,24 @@ +PORTNAME= expat +PORTVERSION= 2.5.0 +PORTREVISION= 1 +DISTVERSIONSUFFIX= -1.el9_3.1 +CATEGORIES= textproc linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= XML 1.0 parser written in C (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://github.com/libexpat/libexpat + +LICENSE= MIT + +USES= cpe linux:rl9 +CPE_VENDOR= ${CPE_PRODUCT}_project +CPE_PRODUCT= lib${PORTNAME} +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/textproc/linux-rl9-expat/distinfo b/textproc/linux-rl9-expat/distinfo new file mode 100644 index 00000000000..4c013c27734 --- /dev/null +++ b/textproc/linux-rl9-expat/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1711625090 +SHA256 (rocky/e/expat-2.5.0-1.el9_3.1.aarch64.rpm) = cf194936dbce6690724b6f8666417240ff48081a320e1e74ffcf85e70cc360cc +SIZE (rocky/e/expat-2.5.0-1.el9_3.1.aarch64.rpm) = 112147 +SHA256 (rocky/e/expat-2.5.0-1.el9_3.1.x86_64.rpm) = c4f427ff2382232ac18ee28f2513811e968d0e91967bd66fcc045dcb03725772 +SIZE (rocky/e/expat-2.5.0-1.el9_3.1.x86_64.rpm) = 117760 +SHA256 (rocky/e/expat-2.5.0-1.el9_3.1.src.rpm) = 0a7057053ba90672737e6012e8fe414332c406377c2d71f94253e96c79a74444 +SIZE (rocky/e/expat-2.5.0-1.el9_3.1.src.rpm) = 8353041 diff --git a/textproc/linux-rl9-expat/pkg-plist.aarch64 b/textproc/linux-rl9-expat/pkg-plist.aarch64 new file mode 100644 index 00000000000..4c1b634a0e4 --- /dev/null +++ b/textproc/linux-rl9-expat/pkg-plist.aarch64 @@ -0,0 +1,9 @@ +usr/bin/xmlwf +usr/lib/.build-id/20/43a3fdebf5bcd2537807ccc914f4bb69b96d07 +usr/lib/.build-id/40/60840bd51d811eefb6f5a4eb0905c1e5ded024 +usr/lib64/libexpat.so.1 +usr/lib64/libexpat.so.1.8.10 +%%PORTDOCS%%usr/share/doc/expat/AUTHORS +%%PORTDOCS%%usr/share/doc/expat/Changes +usr/share/licenses/expat/COPYING +usr/share/man/man1/xmlwf.1.gz diff --git a/textproc/linux-rl9-expat/pkg-plist.amd64 b/textproc/linux-rl9-expat/pkg-plist.amd64 new file mode 100644 index 00000000000..391429b451f --- /dev/null +++ b/textproc/linux-rl9-expat/pkg-plist.amd64 @@ -0,0 +1,9 @@ +usr/bin/xmlwf +usr/lib/.build-id/b6/3f27685c67993afdbf297b835cd2f00c7e173a +usr/lib/.build-id/d4/eb38fa5ae567000de318e277209c9dfd495bd7 +usr/lib64/libexpat.so.1 +usr/lib64/libexpat.so.1.8.10 +%%PORTDOCS%%usr/share/doc/expat/AUTHORS +%%PORTDOCS%%usr/share/doc/expat/Changes +usr/share/licenses/expat/COPYING +usr/share/man/man1/xmlwf.1.gz diff --git a/textproc/linux-rl9-libxml2/Makefile b/textproc/linux-rl9-libxml2/Makefile new file mode 100644 index 00000000000..c16d7a4fe6d --- /dev/null +++ b/textproc/linux-rl9-libxml2/Makefile @@ -0,0 +1,23 @@ +PORTNAME= libxml2 +PORTVERSION= 2.9.13 +DISTVERSIONSUFFIX= -5.el9_3 +PORTREVISION= 2 +CATEGORIES= textproc linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library providing XML and HTML support (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://xmlsoft.org/ + +LICENSE= MIT + +USES= cpe linux:rl9 +CPE_VENDOR= xmlsoft +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/textproc/linux-rl9-libxml2/distinfo b/textproc/linux-rl9-libxml2/distinfo new file mode 100644 index 00000000000..b0fd573905f --- /dev/null +++ b/textproc/linux-rl9-libxml2/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707691548 +SHA256 (rocky/l/libxml2-2.9.13-5.el9_3.aarch64.rpm) = 56cfd234163b771068ae96d37e1b0e1c648471ae097eb37f6de6c3c38b0ede04 +SIZE (rocky/l/libxml2-2.9.13-5.el9_3.aarch64.rpm) = 745644 +SHA256 (rocky/l/libxml2-2.9.13-5.el9_3.x86_64.rpm) = b28cb915e66606b984bc0b583ef43bf9205541d3bf6ddddefc694d357581e5ee +SIZE (rocky/l/libxml2-2.9.13-5.el9_3.x86_64.rpm) = 763693 +SHA256 (rocky/l/libxml2-2.9.13-5.el9_3.src.rpm) = 53a550785add44ed052cd627d7b50037f317eba3d700265afdc9e304e662c7f2 +SIZE (rocky/l/libxml2-2.9.13-5.el9_3.src.rpm) = 3272317 diff --git a/textproc/linux-rl9-libxml2/pkg-plist.aarch64 b/textproc/linux-rl9-libxml2/pkg-plist.aarch64 new file mode 100644 index 00000000000..515f0719d13 --- /dev/null +++ b/textproc/linux-rl9-libxml2/pkg-plist.aarch64 @@ -0,0 +1,14 @@ +usr/bin/xmlcatalog +usr/bin/xmllint +usr/lib/.build-id/7c/dee58646e8ff630e33d151107406d0edb40715 +usr/lib/.build-id/9d/17c171a120d607abf8b9aa0e622f63e69ae738 +usr/lib/.build-id/c1/c62d00942b4352954ccf079a5d6879fc4a6b07 +usr/lib64/libxml2.so.2 +usr/lib64/libxml2.so.2.9.13 +%%PORTDOCS%%usr/share/doc/libxml2/NEWS +%%PORTDOCS%%usr/share/doc/libxml2/README.md +%%PORTDOCS%%usr/share/doc/libxml2/TODO +usr/share/licenses/libxml2/Copyright +usr/share/man/man1/xmlcatalog.1.gz +usr/share/man/man1/xmllint.1.gz +usr/share/man/man3/libxml.3.gz diff --git a/textproc/linux-rl9-libxml2/pkg-plist.amd64 b/textproc/linux-rl9-libxml2/pkg-plist.amd64 new file mode 100644 index 00000000000..8e4d8e8d42d --- /dev/null +++ b/textproc/linux-rl9-libxml2/pkg-plist.amd64 @@ -0,0 +1,14 @@ +usr/bin/xmlcatalog +usr/bin/xmllint +usr/lib/.build-id/08/f6512858b89cedf0f791b2116e8fcd9b23dbac +usr/lib/.build-id/36/608860d599d117b3ba58a4ef1c2a9b83545b5b +usr/lib/.build-id/ab/d7e9abd7b2c5f04945634bb119f5db06016ffd +usr/lib64/libxml2.so.2 +usr/lib64/libxml2.so.2.9.13 +%%PORTDOCS%%usr/share/doc/libxml2/NEWS +%%PORTDOCS%%usr/share/doc/libxml2/README.md +%%PORTDOCS%%usr/share/doc/libxml2/TODO +usr/share/licenses/libxml2/Copyright +usr/share/man/man1/xmlcatalog.1.gz +usr/share/man/man1/xmllint.1.gz +usr/share/man/man3/libxml.3.gz diff --git a/textproc/linux-rl9-libxslt/Makefile b/textproc/linux-rl9-libxslt/Makefile new file mode 100644 index 00000000000..7cecac52f14 --- /dev/null +++ b/textproc/linux-rl9-libxslt/Makefile @@ -0,0 +1,21 @@ +PORTNAME= libxslt +PORTVERSION= 1.1.34 +DISTVERSIONSUFFIX= -9.el9 +CATEGORIES= textproc linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= XSLT C library for GNOME (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://gitlab.gnome.org/GNOME/libxslt/ + +USES= cpe linux:rl9 +CPE_VENDOR= xmlsoft +USE_LDCONFIG= yes +USE_LINUX= libxml2 +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR:H}/${PORTNAME}/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include diff --git a/textproc/linux-rl9-libxslt/distinfo b/textproc/linux-rl9-libxslt/distinfo new file mode 100644 index 00000000000..19a4f68d947 --- /dev/null +++ b/textproc/linux-rl9-libxslt/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707691716 +SHA256 (rocky/l/libxslt-1.1.34-9.el9.aarch64.rpm) = 0a67205d05c7bd5b69db0c406123e01e0589f064470f7b75accc9b23fc6e8788 +SIZE (rocky/l/libxslt-1.1.34-9.el9.aarch64.rpm) = 242983 +SHA256 (rocky/l/libxslt-1.1.34-9.el9.x86_64.rpm) = 0127ecfbfb6b1f3bafccb4057e882b9f5f39123fdb55d33e64a5f0fb943810d6 +SIZE (rocky/l/libxslt-1.1.34-9.el9.x86_64.rpm) = 246195 +SHA256 (rocky/l/libxslt-1.1.34-9.el9.src.rpm) = 51f71b25ca438df54897bd0c33f681b12c5d67d6f1351e967cb5344826b389c8 +SIZE (rocky/l/libxslt-1.1.34-9.el9.src.rpm) = 3550548 diff --git a/textproc/linux-rl9-libxslt/pkg-plist.amd64 b/textproc/linux-rl9-libxslt/pkg-plist.amd64 new file mode 100644 index 00000000000..740bc8d31d1 --- /dev/null +++ b/textproc/linux-rl9-libxslt/pkg-plist.amd64 @@ -0,0 +1,16 @@ +usr/bin/xsltproc +usr/lib/.build-id/09/000b7a5add5792ba43266d0095297982881bba +usr/lib/.build-id/bb/df6e3d217cad6a4989429750a29dd566c29238 +usr/lib/.build-id/d0/706dd6596d26a80691286e9e952a7f1281a53e +usr/lib64/libexslt.so.0 +usr/lib64/libexslt.so.0.8.20 +usr/lib64/libxslt.so.1 +usr/lib64/libxslt.so.1.1.34 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/FEATURES +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/libxslt/Copyright +usr/share/man/man1/xsltproc.1.gz +@dir usr/lib64/libxslt-plugins diff --git a/textproc/markdownfmt/Makefile b/textproc/markdownfmt/Makefile index 0b4002aa788..1a8fd2f6d56 100644 --- a/textproc/markdownfmt/Makefile +++ b/textproc/markdownfmt/Makefile @@ -2,7 +2,7 @@ PORTNAME= markdownfmt DISTVERSIONPREFIX= v DISTVERSION= 1.1-67 DISTVERSIONSUFFIX= -g3438a10 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/md2roff/Makefile b/textproc/md2roff/Makefile index ee44054d17b..1f121dbe30d 100644 --- a/textproc/md2roff/Makefile +++ b/textproc/md2roff/Makefile @@ -2,7 +2,7 @@ PORTNAME= md2roff DISTVERSIONPREFIX= v DISTVERSION= 2.14.3-0.20200416233007 DISTVERSIONSUFFIX= -c4dfa597b8d5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc print MAINTAINER= fuz@FreeBSD.org diff --git a/textproc/mdbook-linkcheck/Makefile b/textproc/mdbook-linkcheck/Makefile index e46c79682e4..44e56463f70 100644 --- a/textproc/mdbook-linkcheck/Makefile +++ b/textproc/mdbook-linkcheck/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdbook-linkcheck DISTVERSIONPREFIX= v DISTVERSION= 0.7.7 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org diff --git a/textproc/mdbook-mermaid/Makefile b/textproc/mdbook-mermaid/Makefile index dca466a48c1..ef1bd444e18 100644 --- a/textproc/mdbook-mermaid/Makefile +++ b/textproc/mdbook-mermaid/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdbook-mermaid DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/mdbook/Makefile b/textproc/mdbook/Makefile index 5adaafde493..f023da35769 100644 --- a/textproc/mdbook/Makefile +++ b/textproc/mdbook/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdbook DISTVERSIONPREFIX= v DISTVERSION= 0.4.37 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/meilisearch/Makefile b/textproc/meilisearch/Makefile index 278adae1cf5..5dc67dc1448 100644 --- a/textproc/meilisearch/Makefile +++ b/textproc/meilisearch/Makefile @@ -1,14 +1,17 @@ PORTNAME= meilisearch DISTVERSIONPREFIX= v -DISTVERSION= 1.7.6 +DISTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/meilisearch/mini-dashboard/releases/download/v${DASHBOARD_VERSION}/build.zip?dummy=/:mini_dashboard_assets \ - https://download.johtani.info/:lindera_unidic \ - SF/mecab/mecab-ipadic/2.7.0-20070801/:mecab_ipadic \ + https://github.com/lindera-morphology/unidic-mecab/archive/refs/tags/2.1.2.tar.gz?dummy=/:lindera_unidic \ + https://github.com/lindera-morphology/mecab-ipadic/archive/refs/tags/2.7.0-20070801.tar.gz?dummy=/:mecab_ipadic \ + https://github.com/lindera-morphology/mecab-ko-dic/archive/refs/tags/2.1.1-20180720.tar.gz?dummy=/:mecab_ko_dic \ https://milli-benchmarks.fra1.digitaloceanspaces.com/datasets/:benchmark DISTFILES= ${MINIDASHBOARDFILE}:mini_dashboard_assets \ mecab-ipadic-2.7.0-20070801.tar.gz:mecab_ipadic \ - unidic-mecab-2.1.2_src.zip:lindera_unidic \ + unidic-mecab-2.1.2.tar.gz:lindera_unidic \ + mecab-ko-dic-2.1.1-20180720.tar.gz:mecab_ko_dic \ smol-songs.csv.gz:benchmark \ smol-songs-1_2.csv.gz:benchmark \ smol-songs-3_4.csv.gz:benchmark \ @@ -23,7 +26,7 @@ DISTFILES= ${MINIDASHBOARDFILE}:mini_dashboard_assets \ movies-4_4.json.gz:benchmark \ nested_movies.json.gz:benchmark \ smol-all-countries.jsonl.gz:benchmark -EXTRACT_ONLY= ${DISTFILES:N*\:benchmark:N*\:lindera_unidic:C/:.*//} +EXTRACT_ONLY= ${DISTFILES:N*\:benchmark:N*\:lindera_unidic:N*\:mecab_ipadic:N*\:mecab_ko_dic:C/:.*//} MAINTAINER= ashish@FreeBSD.org COMMENT= Powerful, fast, and an easy to use search engine @@ -56,7 +59,9 @@ post-patch: ${REINPLACE_CMD} -e 's,%%MINIDASHBOARDFILE%%,${DISTDIR}/${MINIDASHBOARDFILE},' \ ${WRKSRC}/meilisearch/build.rs ${REINPLACE_CMD} -e 's,%%DISTDIR%%,${DISTDIR},' \ - ${CARGO_VENDOR_DIR}/lindera-unidic-0.27.2/build.rs + ${CARGO_VENDOR_DIR}/lindera-unidic-0.30.0/build.rs \ + ${CARGO_VENDOR_DIR}/lindera-ipadic-0.30.0/build.rs \ + ${CARGO_VENDOR_DIR}/lindera-ko-dic-0.30.0/build.rs ${GREP} -F -R -l %%WRKDIR%% ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's,%%WRKDIR%%,${WRKDIR},' diff --git a/textproc/meilisearch/Makefile.crates b/textproc/meilisearch/Makefile.crates index 7de0c95d083..a9c188623fb 100644 --- a/textproc/meilisearch/Makefile.crates +++ b/textproc/meilisearch/Makefile.crates @@ -12,19 +12,19 @@ CARGO_CRATES= actix-codec-0.5.1 \ actix-web-codegen-4.2.0 \ addr2line-0.20.0 \ adler-1.0.2 \ - aes-0.8.3 \ + aes-0.8.4 \ ahash-0.8.11 \ aho-corasick-1.1.2 \ alloc-no-stdlib-2.0.4 \ alloc-stdlib-0.2.2 \ allocator-api2-0.2.16 \ anes-0.1.6 \ - anstream-0.6.7 \ - anstyle-1.0.1 \ + anstream-0.6.13 \ + anstyle-1.0.6 \ anstyle-parse-0.2.1 \ anstyle-query-1.0.0 \ anstyle-wincon-3.0.1 \ - anyhow-1.0.80 \ + anyhow-1.0.82 \ anymap2-0.13.0 \ arbitrary-1.3.2 \ arroy-0.2.0 \ @@ -34,7 +34,7 @@ CARGO_CRATES= actix-codec-0.5.1 \ async-trait-0.1.77 \ atomic-0.5.3 \ atomic-polyfill-0.1.11 \ - autocfg-1.1.0 \ + autocfg-1.2.0 \ backtrace-0.3.68 \ base64-0.13.1 \ base64-0.21.7 \ @@ -43,36 +43,40 @@ CARGO_CRATES= actix-codec-0.5.1 \ bimap-0.6.3 \ bincode-1.3.3 \ bindgen-0.68.1 \ - bindgen_cuda-0.1.1 \ + bindgen_cuda-0.1.5 \ bit-set-0.5.3 \ bit-vec-0.6.3 \ bitflags-1.3.2 \ - bitflags-2.4.1 \ + bitflags-2.5.0 \ block-buffer-0.10.4 \ brotli-3.4.0 \ brotli-decompressor-2.5.1 \ bstr-1.9.0 \ - bumpalo-3.13.0 \ + bumpalo-3.15.4 \ byte-unit-4.0.19 \ bytecount-0.6.3 \ - bytemuck-1.14.0 \ - bytemuck_derive-1.4.1 \ + bytemuck-1.15.0 \ + bytemuck_derive-1.6.0 \ byteorder-1.5.0 \ bytes-1.5.0 \ bytestring-1.3.0 \ bzip2-0.4.4 \ bzip2-sys-0.1.11+1.0.8 \ camino-1.1.6 \ + candle-core-0.4.1 \ + candle-kernels-0.4.1 \ + candle-nn-0.4.1 \ + candle-transformers-0.4.1 \ cargo-platform-0.1.6 \ cargo_metadata-0.18.1 \ cargo_toml-0.18.0 \ cast-0.3.0 \ - cc-1.0.83 \ + cc-1.0.90 \ cedarwood-0.4.6 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ change-detection-1.2.0 \ - charabia-0.8.7 \ + charabia-0.8.10 \ ciborium-0.2.1 \ ciborium-io-0.2.1 \ ciborium-ll-0.2.1 \ @@ -93,8 +97,8 @@ CARGO_CRATES= actix-codec-0.5.1 \ core-foundation-0.9.3 \ core-foundation-sys-0.8.4 \ cow-utils-0.1.2 \ - cpufeatures-0.2.9 \ - crc32fast-1.3.2 \ + cpufeatures-0.2.12 \ + crc32fast-1.4.0 \ criterion-0.5.1 \ criterion-plot-0.5.0 \ critical-section-1.1.1 \ @@ -116,7 +120,7 @@ CARGO_CRATES= actix-codec-0.5.1 \ darling_macro-0.14.4 \ darling_macro-0.20.3 \ debugid-0.8.0 \ - deranged-0.3.9 \ + deranged-0.3.11 \ derive_arbitrary-1.3.2 \ derive_builder-0.12.0 \ derive_builder-0.13.1 \ @@ -136,7 +140,7 @@ CARGO_CRATES= actix-codec-0.5.1 \ doc-comment-0.3.3 \ doxygen-rs-0.2.2 \ dyn-stack-0.10.0 \ - either-1.9.0 \ + either-1.10.0 \ encode_unicode-0.3.6 \ encoding-0.2.33 \ encoding-index-japanese-1.20141219.5 \ @@ -145,12 +149,13 @@ CARGO_CRATES= actix-codec-0.5.1 \ encoding-index-singlebyte-1.20141219.5 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ - encoding_rs-0.8.32 \ + encoding_rs-0.8.33 \ encoding_rs_io-0.1.7 \ enum-as-inner-0.6.0 \ enum-iterator-1.5.0 \ enum-iterator-derive-1.3.0 \ - env_logger-0.10.1 \ + env_filter-0.1.0 \ + env_logger-0.11.3 \ equivalent-1.0.1 \ errno-0.3.8 \ esaxx-rs-0.1.10 \ @@ -174,16 +179,16 @@ CARGO_CRATES= actix-codec-0.5.1 \ futures-util-0.3.30 \ fxhash-0.2.1 \ fxprof-processed-profile-0.6.0 \ - gemm-0.17.0 \ - gemm-c32-0.17.0 \ - gemm-c64-0.17.0 \ - gemm-common-0.17.0 \ - gemm-f16-0.17.0 \ - gemm-f32-0.17.0 \ - gemm-f64-0.17.0 \ + gemm-0.17.1 \ + gemm-c32-0.17.1 \ + gemm-c64-0.17.1 \ + gemm-common-0.17.1 \ + gemm-f16-0.17.1 \ + gemm-f32-0.17.1 \ + gemm-f64-0.17.1 \ generic-array-0.14.7 \ geoutils-0.5.1 \ - getrandom-0.2.10 \ + getrandom-0.2.12 \ getset-0.1.2 \ gimli-0.27.3 \ git2-0.18.2 \ @@ -191,7 +196,7 @@ CARGO_CRATES= actix-codec-0.5.1 \ grenad-0.4.6 \ h2-0.3.26 \ half-1.8.2 \ - half-2.3.1 \ + half-2.4.0 \ hash32-0.2.1 \ hashbrown-0.14.3 \ heapless-0.7.16 \ @@ -199,7 +204,7 @@ CARGO_CRATES= actix-codec-0.5.1 \ heed-0.20.0-alpha.9 \ heed-traits-0.20.0-alpha.9 \ heed-types-0.20.0-alpha.9 \ - hermit-abi-0.3.2 \ + hermit-abi-0.3.9 \ hex-0.4.3 \ hmac-0.12.1 \ http-0.2.11 \ @@ -213,7 +218,7 @@ CARGO_CRATES= actix-codec-0.5.1 \ ident_case-1.0.1 \ idna-0.5.0 \ impl-more-0.1.6 \ - indexmap-2.1.0 \ + indexmap-2.2.6 \ indicatif-0.17.7 \ inout-0.1.3 \ insta-1.34.0 \ @@ -224,11 +229,13 @@ CARGO_CRATES= actix-codec-0.5.1 \ is-terminal-0.4.10 \ itertools-0.10.5 \ itertools-0.11.0 \ - itoa-1.0.9 \ + itertools-0.12.1 \ + itoa-1.0.11 \ jieba-rs-0.6.8 \ - jobserver-0.1.26 \ - js-sys-0.3.64 \ - jsonwebtoken-8.3.0 \ + jobserver-0.1.28 \ + js-sys-0.3.69 \ + jsonwebtoken-9.2.0 \ + kanaria-0.2.0 \ kstring-2.0.0 \ language-tags-0.3.2 \ lazy_static-1.4.0 \ @@ -237,22 +244,28 @@ CARGO_CRATES= actix-codec-0.5.1 \ libc-0.2.153 \ libgit2-sys-0.16.2+1.7.2 \ libloading-0.8.1 \ - libm-0.2.7 \ + libm-0.2.8 \ libmimalloc-sys-0.1.35 \ libproc-0.14.2 \ libz-sys-1.1.15 \ - lindera-cc-cedict-builder-0.27.2 \ - lindera-compress-0.27.2 \ - lindera-core-0.27.2 \ - lindera-decompress-0.27.2 \ - lindera-dictionary-0.27.2 \ - lindera-ipadic-builder-0.27.2 \ - lindera-ipadic-neologd-builder-0.27.2 \ - lindera-ko-dic-0.27.2 \ - lindera-ko-dic-builder-0.27.2 \ - lindera-tokenizer-0.27.2 \ - lindera-unidic-0.27.2 \ - lindera-unidic-builder-0.27.2 \ + lindera-0.30.0 \ + lindera-analyzer-0.30.0 \ + lindera-cc-cedict-0.30.0 \ + lindera-cc-cedict-builder-0.30.0 \ + lindera-compress-0.30.0 \ + lindera-core-0.30.0 \ + lindera-decompress-0.30.0 \ + lindera-dictionary-0.30.0 \ + lindera-filter-0.30.0 \ + lindera-ipadic-0.30.0 \ + lindera-ipadic-builder-0.30.0 \ + lindera-ipadic-neologd-0.30.0 \ + lindera-ipadic-neologd-builder-0.30.0 \ + lindera-ko-dic-0.30.0 \ + lindera-ko-dic-builder-0.30.0 \ + lindera-tokenizer-0.30.0 \ + lindera-unidic-0.30.0 \ + lindera-unidic-builder-0.30.0 \ linked-hash-map-0.5.6 \ linux-raw-sys-0.1.4 \ linux-raw-sys-0.4.12 \ @@ -265,7 +278,7 @@ CARGO_CRATES= actix-codec-0.5.1 \ local-channel-0.1.3 \ local-waker-0.1.3 \ lock_api-0.4.10 \ - log-0.4.20 \ + log-0.4.21 \ lz4_flex-0.10.0 \ macro_rules_attribute-0.2.0 \ macro_rules_attribute-proc_macro-0.2.0 \ @@ -274,12 +287,12 @@ CARGO_CRATES= actix-codec-0.5.1 \ md5-0.7.0 \ memchr-2.7.1 \ memmap2-0.7.1 \ - memmap2-0.9.3 \ + memmap2-0.9.4 \ mimalloc-0.1.39 \ mime-0.3.17 \ mime_guess-2.0.4 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.7.1 \ + miniz_oxide-0.7.2 \ mio-0.8.11 \ monostate-0.1.9 \ monostate-impl-0.1.9 \ @@ -289,10 +302,10 @@ CARGO_CRATES= actix-codec-0.5.1 \ ntapi-0.4.1 \ nu-ansi-term-0.46.0 \ num-bigint-0.4.3 \ - num-complex-0.4.4 \ + num-complex-0.4.5 \ num-conv-0.1.0 \ num-integer-0.1.45 \ - num-traits-0.2.16 \ + num-traits-0.2.18 \ num_cpus-1.16.0 \ num_threads-0.1.7 \ number_prefix-0.4.0 \ @@ -316,7 +329,7 @@ CARGO_CRATES= actix-codec-0.5.1 \ path-slash-0.1.5 \ pbkdf2-0.11.0 \ peeking_take_while-0.1.2 \ - pem-1.1.1 \ + pem-3.0.3 \ percent-encoding-2.3.1 \ pest-2.7.2 \ pest_derive-2.7.2 \ @@ -332,7 +345,7 @@ CARGO_CRATES= actix-codec-0.5.1 \ pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ pinyin-0.10.0 \ - pkg-config-0.3.27 \ + pkg-config-0.3.30 \ platform-dirs-0.3.0 \ plotters-0.3.5 \ plotters-backend-0.3.5 \ @@ -342,12 +355,12 @@ CARGO_CRATES= actix-codec-0.5.1 \ ppv-lite86-0.2.17 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.76 \ + proc-macro2-1.0.79 \ procfs-0.14.2 \ prometheus-0.13.3 \ protobuf-2.28.0 \ puffin-0.16.0 \ - pulp-0.18.4 \ + pulp-0.18.9 \ quote-1.0.35 \ rand-0.8.5 \ rand_chacha-0.3.1 \ @@ -355,22 +368,19 @@ CARGO_CRATES= actix-codec-0.5.1 \ rand_distr-0.4.3 \ rand_pcg-0.3.1 \ raw-cpuid-10.7.0 \ - rayon-1.8.1 \ + rayon-1.10.0 \ rayon-cond-0.3.0 \ rayon-core-1.12.1 \ reborrow-0.5.5 \ redox_syscall-0.2.16 \ redox_syscall-0.3.5 \ redox_users-0.4.3 \ - regex-1.10.2 \ - regex-automata-0.4.3 \ - regex-syntax-0.7.4 \ + regex-1.10.4 \ + regex-automata-0.4.6 \ regex-syntax-0.8.2 \ reqwest-0.11.23 \ retain_mut-0.1.7 \ - riff-1.0.1 \ - ring-0.16.20 \ - ring-0.17.7 \ + ring-0.17.8 \ roaring-0.10.2 \ rstar-0.11.0 \ rustc-demangle-0.1.23 \ @@ -378,28 +388,30 @@ CARGO_CRATES= actix-codec-0.5.1 \ rustc_version-0.4.0 \ rustix-0.36.16 \ rustix-0.38.31 \ - rustls-0.20.9 \ rustls-0.21.10 \ + rustls-0.22.2 \ rustls-pemfile-1.0.4 \ + rustls-pki-types-1.3.1 \ rustls-webpki-0.101.7 \ + rustls-webpki-0.102.2 \ rustversion-1.0.14 \ - ryu-1.0.15 \ - safetensors-0.4.1 \ + ryu-1.0.17 \ + safetensors-0.4.2 \ same-file-1.0.6 \ scopeguard-1.2.0 \ sct-0.7.1 \ segment-0.2.3 \ semver-1.0.18 \ seq-macro-0.3.5 \ - serde-1.0.195 \ + serde-1.0.197 \ serde-cs-0.2.4 \ - serde_derive-1.0.195 \ - serde_json-1.0.111 \ + serde_derive-1.0.197 \ + serde_json-1.0.115 \ serde_plain-1.0.2 \ serde_spanned-0.6.5 \ serde_urlencoded-0.7.1 \ sha-1-0.10.1 \ - sha1-0.10.5 \ + sha1-0.10.6 \ sha2-0.10.8 \ sharded-slab-0.1.7 \ shlex-1.3.0 \ @@ -416,18 +428,19 @@ CARGO_CRATES= actix-codec-0.5.1 \ socket2-0.4.9 \ socket2-0.5.5 \ socks-0.3.4 \ - spin-0.5.2 \ spin-0.9.8 \ spm_precompiled-0.1.4 \ stable_deref_trait-1.2.0 \ static-files-0.2.3 \ static_assertions-1.1.0 \ strsim-0.10.0 \ + strum-0.26.2 \ + strum_macros-0.26.2 \ subtle-2.5.0 \ syn-1.0.109 \ - syn-2.0.48 \ + syn-2.0.58 \ synchronoise-1.0.1 \ - synstructure-0.13.0 \ + synstructure-0.13.1 \ sysctl-0.5.5 \ sysinfo-0.30.5 \ system-configuration-0.5.1 \ @@ -436,8 +449,8 @@ CARGO_CRATES= actix-codec-0.5.1 \ temp-env-0.3.6 \ tempfile-3.10.1 \ termcolor-1.4.1 \ - thiserror-1.0.56 \ - thiserror-impl-1.0.56 \ + thiserror-1.0.58 \ + thiserror-impl-1.0.58 \ thread_local-1.1.7 \ tiktoken-rs-0.5.8 \ time-0.3.34 \ @@ -448,7 +461,6 @@ CARGO_CRATES= actix-codec-0.5.1 \ tinyvec_macros-0.1.1 \ tokio-1.35.1 \ tokio-macros-2.2.0 \ - tokio-rustls-0.23.4 \ tokio-rustls-0.24.1 \ tokio-stream-0.1.14 \ tokio-util-0.7.8 \ @@ -465,21 +477,20 @@ CARGO_CRATES= actix-codec-0.5.1 \ tracing-serde-0.1.3 \ tracing-subscriber-0.3.18 \ try-lock-0.2.4 \ - typenum-1.16.0 \ + typenum-1.17.0 \ ucd-trie-0.1.6 \ unescaper-0.1.3 \ unicase-2.6.0 \ unicode-bidi-0.3.13 \ - unicode-ident-1.0.11 \ - unicode-normalization-0.1.22 \ + unicode-blocks-0.1.9 \ + unicode-ident-1.0.12 \ + unicode-normalization-0.1.23 \ unicode-normalization-alignments-0.1.12 \ - unicode-segmentation-1.10.1 \ + unicode-segmentation-1.11.0 \ unicode-width-0.1.11 \ - unicode-xid-0.2.4 \ unicode_categories-0.1.1 \ - untrusted-0.7.1 \ untrusted-0.9.0 \ - ureq-2.9.1 \ + ureq-2.9.6 \ url-2.5.0 \ urlencoding-2.1.3 \ utf8-width-0.1.6 \ @@ -491,26 +502,24 @@ CARGO_CRATES= actix-codec-0.5.1 \ vergen-git2-1.0.0-beta.2 \ vergen-lib-0.1.2 \ version_check-0.9.4 \ - walkdir-2.4.0 \ + walkdir-2.5.0 \ wana_kana-3.0.0 \ want-0.3.1 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.87 \ - wasm-bindgen-backend-0.2.87 \ + wasm-bindgen-0.2.92 \ + wasm-bindgen-backend-0.2.92 \ wasm-bindgen-futures-0.4.37 \ - wasm-bindgen-macro-0.2.87 \ - wasm-bindgen-macro-support-0.2.87 \ - wasm-bindgen-shared-0.2.87 \ + wasm-bindgen-macro-0.2.92 \ + wasm-bindgen-macro-support-0.2.92 \ + wasm-bindgen-shared-0.2.92 \ wasm-streams-0.3.0 \ - wav-1.0.0 \ web-sys-0.3.64 \ - webpki-0.22.4 \ - webpki-roots-0.22.6 \ webpki-roots-0.25.3 \ + webpki-roots-0.26.1 \ whatlang-0.16.4 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.5 \ + winapi-util-0.1.6 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.52.0 \ windows-core-0.52.0 \ @@ -544,22 +553,21 @@ CARGO_CRATES= actix-codec-0.5.1 \ winnow-0.5.40 \ winreg-0.50.0 \ xattr-1.0.1 \ - yada-0.5.0 \ + yada-0.5.1 \ yaml-rust-0.4.5 \ yaup-0.2.1 \ - yoke-0.7.2 \ - yoke-derive-0.7.2 \ + yoke-0.7.3 \ + yoke-derive-0.7.3 \ zerocopy-0.7.32 \ zerocopy-derive-0.7.32 \ zerofrom-0.1.3 \ zerofrom-derive-0.1.3 \ + zeroize-1.7.0 \ zerovec-0.10.1 \ zip-0.6.6 \ zstd-0.11.2+zstd.1.5.2 \ zstd-safe-5.0.2+zstd.1.5.2 \ - zstd-sys-2.0.8+zstd.1.5.5 \ + zstd-sys-2.0.10+zstd.1.5.6 \ + tokenizers@git+https://github.com/huggingface/tokenizers.git?tag=v0.15.2\#701a73b869602b5639589d197e805349cdba3223 \ actix-web-static-files@git+https://github.com/kilork/actix-web-static-files.git?rev=2d3b6160\#2d3b6160f0de4ba061c5d76b5704f34fb677f6df \ - tokenizers@git+https://github.com/huggingface/tokenizers.git?tag=v0.14.1\#6357206cdcce4d78ffb1e0372feb456caea09375 \ - hf-hub@git+https://github.com/dureuill/hf-hub.git?branch=rust_tls\#88d4f11cb9fa079f2912bacb96f5080b16825ce8 \ - candle-kernels@git+https://github.com/huggingface/candle.git\#f4fcf6090045ac44122fd5f0a7e46db6e3e16528 \ - candle-core,candle-nn,candle-transformers@git+https://github.com/huggingface/candle.git\#5270224f407502b82fe90bc2622894ce3871b002 + hf-hub@git+https://github.com/dureuill/hf-hub.git?branch=rust_tls\#88d4f11cb9fa079f2912bacb96f5080b16825ce8 diff --git a/textproc/meilisearch/distinfo b/textproc/meilisearch/distinfo index ccb0c939477..68852721968 100644 --- a/textproc/meilisearch/distinfo +++ b/textproc/meilisearch/distinfo @@ -1,10 +1,12 @@ -TIMESTAMP = 1712912278 +TIMESTAMP = 1714992944 SHA256 (meilisearch-mini-dashboard-build-0.2.13.zip) = 541134a4f83e6311758245929ce97e38c39c9c2d95bb259db31496b0833b1183 SIZE (meilisearch-mini-dashboard-build-0.2.13.zip) = 1213802 SHA256 (mecab-ipadic-2.7.0-20070801.tar.gz) = b62f527d881c504576baed9c6ef6561554658b175ce6ae0096a60307e49e3523 SIZE (mecab-ipadic-2.7.0-20070801.tar.gz) = 12208105 -SHA256 (unidic-mecab-2.1.2_src.zip) = 6cce98269214ce7de6159f61a25ffc5b436375c098cc86d6aa98c0605cbf90d4 -SIZE (unidic-mecab-2.1.2_src.zip) = 140517811 +SHA256 (unidic-mecab-2.1.2.tar.gz) = 24ac75fe4e44d973b55e65847c35fa4aec2db7a41a07b49ca125146db9fc1189 +SIZE (unidic-mecab-2.1.2.tar.gz) = 140515741 +SHA256 (mecab-ko-dic-2.1.1-20180720.tar.gz) = 702ced21c6167e9d9aebc674ab5ee54af58d4443975f2940d37d0567c020591a +SIZE (mecab-ko-dic-2.1.1-20180720.tar.gz) = 49767335 SHA256 (smol-songs.csv.gz) = f68ee58fad6426f917102f3ff67099eb2348d74d956b35eda5712e06968cdcde SIZE (smol-songs.csv.gz) = 48084350 SHA256 (smol-songs-1_2.csv.gz) = eb4d98a1684adb4d1cf687a7dde42c2794af12ea8250dd8b2af11d700671227a @@ -61,8 +63,8 @@ SHA256 (rust/crates/addr2line-0.20.0.crate) = f4fa78e18c64fce05e902adecd7a5eed15 SIZE (rust/crates/addr2line-0.20.0.crate) = 39558 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 -SHA256 (rust/crates/aes-0.8.3.crate) = ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2 -SIZE (rust/crates/aes-0.8.3.crate) = 124679 +SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0 +SIZE (rust/crates/aes-0.8.4.crate) = 124812 SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 SIZE (rust/crates/ahash-0.8.11.crate) = 43607 SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 @@ -75,18 +77,18 @@ SHA256 (rust/crates/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d022 SIZE (rust/crates/allocator-api2-0.2.16.crate) = 59025 SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 SIZE (rust/crates/anes-0.1.6.crate) = 23857 -SHA256 (rust/crates/anstream-0.6.7.crate) = 4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba -SIZE (rust/crates/anstream-0.6.7.crate) = 30063 -SHA256 (rust/crates/anstyle-1.0.1.crate) = 3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd -SIZE (rust/crates/anstyle-1.0.1.crate) = 13977 +SHA256 (rust/crates/anstream-0.6.13.crate) = d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb +SIZE (rust/crates/anstream-0.6.13.crate) = 30928 +SHA256 (rust/crates/anstyle-1.0.6.crate) = 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc +SIZE (rust/crates/anstyle-1.0.6.crate) = 14604 SHA256 (rust/crates/anstyle-parse-0.2.1.crate) = 938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333 SIZE (rust/crates/anstyle-parse-0.2.1.crate) = 24802 SHA256 (rust/crates/anstyle-query-1.0.0.crate) = 5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b SIZE (rust/crates/anstyle-query-1.0.0.crate) = 8620 SHA256 (rust/crates/anstyle-wincon-3.0.1.crate) = f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628 SIZE (rust/crates/anstyle-wincon-3.0.1.crate) = 11279 -SHA256 (rust/crates/anyhow-1.0.80.crate) = 5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1 -SIZE (rust/crates/anyhow-1.0.80.crate) = 45138 +SHA256 (rust/crates/anyhow-1.0.82.crate) = f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519 +SIZE (rust/crates/anyhow-1.0.82.crate) = 45361 SHA256 (rust/crates/anymap2-0.13.0.crate) = d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c SIZE (rust/crates/anymap2-0.13.0.crate) = 17337 SHA256 (rust/crates/arbitrary-1.3.2.crate) = 7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110 @@ -105,8 +107,8 @@ SHA256 (rust/crates/atomic-0.5.3.crate) = c59bdb34bc650a32731b31bd8f0829cc15d24a SIZE (rust/crates/atomic-0.5.3.crate) = 12801 SHA256 (rust/crates/atomic-polyfill-0.1.11.crate) = e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28 SIZE (rust/crates/atomic-polyfill-0.1.11.crate) = 11087 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 +SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 +SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 SHA256 (rust/crates/backtrace-0.3.68.crate) = 4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12 SIZE (rust/crates/backtrace-0.3.68.crate) = 79891 SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 @@ -123,16 +125,16 @@ SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462c SIZE (rust/crates/bincode-1.3.3.crate) = 28958 SHA256 (rust/crates/bindgen-0.68.1.crate) = 726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078 SIZE (rust/crates/bindgen-0.68.1.crate) = 218997 -SHA256 (rust/crates/bindgen_cuda-0.1.1.crate) = b58b8c5f0502d6b70e957f2562b65cef7b2056996b27da47e43242d46251a9d1 -SIZE (rust/crates/bindgen_cuda-0.1.1.crate) = 6332 +SHA256 (rust/crates/bindgen_cuda-0.1.5.crate) = 1f8489af5b7d17a81bffe37e0f4d6e1e4de87c87329d05447f22c35d95a1227d +SIZE (rust/crates/bindgen_cuda-0.1.5.crate) = 6708 SHA256 (rust/crates/bit-set-0.5.3.crate) = 0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1 SIZE (rust/crates/bit-set-0.5.3.crate) = 14470 SHA256 (rust/crates/bit-vec-0.6.3.crate) = 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb SIZE (rust/crates/bit-vec-0.6.3.crate) = 19927 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 -SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 +SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 +SIZE (rust/crates/bitflags-2.5.0.crate) = 43821 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 SHA256 (rust/crates/brotli-3.4.0.crate) = 516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f @@ -141,16 +143,16 @@ SHA256 (rust/crates/brotli-decompressor-2.5.1.crate) = 4e2e4afe60d7dd600fdd3de8d SIZE (rust/crates/brotli-decompressor-2.5.1.crate) = 193087 SHA256 (rust/crates/bstr-1.9.0.crate) = c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc SIZE (rust/crates/bstr-1.9.0.crate) = 380170 -SHA256 (rust/crates/bumpalo-3.13.0.crate) = a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1 -SIZE (rust/crates/bumpalo-3.13.0.crate) = 82114 +SHA256 (rust/crates/bumpalo-3.15.4.crate) = 7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa +SIZE (rust/crates/bumpalo-3.15.4.crate) = 85028 SHA256 (rust/crates/byte-unit-4.0.19.crate) = da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c SIZE (rust/crates/byte-unit-4.0.19.crate) = 10929 SHA256 (rust/crates/bytecount-0.6.3.crate) = 2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c SIZE (rust/crates/bytecount-0.6.3.crate) = 12416 -SHA256 (rust/crates/bytemuck-1.14.0.crate) = 374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6 -SIZE (rust/crates/bytemuck-1.14.0.crate) = 44933 -SHA256 (rust/crates/bytemuck_derive-1.4.1.crate) = fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192 -SIZE (rust/crates/bytemuck_derive-1.4.1.crate) = 15159 +SHA256 (rust/crates/bytemuck-1.15.0.crate) = 5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15 +SIZE (rust/crates/bytemuck-1.15.0.crate) = 47672 +SHA256 (rust/crates/bytemuck_derive-1.6.0.crate) = 4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60 +SIZE (rust/crates/bytemuck_derive-1.6.0.crate) = 21194 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/bytes-1.5.0.crate) = a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223 @@ -163,6 +165,14 @@ SHA256 (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 736a955f3fa7875102d57c82b8ca SIZE (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 633444 SHA256 (rust/crates/camino-1.1.6.crate) = c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c SIZE (rust/crates/camino-1.1.6.crate) = 30519 +SHA256 (rust/crates/candle-core-0.4.1.crate) = 6f1b20174c1707e20f4cb364a355b449803c03e9b0c9193324623cf9787a4e00 +SIZE (rust/crates/candle-core-0.4.1.crate) = 200622 +SHA256 (rust/crates/candle-kernels-0.4.1.crate) = 5845911a44164ebb73b56a0e23793ba1b583bad102af7400fe4768babc5815b2 +SIZE (rust/crates/candle-kernels-0.4.1.crate) = 24394 +SHA256 (rust/crates/candle-nn-0.4.1.crate) = 66a27533c8edfc915a6459f9850641ef523a829fa1a181c670766c1f752d873a +SIZE (rust/crates/candle-nn-0.4.1.crate) = 45776 +SHA256 (rust/crates/candle-transformers-0.4.1.crate) = b5847699f0643da05e57fc473672566e93dc36d82c1b7eeb970c6154d3434fe1 +SIZE (rust/crates/candle-transformers-0.4.1.crate) = 156030 SHA256 (rust/crates/cargo-platform-0.1.6.crate) = ceed8ef69d8518a5dda55c07425450b58a4e1946f4951eab6d7191ee86c2443d SIZE (rust/crates/cargo-platform-0.1.6.crate) = 11668 SHA256 (rust/crates/cargo_metadata-0.18.1.crate) = 2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037 @@ -171,8 +181,8 @@ SHA256 (rust/crates/cargo_toml-0.18.0.crate) = 802b755090e39835a4b0440fb0bbee0df SIZE (rust/crates/cargo_toml-0.18.0.crate) = 30063 SHA256 (rust/crates/cast-0.3.0.crate) = 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 SIZE (rust/crates/cast-0.3.0.crate) = 11452 -SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 -SIZE (rust/crates/cc-1.0.83.crate) = 68343 +SHA256 (rust/crates/cc-1.0.90.crate) = 8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5 +SIZE (rust/crates/cc-1.0.90.crate) = 73954 SHA256 (rust/crates/cedarwood-0.4.6.crate) = 6d910bedd62c24733263d0bed247460853c9d22e8956bd4cd964302095e04e90 SIZE (rust/crates/cedarwood-0.4.6.crate) = 12726 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -181,8 +191,8 @@ SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582eb SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/change-detection-1.2.0.crate) = 159fa412eae48a1d94d0b9ecdb85c97ce56eb2a347c62394d3fdbf221adabc1a SIZE (rust/crates/change-detection-1.2.0.crate) = 4427 -SHA256 (rust/crates/charabia-0.8.7.crate) = 3a9071b1586dd067b5fdfd2069fab932c047ca5bbce4bd2bdee8af0f4b155053 -SIZE (rust/crates/charabia-0.8.7.crate) = 911753 +SHA256 (rust/crates/charabia-0.8.10.crate) = 933f20f2269b24d32fd5503e7b3c268af902190daf8d9d2b73ed2e75d77c00b4 +SIZE (rust/crates/charabia-0.8.10.crate) = 913016 SHA256 (rust/crates/ciborium-0.2.1.crate) = effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926 SIZE (rust/crates/ciborium-0.2.1.crate) = 34974 SHA256 (rust/crates/ciborium-io-0.2.1.crate) = cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656 @@ -223,10 +233,10 @@ SHA256 (rust/crates/core-foundation-sys-0.8.4.crate) = e496a50fda8aacccc86d7529e SIZE (rust/crates/core-foundation-sys-0.8.4.crate) = 17725 SHA256 (rust/crates/cow-utils-0.1.2.crate) = 79bb3adfaf5f75d24b01aee375f7555907840fa2800e5ec8fa3b9e2031830173 SIZE (rust/crates/cow-utils-0.1.2.crate) = 5602 -SHA256 (rust/crates/cpufeatures-0.2.9.crate) = a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1 -SIZE (rust/crates/cpufeatures-0.2.9.crate) = 11895 -SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d -SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 +SHA256 (rust/crates/cpufeatures-0.2.12.crate) = 53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504 +SIZE (rust/crates/cpufeatures-0.2.12.crate) = 12837 +SHA256 (rust/crates/crc32fast-1.4.0.crate) = b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa +SIZE (rust/crates/crc32fast-1.4.0.crate) = 38665 SHA256 (rust/crates/criterion-0.5.1.crate) = f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f SIZE (rust/crates/criterion-0.5.1.crate) = 110088 SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 @@ -269,8 +279,8 @@ SHA256 (rust/crates/darling_macro-0.20.3.crate) = 836a9bbc7ad63342d6d6e7b815ccab SIZE (rust/crates/darling_macro-0.20.3.crate) = 1859 SHA256 (rust/crates/debugid-0.8.0.crate) = bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d SIZE (rust/crates/debugid-0.8.0.crate) = 12757 -SHA256 (rust/crates/deranged-0.3.9.crate) = 0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3 -SIZE (rust/crates/deranged-0.3.9.crate) = 17080 +SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 +SIZE (rust/crates/deranged-0.3.11.crate) = 18043 SHA256 (rust/crates/derive_arbitrary-1.3.2.crate) = 67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611 SIZE (rust/crates/derive_arbitrary-1.3.2.crate) = 10614 SHA256 (rust/crates/derive_builder-0.12.0.crate) = 8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8 @@ -309,8 +319,8 @@ SHA256 (rust/crates/doxygen-rs-0.2.2.crate) = bff670ea0c9bbb8414e7efa6e23ebde2b8 SIZE (rust/crates/doxygen-rs-0.2.2.crate) = 152525 SHA256 (rust/crates/dyn-stack-0.10.0.crate) = 56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b SIZE (rust/crates/dyn-stack-0.10.0.crate) = 10753 -SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 -SIZE (rust/crates/either-1.9.0.crate) = 16660 +SHA256 (rust/crates/either-1.10.0.crate) = 11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a +SIZE (rust/crates/either-1.10.0.crate) = 18334 SHA256 (rust/crates/encode_unicode-0.3.6.crate) = a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f SIZE (rust/crates/encode_unicode-0.3.6.crate) = 45741 SHA256 (rust/crates/encoding-0.2.33.crate) = 6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec @@ -327,8 +337,8 @@ SHA256 (rust/crates/encoding-index-tradchinese-1.20141219.5.crate) = fd0e20d5688 SIZE (rust/crates/encoding-index-tradchinese-1.20141219.5.crate) = 120862 SHA256 (rust/crates/encoding_index_tests-0.1.4.crate) = a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569 SIZE (rust/crates/encoding_index_tests-0.1.4.crate) = 1631 -SHA256 (rust/crates/encoding_rs-0.8.32.crate) = 071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394 -SIZE (rust/crates/encoding_rs-0.8.32.crate) = 1370046 +SHA256 (rust/crates/encoding_rs-0.8.33.crate) = 7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1 +SIZE (rust/crates/encoding_rs-0.8.33.crate) = 1370071 SHA256 (rust/crates/encoding_rs_io-0.1.7.crate) = 1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83 SIZE (rust/crates/encoding_rs_io-0.1.7.crate) = 16969 SHA256 (rust/crates/enum-as-inner-0.6.0.crate) = 5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a @@ -337,8 +347,10 @@ SHA256 (rust/crates/enum-iterator-1.5.0.crate) = 9fd242f399be1da0a5354aa462d57b4 SIZE (rust/crates/enum-iterator-1.5.0.crate) = 7078 SHA256 (rust/crates/enum-iterator-derive-1.3.0.crate) = 03cdc46ec28bd728e67540c528013c6a10eb69a02eb31078a1bda695438cbfb8 SIZE (rust/crates/enum-iterator-derive-1.3.0.crate) = 5060 -SHA256 (rust/crates/env_logger-0.10.1.crate) = 95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece -SIZE (rust/crates/env_logger-0.10.1.crate) = 36524 +SHA256 (rust/crates/env_filter-0.1.0.crate) = a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea +SIZE (rust/crates/env_filter-0.1.0.crate) = 11553 +SHA256 (rust/crates/env_logger-0.11.3.crate) = 38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9 +SIZE (rust/crates/env_logger-0.11.3.crate) = 29704 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 @@ -385,26 +397,26 @@ SHA256 (rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016 SIZE (rust/crates/fxhash-0.2.1.crate) = 4102 SHA256 (rust/crates/fxprof-processed-profile-0.6.0.crate) = 27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd SIZE (rust/crates/fxprof-processed-profile-0.6.0.crate) = 29860 -SHA256 (rust/crates/gemm-0.17.0.crate) = e97d506c68f4fb12325b52a638e7d54cc87e3593a4ded0de60218b6dfd65f645 -SIZE (rust/crates/gemm-0.17.0.crate) = 6907 -SHA256 (rust/crates/gemm-c32-0.17.0.crate) = 0dd16f26e8f34661edc906d8c9522b59ec1655c865a98a58950d0246eeaca9da -SIZE (rust/crates/gemm-c32-0.17.0.crate) = 3821 -SHA256 (rust/crates/gemm-c64-0.17.0.crate) = a8e34381bc060b47fbd25522a281799ef763cd27f43bbd1783d935774659242a -SIZE (rust/crates/gemm-c64-0.17.0.crate) = 3817 -SHA256 (rust/crates/gemm-common-0.17.0.crate) = 22518a76339b09276f77c3166c44262e55f633712fe8a44fd0573505887feeab -SIZE (rust/crates/gemm-common-0.17.0.crate) = 26633 -SHA256 (rust/crates/gemm-f16-0.17.0.crate) = 70409bbf3ef83b38cbe4a58cd4b797c1c27902505bdd926a588ea61b6c550a84 -SIZE (rust/crates/gemm-f16-0.17.0.crate) = 7930 -SHA256 (rust/crates/gemm-f32-0.17.0.crate) = 5ea3068edca27f100964157211782eba19e961aa4d0d2bdac3e1775a51aa7680 -SIZE (rust/crates/gemm-f32-0.17.0.crate) = 3510 -SHA256 (rust/crates/gemm-f64-0.17.0.crate) = 5fd41e8f5a60dce8d8acd852a3f4b22f8e18be957e1937731be692c037652510 -SIZE (rust/crates/gemm-f64-0.17.0.crate) = 3503 +SHA256 (rust/crates/gemm-0.17.1.crate) = 6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32 +SIZE (rust/crates/gemm-0.17.1.crate) = 6931 +SHA256 (rust/crates/gemm-c32-0.17.1.crate) = b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0 +SIZE (rust/crates/gemm-c32-0.17.1.crate) = 3829 +SHA256 (rust/crates/gemm-c64-0.17.1.crate) = fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a +SIZE (rust/crates/gemm-c64-0.17.1.crate) = 3827 +SHA256 (rust/crates/gemm-common-0.17.1.crate) = a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8 +SIZE (rust/crates/gemm-common-0.17.1.crate) = 26643 +SHA256 (rust/crates/gemm-f16-0.17.1.crate) = 7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4 +SIZE (rust/crates/gemm-f16-0.17.1.crate) = 7939 +SHA256 (rust/crates/gemm-f32-0.17.1.crate) = e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113 +SIZE (rust/crates/gemm-f32-0.17.1.crate) = 3519 +SHA256 (rust/crates/gemm-f64-0.17.1.crate) = aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0 +SIZE (rust/crates/gemm-f64-0.17.1.crate) = 3515 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/geoutils-0.5.1.crate) = 36d244a08113319b5ebcabad2b8b7925732d15eec46d7e7ac3c11734f3b7a6ad SIZE (rust/crates/geoutils-0.5.1.crate) = 9350 -SHA256 (rust/crates/getrandom-0.2.10.crate) = be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427 -SIZE (rust/crates/getrandom-0.2.10.crate) = 34955 +SHA256 (rust/crates/getrandom-0.2.12.crate) = 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5 +SIZE (rust/crates/getrandom-0.2.12.crate) = 36163 SHA256 (rust/crates/getset-0.1.2.crate) = e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9 SIZE (rust/crates/getset-0.1.2.crate) = 8831 SHA256 (rust/crates/gimli-0.27.3.crate) = b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e @@ -419,8 +431,8 @@ SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd34 SIZE (rust/crates/h2-0.3.26.crate) = 168315 SHA256 (rust/crates/half-1.8.2.crate) = eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7 SIZE (rust/crates/half-1.8.2.crate) = 41874 -SHA256 (rust/crates/half-2.3.1.crate) = bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872 -SIZE (rust/crates/half-2.3.1.crate) = 50257 +SHA256 (rust/crates/half-2.4.0.crate) = b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e +SIZE (rust/crates/half-2.4.0.crate) = 50666 SHA256 (rust/crates/hash32-0.2.1.crate) = b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67 SIZE (rust/crates/hash32-0.2.1.crate) = 11168 SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 @@ -435,8 +447,8 @@ SHA256 (rust/crates/heed-traits-0.20.0-alpha.9.crate) = 5ab0b7d9cde969ad36dde692 SIZE (rust/crates/heed-traits-0.20.0-alpha.9.crate) = 2668 SHA256 (rust/crates/heed-types-0.20.0-alpha.9.crate) = f0cb3567a7363f28b597bf6e9897b9466397951dd0e52df2c8196dd8a71af44a SIZE (rust/crates/heed-types-0.20.0-alpha.9.crate) = 4109 -SHA256 (rust/crates/hermit-abi-0.3.2.crate) = 443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b -SIZE (rust/crates/hermit-abi-0.3.2.crate) = 13783 +SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 +SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e @@ -463,8 +475,8 @@ SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6dd SIZE (rust/crates/idna-0.5.0.crate) = 271940 SHA256 (rust/crates/impl-more-0.1.6.crate) = 206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d SIZE (rust/crates/impl-more-0.1.6.crate) = 13967 -SHA256 (rust/crates/indexmap-2.1.0.crate) = d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f -SIZE (rust/crates/indexmap-2.1.0.crate) = 68224 +SHA256 (rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 +SIZE (rust/crates/indexmap-2.2.6.crate) = 82420 SHA256 (rust/crates/indicatif-0.17.7.crate) = fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25 SIZE (rust/crates/indicatif-0.17.7.crate) = 63108 SHA256 (rust/crates/inout-0.1.3.crate) = a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5 @@ -485,16 +497,20 @@ SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86 SIZE (rust/crates/itertools-0.10.5.crate) = 115354 SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 SIZE (rust/crates/itertools-0.11.0.crate) = 125074 -SHA256 (rust/crates/itoa-1.0.9.crate) = af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38 -SIZE (rust/crates/itoa-1.0.9.crate) = 10492 +SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 +SIZE (rust/crates/itertools-0.12.1.crate) = 137761 +SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b +SIZE (rust/crates/itoa-1.0.11.crate) = 10563 SHA256 (rust/crates/jieba-rs-0.6.8.crate) = 93f0c1347cd3ac8d7c6e3a2dc33ac496d365cf09fc0831aa61111e1a6738983e SIZE (rust/crates/jieba-rs-0.6.8.crate) = 4313878 -SHA256 (rust/crates/jobserver-0.1.26.crate) = 936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2 -SIZE (rust/crates/jobserver-0.1.26.crate) = 22645 -SHA256 (rust/crates/js-sys-0.3.64.crate) = c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a -SIZE (rust/crates/js-sys-0.3.64.crate) = 80313 -SHA256 (rust/crates/jsonwebtoken-8.3.0.crate) = 6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378 -SIZE (rust/crates/jsonwebtoken-8.3.0.crate) = 45747 +SHA256 (rust/crates/jobserver-0.1.28.crate) = ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6 +SIZE (rust/crates/jobserver-0.1.28.crate) = 25543 +SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d +SIZE (rust/crates/js-sys-0.3.69.crate) = 81083 +SHA256 (rust/crates/jsonwebtoken-9.2.0.crate) = 5c7ea04a7c5c055c175f189b6dc6ba036fd62306b58c66c9f6389036c503a3f4 +SIZE (rust/crates/jsonwebtoken-9.2.0.crate) = 48775 +SHA256 (rust/crates/kanaria-0.2.0.crate) = c0f9d9652540055ac4fded998a73aca97d965899077ab1212587437da44196ff +SIZE (rust/crates/kanaria-0.2.0.crate) = 51329 SHA256 (rust/crates/kstring-2.0.0.crate) = ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747 SIZE (rust/crates/kstring-2.0.0.crate) = 22063 SHA256 (rust/crates/language-tags-0.3.2.crate) = d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388 @@ -511,38 +527,50 @@ SHA256 (rust/crates/libgit2-sys-0.16.2+1.7.2.crate) = ee4126d8b4ee5c9d9ea891dd87 SIZE (rust/crates/libgit2-sys-0.16.2+1.7.2.crate) = 1773674 SHA256 (rust/crates/libloading-0.8.1.crate) = c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161 SIZE (rust/crates/libloading-0.8.1.crate) = 27893 -SHA256 (rust/crates/libm-0.2.7.crate) = f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4 -SIZE (rust/crates/libm-0.2.7.crate) = 115688 +SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 +SIZE (rust/crates/libm-0.2.8.crate) = 113450 SHA256 (rust/crates/libmimalloc-sys-0.1.35.crate) = 3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664 SIZE (rust/crates/libmimalloc-sys-0.1.35.crate) = 184695 SHA256 (rust/crates/libproc-0.14.2.crate) = 229004ebba9d1d5caf41623f1523b6d52abb47d9f6ab87f7e6fc992e3b854aef SIZE (rust/crates/libproc-0.14.2.crate) = 32831 SHA256 (rust/crates/libz-sys-1.1.15.crate) = 037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6 SIZE (rust/crates/libz-sys-1.1.15.crate) = 3958887 -SHA256 (rust/crates/lindera-cc-cedict-builder-0.27.2.crate) = a90d23f7cef31c6ab7ac0d4f3b23940754207f7b5a80b080c39193caffe99ac2 -SIZE (rust/crates/lindera-cc-cedict-builder-0.27.2.crate) = 5444 -SHA256 (rust/crates/lindera-compress-0.27.2.crate) = 1927b7d2bd4ffc19e07691bf8609722663c341f80260a1c636cee8f1ec420dce -SIZE (rust/crates/lindera-compress-0.27.2.crate) = 1759 -SHA256 (rust/crates/lindera-core-0.27.2.crate) = 3299caa2b81c9a076535a4651a83bf7d624c15f2349f243187fffc64b5a78251 -SIZE (rust/crates/lindera-core-0.27.2.crate) = 10536 -SHA256 (rust/crates/lindera-decompress-0.27.2.crate) = 7b82b8d2323a67dc8ff0c40751d199b7ba94cd5e3c13a5b31622d318acc79e5b -SIZE (rust/crates/lindera-decompress-0.27.2.crate) = 1600 -SHA256 (rust/crates/lindera-dictionary-0.27.2.crate) = cddf783b459d54b130d956889bec052c25fcb478a304e03fa9b2289387572bc5 -SIZE (rust/crates/lindera-dictionary-0.27.2.crate) = 5599 -SHA256 (rust/crates/lindera-ipadic-builder-0.27.2.crate) = 27c708f08f14b0806f6c4cce5324b4bcba27209463026b78c31f399f8be9d30d -SIZE (rust/crates/lindera-ipadic-builder-0.27.2.crate) = 7421 -SHA256 (rust/crates/lindera-ipadic-neologd-builder-0.27.2.crate) = e5e67eb91652203d202f7d27ead220d1d8c9099552709b8429eae9c70f2312fb -SIZE (rust/crates/lindera-ipadic-neologd-builder-0.27.2.crate) = 7389 -SHA256 (rust/crates/lindera-ko-dic-0.27.2.crate) = d45da8d9a5888f4d4e78bb29fc82ff9ae519962efb0d2d92343b6cf8e373952f -SIZE (rust/crates/lindera-ko-dic-0.27.2.crate) = 41068947 -SHA256 (rust/crates/lindera-ko-dic-builder-0.27.2.crate) = 41c0933295dc945178bbc08f34111dc3ef22bfee38820f78453c8f8d4f3463d1 -SIZE (rust/crates/lindera-ko-dic-builder-0.27.2.crate) = 10158 -SHA256 (rust/crates/lindera-tokenizer-0.27.2.crate) = 348ce9bb3f2e5edc577420b98cca05b2177f3af50ef5ae278a1d8a1351d56197 -SIZE (rust/crates/lindera-tokenizer-0.27.2.crate) = 24175 -SHA256 (rust/crates/lindera-unidic-0.27.2.crate) = 74022a57c395ed7e213a9cd5833207e3c583145078ee9a164aeaec68b30c9d8e -SIZE (rust/crates/lindera-unidic-0.27.2.crate) = 4649 -SHA256 (rust/crates/lindera-unidic-builder-0.27.2.crate) = a34e5564ee81af82603cd6a03c3abe6e17cc0ae598bfa5078809f06e59e96e08 -SIZE (rust/crates/lindera-unidic-builder-0.27.2.crate) = 6623 +SHA256 (rust/crates/lindera-0.30.0.crate) = a1bbf252ea3490053dc397539ece0b510924f2f72605fa28d3e858d86f43ec88 +SIZE (rust/crates/lindera-0.30.0.crate) = 23074 +SHA256 (rust/crates/lindera-analyzer-0.30.0.crate) = 87febfec0e2859ce2154fb90dd6f66b774ddb0b6e264b44f8e3d1303c9dcedd7 +SIZE (rust/crates/lindera-analyzer-0.30.0.crate) = 5874 +SHA256 (rust/crates/lindera-cc-cedict-0.30.0.crate) = fcb91bb8a93ab0f95dbc3c43b5105354bb059134ef731154f75a64b5d919e71d +SIZE (rust/crates/lindera-cc-cedict-0.30.0.crate) = 3474 +SHA256 (rust/crates/lindera-cc-cedict-builder-0.30.0.crate) = f6022a8309a287dbef425fd09a61585351670c83001d74f6c089979e2330b683 +SIZE (rust/crates/lindera-cc-cedict-builder-0.30.0.crate) = 5554 +SHA256 (rust/crates/lindera-compress-0.30.0.crate) = 32363cbcf433f915e7d77c2a0c410db2d6b23442e80715cf2cf6b9864078a500 +SIZE (rust/crates/lindera-compress-0.30.0.crate) = 1758 +SHA256 (rust/crates/lindera-core-0.30.0.crate) = d9a0e858753a02b1a3524fae4fbb11ca4b3a947128fd7854b797386562678be8 +SIZE (rust/crates/lindera-core-0.30.0.crate) = 10112 +SHA256 (rust/crates/lindera-decompress-0.30.0.crate) = 0e406345f6f8b665b9a129c67079c18ca9d97e9d171d102b4106a64a592c285e +SIZE (rust/crates/lindera-decompress-0.30.0.crate) = 1602 +SHA256 (rust/crates/lindera-dictionary-0.30.0.crate) = 3e2a3ec0e5fd6768a27c6ec1040e8470d3a5926418f7afe065859e98aabb3bfe +SIZE (rust/crates/lindera-dictionary-0.30.0.crate) = 5709 +SHA256 (rust/crates/lindera-filter-0.30.0.crate) = 1badaf51bad051185ea4917ba91bbbf2d6f8167e155647e21e0eaaef0982a95d +SIZE (rust/crates/lindera-filter-0.30.0.crate) = 27991 +SHA256 (rust/crates/lindera-ipadic-0.30.0.crate) = 129ec16366354998f9791467ad38731539197747f649e573ead845358271ce25 +SIZE (rust/crates/lindera-ipadic-0.30.0.crate) = 5129 +SHA256 (rust/crates/lindera-ipadic-builder-0.30.0.crate) = 7f0979a56bc57e9c9be2996dff232c47aa146a2e7baebf5dd567e388eba3dd90 +SIZE (rust/crates/lindera-ipadic-builder-0.30.0.crate) = 7528 +SHA256 (rust/crates/lindera-ipadic-neologd-0.30.0.crate) = 20076660c4e79ef0316735b44e18ec7644e54786acdee8946c972d5f97086d0f +SIZE (rust/crates/lindera-ipadic-neologd-0.30.0.crate) = 5253 +SHA256 (rust/crates/lindera-ipadic-neologd-builder-0.30.0.crate) = eccd18ed5f65d1d64ac0cbfa1d6827bfbbaf6530520ae6847e6a91ee38f47e20 +SIZE (rust/crates/lindera-ipadic-neologd-builder-0.30.0.crate) = 7490 +SHA256 (rust/crates/lindera-ko-dic-0.30.0.crate) = 59073171566c3e498ca048e84c2d0a7e117a42f36c8eb7d7163e65ac38bd6d48 +SIZE (rust/crates/lindera-ko-dic-0.30.0.crate) = 7462 +SHA256 (rust/crates/lindera-ko-dic-builder-0.30.0.crate) = ae176afa8535ca2a5ee9471873f85d531db0a6c32a3c42b41084506aac22b577 +SIZE (rust/crates/lindera-ko-dic-builder-0.30.0.crate) = 10254 +SHA256 (rust/crates/lindera-tokenizer-0.30.0.crate) = 457285bdde84571aa510c9e05371904305a55e8a541fa1473d4393062f06932d +SIZE (rust/crates/lindera-tokenizer-0.30.0.crate) = 9975 +SHA256 (rust/crates/lindera-unidic-0.30.0.crate) = 5839980be552dfa639b70964c61914a9ad014148663679b0e148aa72e5e30f23 +SIZE (rust/crates/lindera-unidic-0.30.0.crate) = 4411 +SHA256 (rust/crates/lindera-unidic-builder-0.30.0.crate) = dcaab8f061d5b944b1e424f49c7efbf8f276e8a72e4f4ff956d01e46d481f008 +SIZE (rust/crates/lindera-unidic-builder-0.30.0.crate) = 6719 SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 SHA256 (rust/crates/linux-raw-sys-0.1.4.crate) = f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4 @@ -567,8 +595,8 @@ SHA256 (rust/crates/local-waker-0.1.3.crate) = e34f76eb3611940e0e7d53a9aaa4e6a31 SIZE (rust/crates/local-waker-0.1.3.crate) = 6369 SHA256 (rust/crates/lock_api-0.4.10.crate) = c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16 SIZE (rust/crates/lock_api-0.4.10.crate) = 26713 -SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f -SIZE (rust/crates/log-0.4.20.crate) = 38307 +SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c +SIZE (rust/crates/log-0.4.21.crate) = 43442 SHA256 (rust/crates/lz4_flex-0.10.0.crate) = 8b8c72594ac26bfd34f2d99dfced2edfaddfe8a476e3ff2ca0eb293d925c4f83 SIZE (rust/crates/lz4_flex-0.10.0.crate) = 38611 SHA256 (rust/crates/macro_rules_attribute-0.2.0.crate) = 8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13 @@ -585,8 +613,8 @@ SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906e SIZE (rust/crates/memchr-2.7.1.crate) = 96307 SHA256 (rust/crates/memmap2-0.7.1.crate) = f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6 SIZE (rust/crates/memmap2-0.7.1.crate) = 30741 -SHA256 (rust/crates/memmap2-0.9.3.crate) = 45fd3a57831bf88bc63f8cebc0cf956116276e97fef3966103e96416209f7c92 -SIZE (rust/crates/memmap2-0.9.3.crate) = 33125 +SHA256 (rust/crates/memmap2-0.9.4.crate) = fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322 +SIZE (rust/crates/memmap2-0.9.4.crate) = 32752 SHA256 (rust/crates/mimalloc-0.1.39.crate) = fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c SIZE (rust/crates/mimalloc-0.1.39.crate) = 3727 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a @@ -595,8 +623,8 @@ SHA256 (rust/crates/mime_guess-2.0.4.crate) = 4192263c238a5f0d0c6bfd21f336a313a4 SIZE (rust/crates/mime_guess-2.0.4.crate) = 26399 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.7.1.crate) = e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 -SIZE (rust/crates/miniz_oxide-0.7.1.crate) = 55194 +SHA256 (rust/crates/miniz_oxide-0.7.2.crate) = 9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7 +SIZE (rust/crates/miniz_oxide-0.7.2.crate) = 55731 SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c SIZE (rust/crates/mio-0.8.11.crate) = 102983 SHA256 (rust/crates/monostate-0.1.9.crate) = 15f370ae88093ec6b11a710dec51321a61d420fafd1bad6e30d01bd9c920e8ee @@ -615,14 +643,14 @@ SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb4545924260 SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 SHA256 (rust/crates/num-bigint-0.4.3.crate) = f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f SIZE (rust/crates/num-bigint-0.4.3.crate) = 97799 -SHA256 (rust/crates/num-complex-0.4.4.crate) = 1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214 -SIZE (rust/crates/num-complex-0.4.4.crate) = 29564 +SHA256 (rust/crates/num-complex-0.4.5.crate) = 23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6 +SIZE (rust/crates/num-complex-0.4.5.crate) = 29614 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 SHA256 (rust/crates/num-integer-0.1.45.crate) = 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9 SIZE (rust/crates/num-integer-0.1.45.crate) = 22529 -SHA256 (rust/crates/num-traits-0.2.16.crate) = f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2 -SIZE (rust/crates/num-traits-0.2.16.crate) = 50130 +SHA256 (rust/crates/num-traits-0.2.18.crate) = da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a +SIZE (rust/crates/num-traits-0.2.18.crate) = 51930 SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 @@ -669,8 +697,8 @@ SHA256 (rust/crates/pbkdf2-0.11.0.crate) = 83a0692ec44e4cf1ef28ca317f14f8f07da2d SIZE (rust/crates/pbkdf2-0.11.0.crate) = 13229 SHA256 (rust/crates/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697 -SHA256 (rust/crates/pem-1.1.1.crate) = a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8 -SIZE (rust/crates/pem-1.1.1.crate) = 11352 +SHA256 (rust/crates/pem-3.0.3.crate) = 1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310 +SIZE (rust/crates/pem-3.0.3.crate) = 13035 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/pest-2.7.2.crate) = 1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a @@ -701,8 +729,8 @@ SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/pinyin-0.10.0.crate) = 16f2611cd06a1ac239a0cea4521de9eb068a6ca110324ee00631aa68daa74fc0 SIZE (rust/crates/pinyin-0.10.0.crate) = 346176 -SHA256 (rust/crates/pkg-config-0.3.27.crate) = 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 -SIZE (rust/crates/pkg-config-0.3.27.crate) = 18838 +SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec +SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 SHA256 (rust/crates/platform-dirs-0.3.0.crate) = e188d043c1a692985f78b5464853a263f1a27e5bd6322bad3a4078ee3c998a38 SIZE (rust/crates/platform-dirs-0.3.0.crate) = 6744 SHA256 (rust/crates/plotters-0.3.5.crate) = d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45 @@ -721,8 +749,8 @@ SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08c SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 SIZE (rust/crates/proc-macro-error-attr-1.0.4.crate) = 7971 -SHA256 (rust/crates/proc-macro2-1.0.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c -SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 +SHA256 (rust/crates/proc-macro2-1.0.79.crate) = e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e +SIZE (rust/crates/proc-macro2-1.0.79.crate) = 47200 SHA256 (rust/crates/procfs-0.14.2.crate) = b1de8dacb0873f77e6aefc6d71e044761fcc68060290f5b1089fcdf84626bb69 SIZE (rust/crates/procfs-0.14.2.crate) = 116068 SHA256 (rust/crates/prometheus-0.13.3.crate) = 449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c @@ -731,8 +759,8 @@ SHA256 (rust/crates/protobuf-2.28.0.crate) = 106dd99e98437432fed6519dedecfade6a0 SIZE (rust/crates/protobuf-2.28.0.crate) = 167541 SHA256 (rust/crates/puffin-0.16.0.crate) = 76425abd4e1a0ad4bd6995dd974b52f414fca9974171df8e3708b3e660d05a21 SIZE (rust/crates/puffin-0.16.0.crate) = 20798 -SHA256 (rust/crates/pulp-0.18.4.crate) = 7057c1435edb390ebfc51743abad043377f1f698ce8e649a9b52a4b378be5e4d -SIZE (rust/crates/pulp-0.18.4.crate) = 88779 +SHA256 (rust/crates/pulp-0.18.9.crate) = 03457ac216146f43f921500bac4e892d5cd32b0479b929cbfc90f95cd6c599c2 +SIZE (rust/crates/pulp-0.18.9.crate) = 90558 SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef SIZE (rust/crates/quote-1.0.35.crate) = 28136 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -747,8 +775,8 @@ SHA256 (rust/crates/rand_pcg-0.3.1.crate) = 59cad018caf63deb318e5a4586d99a24424a SIZE (rust/crates/rand_pcg-0.3.1.crate) = 11983 SHA256 (rust/crates/raw-cpuid-10.7.0.crate) = 6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332 SIZE (rust/crates/raw-cpuid-10.7.0.crate) = 107292 -SHA256 (rust/crates/rayon-1.8.1.crate) = fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051 -SIZE (rust/crates/rayon-1.8.1.crate) = 170448 +SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa +SIZE (rust/crates/rayon-1.10.0.crate) = 180155 SHA256 (rust/crates/rayon-cond-0.3.0.crate) = 059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9 SIZE (rust/crates/rayon-cond-0.3.0.crate) = 9913 SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 @@ -761,24 +789,18 @@ SHA256 (rust/crates/redox_syscall-0.3.5.crate) = 567664f262709473930a4bf9e51bf2e SIZE (rust/crates/redox_syscall-0.3.5.crate) = 23404 SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b SIZE (rust/crates/redox_users-0.4.3.crate) = 15353 -SHA256 (rust/crates/regex-1.10.2.crate) = 380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343 -SIZE (rust/crates/regex-1.10.2.crate) = 252839 -SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f -SIZE (rust/crates/regex-automata-0.4.3.crate) = 617011 -SHA256 (rust/crates/regex-syntax-0.7.4.crate) = e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2 -SIZE (rust/crates/regex-syntax-0.7.4.crate) = 343365 +SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c +SIZE (rust/crates/regex-1.10.4.crate) = 253191 +SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea +SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565 SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 SHA256 (rust/crates/reqwest-0.11.23.crate) = 37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41 SIZE (rust/crates/reqwest-0.11.23.crate) = 158448 SHA256 (rust/crates/retain_mut-0.1.7.crate) = 8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086 SIZE (rust/crates/retain_mut-0.1.7.crate) = 3945 -SHA256 (rust/crates/riff-1.0.1.crate) = b9b1a3d5f46d53f4a3478e2be4a5a5ce5108ea58b100dcd139830eae7f79a3a1 -SIZE (rust/crates/riff-1.0.1.crate) = 5876 -SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc -SIZE (rust/crates/ring-0.16.20.crate) = 5082615 -SHA256 (rust/crates/ring-0.17.7.crate) = 688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74 -SIZE (rust/crates/ring-0.17.7.crate) = 4146482 +SHA256 (rust/crates/ring-0.17.8.crate) = c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d +SIZE (rust/crates/ring-0.17.8.crate) = 4188554 SHA256 (rust/crates/roaring-0.10.2.crate) = 6106b5cf8587f5834158895e9715a3c6c9716c8aefab57f1f7680917191c7873 SIZE (rust/crates/roaring-0.10.2.crate) = 91257 SHA256 (rust/crates/rstar-0.11.0.crate) = 73111312eb7a2287d229f06c00ff35b51ddee180f017ab6dec1f69d62ac098d6 @@ -793,20 +815,24 @@ SHA256 (rust/crates/rustix-0.36.16.crate) = 6da3636faa25820d8648e0e31c5d519bbb01 SIZE (rust/crates/rustix-0.36.16.crate) = 290950 SHA256 (rust/crates/rustix-0.38.31.crate) = 6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949 SIZE (rust/crates/rustix-0.38.31.crate) = 375443 -SHA256 (rust/crates/rustls-0.20.9.crate) = 1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99 -SIZE (rust/crates/rustls-0.20.9.crate) = 270582 SHA256 (rust/crates/rustls-0.21.10.crate) = f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba SIZE (rust/crates/rustls-0.21.10.crate) = 284920 +SHA256 (rust/crates/rustls-0.22.2.crate) = e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41 +SIZE (rust/crates/rustls-0.22.2.crate) = 332080 SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 +SHA256 (rust/crates/rustls-pki-types-1.3.1.crate) = 5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8 +SIZE (rust/crates/rustls-pki-types-1.3.1.crate) = 21637 SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 +SHA256 (rust/crates/rustls-webpki-0.102.2.crate) = faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610 +SIZE (rust/crates/rustls-webpki-0.102.2.crate) = 196881 SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4 SIZE (rust/crates/rustversion-1.0.14.crate) = 17261 -SHA256 (rust/crates/ryu-1.0.15.crate) = 1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741 -SIZE (rust/crates/ryu-1.0.15.crate) = 46906 -SHA256 (rust/crates/safetensors-0.4.1.crate) = 1659ef1c27917eb58c2d53664b5506d0b68c9cb9b460d3e0901011cf71269a8e -SIZE (rust/crates/safetensors-0.4.1.crate) = 17295 +SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 +SIZE (rust/crates/ryu-1.0.17.crate) = 47537 +SHA256 (rust/crates/safetensors-0.4.2.crate) = 8d980e6bfb34436fb0a81e42bc41af43f11805bbbca443e7f68e9faaabe669ed +SIZE (rust/crates/safetensors-0.4.2.crate) = 21102 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 @@ -819,14 +845,14 @@ SHA256 (rust/crates/semver-1.0.18.crate) = b0293b4b29daaf487284529cc2f5675b8e57c SIZE (rust/crates/semver-1.0.18.crate) = 29703 SHA256 (rust/crates/seq-macro-0.3.5.crate) = a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4 SIZE (rust/crates/seq-macro-0.3.5.crate) = 13332 -SHA256 (rust/crates/serde-1.0.195.crate) = 63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02 -SIZE (rust/crates/serde-1.0.195.crate) = 76856 +SHA256 (rust/crates/serde-1.0.197.crate) = 3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2 +SIZE (rust/crates/serde-1.0.197.crate) = 77087 SHA256 (rust/crates/serde-cs-0.2.4.crate) = 07d1716265edfe2ff32c1f3168aedc01964b75432aadae3407c9f1fea40557c9 SIZE (rust/crates/serde-cs-0.2.4.crate) = 7524 -SHA256 (rust/crates/serde_derive-1.0.195.crate) = 46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c -SIZE (rust/crates/serde_derive-1.0.195.crate) = 55687 -SHA256 (rust/crates/serde_json-1.0.111.crate) = 176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4 -SIZE (rust/crates/serde_json-1.0.111.crate) = 146447 +SHA256 (rust/crates/serde_derive-1.0.197.crate) = 7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b +SIZE (rust/crates/serde_derive-1.0.197.crate) = 55771 +SHA256 (rust/crates/serde_json-1.0.115.crate) = 12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd +SIZE (rust/crates/serde_json-1.0.115.crate) = 147100 SHA256 (rust/crates/serde_plain-1.0.2.crate) = 9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50 SIZE (rust/crates/serde_plain-1.0.2.crate) = 11183 SHA256 (rust/crates/serde_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 @@ -835,8 +861,8 @@ SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 SHA256 (rust/crates/sha-1-0.10.1.crate) = f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c SIZE (rust/crates/sha-1-0.10.1.crate) = 12018 -SHA256 (rust/crates/sha1-0.10.5.crate) = f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3 -SIZE (rust/crates/sha1-0.10.5.crate) = 12146 +SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba +SIZE (rust/crates/sha1-0.10.6.crate) = 13517 SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 SIZE (rust/crates/sha2-0.10.8.crate) = 26357 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 @@ -869,8 +895,6 @@ SHA256 (rust/crates/socket2-0.5.5.crate) = 7b5fac59a5cb5dd637972e5fca70daf0523c9 SIZE (rust/crates/socket2-0.5.5.crate) = 54863 SHA256 (rust/crates/socks-0.3.4.crate) = f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b SIZE (rust/crates/socks-0.3.4.crate) = 13172 -SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d -SIZE (rust/crates/spin-0.5.2.crate) = 12004 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 SIZE (rust/crates/spin-0.9.8.crate) = 38958 SHA256 (rust/crates/spm_precompiled-0.1.4.crate) = 5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326 @@ -883,16 +907,20 @@ SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1 SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 +SHA256 (rust/crates/strum-0.26.2.crate) = 5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29 +SIZE (rust/crates/strum-0.26.2.crate) = 7189 +SHA256 (rust/crates/strum_macros-0.26.2.crate) = c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946 +SIZE (rust/crates/strum_macros-0.26.2.crate) = 27056 SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc SIZE (rust/crates/subtle-2.5.0.crate) = 13909 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f -SIZE (rust/crates/syn-2.0.48.crate) = 250566 +SHA256 (rust/crates/syn-2.0.58.crate) = 44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687 +SIZE (rust/crates/syn-2.0.58.crate) = 254920 SHA256 (rust/crates/synchronoise-1.0.1.crate) = 3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2 SIZE (rust/crates/synchronoise-1.0.1.crate) = 15084 -SHA256 (rust/crates/synstructure-0.13.0.crate) = 285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06 -SIZE (rust/crates/synstructure-0.13.0.crate) = 19121 +SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 +SIZE (rust/crates/synstructure-0.13.1.crate) = 18327 SHA256 (rust/crates/sysctl-0.5.5.crate) = ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea SIZE (rust/crates/sysctl-0.5.5.crate) = 18414 SHA256 (rust/crates/sysinfo-0.30.5.crate) = 1fb4f3438c8f6389c864e61221cbc97e9bca98b4daf39a5beb7bea660f528bb2 @@ -909,10 +937,10 @@ SHA256 (rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676 SIZE (rust/crates/tempfile-3.10.1.crate) = 33653 SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 -SHA256 (rust/crates/thiserror-1.0.56.crate) = d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad -SIZE (rust/crates/thiserror-1.0.56.crate) = 20592 -SHA256 (rust/crates/thiserror-impl-1.0.56.crate) = fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471 -SIZE (rust/crates/thiserror-impl-1.0.56.crate) = 15367 +SHA256 (rust/crates/thiserror-1.0.58.crate) = 03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297 +SIZE (rust/crates/thiserror-1.0.58.crate) = 21025 +SHA256 (rust/crates/thiserror-impl-1.0.58.crate) = c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7 +SIZE (rust/crates/thiserror-impl-1.0.58.crate) = 15645 SHA256 (rust/crates/thread_local-1.1.7.crate) = 3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152 SIZE (rust/crates/thread_local-1.1.7.crate) = 13585 SHA256 (rust/crates/tiktoken-rs-0.5.8.crate) = 40894b788eb28bbb7e36bdc8b7b1b1488b9c93fa3730f315ab965330c94c0842 @@ -933,8 +961,6 @@ SHA256 (rust/crates/tokio-1.35.1.crate) = c89b4efa943be685f629b149f53829423f8f55 SIZE (rust/crates/tokio-1.35.1.crate) = 744407 SHA256 (rust/crates/tokio-macros-2.2.0.crate) = 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b SIZE (rust/crates/tokio-macros-2.2.0.crate) = 11520 -SHA256 (rust/crates/tokio-rustls-0.23.4.crate) = c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59 -SIZE (rust/crates/tokio-rustls-0.23.4.crate) = 27024 SHA256 (rust/crates/tokio-rustls-0.24.1.crate) = c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 SIZE (rust/crates/tokio-rustls-0.24.1.crate) = 33049 SHA256 (rust/crates/tokio-stream-0.1.14.crate) = 397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842 @@ -967,8 +993,8 @@ SHA256 (rust/crates/tracing-subscriber-0.3.18.crate) = ad0f048c97dbd9faa9b7df563 SIZE (rust/crates/tracing-subscriber-0.3.18.crate) = 196312 SHA256 (rust/crates/try-lock-0.2.4.crate) = 3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed SIZE (rust/crates/try-lock-0.2.4.crate) = 4467 -SHA256 (rust/crates/typenum-1.16.0.crate) = 497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba -SIZE (rust/crates/typenum-1.16.0.crate) = 42477 +SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 +SIZE (rust/crates/typenum-1.17.0.crate) = 42849 SHA256 (rust/crates/ucd-trie-0.1.6.crate) = ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 SIZE (rust/crates/ucd-trie-0.1.6.crate) = 45790 SHA256 (rust/crates/unescaper-0.1.3.crate) = d8f0f68e58d297ba8b22b8b5a96a87b863ba6bb46aaf51e19a4b02c5a6dd5b7f @@ -977,26 +1003,24 @@ SHA256 (rust/crates/unicase-2.6.0.crate) = 50f37be617794602aabbeee0be4f259dc1778 SIZE (rust/crates/unicase-2.6.0.crate) = 23478 SHA256 (rust/crates/unicode-bidi-0.3.13.crate) = 92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460 SIZE (rust/crates/unicode-bidi-0.3.13.crate) = 44477 -SHA256 (rust/crates/unicode-ident-1.0.11.crate) = 301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c -SIZE (rust/crates/unicode-ident-1.0.11.crate) = 42067 -SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 -SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 +SHA256 (rust/crates/unicode-blocks-0.1.9.crate) = 6b12e05d9e06373163a9bb6bb8c263c261b396643a99445fe6b9811fd376581b +SIZE (rust/crates/unicode-blocks-0.1.9.crate) = 14516 +SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b +SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 +SHA256 (rust/crates/unicode-normalization-0.1.23.crate) = a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 +SIZE (rust/crates/unicode-normalization-0.1.23.crate) = 122649 SHA256 (rust/crates/unicode-normalization-alignments-0.1.12.crate) = 43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de SIZE (rust/crates/unicode-normalization-alignments-0.1.12.crate) = 91546 -SHA256 (rust/crates/unicode-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36 -SIZE (rust/crates/unicode-segmentation-1.10.1.crate) = 98416 +SHA256 (rust/crates/unicode-segmentation-1.11.0.crate) = d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 +SIZE (rust/crates/unicode-segmentation-1.11.0.crate) = 102740 SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 -SHA256 (rust/crates/unicode-xid-0.2.4.crate) = f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c -SIZE (rust/crates/unicode-xid-0.2.4.crate) = 15352 SHA256 (rust/crates/unicode_categories-0.1.1.crate) = 39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e SIZE (rust/crates/unicode_categories-0.1.1.crate) = 87298 -SHA256 (rust/crates/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a -SIZE (rust/crates/untrusted-0.7.1.crate) = 7924 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 -SHA256 (rust/crates/ureq-2.9.1.crate) = f8cdd25c339e200129fe4de81451814e5228c9b771d57378817d6117cc2b3f97 -SIZE (rust/crates/ureq-2.9.1.crate) = 114348 +SHA256 (rust/crates/ureq-2.9.6.crate) = 11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35 +SIZE (rust/crates/ureq-2.9.6.crate) = 113677 SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 SIZE (rust/crates/url-2.5.0.crate) = 78605 SHA256 (rust/crates/urlencoding-2.1.3.crate) = daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da @@ -1019,46 +1043,42 @@ SHA256 (rust/crates/vergen-lib-0.1.2.crate) = 26ebfba72ba904559f25f41ea1512335b5 SIZE (rust/crates/vergen-lib-0.1.2.crate) = 13385 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f SIZE (rust/crates/version_check-0.9.4.crate) = 14895 -SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee -SIZE (rust/crates/walkdir-2.4.0.crate) = 23550 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wana_kana-3.0.0.crate) = 477976a5c56fb7b014795df5a2ce08d2de8bcd4d5980844c5bd3978a7fd1c30b SIZE (rust/crates/wana_kana-3.0.0.crate) = 30666 SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e SIZE (rust/crates/want-0.3.1.crate) = 6398 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasm-bindgen-0.2.87.crate) = 7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342 -SIZE (rust/crates/wasm-bindgen-0.2.87.crate) = 175052 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.87.crate) = 5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd -SIZE (rust/crates/wasm-bindgen-backend-0.2.87.crate) = 26821 +SHA256 (rust/crates/wasm-bindgen-0.2.92.crate) = 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 +SIZE (rust/crates/wasm-bindgen-0.2.92.crate) = 184119 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da +SIZE (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 28348 SHA256 (rust/crates/wasm-bindgen-futures-0.4.37.crate) = c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03 SIZE (rust/crates/wasm-bindgen-futures-0.4.37.crate) = 15193 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.87.crate) = dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d -SIZE (rust/crates/wasm-bindgen-macro-0.2.87.crate) = 13897 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.87.crate) = 54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.87.crate) = 20006 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.87.crate) = ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1 -SIZE (rust/crates/wasm-bindgen-shared-0.2.87.crate) = 7248 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.92.crate) = a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 +SIZE (rust/crates/wasm-bindgen-macro-0.2.92.crate) = 13835 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = 20092 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.92.crate) = af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 +SIZE (rust/crates/wasm-bindgen-shared-0.2.92.crate) = 7263 SHA256 (rust/crates/wasm-streams-0.3.0.crate) = b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7 SIZE (rust/crates/wasm-streams-0.3.0.crate) = 33502 -SHA256 (rust/crates/wav-1.0.0.crate) = a65e199c799848b4f997072aa4d673c034f80f40191f97fe2f0a23f410be1609 -SIZE (rust/crates/wav-1.0.0.crate) = 541444 SHA256 (rust/crates/web-sys-0.3.64.crate) = 9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b SIZE (rust/crates/web-sys-0.3.64.crate) = 725584 -SHA256 (rust/crates/webpki-0.22.4.crate) = ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53 -SIZE (rust/crates/webpki-0.22.4.crate) = 63472 -SHA256 (rust/crates/webpki-roots-0.22.6.crate) = b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87 -SIZE (rust/crates/webpki-roots-0.22.6.crate) = 242386 SHA256 (rust/crates/webpki-roots-0.25.3.crate) = 1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10 SIZE (rust/crates/webpki-roots-0.25.3.crate) = 251565 +SHA256 (rust/crates/webpki-roots-0.26.1.crate) = b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009 +SIZE (rust/crates/webpki-roots-0.26.1.crate) = 249748 SHA256 (rust/crates/whatlang-0.16.4.crate) = 471d1c1645d361eb782a1650b1786a8fb58dd625e681a04c09f5ff7c8764a7b0 SIZE (rust/crates/whatlang-0.16.4.crate) = 82482 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 -SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 +SHA256 (rust/crates/winapi-util-0.1.6.crate) = f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 +SIZE (rust/crates/winapi-util-0.1.6.crate) = 12234 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/windows-0.52.0.crate) = e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be @@ -1125,16 +1145,16 @@ SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b SIZE (rust/crates/winreg-0.50.0.crate) = 29703 SHA256 (rust/crates/xattr-1.0.1.crate) = f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985 SIZE (rust/crates/xattr-1.0.1.crate) = 12258 -SHA256 (rust/crates/yada-0.5.0.crate) = b6d12cb7a57bbf2ab670ed9545bae3648048547f9039279a89ce000208e585c1 -SIZE (rust/crates/yada-0.5.0.crate) = 13308 +SHA256 (rust/crates/yada-0.5.1.crate) = aed111bd9e48a802518765906cbdadf0b45afb72b9c81ab049a3b86252adffdd +SIZE (rust/crates/yada-0.5.1.crate) = 13682 SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 SHA256 (rust/crates/yaup-0.2.1.crate) = a59e7d27bed43f7c37c25df5192ea9d435a8092a902e02203359ac9ce3e429d9 SIZE (rust/crates/yaup-0.2.1.crate) = 10878 -SHA256 (rust/crates/yoke-0.7.2.crate) = 61e38c508604d6bbbd292dadb3c02559aa7fff6b654a078a36217cad871636e4 -SIZE (rust/crates/yoke-0.7.2.crate) = 23706 -SHA256 (rust/crates/yoke-derive-0.7.2.crate) = d5e19fb6ed40002bab5403ffa37e53e0e56f914a4450c8765f533018db1db35f -SIZE (rust/crates/yoke-derive-0.7.2.crate) = 7615 +SHA256 (rust/crates/yoke-0.7.3.crate) = 65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4 +SIZE (rust/crates/yoke-0.7.3.crate) = 23706 +SHA256 (rust/crates/yoke-derive-0.7.3.crate) = 9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8 +SIZE (rust/crates/yoke-derive-0.7.3.crate) = 7362 SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 @@ -1143,6 +1163,8 @@ SHA256 (rust/crates/zerofrom-0.1.3.crate) = 655b0814c5c0b19ade497851070c64077330 SIZE (rust/crates/zerofrom-0.1.3.crate) = 4973 SHA256 (rust/crates/zerofrom-derive-0.1.3.crate) = e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3 SIZE (rust/crates/zerofrom-derive-0.1.3.crate) = 8591 +SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d +SIZE (rust/crates/zeroize-1.7.0.crate) = 19039 SHA256 (rust/crates/zerovec-0.10.1.crate) = eff4439ae91fb5c72b8abc12f3f2dbf51bd27e6eadb9f8a5bc8898dddb0e27ea SIZE (rust/crates/zerovec-0.10.1.crate) = 124999 SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261 @@ -1151,17 +1173,13 @@ SHA256 (rust/crates/zstd-0.11.2+zstd.1.5.2.crate) = 20cc960326ece64f010d2d210753 SIZE (rust/crates/zstd-0.11.2+zstd.1.5.2.crate) = 28987 SHA256 (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db SIZE (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 17273 -SHA256 (rust/crates/zstd-sys-2.0.8+zstd.1.5.5.crate) = 5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c -SIZE (rust/crates/zstd-sys-2.0.8+zstd.1.5.5.crate) = 736270 +SHA256 (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa +SIZE (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = 749088 +SHA256 (huggingface-tokenizers-v0.15.2_GH0.tar.gz) = 59b3fd70df18cf02349cdddbddc669409e4dae0d3de30fb449d1a83ba02007fd +SIZE (huggingface-tokenizers-v0.15.2_GH0.tar.gz) = 1519789 SHA256 (kilork-actix-web-static-files-2d3b6160f0de4ba061c5d76b5704f34fb677f6df_GH0.tar.gz) = eb7c2fe7c7fda1bce83739d80f62889355632804f366011a9438cade7526c161 SIZE (kilork-actix-web-static-files-2d3b6160f0de4ba061c5d76b5704f34fb677f6df_GH0.tar.gz) = 9586 -SHA256 (huggingface-tokenizers-v0.14.1_GH0.tar.gz) = d5ecf418a2b6a1d02d026f629ee4c2d78afc50e060984f35290dda2dcf823c63 -SIZE (huggingface-tokenizers-v0.14.1_GH0.tar.gz) = 1516228 SHA256 (dureuill-hf-hub-88d4f11cb9fa079f2912bacb96f5080b16825ce8_GH0.tar.gz) = be0882d9ab9e6f6827e2ae3c2f90f12814b79df16e33cd78ad9590e16256f888 SIZE (dureuill-hf-hub-88d4f11cb9fa079f2912bacb96f5080b16825ce8_GH0.tar.gz) = 14797 -SHA256 (huggingface-candle-f4fcf6090045ac44122fd5f0a7e46db6e3e16528_GH0.tar.gz) = c85dc1d3b1e6c2bf1a2b07ab96ef5d79dc2de0cb35356cff77f9fd9f39117cd2 -SIZE (huggingface-candle-f4fcf6090045ac44122fd5f0a7e46db6e3e16528_GH0.tar.gz) = 1910875 -SHA256 (huggingface-candle-5270224f407502b82fe90bc2622894ce3871b002_GH0.tar.gz) = ae732114bc3d02fd9cb0821db55832b5620acefb6f4460f55f74a18fbb3446a6 -SIZE (huggingface-candle-5270224f407502b82fe90bc2622894ce3871b002_GH0.tar.gz) = 2031529 -SHA256 (meilisearch-meilisearch-v1.7.6_GH0.tar.gz) = 4e3b2ffe10ee4dfadedc61de877c5cc8ff388f87b98ee6d491dd7193011a7e74 -SIZE (meilisearch-meilisearch-v1.7.6_GH0.tar.gz) = 14895349 +SHA256 (meilisearch-meilisearch-v1.8.0_GH0.tar.gz) = 2b2b49d37ace92e6d4c36ffe548c7417c4a563d028b3452cdb42b646af98218e +SIZE (meilisearch-meilisearch-v1.8.0_GH0.tar.gz) = 14926316 diff --git a/textproc/meilisearch/files/patch-cargo-crates_lindera-ipadic-0.30.0_build.rs b/textproc/meilisearch/files/patch-cargo-crates_lindera-ipadic-0.30.0_build.rs new file mode 100644 index 00000000000..9a3a9cae53a --- /dev/null +++ b/textproc/meilisearch/files/patch-cargo-crates_lindera-ipadic-0.30.0_build.rs @@ -0,0 +1,11 @@ +--- cargo-crates/lindera-ipadic-0.30.0/build.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/lindera-ipadic-0.30.0/build.rs +@@ -55,7 +55,7 @@ fn main() -> Result<(), Box> { + dummy_matrix_def.write_all(b"0 1 0\n")?; + } else { + // Source file path for build package +- let source_path_for_build = Path::new(&build_dir).join(file_name); ++ let source_path_for_build = Path::new("%%DISTDIR%%").join(file_name); + + // Download source file to build directory + if !source_path_for_build.exists() { diff --git a/textproc/meilisearch/files/patch-cargo-crates_lindera-ko-dic-0.30.0_build.rs b/textproc/meilisearch/files/patch-cargo-crates_lindera-ko-dic-0.30.0_build.rs new file mode 100644 index 00000000000..d268df4d593 --- /dev/null +++ b/textproc/meilisearch/files/patch-cargo-crates_lindera-ko-dic-0.30.0_build.rs @@ -0,0 +1,23 @@ +--- cargo-crates/lindera-ko-dic-0.30.0/build.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/lindera-ko-dic-0.30.0/build.rs +@@ -40,10 +40,7 @@ fn main() -> Result<(), Box> { + let mut dummy_dict_csv = File::create(input_dir.join("dummy_dict.csv"))?; + dummy_dict_csv.write_all( + &UTF_8 +- .encode( +- "테스트,1785,3543,4721,NNG,행위,F,테스트,*,*,*,*\n", +- EncoderTrap::Ignore, +- ) ++ .encode("테스트,1785,3543,4721,NNG,행위,F,테스트,*,*,*,*\n", EncoderTrap::Ignore) + .unwrap(), + )?; + +@@ -52,7 +49,7 @@ fn main() -> Result<(), Box> { + dummy_matrix_def.write_all(b"0 1 0\n")?; + } else { + // Source file path for build package +- let source_path_for_build = Path::new(&build_dir).join(file_name); ++ let source_path_for_build = Path::new("%%DISTDIR%%").join(file_name); + + // Download source file to build directory + if !source_path_for_build.exists() { diff --git a/textproc/meilisearch/files/patch-cargo-crates_lindera-unidic-0.27.2_build.rs b/textproc/meilisearch/files/patch-cargo-crates_lindera-unidic-0.30.0_build.rs similarity index 79% rename from textproc/meilisearch/files/patch-cargo-crates_lindera-unidic-0.27.2_build.rs rename to textproc/meilisearch/files/patch-cargo-crates_lindera-unidic-0.30.0_build.rs index f9c40afa1d2..ac7d2a0d9bc 100644 --- a/textproc/meilisearch/files/patch-cargo-crates_lindera-unidic-0.27.2_build.rs +++ b/textproc/meilisearch/files/patch-cargo-crates_lindera-unidic-0.30.0_build.rs @@ -1,5 +1,5 @@ ---- cargo-crates/lindera-unidic-0.27.2/build.rs.orig 2006-07-24 01:21:28 UTC -+++ cargo-crates/lindera-unidic-0.27.2/build.rs +--- cargo-crates/lindera-unidic-0.30.0/build.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/lindera-unidic-0.30.0/build.rs @@ -56,7 +56,7 @@ fn main() -> Result<(), Box> { dummy_matrix_def.write_all(b"0 1 0\n")?; } else { diff --git a/textproc/mergestat/Makefile b/textproc/mergestat/Makefile index c4d91dc95ce..d0a934eb24a 100644 --- a/textproc/mergestat/Makefile +++ b/textproc/mergestat/Makefile @@ -1,7 +1,7 @@ PORTNAME= mergestat DISTVERSIONPREFIX= v DISTVERSION= 0.5.4 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org @@ -12,6 +12,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= fails to build +DEPRECATED= Marked BROKEN for over a year +EXPIRATION_DATE=2024-05-31 BUILD_DEPENDS= sqlite3>=3.0.0:databases/sqlite3 LIB_DEPENDS= libgit2.so:devel/libgit2 diff --git a/textproc/moar/Makefile b/textproc/moar/Makefile index b730adce7ea..dc3f329da34 100644 --- a/textproc/moar/Makefile +++ b/textproc/moar/Makefile @@ -1,6 +1,7 @@ PORTNAME= moar DISTVERSIONPREFIX= v DISTVERSION= 1.23.11 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/opensearch/Makefile b/textproc/opensearch/Makefile index d41385c8ad4..26b83fec55e 100644 --- a/textproc/opensearch/Makefile +++ b/textproc/opensearch/Makefile @@ -1,6 +1,7 @@ PORTNAME= opensearch DISTVERSION?= 2.11.1 DISTVERSIONSUFFIX= -linux-x64 +PORTREVISION= 1 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/ @@ -129,16 +130,16 @@ post-install: ${FIND} -s ${STAGEDIR}${PREFIX}/lib/opensearch -not -type d | ${SORT} | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} ${ECHO} "@dir lib/opensearch/extensions" >> ${TMPPLIST} + ${ECHO} "@dir libexec/opensearch" >> ${TMPPLIST} .if ${PORT_OPTIONS:MPLUGINS} ${ECHO} "@dir lib/opensearch/plugins" >> ${TMPPLIST} -.endif - ${ECHO} "@dir libexec/opensearch" >> ${TMPPLIST} ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-notifications-core" >> ${TMPPLIST} ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-notifications" >> ${TMPPLIST} ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-observability" >> ${TMPPLIST} ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-performance-analyzer" >> ${TMPPLIST} ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-reports-scheduler" >> ${TMPPLIST} ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-security" >> ${TMPPLIST} +.endif ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/" >> ${TMPPLIST} .include diff --git a/textproc/ov/Makefile b/textproc/ov/Makefile index 7f436b3f1b9..aea6d137f4a 100644 --- a/textproc/ov/Makefile +++ b/textproc/ov/Makefile @@ -1,7 +1,7 @@ PORTNAME= ov DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/peco/Makefile b/textproc/peco/Makefile index 991a7e007fd..4b5d0454a9a 100644 --- a/textproc/peco/Makefile +++ b/textproc/peco/Makefile @@ -1,7 +1,7 @@ PORTNAME= peco DISTVERSIONPREFIX= v DISTVERSION= 0.5.11 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MAINTAINER= tagattie@FreeBSD.org diff --git a/textproc/pup/Makefile b/textproc/pup/Makefile index 5d5e2e502e8..50dc9607e26 100644 --- a/textproc/pup/Makefile +++ b/textproc/pup/Makefile @@ -2,7 +2,7 @@ PORTNAME= pup DISTVERSIONPREFIX= v DISTVERSION= 0.4.0-10 DISTVERSIONSUFFIX= -g681d7bb -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= textproc PATCH_SITES= https://github.com/ericchiang/pup/pull/ PATCHFILES= 107.patch:-p1 \ diff --git a/textproc/py-accessible-pygments/Makefile b/textproc/py-accessible-pygments/Makefile index e4ded772953..698f55e2640 100644 --- a/textproc/py-accessible-pygments/Makefile +++ b/textproc/py-accessible-pygments/Makefile @@ -1,5 +1,6 @@ PORTNAME= accessible-pygments PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/Quansight-Labs/accessible-pygments LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.5:textproc/py-pygments@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.5:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.5:textproc/py-pygments@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-agate-excel/Makefile b/textproc/py-agate-excel/Makefile index b559d17db32..cb9a6383221 100644 --- a/textproc/py-agate-excel/Makefile +++ b/textproc/py-agate-excel/Makefile @@ -1,5 +1,6 @@ PORTNAME= agate-excel PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,14 @@ WWW= https://agate-excel.rtfd.org/ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.5.0:textproc/py-agate@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}olefile>=0:devel/py-olefile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.4:textproc/py-xlrd@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.3.0:textproc/py-openpyxl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.3.0:textproc/py-openpyxl@${PY_FLAVOR} + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils pytest NO_ARCH= yes diff --git a/textproc/py-arabic-reshaper/Makefile b/textproc/py-arabic-reshaper/Makefile index 509f2e0dc52..637b1eec7f8 100644 --- a/textproc/py-arabic-reshaper/Makefile +++ b/textproc/py-arabic-reshaper/Makefile @@ -1,5 +1,6 @@ PORTNAME= arabic-reshaper PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://github.com/mpcabd/python-arabic-reshaper LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-cchardet/Makefile b/textproc/py-cchardet/Makefile index 1597be57e53..a8b577ce056 100644 --- a/textproc/py-cchardet/Makefile +++ b/textproc/py-cchardet/Makefile @@ -1,6 +1,6 @@ PORTNAME= cchardet PORTVERSION= 2.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= cmake:indirect python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/textproc/py-cloud_sptheme/Makefile b/textproc/py-cloud_sptheme/Makefile index e713d531196..2ceed17faa3 100644 --- a/textproc/py-cloud_sptheme/Makefile +++ b/textproc/py-cloud_sptheme/Makefile @@ -1,5 +1,6 @@ PORTNAME= cloud_sptheme PORTVERSION= 1.10.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= .post20200504175005 CATEGORIES= textproc python MASTER_SITES= PYPI @@ -12,11 +13,13 @@ WWW= https://foss.heptapod.net/doc-utils/cloud_sptheme LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.6,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-fulltoc>=1.1:textproc/py-sphinxcontrib-fulltoc@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-csvkit/Makefile b/textproc/py-csvkit/Makefile index 9793c4dc61d..492165363d5 100644 --- a/textproc/py-csvkit/Makefile +++ b/textproc/py-csvkit/Makefile @@ -1,5 +1,6 @@ PORTNAME= csvkit PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +19,27 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.6.3:textproc/py-agate@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>=0:databases/py-sqlalchemy20@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd>=0:textproc/py-xlrd@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}coverage>=4.4.2:devel/py-coverage@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils pytest NO_ARCH= yes +# Failures of the two listed tests are due to sqlite and not the csvkit code itself. +# +# E sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: Chicago% +# E [SQL: SELECT text FROM testfixed_converted WHERE text LIKE "Chicago%"] +# E (Background on this error at: https://sqlalche.me/e/20/e3q8) +# +# > self.assertEqual(output, '9,748.346\n') +# E AssertionError: '9748.346\n' != '9,748.346\n' +# E - 9748.346 +# E + 9,748.346 +# E ? + + +PYTEST_BROKEN_TESTS= test_query_text test_decimal_format + .include .if ${PYTHON_REL} < 31000 diff --git a/textproc/py-elasticsearch-async/Makefile b/textproc/py-elasticsearch-async/Makefile index 51e673c4087..88161e62ae8 100644 --- a/textproc/py-elasticsearch-async/Makefile +++ b/textproc/py-elasticsearch-async/Makefile @@ -1,5 +1,6 @@ PORTNAME= elasticsearch-async PORTVERSION= 6.2.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/elastic/elasticsearch-py-async LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}async_timeout>=0:devel/py-async_timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}elasticsearch>=6.0.0:textproc/py-elasticsearch@${PY_FLAVOR} @@ -19,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-elasticsearch6/Makefile b/textproc/py-elasticsearch6/Makefile index 88829f02037..e2688d1e615 100644 --- a/textproc/py-elasticsearch6/Makefile +++ b/textproc/py-elasticsearch6/Makefile @@ -1,5 +1,6 @@ PORTNAME= elasticsearch PORTVERSION= 6.8.2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ WWW= https://github.com/elastic/elasticsearch-py LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1,1:net/py-urllib3@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ @@ -21,7 +24,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} USES= cpe python -USE_PYTHON= autoplist concurrent distutils nose +USE_PYTHON= autoplist concurrent nose pep517 NO_ARCH= yes diff --git a/textproc/py-fluent.syntax/Makefile b/textproc/py-fluent.syntax/Makefile index e1df4e5796d..cb59de10c02 100644 --- a/textproc/py-fluent.syntax/Makefile +++ b/textproc/py-fluent.syntax/Makefile @@ -1,5 +1,6 @@ PORTNAME= fluent.syntax PORTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,12 @@ WWW= https://github.com/projectfluent/python-fluent/tree/master/fluent.syntax LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7<5:devel/py-typing-extensions@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-grapheme/Makefile b/textproc/py-grapheme/Makefile index 0c6f057410d..db90a5389b9 100644 --- a/textproc/py-grapheme/Makefile +++ b/textproc/py-grapheme/Makefile @@ -1,5 +1,6 @@ PORTNAME= grapheme PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/alvinlindstam/grapheme LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-htmlmin2/Makefile b/textproc/py-htmlmin2/Makefile index 809dbd1bdae..c3b85a145c1 100644 --- a/textproc/py-htmlmin2/Makefile +++ b/textproc/py-htmlmin2/Makefile @@ -1,5 +1,6 @@ PORTNAME= htmlmin2 PORTVERSION= 0.1.13 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://htmlmin.readthedocs.io/en/latest/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-mako/Makefile b/textproc/py-mako/Makefile index 087ebb6ab76..b8d4e4952d3 100644 --- a/textproc/py-mako/Makefile +++ b/textproc/py-mako/Makefile @@ -1,5 +1,5 @@ PORTNAME= mako -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= textproc www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-mako/distinfo b/textproc/py-mako/distinfo index 3a12c76235e..fa3a41cc5e3 100644 --- a/textproc/py-mako/distinfo +++ b/textproc/py-mako/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706752697 -SHA256 (Mako-1.3.2.tar.gz) = 2a0c8ad7f6274271b3bb7467dd37cf9cc6dab4bc19cb69a4ef10669402de698e -SIZE (Mako-1.3.2.tar.gz) = 390659 +TIMESTAMP = 1715048682 +SHA256 (Mako-1.3.3.tar.gz) = e16c01d9ab9c11f7290eef1cfefc093fb5a45ee4a3da09e2fec2e4d1bae54e73 +SIZE (Mako-1.3.3.tar.gz) = 389980 diff --git a/textproc/py-markuppy/Makefile b/textproc/py-markuppy/Makefile index d023f81e16f..df321d19888 100644 --- a/textproc/py-markuppy/Makefile +++ b/textproc/py-markuppy/Makefile @@ -1,5 +1,6 @@ PORTNAME= markuppy PORTVERSION= 1.14 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/tylerbakke/MarkupPy LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-markuppy/files/patch-setup.py b/textproc/py-markuppy/files/patch-setup.py new file mode 100644 index 00000000000..dd40d548d92 --- /dev/null +++ b/textproc/py-markuppy/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2017-08-01 22:50:09 UTC ++++ setup.py +@@ -1,7 +1,7 @@ import textwrap + from setuptools import setup + import textwrap + +-setup(name='MarkupPy', ++setup(name='markuppy', + version='1.14', + description='An HTML/XML generator', + url='https://github.com/tylerbakke/MarkupPy', diff --git a/textproc/py-mike/Makefile b/textproc/py-mike/Makefile index 46110263f1a..a1ee1a0b14a 100644 --- a/textproc/py-mike/Makefile +++ b/textproc/py-mike/Makefile @@ -1,5 +1,6 @@ PORTNAME= mike PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/jimporter/mike LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/py-Jinja2@${PY_FLAVOR} \ @@ -20,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-met ${PYTHON_PKGNAMEPREFIX}verspec>=0:devel/py-verspec@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-mistletoe/Makefile b/textproc/py-mistletoe/Makefile index b0b405c972b..013f13a7c48 100644 --- a/textproc/py-mistletoe/Makefile +++ b/textproc/py-mistletoe/Makefile @@ -1,5 +1,6 @@ PORTNAME= mistletoe PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/miyuchina/mistletoe LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-mkdocs-git-revision-date-localized-plugin/Makefile b/textproc/py-mkdocs-git-revision-date-localized-plugin/Makefile index 57dc0bda99d..934ff56b2ca 100644 --- a/textproc/py-mkdocs-git-revision-date-localized-plugin/Makefile +++ b/textproc/py-mkdocs-git-revision-date-localized-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= mkdocs-git-revision-date-localized-plugin PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +13,15 @@ WWW= https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.7.0:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gitpython>=0:devel/py-gitpython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs>=1.0:textproc/py-mkdocs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-mkdocs-minify-plugin/Makefile b/textproc/py-mkdocs-minify-plugin/Makefile index 2363e0589bc..1d40e0a9024 100644 --- a/textproc/py-mkdocs-minify-plugin/Makefile +++ b/textproc/py-mkdocs-minify-plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= mkdocs-minify-plugin PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/byrnereese/mkdocs-minify-plugin LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}csscompressor>=0.9.5:www/py-csscompressor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}htmlmin2>=0.1.13:textproc/py-htmlmin2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsmin>=3.0.1:devel/py-jsmin@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs>=1.4.1:textproc/py-mkdocs@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-mkdocstrings/Makefile b/textproc/py-mkdocstrings/Makefile index 80531d6c02d..19bb0891bb8 100644 --- a/textproc/py-mkdocstrings/Makefile +++ b/textproc/py-mkdocstrings/Makefile @@ -1,5 +1,5 @@ PORTNAME= mkdocstrings -DISTVERSION= 0.25.0 +DISTVERSION= 0.25.1 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,7 +30,8 @@ USE_PYTHON= autoplist pep517 pytest # mkdocs-gen-files (not in Ports tree, yet). # The same applies to "test_plugin" which requires markdown-exec (not in Ports # tree yet). -PYTEST_IGNORED_TESTS= test_sphinx_load_mkdocstrings_inventory_file test_plugin +# The test_no_double_toc tests, on the other hand, require py-markdown >= 3.6. +PYTEST_IGNORED_TESTS= test_sphinx_load_mkdocstrings_inventory_file test_plugin test_no_double_toc # Required otherwise the build process tries to get the current version via git MAKE_ENV= PDM_BUILD_SCM_VERSION=${DISTVERSION} diff --git a/textproc/py-mkdocstrings/distinfo b/textproc/py-mkdocstrings/distinfo index de0d9c5968a..5deff67d42e 100644 --- a/textproc/py-mkdocstrings/distinfo +++ b/textproc/py-mkdocstrings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714600326 -SHA256 (mkdocstrings-mkdocstrings-0.25.0_GH0.tar.gz) = 08a91d5991628aa74b90dc4faa8daced02d3b526ddf0c51babe5218ffd3d6444 -SIZE (mkdocstrings-mkdocstrings-0.25.0_GH0.tar.gz) = 89714 +TIMESTAMP = 1715019587 +SHA256 (mkdocstrings-mkdocstrings-0.25.1_GH0.tar.gz) = bc7499d5a9f91240c8eef61824ec1c8f1a99b969be0e4c4a499d94c3ab293db4 +SIZE (mkdocstrings-mkdocstrings-0.25.1_GH0.tar.gz) = 89869 diff --git a/textproc/py-parsimonious/Makefile b/textproc/py-parsimonious/Makefile index 4e0b7107d98..553a9af7dcc 100644 --- a/textproc/py-parsimonious/Makefile +++ b/textproc/py-parsimonious/Makefile @@ -1,5 +1,6 @@ PORTNAME= parsimonious PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/erikrose/parsimonious LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}regex>=2022.3.15:textproc/py-regex@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/textproc/py-pss/Makefile b/textproc/py-pss/Makefile index 0377319bb81..499cfffd33c 100644 --- a/textproc/py-pss/Makefile +++ b/textproc/py-pss/Makefile @@ -1,5 +1,6 @@ PORTNAME= pss PORTVERSION= 1.45 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/eliben/pss LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-pybtex-docutils/Makefile b/textproc/py-pybtex-docutils/Makefile index a53b5dcb8fa..779c2c48ece 100644 --- a/textproc/py-pybtex-docutils/Makefile +++ b/textproc/py-pybtex-docutils/Makefile @@ -1,5 +1,6 @@ PORTNAME= pybtex-docutils PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/mcmtroffaes/pybtex-docutils LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.14,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybtex>=0.16:textproc/py-pybtex@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-pybtex/Makefile b/textproc/py-pybtex/Makefile index 2d03571dc5a..291c40183db 100644 --- a/textproc/py-pybtex/Makefile +++ b/textproc/py-pybtex/Makefile @@ -1,6 +1,6 @@ PORTNAME= pybtex PORTVERSION= 0.24.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,14 @@ WWW= https://pybtex.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}latexcodec>=1.0.4:textproc/py-latexcodec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.01:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-pyexcel-ezodf/Makefile b/textproc/py-pyexcel-ezodf/Makefile index 94278f4864a..41ce7df9fde 100644 --- a/textproc/py-pyexcel-ezodf/Makefile +++ b/textproc/py-pyexcel-ezodf/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyexcel-ezodf PORTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/pyexcel/pyexcel-ezodf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-pyexcel-io/Makefile b/textproc/py-pyexcel-io/Makefile index 94f22670947..9cbf74bbd93 100644 --- a/textproc/py-pyexcel-io/Makefile +++ b/textproc/py-pyexcel-io/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyexcel-io PORTVERSION= 0.6.6 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/pyexcel/pyexcel-io LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lml>=0.0.4:devel/py-lml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-pyexcel-ods3/Makefile b/textproc/py-pyexcel-ods3/Makefile index 1467be52815..4672f4ddd74 100644 --- a/textproc/py-pyexcel-ods3/Makefile +++ b/textproc/py-pyexcel-ods3/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyexcel-ods3 PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,14 @@ WWW= https://github.com/pyexcel/pyexcel-ods3 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyexcel-ezodf>=0.3.3:textproc/py-pyexcel-ezodf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyexcel-io>=0.6.2:textproc/py-pyexcel-io@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-pyexcel-xls/Makefile b/textproc/py-pyexcel-xls/Makefile index ff953979a28..0e019c9ff46 100644 --- a/textproc/py-pyexcel-xls/Makefile +++ b/textproc/py-pyexcel-xls/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyexcel-xls PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,14 @@ WWW= https://github.com/pyexcel/pyexcel-xls LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyexcel-io>=0.6.2:textproc/py-pyexcel-io@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd>=0:textproc/py-xlrd@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlwt>=0:textproc/py-xlwt@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-pyexcel-xlsx/Makefile b/textproc/py-pyexcel-xlsx/Makefile index fe6679864e0..b4fa35d88f5 100644 --- a/textproc/py-pyexcel-xlsx/Makefile +++ b/textproc/py-pyexcel-xlsx/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyexcel-xlsx PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/pyexcel/pyexcel-xlsx LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.6.1:textproc/py-openpyxl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyexcel-io>=0.6.2:textproc/py-pyexcel-io@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-pyexcel/Makefile b/textproc/py-pyexcel/Makefile index cbe79ef07ee..8b562bb6224 100644 --- a/textproc/py-pyexcel/Makefile +++ b/textproc/py-pyexcel/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyexcel PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/pyexcel/pyexcel LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0,1:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lml>=0.0.4:devel/py-lml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyexcel-io>=0.6.2:textproc/py-pyexcel-io@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}texttable>=0.8.2:textproc/py-texttable@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-pyjade/Makefile b/textproc/py-pyjade/Makefile index 8a110359b2c..487a4b89ae9 100644 --- a/textproc/py-pyjade/Makefile +++ b/textproc/py-pyjade/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyjade PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,12 @@ WWW= https://github.com/syrusakbary/pyjade LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-pylons-sphinx-themes/Makefile b/textproc/py-pylons-sphinx-themes/Makefile index 9435ecec0e3..f06905eb11c 100644 --- a/textproc/py-pylons-sphinx-themes/Makefile +++ b/textproc/py-pylons-sphinx-themes/Makefile @@ -1,5 +1,6 @@ PORTNAME= pylons-sphinx-themes PORTVERSION= 1.0.13 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/Pylons/pylons-sphinx-themes LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-rss2gen/Makefile b/textproc/py-pyrss2gen/Makefile similarity index 62% rename from textproc/py-rss2gen/Makefile rename to textproc/py-pyrss2gen/Makefile index 43b50e4a4d1..cc2697307cd 100644 --- a/textproc/py-rss2gen/Makefile +++ b/textproc/py-pyrss2gen/Makefile @@ -1,4 +1,4 @@ -PORTNAME= rss2gen +PORTNAME= pyrss2gen PORTVERSION= 1.1 CATEGORIES= textproc python MASTER_SITES= PYPI @@ -11,8 +11,12 @@ WWW= http://www.dalkescientific.com/Python/PyRSS2Gen.html LICENSE= BSD3CLAUSE -NO_ARCH= yes +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes .include diff --git a/textproc/py-rss2gen/distinfo b/textproc/py-pyrss2gen/distinfo similarity index 100% rename from textproc/py-rss2gen/distinfo rename to textproc/py-pyrss2gen/distinfo diff --git a/textproc/py-pyrss2gen/files/patch-setup.py b/textproc/py-pyrss2gen/files/patch-setup.py new file mode 100644 index 00000000000..0c90203bebc --- /dev/null +++ b/textproc/py-pyrss2gen/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2013-02-21 03:22:02 UTC ++++ setup.py +@@ -2,7 +2,7 @@ from distutils.core import setup + + from distutils.core import setup + +-setup(name = "PyRSS2Gen", ++setup(name = "pyrss2gen", + version = "1.1", + description = "Generate RSS2 using a Python data structure", + author = "Andrew Dalke", diff --git a/textproc/py-rss2gen/pkg-descr b/textproc/py-pyrss2gen/pkg-descr similarity index 100% rename from textproc/py-rss2gen/pkg-descr rename to textproc/py-pyrss2gen/pkg-descr diff --git a/textproc/py-pytoml/Makefile b/textproc/py-pytoml/Makefile index 7f53fd39e66..57933b31601 100644 --- a/textproc/py-pytoml/Makefile +++ b/textproc/py-pytoml/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytoml PORTVERSION= 0.1.21 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/avakar/pytoml LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-pyxlsb2/Makefile b/textproc/py-pyxlsb2/Makefile index fa926f8a20d..3cf07b5eb8f 100644 --- a/textproc/py-pyxlsb2/Makefile +++ b/textproc/py-pyxlsb2/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyxlsb2 PORTVERSION= 0.0.9 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/DissectMalware/pyxlsb2 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-rich-rst/Makefile b/textproc/py-rich-rst/Makefile index 46d269d7a57..3bfbb347b3f 100644 --- a/textproc/py-rich-rst/Makefile +++ b/textproc/py-rich-rst/Makefile @@ -1,5 +1,6 @@ PORTNAME= rich-rst PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +13,13 @@ WWW= https://rich-rst.readthedocs.io/en/latest/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-scour/Makefile b/textproc/py-scour/Makefile index 74b49b99127..1f24d96dbe5 100644 --- a/textproc/py-scour/Makefile +++ b/textproc/py-scour/Makefile @@ -1,5 +1,6 @@ PORTNAME= scour PORTVERSION= 0.38.2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,12 @@ WWW= https://github.com/scour-project/scour LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-spacy-legacy/Makefile b/textproc/py-spacy-legacy/Makefile index cb699afa951..8b3df079a18 100644 --- a/textproc/py-spacy-legacy/Makefile +++ b/textproc/py-spacy-legacy/Makefile @@ -1,5 +1,6 @@ PORTNAME= spacy-legacy PORTVERSION= 3.0.12 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://spacy.io/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-spacy-llm/Makefile b/textproc/py-spacy-llm/Makefile index 4984b2f33af..8df16e5ef8a 100644 --- a/textproc/py-spacy-llm/Makefile +++ b/textproc/py-spacy-llm/Makefile @@ -1,5 +1,6 @@ PORTNAME= spacy-llm PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +13,14 @@ WWW= https://spacy.io/usage/large-language-models \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confection>=0.1.3<1.0.0:devel/py-confection@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confection>=0.1.3<1.0.0:devel/py-confection@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}spacy>=3.5<4.0:textproc/py-spacy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-sphinx-basic-ng/Makefile b/textproc/py-sphinx-basic-ng/Makefile index 562c4d6abe7..9f5f73a507c 100644 --- a/textproc/py-sphinx-basic-ng/Makefile +++ b/textproc/py-sphinx-basic-ng/Makefile @@ -1,5 +1,6 @@ PORTNAME= sphinx-basic-ng PORTVERSION= 1.0.0b2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +13,12 @@ WWW= https://github.com/pradyunsg/sphinx-basic-ng LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=4.0,1:textproc/py-sphinx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-sphinx-copybutton/Makefile b/textproc/py-sphinx-copybutton/Makefile index 990fb4ae8c0..ba48eb24455 100644 --- a/textproc/py-sphinx-copybutton/Makefile +++ b/textproc/py-sphinx-copybutton/Makefile @@ -1,5 +1,6 @@ PORTNAME= sphinx-copybutton PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/executablebooks/sphinx-copybutton LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.8,1:textproc/py-sphinx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-sphinx-gallery/Makefile b/textproc/py-sphinx-gallery/Makefile index 6679bbf0ca9..9d32738ad85 100644 --- a/textproc/py-sphinx-gallery/Makefile +++ b/textproc/py-sphinx-gallery/Makefile @@ -1,5 +1,6 @@ PORTNAME= sphinx-gallery PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +13,13 @@ WWW= https://sphinx-gallery.github.io/stable/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=4,1:textproc/py-sphinx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile index d7272482cf8..4d85219a9e3 100644 --- a/textproc/py-sphinx-intl/Makefile +++ b/textproc/py-sphinx-intl/Makefile @@ -1,5 +1,6 @@ PORTNAME= sphinx-intl PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +11,14 @@ WWW= https://github.com/sphinx-doc/sphinx-intl LICENSE= BSD2CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-sphinx-tabs/Makefile b/textproc/py-sphinx-tabs/Makefile index 96e1535f3ed..4b184341eea 100644 --- a/textproc/py-sphinx-tabs/Makefile +++ b/textproc/py-sphinx-tabs/Makefile @@ -1,6 +1,6 @@ PORTNAME= sphinx-tabs PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://github.com/executablebooks/sphinx-tabs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.18.0,1<0.20.0,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} @@ -19,7 +21,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLA ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-sphinxcontrib-adadomain/Makefile b/textproc/py-sphinxcontrib-adadomain/Makefile index 6d9c07efd9a..a9c00f26a25 100644 --- a/textproc/py-sphinxcontrib-adadomain/Makefile +++ b/textproc/py-sphinxcontrib-adadomain/Makefile @@ -1,6 +1,6 @@ PORTNAME= sphinxcontrib-adadomain PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ WWW= https://bitbucket.org/tkoskine/sphinxcontrib-adadomain LICENSE= BSD2CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.0,1:textproc/py-sphinx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-sphinxcontrib-bibtex/Makefile b/textproc/py-sphinxcontrib-bibtex/Makefile index 95537883685..5a846e78037 100644 --- a/textproc/py-sphinxcontrib-bibtex/Makefile +++ b/textproc/py-sphinxcontrib-bibtex/Makefile @@ -1,5 +1,6 @@ PORTNAME= sphinxcontrib-bibtex PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +13,15 @@ WWW= https://sphinxcontrib-bibtex.readthedocs.io/en/latest/ \ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.8,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybtex>=0.24:textproc/py-pybtex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybtex-docutils>=1.0.0:textproc/py-pybtex-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=3.5,1:textproc/py-sphinx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-sphinxcontrib-websupport/Makefile b/textproc/py-sphinxcontrib-websupport/Makefile index 9f66d76d0da..ace234dd26d 100644 --- a/textproc/py-sphinxcontrib-websupport/Makefile +++ b/textproc/py-sphinxcontrib-websupport/Makefile @@ -1,5 +1,6 @@ PORTNAME= sphinxcontrib-websupport PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/sphinx-doc/sphinxcontrib-websupport LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-serializinghtml>=0:textproc/py-sphinxcontrib-serializinghtml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-tableschema-to-template/Makefile b/textproc/py-tableschema-to-template/Makefile index e78a236cc2c..d75da013f77 100644 --- a/textproc/py-tableschema-to-template/Makefile +++ b/textproc/py-tableschema-to-template/Makefile @@ -1,5 +1,6 @@ PORTNAME= tableschema-to-template PORTVERSION= 0.0.13 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,14 @@ WWW= https://github.com/hubmapconsortium/tableschema-to-template LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=1.0.0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}XlsxWriter>=1.2.8:textproc/py-xlsxwriter@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-tiktoken/Makefile b/textproc/py-tiktoken/Makefile index 9fe2564c2cc..229ad61193c 100644 --- a/textproc/py-tiktoken/Makefile +++ b/textproc/py-tiktoken/Makefile @@ -1,6 +1,6 @@ PORTNAME= tiktoken PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-tokenizers/Makefile b/textproc/py-tokenizers/Makefile index bc31e5d4910..994c27b9ba2 100644 --- a/textproc/py-tokenizers/Makefile +++ b/textproc/py-tokenizers/Makefile @@ -1,5 +1,6 @@ PORTNAME= tokenizers DISTVERSION= 0.19.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-trans/Makefile b/textproc/py-trans/Makefile index 62182768d9d..a79a6f19503 100644 --- a/textproc/py-trans/Makefile +++ b/textproc/py-trans/Makefile @@ -1,5 +1,6 @@ PORTNAME= trans PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +17,11 @@ LICENSE_TEXT= License of this software is declared as 'BSD' in CHANGELOG. \ the source archive contains license information. LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python tar:bzip2 -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-wasabi/Makefile b/textproc/py-wasabi/Makefile index 59ebb89dafb..d405d1eedb1 100644 --- a/textproc/py-wasabi/Makefile +++ b/textproc/py-wasabi/Makefile @@ -1,5 +1,6 @@ PORTNAME= wasabi PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/explosion/wasabi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-xlmmacrodeobfuscator/Makefile b/textproc/py-xlmmacrodeobfuscator/Makefile index 9974f48b0a8..23135f886c5 100644 --- a/textproc/py-xlmmacrodeobfuscator/Makefile +++ b/textproc/py-xlmmacrodeobfuscator/Makefile @@ -1,5 +1,6 @@ PORTNAME= xlmmacrodeobfuscator PORTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ WWW= https://github.com/DissectMalware/XLMMacroDeobfuscator LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0:devel/py-lark@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msoffcrypto-tool>=0:security/py-msoffcrypto-tool@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyxlsb2>=0:textproc/py-pyxlsb2@${PY_FLAVOR} \ @@ -20,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=0:devel/py-lark@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd2>=0:textproc/py-xlrd2@${PY_FLAVOR} USES= dos2unix python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-xlmmacrodeobfuscator/files/patch-setup.py b/textproc/py-xlmmacrodeobfuscator/files/patch-setup.py index 69c881c63e4..b31d4240b1a 100644 --- a/textproc/py-xlmmacrodeobfuscator/files/patch-setup.py +++ b/textproc/py-xlmmacrodeobfuscator/files/patch-setup.py @@ -1,5 +1,14 @@ ---- setup.py.orig 2022-10-03 07:48:40 UTC +--- setup.py.orig 2024-05-13 02:14:33 UTC +++ setup.py +@@ -18,7 +18,7 @@ setup( + } + + setup( +- name="XLMMacroDeobfuscator", ++ name="xlmmacrodeobfuscator", + version=__version__, + author="Amirreza Niakanlahiji", + author_email="aniak2@uis.edu", @@ -35,9 +35,9 @@ setup( python_requires='>=3.4', install_requires=[ diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile index ed02bf9b39d..537f02f8598 100644 --- a/textproc/py-xlrd/Makefile +++ b/textproc/py-xlrd/Makefile @@ -1,5 +1,6 @@ PORTNAME= xlrd PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://www.python-excel.org/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-xlrd2/Makefile b/textproc/py-xlrd2/Makefile index d3dfd23c2e5..caa7b220b8b 100644 --- a/textproc/py-xlrd2/Makefile +++ b/textproc/py-xlrd2/Makefile @@ -1,5 +1,6 @@ PORTNAME= xlrd2 PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/DissectMalware/xlrd2 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-xmldiff/Makefile b/textproc/py-xmldiff/Makefile index 996e0786d02..539f3076293 100644 --- a/textproc/py-xmldiff/Makefile +++ b/textproc/py-xmldiff/Makefile @@ -1,5 +1,6 @@ PORTNAME= xmldiff PORTVERSION= 2.6.3 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/Shoobx/xmldiff LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.1.0:devel/py-lxml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-youseedee/Makefile b/textproc/py-youseedee/Makefile index 099fc650dad..9f6f63b883e 100644 --- a/textproc/py-youseedee/Makefile +++ b/textproc/py-youseedee/Makefile @@ -1,5 +1,6 @@ PORTNAME= youseedee PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +11,14 @@ WWW= https://github.com/simoncozens/youseedee LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ UCD>=0:textproc/UCD USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/quickwit/Makefile b/textproc/quickwit/Makefile index 2ce69cc4ada..5386da3763f 100644 --- a/textproc/quickwit/Makefile +++ b/textproc/quickwit/Makefile @@ -1,6 +1,7 @@ PORTNAME= quickwit DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org diff --git a/textproc/riffdiff/Makefile b/textproc/riffdiff/Makefile index 00f0dfcc51a..dd9773bad9a 100644 --- a/textproc/riffdiff/Makefile +++ b/textproc/riffdiff/Makefile @@ -1,5 +1,6 @@ PORTNAME= riffdiff -DISTVERSION= 3.1.0 +DISTVERSION= 3.1.3 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -53,6 +54,7 @@ CARGO_CRATES= addr2line-0.14.0 \ lazy_static-1.4.0 \ libc-0.2.140 \ linux-raw-sys-0.1.4 \ + log-0.4.21 \ memchr-2.5.0 \ miniz_oxide-0.4.3 \ num_cpus-1.13.0 \ diff --git a/textproc/riffdiff/distinfo b/textproc/riffdiff/distinfo index bb9763afb0e..b6285b26043 100644 --- a/textproc/riffdiff/distinfo +++ b/textproc/riffdiff/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1711418750 +TIMESTAMP = 1715180320 SHA256 (rust/crates/addr2line-0.14.0.crate) = 7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423 SIZE (rust/crates/addr2line-0.14.0.crate) = 30065 SHA256 (rust/crates/adler-0.2.3.crate) = ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e @@ -71,6 +71,8 @@ SHA256 (rust/crates/libc-0.2.140.crate) = 99227334921fae1a979cf0bfdfcc6b3e5ce376 SIZE (rust/crates/libc-0.2.140.crate) = 669153 SHA256 (rust/crates/linux-raw-sys-0.1.4.crate) = f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4 SIZE (rust/crates/linux-raw-sys-0.1.4.crate) = 878981 +SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c +SIZE (rust/crates/log-0.4.21.crate) = 43442 SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d SIZE (rust/crates/memchr-2.5.0.crate) = 65812 SHA256 (rust/crates/miniz_oxide-0.4.3.crate) = 0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d @@ -159,5 +161,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 447660ad36a13288b1db4d42 SIZE (rust/crates/windows_x86_64_msvc-0.42.1.crate) = 664606 SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 -SHA256 (walles-riff-3.1.0_GH0.tar.gz) = 71814d6f5bbe1e039c89333bec2131c1b56f4000796fcdab3026ff6820ce59a3 -SIZE (walles-riff-3.1.0_GH0.tar.gz) = 1057687 +SHA256 (walles-riff-3.1.3_GH0.tar.gz) = eb244bb50a26af9d9cbaf3fd91b07e91ee8dc24057f079d4efeadd27345c9b48 +SIZE (walles-riff-3.1.3_GH0.tar.gz) = 1059508 diff --git a/textproc/ripgrep-all/Makefile b/textproc/ripgrep-all/Makefile index 9c0f87e0db6..175684321fb 100644 --- a/textproc/ripgrep-all/Makefile +++ b/textproc/ripgrep-all/Makefile @@ -1,7 +1,7 @@ PORTNAME= ripgrep-all DISTVERSIONPREFIX= v DISTVERSION= 0.9.6 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= textproc MAINTAINER= alexis.praga@free.fr diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index 5de2f507f49..93fa713a6d5 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= ripgrep DISTVERSION= 14.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= petteri.valkonen@iki.fi @@ -36,8 +36,8 @@ PCRE2_DESC= ${PCRE_DESC} version 2 PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 PCRE2_VARS= CARGO_FEATURES+=pcre2 -SIMD_MAKE_ENV= RUSTC_BOOTSTRAP=encoding_rs,packed_simd -SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}} +SIMD_MAKE_ENV= RUSTC_BOOTSTRAP=encoding_rs +SIMD_VARS= ${SIMD_VARS_${ARCH}} SIMD_VARS_i386= RUSTFLAGS+="-C target-feature=+sse2" post-install: diff --git a/textproc/ripgrep/Makefile.crates b/textproc/ripgrep/Makefile.crates index 2d9ddb6a597..6487fbefe0e 100644 --- a/textproc/ripgrep/Makefile.crates +++ b/textproc/ripgrep/Makefile.crates @@ -1,46 +1,42 @@ CARGO_CRATES= aho-corasick-1.1.2 \ - anyhow-1.0.79 \ - autocfg-1.1.0 \ - bstr-1.9.0 \ - cc-1.0.83 \ + anyhow-1.0.80 \ + bstr-1.9.1 \ + cc-1.0.90 \ cfg-if-1.0.0 \ - crossbeam-channel-0.5.10 \ - crossbeam-deque-0.8.4 \ - crossbeam-epoch-0.9.17 \ - crossbeam-utils-0.8.18 \ + crossbeam-channel-0.5.12 \ + crossbeam-deque-0.8.5 \ + crossbeam-epoch-0.9.18 \ + crossbeam-utils-0.8.19 \ encoding_rs-0.8.33 \ encoding_rs_io-0.1.7 \ glob-0.3.1 \ itoa-1.0.10 \ jemalloc-sys-0.5.4+5.3.0-patched \ jemallocator-0.5.4 \ - jobserver-0.1.27 \ + jobserver-0.1.28 \ lexopt-0.3.0 \ - libc-0.2.151 \ - libm-0.2.8 \ - log-0.4.20 \ + libc-0.2.153 \ + log-0.4.21 \ memchr-2.7.1 \ - memmap2-0.9.3 \ - num-traits-0.2.17 \ - packed_simd-0.3.9 \ + memmap2-0.9.4 \ pcre2-0.2.6 \ pcre2-sys-0.2.8 \ - pkg-config-0.3.28 \ - proc-macro2-1.0.76 \ + pkg-config-0.3.30 \ + proc-macro2-1.0.78 \ quote-1.0.35 \ - regex-1.10.2 \ - regex-automata-0.4.3 \ + regex-1.10.3 \ + regex-automata-0.4.6 \ regex-syntax-0.8.2 \ - ryu-1.0.16 \ + ryu-1.0.17 \ same-file-1.0.6 \ - serde-1.0.195 \ - serde_derive-1.0.195 \ - serde_json-1.0.111 \ - syn-2.0.48 \ - termcolor-1.4.0 \ - textwrap-0.16.0 \ + serde-1.0.197 \ + serde_derive-1.0.197 \ + serde_json-1.0.114 \ + syn-2.0.52 \ + termcolor-1.4.1 \ + textwrap-0.16.1 \ unicode-ident-1.0.12 \ - walkdir-2.4.0 \ + walkdir-2.5.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.6 \ diff --git a/textproc/ripgrep/distinfo b/textproc/ripgrep/distinfo index 5d624d5aa4d..378b705cb24 100644 --- a/textproc/ripgrep/distinfo +++ b/textproc/ripgrep/distinfo @@ -1,24 +1,22 @@ -TIMESTAMP = 1707647271 +TIMESTAMP = 1715159701 SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 -SHA256 (rust/crates/anyhow-1.0.79.crate) = 080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca -SIZE (rust/crates/anyhow-1.0.79.crate) = 44931 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/bstr-1.9.0.crate) = c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc -SIZE (rust/crates/bstr-1.9.0.crate) = 380170 -SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 -SIZE (rust/crates/cc-1.0.83.crate) = 68343 +SHA256 (rust/crates/anyhow-1.0.80.crate) = 5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1 +SIZE (rust/crates/anyhow-1.0.80.crate) = 45138 +SHA256 (rust/crates/bstr-1.9.1.crate) = 05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706 +SIZE (rust/crates/bstr-1.9.1.crate) = 380305 +SHA256 (rust/crates/cc-1.0.90.crate) = 8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5 +SIZE (rust/crates/cc-1.0.90.crate) = 73954 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/crossbeam-channel-0.5.10.crate) = 82a9b73a36529d9c47029b9fb3a6f0ea3cc916a261195352ba19e770fc1748b2 -SIZE (rust/crates/crossbeam-channel-0.5.10.crate) = 90442 -SHA256 (rust/crates/crossbeam-deque-0.8.4.crate) = fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751 -SIZE (rust/crates/crossbeam-deque-0.8.4.crate) = 21752 -SHA256 (rust/crates/crossbeam-epoch-0.9.17.crate) = 0e3681d554572a651dda4186cd47240627c3d0114d45a95f6ad27f2f22e7548d -SIZE (rust/crates/crossbeam-epoch-0.9.17.crate) = 46953 -SHA256 (rust/crates/crossbeam-utils-0.8.18.crate) = c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c -SIZE (rust/crates/crossbeam-utils-0.8.18.crate) = 42383 +SHA256 (rust/crates/crossbeam-channel-0.5.12.crate) = ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95 +SIZE (rust/crates/crossbeam-channel-0.5.12.crate) = 90515 +SHA256 (rust/crates/crossbeam-deque-0.8.5.crate) = 613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d +SIZE (rust/crates/crossbeam-deque-0.8.5.crate) = 21726 +SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e +SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 +SHA256 (rust/crates/crossbeam-utils-0.8.19.crate) = 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 +SIZE (rust/crates/crossbeam-utils-0.8.19.crate) = 42328 SHA256 (rust/crates/encoding_rs-0.8.33.crate) = 7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1 SIZE (rust/crates/encoding_rs-0.8.33.crate) = 1370071 SHA256 (rust/crates/encoding_rs_io-0.1.7.crate) = 1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83 @@ -31,60 +29,54 @@ SHA256 (rust/crates/jemalloc-sys-0.5.4+5.3.0-patched.crate) = ac6c1946e1cea1788c SIZE (rust/crates/jemalloc-sys-0.5.4+5.3.0-patched.crate) = 884321 SHA256 (rust/crates/jemallocator-0.5.4.crate) = a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc SIZE (rust/crates/jemallocator-0.5.4.crate) = 13088 -SHA256 (rust/crates/jobserver-0.1.27.crate) = 8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d -SIZE (rust/crates/jobserver-0.1.27.crate) = 24774 +SHA256 (rust/crates/jobserver-0.1.28.crate) = ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6 +SIZE (rust/crates/jobserver-0.1.28.crate) = 25543 SHA256 (rust/crates/lexopt-0.3.0.crate) = baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401 SIZE (rust/crates/lexopt-0.3.0.crate) = 24767 -SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 -SIZE (rust/crates/libc-0.2.151.crate) = 736640 -SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 -SIZE (rust/crates/libm-0.2.8.crate) = 113450 -SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f -SIZE (rust/crates/log-0.4.20.crate) = 38307 +SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd +SIZE (rust/crates/libc-0.2.153.crate) = 740614 +SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c +SIZE (rust/crates/log-0.4.21.crate) = 43442 SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 SIZE (rust/crates/memchr-2.7.1.crate) = 96307 -SHA256 (rust/crates/memmap2-0.9.3.crate) = 45fd3a57831bf88bc63f8cebc0cf956116276e97fef3966103e96416209f7c92 -SIZE (rust/crates/memmap2-0.9.3.crate) = 33125 -SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c -SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 -SHA256 (rust/crates/packed_simd-0.3.9.crate) = 1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d -SIZE (rust/crates/packed_simd-0.3.9.crate) = 98340 +SHA256 (rust/crates/memmap2-0.9.4.crate) = fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322 +SIZE (rust/crates/memmap2-0.9.4.crate) = 32752 SHA256 (rust/crates/pcre2-0.2.6.crate) = 4c9d53a8ea5fc3d3568d3de4bebc12606fd0eb8234c602576f1f1ee4880488a7 SIZE (rust/crates/pcre2-0.2.6.crate) = 30765 SHA256 (rust/crates/pcre2-sys-0.2.8.crate) = 25b8a7b5253a4465b873a21ee7e8d6ec561a57eed5d319621bec36bea35c86ae SIZE (rust/crates/pcre2-sys-0.2.8.crate) = 626303 -SHA256 (rust/crates/pkg-config-0.3.28.crate) = 69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a -SIZE (rust/crates/pkg-config-0.3.28.crate) = 20330 -SHA256 (rust/crates/proc-macro2-1.0.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c -SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 +SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec +SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 +SHA256 (rust/crates/proc-macro2-1.0.78.crate) = e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae +SIZE (rust/crates/proc-macro2-1.0.78.crate) = 47158 SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef SIZE (rust/crates/quote-1.0.35.crate) = 28136 -SHA256 (rust/crates/regex-1.10.2.crate) = 380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343 -SIZE (rust/crates/regex-1.10.2.crate) = 252839 -SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f -SIZE (rust/crates/regex-automata-0.4.3.crate) = 617011 +SHA256 (rust/crates/regex-1.10.3.crate) = b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15 +SIZE (rust/crates/regex-1.10.3.crate) = 253101 +SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea +SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565 SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 -SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c -SIZE (rust/crates/ryu-1.0.16.crate) = 47351 +SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 +SIZE (rust/crates/ryu-1.0.17.crate) = 47537 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 -SHA256 (rust/crates/serde-1.0.195.crate) = 63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02 -SIZE (rust/crates/serde-1.0.195.crate) = 76856 -SHA256 (rust/crates/serde_derive-1.0.195.crate) = 46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c -SIZE (rust/crates/serde_derive-1.0.195.crate) = 55687 -SHA256 (rust/crates/serde_json-1.0.111.crate) = 176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4 -SIZE (rust/crates/serde_json-1.0.111.crate) = 146447 -SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f -SIZE (rust/crates/syn-2.0.48.crate) = 250566 -SHA256 (rust/crates/termcolor-1.4.0.crate) = ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449 -SIZE (rust/crates/termcolor-1.4.0.crate) = 18765 -SHA256 (rust/crates/textwrap-0.16.0.crate) = 222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d -SIZE (rust/crates/textwrap-0.16.0.crate) = 53722 +SHA256 (rust/crates/serde-1.0.197.crate) = 3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2 +SIZE (rust/crates/serde-1.0.197.crate) = 77087 +SHA256 (rust/crates/serde_derive-1.0.197.crate) = 7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b +SIZE (rust/crates/serde_derive-1.0.197.crate) = 55771 +SHA256 (rust/crates/serde_json-1.0.114.crate) = c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0 +SIZE (rust/crates/serde_json-1.0.114.crate) = 146986 +SHA256 (rust/crates/syn-2.0.52.crate) = b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07 +SIZE (rust/crates/syn-2.0.52.crate) = 254728 +SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 +SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 +SHA256 (rust/crates/textwrap-0.16.1.crate) = 23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9 +SIZE (rust/crates/textwrap-0.16.1.crate) = 56012 SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 -SHA256 (rust/crates/walkdir-2.4.0.crate) = d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee -SIZE (rust/crates/walkdir-2.4.0.crate) = 23550 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 diff --git a/textproc/ripgrep/files/patch-rust-1.78.0 b/textproc/ripgrep/files/patch-rust-1.78.0 new file mode 100644 index 00000000000..2fe71c793eb --- /dev/null +++ b/textproc/ripgrep/files/patch-rust-1.78.0 @@ -0,0 +1,506 @@ +From 9bd30e8e48b139c3f5ebe8587abff6fff7add45b Mon Sep 17 00:00:00 2001 +From: Andrew Gallant +Date: Thu, 7 Mar 2024 09:38:22 -0500 +Subject: [PATCH] deps: update everything + +--- + Cargo.lock | 103 +++++++++++++++++++++++++---------------------------- + 1 file changed, 48 insertions(+), 55 deletions(-) + +diff --git a/Cargo.lock b/Cargo.lock +index cb1065d46..45f56f74a 100644 +--- Cargo.lock ++++ Cargo.lock +@@ -13,9 +13,9 @@ dependencies = [ + + [[package]] + name = "anyhow" +-version = "1.0.79" ++version = "1.0.80" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" ++checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" + + [[package]] + name = "autocfg" +@@ -25,9 +25,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" + + [[package]] + name = "bstr" +-version = "1.9.0" ++version = "1.9.1" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc" ++checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" + dependencies = [ + "memchr", + "regex-automata", +@@ -36,9 +36,9 @@ dependencies = [ + + [[package]] + name = "cc" +-version = "1.0.83" ++version = "1.0.90" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" ++checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" + dependencies = [ + "jobserver", + "libc", +@@ -52,44 +52,37 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + + [[package]] + name = "crossbeam-channel" +-version = "0.5.10" ++version = "0.5.12" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "82a9b73a36529d9c47029b9fb3a6f0ea3cc916a261195352ba19e770fc1748b2" ++checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" + dependencies = [ +- "cfg-if", + "crossbeam-utils", + ] + + [[package]] + name = "crossbeam-deque" +-version = "0.8.4" ++version = "0.8.5" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751" ++checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" + dependencies = [ +- "cfg-if", + "crossbeam-epoch", + "crossbeam-utils", + ] + + [[package]] + name = "crossbeam-epoch" +-version = "0.9.17" ++version = "0.9.18" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "0e3681d554572a651dda4186cd47240627c3d0114d45a95f6ad27f2f22e7548d" ++checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" + dependencies = [ +- "autocfg", +- "cfg-if", + "crossbeam-utils", + ] + + [[package]] + name = "crossbeam-utils" +-version = "0.8.18" ++version = "0.8.19" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c" +-dependencies = [ +- "cfg-if", +-] ++checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" + + [[package]] + name = "encoding_rs" +@@ -257,9 +250,9 @@ dependencies = [ + + [[package]] + name = "jobserver" +-version = "0.1.27" ++version = "0.1.28" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" ++checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" + dependencies = [ + "libc", + ] +@@ -272,9 +265,9 @@ checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401" + + [[package]] + name = "libc" +-version = "0.2.151" ++version = "0.2.153" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" ++checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" + + [[package]] + name = "libm" +@@ -284,9 +277,9 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" + + [[package]] + name = "log" +-version = "0.4.20" ++version = "0.4.21" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" ++checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" + + [[package]] + name = "memchr" +@@ -296,18 +289,18 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" + + [[package]] + name = "memmap2" +-version = "0.9.3" ++version = "0.9.4" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "45fd3a57831bf88bc63f8cebc0cf956116276e97fef3966103e96416209f7c92" ++checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" + dependencies = [ + "libc", + ] + + [[package]] + name = "num-traits" +-version = "0.2.17" ++version = "0.2.18" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" ++checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" + dependencies = [ + "autocfg", + "libm", +@@ -347,15 +340,15 @@ dependencies = [ + + [[package]] + name = "pkg-config" +-version = "0.3.28" ++version = "0.3.30" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a" ++checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" + + [[package]] + name = "proc-macro2" +-version = "1.0.76" ++version = "1.0.78" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" ++checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" + dependencies = [ + "unicode-ident", + ] +@@ -371,9 +364,9 @@ dependencies = [ + + [[package]] + name = "regex" +-version = "1.10.2" ++version = "1.10.3" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" ++checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" + dependencies = [ + "aho-corasick", + "memchr", +@@ -383,9 +376,9 @@ dependencies = [ + + [[package]] + name = "regex-automata" +-version = "0.4.3" ++version = "0.4.6" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" ++checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" + dependencies = [ + "aho-corasick", + "memchr", +@@ -419,9 +412,9 @@ dependencies = [ + + [[package]] + name = "ryu" +-version = "1.0.16" ++version = "1.0.17" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" ++checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" + + [[package]] + name = "same-file" +@@ -434,18 +427,18 @@ dependencies = [ + + [[package]] + name = "serde" +-version = "1.0.195" ++version = "1.0.197" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" ++checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" + dependencies = [ + "serde_derive", + ] + + [[package]] + name = "serde_derive" +-version = "1.0.195" ++version = "1.0.197" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" ++checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" + dependencies = [ + "proc-macro2", + "quote", +@@ -454,9 +447,9 @@ dependencies = [ + + [[package]] + name = "serde_json" +-version = "1.0.111" ++version = "1.0.114" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" ++checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" + dependencies = [ + "itoa", + "ryu", +@@ -465,9 +458,9 @@ dependencies = [ + + [[package]] + name = "syn" +-version = "2.0.48" ++version = "2.0.52" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" ++checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" + dependencies = [ + "proc-macro2", + "quote", +@@ -476,18 +469,18 @@ dependencies = [ + + [[package]] + name = "termcolor" +-version = "1.4.0" ++version = "1.4.1" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" ++checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" + dependencies = [ + "winapi-util", + ] + + [[package]] + name = "textwrap" +-version = "0.16.0" ++version = "0.16.1" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" ++checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" + + [[package]] + name = "unicode-ident" +@@ -497,9 +490,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" + + [[package]] + name = "walkdir" +-version = "2.4.0" ++version = "2.5.0" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" ++checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" + dependencies = [ + "same-file", + "winapi-util", +From e9abbc1a02de29dbe60e1b625d540c58759b23a6 Mon Sep 17 00:00:00 2001 +From: Andrew Gallant +Date: Thu, 7 Mar 2024 09:31:22 -0500 +Subject: [PATCH] cargo: nuke 'simd-accel' from orbit + +This feature causes nothing but problems and is frequently broken. The +only optimization it was enabling were SIMD optimizations for +transcoding. In particular, for UTF-16 transcoding. This is performed by +the [`encoding_rs`](https://github.com/hsivonen/encoding_rs) crate, +which specifically uses unstable portable SIMD APIs instead of the +stable non-portable SIMD APIs. + +SIMD optimizations that apply to search have long been making use of +stable APIs, and are automatically enabled when your target supports +them. This is, IMO, the correct user experience and one that +`encoding_rs` refuses to support. I'm done dealing with it, so +transcoding will only use scalar code until the SIMD optimizations in +`encoding_rs` work on stable. (This doesn't mean that `encoding_rs` has +to change. This could also be fixed by stabilizing `std::simd`.) + +Fixes #2748 +--- + CHANGELOG.md | 5 +++++ + Cargo.lock | 33 -------------------------------- + Cargo.toml | 1 - + README.md | 22 +++++++-------------- + crates/core/flags/doc/version.rs | 3 --- + crates/grep/Cargo.toml | 4 ++-- + crates/searcher/Cargo.toml | 5 ++--- + 7 files changed, 16 insertions(+), 57 deletions(-) + +diff --git a/CHANGELOG.md b/CHANGELOG.md +index fafff6e5f..8f737f8c6 100644 +--- CHANGELOG.md ++++ CHANGELOG.md +@@ -2,6 +2,11 @@ TBD + === + Unreleased changes. Release notes have not yet been written. + ++Miscellaneous: ++ ++* [MISC #2748](https://github.com/BurntSushi/ripgrep/issues/2748): ++ Remove ripgrep's `simd-accel` feature because it was frequently broken. ++ + + 14.1.0 (2024-01-06) + =================== +diff --git a/Cargo.lock b/Cargo.lock +index 45f56f74a..603bdcba2 100644 +--- Cargo.lock ++++ Cargo.lock +@@ -17,12 +17,6 @@ version = "1.0.80" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" + +-[[package]] +-name = "autocfg" +-version = "1.1.0" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +- + [[package]] + name = "bstr" + version = "1.9.1" +@@ -91,7 +85,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" + dependencies = [ + "cfg-if", +- "packed_simd", + ] + + [[package]] +@@ -269,12 +262,6 @@ version = "0.2.153" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" + +-[[package]] +-name = "libm" +-version = "0.2.8" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" +- + [[package]] + name = "log" + version = "0.4.21" +@@ -296,26 +283,6 @@ dependencies = [ + "libc", + ] + +-[[package]] +-name = "num-traits" +-version = "0.2.18" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" +-dependencies = [ +- "autocfg", +- "libm", +-] +- +-[[package]] +-name = "packed_simd" +-version = "0.3.9" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d" +-dependencies = [ +- "cfg-if", +- "num-traits", +-] +- + [[package]] + name = "pcre2" + version = "0.2.6" +diff --git a/Cargo.toml b/Cargo.toml +index da350bc81..6bb068b81 100644 +--- Cargo.toml ++++ Cargo.toml +@@ -68,7 +68,6 @@ serde_derive = "1.0.77" + walkdir = "2" + + [features] +-simd-accel = ["grep/simd-accel"] + pcre2 = ["grep/pcre2"] + + [profile.release] +diff --git a/README.md b/README.md +index 0821fab58..251c85630 100644 +--- README.md ++++ README.md +@@ -432,18 +432,13 @@ $ ./target/release/rg --version + 0.1.3 + ``` + +-If you have a Rust nightly compiler and a recent Intel CPU, then you can enable +-additional optional SIMD acceleration like so: +- +-``` +-RUSTFLAGS="-C target-cpu=native" cargo build --release --features 'simd-accel' +-``` +- +-The `simd-accel` feature enables SIMD support in certain ripgrep dependencies +-(responsible for transcoding). They are not necessary to get SIMD optimizations +-for search; those are enabled automatically. Hopefully, some day, the +-`simd-accel` feature will similarly become unnecessary. **WARNING:** Currently, +-enabling this option can increase compilation times dramatically. ++**NOTE:** In the past, ripgrep supported a `simd-accel` Cargo feature when ++using a Rust nightly compiler. This only benefited UTF-16 transcoding. ++Since it required unstable features, this build mode was prone to breakage. ++Because of that, support for it has been removed. If you want SIMD ++optimizations for UTF-16 transcoding, then you'll have to petition the ++[`encoding_rs`](https://github.com/hsivonen/encoding_rs) project to use stable ++APIs. + + Finally, optional PCRE2 support can be built with ripgrep by enabling the + `pcre2` feature: +@@ -452,9 +447,6 @@ Finally, optional PCRE2 support can be built with ripgrep by enabling the + $ cargo build --release --features 'pcre2' + ``` + +-(Tip: use `--features 'pcre2 simd-accel'` to also include compile time SIMD +-optimizations, which will only work with a nightly compiler.) +- + Enabling the PCRE2 feature works with a stable Rust compiler and will + attempt to automatically find and link with your system's PCRE2 library via + `pkg-config`. If one doesn't exist, then ripgrep will build PCRE2 from source +diff --git a/crates/core/flags/doc/version.rs b/crates/core/flags/doc/version.rs +index 8e52861f2..d238ba0cd 100644 +--- crates/core/flags/doc/version.rs ++++ crates/core/flags/doc/version.rs +@@ -161,9 +161,6 @@ fn compile_cpu_features() -> Vec { + fn features() -> Vec { + let mut features = vec![]; + +- let simd_accel = cfg!(feature = "simd-accel"); +- features.push(format!("{sign}simd-accel", sign = sign(simd_accel))); +- + let pcre2 = cfg!(feature = "pcre2"); + features.push(format!("{sign}pcre2", sign = sign(pcre2))); + +diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml +index 48369c867..a615f48f4 100644 +--- crates/grep/Cargo.toml ++++ crates/grep/Cargo.toml +@@ -26,8 +26,8 @@ termcolor = "1.0.4" + walkdir = "2.2.7" + + [features] +-simd-accel = ["grep-searcher/simd-accel"] + pcre2 = ["grep-pcre2"] + +-# This feature is DEPRECATED. Runtime dispatch is used for SIMD now. ++# These features are DEPRECATED. Runtime dispatch is used for SIMD now. ++simd-accel = [] + avx-accel = [] +diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Cargo.toml +index eeb805d3c..05ccad3f9 100644 +--- crates/searcher/Cargo.toml ++++ crates/searcher/Cargo.toml +@@ -27,7 +27,6 @@ grep-regex = { version = "0.1.12", path = "../regex" } + regex = "1.9.5" + + [features] +-simd-accel = ["encoding_rs/simd-accel"] +- +-# This feature is DEPRECATED. Runtime dispatch is used for SIMD now. ++# These features are DEPRECATED. Runtime dispatch is used for SIMD now. ++simd-accel = [] + avx-accel = [] diff --git a/textproc/rubygem-commonmarker/Makefile b/textproc/rubygem-commonmarker/Makefile index 677b199ee24..fb13589d484 100644 --- a/textproc/rubygem-commonmarker/Makefile +++ b/textproc/rubygem-commonmarker/Makefile @@ -1,5 +1,6 @@ PORTNAME= commonmarker PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG DISTFILES= ${DISTNAME}.gem diff --git a/textproc/rubygem-gitlab-glfm-markdown/Makefile b/textproc/rubygem-gitlab-glfm-markdown/Makefile index dd5e61f7c60..21b76cf71f4 100644 --- a/textproc/rubygem-gitlab-glfm-markdown/Makefile +++ b/textproc/rubygem-gitlab-glfm-markdown/Makefile @@ -1,5 +1,6 @@ PORTNAME= gitlab-glfm-markdown PORTVERSION= 0.0.14 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index 2113884c45c..c129c13df64 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -1,5 +1,6 @@ PORTNAME= nokogiri PORTVERSION= 1.16.4 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-nokogiri/files/patch-gemspec b/textproc/rubygem-nokogiri/files/patch-gemspec index 04232e99434..f377fe1f6d0 100644 --- a/textproc/rubygem-nokogiri/files/patch-gemspec +++ b/textproc/rubygem-nokogiri/files/patch-gemspec @@ -1,4 +1,4 @@ -% sed -i .orig 's|, "patches/[^"]*".freeze||g; s|, "ports/[^"]*".freeze||g' nokogiri.gemspec +% sed -i .orig 's|, "patches/[^"]*".freeze||g; s|, "ports/[^"]*".freeze||g; /mini_portile2/d' nokogiri.gemspec --- nokogiri.gemspec.orig 2024-03-24 09:46:21 UTC +++ nokogiri.gemspec @@ -11,3 +11,11 @@ s.homepage = "https://nokogiri.org".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--main".freeze, "README.md".freeze] +@@ -26,7 +26,6 @@ Gem::Specification.new do |s| + + s.specification_version = 4 + +- s.add_runtime_dependency(%q.freeze, ["~> 2.8.2".freeze]) + s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) + end + diff --git a/textproc/sad/Makefile b/textproc/sad/Makefile index 3a6bec9fc40..03cca1ac336 100644 --- a/textproc/sad/Makefile +++ b/textproc/sad/Makefile @@ -1,6 +1,7 @@ PORTNAME= sad DISTVERSIONPREFIX= v DISTVERSION= 0.4.28 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/sd/Makefile b/textproc/sd/Makefile index b2ef168e90d..afeb3bf1189 100644 --- a/textproc/sd/Makefile +++ b/textproc/sd/Makefile @@ -1,7 +1,7 @@ PORTNAME= sd DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MAINTAINER= mikael@FreeBSD.org diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile index 19be5175ebe..aec9e1e96d3 100644 --- a/textproc/sift/Makefile +++ b/textproc/sift/Makefile @@ -1,7 +1,7 @@ PORTNAME= sift PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v -PORTREVISION= 40 +PORTREVISION= 41 CATEGORIES= textproc MAINTAINER= sunpoet@FreeBSD.org diff --git a/textproc/sonic/Makefile b/textproc/sonic/Makefile index 8665f64fca2..ee9d4412993 100644 --- a/textproc/sonic/Makefile +++ b/textproc/sonic/Makefile @@ -1,7 +1,7 @@ PORTNAME= sonic DISTVERSIONPREFIX= v DISTVERSION= 1.4.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES+= https://clrd.ninjal.ac.jp/unidic_archive/cwj/2.1.2/:unidic DISTFILES+= unidic-mecab-2.1.2_src.zip:unidic # check cargo-crates/lindera-unidic-XXX/build.rs diff --git a/textproc/sonic/files/patch-rust-1.78.0 b/textproc/sonic/files/patch-rust-1.78.0 new file mode 100644 index 00000000000..639cae31303 --- /dev/null +++ b/textproc/sonic/files/patch-rust-1.78.0 @@ -0,0 +1,24 @@ +error: unnecessary qualification + --> src/store/fst.rs:690:36 + | +690 | ... if std::fs::rename(&bucket_tmp_path, &bucket_final_path).is_ok() { + | ^^^^^^^^^^^^^^^ + | +note: the lint level is defined here + --> src/main.rs:8:44 + | +8 | #![deny(unstable_features, unused_imports, unused_qualifications, clippy::all)] + | ^^^^^^^^^^^^^^^^^^^^^ + + +--- src/main.rs.orig 2024-05-07 13:15:44.243643000 +0200 ++++ src/main.rs 2024-05-07 13:15:53.870691000 +0200 +@@ -5,7 +5,7 @@ + // License: Mozilla Public License v2.0 (MPL v2.0) + + #![cfg_attr(feature = "benchmark", feature(test))] +-#![deny(unstable_features, unused_imports, unused_qualifications, clippy::all)] ++#![deny(unstable_features, unused_imports, clippy::all)] + + #[macro_use] + extern crate log; diff --git a/textproc/termshot/Makefile b/textproc/termshot/Makefile index d2e8fa46c1e..d11fa80e55c 100644 --- a/textproc/termshot/Makefile +++ b/textproc/termshot/Makefile @@ -1,7 +1,7 @@ PORTNAME= termshot DISTVERSIONPREFIX= v DISTVERSION= 0.2.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc graphics MAINTAINER= lbartoletti@FreeBSD.org diff --git a/textproc/textnote/Makefile b/textproc/textnote/Makefile index 3a43513e8f3..4494f497b25 100644 --- a/textproc/textnote/Makefile +++ b/textproc/textnote/Makefile @@ -1,7 +1,7 @@ PORTNAME= textnote DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/textql/Makefile b/textproc/textql/Makefile index e74e8e34b5a..81e9ec07d7c 100644 --- a/textproc/textql/Makefile +++ b/textproc/textql/Makefile @@ -1,6 +1,6 @@ PORTNAME= textql PORTVERSION= g20210706 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= textproc MAINTAINER= ume@FreeBSD.org diff --git a/textproc/tokay/Makefile b/textproc/tokay/Makefile index e2b7e6681eb..40bdbe07208 100644 --- a/textproc/tokay/Makefile +++ b/textproc/tokay/Makefile @@ -1,7 +1,7 @@ PORTNAME= tokay DISTVERSIONPREFIX= v DISTVERSION= 0.6.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/trdsql/Makefile b/textproc/trdsql/Makefile index 16ec50f0a08..ac1c8492bcb 100644 --- a/textproc/trdsql/Makefile +++ b/textproc/trdsql/Makefile @@ -1,7 +1,7 @@ PORTNAME= trdsql DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/typst/Makefile b/textproc/typst/Makefile index c6ca280e9f2..53002b2ccee 100644 --- a/textproc/typst/Makefile +++ b/textproc/typst/Makefile @@ -1,7 +1,7 @@ PORTNAME= typst DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= wen@FreeBSD.org diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index 3932305751b..9b5e99e7f3a 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= ugrep DISTVERSIONPREFIX= v -DISTVERSION= 5.1.4 +DISTVERSION= 6.0.0 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index fb02799eb36..10142ce25e1 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712758752 -SHA256 (Genivia-ugrep-v5.1.4_GH0.tar.gz) = 5b80b527c3c5b4cd8f0ec300d816ac0c1dea11c6de7774d69e9becebf492274d -SIZE (Genivia-ugrep-v5.1.4_GH0.tar.gz) = 6280906 +TIMESTAMP = 1715030275 +SHA256 (Genivia-ugrep-v6.0.0_GH0.tar.gz) = ee155c8561747b1f694e1cf4a064c2e4d504094d0714e908e3f9ea2ac9b7a9aa +SIZE (Genivia-ugrep-v6.0.0_GH0.tar.gz) = 7009582 diff --git a/textproc/ugrep/pkg-plist b/textproc/ugrep/pkg-plist index 27730963035..5528fb3ee16 100644 --- a/textproc/ugrep/pkg-plist +++ b/textproc/ugrep/pkg-plist @@ -1,9 +1,11 @@ bin/ug bin/ugrep +bin/ugrep-indexer bin/ug+ bin/ugrep+ share/man/man1/ug.1.gz share/man/man1/ugrep.1.gz +share/man/man1/ugrep-indexer.1.gz %%DATADIR%%/patterns/README.md %%DATADIR%%/patterns/c++/README.md %%DATADIR%%/patterns/c++/classes diff --git a/textproc/uni/Makefile b/textproc/uni/Makefile index ffb71b81b0b..6b8e458cc55 100644 --- a/textproc/uni/Makefile +++ b/textproc/uni/Makefile @@ -1,7 +1,7 @@ PORTNAME= uni PORTVERSION= 2.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org diff --git a/textproc/up/Makefile b/textproc/up/Makefile index f24761c8980..e0e84622b83 100644 --- a/textproc/up/Makefile +++ b/textproc/up/Makefile @@ -1,7 +1,7 @@ PORTNAME= up DISTVERSIONPREFIX= v DISTVERSION= 0.4 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org diff --git a/textproc/vacuum/Makefile b/textproc/vacuum/Makefile index e9c28237dc7..100bea027fe 100644 --- a/textproc/vacuum/Makefile +++ b/textproc/vacuum/Makefile @@ -1,6 +1,7 @@ PORTNAME= vacuum DISTVERSIONPREFIX= v -DISTVERSION= 0.9.15 +DISTVERSION= 0.9.16 +PORTREVISION= 1 CATEGORIES= textproc PKGNAMESUFFIX= -lint-tool diff --git a/textproc/vacuum/distinfo b/textproc/vacuum/distinfo index 9eb84b44eea..fad3b0d1046 100644 --- a/textproc/vacuum/distinfo +++ b/textproc/vacuum/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1713769633 -SHA256 (go/textproc_vacuum/vacuum-v0.9.15/v0.9.15.mod) = 6d1600fe63a6f2254558c1692f48b03fe078f3ffa6112e64442af6de2a12c7b2 -SIZE (go/textproc_vacuum/vacuum-v0.9.15/v0.9.15.mod) = 3690 -SHA256 (go/textproc_vacuum/vacuum-v0.9.15/v0.9.15.zip) = d34f52ebb9db0efad75dcdbbd52d1dc5d1fead769299cfe632911acd774fc7d0 -SIZE (go/textproc_vacuum/vacuum-v0.9.15/v0.9.15.zip) = 2826861 +TIMESTAMP = 1715321831 +SHA256 (go/textproc_vacuum/vacuum-v0.9.16/v0.9.16.mod) = d418a45af93d642f0d76c294ae27419ac979aa3f1b56e6dd012585f1fb197339 +SIZE (go/textproc_vacuum/vacuum-v0.9.16/v0.9.16.mod) = 3690 +SHA256 (go/textproc_vacuum/vacuum-v0.9.16/v0.9.16.zip) = 31208005a62d491220e29ddc7c2433e6c6edc566074f801227be89ca5672c440 +SIZE (go/textproc_vacuum/vacuum-v0.9.16/v0.9.16.zip) = 2827152 diff --git a/textproc/vale/Makefile b/textproc/vale/Makefile index 037b1538ebf..f04c45b39b7 100644 --- a/textproc/vale/Makefile +++ b/textproc/vale/Makefile @@ -1,6 +1,7 @@ PORTNAME= vale DISTVERSIONPREFIX= v DISTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= bofh@FreeBSD.org diff --git a/textproc/vgrep/Makefile b/textproc/vgrep/Makefile index 969941a1cc3..d63894403e3 100644 --- a/textproc/vgrep/Makefile +++ b/textproc/vgrep/Makefile @@ -1,7 +1,7 @@ PORTNAME= vgrep DISTVERSIONPREFIX= v DISTVERSION= 2.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/xsv-rs/Makefile b/textproc/xsv-rs/Makefile index 80da7d1a198..603c1e919cf 100644 --- a/textproc/xsv-rs/Makefile +++ b/textproc/xsv-rs/Makefile @@ -1,6 +1,6 @@ PORTNAME= xsv DISTVERSION= 0.13.0 -PORTREVISION= 57 +PORTREVISION= 58 CATEGORIES= textproc PKGNAMESUFFIX= -rs diff --git a/textproc/yamlfmt/Makefile b/textproc/yamlfmt/Makefile index 5b249952446..f542ad76e61 100644 --- a/textproc/yamlfmt/Makefile +++ b/textproc/yamlfmt/Makefile @@ -1,7 +1,7 @@ PORTNAME= yamlfmt DISTVERSIONPREFIX= v -DISTVERSION= 0.11.0 -PORTREVISION= 2 +DISTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= meta@FreeBSD.org diff --git a/textproc/yamlfmt/distinfo b/textproc/yamlfmt/distinfo index 35175e20404..4547f6d06eb 100644 --- a/textproc/yamlfmt/distinfo +++ b/textproc/yamlfmt/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1709530980 -SHA256 (go/textproc_yamlfmt/yamlfmt-v0.11.0/v0.11.0.mod) = 3223317393e841a24006e0238616584263ee3cc3b273ccdcab12c4aaf96c5b4a -SIZE (go/textproc_yamlfmt/yamlfmt-v0.11.0/v0.11.0.mod) = 337 -SHA256 (go/textproc_yamlfmt/yamlfmt-v0.11.0/v0.11.0.zip) = fcfd88ad046d4ee04b6ca92b59069c4992bfe100906d5c4d1692f964b64d5754 -SIZE (go/textproc_yamlfmt/yamlfmt-v0.11.0/v0.11.0.zip) = 65121 +TIMESTAMP = 1715177820 +SHA256 (go/textproc_yamlfmt/yamlfmt-v0.12.1/v0.12.1.mod) = 15a3dd0a9db17b0867ba915300336aa279f5db9752ae32bcfe627f20c72ee8e0 +SIZE (go/textproc_yamlfmt/yamlfmt-v0.12.1/v0.12.1.mod) = 273 +SHA256 (go/textproc_yamlfmt/yamlfmt-v0.12.1/v0.12.1.zip) = 842df2d439949c49f32436568aef43184f913d9c528411649130a4fa1d2c5a55 +SIZE (go/textproc_yamlfmt/yamlfmt-v0.12.1/v0.12.1.zip) = 82437 diff --git a/textproc/ytt/Makefile b/textproc/ytt/Makefile index 98afe3a60d8..2f40e754abc 100644 --- a/textproc/ytt/Makefile +++ b/textproc/ytt/Makefile @@ -1,6 +1,7 @@ PORTNAME= ytt DISTVERSIONPREFIX= v DISTVERSION= 0.49.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/zed/Makefile b/textproc/zed/Makefile index 87ed8ac3a86..c396d1236d6 100644 --- a/textproc/zed/Makefile +++ b/textproc/zed/Makefile @@ -1,6 +1,7 @@ PORTNAME?= zed DISTVERSIONPREFIX= v DISTVERSION= 1.15.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= meta@FreeBSD.org diff --git a/textproc/zq/Makefile b/textproc/zq/Makefile index 3087b2d6375..0d14a3f5264 100644 --- a/textproc/zq/Makefile +++ b/textproc/zq/Makefile @@ -1,5 +1,5 @@ PORTNAME= zq -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Easier and faster alternative to jq diff --git a/www/Makefile b/www/Makefile index 101edbb5d93..92162b60680 100644 --- a/www/Makefile +++ b/www/Makefile @@ -324,6 +324,8 @@ SUBDIR += links SUBDIR += links1 SUBDIR += linux-c7-qtwebkit + SUBDIR += linux-chrome + SUBDIR += linux-rl9-libnghttp2 SUBDIR += linux-widevine-cdm SUBDIR += litmus SUBDIR += ljdeps @@ -491,6 +493,7 @@ SUBDIR += onionshare-cli SUBDIR += onlyoffice-documentserver SUBDIR += opencart + SUBDIR += openemr SUBDIR += openresty SUBDIR += orangehrm SUBDIR += osrm-backend @@ -1472,6 +1475,7 @@ SUBDIR += py-cachelib SUBDIR += py-caldav SUBDIR += py-channels + SUBDIR += py-channels-redis SUBDIR += py-cheroot SUBDIR += py-cherrypy SUBDIR += py-cinemagoer @@ -1486,12 +1490,8 @@ SUBDIR += py-daphne SUBDIR += py-dj-database-url SUBDIR += py-dj42-channels - SUBDIR += py-dj42-channels-redis SUBDIR += py-dj42-django-allauth - SUBDIR += py-dj42-django-auditlog SUBDIR += py-dj42-django-auth-ldap - SUBDIR += py-dj42-django-celery-results - SUBDIR += py-dj42-django-compression-middleware SUBDIR += py-dj42-django-cors-headers SUBDIR += py-dj42-django-crispy-forms SUBDIR += py-dj42-django-debug-toolbar @@ -1502,7 +1502,6 @@ SUBDIR += py-dj42-django-js-asset SUBDIR += py-dj42-django-modelcluster SUBDIR += py-dj42-django-mptt - SUBDIR += py-dj42-django-multiselectfield SUBDIR += py-dj42-django-otp SUBDIR += py-dj42-django-permissionedforms SUBDIR += py-dj42-django-prometheus @@ -1514,16 +1513,15 @@ SUBDIR += py-dj42-django-treebeard SUBDIR += py-dj42-djangoql SUBDIR += py-dj42-djangorestframework - SUBDIR += py-dj42-djangorestframework-guardian SUBDIR += py-dj42-drf-spectacular SUBDIR += py-dj42-drf-spectacular-sidecar - SUBDIR += py-dj42-drf-writable-nested SUBDIR += py-django-admin-rangefilter SUBDIR += py-django-advanced-filters SUBDIR += py-django-allauth SUBDIR += py-django-annoying SUBDIR += py-django-appconf SUBDIR += py-django-assets + SUBDIR += py-django-auditlog SUBDIR += py-django-auth-ldap SUBDIR += py-django-autocomplete-light SUBDIR += py-django-bakery @@ -1534,10 +1532,12 @@ SUBDIR += py-django-bootstrap4 SUBDIR += py-django-braces SUBDIR += py-django-cacheops + SUBDIR += py-django-celery-results SUBDIR += py-django-choices-field SUBDIR += py-django-ckeditor-5 SUBDIR += py-django-classy-tags SUBDIR += py-django-cms + SUBDIR += py-django-compression-middleware SUBDIR += py-django-configurations SUBDIR += py-django-constance SUBDIR += py-django-contact-form @@ -1577,6 +1577,7 @@ SUBDIR += py-django-model-utils SUBDIR += py-django-modelcluster SUBDIR += py-django-mptt + SUBDIR += py-django-multiselectfield SUBDIR += py-django-netfields SUBDIR += py-django-object-actions SUBDIR += py-django-otp @@ -1631,11 +1632,13 @@ SUBDIR += py-djangorestframework SUBDIR += py-djangorestframework-csv SUBDIR += py-djangorestframework-filters + SUBDIR += py-djangorestframework-guardian SUBDIR += py-djangorestframework-xml SUBDIR += py-djangosaml2 SUBDIR += py-draftjs-exporter SUBDIR += py-drf-spectacular SUBDIR += py-drf-spectacular-sidecar + SUBDIR += py-drf-writable-nested SUBDIR += py-drf-yasg SUBDIR += py-dropbox SUBDIR += py-dtflickr diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile index 68fa35e1292..78a6b44d14f 100644 --- a/www/adguardhome/Makefile +++ b/www/adguardhome/Makefile @@ -1,7 +1,7 @@ PORTNAME= adguardhome DISTVERSIONPREFIX= v DISTVERSION= 0.107.48 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/amfora/Makefile b/www/amfora/Makefile index 1146f02db65..d6b5b60269d 100644 --- a/www/amfora/Makefile +++ b/www/amfora/Makefile @@ -1,7 +1,7 @@ PORTNAME= amfora DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/aquatone/Makefile b/www/aquatone/Makefile index 17fe8b2f643..1434230eb4d 100644 --- a/www/aquatone/Makefile +++ b/www/aquatone/Makefile @@ -1,7 +1,7 @@ PORTNAME= aquatone DISTVERSIONPREFIX= v DISTVERSION= 1.7.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www security MAINTAINER= yuri@FreeBSD.org diff --git a/www/authelia/Makefile b/www/authelia/Makefile index ab0537b1940..56cdcdca36f 100644 --- a/www/authelia/Makefile +++ b/www/authelia/Makefile @@ -1,6 +1,7 @@ PORTNAME= authelia DISTVERSIONPREFIX= v DISTVERSION= 4.38.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/authelia/authelia/releases/download/v${DISTVERSION}/:public_html DISTFILES= authelia-${DISTVERSIONFULL}-public_html${EXTRACT_SUFX}:public_html # html root directory needs to be built in a special way diff --git a/www/beehive/Makefile b/www/beehive/Makefile index bb042d6174e..f17cc485cc7 100644 --- a/www/beehive/Makefile +++ b/www/beehive/Makefile @@ -1,7 +1,7 @@ PORTNAME= beehive DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/bugzilla2atom/Makefile b/www/bugzilla2atom/Makefile index 1346f1aa06e..ca575e9ac1c 100644 --- a/www/bugzilla2atom/Makefile +++ b/www/bugzilla2atom/Makefile @@ -1,7 +1,7 @@ PORTNAME= bugzilla2atom DISTVERSIONPREFIX= v DISTVERSION= ${MODVERSION:S/-/./g:R} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MAINTAINER= fuz@FreeBSD.org diff --git a/www/carbonapi/Makefile b/www/carbonapi/Makefile index 9f35701c101..f076a350647 100644 --- a/www/carbonapi/Makefile +++ b/www/carbonapi/Makefile @@ -1,6 +1,6 @@ PORTNAME= carbonapi DISTVERSION= 0.14.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www MAINTAINER= a.andersson.thn@gmail.com diff --git a/www/castor/Makefile b/www/castor/Makefile index 86da1f3d5ea..8f381674819 100644 --- a/www/castor/Makefile +++ b/www/castor/Makefile @@ -1,6 +1,6 @@ PORTNAME= castor DISTVERSION= 0.8.16 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= www MASTER_SITES= https://git.sr.ht/~julienxx/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/chisel/Makefile b/www/chisel/Makefile index 4c7a842a82d..dbe6796d462 100644 --- a/www/chisel/Makefile +++ b/www/chisel/Makefile @@ -1,7 +1,7 @@ PORTNAME= chisel DISTVERSIONPREFIX= v DISTVERSION= 1.9.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 9a2a287d8e1..b6c560def87 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= chromium -PORTVERSION= 124.0.6367.118 +PORTVERSION= 124.0.6367.207 CATEGORIES= www wayland MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ https://nerd.hu/distfiles/:external diff --git a/www/chromium/distinfo b/www/chromium/distinfo index 249c4292334..559acaf6b43 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1714547240 -SHA256 (chromium-124.0.6367.118.tar.xz) = 8aa5a14aad1234b48b568da9ef23d6e0b1b72d7f4ca5c4039462e54e6ad45d96 -SIZE (chromium-124.0.6367.118.tar.xz) = 3444501448 -SHA256 (chrome-linux-124.0.6367.118-llvm17.profdata.tar.xz) = c31572a6cba6268c1938e2c6ea35e567ea8809370f59504fcccb4e67a8dbe24b -SIZE (chrome-linux-124.0.6367.118-llvm17.profdata.tar.xz) = 30065808 -SHA256 (chromium-124.0.6367.118-testdata.tar.xz) = 81bef611eddfa954dc9ef1772eef72a053d8ae07ed0d57883889c00ca342bf34 -SIZE (chromium-124.0.6367.118-testdata.tar.xz) = 279593964 +TIMESTAMP = 1715673268 +SHA256 (chromium-124.0.6367.207.tar.xz) = 6d6dc8b943012573a244ddb013b281ecbc97f77fe1fc6f55a4118241d107eba5 +SIZE (chromium-124.0.6367.207.tar.xz) = 3450794132 +SHA256 (chrome-linux-124.0.6367.207-llvm17.profdata.tar.xz) = 43953cf8958c1f8d6b700635a4d209fe27ea4487e26ac12bc5f2ee56c28cb0c5 +SIZE (chrome-linux-124.0.6367.207-llvm17.profdata.tar.xz) = 30059564 +SHA256 (chromium-124.0.6367.207-testdata.tar.xz) = d30386a73719a64fdd191f7b51709185e4d3fc49888b04a390506d4370e69b06 +SIZE (chromium-124.0.6367.207-testdata.tar.xz) = 277899644 SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8 SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734 diff --git a/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc b/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc index 7a10eb391d3..257aa9ece63 100644 --- a/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc +++ b/www/chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc.orig 2024-04-19 13:02:56 UTC +--- chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc.orig 2024-05-11 05:42:43 UTC +++ chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc @@ -80,8 +80,10 @@ @@ -30,7 +30,7 @@ #include "components/power_metrics/system_power_monitor.h" #endif -@@ -858,7 +860,7 @@ void RecordStartupMetrics() { +@@ -860,7 +862,7 @@ void RecordStartupMetrics() { // Record whether Chrome is the default browser or not. // Disabled on Linux due to hanging browser tests, see crbug.com/1216328. @@ -39,7 +39,7 @@ shell_integration::DefaultWebClientState default_state = shell_integration::GetDefaultBrowser(); base::UmaHistogramEnumeration("DefaultBrowser.State", default_state, -@@ -1162,11 +1164,11 @@ void ChromeBrowserMainExtraPartsMetrics::PostBrowserSt +@@ -1164,11 +1166,11 @@ void ChromeBrowserMainExtraPartsMetrics::PostBrowserSt } #endif // !BUILDFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-media_base_media__switches.cc b/www/chromium/files/patch-media_base_media__switches.cc index 2bd334016a6..81884043585 100644 --- a/www/chromium/files/patch-media_base_media__switches.cc +++ b/www/chromium/files/patch-media_base_media__switches.cc @@ -1,4 +1,4 @@ ---- media/base/media_switches.cc.orig 2024-04-19 13:02:56 UTC +--- media/base/media_switches.cc.orig 2024-05-11 05:42:43 UTC +++ media/base/media_switches.cc @@ -21,7 +21,7 @@ #include "ui/gl/gl_features.h" @@ -92,7 +92,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -1500,7 +1500,7 @@ BASE_FEATURE(kUseGTFOOutOfProcessVideoDecoding, +@@ -1496,7 +1496,7 @@ BASE_FEATURE(kUseGTFOOutOfProcessVideoDecoding, base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) diff --git a/www/cobalt/Makefile b/www/cobalt/Makefile index de42df88bb8..b6d457044cd 100644 --- a/www/cobalt/Makefile +++ b/www/cobalt/Makefile @@ -1,7 +1,7 @@ PORTNAME= cobalt DISTVERSIONPREFIX= v DISTVERSION= 0.19.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www PKGNAMESUFFIX= -site-generator diff --git a/www/colly/Makefile b/www/colly/Makefile index ef86cc76172..394a0895fb0 100644 --- a/www/colly/Makefile +++ b/www/colly/Makefile @@ -1,7 +1,7 @@ PORTNAME= colly DISTVERSIONPREFIX= v DISTVERSION= 2.1.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/deno/Makefile b/www/deno/Makefile index d4ff04bd736..d2fe456ccca 100644 --- a/www/deno/Makefile +++ b/www/deno/Makefile @@ -1,6 +1,7 @@ PORTNAME= deno DISTVERSIONPREFIX= v DISTVERSION= 1.42.4 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org diff --git a/www/devd/Makefile b/www/devd/Makefile index 56d92bbcc24..a934e63e557 100644 --- a/www/devd/Makefile +++ b/www/devd/Makefile @@ -1,7 +1,7 @@ PORTNAME= devd DISTVERSIONPREFIX= v DISTVERSION= 0.9 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org diff --git a/www/dezoomify-rs/Makefile b/www/dezoomify-rs/Makefile index e5d9cefa459..b300deac0f0 100644 --- a/www/dezoomify-rs/Makefile +++ b/www/dezoomify-rs/Makefile @@ -1,7 +1,7 @@ PORTNAME= dezoomify-rs DISTVERSIONPREFIX= v DISTVERSION= 2.12.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= nivit@FreeBSD.org diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile index 376bcbadd86..8eded5223a8 100644 --- a/www/dillo2/Makefile +++ b/www/dillo2/Makefile @@ -1,8 +1,7 @@ PORTNAME= dillo -PORTVERSION= 3.0.5 -PORTREVISION= 5 +PORTVERSION= 3.1.0 CATEGORIES= www -MASTER_SITES= http://www.dillo.org/download/ \ +MASTER_SITES= https://github.com/dillo-browser/dillo/releases/download/v3.1.0/ \ LOCAL/bf/dillo/ \ TEX/language/hyph-utf8/tex/generic/hyph-utf8/patterns/txt/:hyphen DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -11,7 +10,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= cy@FreeBSD.org COMMENT= Fast, small graphical Web browser built upon fltk -WWW= https://www.dillo.org/ +WWW= https://dillo-browser.github.io/dillo.org.html LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING @@ -37,11 +36,10 @@ PORTDOCS= * OPTIONS_DEFINE= COOKIES DEBUG DOCS HYPHENATION IPV6 JPEG PNG SSL \ THREADS -OPTIONS_DEFAULT= COOKIES IPV6 JPEG PNG SSL THREADS +OPTIONS_DEFAULT= COOKIES IPV6 JPEG PNG THREADS COOKIES_DESC= Cookie support HYPHENATION_DESC= Hyphenation file(s) for HYPHENATION_LANGS -SSL_DESC= Experimental HTTPS support DEBUG_CONFIGURE_ENABLE= gprof rtfl @@ -55,10 +53,6 @@ JPEG_USES= jpeg PNG_CONFIGURE_ENABLE= png PNG_LIB_DEPENDS= libpng.so:graphics/png -SSL_USES= ssl -SSL_CONFIGURE_ENABLE= ssl -SSL_EXTRA_PATCHES= ${PATCHDIR}/extra-patches-openssl - THREADS_CONFIGURE_ENABLE= threaded-dns .include @@ -90,11 +84,13 @@ post-patch: @${MV} ${WRKSRC}/dillorc ${WRKSRC}/dillorc.sample @${MV} ${WRKSRC}/dpid/dpidrc.in ${WRKSRC}/dpid/dpidrc.sample.in @${MV} ${WRKSRC}/src/domainrc ${WRKSRC}/src/domainrc.sample + @${MV} ${WRKSRC}/src/hsts_preload ${WRKSRC}/src/hsts_preload.sample @${MV} ${WRKSRC}/src/keysrc ${WRKSRC}/src/keysrc.sample @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|dillorc|dillorc.sample|g" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|dpidrc|dpidrc.sample|g" ${WRKSRC}/dpid/Makefile.in @${REINPLACE_CMD} -E "s/(domain|keys)rc/&.sample/g" ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -E "s/hsts_preload/hsts_preload.sample/g" ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e "s|/lib/dillo|/libexec/dillo|" \ ${WRKSRC}/dillo-install-hyphenation \ ${WRKSRC}/doc/dillo.1.in \ diff --git a/www/dillo2/distinfo b/www/dillo2/distinfo index 650e7afdaec..967d6dfe04b 100644 --- a/www/dillo2/distinfo +++ b/www/dillo2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652973072 -SHA256 (dillo/dillo-3.0.5.tar.bz2) = db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b -SIZE (dillo/dillo-3.0.5.tar.bz2) = 734472 +TIMESTAMP = 1715503936 +SHA256 (dillo/dillo-3.1.0.tar.bz2) = f56766956d90dac0ccca31755917cba8a4014bcf43b3e36c7d86efe1d20f9d92 +SIZE (dillo/dillo-3.1.0.tar.bz2) = 994610 diff --git a/www/dillo2/files/extra-patches-openssl b/www/dillo2/files/extra-patches-openssl deleted file mode 100644 index 38134a30d2f..00000000000 --- a/www/dillo2/files/extra-patches-openssl +++ /dev/null @@ -1,41 +0,0 @@ -Patches obtained from: -http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/www/dillo/patches/ - -$NetBSD: patch-configure,v 1.1 2018/03/24 15:40:07 ryoon Exp $ - -* Detect OpenSSL 1.1.0 - ---- configure.orig 2015-06-30 14:07:22.000000000 +0000 -+++ configure -@@ -6018,11 +6018,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ - #ifdef __cplusplus - extern "C" - #endif --char SSL_library_init (); -+void OPENSSL_config (); - int - main () - { --return SSL_library_init (); -+OPENSSL_config (); - ; - return 0; - } -$NetBSD: patch-dpi_https.c,v 1.1 2018/03/24 15:40:07 ryoon Exp $ - -* Support OpenSSL 1.1.0 - ---- dpi/https.c.orig 2015-06-30 14:06:08.000000000 +0000 -+++ dpi/https.c -@@ -476,7 +476,11 @@ static int handle_certificate_problem(SS - case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT: - /*Either self signed and untrusted*/ - /*Extract CN from certificate name information*/ -+#if OPENSSL_VERSION_NUMBER < 0x10100000L - if ((cn = strstr(remote_cert->name, "/CN=")) == NULL) { -+#else -+ if ((cn = strstr(X509_get_subject_name(remote_cert), "/CN=")) == NULL) { -+#endif - strcpy(buf, "(no CN given)"); - } else { - char *cn_end; diff --git a/www/dillo2/pkg-plist b/www/dillo2/pkg-plist index a02ea17856e..2f4bf3e9c87 100644 --- a/www/dillo2/pkg-plist +++ b/www/dillo2/pkg-plist @@ -5,6 +5,7 @@ bin/dpidc @sample etc/dillo/dillorc.sample @sample etc/dillo/domainrc.sample @sample etc/dillo/dpidrc.sample +@sample etc/dillo/hsts_preload.sample @sample etc/dillo/keysrc.sample libexec/dillo/dpi/bookmarks/bookmarks.dpi libexec/dillo/dpi/cookies/cookies.dpi @@ -13,7 +14,9 @@ libexec/dillo/dpi/downloads/downloads.dpi libexec/dillo/dpi/file/file.dpi libexec/dillo/dpi/ftp/ftp.filter.dpi libexec/dillo/dpi/hello/hello.filter.dpi -libexec/dillo/dpi/https/https.filter.dpi libexec/dillo/dpi/vsource/vsource.filter.dpi +share/applications/dillo.desktop +share/icons/hicolor/128x128/apps/dillo.png +share/icons/hicolor/48x48/apps/dillo.png share/man/man1/dillo.1.gz @dir libexec/dillo/hyphenation diff --git a/www/dot-http/Makefile b/www/dot-http/Makefile index a84d8623b19..69cf85aaefb 100644 --- a/www/dot-http/Makefile +++ b/www/dot-http/Makefile @@ -1,7 +1,7 @@ PORTNAME= dot-http DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/drill/Makefile b/www/drill/Makefile index 9e017f0517a..59a82f19663 100644 --- a/www/drill/Makefile +++ b/www/drill/Makefile @@ -1,6 +1,6 @@ PORTNAME= drill DISTVERSION= 0.8.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/dufs/Makefile b/www/dufs/Makefile index 778240b11b6..3a649458e84 100644 --- a/www/dufs/Makefile +++ b/www/dufs/Makefile @@ -1,7 +1,7 @@ PORTNAME= dufs DISTVERSIONPREFIX= v DISTVERSION= 0.40.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= ashish@FreeBSD.org diff --git a/www/eden/Makefile b/www/eden/Makefile index 190ce2397ff..b9221fa6314 100644 --- a/www/eden/Makefile +++ b/www/eden/Makefile @@ -1,7 +1,7 @@ PORTNAME= eden PORTVERSION= 0.7.4 DISTVERSIONPREFIX= v -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= www PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/www/element-web/Makefile b/www/element-web/Makefile index 8a01e612475..e358c175f98 100644 --- a/www/element-web/Makefile +++ b/www/element-web/Makefile @@ -1,6 +1,6 @@ PORTNAME= element DISTVERSIONPREFIX= v -DISTVERSION= 1.11.65 +DISTVERSION= 1.11.66 CATEGORIES= www MASTER_SITES= https://github.com/element-hq/element-web/releases/download/${DISTVERSIONFULL}/ PKGNAMESUFFIX= -web @@ -18,7 +18,7 @@ CPE_VENDOR= matrix NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message -PLIST_SUB= COMMITID=ad882b5866028f8f562c +PLIST_SUB= COMMITID=530cd900a69ee944f8ab do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} diff --git a/www/element-web/distinfo b/www/element-web/distinfo index 3c540e4e22c..9601bcb1c5c 100644 --- a/www/element-web/distinfo +++ b/www/element-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713886057 -SHA256 (element-v1.11.65.tar.gz) = 069dd851afced0d82ecb815d408c618c42311a2b7671b8a6479d21edcb5e80e9 -SIZE (element-v1.11.65.tar.gz) = 23608337 +TIMESTAMP = 1715089358 +SHA256 (element-v1.11.66.tar.gz) = 4bab7bf011f650a94f2bc0a6e8f0f0cb7fe59975f3cced1cb270c47419169c37 +SIZE (element-v1.11.66.tar.gz) = 23614921 diff --git a/www/element-web/pkg-plist b/www/element-web/pkg-plist index 440a0ca6ece..4b91d07fb06 100644 --- a/www/element-web/pkg-plist +++ b/www/element-web/pkg-plist @@ -25,9 +25,6 @@ %%WWWDIR%%/bundles/%%COMMITID%%/344.js.map %%WWWDIR%%/bundles/%%COMMITID%%/3746.js %%WWWDIR%%/bundles/%%COMMITID%%/3746.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/3799.js -%%WWWDIR%%/bundles/%%COMMITID%%/3799.js.LICENSE.txt -%%WWWDIR%%/bundles/%%COMMITID%%/3799.js.map %%WWWDIR%%/bundles/%%COMMITID%%/3998.js %%WWWDIR%%/bundles/%%COMMITID%%/3998.js.map %%WWWDIR%%/bundles/%%COMMITID%%/4311.js @@ -37,6 +34,9 @@ %%WWWDIR%%/bundles/%%COMMITID%%/4670.js.map %%WWWDIR%%/bundles/%%COMMITID%%/4813.js %%WWWDIR%%/bundles/%%COMMITID%%/4813.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/4932.js +%%WWWDIR%%/bundles/%%COMMITID%%/4932.js.LICENSE.txt +%%WWWDIR%%/bundles/%%COMMITID%%/4932.js.map %%WWWDIR%%/bundles/%%COMMITID%%/5484.js %%WWWDIR%%/bundles/%%COMMITID%%/5484.js.map %%WWWDIR%%/bundles/%%COMMITID%%/6202.js @@ -220,38 +220,38 @@ %%WWWDIR%%/fonts/Nunito/Nunito-SemiBold.58f5995.ttf %%WWWDIR%%/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.78a2a9b.woff2 %%WWWDIR%%/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.e8e92b5.woff2 -%%WWWDIR%%/i18n/cs.fc65a23.json -%%WWWDIR%%/i18n/de_DE.cd03041.json +%%WWWDIR%%/i18n/cs.441fe2b.json +%%WWWDIR%%/i18n/de_DE.e561b2a.json %%WWWDIR%%/i18n/el.82e2eda.json -%%WWWDIR%%/i18n/en_EN.553e6be.json +%%WWWDIR%%/i18n/en_EN.423ca06.json %%WWWDIR%%/i18n/eo.10e7271.json -%%WWWDIR%%/i18n/es.e10abb9.json -%%WWWDIR%%/i18n/et.7b58e17.json +%%WWWDIR%%/i18n/es.8ca4a0f.json +%%WWWDIR%%/i18n/et.0443516.json %%WWWDIR%%/i18n/fa.3fdd52e.json -%%WWWDIR%%/i18n/fi.d48058f.json -%%WWWDIR%%/i18n/fr.2bcaabd.json +%%WWWDIR%%/i18n/fi.aa7ed46.json +%%WWWDIR%%/i18n/fr.790a405.json %%WWWDIR%%/i18n/gl.02597d8.json %%WWWDIR%%/i18n/he.7b8ff49.json -%%WWWDIR%%/i18n/hu.da49ef6.json -%%WWWDIR%%/i18n/id.8ec5e07.json -%%WWWDIR%%/i18n/is.ab55545.json -%%WWWDIR%%/i18n/it.6824477.json -%%WWWDIR%%/i18n/ja.17a6d99.json -%%WWWDIR%%/i18n/languages.fbce0b9.json +%%WWWDIR%%/i18n/hu.0fa5e14.json +%%WWWDIR%%/i18n/id.fce7498.json +%%WWWDIR%%/i18n/is.2d275e0.json +%%WWWDIR%%/i18n/it.bb32f97.json +%%WWWDIR%%/i18n/ja.dfdafd0.json +%%WWWDIR%%/i18n/languages.5025d82.json %%WWWDIR%%/i18n/languages.json %%WWWDIR%%/i18n/lo.05facf8.json %%WWWDIR%%/i18n/lt.2abd76f.json %%WWWDIR%%/i18n/nl.bd5e35a.json -%%WWWDIR%%/i18n/pl.28390d9.json +%%WWWDIR%%/i18n/pl.1dbfc90.json %%WWWDIR%%/i18n/pt_BR.d2cabb6.json -%%WWWDIR%%/i18n/ru.5129ec3.json -%%WWWDIR%%/i18n/sk.f48d956.json -%%WWWDIR%%/i18n/sq.0bc583b.json -%%WWWDIR%%/i18n/sv.09f5300.json -%%WWWDIR%%/i18n/uk.36a5794.json -%%WWWDIR%%/i18n/vi.b035c5e.json +%%WWWDIR%%/i18n/ru.645227c.json +%%WWWDIR%%/i18n/sk.83af431.json +%%WWWDIR%%/i18n/sq.408766d.json +%%WWWDIR%%/i18n/sv.4528f59.json +%%WWWDIR%%/i18n/uk.cc3f735.json +%%WWWDIR%%/i18n/vi.3b8e518.json %%WWWDIR%%/i18n/zh_Hans.c0483a7.json -%%WWWDIR%%/i18n/zh_Hant.51d9018.json +%%WWWDIR%%/i18n/zh_Hant.34700d7.json %%WWWDIR%%/icons/chat-solid.550e415.svg %%WWWDIR%%/icons/chevron-left.a9d372d.svg %%WWWDIR%%/icons/close.dce71fd.svg diff --git a/www/fabio/Makefile b/www/fabio/Makefile index 8ae0cc07c4e..3693ced3dad 100644 --- a/www/fabio/Makefile +++ b/www/fabio/Makefile @@ -1,7 +1,7 @@ PORTNAME= fabio PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= stl@ossuary.net diff --git a/www/ffsend/Makefile b/www/ffsend/Makefile index 74132e273a8..43f15c70f2d 100644 --- a/www/ffsend/Makefile +++ b/www/ffsend/Makefile @@ -1,7 +1,7 @@ PORTNAME= ffsend DISTVERSIONPREFIX= v DISTVERSION= 0.2.74 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= www MAINTAINER= ports@FreeBSD.org diff --git a/www/filtron/Makefile b/www/filtron/Makefile index 074827b3b98..8316ef019f9 100644 --- a/www/filtron/Makefile +++ b/www/filtron/Makefile @@ -1,6 +1,6 @@ PORTNAME= filtron PORTVERSION= g20180218 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index d846380ae54..64a23843adf 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -1,5 +1,6 @@ PORTNAME= firefox -DISTVERSION= 115.10.0 +DISTVERSION= 115.11.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo index 4bf4e78079d..08fddf92134 100644 --- a/www/firefox-esr/distinfo +++ b/www/firefox-esr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712602749 -SHA256 (firefox-115.10.0esr.source.tar.xz) = 0afd3c733d95f7047f258d1a9768d06d856217fe736d85bfb370db9dd926eef2 -SIZE (firefox-115.10.0esr.source.tar.xz) = 507826764 +TIMESTAMP = 1715020977 +SHA256 (firefox-115.11.0esr.source.tar.xz) = 16be46f16a356a2b8bd3541805a24c8a2acf6f077cf8a65859689685c26025e0 +SIZE (firefox-115.11.0esr.source.tar.xz) = 506015444 diff --git a/www/firefox-esr/files/patch-rust-1.78.0 b/www/firefox-esr/files/patch-rust-1.78.0 new file mode 100644 index 00000000000..7e6685d5e8e --- /dev/null +++ b/www/firefox-esr/files/patch-rust-1.78.0 @@ -0,0 +1,3582 @@ +Adapted from https://hg.mozilla.org/mozilla-central/rev/1db2ef126a6a +-- + +# HG changeset patch +# User Henri Sivonen +# Date 1714462184 0 +# Node ID 1db2ef126a6a8555dbf50345e16492c977b42e92 +# Parent a545e84b3674c4878f2e618b7bce23058f2ac690 +Bug 1882209 - Update encoding_rs to 0.8.34 to deal with rustc changes. r=glandium,supply-chain-reviewers + +Differential Revision: https://phabricator.services.mozilla.com/D207167 + +diff --git a/.cargo/config.in b/.cargo/config.in +--- .cargo/config.in ++++ .cargo/config.in +@@ -35,31 +35,31 @@ git = "https://github.com/gfx-rs/wgpu" + rev = "f71a1bc736fde37509262ca03e91d8f56a13aeb5" + replace-with = "vendored-sources" + + [source."git+https://github.com/glandium/warp?rev=4af45fae95bc98b0eba1ef0db17e1dac471bb23d"] + git = "https://github.com/glandium/warp" + rev = "4af45fae95bc98b0eba1ef0db17e1dac471bb23d" + replace-with = "vendored-sources" + ++[source."git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80"] ++git = "https://github.com/hsivonen/any_all_workaround" ++rev = "7fb1b7034c9f172aade21ee1c8554e8d8a48af80" ++replace-with = "vendored-sources" ++ + [source."git+https://github.com/hsivonen/chardetng?rev=3484d3e3ebdc8931493aa5df4d7ee9360a90e76b"] + git = "https://github.com/hsivonen/chardetng" + rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" + replace-with = "vendored-sources" + + [source."git+https://github.com/hsivonen/chardetng_c?rev=ed8a4c6f900a90d4dbc1d64b856e61490a1c3570"] + git = "https://github.com/hsivonen/chardetng_c" + rev = "ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" + replace-with = "vendored-sources" + +-[source."git+https://github.com/hsivonen/packed_simd?rev=e588ceb568878e1a3156ea9ce551d5b63ef0cdc4"] +-git = "https://github.com/hsivonen/packed_simd" +-rev = "e588ceb568878e1a3156ea9ce551d5b63ef0cdc4" +-replace-with = "vendored-sources" +- + [source."git+https://github.com/jfkthame/mapped_hyph.git?rev=c7651a0cffff41996ad13c44f689bd9cd2192c01"] + git = "https://github.com/jfkthame/mapped_hyph.git" + rev = "c7651a0cffff41996ad13c44f689bd9cd2192c01" + replace-with = "vendored-sources" + + [source."git+https://github.com/mozilla-spidermonkey/jsparagus?rev=64ba08e24749616de2344112f226d1ef4ba893ae"] + git = "https://github.com/mozilla-spidermonkey/jsparagus" + rev = "64ba08e24749616de2344112f226d1ef4ba893ae" +diff --git a/Cargo.lock b/Cargo.lock +--- Cargo.lock ++++ Cargo.lock +@@ -80,16 +80,25 @@ dependencies = [ + name = "android_system_properties" + version = "0.1.5" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" + dependencies = [ + "libc", + ] + ++[[package]] ++name = "any_all_workaround" ++version = "0.1.0" ++source = "git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80#7fb1b7034c9f172aade21ee1c8554e8d8a48af80" ++dependencies = [ ++ "cfg-if 1.0.0", ++ "version_check", ++] ++ + [[package]] + name = "anyhow" + version = "1.0.69" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" + + [[package]] + name = "app_services_logger" +@@ -1431,22 +1440,22 @@ dependencies = [ + "encoding_rs", + "nserror", + "nsstring", + "xmldecl", + ] + + [[package]] + name = "encoding_rs" +-version = "0.8.33" ++version = "0.8.34" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" ++checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" + dependencies = [ ++ "any_all_workaround", + "cfg-if 1.0.0", +- "packed_simd", + ] + + [[package]] + name = "enum-primitive-derive" + version = "0.2.2" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "c375b9c5eadb68d0a6efee2999fef292f45854c3444c86f09d8ab086ba942b0e" + dependencies = [ +@@ -3901,25 +3910,16 @@ checksum = "8d91edf4fbb970279443471345a4e8c491bf05bb283b3e6c88e4e606fd8c181b" + [[package]] + name = "oxilangtag-ffi" + version = "0.1.0" + dependencies = [ + "nsstring", + "oxilangtag", + ] + +-[[package]] +-name = "packed_simd" +-version = "0.3.9" +-source = "git+https://github.com/hsivonen/packed_simd?rev=e588ceb568878e1a3156ea9ce551d5b63ef0cdc4#e588ceb568878e1a3156ea9ce551d5b63ef0cdc4" +-dependencies = [ +- "cfg-if 1.0.0", +- "num-traits", +-] +- + [[package]] + name = "parking_lot" + version = "0.11.2" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" + dependencies = [ + "instant", + "lock_api", +diff --git a/Cargo.toml b/Cargo.toml +--- Cargo.toml ++++ Cargo.toml +@@ -154,22 +154,22 @@ rure = { path = "third_party/rust/rure" } + + # 0.31.1 but without rust-cssparser#342. + # TODO: Remove these, and just use v0.31.1 once bug 1836219 lands + # (which will get syn 2 into the tree). + cssparser = { path = "third_party/rust/cssparser" } + cssparser-macros = { path = "third_party/rust/cssparser-macros" } + + # Other overrides ++any_all_workaround = { git = "https://github.com/hsivonen/any_all_workaround", rev = "7fb1b7034c9f172aade21ee1c8554e8d8a48af80" } + chardetng = { git = "https://github.com/hsivonen/chardetng", rev="3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" } + chardetng_c = { git = "https://github.com/hsivonen/chardetng_c", rev="ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" } + coremidi = { git = "https://github.com/chris-zen/coremidi.git", rev="fc68464b5445caf111e41f643a2e69ccce0b4f83" } + firefox-on-glean = { path = "toolkit/components/glean/api" } + libudev-sys = { path = "dom/webauthn/libudev-sys" } +-packed_simd = { git = "https://github.com/hsivonen/packed_simd", rev = "e588ceb568878e1a3156ea9ce551d5b63ef0cdc4" } + midir = { git = "https://github.com/mozilla/midir.git", rev = "519e651241e867af3391db08f9ae6400bc023e18" } + # warp 0.3.3 + https://github.com/seanmonstar/warp/pull/1007 + warp = { git = "https://github.com/glandium/warp", rev = "4af45fae95bc98b0eba1ef0db17e1dac471bb23d" } + + # application-services overrides to make updating them all simpler. + interrupt-support = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" } + sql-support = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" } + sync15 = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" } +diff --git a/config/makefiles/rust.mk b/config/makefiles/rust.mk +--- config/makefiles/rust.mk ++++ config/makefiles/rust.mk +@@ -260,17 +260,17 @@ export COREAUDIO_SDK_PATH=$(IPHONEOS_SDK + export IPHONEOS_SDK_DIR + PATH := $(topsrcdir)/build/macosx:$(PATH) + endif + endif + + ifndef RUSTC_BOOTSTRAP + RUSTC_BOOTSTRAP := mozglue_static,qcms + ifdef MOZ_RUST_SIMD +-RUSTC_BOOTSTRAP := $(RUSTC_BOOTSTRAP),encoding_rs,packed_simd ++RUSTC_BOOTSTRAP := $(RUSTC_BOOTSTRAP),encoding_rs,any_all_workaround + endif + export RUSTC_BOOTSTRAP + endif + + target_rust_ltoable := force-cargo-library-build $(ADD_RUST_LTOABLE) + target_rust_nonltoable := force-cargo-test-run force-cargo-program-build + + ifdef MOZ_PGO_RUST +diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml +--- supply-chain/audits.toml ++++ supply-chain/audits.toml +@@ -596,16 +596,29 @@ who = "Mike Hommey "] ++description = "Workaround for bad LLVM codegen for boolean reductions on 32-bit ARM" ++homepage = "https://docs.rs/any_all_workaround/" ++documentation = "https://docs.rs/any_all_workaround/" ++readme = "README.md" ++license = "MIT OR Apache-2.0" ++repository = "https://github.com/hsivonen/any_all_workaround" ++ ++[dependencies] ++cfg-if = "1.0" ++ ++[build-dependencies] ++version_check = "0.9" +diff --git a/third_party/rust/packed_simd/LICENSE-APACHE b/third_party/rust/any_all_workaround/LICENSE-APACHE +rename from third_party/rust/packed_simd/LICENSE-APACHE +rename to third_party/rust/any_all_workaround/LICENSE-APACHE +diff --git a/third_party/rust/packed_simd/LICENSE-MIT b/third_party/rust/any_all_workaround/LICENSE-MIT +rename from third_party/rust/packed_simd/LICENSE-MIT +rename to third_party/rust/any_all_workaround/LICENSE-MIT +diff --git a/third_party/rust/any_all_workaround/LICENSE-MIT-QCMS b/third_party/rust/any_all_workaround/LICENSE-MIT-QCMS +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/LICENSE-MIT-QCMS +@@ -0,0 +1,21 @@ ++qcms ++Copyright (C) 2009-2024 Mozilla Corporation ++Copyright (C) 1998-2007 Marti Maria ++ ++Permission is hereby granted, free of charge, to any person obtaining ++a copy of this software and associated documentation files (the "Software"), ++to deal in the Software without restriction, including without limitation ++the rights to use, copy, modify, merge, publish, distribute, sublicense, ++and/or sell copies of the Software, and to permit persons to whom the Software ++is furnished to do so, subject to the following conditions: ++ ++The above copyright notice and this permission notice shall be included in ++all copies or substantial portions of the Software. ++ ++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ++EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ++THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ++NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ++LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ++OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ++WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +diff --git a/third_party/rust/any_all_workaround/README.md b/third_party/rust/any_all_workaround/README.md +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/README.md +@@ -0,0 +1,13 @@ ++# any_all_workaround ++ ++This is a workaround for bad codegen ([Rust bug](https://github.com/rust-lang/portable-simd/issues/146), [LLVM bug](https://github.com/llvm/llvm-project/issues/50466)) for the `any()` and `all()` reductions for NEON-backed SIMD vectors on 32-bit ARM. On other platforms these delegate to `any()` and `all()` in `core::simd`. ++ ++The plan is to abandon this crate once the LLVM bug is fixed or `core::simd` works around the LLVM bug. ++ ++The code is forked from the [`packed_simd` crate](https://raw.githubusercontent.com/hsivonen/packed_simd/d938e39bee9bc5c222f5f2f2a0df9e53b5ce36ae/src/codegen/reductions/mask/arm.rs). ++ ++This crate requires Nightly Rust as it depends on the `portable_simd` feature. ++ ++# License ++ ++`MIT OR Apache-2.0`, since that's how `packed_simd` is licensed. (The ARM intrinsics Rust version workaround is from qcms, see LICENSE-MIT-QCMS.) +diff --git a/third_party/rust/any_all_workaround/build.rs b/third_party/rust/any_all_workaround/build.rs +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/build.rs +@@ -0,0 +1,7 @@ ++extern crate version_check as rustc; ++ ++fn main() { ++ if rustc::is_min_version("1.78.0").unwrap_or(false) { ++ println!("cargo:rustc-cfg=stdsimd_split"); ++ } ++} +diff --git a/third_party/rust/any_all_workaround/src/lib.rs b/third_party/rust/any_all_workaround/src/lib.rs +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/src/lib.rs +@@ -0,0 +1,110 @@ ++// This code began as a fork of ++// https://raw.githubusercontent.com/rust-lang/packed_simd/d938e39bee9bc5c222f5f2f2a0df9e53b5ce36ae/src/codegen/reductions/mask/arm.rs ++// which didn't have a license header on the file, but Cargo.toml said "MIT OR Apache-2.0". ++// See LICENSE-MIT and LICENSE-APACHE. ++ ++#![no_std] ++#![feature(portable_simd)] ++#![cfg_attr( ++ all( ++ stdsimd_split, ++ target_arch = "arm", ++ target_endian = "little", ++ target_feature = "neon", ++ target_feature = "v7" ++ ), ++ feature(stdarch_arm_neon_intrinsics) ++)] ++#![cfg_attr( ++ all( ++ not(stdsimd_split), ++ target_arch = "arm", ++ target_endian = "little", ++ target_feature = "neon", ++ target_feature = "v7" ++ ), ++ feature(stdsimd) ++)] ++ ++use cfg_if::cfg_if; ++use core::simd::mask16x8; ++use core::simd::mask32x4; ++use core::simd::mask8x16; ++ ++cfg_if! { ++ if #[cfg(all(target_arch = "arm", target_endian = "little", target_feature = "neon", target_feature = "v7"))] { ++ use core::simd::mask8x8; ++ use core::simd::mask16x4; ++ use core::simd::mask32x2; ++ macro_rules! arm_128_v7_neon_impl { ++ ($all:ident, $any:ident, $id:ident, $half:ident, $vpmin:ident, $vpmax:ident) => { ++ #[inline] ++ pub fn $all(s: $id) -> bool { ++ use core::arch::arm::$vpmin; ++ use core::mem::transmute; ++ unsafe { ++ union U { ++ halves: ($half, $half), ++ vec: $id, ++ } ++ let halves = U { vec: s }.halves; ++ let h: $half = transmute($vpmin(transmute(halves.0), transmute(halves.1))); ++ h.all() ++ } ++ } ++ #[inline] ++ pub fn $any(s: $id) -> bool { ++ use core::arch::arm::$vpmax; ++ use core::mem::transmute; ++ unsafe { ++ union U { ++ halves: ($half, $half), ++ vec: $id, ++ } ++ let halves = U { vec: s }.halves; ++ let h: $half = transmute($vpmax(transmute(halves.0), transmute(halves.1))); ++ h.any() ++ } ++ } ++ } ++ } ++ } else { ++ macro_rules! arm_128_v7_neon_impl { ++ ($all:ident, $any:ident, $id:ident, $half:ident, $vpmin:ident, $vpmax:ident) => { ++ #[inline(always)] ++ pub fn $all(s: $id) -> bool { ++ s.all() ++ } ++ #[inline(always)] ++ pub fn $any(s: $id) -> bool { ++ s.any() ++ } ++ } ++ } ++ } ++} ++ ++arm_128_v7_neon_impl!( ++ all_mask8x16, ++ any_mask8x16, ++ mask8x16, ++ mask8x8, ++ vpmin_u8, ++ vpmax_u8 ++); ++arm_128_v7_neon_impl!( ++ all_mask16x8, ++ any_mask16x8, ++ mask16x8, ++ mask16x4, ++ vpmin_u16, ++ vpmax_u16 ++); ++arm_128_v7_neon_impl!( ++ all_mask32x4, ++ any_mask32x4, ++ mask32x4, ++ mask32x2, ++ vpmin_u32, ++ vpmax_u32 ++); +diff --git a/third_party/rust/encoding_rs/Cargo.toml b/third_party/rust/encoding_rs/Cargo.toml +--- third_party/rust/encoding_rs/Cargo.toml ++++ third_party/rust/encoding_rs/Cargo.toml +@@ -6,18 +6,19 @@ + # to registry (e.g., crates.io) dependencies. + # + # If you are reading this file be aware that the original Cargo.toml + # will likely look very different (and much more reasonable). + # See Cargo.toml.orig for the original contents. + + [package] + edition = "2018" ++rust-version = "1.36" + name = "encoding_rs" +-version = "0.8.33" ++version = "0.8.34" + authors = ["Henri Sivonen "] + description = "A Gecko-oriented implementation of the Encoding Standard" + homepage = "https://docs.rs/encoding_rs/" + documentation = "https://docs.rs/encoding_rs/" + readme = "README.md" + keywords = [ + "encoding", + "web", +@@ -31,23 +32,23 @@ categories = [ + "internationalization", + ] + license = "(Apache-2.0 OR MIT) AND BSD-3-Clause" + repository = "https://github.com/hsivonen/encoding_rs" + + [profile.release] + lto = true + ++[dependencies.any_all_workaround] ++version = "0.1.0" ++optional = true ++ + [dependencies.cfg-if] + version = "1.0" + +-[dependencies.packed_simd] +-version = "0.3.9" +-optional = true +- + [dependencies.serde] + version = "1.0" + optional = true + + [dev-dependencies.bincode] + version = "1.0" + + [dev-dependencies.serde_derive] +@@ -69,15 +70,9 @@ fast-legacy-encode = [ + "fast-hanja-encode", + "fast-kanji-encode", + "fast-gb-hanzi-encode", + "fast-big5-hanzi-encode", + ] + less-slow-big5-hanzi-encode = [] + less-slow-gb-hanzi-encode = [] + less-slow-kanji-encode = [] +-simd-accel = [ +- "packed_simd", +- "packed_simd/into_bits", +-] +- +-[badges.travis-ci] +-repository = "hsivonen/encoding_rs" ++simd-accel = ["any_all_workaround"] +diff --git a/third_party/rust/encoding_rs/README.md b/third_party/rust/encoding_rs/README.md +--- third_party/rust/encoding_rs/README.md ++++ third_party/rust/encoding_rs/README.md +@@ -162,50 +162,36 @@ wrappers. + * [C++](https://github.com/hsivonen/recode_cpp) + + ## Optional features + + There are currently these optional cargo features: + + ### `simd-accel` + +-Enables SIMD acceleration using the nightly-dependent `packed_simd` crate. ++Enables SIMD acceleration using the nightly-dependent `portable_simd` standard ++library feature. + + This is an opt-in feature, because enabling this feature _opts out_ of Rust's + guarantees of future compilers compiling old code (aka. "stability story"). + + Currently, this has not been tested to be an improvement except for these +-targets: ++targets and enabling the `simd-accel` feature is expected to break the build ++on other targets: + + * x86_64 + * i686 + * aarch64 + * thumbv7neon + + If you use nightly Rust, you use targets whose first component is one of the + above, and you are prepared _to have to revise your configuration when updating + Rust_, you should enable this feature. Otherwise, please _do not_ enable this + feature. + +-_Note!_ If you are compiling for a target that does not have 128-bit SIMD +-enabled as part of the target definition and you are enabling 128-bit SIMD +-using `-C target_feature`, you need to enable the `core_arch` Cargo feature +-for `packed_simd` to compile a crates.io snapshot of `core_arch` instead of +-using the standard-library copy of `core::arch`, because the `core::arch` +-module of the pre-compiled standard library has been compiled with the +-assumption that the CPU doesn't have 128-bit SIMD. At present this applies +-mainly to 32-bit ARM targets whose first component does not include the +-substring `neon`. +- +-The encoding_rs side of things has not been properly set up for POWER, +-PowerPC, MIPS, etc., SIMD at this time, so even if you were to follow +-the advice from the previous paragraph, you probably shouldn't use +-the `simd-accel` option on the less mainstream architectures at this +-time. +- + Used by Firefox. + + ### `serde` + + Enables support for serializing and deserializing `&'static Encoding`-typed + struct fields using [Serde][1]. + + [1]: https://serde.rs/ +@@ -376,18 +362,19 @@ It is a goal to support the latest stabl + the version of Rust that's used for Firefox Nightly. + + At this time, there is no firm commitment to support a version older than + what's required by Firefox, and there is no commitment to treat MSRV changes + as semver-breaking, because this crate depends on `cfg-if`, which doesn't + appear to treat MSRV changes as semver-breaking, so it would be useless for + this crate to treat MSRV changes as semver-breaking. + +-As of 2021-02-04, MSRV appears to be Rust 1.36.0 for using the crate and ++As of 2024-04-04, MSRV appears to be Rust 1.36.0 for using the crate and + 1.42.0 for doc tests to pass without errors about the global allocator. ++With the `simd-accel` feature, the MSRV is even higher. + + ## Compatibility with rust-encoding + + A compatibility layer that implements the rust-encoding API on top of + encoding_rs is + [provided as a separate crate](https://github.com/hsivonen/encoding_rs_compat) + (cannot be uploaded to crates.io). The compatibility layer was originally + written with the assuption that Firefox would need it, but it is not currently +@@ -441,20 +428,27 @@ To regenerate the generated code: + - [x] Implement the rust-encoding API in terms of encoding_rs. + - [x] Add SIMD acceleration for Aarch64. + - [x] Investigate the use of NEON on 32-bit ARM. + - [ ] ~Investigate Björn Höhrmann's lookup table acceleration for UTF-8 as + adapted to Rust in rust-encoding.~ + - [x] Add actually fast CJK encode options. + - [ ] ~Investigate [Bob Steagall's lookup table acceleration for UTF-8](https://github.com/BobSteagall/CppNow2018/blob/master/FastConversionFromUTF-8/Fast%20Conversion%20From%20UTF-8%20with%20C%2B%2B%2C%20DFAs%2C%20and%20SSE%20Intrinsics%20-%20Bob%20Steagall%20-%20C%2B%2BNow%202018.pdf).~ + - [x] Provide a build mode that works without `alloc` (with lesser API surface). +-- [ ] Migrate to `std::simd` once it is stable and declare 1.0. ++- [x] Migrate to `std::simd` ~once it is stable and declare 1.0.~ ++- [ ] Migrate `unsafe` slice access by larger types than `u8`/`u16` to `align_to`. + + ## Release Notes + ++### 0.8.34 ++ ++* Use the `portable_simd` nightly feature of the standard library instead of the `packed_simd` crate. Only affects the `simd-accel` optional nightly feature. ++* Internal documentation improvements and minor code improvements around `unsafe`. ++* Added `rust-version` to `Cargo.toml`. ++ + ### 0.8.33 + + * Use `packed_simd` instead of `packed_simd_2` again now that updates are back under the `packed_simd` name. Only affects the `simd-accel` optional nightly feature. + + ### 0.8.32 + + * Removed `build.rs`. (This removal should resolve false positives reported by some antivirus products. This may break some build configurations that have opted out of Rust's guarantees against future build breakage.) + * Internal change to what API is used for reinterpreting the lane configuration of SIMD vectors. +diff --git a/third_party/rust/encoding_rs/src/ascii.rs b/third_party/rust/encoding_rs/src/ascii.rs +--- third_party/rust/encoding_rs/src/ascii.rs ++++ third_party/rust/encoding_rs/src/ascii.rs +@@ -46,71 +46,87 @@ cfg_if! { + #[allow(dead_code)] + #[inline(always)] + fn likely(b: bool) -> bool { + b + } + } + } + ++// Safety invariants for masks: data & mask = 0 for valid ASCII or basic latin utf-16 ++ + // `as` truncates, so works on 32-bit, too. + #[allow(dead_code)] + pub const ASCII_MASK: usize = 0x8080_8080_8080_8080u64 as usize; + + // `as` truncates, so works on 32-bit, too. + #[allow(dead_code)] + pub const BASIC_LATIN_MASK: usize = 0xFF80_FF80_FF80_FF80u64 as usize; + + #[allow(unused_macros)] + macro_rules! ascii_naive { + ($name:ident, $src_unit:ty, $dst_unit:ty) => { ++ /// Safety: src and dst must have len_unit elements and be aligned ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + // Yes, manually omitting the bound check here matters + // a lot for perf. + for i in 0..len { ++ // Safety: len invariant used here + let code_unit = *(src.add(i)); ++ // Safety: Upholds safety-usable invariant here + if code_unit > 127 { + return Some((code_unit, i)); + } ++ // Safety: len invariant used here + *(dst.add(i)) = code_unit as $dst_unit; + } + return None; + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_alu { + ($name:ident, ++ // safety invariant: src/dst MUST be u8 + $src_unit:ty, + $dst_unit:ty, ++ // Safety invariant: stride_fn must consume and produce two usizes, and return the index of the first non-ascii when it fails + $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cast_ptr_alignment))] + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch until we are aligned to usize + let mut until_alignment = { + // Check if the other unit aligns if we move the narrower unit + // to alignment. + // if ::core::mem::size_of::<$src_unit>() == ::core::mem::size_of::<$dst_unit>() { + // ascii_to_ascii + let src_alignment = (src as usize) & ALU_ALIGNMENT_MASK; + let dst_alignment = (dst as usize) & ALU_ALIGNMENT_MASK; + if src_alignment != dst_alignment { ++ // Safety: bails early and ends up in the naïve branch where usize-alignment doesn't matter + break; + } + (ALU_ALIGNMENT - src_alignment) & ALU_ALIGNMENT_MASK + // } else if ::core::mem::size_of::<$src_unit>() < ::core::mem::size_of::<$dst_unit>() { + // ascii_to_basic_latin + // let src_until_alignment = (ALIGNMENT - ((src as usize) & ALIGNMENT_MASK)) & ALIGNMENT_MASK; + // if (dst.add(src_until_alignment) as usize) & ALIGNMENT_MASK != 0 { + // break; +@@ -129,74 +145,104 @@ macro_rules! ascii_alu { + // Moving pointers to alignment seems to be a pessimization on + // x86_64 for operations that have UTF-16 as the internal + // Unicode representation. However, since it seems to be a win + // on ARM (tested ARMv7 code running on ARMv8 [rpi3]), except + // mixed results when encoding from UTF-16 and since x86 and + // x86_64 should be using SSE2 in due course, keeping the move + // to alignment here. It would be good to test on more ARM CPUs + // and on real MIPS and POWER hardware. ++ // ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { ++ // Safety: num_ascii is known to be a byte index of a non-ascii byte due to stride_fn's invariant + if let Some(num_ascii) = $stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ) { + offset += num_ascii; ++ // Safety: Upholds safety-usable invariant here by indexing into non-ascii byte + return Some((*(src.add(offset)), offset)); + } ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ ++ // Safety: This is the naïve code, same as ascii_naive, and has no requirements ++ // other than src/dst being valid for the the right lens + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } ++ // Safety: len invariant used here + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! basic_latin_alu { + ($name:ident, ++ // safety invariant: use u8 for src/dest for ascii, and u16 for basic_latin + $src_unit:ty, + $dst_unit:ty, ++ // safety invariant: stride function must munch ALU_STRIDE_SIZE*size(src_unit) bytes off of src and ++ // write ALU_STRIDE_SIZE*size(dst_unit) bytes to dst + $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[cfg_attr( + feature = "cargo-clippy", + allow(never_loop, cast_ptr_alignment, cast_lossless) + )] + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch from src/dest until we are aligned to usize ++ // We ensure basic-latin has the same alignment as ascii, starting with ascii since it is smaller. + let mut until_alignment = { + // Check if the other unit aligns if we move the narrower unit + // to alignment. + // if ::core::mem::size_of::<$src_unit>() == ::core::mem::size_of::<$dst_unit>() { + // ascii_to_ascii + // let src_alignment = (src as usize) & ALIGNMENT_MASK; + // let dst_alignment = (dst as usize) & ALIGNMENT_MASK; + // if src_alignment != dst_alignment { +@@ -232,66 +278,89 @@ macro_rules! basic_latin_alu { + // Moving pointers to alignment seems to be a pessimization on + // x86_64 for operations that have UTF-16 as the internal + // Unicode representation. However, since it seems to be a win + // on ARM (tested ARMv7 code running on ARMv8 [rpi3]), except + // mixed results when encoding from UTF-16 and since x86 and + // x86_64 should be using SSE2 in due course, keeping the move + // to alignment here. It would be good to test on more ARM CPUs + // and on real MIPS and POWER hardware. ++ // ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { + if !$stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ) { + break; + } ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ // Safety: This is the naïve code once again, for leftover bytes + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } ++ // Safety: len invariant used here + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_alu { ++ // safety invariant: stride function must munch ALU_STRIDE_SIZE*size(src_unit) bytes off of src and ++ // write ALU_STRIDE_SIZE*size(dst_unit) bytes to dst + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write + #[cfg_attr( + feature = "cargo-clippy", + allow(never_loop, cast_ptr_alignment, cast_lossless) + )] + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch from src/dest until we are aligned to usize ++ // We ensure the UTF-16 side has the same alignment as the Latin-1 side, starting with Latin-1 since it is smaller. + let mut until_alignment = { + if ::core::mem::size_of::<$src_unit>() < ::core::mem::size_of::<$dst_unit>() { + // unpack + let src_until_alignment = (ALU_ALIGNMENT + - ((src as usize) & ALU_ALIGNMENT_MASK)) + & ALU_ALIGNMENT_MASK; + if (dst.wrapping_add(src_until_alignment) as usize) & ALU_ALIGNMENT_MASK + != 0 +@@ -308,373 +377,485 @@ macro_rules! latin1_alu { + != 0 + { + break; + } + dst_until_alignment + } + }; + if until_alignment + ALU_STRIDE_SIZE <= len { ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { + $stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ); ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ // Safety: This is the naïve code once again, for leftover bytes + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_check_align { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + // XXX Should we first process one stride unconditionally as unaligned to + // avoid the cost of the branchiness below if the first stride fails anyway? + // XXX Should we just use unaligned SSE2 access unconditionally? It seems that + // on Haswell, it would make sense to just use unaligned and not bother + // checking. Need to benchmark older architectures before deciding. + let dst_masked = (dst as usize) & SIMD_ALIGNMENT_MASK; ++ // Safety: checking whether src is aligned + if ((src as usize) & SIMD_ALIGNMENT_MASK) == 0 { ++ // Safety: Checking whether dst is aligned + if dst_masked == 0 { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_both_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_src_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + } else { + if dst_masked == 0 { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_dst_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + } + } + while offset < len { ++ // Safety: uses len invariant here and below + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: upholds safety-usable invariant + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_check_align_unrolled { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing 2*SIMD_STRIDE_SIZE src_unit/dst_unit + $double_stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing 2*SIMD_STRIDE_SIZE src_unit/dst_unit + $double_stride_src_aligned:ident + ) => { +- #[inline(always)] ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let unit_size = ::core::mem::size_of::<$src_unit>(); + let mut offset = 0usize; + // This loop is only broken out of as a goto forward without + // actually looping + 'outer: loop { ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + // First, process one unaligned ++ // Safety: this is safe to call since we're valid for this read/write + if !$stride_neither_aligned(src, dst) { + break 'outer; + } + offset = SIMD_STRIDE_SIZE; + + // We have now seen 16 ASCII bytes. Let's guess that + // there will be enough more to justify more expense + // in the case of non-ASCII. + // Use aligned reads for the sake of old microachitectures. ++ // ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is less that SIMD_ALIGNMENT, which is also SIMD_STRIDE_SIZE (as documented) + let until_alignment = ((SIMD_ALIGNMENT + - ((src.add(offset) as usize) & SIMD_ALIGNMENT_MASK)) + & SIMD_ALIGNMENT_MASK) + / unit_size; +- // This addition won't overflow, because even in the 32-bit PAE case the ++ // Safety: This addition won't overflow, because even in the 32-bit PAE case the + // address space holds enough code that the slice length can't be that + // close to address space size. + // offset now equals SIMD_STRIDE_SIZE, hence times 3 below. ++ // ++ // Safety: if this check succeeds we're valid for reading/writing at least `2 * SIMD_STRIDE_SIZE` elements plus `until_alignment`. ++ // The extra SIMD_STRIDE_SIZE in the condition is because `offset` is already `SIMD_STRIDE_SIZE`. + if until_alignment + (SIMD_STRIDE_SIZE * 3) <= len { + if until_alignment != 0 { ++ // Safety: this is safe to call since we're valid for this read/write (and more), and don't care about alignment ++ // This will copy over bytes that get decoded twice since it's not incrementing `offset` by SIMD_STRIDE_SIZE. This is fine. + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += until_alignment; + } ++ // Safety: At this point we're valid for reading/writing 2*SIMD_STRIDE_SIZE elements ++ // Safety: Now `offset` is aligned for `src` + let len_minus_stride_times_two = len - (SIMD_STRIDE_SIZE * 2); ++ // Safety: This is whether dst is aligned + let dst_masked = (dst.add(offset) as usize) & SIMD_ALIGNMENT_MASK; + if dst_masked == 0 { + loop { ++ // Safety: both are aligned, we can call the aligned function. We're valid for reading/writing double stride from the initial condition ++ // and the loop break condition below + if let Some(advance) = + $double_stride_both_aligned(src.add(offset), dst.add(offset)) + { + offset += advance; + let code_unit = *(src.add(offset)); ++ // Safety: uses safety-usable invariant on ascii_to_ascii_simd_double_stride to return ++ // guaranteed non-ascii + return Some((code_unit, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: We're valid for reading/writing one more, and can still assume alignment + if offset + SIMD_STRIDE_SIZE <= len { + if !$stride_both_aligned(src.add(offset), dst.add(offset)) { + break 'outer; + } + offset += SIMD_STRIDE_SIZE; + } + } else { + loop { ++ // Safety: only src is aligned here. We're valid for reading/writing double stride from the initial condition ++ // and the loop break condition below + if let Some(advance) = + $double_stride_src_aligned(src.add(offset), dst.add(offset)) + { + offset += advance; + let code_unit = *(src.add(offset)); ++ // Safety: uses safety-usable invariant on ascii_to_ascii_simd_double_stride to return ++ // guaranteed non-ascii + return Some((code_unit, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. ++ + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: We're valid for reading/writing one more, and can still assume alignment + if offset + SIMD_STRIDE_SIZE <= len { + if !$stride_src_aligned(src.add(offset), dst.add(offset)) { + break 'outer; + } + offset += SIMD_STRIDE_SIZE; + } + } + } else { + // At most two iterations, so unroll + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: The check above ensures we're allowed to read/write this, and we don't use alignment + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: The check above ensures we're allowed to read/write this, and we don't use alignment + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; + } + } + } + } + break 'outer; + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_check_align { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident ++ + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; ++ // Whether dst is aligned + let dst_masked = (dst as usize) & SIMD_ALIGNMENT_MASK; ++ // Whether src is aligned + if ((src as usize) & SIMD_ALIGNMENT_MASK) == 0 { + if dst_masked == 0 { + loop { ++ // Safety: Both were aligned, we can use the aligned function + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: src was aligned, dst was not + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } + } else { + if dst_masked == 0 { + loop { ++ // Safety: src was aligned, dst was not + $stride_dst_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: Neither were aligned + $stride_neither_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } + } + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_check_align_unrolled { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let unit_size = ::core::mem::size_of::<$src_unit>(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is by definition less than SIMD_STRIDE_SIZE. + let mut until_alignment = ((SIMD_STRIDE_SIZE + - ((src as usize) & SIMD_ALIGNMENT_MASK)) + & SIMD_ALIGNMENT_MASK) + / unit_size; + while until_alignment != 0 { ++ // Safety: This is a straightforward copy, since until_alignment is < SIMD_STRIDE_SIZE < len, this is in-bounds + *(dst.add(offset)) = *(src.add(offset)) as $dst_unit; + offset += 1; + until_alignment -= 1; + } ++ // Safety: here offset will be `until_alignment`, i.e. enough to align `src`. + let len_minus_stride = len - SIMD_STRIDE_SIZE; ++ // Safety: if this check succeeds we're valid for reading/writing at least `2 * SIMD_STRIDE_SIZE` elements. + if offset + SIMD_STRIDE_SIZE * 2 <= len { + let len_minus_stride_times_two = len_minus_stride - SIMD_STRIDE_SIZE; ++ // Safety: at this point src is known to be aligned at offset, dst is not. + if (dst.add(offset) as usize) & SIMD_ALIGNMENT_MASK == 0 { + loop { ++ // Safety: We checked alignment of dst above, we can use the alignment functions. We're allowed to read/write 2*SIMD_STRIDE_SIZE elements, which we do. + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } + } else { + loop { ++ // Safety: we ensured alignment of src already. + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } + } + } ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we are valid to munch SIMD_STRIDE_SIZE more elements, which we do + if offset < len_minus_stride { + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + } + } + while offset < len { ++ // Safety: uses len invariant here and below + let code_unit = *(src.add(offset)); + // On x86_64, this loop autovectorizes but in the pack + // case there are instructions whose purpose is to make sure + // each u16 in the vector is truncated before packing. However, + // since we don't care about saturating behavior of SSE2 packing + // when the input isn't Latin1, those instructions are useless. + // Unfortunately, using the `assume` intrinsic to lie to the + // optimizer doesn't make LLVM omit the trunctation that we +@@ -688,138 +869,180 @@ macro_rules! latin1_simd_check_align_unr + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_unalign { ++ // Safety: stride_neither_aligned must be a function that requires src/dest be valid for unaligned reads/writes for SIMD_STRIDE_SIZE elements of type src_unit/dest_unit + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_neither_aligned:ident) => { ++ /// Safety: src and dst must be valid for reads/writes of len elements of type src_unit/dst_unit ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: We know we're valid for `stride` reads/writes, so we can call this function. We don't need alignment. + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - stride` which means we always have at least `stride` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { ++ // Safety: Uses len invariant here and below + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_unalign { ++ // Safety: stride_neither_aligned must be a function that requires src/dest be valid for unaligned reads/writes for SIMD_STRIDE_SIZE elements of type src_unit/dest_unit + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_neither_aligned:ident) => { ++ /// Safety: src and dst must be valid for unaligned reads/writes of len elements of type src_unit/dst_unit + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: We know we're valid for `stride` reads/writes, so we can call this function. We don't need alignment. + $stride_neither_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - stride` which means we always have at least `stride` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { ++ // Safety: Uses len invariant here + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_ascii_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u8) -> bool { + let simd = $load(src); + if !simd_is_ascii(simd) { + return false; + } + $store(dst, simd); + true + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_ascii_simd_double_stride { ++ // Safety: store must be valid for 32 bytes of write, which may be unaligned (candidates: `store(8|16)_(aligned|unaligned)`) + ($name:ident, $store:ident) => { ++ /// Safety: src must be valid for 32 bytes of aligned u8x16 read ++ /// dst must be valid for 32 bytes of unaligned write according to ++ /// the $store fn, which may allow for unaligned writes or require ++ /// alignment to either 16x8 or u8x16. ++ /// ++ /// Safety-usable invariant: Returns Some(index) if the element at `index` is invalid ASCII + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u8) -> Option { + let first = load16_aligned(src); + let second = load16_aligned(src.add(SIMD_STRIDE_SIZE)); + $store(dst, first); + if unlikely(!simd_is_ascii(first | second)) { ++ // Safety: mask_ascii produces a mask of all the high bits. + let mask_first = mask_ascii(first); + if mask_first != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src ++ // TODO SAFETY: What about big-endian systems? + return Some(mask_first.trailing_zeros() as usize); + } + $store(dst.add(SIMD_STRIDE_SIZE), second); + let mask_second = mask_ascii(second); ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + return Some(SIMD_STRIDE_SIZE + mask_second.trailing_zeros() as usize); + } + $store(dst.add(SIMD_STRIDE_SIZE), second); + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_basic_latin_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16/32 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) -> bool { + let simd = $load(src); + if !simd_is_ascii(simd) { + return false; + } + let (first, second) = simd_unpack(simd); + $store(dst, first); + $store(dst.add(8), second); + true + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_basic_latin_simd_double_stride { ++ // Safety: store must be valid for 16 bytes of write, which may be unaligned + ($name:ident, $store:ident) => { ++ /// Safety: src must be valid for 2*SIMD_STRIDE_SIZE bytes of aligned reads, ++ /// aligned to either 16x8 or u8x16. ++ /// dst must be valid for 2*SIMD_STRIDE_SIZE bytes of aligned or unaligned reads + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) -> Option { + let first = load16_aligned(src); + let second = load16_aligned(src.add(SIMD_STRIDE_SIZE)); + let (a, b) = simd_unpack(first); + $store(dst, a); ++ // Safety: divide by 2 since it's a u16 pointer + $store(dst.add(SIMD_STRIDE_SIZE / 2), b); + if unlikely(!simd_is_ascii(first | second)) { + let mask_first = mask_ascii(first); + if mask_first != 0 { + return Some(mask_first.trailing_zeros() as usize); + } + let (c, d) = simd_unpack(second); + $store(dst.add(SIMD_STRIDE_SIZE), c); +@@ -832,47 +1055,59 @@ macro_rules! ascii_to_basic_latin_simd_d + $store(dst.add(SIMD_STRIDE_SIZE + (SIMD_STRIDE_SIZE / 2)), d); + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! unpack_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) { + let simd = $load(src); + let (first, second) = simd_unpack(simd); + $store(dst, first); + $store(dst.add(8), second); + } + }; + } + + #[allow(unused_macros)] + macro_rules! basic_latin_to_ascii_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 32/16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u16, dst: *mut u8) -> bool { + let first = $load(src); + let second = $load(src.add(8)); + if simd_is_basic_latin(first | second) { + $store(dst, simd_pack(first, second)); + true + } else { + false + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! pack_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 32/16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u16, dst: *mut u8) { + let first = $load(src); + let second = $load(src.add(8)); + $store(dst, simd_pack(first, second)); + } + }; + } +@@ -888,24 +1123,28 @@ cfg_if! { + // pub const ALIGNMENT: usize = 8; + + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const ALU_ALIGNMENT: usize = 8; + + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently produce ++ // neither_unaligned variants using only unaligned inputs. + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_neither_aligned, load16_unaligned, store16_unaligned); + + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_neither_aligned, load16_unaligned, store8_unaligned); + unpack_simd_stride!(unpack_stride_neither_aligned, load16_unaligned, store8_unaligned); + + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + pack_simd_stride!(pack_stride_neither_aligned, load8_unaligned, store16_unaligned); + ++ // Safety for conversion macros: We use the unalign macro with unalign functions above. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. + ascii_simd_unalign!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_neither_aligned); + ascii_simd_unalign!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_neither_aligned); + ascii_simd_unalign!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_unalign!(unpack_latin1, u8, u16, unpack_stride_neither_aligned); + latin1_simd_unalign!(pack_latin1, u16, u8, pack_stride_neither_aligned); + } else if #[cfg(all(feature = "simd-accel", target_endian = "little", target_feature = "neon"))] { + // SIMD with different instructions for aligned and unaligned loads and stores. + // +@@ -914,16 +1153,19 @@ cfg_if! { + // but the benchmark results I see don't agree. + + pub const SIMD_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + + pub const SIMD_ALIGNMENT_MASK: usize = 15; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently name ++ // aligned/unaligned functions according to src/dst being aligned/unaligned ++ + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_both_aligned, load16_aligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_src_aligned, load16_aligned, store16_unaligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_dst_aligned, load16_unaligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_neither_aligned, load16_unaligned, store16_unaligned); + + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_both_aligned, load16_aligned, store8_aligned); + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_src_aligned, load16_aligned, store8_unaligned); + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_dst_aligned, load16_unaligned, store8_aligned); +@@ -939,36 +1181,43 @@ cfg_if! { + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_dst_aligned, load8_unaligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + + pack_simd_stride!(pack_stride_both_aligned, load8_aligned, store16_aligned); + pack_simd_stride!(pack_stride_src_aligned, load8_aligned, store16_unaligned); + pack_simd_stride!(pack_stride_dst_aligned, load8_unaligned, store16_aligned); + pack_simd_stride!(pack_stride_neither_aligned, load8_unaligned, store16_unaligned); + ++ // Safety for conversion macros: We use the correct pattern of both/src/dst/neither here. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. ++ + ascii_simd_check_align!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_both_aligned, ascii_to_ascii_stride_src_aligned, ascii_to_ascii_stride_dst_aligned, ascii_to_ascii_stride_neither_aligned); + ascii_simd_check_align!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_both_aligned, ascii_to_basic_latin_stride_src_aligned, ascii_to_basic_latin_stride_dst_aligned, ascii_to_basic_latin_stride_neither_aligned); + ascii_simd_check_align!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_both_aligned, basic_latin_to_ascii_stride_src_aligned, basic_latin_to_ascii_stride_dst_aligned, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_check_align!(unpack_latin1, u8, u16, unpack_stride_both_aligned, unpack_stride_src_aligned, unpack_stride_dst_aligned, unpack_stride_neither_aligned); + latin1_simd_check_align!(pack_latin1, u16, u8, pack_stride_both_aligned, pack_stride_src_aligned, pack_stride_dst_aligned, pack_stride_neither_aligned); + } else if #[cfg(all(feature = "simd-accel", target_feature = "sse2"))] { + // SIMD with different instructions for aligned and unaligned loads and stores. + // + // Newer microarchitectures are not supposed to have a performance difference between + // aligned and unaligned SSE2 loads and stores when the address is actually aligned, + // but the benchmark results I see don't agree. + + pub const SIMD_STRIDE_SIZE: usize = 16; + ++ /// Safety-usable invariant: This should be identical to SIMD_STRIDE_SIZE (used by ascii_simd_check_align_unrolled) + pub const SIMD_ALIGNMENT: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + + pub const SIMD_ALIGNMENT_MASK: usize = 15; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently name ++ // aligned/unaligned functions according to src/dst being aligned/unaligned ++ + ascii_to_ascii_simd_double_stride!(ascii_to_ascii_simd_double_stride_both_aligned, store16_aligned); + ascii_to_ascii_simd_double_stride!(ascii_to_ascii_simd_double_stride_src_aligned, store16_unaligned); + + ascii_to_basic_latin_simd_double_stride!(ascii_to_basic_latin_simd_double_stride_both_aligned, store8_aligned); + ascii_to_basic_latin_simd_double_stride!(ascii_to_basic_latin_simd_double_stride_src_aligned, store8_unaligned); + + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_both_aligned, load16_aligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_src_aligned, load16_aligned, store16_unaligned); +@@ -984,33 +1233,43 @@ cfg_if! { + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_both_aligned, load8_aligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_src_aligned, load8_aligned, store16_unaligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_dst_aligned, load8_unaligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + + pack_simd_stride!(pack_stride_both_aligned, load8_aligned, store16_aligned); + pack_simd_stride!(pack_stride_src_aligned, load8_aligned, store16_unaligned); + ++ // Safety for conversion macros: We use the correct pattern of both/src/dst/neither/double_both/double_src here. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. ++ + ascii_simd_check_align_unrolled!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_both_aligned, ascii_to_ascii_stride_src_aligned, ascii_to_ascii_stride_neither_aligned, ascii_to_ascii_simd_double_stride_both_aligned, ascii_to_ascii_simd_double_stride_src_aligned); + ascii_simd_check_align_unrolled!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_both_aligned, ascii_to_basic_latin_stride_src_aligned, ascii_to_basic_latin_stride_neither_aligned, ascii_to_basic_latin_simd_double_stride_both_aligned, ascii_to_basic_latin_simd_double_stride_src_aligned); + + ascii_simd_check_align!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_both_aligned, basic_latin_to_ascii_stride_src_aligned, basic_latin_to_ascii_stride_dst_aligned, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_check_align_unrolled!(unpack_latin1, u8, u16, unpack_stride_both_aligned, unpack_stride_src_aligned, unpack_stride_dst_aligned, unpack_stride_neither_aligned); + latin1_simd_check_align_unrolled!(pack_latin1, u16, u8, pack_stride_both_aligned, pack_stride_src_aligned, pack_stride_dst_aligned, pack_stride_neither_aligned); + } else if #[cfg(all(target_endian = "little", target_pointer_width = "64"))] { + // Aligned ALU word, little-endian, 64-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 8; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0x0000_0000_FF00_0000usize & word) << 24) | + ((0x0000_0000_00FF_0000usize & word) << 16) | + ((0x0000_0000_0000_FF00usize & word) << 8) | + (0x0000_0000_0000_00FFusize & word); + let second = ((0xFF00_0000_0000_0000usize & word) >> 8) | + ((0x00FF_0000_0000_0000usize & word) >> 16) | +@@ -1019,22 +1278,24 @@ cfg_if! { + let third = ((0x0000_0000_FF00_0000usize & second_word) << 24) | + ((0x0000_0000_00FF_0000usize & second_word) << 16) | + ((0x0000_0000_0000_FF00usize & second_word) << 8) | + (0x0000_0000_0000_00FFusize & second_word); + let fourth = ((0xFF00_0000_0000_0000usize & second_word) >> 8) | + ((0x00FF_0000_0000_0000usize & second_word) >> 16) | + ((0x0000_FF00_0000_0000usize & second_word) >> 24) | + ((0x0000_00FF_0000_0000usize & second_word) >> 32); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000_0000_0000usize & second) << 8) | + ((0x0000_00FF_0000_0000usize & second) << 16) | + ((0x0000_0000_00FF_0000usize & second) << 24) | + ((0x0000_0000_0000_00FFusize & second) << 32) | + ((0x00FF_0000_0000_0000usize & first) >> 24) | + ((0x0000_00FF_0000_0000usize & first) >> 16) | +@@ -1043,70 +1304,88 @@ cfg_if! { + let second_word = ((0x00FF_0000_0000_0000usize & fourth) << 8) | + ((0x0000_00FF_0000_0000usize & fourth) << 16) | + ((0x0000_0000_00FF_0000usize & fourth) << 24) | + ((0x0000_0000_0000_00FFusize & fourth) << 32) | + ((0x00FF_0000_0000_0000usize & third) >> 24) | + ((0x0000_00FF_0000_0000usize & third) >> 16) | + ((0x0000_0000_00FF_0000usize & third) >> 8) | + (0x0000_0000_0000_00FFusize & third); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "little", target_pointer_width = "32"))] { + // Aligned ALU word, little-endian, 32-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const MAX_STRIDE_SIZE: usize = 8; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 4; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 3; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0x0000_FF00usize & word) << 8) | + (0x0000_00FFusize & word); + let second = ((0xFF00_0000usize & word) >> 8) | + ((0x00FF_0000usize & word) >> 16); + let third = ((0x0000_FF00usize & second_word) << 8) | + (0x0000_00FFusize & second_word); + let fourth = ((0xFF00_0000usize & second_word) >> 8) | + ((0x00FF_0000usize & second_word) >> 16); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000usize & second) << 8) | + ((0x0000_00FFusize & second) << 16) | + ((0x00FF_0000usize & first) >> 8) | + (0x0000_00FFusize & first); + let second_word = ((0x00FF_0000usize & fourth) << 8) | + ((0x0000_00FFusize & fourth) << 16) | + ((0x00FF_0000usize & third) >> 8) | + (0x0000_00FFusize & third); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "big", target_pointer_width = "64"))] { + // Aligned ALU word, big-endian, 64-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 8; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0xFF00_0000_0000_0000usize & word) >> 8) | + ((0x00FF_0000_0000_0000usize & word) >> 16) | + ((0x0000_FF00_0000_0000usize & word) >> 24) | + ((0x0000_00FF_0000_0000usize & word) >> 32); + let second = ((0x0000_0000_FF00_0000usize & word) << 24) | + ((0x0000_0000_00FF_0000usize & word) << 16) | +@@ -1115,22 +1394,24 @@ cfg_if! { + let third = ((0xFF00_0000_0000_0000usize & second_word) >> 8) | + ((0x00FF_0000_0000_0000usize & second_word) >> 16) | + ((0x0000_FF00_0000_0000usize & second_word) >> 24) | + ((0x0000_00FF_0000_0000usize & second_word) >> 32); + let fourth = ((0x0000_0000_FF00_0000usize & second_word) << 24) | + ((0x0000_0000_00FF_0000usize & second_word) << 16) | + ((0x0000_0000_0000_FF00usize & second_word) << 8) | + (0x0000_0000_0000_00FFusize & second_word); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF0000_00000000usize & first) << 8) | + ((0x000000FF_00000000usize & first) << 16) | + ((0x00000000_00FF0000usize & first) << 24) | + ((0x00000000_000000FFusize & first) << 32) | + ((0x00FF0000_00000000usize & second) >> 24) | + ((0x000000FF_00000000usize & second) >> 16) | +@@ -1139,67 +1420,80 @@ cfg_if! { + let second_word = ((0x00FF0000_00000000usize & third) << 8) | + ((0x000000FF_00000000usize & third) << 16) | + ((0x00000000_00FF0000usize & third) << 24) | + ((0x00000000_000000FFusize & third) << 32) | + ((0x00FF0000_00000000usize & fourth) >> 24) | + ((0x000000FF_00000000usize & fourth) >> 16) | + ((0x00000000_00FF0000usize & fourth) >> 8) | + (0x00000000_000000FFusize & fourth); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "big", target_pointer_width = "32"))] { + // Aligned ALU word, big-endian, 32-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const MAX_STRIDE_SIZE: usize = 8; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 4; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 3; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0xFF00_0000usize & word) >> 8) | + ((0x00FF_0000usize & word) >> 16); + let second = ((0x0000_FF00usize & word) << 8) | + (0x0000_00FFusize & word); + let third = ((0xFF00_0000usize & second_word) >> 8) | + ((0x00FF_0000usize & second_word) >> 16); + let fourth = ((0x0000_FF00usize & second_word) << 8) | + (0x0000_00FFusize & second_word); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000usize & first) << 8) | + ((0x0000_00FFusize & first) << 16) | + ((0x00FF_0000usize & second) >> 8) | + (0x0000_00FFusize & second); + let second_word = ((0x00FF_0000usize & third) << 8) | + ((0x0000_00FFusize & third) << 16) | + ((0x00FF_0000usize & fourth) >> 8) | + (0x0000_00FFusize & fourth); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else { + ascii_naive!(ascii_to_ascii, u8, u8); + ascii_naive!(ascii_to_basic_latin, u8, u16); + ascii_naive!(basic_latin_to_ascii, u16, u8); + } + } + + cfg_if! { ++ // Safety-usable invariant: this counts the zeroes from the "first byte" of utf-8 data packed into a usize ++ // with the target endianness + if #[cfg(target_endian = "little")] { + #[allow(dead_code)] + #[inline(always)] + fn count_zeros(word: usize) -> u32 { + word.trailing_zeros() + } + } else { + #[allow(dead_code)] +@@ -1207,208 +1501,272 @@ cfg_if! { + fn count_zeros(word: usize) -> u32 { + word.leading_zeros() + } + } + } + + cfg_if! { + if #[cfg(all(feature = "simd-accel", target_endian = "little", target_arch = "disabled"))] { ++ /// Safety-usable invariant: Will return the value and position of the first non-ASCII byte in the slice in a Some if found. ++ /// In other words, the first element of the Some is always `> 127` + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: src at offset is valid for a `SIMD_STRIDE_SIZE` read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + if !simd_is_ascii(simd) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety: Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + } else if #[cfg(all(feature = "simd-accel", target_feature = "sse2"))] { ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + // First, process one unaligned vector ++ // Safety: src is valid for a `SIMD_STRIDE_SIZE` read + let simd = unsafe { load16_unaligned(src) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset = mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; + return Some((non_ascii, offset)); + } + offset = SIMD_STRIDE_SIZE; ++ // Safety: Now that offset has changed we don't yet know how much it is valid for + + // We have now seen 16 ASCII bytes. Let's guess that + // there will be enough more to justify more expense + // in the case of non-ASCII. + // Use aligned reads for the sake of old microachitectures. ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is by definition less than SIMD_ALIGNMENT, which is defined to be equal to SIMD_STRIDE_SIZE. + let until_alignment = unsafe { (SIMD_ALIGNMENT - ((src.add(offset) as usize) & SIMD_ALIGNMENT_MASK)) & SIMD_ALIGNMENT_MASK }; + // This addition won't overflow, because even in the 32-bit PAE case the + // address space holds enough code that the slice length can't be that + // close to address space size. + // offset now equals SIMD_STRIDE_SIZE, hence times 3 below. ++ // ++ // Safety: if this check succeeds we're valid for reading at least `2 * SIMD_STRIDE_SIZE` elements plus `until_alignment`. ++ // The extra SIMD_STRIDE_SIZE in the condition is because `offset` is already `SIMD_STRIDE_SIZE`. + if until_alignment + (SIMD_STRIDE_SIZE * 3) <= len { + if until_alignment != 0 { ++ // Safety: this is safe to call since we're valid for this read (and more), and don't care about alignment ++ // This will copy over bytes that get decoded twice since it's not incrementing `offset` by SIMD_STRIDE_SIZE. This is fine. + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; + return Some((non_ascii, offset)); + } + offset += until_alignment; + } ++ // Safety: At this point we're valid for reading 2*SIMD_STRIDE_SIZE elements ++ // Safety: Now `offset` is aligned for `src` + let len_minus_stride_times_two = len - (SIMD_STRIDE_SIZE * 2); + loop { ++ // Safety: We were valid for this read, and were aligned. + let first = unsafe { load16_aligned(src.add(offset)) }; + let second = unsafe { load16_aligned(src.add(offset + SIMD_STRIDE_SIZE)) }; + if !simd_is_ascii(first | second) { ++ // Safety: mask_ascii produces a mask of all the high bits. + let mask_first = mask_ascii(first); + if mask_first != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src ++ // TODO SAFETY: What about big-endian systems? + offset += mask_first.trailing_zeros() as usize; + } else { + let mask_second = mask_ascii(second); ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + offset += SIMD_STRIDE_SIZE + mask_second.trailing_zeros() as usize; + } ++ // Safety: We know this is non-ASCII, and can uphold the safety-usable invariant here + let non_ascii = unsafe { *src.add(offset) }; ++ + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { +- let simd = unsafe { load16_aligned(src.add(offset)) }; +- let mask = mask_ascii(simd); ++ // Safety: We were valid for this read, and were aligned. ++ let simd = unsafe { load16_aligned(src.add(offset)) }; ++ // Safety: mask_ascii produces a mask of all the high bits. ++ let mask = mask_ascii(simd); + if mask != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety: We know this is non-ASCII, and can uphold the safety-usable invariant here + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; + } + } else { ++ // Safety: this is the unaligned branch + // At most two iterations, so unroll ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: We're valid for this read but must use an unaligned read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety-usable invariant upheld here (same as above) + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: We're valid for this read but must use an unaligned read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety-usable invariant upheld here (same as above) + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; + } + } + } + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = unsafe { *(src.add(offset)) }; + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + } else { ++ // Safety-usable invariant: returns byte index of first non-ascii byte + #[inline(always)] + fn find_non_ascii(word: usize, second_word: usize) -> Option { + let word_masked = word & ASCII_MASK; + let second_masked = second_word & ASCII_MASK; + if (word_masked | second_masked) == 0 { ++ // Both are ascii, invariant upheld + return None; + } + if word_masked != 0 { + let zeros = count_zeros(word_masked); +- // `zeros` now contains 7 (for the seven bits of non-ASCII) ++ // `zeros` now contains 0 to 7 (for the seven bits of masked ASCII in little endian, ++ // or up to 7 bits of non-ASCII in big endian if the first byte is non-ASCII) + // plus 8 times the number of ASCII in text order before the + // non-ASCII byte in the little-endian case or 8 times the number of ASCII in + // text order before the non-ASCII byte in the big-endian case. + let num_ascii = (zeros >> 3) as usize; ++ // Safety-usable invariant upheld here + return Some(num_ascii); + } + let zeros = count_zeros(second_masked); +- // `zeros` now contains 7 (for the seven bits of non-ASCII) ++ // `zeros` now contains 0 to 7 (for the seven bits of masked ASCII in little endian, ++ // or up to 7 bits of non-ASCII in big endian if the first byte is non-ASCII) + // plus 8 times the number of ASCII in text order before the + // non-ASCII byte in the little-endian case or 8 times the number of ASCII in + // text order before the non-ASCII byte in the big-endian case. + let num_ascii = (zeros >> 3) as usize; ++ // Safety-usable invariant upheld here + Some(ALU_ALIGNMENT + num_ascii) + } + ++ /// Safety: `src` must be valid for the reads of two `usize`s ++ /// ++ /// Safety-usable invariant: will return byte index of first non-ascii byte + #[inline(always)] + unsafe fn validate_ascii_stride(src: *const usize) -> Option { + let word = *src; + let second_word = *(src.add(1)); + find_non_ascii(word, second_word) + } + ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; + let mut until_alignment = (ALU_ALIGNMENT - ((src as usize) & ALU_ALIGNMENT_MASK)) & ALU_ALIGNMENT_MASK; ++ // Safety: If this check fails we're valid to read `until_alignment + ALU_STRIDE_SIZE` elements + if until_alignment + ALU_STRIDE_SIZE <= len { + while until_alignment != 0 { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety-usable invairant upheld here + return Some((code_unit, offset)); + } + offset += 1; + until_alignment -= 1; + } ++ // Safety: At this point we have read until_alignment elements and ++ // are valid for `ALU_STRIDE_SIZE` more. + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { ++ // Safety: we were valid for this read + let ptr = unsafe { src.add(offset) as *const usize }; + if let Some(num_ascii) = unsafe { validate_ascii_stride(ptr) } { + offset += num_ascii; ++ // Safety-usable invairant upheld here using the invariant from validate_ascii_stride() + return Some((unsafe { *(src.add(offset)) }, offset)); + } + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > ALU_STRIDE_SIZE` which means we always have at least `2 * ALU_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety-usable invairant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + + } +@@ -1423,70 +1781,88 @@ cfg_if! { + // vector reads without vector writes. + + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const ALU_ALIGNMENT: usize = 4; + + pub const ALU_ALIGNMENT_MASK: usize = 3; + } else { ++ // Safety: src points to two valid `usize`s, dst points to four valid `usize`s + #[inline(always)] + unsafe fn unpack_latin1_stride_alu(src: *const usize, dst: *mut usize) { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); ++ // Safety: dst safety invariant passed down + unpack_alu(word, second_word, dst); + } + ++ // Safety: src points to four valid `usize`s, dst points to two valid `usize`s + #[inline(always)] + unsafe fn pack_latin1_stride_alu(src: *const usize, dst: *mut usize) { ++ // Safety: src safety invariant used here + let first = *src; + let second = *(src.add(1)); + let third = *(src.add(2)); + let fourth = *(src.add(3)); ++ // Safety: dst safety invariant passed down + pack_alu(first, second, third, fourth, dst); + } + ++ // Safety: src points to two valid `usize`s, dst points to four valid `usize`s + #[inline(always)] + unsafe fn ascii_to_basic_latin_stride_alu(src: *const usize, dst: *mut usize) -> bool { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); + // Check if the words contains non-ASCII + if (word & ASCII_MASK) | (second_word & ASCII_MASK) != 0 { + return false; + } ++ // Safety: dst safety invariant passed down + unpack_alu(word, second_word, dst); + true + } + ++ // Safety: src points four valid `usize`s, dst points to two valid `usize`s + #[inline(always)] + unsafe fn basic_latin_to_ascii_stride_alu(src: *const usize, dst: *mut usize) -> bool { ++ // Safety: src safety invariant used here + let first = *src; + let second = *(src.add(1)); + let third = *(src.add(2)); + let fourth = *(src.add(3)); + if (first & BASIC_LATIN_MASK) | (second & BASIC_LATIN_MASK) | (third & BASIC_LATIN_MASK) | (fourth & BASIC_LATIN_MASK) != 0 { + return false; + } ++ // Safety: dst safety invariant passed down + pack_alu(first, second, third, fourth, dst); + true + } + ++ // Safety: src, dst both point to two valid `usize`s each ++ // Safety-usable invariant: Will return byte index of first non-ascii byte. + #[inline(always)] + unsafe fn ascii_to_ascii_stride(src: *const usize, dst: *mut usize) -> Option { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); ++ // Safety: src safety invariant used here + *dst = word; + *(dst.add(1)) = second_word; ++ // Relies on safety-usable invariant here + find_non_ascii(word, second_word) + } + + basic_latin_alu!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_alu); + basic_latin_alu!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_alu); + latin1_alu!(unpack_latin1, u8, u16, unpack_latin1_stride_alu); + latin1_alu!(pack_latin1, u16, u8, pack_latin1_stride_alu); ++ // Safety invariant upheld: ascii_to_ascii_stride will return byte index of first non-ascii if found + ascii_alu!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride); + } + } + + pub fn ascii_valid_up_to(bytes: &[u8]) -> usize { + match validate_ascii(bytes) { + None => bytes.len(), + Some((_, num_valid)) => num_valid, +diff --git a/third_party/rust/encoding_rs/src/handles.rs b/third_party/rust/encoding_rs/src/handles.rs +--- third_party/rust/encoding_rs/src/handles.rs ++++ third_party/rust/encoding_rs/src/handles.rs +@@ -29,17 +29,17 @@ use crate::simd_funcs::*; + #[cfg(all( + feature = "simd-accel", + any( + target_feature = "sse2", + all(target_endian = "little", target_arch = "aarch64"), + all(target_endian = "little", target_feature = "neon") + ) + ))] +-use packed_simd::u16x8; ++use core::simd::u16x8; + + use super::DecoderResult; + use super::EncoderResult; + use crate::ascii::*; + use crate::utf_8::convert_utf8_to_utf16_up_to_invalid; + use crate::utf_8::utf8_valid_up_to; + + pub enum Space { +@@ -85,84 +85,100 @@ impl Endian for LittleEndian { + const OPPOSITE_ENDIAN: bool = false; + + #[cfg(target_endian = "big")] + const OPPOSITE_ENDIAN: bool = true; + } + + #[derive(Debug, Copy, Clone)] + struct UnalignedU16Slice { ++ // Safety invariant: ptr must be valid for reading 2*len bytes + ptr: *const u8, + len: usize, + } + + impl UnalignedU16Slice { ++ /// Safety: ptr must be valid for reading 2*len bytes + #[inline(always)] + pub unsafe fn new(ptr: *const u8, len: usize) -> UnalignedU16Slice { ++ // Safety: field invariant passed up to caller here + UnalignedU16Slice { ptr, len } + } + + #[inline(always)] + pub fn trim_last(&mut self) { + assert!(self.len > 0); ++ // Safety: invariant upheld here: a slice is still valid with a shorter len + self.len -= 1; + } + + #[inline(always)] + pub fn at(&self, i: usize) -> u16 { + use core::mem::MaybeUninit; + + assert!(i < self.len); + unsafe { + let mut u: MaybeUninit = MaybeUninit::uninit(); ++ // Safety: i is at most len - 1, which works here + ::core::ptr::copy_nonoverlapping(self.ptr.add(i * 2), u.as_mut_ptr() as *mut u8, 2); ++ // Safety: valid read above lets us do this + u.assume_init() + } + } + + #[cfg(feature = "simd-accel")] + #[inline(always)] + pub fn simd_at(&self, i: usize) -> u16x8 { ++ // Safety: i/len are on the scale of u16s, each one corresponds to 2 u8s + assert!(i + SIMD_STRIDE_SIZE / 2 <= self.len); + let byte_index = i * 2; ++ // Safety: load16_unaligned needs SIMD_STRIDE_SIZE=16 u8 elements to read, ++ // or 16/2 = 8 u16 elements to read. ++ // We have checked that we have at least that many above. ++ + unsafe { to_u16_lanes(load16_unaligned(self.ptr.add(byte_index))) } + } + + #[inline(always)] + pub fn len(&self) -> usize { + self.len + } + + #[inline(always)] + pub fn tail(&self, from: usize) -> UnalignedU16Slice { + // XXX the return value should be restricted not to + // outlive self. + assert!(from <= self.len); ++ // Safety: This upholds the same invariant: `from` is in bounds and we're returning a shorter slice + unsafe { UnalignedU16Slice::new(self.ptr.add(from * 2), self.len - from) } + } + + #[cfg(feature = "simd-accel")] + #[inline(always)] + pub fn copy_bmp_to(&self, other: &mut [u16]) -> Option<(u16, usize)> { + assert!(self.len <= other.len()); + let mut offset = 0; ++ // Safety: SIMD_STRIDE_SIZE is measured in bytes, whereas len is in u16s. We check we can ++ // munch SIMD_STRIDE_SIZE / 2 u16s which means we can write SIMD_STRIDE_SIZE u8s + if SIMD_STRIDE_SIZE / 2 <= self.len { + let len_minus_stride = self.len - SIMD_STRIDE_SIZE / 2; + loop { + let mut simd = self.simd_at(offset); + if E::OPPOSITE_ENDIAN { + simd = simd_byte_swap(simd); + } ++ // Safety: we have enough space on the other side to write this + unsafe { + store8_unaligned(other.as_mut_ptr().add(offset), simd); + } + if contains_surrogates(simd) { + break; + } + offset += SIMD_STRIDE_SIZE / 2; ++ // Safety: This ensures we still have space for writing SIMD_STRIDE_SIZE u8s + if offset > len_minus_stride { + break; + } + } + } + while offset < self.len { + let unit = swap_if_opposite_endian::(self.at(offset)); + other[offset] = unit; +@@ -231,33 +247,37 @@ fn copy_unaligned_basic_latin_to_ascii( + src: UnalignedU16Slice, + dst: &mut [u8], + ) -> CopyAsciiResult { + let len = ::core::cmp::min(src.len(), dst.len()); + let mut offset = 0; ++ // Safety: This check ensures we are able to read/write at least SIMD_STRIDE_SIZE elements + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { + let mut first = src.simd_at(offset); + let mut second = src.simd_at(offset + (SIMD_STRIDE_SIZE / 2)); + if E::OPPOSITE_ENDIAN { + first = simd_byte_swap(first); + second = simd_byte_swap(second); + } + if !simd_is_basic_latin(first | second) { + break; + } + let packed = simd_pack(first, second); ++ // Safety: We are able to write SIMD_STRIDE_SIZE elements in this iteration + unsafe { + store16_unaligned(dst.as_mut_ptr().add(offset), packed); + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which ensures that we can write at least SIMD_STRIDE_SIZE elements ++ // in the next iteration + if offset > len_minus_stride { + break; + } + } + } + copy_unaligned_basic_latin_to_ascii_alu::(src.tail(offset), &mut dst[offset..], offset) + } + +@@ -632,94 +652,106 @@ impl<'a> Utf16Destination<'a> { + #[inline(always)] + fn write_astral(&mut self, astral: u32) { + debug_assert!(astral > 0xFFFF); + debug_assert!(astral <= 0x10_FFFF); + self.write_code_unit((0xD7C0 + (astral >> 10)) as u16); + self.write_code_unit((0xDC00 + (astral & 0x3FF)) as u16); + } + #[inline(always)] +- pub fn write_surrogate_pair(&mut self, high: u16, low: u16) { ++ fn write_surrogate_pair(&mut self, high: u16, low: u16) { + self.write_code_unit(high); + self.write_code_unit(low); + } + #[inline(always)] + fn write_big5_combination(&mut self, combined: u16, combining: u16) { + self.write_bmp_excl_ascii(combined); + self.write_bmp_excl_ascii(combining); + } ++ // Safety-usable invariant: CopyAsciiResult::GoOn will only contain bytes >=0x80 + #[inline(always)] + pub fn copy_ascii_from_check_space_bmp<'b>( + &'b mut self, + source: &mut ByteSource, + ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf16BmpHandle<'b, 'a>)> { + let non_ascii_ret = { + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (pending, length) = if dst_remaining.len() < src_remaining.len() { + (DecoderResult::OutputFull, dst_remaining.len()) + } else { + (DecoderResult::InputEmpty, src_remaining.len()) + }; ++ // Safety: This function is documented as needing valid pointers for src/dest and len, which ++ // is true since we've passed the minumum length of the two + match unsafe { + ascii_to_basic_latin(src_remaining.as_ptr(), dst_remaining.as_mut_ptr(), length) + } { + None => { + source.pos += length; + self.pos += length; + return CopyAsciiResult::Stop((pending, source.pos, self.pos)); + } ++ // Safety: the function is documented as returning bytes >=0x80 in the Some + Some((non_ascii, consumed)) => { + source.pos += consumed; + self.pos += consumed; + source.pos += 1; // +1 for non_ascii ++ // Safety: non-ascii bubbled out here + non_ascii + } + } + }; ++ // Safety: non-ascii returned here + CopyAsciiResult::GoOn((non_ascii_ret, Utf16BmpHandle::new(self))) + } ++ // Safety-usable invariant: CopyAsciiResult::GoOn will only contain bytes >=0x80 + #[inline(always)] + pub fn copy_ascii_from_check_space_astral<'b>( + &'b mut self, + source: &mut ByteSource, + ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf16AstralHandle<'b, 'a>)> { + let non_ascii_ret = { + let dst_len = self.slice.len(); + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (pending, length) = if dst_remaining.len() < src_remaining.len() { + (DecoderResult::OutputFull, dst_remaining.len()) + } else { + (DecoderResult::InputEmpty, src_remaining.len()) + }; ++ // Safety: This function is documented as needing valid pointers for src/dest and len, which ++ // is true since we've passed the minumum length of the two + match unsafe { + ascii_to_basic_latin(src_remaining.as_ptr(), dst_remaining.as_mut_ptr(), length) + } { + None => { + source.pos += length; + self.pos += length; + return CopyAsciiResult::Stop((pending, source.pos, self.pos)); + } ++ // Safety: the function is documented as returning bytes >=0x80 in the Some + Some((non_ascii, consumed)) => { + source.pos += consumed; + self.pos += consumed; + if self.pos + 1 < dst_len { + source.pos += 1; // +1 for non_ascii ++ // Safety: non-ascii bubbled out here + non_ascii + } else { + return CopyAsciiResult::Stop(( + DecoderResult::OutputFull, + source.pos, + self.pos, + )); + } + } + } + }; ++ // Safety: non-ascii returned here + CopyAsciiResult::GoOn((non_ascii_ret, Utf16AstralHandle::new(self))) + } + #[inline(always)] + pub fn copy_utf8_up_to_invalid_from(&mut self, source: &mut ByteSource) { + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (read, written) = convert_utf8_to_utf16_up_to_invalid(src_remaining, dst_remaining); + source.pos += read; +diff --git a/third_party/rust/encoding_rs/src/lib.rs b/third_party/rust/encoding_rs/src/lib.rs +--- third_party/rust/encoding_rs/src/lib.rs ++++ third_party/rust/encoding_rs/src/lib.rs +@@ -684,37 +684,26 @@ + //! TIS-620windows-874 + //! + //! + //! + //! See the section [_UTF-16LE, UTF-16BE and Unicode Encoding Schemes_](#utf-16le-utf-16be-and-unicode-encoding-schemes) + //! for discussion about the UTF-16 family. + + #![no_std] +-#![cfg_attr(feature = "simd-accel", feature(core_intrinsics))] ++#![cfg_attr(feature = "simd-accel", feature(core_intrinsics, portable_simd))] + + #[cfg(feature = "alloc")] + #[cfg_attr(test, macro_use)] + extern crate alloc; + + extern crate core; + #[macro_use] + extern crate cfg_if; + +-#[cfg(all( +- feature = "simd-accel", +- any( +- target_feature = "sse2", +- all(target_endian = "little", target_arch = "aarch64"), +- all(target_endian = "little", target_feature = "neon") +- ) +-))] +-#[macro_use(shuffle)] +-extern crate packed_simd; +- + #[cfg(feature = "serde")] + extern crate serde; + + #[cfg(all(test, feature = "serde"))] + extern crate bincode; + #[cfg(all(test, feature = "serde"))] + #[macro_use] + extern crate serde_derive; +diff --git a/third_party/rust/encoding_rs/src/mem.rs b/third_party/rust/encoding_rs/src/mem.rs +--- third_party/rust/encoding_rs/src/mem.rs ++++ third_party/rust/encoding_rs/src/mem.rs +@@ -111,16 +111,21 @@ macro_rules! by_unit_check_alu { + until_alignment -= 1; + } + if accu >= $bound { + return false; + } + } + let len_minus_stride = len - ALU_ALIGNMENT / unit_size; + if offset + (4 * (ALU_ALIGNMENT / unit_size)) <= len { ++ // Safety: the above check lets us perform 4 consecutive reads of ++ // length ALU_ALIGNMENT / unit_size. ALU_ALIGNMENT is the size of usize, and unit_size ++ // is the size of the `src` pointer, so this is equal to performing four usize reads. ++ // ++ // This invariant is upheld on all loop iterations + let len_minus_unroll = len - (4 * (ALU_ALIGNMENT / unit_size)); + loop { + let unroll_accu = unsafe { *(src.add(offset) as *const usize) } + | unsafe { + *(src.add(offset + (ALU_ALIGNMENT / unit_size)) as *const usize) + } + | unsafe { + *(src.add(offset + (2 * (ALU_ALIGNMENT / unit_size))) +@@ -129,22 +134,24 @@ macro_rules! by_unit_check_alu { + | unsafe { + *(src.add(offset + (3 * (ALU_ALIGNMENT / unit_size))) + as *const usize) + }; + if unroll_accu & $mask != 0 { + return false; + } + offset += 4 * (ALU_ALIGNMENT / unit_size); ++ // Safety: this check lets us continue to perform the 4 reads earlier + if offset > len_minus_unroll { + break; + } + } + } + while offset <= len_minus_stride { ++ // Safety: the above check lets us perform one usize read. + accu |= unsafe { *(src.add(offset) as *const usize) }; + offset += ALU_ALIGNMENT / unit_size; + } + } + } + for &unit in &buffer[offset..] { + accu |= unit as usize; + } +@@ -184,16 +191,21 @@ macro_rules! by_unit_check_simd { + until_alignment -= 1; + } + if accu >= $bound { + return false; + } + } + let len_minus_stride = len - SIMD_STRIDE_SIZE / unit_size; + if offset + (4 * (SIMD_STRIDE_SIZE / unit_size)) <= len { ++ // Safety: the above check lets us perform 4 consecutive reads of ++ // length SIMD_STRIDE_SIZE / unit_size. SIMD_STRIDE_SIZE is the size of $simd_ty, and unit_size ++ // is the size of the `src` pointer, so this is equal to performing four $simd_ty reads. ++ // ++ // This invariant is upheld on all loop iterations + let len_minus_unroll = len - (4 * (SIMD_STRIDE_SIZE / unit_size)); + loop { + let unroll_accu = unsafe { *(src.add(offset) as *const $simd_ty) } + | unsafe { + *(src.add(offset + (SIMD_STRIDE_SIZE / unit_size)) + as *const $simd_ty) + } + | unsafe { +@@ -203,23 +215,25 @@ macro_rules! by_unit_check_simd { + | unsafe { + *(src.add(offset + (3 * (SIMD_STRIDE_SIZE / unit_size))) + as *const $simd_ty) + }; + if !$func(unroll_accu) { + return false; + } + offset += 4 * (SIMD_STRIDE_SIZE / unit_size); ++ // Safety: this check lets us continue to perform the 4 reads earlier + if offset > len_minus_unroll { + break; + } + } + } + let mut simd_accu = $splat; + while offset <= len_minus_stride { ++ // Safety: the above check lets us perform one $simd_ty read. + simd_accu = simd_accu | unsafe { *(src.add(offset) as *const $simd_ty) }; + offset += SIMD_STRIDE_SIZE / unit_size; + } + if !$func(simd_accu) { + return false; + } + } + } +@@ -229,18 +243,18 @@ macro_rules! by_unit_check_simd { + accu < $bound + } + }; + } + + cfg_if! { + if #[cfg(all(feature = "simd-accel", any(target_feature = "sse2", all(target_endian = "little", target_arch = "aarch64"), all(target_endian = "little", target_feature = "neon"))))] { + use crate::simd_funcs::*; +- use packed_simd::u8x16; +- use packed_simd::u16x8; ++ use core::simd::u8x16; ++ use core::simd::u16x8; + + const SIMD_ALIGNMENT: usize = 16; + + const SIMD_ALIGNMENT_MASK: usize = 15; + + by_unit_check_simd!(is_ascii_impl, u8, u8x16::splat(0), u8x16, 0x80, simd_is_ascii); + by_unit_check_simd!(is_basic_latin_impl, u16, u16x8::splat(0), u16x8, 0x80, simd_is_basic_latin); + by_unit_check_simd!(is_utf16_latin1_impl, u16, u16x8::splat(0), u16x8, 0x100, simd_is_latin1); +diff --git a/third_party/rust/encoding_rs/src/simd_funcs.rs b/third_party/rust/encoding_rs/src/simd_funcs.rs +--- third_party/rust/encoding_rs/src/simd_funcs.rs ++++ third_party/rust/encoding_rs/src/simd_funcs.rs +@@ -2,65 +2,84 @@ + // file at the top-level directory of this distribution. + // + // Licensed under the Apache License, Version 2.0 or the MIT license + // , at your + // option. This file may not be copied, modified, or distributed + // except according to those terms. + +-use packed_simd::u16x8; +-use packed_simd::u8x16; +-use packed_simd::IntoBits; ++use any_all_workaround::all_mask16x8; ++use any_all_workaround::all_mask8x16; ++use any_all_workaround::any_mask16x8; ++use any_all_workaround::any_mask8x16; ++use core::simd::cmp::SimdPartialEq; ++use core::simd::cmp::SimdPartialOrd; ++use core::simd::mask16x8; ++use core::simd::mask8x16; ++use core::simd::simd_swizzle; ++use core::simd::u16x8; ++use core::simd::u8x16; ++use core::simd::ToBytes; + + // TODO: Migrate unaligned access to stdlib code if/when the RFC + // https://github.com/rust-lang/rfcs/pull/1725 is implemented. + ++/// Safety invariant: ptr must be valid for an unaligned read of 16 bytes + #[inline(always)] + pub unsafe fn load16_unaligned(ptr: *const u8) -> u8x16 { +- let mut simd = ::core::mem::uninitialized(); +- ::core::ptr::copy_nonoverlapping(ptr, &mut simd as *mut u8x16 as *mut u8, 16); +- simd ++ let mut simd = ::core::mem::MaybeUninit::::uninit(); ++ ::core::ptr::copy_nonoverlapping(ptr, simd.as_mut_ptr() as *mut u8, 16); ++ // Safety: copied 16 bytes of initialized memory into this, it is now initialized ++ simd.assume_init() + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u8x16 read of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn load16_aligned(ptr: *const u8) -> u8x16 { + *(ptr as *const u8x16) + } + ++/// Safety invariant: ptr must be valid for an unaligned store of 16 bytes + #[inline(always)] + pub unsafe fn store16_unaligned(ptr: *mut u8, s: u8x16) { + ::core::ptr::copy_nonoverlapping(&s as *const u8x16 as *const u8, ptr, 16); + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u8x16 store of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn store16_aligned(ptr: *mut u8, s: u8x16) { + *(ptr as *mut u8x16) = s; + } + ++/// Safety invariant: ptr must be valid for an unaligned read of 16 bytes + #[inline(always)] + pub unsafe fn load8_unaligned(ptr: *const u16) -> u16x8 { +- let mut simd = ::core::mem::uninitialized(); +- ::core::ptr::copy_nonoverlapping(ptr as *const u8, &mut simd as *mut u16x8 as *mut u8, 16); +- simd ++ let mut simd = ::core::mem::MaybeUninit::::uninit(); ++ ::core::ptr::copy_nonoverlapping(ptr as *const u8, simd.as_mut_ptr() as *mut u8, 16); ++ // Safety: copied 16 bytes of initialized memory into this, it is now initialized ++ simd.assume_init() + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u16x8 read of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn load8_aligned(ptr: *const u16) -> u16x8 { + *(ptr as *const u16x8) + } + ++/// Safety invariant: ptr must be valid for an unaligned store of 16 bytes + #[inline(always)] + pub unsafe fn store8_unaligned(ptr: *mut u16, s: u16x8) { + ::core::ptr::copy_nonoverlapping(&s as *const u16x8 as *const u8, ptr as *mut u8, 16); + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u16x8 store of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn store8_aligned(ptr: *mut u16, s: u16x8) { + *(ptr as *mut u16x8) = s; + } + + cfg_if! { + if #[cfg(all(target_feature = "sse2", target_arch = "x86_64"))] { +@@ -95,234 +114,241 @@ cfg_if! { + pub fn simd_byte_swap(s: u16x8) -> u16x8 { + let left = s << 8; + let right = s >> 8; + left | right + } + + #[inline(always)] + pub fn to_u16_lanes(s: u8x16) -> u16x8 { +- s.into_bits() ++ u16x8::from_ne_bytes(s) + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + + // Expose low-level mask instead of higher-level conclusion, + // because the non-ASCII case would perform less well otherwise. ++ // Safety-usable invariant: This returned value is whether each high bit is set + #[inline(always)] + pub fn mask_ascii(s: u8x16) -> i32 { + unsafe { +- _mm_movemask_epi8(s.into_bits()) ++ _mm_movemask_epi8(s.into()) + } + } + + } else { + + } + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + unsafe { +- _mm_movemask_epi8(s.into_bits()) == 0 ++ // Safety: We have cfg()d the correct platform ++ _mm_movemask_epi8(s.into()) == 0 + } + } + } else if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + unsafe { +- vmaxvq_u8(s.into_bits()) < 0x80 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u8(s.into()) < 0x80 + } + } + } else { + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + // This optimizes better on ARM than + // the lt formulation. + let highest_ascii = u8x16::splat(0x7F); +- !s.gt(highest_ascii).any() ++ !any_mask8x16(s.simd_gt(highest_ascii)) + } + } + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + if simd_is_ascii(s) { + return true; + } + let above_str_latin1 = u8x16::splat(0xC4); +- s.lt(above_str_latin1).all() ++ s.simd_lt(above_str_latin1).all() + } + } else if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + unsafe { +- vmaxvq_u8(s.into_bits()) < 0xC4 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u8(s.into()) < 0xC4 + } + } + } else { + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + let above_str_latin1 = u8x16::splat(0xC4); +- s.lt(above_str_latin1).all() ++ all_mask8x16(s.simd_lt(above_str_latin1)) + } + } + } + + cfg_if! { + if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_basic_latin(s: u16x8) -> bool { + unsafe { +- vmaxvq_u16(s.into_bits()) < 0x80 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u16(s.into()) < 0x80 + } + } + + #[inline(always)] + pub fn simd_is_latin1(s: u16x8) -> bool { + unsafe { +- vmaxvq_u16(s.into_bits()) < 0x100 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u16(s.into()) < 0x100 + } + } + } else { + #[inline(always)] + pub fn simd_is_basic_latin(s: u16x8) -> bool { + let above_ascii = u16x8::splat(0x80); +- s.lt(above_ascii).all() ++ all_mask16x8(s.simd_lt(above_ascii)) + } + + #[inline(always)] + pub fn simd_is_latin1(s: u16x8) -> bool { + // For some reason, on SSE2 this formulation + // seems faster in this case while the above + // function is better the other way round... + let highest_latin1 = u16x8::splat(0xFF); +- !s.gt(highest_latin1).any() ++ !any_mask16x8(s.simd_gt(highest_latin1)) + } + } + } + + #[inline(always)] + pub fn contains_surrogates(s: u16x8) -> bool { + let mask = u16x8::splat(0xF800); + let surrogate_bits = u16x8::splat(0xD800); +- (s & mask).eq(surrogate_bits).any() ++ any_mask16x8((s & mask).simd_eq(surrogate_bits)) + } + + cfg_if! { + if #[cfg(target_arch = "aarch64")]{ + macro_rules! aarch64_return_false_if_below_hebrew { + ($s:ident) => ({ + unsafe { +- if vmaxvq_u16($s.into_bits()) < 0x0590 { ++ // Safety: We have cfg()d the correct platform ++ if vmaxvq_u16($s.into()) < 0x0590 { + return false; + } + } + }) + } + + macro_rules! non_aarch64_return_false_if_all { + ($s:ident) => () + } + } else { + macro_rules! aarch64_return_false_if_below_hebrew { + ($s:ident) => () + } + + macro_rules! non_aarch64_return_false_if_all { + ($s:ident) => ({ +- if $s.all() { ++ if all_mask16x8($s) { + return false; + } + }) + } + } + } + + macro_rules! in_range16x8 { + ($s:ident, $start:expr, $end:expr) => {{ + // SIMD sub is wrapping +- ($s - u16x8::splat($start)).lt(u16x8::splat($end - $start)) ++ ($s - u16x8::splat($start)).simd_lt(u16x8::splat($end - $start)) + }}; + } + + #[inline(always)] + pub fn is_u16x8_bidi(s: u16x8) -> bool { + // We try to first quickly refute the RTLness of the vector. If that + // fails, we do the real RTL check, so in that case we end up wasting + // the work for the up-front quick checks. Even the quick-check is + // two-fold in order to return `false` ASAP if everything is below + // Hebrew. + + aarch64_return_false_if_below_hebrew!(s); + +- let below_hebrew = s.lt(u16x8::splat(0x0590)); ++ let below_hebrew = s.simd_lt(u16x8::splat(0x0590)); + + non_aarch64_return_false_if_all!(below_hebrew); + +- if (below_hebrew | in_range16x8!(s, 0x0900, 0x200F) | in_range16x8!(s, 0x2068, 0xD802)).all() { ++ if all_mask16x8( ++ below_hebrew | in_range16x8!(s, 0x0900, 0x200F) | in_range16x8!(s, 0x2068, 0xD802), ++ ) { + return false; + } + + // Quick refutation failed. Let's do the full check. + +- (in_range16x8!(s, 0x0590, 0x0900) +- | in_range16x8!(s, 0xFB1D, 0xFE00) +- | in_range16x8!(s, 0xFE70, 0xFEFF) +- | in_range16x8!(s, 0xD802, 0xD804) +- | in_range16x8!(s, 0xD83A, 0xD83C) +- | s.eq(u16x8::splat(0x200F)) +- | s.eq(u16x8::splat(0x202B)) +- | s.eq(u16x8::splat(0x202E)) +- | s.eq(u16x8::splat(0x2067))) +- .any() ++ any_mask16x8( ++ (in_range16x8!(s, 0x0590, 0x0900) ++ | in_range16x8!(s, 0xFB1D, 0xFE00) ++ | in_range16x8!(s, 0xFE70, 0xFEFF) ++ | in_range16x8!(s, 0xD802, 0xD804) ++ | in_range16x8!(s, 0xD83A, 0xD83C) ++ | s.simd_eq(u16x8::splat(0x200F)) ++ | s.simd_eq(u16x8::splat(0x202B)) ++ | s.simd_eq(u16x8::splat(0x202E)) ++ | s.simd_eq(u16x8::splat(0x2067))), ++ ) + } + + #[inline(always)] + pub fn simd_unpack(s: u8x16) -> (u16x8, u16x8) { +- unsafe { +- let first: u8x16 = shuffle!( +- s, +- u8x16::splat(0), +- [0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23] +- ); +- let second: u8x16 = shuffle!( +- s, +- u8x16::splat(0), +- [8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 15, 31] +- ); +- (first.into_bits(), second.into_bits()) +- } ++ let first: u8x16 = simd_swizzle!( ++ s, ++ u8x16::splat(0), ++ [0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23] ++ ); ++ let second: u8x16 = simd_swizzle!( ++ s, ++ u8x16::splat(0), ++ [8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 15, 31] ++ ); ++ (u16x8::from_ne_bytes(first), u16x8::from_ne_bytes(second)) + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_pack(a: u16x8, b: u16x8) -> u8x16 { + unsafe { +- _mm_packus_epi16(a.into_bits(), b.into_bits()).into_bits() ++ // Safety: We have cfg()d the correct platform ++ _mm_packus_epi16(a.into(), b.into()).into() + } + } + } else { + #[inline(always)] + pub fn simd_pack(a: u16x8, b: u16x8) -> u8x16 { +- unsafe { +- let first: u8x16 = a.into_bits(); +- let second: u8x16 = b.into_bits(); +- shuffle!( +- first, +- second, +- [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30] +- ) +- } ++ let first: u8x16 = a.to_ne_bytes(); ++ let second: u8x16 = b.to_ne_bytes(); ++ simd_swizzle!( ++ first, ++ second, ++ [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30] ++ ) + } + } + } + + #[cfg(test)] + mod tests { + use super::*; + use alloc::vec::Vec; +diff --git a/third_party/rust/encoding_rs/src/single_byte.rs b/third_party/rust/encoding_rs/src/single_byte.rs +--- third_party/rust/encoding_rs/src/single_byte.rs ++++ third_party/rust/encoding_rs/src/single_byte.rs +@@ -48,16 +48,19 @@ impl SingleByteDecoder { + CopyAsciiResult::GoOn((mut non_ascii, mut handle)) => 'middle: loop { + // Start non-boilerplate + // + // Since the non-ASCIIness of `non_ascii` is hidden from + // the optimizer, it can't figure out that it's OK to + // statically omit the bound check when accessing + // `[u16; 128]` with an index + // `non_ascii as usize - 0x80usize`. ++ // ++ // Safety: `non_ascii` is a u8 byte >=0x80, from the invariants ++ // on Utf8Destination::copy_ascii_from_check_space_bmp() + let mapped = + unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + // let mapped = self.table[non_ascii as usize - 0x80usize]; + if mapped == 0u16 { + return ( + DecoderResult::Malformed(1, 0), + source.consumed(), + handle.written(), +@@ -146,82 +149,103 @@ impl SingleByteDecoder { + dst: &mut [u16], + _last: bool, + ) -> (DecoderResult, usize, usize) { + let (pending, length) = if dst.len() < src.len() { + (DecoderResult::OutputFull, dst.len()) + } else { + (DecoderResult::InputEmpty, src.len()) + }; ++ // Safety invariant: converted <= length. Quite often we have `converted < length` ++ // which will be separately marked. + let mut converted = 0usize; + 'outermost: loop { + match unsafe { ++ // Safety: length is the minimum length, `src/dst + x` will always be valid for reads/writes of `len - x` + ascii_to_basic_latin( + src.as_ptr().add(converted), + dst.as_mut_ptr().add(converted), + length - converted, + ) + } { + None => { + return (pending, length, length); + } + Some((mut non_ascii, consumed)) => { ++ // Safety invariant: `converted <= length` upheld, since this can only consume ++ // up to `length - converted` bytes. ++ // ++ // Furthermore, in this context, ++ // we can assume `converted < length` since this branch is only ever hit when ++ // ascii_to_basic_latin fails to consume the entire slice + converted += consumed; + 'middle: loop { + // `converted` doesn't count the reading of `non_ascii` yet. + // Since the non-ASCIIness of `non_ascii` is hidden from + // the optimizer, it can't figure out that it's OK to + // statically omit the bound check when accessing + // `[u16; 128]` with an index + // `non_ascii as usize - 0x80usize`. ++ // ++ // Safety: We can rely on `non_ascii` being between `0x80` and `0xFF` due to ++ // the invariants of `ascii_to_basic_latin()`, and our table has enough space for that. + let mapped = + unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + // let mapped = self.table[non_ascii as usize - 0x80usize]; + if mapped == 0u16 { + return ( + DecoderResult::Malformed(1, 0), + converted + 1, // +1 `for non_ascii` + converted, + ); + } + unsafe { +- // The bound check has already been performed ++ // Safety: As mentioned above, `converted < length` + *(dst.get_unchecked_mut(converted)) = mapped; + } ++ // Safety: `converted <= length` upheld, since `converted < length` before this + converted += 1; + // Next, handle ASCII punctuation and non-ASCII without + // going back to ASCII acceleration. Non-ASCII scripts + // use ASCII punctuation, so this avoid going to + // acceleration just for punctuation/space and then + // failing. This is a significant boost to non-ASCII + // scripts. + // TODO: Split out Latin converters without this part + // this stuff makes Latin script-conversion slower. + if converted == length { + return (pending, length, length); + } ++ // Safety: We are back to `converted < length` because of the == above ++ // and can perform this check. + let mut b = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: `converted < length` is upheld for this loop + 'innermost: loop { + if b > 127 { + non_ascii = b; + continue 'middle; + } + // Testing on Haswell says that we should write the + // byte unconditionally instead of trying to unread it + // to make it part of the next SIMD stride. + unsafe { ++ // Safety: `converted < length` is true for this loop + *(dst.get_unchecked_mut(converted)) = u16::from(b); + } ++ // Safety: We are now at `converted <= length`. We should *not* `continue` ++ // the loop without reverifying + converted += 1; + if b < 60 { + // We've got punctuation + if converted == length { + return (pending, length, length); + } ++ // Safety: we're back to `converted <= length` because of the == above + b = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: The loop continues as `converted < length` + continue 'innermost; + } + // We've got markup or ASCII text + continue 'outermost; + } + } + } + } +@@ -229,16 +253,18 @@ impl SingleByteDecoder { + } + + pub fn latin1_byte_compatible_up_to(&self, buffer: &[u8]) -> usize { + let mut bytes = buffer; + let mut total = 0; + loop { + if let Some((non_ascii, offset)) = validate_ascii(bytes) { + total += offset; ++ // Safety: We can rely on `non_ascii` being between `0x80` and `0xFF` due to ++ // the invariants of `ascii_to_basic_latin()`, and our table has enough space for that. + let mapped = unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + if mapped != u16::from(non_ascii) { + return total; + } + total += 1; + bytes = &bytes[offset + 1..]; + } else { + return total; +@@ -379,64 +405,89 @@ impl SingleByteEncoder { + dst: &mut [u8], + _last: bool, + ) -> (EncoderResult, usize, usize) { + let (pending, length) = if dst.len() < src.len() { + (EncoderResult::OutputFull, dst.len()) + } else { + (EncoderResult::InputEmpty, src.len()) + }; ++ // Safety invariant: converted <= length. Quite often we have `converted < length` ++ // which will be separately marked. + let mut converted = 0usize; + 'outermost: loop { + match unsafe { ++ // Safety: length is the minimum length, `src/dst + x` will always be valid for reads/writes of `len - x` + basic_latin_to_ascii( + src.as_ptr().add(converted), + dst.as_mut_ptr().add(converted), + length - converted, + ) + } { + None => { + return (pending, length, length); + } + Some((mut non_ascii, consumed)) => { ++ // Safety invariant: `converted <= length` upheld, since this can only consume ++ // up to `length - converted` bytes. ++ // ++ // Furthermore, in this context, ++ // we can assume `converted < length` since this branch is only ever hit when ++ // ascii_to_basic_latin fails to consume the entire slice + converted += consumed; + 'middle: loop { + // `converted` doesn't count the reading of `non_ascii` yet. + match self.encode_u16(non_ascii) { + Some(byte) => { + unsafe { ++ // Safety: we're allowed this access since `converted < length` + *(dst.get_unchecked_mut(converted)) = byte; + } + converted += 1; ++ // `converted <= length` now + } + None => { + // At this point, we need to know if we + // have a surrogate. + let high_bits = non_ascii & 0xFC00u16; + if high_bits == 0xD800u16 { + // high surrogate + if converted + 1 == length { + // End of buffer. This surrogate is unpaired. + return ( + EncoderResult::Unmappable('\u{FFFD}'), + converted + 1, // +1 `for non_ascii` + converted, + ); + } ++ // Safety: convered < length from outside the match, and `converted + 1 != length`, ++ // So `converted + 1 < length` as well. We're in bounds + let second = + u32::from(unsafe { *src.get_unchecked(converted + 1) }); + if second & 0xFC00u32 != 0xDC00u32 { + return ( + EncoderResult::Unmappable('\u{FFFD}'), + converted + 1, // +1 `for non_ascii` + converted, + ); + } + // The next code unit is a low surrogate. + let astral: char = unsafe { ++ // Safety: We can rely on non_ascii being 0xD800-0xDBFF since the high bits are 0xD800 ++ // Then, (non_ascii << 10 - 0xD800 << 10) becomes between (0 to 0x3FF) << 10, which is between ++ // 0x400 to 0xffc00. Adding the 0x10000 gives a range of 0x10400 to 0x10fc00. Subtracting the 0xDC00 ++ // gives 0x2800 to 0x102000 ++ // The second term is between 0xDC00 and 0xDFFF from the check above. This gives a maximum ++ // possible range of (0x10400 + 0xDC00) to (0x102000 + 0xDFFF) which is 0x1E000 to 0x10ffff. ++ // This is in range. ++ // ++ // From a Unicode principles perspective this can also be verified as we have checked that `non_ascii` is a high surrogate ++ // (0xD800..=0xDBFF), and that `second` is a low surrogate (`0xDC00..=0xDFFF`), and we are applying reverse of the UTC16 transformation ++ // algorithm , by applying the high surrogate - 0xD800 to the ++ // high ten bits, and the low surrogate - 0xDc00 to the low ten bits, and then adding 0x10000 + ::core::char::from_u32_unchecked( + (u32::from(non_ascii) << 10) + second + - (((0xD800u32 << 10) - 0x1_0000u32) + 0xDC00u32), + ) + }; + return ( + EncoderResult::Unmappable(astral), + converted + 2, // +2 `for non_ascii` and `second` +@@ -451,52 +502,63 @@ impl SingleByteEncoder { + converted, + ); + } + return ( + EncoderResult::unmappable_from_bmp(non_ascii), + converted + 1, // +1 `for non_ascii` + converted, + ); ++ // Safety: This branch diverges, so no need to uphold invariants on `converted` + } + } + // Next, handle ASCII punctuation and non-ASCII without + // going back to ASCII acceleration. Non-ASCII scripts + // use ASCII punctuation, so this avoid going to + // acceleration just for punctuation/space and then + // failing. This is a significant boost to non-ASCII + // scripts. + // TODO: Split out Latin converters without this part + // this stuff makes Latin script-conversion slower. + if converted == length { + return (pending, length, length); + } ++ // Safety: we're back to `converted < length` due to the == above and can perform ++ // the unchecked read + let mut unit = unsafe { *(src.get_unchecked(converted)) }; + 'innermost: loop { ++ // Safety: This loop always begins with `converted < length`, see ++ // the invariant outside and the comment on the continue below + if unit > 127 { + non_ascii = unit; + continue 'middle; + } + // Testing on Haswell says that we should write the + // byte unconditionally instead of trying to unread it + // to make it part of the next SIMD stride. + unsafe { ++ // Safety: Can rely on converted < length + *(dst.get_unchecked_mut(converted)) = unit as u8; + } + converted += 1; ++ // `converted <= length` here + if unit < 60 { + // We've got punctuation + if converted == length { + return (pending, length, length); + } ++ // Safety: `converted < length` due to the == above. The read is safe. + unit = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: This only happens if `converted < length`, maintaining it + continue 'innermost; + } + // We've got markup or ASCII text + continue 'outermost; ++ // Safety: All other routes to here diverge so the continue is the only ++ // way to run the innermost loop. + } + } + } + } + } + } + } + +diff --git a/third_party/rust/encoding_rs/src/x_user_defined.rs b/third_party/rust/encoding_rs/src/x_user_defined.rs +--- third_party/rust/encoding_rs/src/x_user_defined.rs ++++ third_party/rust/encoding_rs/src/x_user_defined.rs +@@ -9,22 +9,23 @@ + + use super::*; + use crate::handles::*; + use crate::variant::*; + + cfg_if! { + if #[cfg(feature = "simd-accel")] { + use simd_funcs::*; +- use packed_simd::u16x8; ++ use core::simd::u16x8; ++ use core::simd::cmp::SimdPartialOrd; + + #[inline(always)] + fn shift_upper(unpacked: u16x8) -> u16x8 { + let highest_ascii = u16x8::splat(0x7F); +- unpacked + unpacked.gt(highest_ascii).select(u16x8::splat(0xF700), u16x8::splat(0)) } ++ unpacked + unpacked.simd_gt(highest_ascii).select(u16x8::splat(0xF700), u16x8::splat(0)) } + } else { + } + } + + pub struct UserDefinedDecoder; + + impl UserDefinedDecoder { + pub fn new() -> VariantDecoder { +@@ -111,20 +112,25 @@ impl UserDefinedDecoder { + } else { + (DecoderResult::InputEmpty, src.len()) + }; + // Not bothering with alignment + let tail_start = length & !0xF; + let simd_iterations = length >> 4; + let src_ptr = src.as_ptr(); + let dst_ptr = dst.as_mut_ptr(); ++ // Safety: This is `for i in 0..length / 16` + for i in 0..simd_iterations { ++ // Safety: This is in bounds: length is the minumum valid length for both src/dst ++ // and i ranges to length/16, so multiplying by 16 will always be `< length` and can do ++ // a 16 byte read + let input = unsafe { load16_unaligned(src_ptr.add(i * 16)) }; + let (first, second) = simd_unpack(input); + unsafe { ++ // Safety: same as above, but this is two consecutive 8-byte reads + store8_unaligned(dst_ptr.add(i * 16), shift_upper(first)); + store8_unaligned(dst_ptr.add((i * 16) + 8), shift_upper(second)); + } + } + let src_tail = &src[tail_start..length]; + let dst_tail = &mut dst[tail_start..length]; + src_tail + .iter() + +diff --git a/third_party/rust/encoding_rs/.cargo-checksum.json b/third_party/rust/encoding_rs/.cargo-checksum.json +--- third_party/rust/encoding_rs/.cargo-checksum.json ++++ third_party/rust/encoding_rs/.cargo-checksum.json +@@ -1 +1 @@ +-{"files":{"CONTRIBUTING.md":"ca1901f3e8532fb4cec894fd3664f0eaa898c0c4b961d1b992d1ed54eacf362a","COPYRIGHT":"11789f45bb180841cd362a5eee6789c68ddb573a11105e30768c308a6add0190","Cargo.toml":"42fa83322aa9fd6723b77d35d0cacb92cbb6e7f573ce11c55f5225292866f8f4","Ideas.md":"b7452893f500163868d8de52c09addaf91e1632454ed02e892c467ed7ec39dbd","LICENSE-APACHE":"cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30","LICENSE-MIT":"3fa4ca83dcc9237839b1bdeb2e6d16bdfb5ec0c5ce42b24694d8bbf0dcbef72c","LICENSE-WHATWG":"838118388fe5c2e7f1dbbaeed13e1c7f3ebf88be91319c7c1d77c18e987d1a50","README.md":"d938e8ab0b9ab67e74a1a4f48f23fdce956d0ad3a3f6147ae7612a92763c88d5","ci/miri.sh":"43cb8d82f49e3bfe2d2274b6ccd6f0714a4188ccef0cecc040829883cfdbee25","doc/Big5.txt":"f73a2edc5cb6c2d140ba6e07f4542e1c4a234950378acde1df93480f0ca0be0b","doc/EUC-JP.txt":"ee2818b907d0137f40a9ab9fd525fc700a44dbdddb6cf0c157a656566bae4bf1","doc/EUC-KR.txt":"71d9e2ccf3b124e8bdfb433c8cf2773fd878077038d0cec3c7237a50f4a78a30","doc/GBK.txt":"c1b522b5a799884e5001da661f42c5a8f4d0acb9ef1d74b206f22b5f65365606","doc/IBM866.txt":"a5a433e804d0f83af785015179fbc1d9b0eaf1f7960efcd04093e136b51fbd0e","doc/ISO-2022-JP.txt":"af86684f5a8f0e2868d7b2c292860140c3d2e5527530ca091f1b28198e8e2fe6","doc/ISO-8859-10.txt":"6d3949ad7c81ca176895101ed81a1db7df1060d64e262880b94bd31bb344ab4d","doc/ISO-8859-13.txt":"3951dd89cf93f7729148091683cf8511f4529388b7dc8dcd0d62eaed55be93fa","doc/ISO-8859-14.txt":"3d330784a0374fd255a38b47949675cc7168c800530534b0a01cac6edc623adc","doc/ISO-8859-15.txt":"24b1084aab5127a85aab99153f86e24694d0a3615f53b5ce23683f97cf66c47a","doc/ISO-8859-16.txt":"ce0272559b92ba76d7a7e476f6424ae4a5cc72e75b183611b08392e44add4d25","doc/ISO-8859-2.txt":"18ceff88c13d1b5ba455a3919b1e3de489045c4c3d2dd7e8527c125c75d54aad","doc/ISO-8859-3.txt":"21798404c68f4f5db59223362f24999da96968c0628427321fccce7d2849a130","doc/ISO-8859-4.txt":"d27f6520c6c5bfbcc19176b71d081cdb3bccde1622bb3e420d5680e812632d53","doc/ISO-8859-5.txt":"a10ec8d6ea7a78ad15da7275f6cb1a3365118527e28f9af6d0d5830501303f3a","doc/ISO-8859-6.txt":"ccda8a2efc96115336bdd77776637b9712425e44fbcf745353b9057fbef144e7","doc/ISO-8859-7.txt":"17900fa1f27a445958f0a77d7d9056be375a6bd7ee4492aa680c7c1500bab85e","doc/ISO-8859-8-I.txt":"8357555646d54265a9b9ffa3e68b08d132312f1561c60108ff9b8b1167b6ecf2","doc/ISO-8859-8.txt":"72cd6f3afb7b4a9c16a66a362473315770b7755d72c86c870e52fc3eba86c8af","doc/KOI8-R.txt":"839cf19a38da994488004ed7814b1f6151640156a9a2af02bf2efca745fb5966","doc/KOI8-U.txt":"0cc76624ed1f024183e2298b7e019957da2c70c8ca06e0fc4e6f353f50a5054f","doc/Shift_JIS.txt":"34c49141818cb9ddbcf59cc858f78a79be8ad148d563f26415108ae1f148443f","doc/UTF-16BE.txt":"e2e280d8acbaa6d2a6b3569d60e17500a285f2baa0df3363dd85537cd5a1ef8f","doc/UTF-16LE.txt":"70bdc170e3fc5298ba68f10125fb5eeb8b077036cc96bb4416c4de396f6d76c1","doc/UTF-8.txt":"ea7bae742e613010ced002cf4b601a737d2203fad65e115611451bc4428f548a","doc/gb18030.txt":"dc71378a8f07a2d8659f69ee81fb8791fef56ba86f124b429978285237bb4a7b","doc/macintosh.txt":"57491e53866711b4672d9b9ff35380b9dac9e0d8e3d6c20bdd6140603687c023","doc/replacement.txt":"4b6c3bbd7999d9d4108a281594bd02d13607e334a95465afff8c2c08d395f0e4","doc/windows-1250.txt":"61296bb6a21cdab602300d32ecfba434cb82de5ac3bc88d58710d2f125e28d39","doc/windows-1251.txt":"7deea1c61dea1485c8ff02db2c7d578db7a9aab63ab1cfd02ec04b515864689e","doc/windows-1252.txt":"933ef3bdddfce5ee132b9f1a1aa8b47423d2587bbe475b19028d0a6d38e180b6","doc/windows-1253.txt":"1a38748b88e99071a5c7b3d5456ead4caedeabab50d50d658be105bc113714de","doc/windows-1254.txt":"f8372f86c6f8d642563cd6ddc025260553292a39423df1683a98670bd7bf2b47","doc/windows-1255.txt":"4e5852494730054e2da258a74e1b9d780abbcdd8ce22ebc218ca2efe9e90493d","doc/windows-1256.txt":"c0879c5172abedead302a406e8f60d9cd9598694a0ffa4fd288ffe4fef7b8ea1","doc/windows-1257.txt":"c28a0c9f964fcb2b46d21f537c402446501a2800670481d6abf9fd9e9018d523","doc/windows-1258.txt":"5019ae4d61805c79aacbf17c93793342dbb098d65a1837783bc3e2c6d6a23602","doc/windows-874.txt":"4ef0e4501c5feba8b17aee1818602ed44b36ca8475db771ce2fc16d392cabecc","doc/x-mac-cyrillic.txt":"58be154d8a888ca3d484b83b44f749823ef339ab27f14d90ca9a856f5050a8bd","doc/x-user-defined.txt":"f9cd07c4321bf5cfb0be4bdddd251072999b04a6cf7a6f5bc63709a84e2c1ffc","generate-encoding-data.py":"be989dd25c6b946e3e8745fdc8e8a80fcf24b3be99ad0b4b78153ba3f6ab6310","rustfmt.toml":"85c1a3b4382fd89e991cbb81b70fb52780472edc064c963943cdaaa56e0a2030","src/ascii.rs":"c44c002641adb5ebc4368707a8cc0a076d2f33e6a5c27b1b69988eb515f5653d","src/big5.rs":"ec6e2913011a38e9a3e825a1731f139a7ca1d5b264fefae51a3cc1a68a57cef9","src/data.rs":"8a617cc57032092d65850eb27e00de687c80aea3299e839a1f58b42d0b35abf3","src/euc_jp.rs":"32047f5b540188c4cb19c07165f846b9786a09f18e315ed3e9bda1293dae52aa","src/euc_kr.rs":"9b25afc72d9378700eecfac58d55ad1c5946d6cd0ccde2c29c08200ef2de6bb9","src/gb18030.rs":"808587168d73f0c80f8520f0ca9b161866ed2efeb17a05e85fdf3b8efe7ba28a","src/handles.rs":"cc83dc0754751d67f5688a65c5e0191cba02f6bacce81a0813a243cba55eef7a","src/iso_2022_jp.rs":"9bb485e82574f4b7d4b2364f0ff276acb6a0bc111758420a3b0ec5e04c196652","src/lib.rs":"1dc07b818e45846b16ddcaf0de46c8862dd7df8099123ec38b95c3f8ad9c91ec","src/macros.rs":"200997f8870de8bfd8cdc475e92115df42108c0df661e49d3d1cbc32056e1d99","src/mem.rs":"0bf34103e0ad1b842a13a082dee2b920b05cf4fb0f145c9ee7f608f4cb4a544f","src/replacement.rs":"7660b34a53f8c1ca2bdfa0e51e843ec28326950952ad8bc96569feb93ac62308","src/shift_jis.rs":"6951ae67e36b1a12fa3a30734957f444d8b1b4ae0e2bde52060b29bd0f16d9d9","src/simd_funcs.rs":"2612aba86e1d201096d7e47a859bc3444f85934cc82d8adc6d39a4304d9eecfc","src/single_byte.rs":"3c9e9c1f946ae622c725ba9421240c1faa9a05e95fa10dd4642a25cb276a1edc","src/test_data/big5_in.txt":"4c5a8691f8dc717311889c63894026d2fb62725a86c4208ca274a9cc8d42a503","src/test_data/big5_in_ref.txt":"99d399e17750cf9c7cf30bb253dbfe35b81c4fcbdead93cfa48b1429213473c7","src/test_data/big5_out.txt":"6193ca97c297aa20e09396038d18e938bb7ea331c26f0f2454097296723a0b13","src/test_data/big5_out_ref.txt":"36567691f557df144f6cc520015a87038dfa156f296fcf103b56ae9a718be1fc","src/test_data/euc_kr_in.txt":"c86a7224f3215fa0d04e685622a752fdc72763e8ae076230c7fd62de57ec4074","src/test_data/euc_kr_in_ref.txt":"1f419f4ca47d708b54c73c461545a022ae2e20498fdbf8005a483d752a204883","src/test_data/euc_kr_out.txt":"e7f32e026f70be1e1b58e0047baf7d3d2c520269c4f9b9992e158b4decb0a1a3","src/test_data/euc_kr_out_ref.txt":"c9907857980b20b8e9e3b584482ed6567a2be6185d72237b6322f0404944924e","src/test_data/gb18030_in.txt":"ab7231b2d3e9afacdbd7d7f3b9e5361a7ff9f7e1cfdb4f3bd905b9362b309e53","src/test_data/gb18030_in_ref.txt":"dc5069421adca2043c55f5012b55a76fdff651d22e6e699fd0978f8d5706815c","src/test_data/gb18030_out.txt":"f0208d527f5ca63de7d9a0323be8d5cf12d8a104b2943d92c2701f0c3364dac1","src/test_data/gb18030_out_ref.txt":"6819fe47627e4ea01027003fc514b9f21a1322e732d7f1fb92cc6c5455bc6c07","src/test_data/iso_2022_jp_in.txt":"cd24bbdcb1834e25db54646fbf4c41560a13dc7540f6be3dba4f5d97d44513af","src/test_data/iso_2022_jp_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/iso_2022_jp_out.txt":"9b6f015329dda6c3f9ee5ce6dbd6fa9c89acc21283e886836c78b8d833480c21","src/test_data/iso_2022_jp_out_ref.txt":"78cb260093a20116ad9a42f43b05d1848c5ab100b6b9a850749809e943884b35","src/test_data/jis0208_in.txt":"6df3030553ffb0a6615bb33dc8ea9dca6d9623a9028e2ffec754ce3c3da824cc","src/test_data/jis0208_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/jis0208_out.txt":"4ec24477e1675ce750733bdc3c5add1cd27b6bd4ce1f09289564646e9654e857","src/test_data/jis0208_out_ref.txt":"c3e1cef5032b2b1d93a406f31ff940c4e2dfe8859b8b17ca2761fee7a75a0e48","src/test_data/jis0212_in.txt":"c011f0dd72bd7c8cd922df9374ef8d2769a77190514c77f6c62b415852eeb9fe","src/test_data/jis0212_in_ref.txt":"7d9458b3d2f73e7092a7f505c08ce1d233dde18aa679fbcf9889256239cc9e06","src/test_data/shift_jis_in.txt":"02e389ccef0dd2122e63f503899402cb7f797912c2444cc80ab93131116c5524","src/test_data/shift_jis_in_ref.txt":"512f985950ca902e643c88682dba9708b7c38d3c5ec2925168ab00ac94ab19f9","src/test_data/shift_jis_out.txt":"5fbc44da7bf639bf6cfe0fa1fd3eba7102b88f81919c9ea991302712f69426fb","src/test_data/shift_jis_out_ref.txt":"466322c6fed8286c64582731755290c2296508efdd258826e6279686649b481f","src/test_labels_names.rs":"23a2e11b02b3b8d15fb5613a625e3edb2c61e70e3c581abfd638719a4088200d","src/testing.rs":"f59e671e95a98a56f6b573e8c6be4d71e670bf52f7e20eb1605d990aafa1894e","src/utf_16.rs":"c071a147fad38d750c2c247e141b76b929a48007b99f26b2922b9caecdaf2f25","src/utf_8.rs":"7b7d887b347f1aefa03246b028a36a72758a4ce76c28f3b45c19467851aa7839","src/variant.rs":"1fab5363588a1554a7169de8731ea9cded7ac63ea35caabdd1c27a8dde68c27b","src/x_user_defined.rs":"c9c010730dfb9f141d4fed19350c08a21af240913a54bb64f5ca89ff93b6b7d1"},"package":"7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"} +\ No newline at end of file ++{"files":{"CONTRIBUTING.md":"ca1901f3e8532fb4cec894fd3664f0eaa898c0c4b961d1b992d1ed54eacf362a","COPYRIGHT":"11789f45bb180841cd362a5eee6789c68ddb573a11105e30768c308a6add0190","Cargo.toml":"22a4d210c92dae9f32c6944ef340ee8fdd027f99c081577e8907123e2a93383e","Ideas.md":"b7452893f500163868d8de52c09addaf91e1632454ed02e892c467ed7ec39dbd","LICENSE-APACHE":"cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30","LICENSE-MIT":"3fa4ca83dcc9237839b1bdeb2e6d16bdfb5ec0c5ce42b24694d8bbf0dcbef72c","LICENSE-WHATWG":"838118388fe5c2e7f1dbbaeed13e1c7f3ebf88be91319c7c1d77c18e987d1a50","README.md":"1d08aefcb92afa81b18154049c9abbcad4540a23f7172e9f9bbed5af33f1a087","ci/miri.sh":"43cb8d82f49e3bfe2d2274b6ccd6f0714a4188ccef0cecc040829883cfdbee25","doc/Big5.txt":"f73a2edc5cb6c2d140ba6e07f4542e1c4a234950378acde1df93480f0ca0be0b","doc/EUC-JP.txt":"ee2818b907d0137f40a9ab9fd525fc700a44dbdddb6cf0c157a656566bae4bf1","doc/EUC-KR.txt":"71d9e2ccf3b124e8bdfb433c8cf2773fd878077038d0cec3c7237a50f4a78a30","doc/GBK.txt":"c1b522b5a799884e5001da661f42c5a8f4d0acb9ef1d74b206f22b5f65365606","doc/IBM866.txt":"a5a433e804d0f83af785015179fbc1d9b0eaf1f7960efcd04093e136b51fbd0e","doc/ISO-2022-JP.txt":"af86684f5a8f0e2868d7b2c292860140c3d2e5527530ca091f1b28198e8e2fe6","doc/ISO-8859-10.txt":"6d3949ad7c81ca176895101ed81a1db7df1060d64e262880b94bd31bb344ab4d","doc/ISO-8859-13.txt":"3951dd89cf93f7729148091683cf8511f4529388b7dc8dcd0d62eaed55be93fa","doc/ISO-8859-14.txt":"3d330784a0374fd255a38b47949675cc7168c800530534b0a01cac6edc623adc","doc/ISO-8859-15.txt":"24b1084aab5127a85aab99153f86e24694d0a3615f53b5ce23683f97cf66c47a","doc/ISO-8859-16.txt":"ce0272559b92ba76d7a7e476f6424ae4a5cc72e75b183611b08392e44add4d25","doc/ISO-8859-2.txt":"18ceff88c13d1b5ba455a3919b1e3de489045c4c3d2dd7e8527c125c75d54aad","doc/ISO-8859-3.txt":"21798404c68f4f5db59223362f24999da96968c0628427321fccce7d2849a130","doc/ISO-8859-4.txt":"d27f6520c6c5bfbcc19176b71d081cdb3bccde1622bb3e420d5680e812632d53","doc/ISO-8859-5.txt":"a10ec8d6ea7a78ad15da7275f6cb1a3365118527e28f9af6d0d5830501303f3a","doc/ISO-8859-6.txt":"ccda8a2efc96115336bdd77776637b9712425e44fbcf745353b9057fbef144e7","doc/ISO-8859-7.txt":"17900fa1f27a445958f0a77d7d9056be375a6bd7ee4492aa680c7c1500bab85e","doc/ISO-8859-8-I.txt":"8357555646d54265a9b9ffa3e68b08d132312f1561c60108ff9b8b1167b6ecf2","doc/ISO-8859-8.txt":"72cd6f3afb7b4a9c16a66a362473315770b7755d72c86c870e52fc3eba86c8af","doc/KOI8-R.txt":"839cf19a38da994488004ed7814b1f6151640156a9a2af02bf2efca745fb5966","doc/KOI8-U.txt":"0cc76624ed1f024183e2298b7e019957da2c70c8ca06e0fc4e6f353f50a5054f","doc/Shift_JIS.txt":"34c49141818cb9ddbcf59cc858f78a79be8ad148d563f26415108ae1f148443f","doc/UTF-16BE.txt":"e2e280d8acbaa6d2a6b3569d60e17500a285f2baa0df3363dd85537cd5a1ef8f","doc/UTF-16LE.txt":"70bdc170e3fc5298ba68f10125fb5eeb8b077036cc96bb4416c4de396f6d76c1","doc/UTF-8.txt":"ea7bae742e613010ced002cf4b601a737d2203fad65e115611451bc4428f548a","doc/gb18030.txt":"dc71378a8f07a2d8659f69ee81fb8791fef56ba86f124b429978285237bb4a7b","doc/macintosh.txt":"57491e53866711b4672d9b9ff35380b9dac9e0d8e3d6c20bdd6140603687c023","doc/replacement.txt":"4b6c3bbd7999d9d4108a281594bd02d13607e334a95465afff8c2c08d395f0e4","doc/windows-1250.txt":"61296bb6a21cdab602300d32ecfba434cb82de5ac3bc88d58710d2f125e28d39","doc/windows-1251.txt":"7deea1c61dea1485c8ff02db2c7d578db7a9aab63ab1cfd02ec04b515864689e","doc/windows-1252.txt":"933ef3bdddfce5ee132b9f1a1aa8b47423d2587bbe475b19028d0a6d38e180b6","doc/windows-1253.txt":"1a38748b88e99071a5c7b3d5456ead4caedeabab50d50d658be105bc113714de","doc/windows-1254.txt":"f8372f86c6f8d642563cd6ddc025260553292a39423df1683a98670bd7bf2b47","doc/windows-1255.txt":"4e5852494730054e2da258a74e1b9d780abbcdd8ce22ebc218ca2efe9e90493d","doc/windows-1256.txt":"c0879c5172abedead302a406e8f60d9cd9598694a0ffa4fd288ffe4fef7b8ea1","doc/windows-1257.txt":"c28a0c9f964fcb2b46d21f537c402446501a2800670481d6abf9fd9e9018d523","doc/windows-1258.txt":"5019ae4d61805c79aacbf17c93793342dbb098d65a1837783bc3e2c6d6a23602","doc/windows-874.txt":"4ef0e4501c5feba8b17aee1818602ed44b36ca8475db771ce2fc16d392cabecc","doc/x-mac-cyrillic.txt":"58be154d8a888ca3d484b83b44f749823ef339ab27f14d90ca9a856f5050a8bd","doc/x-user-defined.txt":"f9cd07c4321bf5cfb0be4bdddd251072999b04a6cf7a6f5bc63709a84e2c1ffc","generate-encoding-data.py":"be989dd25c6b946e3e8745fdc8e8a80fcf24b3be99ad0b4b78153ba3f6ab6310","rustfmt.toml":"85c1a3b4382fd89e991cbb81b70fb52780472edc064c963943cdaaa56e0a2030","src/ascii.rs":"588e38b01e666d5e7462617ea7e90a108d608dec9e016f3d273ac0744af2e05d","src/big5.rs":"ec6e2913011a38e9a3e825a1731f139a7ca1d5b264fefae51a3cc1a68a57cef9","src/data.rs":"8a617cc57032092d65850eb27e00de687c80aea3299e839a1f58b42d0b35abf3","src/euc_jp.rs":"32047f5b540188c4cb19c07165f846b9786a09f18e315ed3e9bda1293dae52aa","src/euc_kr.rs":"9b25afc72d9378700eecfac58d55ad1c5946d6cd0ccde2c29c08200ef2de6bb9","src/gb18030.rs":"808587168d73f0c80f8520f0ca9b161866ed2efeb17a05e85fdf3b8efe7ba28a","src/handles.rs":"b08cef1f5785bb6a4822f2e844c6df1b046b737b7a075e4593eaa8c4208e9fe2","src/iso_2022_jp.rs":"9bb485e82574f4b7d4b2364f0ff276acb6a0bc111758420a3b0ec5e04c196652","src/lib.rs":"834f44b670ec48ee82c0e12223d1567313fdd9f88bca5f4b117c82c1828f559f","src/macros.rs":"200997f8870de8bfd8cdc475e92115df42108c0df661e49d3d1cbc32056e1d99","src/mem.rs":"948571137d3b151df8db4fb2c733e74ae595d055cdf0ad83abcab9341d6adabe","src/replacement.rs":"7660b34a53f8c1ca2bdfa0e51e843ec28326950952ad8bc96569feb93ac62308","src/shift_jis.rs":"6951ae67e36b1a12fa3a30734957f444d8b1b4ae0e2bde52060b29bd0f16d9d9","src/simd_funcs.rs":"05c6e77af74bfe73cd39a752067c11425d6b46e5da419910f54bf75a5c02a984","src/single_byte.rs":"3ad87116fb339434a4b58e8f2b15485f2b66b9f7814d708f16194ed08f6d6ccf","src/test_data/big5_in.txt":"4c5a8691f8dc717311889c63894026d2fb62725a86c4208ca274a9cc8d42a503","src/test_data/big5_in_ref.txt":"99d399e17750cf9c7cf30bb253dbfe35b81c4fcbdead93cfa48b1429213473c7","src/test_data/big5_out.txt":"6193ca97c297aa20e09396038d18e938bb7ea331c26f0f2454097296723a0b13","src/test_data/big5_out_ref.txt":"36567691f557df144f6cc520015a87038dfa156f296fcf103b56ae9a718be1fc","src/test_data/euc_kr_in.txt":"c86a7224f3215fa0d04e685622a752fdc72763e8ae076230c7fd62de57ec4074","src/test_data/euc_kr_in_ref.txt":"1f419f4ca47d708b54c73c461545a022ae2e20498fdbf8005a483d752a204883","src/test_data/euc_kr_out.txt":"e7f32e026f70be1e1b58e0047baf7d3d2c520269c4f9b9992e158b4decb0a1a3","src/test_data/euc_kr_out_ref.txt":"c9907857980b20b8e9e3b584482ed6567a2be6185d72237b6322f0404944924e","src/test_data/gb18030_in.txt":"ab7231b2d3e9afacdbd7d7f3b9e5361a7ff9f7e1cfdb4f3bd905b9362b309e53","src/test_data/gb18030_in_ref.txt":"dc5069421adca2043c55f5012b55a76fdff651d22e6e699fd0978f8d5706815c","src/test_data/gb18030_out.txt":"f0208d527f5ca63de7d9a0323be8d5cf12d8a104b2943d92c2701f0c3364dac1","src/test_data/gb18030_out_ref.txt":"6819fe47627e4ea01027003fc514b9f21a1322e732d7f1fb92cc6c5455bc6c07","src/test_data/iso_2022_jp_in.txt":"cd24bbdcb1834e25db54646fbf4c41560a13dc7540f6be3dba4f5d97d44513af","src/test_data/iso_2022_jp_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/iso_2022_jp_out.txt":"9b6f015329dda6c3f9ee5ce6dbd6fa9c89acc21283e886836c78b8d833480c21","src/test_data/iso_2022_jp_out_ref.txt":"78cb260093a20116ad9a42f43b05d1848c5ab100b6b9a850749809e943884b35","src/test_data/jis0208_in.txt":"6df3030553ffb0a6615bb33dc8ea9dca6d9623a9028e2ffec754ce3c3da824cc","src/test_data/jis0208_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/jis0208_out.txt":"4ec24477e1675ce750733bdc3c5add1cd27b6bd4ce1f09289564646e9654e857","src/test_data/jis0208_out_ref.txt":"c3e1cef5032b2b1d93a406f31ff940c4e2dfe8859b8b17ca2761fee7a75a0e48","src/test_data/jis0212_in.txt":"c011f0dd72bd7c8cd922df9374ef8d2769a77190514c77f6c62b415852eeb9fe","src/test_data/jis0212_in_ref.txt":"7d9458b3d2f73e7092a7f505c08ce1d233dde18aa679fbcf9889256239cc9e06","src/test_data/shift_jis_in.txt":"02e389ccef0dd2122e63f503899402cb7f797912c2444cc80ab93131116c5524","src/test_data/shift_jis_in_ref.txt":"512f985950ca902e643c88682dba9708b7c38d3c5ec2925168ab00ac94ab19f9","src/test_data/shift_jis_out.txt":"5fbc44da7bf639bf6cfe0fa1fd3eba7102b88f81919c9ea991302712f69426fb","src/test_data/shift_jis_out_ref.txt":"466322c6fed8286c64582731755290c2296508efdd258826e6279686649b481f","src/test_labels_names.rs":"23a2e11b02b3b8d15fb5613a625e3edb2c61e70e3c581abfd638719a4088200d","src/testing.rs":"f59e671e95a98a56f6b573e8c6be4d71e670bf52f7e20eb1605d990aafa1894e","src/utf_16.rs":"c071a147fad38d750c2c247e141b76b929a48007b99f26b2922b9caecdaf2f25","src/utf_8.rs":"7b7d887b347f1aefa03246b028a36a72758a4ce76c28f3b45c19467851aa7839","src/variant.rs":"1fab5363588a1554a7169de8731ea9cded7ac63ea35caabdd1c27a8dde68c27b","src/x_user_defined.rs":"9456ca46168ef86c98399a2536f577ef7be3cdde90c0c51392d8ac48519d3fae"},"package":"b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"} diff --git a/www/firefox-esr/files/patch-rust-1.78.0-arm b/www/firefox-esr/files/patch-rust-1.78.0-arm new file mode 100644 index 00000000000..7db8038cfae --- /dev/null +++ b/www/firefox-esr/files/patch-rust-1.78.0-arm @@ -0,0 +1,64 @@ +Relevant bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=1882291 + + +diff --git a/Cargo.lock b/Cargo.lock +--- Cargo.lock ++++ Cargo.lock +@@ -4274,10 +4274,11 @@ + [[package]] + name = "qcms" + version = "0.2.0" + dependencies = [ + "libc", ++ "version_check", + ] + + [[package]] + name = "qlog" + version = "0.4.0" +diff --git a/gfx/qcms/Cargo.toml b/gfx/qcms/Cargo.toml +--- gfx/qcms/Cargo.toml ++++ gfx/qcms/Cargo.toml +@@ -18,5 +18,8 @@ + iccv4-enabled = [] + cmyk = [] + + [dependencies] + libc = {version = "0.2", optional = true } ++ ++[build-dependencies] ++version_check = "0.9" +diff --git a/gfx/qcms/build.rs b/gfx/qcms/build.rs +new file mode 100644 +--- /dev/null ++++ gfx/qcms/build.rs +@@ -0,0 +1,7 @@ ++extern crate version_check as rustc; ++ ++fn main() { ++ if rustc::is_min_version("1.78.0").unwrap_or(false) { ++ println!("cargo:rustc-cfg=stdsimd_split"); ++ } ++} +diff --git a/gfx/qcms/src/lib.rs b/gfx/qcms/src/lib.rs +--- gfx/qcms/src/lib.rs ++++ gfx/qcms/src/lib.rs +@@ -5,13 +5,15 @@ + #![allow(non_camel_case_types)] + #![allow(non_snake_case)] + #![allow(non_upper_case_globals)] + // These are needed for the neon SIMD code and can be removed once the MSRV supports the + // instrinsics we use +-#![cfg_attr(feature = "neon", feature(stdsimd))] ++#![cfg_attr(all(stdsimd_split, target_arch = "arm", feature = "neon"), feature(stdarch_arm_neon_intrinsics))] ++#![cfg_attr(all(stdsimd_split, target_arch = "arm", feature = "neon"), feature(stdarch_arm_feature_detection))] ++#![cfg_attr(all(not(stdsimd_split), target_arch = "arm", feature = "neon"), feature(stdsimd))] + #![cfg_attr( +- feature = "neon", ++ all(target_arch = "arm", feature = "neon"), + feature(arm_target_feature, raw_ref_op) + + )] + + /// These values match the Rendering Intent values from the ICC spec + diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 49bc1ad9acf..c071b340a66 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,9 +1,10 @@ PORTNAME= firefox -DISTVERSION= 125.0.3 +DISTVERSION= 126.0 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org @@ -14,7 +15,7 @@ BUILD_DEPENDS= nspr>=4.32:devel/nspr \ nss>=3.99:security/nss \ icu>=73.1:devel/icu \ libevent>=2.1.8:devel/libevent \ - harfbuzz>=8.3.0:print/harfbuzz \ + harfbuzz>=8.3.1:print/harfbuzz \ graphite2>=1.3.14:graphics/graphite2 \ png>=1.6.43:graphics/png \ dav1d>=1.0.0:multimedia/dav1d \ diff --git a/www/firefox/distinfo b/www/firefox/distinfo index bca7ae69e02..0a82262a435 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714250399 -SHA256 (firefox-125.0.3.source.tar.xz) = 461c66b85e4a0345dcce422d3b66212489f3cca8f22a9a8f43a07a0c98bd5616 -SIZE (firefox-125.0.3.source.tar.xz) = 551590872 +TIMESTAMP = 1715328113 +SHA256 (firefox-126.0.source.tar.xz) = 910e82a1999ec229e5bc5090a39cec9c575e8bafcac2c54f9bb5c699bd868526 +SIZE (firefox-126.0.source.tar.xz) = 552065476 diff --git a/www/firefox/files/patch-bug1890593 b/www/firefox/files/patch-bug1890593 deleted file mode 100644 index 75a4da270e1..00000000000 --- a/www/firefox/files/patch-bug1890593 +++ /dev/null @@ -1,28 +0,0 @@ -commit 9ef1582be54a8ff301336b397130e4d313fa3371 -Author: Christoph Moench-Tegeder -Date: Tue Apr 9 21:27:21 2024 +0200 - - bug 1890593 - GetSystemWPADSetting for libproxy-enabled builds - - In #621429 a call to nsUnixSystemProxySettings::GetSystemWPADSetting() - was added, but that function is not available for builds with - MOZ_ENABLE_LIBPROXY. The funtion is trivial enough to just - copy it across - else there'd more boilerplate than actual code. - -diff --git toolkit/system/unixproxy/nsLibProxySettings.cpp toolkit/system/unixproxy/nsLibProxySettings.cpp -index 4f6f43fb76e9..f2c782455426 100644 ---- toolkit/system/unixproxy/nsLibProxySettings.cpp -+++ toolkit/system/unixproxy/nsLibProxySettings.cpp -@@ -99,6 +99,12 @@ nsresult nsUnixSystemProxySettings::GetProxyForURI(const nsACString& aSpec, - return NS_OK; - } - -+NS_IMETHODIMP -+nsUnixSystemProxySettings::GetSystemWPADSetting(bool* aSystemWPADSetting) { -+ *aSystemWPADSetting = false; -+ return NS_OK; -+} -+ - NS_IMPL_COMPONENT_FACTORY(nsUnixSystemProxySettings) { - return do_AddRef(new nsUnixSystemProxySettings()).downcast(); - } diff --git a/www/firefox/files/patch-libwebrtc-generated b/www/firefox/files/patch-libwebrtc-generated index caec639c4c6..a56d291ae04 100644 --- a/www/firefox/files/patch-libwebrtc-generated +++ b/www/firefox/files/patch-libwebrtc-generated @@ -1,7 +1,7 @@ -commit 01127134cdeb090ebf87ffdf452c586ca3a3d838 +commit e0f8f58bed7cc4cd65c82ef0ea0e795ac6eeda65 Author: Christoph Moench-Tegeder - regenerate FreeBSD libwebrtc patch for Firefox 125 + regenerate FreeBSD libwebrtc patch for Firefox 126 diff --git third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build index b0671b5d4adb..642f867db664 100644 @@ -6510,208 +6510,6 @@ index 5656999ecb9a..93c7cd55cf2e 100644 - DEFINES["_GNU_SOURCE"] = True - Library("call_api_gn") -diff --git third_party/libwebrtc/api/callfactory_api_gn/moz.build third_party/libwebrtc/api/callfactory_api_gn/moz.build -index 157a34ec8e62..d9e58de1c43a 100644 ---- third_party/libwebrtc/api/callfactory_api_gn/moz.build -+++ third_party/libwebrtc/api/callfactory_api_gn/moz.build -@@ -12,11 +12,21 @@ AllowCompilerWarnings() - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True - DEFINES["RTC_ENABLE_VP9"] = True -+DEFINES["USE_GLIB"] = "1" -+DEFINES["USE_OZONE"] = "1" -+DEFINES["WEBRTC_BSD"] = True -+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True - DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_LIBRARY_IMPL"] = True - DEFINES["WEBRTC_MOZILLA_BUILD"] = True - DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" -+DEFINES["WEBRTC_POSIX"] = True - DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" -+DEFINES["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "webrtc" - -@@ -39,122 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- --if CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["ANDROID"] = True -- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" -- DEFINES["HAVE_SYS_UIO_H"] = True -- DEFINES["WEBRTC_ANDROID"] = True -- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_GNU_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- -- OS_LIBS += [ -- "log" -- ] -- --if CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["WEBRTC_MAC"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True -- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_AURA"] = "1" -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_NSS_CERTS"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- -- OS_LIBS += [ -- "rt" -- ] -- --if CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_X11"] = "1" -- DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True -- DEFINES["NOMINMAX"] = True -- DEFINES["NTDDI_VERSION"] = "0x0A000000" -- DEFINES["PSAPI_VERSION"] = "2" -- DEFINES["RTC_ENABLE_WIN_WGC"] = True -- DEFINES["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_WIN"] = True -- DEFINES["WIN32"] = True -- DEFINES["WIN32_LEAN_AND_MEAN"] = True -- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" -- DEFINES["WINVER"] = "0x0A00" -- DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_RAND_S"] = True -- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True -- DEFINES["_HAS_EXCEPTIONS"] = "0" -- DEFINES["_HAS_NODISCARD"] = True -- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True -- DEFINES["_SECURE_ATL"] = True -- DEFINES["_UNICODE"] = True -- DEFINES["_WIN32_WINNT"] = "0x0A00" -- DEFINES["_WINDOWS"] = True -- DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["WEBRTC_ARCH_ARM64"] = True - DEFINES["WEBRTC_HAS_NEON"] = True - --if CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- - if CONFIG["TARGET_CPU"] == "mips32": - - DEFINES["MIPS32_LE"] = True - DEFINES["MIPS_FPU_LE"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["TARGET_CPU"] == "mips64": -- -- DEFINES["_GNU_SOURCE"] = True - - if CONFIG["TARGET_CPU"] == "x86": - -@@ -164,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" -- --if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": -+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": - - DEFINES["USE_X11"] = "1" - --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": -- -- OS_LIBS += [ -- "unwind" -- ] -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["_GNU_SOURCE"] = True -- - Library("callfactory_api_gn") diff --git third_party/libwebrtc/api/crypto/frame_decryptor_interface_gn/moz.build third_party/libwebrtc/api/crypto/frame_decryptor_interface_gn/moz.build index 4147b3868be0..1f0c3440b172 100644 --- third_party/libwebrtc/api/crypto/frame_decryptor_interface_gn/moz.build @@ -7301,6 +7099,228 @@ index 9b5cca4f8b98..33542ced4242 100644 + DEFINES["USE_X11"] = "1" Library("options_gn") +diff --git third_party/libwebrtc/api/environment/environment_factory_gn/moz.build third_party/libwebrtc/api/environment/environment_factory_gn/moz.build +index 77a2224baf94..5c7930031464 100644 +--- third_party/libwebrtc/api/environment/environment_factory_gn/moz.build ++++ third_party/libwebrtc/api/environment/environment_factory_gn/moz.build +@@ -12,11 +12,21 @@ AllowCompilerWarnings() + DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True ++DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "rt" +- ] +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_X11"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +- CXXFLAGS += [ +- "-msse2" +- ] ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["USE_X11"] = "1" + + Library("environment_factory_gn") diff --git third_party/libwebrtc/api/environment/environment_gn/moz.build third_party/libwebrtc/api/environment/environment_gn/moz.build index e7105ff57383..b7d434e7f0e5 100644 --- third_party/libwebrtc/api/environment/environment_gn/moz.build @@ -13479,6 +13499,193 @@ index 1f52ba37d7d4..26728a141487 100644 - DEFINES["_GNU_SOURCE"] = True - Library("simulated_network_api_gn") +diff --git third_party/libwebrtc/api/task_queue/default_task_queue_factory_gn/moz.build third_party/libwebrtc/api/task_queue/default_task_queue_factory_gn/moz.build +index 0911b84473f5..2525ec25c7b0 100644 +--- third_party/libwebrtc/api/task_queue/default_task_queue_factory_gn/moz.build ++++ third_party/libwebrtc/api/task_queue/default_task_queue_factory_gn/moz.build +@@ -12,11 +12,21 @@ AllowCompilerWarnings() + DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True ++DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "webrtc" + +@@ -39,107 +49,17 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True +- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0" +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_NSS_CERTS"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_X11"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["__STD_C"] = True ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + + DEFINES["WEBRTC_ARCH_ARM64"] = True + DEFINES["WEBRTC_HAS_NEON"] = True + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -149,50 +69,8 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": ++if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD": + + DEFINES["USE_X11"] = "1" + +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm": +- +- OS_LIBS += [ +- "unwind" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("default_task_queue_factory_gn") diff --git third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn/moz.build third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn/moz.build index 43229b22ed5c..e8094ed7f16d 100644 --- third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn/moz.build @@ -65853,10 +66060,10 @@ index 883e5c70b24b..caec155ca861 100644 Library("webrtc_vp9_helpers_gn") diff --git third_party/libwebrtc/moz.build third_party/libwebrtc/moz.build -index ad1adce75739..55860774ec2c 100644 +index 59472bdc9b56..45b99de39516 100644 --- third_party/libwebrtc/moz.build +++ third_party/libwebrtc/moz.build -@@ -265,6 +265,8 @@ DIRS += [ +@@ -266,6 +266,8 @@ DIRS += [ "/third_party/libwebrtc/modules/congestion_controller/goog_cc/send_side_bwe_gn", "/third_party/libwebrtc/modules/congestion_controller/rtp/control_handler_gn", "/third_party/libwebrtc/modules/congestion_controller/rtp/transport_feedback_gn", @@ -65865,7 +66072,7 @@ index ad1adce75739..55860774ec2c 100644 "/third_party/libwebrtc/modules/module_api_gn", "/third_party/libwebrtc/modules/module_api_public_gn", "/third_party/libwebrtc/modules/module_fec_api_gn", -@@ -464,102 +466,11 @@ DIRS += [ +@@ -465,102 +467,11 @@ DIRS += [ "/third_party/libwebrtc/webrtc_gn" ] @@ -65969,7 +66176,7 @@ index ad1adce75739..55860774ec2c 100644 "/third_party/libwebrtc/modules/portal/portal_gn", "/third_party/libwebrtc/third_party/drm/drm_gn", "/third_party/libwebrtc/third_party/gbm/gbm_gn", -@@ -567,26 +478,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +@@ -568,26 +479,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" ] @@ -65997,7 +66204,7 @@ index ad1adce75739..55860774ec2c 100644 "/third_party/libwebrtc/modules/portal/portal_gn", "/third_party/libwebrtc/third_party/drm/drm_gn", "/third_party/libwebrtc/third_party/gbm/gbm_gn", -@@ -594,11 +488,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips32": +@@ -595,11 +489,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips32": "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" ] @@ -66010,7 +66217,7 @@ index ad1adce75739..55860774ec2c 100644 "/third_party/libwebrtc/modules/portal/portal_gn", "/third_party/libwebrtc/third_party/drm/drm_gn", "/third_party/libwebrtc/third_party/gbm/gbm_gn", -@@ -606,7 +498,7 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips64": +@@ -607,7 +499,7 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips64": "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" ] @@ -66019,7 +66226,7 @@ index ad1adce75739..55860774ec2c 100644 DIRS += [ "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -@@ -614,8 +506,6 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -615,8 +507,6 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": "/third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn", "/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn", "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn", @@ -66028,7 +66235,7 @@ index ad1adce75739..55860774ec2c 100644 "/third_party/libwebrtc/modules/portal/portal_gn", "/third_party/libwebrtc/third_party/drm/drm_gn", "/third_party/libwebrtc/third_party/gbm/gbm_gn", -@@ -623,7 +513,7 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -624,7 +514,7 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" ] @@ -66037,7 +66244,7 @@ index ad1adce75739..55860774ec2c 100644 DIRS += [ "/third_party/libwebrtc/common_audio/common_audio_avx2_gn", -@@ -631,69 +521,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +@@ -632,69 +522,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": "/third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn", "/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn", "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn", @@ -95839,7 +96046,7 @@ index e38fabc4cc62..0d30b9bd4787 100644 Library("unique_timestamp_counter_gn") diff --git third_party/libwebrtc/video/video_gn/moz.build third_party/libwebrtc/video/video_gn/moz.build -index 5e3d75d621df..a7091e452af6 100644 +index 1106f274c25d..fb1f9c3097d2 100644 --- third_party/libwebrtc/video/video_gn/moz.build +++ third_party/libwebrtc/video/video_gn/moz.build @@ -12,11 +12,21 @@ AllowCompilerWarnings() @@ -95864,7 +96071,7 @@ index 5e3d75d621df..a7091e452af6 100644 FINAL_LIBRARY = "webrtc" -@@ -63,190 +73,32 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -62,190 +72,32 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" diff --git a/www/firefox/files/patch-rust-1.78.0 b/www/firefox/files/patch-rust-1.78.0 new file mode 100644 index 00000000000..ebad1becefa --- /dev/null +++ b/www/firefox/files/patch-rust-1.78.0 @@ -0,0 +1,3562 @@ + +# HG changeset patch +# User Henri Sivonen +# Date 1714462184 0 +# Node ID 1db2ef126a6a8555dbf50345e16492c977b42e92 +# Parent a545e84b3674c4878f2e618b7bce23058f2ac690 +Bug 1882209 - Update encoding_rs to 0.8.34 to deal with rustc changes. r=glandium,supply-chain-reviewers + +Differential Revision: https://phabricator.services.mozilla.com/D207167 + +diff --git a/.cargo/config.toml.in b/.cargo/config.toml.in +--- .cargo/config.toml.in ++++ .cargo/config.toml.in +@@ -35,16 +35,21 @@ git = "https://github.com/gfx-rs/wgpu" + rev = "2b0e3ed01cfcc4bcccc7fd63b2581b260c00b089" + replace-with = "vendored-sources" + + [source."git+https://github.com/glandium/mio?rev=9a2ef335c366044ffe73b1c4acabe50a1daefe05"] + git = "https://github.com/glandium/mio" + rev = "9a2ef335c366044ffe73b1c4acabe50a1daefe05" + replace-with = "vendored-sources" + ++[source."git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80"] ++git = "https://github.com/hsivonen/any_all_workaround" ++rev = "7fb1b7034c9f172aade21ee1c8554e8d8a48af80" ++replace-with = "vendored-sources" ++ + [source."git+https://github.com/hsivonen/chardetng?rev=3484d3e3ebdc8931493aa5df4d7ee9360a90e76b"] + git = "https://github.com/hsivonen/chardetng" + rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" + replace-with = "vendored-sources" + + [source."git+https://github.com/hsivonen/chardetng_c?rev=ed8a4c6f900a90d4dbc1d64b856e61490a1c3570"] + git = "https://github.com/hsivonen/chardetng_c" + rev = "ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" +diff --git a/Cargo.lock b/Cargo.lock +--- Cargo.lock ++++ Cargo.lock +@@ -87,16 +87,25 @@ dependencies = [ + + [[package]] + name = "anstyle" + version = "1.0.3" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46" + + [[package]] ++name = "any_all_workaround" ++version = "0.1.0" ++source = "git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80#7fb1b7034c9f172aade21ee1c8554e8d8a48af80" ++dependencies = [ ++ "cfg-if 1.0.0", ++ "version_check", ++] ++ ++[[package]] + name = "anyhow" + version = "1.0.69" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" + + [[package]] + name = "app_services_logger" + version = "0.1.0" +@@ -1571,22 +1580,22 @@ dependencies = [ + "encoding_rs", + "nserror", + "nsstring", + "xmldecl", + ] + + [[package]] + name = "encoding_rs" +-version = "0.8.33" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" +-dependencies = [ ++version = "0.8.34" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" ++dependencies = [ ++ "any_all_workaround", + "cfg-if 1.0.0", +- "packed_simd", + ] + + [[package]] + name = "enum-map" + version = "2.7.3" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9" + dependencies = [ +@@ -4321,26 +4330,16 @@ checksum = "8d91edf4fbb970279443471345a4 + name = "oxilangtag-ffi" + version = "0.1.0" + dependencies = [ + "nsstring", + "oxilangtag", + ] + + [[package]] +-name = "packed_simd" +-version = "0.3.9" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d" +-dependencies = [ +- "cfg-if 1.0.0", +- "num-traits", +-] +- +-[[package]] + name = "parking_lot" + version = "0.12.1" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" + dependencies = [ + "lock_api", + "parking_lot_core", + ] +diff --git a/Cargo.toml b/Cargo.toml +--- Cargo.toml ++++ Cargo.toml +@@ -188,16 +188,17 @@ moz_asserts = { path = "mozglue/static/r + rure = { path = "third_party/rust/rure" } + + # To-be-published changes. + cssparser = { git = "https://github.com/servo/rust-cssparser", rev = "aaa966d9d6ae70c4b8a62bb5e3a14c068bb7dff0" } + cssparser-macros = { git = "https://github.com/servo/rust-cssparser", rev = "aaa966d9d6ae70c4b8a62bb5e3a14c068bb7dff0" } + unicode-bidi = { git = "https://github.com/servo/unicode-bidi", rev = "ca612daf1c08c53abe07327cb3e6ef6e0a760f0c" } + + # Other overrides ++any_all_workaround = { git = "https://github.com/hsivonen/any_all_workaround", rev = "7fb1b7034c9f172aade21ee1c8554e8d8a48af80" } + chardetng = { git = "https://github.com/hsivonen/chardetng", rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" } + chardetng_c = { git = "https://github.com/hsivonen/chardetng_c", rev = "ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" } + coremidi = { git = "https://github.com/chris-zen/coremidi.git", rev = "fc68464b5445caf111e41f643a2e69ccce0b4f83" } + cose = { git = "https://github.com/franziskuskiefer/cose-rust", rev = "43c22248d136c8b38fe42ea709d08da6355cf04b" } + firefox-on-glean = { path = "toolkit/components/glean/api" } + icu_capi = { path = "intl/icu_capi" } + icu_segmenter_data = { path = "intl/icu_segmenter_data" } + libudev-sys = { path = "dom/webauthn/libudev-sys" } +diff --git a/config/makefiles/rust.mk b/config/makefiles/rust.mk +--- config/makefiles/rust.mk ++++ config/makefiles/rust.mk +@@ -260,17 +260,17 @@ export COREAUDIO_SDK_PATH=$(IPHONEOS_SDK + export IPHONEOS_SDK_DIR + PATH := $(topsrcdir)/build/macosx:$(PATH) + endif + endif + + ifndef RUSTC_BOOTSTRAP + RUSTC_BOOTSTRAP := mozglue_static,qcms + ifdef MOZ_RUST_SIMD +-RUSTC_BOOTSTRAP := $(RUSTC_BOOTSTRAP),encoding_rs,packed_simd ++RUSTC_BOOTSTRAP := $(RUSTC_BOOTSTRAP),encoding_rs,any_all_workaround + endif + export RUSTC_BOOTSTRAP + endif + + target_rust_ltoable := force-cargo-library-build $(ADD_RUST_LTOABLE) + target_rust_nonltoable := force-cargo-test-run force-cargo-program-build + + ifdef MOZ_PGO_RUST +diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml +--- supply-chain/audits.toml ++++ supply-chain/audits.toml +@@ -596,16 +596,29 @@ who = "Mike Hommey "] ++description = "Workaround for bad LLVM codegen for boolean reductions on 32-bit ARM" ++homepage = "https://docs.rs/any_all_workaround/" ++documentation = "https://docs.rs/any_all_workaround/" ++readme = "README.md" ++license = "MIT OR Apache-2.0" ++repository = "https://github.com/hsivonen/any_all_workaround" ++ ++[dependencies] ++cfg-if = "1.0" ++ ++[build-dependencies] ++version_check = "0.9" +diff --git a/third_party/rust/packed_simd/LICENSE-APACHE b/third_party/rust/any_all_workaround/LICENSE-APACHE +rename from third_party/rust/packed_simd/LICENSE-APACHE +rename to third_party/rust/any_all_workaround/LICENSE-APACHE +diff --git a/third_party/rust/packed_simd/LICENSE-MIT b/third_party/rust/any_all_workaround/LICENSE-MIT +rename from third_party/rust/packed_simd/LICENSE-MIT +rename to third_party/rust/any_all_workaround/LICENSE-MIT +diff --git a/third_party/rust/any_all_workaround/LICENSE-MIT-QCMS b/third_party/rust/any_all_workaround/LICENSE-MIT-QCMS +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/LICENSE-MIT-QCMS +@@ -0,0 +1,21 @@ ++qcms ++Copyright (C) 2009-2024 Mozilla Corporation ++Copyright (C) 1998-2007 Marti Maria ++ ++Permission is hereby granted, free of charge, to any person obtaining ++a copy of this software and associated documentation files (the "Software"), ++to deal in the Software without restriction, including without limitation ++the rights to use, copy, modify, merge, publish, distribute, sublicense, ++and/or sell copies of the Software, and to permit persons to whom the Software ++is furnished to do so, subject to the following conditions: ++ ++The above copyright notice and this permission notice shall be included in ++all copies or substantial portions of the Software. ++ ++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ++EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ++THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ++NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ++LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ++OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ++WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +diff --git a/third_party/rust/any_all_workaround/README.md b/third_party/rust/any_all_workaround/README.md +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/README.md +@@ -0,0 +1,13 @@ ++# any_all_workaround ++ ++This is a workaround for bad codegen ([Rust bug](https://github.com/rust-lang/portable-simd/issues/146), [LLVM bug](https://github.com/llvm/llvm-project/issues/50466)) for the `any()` and `all()` reductions for NEON-backed SIMD vectors on 32-bit ARM. On other platforms these delegate to `any()` and `all()` in `core::simd`. ++ ++The plan is to abandon this crate once the LLVM bug is fixed or `core::simd` works around the LLVM bug. ++ ++The code is forked from the [`packed_simd` crate](https://raw.githubusercontent.com/hsivonen/packed_simd/d938e39bee9bc5c222f5f2f2a0df9e53b5ce36ae/src/codegen/reductions/mask/arm.rs). ++ ++This crate requires Nightly Rust as it depends on the `portable_simd` feature. ++ ++# License ++ ++`MIT OR Apache-2.0`, since that's how `packed_simd` is licensed. (The ARM intrinsics Rust version workaround is from qcms, see LICENSE-MIT-QCMS.) +diff --git a/third_party/rust/any_all_workaround/build.rs b/third_party/rust/any_all_workaround/build.rs +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/build.rs +@@ -0,0 +1,7 @@ ++extern crate version_check as rustc; ++ ++fn main() { ++ if rustc::is_min_version("1.78.0").unwrap_or(false) { ++ println!("cargo:rustc-cfg=stdsimd_split"); ++ } ++} +diff --git a/third_party/rust/any_all_workaround/src/lib.rs b/third_party/rust/any_all_workaround/src/lib.rs +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/src/lib.rs +@@ -0,0 +1,110 @@ ++// This code began as a fork of ++// https://raw.githubusercontent.com/rust-lang/packed_simd/d938e39bee9bc5c222f5f2f2a0df9e53b5ce36ae/src/codegen/reductions/mask/arm.rs ++// which didn't have a license header on the file, but Cargo.toml said "MIT OR Apache-2.0". ++// See LICENSE-MIT and LICENSE-APACHE. ++ ++#![no_std] ++#![feature(portable_simd)] ++#![cfg_attr( ++ all( ++ stdsimd_split, ++ target_arch = "arm", ++ target_endian = "little", ++ target_feature = "neon", ++ target_feature = "v7" ++ ), ++ feature(stdarch_arm_neon_intrinsics) ++)] ++#![cfg_attr( ++ all( ++ not(stdsimd_split), ++ target_arch = "arm", ++ target_endian = "little", ++ target_feature = "neon", ++ target_feature = "v7" ++ ), ++ feature(stdsimd) ++)] ++ ++use cfg_if::cfg_if; ++use core::simd::mask16x8; ++use core::simd::mask32x4; ++use core::simd::mask8x16; ++ ++cfg_if! { ++ if #[cfg(all(target_arch = "arm", target_endian = "little", target_feature = "neon", target_feature = "v7"))] { ++ use core::simd::mask8x8; ++ use core::simd::mask16x4; ++ use core::simd::mask32x2; ++ macro_rules! arm_128_v7_neon_impl { ++ ($all:ident, $any:ident, $id:ident, $half:ident, $vpmin:ident, $vpmax:ident) => { ++ #[inline] ++ pub fn $all(s: $id) -> bool { ++ use core::arch::arm::$vpmin; ++ use core::mem::transmute; ++ unsafe { ++ union U { ++ halves: ($half, $half), ++ vec: $id, ++ } ++ let halves = U { vec: s }.halves; ++ let h: $half = transmute($vpmin(transmute(halves.0), transmute(halves.1))); ++ h.all() ++ } ++ } ++ #[inline] ++ pub fn $any(s: $id) -> bool { ++ use core::arch::arm::$vpmax; ++ use core::mem::transmute; ++ unsafe { ++ union U { ++ halves: ($half, $half), ++ vec: $id, ++ } ++ let halves = U { vec: s }.halves; ++ let h: $half = transmute($vpmax(transmute(halves.0), transmute(halves.1))); ++ h.any() ++ } ++ } ++ } ++ } ++ } else { ++ macro_rules! arm_128_v7_neon_impl { ++ ($all:ident, $any:ident, $id:ident, $half:ident, $vpmin:ident, $vpmax:ident) => { ++ #[inline(always)] ++ pub fn $all(s: $id) -> bool { ++ s.all() ++ } ++ #[inline(always)] ++ pub fn $any(s: $id) -> bool { ++ s.any() ++ } ++ } ++ } ++ } ++} ++ ++arm_128_v7_neon_impl!( ++ all_mask8x16, ++ any_mask8x16, ++ mask8x16, ++ mask8x8, ++ vpmin_u8, ++ vpmax_u8 ++); ++arm_128_v7_neon_impl!( ++ all_mask16x8, ++ any_mask16x8, ++ mask16x8, ++ mask16x4, ++ vpmin_u16, ++ vpmax_u16 ++); ++arm_128_v7_neon_impl!( ++ all_mask32x4, ++ any_mask32x4, ++ mask32x4, ++ mask32x2, ++ vpmin_u32, ++ vpmax_u32 ++); +diff --git a/third_party/rust/encoding_rs/.cargo-checksum.json b/third_party/rust/encoding_rs/.cargo-checksum.json +--- third_party/rust/encoding_rs/.cargo-checksum.json ++++ third_party/rust/encoding_rs/.cargo-checksum.json +@@ -1,1 +1,1 @@ +-{"files":{"CONTRIBUTING.md":"ca1901f3e8532fb4cec894fd3664f0eaa898c0c4b961d1b992d1ed54eacf362a","COPYRIGHT":"11789f45bb180841cd362a5eee6789c68ddb573a11105e30768c308a6add0190","Cargo.toml":"42fa83322aa9fd6723b77d35d0cacb92cbb6e7f573ce11c55f5225292866f8f4","Ideas.md":"b7452893f500163868d8de52c09addaf91e1632454ed02e892c467ed7ec39dbd","LICENSE-APACHE":"cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30","LICENSE-MIT":"3fa4ca83dcc9237839b1bdeb2e6d16bdfb5ec0c5ce42b24694d8bbf0dcbef72c","LICENSE-WHATWG":"838118388fe5c2e7f1dbbaeed13e1c7f3ebf88be91319c7c1d77c18e987d1a50","README.md":"d938e8ab0b9ab67e74a1a4f48f23fdce956d0ad3a3f6147ae7612a92763c88d5","ci/miri.sh":"43cb8d82f49e3bfe2d2274b6ccd6f0714a4188ccef0cecc040829883cfdbee25","doc/Big5.txt":"f73a2edc5cb6c2d140ba6e07f4542e1c4a234950378acde1df93480f0ca0be0b","doc/EUC-JP.txt":"ee2818b907d0137f40a9ab9fd525fc700a44dbdddb6cf0c157a656566bae4bf1","doc/EUC-KR.txt":"71d9e2ccf3b124e8bdfb433c8cf2773fd878077038d0cec3c7237a50f4a78a30","doc/GBK.txt":"c1b522b5a799884e5001da661f42c5a8f4d0acb9ef1d74b206f22b5f65365606","doc/IBM866.txt":"a5a433e804d0f83af785015179fbc1d9b0eaf1f7960efcd04093e136b51fbd0e","doc/ISO-2022-JP.txt":"af86684f5a8f0e2868d7b2c292860140c3d2e5527530ca091f1b28198e8e2fe6","doc/ISO-8859-10.txt":"6d3949ad7c81ca176895101ed81a1db7df1060d64e262880b94bd31bb344ab4d","doc/ISO-8859-13.txt":"3951dd89cf93f7729148091683cf8511f4529388b7dc8dcd0d62eaed55be93fa","doc/ISO-8859-14.txt":"3d330784a0374fd255a38b47949675cc7168c800530534b0a01cac6edc623adc","doc/ISO-8859-15.txt":"24b1084aab5127a85aab99153f86e24694d0a3615f53b5ce23683f97cf66c47a","doc/ISO-8859-16.txt":"ce0272559b92ba76d7a7e476f6424ae4a5cc72e75b183611b08392e44add4d25","doc/ISO-8859-2.txt":"18ceff88c13d1b5ba455a3919b1e3de489045c4c3d2dd7e8527c125c75d54aad","doc/ISO-8859-3.txt":"21798404c68f4f5db59223362f24999da96968c0628427321fccce7d2849a130","doc/ISO-8859-4.txt":"d27f6520c6c5bfbcc19176b71d081cdb3bccde1622bb3e420d5680e812632d53","doc/ISO-8859-5.txt":"a10ec8d6ea7a78ad15da7275f6cb1a3365118527e28f9af6d0d5830501303f3a","doc/ISO-8859-6.txt":"ccda8a2efc96115336bdd77776637b9712425e44fbcf745353b9057fbef144e7","doc/ISO-8859-7.txt":"17900fa1f27a445958f0a77d7d9056be375a6bd7ee4492aa680c7c1500bab85e","doc/ISO-8859-8-I.txt":"8357555646d54265a9b9ffa3e68b08d132312f1561c60108ff9b8b1167b6ecf2","doc/ISO-8859-8.txt":"72cd6f3afb7b4a9c16a66a362473315770b7755d72c86c870e52fc3eba86c8af","doc/KOI8-R.txt":"839cf19a38da994488004ed7814b1f6151640156a9a2af02bf2efca745fb5966","doc/KOI8-U.txt":"0cc76624ed1f024183e2298b7e019957da2c70c8ca06e0fc4e6f353f50a5054f","doc/Shift_JIS.txt":"34c49141818cb9ddbcf59cc858f78a79be8ad148d563f26415108ae1f148443f","doc/UTF-16BE.txt":"e2e280d8acbaa6d2a6b3569d60e17500a285f2baa0df3363dd85537cd5a1ef8f","doc/UTF-16LE.txt":"70bdc170e3fc5298ba68f10125fb5eeb8b077036cc96bb4416c4de396f6d76c1","doc/UTF-8.txt":"ea7bae742e613010ced002cf4b601a737d2203fad65e115611451bc4428f548a","doc/gb18030.txt":"dc71378a8f07a2d8659f69ee81fb8791fef56ba86f124b429978285237bb4a7b","doc/macintosh.txt":"57491e53866711b4672d9b9ff35380b9dac9e0d8e3d6c20bdd6140603687c023","doc/replacement.txt":"4b6c3bbd7999d9d4108a281594bd02d13607e334a95465afff8c2c08d395f0e4","doc/windows-1250.txt":"61296bb6a21cdab602300d32ecfba434cb82de5ac3bc88d58710d2f125e28d39","doc/windows-1251.txt":"7deea1c61dea1485c8ff02db2c7d578db7a9aab63ab1cfd02ec04b515864689e","doc/windows-1252.txt":"933ef3bdddfce5ee132b9f1a1aa8b47423d2587bbe475b19028d0a6d38e180b6","doc/windows-1253.txt":"1a38748b88e99071a5c7b3d5456ead4caedeabab50d50d658be105bc113714de","doc/windows-1254.txt":"f8372f86c6f8d642563cd6ddc025260553292a39423df1683a98670bd7bf2b47","doc/windows-1255.txt":"4e5852494730054e2da258a74e1b9d780abbcdd8ce22ebc218ca2efe9e90493d","doc/windows-1256.txt":"c0879c5172abedead302a406e8f60d9cd9598694a0ffa4fd288ffe4fef7b8ea1","doc/windows-1257.txt":"c28a0c9f964fcb2b46d21f537c402446501a2800670481d6abf9fd9e9018d523","doc/windows-1258.txt":"5019ae4d61805c79aacbf17c93793342dbb098d65a1837783bc3e2c6d6a23602","doc/windows-874.txt":"4ef0e4501c5feba8b17aee1818602ed44b36ca8475db771ce2fc16d392cabecc","doc/x-mac-cyrillic.txt":"58be154d8a888ca3d484b83b44f749823ef339ab27f14d90ca9a856f5050a8bd","doc/x-user-defined.txt":"f9cd07c4321bf5cfb0be4bdddd251072999b04a6cf7a6f5bc63709a84e2c1ffc","generate-encoding-data.py":"be989dd25c6b946e3e8745fdc8e8a80fcf24b3be99ad0b4b78153ba3f6ab6310","rustfmt.toml":"85c1a3b4382fd89e991cbb81b70fb52780472edc064c963943cdaaa56e0a2030","src/ascii.rs":"c44c002641adb5ebc4368707a8cc0a076d2f33e6a5c27b1b69988eb515f5653d","src/big5.rs":"ec6e2913011a38e9a3e825a1731f139a7ca1d5b264fefae51a3cc1a68a57cef9","src/data.rs":"8a617cc57032092d65850eb27e00de687c80aea3299e839a1f58b42d0b35abf3","src/euc_jp.rs":"32047f5b540188c4cb19c07165f846b9786a09f18e315ed3e9bda1293dae52aa","src/euc_kr.rs":"9b25afc72d9378700eecfac58d55ad1c5946d6cd0ccde2c29c08200ef2de6bb9","src/gb18030.rs":"808587168d73f0c80f8520f0ca9b161866ed2efeb17a05e85fdf3b8efe7ba28a","src/handles.rs":"cc83dc0754751d67f5688a65c5e0191cba02f6bacce81a0813a243cba55eef7a","src/iso_2022_jp.rs":"9bb485e82574f4b7d4b2364f0ff276acb6a0bc111758420a3b0ec5e04c196652","src/lib.rs":"1dc07b818e45846b16ddcaf0de46c8862dd7df8099123ec38b95c3f8ad9c91ec","src/macros.rs":"200997f8870de8bfd8cdc475e92115df42108c0df661e49d3d1cbc32056e1d99","src/mem.rs":"0bf34103e0ad1b842a13a082dee2b920b05cf4fb0f145c9ee7f608f4cb4a544f","src/replacement.rs":"7660b34a53f8c1ca2bdfa0e51e843ec28326950952ad8bc96569feb93ac62308","src/shift_jis.rs":"6951ae67e36b1a12fa3a30734957f444d8b1b4ae0e2bde52060b29bd0f16d9d9","src/simd_funcs.rs":"2612aba86e1d201096d7e47a859bc3444f85934cc82d8adc6d39a4304d9eecfc","src/single_byte.rs":"3c9e9c1f946ae622c725ba9421240c1faa9a05e95fa10dd4642a25cb276a1edc","src/test_data/big5_in.txt":"4c5a8691f8dc717311889c63894026d2fb62725a86c4208ca274a9cc8d42a503","src/test_data/big5_in_ref.txt":"99d399e17750cf9c7cf30bb253dbfe35b81c4fcbdead93cfa48b1429213473c7","src/test_data/big5_out.txt":"6193ca97c297aa20e09396038d18e938bb7ea331c26f0f2454097296723a0b13","src/test_data/big5_out_ref.txt":"36567691f557df144f6cc520015a87038dfa156f296fcf103b56ae9a718be1fc","src/test_data/euc_kr_in.txt":"c86a7224f3215fa0d04e685622a752fdc72763e8ae076230c7fd62de57ec4074","src/test_data/euc_kr_in_ref.txt":"1f419f4ca47d708b54c73c461545a022ae2e20498fdbf8005a483d752a204883","src/test_data/euc_kr_out.txt":"e7f32e026f70be1e1b58e0047baf7d3d2c520269c4f9b9992e158b4decb0a1a3","src/test_data/euc_kr_out_ref.txt":"c9907857980b20b8e9e3b584482ed6567a2be6185d72237b6322f0404944924e","src/test_data/gb18030_in.txt":"ab7231b2d3e9afacdbd7d7f3b9e5361a7ff9f7e1cfdb4f3bd905b9362b309e53","src/test_data/gb18030_in_ref.txt":"dc5069421adca2043c55f5012b55a76fdff651d22e6e699fd0978f8d5706815c","src/test_data/gb18030_out.txt":"f0208d527f5ca63de7d9a0323be8d5cf12d8a104b2943d92c2701f0c3364dac1","src/test_data/gb18030_out_ref.txt":"6819fe47627e4ea01027003fc514b9f21a1322e732d7f1fb92cc6c5455bc6c07","src/test_data/iso_2022_jp_in.txt":"cd24bbdcb1834e25db54646fbf4c41560a13dc7540f6be3dba4f5d97d44513af","src/test_data/iso_2022_jp_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/iso_2022_jp_out.txt":"9b6f015329dda6c3f9ee5ce6dbd6fa9c89acc21283e886836c78b8d833480c21","src/test_data/iso_2022_jp_out_ref.txt":"78cb260093a20116ad9a42f43b05d1848c5ab100b6b9a850749809e943884b35","src/test_data/jis0208_in.txt":"6df3030553ffb0a6615bb33dc8ea9dca6d9623a9028e2ffec754ce3c3da824cc","src/test_data/jis0208_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/jis0208_out.txt":"4ec24477e1675ce750733bdc3c5add1cd27b6bd4ce1f09289564646e9654e857","src/test_data/jis0208_out_ref.txt":"c3e1cef5032b2b1d93a406f31ff940c4e2dfe8859b8b17ca2761fee7a75a0e48","src/test_data/jis0212_in.txt":"c011f0dd72bd7c8cd922df9374ef8d2769a77190514c77f6c62b415852eeb9fe","src/test_data/jis0212_in_ref.txt":"7d9458b3d2f73e7092a7f505c08ce1d233dde18aa679fbcf9889256239cc9e06","src/test_data/shift_jis_in.txt":"02e389ccef0dd2122e63f503899402cb7f797912c2444cc80ab93131116c5524","src/test_data/shift_jis_in_ref.txt":"512f985950ca902e643c88682dba9708b7c38d3c5ec2925168ab00ac94ab19f9","src/test_data/shift_jis_out.txt":"5fbc44da7bf639bf6cfe0fa1fd3eba7102b88f81919c9ea991302712f69426fb","src/test_data/shift_jis_out_ref.txt":"466322c6fed8286c64582731755290c2296508efdd258826e6279686649b481f","src/test_labels_names.rs":"23a2e11b02b3b8d15fb5613a625e3edb2c61e70e3c581abfd638719a4088200d","src/testing.rs":"f59e671e95a98a56f6b573e8c6be4d71e670bf52f7e20eb1605d990aafa1894e","src/utf_16.rs":"c071a147fad38d750c2c247e141b76b929a48007b99f26b2922b9caecdaf2f25","src/utf_8.rs":"7b7d887b347f1aefa03246b028a36a72758a4ce76c28f3b45c19467851aa7839","src/variant.rs":"1fab5363588a1554a7169de8731ea9cded7ac63ea35caabdd1c27a8dde68c27b","src/x_user_defined.rs":"c9c010730dfb9f141d4fed19350c08a21af240913a54bb64f5ca89ff93b6b7d1"},"package":"7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"} +\ No newline at end of file ++{"files":{"CONTRIBUTING.md":"ca1901f3e8532fb4cec894fd3664f0eaa898c0c4b961d1b992d1ed54eacf362a","COPYRIGHT":"11789f45bb180841cd362a5eee6789c68ddb573a11105e30768c308a6add0190","Cargo.toml":"22a4d210c92dae9f32c6944ef340ee8fdd027f99c081577e8907123e2a93383e","Ideas.md":"b7452893f500163868d8de52c09addaf91e1632454ed02e892c467ed7ec39dbd","LICENSE-APACHE":"cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30","LICENSE-MIT":"3fa4ca83dcc9237839b1bdeb2e6d16bdfb5ec0c5ce42b24694d8bbf0dcbef72c","LICENSE-WHATWG":"838118388fe5c2e7f1dbbaeed13e1c7f3ebf88be91319c7c1d77c18e987d1a50","README.md":"1d08aefcb92afa81b18154049c9abbcad4540a23f7172e9f9bbed5af33f1a087","ci/miri.sh":"43cb8d82f49e3bfe2d2274b6ccd6f0714a4188ccef0cecc040829883cfdbee25","doc/Big5.txt":"f73a2edc5cb6c2d140ba6e07f4542e1c4a234950378acde1df93480f0ca0be0b","doc/EUC-JP.txt":"ee2818b907d0137f40a9ab9fd525fc700a44dbdddb6cf0c157a656566bae4bf1","doc/EUC-KR.txt":"71d9e2ccf3b124e8bdfb433c8cf2773fd878077038d0cec3c7237a50f4a78a30","doc/GBK.txt":"c1b522b5a799884e5001da661f42c5a8f4d0acb9ef1d74b206f22b5f65365606","doc/IBM866.txt":"a5a433e804d0f83af785015179fbc1d9b0eaf1f7960efcd04093e136b51fbd0e","doc/ISO-2022-JP.txt":"af86684f5a8f0e2868d7b2c292860140c3d2e5527530ca091f1b28198e8e2fe6","doc/ISO-8859-10.txt":"6d3949ad7c81ca176895101ed81a1db7df1060d64e262880b94bd31bb344ab4d","doc/ISO-8859-13.txt":"3951dd89cf93f7729148091683cf8511f4529388b7dc8dcd0d62eaed55be93fa","doc/ISO-8859-14.txt":"3d330784a0374fd255a38b47949675cc7168c800530534b0a01cac6edc623adc","doc/ISO-8859-15.txt":"24b1084aab5127a85aab99153f86e24694d0a3615f53b5ce23683f97cf66c47a","doc/ISO-8859-16.txt":"ce0272559b92ba76d7a7e476f6424ae4a5cc72e75b183611b08392e44add4d25","doc/ISO-8859-2.txt":"18ceff88c13d1b5ba455a3919b1e3de489045c4c3d2dd7e8527c125c75d54aad","doc/ISO-8859-3.txt":"21798404c68f4f5db59223362f24999da96968c0628427321fccce7d2849a130","doc/ISO-8859-4.txt":"d27f6520c6c5bfbcc19176b71d081cdb3bccde1622bb3e420d5680e812632d53","doc/ISO-8859-5.txt":"a10ec8d6ea7a78ad15da7275f6cb1a3365118527e28f9af6d0d5830501303f3a","doc/ISO-8859-6.txt":"ccda8a2efc96115336bdd77776637b9712425e44fbcf745353b9057fbef144e7","doc/ISO-8859-7.txt":"17900fa1f27a445958f0a77d7d9056be375a6bd7ee4492aa680c7c1500bab85e","doc/ISO-8859-8-I.txt":"8357555646d54265a9b9ffa3e68b08d132312f1561c60108ff9b8b1167b6ecf2","doc/ISO-8859-8.txt":"72cd6f3afb7b4a9c16a66a362473315770b7755d72c86c870e52fc3eba86c8af","doc/KOI8-R.txt":"839cf19a38da994488004ed7814b1f6151640156a9a2af02bf2efca745fb5966","doc/KOI8-U.txt":"0cc76624ed1f024183e2298b7e019957da2c70c8ca06e0fc4e6f353f50a5054f","doc/Shift_JIS.txt":"34c49141818cb9ddbcf59cc858f78a79be8ad148d563f26415108ae1f148443f","doc/UTF-16BE.txt":"e2e280d8acbaa6d2a6b3569d60e17500a285f2baa0df3363dd85537cd5a1ef8f","doc/UTF-16LE.txt":"70bdc170e3fc5298ba68f10125fb5eeb8b077036cc96bb4416c4de396f6d76c1","doc/UTF-8.txt":"ea7bae742e613010ced002cf4b601a737d2203fad65e115611451bc4428f548a","doc/gb18030.txt":"dc71378a8f07a2d8659f69ee81fb8791fef56ba86f124b429978285237bb4a7b","doc/macintosh.txt":"57491e53866711b4672d9b9ff35380b9dac9e0d8e3d6c20bdd6140603687c023","doc/replacement.txt":"4b6c3bbd7999d9d4108a281594bd02d13607e334a95465afff8c2c08d395f0e4","doc/windows-1250.txt":"61296bb6a21cdab602300d32ecfba434cb82de5ac3bc88d58710d2f125e28d39","doc/windows-1251.txt":"7deea1c61dea1485c8ff02db2c7d578db7a9aab63ab1cfd02ec04b515864689e","doc/windows-1252.txt":"933ef3bdddfce5ee132b9f1a1aa8b47423d2587bbe475b19028d0a6d38e180b6","doc/windows-1253.txt":"1a38748b88e99071a5c7b3d5456ead4caedeabab50d50d658be105bc113714de","doc/windows-1254.txt":"f8372f86c6f8d642563cd6ddc025260553292a39423df1683a98670bd7bf2b47","doc/windows-1255.txt":"4e5852494730054e2da258a74e1b9d780abbcdd8ce22ebc218ca2efe9e90493d","doc/windows-1256.txt":"c0879c5172abedead302a406e8f60d9cd9598694a0ffa4fd288ffe4fef7b8ea1","doc/windows-1257.txt":"c28a0c9f964fcb2b46d21f537c402446501a2800670481d6abf9fd9e9018d523","doc/windows-1258.txt":"5019ae4d61805c79aacbf17c93793342dbb098d65a1837783bc3e2c6d6a23602","doc/windows-874.txt":"4ef0e4501c5feba8b17aee1818602ed44b36ca8475db771ce2fc16d392cabecc","doc/x-mac-cyrillic.txt":"58be154d8a888ca3d484b83b44f749823ef339ab27f14d90ca9a856f5050a8bd","doc/x-user-defined.txt":"f9cd07c4321bf5cfb0be4bdddd251072999b04a6cf7a6f5bc63709a84e2c1ffc","generate-encoding-data.py":"be989dd25c6b946e3e8745fdc8e8a80fcf24b3be99ad0b4b78153ba3f6ab6310","rustfmt.toml":"85c1a3b4382fd89e991cbb81b70fb52780472edc064c963943cdaaa56e0a2030","src/ascii.rs":"588e38b01e666d5e7462617ea7e90a108d608dec9e016f3d273ac0744af2e05d","src/big5.rs":"ec6e2913011a38e9a3e825a1731f139a7ca1d5b264fefae51a3cc1a68a57cef9","src/data.rs":"8a617cc57032092d65850eb27e00de687c80aea3299e839a1f58b42d0b35abf3","src/euc_jp.rs":"32047f5b540188c4cb19c07165f846b9786a09f18e315ed3e9bda1293dae52aa","src/euc_kr.rs":"9b25afc72d9378700eecfac58d55ad1c5946d6cd0ccde2c29c08200ef2de6bb9","src/gb18030.rs":"808587168d73f0c80f8520f0ca9b161866ed2efeb17a05e85fdf3b8efe7ba28a","src/handles.rs":"b08cef1f5785bb6a4822f2e844c6df1b046b737b7a075e4593eaa8c4208e9fe2","src/iso_2022_jp.rs":"9bb485e82574f4b7d4b2364f0ff276acb6a0bc111758420a3b0ec5e04c196652","src/lib.rs":"834f44b670ec48ee82c0e12223d1567313fdd9f88bca5f4b117c82c1828f559f","src/macros.rs":"200997f8870de8bfd8cdc475e92115df42108c0df661e49d3d1cbc32056e1d99","src/mem.rs":"948571137d3b151df8db4fb2c733e74ae595d055cdf0ad83abcab9341d6adabe","src/replacement.rs":"7660b34a53f8c1ca2bdfa0e51e843ec28326950952ad8bc96569feb93ac62308","src/shift_jis.rs":"6951ae67e36b1a12fa3a30734957f444d8b1b4ae0e2bde52060b29bd0f16d9d9","src/simd_funcs.rs":"05c6e77af74bfe73cd39a752067c11425d6b46e5da419910f54bf75a5c02a984","src/single_byte.rs":"3ad87116fb339434a4b58e8f2b15485f2b66b9f7814d708f16194ed08f6d6ccf","src/test_data/big5_in.txt":"4c5a8691f8dc717311889c63894026d2fb62725a86c4208ca274a9cc8d42a503","src/test_data/big5_in_ref.txt":"99d399e17750cf9c7cf30bb253dbfe35b81c4fcbdead93cfa48b1429213473c7","src/test_data/big5_out.txt":"6193ca97c297aa20e09396038d18e938bb7ea331c26f0f2454097296723a0b13","src/test_data/big5_out_ref.txt":"36567691f557df144f6cc520015a87038dfa156f296fcf103b56ae9a718be1fc","src/test_data/euc_kr_in.txt":"c86a7224f3215fa0d04e685622a752fdc72763e8ae076230c7fd62de57ec4074","src/test_data/euc_kr_in_ref.txt":"1f419f4ca47d708b54c73c461545a022ae2e20498fdbf8005a483d752a204883","src/test_data/euc_kr_out.txt":"e7f32e026f70be1e1b58e0047baf7d3d2c520269c4f9b9992e158b4decb0a1a3","src/test_data/euc_kr_out_ref.txt":"c9907857980b20b8e9e3b584482ed6567a2be6185d72237b6322f0404944924e","src/test_data/gb18030_in.txt":"ab7231b2d3e9afacdbd7d7f3b9e5361a7ff9f7e1cfdb4f3bd905b9362b309e53","src/test_data/gb18030_in_ref.txt":"dc5069421adca2043c55f5012b55a76fdff651d22e6e699fd0978f8d5706815c","src/test_data/gb18030_out.txt":"f0208d527f5ca63de7d9a0323be8d5cf12d8a104b2943d92c2701f0c3364dac1","src/test_data/gb18030_out_ref.txt":"6819fe47627e4ea01027003fc514b9f21a1322e732d7f1fb92cc6c5455bc6c07","src/test_data/iso_2022_jp_in.txt":"cd24bbdcb1834e25db54646fbf4c41560a13dc7540f6be3dba4f5d97d44513af","src/test_data/iso_2022_jp_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/iso_2022_jp_out.txt":"9b6f015329dda6c3f9ee5ce6dbd6fa9c89acc21283e886836c78b8d833480c21","src/test_data/iso_2022_jp_out_ref.txt":"78cb260093a20116ad9a42f43b05d1848c5ab100b6b9a850749809e943884b35","src/test_data/jis0208_in.txt":"6df3030553ffb0a6615bb33dc8ea9dca6d9623a9028e2ffec754ce3c3da824cc","src/test_data/jis0208_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/jis0208_out.txt":"4ec24477e1675ce750733bdc3c5add1cd27b6bd4ce1f09289564646e9654e857","src/test_data/jis0208_out_ref.txt":"c3e1cef5032b2b1d93a406f31ff940c4e2dfe8859b8b17ca2761fee7a75a0e48","src/test_data/jis0212_in.txt":"c011f0dd72bd7c8cd922df9374ef8d2769a77190514c77f6c62b415852eeb9fe","src/test_data/jis0212_in_ref.txt":"7d9458b3d2f73e7092a7f505c08ce1d233dde18aa679fbcf9889256239cc9e06","src/test_data/shift_jis_in.txt":"02e389ccef0dd2122e63f503899402cb7f797912c2444cc80ab93131116c5524","src/test_data/shift_jis_in_ref.txt":"512f985950ca902e643c88682dba9708b7c38d3c5ec2925168ab00ac94ab19f9","src/test_data/shift_jis_out.txt":"5fbc44da7bf639bf6cfe0fa1fd3eba7102b88f81919c9ea991302712f69426fb","src/test_data/shift_jis_out_ref.txt":"466322c6fed8286c64582731755290c2296508efdd258826e6279686649b481f","src/test_labels_names.rs":"23a2e11b02b3b8d15fb5613a625e3edb2c61e70e3c581abfd638719a4088200d","src/testing.rs":"f59e671e95a98a56f6b573e8c6be4d71e670bf52f7e20eb1605d990aafa1894e","src/utf_16.rs":"c071a147fad38d750c2c247e141b76b929a48007b99f26b2922b9caecdaf2f25","src/utf_8.rs":"7b7d887b347f1aefa03246b028a36a72758a4ce76c28f3b45c19467851aa7839","src/variant.rs":"1fab5363588a1554a7169de8731ea9cded7ac63ea35caabdd1c27a8dde68c27b","src/x_user_defined.rs":"9456ca46168ef86c98399a2536f577ef7be3cdde90c0c51392d8ac48519d3fae"},"package":"b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"} +\ No newline at end of file +diff --git a/third_party/rust/encoding_rs/Cargo.toml b/third_party/rust/encoding_rs/Cargo.toml +--- third_party/rust/encoding_rs/Cargo.toml ++++ third_party/rust/encoding_rs/Cargo.toml +@@ -6,18 +6,19 @@ + # to registry (e.g., crates.io) dependencies. + # + # If you are reading this file be aware that the original Cargo.toml + # will likely look very different (and much more reasonable). + # See Cargo.toml.orig for the original contents. + + [package] + edition = "2018" ++rust-version = "1.36" + name = "encoding_rs" +-version = "0.8.33" ++version = "0.8.34" + authors = ["Henri Sivonen "] + description = "A Gecko-oriented implementation of the Encoding Standard" + homepage = "https://docs.rs/encoding_rs/" + documentation = "https://docs.rs/encoding_rs/" + readme = "README.md" + keywords = [ + "encoding", + "web", +@@ -31,23 +32,23 @@ categories = [ + "internationalization", + ] + license = "(Apache-2.0 OR MIT) AND BSD-3-Clause" + repository = "https://github.com/hsivonen/encoding_rs" + + [profile.release] + lto = true + ++[dependencies.any_all_workaround] ++version = "0.1.0" ++optional = true ++ + [dependencies.cfg-if] + version = "1.0" + +-[dependencies.packed_simd] +-version = "0.3.9" +-optional = true +- + [dependencies.serde] + version = "1.0" + optional = true + + [dev-dependencies.bincode] + version = "1.0" + + [dev-dependencies.serde_derive] +@@ -69,15 +70,9 @@ fast-legacy-encode = [ + "fast-hanja-encode", + "fast-kanji-encode", + "fast-gb-hanzi-encode", + "fast-big5-hanzi-encode", + ] + less-slow-big5-hanzi-encode = [] + less-slow-gb-hanzi-encode = [] + less-slow-kanji-encode = [] +-simd-accel = [ +- "packed_simd", +- "packed_simd/into_bits", +-] +- +-[badges.travis-ci] +-repository = "hsivonen/encoding_rs" ++simd-accel = ["any_all_workaround"] +diff --git a/third_party/rust/encoding_rs/README.md b/third_party/rust/encoding_rs/README.md +--- third_party/rust/encoding_rs/README.md ++++ third_party/rust/encoding_rs/README.md +@@ -162,50 +162,36 @@ wrappers. + * [C++](https://github.com/hsivonen/recode_cpp) + + ## Optional features + + There are currently these optional cargo features: + + ### `simd-accel` + +-Enables SIMD acceleration using the nightly-dependent `packed_simd` crate. ++Enables SIMD acceleration using the nightly-dependent `portable_simd` standard ++library feature. + + This is an opt-in feature, because enabling this feature _opts out_ of Rust's + guarantees of future compilers compiling old code (aka. "stability story"). + + Currently, this has not been tested to be an improvement except for these +-targets: ++targets and enabling the `simd-accel` feature is expected to break the build ++on other targets: + + * x86_64 + * i686 + * aarch64 + * thumbv7neon + + If you use nightly Rust, you use targets whose first component is one of the + above, and you are prepared _to have to revise your configuration when updating + Rust_, you should enable this feature. Otherwise, please _do not_ enable this + feature. + +-_Note!_ If you are compiling for a target that does not have 128-bit SIMD +-enabled as part of the target definition and you are enabling 128-bit SIMD +-using `-C target_feature`, you need to enable the `core_arch` Cargo feature +-for `packed_simd` to compile a crates.io snapshot of `core_arch` instead of +-using the standard-library copy of `core::arch`, because the `core::arch` +-module of the pre-compiled standard library has been compiled with the +-assumption that the CPU doesn't have 128-bit SIMD. At present this applies +-mainly to 32-bit ARM targets whose first component does not include the +-substring `neon`. +- +-The encoding_rs side of things has not been properly set up for POWER, +-PowerPC, MIPS, etc., SIMD at this time, so even if you were to follow +-the advice from the previous paragraph, you probably shouldn't use +-the `simd-accel` option on the less mainstream architectures at this +-time. +- + Used by Firefox. + + ### `serde` + + Enables support for serializing and deserializing `&'static Encoding`-typed + struct fields using [Serde][1]. + + [1]: https://serde.rs/ +@@ -376,18 +362,19 @@ It is a goal to support the latest stabl + the version of Rust that's used for Firefox Nightly. + + At this time, there is no firm commitment to support a version older than + what's required by Firefox, and there is no commitment to treat MSRV changes + as semver-breaking, because this crate depends on `cfg-if`, which doesn't + appear to treat MSRV changes as semver-breaking, so it would be useless for + this crate to treat MSRV changes as semver-breaking. + +-As of 2021-02-04, MSRV appears to be Rust 1.36.0 for using the crate and ++As of 2024-04-04, MSRV appears to be Rust 1.36.0 for using the crate and + 1.42.0 for doc tests to pass without errors about the global allocator. ++With the `simd-accel` feature, the MSRV is even higher. + + ## Compatibility with rust-encoding + + A compatibility layer that implements the rust-encoding API on top of + encoding_rs is + [provided as a separate crate](https://github.com/hsivonen/encoding_rs_compat) + (cannot be uploaded to crates.io). The compatibility layer was originally + written with the assuption that Firefox would need it, but it is not currently +@@ -441,20 +428,27 @@ To regenerate the generated code: + - [x] Implement the rust-encoding API in terms of encoding_rs. + - [x] Add SIMD acceleration for Aarch64. + - [x] Investigate the use of NEON on 32-bit ARM. + - [ ] ~Investigate Björn Höhrmann's lookup table acceleration for UTF-8 as + adapted to Rust in rust-encoding.~ + - [x] Add actually fast CJK encode options. + - [ ] ~Investigate [Bob Steagall's lookup table acceleration for UTF-8](https://github.com/BobSteagall/CppNow2018/blob/master/FastConversionFromUTF-8/Fast%20Conversion%20From%20UTF-8%20with%20C%2B%2B%2C%20DFAs%2C%20and%20SSE%20Intrinsics%20-%20Bob%20Steagall%20-%20C%2B%2BNow%202018.pdf).~ + - [x] Provide a build mode that works without `alloc` (with lesser API surface). +-- [ ] Migrate to `std::simd` once it is stable and declare 1.0. ++- [x] Migrate to `std::simd` ~once it is stable and declare 1.0.~ ++- [ ] Migrate `unsafe` slice access by larger types than `u8`/`u16` to `align_to`. + + ## Release Notes + ++### 0.8.34 ++ ++* Use the `portable_simd` nightly feature of the standard library instead of the `packed_simd` crate. Only affects the `simd-accel` optional nightly feature. ++* Internal documentation improvements and minor code improvements around `unsafe`. ++* Added `rust-version` to `Cargo.toml`. ++ + ### 0.8.33 + + * Use `packed_simd` instead of `packed_simd_2` again now that updates are back under the `packed_simd` name. Only affects the `simd-accel` optional nightly feature. + + ### 0.8.32 + + * Removed `build.rs`. (This removal should resolve false positives reported by some antivirus products. This may break some build configurations that have opted out of Rust's guarantees against future build breakage.) + * Internal change to what API is used for reinterpreting the lane configuration of SIMD vectors. +diff --git a/third_party/rust/encoding_rs/src/ascii.rs b/third_party/rust/encoding_rs/src/ascii.rs +--- third_party/rust/encoding_rs/src/ascii.rs ++++ third_party/rust/encoding_rs/src/ascii.rs +@@ -46,71 +46,87 @@ cfg_if! { + #[allow(dead_code)] + #[inline(always)] + fn likely(b: bool) -> bool { + b + } + } + } + ++// Safety invariants for masks: data & mask = 0 for valid ASCII or basic latin utf-16 ++ + // `as` truncates, so works on 32-bit, too. + #[allow(dead_code)] + pub const ASCII_MASK: usize = 0x8080_8080_8080_8080u64 as usize; + + // `as` truncates, so works on 32-bit, too. + #[allow(dead_code)] + pub const BASIC_LATIN_MASK: usize = 0xFF80_FF80_FF80_FF80u64 as usize; + + #[allow(unused_macros)] + macro_rules! ascii_naive { + ($name:ident, $src_unit:ty, $dst_unit:ty) => { ++ /// Safety: src and dst must have len_unit elements and be aligned ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + // Yes, manually omitting the bound check here matters + // a lot for perf. + for i in 0..len { ++ // Safety: len invariant used here + let code_unit = *(src.add(i)); ++ // Safety: Upholds safety-usable invariant here + if code_unit > 127 { + return Some((code_unit, i)); + } ++ // Safety: len invariant used here + *(dst.add(i)) = code_unit as $dst_unit; + } + return None; + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_alu { + ($name:ident, ++ // safety invariant: src/dst MUST be u8 + $src_unit:ty, + $dst_unit:ty, ++ // Safety invariant: stride_fn must consume and produce two usizes, and return the index of the first non-ascii when it fails + $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cast_ptr_alignment))] + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch until we are aligned to usize + let mut until_alignment = { + // Check if the other unit aligns if we move the narrower unit + // to alignment. + // if ::core::mem::size_of::<$src_unit>() == ::core::mem::size_of::<$dst_unit>() { + // ascii_to_ascii + let src_alignment = (src as usize) & ALU_ALIGNMENT_MASK; + let dst_alignment = (dst as usize) & ALU_ALIGNMENT_MASK; + if src_alignment != dst_alignment { ++ // Safety: bails early and ends up in the naïve branch where usize-alignment doesn't matter + break; + } + (ALU_ALIGNMENT - src_alignment) & ALU_ALIGNMENT_MASK + // } else if ::core::mem::size_of::<$src_unit>() < ::core::mem::size_of::<$dst_unit>() { + // ascii_to_basic_latin + // let src_until_alignment = (ALIGNMENT - ((src as usize) & ALIGNMENT_MASK)) & ALIGNMENT_MASK; + // if (dst.add(src_until_alignment) as usize) & ALIGNMENT_MASK != 0 { + // break; +@@ -129,74 +145,104 @@ macro_rules! ascii_alu { + // Moving pointers to alignment seems to be a pessimization on + // x86_64 for operations that have UTF-16 as the internal + // Unicode representation. However, since it seems to be a win + // on ARM (tested ARMv7 code running on ARMv8 [rpi3]), except + // mixed results when encoding from UTF-16 and since x86 and + // x86_64 should be using SSE2 in due course, keeping the move + // to alignment here. It would be good to test on more ARM CPUs + // and on real MIPS and POWER hardware. ++ // ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { ++ // Safety: num_ascii is known to be a byte index of a non-ascii byte due to stride_fn's invariant + if let Some(num_ascii) = $stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ) { + offset += num_ascii; ++ // Safety: Upholds safety-usable invariant here by indexing into non-ascii byte + return Some((*(src.add(offset)), offset)); + } ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ ++ // Safety: This is the naïve code, same as ascii_naive, and has no requirements ++ // other than src/dst being valid for the the right lens + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } ++ // Safety: len invariant used here + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! basic_latin_alu { + ($name:ident, ++ // safety invariant: use u8 for src/dest for ascii, and u16 for basic_latin + $src_unit:ty, + $dst_unit:ty, ++ // safety invariant: stride function must munch ALU_STRIDE_SIZE*size(src_unit) bytes off of src and ++ // write ALU_STRIDE_SIZE*size(dst_unit) bytes to dst + $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[cfg_attr( + feature = "cargo-clippy", + allow(never_loop, cast_ptr_alignment, cast_lossless) + )] + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch from src/dest until we are aligned to usize ++ // We ensure basic-latin has the same alignment as ascii, starting with ascii since it is smaller. + let mut until_alignment = { + // Check if the other unit aligns if we move the narrower unit + // to alignment. + // if ::core::mem::size_of::<$src_unit>() == ::core::mem::size_of::<$dst_unit>() { + // ascii_to_ascii + // let src_alignment = (src as usize) & ALIGNMENT_MASK; + // let dst_alignment = (dst as usize) & ALIGNMENT_MASK; + // if src_alignment != dst_alignment { +@@ -232,66 +278,89 @@ macro_rules! basic_latin_alu { + // Moving pointers to alignment seems to be a pessimization on + // x86_64 for operations that have UTF-16 as the internal + // Unicode representation. However, since it seems to be a win + // on ARM (tested ARMv7 code running on ARMv8 [rpi3]), except + // mixed results when encoding from UTF-16 and since x86 and + // x86_64 should be using SSE2 in due course, keeping the move + // to alignment here. It would be good to test on more ARM CPUs + // and on real MIPS and POWER hardware. ++ // ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { + if !$stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ) { + break; + } ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ // Safety: This is the naïve code once again, for leftover bytes + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } ++ // Safety: len invariant used here + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_alu { ++ // safety invariant: stride function must munch ALU_STRIDE_SIZE*size(src_unit) bytes off of src and ++ // write ALU_STRIDE_SIZE*size(dst_unit) bytes to dst + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write + #[cfg_attr( + feature = "cargo-clippy", + allow(never_loop, cast_ptr_alignment, cast_lossless) + )] + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch from src/dest until we are aligned to usize ++ // We ensure the UTF-16 side has the same alignment as the Latin-1 side, starting with Latin-1 since it is smaller. + let mut until_alignment = { + if ::core::mem::size_of::<$src_unit>() < ::core::mem::size_of::<$dst_unit>() { + // unpack + let src_until_alignment = (ALU_ALIGNMENT + - ((src as usize) & ALU_ALIGNMENT_MASK)) + & ALU_ALIGNMENT_MASK; + if (dst.wrapping_add(src_until_alignment) as usize) & ALU_ALIGNMENT_MASK + != 0 +@@ -308,373 +377,485 @@ macro_rules! latin1_alu { + != 0 + { + break; + } + dst_until_alignment + } + }; + if until_alignment + ALU_STRIDE_SIZE <= len { ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { + $stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ); ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ // Safety: This is the naïve code once again, for leftover bytes + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_check_align { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + // XXX Should we first process one stride unconditionally as unaligned to + // avoid the cost of the branchiness below if the first stride fails anyway? + // XXX Should we just use unaligned SSE2 access unconditionally? It seems that + // on Haswell, it would make sense to just use unaligned and not bother + // checking. Need to benchmark older architectures before deciding. + let dst_masked = (dst as usize) & SIMD_ALIGNMENT_MASK; ++ // Safety: checking whether src is aligned + if ((src as usize) & SIMD_ALIGNMENT_MASK) == 0 { ++ // Safety: Checking whether dst is aligned + if dst_masked == 0 { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_both_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_src_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + } else { + if dst_masked == 0 { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_dst_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + } + } + while offset < len { ++ // Safety: uses len invariant here and below + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: upholds safety-usable invariant + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_check_align_unrolled { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing 2*SIMD_STRIDE_SIZE src_unit/dst_unit + $double_stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing 2*SIMD_STRIDE_SIZE src_unit/dst_unit + $double_stride_src_aligned:ident + ) => { +- #[inline(always)] ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let unit_size = ::core::mem::size_of::<$src_unit>(); + let mut offset = 0usize; + // This loop is only broken out of as a goto forward without + // actually looping + 'outer: loop { ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + // First, process one unaligned ++ // Safety: this is safe to call since we're valid for this read/write + if !$stride_neither_aligned(src, dst) { + break 'outer; + } + offset = SIMD_STRIDE_SIZE; + + // We have now seen 16 ASCII bytes. Let's guess that + // there will be enough more to justify more expense + // in the case of non-ASCII. + // Use aligned reads for the sake of old microachitectures. ++ // ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is less that SIMD_ALIGNMENT, which is also SIMD_STRIDE_SIZE (as documented) + let until_alignment = ((SIMD_ALIGNMENT + - ((src.add(offset) as usize) & SIMD_ALIGNMENT_MASK)) + & SIMD_ALIGNMENT_MASK) + / unit_size; +- // This addition won't overflow, because even in the 32-bit PAE case the ++ // Safety: This addition won't overflow, because even in the 32-bit PAE case the + // address space holds enough code that the slice length can't be that + // close to address space size. + // offset now equals SIMD_STRIDE_SIZE, hence times 3 below. ++ // ++ // Safety: if this check succeeds we're valid for reading/writing at least `2 * SIMD_STRIDE_SIZE` elements plus `until_alignment`. ++ // The extra SIMD_STRIDE_SIZE in the condition is because `offset` is already `SIMD_STRIDE_SIZE`. + if until_alignment + (SIMD_STRIDE_SIZE * 3) <= len { + if until_alignment != 0 { ++ // Safety: this is safe to call since we're valid for this read/write (and more), and don't care about alignment ++ // This will copy over bytes that get decoded twice since it's not incrementing `offset` by SIMD_STRIDE_SIZE. This is fine. + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += until_alignment; + } ++ // Safety: At this point we're valid for reading/writing 2*SIMD_STRIDE_SIZE elements ++ // Safety: Now `offset` is aligned for `src` + let len_minus_stride_times_two = len - (SIMD_STRIDE_SIZE * 2); ++ // Safety: This is whether dst is aligned + let dst_masked = (dst.add(offset) as usize) & SIMD_ALIGNMENT_MASK; + if dst_masked == 0 { + loop { ++ // Safety: both are aligned, we can call the aligned function. We're valid for reading/writing double stride from the initial condition ++ // and the loop break condition below + if let Some(advance) = + $double_stride_both_aligned(src.add(offset), dst.add(offset)) + { + offset += advance; + let code_unit = *(src.add(offset)); ++ // Safety: uses safety-usable invariant on ascii_to_ascii_simd_double_stride to return ++ // guaranteed non-ascii + return Some((code_unit, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: We're valid for reading/writing one more, and can still assume alignment + if offset + SIMD_STRIDE_SIZE <= len { + if !$stride_both_aligned(src.add(offset), dst.add(offset)) { + break 'outer; + } + offset += SIMD_STRIDE_SIZE; + } + } else { + loop { ++ // Safety: only src is aligned here. We're valid for reading/writing double stride from the initial condition ++ // and the loop break condition below + if let Some(advance) = + $double_stride_src_aligned(src.add(offset), dst.add(offset)) + { + offset += advance; + let code_unit = *(src.add(offset)); ++ // Safety: uses safety-usable invariant on ascii_to_ascii_simd_double_stride to return ++ // guaranteed non-ascii + return Some((code_unit, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. ++ + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: We're valid for reading/writing one more, and can still assume alignment + if offset + SIMD_STRIDE_SIZE <= len { + if !$stride_src_aligned(src.add(offset), dst.add(offset)) { + break 'outer; + } + offset += SIMD_STRIDE_SIZE; + } + } + } else { + // At most two iterations, so unroll + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: The check above ensures we're allowed to read/write this, and we don't use alignment + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: The check above ensures we're allowed to read/write this, and we don't use alignment + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; + } + } + } + } + break 'outer; + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_check_align { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident ++ + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; ++ // Whether dst is aligned + let dst_masked = (dst as usize) & SIMD_ALIGNMENT_MASK; ++ // Whether src is aligned + if ((src as usize) & SIMD_ALIGNMENT_MASK) == 0 { + if dst_masked == 0 { + loop { ++ // Safety: Both were aligned, we can use the aligned function + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: src was aligned, dst was not + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } + } else { + if dst_masked == 0 { + loop { ++ // Safety: src was aligned, dst was not + $stride_dst_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: Neither were aligned + $stride_neither_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } + } + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_check_align_unrolled { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let unit_size = ::core::mem::size_of::<$src_unit>(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is by definition less than SIMD_STRIDE_SIZE. + let mut until_alignment = ((SIMD_STRIDE_SIZE + - ((src as usize) & SIMD_ALIGNMENT_MASK)) + & SIMD_ALIGNMENT_MASK) + / unit_size; + while until_alignment != 0 { ++ // Safety: This is a straightforward copy, since until_alignment is < SIMD_STRIDE_SIZE < len, this is in-bounds + *(dst.add(offset)) = *(src.add(offset)) as $dst_unit; + offset += 1; + until_alignment -= 1; + } ++ // Safety: here offset will be `until_alignment`, i.e. enough to align `src`. + let len_minus_stride = len - SIMD_STRIDE_SIZE; ++ // Safety: if this check succeeds we're valid for reading/writing at least `2 * SIMD_STRIDE_SIZE` elements. + if offset + SIMD_STRIDE_SIZE * 2 <= len { + let len_minus_stride_times_two = len_minus_stride - SIMD_STRIDE_SIZE; ++ // Safety: at this point src is known to be aligned at offset, dst is not. + if (dst.add(offset) as usize) & SIMD_ALIGNMENT_MASK == 0 { + loop { ++ // Safety: We checked alignment of dst above, we can use the alignment functions. We're allowed to read/write 2*SIMD_STRIDE_SIZE elements, which we do. + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } + } else { + loop { ++ // Safety: we ensured alignment of src already. + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } + } + } ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we are valid to munch SIMD_STRIDE_SIZE more elements, which we do + if offset < len_minus_stride { + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + } + } + while offset < len { ++ // Safety: uses len invariant here and below + let code_unit = *(src.add(offset)); + // On x86_64, this loop autovectorizes but in the pack + // case there are instructions whose purpose is to make sure + // each u16 in the vector is truncated before packing. However, + // since we don't care about saturating behavior of SSE2 packing + // when the input isn't Latin1, those instructions are useless. + // Unfortunately, using the `assume` intrinsic to lie to the + // optimizer doesn't make LLVM omit the trunctation that we +@@ -688,138 +869,180 @@ macro_rules! latin1_simd_check_align_unr + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_unalign { ++ // Safety: stride_neither_aligned must be a function that requires src/dest be valid for unaligned reads/writes for SIMD_STRIDE_SIZE elements of type src_unit/dest_unit + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_neither_aligned:ident) => { ++ /// Safety: src and dst must be valid for reads/writes of len elements of type src_unit/dst_unit ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: We know we're valid for `stride` reads/writes, so we can call this function. We don't need alignment. + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - stride` which means we always have at least `stride` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { ++ // Safety: Uses len invariant here and below + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_unalign { ++ // Safety: stride_neither_aligned must be a function that requires src/dest be valid for unaligned reads/writes for SIMD_STRIDE_SIZE elements of type src_unit/dest_unit + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_neither_aligned:ident) => { ++ /// Safety: src and dst must be valid for unaligned reads/writes of len elements of type src_unit/dst_unit + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: We know we're valid for `stride` reads/writes, so we can call this function. We don't need alignment. + $stride_neither_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - stride` which means we always have at least `stride` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { ++ // Safety: Uses len invariant here + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_ascii_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u8) -> bool { + let simd = $load(src); + if !simd_is_ascii(simd) { + return false; + } + $store(dst, simd); + true + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_ascii_simd_double_stride { ++ // Safety: store must be valid for 32 bytes of write, which may be unaligned (candidates: `store(8|16)_(aligned|unaligned)`) + ($name:ident, $store:ident) => { ++ /// Safety: src must be valid for 32 bytes of aligned u8x16 read ++ /// dst must be valid for 32 bytes of unaligned write according to ++ /// the $store fn, which may allow for unaligned writes or require ++ /// alignment to either 16x8 or u8x16. ++ /// ++ /// Safety-usable invariant: Returns Some(index) if the element at `index` is invalid ASCII + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u8) -> Option { + let first = load16_aligned(src); + let second = load16_aligned(src.add(SIMD_STRIDE_SIZE)); + $store(dst, first); + if unlikely(!simd_is_ascii(first | second)) { ++ // Safety: mask_ascii produces a mask of all the high bits. + let mask_first = mask_ascii(first); + if mask_first != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src ++ // TODO SAFETY: What about big-endian systems? + return Some(mask_first.trailing_zeros() as usize); + } + $store(dst.add(SIMD_STRIDE_SIZE), second); + let mask_second = mask_ascii(second); ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + return Some(SIMD_STRIDE_SIZE + mask_second.trailing_zeros() as usize); + } + $store(dst.add(SIMD_STRIDE_SIZE), second); + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_basic_latin_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16/32 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) -> bool { + let simd = $load(src); + if !simd_is_ascii(simd) { + return false; + } + let (first, second) = simd_unpack(simd); + $store(dst, first); + $store(dst.add(8), second); + true + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_basic_latin_simd_double_stride { ++ // Safety: store must be valid for 16 bytes of write, which may be unaligned + ($name:ident, $store:ident) => { ++ /// Safety: src must be valid for 2*SIMD_STRIDE_SIZE bytes of aligned reads, ++ /// aligned to either 16x8 or u8x16. ++ /// dst must be valid for 2*SIMD_STRIDE_SIZE bytes of aligned or unaligned reads + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) -> Option { + let first = load16_aligned(src); + let second = load16_aligned(src.add(SIMD_STRIDE_SIZE)); + let (a, b) = simd_unpack(first); + $store(dst, a); ++ // Safety: divide by 2 since it's a u16 pointer + $store(dst.add(SIMD_STRIDE_SIZE / 2), b); + if unlikely(!simd_is_ascii(first | second)) { + let mask_first = mask_ascii(first); + if mask_first != 0 { + return Some(mask_first.trailing_zeros() as usize); + } + let (c, d) = simd_unpack(second); + $store(dst.add(SIMD_STRIDE_SIZE), c); +@@ -832,47 +1055,59 @@ macro_rules! ascii_to_basic_latin_simd_d + $store(dst.add(SIMD_STRIDE_SIZE + (SIMD_STRIDE_SIZE / 2)), d); + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! unpack_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) { + let simd = $load(src); + let (first, second) = simd_unpack(simd); + $store(dst, first); + $store(dst.add(8), second); + } + }; + } + + #[allow(unused_macros)] + macro_rules! basic_latin_to_ascii_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 32/16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u16, dst: *mut u8) -> bool { + let first = $load(src); + let second = $load(src.add(8)); + if simd_is_basic_latin(first | second) { + $store(dst, simd_pack(first, second)); + true + } else { + false + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! pack_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 32/16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u16, dst: *mut u8) { + let first = $load(src); + let second = $load(src.add(8)); + $store(dst, simd_pack(first, second)); + } + }; + } +@@ -888,24 +1123,28 @@ cfg_if! { + // pub const ALIGNMENT: usize = 8; + + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const ALU_ALIGNMENT: usize = 8; + + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently produce ++ // neither_unaligned variants using only unaligned inputs. + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_neither_aligned, load16_unaligned, store16_unaligned); + + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_neither_aligned, load16_unaligned, store8_unaligned); + unpack_simd_stride!(unpack_stride_neither_aligned, load16_unaligned, store8_unaligned); + + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + pack_simd_stride!(pack_stride_neither_aligned, load8_unaligned, store16_unaligned); + ++ // Safety for conversion macros: We use the unalign macro with unalign functions above. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. + ascii_simd_unalign!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_neither_aligned); + ascii_simd_unalign!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_neither_aligned); + ascii_simd_unalign!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_unalign!(unpack_latin1, u8, u16, unpack_stride_neither_aligned); + latin1_simd_unalign!(pack_latin1, u16, u8, pack_stride_neither_aligned); + } else if #[cfg(all(feature = "simd-accel", target_endian = "little", target_feature = "neon"))] { + // SIMD with different instructions for aligned and unaligned loads and stores. + // +@@ -914,16 +1153,19 @@ cfg_if! { + // but the benchmark results I see don't agree. + + pub const SIMD_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + + pub const SIMD_ALIGNMENT_MASK: usize = 15; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently name ++ // aligned/unaligned functions according to src/dst being aligned/unaligned ++ + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_both_aligned, load16_aligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_src_aligned, load16_aligned, store16_unaligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_dst_aligned, load16_unaligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_neither_aligned, load16_unaligned, store16_unaligned); + + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_both_aligned, load16_aligned, store8_aligned); + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_src_aligned, load16_aligned, store8_unaligned); + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_dst_aligned, load16_unaligned, store8_aligned); +@@ -939,36 +1181,43 @@ cfg_if! { + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_dst_aligned, load8_unaligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + + pack_simd_stride!(pack_stride_both_aligned, load8_aligned, store16_aligned); + pack_simd_stride!(pack_stride_src_aligned, load8_aligned, store16_unaligned); + pack_simd_stride!(pack_stride_dst_aligned, load8_unaligned, store16_aligned); + pack_simd_stride!(pack_stride_neither_aligned, load8_unaligned, store16_unaligned); + ++ // Safety for conversion macros: We use the correct pattern of both/src/dst/neither here. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. ++ + ascii_simd_check_align!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_both_aligned, ascii_to_ascii_stride_src_aligned, ascii_to_ascii_stride_dst_aligned, ascii_to_ascii_stride_neither_aligned); + ascii_simd_check_align!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_both_aligned, ascii_to_basic_latin_stride_src_aligned, ascii_to_basic_latin_stride_dst_aligned, ascii_to_basic_latin_stride_neither_aligned); + ascii_simd_check_align!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_both_aligned, basic_latin_to_ascii_stride_src_aligned, basic_latin_to_ascii_stride_dst_aligned, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_check_align!(unpack_latin1, u8, u16, unpack_stride_both_aligned, unpack_stride_src_aligned, unpack_stride_dst_aligned, unpack_stride_neither_aligned); + latin1_simd_check_align!(pack_latin1, u16, u8, pack_stride_both_aligned, pack_stride_src_aligned, pack_stride_dst_aligned, pack_stride_neither_aligned); + } else if #[cfg(all(feature = "simd-accel", target_feature = "sse2"))] { + // SIMD with different instructions for aligned and unaligned loads and stores. + // + // Newer microarchitectures are not supposed to have a performance difference between + // aligned and unaligned SSE2 loads and stores when the address is actually aligned, + // but the benchmark results I see don't agree. + + pub const SIMD_STRIDE_SIZE: usize = 16; + ++ /// Safety-usable invariant: This should be identical to SIMD_STRIDE_SIZE (used by ascii_simd_check_align_unrolled) + pub const SIMD_ALIGNMENT: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + + pub const SIMD_ALIGNMENT_MASK: usize = 15; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently name ++ // aligned/unaligned functions according to src/dst being aligned/unaligned ++ + ascii_to_ascii_simd_double_stride!(ascii_to_ascii_simd_double_stride_both_aligned, store16_aligned); + ascii_to_ascii_simd_double_stride!(ascii_to_ascii_simd_double_stride_src_aligned, store16_unaligned); + + ascii_to_basic_latin_simd_double_stride!(ascii_to_basic_latin_simd_double_stride_both_aligned, store8_aligned); + ascii_to_basic_latin_simd_double_stride!(ascii_to_basic_latin_simd_double_stride_src_aligned, store8_unaligned); + + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_both_aligned, load16_aligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_src_aligned, load16_aligned, store16_unaligned); +@@ -984,33 +1233,43 @@ cfg_if! { + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_both_aligned, load8_aligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_src_aligned, load8_aligned, store16_unaligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_dst_aligned, load8_unaligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + + pack_simd_stride!(pack_stride_both_aligned, load8_aligned, store16_aligned); + pack_simd_stride!(pack_stride_src_aligned, load8_aligned, store16_unaligned); + ++ // Safety for conversion macros: We use the correct pattern of both/src/dst/neither/double_both/double_src here. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. ++ + ascii_simd_check_align_unrolled!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_both_aligned, ascii_to_ascii_stride_src_aligned, ascii_to_ascii_stride_neither_aligned, ascii_to_ascii_simd_double_stride_both_aligned, ascii_to_ascii_simd_double_stride_src_aligned); + ascii_simd_check_align_unrolled!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_both_aligned, ascii_to_basic_latin_stride_src_aligned, ascii_to_basic_latin_stride_neither_aligned, ascii_to_basic_latin_simd_double_stride_both_aligned, ascii_to_basic_latin_simd_double_stride_src_aligned); + + ascii_simd_check_align!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_both_aligned, basic_latin_to_ascii_stride_src_aligned, basic_latin_to_ascii_stride_dst_aligned, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_check_align_unrolled!(unpack_latin1, u8, u16, unpack_stride_both_aligned, unpack_stride_src_aligned, unpack_stride_dst_aligned, unpack_stride_neither_aligned); + latin1_simd_check_align_unrolled!(pack_latin1, u16, u8, pack_stride_both_aligned, pack_stride_src_aligned, pack_stride_dst_aligned, pack_stride_neither_aligned); + } else if #[cfg(all(target_endian = "little", target_pointer_width = "64"))] { + // Aligned ALU word, little-endian, 64-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 8; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0x0000_0000_FF00_0000usize & word) << 24) | + ((0x0000_0000_00FF_0000usize & word) << 16) | + ((0x0000_0000_0000_FF00usize & word) << 8) | + (0x0000_0000_0000_00FFusize & word); + let second = ((0xFF00_0000_0000_0000usize & word) >> 8) | + ((0x00FF_0000_0000_0000usize & word) >> 16) | +@@ -1019,22 +1278,24 @@ cfg_if! { + let third = ((0x0000_0000_FF00_0000usize & second_word) << 24) | + ((0x0000_0000_00FF_0000usize & second_word) << 16) | + ((0x0000_0000_0000_FF00usize & second_word) << 8) | + (0x0000_0000_0000_00FFusize & second_word); + let fourth = ((0xFF00_0000_0000_0000usize & second_word) >> 8) | + ((0x00FF_0000_0000_0000usize & second_word) >> 16) | + ((0x0000_FF00_0000_0000usize & second_word) >> 24) | + ((0x0000_00FF_0000_0000usize & second_word) >> 32); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000_0000_0000usize & second) << 8) | + ((0x0000_00FF_0000_0000usize & second) << 16) | + ((0x0000_0000_00FF_0000usize & second) << 24) | + ((0x0000_0000_0000_00FFusize & second) << 32) | + ((0x00FF_0000_0000_0000usize & first) >> 24) | + ((0x0000_00FF_0000_0000usize & first) >> 16) | +@@ -1043,70 +1304,88 @@ cfg_if! { + let second_word = ((0x00FF_0000_0000_0000usize & fourth) << 8) | + ((0x0000_00FF_0000_0000usize & fourth) << 16) | + ((0x0000_0000_00FF_0000usize & fourth) << 24) | + ((0x0000_0000_0000_00FFusize & fourth) << 32) | + ((0x00FF_0000_0000_0000usize & third) >> 24) | + ((0x0000_00FF_0000_0000usize & third) >> 16) | + ((0x0000_0000_00FF_0000usize & third) >> 8) | + (0x0000_0000_0000_00FFusize & third); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "little", target_pointer_width = "32"))] { + // Aligned ALU word, little-endian, 32-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const MAX_STRIDE_SIZE: usize = 8; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 4; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 3; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0x0000_FF00usize & word) << 8) | + (0x0000_00FFusize & word); + let second = ((0xFF00_0000usize & word) >> 8) | + ((0x00FF_0000usize & word) >> 16); + let third = ((0x0000_FF00usize & second_word) << 8) | + (0x0000_00FFusize & second_word); + let fourth = ((0xFF00_0000usize & second_word) >> 8) | + ((0x00FF_0000usize & second_word) >> 16); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000usize & second) << 8) | + ((0x0000_00FFusize & second) << 16) | + ((0x00FF_0000usize & first) >> 8) | + (0x0000_00FFusize & first); + let second_word = ((0x00FF_0000usize & fourth) << 8) | + ((0x0000_00FFusize & fourth) << 16) | + ((0x00FF_0000usize & third) >> 8) | + (0x0000_00FFusize & third); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "big", target_pointer_width = "64"))] { + // Aligned ALU word, big-endian, 64-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 8; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0xFF00_0000_0000_0000usize & word) >> 8) | + ((0x00FF_0000_0000_0000usize & word) >> 16) | + ((0x0000_FF00_0000_0000usize & word) >> 24) | + ((0x0000_00FF_0000_0000usize & word) >> 32); + let second = ((0x0000_0000_FF00_0000usize & word) << 24) | + ((0x0000_0000_00FF_0000usize & word) << 16) | +@@ -1115,22 +1394,24 @@ cfg_if! { + let third = ((0xFF00_0000_0000_0000usize & second_word) >> 8) | + ((0x00FF_0000_0000_0000usize & second_word) >> 16) | + ((0x0000_FF00_0000_0000usize & second_word) >> 24) | + ((0x0000_00FF_0000_0000usize & second_word) >> 32); + let fourth = ((0x0000_0000_FF00_0000usize & second_word) << 24) | + ((0x0000_0000_00FF_0000usize & second_word) << 16) | + ((0x0000_0000_0000_FF00usize & second_word) << 8) | + (0x0000_0000_0000_00FFusize & second_word); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF0000_00000000usize & first) << 8) | + ((0x000000FF_00000000usize & first) << 16) | + ((0x00000000_00FF0000usize & first) << 24) | + ((0x00000000_000000FFusize & first) << 32) | + ((0x00FF0000_00000000usize & second) >> 24) | + ((0x000000FF_00000000usize & second) >> 16) | +@@ -1139,67 +1420,80 @@ cfg_if! { + let second_word = ((0x00FF0000_00000000usize & third) << 8) | + ((0x000000FF_00000000usize & third) << 16) | + ((0x00000000_00FF0000usize & third) << 24) | + ((0x00000000_000000FFusize & third) << 32) | + ((0x00FF0000_00000000usize & fourth) >> 24) | + ((0x000000FF_00000000usize & fourth) >> 16) | + ((0x00000000_00FF0000usize & fourth) >> 8) | + (0x00000000_000000FFusize & fourth); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "big", target_pointer_width = "32"))] { + // Aligned ALU word, big-endian, 32-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const MAX_STRIDE_SIZE: usize = 8; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 4; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 3; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0xFF00_0000usize & word) >> 8) | + ((0x00FF_0000usize & word) >> 16); + let second = ((0x0000_FF00usize & word) << 8) | + (0x0000_00FFusize & word); + let third = ((0xFF00_0000usize & second_word) >> 8) | + ((0x00FF_0000usize & second_word) >> 16); + let fourth = ((0x0000_FF00usize & second_word) << 8) | + (0x0000_00FFusize & second_word); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000usize & first) << 8) | + ((0x0000_00FFusize & first) << 16) | + ((0x00FF_0000usize & second) >> 8) | + (0x0000_00FFusize & second); + let second_word = ((0x00FF_0000usize & third) << 8) | + ((0x0000_00FFusize & third) << 16) | + ((0x00FF_0000usize & fourth) >> 8) | + (0x0000_00FFusize & fourth); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else { + ascii_naive!(ascii_to_ascii, u8, u8); + ascii_naive!(ascii_to_basic_latin, u8, u16); + ascii_naive!(basic_latin_to_ascii, u16, u8); + } + } + + cfg_if! { ++ // Safety-usable invariant: this counts the zeroes from the "first byte" of utf-8 data packed into a usize ++ // with the target endianness + if #[cfg(target_endian = "little")] { + #[allow(dead_code)] + #[inline(always)] + fn count_zeros(word: usize) -> u32 { + word.trailing_zeros() + } + } else { + #[allow(dead_code)] +@@ -1207,208 +1501,272 @@ cfg_if! { + fn count_zeros(word: usize) -> u32 { + word.leading_zeros() + } + } + } + + cfg_if! { + if #[cfg(all(feature = "simd-accel", target_endian = "little", target_arch = "disabled"))] { ++ /// Safety-usable invariant: Will return the value and position of the first non-ASCII byte in the slice in a Some if found. ++ /// In other words, the first element of the Some is always `> 127` + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: src at offset is valid for a `SIMD_STRIDE_SIZE` read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + if !simd_is_ascii(simd) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety: Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + } else if #[cfg(all(feature = "simd-accel", target_feature = "sse2"))] { ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + // First, process one unaligned vector ++ // Safety: src is valid for a `SIMD_STRIDE_SIZE` read + let simd = unsafe { load16_unaligned(src) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset = mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; + return Some((non_ascii, offset)); + } + offset = SIMD_STRIDE_SIZE; ++ // Safety: Now that offset has changed we don't yet know how much it is valid for + + // We have now seen 16 ASCII bytes. Let's guess that + // there will be enough more to justify more expense + // in the case of non-ASCII. + // Use aligned reads for the sake of old microachitectures. ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is by definition less than SIMD_ALIGNMENT, which is defined to be equal to SIMD_STRIDE_SIZE. + let until_alignment = unsafe { (SIMD_ALIGNMENT - ((src.add(offset) as usize) & SIMD_ALIGNMENT_MASK)) & SIMD_ALIGNMENT_MASK }; + // This addition won't overflow, because even in the 32-bit PAE case the + // address space holds enough code that the slice length can't be that + // close to address space size. + // offset now equals SIMD_STRIDE_SIZE, hence times 3 below. ++ // ++ // Safety: if this check succeeds we're valid for reading at least `2 * SIMD_STRIDE_SIZE` elements plus `until_alignment`. ++ // The extra SIMD_STRIDE_SIZE in the condition is because `offset` is already `SIMD_STRIDE_SIZE`. + if until_alignment + (SIMD_STRIDE_SIZE * 3) <= len { + if until_alignment != 0 { ++ // Safety: this is safe to call since we're valid for this read (and more), and don't care about alignment ++ // This will copy over bytes that get decoded twice since it's not incrementing `offset` by SIMD_STRIDE_SIZE. This is fine. + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; + return Some((non_ascii, offset)); + } + offset += until_alignment; + } ++ // Safety: At this point we're valid for reading 2*SIMD_STRIDE_SIZE elements ++ // Safety: Now `offset` is aligned for `src` + let len_minus_stride_times_two = len - (SIMD_STRIDE_SIZE * 2); + loop { ++ // Safety: We were valid for this read, and were aligned. + let first = unsafe { load16_aligned(src.add(offset)) }; + let second = unsafe { load16_aligned(src.add(offset + SIMD_STRIDE_SIZE)) }; + if !simd_is_ascii(first | second) { ++ // Safety: mask_ascii produces a mask of all the high bits. + let mask_first = mask_ascii(first); + if mask_first != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src ++ // TODO SAFETY: What about big-endian systems? + offset += mask_first.trailing_zeros() as usize; + } else { + let mask_second = mask_ascii(second); ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + offset += SIMD_STRIDE_SIZE + mask_second.trailing_zeros() as usize; + } ++ // Safety: We know this is non-ASCII, and can uphold the safety-usable invariant here + let non_ascii = unsafe { *src.add(offset) }; ++ + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { +- let simd = unsafe { load16_aligned(src.add(offset)) }; +- let mask = mask_ascii(simd); ++ // Safety: We were valid for this read, and were aligned. ++ let simd = unsafe { load16_aligned(src.add(offset)) }; ++ // Safety: mask_ascii produces a mask of all the high bits. ++ let mask = mask_ascii(simd); + if mask != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety: We know this is non-ASCII, and can uphold the safety-usable invariant here + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; + } + } else { ++ // Safety: this is the unaligned branch + // At most two iterations, so unroll ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: We're valid for this read but must use an unaligned read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety-usable invariant upheld here (same as above) + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: We're valid for this read but must use an unaligned read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety-usable invariant upheld here (same as above) + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; + } + } + } + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = unsafe { *(src.add(offset)) }; + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + } else { ++ // Safety-usable invariant: returns byte index of first non-ascii byte + #[inline(always)] + fn find_non_ascii(word: usize, second_word: usize) -> Option { + let word_masked = word & ASCII_MASK; + let second_masked = second_word & ASCII_MASK; + if (word_masked | second_masked) == 0 { ++ // Both are ascii, invariant upheld + return None; + } + if word_masked != 0 { + let zeros = count_zeros(word_masked); +- // `zeros` now contains 7 (for the seven bits of non-ASCII) ++ // `zeros` now contains 0 to 7 (for the seven bits of masked ASCII in little endian, ++ // or up to 7 bits of non-ASCII in big endian if the first byte is non-ASCII) + // plus 8 times the number of ASCII in text order before the + // non-ASCII byte in the little-endian case or 8 times the number of ASCII in + // text order before the non-ASCII byte in the big-endian case. + let num_ascii = (zeros >> 3) as usize; ++ // Safety-usable invariant upheld here + return Some(num_ascii); + } + let zeros = count_zeros(second_masked); +- // `zeros` now contains 7 (for the seven bits of non-ASCII) ++ // `zeros` now contains 0 to 7 (for the seven bits of masked ASCII in little endian, ++ // or up to 7 bits of non-ASCII in big endian if the first byte is non-ASCII) + // plus 8 times the number of ASCII in text order before the + // non-ASCII byte in the little-endian case or 8 times the number of ASCII in + // text order before the non-ASCII byte in the big-endian case. + let num_ascii = (zeros >> 3) as usize; ++ // Safety-usable invariant upheld here + Some(ALU_ALIGNMENT + num_ascii) + } + ++ /// Safety: `src` must be valid for the reads of two `usize`s ++ /// ++ /// Safety-usable invariant: will return byte index of first non-ascii byte + #[inline(always)] + unsafe fn validate_ascii_stride(src: *const usize) -> Option { + let word = *src; + let second_word = *(src.add(1)); + find_non_ascii(word, second_word) + } + ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; + let mut until_alignment = (ALU_ALIGNMENT - ((src as usize) & ALU_ALIGNMENT_MASK)) & ALU_ALIGNMENT_MASK; ++ // Safety: If this check fails we're valid to read `until_alignment + ALU_STRIDE_SIZE` elements + if until_alignment + ALU_STRIDE_SIZE <= len { + while until_alignment != 0 { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety-usable invairant upheld here + return Some((code_unit, offset)); + } + offset += 1; + until_alignment -= 1; + } ++ // Safety: At this point we have read until_alignment elements and ++ // are valid for `ALU_STRIDE_SIZE` more. + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { ++ // Safety: we were valid for this read + let ptr = unsafe { src.add(offset) as *const usize }; + if let Some(num_ascii) = unsafe { validate_ascii_stride(ptr) } { + offset += num_ascii; ++ // Safety-usable invairant upheld here using the invariant from validate_ascii_stride() + return Some((unsafe { *(src.add(offset)) }, offset)); + } + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > ALU_STRIDE_SIZE` which means we always have at least `2 * ALU_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety-usable invairant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + + } +@@ -1423,70 +1781,88 @@ cfg_if! { + // vector reads without vector writes. + + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const ALU_ALIGNMENT: usize = 4; + + pub const ALU_ALIGNMENT_MASK: usize = 3; + } else { ++ // Safety: src points to two valid `usize`s, dst points to four valid `usize`s + #[inline(always)] + unsafe fn unpack_latin1_stride_alu(src: *const usize, dst: *mut usize) { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); ++ // Safety: dst safety invariant passed down + unpack_alu(word, second_word, dst); + } + ++ // Safety: src points to four valid `usize`s, dst points to two valid `usize`s + #[inline(always)] + unsafe fn pack_latin1_stride_alu(src: *const usize, dst: *mut usize) { ++ // Safety: src safety invariant used here + let first = *src; + let second = *(src.add(1)); + let third = *(src.add(2)); + let fourth = *(src.add(3)); ++ // Safety: dst safety invariant passed down + pack_alu(first, second, third, fourth, dst); + } + ++ // Safety: src points to two valid `usize`s, dst points to four valid `usize`s + #[inline(always)] + unsafe fn ascii_to_basic_latin_stride_alu(src: *const usize, dst: *mut usize) -> bool { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); + // Check if the words contains non-ASCII + if (word & ASCII_MASK) | (second_word & ASCII_MASK) != 0 { + return false; + } ++ // Safety: dst safety invariant passed down + unpack_alu(word, second_word, dst); + true + } + ++ // Safety: src points four valid `usize`s, dst points to two valid `usize`s + #[inline(always)] + unsafe fn basic_latin_to_ascii_stride_alu(src: *const usize, dst: *mut usize) -> bool { ++ // Safety: src safety invariant used here + let first = *src; + let second = *(src.add(1)); + let third = *(src.add(2)); + let fourth = *(src.add(3)); + if (first & BASIC_LATIN_MASK) | (second & BASIC_LATIN_MASK) | (third & BASIC_LATIN_MASK) | (fourth & BASIC_LATIN_MASK) != 0 { + return false; + } ++ // Safety: dst safety invariant passed down + pack_alu(first, second, third, fourth, dst); + true + } + ++ // Safety: src, dst both point to two valid `usize`s each ++ // Safety-usable invariant: Will return byte index of first non-ascii byte. + #[inline(always)] + unsafe fn ascii_to_ascii_stride(src: *const usize, dst: *mut usize) -> Option { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); ++ // Safety: src safety invariant used here + *dst = word; + *(dst.add(1)) = second_word; ++ // Relies on safety-usable invariant here + find_non_ascii(word, second_word) + } + + basic_latin_alu!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_alu); + basic_latin_alu!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_alu); + latin1_alu!(unpack_latin1, u8, u16, unpack_latin1_stride_alu); + latin1_alu!(pack_latin1, u16, u8, pack_latin1_stride_alu); ++ // Safety invariant upheld: ascii_to_ascii_stride will return byte index of first non-ascii if found + ascii_alu!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride); + } + } + + pub fn ascii_valid_up_to(bytes: &[u8]) -> usize { + match validate_ascii(bytes) { + None => bytes.len(), + Some((_, num_valid)) => num_valid, +diff --git a/third_party/rust/encoding_rs/src/handles.rs b/third_party/rust/encoding_rs/src/handles.rs +--- third_party/rust/encoding_rs/src/handles.rs ++++ third_party/rust/encoding_rs/src/handles.rs +@@ -29,17 +29,17 @@ use crate::simd_funcs::*; + #[cfg(all( + feature = "simd-accel", + any( + target_feature = "sse2", + all(target_endian = "little", target_arch = "aarch64"), + all(target_endian = "little", target_feature = "neon") + ) + ))] +-use packed_simd::u16x8; ++use core::simd::u16x8; + + use super::DecoderResult; + use super::EncoderResult; + use crate::ascii::*; + use crate::utf_8::convert_utf8_to_utf16_up_to_invalid; + use crate::utf_8::utf8_valid_up_to; + + pub enum Space { +@@ -85,84 +85,100 @@ impl Endian for LittleEndian { + const OPPOSITE_ENDIAN: bool = false; + + #[cfg(target_endian = "big")] + const OPPOSITE_ENDIAN: bool = true; + } + + #[derive(Debug, Copy, Clone)] + struct UnalignedU16Slice { ++ // Safety invariant: ptr must be valid for reading 2*len bytes + ptr: *const u8, + len: usize, + } + + impl UnalignedU16Slice { ++ /// Safety: ptr must be valid for reading 2*len bytes + #[inline(always)] + pub unsafe fn new(ptr: *const u8, len: usize) -> UnalignedU16Slice { ++ // Safety: field invariant passed up to caller here + UnalignedU16Slice { ptr, len } + } + + #[inline(always)] + pub fn trim_last(&mut self) { + assert!(self.len > 0); ++ // Safety: invariant upheld here: a slice is still valid with a shorter len + self.len -= 1; + } + + #[inline(always)] + pub fn at(&self, i: usize) -> u16 { + use core::mem::MaybeUninit; + + assert!(i < self.len); + unsafe { + let mut u: MaybeUninit = MaybeUninit::uninit(); ++ // Safety: i is at most len - 1, which works here + ::core::ptr::copy_nonoverlapping(self.ptr.add(i * 2), u.as_mut_ptr() as *mut u8, 2); ++ // Safety: valid read above lets us do this + u.assume_init() + } + } + + #[cfg(feature = "simd-accel")] + #[inline(always)] + pub fn simd_at(&self, i: usize) -> u16x8 { ++ // Safety: i/len are on the scale of u16s, each one corresponds to 2 u8s + assert!(i + SIMD_STRIDE_SIZE / 2 <= self.len); + let byte_index = i * 2; ++ // Safety: load16_unaligned needs SIMD_STRIDE_SIZE=16 u8 elements to read, ++ // or 16/2 = 8 u16 elements to read. ++ // We have checked that we have at least that many above. ++ + unsafe { to_u16_lanes(load16_unaligned(self.ptr.add(byte_index))) } + } + + #[inline(always)] + pub fn len(&self) -> usize { + self.len + } + + #[inline(always)] + pub fn tail(&self, from: usize) -> UnalignedU16Slice { + // XXX the return value should be restricted not to + // outlive self. + assert!(from <= self.len); ++ // Safety: This upholds the same invariant: `from` is in bounds and we're returning a shorter slice + unsafe { UnalignedU16Slice::new(self.ptr.add(from * 2), self.len - from) } + } + + #[cfg(feature = "simd-accel")] + #[inline(always)] + pub fn copy_bmp_to(&self, other: &mut [u16]) -> Option<(u16, usize)> { + assert!(self.len <= other.len()); + let mut offset = 0; ++ // Safety: SIMD_STRIDE_SIZE is measured in bytes, whereas len is in u16s. We check we can ++ // munch SIMD_STRIDE_SIZE / 2 u16s which means we can write SIMD_STRIDE_SIZE u8s + if SIMD_STRIDE_SIZE / 2 <= self.len { + let len_minus_stride = self.len - SIMD_STRIDE_SIZE / 2; + loop { + let mut simd = self.simd_at(offset); + if E::OPPOSITE_ENDIAN { + simd = simd_byte_swap(simd); + } ++ // Safety: we have enough space on the other side to write this + unsafe { + store8_unaligned(other.as_mut_ptr().add(offset), simd); + } + if contains_surrogates(simd) { + break; + } + offset += SIMD_STRIDE_SIZE / 2; ++ // Safety: This ensures we still have space for writing SIMD_STRIDE_SIZE u8s + if offset > len_minus_stride { + break; + } + } + } + while offset < self.len { + let unit = swap_if_opposite_endian::(self.at(offset)); + other[offset] = unit; +@@ -231,33 +247,37 @@ fn copy_unaligned_basic_latin_to_ascii( + src: UnalignedU16Slice, + dst: &mut [u8], + ) -> CopyAsciiResult { + let len = ::core::cmp::min(src.len(), dst.len()); + let mut offset = 0; ++ // Safety: This check ensures we are able to read/write at least SIMD_STRIDE_SIZE elements + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { + let mut first = src.simd_at(offset); + let mut second = src.simd_at(offset + (SIMD_STRIDE_SIZE / 2)); + if E::OPPOSITE_ENDIAN { + first = simd_byte_swap(first); + second = simd_byte_swap(second); + } + if !simd_is_basic_latin(first | second) { + break; + } + let packed = simd_pack(first, second); ++ // Safety: We are able to write SIMD_STRIDE_SIZE elements in this iteration + unsafe { + store16_unaligned(dst.as_mut_ptr().add(offset), packed); + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which ensures that we can write at least SIMD_STRIDE_SIZE elements ++ // in the next iteration + if offset > len_minus_stride { + break; + } + } + } + copy_unaligned_basic_latin_to_ascii_alu::(src.tail(offset), &mut dst[offset..], offset) + } + +@@ -632,94 +652,106 @@ impl<'a> Utf16Destination<'a> { + #[inline(always)] + fn write_astral(&mut self, astral: u32) { + debug_assert!(astral > 0xFFFF); + debug_assert!(astral <= 0x10_FFFF); + self.write_code_unit((0xD7C0 + (astral >> 10)) as u16); + self.write_code_unit((0xDC00 + (astral & 0x3FF)) as u16); + } + #[inline(always)] +- pub fn write_surrogate_pair(&mut self, high: u16, low: u16) { ++ fn write_surrogate_pair(&mut self, high: u16, low: u16) { + self.write_code_unit(high); + self.write_code_unit(low); + } + #[inline(always)] + fn write_big5_combination(&mut self, combined: u16, combining: u16) { + self.write_bmp_excl_ascii(combined); + self.write_bmp_excl_ascii(combining); + } ++ // Safety-usable invariant: CopyAsciiResult::GoOn will only contain bytes >=0x80 + #[inline(always)] + pub fn copy_ascii_from_check_space_bmp<'b>( + &'b mut self, + source: &mut ByteSource, + ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf16BmpHandle<'b, 'a>)> { + let non_ascii_ret = { + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (pending, length) = if dst_remaining.len() < src_remaining.len() { + (DecoderResult::OutputFull, dst_remaining.len()) + } else { + (DecoderResult::InputEmpty, src_remaining.len()) + }; ++ // Safety: This function is documented as needing valid pointers for src/dest and len, which ++ // is true since we've passed the minumum length of the two + match unsafe { + ascii_to_basic_latin(src_remaining.as_ptr(), dst_remaining.as_mut_ptr(), length) + } { + None => { + source.pos += length; + self.pos += length; + return CopyAsciiResult::Stop((pending, source.pos, self.pos)); + } ++ // Safety: the function is documented as returning bytes >=0x80 in the Some + Some((non_ascii, consumed)) => { + source.pos += consumed; + self.pos += consumed; + source.pos += 1; // +1 for non_ascii ++ // Safety: non-ascii bubbled out here + non_ascii + } + } + }; ++ // Safety: non-ascii returned here + CopyAsciiResult::GoOn((non_ascii_ret, Utf16BmpHandle::new(self))) + } ++ // Safety-usable invariant: CopyAsciiResult::GoOn will only contain bytes >=0x80 + #[inline(always)] + pub fn copy_ascii_from_check_space_astral<'b>( + &'b mut self, + source: &mut ByteSource, + ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf16AstralHandle<'b, 'a>)> { + let non_ascii_ret = { + let dst_len = self.slice.len(); + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (pending, length) = if dst_remaining.len() < src_remaining.len() { + (DecoderResult::OutputFull, dst_remaining.len()) + } else { + (DecoderResult::InputEmpty, src_remaining.len()) + }; ++ // Safety: This function is documented as needing valid pointers for src/dest and len, which ++ // is true since we've passed the minumum length of the two + match unsafe { + ascii_to_basic_latin(src_remaining.as_ptr(), dst_remaining.as_mut_ptr(), length) + } { + None => { + source.pos += length; + self.pos += length; + return CopyAsciiResult::Stop((pending, source.pos, self.pos)); + } ++ // Safety: the function is documented as returning bytes >=0x80 in the Some + Some((non_ascii, consumed)) => { + source.pos += consumed; + self.pos += consumed; + if self.pos + 1 < dst_len { + source.pos += 1; // +1 for non_ascii ++ // Safety: non-ascii bubbled out here + non_ascii + } else { + return CopyAsciiResult::Stop(( + DecoderResult::OutputFull, + source.pos, + self.pos, + )); + } + } + } + }; ++ // Safety: non-ascii returned here + CopyAsciiResult::GoOn((non_ascii_ret, Utf16AstralHandle::new(self))) + } + #[inline(always)] + pub fn copy_utf8_up_to_invalid_from(&mut self, source: &mut ByteSource) { + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (read, written) = convert_utf8_to_utf16_up_to_invalid(src_remaining, dst_remaining); + source.pos += read; +diff --git a/third_party/rust/encoding_rs/src/lib.rs b/third_party/rust/encoding_rs/src/lib.rs +--- third_party/rust/encoding_rs/src/lib.rs ++++ third_party/rust/encoding_rs/src/lib.rs +@@ -684,37 +684,26 @@ + //! TIS-620windows-874 + //! + //! + //! + //! See the section [_UTF-16LE, UTF-16BE and Unicode Encoding Schemes_](#utf-16le-utf-16be-and-unicode-encoding-schemes) + //! for discussion about the UTF-16 family. + + #![no_std] +-#![cfg_attr(feature = "simd-accel", feature(core_intrinsics))] ++#![cfg_attr(feature = "simd-accel", feature(core_intrinsics, portable_simd))] + + #[cfg(feature = "alloc")] + #[cfg_attr(test, macro_use)] + extern crate alloc; + + extern crate core; + #[macro_use] + extern crate cfg_if; + +-#[cfg(all( +- feature = "simd-accel", +- any( +- target_feature = "sse2", +- all(target_endian = "little", target_arch = "aarch64"), +- all(target_endian = "little", target_feature = "neon") +- ) +-))] +-#[macro_use(shuffle)] +-extern crate packed_simd; +- + #[cfg(feature = "serde")] + extern crate serde; + + #[cfg(all(test, feature = "serde"))] + extern crate bincode; + #[cfg(all(test, feature = "serde"))] + #[macro_use] + extern crate serde_derive; +diff --git a/third_party/rust/encoding_rs/src/mem.rs b/third_party/rust/encoding_rs/src/mem.rs +--- third_party/rust/encoding_rs/src/mem.rs ++++ third_party/rust/encoding_rs/src/mem.rs +@@ -111,16 +111,21 @@ macro_rules! by_unit_check_alu { + until_alignment -= 1; + } + if accu >= $bound { + return false; + } + } + let len_minus_stride = len - ALU_ALIGNMENT / unit_size; + if offset + (4 * (ALU_ALIGNMENT / unit_size)) <= len { ++ // Safety: the above check lets us perform 4 consecutive reads of ++ // length ALU_ALIGNMENT / unit_size. ALU_ALIGNMENT is the size of usize, and unit_size ++ // is the size of the `src` pointer, so this is equal to performing four usize reads. ++ // ++ // This invariant is upheld on all loop iterations + let len_minus_unroll = len - (4 * (ALU_ALIGNMENT / unit_size)); + loop { + let unroll_accu = unsafe { *(src.add(offset) as *const usize) } + | unsafe { + *(src.add(offset + (ALU_ALIGNMENT / unit_size)) as *const usize) + } + | unsafe { + *(src.add(offset + (2 * (ALU_ALIGNMENT / unit_size))) +@@ -129,22 +134,24 @@ macro_rules! by_unit_check_alu { + | unsafe { + *(src.add(offset + (3 * (ALU_ALIGNMENT / unit_size))) + as *const usize) + }; + if unroll_accu & $mask != 0 { + return false; + } + offset += 4 * (ALU_ALIGNMENT / unit_size); ++ // Safety: this check lets us continue to perform the 4 reads earlier + if offset > len_minus_unroll { + break; + } + } + } + while offset <= len_minus_stride { ++ // Safety: the above check lets us perform one usize read. + accu |= unsafe { *(src.add(offset) as *const usize) }; + offset += ALU_ALIGNMENT / unit_size; + } + } + } + for &unit in &buffer[offset..] { + accu |= unit as usize; + } +@@ -184,16 +191,21 @@ macro_rules! by_unit_check_simd { + until_alignment -= 1; + } + if accu >= $bound { + return false; + } + } + let len_minus_stride = len - SIMD_STRIDE_SIZE / unit_size; + if offset + (4 * (SIMD_STRIDE_SIZE / unit_size)) <= len { ++ // Safety: the above check lets us perform 4 consecutive reads of ++ // length SIMD_STRIDE_SIZE / unit_size. SIMD_STRIDE_SIZE is the size of $simd_ty, and unit_size ++ // is the size of the `src` pointer, so this is equal to performing four $simd_ty reads. ++ // ++ // This invariant is upheld on all loop iterations + let len_minus_unroll = len - (4 * (SIMD_STRIDE_SIZE / unit_size)); + loop { + let unroll_accu = unsafe { *(src.add(offset) as *const $simd_ty) } + | unsafe { + *(src.add(offset + (SIMD_STRIDE_SIZE / unit_size)) + as *const $simd_ty) + } + | unsafe { +@@ -203,23 +215,25 @@ macro_rules! by_unit_check_simd { + | unsafe { + *(src.add(offset + (3 * (SIMD_STRIDE_SIZE / unit_size))) + as *const $simd_ty) + }; + if !$func(unroll_accu) { + return false; + } + offset += 4 * (SIMD_STRIDE_SIZE / unit_size); ++ // Safety: this check lets us continue to perform the 4 reads earlier + if offset > len_minus_unroll { + break; + } + } + } + let mut simd_accu = $splat; + while offset <= len_minus_stride { ++ // Safety: the above check lets us perform one $simd_ty read. + simd_accu = simd_accu | unsafe { *(src.add(offset) as *const $simd_ty) }; + offset += SIMD_STRIDE_SIZE / unit_size; + } + if !$func(simd_accu) { + return false; + } + } + } +@@ -229,18 +243,18 @@ macro_rules! by_unit_check_simd { + accu < $bound + } + }; + } + + cfg_if! { + if #[cfg(all(feature = "simd-accel", any(target_feature = "sse2", all(target_endian = "little", target_arch = "aarch64"), all(target_endian = "little", target_feature = "neon"))))] { + use crate::simd_funcs::*; +- use packed_simd::u8x16; +- use packed_simd::u16x8; ++ use core::simd::u8x16; ++ use core::simd::u16x8; + + const SIMD_ALIGNMENT: usize = 16; + + const SIMD_ALIGNMENT_MASK: usize = 15; + + by_unit_check_simd!(is_ascii_impl, u8, u8x16::splat(0), u8x16, 0x80, simd_is_ascii); + by_unit_check_simd!(is_basic_latin_impl, u16, u16x8::splat(0), u16x8, 0x80, simd_is_basic_latin); + by_unit_check_simd!(is_utf16_latin1_impl, u16, u16x8::splat(0), u16x8, 0x100, simd_is_latin1); +diff --git a/third_party/rust/encoding_rs/src/simd_funcs.rs b/third_party/rust/encoding_rs/src/simd_funcs.rs +--- third_party/rust/encoding_rs/src/simd_funcs.rs ++++ third_party/rust/encoding_rs/src/simd_funcs.rs +@@ -2,65 +2,84 @@ + // file at the top-level directory of this distribution. + // + // Licensed under the Apache License, Version 2.0 or the MIT license + // , at your + // option. This file may not be copied, modified, or distributed + // except according to those terms. + +-use packed_simd::u16x8; +-use packed_simd::u8x16; +-use packed_simd::IntoBits; ++use any_all_workaround::all_mask16x8; ++use any_all_workaround::all_mask8x16; ++use any_all_workaround::any_mask16x8; ++use any_all_workaround::any_mask8x16; ++use core::simd::cmp::SimdPartialEq; ++use core::simd::cmp::SimdPartialOrd; ++use core::simd::mask16x8; ++use core::simd::mask8x16; ++use core::simd::simd_swizzle; ++use core::simd::u16x8; ++use core::simd::u8x16; ++use core::simd::ToBytes; + + // TODO: Migrate unaligned access to stdlib code if/when the RFC + // https://github.com/rust-lang/rfcs/pull/1725 is implemented. + ++/// Safety invariant: ptr must be valid for an unaligned read of 16 bytes + #[inline(always)] + pub unsafe fn load16_unaligned(ptr: *const u8) -> u8x16 { +- let mut simd = ::core::mem::uninitialized(); +- ::core::ptr::copy_nonoverlapping(ptr, &mut simd as *mut u8x16 as *mut u8, 16); +- simd ++ let mut simd = ::core::mem::MaybeUninit::::uninit(); ++ ::core::ptr::copy_nonoverlapping(ptr, simd.as_mut_ptr() as *mut u8, 16); ++ // Safety: copied 16 bytes of initialized memory into this, it is now initialized ++ simd.assume_init() + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u8x16 read of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn load16_aligned(ptr: *const u8) -> u8x16 { + *(ptr as *const u8x16) + } + ++/// Safety invariant: ptr must be valid for an unaligned store of 16 bytes + #[inline(always)] + pub unsafe fn store16_unaligned(ptr: *mut u8, s: u8x16) { + ::core::ptr::copy_nonoverlapping(&s as *const u8x16 as *const u8, ptr, 16); + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u8x16 store of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn store16_aligned(ptr: *mut u8, s: u8x16) { + *(ptr as *mut u8x16) = s; + } + ++/// Safety invariant: ptr must be valid for an unaligned read of 16 bytes + #[inline(always)] + pub unsafe fn load8_unaligned(ptr: *const u16) -> u16x8 { +- let mut simd = ::core::mem::uninitialized(); +- ::core::ptr::copy_nonoverlapping(ptr as *const u8, &mut simd as *mut u16x8 as *mut u8, 16); +- simd ++ let mut simd = ::core::mem::MaybeUninit::::uninit(); ++ ::core::ptr::copy_nonoverlapping(ptr as *const u8, simd.as_mut_ptr() as *mut u8, 16); ++ // Safety: copied 16 bytes of initialized memory into this, it is now initialized ++ simd.assume_init() + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u16x8 read of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn load8_aligned(ptr: *const u16) -> u16x8 { + *(ptr as *const u16x8) + } + ++/// Safety invariant: ptr must be valid for an unaligned store of 16 bytes + #[inline(always)] + pub unsafe fn store8_unaligned(ptr: *mut u16, s: u16x8) { + ::core::ptr::copy_nonoverlapping(&s as *const u16x8 as *const u8, ptr as *mut u8, 16); + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u16x8 store of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn store8_aligned(ptr: *mut u16, s: u16x8) { + *(ptr as *mut u16x8) = s; + } + + cfg_if! { + if #[cfg(all(target_feature = "sse2", target_arch = "x86_64"))] { +@@ -95,234 +114,241 @@ cfg_if! { + pub fn simd_byte_swap(s: u16x8) -> u16x8 { + let left = s << 8; + let right = s >> 8; + left | right + } + + #[inline(always)] + pub fn to_u16_lanes(s: u8x16) -> u16x8 { +- s.into_bits() ++ u16x8::from_ne_bytes(s) + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + + // Expose low-level mask instead of higher-level conclusion, + // because the non-ASCII case would perform less well otherwise. ++ // Safety-usable invariant: This returned value is whether each high bit is set + #[inline(always)] + pub fn mask_ascii(s: u8x16) -> i32 { + unsafe { +- _mm_movemask_epi8(s.into_bits()) ++ _mm_movemask_epi8(s.into()) + } + } + + } else { + + } + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + unsafe { +- _mm_movemask_epi8(s.into_bits()) == 0 ++ // Safety: We have cfg()d the correct platform ++ _mm_movemask_epi8(s.into()) == 0 + } + } + } else if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + unsafe { +- vmaxvq_u8(s.into_bits()) < 0x80 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u8(s.into()) < 0x80 + } + } + } else { + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + // This optimizes better on ARM than + // the lt formulation. + let highest_ascii = u8x16::splat(0x7F); +- !s.gt(highest_ascii).any() ++ !any_mask8x16(s.simd_gt(highest_ascii)) + } + } + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + if simd_is_ascii(s) { + return true; + } + let above_str_latin1 = u8x16::splat(0xC4); +- s.lt(above_str_latin1).all() ++ s.simd_lt(above_str_latin1).all() + } + } else if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + unsafe { +- vmaxvq_u8(s.into_bits()) < 0xC4 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u8(s.into()) < 0xC4 + } + } + } else { + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + let above_str_latin1 = u8x16::splat(0xC4); +- s.lt(above_str_latin1).all() ++ all_mask8x16(s.simd_lt(above_str_latin1)) + } + } + } + + cfg_if! { + if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_basic_latin(s: u16x8) -> bool { + unsafe { +- vmaxvq_u16(s.into_bits()) < 0x80 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u16(s.into()) < 0x80 + } + } + + #[inline(always)] + pub fn simd_is_latin1(s: u16x8) -> bool { + unsafe { +- vmaxvq_u16(s.into_bits()) < 0x100 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u16(s.into()) < 0x100 + } + } + } else { + #[inline(always)] + pub fn simd_is_basic_latin(s: u16x8) -> bool { + let above_ascii = u16x8::splat(0x80); +- s.lt(above_ascii).all() ++ all_mask16x8(s.simd_lt(above_ascii)) + } + + #[inline(always)] + pub fn simd_is_latin1(s: u16x8) -> bool { + // For some reason, on SSE2 this formulation + // seems faster in this case while the above + // function is better the other way round... + let highest_latin1 = u16x8::splat(0xFF); +- !s.gt(highest_latin1).any() ++ !any_mask16x8(s.simd_gt(highest_latin1)) + } + } + } + + #[inline(always)] + pub fn contains_surrogates(s: u16x8) -> bool { + let mask = u16x8::splat(0xF800); + let surrogate_bits = u16x8::splat(0xD800); +- (s & mask).eq(surrogate_bits).any() ++ any_mask16x8((s & mask).simd_eq(surrogate_bits)) + } + + cfg_if! { + if #[cfg(target_arch = "aarch64")]{ + macro_rules! aarch64_return_false_if_below_hebrew { + ($s:ident) => ({ + unsafe { +- if vmaxvq_u16($s.into_bits()) < 0x0590 { ++ // Safety: We have cfg()d the correct platform ++ if vmaxvq_u16($s.into()) < 0x0590 { + return false; + } + } + }) + } + + macro_rules! non_aarch64_return_false_if_all { + ($s:ident) => () + } + } else { + macro_rules! aarch64_return_false_if_below_hebrew { + ($s:ident) => () + } + + macro_rules! non_aarch64_return_false_if_all { + ($s:ident) => ({ +- if $s.all() { ++ if all_mask16x8($s) { + return false; + } + }) + } + } + } + + macro_rules! in_range16x8 { + ($s:ident, $start:expr, $end:expr) => {{ + // SIMD sub is wrapping +- ($s - u16x8::splat($start)).lt(u16x8::splat($end - $start)) ++ ($s - u16x8::splat($start)).simd_lt(u16x8::splat($end - $start)) + }}; + } + + #[inline(always)] + pub fn is_u16x8_bidi(s: u16x8) -> bool { + // We try to first quickly refute the RTLness of the vector. If that + // fails, we do the real RTL check, so in that case we end up wasting + // the work for the up-front quick checks. Even the quick-check is + // two-fold in order to return `false` ASAP if everything is below + // Hebrew. + + aarch64_return_false_if_below_hebrew!(s); + +- let below_hebrew = s.lt(u16x8::splat(0x0590)); ++ let below_hebrew = s.simd_lt(u16x8::splat(0x0590)); + + non_aarch64_return_false_if_all!(below_hebrew); + +- if (below_hebrew | in_range16x8!(s, 0x0900, 0x200F) | in_range16x8!(s, 0x2068, 0xD802)).all() { ++ if all_mask16x8( ++ below_hebrew | in_range16x8!(s, 0x0900, 0x200F) | in_range16x8!(s, 0x2068, 0xD802), ++ ) { + return false; + } + + // Quick refutation failed. Let's do the full check. + +- (in_range16x8!(s, 0x0590, 0x0900) +- | in_range16x8!(s, 0xFB1D, 0xFE00) +- | in_range16x8!(s, 0xFE70, 0xFEFF) +- | in_range16x8!(s, 0xD802, 0xD804) +- | in_range16x8!(s, 0xD83A, 0xD83C) +- | s.eq(u16x8::splat(0x200F)) +- | s.eq(u16x8::splat(0x202B)) +- | s.eq(u16x8::splat(0x202E)) +- | s.eq(u16x8::splat(0x2067))) +- .any() ++ any_mask16x8( ++ (in_range16x8!(s, 0x0590, 0x0900) ++ | in_range16x8!(s, 0xFB1D, 0xFE00) ++ | in_range16x8!(s, 0xFE70, 0xFEFF) ++ | in_range16x8!(s, 0xD802, 0xD804) ++ | in_range16x8!(s, 0xD83A, 0xD83C) ++ | s.simd_eq(u16x8::splat(0x200F)) ++ | s.simd_eq(u16x8::splat(0x202B)) ++ | s.simd_eq(u16x8::splat(0x202E)) ++ | s.simd_eq(u16x8::splat(0x2067))), ++ ) + } + + #[inline(always)] + pub fn simd_unpack(s: u8x16) -> (u16x8, u16x8) { +- unsafe { +- let first: u8x16 = shuffle!( +- s, +- u8x16::splat(0), +- [0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23] +- ); +- let second: u8x16 = shuffle!( +- s, +- u8x16::splat(0), +- [8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 15, 31] +- ); +- (first.into_bits(), second.into_bits()) +- } ++ let first: u8x16 = simd_swizzle!( ++ s, ++ u8x16::splat(0), ++ [0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23] ++ ); ++ let second: u8x16 = simd_swizzle!( ++ s, ++ u8x16::splat(0), ++ [8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 15, 31] ++ ); ++ (u16x8::from_ne_bytes(first), u16x8::from_ne_bytes(second)) + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_pack(a: u16x8, b: u16x8) -> u8x16 { + unsafe { +- _mm_packus_epi16(a.into_bits(), b.into_bits()).into_bits() ++ // Safety: We have cfg()d the correct platform ++ _mm_packus_epi16(a.into(), b.into()).into() + } + } + } else { + #[inline(always)] + pub fn simd_pack(a: u16x8, b: u16x8) -> u8x16 { +- unsafe { +- let first: u8x16 = a.into_bits(); +- let second: u8x16 = b.into_bits(); +- shuffle!( +- first, +- second, +- [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30] +- ) +- } ++ let first: u8x16 = a.to_ne_bytes(); ++ let second: u8x16 = b.to_ne_bytes(); ++ simd_swizzle!( ++ first, ++ second, ++ [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30] ++ ) + } + } + } + + #[cfg(test)] + mod tests { + use super::*; + use alloc::vec::Vec; +diff --git a/third_party/rust/encoding_rs/src/single_byte.rs b/third_party/rust/encoding_rs/src/single_byte.rs +--- third_party/rust/encoding_rs/src/single_byte.rs ++++ third_party/rust/encoding_rs/src/single_byte.rs +@@ -48,16 +48,19 @@ impl SingleByteDecoder { + CopyAsciiResult::GoOn((mut non_ascii, mut handle)) => 'middle: loop { + // Start non-boilerplate + // + // Since the non-ASCIIness of `non_ascii` is hidden from + // the optimizer, it can't figure out that it's OK to + // statically omit the bound check when accessing + // `[u16; 128]` with an index + // `non_ascii as usize - 0x80usize`. ++ // ++ // Safety: `non_ascii` is a u8 byte >=0x80, from the invariants ++ // on Utf8Destination::copy_ascii_from_check_space_bmp() + let mapped = + unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + // let mapped = self.table[non_ascii as usize - 0x80usize]; + if mapped == 0u16 { + return ( + DecoderResult::Malformed(1, 0), + source.consumed(), + handle.written(), +@@ -146,82 +149,103 @@ impl SingleByteDecoder { + dst: &mut [u16], + _last: bool, + ) -> (DecoderResult, usize, usize) { + let (pending, length) = if dst.len() < src.len() { + (DecoderResult::OutputFull, dst.len()) + } else { + (DecoderResult::InputEmpty, src.len()) + }; ++ // Safety invariant: converted <= length. Quite often we have `converted < length` ++ // which will be separately marked. + let mut converted = 0usize; + 'outermost: loop { + match unsafe { ++ // Safety: length is the minimum length, `src/dst + x` will always be valid for reads/writes of `len - x` + ascii_to_basic_latin( + src.as_ptr().add(converted), + dst.as_mut_ptr().add(converted), + length - converted, + ) + } { + None => { + return (pending, length, length); + } + Some((mut non_ascii, consumed)) => { ++ // Safety invariant: `converted <= length` upheld, since this can only consume ++ // up to `length - converted` bytes. ++ // ++ // Furthermore, in this context, ++ // we can assume `converted < length` since this branch is only ever hit when ++ // ascii_to_basic_latin fails to consume the entire slice + converted += consumed; + 'middle: loop { + // `converted` doesn't count the reading of `non_ascii` yet. + // Since the non-ASCIIness of `non_ascii` is hidden from + // the optimizer, it can't figure out that it's OK to + // statically omit the bound check when accessing + // `[u16; 128]` with an index + // `non_ascii as usize - 0x80usize`. ++ // ++ // Safety: We can rely on `non_ascii` being between `0x80` and `0xFF` due to ++ // the invariants of `ascii_to_basic_latin()`, and our table has enough space for that. + let mapped = + unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + // let mapped = self.table[non_ascii as usize - 0x80usize]; + if mapped == 0u16 { + return ( + DecoderResult::Malformed(1, 0), + converted + 1, // +1 `for non_ascii` + converted, + ); + } + unsafe { +- // The bound check has already been performed ++ // Safety: As mentioned above, `converted < length` + *(dst.get_unchecked_mut(converted)) = mapped; + } ++ // Safety: `converted <= length` upheld, since `converted < length` before this + converted += 1; + // Next, handle ASCII punctuation and non-ASCII without + // going back to ASCII acceleration. Non-ASCII scripts + // use ASCII punctuation, so this avoid going to + // acceleration just for punctuation/space and then + // failing. This is a significant boost to non-ASCII + // scripts. + // TODO: Split out Latin converters without this part + // this stuff makes Latin script-conversion slower. + if converted == length { + return (pending, length, length); + } ++ // Safety: We are back to `converted < length` because of the == above ++ // and can perform this check. + let mut b = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: `converted < length` is upheld for this loop + 'innermost: loop { + if b > 127 { + non_ascii = b; + continue 'middle; + } + // Testing on Haswell says that we should write the + // byte unconditionally instead of trying to unread it + // to make it part of the next SIMD stride. + unsafe { ++ // Safety: `converted < length` is true for this loop + *(dst.get_unchecked_mut(converted)) = u16::from(b); + } ++ // Safety: We are now at `converted <= length`. We should *not* `continue` ++ // the loop without reverifying + converted += 1; + if b < 60 { + // We've got punctuation + if converted == length { + return (pending, length, length); + } ++ // Safety: we're back to `converted <= length` because of the == above + b = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: The loop continues as `converted < length` + continue 'innermost; + } + // We've got markup or ASCII text + continue 'outermost; + } + } + } + } +@@ -229,16 +253,18 @@ impl SingleByteDecoder { + } + + pub fn latin1_byte_compatible_up_to(&self, buffer: &[u8]) -> usize { + let mut bytes = buffer; + let mut total = 0; + loop { + if let Some((non_ascii, offset)) = validate_ascii(bytes) { + total += offset; ++ // Safety: We can rely on `non_ascii` being between `0x80` and `0xFF` due to ++ // the invariants of `ascii_to_basic_latin()`, and our table has enough space for that. + let mapped = unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + if mapped != u16::from(non_ascii) { + return total; + } + total += 1; + bytes = &bytes[offset + 1..]; + } else { + return total; +@@ -379,64 +405,89 @@ impl SingleByteEncoder { + dst: &mut [u8], + _last: bool, + ) -> (EncoderResult, usize, usize) { + let (pending, length) = if dst.len() < src.len() { + (EncoderResult::OutputFull, dst.len()) + } else { + (EncoderResult::InputEmpty, src.len()) + }; ++ // Safety invariant: converted <= length. Quite often we have `converted < length` ++ // which will be separately marked. + let mut converted = 0usize; + 'outermost: loop { + match unsafe { ++ // Safety: length is the minimum length, `src/dst + x` will always be valid for reads/writes of `len - x` + basic_latin_to_ascii( + src.as_ptr().add(converted), + dst.as_mut_ptr().add(converted), + length - converted, + ) + } { + None => { + return (pending, length, length); + } + Some((mut non_ascii, consumed)) => { ++ // Safety invariant: `converted <= length` upheld, since this can only consume ++ // up to `length - converted` bytes. ++ // ++ // Furthermore, in this context, ++ // we can assume `converted < length` since this branch is only ever hit when ++ // ascii_to_basic_latin fails to consume the entire slice + converted += consumed; + 'middle: loop { + // `converted` doesn't count the reading of `non_ascii` yet. + match self.encode_u16(non_ascii) { + Some(byte) => { + unsafe { ++ // Safety: we're allowed this access since `converted < length` + *(dst.get_unchecked_mut(converted)) = byte; + } + converted += 1; ++ // `converted <= length` now + } + None => { + // At this point, we need to know if we + // have a surrogate. + let high_bits = non_ascii & 0xFC00u16; + if high_bits == 0xD800u16 { + // high surrogate + if converted + 1 == length { + // End of buffer. This surrogate is unpaired. + return ( + EncoderResult::Unmappable('\u{FFFD}'), + converted + 1, // +1 `for non_ascii` + converted, + ); + } ++ // Safety: convered < length from outside the match, and `converted + 1 != length`, ++ // So `converted + 1 < length` as well. We're in bounds + let second = + u32::from(unsafe { *src.get_unchecked(converted + 1) }); + if second & 0xFC00u32 != 0xDC00u32 { + return ( + EncoderResult::Unmappable('\u{FFFD}'), + converted + 1, // +1 `for non_ascii` + converted, + ); + } + // The next code unit is a low surrogate. + let astral: char = unsafe { ++ // Safety: We can rely on non_ascii being 0xD800-0xDBFF since the high bits are 0xD800 ++ // Then, (non_ascii << 10 - 0xD800 << 10) becomes between (0 to 0x3FF) << 10, which is between ++ // 0x400 to 0xffc00. Adding the 0x10000 gives a range of 0x10400 to 0x10fc00. Subtracting the 0xDC00 ++ // gives 0x2800 to 0x102000 ++ // The second term is between 0xDC00 and 0xDFFF from the check above. This gives a maximum ++ // possible range of (0x10400 + 0xDC00) to (0x102000 + 0xDFFF) which is 0x1E000 to 0x10ffff. ++ // This is in range. ++ // ++ // From a Unicode principles perspective this can also be verified as we have checked that `non_ascii` is a high surrogate ++ // (0xD800..=0xDBFF), and that `second` is a low surrogate (`0xDC00..=0xDFFF`), and we are applying reverse of the UTC16 transformation ++ // algorithm , by applying the high surrogate - 0xD800 to the ++ // high ten bits, and the low surrogate - 0xDc00 to the low ten bits, and then adding 0x10000 + ::core::char::from_u32_unchecked( + (u32::from(non_ascii) << 10) + second + - (((0xD800u32 << 10) - 0x1_0000u32) + 0xDC00u32), + ) + }; + return ( + EncoderResult::Unmappable(astral), + converted + 2, // +2 `for non_ascii` and `second` +@@ -451,52 +502,63 @@ impl SingleByteEncoder { + converted, + ); + } + return ( + EncoderResult::unmappable_from_bmp(non_ascii), + converted + 1, // +1 `for non_ascii` + converted, + ); ++ // Safety: This branch diverges, so no need to uphold invariants on `converted` + } + } + // Next, handle ASCII punctuation and non-ASCII without + // going back to ASCII acceleration. Non-ASCII scripts + // use ASCII punctuation, so this avoid going to + // acceleration just for punctuation/space and then + // failing. This is a significant boost to non-ASCII + // scripts. + // TODO: Split out Latin converters without this part + // this stuff makes Latin script-conversion slower. + if converted == length { + return (pending, length, length); + } ++ // Safety: we're back to `converted < length` due to the == above and can perform ++ // the unchecked read + let mut unit = unsafe { *(src.get_unchecked(converted)) }; + 'innermost: loop { ++ // Safety: This loop always begins with `converted < length`, see ++ // the invariant outside and the comment on the continue below + if unit > 127 { + non_ascii = unit; + continue 'middle; + } + // Testing on Haswell says that we should write the + // byte unconditionally instead of trying to unread it + // to make it part of the next SIMD stride. + unsafe { ++ // Safety: Can rely on converted < length + *(dst.get_unchecked_mut(converted)) = unit as u8; + } + converted += 1; ++ // `converted <= length` here + if unit < 60 { + // We've got punctuation + if converted == length { + return (pending, length, length); + } ++ // Safety: `converted < length` due to the == above. The read is safe. + unit = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: This only happens if `converted < length`, maintaining it + continue 'innermost; + } + // We've got markup or ASCII text + continue 'outermost; ++ // Safety: All other routes to here diverge so the continue is the only ++ // way to run the innermost loop. + } + } + } + } + } + } + } + +diff --git a/third_party/rust/encoding_rs/src/x_user_defined.rs b/third_party/rust/encoding_rs/src/x_user_defined.rs +--- third_party/rust/encoding_rs/src/x_user_defined.rs ++++ third_party/rust/encoding_rs/src/x_user_defined.rs +@@ -9,22 +9,23 @@ + + use super::*; + use crate::handles::*; + use crate::variant::*; + + cfg_if! { + if #[cfg(feature = "simd-accel")] { + use simd_funcs::*; +- use packed_simd::u16x8; ++ use core::simd::u16x8; ++ use core::simd::cmp::SimdPartialOrd; + + #[inline(always)] + fn shift_upper(unpacked: u16x8) -> u16x8 { + let highest_ascii = u16x8::splat(0x7F); +- unpacked + unpacked.gt(highest_ascii).select(u16x8::splat(0xF700), u16x8::splat(0)) } ++ unpacked + unpacked.simd_gt(highest_ascii).select(u16x8::splat(0xF700), u16x8::splat(0)) } + } else { + } + } + + pub struct UserDefinedDecoder; + + impl UserDefinedDecoder { + pub fn new() -> VariantDecoder { +@@ -111,20 +112,25 @@ impl UserDefinedDecoder { + } else { + (DecoderResult::InputEmpty, src.len()) + }; + // Not bothering with alignment + let tail_start = length & !0xF; + let simd_iterations = length >> 4; + let src_ptr = src.as_ptr(); + let dst_ptr = dst.as_mut_ptr(); ++ // Safety: This is `for i in 0..length / 16` + for i in 0..simd_iterations { ++ // Safety: This is in bounds: length is the minumum valid length for both src/dst ++ // and i ranges to length/16, so multiplying by 16 will always be `< length` and can do ++ // a 16 byte read + let input = unsafe { load16_unaligned(src_ptr.add(i * 16)) }; + let (first, second) = simd_unpack(input); + unsafe { ++ // Safety: same as above, but this is two consecutive 8-byte reads + store8_unaligned(dst_ptr.add(i * 16), shift_upper(first)); + store8_unaligned(dst_ptr.add((i * 16) + 8), shift_upper(second)); + } + } + let src_tail = &src[tail_start..length]; + let dst_tail = &mut dst[tail_start..length]; + src_tail + .iter() diff --git a/www/flexget/Makefile b/www/flexget/Makefile index c619ee94e06..32dcad4de84 100644 --- a/www/flexget/Makefile +++ b/www/flexget/Makefile @@ -1,7 +1,7 @@ PORTNAME= FlexGet DISTVERSIONPREFIX= v DISTVERSION= 3.9.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= jbeich@FreeBSD.org @@ -32,7 +32,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>0:databases/py-sqlalchemy20@${P ${PYTHON_PKGNAMEPREFIX}psutil>=5.8.0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.2:textproc/py-feedparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=9.0.0:textproc/py-rich@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rss2gen>0:textproc/py-rss2gen@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyrss2gen>0:textproc/py-pyrss2gen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cherrypy>=3.7.0:www/py-cherrypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask>=0.7:www/py-flask@${PY_FLAVOR} \ diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile index 3cfdb6f7b8c..52027faa5c8 100644 --- a/www/forgejo/Makefile +++ b/www/forgejo/Makefile @@ -1,7 +1,7 @@ PORTNAME= forgejo DISTVERSIONPREFIX= v DISTVERSION= 1.21.10-0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= forgejo-src-${DISTVERSION} diff --git a/www/galene/Makefile b/www/galene/Makefile index ba819300fc1..89d968b75d6 100644 --- a/www/galene/Makefile +++ b/www/galene/Makefile @@ -1,5 +1,6 @@ PORTNAME= galene DISTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= www net-im MAINTAINER= bapt@FreeBSD.org diff --git a/www/garage/Makefile b/www/garage/Makefile index 9216e113901..7959a56c09b 100644 --- a/www/garage/Makefile +++ b/www/garage/Makefile @@ -1,6 +1,6 @@ PORTNAME= garage DISTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= https://git.deuxfleurs.fr/Deuxfleurs/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} diff --git a/www/geckodriver/Makefile b/www/geckodriver/Makefile index bb23a5055fa..bacece792c2 100644 --- a/www/geckodriver/Makefile +++ b/www/geckodriver/Makefile @@ -1,6 +1,6 @@ PORTNAME= geckodriver DISTVERSION= 0.26.0 -PORTREVISION= 42 +PORTREVISION= 43 CATEGORIES= www MASTER_SITES= https://hg.mozilla.org/mozilla-central/archive/${DISTNAME}.zip/testing/geckodriver/?dummy=/ DISTNAME= e9783a644016aa9b317887076618425586730d73 diff --git a/www/ghostunnel/Makefile b/www/ghostunnel/Makefile index 71007d6b926..3c31db39a87 100644 --- a/www/ghostunnel/Makefile +++ b/www/ghostunnel/Makefile @@ -1,7 +1,7 @@ PORTNAME= ghostunnel DISTVERSIONPREFIX= v DISTVERSION= 1.7.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 3cf76ed025e..388256b0a2a 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.21.10 +DISTVERSION= 1.21.11 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \ @@ -54,9 +54,9 @@ DAEMONARGS= -f SUB_LIST+= DAEMONARGS="${DAEMONARGS}" SSP_UNSAFE= true -# Default LDFLAGS are incompatible with build -MAKE_ENV= LDFLAGS="${LDFLAGS} ${EXTRA_LDFLAGS}" -MAKE_ARGS= GOPATH=${WRKDIR} TAGS="${GO_TAGS}" +LDFLAGS+= "'-X "code.gitea.io/gitea/modules/setting.CustomPath=${PREFIX}/etc/gitea"'" +LDFLAGS+= "'-X "code.gitea.io/gitea/modules/setting.AppWorkPath=${PREFIX}/share/gitea"'" +MAKE_ARGS= GOPATH=${WRKDIR} TAGS="${GO_TAGS}" GOFLAGS="-buildvcs=false" ALL_TARGET= backend MAKE_JOBS_UNSAFE= yes diff --git a/www/gitea/distinfo b/www/gitea/distinfo index dc9d1ba1ea1..def33049cfe 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712013611 -SHA256 (gitea-src-1.21.10.tar.gz) = 83f68344800a68f8bc0165892f837c099b763781c11162bbc5206f8eb70f0c3f -SIZE (gitea-src-1.21.10.tar.gz) = 53972181 +TIMESTAMP = 1715269556 +SHA256 (gitea-src-1.21.11.tar.gz) = 4f1cac5f0de555d57f86520bced33e0fbc08a5ea977e0940cbb024d80c679443 +SIZE (gitea-src-1.21.11.tar.gz) = 54029294 diff --git a/www/gitea/files/app.ini.sample.in b/www/gitea/files/app.ini.sample.in index f0e6c811ee6..71cccbf3165 100644 --- a/www/gitea/files/app.ini.sample.in +++ b/www/gitea/files/app.ini.sample.in @@ -10,10 +10,10 @@ # JWT_SECRET, and SECRET_KEY variables. SECRET_KEY is a password of your # choosing, INTERNAL_TOKEN is a 64-byte random number in BASE64 encoding, # JWT_SECRET is a 32-byte random number in BASE64 encoding. -# +# # You can generate the token using for example: # openssl rand -base64 64 -# +# # You can let Gitea add these to the config for you; you need to make # app.ini writeable by the git user. # @@ -24,15 +24,15 @@ # If you'd rather use the web-based installer, remove this conf/app.ini file # and make %%PREFIX%%/etc/gitea/conf writeable to the git user. -APP_NAME = Gitea: Git with a cup of tea -RUN_USER = %%GITUSER%% +APP_NAME = Gitea: A self-hosted lightweight software forge RUN_MODE = prod +RUN_USER = %%GITUSER%% [database] DB_TYPE = sqlite3 HOST = 127.0.0.1:3306 NAME = gitea -PASSWD = +PASSWD = PATH = /var/db/gitea/gitea.db SSL_MODE = disable USER = root @@ -41,19 +41,19 @@ USER = root ISSUE_INDEXER_PATH = /var/db/gitea/indexers/issues.bleve [log] -ROOT_PATH = /var/log/gitea -MODE = file LEVEL = Info +MODE = file +ROOT_PATH = /var/log/gitea [mailer] ENABLED = false [oauth2] -JWT_SECRET = D56bmu6xCtEKs9vKKgMKnsa4X9FDwo64HVyaS4fQ4mY +JWT_SECRET = CHANGE_ME [picture] AVATAR_UPLOAD_PATH = /var/db/gitea/data/avatars -DISABLE_GRAVATAR = false +DISABLE_GRAVATAR = true ENABLE_FEDERATED_AVATAR = false [repository] @@ -66,28 +66,28 @@ SCRIPT_TYPE = sh TEMP_PATH = /var/db/gitea/data/tmp/uploads [security] -INSTALL_LOCK = true -INTERNAL_TOKEN = 1FFhAklka01JhgJTRUrFujWYiv4ijqcTIfXJ9o4n1fWxz+XVQdXhrqDTlsnD7fvz7gugdhgkx0FY2Lx6IBdPQw== -SECRET_KEY = ChangeMeBeforeRunning +INSTALL_LOCK = true +INTERNAL_TOKEN = CHANGE_ME +SECRET_KEY = CHANGE_ME [session] -PROVIDER = file +PROVIDER = file PROVIDER_CONFIG = /var/db/gitea/data/sessions [server] -DOMAIN = localhost -HTTP_ADDR = 127.0.0.1 -HTTP_PORT = 3000 -ROOT_URL = http://localhost:3000/ -DISABLE_SSH = false -SSH_DOMAIN = %(DOMAIN)s -SSH_PORT = 22 -OFFLINE_MODE = false APP_DATA_PATH = /var/db/gitea/data +DISABLE_SSH = false +DOMAIN = localhost +HTTP_ADDR = 127.0.0.1 +HTTP_PORT = 3000 +OFFLINE_MODE = false +ROOT_URL = http://localhost:3000/ +SSH_DOMAIN = %(DOMAIN)s +SSH_PORT = 22 [service] -REGISTER_EMAIL_CONFIRM = false -ENABLE_NOTIFY_MAIL = false DISABLE_REGISTRATION = false ENABLE_CAPTCHA = true +ENABLE_NOTIFY_MAIL = false +REGISTER_EMAIL_CONFIRM = false REQUIRE_SIGNIN_VIEW = false diff --git a/www/gitea/files/gitea.in b/www/gitea/files/gitea.in index 5e75ad5d514..566a4b46ef9 100644 --- a/www/gitea/files/gitea.in +++ b/www/gitea/files/gitea.in @@ -17,8 +17,9 @@ load_rc_config $name : ${gitea_user:="%%GITUSER%%"} : ${gitea_enable:="NO"} +: ${gitea_configcheck_enable:="YES"} : ${gitea_facility:="daemon"} -: ${gitea_priority:="debug"} +: ${gitea_priority:="info"} : ${gitea_shared:="%%PREFIX%%/share/${name}"} : ${gitea_custom:="%%PREFIX%%/etc/${name}"} @@ -29,6 +30,7 @@ githome="$(eval echo ~${gitea_user})" pidfile="/var/run/${name}.pid" start_cmd="${name}_start" +start_precmd="${name}_prestart" gitea_start() { for d in /var/db/gitea /var/log/gitea; do @@ -48,4 +50,16 @@ gitea_start() { $command } +gitea_prestart() { + if checkyesno gitea_configcheck_enable; then + if su -m ${gitea_user} -c "%%PREFIX%%/sbin/${name} doctor check >/dev/null"; then + else + echo "cannot start ${name} because of configuration errors. Run" >&2 + echo " su -m git -c '${name} doctor check'" >&2 + echo "for further details" + return 1 + fi + fi +} + run_rc_command "$1" diff --git a/www/gitlab-pages/Makefile b/www/gitlab-pages/Makefile index d4b91db168e..03ce9a17636 100644 --- a/www/gitlab-pages/Makefile +++ b/www/gitlab-pages/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitlab-pages -PORTVERSION= 16.11.1 +PORTVERSION= 16.11.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MASTER_SITES+= https://gitlab.com/gitlab-org/gitlab-pages/-/raw/v${DISTVERSION}/ DISTFILES+= go.mod diff --git a/www/gitlab-pages/distinfo b/www/gitlab-pages/distinfo index 88dda09b0e8..a0a26ee3eb8 100644 --- a/www/gitlab-pages/distinfo +++ b/www/gitlab-pages/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1713982677 -SHA256 (go/www_gitlab-pages/gitlab-pages-v16.11.1/go.mod) = de0926d06d56e5cdb84c2c4fd4bc05bb9c8c3724a8e1cf8c0f775856958540ba -SIZE (go/www_gitlab-pages/gitlab-pages-v16.11.1/go.mod) = 3328 -SHA256 (go/www_gitlab-pages/gitlab-pages-v16.11.1/gitlab-pages-v16.11.1.tar.bz2) = 65597af30b8178b0769934e78f4fa6caccb64eaedae7324133acf8161bdbfc04 -SIZE (go/www_gitlab-pages/gitlab-pages-v16.11.1/gitlab-pages-v16.11.1.tar.bz2) = 212534 +TIMESTAMP = 1715233578 +SHA256 (go/www_gitlab-pages/gitlab-pages-v16.11.2/go.mod) = de0926d06d56e5cdb84c2c4fd4bc05bb9c8c3724a8e1cf8c0f775856958540ba +SIZE (go/www_gitlab-pages/gitlab-pages-v16.11.2/go.mod) = 3328 +SHA256 (go/www_gitlab-pages/gitlab-pages-v16.11.2/gitlab-pages-v16.11.2.tar.bz2) = b3e20a66f98fe1b18f455f24434078cb9cde069040ca3ad49a92acc9abae2553 +SIZE (go/www_gitlab-pages/gitlab-pages-v16.11.2/gitlab-pages-v16.11.2.tar.bz2) = 212649 diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile index 113f1dab690..05e711f7afc 100644 --- a/www/gitlab-workhorse/Makefile +++ b/www/gitlab-workhorse/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitlab-workhorse -PORTVERSION= 16.11.1 +PORTVERSION= 16.11.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MAINTAINER= mfechner@FreeBSD.org diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo index c5664eafd7e..68c3f2fa644 100644 --- a/www/gitlab-workhorse/distinfo +++ b/www/gitlab-workhorse/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1713982846 -SHA256 (go/www_gitlab-workhorse/gitlab-foss-v16.11.1/go.mod) = 2c1ff4ba288aa4bf72cc93438b6dda7660257f50eeb7823f9acc0dde5412c499 -SIZE (go/www_gitlab-workhorse/gitlab-foss-v16.11.1/go.mod) = 7010 -SHA256 (go/www_gitlab-workhorse/gitlab-foss-v16.11.1/gitlab-foss-v16.11.1.tar.bz2) = 2488091d06c2f4a2643f7d72449c77bc35d7a1c607123ec1fddb467884ed867c -SIZE (go/www_gitlab-workhorse/gitlab-foss-v16.11.1/gitlab-foss-v16.11.1.tar.bz2) = 102638191 +TIMESTAMP = 1715233555 +SHA256 (go/www_gitlab-workhorse/gitlab-foss-v16.11.2/go.mod) = 2c1ff4ba288aa4bf72cc93438b6dda7660257f50eeb7823f9acc0dde5412c499 +SIZE (go/www_gitlab-workhorse/gitlab-foss-v16.11.2/go.mod) = 7010 +SHA256 (go/www_gitlab-workhorse/gitlab-foss-v16.11.2/gitlab-foss-v16.11.2.tar.bz2) = df51a6799690bdaf09091009993afdccd9fbff07387431ec591217de30e57a72 +SIZE (go/www_gitlab-workhorse/gitlab-foss-v16.11.2/gitlab-foss-v16.11.2.tar.bz2) = 102643047 diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index d1a60c8866c..d6f912eb473 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitlab-${FLAVOR:Uce} -PORTVERSION= 16.11.1 +PORTVERSION= 16.11.2 DISTVERSIONPREFIX= v .if ${FLAVOR:U} == ee DISTVERSIONSUFFIX= -ee diff --git a/www/gitlab/distinfo b/www/gitlab/distinfo index b66e7e93f63..3f141a25150 100644 --- a/www/gitlab/distinfo +++ b/www/gitlab/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1713983499 -SHA256 (gitlab-foss-v16.11.1.tar.bz2) = 2488091d06c2f4a2643f7d72449c77bc35d7a1c607123ec1fddb467884ed867c -SIZE (gitlab-foss-v16.11.1.tar.bz2) = 102638191 -TIMESTAMP = 1713983576 -SHA256 (gitlab-v16.11.1-ee.tar.bz2) = 12b67b117cb5c7b189fc3ead7dcfa01fc67f7a94ed0b4b0abe40b1140fb4a72c -SIZE (gitlab-v16.11.1-ee.tar.bz2) = 110307818 +TIMESTAMP = 1715233601 +SHA256 (gitlab-foss-v16.11.2.tar.bz2) = df51a6799690bdaf09091009993afdccd9fbff07387431ec591217de30e57a72 +SIZE (gitlab-foss-v16.11.2.tar.bz2) = 102643047 +TIMESTAMP = 1715233651 +SHA256 (gitlab-v16.11.2-ee.tar.bz2) = f0a5872ea2057fcaa204e78cf493b5cf259b8112471924ebb09d201701656035 +SIZE (gitlab-v16.11.2-ee.tar.bz2) = 110321273 diff --git a/www/go-www/Makefile b/www/go-www/Makefile index 1d9690005ed..93f54e5a2d3 100644 --- a/www/go-www/Makefile +++ b/www/go-www/Makefile @@ -1,6 +1,6 @@ PORTNAME= www PORTVERSION= 2.0.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www PKGNAMEPREFIX= go- diff --git a/www/gobuffalo/Makefile b/www/gobuffalo/Makefile index abe8caf3d0c..1db082ec3b3 100644 --- a/www/gobuffalo/Makefile +++ b/www/gobuffalo/Makefile @@ -1,7 +1,7 @@ PORTNAME= gobuffalo PORTVERSION= 0.16.27 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= dmgk@FreeBSD.org diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 6a4a7efd804..13a3f691fda 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,7 +1,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.123.8 -PORTREVISION= 2 +DISTVERSION= 0.125.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= go diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index 07eb8409181..49371853327 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1709855822 -SHA256 (go/www_gohugo/hugo-v0.123.8/v0.123.8.mod) = 81a7eee5d34f8455314128b97011d64fa566c1be5e9b6f23a2ccee6f0c3c81f8 -SIZE (go/www_gohugo/hugo-v0.123.8/v0.123.8.mod) = 7313 -SHA256 (go/www_gohugo/hugo-v0.123.8/v0.123.8.zip) = 58c69812e6e44128e4c86f0159a66ebc8a4c5a123fc9923addb75358c978c2e6 -SIZE (go/www_gohugo/hugo-v0.123.8/v0.123.8.zip) = 6547715 +TIMESTAMP = 1715012845 +SHA256 (go/www_gohugo/hugo-v0.125.6/v0.125.6.mod) = 9bba37eddf4a9ddd4d29594e94cf4a12f1655295f1f693227abdafda6772cb90 +SIZE (go/www_gohugo/hugo-v0.125.6/v0.125.6.mod) = 7311 +SHA256 (go/www_gohugo/hugo-v0.125.6/v0.125.6.zip) = 8b3159e0a3d562cad5e45e96cf7993cc931e47be065c1858266592b659d76d50 +SIZE (go/www_gohugo/hugo-v0.125.6/v0.125.6.zip) = 6571800 diff --git a/www/gotty/Makefile b/www/gotty/Makefile index 26b8755c335..08d5c29ee3b 100644 --- a/www/gotty/Makefile +++ b/www/gotty/Makefile @@ -1,7 +1,7 @@ PORTNAME= gotty PORTVERSION= 1.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www net MAINTAINER= ehaupt@FreeBSD.org diff --git a/www/grafana/Makefile b/www/grafana/Makefile index 5a4d3578c09..3c412d76d56 100644 --- a/www/grafana/Makefile +++ b/www/grafana/Makefile @@ -1,7 +1,7 @@ PORTNAME= grafana DISTVERSIONPREFIX= v DISTVERSION= 10.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://dl.grafana.com/oss/release/:public \ https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod diff --git a/www/grafana9/Makefile b/www/grafana9/Makefile index a2cfc74cdfb..f9311a6bced 100644 --- a/www/grafana9/Makefile +++ b/www/grafana9/Makefile @@ -1,7 +1,7 @@ PORTNAME= grafana DISTVERSIONPREFIX= v DISTVERSION= 9.5.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://dl.grafana.com/oss/release/:public \ https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod diff --git a/www/gurl/Makefile b/www/gurl/Makefile index d96b50321db..7cdfadf3643 100644 --- a/www/gurl/Makefile +++ b/www/gurl/Makefile @@ -1,7 +1,7 @@ PORTNAME= gurl DISTVERSIONPREFIX= v DISTVERSION= 0.2.3 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= dch@FreeBSD.org diff --git a/www/hotcrp/Makefile b/www/hotcrp/Makefile index 6673a7bca7e..2c68fa2bdaf 100644 --- a/www/hotcrp/Makefile +++ b/www/hotcrp/Makefile @@ -1,30 +1,24 @@ PORTNAME= hotcrp -PORTVERSION= 2.102 -PORTREVISION= 18 +PORTVERSION= 3.0.0 CATEGORIES= www -MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/ +MASTER_SITES= ${WWW} MAINTAINER= ports@FreeBSD.org -COMMENT= Web based conference management software +COMMENT= Web-based conference management software WWW= https://www.read.seas.harvard.edu/~kohler/hotcrp/ -DEPRECATED= Outdated, current version was released in 2018 and is unsupported upstream -EXPIRATION_DATE=2024-05-31 - -RUN_DEPENDS= pdftohtml:graphics/poppler-utils \ - zip:archivers/zip - -USES= php mysql:server -USE_PHP= mysqli gd session ctype - -NO_BUILD= yes -SUB_FILES= pkg-message - LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= pdftohtml:graphics/poppler-utils + +USES= php mysql:server +USE_PHP= ctype gd mysqli session zlib + +NO_BUILD= yes +SUB_FILES= pkg-message + do-install: - ${MKDIR} ${STAGEDIR}${WWWDIR} - @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include diff --git a/www/hotcrp/distinfo b/www/hotcrp/distinfo index 0f47bb03819..8de017870f7 100644 --- a/www/hotcrp/distinfo +++ b/www/hotcrp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615566556 -SHA256 (hotcrp-2.102.tar.gz) = 09be01f2e427cb7f424871c619925e19db03e058b6de4b7321960e31c5e31eaf -SIZE (hotcrp-2.102.tar.gz) = 1571868 +TIMESTAMP = 1710434900 +SHA256 (hotcrp-3.0.0.tar.gz) = 4cc2664677303a009e46fa60e06ee2c9e6d51192a2059af4b6d41aa60db9eb09 +SIZE (hotcrp-3.0.0.tar.gz) = 1983729 diff --git a/www/hotcrp/pkg-descr b/www/hotcrp/pkg-descr index 479f78ac66a..e9d444737d3 100644 --- a/www/hotcrp/pkg-descr +++ b/www/hotcrp/pkg-descr @@ -1,2 +1,5 @@ HotCRP is conference management software: it accepts paper submissions -and manages the review process. +and manages the review process. Many conference management packages are +available, including EasyChair. HotCRP is especially good at navigating +from paper to paper, searching for papers, tagging papers, and managing +complex submission and review policies. diff --git a/www/hotcrp/pkg-plist b/www/hotcrp/pkg-plist index 78a9a1830c8..12082db3fc2 100644 --- a/www/hotcrp/pkg-plist +++ b/www/hotcrp/pkg-plist @@ -5,23 +5,30 @@ %%WWWDIR%%/README.md %%WWWDIR%%/api.php %%WWWDIR%%/assign.php +%%WWWDIR%%/authorize.php %%WWWDIR%%/autoassign.php %%WWWDIR%%/batch/.htaccess -%%WWWDIR%%/batch/addusers.php +%%WWWDIR%%/batch/assign.php +%%WWWDIR%%/batch/autoassign.php +%%WWWDIR%%/batch/backupdb.php %%WWWDIR%%/batch/checkinvariants.php %%WWWDIR%%/batch/deletepapers.php %%WWWDIR%%/batch/fixdelegation.php %%WWWDIR%%/batch/killinactivedoc.php +%%WWWDIR%%/batch/paperjson.php +%%WWWDIR%%/batch/reviewcsv.php %%WWWDIR%%/batch/s3test.php %%WWWDIR%%/batch/s3transfer.php %%WWWDIR%%/batch/s3verifyall.php %%WWWDIR%%/batch/savepapers.php +%%WWWDIR%%/batch/saveusers.php +%%WWWDIR%%/batch/search.php +%%WWWDIR%%/batch/settings.php %%WWWDIR%%/batch/updatecontactdb.php %%WWWDIR%%/bulkassign.php %%WWWDIR%%/buzzer.php %%WWWDIR%%/cacheable.php %%WWWDIR%%/checkupdates.php -%%WWWDIR%%/comment.php %%WWWDIR%%/conf/.htaccess %%WWWDIR%%/conflictassign.php %%WWWDIR%%/deadlines.php @@ -31,20 +38,29 @@ %%WWWDIR%%/etc/affiliationmatchers.json %%WWWDIR%%/etc/apifunctions.json %%WWWDIR%%/etc/assignmentparsers.json -%%WWWDIR%%/etc/emojicodes.json +%%WWWDIR%%/etc/autoassigners.json +%%WWWDIR%%/etc/capabilityhandlers.json +%%WWWDIR%%/etc/distoptions.php %%WWWDIR%%/etc/formulafunctions.json %%WWWDIR%%/etc/helptopics.json +%%WWWDIR%%/etc/intrinsicoptions.json %%WWWDIR%%/etc/listactions.json %%WWWDIR%%/etc/mailkeywords.json +%%WWWDIR%%/etc/mailtemplates.json %%WWWDIR%%/etc/msgs.json %%WWWDIR%%/etc/optiontypes.json +%%WWWDIR%%/etc/pages.json %%WWWDIR%%/etc/papercolumns.json %%WWWDIR%%/etc/profilegroups.json -%%WWWDIR%%/etc/reviewformlibrary.json +%%WWWDIR%%/etc/reviewfieldlibrary.json +%%WWWDIR%%/etc/reviewfieldtypes.json +%%WWWDIR%%/etc/sample.pdf %%WWWDIR%%/etc/searchkeywords.json +%%WWWDIR%%/etc/settingdescriptions.md %%WWWDIR%%/etc/settinggroups.json -%%WWWDIR%%/etc/settings.json -%%WWWDIR%%/etc/submissioneditgroups.json +%%WWWDIR%%/etc/settinginfo.json +%%WWWDIR%%/etc/submissionfieldlibrary.json +%%WWWDIR%%/forgotpassword.php %%WWWDIR%%/graph.php %%WWWDIR%%/help.php %%WWWDIR%%/images/.htaccess @@ -67,11 +83,7 @@ %%WWWDIR%%/images/generic24.png %%WWWDIR%%/images/genericf.png %%WWWDIR%%/images/genericf24.png -%%WWWDIR%%/images/headgrad.png -%%WWWDIR%%/images/homegrad.png %%WWWDIR%%/images/info45.png -%%WWWDIR%%/images/next.png -%%WWWDIR%%/images/override24.png %%WWWDIR%%/images/pageresultsex.png %%WWWDIR%%/images/pdf.png %%WWWDIR%%/images/pdf24.png @@ -85,12 +97,9 @@ %%WWWDIR%%/images/postscript24.png %%WWWDIR%%/images/postscriptf.png %%WWWDIR%%/images/postscriptf24.png -%%WWWDIR%%/images/prev.png %%WWWDIR%%/images/quicksearchex.png %%WWWDIR%%/images/review24.png %%WWWDIR%%/images/review48.png -%%WWWDIR%%/images/sortdown.png -%%WWWDIR%%/images/sortup.png %%WWWDIR%%/images/stophand45.png %%WWWDIR%%/images/txt.png %%WWWDIR%%/images/txt24.png @@ -103,49 +112,66 @@ %%WWWDIR%%/lib/backupdb.sh %%WWWDIR%%/lib/base.php %%WWWDIR%%/lib/cleanhtml.php +%%WWWDIR%%/lib/collatorshim.php %%WWWDIR%%/lib/column.php %%WWWDIR%%/lib/countmatcher.php %%WWWDIR%%/lib/countries.php %%WWWDIR%%/lib/createdb.sh %%WWWDIR%%/lib/csv.php -%%WWWDIR%%/lib/curls3document.php +%%WWWDIR%%/lib/curls3result.php %%WWWDIR%%/lib/dbhelper.sh %%WWWDIR%%/lib/dbl.php +%%WWWDIR%%/lib/diff_match_patch.php +%%WWWDIR%%/lib/dkimsigner.php +%%WWWDIR%%/lib/downloader.php %%WWWDIR%%/lib/filer.php +%%WWWDIR%%/lib/fmt.php +%%WWWDIR%%/lib/ftext.php %%WWWDIR%%/lib/getopt.php +%%WWWDIR%%/lib/gmpshim.php +%%WWWDIR%%/lib/hashanalysis.php +%%WWWDIR%%/lib/hclcolor.php %%WWWDIR%%/lib/ht.php %%WWWDIR%%/lib/icons.php -%%WWWDIR%%/lib/intlmsgset.php +%%WWWDIR%%/lib/isovideomimetype.php %%WWWDIR%%/lib/json.php +%%WWWDIR%%/lib/jsonexception.php +%%WWWDIR%%/lib/jsonparser.php +%%WWWDIR%%/lib/jwtparser.php +%%WWWDIR%%/lib/labcolor.php %%WWWDIR%%/lib/ldaplogin.php %%WWWDIR%%/lib/login.php %%WWWDIR%%/lib/mailer.php -%%WWWDIR%%/lib/message.php +%%WWWDIR%%/lib/mailpreparation.php %%WWWDIR%%/lib/messageset.php %%WWWDIR%%/lib/mime.types +%%WWWDIR%%/lib/mimetext.php %%WWWDIR%%/lib/mimetype.php %%WWWDIR%%/lib/mincostmaxflow.php %%WWWDIR%%/lib/navigation.php -%%WWWDIR%%/lib/qobject.php +%%WWWDIR%%/lib/oklabcolor.php +%%WWWDIR%%/lib/oklchcolor.php +%%WWWDIR%%/lib/phpqsession.php +%%WWWDIR%%/lib/polyfills.php %%WWWDIR%%/lib/qrequest.php +%%WWWDIR%%/lib/qsession.php %%WWWDIR%%/lib/redirect.php %%WWWDIR%%/lib/restoredb.sh %%WWWDIR%%/lib/runsql.sh -%%WWWDIR%%/lib/s3document.php +%%WWWDIR%%/lib/s3client.php +%%WWWDIR%%/lib/s3result.php %%WWWDIR%%/lib/scoreinfo.php %%WWWDIR%%/lib/tagger.php %%WWWDIR%%/lib/text.php %%WWWDIR%%/lib/unicodehelper.php %%WWWDIR%%/lib/xlsx.php -%%WWWDIR%%/lib/zipdocument.php %%WWWDIR%%/log.php %%WWWDIR%%/mail.php %%WWWDIR%%/manualassign.php %%WWWDIR%%/mergeaccounts.php +%%WWWDIR%%/newaccount.php +%%WWWDIR%%/oauth.php %%WWWDIR%%/offline.php -%%WWWDIR%%/pages/.htaccess -%%WWWDIR%%/pages/adminhome.php -%%WWWDIR%%/pages/home.php %%WWWDIR%%/paper.php %%WWWDIR%%/profile.php %%WWWDIR%%/resetpassword.php @@ -155,51 +181,121 @@ %%WWWDIR%%/scripts/.htaccess %%WWWDIR%%/scripts/buzzer.js %%WWWDIR%%/scripts/d3-hotcrp.min.js -%%WWWDIR%%/scripts/d3.min.js +%%WWWDIR%%/scripts/emojicodes.json %%WWWDIR%%/scripts/graph.js %%WWWDIR%%/scripts/jquery-1.12.4.min.js -%%WWWDIR%%/scripts/jquery-1.12.4.min.map -%%WWWDIR%%/scripts/jquery-3.3.1.min.js +%%WWWDIR%%/scripts/jquery-3.7.1.min.js %%WWWDIR%%/scripts/script.js %%WWWDIR%%/scripts/settings.js %%WWWDIR%%/search.php %%WWWDIR%%/settings.php +%%WWWDIR%%/signin.php +%%WWWDIR%%/signout.php %%WWWDIR%%/src/.htaccess %%WWWDIR%%/src/api/api_alltags.php +%%WWWDIR%%/src/api/api_assign.php +%%WWWDIR%%/src/api/api_comment.php +%%WWWDIR%%/src/api/api_completion.php +%%WWWDIR%%/src/api/api_decision.php %%WWWDIR%%/src/api/api_error.php +%%WWWDIR%%/src/api/api_events.php +%%WWWDIR%%/src/api/api_follow.php +%%WWWDIR%%/src/api/api_formatcheck.php +%%WWWDIR%%/src/api/api_graphdata.php +%%WWWDIR%%/src/api/api_job.php +%%WWWDIR%%/src/api/api_mail.php +%%WWWDIR%%/src/api/api_paper.php +%%WWWDIR%%/src/api/api_paperpc.php +%%WWWDIR%%/src/api/api_preference.php %%WWWDIR%%/src/api/api_requestreview.php +%%WWWDIR%%/src/api/api_review.php +%%WWWDIR%%/src/api/api_reviewtoken.php %%WWWDIR%%/src/api/api_search.php %%WWWDIR%%/src/api/api_searchconfig.php +%%WWWDIR%%/src/api/api_session.php +%%WWWDIR%%/src/api/api_settings.php %%WWWDIR%%/src/api/api_taganno.php +%%WWWDIR%%/src/api/api_tags.php +%%WWWDIR%%/src/api/api_upload.php %%WWWDIR%%/src/api/api_user.php +%%WWWDIR%%/src/apihelpers.php %%WWWDIR%%/src/assigners/a_conflict.php +%%WWWDIR%%/src/assigners/a_copytag.php %%WWWDIR%%/src/assigners/a_decision.php +%%WWWDIR%%/src/assigners/a_error.php +%%WWWDIR%%/src/assigners/a_follow.php %%WWWDIR%%/src/assigners/a_lead.php %%WWWDIR%%/src/assigners/a_preference.php +%%WWWDIR%%/src/assigners/a_review.php %%WWWDIR%%/src/assigners/a_status.php %%WWWDIR%%/src/assigners/a_tag.php +%%WWWDIR%%/src/assigners/a_taganno.php +%%WWWDIR%%/src/assigners/a_unsubmitreview.php +%%WWWDIR%%/src/assignmentcountset.php %%WWWDIR%%/src/assignmentset.php %%WWWDIR%%/src/author.php %%WWWDIR%%/src/authormatcher.php %%WWWDIR%%/src/autoassigner.php +%%WWWDIR%%/src/autoassigners/aa_clear.php +%%WWWDIR%%/src/autoassigners/aa_discussionorder.php +%%WWWDIR%%/src/autoassigners/aa_paperpc.php +%%WWWDIR%%/src/autoassigners/aa_prefconflict.php +%%WWWDIR%%/src/autoassigners/aa_review.php +%%WWWDIR%%/src/backuppattern.php %%WWWDIR%%/src/banal -%%WWWDIR%%/src/capability.php +%%WWWDIR%%/src/capabilities/cap_authorview.php +%%WWWDIR%%/src/capabilities/cap_bearer.php +%%WWWDIR%%/src/capabilities/cap_job.php +%%WWWDIR%%/src/capabilities/cap_reviewaccept.php %%WWWDIR%%/src/checkformat.php %%WWWDIR%%/src/commentinfo.php +%%WWWDIR%%/src/componentset.php %%WWWDIR%%/src/conference.php +%%WWWDIR%%/src/confinvariants.php %%WWWDIR%%/src/conflict.php %%WWWDIR%%/src/contact.php +%%WWWDIR%%/src/contactcounter.php +%%WWWDIR%%/src/contactcountmatcher.php %%WWWDIR%%/src/contactlist.php %%WWWDIR%%/src/contactsearch.php -%%WWWDIR%%/src/distoptions.php +%%WWWDIR%%/src/contactset.php +%%WWWDIR%%/src/decisioninfo.php +%%WWWDIR%%/src/decisionset.php +%%WWWDIR%%/src/documentfiletree.php +%%WWWDIR%%/src/documenthashmatcher.php %%WWWDIR%%/src/documentinfo.php +%%WWWDIR%%/src/documentinfoset.php +%%WWWDIR%%/src/documentrequest.php +%%WWWDIR%%/src/fieldchangeset.php +%%WWWDIR%%/src/fieldrender.php %%WWWDIR%%/src/filefilter.php %%WWWDIR%%/src/formatspec.php %%WWWDIR%%/src/formula.php %%WWWDIR%%/src/formulagraph.php -%%WWWDIR%%/src/groupedextensions.php +%%WWWDIR%%/src/formulas/f_author.php +%%WWWDIR%%/src/formulas/f_conflict.php +%%WWWDIR%%/src/formulas/f_decision.php +%%WWWDIR%%/src/formulas/f_now.php +%%WWWDIR%%/src/formulas/f_optionpresent.php +%%WWWDIR%%/src/formulas/f_optionvalue.php +%%WWWDIR%%/src/formulas/f_pdfsize.php +%%WWWDIR%%/src/formulas/f_pref.php +%%WWWDIR%%/src/formulas/f_realnumberoption.php +%%WWWDIR%%/src/formulas/f_reviewer.php +%%WWWDIR%%/src/formulas/f_reviewermatch.php +%%WWWDIR%%/src/formulas/f_reviewround.php +%%WWWDIR%%/src/formulas/f_reviewwordcount.php +%%WWWDIR%%/src/formulas/f_revtype.php +%%WWWDIR%%/src/formulas/f_submittedat.php +%%WWWDIR%%/src/formulas/f_tag.php +%%WWWDIR%%/src/formulas/f_timefield.php +%%WWWDIR%%/src/formulas/f_topic.php +%%WWWDIR%%/src/formulas/f_topicscore.php +%%WWWDIR%%/src/help/h_bulkassign.php %%WWWDIR%%/src/help/h_chairsguide.php +%%WWWDIR%%/src/help/h_developer.php %%WWWDIR%%/src/help/h_formulas.php +%%WWWDIR%%/src/help/h_jsonsettings.php %%WWWDIR%%/src/help/h_keywords.php %%WWWDIR%%/src/help/h_ranking.php %%WWWDIR%%/src/help/h_revrate.php @@ -209,31 +305,90 @@ %%WWWDIR%%/src/help/h_tags.php %%WWWDIR%%/src/help/h_votetags.php %%WWWDIR%%/src/helpers.php +%%WWWDIR%%/src/helprenderer.php %%WWWDIR%%/src/hotcrpmailer.php %%WWWDIR%%/src/init.php -%%WWWDIR%%/src/initweb.php %%WWWDIR%%/src/listaction.php %%WWWDIR%%/src/listactions/la_assign.php %%WWWDIR%%/src/listactions/la_decide.php -%%WWWDIR%%/src/listactions/la_get_rev.php +%%WWWDIR%%/src/listactions/la_get.php %%WWWDIR%%/src/listactions/la_get_sub.php +%%WWWDIR%%/src/listactions/la_getabstracts.php %%WWWDIR%%/src/listactions/la_getallrevpref.php +%%WWWDIR%%/src/listactions/la_getauthors.php %%WWWDIR%%/src/listactions/la_getdocument.php %%WWWDIR%%/src/listactions/la_getjson.php %%WWWDIR%%/src/listactions/la_getjsonrqc.php -%%WWWDIR%%/src/listactions/la_getrevpref.php +%%WWWDIR%%/src/listactions/la_getlead.php +%%WWWDIR%%/src/listactions/la_getpcassignments.php +%%WWWDIR%%/src/listactions/la_getrank.php +%%WWWDIR%%/src/listactions/la_getreviewbase.php +%%WWWDIR%%/src/listactions/la_getreviewcsv.php +%%WWWDIR%%/src/listactions/la_getreviewforms.php +%%WWWDIR%%/src/listactions/la_getreviews.php +%%WWWDIR%%/src/listactions/la_getscores.php %%WWWDIR%%/src/listactions/la_mail.php +%%WWWDIR%%/src/listactions/la_revpref.php %%WWWDIR%%/src/listactions/la_tag.php -%%WWWDIR%%/src/listsorter.php -%%WWWDIR%%/src/mailclasses.php -%%WWWDIR%%/src/mailtemplate.php +%%WWWDIR%%/src/logentry.php +%%WWWDIR%%/src/logentryfilter.php +%%WWWDIR%%/src/mailrecipients.php +%%WWWDIR%%/src/mailsender.php %%WWWDIR%%/src/meetingtracker.php +%%WWWDIR%%/src/mentionparser.php %%WWWDIR%%/src/mergecontacts.php -%%WWWDIR%%/src/messages.csv %%WWWDIR%%/src/multiconference.php -%%WWWDIR%%/src/paperapi.php +%%WWWDIR%%/src/notificationinfo.php +%%WWWDIR%%/src/options/o_abstract.php +%%WWWDIR%%/src/options/o_attachments.php +%%WWWDIR%%/src/options/o_authors.php +%%WWWDIR%%/src/options/o_checkboxes.php +%%WWWDIR%%/src/options/o_checkboxesbase.php +%%WWWDIR%%/src/options/o_collaborators.php +%%WWWDIR%%/src/options/o_contacts.php +%%WWWDIR%%/src/options/o_nonblind.php +%%WWWDIR%%/src/options/o_numeric.php +%%WWWDIR%%/src/options/o_pcconflicts.php +%%WWWDIR%%/src/options/o_realnumber.php +%%WWWDIR%%/src/options/o_title.php +%%WWWDIR%%/src/options/o_topics.php +%%WWWDIR%%/src/pages/p_adminhome.php +%%WWWDIR%%/src/pages/p_api.php +%%WWWDIR%%/src/pages/p_assign.php +%%WWWDIR%%/src/pages/p_authorize.php +%%WWWDIR%%/src/pages/p_autoassign.php +%%WWWDIR%%/src/pages/p_bulkassign.php +%%WWWDIR%%/src/pages/p_buzzer.php +%%WWWDIR%%/src/pages/p_cacheable.php +%%WWWDIR%%/src/pages/p_changeemail.php +%%WWWDIR%%/src/pages/p_checkupdates.php +%%WWWDIR%%/src/pages/p_conflictassign.php +%%WWWDIR%%/src/pages/p_deadlines.php +%%WWWDIR%%/src/pages/p_doc.php +%%WWWDIR%%/src/pages/p_graph.php +%%WWWDIR%%/src/pages/p_graph_formula.php +%%WWWDIR%%/src/pages/p_graph_procrastination.php +%%WWWDIR%%/src/pages/p_help.php +%%WWWDIR%%/src/pages/p_home.php +%%WWWDIR%%/src/pages/p_log.php +%%WWWDIR%%/src/pages/p_mail.php +%%WWWDIR%%/src/pages/p_manualassign.php +%%WWWDIR%%/src/pages/p_mergeaccounts.php +%%WWWDIR%%/src/pages/p_oauth.php +%%WWWDIR%%/src/pages/p_offline.php +%%WWWDIR%%/src/pages/p_paper.php +%%WWWDIR%%/src/pages/p_profile.php +%%WWWDIR%%/src/pages/p_review.php +%%WWWDIR%%/src/pages/p_reviewprefs.php +%%WWWDIR%%/src/pages/p_scorechart.php +%%WWWDIR%%/src/pages/p_search.php +%%WWWDIR%%/src/pages/p_settings.php +%%WWWDIR%%/src/pages/p_signin.php +%%WWWDIR%%/src/pages/p_users.php %%WWWDIR%%/src/papercolumn.php %%WWWDIR%%/src/papercolumns/pc_administrator.php +%%WWWDIR%%/src/papercolumns/pc_assignreview.php +%%WWWDIR%%/src/papercolumns/pc_color.php %%WWWDIR%%/src/papercolumns/pc_commenters.php %%WWWDIR%%/src/papercolumns/pc_conflict.php %%WWWDIR%%/src/papercolumns/pc_conflictmatch.php @@ -243,68 +398,140 @@ %%WWWDIR%%/src/papercolumns/pc_lead.php %%WWWDIR%%/src/papercolumns/pc_option.php %%WWWDIR%%/src/papercolumns/pc_pagecount.php +%%WWWDIR%%/src/papercolumns/pc_paperidorder.php %%WWWDIR%%/src/papercolumns/pc_pcconflicts.php %%WWWDIR%%/src/papercolumns/pc_preference.php +%%WWWDIR%%/src/papercolumns/pc_preferencelist.php %%WWWDIR%%/src/papercolumns/pc_reviewdelegation.php +%%WWWDIR%%/src/papercolumns/pc_reviewerlist.php %%WWWDIR%%/src/papercolumns/pc_shepherd.php +%%WWWDIR%%/src/papercolumns/pc_tag.php %%WWWDIR%%/src/papercolumns/pc_tagreport.php %%WWWDIR%%/src/papercolumns/pc_timestamp.php %%WWWDIR%%/src/papercolumns/pc_topics.php %%WWWDIR%%/src/papercolumns/pc_topicscore.php +%%WWWDIR%%/src/papercolumns/pc_wordcount.php %%WWWDIR%%/src/paperevents.php +%%WWWDIR%%/src/paperexport.php %%WWWDIR%%/src/paperinfo.php %%WWWDIR%%/src/paperlist.php %%WWWDIR%%/src/paperoption.php +%%WWWDIR%%/src/paperoptionlist.php %%WWWDIR%%/src/paperrank.php -%%WWWDIR%%/src/papersaver.php +%%WWWDIR%%/src/paperrequest.php %%WWWDIR%%/src/papersearch.php %%WWWDIR%%/src/paperstatus.php %%WWWDIR%%/src/papertable.php -%%WWWDIR%%/src/review.php +%%WWWDIR%%/src/papervalue.php +%%WWWDIR%%/src/permissionproblem.php +%%WWWDIR%%/src/quicklinksrenderer.php +%%WWWDIR%%/src/responseround.php %%WWWDIR%%/src/reviewdiffinfo.php +%%WWWDIR%%/src/reviewfield.php +%%WWWDIR%%/src/reviewfields/rf_checkbox.php +%%WWWDIR%%/src/reviewfields/rf_checkboxes.php +%%WWWDIR%%/src/reviewfields/rf_discrete.php +%%WWWDIR%%/src/reviewfields/rf_text.php +%%WWWDIR%%/src/reviewfieldsearch.php +%%WWWDIR%%/src/reviewform.php +%%WWWDIR%%/src/reviewhistoryinfo.php %%WWWDIR%%/src/reviewinfo.php -%%WWWDIR%%/src/reviewtable.php +%%WWWDIR%%/src/reviewrefusalinfo.php +%%WWWDIR%%/src/reviewrequestinfo.php +%%WWWDIR%%/src/reviewsearchmatcher.php %%WWWDIR%%/src/reviewtimes.php -%%WWWDIR%%/src/sample.pdf %%WWWDIR%%/src/schema.sql +%%WWWDIR%%/src/search/st_admin.php %%WWWDIR%%/src/search/st_author.php +%%WWWDIR%%/src/search/st_authormatch.php +%%WWWDIR%%/src/search/st_badge.php +%%WWWDIR%%/src/search/st_color.php %%WWWDIR%%/src/search/st_comment.php %%WWWDIR%%/src/search/st_conflict.php %%WWWDIR%%/src/search/st_decision.php +%%WWWDIR%%/src/search/st_documentcount.php +%%WWWDIR%%/src/search/st_documentname.php %%WWWDIR%%/src/search/st_editfinal.php +%%WWWDIR%%/src/search/st_emoji.php %%WWWDIR%%/src/search/st_formula.php %%WWWDIR%%/src/search/st_option.php +%%WWWDIR%%/src/search/st_optionpresent.php +%%WWWDIR%%/src/search/st_optiontext.php +%%WWWDIR%%/src/search/st_optionvalue.php +%%WWWDIR%%/src/search/st_optionvaluein.php %%WWWDIR%%/src/search/st_paperpc.php %%WWWDIR%%/src/search/st_paperstatus.php %%WWWDIR%%/src/search/st_pdf.php +%%WWWDIR%%/src/search/st_perm.php +%%WWWDIR%%/src/search/st_phase.php +%%WWWDIR%%/src/search/st_proposal.php +%%WWWDIR%%/src/search/st_realnumberoption.php +%%WWWDIR%%/src/search/st_reconflict.php %%WWWDIR%%/src/search/st_review.php %%WWWDIR%%/src/search/st_reviewtoken.php %%WWWDIR%%/src/search/st_revpref.php +%%WWWDIR%%/src/search/st_sclass.php %%WWWDIR%%/src/search/st_tag.php %%WWWDIR%%/src/search/st_topic.php +%%WWWDIR%%/src/searchatom.php +%%WWWDIR%%/src/searchexample.php +%%WWWDIR%%/src/searchoperator.php %%WWWDIR%%/src/searchselection.php +%%WWWDIR%%/src/searchsplitter.php +%%WWWDIR%%/src/searchterm.php +%%WWWDIR%%/src/searchviewcommand.php +%%WWWDIR%%/src/searchword.php %%WWWDIR%%/src/sessionlist.php +%%WWWDIR%%/src/settinginfoset.php +%%WWWDIR%%/src/settingparser.php +%%WWWDIR%%/src/settings/s_automatictag.php +%%WWWDIR%%/src/settings/s_banal.php %%WWWDIR%%/src/settings/s_basics.php -%%WWWDIR%%/src/settings/s_decisions.php +%%WWWDIR%%/src/settings/s_decision.php %%WWWDIR%%/src/settings/s_decisionvisibility.php %%WWWDIR%%/src/settings/s_finalversions.php +%%WWWDIR%%/src/settings/s_json.php %%WWWDIR%%/src/settings/s_messages.php +%%WWWDIR%%/src/settings/s_namedsearch.php %%WWWDIR%%/src/settings/s_options.php -%%WWWDIR%%/src/settings/s_responses.php +%%WWWDIR%%/src/settings/s_preference.php +%%WWWDIR%%/src/settings/s_response.php +%%WWWDIR%%/src/settings/s_review.php +%%WWWDIR%%/src/settings/s_reviewfieldcondition.php %%WWWDIR%%/src/settings/s_reviewform.php -%%WWWDIR%%/src/settings/s_reviews.php %%WWWDIR%%/src/settings/s_reviewvisibility.php +%%WWWDIR%%/src/settings/s_rf.php +%%WWWDIR%%/src/settings/s_sf.php +%%WWWDIR%%/src/settings/s_shepherds.php +%%WWWDIR%%/src/settings/s_sitecontact.php +%%WWWDIR%%/src/settings/s_sround.php +%%WWWDIR%%/src/settings/s_subfieldcondition.php %%WWWDIR%%/src/settings/s_subform.php %%WWWDIR%%/src/settings/s_submissions.php %%WWWDIR%%/src/settings/s_tags.php -%%WWWDIR%%/src/settings/s_topics.php -%%WWWDIR%%/src/settings/s_tracks.php +%%WWWDIR%%/src/settings/s_tagstyle.php +%%WWWDIR%%/src/settings/s_topic.php +%%WWWDIR%%/src/settings/s_track.php %%WWWDIR%%/src/settings/s_users.php %%WWWDIR%%/src/settingvalues.php +%%WWWDIR%%/src/si.php +%%WWWDIR%%/src/siteloader.php +%%WWWDIR%%/src/sitype.php +%%WWWDIR%%/src/submissionround.php +%%WWWDIR%%/src/tagmessagereport.php +%%WWWDIR%%/src/tagrankparser.php +%%WWWDIR%%/src/tagsearchmatcher.php %%WWWDIR%%/src/textformat.php +%%WWWDIR%%/src/tokeninfo.php +%%WWWDIR%%/src/topicset.php +%%WWWDIR%%/src/track.php %%WWWDIR%%/src/updateschema.php +%%WWWDIR%%/src/updatesession.php %%WWWDIR%%/src/useractions.php +%%WWWDIR%%/src/userinfo/u_developer.php +%%WWWDIR%%/src/userinfo/u_security.php %%WWWDIR%%/src/userstatus.php +%%WWWDIR%%/src/xtparams.php %%WWWDIR%%/stylesheets/.htaccess %%WWWDIR%%/stylesheets/mobile.css %%WWWDIR%%/stylesheets/style.css diff --git a/www/hurl/Makefile b/www/hurl/Makefile index 91fe26a2fae..66fbf0c4694 100644 --- a/www/hurl/Makefile +++ b/www/hurl/Makefile @@ -1,6 +1,5 @@ PORTNAME= hurl -DISTVERSION= 4.2.0 -PORTREVISION= 2 +DISTVERSION= 4.3.0 CATEGORIES= www MAINTAINER= rodrigo@FreeBSD.org diff --git a/www/hurl/Makefile.crates b/www/hurl/Makefile.crates index 6bc627bf2f2..74ab007a526 100644 --- a/www/hurl/Makefile.crates +++ b/www/hurl/Makefile.crates @@ -1,40 +1,40 @@ CARGO_CRATES= adler32-1.2.0 \ - ahash-0.8.7 \ - aho-corasick-1.1.2 \ + ahash-0.8.11 \ + aho-corasick-1.1.3 \ alloc-no-stdlib-2.0.4 \ alloc-stdlib-0.2.2 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anstream-0.6.5 \ - anstyle-1.0.4 \ + anstream-0.6.13 \ + anstyle-1.0.6 \ anstyle-parse-0.2.3 \ anstyle-query-1.0.2 \ anstyle-wincon-3.0.2 \ - autocfg-1.1.0 \ - base64-0.21.6 \ + autocfg-1.2.0 \ + base64-0.22.0 \ bit-set-0.5.3 \ bit-vec-0.6.3 \ bitflags-1.3.2 \ - bitflags-2.4.1 \ + bitflags-2.5.0 \ block-buffer-0.10.4 \ - brotli-3.4.0 \ - brotli-decompressor-2.5.1 \ - bumpalo-3.14.0 \ - cc-1.0.83 \ + brotli-5.0.0 \ + brotli-decompressor-4.0.0 \ + bumpalo-3.16.0 \ + cc-1.0.95 \ cfg-if-1.0.0 \ - chrono-0.4.31 \ - clap-4.4.14 \ - clap_builder-4.4.14 \ - clap_lex-0.6.0 \ + chrono-0.4.38 \ + clap-4.5.4 \ + clap_builder-4.5.2 \ + clap_lex-0.7.0 \ colorchoice-1.0.0 \ colored-2.1.0 \ core-foundation-sys-0.8.6 \ core2-0.4.0 \ cpufeatures-0.2.12 \ - crc32fast-1.3.2 \ + crc32fast-1.4.0 \ crypto-common-0.1.6 \ - curl-0.4.44 \ - curl-sys-0.4.70+curl-8.5.0 \ + curl-0.4.46 \ + curl-sys-0.4.72+curl-8.6.0 \ dary_heap-0.3.6 \ digest-0.10.7 \ encoding-0.2.33 \ @@ -45,68 +45,68 @@ CARGO_CRATES= adler32-1.2.0 \ encoding-index-tradchinese-1.20141219.5 \ encoding_index_tests-0.1.4 \ errno-0.3.8 \ - fastrand-2.0.1 \ + fastrand-2.0.2 \ float-cmp-0.9.0 \ fnv-1.0.7 \ form_urlencoded-1.2.1 \ generic-array-0.14.7 \ - getrandom-0.2.12 \ + getrandom-0.2.14 \ glob-0.3.1 \ hashbrown-0.13.2 \ hex-0.4.3 \ hex-literal-0.4.1 \ - iana-time-zone-0.1.59 \ + iana-time-zone-0.1.60 \ iana-time-zone-haiku-0.1.2 \ idna-0.5.0 \ - itoa-1.0.10 \ - js-sys-0.3.66 \ + itoa-1.0.11 \ + js-sys-0.3.69 \ lazy_static-1.4.0 \ - libc-0.2.152 \ + libc-0.2.153 \ libflate-2.0.0 \ libflate_lz77-2.0.0 \ libm-0.2.8 \ libredox-0.0.2 \ libxml-0.3.3 \ - libz-sys-1.1.14 \ - linux-raw-sys-0.4.12 \ - log-0.4.20 \ + libz-sys-1.1.16 \ + linux-raw-sys-0.4.13 \ + log-0.4.21 \ md5-0.7.0 \ - memchr-2.7.1 \ - num-traits-0.2.17 \ + memchr-2.7.2 \ + num-traits-0.2.18 \ numtoa-0.1.0 \ once_cell-1.19.0 \ openssl-probe-0.1.5 \ - openssl-src-300.2.1+3.2.0 \ - openssl-sys-0.9.98 \ + openssl-src-300.2.3+3.2.1 \ + openssl-sys-0.9.102 \ percent-encoding-2.3.1 \ - pkg-config-0.3.28 \ + pkg-config-0.3.30 \ ppv-lite86-0.2.17 \ - proc-macro2-1.0.76 \ + proc-macro2-1.0.81 \ proptest-1.4.0 \ quick-error-1.2.3 \ - quote-1.0.35 \ + quote-1.0.36 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ rand_xorshift-0.3.0 \ redox_syscall-0.4.1 \ redox_termios-0.1.3 \ - regex-1.10.2 \ - regex-automata-0.4.3 \ - regex-syntax-0.8.2 \ + regex-1.10.4 \ + regex-automata-0.4.6 \ + regex-syntax-0.8.3 \ rle-decode-fast-1.0.3 \ - rustix-0.38.28 \ + rustix-0.38.34 \ rusty-fork-0.3.0 \ - ryu-1.0.16 \ + ryu-1.0.17 \ schannel-0.1.23 \ - serde-1.0.195 \ - serde_derive-1.0.195 \ - serde_json-1.0.111 \ + serde-1.0.198 \ + serde_derive-1.0.198 \ + serde_json-1.0.116 \ sha2-0.10.8 \ - socket2-0.4.10 \ - strsim-0.10.0 \ - syn-2.0.48 \ - tempfile-3.9.0 \ + socket2-0.5.6 \ + strsim-0.11.1 \ + syn-2.0.60 \ + tempfile-3.10.1 \ terminal_size-0.3.0 \ termion-3.0.0 \ tinyvec-1.6.0 \ @@ -114,44 +114,42 @@ CARGO_CRATES= adler32-1.2.0 \ toml-0.5.11 \ typenum-1.17.0 \ unarray-0.1.4 \ - unicode-bidi-0.3.14 \ + unicode-bidi-0.3.15 \ unicode-ident-1.0.12 \ - unicode-normalization-0.1.22 \ + unicode-normalization-0.1.23 \ url-2.5.0 \ utf8parse-0.2.1 \ - uuid-1.6.1 \ + uuid-1.8.0 \ vcpkg-0.2.15 \ version_check-0.9.4 \ wait-timeout-0.2.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.89 \ - wasm-bindgen-backend-0.2.89 \ - wasm-bindgen-macro-0.2.89 \ - wasm-bindgen-macro-support-0.2.89 \ - wasm-bindgen-shared-0.2.89 \ - winapi-0.3.9 \ - winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-x86_64-pc-windows-gnu-0.4.0 \ + wasm-bindgen-0.2.92 \ + wasm-bindgen-backend-0.2.92 \ + wasm-bindgen-macro-0.2.92 \ + wasm-bindgen-macro-support-0.2.92 \ + wasm-bindgen-shared-0.2.92 \ windows-core-0.52.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-targets-0.48.5 \ - windows-targets-0.52.0 \ + windows-targets-0.52.5 \ windows_aarch64_gnullvm-0.48.5 \ - windows_aarch64_gnullvm-0.52.0 \ + windows_aarch64_gnullvm-0.52.5 \ windows_aarch64_msvc-0.48.5 \ - windows_aarch64_msvc-0.52.0 \ + windows_aarch64_msvc-0.52.5 \ windows_i686_gnu-0.48.5 \ - windows_i686_gnu-0.52.0 \ + windows_i686_gnu-0.52.5 \ + windows_i686_gnullvm-0.52.5 \ windows_i686_msvc-0.48.5 \ - windows_i686_msvc-0.52.0 \ + windows_i686_msvc-0.52.5 \ windows_x86_64_gnu-0.48.5 \ - windows_x86_64_gnu-0.52.0 \ + windows_x86_64_gnu-0.52.5 \ windows_x86_64_gnullvm-0.48.5 \ - windows_x86_64_gnullvm-0.52.0 \ + windows_x86_64_gnullvm-0.52.5 \ windows_x86_64_msvc-0.48.5 \ - windows_x86_64_msvc-0.52.0 \ + windows_x86_64_msvc-0.52.5 \ winres-0.1.12 \ - xml-rs-0.8.19 \ + xml-rs-0.8.20 \ zerocopy-0.7.32 \ zerocopy-derive-0.7.32 diff --git a/www/hurl/distinfo b/www/hurl/distinfo index 4abe2fb101d..f9598b057cb 100644 --- a/www/hurl/distinfo +++ b/www/hurl/distinfo @@ -1,10 +1,10 @@ -TIMESTAMP = 1706434672 +TIMESTAMP = 1714509876 SHA256 (rust/crates/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 SIZE (rust/crates/adler32-1.2.0.crate) = 6411 -SHA256 (rust/crates/ahash-0.8.7.crate) = 77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01 -SIZE (rust/crates/ahash-0.8.7.crate) = 42894 -SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 -SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 +SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 +SIZE (rust/crates/ahash-0.8.11.crate) = 43607 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/alloc-no-stdlib-2.0.4.crate) = cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3 SIZE (rust/crates/alloc-no-stdlib-2.0.4.crate) = 10105 SHA256 (rust/crates/alloc-stdlib-0.2.2.crate) = 94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece @@ -13,48 +13,48 @@ SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anstream-0.6.5.crate) = d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6 -SIZE (rust/crates/anstream-0.6.5.crate) = 30004 -SHA256 (rust/crates/anstyle-1.0.4.crate) = 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87 -SIZE (rust/crates/anstyle-1.0.4.crate) = 13998 +SHA256 (rust/crates/anstream-0.6.13.crate) = d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb +SIZE (rust/crates/anstream-0.6.13.crate) = 30928 +SHA256 (rust/crates/anstyle-1.0.6.crate) = 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc +SIZE (rust/crates/anstyle-1.0.6.crate) = 14604 SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/base64-0.21.6.crate) = c79fed4cdb43e993fcdadc7e58a09fd0e3e649c4436fa11da71c9f1f3ee7feb9 -SIZE (rust/crates/base64-0.21.6.crate) = 82448 +SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 +SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 +SHA256 (rust/crates/base64-0.22.0.crate) = 9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51 +SIZE (rust/crates/base64-0.22.0.crate) = 81568 SHA256 (rust/crates/bit-set-0.5.3.crate) = 0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1 SIZE (rust/crates/bit-set-0.5.3.crate) = 14470 SHA256 (rust/crates/bit-vec-0.6.3.crate) = 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb SIZE (rust/crates/bit-vec-0.6.3.crate) = 19927 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 -SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 +SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 +SIZE (rust/crates/bitflags-2.5.0.crate) = 43821 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/brotli-3.4.0.crate) = 516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f -SIZE (rust/crates/brotli-3.4.0.crate) = 1362057 -SHA256 (rust/crates/brotli-decompressor-2.5.1.crate) = 4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f -SIZE (rust/crates/brotli-decompressor-2.5.1.crate) = 193087 -SHA256 (rust/crates/bumpalo-3.14.0.crate) = 7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec -SIZE (rust/crates/bumpalo-3.14.0.crate) = 82400 -SHA256 (rust/crates/cc-1.0.83.crate) = f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0 -SIZE (rust/crates/cc-1.0.83.crate) = 68343 +SHA256 (rust/crates/brotli-5.0.0.crate) = 19483b140a7ac7174d34b5a581b406c64f84da5409d3e09cf4fff604f9270e67 +SIZE (rust/crates/brotli-5.0.0.crate) = 1388774 +SHA256 (rust/crates/brotli-decompressor-4.0.0.crate) = e6221fe77a248b9117d431ad93761222e1cf8ff282d9d1d5d9f53d6299a1cf76 +SIZE (rust/crates/brotli-decompressor-4.0.0.crate) = 193192 +SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c +SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 +SHA256 (rust/crates/cc-1.0.95.crate) = d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b +SIZE (rust/crates/cc-1.0.95.crate) = 76485 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/chrono-0.4.31.crate) = 7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38 -SIZE (rust/crates/chrono-0.4.31.crate) = 214513 -SHA256 (rust/crates/clap-4.4.14.crate) = 33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2 -SIZE (rust/crates/clap-4.4.14.crate) = 55522 -SHA256 (rust/crates/clap_builder-4.4.14.crate) = f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370 -SIZE (rust/crates/clap_builder-4.4.14.crate) = 163339 -SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 -SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 +SHA256 (rust/crates/chrono-0.4.38.crate) = a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 +SIZE (rust/crates/chrono-0.4.38.crate) = 220559 +SHA256 (rust/crates/clap-4.5.4.crate) = 90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0 +SIZE (rust/crates/clap-4.5.4.crate) = 55401 +SHA256 (rust/crates/clap_builder-4.5.2.crate) = ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4 +SIZE (rust/crates/clap_builder-4.5.2.crate) = 163566 +SHA256 (rust/crates/clap_lex-0.7.0.crate) = 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce +SIZE (rust/crates/clap_lex-0.7.0.crate) = 11915 SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 SHA256 (rust/crates/colored-2.1.0.crate) = cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8 @@ -65,14 +65,14 @@ SHA256 (rust/crates/core2-0.4.0.crate) = b49ba7ef1ad6107f8824dbe97de947cbaac53c4 SIZE (rust/crates/core2-0.4.0.crate) = 37075 SHA256 (rust/crates/cpufeatures-0.2.12.crate) = 53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504 SIZE (rust/crates/cpufeatures-0.2.12.crate) = 12837 -SHA256 (rust/crates/crc32fast-1.3.2.crate) = b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d -SIZE (rust/crates/crc32fast-1.3.2.crate) = 38661 +SHA256 (rust/crates/crc32fast-1.4.0.crate) = b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa +SIZE (rust/crates/crc32fast-1.4.0.crate) = 38665 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 -SHA256 (rust/crates/curl-0.4.44.crate) = 509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22 -SIZE (rust/crates/curl-0.4.44.crate) = 91415 -SHA256 (rust/crates/curl-sys-0.4.70+curl-8.5.0.crate) = 3c0333d8849afe78a4c8102a429a446bfdd055832af071945520e835ae2d841e -SIZE (rust/crates/curl-sys-0.4.70+curl-8.5.0.crate) = 3254512 +SHA256 (rust/crates/curl-0.4.46.crate) = 1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6 +SIZE (rust/crates/curl-0.4.46.crate) = 94864 +SHA256 (rust/crates/curl-sys-0.4.72+curl-8.6.0.crate) = 29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea +SIZE (rust/crates/curl-sys-0.4.72+curl-8.6.0.crate) = 3269599 SHA256 (rust/crates/dary_heap-0.3.6.crate) = 7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca SIZE (rust/crates/dary_heap-0.3.6.crate) = 23683 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 @@ -93,8 +93,8 @@ SHA256 (rust/crates/encoding_index_tests-0.1.4.crate) = a246d82be1c9d791c5dfde9a SIZE (rust/crates/encoding_index_tests-0.1.4.crate) = 1631 SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 SIZE (rust/crates/errno-0.3.8.crate) = 10645 -SHA256 (rust/crates/fastrand-2.0.1.crate) = 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 -SIZE (rust/crates/fastrand-2.0.1.crate) = 14664 +SHA256 (rust/crates/fastrand-2.0.2.crate) = 658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984 +SIZE (rust/crates/fastrand-2.0.2.crate) = 14674 SHA256 (rust/crates/float-cmp-0.9.0.crate) = 98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4 SIZE (rust/crates/float-cmp-0.9.0.crate) = 10102 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -103,8 +103,8 @@ SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/getrandom-0.2.12.crate) = 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5 -SIZE (rust/crates/getrandom-0.2.12.crate) = 36163 +SHA256 (rust/crates/getrandom-0.2.14.crate) = 94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c +SIZE (rust/crates/getrandom-0.2.14.crate) = 37307 SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b SIZE (rust/crates/glob-0.3.1.crate) = 18880 SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e @@ -113,20 +113,20 @@ SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/hex-literal-0.4.1.crate) = 6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46 SIZE (rust/crates/hex-literal-0.4.1.crate) = 8559 -SHA256 (rust/crates/iana-time-zone-0.1.59.crate) = b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539 -SIZE (rust/crates/iana-time-zone-0.1.59.crate) = 27033 +SHA256 (rust/crates/iana-time-zone-0.1.60.crate) = e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141 +SIZE (rust/crates/iana-time-zone-0.1.60.crate) = 27074 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 SHA256 (rust/crates/idna-0.5.0.crate) = 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 SIZE (rust/crates/idna-0.5.0.crate) = 271940 -SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c -SIZE (rust/crates/itoa-1.0.10.crate) = 10534 -SHA256 (rust/crates/js-sys-0.3.66.crate) = cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca -SIZE (rust/crates/js-sys-0.3.66.crate) = 80765 +SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b +SIZE (rust/crates/itoa-1.0.11.crate) = 10563 +SHA256 (rust/crates/js-sys-0.3.69.crate) = 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d +SIZE (rust/crates/js-sys-0.3.69.crate) = 81083 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.152.crate) = 13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7 -SIZE (rust/crates/libc-0.2.152.crate) = 740278 +SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd +SIZE (rust/crates/libc-0.2.153.crate) = 740614 SHA256 (rust/crates/libflate-2.0.0.crate) = 9f7d5654ae1795afc7ff76f4365c2c8791b0feb18e8996a96adad8ffd7c3b2bf SIZE (rust/crates/libflate-2.0.0.crate) = 42505 SHA256 (rust/crates/libflate_lz77-2.0.0.crate) = be5f52fb8c451576ec6b79d3f4deb327398bc05bbdbd99021a6e77a4c855d524 @@ -137,42 +137,42 @@ SHA256 (rust/crates/libredox-0.0.2.crate) = 3af92c55d7d839293953fcd0fda5ecfe9329 SIZE (rust/crates/libredox-0.0.2.crate) = 4538 SHA256 (rust/crates/libxml-0.3.3.crate) = 5fe73cdec2bcb36d25a9fe3f607ffcd44bb8907ca0100c4098d1aa342d1e7bec SIZE (rust/crates/libxml-0.3.3.crate) = 124388 -SHA256 (rust/crates/libz-sys-1.1.14.crate) = 295c17e837573c8c821dbaeb3cceb3d745ad082f7572191409e69cbc1b3fd050 -SIZE (rust/crates/libz-sys-1.1.14.crate) = 3939803 -SHA256 (rust/crates/linux-raw-sys-0.4.12.crate) = c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456 -SIZE (rust/crates/linux-raw-sys-0.4.12.crate) = 1465800 -SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f -SIZE (rust/crates/log-0.4.20.crate) = 38307 +SHA256 (rust/crates/libz-sys-1.1.16.crate) = 5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9 +SIZE (rust/crates/libz-sys-1.1.16.crate) = 3958920 +SHA256 (rust/crates/linux-raw-sys-0.4.13.crate) = 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c +SIZE (rust/crates/linux-raw-sys-0.4.13.crate) = 1493855 +SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c +SIZE (rust/crates/log-0.4.21.crate) = 43442 SHA256 (rust/crates/md5-0.7.0.crate) = 490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771 SIZE (rust/crates/md5-0.7.0.crate) = 6671 -SHA256 (rust/crates/memchr-2.7.1.crate) = 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 -SIZE (rust/crates/memchr-2.7.1.crate) = 96307 -SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c -SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 +SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d +SIZE (rust/crates/memchr-2.7.2.crate) = 96220 +SHA256 (rust/crates/num-traits-0.2.18.crate) = da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a +SIZE (rust/crates/num-traits-0.2.18.crate) = 51930 SHA256 (rust/crates/numtoa-0.1.0.crate) = b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef SIZE (rust/crates/numtoa-0.1.0.crate) = 8999 SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 -SHA256 (rust/crates/openssl-src-300.2.1+3.2.0.crate) = 3fe476c29791a5ca0d1273c697e96085bbabbbea2ef7afd5617e78a4b40332d3 -SIZE (rust/crates/openssl-src-300.2.1+3.2.0.crate) = 9571211 -SHA256 (rust/crates/openssl-sys-0.9.98.crate) = c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7 -SIZE (rust/crates/openssl-sys-0.9.98.crate) = 68035 +SHA256 (rust/crates/openssl-src-300.2.3+3.2.1.crate) = 5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843 +SIZE (rust/crates/openssl-src-300.2.3+3.2.1.crate) = 9584245 +SHA256 (rust/crates/openssl-sys-0.9.102.crate) = c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2 +SIZE (rust/crates/openssl-sys-0.9.102.crate) = 68622 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pkg-config-0.3.28.crate) = 69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a -SIZE (rust/crates/pkg-config-0.3.28.crate) = 20330 +SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec +SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 -SHA256 (rust/crates/proc-macro2-1.0.76.crate) = 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c -SIZE (rust/crates/proc-macro2-1.0.76.crate) = 45660 +SHA256 (rust/crates/proc-macro2-1.0.81.crate) = 3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba +SIZE (rust/crates/proc-macro2-1.0.81.crate) = 48233 SHA256 (rust/crates/proptest-1.4.0.crate) = 31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf SIZE (rust/crates/proptest-1.4.0.crate) = 198527 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 -SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef -SIZE (rust/crates/quote-1.0.35.crate) = 28136 +SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 +SIZE (rust/crates/quote-1.0.36.crate) = 28507 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 @@ -185,38 +185,38 @@ SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 SHA256 (rust/crates/redox_termios-0.1.3.crate) = 20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb SIZE (rust/crates/redox_termios-0.1.3.crate) = 3240 -SHA256 (rust/crates/regex-1.10.2.crate) = 380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343 -SIZE (rust/crates/regex-1.10.2.crate) = 252839 -SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f -SIZE (rust/crates/regex-automata-0.4.3.crate) = 617011 -SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f -SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 +SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c +SIZE (rust/crates/regex-1.10.4.crate) = 253191 +SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea +SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565 +SHA256 (rust/crates/regex-syntax-0.8.3.crate) = adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56 +SIZE (rust/crates/regex-syntax-0.8.3.crate) = 347497 SHA256 (rust/crates/rle-decode-fast-1.0.3.crate) = 3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422 SIZE (rust/crates/rle-decode-fast-1.0.3.crate) = 62086 -SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 -SIZE (rust/crates/rustix-0.38.28.crate) = 365398 +SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f +SIZE (rust/crates/rustix-0.38.34.crate) = 365160 SHA256 (rust/crates/rusty-fork-0.3.0.crate) = cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f SIZE (rust/crates/rusty-fork-0.3.0.crate) = 19881 -SHA256 (rust/crates/ryu-1.0.16.crate) = f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c -SIZE (rust/crates/ryu-1.0.16.crate) = 47351 +SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 +SIZE (rust/crates/ryu-1.0.17.crate) = 47537 SHA256 (rust/crates/schannel-0.1.23.crate) = fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534 SIZE (rust/crates/schannel-0.1.23.crate) = 41667 -SHA256 (rust/crates/serde-1.0.195.crate) = 63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02 -SIZE (rust/crates/serde-1.0.195.crate) = 76856 -SHA256 (rust/crates/serde_derive-1.0.195.crate) = 46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c -SIZE (rust/crates/serde_derive-1.0.195.crate) = 55687 -SHA256 (rust/crates/serde_json-1.0.111.crate) = 176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4 -SIZE (rust/crates/serde_json-1.0.111.crate) = 146447 +SHA256 (rust/crates/serde-1.0.198.crate) = 9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc +SIZE (rust/crates/serde-1.0.198.crate) = 77577 +SHA256 (rust/crates/serde_derive-1.0.198.crate) = e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9 +SIZE (rust/crates/serde_derive-1.0.198.crate) = 55787 +SHA256 (rust/crates/serde_json-1.0.116.crate) = 3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813 +SIZE (rust/crates/serde_json-1.0.116.crate) = 146790 SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 SIZE (rust/crates/sha2-0.10.8.crate) = 26357 -SHA256 (rust/crates/socket2-0.4.10.crate) = 9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d -SIZE (rust/crates/socket2-0.4.10.crate) = 45697 -SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 -SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/syn-2.0.48.crate) = 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f -SIZE (rust/crates/syn-2.0.48.crate) = 250566 -SHA256 (rust/crates/tempfile-3.9.0.crate) = 01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa -SIZE (rust/crates/tempfile-3.9.0.crate) = 32182 +SHA256 (rust/crates/socket2-0.5.6.crate) = 05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871 +SIZE (rust/crates/socket2-0.5.6.crate) = 55270 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 +SHA256 (rust/crates/syn-2.0.60.crate) = 909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3 +SIZE (rust/crates/syn-2.0.60.crate) = 255808 +SHA256 (rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1 +SIZE (rust/crates/tempfile-3.10.1.crate) = 33653 SHA256 (rust/crates/terminal_size-0.3.0.crate) = 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 SIZE (rust/crates/terminal_size-0.3.0.crate) = 10096 SHA256 (rust/crates/termion-3.0.0.crate) = 417813675a504dfbbf21bfde32c03e5bf9f2413999962b479023c02848c1c7a5 @@ -231,18 +231,18 @@ SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e SIZE (rust/crates/typenum-1.17.0.crate) = 42849 SHA256 (rust/crates/unarray-0.1.4.crate) = eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94 SIZE (rust/crates/unarray-0.1.4.crate) = 12895 -SHA256 (rust/crates/unicode-bidi-0.3.14.crate) = 6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416 -SIZE (rust/crates/unicode-bidi-0.3.14.crate) = 56429 +SHA256 (rust/crates/unicode-bidi-0.3.15.crate) = 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75 +SIZE (rust/crates/unicode-bidi-0.3.15.crate) = 56811 SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 -SHA256 (rust/crates/unicode-normalization-0.1.22.crate) = 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 -SIZE (rust/crates/unicode-normalization-0.1.22.crate) = 122604 +SHA256 (rust/crates/unicode-normalization-0.1.23.crate) = a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 +SIZE (rust/crates/unicode-normalization-0.1.23.crate) = 122649 SHA256 (rust/crates/url-2.5.0.crate) = 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 SIZE (rust/crates/url-2.5.0.crate) = 78605 SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/uuid-1.6.1.crate) = 5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560 -SIZE (rust/crates/uuid-1.6.1.crate) = 55554 +SHA256 (rust/crates/uuid-1.8.0.crate) = a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0 +SIZE (rust/crates/uuid-1.8.0.crate) = 44043 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f @@ -251,22 +251,16 @@ SHA256 (rust/crates/wait-timeout-0.2.0.crate) = 9f200f5b12eb75f8c1ed65abd4b2db8a SIZE (rust/crates/wait-timeout-0.2.0.crate) = 12441 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasm-bindgen-0.2.89.crate) = 0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e -SIZE (rust/crates/wasm-bindgen-0.2.89.crate) = 181935 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.89.crate) = 1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826 -SIZE (rust/crates/wasm-bindgen-backend-0.2.89.crate) = 28205 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.89.crate) = 0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2 -SIZE (rust/crates/wasm-bindgen-macro-0.2.89.crate) = 13906 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.89.crate) = f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.89.crate) = 20008 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.89.crate) = 7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f -SIZE (rust/crates/wasm-bindgen-shared-0.2.89.crate) = 7265 -SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 -SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/wasm-bindgen-0.2.92.crate) = 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 +SIZE (rust/crates/wasm-bindgen-0.2.92.crate) = 184119 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da +SIZE (rust/crates/wasm-bindgen-backend-0.2.92.crate) = 28348 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.92.crate) = a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 +SIZE (rust/crates/wasm-bindgen-macro-0.2.92.crate) = 13835 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.92.crate) = 20092 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.92.crate) = af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 +SIZE (rust/crates/wasm-bindgen-shared-0.2.92.crate) = 7263 SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 @@ -275,43 +269,45 @@ SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9b SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 -SHA256 (rust/crates/windows-targets-0.52.0.crate) = 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd -SIZE (rust/crates/windows-targets-0.52.0.crate) = 6229 +SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb +SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea -SIZE (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = 430182 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 -SHA256 (rust/crates/windows_aarch64_msvc-0.52.0.crate) = bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef -SIZE (rust/crates/windows_aarch64_msvc-0.52.0.crate) = 821663 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 +SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 -SHA256 (rust/crates/windows_i686_gnu-0.52.0.crate) = a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313 -SIZE (rust/crates/windows_i686_gnu-0.52.0.crate) = 870285 +SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 +SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 +SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 -SHA256 (rust/crates/windows_i686_msvc-0.52.0.crate) = ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a -SIZE (rust/crates/windows_i686_msvc-0.52.0.crate) = 888693 +SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf +SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 -SHA256 (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd -SIZE (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 826213 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 +SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e -SIZE (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 430165 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 -SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 -SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 +SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 SHA256 (rust/crates/winres-0.1.12.crate) = b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c SIZE (rust/crates/winres-0.1.12.crate) = 19772 -SHA256 (rust/crates/xml-rs-0.8.19.crate) = 0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a -SIZE (rust/crates/xml-rs-0.8.19.crate) = 54051 +SHA256 (rust/crates/xml-rs-0.8.20.crate) = 791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193 +SIZE (rust/crates/xml-rs-0.8.20.crate) = 54443 SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623 -SHA256 (Orange-OpenSource-hurl-4.2.0_GH0.tar.gz) = 8ede2b3e9e1e1fb80000362750814b0fd07911506c1ea13e38e6c2fe80f447f0 -SIZE (Orange-OpenSource-hurl-4.2.0_GH0.tar.gz) = 5261133 +SHA256 (Orange-OpenSource-hurl-4.3.0_GH0.tar.gz) = 499f2430ee6b73b0414ab8aa3c9298be8276e7b404b13c76e4c02a86eb1db9cd +SIZE (Orange-OpenSource-hurl-4.3.0_GH0.tar.gz) = 5280666 diff --git a/www/jira-cli/Makefile b/www/jira-cli/Makefile index c8808debb05..ad92bfde554 100644 --- a/www/jira-cli/Makefile +++ b/www/jira-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= jira-cli DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www DIST_SUBDIR= jira-cli diff --git a/www/jwt-cli/Makefile b/www/jwt-cli/Makefile index aa92eecd7f3..ae0eacac32f 100644 --- a/www/jwt-cli/Makefile +++ b/www/jwt-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= jwt-cli PORTVERSION= 6.0.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/kanboard/Makefile b/www/kanboard/Makefile index f6fbc20513e..2b78a1cc1cb 100644 --- a/www/kanboard/Makefile +++ b/www/kanboard/Makefile @@ -1,6 +1,6 @@ PORTNAME= kanboard DISTVERSIONPREFIX= v -DISTVERSION= 1.2.35 +DISTVERSION= 1.2.36 CATEGORIES= www PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} diff --git a/www/kanboard/distinfo b/www/kanboard/distinfo index e4280837c7a..2c8ceb80527 100644 --- a/www/kanboard/distinfo +++ b/www/kanboard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710743070 -SHA256 (kanboard-kanboard-v1.2.35_GH0.tar.gz) = 3c6a4175fe31c50aea68e5a252d9e3f36e98fc0948f93583dfbfacf570171c64 -SIZE (kanboard-kanboard-v1.2.35_GH0.tar.gz) = 3389625 +TIMESTAMP = 1714926826 +SHA256 (kanboard-kanboard-v1.2.36_GH0.tar.gz) = 51a0e84e3f7eaf1d4efb16ac994568aabad47b47551f487ca17d46c47ca905e2 +SIZE (kanboard-kanboard-v1.2.36_GH0.tar.gz) = 3395786 diff --git a/www/kanboard/pkg-plist b/www/kanboard/pkg-plist index 0b41f79204f..aa7ff656e66 100644 --- a/www/kanboard/pkg-plist +++ b/www/kanboard/pkg-plist @@ -1067,6 +1067,8 @@ %%WWWDIR%%/assets/js/vendor.min.js %%WWWDIR%%/cli %%WWWDIR%%/config.default.php +%%WWWDIR%%/custom-hooks/install-custom-hooks.sh +%%WWWDIR%%/custom-hooks/post-checkout %%WWWDIR%%/data/.htaccess %%WWWDIR%%/data/web.config %%WWWDIR%%/favicon.ico @@ -2066,6 +2068,7 @@ %%WWWDIR%%/vendor/symfony/service-contracts/ServiceSubscriberInterface.php %%WWWDIR%%/vendor/symfony/service-contracts/ServiceSubscriberTrait.php %%WWWDIR%%/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php +%%WWWDIR%%/vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php %%WWWDIR%%/vendor/symfony/string/AbstractString.php %%WWWDIR%%/vendor/symfony/string/AbstractUnicodeString.php %%WWWDIR%%/vendor/symfony/string/ByteString.php diff --git a/www/kineto/Makefile b/www/kineto/Makefile index a4b7bdf5e15..e8fd463eb16 100644 --- a/www/kineto/Makefile +++ b/www/kineto/Makefile @@ -1,6 +1,6 @@ PORTNAME= kineto DISTVERSION= g20211104 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= corey@electrickite.org diff --git a/www/ladybird/Makefile b/www/ladybird/Makefile index 3ce387acce0..203a1400b6c 100644 --- a/www/ladybird/Makefile +++ b/www/ladybird/Makefile @@ -1,5 +1,5 @@ PORTNAME= ladybird -PORTVERSION= g20240226 +PORTVERSION= g20240505 CATEGORIES= www MASTER_SITES= https://github.com/unicode-org/cldr-json/releases/download/${CLDRVERSION}/:cldr \ https://www.unicode.org/Public/${UCDVERSION}/ucd/:ucd \ @@ -34,7 +34,7 @@ USES= cmake:testing compiler:c++20-lang gl localbase:ldflags python:build qt:6 USE_GITHUB= yes GH_ACCOUNT= SerenityOS GH_PROJECT= serenity -GH_TAGNAME= a8a1d8746e28e743a7d86e6e660140fc28949e4f +GH_TAGNAME= 3a7bea7402e879f731c9f4802cec84921f496942 USE_GL= egl USE_LDCONFIG= yes USE_QT= base tools:build wayland multimedia diff --git a/www/ladybird/distinfo b/www/ladybird/distinfo index 75e532cdafd..5eb55390f0e 100644 --- a/www/ladybird/distinfo +++ b/www/ladybird/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1708984390 -SHA256 (ladybird-g20240226/cldr-44.0.1-json-modern.zip) = 6daf783158fb3b09aa026a048e1f5ed5773148387b1edadfad33f303371f332a -SIZE (ladybird-g20240226/cldr-44.0.1-json-modern.zip) = 47935704 -SHA256 (ladybird-g20240226/UCD.zip) = cb1c663d053926500cd501229736045752713a066bd75802098598b7a7056177 -SIZE (ladybird-g20240226/UCD.zip) = 8248819 -SHA256 (ladybird-g20240226/emoji-test.txt) = d876ee249aa28eaa76cfa6dfaa702847a8d13b062aa488d465d0395ee8137ed9 -SIZE (ladybird-g20240226/emoji-test.txt) = 639405 -SHA256 (ladybird-g20240226/IdnaMappingTable.txt) = 402cbd285f1f952fcd0834b63541d54f69d3d8f1b8f8599bf71a1a14935f82c4 -SIZE (ladybird-g20240226/IdnaMappingTable.txt) = 874566 -SHA256 (ladybird-g20240226/cacert-2023-08-22.pem) = 23c2469e2a568362a62eecf1b49ed90a15621e6fa30e29947ded3436422de9b9 -SIZE (ladybird-g20240226/cacert-2023-08-22.pem) = 221470 -SHA256 (ladybird-g20240226/SerenityOS-serenity-g20240226-a8a1d8746e28e743a7d86e6e660140fc28949e4f_GH0.tar.gz) = 72fc9689259489600d117cb5bd7463b7635b11e4e7ff795dfea15f0be68686d5 -SIZE (ladybird-g20240226/SerenityOS-serenity-g20240226-a8a1d8746e28e743a7d86e6e660140fc28949e4f_GH0.tar.gz) = 69356886 +TIMESTAMP = 1714913472 +SHA256 (ladybird-g20240505/cldr-44.0.1-json-modern.zip) = 6daf783158fb3b09aa026a048e1f5ed5773148387b1edadfad33f303371f332a +SIZE (ladybird-g20240505/cldr-44.0.1-json-modern.zip) = 47935704 +SHA256 (ladybird-g20240505/UCD.zip) = cb1c663d053926500cd501229736045752713a066bd75802098598b7a7056177 +SIZE (ladybird-g20240505/UCD.zip) = 8248819 +SHA256 (ladybird-g20240505/emoji-test.txt) = d876ee249aa28eaa76cfa6dfaa702847a8d13b062aa488d465d0395ee8137ed9 +SIZE (ladybird-g20240505/emoji-test.txt) = 639405 +SHA256 (ladybird-g20240505/IdnaMappingTable.txt) = 402cbd285f1f952fcd0834b63541d54f69d3d8f1b8f8599bf71a1a14935f82c4 +SIZE (ladybird-g20240505/IdnaMappingTable.txt) = 874566 +SHA256 (ladybird-g20240505/cacert-2023-08-22.pem) = 23c2469e2a568362a62eecf1b49ed90a15621e6fa30e29947ded3436422de9b9 +SIZE (ladybird-g20240505/cacert-2023-08-22.pem) = 221470 +SHA256 (ladybird-g20240505/SerenityOS-serenity-g20240505-3a7bea7402e879f731c9f4802cec84921f496942_GH0.tar.gz) = 167bccf09e4d3325e5dd292559f6b6179922d410b8aec481ab8853d816592d31 +SIZE (ladybird-g20240505/SerenityOS-serenity-g20240505-3a7bea7402e879f731c9f4802cec84921f496942_GH0.tar.gz) = 69958563 diff --git a/www/ladybird/files/patch-Meta_Lagom_CMakeLists.txt b/www/ladybird/files/patch-Meta_Lagom_CMakeLists.txt deleted file mode 100644 index 14228ffaa66..00000000000 --- a/www/ladybird/files/patch-Meta_Lagom_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- Meta/Lagom/CMakeLists.txt.orig 2024-02-26 22:01:50 UTC -+++ Meta/Lagom/CMakeLists.txt -@@ -350,6 +350,7 @@ lagom_lib(AK ak SOURCES ${AK_SOURCES}) - # AK - add_serenity_subdirectory(AK) - lagom_lib(AK ak SOURCES ${AK_SOURCES}) -+target_link_libraries(AK PRIVATE execinfo) - - # LibCore - add_serenity_subdirectory(Userland/Libraries/LibCore) diff --git a/www/ladybird/files/patch-Userland_Libraries_LibCore_Environment.cpp b/www/ladybird/files/patch-Userland_Libraries_LibCore_Environment.cpp new file mode 100644 index 00000000000..b1582a11e36 --- /dev/null +++ b/www/ladybird/files/patch-Userland_Libraries_LibCore_Environment.cpp @@ -0,0 +1,34 @@ +--- Userland/Libraries/LibCore/Environment.cpp.orig 2024-05-05 05:45:42 UTC ++++ Userland/Libraries/LibCore/Environment.cpp +@@ -13,7 +13,7 @@ + #if defined(AK_OS_MACOS) || defined(AK_OS_IOS) + # include + #else +-extern char** environ; ++extern "C" char** environ; + #endif + + namespace Core::Environment { +@@ -93,7 +93,7 @@ Optional get(StringView name, [[maybe_unus + builder.append('\0'); + // Note the explicit null terminators above. + +-#if defined(AK_OS_MACOS) || defined(AK_OS_ANDROID) ++#if defined(AK_OS_MACOS) || defined(AK_OS_ANDROID) || defined(__FreeBSD__) && __FreeBSD__ < 14 + char* result = ::getenv(builder.string_view().characters_without_null_termination()); + #else + char* result; +@@ -158,10 +158,12 @@ ErrorOr clear() + for (size_t environ_size = 0; environment[environ_size]; ++environ_size) { + environment[environ_size] = NULL; + } +-#else ++#elif __FreeBSD__ >= 14 + auto rc = ::clearenv(); + if (rc < 0) + return Error::from_errno(errno); ++#else ++ environ = NULL; + #endif + return {}; + } diff --git a/www/ladybird/files/patch-Userland_Libraries_LibJS_Heap_BlockAllocator.cpp b/www/ladybird/files/patch-Userland_Libraries_LibJS_Heap_BlockAllocator.cpp new file mode 100644 index 00000000000..90fbf0f8152 --- /dev/null +++ b/www/ladybird/files/patch-Userland_Libraries_LibJS_Heap_BlockAllocator.cpp @@ -0,0 +1,23 @@ +mmap() with MAP_ANONYMOUS requires that -1 be passed for the fd argument. +See https://github.com/SerenityOS/serenity/issues/23375. + +--- Userland/Libraries/LibJS/Heap/BlockAllocator.cpp.orig 2024-05-05 13:48:53 UTC ++++ Userland/Libraries/LibJS/Heap/BlockAllocator.cpp +@@ -57,7 +57,7 @@ void* BlockAllocator::allocate_block([[maybe_unused]] + #ifdef AK_OS_SERENITY + auto* block = (HeapBlock*)serenity_mmap(nullptr, HeapBlock::block_size, PROT_READ | PROT_WRITE, MAP_ANONYMOUS | MAP_RANDOMIZED | MAP_PRIVATE, 0, 0, HeapBlock::block_size, name); + #else +- auto* block = (HeapBlock*)mmap(nullptr, HeapBlock::block_size, PROT_READ | PROT_WRITE, MAP_ANONYMOUS | MAP_PRIVATE, 0, 0); ++ auto* block = (HeapBlock*)mmap(nullptr, HeapBlock::block_size, PROT_READ | PROT_WRITE, MAP_ANONYMOUS | MAP_PRIVATE, -1, 0); + #endif + VERIFY(block != MAP_FAILED); + LSAN_REGISTER_ROOT_REGION(block, HeapBlock::block_size); +@@ -74,7 +74,7 @@ void BlockAllocator::deallocate_block(void* block) + perror("munmap"); + VERIFY_NOT_REACHED(); + } +- if (mmap(block, HeapBlock::block_size, PROT_READ | PROT_WRITE, MAP_ANONYMOUS | MAP_PRIVATE | MAP_FIXED, 0, 0) != block) { ++ if (mmap(block, HeapBlock::block_size, PROT_READ | PROT_WRITE, MAP_ANONYMOUS | MAP_PRIVATE | MAP_FIXED, -1, 0) != block) { + perror("mmap"); + VERIFY_NOT_REACHED(); + } diff --git a/www/ladybird/pkg-plist b/www/ladybird/pkg-plist index d2f607c1d55..f9e6189e8c4 100644 --- a/www/ladybird/pkg-plist +++ b/www/ladybird/pkg-plist @@ -17,12 +17,12 @@ lib/liblagom-compress.so.0.0.0 lib/liblagom-core.so lib/liblagom-core.so.0 lib/liblagom-core.so.0.0.0 +lib/liblagom-coreminimal.so +lib/liblagom-coreminimal.so.0 +lib/liblagom-coreminimal.so.0.0.0 lib/liblagom-crypto.so lib/liblagom-crypto.so.0 lib/liblagom-crypto.so.0.0.0 -lib/liblagom-diff.so -lib/liblagom-diff.so.0 -lib/liblagom-diff.so.0.0.0 lib/liblagom-filesystem.so lib/liblagom-filesystem.so.0 lib/liblagom-filesystem.so.0.0.0 @@ -86,6 +86,9 @@ lib/liblagom-tls.so.0.0.0 lib/liblagom-unicode.so lib/liblagom-unicode.so.0 lib/liblagom-unicode.so.0.0.0 +lib/liblagom-url.so +lib/liblagom-url.so.0 +lib/liblagom-url.so.0.0.0 lib/liblagom-video.so lib/liblagom-video.so.0 lib/liblagom-video.so.0.0.0 @@ -108,14 +111,2013 @@ libexec/ImageDecoder libexec/RequestServer libexec/SQLServer libexec/WebContent -libexec/WebDriver -libexec/WebSocket libexec/WebWorker -libexec/headless-browser share/Ladybird/LadybirdConfig.cmake share/Ladybird/LadybirdConfigVersion.cmake share/Ladybird/ladybirdTargets-%%CMAKE_BUILD_TYPE%%.cmake share/Ladybird/ladybirdTargets.cmake +share/Lagom/emoji/U+10CD00.png +share/Lagom/emoji/U+10CD01.png +share/Lagom/emoji/U+10CD02.png +share/Lagom/emoji/U+10CD03.png +share/Lagom/emoji/U+10CD04.png +share/Lagom/emoji/U+10CD05.png +share/Lagom/emoji/U+10CD06.png +share/Lagom/emoji/U+10CD07.png +share/Lagom/emoji/U+10CD08.png +share/Lagom/emoji/U+10CD09.png +share/Lagom/emoji/U+10CD0A.png +share/Lagom/emoji/U+10CD0B.png +share/Lagom/emoji/U+10CD0C.png +share/Lagom/emoji/U+10CD0D.png +share/Lagom/emoji/U+10CD0E.png +share/Lagom/emoji/U+10CD0F.png +share/Lagom/emoji/U+10CD10.png +share/Lagom/emoji/U+10CD11.png +share/Lagom/emoji/U+10CD12.png +share/Lagom/emoji/U+10CD13.png +share/Lagom/emoji/U+10CD14.png +share/Lagom/emoji/U+10CD15.png +share/Lagom/emoji/U+10CD16.png +share/Lagom/emoji/U+10CD17.png +share/Lagom/emoji/U+10CD18.png +share/Lagom/emoji/U+10CD19.png +share/Lagom/emoji/U+10CD1A.png +share/Lagom/emoji/U+10CD1B.png +share/Lagom/emoji/U+10CD1C.png +share/Lagom/emoji/U+10CD1D.png +share/Lagom/emoji/U+10CD1E.png +share/Lagom/emoji/U+10CD1F.png +share/Lagom/emoji/U+10CD20.png +share/Lagom/emoji/U+10CD21.png +share/Lagom/emoji/U+10CD22.png +share/Lagom/emoji/U+10CD23.png +share/Lagom/emoji/U+10CD24.png +share/Lagom/emoji/U+10CD25.png +share/Lagom/emoji/U+10CD26.png +share/Lagom/emoji/U+10CD60.png +share/Lagom/emoji/U+10CD61.png +share/Lagom/emoji/U+10CD62.png +share/Lagom/emoji/U+10CD63.png +share/Lagom/emoji/U+10CD64.png +share/Lagom/emoji/U+10CD65.png +share/Lagom/emoji/U+10CD66.png +share/Lagom/emoji/U+10CD67.png +share/Lagom/emoji/U+10CD68.png +share/Lagom/emoji/U+10CD69.png +share/Lagom/emoji/U+10CD6A.png +share/Lagom/emoji/U+10CD6B.png +share/Lagom/emoji/U+10CD90.png +share/Lagom/emoji/U+10CD91.png +share/Lagom/emoji/U+10CD92.png +share/Lagom/emoji/U+10CD93.png +share/Lagom/emoji/U+10CDB0.png +share/Lagom/emoji/U+10CDB1.png +share/Lagom/emoji/U+10CDD0.png +share/Lagom/emoji/U+10CDE0.png +share/Lagom/emoji/U+10CDE1.png +share/Lagom/emoji/U+10CDE2.png +share/Lagom/emoji/U+10CDE3.png +share/Lagom/emoji/U+10CDE4.png +share/Lagom/emoji/U+10CDE5.png +share/Lagom/emoji/U+1F004.png +share/Lagom/emoji/U+1F0CF.png +share/Lagom/emoji/U+1F170.png +share/Lagom/emoji/U+1F171.png +share/Lagom/emoji/U+1F17E.png +share/Lagom/emoji/U+1F17F.png +share/Lagom/emoji/U+1F18E.png +share/Lagom/emoji/U+1F191.png +share/Lagom/emoji/U+1F192.png +share/Lagom/emoji/U+1F193.png +share/Lagom/emoji/U+1F194.png +share/Lagom/emoji/U+1F195.png +share/Lagom/emoji/U+1F196.png +share/Lagom/emoji/U+1F197.png +share/Lagom/emoji/U+1F198.png +share/Lagom/emoji/U+1F199.png +share/Lagom/emoji/U+1F19A.png +share/Lagom/emoji/U+1F1E6_U+1F1E8.png +share/Lagom/emoji/U+1F1E6_U+1F1E9.png +share/Lagom/emoji/U+1F1E6_U+1F1EA.png +share/Lagom/emoji/U+1F1E6_U+1F1EB.png +share/Lagom/emoji/U+1F1E6_U+1F1EC.png +share/Lagom/emoji/U+1F1E6_U+1F1EE.png +share/Lagom/emoji/U+1F1E6_U+1F1F1.png +share/Lagom/emoji/U+1F1E6_U+1F1F2.png +share/Lagom/emoji/U+1F1E6_U+1F1F4.png +share/Lagom/emoji/U+1F1E6_U+1F1F6.png +share/Lagom/emoji/U+1F1E6_U+1F1F7.png +share/Lagom/emoji/U+1F1E6_U+1F1F8.png +share/Lagom/emoji/U+1F1E6_U+1F1F9.png +share/Lagom/emoji/U+1F1E6_U+1F1FA.png +share/Lagom/emoji/U+1F1E6_U+1F1FC.png +share/Lagom/emoji/U+1F1E6_U+1F1FD.png +share/Lagom/emoji/U+1F1E6_U+1F1FF.png +share/Lagom/emoji/U+1F1E7_U+1F1E6.png +share/Lagom/emoji/U+1F1E7_U+1F1E7.png +share/Lagom/emoji/U+1F1E7_U+1F1E9.png +share/Lagom/emoji/U+1F1E7_U+1F1EA.png +share/Lagom/emoji/U+1F1E7_U+1F1EB.png +share/Lagom/emoji/U+1F1E7_U+1F1EC.png +share/Lagom/emoji/U+1F1E7_U+1F1ED.png +share/Lagom/emoji/U+1F1E7_U+1F1EE.png +share/Lagom/emoji/U+1F1E7_U+1F1EF.png +share/Lagom/emoji/U+1F1E7_U+1F1F1.png +share/Lagom/emoji/U+1F1E7_U+1F1F2.png +share/Lagom/emoji/U+1F1E7_U+1F1F3.png +share/Lagom/emoji/U+1F1E7_U+1F1F4.png +share/Lagom/emoji/U+1F1E7_U+1F1F6.png +share/Lagom/emoji/U+1F1E7_U+1F1F7.png +share/Lagom/emoji/U+1F1E7_U+1F1F8.png +share/Lagom/emoji/U+1F1E7_U+1F1F9.png +share/Lagom/emoji/U+1F1E7_U+1F1FB.png +share/Lagom/emoji/U+1F1E7_U+1F1FC.png +share/Lagom/emoji/U+1F1E7_U+1F1FE.png +share/Lagom/emoji/U+1F1E7_U+1F1FF.png +share/Lagom/emoji/U+1F1E8_U+1F1E6.png +share/Lagom/emoji/U+1F1E8_U+1F1E8.png +share/Lagom/emoji/U+1F1E8_U+1F1E9.png +share/Lagom/emoji/U+1F1E8_U+1F1EB.png +share/Lagom/emoji/U+1F1E8_U+1F1EC.png +share/Lagom/emoji/U+1F1E8_U+1F1ED.png +share/Lagom/emoji/U+1F1E8_U+1F1EE.png +share/Lagom/emoji/U+1F1E8_U+1F1F0.png +share/Lagom/emoji/U+1F1E8_U+1F1F1.png +share/Lagom/emoji/U+1F1E8_U+1F1F2.png +share/Lagom/emoji/U+1F1E8_U+1F1F3.png +share/Lagom/emoji/U+1F1E8_U+1F1F4.png +share/Lagom/emoji/U+1F1E8_U+1F1F5.png +share/Lagom/emoji/U+1F1E8_U+1F1F7.png +share/Lagom/emoji/U+1F1E8_U+1F1FA.png +share/Lagom/emoji/U+1F1E8_U+1F1FB.png +share/Lagom/emoji/U+1F1E8_U+1F1FC.png +share/Lagom/emoji/U+1F1E8_U+1F1FD.png +share/Lagom/emoji/U+1F1E8_U+1F1FE.png +share/Lagom/emoji/U+1F1E8_U+1F1FF.png +share/Lagom/emoji/U+1F1E9_U+1F1EA.png +share/Lagom/emoji/U+1F1E9_U+1F1EC.png +share/Lagom/emoji/U+1F1E9_U+1F1EF.png +share/Lagom/emoji/U+1F1E9_U+1F1F0.png +share/Lagom/emoji/U+1F1E9_U+1F1F2.png +share/Lagom/emoji/U+1F1E9_U+1F1F4.png +share/Lagom/emoji/U+1F1E9_U+1F1FF.png +share/Lagom/emoji/U+1F1EA_U+1F1E6.png +share/Lagom/emoji/U+1F1EA_U+1F1E8.png +share/Lagom/emoji/U+1F1EA_U+1F1EA.png +share/Lagom/emoji/U+1F1EA_U+1F1EC.png +share/Lagom/emoji/U+1F1EA_U+1F1ED.png +share/Lagom/emoji/U+1F1EA_U+1F1F7.png +share/Lagom/emoji/U+1F1EA_U+1F1F8.png +share/Lagom/emoji/U+1F1EA_U+1F1F9.png +share/Lagom/emoji/U+1F1EA_U+1F1FA.png +share/Lagom/emoji/U+1F1EB_U+1F1EE.png +share/Lagom/emoji/U+1F1EB_U+1F1EF.png +share/Lagom/emoji/U+1F1EB_U+1F1F0.png +share/Lagom/emoji/U+1F1EB_U+1F1F2.png +share/Lagom/emoji/U+1F1EB_U+1F1F4.png +share/Lagom/emoji/U+1F1EB_U+1F1F7.png +share/Lagom/emoji/U+1F1EC_U+1F1E6.png +share/Lagom/emoji/U+1F1EC_U+1F1E7.png +share/Lagom/emoji/U+1F1EC_U+1F1E9.png +share/Lagom/emoji/U+1F1EC_U+1F1EA.png +share/Lagom/emoji/U+1F1EC_U+1F1EB.png +share/Lagom/emoji/U+1F1EC_U+1F1EC.png +share/Lagom/emoji/U+1F1EC_U+1F1ED.png +share/Lagom/emoji/U+1F1EC_U+1F1EE.png +share/Lagom/emoji/U+1F1EC_U+1F1F1.png +share/Lagom/emoji/U+1F1EC_U+1F1F2.png +share/Lagom/emoji/U+1F1EC_U+1F1F3.png +share/Lagom/emoji/U+1F1EC_U+1F1F5.png +share/Lagom/emoji/U+1F1EC_U+1F1F6.png +share/Lagom/emoji/U+1F1EC_U+1F1F7.png +share/Lagom/emoji/U+1F1EC_U+1F1F8.png +share/Lagom/emoji/U+1F1EC_U+1F1F9.png +share/Lagom/emoji/U+1F1EC_U+1F1FA.png +share/Lagom/emoji/U+1F1EC_U+1F1FC.png +share/Lagom/emoji/U+1F1EC_U+1F1FE.png +share/Lagom/emoji/U+1F1ED_U+1F1F0.png +share/Lagom/emoji/U+1F1ED_U+1F1F2.png +share/Lagom/emoji/U+1F1ED_U+1F1F3.png +share/Lagom/emoji/U+1F1ED_U+1F1F7.png +share/Lagom/emoji/U+1F1ED_U+1F1F9.png +share/Lagom/emoji/U+1F1ED_U+1F1FA.png +share/Lagom/emoji/U+1F1EE_U+1F1E8.png +share/Lagom/emoji/U+1F1EE_U+1F1E9.png +share/Lagom/emoji/U+1F1EE_U+1F1EA.png +share/Lagom/emoji/U+1F1EE_U+1F1F1.png +share/Lagom/emoji/U+1F1EE_U+1F1F2.png +share/Lagom/emoji/U+1F1EE_U+1F1F3.png +share/Lagom/emoji/U+1F1EE_U+1F1F4.png +share/Lagom/emoji/U+1F1EE_U+1F1F6.png +share/Lagom/emoji/U+1F1EE_U+1F1F7.png +share/Lagom/emoji/U+1F1EE_U+1F1F8.png +share/Lagom/emoji/U+1F1EE_U+1F1F9.png +share/Lagom/emoji/U+1F1EF_U+1F1EA.png +share/Lagom/emoji/U+1F1EF_U+1F1F2.png +share/Lagom/emoji/U+1F1EF_U+1F1F4.png +share/Lagom/emoji/U+1F1EF_U+1F1F5.png +share/Lagom/emoji/U+1F1F0_U+1F1EA.png +share/Lagom/emoji/U+1F1F0_U+1F1EC.png +share/Lagom/emoji/U+1F1F0_U+1F1ED.png +share/Lagom/emoji/U+1F1F0_U+1F1EE.png +share/Lagom/emoji/U+1F1F0_U+1F1F2.png +share/Lagom/emoji/U+1F1F0_U+1F1F3.png +share/Lagom/emoji/U+1F1F0_U+1F1F5.png +share/Lagom/emoji/U+1F1F0_U+1F1F7.png +share/Lagom/emoji/U+1F1F0_U+1F1FC.png +share/Lagom/emoji/U+1F1F0_U+1F1FE.png +share/Lagom/emoji/U+1F1F0_U+1F1FF.png +share/Lagom/emoji/U+1F1F1_U+1F1E6.png +share/Lagom/emoji/U+1F1F1_U+1F1E7.png +share/Lagom/emoji/U+1F1F1_U+1F1E8.png +share/Lagom/emoji/U+1F1F1_U+1F1EE.png +share/Lagom/emoji/U+1F1F1_U+1F1F0.png +share/Lagom/emoji/U+1F1F1_U+1F1F7.png +share/Lagom/emoji/U+1F1F1_U+1F1F8.png +share/Lagom/emoji/U+1F1F1_U+1F1F9.png +share/Lagom/emoji/U+1F1F1_U+1F1FA.png +share/Lagom/emoji/U+1F1F1_U+1F1FB.png +share/Lagom/emoji/U+1F1F1_U+1F1FE.png +share/Lagom/emoji/U+1F1F2_U+1F1E6.png +share/Lagom/emoji/U+1F1F2_U+1F1E8.png +share/Lagom/emoji/U+1F1F2_U+1F1E9.png +share/Lagom/emoji/U+1F1F2_U+1F1EA.png +share/Lagom/emoji/U+1F1F2_U+1F1EB.png +share/Lagom/emoji/U+1F1F2_U+1F1EC.png +share/Lagom/emoji/U+1F1F2_U+1F1ED.png +share/Lagom/emoji/U+1F1F2_U+1F1F0.png +share/Lagom/emoji/U+1F1F2_U+1F1F1.png +share/Lagom/emoji/U+1F1F2_U+1F1F2.png +share/Lagom/emoji/U+1F1F2_U+1F1F3.png +share/Lagom/emoji/U+1F1F2_U+1F1F4.png +share/Lagom/emoji/U+1F1F2_U+1F1F5.png +share/Lagom/emoji/U+1F1F2_U+1F1F6.png +share/Lagom/emoji/U+1F1F2_U+1F1F7.png +share/Lagom/emoji/U+1F1F2_U+1F1F8.png +share/Lagom/emoji/U+1F1F2_U+1F1F9.png +share/Lagom/emoji/U+1F1F2_U+1F1FA.png +share/Lagom/emoji/U+1F1F2_U+1F1FB.png +share/Lagom/emoji/U+1F1F2_U+1F1FC.png +share/Lagom/emoji/U+1F1F2_U+1F1FD.png +share/Lagom/emoji/U+1F1F2_U+1F1FE.png +share/Lagom/emoji/U+1F1F2_U+1F1FF.png +share/Lagom/emoji/U+1F1F3_U+1F1E6.png +share/Lagom/emoji/U+1F1F3_U+1F1E8.png +share/Lagom/emoji/U+1F1F3_U+1F1EA.png +share/Lagom/emoji/U+1F1F3_U+1F1EB.png +share/Lagom/emoji/U+1F1F3_U+1F1EC.png +share/Lagom/emoji/U+1F1F3_U+1F1EE.png +share/Lagom/emoji/U+1F1F3_U+1F1F1.png +share/Lagom/emoji/U+1F1F3_U+1F1F4.png +share/Lagom/emoji/U+1F1F3_U+1F1F5.png +share/Lagom/emoji/U+1F1F3_U+1F1F7.png +share/Lagom/emoji/U+1F1F3_U+1F1FA.png +share/Lagom/emoji/U+1F1F3_U+1F1FF.png +share/Lagom/emoji/U+1F1F4_U+1F1F2.png +share/Lagom/emoji/U+1F1F5_U+1F1E6.png +share/Lagom/emoji/U+1F1F5_U+1F1EA.png +share/Lagom/emoji/U+1F1F5_U+1F1EB.png +share/Lagom/emoji/U+1F1F5_U+1F1EC.png +share/Lagom/emoji/U+1F1F5_U+1F1ED.png +share/Lagom/emoji/U+1F1F5_U+1F1F0.png +share/Lagom/emoji/U+1F1F5_U+1F1F1.png +share/Lagom/emoji/U+1F1F5_U+1F1F2.png +share/Lagom/emoji/U+1F1F5_U+1F1F3.png +share/Lagom/emoji/U+1F1F5_U+1F1F7.png +share/Lagom/emoji/U+1F1F5_U+1F1F8.png +share/Lagom/emoji/U+1F1F5_U+1F1F9.png +share/Lagom/emoji/U+1F1F5_U+1F1FC.png +share/Lagom/emoji/U+1F1F5_U+1F1FE.png +share/Lagom/emoji/U+1F1F6_U+1F1E6.png +share/Lagom/emoji/U+1F1F7_U+1F1EA.png +share/Lagom/emoji/U+1F1F7_U+1F1F4.png +share/Lagom/emoji/U+1F1F7_U+1F1F8.png +share/Lagom/emoji/U+1F1F7_U+1F1FA.png +share/Lagom/emoji/U+1F1F7_U+1F1FC.png +share/Lagom/emoji/U+1F1F8_U+1F1E6.png +share/Lagom/emoji/U+1F1F8_U+1F1E7.png +share/Lagom/emoji/U+1F1F8_U+1F1E8.png +share/Lagom/emoji/U+1F1F8_U+1F1E9.png +share/Lagom/emoji/U+1F1F8_U+1F1EA.png +share/Lagom/emoji/U+1F1F8_U+1F1EC.png +share/Lagom/emoji/U+1F1F8_U+1F1ED.png +share/Lagom/emoji/U+1F1F8_U+1F1EE.png +share/Lagom/emoji/U+1F1F8_U+1F1EF.png +share/Lagom/emoji/U+1F1F8_U+1F1F0.png +share/Lagom/emoji/U+1F1F8_U+1F1F1.png +share/Lagom/emoji/U+1F1F8_U+1F1F2.png +share/Lagom/emoji/U+1F1F8_U+1F1F3.png +share/Lagom/emoji/U+1F1F8_U+1F1F4.png +share/Lagom/emoji/U+1F1F8_U+1F1F7.png +share/Lagom/emoji/U+1F1F8_U+1F1F8.png +share/Lagom/emoji/U+1F1F8_U+1F1F9.png +share/Lagom/emoji/U+1F1F8_U+1F1FB.png +share/Lagom/emoji/U+1F1F8_U+1F1FD.png +share/Lagom/emoji/U+1F1F8_U+1F1FE.png +share/Lagom/emoji/U+1F1F8_U+1F1FF.png +share/Lagom/emoji/U+1F1F9_U+1F1E6.png +share/Lagom/emoji/U+1F1F9_U+1F1E8.png +share/Lagom/emoji/U+1F1F9_U+1F1E9.png +share/Lagom/emoji/U+1F1F9_U+1F1EB.png +share/Lagom/emoji/U+1F1F9_U+1F1EC.png +share/Lagom/emoji/U+1F1F9_U+1F1ED.png +share/Lagom/emoji/U+1F1F9_U+1F1EF.png +share/Lagom/emoji/U+1F1F9_U+1F1F0.png +share/Lagom/emoji/U+1F1F9_U+1F1F1.png +share/Lagom/emoji/U+1F1F9_U+1F1F2.png +share/Lagom/emoji/U+1F1F9_U+1F1F3.png +share/Lagom/emoji/U+1F1F9_U+1F1F4.png +share/Lagom/emoji/U+1F1F9_U+1F1F7.png +share/Lagom/emoji/U+1F1F9_U+1F1F9.png +share/Lagom/emoji/U+1F1F9_U+1F1FB.png +share/Lagom/emoji/U+1F1F9_U+1F1FC.png +share/Lagom/emoji/U+1F1F9_U+1F1FF.png +share/Lagom/emoji/U+1F1FA_U+1F1E6.png +share/Lagom/emoji/U+1F1FA_U+1F1EC.png +share/Lagom/emoji/U+1F1FA_U+1F1F2.png +share/Lagom/emoji/U+1F1FA_U+1F1F3.png +share/Lagom/emoji/U+1F1FA_U+1F1F8.png +share/Lagom/emoji/U+1F1FA_U+1F1FE.png +share/Lagom/emoji/U+1F1FA_U+1F1FF.png +share/Lagom/emoji/U+1F1FB_U+1F1E6.png +share/Lagom/emoji/U+1F1FB_U+1F1E8.png +share/Lagom/emoji/U+1F1FB_U+1F1EA.png +share/Lagom/emoji/U+1F1FB_U+1F1EC.png +share/Lagom/emoji/U+1F1FB_U+1F1EE.png +share/Lagom/emoji/U+1F1FB_U+1F1F3.png +share/Lagom/emoji/U+1F1FB_U+1F1FA.png +share/Lagom/emoji/U+1F1FC_U+1F1EB.png +share/Lagom/emoji/U+1F1FC_U+1F1F8.png +share/Lagom/emoji/U+1F1FD_U+1F1F0.png +share/Lagom/emoji/U+1F1FE_U+1F1EA.png +share/Lagom/emoji/U+1F1FE_U+1F1F9.png +share/Lagom/emoji/U+1F1FF_U+1F1E6.png +share/Lagom/emoji/U+1F1FF_U+1F1F2.png +share/Lagom/emoji/U+1F1FF_U+1F1FC.png +share/Lagom/emoji/U+1F201.png +share/Lagom/emoji/U+1F202.png +share/Lagom/emoji/U+1F21A.png +share/Lagom/emoji/U+1F22F.png +share/Lagom/emoji/U+1F232.png +share/Lagom/emoji/U+1F233.png +share/Lagom/emoji/U+1F234.png +share/Lagom/emoji/U+1F235.png +share/Lagom/emoji/U+1F236.png +share/Lagom/emoji/U+1F237.png +share/Lagom/emoji/U+1F238.png +share/Lagom/emoji/U+1F239.png +share/Lagom/emoji/U+1F23A.png +share/Lagom/emoji/U+1F250.png +share/Lagom/emoji/U+1F251.png +share/Lagom/emoji/U+1F300.png +share/Lagom/emoji/U+1F301.png +share/Lagom/emoji/U+1F302.png +share/Lagom/emoji/U+1F303.png +share/Lagom/emoji/U+1F304.png +share/Lagom/emoji/U+1F305.png +share/Lagom/emoji/U+1F306.png +share/Lagom/emoji/U+1F307.png +share/Lagom/emoji/U+1F308.png +share/Lagom/emoji/U+1F309.png +share/Lagom/emoji/U+1F30A.png +share/Lagom/emoji/U+1F30B.png +share/Lagom/emoji/U+1F30C.png +share/Lagom/emoji/U+1F30D.png +share/Lagom/emoji/U+1F30E.png +share/Lagom/emoji/U+1F30F.png +share/Lagom/emoji/U+1F310.png +share/Lagom/emoji/U+1F311.png +share/Lagom/emoji/U+1F312.png +share/Lagom/emoji/U+1F313.png +share/Lagom/emoji/U+1F314.png +share/Lagom/emoji/U+1F315.png +share/Lagom/emoji/U+1F316.png +share/Lagom/emoji/U+1F317.png +share/Lagom/emoji/U+1F318.png +share/Lagom/emoji/U+1F319.png +share/Lagom/emoji/U+1F31A.png +share/Lagom/emoji/U+1F31B.png +share/Lagom/emoji/U+1F31C.png +share/Lagom/emoji/U+1F31D.png +share/Lagom/emoji/U+1F31E.png +share/Lagom/emoji/U+1F31F.png +share/Lagom/emoji/U+1F320.png +share/Lagom/emoji/U+1F321.png +share/Lagom/emoji/U+1F324.png +share/Lagom/emoji/U+1F325.png +share/Lagom/emoji/U+1F326.png +share/Lagom/emoji/U+1F327.png +share/Lagom/emoji/U+1F328.png +share/Lagom/emoji/U+1F329.png +share/Lagom/emoji/U+1F32A.png +share/Lagom/emoji/U+1F32B.png +share/Lagom/emoji/U+1F32C.png +share/Lagom/emoji/U+1F32D.png +share/Lagom/emoji/U+1F32E.png +share/Lagom/emoji/U+1F32F.png +share/Lagom/emoji/U+1F330.png +share/Lagom/emoji/U+1F331.png +share/Lagom/emoji/U+1F332.png +share/Lagom/emoji/U+1F333.png +share/Lagom/emoji/U+1F334.png +share/Lagom/emoji/U+1F335.png +share/Lagom/emoji/U+1F336.png +share/Lagom/emoji/U+1F337.png +share/Lagom/emoji/U+1F338.png +share/Lagom/emoji/U+1F339.png +share/Lagom/emoji/U+1F33A.png +share/Lagom/emoji/U+1F33B.png +share/Lagom/emoji/U+1F33C.png +share/Lagom/emoji/U+1F33D.png +share/Lagom/emoji/U+1F33E.png +share/Lagom/emoji/U+1F33F.png +share/Lagom/emoji/U+1F340.png +share/Lagom/emoji/U+1F341.png +share/Lagom/emoji/U+1F342.png +share/Lagom/emoji/U+1F343.png +share/Lagom/emoji/U+1F344.png +share/Lagom/emoji/U+1F344_U+200D_U+1F7EB.png +share/Lagom/emoji/U+1F345.png +share/Lagom/emoji/U+1F346.png +share/Lagom/emoji/U+1F347.png +share/Lagom/emoji/U+1F348.png +share/Lagom/emoji/U+1F349.png +share/Lagom/emoji/U+1F34A.png +share/Lagom/emoji/U+1F34B.png +share/Lagom/emoji/U+1F34B_U+200D_U+1F7E9.png +share/Lagom/emoji/U+1F34C.png +share/Lagom/emoji/U+1F34D.png +share/Lagom/emoji/U+1F34E.png +share/Lagom/emoji/U+1F34F.png +share/Lagom/emoji/U+1F350.png +share/Lagom/emoji/U+1F351.png +share/Lagom/emoji/U+1F352.png +share/Lagom/emoji/U+1F353.png +share/Lagom/emoji/U+1F354.png +share/Lagom/emoji/U+1F355.png +share/Lagom/emoji/U+1F356.png +share/Lagom/emoji/U+1F357.png +share/Lagom/emoji/U+1F358.png +share/Lagom/emoji/U+1F359.png +share/Lagom/emoji/U+1F35A.png +share/Lagom/emoji/U+1F35B.png +share/Lagom/emoji/U+1F35C.png +share/Lagom/emoji/U+1F35D.png +share/Lagom/emoji/U+1F35E.png +share/Lagom/emoji/U+1F35F.png +share/Lagom/emoji/U+1F360.png +share/Lagom/emoji/U+1F361.png +share/Lagom/emoji/U+1F362.png +share/Lagom/emoji/U+1F363.png +share/Lagom/emoji/U+1F364.png +share/Lagom/emoji/U+1F365.png +share/Lagom/emoji/U+1F366.png +share/Lagom/emoji/U+1F367.png +share/Lagom/emoji/U+1F368.png +share/Lagom/emoji/U+1F369.png +share/Lagom/emoji/U+1F36A.png +share/Lagom/emoji/U+1F36B.png +share/Lagom/emoji/U+1F36C.png +share/Lagom/emoji/U+1F36D.png +share/Lagom/emoji/U+1F36E.png +share/Lagom/emoji/U+1F36F.png +share/Lagom/emoji/U+1F370.png +share/Lagom/emoji/U+1F371.png +share/Lagom/emoji/U+1F372.png +share/Lagom/emoji/U+1F373.png +share/Lagom/emoji/U+1F374.png +share/Lagom/emoji/U+1F375.png +share/Lagom/emoji/U+1F376.png +share/Lagom/emoji/U+1F377.png +share/Lagom/emoji/U+1F378.png +share/Lagom/emoji/U+1F379.png +share/Lagom/emoji/U+1F37A.png +share/Lagom/emoji/U+1F37B.png +share/Lagom/emoji/U+1F37C.png +share/Lagom/emoji/U+1F37D.png +share/Lagom/emoji/U+1F37E.png +share/Lagom/emoji/U+1F37F.png +share/Lagom/emoji/U+1F380.png +share/Lagom/emoji/U+1F381.png +share/Lagom/emoji/U+1F382.png +share/Lagom/emoji/U+1F383.png +share/Lagom/emoji/U+1F384.png +share/Lagom/emoji/U+1F385.png +share/Lagom/emoji/U+1F386.png +share/Lagom/emoji/U+1F387.png +share/Lagom/emoji/U+1F388.png +share/Lagom/emoji/U+1F389.png +share/Lagom/emoji/U+1F38A.png +share/Lagom/emoji/U+1F38B.png +share/Lagom/emoji/U+1F38C.png +share/Lagom/emoji/U+1F38D.png +share/Lagom/emoji/U+1F38F.png +share/Lagom/emoji/U+1F390.png +share/Lagom/emoji/U+1F391.png +share/Lagom/emoji/U+1F392.png +share/Lagom/emoji/U+1F393.png +share/Lagom/emoji/U+1F396.png +share/Lagom/emoji/U+1F397.png +share/Lagom/emoji/U+1F399.png +share/Lagom/emoji/U+1F39A.png +share/Lagom/emoji/U+1F39B.png +share/Lagom/emoji/U+1F39E.png +share/Lagom/emoji/U+1F39F.png +share/Lagom/emoji/U+1F3A0.png +share/Lagom/emoji/U+1F3A1.png +share/Lagom/emoji/U+1F3A2.png +share/Lagom/emoji/U+1F3A3.png +share/Lagom/emoji/U+1F3A4.png +share/Lagom/emoji/U+1F3A5.png +share/Lagom/emoji/U+1F3A6.png +share/Lagom/emoji/U+1F3A7.png +share/Lagom/emoji/U+1F3A8.png +share/Lagom/emoji/U+1F3A9.png +share/Lagom/emoji/U+1F3AA.png +share/Lagom/emoji/U+1F3AB.png +share/Lagom/emoji/U+1F3AC.png +share/Lagom/emoji/U+1F3AD.png +share/Lagom/emoji/U+1F3AE.png +share/Lagom/emoji/U+1F3AF.png +share/Lagom/emoji/U+1F3B0.png +share/Lagom/emoji/U+1F3B1.png +share/Lagom/emoji/U+1F3B2.png +share/Lagom/emoji/U+1F3B3.png +share/Lagom/emoji/U+1F3B4.png +share/Lagom/emoji/U+1F3B5.png +share/Lagom/emoji/U+1F3B6.png +share/Lagom/emoji/U+1F3B7.png +share/Lagom/emoji/U+1F3B8.png +share/Lagom/emoji/U+1F3B9.png +share/Lagom/emoji/U+1F3BA.png +share/Lagom/emoji/U+1F3BB.png +share/Lagom/emoji/U+1F3BC.png +share/Lagom/emoji/U+1F3BD.png +share/Lagom/emoji/U+1F3BE.png +share/Lagom/emoji/U+1F3BF.png +share/Lagom/emoji/U+1F3C0.png +share/Lagom/emoji/U+1F3C1.png +share/Lagom/emoji/U+1F3C2.png +share/Lagom/emoji/U+1F3C3.png +share/Lagom/emoji/U+1F3C3_U+200D_U+2640.png +share/Lagom/emoji/U+1F3C3_U+200D_U+2642.png +share/Lagom/emoji/U+1F3C4.png +share/Lagom/emoji/U+1F3C4_U+200D_U+2640.png +share/Lagom/emoji/U+1F3C4_U+200D_U+2642.png +share/Lagom/emoji/U+1F3C5.png +share/Lagom/emoji/U+1F3C6.png +share/Lagom/emoji/U+1F3C7.png +share/Lagom/emoji/U+1F3C8.png +share/Lagom/emoji/U+1F3C9.png +share/Lagom/emoji/U+1F3CA.png +share/Lagom/emoji/U+1F3CA_U+200D_U+2640.png +share/Lagom/emoji/U+1F3CA_U+200D_U+2642.png +share/Lagom/emoji/U+1F3CB.png +share/Lagom/emoji/U+1F3CB_U+200D_U+2640.png +share/Lagom/emoji/U+1F3CB_U+200D_U+2642.png +share/Lagom/emoji/U+1F3CC.png +share/Lagom/emoji/U+1F3CC_U+200D_U+2640.png +share/Lagom/emoji/U+1F3CC_U+200D_U+2642.png +share/Lagom/emoji/U+1F3CE.png +share/Lagom/emoji/U+1F3CF.png +share/Lagom/emoji/U+1F3D0.png +share/Lagom/emoji/U+1F3D1.png +share/Lagom/emoji/U+1F3D2.png +share/Lagom/emoji/U+1F3D3.png +share/Lagom/emoji/U+1F3D4.png +share/Lagom/emoji/U+1F3D5.png +share/Lagom/emoji/U+1F3D6.png +share/Lagom/emoji/U+1F3D7.png +share/Lagom/emoji/U+1F3D8.png +share/Lagom/emoji/U+1F3D9.png +share/Lagom/emoji/U+1F3DA.png +share/Lagom/emoji/U+1F3DB.png +share/Lagom/emoji/U+1F3DC.png +share/Lagom/emoji/U+1F3DD.png +share/Lagom/emoji/U+1F3DE.png +share/Lagom/emoji/U+1F3DF.png +share/Lagom/emoji/U+1F3E0.png +share/Lagom/emoji/U+1F3E1.png +share/Lagom/emoji/U+1F3E2.png +share/Lagom/emoji/U+1F3E4.png +share/Lagom/emoji/U+1F3E5.png +share/Lagom/emoji/U+1F3E6.png +share/Lagom/emoji/U+1F3E7.png +share/Lagom/emoji/U+1F3EA.png +share/Lagom/emoji/U+1F3EB.png +share/Lagom/emoji/U+1F3ED.png +share/Lagom/emoji/U+1F3EE.png +share/Lagom/emoji/U+1F3EF.png +share/Lagom/emoji/U+1F3F0.png +share/Lagom/emoji/U+1F3F3.png +share/Lagom/emoji/U+1F3F3_U+200D_U+1F308.png +share/Lagom/emoji/U+1F3F3_U+200D_U+1F41E.png +share/Lagom/emoji/U+1F3F3_U+200D_U+1F596.png +share/Lagom/emoji/U+1F3F3_U+200D_U+26A7.png +share/Lagom/emoji/U+1F3F3_U+200D_U+F8FF.png +share/Lagom/emoji/U+1F3F4.png +share/Lagom/emoji/U+1F3F4_U+200D_U+2620.png +share/Lagom/emoji/U+1F3F4_U+E0062_U+E0071_U+E0062_U+E006F_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0062_U+E0071_U+E0073_U+E0061_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0062_U+E0071_U+E0073_U+E0065_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0063_U+E0061_U+E0071_U+E0063_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0062_U+E0062_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0062_U+E0065_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0062_U+E0077_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0062_U+E0079_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0068_U+E0062_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0068_U+E0065_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0068_U+E0068_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E006D_U+E0076_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E006E_U+E0069_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E006E_U+E0077_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0072_U+E0070_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0073_U+E0068_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0073_U+E006C_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0073_U+E006E_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0073_U+E0074_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0064_U+E0065_U+E0074_U+E0068_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0065_U+E0073_U+E0063_U+E0074_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0065_U+E0073_U+E0070_U+E0076_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0069_U+E0030_U+E0033_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0069_U+E0030_U+E0034_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0069_U+E0030_U+E0035_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0069_U+E0030_U+E0036_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0069_U+E0030_U+E0037_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0069_U+E0030_U+E0038_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0069_U+E0031_U+E0033_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0069_U+E0031_U+E0035_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0069_U+E0031_U+E0036_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0069_U+E0031_U+E0037_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0069_U+E0031_U+E0038_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0072_U+E0061_U+E0072_U+E0061_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0072_U+E0062_U+E0066_U+E0063_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0072_U+E0062_U+E0072_U+E0065_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0072_U+E0063_U+E006F_U+E0072_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0072_U+E0063_U+E0076_U+E006C_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0072_U+E006E_U+E0061_U+E0071_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0072_U+E006E_U+E006F_U+E0072_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0072_U+E006F_U+E0063_U+E0063_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0072_U+E0070_U+E0061_U+E0063_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0066_U+E0072_U+E0070_U+E0064_U+E006C_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0067_U+E0062_U+E0065_U+E006E_U+E0067_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0067_U+E0062_U+E0073_U+E0063_U+E0074_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0067_U+E0062_U+E0077_U+E006C_U+E0073_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0069_U+E0065_U+E006C_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0069_U+E0065_U+E006D_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0069_U+E0065_U+E0075_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006B_U+E0072_U+E0031_U+E0031_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006B_U+E0072_U+E0032_U+E0039_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006B_U+E0072_U+E0033_U+E0030_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006B_U+E0072_U+E0034_U+E0031_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006B_U+E0072_U+E0034_U+E0034_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006B_U+E0072_U+E0034_U+E0036_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006B_U+E0072_U+E0034_U+E0038_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006B_U+E0072_U+E0034_U+E0039_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E0062_U+E0067_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E0062_U+E006D_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E0063_U+E006D_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E0067_U+E0062_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E0067_U+E0067_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E0067_U+E006B_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E0067_U+E0070_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E006C_U+E006F_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E006D_U+E0067_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E006D_U+E006F_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E006D_U+E0079_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E006E_U+E0069_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E0072_U+E0067_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E0072_U+E0069_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006C_U+E0072_U+E0073_U+E0069_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E0062_U+E0071_U+E0031_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E0062_U+E0071_U+E0032_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E0062_U+E0071_U+E0033_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E0064_U+E0072_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E0066_U+E006C_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E0066_U+E0072_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E0067_U+E0065_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E0067_U+E0072_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E006C_U+E0069_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E006E_U+E0062_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E006E_U+E0068_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E006F_U+E0076_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E0075_U+E0074_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E007A_U+E0065_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006C_U+E007A_U+E0068_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0030_U+E0031_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0030_U+E0032_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0030_U+E0033_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0030_U+E0034_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0030_U+E0035_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0030_U+E0036_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0030_U+E0037_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0030_U+E0038_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0030_U+E0039_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0031_U+E0030_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0031_U+E0031_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0031_U+E0032_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0031_U+E0034_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0031_U+E0035_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0031_U+E0036_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0031_U+E0037_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0031_U+E0038_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0031_U+E0039_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0032_U+E0030_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0032_U+E0031_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0032_U+E0032_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0032_U+E0033_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0033_U+E0030_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0033_U+E0034_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0033_U+E0038_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0034_U+E0032_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0034_U+E0036_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0035_U+E0030_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E006F_U+E0035_U+E0034_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E007A_U+E0061_U+E0075_U+E006B_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E007A_U+E006E_U+E0073_U+E006E_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E007A_U+E006F_U+E0074_U+E0061_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E006E_U+E007A_U+E0077_U+E0067_U+E006E_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0070_U+E0061_U+E0031_U+E0030_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0070_U+E0061_U+E0031_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0070_U+E0061_U+E0032_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0070_U+E0061_U+E0033_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0070_U+E0061_U+E0034_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0070_U+E0061_U+E0035_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0070_U+E0061_U+E0036_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0070_U+E0061_U+E0037_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0070_U+E0061_U+E0039_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0070_U+E0061_U+E006B_U+E0079_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0070_U+E0061_U+E006E_U+E0062_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0073_U+E0065_U+E006D_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0073_U+E006B_U+E0062_U+E0063_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0073_U+E006B_U+E0062_U+E006C_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0073_U+E006B_U+E006B_U+E0069_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0073_U+E006B_U+E006E_U+E0069_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0073_U+E006B_U+E0070_U+E0076_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0073_U+E006B_U+E0074_U+E0061_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0073_U+E006B_U+E0074_U+E0063_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0073_U+E006B_U+E007A_U+E0069_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0030_U+E0035_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0030_U+E0037_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0030_U+E0039_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0031_U+E0032_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0031_U+E0034_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0031_U+E0038_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0032_U+E0031_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0032_U+E0033_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0032_U+E0036_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0033_U+E0030_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0033_U+E0032_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0033_U+E0035_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0034_U+E0030_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0034_U+E0033_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0034_U+E0036_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0034_U+E0038_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0035_U+E0031_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0035_U+E0033_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0035_U+E0036_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0035_U+E0039_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0036_U+E0031_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0036_U+E0033_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0036_U+E0035_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0036_U+E0038_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0037_U+E0031_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0037_U+E0034_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0061_U+E0037_U+E0037_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0073_U+E0061_U+E006C_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0073_U+E0061_U+E007A_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E0075_U+E0073_U+E0074_U+E0078_U+E007F.png +share/Lagom/emoji/U+1F3F4_U+E007A_U+E0077_U+E0068_U+E0061_U+E007F.png +share/Lagom/emoji/U+1F3F5.png +share/Lagom/emoji/U+1F3F7.png +share/Lagom/emoji/U+1F3F8.png +share/Lagom/emoji/U+1F3F9.png +share/Lagom/emoji/U+1F3FA.png +share/Lagom/emoji/U+1F3FB.png +share/Lagom/emoji/U+1F3FC.png +share/Lagom/emoji/U+1F3FD.png +share/Lagom/emoji/U+1F3FE.png +share/Lagom/emoji/U+1F3FF.png +share/Lagom/emoji/U+1F400.png +share/Lagom/emoji/U+1F401.png +share/Lagom/emoji/U+1F402.png +share/Lagom/emoji/U+1F403.png +share/Lagom/emoji/U+1F404.png +share/Lagom/emoji/U+1F405.png +share/Lagom/emoji/U+1F406.png +share/Lagom/emoji/U+1F407.png +share/Lagom/emoji/U+1F408.png +share/Lagom/emoji/U+1F408_U+200D_U+2B1B.png +share/Lagom/emoji/U+1F409.png +share/Lagom/emoji/U+1F40A.png +share/Lagom/emoji/U+1F40B.png +share/Lagom/emoji/U+1F40C.png +share/Lagom/emoji/U+1F40D.png +share/Lagom/emoji/U+1F40E.png +share/Lagom/emoji/U+1F40F.png +share/Lagom/emoji/U+1F410.png +share/Lagom/emoji/U+1F411.png +share/Lagom/emoji/U+1F412.png +share/Lagom/emoji/U+1F413.png +share/Lagom/emoji/U+1F414.png +share/Lagom/emoji/U+1F415.png +share/Lagom/emoji/U+1F415_U+200D_U+1F9BA.png +share/Lagom/emoji/U+1F416.png +share/Lagom/emoji/U+1F417.png +share/Lagom/emoji/U+1F418.png +share/Lagom/emoji/U+1F419.png +share/Lagom/emoji/U+1F41A.png +share/Lagom/emoji/U+1F41B.png +share/Lagom/emoji/U+1F41C.png +share/Lagom/emoji/U+1F41D.png +share/Lagom/emoji/U+1F41E.png +share/Lagom/emoji/U+1F41F.png +share/Lagom/emoji/U+1F420.png +share/Lagom/emoji/U+1F421.png +share/Lagom/emoji/U+1F422.png +share/Lagom/emoji/U+1F423.png +share/Lagom/emoji/U+1F424.png +share/Lagom/emoji/U+1F425.png +share/Lagom/emoji/U+1F426.png +share/Lagom/emoji/U+1F426_U+200D_U+1F525.png +share/Lagom/emoji/U+1F426_U+200D_U+2B1B.png +share/Lagom/emoji/U+1F427.png +share/Lagom/emoji/U+1F428.png +share/Lagom/emoji/U+1F429.png +share/Lagom/emoji/U+1F42A.png +share/Lagom/emoji/U+1F42B.png +share/Lagom/emoji/U+1F42C.png +share/Lagom/emoji/U+1F42D.png +share/Lagom/emoji/U+1F42E.png +share/Lagom/emoji/U+1F42F.png +share/Lagom/emoji/U+1F430.png +share/Lagom/emoji/U+1F431.png +share/Lagom/emoji/U+1F431_U+200D_U+1F436.png +share/Lagom/emoji/U+1F432.png +share/Lagom/emoji/U+1F433.png +share/Lagom/emoji/U+1F434.png +share/Lagom/emoji/U+1F435.png +share/Lagom/emoji/U+1F436.png +share/Lagom/emoji/U+1F437.png +share/Lagom/emoji/U+1F438.png +share/Lagom/emoji/U+1F439.png +share/Lagom/emoji/U+1F43A.png +share/Lagom/emoji/U+1F43B.png +share/Lagom/emoji/U+1F43B_U+200D_U+2744.png +share/Lagom/emoji/U+1F43C.png +share/Lagom/emoji/U+1F43D.png +share/Lagom/emoji/U+1F43E.png +share/Lagom/emoji/U+1F43F.png +share/Lagom/emoji/U+1F440.png +share/Lagom/emoji/U+1F441.png +share/Lagom/emoji/U+1F441_U+200D_U+1F5E8.png +share/Lagom/emoji/U+1F442.png +share/Lagom/emoji/U+1F443.png +share/Lagom/emoji/U+1F444.png +share/Lagom/emoji/U+1F445.png +share/Lagom/emoji/U+1F446.png +share/Lagom/emoji/U+1F447.png +share/Lagom/emoji/U+1F448.png +share/Lagom/emoji/U+1F449.png +share/Lagom/emoji/U+1F44A.png +share/Lagom/emoji/U+1F44B.png +share/Lagom/emoji/U+1F44C.png +share/Lagom/emoji/U+1F44D.png +share/Lagom/emoji/U+1F44E.png +share/Lagom/emoji/U+1F44F.png +share/Lagom/emoji/U+1F450.png +share/Lagom/emoji/U+1F451.png +share/Lagom/emoji/U+1F452.png +share/Lagom/emoji/U+1F453.png +share/Lagom/emoji/U+1F454.png +share/Lagom/emoji/U+1F455.png +share/Lagom/emoji/U+1F456.png +share/Lagom/emoji/U+1F457.png +share/Lagom/emoji/U+1F458.png +share/Lagom/emoji/U+1F459.png +share/Lagom/emoji/U+1F45A.png +share/Lagom/emoji/U+1F45B.png +share/Lagom/emoji/U+1F45C.png +share/Lagom/emoji/U+1F45D.png +share/Lagom/emoji/U+1F45E.png +share/Lagom/emoji/U+1F45F.png +share/Lagom/emoji/U+1F460.png +share/Lagom/emoji/U+1F461.png +share/Lagom/emoji/U+1F462.png +share/Lagom/emoji/U+1F463.png +share/Lagom/emoji/U+1F464.png +share/Lagom/emoji/U+1F465.png +share/Lagom/emoji/U+1F468.png +share/Lagom/emoji/U+1F468_U+200D_U+1F466.png +share/Lagom/emoji/U+1F468_U+200D_U+1F466_U+200D_U+1F466.png +share/Lagom/emoji/U+1F468_U+200D_U+1F467.png +share/Lagom/emoji/U+1F468_U+200D_U+1F467_U+200D_U+1F466.png +share/Lagom/emoji/U+1F468_U+200D_U+1F467_U+200D_U+1F467.png +share/Lagom/emoji/U+1F468_U+200D_U+1F468_U+200D_U+1F466.png +share/Lagom/emoji/U+1F468_U+200D_U+1F468_U+200D_U+1F466_U+200D_U+1F466.png +share/Lagom/emoji/U+1F468_U+200D_U+1F468_U+200D_U+1F467.png +share/Lagom/emoji/U+1F468_U+200D_U+1F468_U+200D_U+1F467_U+200D_U+1F466.png +share/Lagom/emoji/U+1F468_U+200D_U+1F468_U+200D_U+1F467_U+200D_U+1F467.png +share/Lagom/emoji/U+1F468_U+200D_U+1F469_U+200D_U+1F466.png +share/Lagom/emoji/U+1F468_U+200D_U+1F469_U+200D_U+1F466_U+200D_U+1F466.png +share/Lagom/emoji/U+1F468_U+200D_U+1F469_U+200D_U+1F467.png +share/Lagom/emoji/U+1F468_U+200D_U+1F469_U+200D_U+1F467_U+200D_U+1F466.png +share/Lagom/emoji/U+1F468_U+200D_U+1F469_U+200D_U+1F467_U+200D_U+1F467.png +share/Lagom/emoji/U+1F468_U+200D_U+1F4BB.png +share/Lagom/emoji/U+1F468_U+200D_U+1F4BC.png +share/Lagom/emoji/U+1F468_U+200D_U+1F527.png +share/Lagom/emoji/U+1F468_U+200D_U+1F52C.png +share/Lagom/emoji/U+1F468_U+200D_U+1F680.png +share/Lagom/emoji/U+1F468_U+200D_U+1F692.png +share/Lagom/emoji/U+1F468_U+200D_U+1F9AF.png +share/Lagom/emoji/U+1F468_U+200D_U+1F9B0.png +share/Lagom/emoji/U+1F468_U+200D_U+1F9B1.png +share/Lagom/emoji/U+1F468_U+200D_U+1F9B2.png +share/Lagom/emoji/U+1F468_U+200D_U+1F9B3.png +share/Lagom/emoji/U+1F468_U+200D_U+1F9BD.png +share/Lagom/emoji/U+1F468_U+200D_U+2695.png +share/Lagom/emoji/U+1F468_U+200D_U+2696.png +share/Lagom/emoji/U+1F468_U+200D_U+2764_U+200D_U+1F468.png +share/Lagom/emoji/U+1F469.png +share/Lagom/emoji/U+1F469_U+200D_U+1F466.png +share/Lagom/emoji/U+1F469_U+200D_U+1F466_U+200D_U+1F466.png +share/Lagom/emoji/U+1F469_U+200D_U+1F467.png +share/Lagom/emoji/U+1F469_U+200D_U+1F467_U+200D_U+1F466.png +share/Lagom/emoji/U+1F469_U+200D_U+1F467_U+200D_U+1F467.png +share/Lagom/emoji/U+1F469_U+200D_U+1F469_U+200D_U+1F466.png +share/Lagom/emoji/U+1F469_U+200D_U+1F469_U+200D_U+1F466_U+200D_U+1F466.png +share/Lagom/emoji/U+1F469_U+200D_U+1F469_U+200D_U+1F467.png +share/Lagom/emoji/U+1F469_U+200D_U+1F469_U+200D_U+1F467_U+200D_U+1F466.png +share/Lagom/emoji/U+1F469_U+200D_U+1F469_U+200D_U+1F467_U+200D_U+1F467.png +share/Lagom/emoji/U+1F469_U+200D_U+1F4BB.png +share/Lagom/emoji/U+1F469_U+200D_U+1F4BC.png +share/Lagom/emoji/U+1F469_U+200D_U+1F527.png +share/Lagom/emoji/U+1F469_U+200D_U+1F52C.png +share/Lagom/emoji/U+1F469_U+200D_U+1F680.png +share/Lagom/emoji/U+1F469_U+200D_U+1F692.png +share/Lagom/emoji/U+1F469_U+200D_U+1F9AF.png +share/Lagom/emoji/U+1F469_U+200D_U+1F9B0.png +share/Lagom/emoji/U+1F469_U+200D_U+1F9B1.png +share/Lagom/emoji/U+1F469_U+200D_U+1F9B2.png +share/Lagom/emoji/U+1F469_U+200D_U+1F9B3.png +share/Lagom/emoji/U+1F469_U+200D_U+1F9BD.png +share/Lagom/emoji/U+1F469_U+200D_U+2695.png +share/Lagom/emoji/U+1F469_U+200D_U+2696.png +share/Lagom/emoji/U+1F469_U+200D_U+2764_U+200D_U+1F468.png +share/Lagom/emoji/U+1F469_U+200D_U+2764_U+200D_U+1F469.png +share/Lagom/emoji/U+1F46F.png +share/Lagom/emoji/U+1F471.png +share/Lagom/emoji/U+1F471_U+200D_U+2640.png +share/Lagom/emoji/U+1F471_U+200D_U+2642.png +share/Lagom/emoji/U+1F473.png +share/Lagom/emoji/U+1F473_U+200D_U+2640.png +share/Lagom/emoji/U+1F473_U+200D_U+2642.png +share/Lagom/emoji/U+1F478.png +share/Lagom/emoji/U+1F479.png +share/Lagom/emoji/U+1F47A.png +share/Lagom/emoji/U+1F47B.png +share/Lagom/emoji/U+1F47C.png +share/Lagom/emoji/U+1F47D.png +share/Lagom/emoji/U+1F47E.png +share/Lagom/emoji/U+1F47F.png +share/Lagom/emoji/U+1F480.png +share/Lagom/emoji/U+1F481.png +share/Lagom/emoji/U+1F481_U+200D_U+2640.png +share/Lagom/emoji/U+1F481_U+200D_U+2642.png +share/Lagom/emoji/U+1F482.png +share/Lagom/emoji/U+1F482_U+200D_U+2640.png +share/Lagom/emoji/U+1F482_U+200D_U+2642.png +share/Lagom/emoji/U+1F483.png +share/Lagom/emoji/U+1F484.png +share/Lagom/emoji/U+1F485.png +share/Lagom/emoji/U+1F486.png +share/Lagom/emoji/U+1F486_U+200D_U+2640.png +share/Lagom/emoji/U+1F486_U+200D_U+2642.png +share/Lagom/emoji/U+1F487.png +share/Lagom/emoji/U+1F487_U+200D_U+2640.png +share/Lagom/emoji/U+1F487_U+200D_U+2642.png +share/Lagom/emoji/U+1F488.png +share/Lagom/emoji/U+1F489.png +share/Lagom/emoji/U+1F48A.png +share/Lagom/emoji/U+1F48B.png +share/Lagom/emoji/U+1F48C.png +share/Lagom/emoji/U+1F48D.png +share/Lagom/emoji/U+1F48E.png +share/Lagom/emoji/U+1F490.png +share/Lagom/emoji/U+1F492.png +share/Lagom/emoji/U+1F493.png +share/Lagom/emoji/U+1F494.png +share/Lagom/emoji/U+1F495.png +share/Lagom/emoji/U+1F496.png +share/Lagom/emoji/U+1F497.png +share/Lagom/emoji/U+1F498.png +share/Lagom/emoji/U+1F499.png +share/Lagom/emoji/U+1F49A.png +share/Lagom/emoji/U+1F49B.png +share/Lagom/emoji/U+1F49C.png +share/Lagom/emoji/U+1F49D.png +share/Lagom/emoji/U+1F49E.png +share/Lagom/emoji/U+1F49F.png +share/Lagom/emoji/U+1F4A0.png +share/Lagom/emoji/U+1F4A1.png +share/Lagom/emoji/U+1F4A2.png +share/Lagom/emoji/U+1F4A3.png +share/Lagom/emoji/U+1F4A4.png +share/Lagom/emoji/U+1F4A5.png +share/Lagom/emoji/U+1F4A6.png +share/Lagom/emoji/U+1F4A7.png +share/Lagom/emoji/U+1F4A8.png +share/Lagom/emoji/U+1F4A9.png +share/Lagom/emoji/U+1F4AA.png +share/Lagom/emoji/U+1F4AB.png +share/Lagom/emoji/U+1F4AC.png +share/Lagom/emoji/U+1F4AD.png +share/Lagom/emoji/U+1F4AE.png +share/Lagom/emoji/U+1F4AF.png +share/Lagom/emoji/U+1F4B0.png +share/Lagom/emoji/U+1F4B1.png +share/Lagom/emoji/U+1F4B2.png +share/Lagom/emoji/U+1F4B3.png +share/Lagom/emoji/U+1F4B4.png +share/Lagom/emoji/U+1F4B5.png +share/Lagom/emoji/U+1F4B6.png +share/Lagom/emoji/U+1F4B7.png +share/Lagom/emoji/U+1F4B8.png +share/Lagom/emoji/U+1F4B9.png +share/Lagom/emoji/U+1F4BA.png +share/Lagom/emoji/U+1F4BB.png +share/Lagom/emoji/U+1F4BC.png +share/Lagom/emoji/U+1F4BD.png +share/Lagom/emoji/U+1F4BE.png +share/Lagom/emoji/U+1F4BF.png +share/Lagom/emoji/U+1F4C0.png +share/Lagom/emoji/U+1F4C1.png +share/Lagom/emoji/U+1F4C2.png +share/Lagom/emoji/U+1F4C3.png +share/Lagom/emoji/U+1F4C4.png +share/Lagom/emoji/U+1F4C5.png +share/Lagom/emoji/U+1F4C6.png +share/Lagom/emoji/U+1F4C7.png +share/Lagom/emoji/U+1F4C8.png +share/Lagom/emoji/U+1F4C9.png +share/Lagom/emoji/U+1F4CA.png +share/Lagom/emoji/U+1F4CB.png +share/Lagom/emoji/U+1F4CC.png +share/Lagom/emoji/U+1F4CD.png +share/Lagom/emoji/U+1F4CE.png +share/Lagom/emoji/U+1F4CF.png +share/Lagom/emoji/U+1F4D0.png +share/Lagom/emoji/U+1F4D1.png +share/Lagom/emoji/U+1F4D2.png +share/Lagom/emoji/U+1F4D3.png +share/Lagom/emoji/U+1F4D4.png +share/Lagom/emoji/U+1F4D5.png +share/Lagom/emoji/U+1F4D6.png +share/Lagom/emoji/U+1F4D7.png +share/Lagom/emoji/U+1F4D8.png +share/Lagom/emoji/U+1F4D9.png +share/Lagom/emoji/U+1F4DA.png +share/Lagom/emoji/U+1F4DB.png +share/Lagom/emoji/U+1F4DC.png +share/Lagom/emoji/U+1F4DD.png +share/Lagom/emoji/U+1F4DE.png +share/Lagom/emoji/U+1F4DF.png +share/Lagom/emoji/U+1F4E0.png +share/Lagom/emoji/U+1F4E1.png +share/Lagom/emoji/U+1F4E2.png +share/Lagom/emoji/U+1F4E3.png +share/Lagom/emoji/U+1F4E4.png +share/Lagom/emoji/U+1F4E5.png +share/Lagom/emoji/U+1F4E6.png +share/Lagom/emoji/U+1F4E7.png +share/Lagom/emoji/U+1F4E8.png +share/Lagom/emoji/U+1F4E9.png +share/Lagom/emoji/U+1F4EA.png +share/Lagom/emoji/U+1F4EB.png +share/Lagom/emoji/U+1F4EC.png +share/Lagom/emoji/U+1F4ED.png +share/Lagom/emoji/U+1F4EE.png +share/Lagom/emoji/U+1F4EF.png +share/Lagom/emoji/U+1F4F0.png +share/Lagom/emoji/U+1F4F1.png +share/Lagom/emoji/U+1F4F2.png +share/Lagom/emoji/U+1F4F3.png +share/Lagom/emoji/U+1F4F4.png +share/Lagom/emoji/U+1F4F5.png +share/Lagom/emoji/U+1F4F6.png +share/Lagom/emoji/U+1F4F7.png +share/Lagom/emoji/U+1F4F8.png +share/Lagom/emoji/U+1F4F9.png +share/Lagom/emoji/U+1F4FA.png +share/Lagom/emoji/U+1F4FB.png +share/Lagom/emoji/U+1F4FC.png +share/Lagom/emoji/U+1F4FD.png +share/Lagom/emoji/U+1F500.png +share/Lagom/emoji/U+1F501.png +share/Lagom/emoji/U+1F502.png +share/Lagom/emoji/U+1F503.png +share/Lagom/emoji/U+1F504.png +share/Lagom/emoji/U+1F505.png +share/Lagom/emoji/U+1F506.png +share/Lagom/emoji/U+1F507.png +share/Lagom/emoji/U+1F508.png +share/Lagom/emoji/U+1F509.png +share/Lagom/emoji/U+1F50A.png +share/Lagom/emoji/U+1F50B.png +share/Lagom/emoji/U+1F50C.png +share/Lagom/emoji/U+1F50D.png +share/Lagom/emoji/U+1F50E.png +share/Lagom/emoji/U+1F50F.png +share/Lagom/emoji/U+1F510.png +share/Lagom/emoji/U+1F511.png +share/Lagom/emoji/U+1F512.png +share/Lagom/emoji/U+1F513.png +share/Lagom/emoji/U+1F514.png +share/Lagom/emoji/U+1F515.png +share/Lagom/emoji/U+1F516.png +share/Lagom/emoji/U+1F517.png +share/Lagom/emoji/U+1F517_U+200D_U+1F4A5.png +share/Lagom/emoji/U+1F518.png +share/Lagom/emoji/U+1F519.png +share/Lagom/emoji/U+1F51A.png +share/Lagom/emoji/U+1F51B.png +share/Lagom/emoji/U+1F51C.png +share/Lagom/emoji/U+1F51D.png +share/Lagom/emoji/U+1F51E.png +share/Lagom/emoji/U+1F51F.png +share/Lagom/emoji/U+1F520.png +share/Lagom/emoji/U+1F521.png +share/Lagom/emoji/U+1F522.png +share/Lagom/emoji/U+1F523.png +share/Lagom/emoji/U+1F524.png +share/Lagom/emoji/U+1F525.png +share/Lagom/emoji/U+1F526.png +share/Lagom/emoji/U+1F527.png +share/Lagom/emoji/U+1F528.png +share/Lagom/emoji/U+1F529.png +share/Lagom/emoji/U+1F52A.png +share/Lagom/emoji/U+1F52B.png +share/Lagom/emoji/U+1F52C.png +share/Lagom/emoji/U+1F52D.png +share/Lagom/emoji/U+1F52E.png +share/Lagom/emoji/U+1F52F.png +share/Lagom/emoji/U+1F530.png +share/Lagom/emoji/U+1F531.png +share/Lagom/emoji/U+1F532.png +share/Lagom/emoji/U+1F533.png +share/Lagom/emoji/U+1F534.png +share/Lagom/emoji/U+1F535.png +share/Lagom/emoji/U+1F536.png +share/Lagom/emoji/U+1F537.png +share/Lagom/emoji/U+1F538.png +share/Lagom/emoji/U+1F539.png +share/Lagom/emoji/U+1F53A.png +share/Lagom/emoji/U+1F53B.png +share/Lagom/emoji/U+1F53C.png +share/Lagom/emoji/U+1F53D.png +share/Lagom/emoji/U+1F549.png +share/Lagom/emoji/U+1F54A.png +share/Lagom/emoji/U+1F54B.png +share/Lagom/emoji/U+1F54D.png +share/Lagom/emoji/U+1F54E.png +share/Lagom/emoji/U+1F550.png +share/Lagom/emoji/U+1F551.png +share/Lagom/emoji/U+1F552.png +share/Lagom/emoji/U+1F553.png +share/Lagom/emoji/U+1F554.png +share/Lagom/emoji/U+1F555.png +share/Lagom/emoji/U+1F556.png +share/Lagom/emoji/U+1F557.png +share/Lagom/emoji/U+1F558.png +share/Lagom/emoji/U+1F559.png +share/Lagom/emoji/U+1F55A.png +share/Lagom/emoji/U+1F55B.png +share/Lagom/emoji/U+1F55C.png +share/Lagom/emoji/U+1F55D.png +share/Lagom/emoji/U+1F55E.png +share/Lagom/emoji/U+1F55F.png +share/Lagom/emoji/U+1F560.png +share/Lagom/emoji/U+1F561.png +share/Lagom/emoji/U+1F562.png +share/Lagom/emoji/U+1F563.png +share/Lagom/emoji/U+1F564.png +share/Lagom/emoji/U+1F565.png +share/Lagom/emoji/U+1F566.png +share/Lagom/emoji/U+1F567.png +share/Lagom/emoji/U+1F56F.png +share/Lagom/emoji/U+1F570.png +share/Lagom/emoji/U+1F573.png +share/Lagom/emoji/U+1F574.png +share/Lagom/emoji/U+1F575.png +share/Lagom/emoji/U+1F576.png +share/Lagom/emoji/U+1F577.png +share/Lagom/emoji/U+1F578.png +share/Lagom/emoji/U+1F579.png +share/Lagom/emoji/U+1F57A.png +share/Lagom/emoji/U+1F587.png +share/Lagom/emoji/U+1F58A.png +share/Lagom/emoji/U+1F58B.png +share/Lagom/emoji/U+1F58C.png +share/Lagom/emoji/U+1F58D.png +share/Lagom/emoji/U+1F590.png +share/Lagom/emoji/U+1F595.png +share/Lagom/emoji/U+1F596.png +share/Lagom/emoji/U+1F5A4.png +share/Lagom/emoji/U+1F5A5.png +share/Lagom/emoji/U+1F5A8.png +share/Lagom/emoji/U+1F5B1.png +share/Lagom/emoji/U+1F5B2.png +share/Lagom/emoji/U+1F5BC.png +share/Lagom/emoji/U+1F5C2.png +share/Lagom/emoji/U+1F5C3.png +share/Lagom/emoji/U+1F5C4.png +share/Lagom/emoji/U+1F5D1.png +share/Lagom/emoji/U+1F5D2.png +share/Lagom/emoji/U+1F5D3.png +share/Lagom/emoji/U+1F5DC.png +share/Lagom/emoji/U+1F5DD.png +share/Lagom/emoji/U+1F5DE.png +share/Lagom/emoji/U+1F5E1.png +share/Lagom/emoji/U+1F5E3.png +share/Lagom/emoji/U+1F5E8.png +share/Lagom/emoji/U+1F5EF.png +share/Lagom/emoji/U+1F5F3.png +share/Lagom/emoji/U+1F5FA.png +share/Lagom/emoji/U+1F5FB.png +share/Lagom/emoji/U+1F5FC.png +share/Lagom/emoji/U+1F5FD.png +share/Lagom/emoji/U+1F5FE.png +share/Lagom/emoji/U+1F5FF.png +share/Lagom/emoji/U+1F600.png +share/Lagom/emoji/U+1F601.png +share/Lagom/emoji/U+1F602.png +share/Lagom/emoji/U+1F603.png +share/Lagom/emoji/U+1F604.png +share/Lagom/emoji/U+1F605.png +share/Lagom/emoji/U+1F606.png +share/Lagom/emoji/U+1F607.png +share/Lagom/emoji/U+1F608.png +share/Lagom/emoji/U+1F609.png +share/Lagom/emoji/U+1F60A.png +share/Lagom/emoji/U+1F60B.png +share/Lagom/emoji/U+1F60C.png +share/Lagom/emoji/U+1F60D.png +share/Lagom/emoji/U+1F60E.png +share/Lagom/emoji/U+1F60F.png +share/Lagom/emoji/U+1F610.png +share/Lagom/emoji/U+1F611.png +share/Lagom/emoji/U+1F612.png +share/Lagom/emoji/U+1F613.png +share/Lagom/emoji/U+1F614.png +share/Lagom/emoji/U+1F615.png +share/Lagom/emoji/U+1F616.png +share/Lagom/emoji/U+1F617.png +share/Lagom/emoji/U+1F618.png +share/Lagom/emoji/U+1F619.png +share/Lagom/emoji/U+1F61A.png +share/Lagom/emoji/U+1F61B.png +share/Lagom/emoji/U+1F61C.png +share/Lagom/emoji/U+1F61D.png +share/Lagom/emoji/U+1F61E.png +share/Lagom/emoji/U+1F61F.png +share/Lagom/emoji/U+1F620.png +share/Lagom/emoji/U+1F621.png +share/Lagom/emoji/U+1F622.png +share/Lagom/emoji/U+1F623.png +share/Lagom/emoji/U+1F624.png +share/Lagom/emoji/U+1F625.png +share/Lagom/emoji/U+1F626.png +share/Lagom/emoji/U+1F627.png +share/Lagom/emoji/U+1F628.png +share/Lagom/emoji/U+1F629.png +share/Lagom/emoji/U+1F62A.png +share/Lagom/emoji/U+1F62B.png +share/Lagom/emoji/U+1F62C.png +share/Lagom/emoji/U+1F62D.png +share/Lagom/emoji/U+1F62E.png +share/Lagom/emoji/U+1F62E_U+200D_U+1F4A8.png +share/Lagom/emoji/U+1F62F.png +share/Lagom/emoji/U+1F630.png +share/Lagom/emoji/U+1F631.png +share/Lagom/emoji/U+1F632.png +share/Lagom/emoji/U+1F633.png +share/Lagom/emoji/U+1F634.png +share/Lagom/emoji/U+1F635.png +share/Lagom/emoji/U+1F635_U+200D_U+1F4AB.png +share/Lagom/emoji/U+1F636.png +share/Lagom/emoji/U+1F636_U+200D_U+1F32B.png +share/Lagom/emoji/U+1F637.png +share/Lagom/emoji/U+1F638.png +share/Lagom/emoji/U+1F639.png +share/Lagom/emoji/U+1F63A.png +share/Lagom/emoji/U+1F63B.png +share/Lagom/emoji/U+1F63C.png +share/Lagom/emoji/U+1F63D.png +share/Lagom/emoji/U+1F63E.png +share/Lagom/emoji/U+1F63F.png +share/Lagom/emoji/U+1F640.png +share/Lagom/emoji/U+1F641.png +share/Lagom/emoji/U+1F642.png +share/Lagom/emoji/U+1F642_U+200D_U+2194.png +share/Lagom/emoji/U+1F642_U+200D_U+2195.png +share/Lagom/emoji/U+1F643.png +share/Lagom/emoji/U+1F644.png +share/Lagom/emoji/U+1F645.png +share/Lagom/emoji/U+1F645_U+200D_U+2640.png +share/Lagom/emoji/U+1F645_U+200D_U+2642.png +share/Lagom/emoji/U+1F646.png +share/Lagom/emoji/U+1F646_U+200D_U+2640.png +share/Lagom/emoji/U+1F646_U+200D_U+2642.png +share/Lagom/emoji/U+1F647.png +share/Lagom/emoji/U+1F647_U+200D_U+2640.png +share/Lagom/emoji/U+1F647_U+200D_U+2642.png +share/Lagom/emoji/U+1F648.png +share/Lagom/emoji/U+1F649.png +share/Lagom/emoji/U+1F64A.png +share/Lagom/emoji/U+1F64B.png +share/Lagom/emoji/U+1F64B_U+200D_U+2640.png +share/Lagom/emoji/U+1F64B_U+200D_U+2642.png +share/Lagom/emoji/U+1F64C.png +share/Lagom/emoji/U+1F64F.png +share/Lagom/emoji/U+1F680.png +share/Lagom/emoji/U+1F681.png +share/Lagom/emoji/U+1F682.png +share/Lagom/emoji/U+1F683.png +share/Lagom/emoji/U+1F684.png +share/Lagom/emoji/U+1F685.png +share/Lagom/emoji/U+1F686.png +share/Lagom/emoji/U+1F687.png +share/Lagom/emoji/U+1F689.png +share/Lagom/emoji/U+1F68E.png +share/Lagom/emoji/U+1F68F.png +share/Lagom/emoji/U+1F690.png +share/Lagom/emoji/U+1F691.png +share/Lagom/emoji/U+1F692.png +share/Lagom/emoji/U+1F693.png +share/Lagom/emoji/U+1F694.png +share/Lagom/emoji/U+1F695.png +share/Lagom/emoji/U+1F696.png +share/Lagom/emoji/U+1F697.png +share/Lagom/emoji/U+1F698.png +share/Lagom/emoji/U+1F699.png +share/Lagom/emoji/U+1F69A.png +share/Lagom/emoji/U+1F69B.png +share/Lagom/emoji/U+1F69C.png +share/Lagom/emoji/U+1F69D.png +share/Lagom/emoji/U+1F6A0.png +share/Lagom/emoji/U+1F6A1.png +share/Lagom/emoji/U+1F6A2.png +share/Lagom/emoji/U+1F6A3.png +share/Lagom/emoji/U+1F6A3_U+200D_U+2640.png +share/Lagom/emoji/U+1F6A3_U+200D_U+2642.png +share/Lagom/emoji/U+1F6A4.png +share/Lagom/emoji/U+1F6A5.png +share/Lagom/emoji/U+1F6A6.png +share/Lagom/emoji/U+1F6A7.png +share/Lagom/emoji/U+1F6A8.png +share/Lagom/emoji/U+1F6A9.png +share/Lagom/emoji/U+1F6AA.png +share/Lagom/emoji/U+1F6AB.png +share/Lagom/emoji/U+1F6AC.png +share/Lagom/emoji/U+1F6AD.png +share/Lagom/emoji/U+1F6AE.png +share/Lagom/emoji/U+1F6AF.png +share/Lagom/emoji/U+1F6B0.png +share/Lagom/emoji/U+1F6B1.png +share/Lagom/emoji/U+1F6B2.png +share/Lagom/emoji/U+1F6B3.png +share/Lagom/emoji/U+1F6B4.png +share/Lagom/emoji/U+1F6B4_U+200D_U+2640.png +share/Lagom/emoji/U+1F6B4_U+200D_U+2642.png +share/Lagom/emoji/U+1F6B5.png +share/Lagom/emoji/U+1F6B5_U+200D_U+2640.png +share/Lagom/emoji/U+1F6B5_U+200D_U+2642.png +share/Lagom/emoji/U+1F6B6.png +share/Lagom/emoji/U+1F6B6_U+200D_U+2640.png +share/Lagom/emoji/U+1F6B6_U+200D_U+2642.png +share/Lagom/emoji/U+1F6B7.png +share/Lagom/emoji/U+1F6B8.png +share/Lagom/emoji/U+1F6B9.png +share/Lagom/emoji/U+1F6BA.png +share/Lagom/emoji/U+1F6BB.png +share/Lagom/emoji/U+1F6BC.png +share/Lagom/emoji/U+1F6BD.png +share/Lagom/emoji/U+1F6BE.png +share/Lagom/emoji/U+1F6BF.png +share/Lagom/emoji/U+1F6C0.png +share/Lagom/emoji/U+1F6C1.png +share/Lagom/emoji/U+1F6C2.png +share/Lagom/emoji/U+1F6C3.png +share/Lagom/emoji/U+1F6C4.png +share/Lagom/emoji/U+1F6C5.png +share/Lagom/emoji/U+1F6CB.png +share/Lagom/emoji/U+1F6CC.png +share/Lagom/emoji/U+1F6CD.png +share/Lagom/emoji/U+1F6CE.png +share/Lagom/emoji/U+1F6CF.png +share/Lagom/emoji/U+1F6D0.png +share/Lagom/emoji/U+1F6D1.png +share/Lagom/emoji/U+1F6D2.png +share/Lagom/emoji/U+1F6D6.png +share/Lagom/emoji/U+1F6D7.png +share/Lagom/emoji/U+1F6DC.png +share/Lagom/emoji/U+1F6DD.png +share/Lagom/emoji/U+1F6DE.png +share/Lagom/emoji/U+1F6DF.png +share/Lagom/emoji/U+1F6E0.png +share/Lagom/emoji/U+1F6E1.png +share/Lagom/emoji/U+1F6E2.png +share/Lagom/emoji/U+1F6E3.png +share/Lagom/emoji/U+1F6E4.png +share/Lagom/emoji/U+1F6E5.png +share/Lagom/emoji/U+1F6E9.png +share/Lagom/emoji/U+1F6EB.png +share/Lagom/emoji/U+1F6EC.png +share/Lagom/emoji/U+1F6F0.png +share/Lagom/emoji/U+1F6F3.png +share/Lagom/emoji/U+1F6F4.png +share/Lagom/emoji/U+1F6F5.png +share/Lagom/emoji/U+1F6F6.png +share/Lagom/emoji/U+1F6F7.png +share/Lagom/emoji/U+1F6F8.png +share/Lagom/emoji/U+1F6F9.png +share/Lagom/emoji/U+1F6FA.png +share/Lagom/emoji/U+1F6FB.png +share/Lagom/emoji/U+1F7E0.png +share/Lagom/emoji/U+1F7E1.png +share/Lagom/emoji/U+1F7E2.png +share/Lagom/emoji/U+1F7E3.png +share/Lagom/emoji/U+1F7E4.png +share/Lagom/emoji/U+1F7E5.png +share/Lagom/emoji/U+1F7E6.png +share/Lagom/emoji/U+1F7E7.png +share/Lagom/emoji/U+1F7E8.png +share/Lagom/emoji/U+1F7E9.png +share/Lagom/emoji/U+1F7EA.png +share/Lagom/emoji/U+1F7EB.png +share/Lagom/emoji/U+1F7F0.png +share/Lagom/emoji/U+1F90C.png +share/Lagom/emoji/U+1F90D.png +share/Lagom/emoji/U+1F90E.png +share/Lagom/emoji/U+1F90F.png +share/Lagom/emoji/U+1F910.png +share/Lagom/emoji/U+1F911.png +share/Lagom/emoji/U+1F912.png +share/Lagom/emoji/U+1F913.png +share/Lagom/emoji/U+1F914.png +share/Lagom/emoji/U+1F915.png +share/Lagom/emoji/U+1F916.png +share/Lagom/emoji/U+1F917.png +share/Lagom/emoji/U+1F918.png +share/Lagom/emoji/U+1F919.png +share/Lagom/emoji/U+1F91A.png +share/Lagom/emoji/U+1F91B.png +share/Lagom/emoji/U+1F91C.png +share/Lagom/emoji/U+1F91D.png +share/Lagom/emoji/U+1F91E.png +share/Lagom/emoji/U+1F91F.png +share/Lagom/emoji/U+1F920.png +share/Lagom/emoji/U+1F921.png +share/Lagom/emoji/U+1F922.png +share/Lagom/emoji/U+1F923.png +share/Lagom/emoji/U+1F924.png +share/Lagom/emoji/U+1F925.png +share/Lagom/emoji/U+1F926.png +share/Lagom/emoji/U+1F927.png +share/Lagom/emoji/U+1F928.png +share/Lagom/emoji/U+1F929.png +share/Lagom/emoji/U+1F92A.png +share/Lagom/emoji/U+1F92B.png +share/Lagom/emoji/U+1F92C.png +share/Lagom/emoji/U+1F92D.png +share/Lagom/emoji/U+1F92E.png +share/Lagom/emoji/U+1F92F.png +share/Lagom/emoji/U+1F930.png +share/Lagom/emoji/U+1F931.png +share/Lagom/emoji/U+1F933.png +share/Lagom/emoji/U+1F938.png +share/Lagom/emoji/U+1F938_U+200D_U+2640.png +share/Lagom/emoji/U+1F938_U+200D_U+2642.png +share/Lagom/emoji/U+1F939.png +share/Lagom/emoji/U+1F939_U+200D_U+2640.png +share/Lagom/emoji/U+1F939_U+200D_U+2642.png +share/Lagom/emoji/U+1F93A.png +share/Lagom/emoji/U+1F93E.png +share/Lagom/emoji/U+1F93E_U+200D_U+2640.png +share/Lagom/emoji/U+1F93E_U+200D_U+2642.png +share/Lagom/emoji/U+1F93F.png +share/Lagom/emoji/U+1F940.png +share/Lagom/emoji/U+1F941.png +share/Lagom/emoji/U+1F942.png +share/Lagom/emoji/U+1F943.png +share/Lagom/emoji/U+1F944.png +share/Lagom/emoji/U+1F945.png +share/Lagom/emoji/U+1F947.png +share/Lagom/emoji/U+1F948.png +share/Lagom/emoji/U+1F949.png +share/Lagom/emoji/U+1F94A.png +share/Lagom/emoji/U+1F94B.png +share/Lagom/emoji/U+1F94C.png +share/Lagom/emoji/U+1F94D.png +share/Lagom/emoji/U+1F94E.png +share/Lagom/emoji/U+1F94F.png +share/Lagom/emoji/U+1F950.png +share/Lagom/emoji/U+1F951.png +share/Lagom/emoji/U+1F952.png +share/Lagom/emoji/U+1F953.png +share/Lagom/emoji/U+1F954.png +share/Lagom/emoji/U+1F955.png +share/Lagom/emoji/U+1F956.png +share/Lagom/emoji/U+1F957.png +share/Lagom/emoji/U+1F958.png +share/Lagom/emoji/U+1F959.png +share/Lagom/emoji/U+1F95A.png +share/Lagom/emoji/U+1F95B.png +share/Lagom/emoji/U+1F95C.png +share/Lagom/emoji/U+1F95D.png +share/Lagom/emoji/U+1F95E.png +share/Lagom/emoji/U+1F95F.png +share/Lagom/emoji/U+1F960.png +share/Lagom/emoji/U+1F961.png +share/Lagom/emoji/U+1F962.png +share/Lagom/emoji/U+1F963.png +share/Lagom/emoji/U+1F964.png +share/Lagom/emoji/U+1F965.png +share/Lagom/emoji/U+1F966.png +share/Lagom/emoji/U+1F967.png +share/Lagom/emoji/U+1F968.png +share/Lagom/emoji/U+1F969.png +share/Lagom/emoji/U+1F96A.png +share/Lagom/emoji/U+1F96B.png +share/Lagom/emoji/U+1F96C.png +share/Lagom/emoji/U+1F96D.png +share/Lagom/emoji/U+1F96F.png +share/Lagom/emoji/U+1F970.png +share/Lagom/emoji/U+1F971.png +share/Lagom/emoji/U+1F972.png +share/Lagom/emoji/U+1F973.png +share/Lagom/emoji/U+1F974.png +share/Lagom/emoji/U+1F975.png +share/Lagom/emoji/U+1F976.png +share/Lagom/emoji/U+1F977.png +share/Lagom/emoji/U+1F978.png +share/Lagom/emoji/U+1F979.png +share/Lagom/emoji/U+1F97A.png +share/Lagom/emoji/U+1F97B.png +share/Lagom/emoji/U+1F97C.png +share/Lagom/emoji/U+1F97D.png +share/Lagom/emoji/U+1F97E.png +share/Lagom/emoji/U+1F97F.png +share/Lagom/emoji/U+1F980.png +share/Lagom/emoji/U+1F981.png +share/Lagom/emoji/U+1F982.png +share/Lagom/emoji/U+1F983.png +share/Lagom/emoji/U+1F984.png +share/Lagom/emoji/U+1F985.png +share/Lagom/emoji/U+1F986.png +share/Lagom/emoji/U+1F987.png +share/Lagom/emoji/U+1F988.png +share/Lagom/emoji/U+1F989.png +share/Lagom/emoji/U+1F98A.png +share/Lagom/emoji/U+1F98B.png +share/Lagom/emoji/U+1F98C.png +share/Lagom/emoji/U+1F98E.png +share/Lagom/emoji/U+1F990.png +share/Lagom/emoji/U+1F991.png +share/Lagom/emoji/U+1F992.png +share/Lagom/emoji/U+1F993.png +share/Lagom/emoji/U+1F994.png +share/Lagom/emoji/U+1F995.png +share/Lagom/emoji/U+1F996.png +share/Lagom/emoji/U+1F997.png +share/Lagom/emoji/U+1F998.png +share/Lagom/emoji/U+1F999.png +share/Lagom/emoji/U+1F99A.png +share/Lagom/emoji/U+1F99C.png +share/Lagom/emoji/U+1F99D.png +share/Lagom/emoji/U+1F99E.png +share/Lagom/emoji/U+1F9A0.png +share/Lagom/emoji/U+1F9A1.png +share/Lagom/emoji/U+1F9A2.png +share/Lagom/emoji/U+1F9A3.png +share/Lagom/emoji/U+1F9A4.png +share/Lagom/emoji/U+1F9A5.png +share/Lagom/emoji/U+1F9A6.png +share/Lagom/emoji/U+1F9A7.png +share/Lagom/emoji/U+1F9A9.png +share/Lagom/emoji/U+1F9AA.png +share/Lagom/emoji/U+1F9AB.png +share/Lagom/emoji/U+1F9AC.png +share/Lagom/emoji/U+1F9AD.png +share/Lagom/emoji/U+1F9AE.png +share/Lagom/emoji/U+1F9AF.png +share/Lagom/emoji/U+1F9B0.png +share/Lagom/emoji/U+1F9B1.png +share/Lagom/emoji/U+1F9B2.png +share/Lagom/emoji/U+1F9B3.png +share/Lagom/emoji/U+1F9B4.png +share/Lagom/emoji/U+1F9B5.png +share/Lagom/emoji/U+1F9B6.png +share/Lagom/emoji/U+1F9B7.png +share/Lagom/emoji/U+1F9B8.png +share/Lagom/emoji/U+1F9B9.png +share/Lagom/emoji/U+1F9BA.png +share/Lagom/emoji/U+1F9BB.png +share/Lagom/emoji/U+1F9BE.png +share/Lagom/emoji/U+1F9BF.png +share/Lagom/emoji/U+1F9C0.png +share/Lagom/emoji/U+1F9C1.png +share/Lagom/emoji/U+1F9C2.png +share/Lagom/emoji/U+1F9C3.png +share/Lagom/emoji/U+1F9C4.png +share/Lagom/emoji/U+1F9C5.png +share/Lagom/emoji/U+1F9C6.png +share/Lagom/emoji/U+1F9C7.png +share/Lagom/emoji/U+1F9C8.png +share/Lagom/emoji/U+1F9C9.png +share/Lagom/emoji/U+1F9CA.png +share/Lagom/emoji/U+1F9CB.png +share/Lagom/emoji/U+1F9CC.png +share/Lagom/emoji/U+1F9CD.png +share/Lagom/emoji/U+1F9CD_U+200D_U+2640.png +share/Lagom/emoji/U+1F9CD_U+200D_U+2642.png +share/Lagom/emoji/U+1F9CE.png +share/Lagom/emoji/U+1F9CE_U+1F3FB.png +share/Lagom/emoji/U+1F9CE_U+1F3FB_U+200D_U+2640.png +share/Lagom/emoji/U+1F9CE_U+1F3FB_U+200D_U+2642.png +share/Lagom/emoji/U+1F9CE_U+1F3FC.png +share/Lagom/emoji/U+1F9CE_U+1F3FC_U+200D_U+2640.png +share/Lagom/emoji/U+1F9CE_U+1F3FC_U+200D_U+2642.png +share/Lagom/emoji/U+1F9CE_U+1F3FD.png +share/Lagom/emoji/U+1F9CE_U+1F3FD_U+200D_U+2640.png +share/Lagom/emoji/U+1F9CE_U+1F3FD_U+200D_U+2642.png +share/Lagom/emoji/U+1F9CE_U+1F3FE.png +share/Lagom/emoji/U+1F9CE_U+1F3FE_U+200D_U+2640.png +share/Lagom/emoji/U+1F9CE_U+1F3FE_U+200D_U+2642.png +share/Lagom/emoji/U+1F9CE_U+1F3FF.png +share/Lagom/emoji/U+1F9CE_U+1F3FF_U+200D_U+2640.png +share/Lagom/emoji/U+1F9CE_U+1F3FF_U+200D_U+2642.png +share/Lagom/emoji/U+1F9CE_U+200D_U+2640.png +share/Lagom/emoji/U+1F9CE_U+200D_U+2642.png +share/Lagom/emoji/U+1F9D0.png +share/Lagom/emoji/U+1F9D1.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F33E.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F373.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F393.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F4BB.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F4BC.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F527.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F52C.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F680.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F692.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F9AF.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F9B0.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F9B1.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F9B2.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F9B3.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F9BD.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F9D1_U+200D_U+1F9D2.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F9D1_U+200D_U+1F9D2_U+200D_U+1F9D2.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F9D2.png +share/Lagom/emoji/U+1F9D1_U+200D_U+1F9D2_U+200D_U+1F9D2.png +share/Lagom/emoji/U+1F9D1_U+200D_U+2695.png +share/Lagom/emoji/U+1F9D1_U+200D_U+2696.png +share/Lagom/emoji/U+1F9D4.png +share/Lagom/emoji/U+1F9D4_U+200D_U+2640.png +share/Lagom/emoji/U+1F9D4_U+200D_U+2642.png +share/Lagom/emoji/U+1F9D7.png +share/Lagom/emoji/U+1F9D7_U+200D_U+2640.png +share/Lagom/emoji/U+1F9D7_U+200D_U+2642.png +share/Lagom/emoji/U+1F9DC_U+200D_U+2640.png +share/Lagom/emoji/U+1F9DD_U+200D_U+2642.png +share/Lagom/emoji/U+1F9DE.png +share/Lagom/emoji/U+1F9DF.png +share/Lagom/emoji/U+1F9E0.png +share/Lagom/emoji/U+1F9E1.png +share/Lagom/emoji/U+1F9E3.png +share/Lagom/emoji/U+1F9E4.png +share/Lagom/emoji/U+1F9E5.png +share/Lagom/emoji/U+1F9E6.png +share/Lagom/emoji/U+1F9E7.png +share/Lagom/emoji/U+1F9E8.png +share/Lagom/emoji/U+1F9E9.png +share/Lagom/emoji/U+1F9EA.png +share/Lagom/emoji/U+1F9EB.png +share/Lagom/emoji/U+1F9EC.png +share/Lagom/emoji/U+1F9ED.png +share/Lagom/emoji/U+1F9EE.png +share/Lagom/emoji/U+1F9EF.png +share/Lagom/emoji/U+1F9F0.png +share/Lagom/emoji/U+1F9F1.png +share/Lagom/emoji/U+1F9F2.png +share/Lagom/emoji/U+1F9F3.png +share/Lagom/emoji/U+1F9F4.png +share/Lagom/emoji/U+1F9F5.png +share/Lagom/emoji/U+1F9F6.png +share/Lagom/emoji/U+1F9F7.png +share/Lagom/emoji/U+1F9F8.png +share/Lagom/emoji/U+1F9F9.png +share/Lagom/emoji/U+1F9FA.png +share/Lagom/emoji/U+1F9FB.png +share/Lagom/emoji/U+1F9FC.png +share/Lagom/emoji/U+1F9FD.png +share/Lagom/emoji/U+1F9FE.png +share/Lagom/emoji/U+1F9FF.png +share/Lagom/emoji/U+1FA71.png +share/Lagom/emoji/U+1FA72.png +share/Lagom/emoji/U+1FA73.png +share/Lagom/emoji/U+1FA74.png +share/Lagom/emoji/U+1FA75.png +share/Lagom/emoji/U+1FA76.png +share/Lagom/emoji/U+1FA77.png +share/Lagom/emoji/U+1FA78.png +share/Lagom/emoji/U+1FA79.png +share/Lagom/emoji/U+1FA7A.png +share/Lagom/emoji/U+1FA7B.png +share/Lagom/emoji/U+1FA7C.png +share/Lagom/emoji/U+1FA80.png +share/Lagom/emoji/U+1FA81.png +share/Lagom/emoji/U+1FA82.png +share/Lagom/emoji/U+1FA83.png +share/Lagom/emoji/U+1FA84.png +share/Lagom/emoji/U+1FA85.png +share/Lagom/emoji/U+1FA87.png +share/Lagom/emoji/U+1FA88.png +share/Lagom/emoji/U+1FA90.png +share/Lagom/emoji/U+1FA91.png +share/Lagom/emoji/U+1FA92.png +share/Lagom/emoji/U+1FA93.png +share/Lagom/emoji/U+1FA94.png +share/Lagom/emoji/U+1FA95.png +share/Lagom/emoji/U+1FA96.png +share/Lagom/emoji/U+1FA97.png +share/Lagom/emoji/U+1FA98.png +share/Lagom/emoji/U+1FA99.png +share/Lagom/emoji/U+1FA9A.png +share/Lagom/emoji/U+1FA9B.png +share/Lagom/emoji/U+1FA9C.png +share/Lagom/emoji/U+1FA9D.png +share/Lagom/emoji/U+1FA9E.png +share/Lagom/emoji/U+1FA9F.png +share/Lagom/emoji/U+1FAA0.png +share/Lagom/emoji/U+1FAA1.png +share/Lagom/emoji/U+1FAA2.png +share/Lagom/emoji/U+1FAA3.png +share/Lagom/emoji/U+1FAA4.png +share/Lagom/emoji/U+1FAA5.png +share/Lagom/emoji/U+1FAA6.png +share/Lagom/emoji/U+1FAA7.png +share/Lagom/emoji/U+1FAA8.png +share/Lagom/emoji/U+1FAA9.png +share/Lagom/emoji/U+1FAAA.png +share/Lagom/emoji/U+1FAAB.png +share/Lagom/emoji/U+1FAAD.png +share/Lagom/emoji/U+1FAAE.png +share/Lagom/emoji/U+1FAAF.png +share/Lagom/emoji/U+1FAB0.png +share/Lagom/emoji/U+1FAB1.png +share/Lagom/emoji/U+1FAB2.png +share/Lagom/emoji/U+1FAB3.png +share/Lagom/emoji/U+1FAB4.png +share/Lagom/emoji/U+1FAB5.png +share/Lagom/emoji/U+1FAB6.png +share/Lagom/emoji/U+1FAB7.png +share/Lagom/emoji/U+1FAB8.png +share/Lagom/emoji/U+1FAB9.png +share/Lagom/emoji/U+1FABA.png +share/Lagom/emoji/U+1FABB.png +share/Lagom/emoji/U+1FABC.png +share/Lagom/emoji/U+1FABD.png +share/Lagom/emoji/U+1FABF.png +share/Lagom/emoji/U+1FAC0.png +share/Lagom/emoji/U+1FAC1.png +share/Lagom/emoji/U+1FAC2.png +share/Lagom/emoji/U+1FAC3.png +share/Lagom/emoji/U+1FAC4.png +share/Lagom/emoji/U+1FAC5.png +share/Lagom/emoji/U+1FACE.png +share/Lagom/emoji/U+1FACF.png +share/Lagom/emoji/U+1FAD0.png +share/Lagom/emoji/U+1FAD1.png +share/Lagom/emoji/U+1FAD2.png +share/Lagom/emoji/U+1FAD3.png +share/Lagom/emoji/U+1FAD4.png +share/Lagom/emoji/U+1FAD5.png +share/Lagom/emoji/U+1FAD6.png +share/Lagom/emoji/U+1FAD7.png +share/Lagom/emoji/U+1FAD8.png +share/Lagom/emoji/U+1FAD9.png +share/Lagom/emoji/U+1FADA.png +share/Lagom/emoji/U+1FADB.png +share/Lagom/emoji/U+1FAE0.png +share/Lagom/emoji/U+1FAE1.png +share/Lagom/emoji/U+1FAE2.png +share/Lagom/emoji/U+1FAE3.png +share/Lagom/emoji/U+1FAE4.png +share/Lagom/emoji/U+1FAE5.png +share/Lagom/emoji/U+1FAE6.png +share/Lagom/emoji/U+1FAE7.png +share/Lagom/emoji/U+1FAE8.png +share/Lagom/emoji/U+1FAF0.png +share/Lagom/emoji/U+1FAF1.png +share/Lagom/emoji/U+1FAF2.png +share/Lagom/emoji/U+1FAF3.png +share/Lagom/emoji/U+1FAF4.png +share/Lagom/emoji/U+1FAF5.png +share/Lagom/emoji/U+1FAF6.png +share/Lagom/emoji/U+1FAF6_U+1F3FB.png +share/Lagom/emoji/U+1FAF6_U+1F3FC.png +share/Lagom/emoji/U+1FAF6_U+1F3FD.png +share/Lagom/emoji/U+1FAF6_U+1F3FE.png +share/Lagom/emoji/U+1FAF6_U+1F3FF.png +share/Lagom/emoji/U+1FAF7.png +share/Lagom/emoji/U+1FAF8.png +share/Lagom/emoji/U+203C.png +share/Lagom/emoji/U+2049.png +share/Lagom/emoji/U+2122.png +share/Lagom/emoji/U+2139.png +share/Lagom/emoji/U+2194.png +share/Lagom/emoji/U+2195.png +share/Lagom/emoji/U+2196.png +share/Lagom/emoji/U+2197.png +share/Lagom/emoji/U+2198.png +share/Lagom/emoji/U+2199.png +share/Lagom/emoji/U+21A9.png +share/Lagom/emoji/U+21AA.png +share/Lagom/emoji/U+231A.png +share/Lagom/emoji/U+231B.png +share/Lagom/emoji/U+2328.png +share/Lagom/emoji/U+23CF.png +share/Lagom/emoji/U+23E9.png +share/Lagom/emoji/U+23EA.png +share/Lagom/emoji/U+23EB.png +share/Lagom/emoji/U+23EC.png +share/Lagom/emoji/U+23ED.png +share/Lagom/emoji/U+23EE.png +share/Lagom/emoji/U+23EF.png +share/Lagom/emoji/U+23F0.png +share/Lagom/emoji/U+23F1.png +share/Lagom/emoji/U+23F2.png +share/Lagom/emoji/U+23F3.png +share/Lagom/emoji/U+23F8.png +share/Lagom/emoji/U+23F9.png +share/Lagom/emoji/U+23FA.png +share/Lagom/emoji/U+23_U+20E3.png +share/Lagom/emoji/U+24C2.png +share/Lagom/emoji/U+25AA.png +share/Lagom/emoji/U+25AB.png +share/Lagom/emoji/U+25B6.png +share/Lagom/emoji/U+25C0.png +share/Lagom/emoji/U+25FB.png +share/Lagom/emoji/U+25FC.png +share/Lagom/emoji/U+25FD.png +share/Lagom/emoji/U+25FE.png +share/Lagom/emoji/U+2600.png +share/Lagom/emoji/U+2601.png +share/Lagom/emoji/U+2602.png +share/Lagom/emoji/U+2603.png +share/Lagom/emoji/U+2604.png +share/Lagom/emoji/U+260E.png +share/Lagom/emoji/U+2611.png +share/Lagom/emoji/U+2614.png +share/Lagom/emoji/U+2615.png +share/Lagom/emoji/U+2618.png +share/Lagom/emoji/U+261D.png +share/Lagom/emoji/U+2620.png +share/Lagom/emoji/U+2622.png +share/Lagom/emoji/U+2623.png +share/Lagom/emoji/U+2626.png +share/Lagom/emoji/U+262A.png +share/Lagom/emoji/U+262E.png +share/Lagom/emoji/U+262F.png +share/Lagom/emoji/U+2638.png +share/Lagom/emoji/U+2639.png +share/Lagom/emoji/U+263A.png +share/Lagom/emoji/U+2640.png +share/Lagom/emoji/U+2642.png +share/Lagom/emoji/U+2648.png +share/Lagom/emoji/U+2649.png +share/Lagom/emoji/U+264A.png +share/Lagom/emoji/U+264B.png +share/Lagom/emoji/U+264C.png +share/Lagom/emoji/U+264D.png +share/Lagom/emoji/U+264E.png +share/Lagom/emoji/U+264F.png +share/Lagom/emoji/U+2650.png +share/Lagom/emoji/U+2651.png +share/Lagom/emoji/U+2652.png +share/Lagom/emoji/U+2653.png +share/Lagom/emoji/U+265F.png +share/Lagom/emoji/U+2660.png +share/Lagom/emoji/U+2663.png +share/Lagom/emoji/U+2665.png +share/Lagom/emoji/U+2666.png +share/Lagom/emoji/U+2668.png +share/Lagom/emoji/U+267B.png +share/Lagom/emoji/U+267E.png +share/Lagom/emoji/U+267F.png +share/Lagom/emoji/U+2692.png +share/Lagom/emoji/U+2693.png +share/Lagom/emoji/U+2694.png +share/Lagom/emoji/U+2695.png +share/Lagom/emoji/U+2696.png +share/Lagom/emoji/U+2697.png +share/Lagom/emoji/U+2699.png +share/Lagom/emoji/U+269B.png +share/Lagom/emoji/U+269C.png +share/Lagom/emoji/U+26A0.png +share/Lagom/emoji/U+26A1.png +share/Lagom/emoji/U+26A7.png +share/Lagom/emoji/U+26AA.png +share/Lagom/emoji/U+26AB.png +share/Lagom/emoji/U+26B0.png +share/Lagom/emoji/U+26B1.png +share/Lagom/emoji/U+26BD.png +share/Lagom/emoji/U+26BE.png +share/Lagom/emoji/U+26C4.png +share/Lagom/emoji/U+26C5.png +share/Lagom/emoji/U+26C8.png +share/Lagom/emoji/U+26CE.png +share/Lagom/emoji/U+26CF.png +share/Lagom/emoji/U+26D1.png +share/Lagom/emoji/U+26D3.png +share/Lagom/emoji/U+26D4.png +share/Lagom/emoji/U+26E9.png +share/Lagom/emoji/U+26EA.png +share/Lagom/emoji/U+26F0.png +share/Lagom/emoji/U+26F1.png +share/Lagom/emoji/U+26F2.png +share/Lagom/emoji/U+26F3.png +share/Lagom/emoji/U+26F4.png +share/Lagom/emoji/U+26F5.png +share/Lagom/emoji/U+26F7.png +share/Lagom/emoji/U+26F8.png +share/Lagom/emoji/U+26F9.png +share/Lagom/emoji/U+26F9_U+200D_U+2640.png +share/Lagom/emoji/U+26F9_U+200D_U+2642.png +share/Lagom/emoji/U+26FA.png +share/Lagom/emoji/U+26FD.png +share/Lagom/emoji/U+2702.png +share/Lagom/emoji/U+2705.png +share/Lagom/emoji/U+2708.png +share/Lagom/emoji/U+2709.png +share/Lagom/emoji/U+270A.png +share/Lagom/emoji/U+270B.png +share/Lagom/emoji/U+270C.png +share/Lagom/emoji/U+270D.png +share/Lagom/emoji/U+270F.png +share/Lagom/emoji/U+2712.png +share/Lagom/emoji/U+2714.png +share/Lagom/emoji/U+2716.png +share/Lagom/emoji/U+271D.png +share/Lagom/emoji/U+2721.png +share/Lagom/emoji/U+2728.png +share/Lagom/emoji/U+2733.png +share/Lagom/emoji/U+2734.png +share/Lagom/emoji/U+2744.png +share/Lagom/emoji/U+2747.png +share/Lagom/emoji/U+274C.png +share/Lagom/emoji/U+274E.png +share/Lagom/emoji/U+2753.png +share/Lagom/emoji/U+2754.png +share/Lagom/emoji/U+2755.png +share/Lagom/emoji/U+2757.png +share/Lagom/emoji/U+2763.png +share/Lagom/emoji/U+2764.png +share/Lagom/emoji/U+2764_U+200D_U+1F525.png +share/Lagom/emoji/U+2764_U+200D_U+1FA79.png +share/Lagom/emoji/U+2795.png +share/Lagom/emoji/U+2796.png +share/Lagom/emoji/U+2797.png +share/Lagom/emoji/U+27A1.png +share/Lagom/emoji/U+27B0.png +share/Lagom/emoji/U+27BF.png +share/Lagom/emoji/U+2934.png +share/Lagom/emoji/U+2935.png +share/Lagom/emoji/U+2A_U+20E3.png +share/Lagom/emoji/U+2B05.png +share/Lagom/emoji/U+2B06.png +share/Lagom/emoji/U+2B07.png +share/Lagom/emoji/U+2B1B.png +share/Lagom/emoji/U+2B1C.png +share/Lagom/emoji/U+2B50.png +share/Lagom/emoji/U+2B55.png +share/Lagom/emoji/U+3030.png +share/Lagom/emoji/U+303D.png +share/Lagom/emoji/U+30_U+20E3.png +share/Lagom/emoji/U+31_U+20E3.png +share/Lagom/emoji/U+3297.png +share/Lagom/emoji/U+32_U+20E3.png +share/Lagom/emoji/U+33_U+20E3.png +share/Lagom/emoji/U+34_U+20E3.png +share/Lagom/emoji/U+35_U+20E3.png +share/Lagom/emoji/U+36_U+20E3.png +share/Lagom/emoji/U+37_U+20E3.png +share/Lagom/emoji/U+38_U+20E3.png +share/Lagom/emoji/U+39_U+20E3.png +share/Lagom/emoji/U+A9.png +share/Lagom/emoji/U+AE.png share/Lagom/fonts/CsillaBold10.font share/Lagom/fonts/CsillaBold12.font share/Lagom/fonts/CsillaRegular10.font @@ -128,6 +2130,7 @@ share/Lagom/fonts/KaticaRegular10.font share/Lagom/fonts/KaticaRegular12.font share/Lagom/fonts/SerenitySans-Regular.ttf share/Lagom/icons/16x16/app-browser.png +share/Lagom/icons/16x16/app-system-monitor.png share/Lagom/icons/16x16/audio-volume-high.png share/Lagom/icons/16x16/audio-volume-muted.png share/Lagom/icons/16x16/close-tab.png @@ -145,6 +2148,7 @@ share/Lagom/icons/16x16/layers.png share/Lagom/icons/16x16/layout.png share/Lagom/icons/16x16/new-tab.png share/Lagom/icons/16x16/open-parent-directory.png +share/Lagom/icons/16x16/paste.png share/Lagom/icons/16x16/pause.png share/Lagom/icons/16x16/play.png share/Lagom/icons/16x16/select-all.png @@ -155,6 +2159,7 @@ share/Lagom/icons/16x16/zoom-in.png share/Lagom/icons/16x16/zoom-out.png share/Lagom/icons/16x16/zoom-reset.png share/Lagom/icons/32x32/app-browser.png +share/Lagom/icons/32x32/app-system-monitor.png share/Lagom/icons/32x32/filetype-folder.png share/Lagom/icons/32x32/filetype-unknown.png share/Lagom/icons/32x32/msgbox-warning.png diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index 652a61847ef..2fc6440cd50 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,5 +1,6 @@ PORTNAME= librewolf DISTVERSION= 124.0.1-1 +PORTREVISION= 1 CATEGORIES= www wayland MASTER_SITES= https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${DISTVERSION:R}-1/ DISTNAME= ${PORTNAME}-${DISTVERSION:R}-1.source. diff --git a/www/librewolf/files/patch-rust-1.78.0 b/www/librewolf/files/patch-rust-1.78.0 new file mode 100644 index 00000000000..5c34337cb7a --- /dev/null +++ b/www/librewolf/files/patch-rust-1.78.0 @@ -0,0 +1,3542 @@ + +# HG changeset patch +# User Henri Sivonen +# Date 1714462184 0 +# Node ID 1db2ef126a6a8555dbf50345e16492c977b42e92 +# Parent a545e84b3674c4878f2e618b7bce23058f2ac690 +Bug 1882209 - Update encoding_rs to 0.8.34 to deal with rustc changes. r=glandium,supply-chain-reviewers + +Differential Revision: https://phabricator.services.mozilla.com/D207167 + +diff --git a/.cargo/config.toml.in b/.cargo/config.toml.in +--- .cargo/config.in ++++ .cargo/config.in +@@ -40,6 +40,11 @@ replace-with = "vendored-sources" + rev = "9a2ef335c366044ffe73b1c4acabe50a1daefe05" + replace-with = "vendored-sources" + ++[source."git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80"] ++git = "https://github.com/hsivonen/any_all_workaround" ++rev = "7fb1b7034c9f172aade21ee1c8554e8d8a48af80" ++replace-with = "vendored-sources" ++ + [source."git+https://github.com/hsivonen/chardetng?rev=3484d3e3ebdc8931493aa5df4d7ee9360a90e76b"] + git = "https://github.com/hsivonen/chardetng" + rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" +diff --git a/Cargo.lock b/Cargo.lock +--- Cargo.lock ++++ Cargo.lock +@@ -87,16 +87,25 @@ dependencies = [ + + [[package]] + name = "anstyle" + version = "1.0.3" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46" + + [[package]] ++name = "any_all_workaround" ++version = "0.1.0" ++source = "git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80#7fb1b7034c9f172aade21ee1c8554e8d8a48af80" ++dependencies = [ ++ "cfg-if 1.0.0", ++ "version_check", ++] ++ ++[[package]] + name = "anyhow" + version = "1.0.69" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" + + [[package]] + name = "app_services_logger" + version = "0.1.0" +@@ -1571,22 +1580,22 @@ dependencies = [ + "encoding_rs", + "nserror", + "nsstring", + "xmldecl", + ] + + [[package]] + name = "encoding_rs" +-version = "0.8.33" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" +-dependencies = [ ++version = "0.8.34" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" ++dependencies = [ ++ "any_all_workaround", + "cfg-if 1.0.0", +- "packed_simd", + ] + + [[package]] + name = "enum-map" + version = "2.7.3" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9" + dependencies = [ +@@ -4321,26 +4330,16 @@ checksum = "8d91edf4fbb970279443471345a4 + name = "oxilangtag-ffi" + version = "0.1.0" + dependencies = [ + "nsstring", + "oxilangtag", + ] + + [[package]] +-name = "packed_simd" +-version = "0.3.9" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d" +-dependencies = [ +- "cfg-if 1.0.0", +- "num-traits", +-] +- +-[[package]] + name = "parking_lot" + version = "0.12.1" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" + dependencies = [ + "lock_api", + "parking_lot_core", + ] +diff --git a/Cargo.toml b/Cargo.toml +--- Cargo.toml ++++ Cargo.toml +@@ -190,6 +190,7 @@ cssparser-macros = { git = "https://github.com/servo/r + cssparser-macros = { git = "https://github.com/servo/rust-cssparser", rev = "aaa966d9d6ae70c4b8a62bb5e3a14c068bb7dff0" } + + # Other overrides ++any_all_workaround = { git = "https://github.com/hsivonen/any_all_workaround", rev = "7fb1b7034c9f172aade21ee1c8554e8d8a48af80" } + chardetng = { git = "https://github.com/hsivonen/chardetng", rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" } + chardetng_c = { git = "https://github.com/hsivonen/chardetng_c", rev = "ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" } + coremidi = { git = "https://github.com/chris-zen/coremidi.git", rev = "fc68464b5445caf111e41f643a2e69ccce0b4f83" } +diff --git a/config/makefiles/rust.mk b/config/makefiles/rust.mk +--- config/makefiles/rust.mk ++++ config/makefiles/rust.mk +@@ -260,17 +260,17 @@ export COREAUDIO_SDK_PATH=$(IPHONEOS_SDK + export IPHONEOS_SDK_DIR + PATH := $(topsrcdir)/build/macosx:$(PATH) + endif + endif + + ifndef RUSTC_BOOTSTRAP + RUSTC_BOOTSTRAP := mozglue_static,qcms + ifdef MOZ_RUST_SIMD +-RUSTC_BOOTSTRAP := $(RUSTC_BOOTSTRAP),encoding_rs,packed_simd ++RUSTC_BOOTSTRAP := $(RUSTC_BOOTSTRAP),encoding_rs,any_all_workaround + endif + export RUSTC_BOOTSTRAP + endif + + target_rust_ltoable := force-cargo-library-build $(ADD_RUST_LTOABLE) + target_rust_nonltoable := force-cargo-test-run force-cargo-program-build + + ifdef MOZ_PGO_RUST +diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml +--- supply-chain/audits.toml ++++ supply-chain/audits.toml +@@ -596,16 +596,29 @@ who = "Mike Hommey "] ++description = "Workaround for bad LLVM codegen for boolean reductions on 32-bit ARM" ++homepage = "https://docs.rs/any_all_workaround/" ++documentation = "https://docs.rs/any_all_workaround/" ++readme = "README.md" ++license = "MIT OR Apache-2.0" ++repository = "https://github.com/hsivonen/any_all_workaround" ++ ++[dependencies] ++cfg-if = "1.0" ++ ++[build-dependencies] ++version_check = "0.9" +diff --git a/third_party/rust/packed_simd/LICENSE-APACHE b/third_party/rust/any_all_workaround/LICENSE-APACHE +rename from third_party/rust/packed_simd/LICENSE-APACHE +rename to third_party/rust/any_all_workaround/LICENSE-APACHE +diff --git a/third_party/rust/packed_simd/LICENSE-MIT b/third_party/rust/any_all_workaround/LICENSE-MIT +rename from third_party/rust/packed_simd/LICENSE-MIT +rename to third_party/rust/any_all_workaround/LICENSE-MIT +diff --git a/third_party/rust/any_all_workaround/LICENSE-MIT-QCMS b/third_party/rust/any_all_workaround/LICENSE-MIT-QCMS +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/LICENSE-MIT-QCMS +@@ -0,0 +1,21 @@ ++qcms ++Copyright (C) 2009-2024 Mozilla Corporation ++Copyright (C) 1998-2007 Marti Maria ++ ++Permission is hereby granted, free of charge, to any person obtaining ++a copy of this software and associated documentation files (the "Software"), ++to deal in the Software without restriction, including without limitation ++the rights to use, copy, modify, merge, publish, distribute, sublicense, ++and/or sell copies of the Software, and to permit persons to whom the Software ++is furnished to do so, subject to the following conditions: ++ ++The above copyright notice and this permission notice shall be included in ++all copies or substantial portions of the Software. ++ ++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ++EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ++THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ++NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ++LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ++OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ++WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +diff --git a/third_party/rust/any_all_workaround/README.md b/third_party/rust/any_all_workaround/README.md +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/README.md +@@ -0,0 +1,13 @@ ++# any_all_workaround ++ ++This is a workaround for bad codegen ([Rust bug](https://github.com/rust-lang/portable-simd/issues/146), [LLVM bug](https://github.com/llvm/llvm-project/issues/50466)) for the `any()` and `all()` reductions for NEON-backed SIMD vectors on 32-bit ARM. On other platforms these delegate to `any()` and `all()` in `core::simd`. ++ ++The plan is to abandon this crate once the LLVM bug is fixed or `core::simd` works around the LLVM bug. ++ ++The code is forked from the [`packed_simd` crate](https://raw.githubusercontent.com/hsivonen/packed_simd/d938e39bee9bc5c222f5f2f2a0df9e53b5ce36ae/src/codegen/reductions/mask/arm.rs). ++ ++This crate requires Nightly Rust as it depends on the `portable_simd` feature. ++ ++# License ++ ++`MIT OR Apache-2.0`, since that's how `packed_simd` is licensed. (The ARM intrinsics Rust version workaround is from qcms, see LICENSE-MIT-QCMS.) +diff --git a/third_party/rust/any_all_workaround/build.rs b/third_party/rust/any_all_workaround/build.rs +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/build.rs +@@ -0,0 +1,7 @@ ++extern crate version_check as rustc; ++ ++fn main() { ++ if rustc::is_min_version("1.78.0").unwrap_or(false) { ++ println!("cargo:rustc-cfg=stdsimd_split"); ++ } ++} +diff --git a/third_party/rust/any_all_workaround/src/lib.rs b/third_party/rust/any_all_workaround/src/lib.rs +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/src/lib.rs +@@ -0,0 +1,110 @@ ++// This code began as a fork of ++// https://raw.githubusercontent.com/rust-lang/packed_simd/d938e39bee9bc5c222f5f2f2a0df9e53b5ce36ae/src/codegen/reductions/mask/arm.rs ++// which didn't have a license header on the file, but Cargo.toml said "MIT OR Apache-2.0". ++// See LICENSE-MIT and LICENSE-APACHE. ++ ++#![no_std] ++#![feature(portable_simd)] ++#![cfg_attr( ++ all( ++ stdsimd_split, ++ target_arch = "arm", ++ target_endian = "little", ++ target_feature = "neon", ++ target_feature = "v7" ++ ), ++ feature(stdarch_arm_neon_intrinsics) ++)] ++#![cfg_attr( ++ all( ++ not(stdsimd_split), ++ target_arch = "arm", ++ target_endian = "little", ++ target_feature = "neon", ++ target_feature = "v7" ++ ), ++ feature(stdsimd) ++)] ++ ++use cfg_if::cfg_if; ++use core::simd::mask16x8; ++use core::simd::mask32x4; ++use core::simd::mask8x16; ++ ++cfg_if! { ++ if #[cfg(all(target_arch = "arm", target_endian = "little", target_feature = "neon", target_feature = "v7"))] { ++ use core::simd::mask8x8; ++ use core::simd::mask16x4; ++ use core::simd::mask32x2; ++ macro_rules! arm_128_v7_neon_impl { ++ ($all:ident, $any:ident, $id:ident, $half:ident, $vpmin:ident, $vpmax:ident) => { ++ #[inline] ++ pub fn $all(s: $id) -> bool { ++ use core::arch::arm::$vpmin; ++ use core::mem::transmute; ++ unsafe { ++ union U { ++ halves: ($half, $half), ++ vec: $id, ++ } ++ let halves = U { vec: s }.halves; ++ let h: $half = transmute($vpmin(transmute(halves.0), transmute(halves.1))); ++ h.all() ++ } ++ } ++ #[inline] ++ pub fn $any(s: $id) -> bool { ++ use core::arch::arm::$vpmax; ++ use core::mem::transmute; ++ unsafe { ++ union U { ++ halves: ($half, $half), ++ vec: $id, ++ } ++ let halves = U { vec: s }.halves; ++ let h: $half = transmute($vpmax(transmute(halves.0), transmute(halves.1))); ++ h.any() ++ } ++ } ++ } ++ } ++ } else { ++ macro_rules! arm_128_v7_neon_impl { ++ ($all:ident, $any:ident, $id:ident, $half:ident, $vpmin:ident, $vpmax:ident) => { ++ #[inline(always)] ++ pub fn $all(s: $id) -> bool { ++ s.all() ++ } ++ #[inline(always)] ++ pub fn $any(s: $id) -> bool { ++ s.any() ++ } ++ } ++ } ++ } ++} ++ ++arm_128_v7_neon_impl!( ++ all_mask8x16, ++ any_mask8x16, ++ mask8x16, ++ mask8x8, ++ vpmin_u8, ++ vpmax_u8 ++); ++arm_128_v7_neon_impl!( ++ all_mask16x8, ++ any_mask16x8, ++ mask16x8, ++ mask16x4, ++ vpmin_u16, ++ vpmax_u16 ++); ++arm_128_v7_neon_impl!( ++ all_mask32x4, ++ any_mask32x4, ++ mask32x4, ++ mask32x2, ++ vpmin_u32, ++ vpmax_u32 ++); +diff --git a/third_party/rust/encoding_rs/.cargo-checksum.json b/third_party/rust/encoding_rs/.cargo-checksum.json +--- third_party/rust/encoding_rs/.cargo-checksum.json ++++ third_party/rust/encoding_rs/.cargo-checksum.json +@@ -1,1 +1,1 @@ +-{"files":{"CONTRIBUTING.md":"ca1901f3e8532fb4cec894fd3664f0eaa898c0c4b961d1b992d1ed54eacf362a","COPYRIGHT":"11789f45bb180841cd362a5eee6789c68ddb573a11105e30768c308a6add0190","Cargo.toml":"42fa83322aa9fd6723b77d35d0cacb92cbb6e7f573ce11c55f5225292866f8f4","Ideas.md":"b7452893f500163868d8de52c09addaf91e1632454ed02e892c467ed7ec39dbd","LICENSE-APACHE":"cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30","LICENSE-MIT":"3fa4ca83dcc9237839b1bdeb2e6d16bdfb5ec0c5ce42b24694d8bbf0dcbef72c","LICENSE-WHATWG":"838118388fe5c2e7f1dbbaeed13e1c7f3ebf88be91319c7c1d77c18e987d1a50","README.md":"d938e8ab0b9ab67e74a1a4f48f23fdce956d0ad3a3f6147ae7612a92763c88d5","ci/miri.sh":"43cb8d82f49e3bfe2d2274b6ccd6f0714a4188ccef0cecc040829883cfdbee25","doc/Big5.txt":"f73a2edc5cb6c2d140ba6e07f4542e1c4a234950378acde1df93480f0ca0be0b","doc/EUC-JP.txt":"ee2818b907d0137f40a9ab9fd525fc700a44dbdddb6cf0c157a656566bae4bf1","doc/EUC-KR.txt":"71d9e2ccf3b124e8bdfb433c8cf2773fd878077038d0cec3c7237a50f4a78a30","doc/GBK.txt":"c1b522b5a799884e5001da661f42c5a8f4d0acb9ef1d74b206f22b5f65365606","doc/IBM866.txt":"a5a433e804d0f83af785015179fbc1d9b0eaf1f7960efcd04093e136b51fbd0e","doc/ISO-2022-JP.txt":"af86684f5a8f0e2868d7b2c292860140c3d2e5527530ca091f1b28198e8e2fe6","doc/ISO-8859-10.txt":"6d3949ad7c81ca176895101ed81a1db7df1060d64e262880b94bd31bb344ab4d","doc/ISO-8859-13.txt":"3951dd89cf93f7729148091683cf8511f4529388b7dc8dcd0d62eaed55be93fa","doc/ISO-8859-14.txt":"3d330784a0374fd255a38b47949675cc7168c800530534b0a01cac6edc623adc","doc/ISO-8859-15.txt":"24b1084aab5127a85aab99153f86e24694d0a3615f53b5ce23683f97cf66c47a","doc/ISO-8859-16.txt":"ce0272559b92ba76d7a7e476f6424ae4a5cc72e75b183611b08392e44add4d25","doc/ISO-8859-2.txt":"18ceff88c13d1b5ba455a3919b1e3de489045c4c3d2dd7e8527c125c75d54aad","doc/ISO-8859-3.txt":"21798404c68f4f5db59223362f24999da96968c0628427321fccce7d2849a130","doc/ISO-8859-4.txt":"d27f6520c6c5bfbcc19176b71d081cdb3bccde1622bb3e420d5680e812632d53","doc/ISO-8859-5.txt":"a10ec8d6ea7a78ad15da7275f6cb1a3365118527e28f9af6d0d5830501303f3a","doc/ISO-8859-6.txt":"ccda8a2efc96115336bdd77776637b9712425e44fbcf745353b9057fbef144e7","doc/ISO-8859-7.txt":"17900fa1f27a445958f0a77d7d9056be375a6bd7ee4492aa680c7c1500bab85e","doc/ISO-8859-8-I.txt":"8357555646d54265a9b9ffa3e68b08d132312f1561c60108ff9b8b1167b6ecf2","doc/ISO-8859-8.txt":"72cd6f3afb7b4a9c16a66a362473315770b7755d72c86c870e52fc3eba86c8af","doc/KOI8-R.txt":"839cf19a38da994488004ed7814b1f6151640156a9a2af02bf2efca745fb5966","doc/KOI8-U.txt":"0cc76624ed1f024183e2298b7e019957da2c70c8ca06e0fc4e6f353f50a5054f","doc/Shift_JIS.txt":"34c49141818cb9ddbcf59cc858f78a79be8ad148d563f26415108ae1f148443f","doc/UTF-16BE.txt":"e2e280d8acbaa6d2a6b3569d60e17500a285f2baa0df3363dd85537cd5a1ef8f","doc/UTF-16LE.txt":"70bdc170e3fc5298ba68f10125fb5eeb8b077036cc96bb4416c4de396f6d76c1","doc/UTF-8.txt":"ea7bae742e613010ced002cf4b601a737d2203fad65e115611451bc4428f548a","doc/gb18030.txt":"dc71378a8f07a2d8659f69ee81fb8791fef56ba86f124b429978285237bb4a7b","doc/macintosh.txt":"57491e53866711b4672d9b9ff35380b9dac9e0d8e3d6c20bdd6140603687c023","doc/replacement.txt":"4b6c3bbd7999d9d4108a281594bd02d13607e334a95465afff8c2c08d395f0e4","doc/windows-1250.txt":"61296bb6a21cdab602300d32ecfba434cb82de5ac3bc88d58710d2f125e28d39","doc/windows-1251.txt":"7deea1c61dea1485c8ff02db2c7d578db7a9aab63ab1cfd02ec04b515864689e","doc/windows-1252.txt":"933ef3bdddfce5ee132b9f1a1aa8b47423d2587bbe475b19028d0a6d38e180b6","doc/windows-1253.txt":"1a38748b88e99071a5c7b3d5456ead4caedeabab50d50d658be105bc113714de","doc/windows-1254.txt":"f8372f86c6f8d642563cd6ddc025260553292a39423df1683a98670bd7bf2b47","doc/windows-1255.txt":"4e5852494730054e2da258a74e1b9d780abbcdd8ce22ebc218ca2efe9e90493d","doc/windows-1256.txt":"c0879c5172abedead302a406e8f60d9cd9598694a0ffa4fd288ffe4fef7b8ea1","doc/windows-1257.txt":"c28a0c9f964fcb2b46d21f537c402446501a2800670481d6abf9fd9e9018d523","doc/windows-1258.txt":"5019ae4d61805c79aacbf17c93793342dbb098d65a1837783bc3e2c6d6a23602","doc/windows-874.txt":"4ef0e4501c5feba8b17aee1818602ed44b36ca8475db771ce2fc16d392cabecc","doc/x-mac-cyrillic.txt":"58be154d8a888ca3d484b83b44f749823ef339ab27f14d90ca9a856f5050a8bd","doc/x-user-defined.txt":"f9cd07c4321bf5cfb0be4bdddd251072999b04a6cf7a6f5bc63709a84e2c1ffc","generate-encoding-data.py":"be989dd25c6b946e3e8745fdc8e8a80fcf24b3be99ad0b4b78153ba3f6ab6310","rustfmt.toml":"85c1a3b4382fd89e991cbb81b70fb52780472edc064c963943cdaaa56e0a2030","src/ascii.rs":"c44c002641adb5ebc4368707a8cc0a076d2f33e6a5c27b1b69988eb515f5653d","src/big5.rs":"ec6e2913011a38e9a3e825a1731f139a7ca1d5b264fefae51a3cc1a68a57cef9","src/data.rs":"8a617cc57032092d65850eb27e00de687c80aea3299e839a1f58b42d0b35abf3","src/euc_jp.rs":"32047f5b540188c4cb19c07165f846b9786a09f18e315ed3e9bda1293dae52aa","src/euc_kr.rs":"9b25afc72d9378700eecfac58d55ad1c5946d6cd0ccde2c29c08200ef2de6bb9","src/gb18030.rs":"808587168d73f0c80f8520f0ca9b161866ed2efeb17a05e85fdf3b8efe7ba28a","src/handles.rs":"cc83dc0754751d67f5688a65c5e0191cba02f6bacce81a0813a243cba55eef7a","src/iso_2022_jp.rs":"9bb485e82574f4b7d4b2364f0ff276acb6a0bc111758420a3b0ec5e04c196652","src/lib.rs":"1dc07b818e45846b16ddcaf0de46c8862dd7df8099123ec38b95c3f8ad9c91ec","src/macros.rs":"200997f8870de8bfd8cdc475e92115df42108c0df661e49d3d1cbc32056e1d99","src/mem.rs":"0bf34103e0ad1b842a13a082dee2b920b05cf4fb0f145c9ee7f608f4cb4a544f","src/replacement.rs":"7660b34a53f8c1ca2bdfa0e51e843ec28326950952ad8bc96569feb93ac62308","src/shift_jis.rs":"6951ae67e36b1a12fa3a30734957f444d8b1b4ae0e2bde52060b29bd0f16d9d9","src/simd_funcs.rs":"2612aba86e1d201096d7e47a859bc3444f85934cc82d8adc6d39a4304d9eecfc","src/single_byte.rs":"3c9e9c1f946ae622c725ba9421240c1faa9a05e95fa10dd4642a25cb276a1edc","src/test_data/big5_in.txt":"4c5a8691f8dc717311889c63894026d2fb62725a86c4208ca274a9cc8d42a503","src/test_data/big5_in_ref.txt":"99d399e17750cf9c7cf30bb253dbfe35b81c4fcbdead93cfa48b1429213473c7","src/test_data/big5_out.txt":"6193ca97c297aa20e09396038d18e938bb7ea331c26f0f2454097296723a0b13","src/test_data/big5_out_ref.txt":"36567691f557df144f6cc520015a87038dfa156f296fcf103b56ae9a718be1fc","src/test_data/euc_kr_in.txt":"c86a7224f3215fa0d04e685622a752fdc72763e8ae076230c7fd62de57ec4074","src/test_data/euc_kr_in_ref.txt":"1f419f4ca47d708b54c73c461545a022ae2e20498fdbf8005a483d752a204883","src/test_data/euc_kr_out.txt":"e7f32e026f70be1e1b58e0047baf7d3d2c520269c4f9b9992e158b4decb0a1a3","src/test_data/euc_kr_out_ref.txt":"c9907857980b20b8e9e3b584482ed6567a2be6185d72237b6322f0404944924e","src/test_data/gb18030_in.txt":"ab7231b2d3e9afacdbd7d7f3b9e5361a7ff9f7e1cfdb4f3bd905b9362b309e53","src/test_data/gb18030_in_ref.txt":"dc5069421adca2043c55f5012b55a76fdff651d22e6e699fd0978f8d5706815c","src/test_data/gb18030_out.txt":"f0208d527f5ca63de7d9a0323be8d5cf12d8a104b2943d92c2701f0c3364dac1","src/test_data/gb18030_out_ref.txt":"6819fe47627e4ea01027003fc514b9f21a1322e732d7f1fb92cc6c5455bc6c07","src/test_data/iso_2022_jp_in.txt":"cd24bbdcb1834e25db54646fbf4c41560a13dc7540f6be3dba4f5d97d44513af","src/test_data/iso_2022_jp_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/iso_2022_jp_out.txt":"9b6f015329dda6c3f9ee5ce6dbd6fa9c89acc21283e886836c78b8d833480c21","src/test_data/iso_2022_jp_out_ref.txt":"78cb260093a20116ad9a42f43b05d1848c5ab100b6b9a850749809e943884b35","src/test_data/jis0208_in.txt":"6df3030553ffb0a6615bb33dc8ea9dca6d9623a9028e2ffec754ce3c3da824cc","src/test_data/jis0208_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/jis0208_out.txt":"4ec24477e1675ce750733bdc3c5add1cd27b6bd4ce1f09289564646e9654e857","src/test_data/jis0208_out_ref.txt":"c3e1cef5032b2b1d93a406f31ff940c4e2dfe8859b8b17ca2761fee7a75a0e48","src/test_data/jis0212_in.txt":"c011f0dd72bd7c8cd922df9374ef8d2769a77190514c77f6c62b415852eeb9fe","src/test_data/jis0212_in_ref.txt":"7d9458b3d2f73e7092a7f505c08ce1d233dde18aa679fbcf9889256239cc9e06","src/test_data/shift_jis_in.txt":"02e389ccef0dd2122e63f503899402cb7f797912c2444cc80ab93131116c5524","src/test_data/shift_jis_in_ref.txt":"512f985950ca902e643c88682dba9708b7c38d3c5ec2925168ab00ac94ab19f9","src/test_data/shift_jis_out.txt":"5fbc44da7bf639bf6cfe0fa1fd3eba7102b88f81919c9ea991302712f69426fb","src/test_data/shift_jis_out_ref.txt":"466322c6fed8286c64582731755290c2296508efdd258826e6279686649b481f","src/test_labels_names.rs":"23a2e11b02b3b8d15fb5613a625e3edb2c61e70e3c581abfd638719a4088200d","src/testing.rs":"f59e671e95a98a56f6b573e8c6be4d71e670bf52f7e20eb1605d990aafa1894e","src/utf_16.rs":"c071a147fad38d750c2c247e141b76b929a48007b99f26b2922b9caecdaf2f25","src/utf_8.rs":"7b7d887b347f1aefa03246b028a36a72758a4ce76c28f3b45c19467851aa7839","src/variant.rs":"1fab5363588a1554a7169de8731ea9cded7ac63ea35caabdd1c27a8dde68c27b","src/x_user_defined.rs":"c9c010730dfb9f141d4fed19350c08a21af240913a54bb64f5ca89ff93b6b7d1"},"package":"7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"} +\ No newline at end of file ++{"files":{"CONTRIBUTING.md":"ca1901f3e8532fb4cec894fd3664f0eaa898c0c4b961d1b992d1ed54eacf362a","COPYRIGHT":"11789f45bb180841cd362a5eee6789c68ddb573a11105e30768c308a6add0190","Cargo.toml":"22a4d210c92dae9f32c6944ef340ee8fdd027f99c081577e8907123e2a93383e","Ideas.md":"b7452893f500163868d8de52c09addaf91e1632454ed02e892c467ed7ec39dbd","LICENSE-APACHE":"cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30","LICENSE-MIT":"3fa4ca83dcc9237839b1bdeb2e6d16bdfb5ec0c5ce42b24694d8bbf0dcbef72c","LICENSE-WHATWG":"838118388fe5c2e7f1dbbaeed13e1c7f3ebf88be91319c7c1d77c18e987d1a50","README.md":"1d08aefcb92afa81b18154049c9abbcad4540a23f7172e9f9bbed5af33f1a087","ci/miri.sh":"43cb8d82f49e3bfe2d2274b6ccd6f0714a4188ccef0cecc040829883cfdbee25","doc/Big5.txt":"f73a2edc5cb6c2d140ba6e07f4542e1c4a234950378acde1df93480f0ca0be0b","doc/EUC-JP.txt":"ee2818b907d0137f40a9ab9fd525fc700a44dbdddb6cf0c157a656566bae4bf1","doc/EUC-KR.txt":"71d9e2ccf3b124e8bdfb433c8cf2773fd878077038d0cec3c7237a50f4a78a30","doc/GBK.txt":"c1b522b5a799884e5001da661f42c5a8f4d0acb9ef1d74b206f22b5f65365606","doc/IBM866.txt":"a5a433e804d0f83af785015179fbc1d9b0eaf1f7960efcd04093e136b51fbd0e","doc/ISO-2022-JP.txt":"af86684f5a8f0e2868d7b2c292860140c3d2e5527530ca091f1b28198e8e2fe6","doc/ISO-8859-10.txt":"6d3949ad7c81ca176895101ed81a1db7df1060d64e262880b94bd31bb344ab4d","doc/ISO-8859-13.txt":"3951dd89cf93f7729148091683cf8511f4529388b7dc8dcd0d62eaed55be93fa","doc/ISO-8859-14.txt":"3d330784a0374fd255a38b47949675cc7168c800530534b0a01cac6edc623adc","doc/ISO-8859-15.txt":"24b1084aab5127a85aab99153f86e24694d0a3615f53b5ce23683f97cf66c47a","doc/ISO-8859-16.txt":"ce0272559b92ba76d7a7e476f6424ae4a5cc72e75b183611b08392e44add4d25","doc/ISO-8859-2.txt":"18ceff88c13d1b5ba455a3919b1e3de489045c4c3d2dd7e8527c125c75d54aad","doc/ISO-8859-3.txt":"21798404c68f4f5db59223362f24999da96968c0628427321fccce7d2849a130","doc/ISO-8859-4.txt":"d27f6520c6c5bfbcc19176b71d081cdb3bccde1622bb3e420d5680e812632d53","doc/ISO-8859-5.txt":"a10ec8d6ea7a78ad15da7275f6cb1a3365118527e28f9af6d0d5830501303f3a","doc/ISO-8859-6.txt":"ccda8a2efc96115336bdd77776637b9712425e44fbcf745353b9057fbef144e7","doc/ISO-8859-7.txt":"17900fa1f27a445958f0a77d7d9056be375a6bd7ee4492aa680c7c1500bab85e","doc/ISO-8859-8-I.txt":"8357555646d54265a9b9ffa3e68b08d132312f1561c60108ff9b8b1167b6ecf2","doc/ISO-8859-8.txt":"72cd6f3afb7b4a9c16a66a362473315770b7755d72c86c870e52fc3eba86c8af","doc/KOI8-R.txt":"839cf19a38da994488004ed7814b1f6151640156a9a2af02bf2efca745fb5966","doc/KOI8-U.txt":"0cc76624ed1f024183e2298b7e019957da2c70c8ca06e0fc4e6f353f50a5054f","doc/Shift_JIS.txt":"34c49141818cb9ddbcf59cc858f78a79be8ad148d563f26415108ae1f148443f","doc/UTF-16BE.txt":"e2e280d8acbaa6d2a6b3569d60e17500a285f2baa0df3363dd85537cd5a1ef8f","doc/UTF-16LE.txt":"70bdc170e3fc5298ba68f10125fb5eeb8b077036cc96bb4416c4de396f6d76c1","doc/UTF-8.txt":"ea7bae742e613010ced002cf4b601a737d2203fad65e115611451bc4428f548a","doc/gb18030.txt":"dc71378a8f07a2d8659f69ee81fb8791fef56ba86f124b429978285237bb4a7b","doc/macintosh.txt":"57491e53866711b4672d9b9ff35380b9dac9e0d8e3d6c20bdd6140603687c023","doc/replacement.txt":"4b6c3bbd7999d9d4108a281594bd02d13607e334a95465afff8c2c08d395f0e4","doc/windows-1250.txt":"61296bb6a21cdab602300d32ecfba434cb82de5ac3bc88d58710d2f125e28d39","doc/windows-1251.txt":"7deea1c61dea1485c8ff02db2c7d578db7a9aab63ab1cfd02ec04b515864689e","doc/windows-1252.txt":"933ef3bdddfce5ee132b9f1a1aa8b47423d2587bbe475b19028d0a6d38e180b6","doc/windows-1253.txt":"1a38748b88e99071a5c7b3d5456ead4caedeabab50d50d658be105bc113714de","doc/windows-1254.txt":"f8372f86c6f8d642563cd6ddc025260553292a39423df1683a98670bd7bf2b47","doc/windows-1255.txt":"4e5852494730054e2da258a74e1b9d780abbcdd8ce22ebc218ca2efe9e90493d","doc/windows-1256.txt":"c0879c5172abedead302a406e8f60d9cd9598694a0ffa4fd288ffe4fef7b8ea1","doc/windows-1257.txt":"c28a0c9f964fcb2b46d21f537c402446501a2800670481d6abf9fd9e9018d523","doc/windows-1258.txt":"5019ae4d61805c79aacbf17c93793342dbb098d65a1837783bc3e2c6d6a23602","doc/windows-874.txt":"4ef0e4501c5feba8b17aee1818602ed44b36ca8475db771ce2fc16d392cabecc","doc/x-mac-cyrillic.txt":"58be154d8a888ca3d484b83b44f749823ef339ab27f14d90ca9a856f5050a8bd","doc/x-user-defined.txt":"f9cd07c4321bf5cfb0be4bdddd251072999b04a6cf7a6f5bc63709a84e2c1ffc","generate-encoding-data.py":"be989dd25c6b946e3e8745fdc8e8a80fcf24b3be99ad0b4b78153ba3f6ab6310","rustfmt.toml":"85c1a3b4382fd89e991cbb81b70fb52780472edc064c963943cdaaa56e0a2030","src/ascii.rs":"588e38b01e666d5e7462617ea7e90a108d608dec9e016f3d273ac0744af2e05d","src/big5.rs":"ec6e2913011a38e9a3e825a1731f139a7ca1d5b264fefae51a3cc1a68a57cef9","src/data.rs":"8a617cc57032092d65850eb27e00de687c80aea3299e839a1f58b42d0b35abf3","src/euc_jp.rs":"32047f5b540188c4cb19c07165f846b9786a09f18e315ed3e9bda1293dae52aa","src/euc_kr.rs":"9b25afc72d9378700eecfac58d55ad1c5946d6cd0ccde2c29c08200ef2de6bb9","src/gb18030.rs":"808587168d73f0c80f8520f0ca9b161866ed2efeb17a05e85fdf3b8efe7ba28a","src/handles.rs":"b08cef1f5785bb6a4822f2e844c6df1b046b737b7a075e4593eaa8c4208e9fe2","src/iso_2022_jp.rs":"9bb485e82574f4b7d4b2364f0ff276acb6a0bc111758420a3b0ec5e04c196652","src/lib.rs":"834f44b670ec48ee82c0e12223d1567313fdd9f88bca5f4b117c82c1828f559f","src/macros.rs":"200997f8870de8bfd8cdc475e92115df42108c0df661e49d3d1cbc32056e1d99","src/mem.rs":"948571137d3b151df8db4fb2c733e74ae595d055cdf0ad83abcab9341d6adabe","src/replacement.rs":"7660b34a53f8c1ca2bdfa0e51e843ec28326950952ad8bc96569feb93ac62308","src/shift_jis.rs":"6951ae67e36b1a12fa3a30734957f444d8b1b4ae0e2bde52060b29bd0f16d9d9","src/simd_funcs.rs":"05c6e77af74bfe73cd39a752067c11425d6b46e5da419910f54bf75a5c02a984","src/single_byte.rs":"3ad87116fb339434a4b58e8f2b15485f2b66b9f7814d708f16194ed08f6d6ccf","src/test_data/big5_in.txt":"4c5a8691f8dc717311889c63894026d2fb62725a86c4208ca274a9cc8d42a503","src/test_data/big5_in_ref.txt":"99d399e17750cf9c7cf30bb253dbfe35b81c4fcbdead93cfa48b1429213473c7","src/test_data/big5_out.txt":"6193ca97c297aa20e09396038d18e938bb7ea331c26f0f2454097296723a0b13","src/test_data/big5_out_ref.txt":"36567691f557df144f6cc520015a87038dfa156f296fcf103b56ae9a718be1fc","src/test_data/euc_kr_in.txt":"c86a7224f3215fa0d04e685622a752fdc72763e8ae076230c7fd62de57ec4074","src/test_data/euc_kr_in_ref.txt":"1f419f4ca47d708b54c73c461545a022ae2e20498fdbf8005a483d752a204883","src/test_data/euc_kr_out.txt":"e7f32e026f70be1e1b58e0047baf7d3d2c520269c4f9b9992e158b4decb0a1a3","src/test_data/euc_kr_out_ref.txt":"c9907857980b20b8e9e3b584482ed6567a2be6185d72237b6322f0404944924e","src/test_data/gb18030_in.txt":"ab7231b2d3e9afacdbd7d7f3b9e5361a7ff9f7e1cfdb4f3bd905b9362b309e53","src/test_data/gb18030_in_ref.txt":"dc5069421adca2043c55f5012b55a76fdff651d22e6e699fd0978f8d5706815c","src/test_data/gb18030_out.txt":"f0208d527f5ca63de7d9a0323be8d5cf12d8a104b2943d92c2701f0c3364dac1","src/test_data/gb18030_out_ref.txt":"6819fe47627e4ea01027003fc514b9f21a1322e732d7f1fb92cc6c5455bc6c07","src/test_data/iso_2022_jp_in.txt":"cd24bbdcb1834e25db54646fbf4c41560a13dc7540f6be3dba4f5d97d44513af","src/test_data/iso_2022_jp_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/iso_2022_jp_out.txt":"9b6f015329dda6c3f9ee5ce6dbd6fa9c89acc21283e886836c78b8d833480c21","src/test_data/iso_2022_jp_out_ref.txt":"78cb260093a20116ad9a42f43b05d1848c5ab100b6b9a850749809e943884b35","src/test_data/jis0208_in.txt":"6df3030553ffb0a6615bb33dc8ea9dca6d9623a9028e2ffec754ce3c3da824cc","src/test_data/jis0208_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/jis0208_out.txt":"4ec24477e1675ce750733bdc3c5add1cd27b6bd4ce1f09289564646e9654e857","src/test_data/jis0208_out_ref.txt":"c3e1cef5032b2b1d93a406f31ff940c4e2dfe8859b8b17ca2761fee7a75a0e48","src/test_data/jis0212_in.txt":"c011f0dd72bd7c8cd922df9374ef8d2769a77190514c77f6c62b415852eeb9fe","src/test_data/jis0212_in_ref.txt":"7d9458b3d2f73e7092a7f505c08ce1d233dde18aa679fbcf9889256239cc9e06","src/test_data/shift_jis_in.txt":"02e389ccef0dd2122e63f503899402cb7f797912c2444cc80ab93131116c5524","src/test_data/shift_jis_in_ref.txt":"512f985950ca902e643c88682dba9708b7c38d3c5ec2925168ab00ac94ab19f9","src/test_data/shift_jis_out.txt":"5fbc44da7bf639bf6cfe0fa1fd3eba7102b88f81919c9ea991302712f69426fb","src/test_data/shift_jis_out_ref.txt":"466322c6fed8286c64582731755290c2296508efdd258826e6279686649b481f","src/test_labels_names.rs":"23a2e11b02b3b8d15fb5613a625e3edb2c61e70e3c581abfd638719a4088200d","src/testing.rs":"f59e671e95a98a56f6b573e8c6be4d71e670bf52f7e20eb1605d990aafa1894e","src/utf_16.rs":"c071a147fad38d750c2c247e141b76b929a48007b99f26b2922b9caecdaf2f25","src/utf_8.rs":"7b7d887b347f1aefa03246b028a36a72758a4ce76c28f3b45c19467851aa7839","src/variant.rs":"1fab5363588a1554a7169de8731ea9cded7ac63ea35caabdd1c27a8dde68c27b","src/x_user_defined.rs":"9456ca46168ef86c98399a2536f577ef7be3cdde90c0c51392d8ac48519d3fae"},"package":"b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"} +\ No newline at end of file +diff --git a/third_party/rust/encoding_rs/Cargo.toml b/third_party/rust/encoding_rs/Cargo.toml +--- third_party/rust/encoding_rs/Cargo.toml ++++ third_party/rust/encoding_rs/Cargo.toml +@@ -6,18 +6,19 @@ + # to registry (e.g., crates.io) dependencies. + # + # If you are reading this file be aware that the original Cargo.toml + # will likely look very different (and much more reasonable). + # See Cargo.toml.orig for the original contents. + + [package] + edition = "2018" ++rust-version = "1.36" + name = "encoding_rs" +-version = "0.8.33" ++version = "0.8.34" + authors = ["Henri Sivonen "] + description = "A Gecko-oriented implementation of the Encoding Standard" + homepage = "https://docs.rs/encoding_rs/" + documentation = "https://docs.rs/encoding_rs/" + readme = "README.md" + keywords = [ + "encoding", + "web", +@@ -31,23 +32,23 @@ categories = [ + "internationalization", + ] + license = "(Apache-2.0 OR MIT) AND BSD-3-Clause" + repository = "https://github.com/hsivonen/encoding_rs" + + [profile.release] + lto = true + ++[dependencies.any_all_workaround] ++version = "0.1.0" ++optional = true ++ + [dependencies.cfg-if] + version = "1.0" + +-[dependencies.packed_simd] +-version = "0.3.9" +-optional = true +- + [dependencies.serde] + version = "1.0" + optional = true + + [dev-dependencies.bincode] + version = "1.0" + + [dev-dependencies.serde_derive] +@@ -69,15 +70,9 @@ fast-legacy-encode = [ + "fast-hanja-encode", + "fast-kanji-encode", + "fast-gb-hanzi-encode", + "fast-big5-hanzi-encode", + ] + less-slow-big5-hanzi-encode = [] + less-slow-gb-hanzi-encode = [] + less-slow-kanji-encode = [] +-simd-accel = [ +- "packed_simd", +- "packed_simd/into_bits", +-] +- +-[badges.travis-ci] +-repository = "hsivonen/encoding_rs" ++simd-accel = ["any_all_workaround"] +diff --git a/third_party/rust/encoding_rs/README.md b/third_party/rust/encoding_rs/README.md +--- third_party/rust/encoding_rs/README.md ++++ third_party/rust/encoding_rs/README.md +@@ -162,50 +162,36 @@ wrappers. + * [C++](https://github.com/hsivonen/recode_cpp) + + ## Optional features + + There are currently these optional cargo features: + + ### `simd-accel` + +-Enables SIMD acceleration using the nightly-dependent `packed_simd` crate. ++Enables SIMD acceleration using the nightly-dependent `portable_simd` standard ++library feature. + + This is an opt-in feature, because enabling this feature _opts out_ of Rust's + guarantees of future compilers compiling old code (aka. "stability story"). + + Currently, this has not been tested to be an improvement except for these +-targets: ++targets and enabling the `simd-accel` feature is expected to break the build ++on other targets: + + * x86_64 + * i686 + * aarch64 + * thumbv7neon + + If you use nightly Rust, you use targets whose first component is one of the + above, and you are prepared _to have to revise your configuration when updating + Rust_, you should enable this feature. Otherwise, please _do not_ enable this + feature. + +-_Note!_ If you are compiling for a target that does not have 128-bit SIMD +-enabled as part of the target definition and you are enabling 128-bit SIMD +-using `-C target_feature`, you need to enable the `core_arch` Cargo feature +-for `packed_simd` to compile a crates.io snapshot of `core_arch` instead of +-using the standard-library copy of `core::arch`, because the `core::arch` +-module of the pre-compiled standard library has been compiled with the +-assumption that the CPU doesn't have 128-bit SIMD. At present this applies +-mainly to 32-bit ARM targets whose first component does not include the +-substring `neon`. +- +-The encoding_rs side of things has not been properly set up for POWER, +-PowerPC, MIPS, etc., SIMD at this time, so even if you were to follow +-the advice from the previous paragraph, you probably shouldn't use +-the `simd-accel` option on the less mainstream architectures at this +-time. +- + Used by Firefox. + + ### `serde` + + Enables support for serializing and deserializing `&'static Encoding`-typed + struct fields using [Serde][1]. + + [1]: https://serde.rs/ +@@ -376,18 +362,19 @@ It is a goal to support the latest stabl + the version of Rust that's used for Firefox Nightly. + + At this time, there is no firm commitment to support a version older than + what's required by Firefox, and there is no commitment to treat MSRV changes + as semver-breaking, because this crate depends on `cfg-if`, which doesn't + appear to treat MSRV changes as semver-breaking, so it would be useless for + this crate to treat MSRV changes as semver-breaking. + +-As of 2021-02-04, MSRV appears to be Rust 1.36.0 for using the crate and ++As of 2024-04-04, MSRV appears to be Rust 1.36.0 for using the crate and + 1.42.0 for doc tests to pass without errors about the global allocator. ++With the `simd-accel` feature, the MSRV is even higher. + + ## Compatibility with rust-encoding + + A compatibility layer that implements the rust-encoding API on top of + encoding_rs is + [provided as a separate crate](https://github.com/hsivonen/encoding_rs_compat) + (cannot be uploaded to crates.io). The compatibility layer was originally + written with the assuption that Firefox would need it, but it is not currently +@@ -441,20 +428,27 @@ To regenerate the generated code: + - [x] Implement the rust-encoding API in terms of encoding_rs. + - [x] Add SIMD acceleration for Aarch64. + - [x] Investigate the use of NEON on 32-bit ARM. + - [ ] ~Investigate Björn Höhrmann's lookup table acceleration for UTF-8 as + adapted to Rust in rust-encoding.~ + - [x] Add actually fast CJK encode options. + - [ ] ~Investigate [Bob Steagall's lookup table acceleration for UTF-8](https://github.com/BobSteagall/CppNow2018/blob/master/FastConversionFromUTF-8/Fast%20Conversion%20From%20UTF-8%20with%20C%2B%2B%2C%20DFAs%2C%20and%20SSE%20Intrinsics%20-%20Bob%20Steagall%20-%20C%2B%2BNow%202018.pdf).~ + - [x] Provide a build mode that works without `alloc` (with lesser API surface). +-- [ ] Migrate to `std::simd` once it is stable and declare 1.0. ++- [x] Migrate to `std::simd` ~once it is stable and declare 1.0.~ ++- [ ] Migrate `unsafe` slice access by larger types than `u8`/`u16` to `align_to`. + + ## Release Notes + ++### 0.8.34 ++ ++* Use the `portable_simd` nightly feature of the standard library instead of the `packed_simd` crate. Only affects the `simd-accel` optional nightly feature. ++* Internal documentation improvements and minor code improvements around `unsafe`. ++* Added `rust-version` to `Cargo.toml`. ++ + ### 0.8.33 + + * Use `packed_simd` instead of `packed_simd_2` again now that updates are back under the `packed_simd` name. Only affects the `simd-accel` optional nightly feature. + + ### 0.8.32 + + * Removed `build.rs`. (This removal should resolve false positives reported by some antivirus products. This may break some build configurations that have opted out of Rust's guarantees against future build breakage.) + * Internal change to what API is used for reinterpreting the lane configuration of SIMD vectors. +diff --git a/third_party/rust/encoding_rs/src/ascii.rs b/third_party/rust/encoding_rs/src/ascii.rs +--- third_party/rust/encoding_rs/src/ascii.rs ++++ third_party/rust/encoding_rs/src/ascii.rs +@@ -46,71 +46,87 @@ cfg_if! { + #[allow(dead_code)] + #[inline(always)] + fn likely(b: bool) -> bool { + b + } + } + } + ++// Safety invariants for masks: data & mask = 0 for valid ASCII or basic latin utf-16 ++ + // `as` truncates, so works on 32-bit, too. + #[allow(dead_code)] + pub const ASCII_MASK: usize = 0x8080_8080_8080_8080u64 as usize; + + // `as` truncates, so works on 32-bit, too. + #[allow(dead_code)] + pub const BASIC_LATIN_MASK: usize = 0xFF80_FF80_FF80_FF80u64 as usize; + + #[allow(unused_macros)] + macro_rules! ascii_naive { + ($name:ident, $src_unit:ty, $dst_unit:ty) => { ++ /// Safety: src and dst must have len_unit elements and be aligned ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + // Yes, manually omitting the bound check here matters + // a lot for perf. + for i in 0..len { ++ // Safety: len invariant used here + let code_unit = *(src.add(i)); ++ // Safety: Upholds safety-usable invariant here + if code_unit > 127 { + return Some((code_unit, i)); + } ++ // Safety: len invariant used here + *(dst.add(i)) = code_unit as $dst_unit; + } + return None; + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_alu { + ($name:ident, ++ // safety invariant: src/dst MUST be u8 + $src_unit:ty, + $dst_unit:ty, ++ // Safety invariant: stride_fn must consume and produce two usizes, and return the index of the first non-ascii when it fails + $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cast_ptr_alignment))] + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch until we are aligned to usize + let mut until_alignment = { + // Check if the other unit aligns if we move the narrower unit + // to alignment. + // if ::core::mem::size_of::<$src_unit>() == ::core::mem::size_of::<$dst_unit>() { + // ascii_to_ascii + let src_alignment = (src as usize) & ALU_ALIGNMENT_MASK; + let dst_alignment = (dst as usize) & ALU_ALIGNMENT_MASK; + if src_alignment != dst_alignment { ++ // Safety: bails early and ends up in the naïve branch where usize-alignment doesn't matter + break; + } + (ALU_ALIGNMENT - src_alignment) & ALU_ALIGNMENT_MASK + // } else if ::core::mem::size_of::<$src_unit>() < ::core::mem::size_of::<$dst_unit>() { + // ascii_to_basic_latin + // let src_until_alignment = (ALIGNMENT - ((src as usize) & ALIGNMENT_MASK)) & ALIGNMENT_MASK; + // if (dst.add(src_until_alignment) as usize) & ALIGNMENT_MASK != 0 { + // break; +@@ -129,74 +145,104 @@ macro_rules! ascii_alu { + // Moving pointers to alignment seems to be a pessimization on + // x86_64 for operations that have UTF-16 as the internal + // Unicode representation. However, since it seems to be a win + // on ARM (tested ARMv7 code running on ARMv8 [rpi3]), except + // mixed results when encoding from UTF-16 and since x86 and + // x86_64 should be using SSE2 in due course, keeping the move + // to alignment here. It would be good to test on more ARM CPUs + // and on real MIPS and POWER hardware. ++ // ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { ++ // Safety: num_ascii is known to be a byte index of a non-ascii byte due to stride_fn's invariant + if let Some(num_ascii) = $stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ) { + offset += num_ascii; ++ // Safety: Upholds safety-usable invariant here by indexing into non-ascii byte + return Some((*(src.add(offset)), offset)); + } ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ ++ // Safety: This is the naïve code, same as ascii_naive, and has no requirements ++ // other than src/dst being valid for the the right lens + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } ++ // Safety: len invariant used here + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! basic_latin_alu { + ($name:ident, ++ // safety invariant: use u8 for src/dest for ascii, and u16 for basic_latin + $src_unit:ty, + $dst_unit:ty, ++ // safety invariant: stride function must munch ALU_STRIDE_SIZE*size(src_unit) bytes off of src and ++ // write ALU_STRIDE_SIZE*size(dst_unit) bytes to dst + $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[cfg_attr( + feature = "cargo-clippy", + allow(never_loop, cast_ptr_alignment, cast_lossless) + )] + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch from src/dest until we are aligned to usize ++ // We ensure basic-latin has the same alignment as ascii, starting with ascii since it is smaller. + let mut until_alignment = { + // Check if the other unit aligns if we move the narrower unit + // to alignment. + // if ::core::mem::size_of::<$src_unit>() == ::core::mem::size_of::<$dst_unit>() { + // ascii_to_ascii + // let src_alignment = (src as usize) & ALIGNMENT_MASK; + // let dst_alignment = (dst as usize) & ALIGNMENT_MASK; + // if src_alignment != dst_alignment { +@@ -232,66 +278,89 @@ macro_rules! basic_latin_alu { + // Moving pointers to alignment seems to be a pessimization on + // x86_64 for operations that have UTF-16 as the internal + // Unicode representation. However, since it seems to be a win + // on ARM (tested ARMv7 code running on ARMv8 [rpi3]), except + // mixed results when encoding from UTF-16 and since x86 and + // x86_64 should be using SSE2 in due course, keeping the move + // to alignment here. It would be good to test on more ARM CPUs + // and on real MIPS and POWER hardware. ++ // ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { + if !$stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ) { + break; + } ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ // Safety: This is the naïve code once again, for leftover bytes + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } ++ // Safety: len invariant used here + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_alu { ++ // safety invariant: stride function must munch ALU_STRIDE_SIZE*size(src_unit) bytes off of src and ++ // write ALU_STRIDE_SIZE*size(dst_unit) bytes to dst + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write + #[cfg_attr( + feature = "cargo-clippy", + allow(never_loop, cast_ptr_alignment, cast_lossless) + )] + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch from src/dest until we are aligned to usize ++ // We ensure the UTF-16 side has the same alignment as the Latin-1 side, starting with Latin-1 since it is smaller. + let mut until_alignment = { + if ::core::mem::size_of::<$src_unit>() < ::core::mem::size_of::<$dst_unit>() { + // unpack + let src_until_alignment = (ALU_ALIGNMENT + - ((src as usize) & ALU_ALIGNMENT_MASK)) + & ALU_ALIGNMENT_MASK; + if (dst.wrapping_add(src_until_alignment) as usize) & ALU_ALIGNMENT_MASK + != 0 +@@ -308,373 +377,485 @@ macro_rules! latin1_alu { + != 0 + { + break; + } + dst_until_alignment + } + }; + if until_alignment + ALU_STRIDE_SIZE <= len { ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { + $stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ); ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ // Safety: This is the naïve code once again, for leftover bytes + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_check_align { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + // XXX Should we first process one stride unconditionally as unaligned to + // avoid the cost of the branchiness below if the first stride fails anyway? + // XXX Should we just use unaligned SSE2 access unconditionally? It seems that + // on Haswell, it would make sense to just use unaligned and not bother + // checking. Need to benchmark older architectures before deciding. + let dst_masked = (dst as usize) & SIMD_ALIGNMENT_MASK; ++ // Safety: checking whether src is aligned + if ((src as usize) & SIMD_ALIGNMENT_MASK) == 0 { ++ // Safety: Checking whether dst is aligned + if dst_masked == 0 { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_both_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_src_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + } else { + if dst_masked == 0 { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_dst_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + } + } + while offset < len { ++ // Safety: uses len invariant here and below + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: upholds safety-usable invariant + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_check_align_unrolled { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing 2*SIMD_STRIDE_SIZE src_unit/dst_unit + $double_stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing 2*SIMD_STRIDE_SIZE src_unit/dst_unit + $double_stride_src_aligned:ident + ) => { +- #[inline(always)] ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let unit_size = ::core::mem::size_of::<$src_unit>(); + let mut offset = 0usize; + // This loop is only broken out of as a goto forward without + // actually looping + 'outer: loop { ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + // First, process one unaligned ++ // Safety: this is safe to call since we're valid for this read/write + if !$stride_neither_aligned(src, dst) { + break 'outer; + } + offset = SIMD_STRIDE_SIZE; + + // We have now seen 16 ASCII bytes. Let's guess that + // there will be enough more to justify more expense + // in the case of non-ASCII. + // Use aligned reads for the sake of old microachitectures. ++ // ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is less that SIMD_ALIGNMENT, which is also SIMD_STRIDE_SIZE (as documented) + let until_alignment = ((SIMD_ALIGNMENT + - ((src.add(offset) as usize) & SIMD_ALIGNMENT_MASK)) + & SIMD_ALIGNMENT_MASK) + / unit_size; +- // This addition won't overflow, because even in the 32-bit PAE case the ++ // Safety: This addition won't overflow, because even in the 32-bit PAE case the + // address space holds enough code that the slice length can't be that + // close to address space size. + // offset now equals SIMD_STRIDE_SIZE, hence times 3 below. ++ // ++ // Safety: if this check succeeds we're valid for reading/writing at least `2 * SIMD_STRIDE_SIZE` elements plus `until_alignment`. ++ // The extra SIMD_STRIDE_SIZE in the condition is because `offset` is already `SIMD_STRIDE_SIZE`. + if until_alignment + (SIMD_STRIDE_SIZE * 3) <= len { + if until_alignment != 0 { ++ // Safety: this is safe to call since we're valid for this read/write (and more), and don't care about alignment ++ // This will copy over bytes that get decoded twice since it's not incrementing `offset` by SIMD_STRIDE_SIZE. This is fine. + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += until_alignment; + } ++ // Safety: At this point we're valid for reading/writing 2*SIMD_STRIDE_SIZE elements ++ // Safety: Now `offset` is aligned for `src` + let len_minus_stride_times_two = len - (SIMD_STRIDE_SIZE * 2); ++ // Safety: This is whether dst is aligned + let dst_masked = (dst.add(offset) as usize) & SIMD_ALIGNMENT_MASK; + if dst_masked == 0 { + loop { ++ // Safety: both are aligned, we can call the aligned function. We're valid for reading/writing double stride from the initial condition ++ // and the loop break condition below + if let Some(advance) = + $double_stride_both_aligned(src.add(offset), dst.add(offset)) + { + offset += advance; + let code_unit = *(src.add(offset)); ++ // Safety: uses safety-usable invariant on ascii_to_ascii_simd_double_stride to return ++ // guaranteed non-ascii + return Some((code_unit, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: We're valid for reading/writing one more, and can still assume alignment + if offset + SIMD_STRIDE_SIZE <= len { + if !$stride_both_aligned(src.add(offset), dst.add(offset)) { + break 'outer; + } + offset += SIMD_STRIDE_SIZE; + } + } else { + loop { ++ // Safety: only src is aligned here. We're valid for reading/writing double stride from the initial condition ++ // and the loop break condition below + if let Some(advance) = + $double_stride_src_aligned(src.add(offset), dst.add(offset)) + { + offset += advance; + let code_unit = *(src.add(offset)); ++ // Safety: uses safety-usable invariant on ascii_to_ascii_simd_double_stride to return ++ // guaranteed non-ascii + return Some((code_unit, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. ++ + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: We're valid for reading/writing one more, and can still assume alignment + if offset + SIMD_STRIDE_SIZE <= len { + if !$stride_src_aligned(src.add(offset), dst.add(offset)) { + break 'outer; + } + offset += SIMD_STRIDE_SIZE; + } + } + } else { + // At most two iterations, so unroll + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: The check above ensures we're allowed to read/write this, and we don't use alignment + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: The check above ensures we're allowed to read/write this, and we don't use alignment + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; + } + } + } + } + break 'outer; + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_check_align { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident ++ + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; ++ // Whether dst is aligned + let dst_masked = (dst as usize) & SIMD_ALIGNMENT_MASK; ++ // Whether src is aligned + if ((src as usize) & SIMD_ALIGNMENT_MASK) == 0 { + if dst_masked == 0 { + loop { ++ // Safety: Both were aligned, we can use the aligned function + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: src was aligned, dst was not + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } + } else { + if dst_masked == 0 { + loop { ++ // Safety: src was aligned, dst was not + $stride_dst_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: Neither were aligned + $stride_neither_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } + } + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_check_align_unrolled { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let unit_size = ::core::mem::size_of::<$src_unit>(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is by definition less than SIMD_STRIDE_SIZE. + let mut until_alignment = ((SIMD_STRIDE_SIZE + - ((src as usize) & SIMD_ALIGNMENT_MASK)) + & SIMD_ALIGNMENT_MASK) + / unit_size; + while until_alignment != 0 { ++ // Safety: This is a straightforward copy, since until_alignment is < SIMD_STRIDE_SIZE < len, this is in-bounds + *(dst.add(offset)) = *(src.add(offset)) as $dst_unit; + offset += 1; + until_alignment -= 1; + } ++ // Safety: here offset will be `until_alignment`, i.e. enough to align `src`. + let len_minus_stride = len - SIMD_STRIDE_SIZE; ++ // Safety: if this check succeeds we're valid for reading/writing at least `2 * SIMD_STRIDE_SIZE` elements. + if offset + SIMD_STRIDE_SIZE * 2 <= len { + let len_minus_stride_times_two = len_minus_stride - SIMD_STRIDE_SIZE; ++ // Safety: at this point src is known to be aligned at offset, dst is not. + if (dst.add(offset) as usize) & SIMD_ALIGNMENT_MASK == 0 { + loop { ++ // Safety: We checked alignment of dst above, we can use the alignment functions. We're allowed to read/write 2*SIMD_STRIDE_SIZE elements, which we do. + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } + } else { + loop { ++ // Safety: we ensured alignment of src already. + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } + } + } ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we are valid to munch SIMD_STRIDE_SIZE more elements, which we do + if offset < len_minus_stride { + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + } + } + while offset < len { ++ // Safety: uses len invariant here and below + let code_unit = *(src.add(offset)); + // On x86_64, this loop autovectorizes but in the pack + // case there are instructions whose purpose is to make sure + // each u16 in the vector is truncated before packing. However, + // since we don't care about saturating behavior of SSE2 packing + // when the input isn't Latin1, those instructions are useless. + // Unfortunately, using the `assume` intrinsic to lie to the + // optimizer doesn't make LLVM omit the trunctation that we +@@ -688,138 +869,180 @@ macro_rules! latin1_simd_check_align_unr + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_unalign { ++ // Safety: stride_neither_aligned must be a function that requires src/dest be valid for unaligned reads/writes for SIMD_STRIDE_SIZE elements of type src_unit/dest_unit + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_neither_aligned:ident) => { ++ /// Safety: src and dst must be valid for reads/writes of len elements of type src_unit/dst_unit ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: We know we're valid for `stride` reads/writes, so we can call this function. We don't need alignment. + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - stride` which means we always have at least `stride` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { ++ // Safety: Uses len invariant here and below + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_unalign { ++ // Safety: stride_neither_aligned must be a function that requires src/dest be valid for unaligned reads/writes for SIMD_STRIDE_SIZE elements of type src_unit/dest_unit + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_neither_aligned:ident) => { ++ /// Safety: src and dst must be valid for unaligned reads/writes of len elements of type src_unit/dst_unit + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: We know we're valid for `stride` reads/writes, so we can call this function. We don't need alignment. + $stride_neither_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - stride` which means we always have at least `stride` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { ++ // Safety: Uses len invariant here + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_ascii_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u8) -> bool { + let simd = $load(src); + if !simd_is_ascii(simd) { + return false; + } + $store(dst, simd); + true + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_ascii_simd_double_stride { ++ // Safety: store must be valid for 32 bytes of write, which may be unaligned (candidates: `store(8|16)_(aligned|unaligned)`) + ($name:ident, $store:ident) => { ++ /// Safety: src must be valid for 32 bytes of aligned u8x16 read ++ /// dst must be valid for 32 bytes of unaligned write according to ++ /// the $store fn, which may allow for unaligned writes or require ++ /// alignment to either 16x8 or u8x16. ++ /// ++ /// Safety-usable invariant: Returns Some(index) if the element at `index` is invalid ASCII + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u8) -> Option { + let first = load16_aligned(src); + let second = load16_aligned(src.add(SIMD_STRIDE_SIZE)); + $store(dst, first); + if unlikely(!simd_is_ascii(first | second)) { ++ // Safety: mask_ascii produces a mask of all the high bits. + let mask_first = mask_ascii(first); + if mask_first != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src ++ // TODO SAFETY: What about big-endian systems? + return Some(mask_first.trailing_zeros() as usize); + } + $store(dst.add(SIMD_STRIDE_SIZE), second); + let mask_second = mask_ascii(second); ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + return Some(SIMD_STRIDE_SIZE + mask_second.trailing_zeros() as usize); + } + $store(dst.add(SIMD_STRIDE_SIZE), second); + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_basic_latin_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16/32 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) -> bool { + let simd = $load(src); + if !simd_is_ascii(simd) { + return false; + } + let (first, second) = simd_unpack(simd); + $store(dst, first); + $store(dst.add(8), second); + true + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_basic_latin_simd_double_stride { ++ // Safety: store must be valid for 16 bytes of write, which may be unaligned + ($name:ident, $store:ident) => { ++ /// Safety: src must be valid for 2*SIMD_STRIDE_SIZE bytes of aligned reads, ++ /// aligned to either 16x8 or u8x16. ++ /// dst must be valid for 2*SIMD_STRIDE_SIZE bytes of aligned or unaligned reads + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) -> Option { + let first = load16_aligned(src); + let second = load16_aligned(src.add(SIMD_STRIDE_SIZE)); + let (a, b) = simd_unpack(first); + $store(dst, a); ++ // Safety: divide by 2 since it's a u16 pointer + $store(dst.add(SIMD_STRIDE_SIZE / 2), b); + if unlikely(!simd_is_ascii(first | second)) { + let mask_first = mask_ascii(first); + if mask_first != 0 { + return Some(mask_first.trailing_zeros() as usize); + } + let (c, d) = simd_unpack(second); + $store(dst.add(SIMD_STRIDE_SIZE), c); +@@ -832,47 +1055,59 @@ macro_rules! ascii_to_basic_latin_simd_d + $store(dst.add(SIMD_STRIDE_SIZE + (SIMD_STRIDE_SIZE / 2)), d); + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! unpack_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) { + let simd = $load(src); + let (first, second) = simd_unpack(simd); + $store(dst, first); + $store(dst.add(8), second); + } + }; + } + + #[allow(unused_macros)] + macro_rules! basic_latin_to_ascii_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 32/16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u16, dst: *mut u8) -> bool { + let first = $load(src); + let second = $load(src.add(8)); + if simd_is_basic_latin(first | second) { + $store(dst, simd_pack(first, second)); + true + } else { + false + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! pack_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 32/16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u16, dst: *mut u8) { + let first = $load(src); + let second = $load(src.add(8)); + $store(dst, simd_pack(first, second)); + } + }; + } +@@ -888,24 +1123,28 @@ cfg_if! { + // pub const ALIGNMENT: usize = 8; + + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const ALU_ALIGNMENT: usize = 8; + + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently produce ++ // neither_unaligned variants using only unaligned inputs. + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_neither_aligned, load16_unaligned, store16_unaligned); + + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_neither_aligned, load16_unaligned, store8_unaligned); + unpack_simd_stride!(unpack_stride_neither_aligned, load16_unaligned, store8_unaligned); + + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + pack_simd_stride!(pack_stride_neither_aligned, load8_unaligned, store16_unaligned); + ++ // Safety for conversion macros: We use the unalign macro with unalign functions above. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. + ascii_simd_unalign!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_neither_aligned); + ascii_simd_unalign!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_neither_aligned); + ascii_simd_unalign!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_unalign!(unpack_latin1, u8, u16, unpack_stride_neither_aligned); + latin1_simd_unalign!(pack_latin1, u16, u8, pack_stride_neither_aligned); + } else if #[cfg(all(feature = "simd-accel", target_endian = "little", target_feature = "neon"))] { + // SIMD with different instructions for aligned and unaligned loads and stores. + // +@@ -914,16 +1153,19 @@ cfg_if! { + // but the benchmark results I see don't agree. + + pub const SIMD_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + + pub const SIMD_ALIGNMENT_MASK: usize = 15; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently name ++ // aligned/unaligned functions according to src/dst being aligned/unaligned ++ + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_both_aligned, load16_aligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_src_aligned, load16_aligned, store16_unaligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_dst_aligned, load16_unaligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_neither_aligned, load16_unaligned, store16_unaligned); + + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_both_aligned, load16_aligned, store8_aligned); + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_src_aligned, load16_aligned, store8_unaligned); + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_dst_aligned, load16_unaligned, store8_aligned); +@@ -939,36 +1181,43 @@ cfg_if! { + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_dst_aligned, load8_unaligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + + pack_simd_stride!(pack_stride_both_aligned, load8_aligned, store16_aligned); + pack_simd_stride!(pack_stride_src_aligned, load8_aligned, store16_unaligned); + pack_simd_stride!(pack_stride_dst_aligned, load8_unaligned, store16_aligned); + pack_simd_stride!(pack_stride_neither_aligned, load8_unaligned, store16_unaligned); + ++ // Safety for conversion macros: We use the correct pattern of both/src/dst/neither here. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. ++ + ascii_simd_check_align!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_both_aligned, ascii_to_ascii_stride_src_aligned, ascii_to_ascii_stride_dst_aligned, ascii_to_ascii_stride_neither_aligned); + ascii_simd_check_align!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_both_aligned, ascii_to_basic_latin_stride_src_aligned, ascii_to_basic_latin_stride_dst_aligned, ascii_to_basic_latin_stride_neither_aligned); + ascii_simd_check_align!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_both_aligned, basic_latin_to_ascii_stride_src_aligned, basic_latin_to_ascii_stride_dst_aligned, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_check_align!(unpack_latin1, u8, u16, unpack_stride_both_aligned, unpack_stride_src_aligned, unpack_stride_dst_aligned, unpack_stride_neither_aligned); + latin1_simd_check_align!(pack_latin1, u16, u8, pack_stride_both_aligned, pack_stride_src_aligned, pack_stride_dst_aligned, pack_stride_neither_aligned); + } else if #[cfg(all(feature = "simd-accel", target_feature = "sse2"))] { + // SIMD with different instructions for aligned and unaligned loads and stores. + // + // Newer microarchitectures are not supposed to have a performance difference between + // aligned and unaligned SSE2 loads and stores when the address is actually aligned, + // but the benchmark results I see don't agree. + + pub const SIMD_STRIDE_SIZE: usize = 16; + ++ /// Safety-usable invariant: This should be identical to SIMD_STRIDE_SIZE (used by ascii_simd_check_align_unrolled) + pub const SIMD_ALIGNMENT: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + + pub const SIMD_ALIGNMENT_MASK: usize = 15; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently name ++ // aligned/unaligned functions according to src/dst being aligned/unaligned ++ + ascii_to_ascii_simd_double_stride!(ascii_to_ascii_simd_double_stride_both_aligned, store16_aligned); + ascii_to_ascii_simd_double_stride!(ascii_to_ascii_simd_double_stride_src_aligned, store16_unaligned); + + ascii_to_basic_latin_simd_double_stride!(ascii_to_basic_latin_simd_double_stride_both_aligned, store8_aligned); + ascii_to_basic_latin_simd_double_stride!(ascii_to_basic_latin_simd_double_stride_src_aligned, store8_unaligned); + + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_both_aligned, load16_aligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_src_aligned, load16_aligned, store16_unaligned); +@@ -984,33 +1233,43 @@ cfg_if! { + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_both_aligned, load8_aligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_src_aligned, load8_aligned, store16_unaligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_dst_aligned, load8_unaligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + + pack_simd_stride!(pack_stride_both_aligned, load8_aligned, store16_aligned); + pack_simd_stride!(pack_stride_src_aligned, load8_aligned, store16_unaligned); + ++ // Safety for conversion macros: We use the correct pattern of both/src/dst/neither/double_both/double_src here. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. ++ + ascii_simd_check_align_unrolled!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_both_aligned, ascii_to_ascii_stride_src_aligned, ascii_to_ascii_stride_neither_aligned, ascii_to_ascii_simd_double_stride_both_aligned, ascii_to_ascii_simd_double_stride_src_aligned); + ascii_simd_check_align_unrolled!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_both_aligned, ascii_to_basic_latin_stride_src_aligned, ascii_to_basic_latin_stride_neither_aligned, ascii_to_basic_latin_simd_double_stride_both_aligned, ascii_to_basic_latin_simd_double_stride_src_aligned); + + ascii_simd_check_align!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_both_aligned, basic_latin_to_ascii_stride_src_aligned, basic_latin_to_ascii_stride_dst_aligned, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_check_align_unrolled!(unpack_latin1, u8, u16, unpack_stride_both_aligned, unpack_stride_src_aligned, unpack_stride_dst_aligned, unpack_stride_neither_aligned); + latin1_simd_check_align_unrolled!(pack_latin1, u16, u8, pack_stride_both_aligned, pack_stride_src_aligned, pack_stride_dst_aligned, pack_stride_neither_aligned); + } else if #[cfg(all(target_endian = "little", target_pointer_width = "64"))] { + // Aligned ALU word, little-endian, 64-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 8; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0x0000_0000_FF00_0000usize & word) << 24) | + ((0x0000_0000_00FF_0000usize & word) << 16) | + ((0x0000_0000_0000_FF00usize & word) << 8) | + (0x0000_0000_0000_00FFusize & word); + let second = ((0xFF00_0000_0000_0000usize & word) >> 8) | + ((0x00FF_0000_0000_0000usize & word) >> 16) | +@@ -1019,22 +1278,24 @@ cfg_if! { + let third = ((0x0000_0000_FF00_0000usize & second_word) << 24) | + ((0x0000_0000_00FF_0000usize & second_word) << 16) | + ((0x0000_0000_0000_FF00usize & second_word) << 8) | + (0x0000_0000_0000_00FFusize & second_word); + let fourth = ((0xFF00_0000_0000_0000usize & second_word) >> 8) | + ((0x00FF_0000_0000_0000usize & second_word) >> 16) | + ((0x0000_FF00_0000_0000usize & second_word) >> 24) | + ((0x0000_00FF_0000_0000usize & second_word) >> 32); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000_0000_0000usize & second) << 8) | + ((0x0000_00FF_0000_0000usize & second) << 16) | + ((0x0000_0000_00FF_0000usize & second) << 24) | + ((0x0000_0000_0000_00FFusize & second) << 32) | + ((0x00FF_0000_0000_0000usize & first) >> 24) | + ((0x0000_00FF_0000_0000usize & first) >> 16) | +@@ -1043,70 +1304,88 @@ cfg_if! { + let second_word = ((0x00FF_0000_0000_0000usize & fourth) << 8) | + ((0x0000_00FF_0000_0000usize & fourth) << 16) | + ((0x0000_0000_00FF_0000usize & fourth) << 24) | + ((0x0000_0000_0000_00FFusize & fourth) << 32) | + ((0x00FF_0000_0000_0000usize & third) >> 24) | + ((0x0000_00FF_0000_0000usize & third) >> 16) | + ((0x0000_0000_00FF_0000usize & third) >> 8) | + (0x0000_0000_0000_00FFusize & third); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "little", target_pointer_width = "32"))] { + // Aligned ALU word, little-endian, 32-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const MAX_STRIDE_SIZE: usize = 8; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 4; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 3; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0x0000_FF00usize & word) << 8) | + (0x0000_00FFusize & word); + let second = ((0xFF00_0000usize & word) >> 8) | + ((0x00FF_0000usize & word) >> 16); + let third = ((0x0000_FF00usize & second_word) << 8) | + (0x0000_00FFusize & second_word); + let fourth = ((0xFF00_0000usize & second_word) >> 8) | + ((0x00FF_0000usize & second_word) >> 16); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000usize & second) << 8) | + ((0x0000_00FFusize & second) << 16) | + ((0x00FF_0000usize & first) >> 8) | + (0x0000_00FFusize & first); + let second_word = ((0x00FF_0000usize & fourth) << 8) | + ((0x0000_00FFusize & fourth) << 16) | + ((0x00FF_0000usize & third) >> 8) | + (0x0000_00FFusize & third); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "big", target_pointer_width = "64"))] { + // Aligned ALU word, big-endian, 64-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 8; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0xFF00_0000_0000_0000usize & word) >> 8) | + ((0x00FF_0000_0000_0000usize & word) >> 16) | + ((0x0000_FF00_0000_0000usize & word) >> 24) | + ((0x0000_00FF_0000_0000usize & word) >> 32); + let second = ((0x0000_0000_FF00_0000usize & word) << 24) | + ((0x0000_0000_00FF_0000usize & word) << 16) | +@@ -1115,22 +1394,24 @@ cfg_if! { + let third = ((0xFF00_0000_0000_0000usize & second_word) >> 8) | + ((0x00FF_0000_0000_0000usize & second_word) >> 16) | + ((0x0000_FF00_0000_0000usize & second_word) >> 24) | + ((0x0000_00FF_0000_0000usize & second_word) >> 32); + let fourth = ((0x0000_0000_FF00_0000usize & second_word) << 24) | + ((0x0000_0000_00FF_0000usize & second_word) << 16) | + ((0x0000_0000_0000_FF00usize & second_word) << 8) | + (0x0000_0000_0000_00FFusize & second_word); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF0000_00000000usize & first) << 8) | + ((0x000000FF_00000000usize & first) << 16) | + ((0x00000000_00FF0000usize & first) << 24) | + ((0x00000000_000000FFusize & first) << 32) | + ((0x00FF0000_00000000usize & second) >> 24) | + ((0x000000FF_00000000usize & second) >> 16) | +@@ -1139,67 +1420,80 @@ cfg_if! { + let second_word = ((0x00FF0000_00000000usize & third) << 8) | + ((0x000000FF_00000000usize & third) << 16) | + ((0x00000000_00FF0000usize & third) << 24) | + ((0x00000000_000000FFusize & third) << 32) | + ((0x00FF0000_00000000usize & fourth) >> 24) | + ((0x000000FF_00000000usize & fourth) >> 16) | + ((0x00000000_00FF0000usize & fourth) >> 8) | + (0x00000000_000000FFusize & fourth); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "big", target_pointer_width = "32"))] { + // Aligned ALU word, big-endian, 32-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const MAX_STRIDE_SIZE: usize = 8; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 4; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 3; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0xFF00_0000usize & word) >> 8) | + ((0x00FF_0000usize & word) >> 16); + let second = ((0x0000_FF00usize & word) << 8) | + (0x0000_00FFusize & word); + let third = ((0xFF00_0000usize & second_word) >> 8) | + ((0x00FF_0000usize & second_word) >> 16); + let fourth = ((0x0000_FF00usize & second_word) << 8) | + (0x0000_00FFusize & second_word); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000usize & first) << 8) | + ((0x0000_00FFusize & first) << 16) | + ((0x00FF_0000usize & second) >> 8) | + (0x0000_00FFusize & second); + let second_word = ((0x00FF_0000usize & third) << 8) | + ((0x0000_00FFusize & third) << 16) | + ((0x00FF_0000usize & fourth) >> 8) | + (0x0000_00FFusize & fourth); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else { + ascii_naive!(ascii_to_ascii, u8, u8); + ascii_naive!(ascii_to_basic_latin, u8, u16); + ascii_naive!(basic_latin_to_ascii, u16, u8); + } + } + + cfg_if! { ++ // Safety-usable invariant: this counts the zeroes from the "first byte" of utf-8 data packed into a usize ++ // with the target endianness + if #[cfg(target_endian = "little")] { + #[allow(dead_code)] + #[inline(always)] + fn count_zeros(word: usize) -> u32 { + word.trailing_zeros() + } + } else { + #[allow(dead_code)] +@@ -1207,208 +1501,272 @@ cfg_if! { + fn count_zeros(word: usize) -> u32 { + word.leading_zeros() + } + } + } + + cfg_if! { + if #[cfg(all(feature = "simd-accel", target_endian = "little", target_arch = "disabled"))] { ++ /// Safety-usable invariant: Will return the value and position of the first non-ASCII byte in the slice in a Some if found. ++ /// In other words, the first element of the Some is always `> 127` + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: src at offset is valid for a `SIMD_STRIDE_SIZE` read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + if !simd_is_ascii(simd) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety: Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + } else if #[cfg(all(feature = "simd-accel", target_feature = "sse2"))] { ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + // First, process one unaligned vector ++ // Safety: src is valid for a `SIMD_STRIDE_SIZE` read + let simd = unsafe { load16_unaligned(src) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset = mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; + return Some((non_ascii, offset)); + } + offset = SIMD_STRIDE_SIZE; ++ // Safety: Now that offset has changed we don't yet know how much it is valid for + + // We have now seen 16 ASCII bytes. Let's guess that + // there will be enough more to justify more expense + // in the case of non-ASCII. + // Use aligned reads for the sake of old microachitectures. ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is by definition less than SIMD_ALIGNMENT, which is defined to be equal to SIMD_STRIDE_SIZE. + let until_alignment = unsafe { (SIMD_ALIGNMENT - ((src.add(offset) as usize) & SIMD_ALIGNMENT_MASK)) & SIMD_ALIGNMENT_MASK }; + // This addition won't overflow, because even in the 32-bit PAE case the + // address space holds enough code that the slice length can't be that + // close to address space size. + // offset now equals SIMD_STRIDE_SIZE, hence times 3 below. ++ // ++ // Safety: if this check succeeds we're valid for reading at least `2 * SIMD_STRIDE_SIZE` elements plus `until_alignment`. ++ // The extra SIMD_STRIDE_SIZE in the condition is because `offset` is already `SIMD_STRIDE_SIZE`. + if until_alignment + (SIMD_STRIDE_SIZE * 3) <= len { + if until_alignment != 0 { ++ // Safety: this is safe to call since we're valid for this read (and more), and don't care about alignment ++ // This will copy over bytes that get decoded twice since it's not incrementing `offset` by SIMD_STRIDE_SIZE. This is fine. + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; + return Some((non_ascii, offset)); + } + offset += until_alignment; + } ++ // Safety: At this point we're valid for reading 2*SIMD_STRIDE_SIZE elements ++ // Safety: Now `offset` is aligned for `src` + let len_minus_stride_times_two = len - (SIMD_STRIDE_SIZE * 2); + loop { ++ // Safety: We were valid for this read, and were aligned. + let first = unsafe { load16_aligned(src.add(offset)) }; + let second = unsafe { load16_aligned(src.add(offset + SIMD_STRIDE_SIZE)) }; + if !simd_is_ascii(first | second) { ++ // Safety: mask_ascii produces a mask of all the high bits. + let mask_first = mask_ascii(first); + if mask_first != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src ++ // TODO SAFETY: What about big-endian systems? + offset += mask_first.trailing_zeros() as usize; + } else { + let mask_second = mask_ascii(second); ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + offset += SIMD_STRIDE_SIZE + mask_second.trailing_zeros() as usize; + } ++ // Safety: We know this is non-ASCII, and can uphold the safety-usable invariant here + let non_ascii = unsafe { *src.add(offset) }; ++ + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { +- let simd = unsafe { load16_aligned(src.add(offset)) }; +- let mask = mask_ascii(simd); ++ // Safety: We were valid for this read, and were aligned. ++ let simd = unsafe { load16_aligned(src.add(offset)) }; ++ // Safety: mask_ascii produces a mask of all the high bits. ++ let mask = mask_ascii(simd); + if mask != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety: We know this is non-ASCII, and can uphold the safety-usable invariant here + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; + } + } else { ++ // Safety: this is the unaligned branch + // At most two iterations, so unroll ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: We're valid for this read but must use an unaligned read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety-usable invariant upheld here (same as above) + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: We're valid for this read but must use an unaligned read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety-usable invariant upheld here (same as above) + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; + } + } + } + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = unsafe { *(src.add(offset)) }; + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + } else { ++ // Safety-usable invariant: returns byte index of first non-ascii byte + #[inline(always)] + fn find_non_ascii(word: usize, second_word: usize) -> Option { + let word_masked = word & ASCII_MASK; + let second_masked = second_word & ASCII_MASK; + if (word_masked | second_masked) == 0 { ++ // Both are ascii, invariant upheld + return None; + } + if word_masked != 0 { + let zeros = count_zeros(word_masked); +- // `zeros` now contains 7 (for the seven bits of non-ASCII) ++ // `zeros` now contains 0 to 7 (for the seven bits of masked ASCII in little endian, ++ // or up to 7 bits of non-ASCII in big endian if the first byte is non-ASCII) + // plus 8 times the number of ASCII in text order before the + // non-ASCII byte in the little-endian case or 8 times the number of ASCII in + // text order before the non-ASCII byte in the big-endian case. + let num_ascii = (zeros >> 3) as usize; ++ // Safety-usable invariant upheld here + return Some(num_ascii); + } + let zeros = count_zeros(second_masked); +- // `zeros` now contains 7 (for the seven bits of non-ASCII) ++ // `zeros` now contains 0 to 7 (for the seven bits of masked ASCII in little endian, ++ // or up to 7 bits of non-ASCII in big endian if the first byte is non-ASCII) + // plus 8 times the number of ASCII in text order before the + // non-ASCII byte in the little-endian case or 8 times the number of ASCII in + // text order before the non-ASCII byte in the big-endian case. + let num_ascii = (zeros >> 3) as usize; ++ // Safety-usable invariant upheld here + Some(ALU_ALIGNMENT + num_ascii) + } + ++ /// Safety: `src` must be valid for the reads of two `usize`s ++ /// ++ /// Safety-usable invariant: will return byte index of first non-ascii byte + #[inline(always)] + unsafe fn validate_ascii_stride(src: *const usize) -> Option { + let word = *src; + let second_word = *(src.add(1)); + find_non_ascii(word, second_word) + } + ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; + let mut until_alignment = (ALU_ALIGNMENT - ((src as usize) & ALU_ALIGNMENT_MASK)) & ALU_ALIGNMENT_MASK; ++ // Safety: If this check fails we're valid to read `until_alignment + ALU_STRIDE_SIZE` elements + if until_alignment + ALU_STRIDE_SIZE <= len { + while until_alignment != 0 { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety-usable invairant upheld here + return Some((code_unit, offset)); + } + offset += 1; + until_alignment -= 1; + } ++ // Safety: At this point we have read until_alignment elements and ++ // are valid for `ALU_STRIDE_SIZE` more. + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { ++ // Safety: we were valid for this read + let ptr = unsafe { src.add(offset) as *const usize }; + if let Some(num_ascii) = unsafe { validate_ascii_stride(ptr) } { + offset += num_ascii; ++ // Safety-usable invairant upheld here using the invariant from validate_ascii_stride() + return Some((unsafe { *(src.add(offset)) }, offset)); + } + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > ALU_STRIDE_SIZE` which means we always have at least `2 * ALU_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety-usable invairant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + + } +@@ -1423,70 +1781,88 @@ cfg_if! { + // vector reads without vector writes. + + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const ALU_ALIGNMENT: usize = 4; + + pub const ALU_ALIGNMENT_MASK: usize = 3; + } else { ++ // Safety: src points to two valid `usize`s, dst points to four valid `usize`s + #[inline(always)] + unsafe fn unpack_latin1_stride_alu(src: *const usize, dst: *mut usize) { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); ++ // Safety: dst safety invariant passed down + unpack_alu(word, second_word, dst); + } + ++ // Safety: src points to four valid `usize`s, dst points to two valid `usize`s + #[inline(always)] + unsafe fn pack_latin1_stride_alu(src: *const usize, dst: *mut usize) { ++ // Safety: src safety invariant used here + let first = *src; + let second = *(src.add(1)); + let third = *(src.add(2)); + let fourth = *(src.add(3)); ++ // Safety: dst safety invariant passed down + pack_alu(first, second, third, fourth, dst); + } + ++ // Safety: src points to two valid `usize`s, dst points to four valid `usize`s + #[inline(always)] + unsafe fn ascii_to_basic_latin_stride_alu(src: *const usize, dst: *mut usize) -> bool { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); + // Check if the words contains non-ASCII + if (word & ASCII_MASK) | (second_word & ASCII_MASK) != 0 { + return false; + } ++ // Safety: dst safety invariant passed down + unpack_alu(word, second_word, dst); + true + } + ++ // Safety: src points four valid `usize`s, dst points to two valid `usize`s + #[inline(always)] + unsafe fn basic_latin_to_ascii_stride_alu(src: *const usize, dst: *mut usize) -> bool { ++ // Safety: src safety invariant used here + let first = *src; + let second = *(src.add(1)); + let third = *(src.add(2)); + let fourth = *(src.add(3)); + if (first & BASIC_LATIN_MASK) | (second & BASIC_LATIN_MASK) | (third & BASIC_LATIN_MASK) | (fourth & BASIC_LATIN_MASK) != 0 { + return false; + } ++ // Safety: dst safety invariant passed down + pack_alu(first, second, third, fourth, dst); + true + } + ++ // Safety: src, dst both point to two valid `usize`s each ++ // Safety-usable invariant: Will return byte index of first non-ascii byte. + #[inline(always)] + unsafe fn ascii_to_ascii_stride(src: *const usize, dst: *mut usize) -> Option { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); ++ // Safety: src safety invariant used here + *dst = word; + *(dst.add(1)) = second_word; ++ // Relies on safety-usable invariant here + find_non_ascii(word, second_word) + } + + basic_latin_alu!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_alu); + basic_latin_alu!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_alu); + latin1_alu!(unpack_latin1, u8, u16, unpack_latin1_stride_alu); + latin1_alu!(pack_latin1, u16, u8, pack_latin1_stride_alu); ++ // Safety invariant upheld: ascii_to_ascii_stride will return byte index of first non-ascii if found + ascii_alu!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride); + } + } + + pub fn ascii_valid_up_to(bytes: &[u8]) -> usize { + match validate_ascii(bytes) { + None => bytes.len(), + Some((_, num_valid)) => num_valid, +diff --git a/third_party/rust/encoding_rs/src/handles.rs b/third_party/rust/encoding_rs/src/handles.rs +--- third_party/rust/encoding_rs/src/handles.rs ++++ third_party/rust/encoding_rs/src/handles.rs +@@ -29,17 +29,17 @@ use crate::simd_funcs::*; + #[cfg(all( + feature = "simd-accel", + any( + target_feature = "sse2", + all(target_endian = "little", target_arch = "aarch64"), + all(target_endian = "little", target_feature = "neon") + ) + ))] +-use packed_simd::u16x8; ++use core::simd::u16x8; + + use super::DecoderResult; + use super::EncoderResult; + use crate::ascii::*; + use crate::utf_8::convert_utf8_to_utf16_up_to_invalid; + use crate::utf_8::utf8_valid_up_to; + + pub enum Space { +@@ -85,84 +85,100 @@ impl Endian for LittleEndian { + const OPPOSITE_ENDIAN: bool = false; + + #[cfg(target_endian = "big")] + const OPPOSITE_ENDIAN: bool = true; + } + + #[derive(Debug, Copy, Clone)] + struct UnalignedU16Slice { ++ // Safety invariant: ptr must be valid for reading 2*len bytes + ptr: *const u8, + len: usize, + } + + impl UnalignedU16Slice { ++ /// Safety: ptr must be valid for reading 2*len bytes + #[inline(always)] + pub unsafe fn new(ptr: *const u8, len: usize) -> UnalignedU16Slice { ++ // Safety: field invariant passed up to caller here + UnalignedU16Slice { ptr, len } + } + + #[inline(always)] + pub fn trim_last(&mut self) { + assert!(self.len > 0); ++ // Safety: invariant upheld here: a slice is still valid with a shorter len + self.len -= 1; + } + + #[inline(always)] + pub fn at(&self, i: usize) -> u16 { + use core::mem::MaybeUninit; + + assert!(i < self.len); + unsafe { + let mut u: MaybeUninit = MaybeUninit::uninit(); ++ // Safety: i is at most len - 1, which works here + ::core::ptr::copy_nonoverlapping(self.ptr.add(i * 2), u.as_mut_ptr() as *mut u8, 2); ++ // Safety: valid read above lets us do this + u.assume_init() + } + } + + #[cfg(feature = "simd-accel")] + #[inline(always)] + pub fn simd_at(&self, i: usize) -> u16x8 { ++ // Safety: i/len are on the scale of u16s, each one corresponds to 2 u8s + assert!(i + SIMD_STRIDE_SIZE / 2 <= self.len); + let byte_index = i * 2; ++ // Safety: load16_unaligned needs SIMD_STRIDE_SIZE=16 u8 elements to read, ++ // or 16/2 = 8 u16 elements to read. ++ // We have checked that we have at least that many above. ++ + unsafe { to_u16_lanes(load16_unaligned(self.ptr.add(byte_index))) } + } + + #[inline(always)] + pub fn len(&self) -> usize { + self.len + } + + #[inline(always)] + pub fn tail(&self, from: usize) -> UnalignedU16Slice { + // XXX the return value should be restricted not to + // outlive self. + assert!(from <= self.len); ++ // Safety: This upholds the same invariant: `from` is in bounds and we're returning a shorter slice + unsafe { UnalignedU16Slice::new(self.ptr.add(from * 2), self.len - from) } + } + + #[cfg(feature = "simd-accel")] + #[inline(always)] + pub fn copy_bmp_to(&self, other: &mut [u16]) -> Option<(u16, usize)> { + assert!(self.len <= other.len()); + let mut offset = 0; ++ // Safety: SIMD_STRIDE_SIZE is measured in bytes, whereas len is in u16s. We check we can ++ // munch SIMD_STRIDE_SIZE / 2 u16s which means we can write SIMD_STRIDE_SIZE u8s + if SIMD_STRIDE_SIZE / 2 <= self.len { + let len_minus_stride = self.len - SIMD_STRIDE_SIZE / 2; + loop { + let mut simd = self.simd_at(offset); + if E::OPPOSITE_ENDIAN { + simd = simd_byte_swap(simd); + } ++ // Safety: we have enough space on the other side to write this + unsafe { + store8_unaligned(other.as_mut_ptr().add(offset), simd); + } + if contains_surrogates(simd) { + break; + } + offset += SIMD_STRIDE_SIZE / 2; ++ // Safety: This ensures we still have space for writing SIMD_STRIDE_SIZE u8s + if offset > len_minus_stride { + break; + } + } + } + while offset < self.len { + let unit = swap_if_opposite_endian::(self.at(offset)); + other[offset] = unit; +@@ -231,33 +247,37 @@ fn copy_unaligned_basic_latin_to_ascii( + src: UnalignedU16Slice, + dst: &mut [u8], + ) -> CopyAsciiResult { + let len = ::core::cmp::min(src.len(), dst.len()); + let mut offset = 0; ++ // Safety: This check ensures we are able to read/write at least SIMD_STRIDE_SIZE elements + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { + let mut first = src.simd_at(offset); + let mut second = src.simd_at(offset + (SIMD_STRIDE_SIZE / 2)); + if E::OPPOSITE_ENDIAN { + first = simd_byte_swap(first); + second = simd_byte_swap(second); + } + if !simd_is_basic_latin(first | second) { + break; + } + let packed = simd_pack(first, second); ++ // Safety: We are able to write SIMD_STRIDE_SIZE elements in this iteration + unsafe { + store16_unaligned(dst.as_mut_ptr().add(offset), packed); + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which ensures that we can write at least SIMD_STRIDE_SIZE elements ++ // in the next iteration + if offset > len_minus_stride { + break; + } + } + } + copy_unaligned_basic_latin_to_ascii_alu::(src.tail(offset), &mut dst[offset..], offset) + } + +@@ -632,94 +652,106 @@ impl<'a> Utf16Destination<'a> { + #[inline(always)] + fn write_astral(&mut self, astral: u32) { + debug_assert!(astral > 0xFFFF); + debug_assert!(astral <= 0x10_FFFF); + self.write_code_unit((0xD7C0 + (astral >> 10)) as u16); + self.write_code_unit((0xDC00 + (astral & 0x3FF)) as u16); + } + #[inline(always)] +- pub fn write_surrogate_pair(&mut self, high: u16, low: u16) { ++ fn write_surrogate_pair(&mut self, high: u16, low: u16) { + self.write_code_unit(high); + self.write_code_unit(low); + } + #[inline(always)] + fn write_big5_combination(&mut self, combined: u16, combining: u16) { + self.write_bmp_excl_ascii(combined); + self.write_bmp_excl_ascii(combining); + } ++ // Safety-usable invariant: CopyAsciiResult::GoOn will only contain bytes >=0x80 + #[inline(always)] + pub fn copy_ascii_from_check_space_bmp<'b>( + &'b mut self, + source: &mut ByteSource, + ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf16BmpHandle<'b, 'a>)> { + let non_ascii_ret = { + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (pending, length) = if dst_remaining.len() < src_remaining.len() { + (DecoderResult::OutputFull, dst_remaining.len()) + } else { + (DecoderResult::InputEmpty, src_remaining.len()) + }; ++ // Safety: This function is documented as needing valid pointers for src/dest and len, which ++ // is true since we've passed the minumum length of the two + match unsafe { + ascii_to_basic_latin(src_remaining.as_ptr(), dst_remaining.as_mut_ptr(), length) + } { + None => { + source.pos += length; + self.pos += length; + return CopyAsciiResult::Stop((pending, source.pos, self.pos)); + } ++ // Safety: the function is documented as returning bytes >=0x80 in the Some + Some((non_ascii, consumed)) => { + source.pos += consumed; + self.pos += consumed; + source.pos += 1; // +1 for non_ascii ++ // Safety: non-ascii bubbled out here + non_ascii + } + } + }; ++ // Safety: non-ascii returned here + CopyAsciiResult::GoOn((non_ascii_ret, Utf16BmpHandle::new(self))) + } ++ // Safety-usable invariant: CopyAsciiResult::GoOn will only contain bytes >=0x80 + #[inline(always)] + pub fn copy_ascii_from_check_space_astral<'b>( + &'b mut self, + source: &mut ByteSource, + ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf16AstralHandle<'b, 'a>)> { + let non_ascii_ret = { + let dst_len = self.slice.len(); + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (pending, length) = if dst_remaining.len() < src_remaining.len() { + (DecoderResult::OutputFull, dst_remaining.len()) + } else { + (DecoderResult::InputEmpty, src_remaining.len()) + }; ++ // Safety: This function is documented as needing valid pointers for src/dest and len, which ++ // is true since we've passed the minumum length of the two + match unsafe { + ascii_to_basic_latin(src_remaining.as_ptr(), dst_remaining.as_mut_ptr(), length) + } { + None => { + source.pos += length; + self.pos += length; + return CopyAsciiResult::Stop((pending, source.pos, self.pos)); + } ++ // Safety: the function is documented as returning bytes >=0x80 in the Some + Some((non_ascii, consumed)) => { + source.pos += consumed; + self.pos += consumed; + if self.pos + 1 < dst_len { + source.pos += 1; // +1 for non_ascii ++ // Safety: non-ascii bubbled out here + non_ascii + } else { + return CopyAsciiResult::Stop(( + DecoderResult::OutputFull, + source.pos, + self.pos, + )); + } + } + } + }; ++ // Safety: non-ascii returned here + CopyAsciiResult::GoOn((non_ascii_ret, Utf16AstralHandle::new(self))) + } + #[inline(always)] + pub fn copy_utf8_up_to_invalid_from(&mut self, source: &mut ByteSource) { + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (read, written) = convert_utf8_to_utf16_up_to_invalid(src_remaining, dst_remaining); + source.pos += read; +diff --git a/third_party/rust/encoding_rs/src/lib.rs b/third_party/rust/encoding_rs/src/lib.rs +--- third_party/rust/encoding_rs/src/lib.rs ++++ third_party/rust/encoding_rs/src/lib.rs +@@ -684,37 +684,26 @@ + //! TIS-620windows-874 + //! + //! + //! + //! See the section [_UTF-16LE, UTF-16BE and Unicode Encoding Schemes_](#utf-16le-utf-16be-and-unicode-encoding-schemes) + //! for discussion about the UTF-16 family. + + #![no_std] +-#![cfg_attr(feature = "simd-accel", feature(core_intrinsics))] ++#![cfg_attr(feature = "simd-accel", feature(core_intrinsics, portable_simd))] + + #[cfg(feature = "alloc")] + #[cfg_attr(test, macro_use)] + extern crate alloc; + + extern crate core; + #[macro_use] + extern crate cfg_if; + +-#[cfg(all( +- feature = "simd-accel", +- any( +- target_feature = "sse2", +- all(target_endian = "little", target_arch = "aarch64"), +- all(target_endian = "little", target_feature = "neon") +- ) +-))] +-#[macro_use(shuffle)] +-extern crate packed_simd; +- + #[cfg(feature = "serde")] + extern crate serde; + + #[cfg(all(test, feature = "serde"))] + extern crate bincode; + #[cfg(all(test, feature = "serde"))] + #[macro_use] + extern crate serde_derive; +diff --git a/third_party/rust/encoding_rs/src/mem.rs b/third_party/rust/encoding_rs/src/mem.rs +--- third_party/rust/encoding_rs/src/mem.rs ++++ third_party/rust/encoding_rs/src/mem.rs +@@ -111,16 +111,21 @@ macro_rules! by_unit_check_alu { + until_alignment -= 1; + } + if accu >= $bound { + return false; + } + } + let len_minus_stride = len - ALU_ALIGNMENT / unit_size; + if offset + (4 * (ALU_ALIGNMENT / unit_size)) <= len { ++ // Safety: the above check lets us perform 4 consecutive reads of ++ // length ALU_ALIGNMENT / unit_size. ALU_ALIGNMENT is the size of usize, and unit_size ++ // is the size of the `src` pointer, so this is equal to performing four usize reads. ++ // ++ // This invariant is upheld on all loop iterations + let len_minus_unroll = len - (4 * (ALU_ALIGNMENT / unit_size)); + loop { + let unroll_accu = unsafe { *(src.add(offset) as *const usize) } + | unsafe { + *(src.add(offset + (ALU_ALIGNMENT / unit_size)) as *const usize) + } + | unsafe { + *(src.add(offset + (2 * (ALU_ALIGNMENT / unit_size))) +@@ -129,22 +134,24 @@ macro_rules! by_unit_check_alu { + | unsafe { + *(src.add(offset + (3 * (ALU_ALIGNMENT / unit_size))) + as *const usize) + }; + if unroll_accu & $mask != 0 { + return false; + } + offset += 4 * (ALU_ALIGNMENT / unit_size); ++ // Safety: this check lets us continue to perform the 4 reads earlier + if offset > len_minus_unroll { + break; + } + } + } + while offset <= len_minus_stride { ++ // Safety: the above check lets us perform one usize read. + accu |= unsafe { *(src.add(offset) as *const usize) }; + offset += ALU_ALIGNMENT / unit_size; + } + } + } + for &unit in &buffer[offset..] { + accu |= unit as usize; + } +@@ -184,16 +191,21 @@ macro_rules! by_unit_check_simd { + until_alignment -= 1; + } + if accu >= $bound { + return false; + } + } + let len_minus_stride = len - SIMD_STRIDE_SIZE / unit_size; + if offset + (4 * (SIMD_STRIDE_SIZE / unit_size)) <= len { ++ // Safety: the above check lets us perform 4 consecutive reads of ++ // length SIMD_STRIDE_SIZE / unit_size. SIMD_STRIDE_SIZE is the size of $simd_ty, and unit_size ++ // is the size of the `src` pointer, so this is equal to performing four $simd_ty reads. ++ // ++ // This invariant is upheld on all loop iterations + let len_minus_unroll = len - (4 * (SIMD_STRIDE_SIZE / unit_size)); + loop { + let unroll_accu = unsafe { *(src.add(offset) as *const $simd_ty) } + | unsafe { + *(src.add(offset + (SIMD_STRIDE_SIZE / unit_size)) + as *const $simd_ty) + } + | unsafe { +@@ -203,23 +215,25 @@ macro_rules! by_unit_check_simd { + | unsafe { + *(src.add(offset + (3 * (SIMD_STRIDE_SIZE / unit_size))) + as *const $simd_ty) + }; + if !$func(unroll_accu) { + return false; + } + offset += 4 * (SIMD_STRIDE_SIZE / unit_size); ++ // Safety: this check lets us continue to perform the 4 reads earlier + if offset > len_minus_unroll { + break; + } + } + } + let mut simd_accu = $splat; + while offset <= len_minus_stride { ++ // Safety: the above check lets us perform one $simd_ty read. + simd_accu = simd_accu | unsafe { *(src.add(offset) as *const $simd_ty) }; + offset += SIMD_STRIDE_SIZE / unit_size; + } + if !$func(simd_accu) { + return false; + } + } + } +@@ -229,18 +243,18 @@ macro_rules! by_unit_check_simd { + accu < $bound + } + }; + } + + cfg_if! { + if #[cfg(all(feature = "simd-accel", any(target_feature = "sse2", all(target_endian = "little", target_arch = "aarch64"), all(target_endian = "little", target_feature = "neon"))))] { + use crate::simd_funcs::*; +- use packed_simd::u8x16; +- use packed_simd::u16x8; ++ use core::simd::u8x16; ++ use core::simd::u16x8; + + const SIMD_ALIGNMENT: usize = 16; + + const SIMD_ALIGNMENT_MASK: usize = 15; + + by_unit_check_simd!(is_ascii_impl, u8, u8x16::splat(0), u8x16, 0x80, simd_is_ascii); + by_unit_check_simd!(is_basic_latin_impl, u16, u16x8::splat(0), u16x8, 0x80, simd_is_basic_latin); + by_unit_check_simd!(is_utf16_latin1_impl, u16, u16x8::splat(0), u16x8, 0x100, simd_is_latin1); +diff --git a/third_party/rust/encoding_rs/src/simd_funcs.rs b/third_party/rust/encoding_rs/src/simd_funcs.rs +--- third_party/rust/encoding_rs/src/simd_funcs.rs ++++ third_party/rust/encoding_rs/src/simd_funcs.rs +@@ -2,65 +2,84 @@ + // file at the top-level directory of this distribution. + // + // Licensed under the Apache License, Version 2.0 or the MIT license + // , at your + // option. This file may not be copied, modified, or distributed + // except according to those terms. + +-use packed_simd::u16x8; +-use packed_simd::u8x16; +-use packed_simd::IntoBits; ++use any_all_workaround::all_mask16x8; ++use any_all_workaround::all_mask8x16; ++use any_all_workaround::any_mask16x8; ++use any_all_workaround::any_mask8x16; ++use core::simd::cmp::SimdPartialEq; ++use core::simd::cmp::SimdPartialOrd; ++use core::simd::mask16x8; ++use core::simd::mask8x16; ++use core::simd::simd_swizzle; ++use core::simd::u16x8; ++use core::simd::u8x16; ++use core::simd::ToBytes; + + // TODO: Migrate unaligned access to stdlib code if/when the RFC + // https://github.com/rust-lang/rfcs/pull/1725 is implemented. + ++/// Safety invariant: ptr must be valid for an unaligned read of 16 bytes + #[inline(always)] + pub unsafe fn load16_unaligned(ptr: *const u8) -> u8x16 { +- let mut simd = ::core::mem::uninitialized(); +- ::core::ptr::copy_nonoverlapping(ptr, &mut simd as *mut u8x16 as *mut u8, 16); +- simd ++ let mut simd = ::core::mem::MaybeUninit::::uninit(); ++ ::core::ptr::copy_nonoverlapping(ptr, simd.as_mut_ptr() as *mut u8, 16); ++ // Safety: copied 16 bytes of initialized memory into this, it is now initialized ++ simd.assume_init() + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u8x16 read of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn load16_aligned(ptr: *const u8) -> u8x16 { + *(ptr as *const u8x16) + } + ++/// Safety invariant: ptr must be valid for an unaligned store of 16 bytes + #[inline(always)] + pub unsafe fn store16_unaligned(ptr: *mut u8, s: u8x16) { + ::core::ptr::copy_nonoverlapping(&s as *const u8x16 as *const u8, ptr, 16); + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u8x16 store of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn store16_aligned(ptr: *mut u8, s: u8x16) { + *(ptr as *mut u8x16) = s; + } + ++/// Safety invariant: ptr must be valid for an unaligned read of 16 bytes + #[inline(always)] + pub unsafe fn load8_unaligned(ptr: *const u16) -> u16x8 { +- let mut simd = ::core::mem::uninitialized(); +- ::core::ptr::copy_nonoverlapping(ptr as *const u8, &mut simd as *mut u16x8 as *mut u8, 16); +- simd ++ let mut simd = ::core::mem::MaybeUninit::::uninit(); ++ ::core::ptr::copy_nonoverlapping(ptr as *const u8, simd.as_mut_ptr() as *mut u8, 16); ++ // Safety: copied 16 bytes of initialized memory into this, it is now initialized ++ simd.assume_init() + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u16x8 read of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn load8_aligned(ptr: *const u16) -> u16x8 { + *(ptr as *const u16x8) + } + ++/// Safety invariant: ptr must be valid for an unaligned store of 16 bytes + #[inline(always)] + pub unsafe fn store8_unaligned(ptr: *mut u16, s: u16x8) { + ::core::ptr::copy_nonoverlapping(&s as *const u16x8 as *const u8, ptr as *mut u8, 16); + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u16x8 store of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn store8_aligned(ptr: *mut u16, s: u16x8) { + *(ptr as *mut u16x8) = s; + } + + cfg_if! { + if #[cfg(all(target_feature = "sse2", target_arch = "x86_64"))] { +@@ -95,234 +114,241 @@ cfg_if! { + pub fn simd_byte_swap(s: u16x8) -> u16x8 { + let left = s << 8; + let right = s >> 8; + left | right + } + + #[inline(always)] + pub fn to_u16_lanes(s: u8x16) -> u16x8 { +- s.into_bits() ++ u16x8::from_ne_bytes(s) + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + + // Expose low-level mask instead of higher-level conclusion, + // because the non-ASCII case would perform less well otherwise. ++ // Safety-usable invariant: This returned value is whether each high bit is set + #[inline(always)] + pub fn mask_ascii(s: u8x16) -> i32 { + unsafe { +- _mm_movemask_epi8(s.into_bits()) ++ _mm_movemask_epi8(s.into()) + } + } + + } else { + + } + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + unsafe { +- _mm_movemask_epi8(s.into_bits()) == 0 ++ // Safety: We have cfg()d the correct platform ++ _mm_movemask_epi8(s.into()) == 0 + } + } + } else if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + unsafe { +- vmaxvq_u8(s.into_bits()) < 0x80 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u8(s.into()) < 0x80 + } + } + } else { + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + // This optimizes better on ARM than + // the lt formulation. + let highest_ascii = u8x16::splat(0x7F); +- !s.gt(highest_ascii).any() ++ !any_mask8x16(s.simd_gt(highest_ascii)) + } + } + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + if simd_is_ascii(s) { + return true; + } + let above_str_latin1 = u8x16::splat(0xC4); +- s.lt(above_str_latin1).all() ++ s.simd_lt(above_str_latin1).all() + } + } else if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + unsafe { +- vmaxvq_u8(s.into_bits()) < 0xC4 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u8(s.into()) < 0xC4 + } + } + } else { + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + let above_str_latin1 = u8x16::splat(0xC4); +- s.lt(above_str_latin1).all() ++ all_mask8x16(s.simd_lt(above_str_latin1)) + } + } + } + + cfg_if! { + if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_basic_latin(s: u16x8) -> bool { + unsafe { +- vmaxvq_u16(s.into_bits()) < 0x80 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u16(s.into()) < 0x80 + } + } + + #[inline(always)] + pub fn simd_is_latin1(s: u16x8) -> bool { + unsafe { +- vmaxvq_u16(s.into_bits()) < 0x100 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u16(s.into()) < 0x100 + } + } + } else { + #[inline(always)] + pub fn simd_is_basic_latin(s: u16x8) -> bool { + let above_ascii = u16x8::splat(0x80); +- s.lt(above_ascii).all() ++ all_mask16x8(s.simd_lt(above_ascii)) + } + + #[inline(always)] + pub fn simd_is_latin1(s: u16x8) -> bool { + // For some reason, on SSE2 this formulation + // seems faster in this case while the above + // function is better the other way round... + let highest_latin1 = u16x8::splat(0xFF); +- !s.gt(highest_latin1).any() ++ !any_mask16x8(s.simd_gt(highest_latin1)) + } + } + } + + #[inline(always)] + pub fn contains_surrogates(s: u16x8) -> bool { + let mask = u16x8::splat(0xF800); + let surrogate_bits = u16x8::splat(0xD800); +- (s & mask).eq(surrogate_bits).any() ++ any_mask16x8((s & mask).simd_eq(surrogate_bits)) + } + + cfg_if! { + if #[cfg(target_arch = "aarch64")]{ + macro_rules! aarch64_return_false_if_below_hebrew { + ($s:ident) => ({ + unsafe { +- if vmaxvq_u16($s.into_bits()) < 0x0590 { ++ // Safety: We have cfg()d the correct platform ++ if vmaxvq_u16($s.into()) < 0x0590 { + return false; + } + } + }) + } + + macro_rules! non_aarch64_return_false_if_all { + ($s:ident) => () + } + } else { + macro_rules! aarch64_return_false_if_below_hebrew { + ($s:ident) => () + } + + macro_rules! non_aarch64_return_false_if_all { + ($s:ident) => ({ +- if $s.all() { ++ if all_mask16x8($s) { + return false; + } + }) + } + } + } + + macro_rules! in_range16x8 { + ($s:ident, $start:expr, $end:expr) => {{ + // SIMD sub is wrapping +- ($s - u16x8::splat($start)).lt(u16x8::splat($end - $start)) ++ ($s - u16x8::splat($start)).simd_lt(u16x8::splat($end - $start)) + }}; + } + + #[inline(always)] + pub fn is_u16x8_bidi(s: u16x8) -> bool { + // We try to first quickly refute the RTLness of the vector. If that + // fails, we do the real RTL check, so in that case we end up wasting + // the work for the up-front quick checks. Even the quick-check is + // two-fold in order to return `false` ASAP if everything is below + // Hebrew. + + aarch64_return_false_if_below_hebrew!(s); + +- let below_hebrew = s.lt(u16x8::splat(0x0590)); ++ let below_hebrew = s.simd_lt(u16x8::splat(0x0590)); + + non_aarch64_return_false_if_all!(below_hebrew); + +- if (below_hebrew | in_range16x8!(s, 0x0900, 0x200F) | in_range16x8!(s, 0x2068, 0xD802)).all() { ++ if all_mask16x8( ++ below_hebrew | in_range16x8!(s, 0x0900, 0x200F) | in_range16x8!(s, 0x2068, 0xD802), ++ ) { + return false; + } + + // Quick refutation failed. Let's do the full check. + +- (in_range16x8!(s, 0x0590, 0x0900) +- | in_range16x8!(s, 0xFB1D, 0xFE00) +- | in_range16x8!(s, 0xFE70, 0xFEFF) +- | in_range16x8!(s, 0xD802, 0xD804) +- | in_range16x8!(s, 0xD83A, 0xD83C) +- | s.eq(u16x8::splat(0x200F)) +- | s.eq(u16x8::splat(0x202B)) +- | s.eq(u16x8::splat(0x202E)) +- | s.eq(u16x8::splat(0x2067))) +- .any() ++ any_mask16x8( ++ (in_range16x8!(s, 0x0590, 0x0900) ++ | in_range16x8!(s, 0xFB1D, 0xFE00) ++ | in_range16x8!(s, 0xFE70, 0xFEFF) ++ | in_range16x8!(s, 0xD802, 0xD804) ++ | in_range16x8!(s, 0xD83A, 0xD83C) ++ | s.simd_eq(u16x8::splat(0x200F)) ++ | s.simd_eq(u16x8::splat(0x202B)) ++ | s.simd_eq(u16x8::splat(0x202E)) ++ | s.simd_eq(u16x8::splat(0x2067))), ++ ) + } + + #[inline(always)] + pub fn simd_unpack(s: u8x16) -> (u16x8, u16x8) { +- unsafe { +- let first: u8x16 = shuffle!( +- s, +- u8x16::splat(0), +- [0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23] +- ); +- let second: u8x16 = shuffle!( +- s, +- u8x16::splat(0), +- [8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 15, 31] +- ); +- (first.into_bits(), second.into_bits()) +- } ++ let first: u8x16 = simd_swizzle!( ++ s, ++ u8x16::splat(0), ++ [0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23] ++ ); ++ let second: u8x16 = simd_swizzle!( ++ s, ++ u8x16::splat(0), ++ [8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 15, 31] ++ ); ++ (u16x8::from_ne_bytes(first), u16x8::from_ne_bytes(second)) + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_pack(a: u16x8, b: u16x8) -> u8x16 { + unsafe { +- _mm_packus_epi16(a.into_bits(), b.into_bits()).into_bits() ++ // Safety: We have cfg()d the correct platform ++ _mm_packus_epi16(a.into(), b.into()).into() + } + } + } else { + #[inline(always)] + pub fn simd_pack(a: u16x8, b: u16x8) -> u8x16 { +- unsafe { +- let first: u8x16 = a.into_bits(); +- let second: u8x16 = b.into_bits(); +- shuffle!( +- first, +- second, +- [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30] +- ) +- } ++ let first: u8x16 = a.to_ne_bytes(); ++ let second: u8x16 = b.to_ne_bytes(); ++ simd_swizzle!( ++ first, ++ second, ++ [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30] ++ ) + } + } + } + + #[cfg(test)] + mod tests { + use super::*; + use alloc::vec::Vec; +diff --git a/third_party/rust/encoding_rs/src/single_byte.rs b/third_party/rust/encoding_rs/src/single_byte.rs +--- third_party/rust/encoding_rs/src/single_byte.rs ++++ third_party/rust/encoding_rs/src/single_byte.rs +@@ -48,16 +48,19 @@ impl SingleByteDecoder { + CopyAsciiResult::GoOn((mut non_ascii, mut handle)) => 'middle: loop { + // Start non-boilerplate + // + // Since the non-ASCIIness of `non_ascii` is hidden from + // the optimizer, it can't figure out that it's OK to + // statically omit the bound check when accessing + // `[u16; 128]` with an index + // `non_ascii as usize - 0x80usize`. ++ // ++ // Safety: `non_ascii` is a u8 byte >=0x80, from the invariants ++ // on Utf8Destination::copy_ascii_from_check_space_bmp() + let mapped = + unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + // let mapped = self.table[non_ascii as usize - 0x80usize]; + if mapped == 0u16 { + return ( + DecoderResult::Malformed(1, 0), + source.consumed(), + handle.written(), +@@ -146,82 +149,103 @@ impl SingleByteDecoder { + dst: &mut [u16], + _last: bool, + ) -> (DecoderResult, usize, usize) { + let (pending, length) = if dst.len() < src.len() { + (DecoderResult::OutputFull, dst.len()) + } else { + (DecoderResult::InputEmpty, src.len()) + }; ++ // Safety invariant: converted <= length. Quite often we have `converted < length` ++ // which will be separately marked. + let mut converted = 0usize; + 'outermost: loop { + match unsafe { ++ // Safety: length is the minimum length, `src/dst + x` will always be valid for reads/writes of `len - x` + ascii_to_basic_latin( + src.as_ptr().add(converted), + dst.as_mut_ptr().add(converted), + length - converted, + ) + } { + None => { + return (pending, length, length); + } + Some((mut non_ascii, consumed)) => { ++ // Safety invariant: `converted <= length` upheld, since this can only consume ++ // up to `length - converted` bytes. ++ // ++ // Furthermore, in this context, ++ // we can assume `converted < length` since this branch is only ever hit when ++ // ascii_to_basic_latin fails to consume the entire slice + converted += consumed; + 'middle: loop { + // `converted` doesn't count the reading of `non_ascii` yet. + // Since the non-ASCIIness of `non_ascii` is hidden from + // the optimizer, it can't figure out that it's OK to + // statically omit the bound check when accessing + // `[u16; 128]` with an index + // `non_ascii as usize - 0x80usize`. ++ // ++ // Safety: We can rely on `non_ascii` being between `0x80` and `0xFF` due to ++ // the invariants of `ascii_to_basic_latin()`, and our table has enough space for that. + let mapped = + unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + // let mapped = self.table[non_ascii as usize - 0x80usize]; + if mapped == 0u16 { + return ( + DecoderResult::Malformed(1, 0), + converted + 1, // +1 `for non_ascii` + converted, + ); + } + unsafe { +- // The bound check has already been performed ++ // Safety: As mentioned above, `converted < length` + *(dst.get_unchecked_mut(converted)) = mapped; + } ++ // Safety: `converted <= length` upheld, since `converted < length` before this + converted += 1; + // Next, handle ASCII punctuation and non-ASCII without + // going back to ASCII acceleration. Non-ASCII scripts + // use ASCII punctuation, so this avoid going to + // acceleration just for punctuation/space and then + // failing. This is a significant boost to non-ASCII + // scripts. + // TODO: Split out Latin converters without this part + // this stuff makes Latin script-conversion slower. + if converted == length { + return (pending, length, length); + } ++ // Safety: We are back to `converted < length` because of the == above ++ // and can perform this check. + let mut b = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: `converted < length` is upheld for this loop + 'innermost: loop { + if b > 127 { + non_ascii = b; + continue 'middle; + } + // Testing on Haswell says that we should write the + // byte unconditionally instead of trying to unread it + // to make it part of the next SIMD stride. + unsafe { ++ // Safety: `converted < length` is true for this loop + *(dst.get_unchecked_mut(converted)) = u16::from(b); + } ++ // Safety: We are now at `converted <= length`. We should *not* `continue` ++ // the loop without reverifying + converted += 1; + if b < 60 { + // We've got punctuation + if converted == length { + return (pending, length, length); + } ++ // Safety: we're back to `converted <= length` because of the == above + b = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: The loop continues as `converted < length` + continue 'innermost; + } + // We've got markup or ASCII text + continue 'outermost; + } + } + } + } +@@ -229,16 +253,18 @@ impl SingleByteDecoder { + } + + pub fn latin1_byte_compatible_up_to(&self, buffer: &[u8]) -> usize { + let mut bytes = buffer; + let mut total = 0; + loop { + if let Some((non_ascii, offset)) = validate_ascii(bytes) { + total += offset; ++ // Safety: We can rely on `non_ascii` being between `0x80` and `0xFF` due to ++ // the invariants of `ascii_to_basic_latin()`, and our table has enough space for that. + let mapped = unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + if mapped != u16::from(non_ascii) { + return total; + } + total += 1; + bytes = &bytes[offset + 1..]; + } else { + return total; +@@ -379,64 +405,89 @@ impl SingleByteEncoder { + dst: &mut [u8], + _last: bool, + ) -> (EncoderResult, usize, usize) { + let (pending, length) = if dst.len() < src.len() { + (EncoderResult::OutputFull, dst.len()) + } else { + (EncoderResult::InputEmpty, src.len()) + }; ++ // Safety invariant: converted <= length. Quite often we have `converted < length` ++ // which will be separately marked. + let mut converted = 0usize; + 'outermost: loop { + match unsafe { ++ // Safety: length is the minimum length, `src/dst + x` will always be valid for reads/writes of `len - x` + basic_latin_to_ascii( + src.as_ptr().add(converted), + dst.as_mut_ptr().add(converted), + length - converted, + ) + } { + None => { + return (pending, length, length); + } + Some((mut non_ascii, consumed)) => { ++ // Safety invariant: `converted <= length` upheld, since this can only consume ++ // up to `length - converted` bytes. ++ // ++ // Furthermore, in this context, ++ // we can assume `converted < length` since this branch is only ever hit when ++ // ascii_to_basic_latin fails to consume the entire slice + converted += consumed; + 'middle: loop { + // `converted` doesn't count the reading of `non_ascii` yet. + match self.encode_u16(non_ascii) { + Some(byte) => { + unsafe { ++ // Safety: we're allowed this access since `converted < length` + *(dst.get_unchecked_mut(converted)) = byte; + } + converted += 1; ++ // `converted <= length` now + } + None => { + // At this point, we need to know if we + // have a surrogate. + let high_bits = non_ascii & 0xFC00u16; + if high_bits == 0xD800u16 { + // high surrogate + if converted + 1 == length { + // End of buffer. This surrogate is unpaired. + return ( + EncoderResult::Unmappable('\u{FFFD}'), + converted + 1, // +1 `for non_ascii` + converted, + ); + } ++ // Safety: convered < length from outside the match, and `converted + 1 != length`, ++ // So `converted + 1 < length` as well. We're in bounds + let second = + u32::from(unsafe { *src.get_unchecked(converted + 1) }); + if second & 0xFC00u32 != 0xDC00u32 { + return ( + EncoderResult::Unmappable('\u{FFFD}'), + converted + 1, // +1 `for non_ascii` + converted, + ); + } + // The next code unit is a low surrogate. + let astral: char = unsafe { ++ // Safety: We can rely on non_ascii being 0xD800-0xDBFF since the high bits are 0xD800 ++ // Then, (non_ascii << 10 - 0xD800 << 10) becomes between (0 to 0x3FF) << 10, which is between ++ // 0x400 to 0xffc00. Adding the 0x10000 gives a range of 0x10400 to 0x10fc00. Subtracting the 0xDC00 ++ // gives 0x2800 to 0x102000 ++ // The second term is between 0xDC00 and 0xDFFF from the check above. This gives a maximum ++ // possible range of (0x10400 + 0xDC00) to (0x102000 + 0xDFFF) which is 0x1E000 to 0x10ffff. ++ // This is in range. ++ // ++ // From a Unicode principles perspective this can also be verified as we have checked that `non_ascii` is a high surrogate ++ // (0xD800..=0xDBFF), and that `second` is a low surrogate (`0xDC00..=0xDFFF`), and we are applying reverse of the UTC16 transformation ++ // algorithm , by applying the high surrogate - 0xD800 to the ++ // high ten bits, and the low surrogate - 0xDc00 to the low ten bits, and then adding 0x10000 + ::core::char::from_u32_unchecked( + (u32::from(non_ascii) << 10) + second + - (((0xD800u32 << 10) - 0x1_0000u32) + 0xDC00u32), + ) + }; + return ( + EncoderResult::Unmappable(astral), + converted + 2, // +2 `for non_ascii` and `second` +@@ -451,52 +502,63 @@ impl SingleByteEncoder { + converted, + ); + } + return ( + EncoderResult::unmappable_from_bmp(non_ascii), + converted + 1, // +1 `for non_ascii` + converted, + ); ++ // Safety: This branch diverges, so no need to uphold invariants on `converted` + } + } + // Next, handle ASCII punctuation and non-ASCII without + // going back to ASCII acceleration. Non-ASCII scripts + // use ASCII punctuation, so this avoid going to + // acceleration just for punctuation/space and then + // failing. This is a significant boost to non-ASCII + // scripts. + // TODO: Split out Latin converters without this part + // this stuff makes Latin script-conversion slower. + if converted == length { + return (pending, length, length); + } ++ // Safety: we're back to `converted < length` due to the == above and can perform ++ // the unchecked read + let mut unit = unsafe { *(src.get_unchecked(converted)) }; + 'innermost: loop { ++ // Safety: This loop always begins with `converted < length`, see ++ // the invariant outside and the comment on the continue below + if unit > 127 { + non_ascii = unit; + continue 'middle; + } + // Testing on Haswell says that we should write the + // byte unconditionally instead of trying to unread it + // to make it part of the next SIMD stride. + unsafe { ++ // Safety: Can rely on converted < length + *(dst.get_unchecked_mut(converted)) = unit as u8; + } + converted += 1; ++ // `converted <= length` here + if unit < 60 { + // We've got punctuation + if converted == length { + return (pending, length, length); + } ++ // Safety: `converted < length` due to the == above. The read is safe. + unit = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: This only happens if `converted < length`, maintaining it + continue 'innermost; + } + // We've got markup or ASCII text + continue 'outermost; ++ // Safety: All other routes to here diverge so the continue is the only ++ // way to run the innermost loop. + } + } + } + } + } + } + } + +diff --git a/third_party/rust/encoding_rs/src/x_user_defined.rs b/third_party/rust/encoding_rs/src/x_user_defined.rs +--- third_party/rust/encoding_rs/src/x_user_defined.rs ++++ third_party/rust/encoding_rs/src/x_user_defined.rs +@@ -9,22 +9,23 @@ + + use super::*; + use crate::handles::*; + use crate::variant::*; + + cfg_if! { + if #[cfg(feature = "simd-accel")] { + use simd_funcs::*; +- use packed_simd::u16x8; ++ use core::simd::u16x8; ++ use core::simd::cmp::SimdPartialOrd; + + #[inline(always)] + fn shift_upper(unpacked: u16x8) -> u16x8 { + let highest_ascii = u16x8::splat(0x7F); +- unpacked + unpacked.gt(highest_ascii).select(u16x8::splat(0xF700), u16x8::splat(0)) } ++ unpacked + unpacked.simd_gt(highest_ascii).select(u16x8::splat(0xF700), u16x8::splat(0)) } + } else { + } + } + + pub struct UserDefinedDecoder; + + impl UserDefinedDecoder { + pub fn new() -> VariantDecoder { +@@ -111,20 +112,25 @@ impl UserDefinedDecoder { + } else { + (DecoderResult::InputEmpty, src.len()) + }; + // Not bothering with alignment + let tail_start = length & !0xF; + let simd_iterations = length >> 4; + let src_ptr = src.as_ptr(); + let dst_ptr = dst.as_mut_ptr(); ++ // Safety: This is `for i in 0..length / 16` + for i in 0..simd_iterations { ++ // Safety: This is in bounds: length is the minumum valid length for both src/dst ++ // and i ranges to length/16, so multiplying by 16 will always be `< length` and can do ++ // a 16 byte read + let input = unsafe { load16_unaligned(src_ptr.add(i * 16)) }; + let (first, second) = simd_unpack(input); + unsafe { ++ // Safety: same as above, but this is two consecutive 8-byte reads + store8_unaligned(dst_ptr.add(i * 16), shift_upper(first)); + store8_unaligned(dst_ptr.add((i * 16) + 8), shift_upper(second)); + } + } + let src_tail = &src[tail_start..length]; + let dst_tail = &mut dst[tail_start..length]; + src_tail + .iter() diff --git a/www/librewolf/files/patch-rust-1.78.0-arm b/www/librewolf/files/patch-rust-1.78.0-arm new file mode 100644 index 00000000000..8bef1af506f --- /dev/null +++ b/www/librewolf/files/patch-rust-1.78.0-arm @@ -0,0 +1,60 @@ +Relevant bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=1882291 + + +diff --git a/Cargo.lock b/Cargo.lock +--- Cargo.lock ++++ Cargo.lock +@@ -4580,6 +4580,7 @@ dependencies = [ + version = "0.3.0" + dependencies = [ + "libc", ++ "version_check", + ] + + [[package]] +diff --git a/gfx/qcms/Cargo.toml b/gfx/qcms/Cargo.toml +--- gfx/qcms/Cargo.toml ++++ gfx/qcms/Cargo.toml +@@ -18,5 +18,8 @@ + iccv4-enabled = [] + cmyk = [] + + [dependencies] + libc = {version = "0.2", optional = true } ++ ++[build-dependencies] ++version_check = "0.9" +diff --git a/gfx/qcms/build.rs b/gfx/qcms/build.rs +new file mode 100644 +--- /dev/null ++++ gfx/qcms/build.rs +@@ -0,0 +1,7 @@ ++extern crate version_check as rustc; ++ ++fn main() { ++ if rustc::is_min_version("1.78.0").unwrap_or(false) { ++ println!("cargo:rustc-cfg=stdsimd_split"); ++ } ++} +diff --git a/gfx/qcms/src/lib.rs b/gfx/qcms/src/lib.rs +--- gfx/qcms/src/lib.rs ++++ gfx/qcms/src/lib.rs +@@ -5,13 +5,15 @@ + #![allow(non_camel_case_types)] + #![allow(non_snake_case)] + #![allow(non_upper_case_globals)] + // These are needed for the neon SIMD code and can be removed once the MSRV supports the + // instrinsics we use +-#![cfg_attr(feature = "neon", feature(stdsimd))] ++#![cfg_attr(all(stdsimd_split, target_arch = "arm", feature = "neon"), feature(stdarch_arm_neon_intrinsics))] ++#![cfg_attr(all(stdsimd_split, target_arch = "arm", feature = "neon"), feature(stdarch_arm_feature_detection))] ++#![cfg_attr(all(not(stdsimd_split), target_arch = "arm", feature = "neon"), feature(stdsimd))] + #![cfg_attr( +- feature = "neon", ++ all(target_arch = "arm", feature = "neon"), + feature(arm_target_feature, raw_ref_op) + + )] + + /// These values match the Rendering Intent values from the ICC spec + diff --git a/www/librtcdcpp/Makefile b/www/librtcdcpp/Makefile index a4f02f46b08..120ddac8e19 100644 --- a/www/librtcdcpp/Makefile +++ b/www/librtcdcpp/Makefile @@ -10,6 +10,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN= build breaks with fmt-9.1.0, see https://github.com/chadnickbok/librtcdcpp/issues/44 +DEPRECATED= Dead upstream fails to build +EXPIRATION_DATE=2024-05-31 BUILD_DEPENDS= spdlog>0:devel/spdlog LIB_DEPENDS= libnice.so:net-im/libnice \ diff --git a/www/linux-chrome/Makefile b/www/linux-chrome/Makefile new file mode 100644 index 00000000000..ab4d12d2134 --- /dev/null +++ b/www/linux-chrome/Makefile @@ -0,0 +1,58 @@ +PORTNAME= chrome +PORTVERSION= ${CHROME_VER} +PORTREVISION= 1 +CATEGORIES= www linux +MASTER_SITES= https://dl.google.com/linux/chrome/rpm/stable/x86_64/ +DISTNAME= google-${PORTNAME}-stable-${CHROME_VER}-${CHROME_BUILD}.x86_64 +PKGNAMEPREFIX= linux- + +MAINTAINER= chromium@FreeBSD.org +COMMENT= Google web browser based on WebKit +WWW= https://www.chromium.org/Home + +RUN_DEPENDS= linux-rl9-wget>0:ftp/linux-rl9-wget \ + linux-rl9-gnupg2>0:security/linux-rl9-gnupg \ + update-mime-database:misc/shared-mime-info + +USES= cpe desktop-file-utils gnome linux:rl9 shared-mime-info shebangfix +USE_LINUX= alsalib alsa-plugins-oss alsa-plugins-pulseaudio ca-certificates \ + cups-libs curl dbuslibs dri ffmpeg-libs gstreamer1-libav \ + gtk3 libunistring nss p11-kit sqlite3 xorglibs +ONLY_FOR_ARCHS= amd64 + +SHEBANG_FILES= opt/google/chrome/google-chrome + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +EXTRACT_SUFX?= .rpm +EXTRACT_SUFX_aarch64?= .aarch64${EXTRACT_SUFX} +EXTRACT_SUFX_amd64?= .x86_64${EXTRACT_SUFX} +SRC_SUFX?= .src${EXTRACT_SUFX} + +REINPLACE_ARGS= -i "" + +CHROME_VER?= 121.0.6167.160 +CHROME_BUILD?= 1 + +DATADIR= ${PREFIX}/share/${PORTNAME} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} + +OPTIONS_DEFINE= DOCS + +SUB_FILES= google-chrome + +post-extract: + @${REINPLACE_CMD} -e 's|/usr/bin/google-chrome-stable|${LOCALBASE}/bin/google-chrome|' \ + ${WRKSRC}/usr/share/applications/google-chrome.desktop + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/google-chrome ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC}/opt/google && ${CP} -r chrome ${STAGEDIR}${PREFIX}/share + cd ${WRKSRC}/usr/share && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/share +.for sz in 16 24 32 48 64 128 256 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${sz}x${sz}/apps + ${CP} ${STAGEDIR}${DATADIR}/product_logo_${sz}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${sz}x${sz}/apps/google-chrome.png +.endfor + +.include diff --git a/www/linux-chrome/distinfo b/www/linux-chrome/distinfo new file mode 100644 index 00000000000..ab7664678cc --- /dev/null +++ b/www/linux-chrome/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1707749505 +SHA256 (google-chrome-stable-121.0.6167.160-1.x86_64.rpm) = b9917ae1c7d5599e0db295c1abc3c311161577210d84c110d78ff729ecb9560f +SIZE (google-chrome-stable-121.0.6167.160-1.x86_64.rpm) = 108535521 diff --git a/www/linux-chrome/files/google-chrome.in b/www/linux-chrome/files/google-chrome.in new file mode 100644 index 00000000000..557e7ca74a3 --- /dev/null +++ b/www/linux-chrome/files/google-chrome.in @@ -0,0 +1,20 @@ +#!/bin/sh + +get_pa_sock_path() +{ + PA_SOCK_PATH=$(sockstat | awk -v me=$(whoami) -F'[ \t]+' ' + $1 == me && $2 == "pulseaudio" && $6 ~ /native/ { + print $6; + exit 0 + }' + ) +} + +get_pa_sock_path +[ -S "$PA_SOCK_PATH" ] && export PULSE_SERVER=unix:$PA_SOCK_PATH && export PULSE_COOKIE="~/.config/pulse/cookie" + +export CHROME_PATH="%%DATADIR%%/chrome" +export CHROME_WRAPPER="$(readlink -f "$0")" +export LIBGL_DRI3_DISABLE=1 + +exec "$CHROME_PATH" --no-sandbox --no-zygote --test-type --v=0 --password-store=basic "$@" diff --git a/www/linux-chrome/pkg-descr b/www/linux-chrome/pkg-descr new file mode 100644 index 00000000000..68ef078870e --- /dev/null +++ b/www/linux-chrome/pkg-descr @@ -0,0 +1,6 @@ +Chrome is an open-source browser project that aims to build a safer, +faster, and more stable way for all users to experience the web. + +The Chrome website contains design documents, architecture overviews, +testing information, and more to help you learn to build and work with +the Chrome source code. diff --git a/www/linux-chrome/pkg-plist b/www/linux-chrome/pkg-plist new file mode 100644 index 00000000000..15aa4887f88 --- /dev/null +++ b/www/linux-chrome/pkg-plist @@ -0,0 +1,104 @@ +bin/google-chrome +share/appdata/google-chrome.appdata.xml +share/applications/google-chrome.desktop +%%DATADIR%%/CHROME_VERSION_EXTRA +%%DATADIR%%/MEIPreload/manifest.json +%%DATADIR%%/MEIPreload/preloaded_data.pb +%%DATADIR%%/WidevineCdm/LICENSE +%%DATADIR%%/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so +%%DATADIR%%/WidevineCdm/manifest.json +%%DATADIR%%/chrome +%%DATADIR%%/chrome-management-service +%%DATADIR%%/chrome-sandbox +%%DATADIR%%/chrome_100_percent.pak +%%DATADIR%%/chrome_200_percent.pak +%%DATADIR%%/chrome_crashpad_handler +%%DATADIR%%/default-app-block +%%DATADIR%%/default_apps/external_extensions.json +%%DATADIR%%/google-chrome +%%DATADIR%%/icudtl.dat +%%DATADIR%%/libEGL.so +%%DATADIR%%/libGLESv2.so +%%DATADIR%%/liboptimization_guide_internal.so +%%DATADIR%%/libqt5_shim.so +%%DATADIR%%/libqt6_shim.so +%%DATADIR%%/libvk_swiftshader.so +%%DATADIR%%/libvulkan.so.1 +%%DATADIR%%/locales/af.pak +%%DATADIR%%/locales/am.pak +%%DATADIR%%/locales/ar.pak +%%DATADIR%%/locales/bg.pak +%%DATADIR%%/locales/bn.pak +%%DATADIR%%/locales/ca.pak +%%DATADIR%%/locales/cs.pak +%%DATADIR%%/locales/da.pak +%%DATADIR%%/locales/de.pak +%%DATADIR%%/locales/el.pak +%%DATADIR%%/locales/en-GB.pak +%%DATADIR%%/locales/en-US.pak +%%DATADIR%%/locales/es-419.pak +%%DATADIR%%/locales/es.pak +%%DATADIR%%/locales/et.pak +%%DATADIR%%/locales/fa.pak +%%DATADIR%%/locales/fi.pak +%%DATADIR%%/locales/fil.pak +%%DATADIR%%/locales/fr.pak +%%DATADIR%%/locales/gu.pak +%%DATADIR%%/locales/he.pak +%%DATADIR%%/locales/hi.pak +%%DATADIR%%/locales/hr.pak +%%DATADIR%%/locales/hu.pak +%%DATADIR%%/locales/id.pak +%%DATADIR%%/locales/it.pak +%%DATADIR%%/locales/ja.pak +%%DATADIR%%/locales/kn.pak +%%DATADIR%%/locales/ko.pak +%%DATADIR%%/locales/lt.pak +%%DATADIR%%/locales/lv.pak +%%DATADIR%%/locales/ml.pak +%%DATADIR%%/locales/mr.pak +%%DATADIR%%/locales/ms.pak +%%DATADIR%%/locales/nb.pak +%%DATADIR%%/locales/nl.pak +%%DATADIR%%/locales/pl.pak +%%DATADIR%%/locales/pt-BR.pak +%%DATADIR%%/locales/pt-PT.pak +%%DATADIR%%/locales/ro.pak +%%DATADIR%%/locales/ru.pak +%%DATADIR%%/locales/sk.pak +%%DATADIR%%/locales/sl.pak +%%DATADIR%%/locales/sr.pak +%%DATADIR%%/locales/sv.pak +%%DATADIR%%/locales/sw.pak +%%DATADIR%%/locales/ta.pak +%%DATADIR%%/locales/te.pak +%%DATADIR%%/locales/th.pak +%%DATADIR%%/locales/tr.pak +%%DATADIR%%/locales/uk.pak +%%DATADIR%%/locales/ur.pak +%%DATADIR%%/locales/vi.pak +%%DATADIR%%/locales/zh-CN.pak +%%DATADIR%%/locales/zh-TW.pak +%%DATADIR%%/product_logo_128.png +%%DATADIR%%/product_logo_16.png +%%DATADIR%%/product_logo_24.png +%%DATADIR%%/product_logo_256.png +%%DATADIR%%/product_logo_32.png +%%DATADIR%%/product_logo_32.xpm +%%DATADIR%%/product_logo_48.png +%%DATADIR%%/product_logo_64.png +%%DATADIR%%/resources.pak +%%DATADIR%%/v8_context_snapshot.bin +%%DATADIR%%/vk_swiftshader_icd.json +%%DATADIR%%/xdg-mime +%%DATADIR%%/xdg-settings +share/gnome-control-center/default-apps/google-chrome.xml +share/icons/hicolor/128x128/apps/google-chrome.png +share/icons/hicolor/16x16/apps/google-chrome.png +share/icons/hicolor/24x24/apps/google-chrome.png +share/icons/hicolor/256x256/apps/google-chrome.png +share/icons/hicolor/32x32/apps/google-chrome.png +share/icons/hicolor/48x48/apps/google-chrome.png +share/icons/hicolor/64x64/apps/google-chrome.png +share/man/man1/google-chrome-stable.1.gz +share/man/man1/google-chrome.1.gz diff --git a/www/linux-rl9-libnghttp2/Makefile b/www/linux-rl9-libnghttp2/Makefile new file mode 100644 index 00000000000..4b09fb0f606 --- /dev/null +++ b/www/linux-rl9-libnghttp2/Makefile @@ -0,0 +1,23 @@ +PORTNAME= libnghttp2 +PORTVERSION= 1.43.0 +DISTVERSIONSUFFIX= -5.el9_3.1 +CATEGORIES= www devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= HTTP/2.0 C Library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://nghttp2.org/ \ + https://github.com/nghttp2/nghttp2 + +LICENSE= MIT + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= icu +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} +SRC_DISTFILES= nghttp2-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/www/linux-rl9-libnghttp2/distinfo b/www/linux-rl9-libnghttp2/distinfo new file mode 100644 index 00000000000..c1b41568291 --- /dev/null +++ b/www/linux-rl9-libnghttp2/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707754379 +SHA256 (rocky/l/libnghttp2-1.43.0-5.el9_3.1.aarch64.rpm) = 7e1f1bab734a2d6f7e01e0d20ac7fddaaf64bb1b8c8beb78d7f78270cb5ccd3c +SIZE (rocky/l/libnghttp2-1.43.0-5.el9_3.1.aarch64.rpm) = 72916 +SHA256 (rocky/l/libnghttp2-1.43.0-5.el9_3.1.x86_64.rpm) = fff8c687acf6662d48fd267ebad37750e2dd015a821a2c1f8d54a47282ff7462 +SIZE (rocky/l/libnghttp2-1.43.0-5.el9_3.1.x86_64.rpm) = 73737 +SHA256 (rocky/n/nghttp2-1.43.0-5.el9_3.1.src.rpm) = 45ae8fd2dad2adaf775eb8eaab1835b2b2099c2412ff3d01b916d08cf0930c78 +SIZE (rocky/n/nghttp2-1.43.0-5.el9_3.1.src.rpm) = 3993941 diff --git a/www/linux-rl9-libnghttp2/pkg-plist.aarch64 b/www/linux-rl9-libnghttp2/pkg-plist.aarch64 new file mode 100644 index 00000000000..7d5506d9852 --- /dev/null +++ b/www/linux-rl9-libnghttp2/pkg-plist.aarch64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/09/4ba311831c03c27d6c64b497e5f0fd69bf97df +usr/lib64/libnghttp2.so.14 +usr/lib64/libnghttp2.so.14.20.1 +usr/share/licenses/libnghttp2/COPYING diff --git a/www/linux-rl9-libnghttp2/pkg-plist.amd64 b/www/linux-rl9-libnghttp2/pkg-plist.amd64 new file mode 100644 index 00000000000..22c783ec30b --- /dev/null +++ b/www/linux-rl9-libnghttp2/pkg-plist.amd64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/09/cc864ee59a86b20136c712562f526f1a3ef766 +usr/lib64/libnghttp2.so.14 +usr/lib64/libnghttp2.so.14.20.1 +usr/share/licenses/libnghttp2/COPYING diff --git a/www/loco/Makefile b/www/loco/Makefile index 3c2fb7b784f..d806b65c9ae 100644 --- a/www/loco/Makefile +++ b/www/loco/Makefile @@ -1,6 +1,6 @@ PORTNAME= loco DISTVERSION= g20240225 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel PKGNAMESUFFIX= -web-framework diff --git a/www/luakit-devel/Makefile b/www/luakit-devel/Makefile index 06248d7af17..542a86c3949 100644 --- a/www/luakit-devel/Makefile +++ b/www/luakit-devel/Makefile @@ -1,7 +1,6 @@ PORTNAME= luakit -DISTVERSION= 2.3.3-0 -DISTVERSIONSUFFIX= -g68e4ffc -PORTREVISION= 3 +DISTVERSION= 2.3.6-7 +DISTVERSIONSUFFIX= -g0bc0e39 PORTEPOCH= 2 CATEGORIES= www PKGNAMESUFFIX= -devel @@ -13,17 +12,13 @@ WWW= https://luakit.github.io LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.GPLv3 -BUILD_DEPENDS= help2man:misc/help2man \ - ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR} -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ - libharfbuzz.so:print/harfbuzz \ +BUILD_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR} +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libsoup-2.4.so:devel/libsoup \ - libfreetype.so:print/freetype2 \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ - libfontconfig.so:x11-fonts/fontconfig + libwebkit2gtk-4.0.so:www/webkit2-gtk3 RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem@${LUA_FLAVOR} -USES= compiler:c++11-lang desktop-file-utils gettext-runtime gmake \ +USES= compiler:c++11-lang desktop-file-utils gmake \ gnome lua:51 pkgconfig sqlite USE_GITHUB= yes GH_ACCOUNT= luakit @@ -37,6 +32,7 @@ PORTDATA= * PORTDOCS= * OPTIONS_DEFINE= DOCS LUAJIT +OPTIONS_DEFAULT= LUAJIT LUAJIT_DESC= Use the Just-In-Time compiler for lua LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUAJIT_MAKE_ARGS= USE_LUAJIT=1 @@ -44,9 +40,9 @@ LUAJIT_MAKE_ARGS_OFF= USE_LUAJIT=0 post-extract: @${REINPLACE_CMD} -e \ - 's|share/man|man| ; s|luakit/doc|doc/luakit| ; \ + 's|luakit/doc|doc/luakit| ; \ s|/etc/xdg|${PREFIX}/etc/xdg| ; \ - s|gnu99|gnu11| ; s|-ggdb||' \ + s|-ggdb||' \ ${WRKSRC}/config.mk @${REINPLACE_CMD} -e 's|bin/env lua|&${LUA_VER_STR}|' \ ${WRKSRC}/build-utils/gentokens.lua diff --git a/www/luakit-devel/distinfo b/www/luakit-devel/distinfo index 4227a0757f6..7c837b0275e 100644 --- a/www/luakit-devel/distinfo +++ b/www/luakit-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673789816 -SHA256 (luakit-luakit-2.3.3-0-g68e4ffc_GH0.tar.gz) = 7576866112a7a1c3e3162d5e83025088959b8979147e823e87f573997278cbcb -SIZE (luakit-luakit-2.3.3-0-g68e4ffc_GH0.tar.gz) = 507448 +TIMESTAMP = 1711344330 +SHA256 (luakit-luakit-2.3.6-7-g0bc0e39_GH0.tar.gz) = 4a95e772ae1870a8c10fdd6d606636e29a4c7b9bc190f1040df012152a0826fd +SIZE (luakit-luakit-2.3.6-7-g0bc0e39_GH0.tar.gz) = 511284 diff --git a/www/luakit-devel/files/patch-config.mk b/www/luakit-devel/files/patch-config.mk new file mode 100644 index 00000000000..75fd733c442 --- /dev/null +++ b/www/luakit-devel/files/patch-config.mk @@ -0,0 +1,15 @@ +--- config.mk.orig 2024-03-25 05:36:59 UTC ++++ config.mk +@@ -98,10 +98,10 @@ PKGS += gthread-2.0 + # Packages required to build luakit. + PKGS += gtk+-3.0 + PKGS += gthread-2.0 +-PKGS += webkit2gtk-4.1 ++PKGS += webkit2gtk-4.0 + PKGS += sqlite3 + PKGS += $(LUA_PKG_NAME) +-PKGS += javascriptcoregtk-4.1 ++PKGS += javascriptcoregtk-4.0 + + # Check user has correct packages installed (and found by pkg-config). + PKGS_OK := $(shell $(PKG_CONFIG) --print-errors --exists $(PKGS) && echo 1) diff --git a/www/lux/Makefile b/www/lux/Makefile index 166f97805be..39179e07d5f 100644 --- a/www/lux/Makefile +++ b/www/lux/Makefile @@ -1,7 +1,7 @@ PORTNAME= lux DISTVERSIONPREFIX= v DISTVERSION= 0.23.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/lychee/Makefile b/www/lychee/Makefile index bde0f7f6771..017c2524e6d 100644 --- a/www/lychee/Makefile +++ b/www/lychee/Makefile @@ -1,7 +1,7 @@ PORTNAME= lychee DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www net MAINTAINER= pizzamig@FreeBSD.org diff --git a/www/lzr/Makefile b/www/lzr/Makefile index 21c3c3bbce5..4ed1c248e85 100644 --- a/www/lzr/Makefile +++ b/www/lzr/Makefile @@ -1,7 +1,7 @@ PORTNAME= lzr DISTVERSIONPREFIX= v DISTVERSION= 1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/mattermost-server/Makefile b/www/mattermost-server/Makefile index b4d1c62165c..203bc575ae7 100644 --- a/www/mattermost-server/Makefile +++ b/www/mattermost-server/Makefile @@ -1,5 +1,6 @@ PORTNAME= mattermost PORTVERSION= 9.5.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/decke PKGNAMESUFFIX= -server diff --git a/www/microbin/Makefile b/www/microbin/Makefile index cc8602fbe98..19ce8e63501 100644 --- a/www/microbin/Makefile +++ b/www/microbin/Makefile @@ -1,7 +1,7 @@ PORTNAME= microbin DISTVERSIONPREFIX= v DISTVERSION= 2.0.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile index 65732e17685..a49e892b91e 100644 --- a/www/miniflux/Makefile +++ b/www/miniflux/Makefile @@ -1,5 +1,6 @@ PORTNAME= miniflux DISTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= krion@FreeBSD.org diff --git a/www/minio/Makefile b/www/minio/Makefile index 4a94d887d43..8d4c24acd34 100644 --- a/www/minio/Makefile +++ b/www/minio/Makefile @@ -1,6 +1,6 @@ PORTNAME= minio PORTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www DIST_SUBDIR= minio diff --git a/www/miniserve/Makefile b/www/miniserve/Makefile index bb42f9e3208..8106b0c8b5f 100644 --- a/www/miniserve/Makefile +++ b/www/miniserve/Makefile @@ -1,7 +1,7 @@ PORTNAME= miniserve DISTVERSIONPREFIX= v DISTVERSION= 0.27.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org diff --git a/www/mirrorselect/Makefile b/www/mirrorselect/Makefile index ccb998c258c..7b16377d6a8 100644 --- a/www/mirrorselect/Makefile +++ b/www/mirrorselect/Makefile @@ -1,7 +1,7 @@ PORTNAME= mirrorselect DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www ports-mgmt MAINTAINER= aly@aaronly.me diff --git a/www/monolith/Makefile b/www/monolith/Makefile index ac8daae02a5..dbdd6b03832 100644 --- a/www/monolith/Makefile +++ b/www/monolith/Makefile @@ -1,7 +1,7 @@ PORTNAME= monolith DISTVERSIONPREFIX= v DISTVERSION= 2.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/morty/Makefile b/www/morty/Makefile index a19172e559f..d8f21c1c875 100644 --- a/www/morty/Makefile +++ b/www/morty/Makefile @@ -2,7 +2,7 @@ PORTNAME= morty DISTVERSIONPREFIX= v DISTVERSION= 0.2.0-12 DISTVERSIONSUFFIX= -gfe94d9a -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www net MAINTAINER= yuri@FreeBSD.org diff --git a/www/ncgopher/Makefile b/www/ncgopher/Makefile index 3f5a8a2bd2a..7c8b88dff70 100644 --- a/www/ncgopher/Makefile +++ b/www/ncgopher/Makefile @@ -1,7 +1,7 @@ PORTNAME= ncgopher DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= beastieboy@beastieboy.net diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index 4995beeb50a..2aae4ca5ec7 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -1,6 +1,6 @@ PORTNAME= newsboat DISTVERSION= 2.33 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= https://newsboat.org/releases/${DISTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/nextcloud-appointments/Makefile b/www/nextcloud-appointments/Makefile index 129970f7bb3..d9987877802 100644 --- a/www/nextcloud-appointments/Makefile +++ b/www/nextcloud-appointments/Makefile @@ -1,5 +1,5 @@ PORTNAME= appointments -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.3 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/raw/${DISTVERSIONPREFIX}${DISTVERSION}/build/artifacts/appstore/ DISTVERSIONPREFIX= v diff --git a/www/nextcloud-appointments/distinfo b/www/nextcloud-appointments/distinfo index c8c7f301504..0ae6b519d77 100644 --- a/www/nextcloud-appointments/distinfo +++ b/www/nextcloud-appointments/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714811533 -SHA256 (nextcloud/appointments-2.1.1/appointments.tar.gz) = ebeb173d2d43f6d257ae4be75a516a9d6d03e2dd6f74dd21e20604c769893a12 -SIZE (nextcloud/appointments-2.1.1/appointments.tar.gz) = 1858578 +TIMESTAMP = 1715595612 +SHA256 (nextcloud/appointments-2.1.3/appointments.tar.gz) = a9401458529fc0d357c069eb9a8de4843fc944fff8bd301de992b9d152137af8 +SIZE (nextcloud/appointments-2.1.3/appointments.tar.gz) = 1863497 diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile index 9f8c8bf3e63..bcacf4481b6 100644 --- a/www/nextcloud-calendar/Makefile +++ b/www/nextcloud-calendar/Makefile @@ -1,5 +1,5 @@ PORTNAME= calendar -PORTVERSION= 4.7.2 +PORTVERSION= 4.7.3 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-calendar/distinfo b/www/nextcloud-calendar/distinfo index fde387de82b..7cc1f460257 100644 --- a/www/nextcloud-calendar/distinfo +++ b/www/nextcloud-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714584457 -SHA256 (nextcloud/calendar-v4.7.2.tar.gz) = 103ddfee99ecf0b48452dca932871644b67fff14fadbf47fbbaabd0dd75dbf84 -SIZE (nextcloud/calendar-v4.7.2.tar.gz) = 18134389 +TIMESTAMP = 1715595627 +SHA256 (nextcloud/calendar-v4.7.3.tar.gz) = 16794de6ad647ff4d72b7941c0d7e7bca84009a57a2f53811e42b38b86454ba4 +SIZE (nextcloud/calendar-v4.7.3.tar.gz) = 18134654 diff --git a/www/nextcloud-tasks/Makefile b/www/nextcloud-tasks/Makefile index 3ff3ebdf7cc..670030bcbac 100644 --- a/www/nextcloud-tasks/Makefile +++ b/www/nextcloud-tasks/Makefile @@ -1,5 +1,5 @@ PORTNAME= tasks -PORTVERSION= 0.15.0 +PORTVERSION= 0.16.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES?= https://github.com/nextcloud/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ @@ -11,7 +11,7 @@ WWW= https://apps.nextcloud.com/apps/tasks LICENSE_FILE= ${WRKSRC}/LICENSE -NEXTCLOUD_RUN_DEPENDS= 25 +NEXTCLOUD_RUN_DEPENDS= 28 USES= nextcloud php:flavors diff --git a/www/nextcloud-tasks/distinfo b/www/nextcloud-tasks/distinfo index 6370caaab69..056d51d63e0 100644 --- a/www/nextcloud-tasks/distinfo +++ b/www/nextcloud-tasks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686393351 -SHA256 (nextcloud/tasks-0.15.0/tasks.tar.gz) = 9e2cc95050722bbf0567a28f278cdf394e59f42940c61c2043b77e5f94c69ccf -SIZE (nextcloud/tasks-0.15.0/tasks.tar.gz) = 11127579 +TIMESTAMP = 1715595671 +SHA256 (nextcloud/tasks-0.16.0/tasks.tar.gz) = 1e2b5841c7544541ee8d134c1748ca433bd23bdddb22d8ac2347a6ab4cb0f29e +SIZE (nextcloud/tasks-0.16.0/tasks.tar.gz) = 2592926 diff --git a/www/nginx-prometheus-exporter/Makefile b/www/nginx-prometheus-exporter/Makefile index 091e303c7a1..ed61b528247 100644 --- a/www/nginx-prometheus-exporter/Makefile +++ b/www/nginx-prometheus-exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= nginx-prometheus-exporter DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= arcade@b1t.name diff --git a/www/nginx-vts-exporter/Makefile b/www/nginx-vts-exporter/Makefile index 0716584809e..e4ca98ce6df 100644 --- a/www/nginx-vts-exporter/Makefile +++ b/www/nginx-vts-exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= nginx-vts-exporter DISTVERSIONPREFIX= v DISTVERSION= 0.10.7 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= joneum@FreeBSD.org diff --git a/www/oauth2-proxy/Makefile b/www/oauth2-proxy/Makefile index 29d9e5edb8e..ee0285ec98f 100644 --- a/www/oauth2-proxy/Makefile +++ b/www/oauth2-proxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= oauth2-proxy -PORTVERSION= 7.5.1 +PORTVERSION= 7.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= freebsd@rheinwolf.de @@ -13,88 +13,96 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules -USE_RC_SUBR= oauth2-proxy +USE_RC_SUBR= oauth2_proxy USE_GITHUB= yes GH_TUPLE= \ Bose:minisentinel:917c5a9223bb:bose_minisentinel/vendor/github.com/Bose/minisentinel \ - alicebob:gopher-json:a9ecdc9d1d3a:alicebob_gopher_json/vendor/github.com/alicebob/gopher-json \ - alicebob:miniredis:v2.23.0:alicebob_miniredis_v2/vendor/github.com/alicebob/miniredis/v2 \ - benbjohnson:clock:v1.3.0:benbjohnson_clock/vendor/github.com/benbjohnson/clock \ + a8m:envsubst:v1.4.2:a8m_envsubst/vendor/github.com/a8m/envsubst \ + alicebob:gopher-json:906a9b012302:alicebob_gopher_json/vendor/github.com/alicebob/gopher-json \ + alicebob:miniredis:v2.31.1:alicebob_miniredis_v2/vendor/github.com/alicebob/miniredis/v2 \ + benbjohnson:clock:v1.3.5:benbjohnson_clock/vendor/github.com/benbjohnson/clock \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ - bitly:go-simplejson:v0.5.0:bitly_go_simplejson/vendor/github.com/bitly/go-simplejson \ + bitly:go-simplejson:v0.5.1:bitly_go_simplejson/vendor/github.com/bitly/go-simplejson \ bmizerany:assert:b7ed37b82869:bmizerany_assert/vendor/github.com/bmizerany/assert \ - bsm:redislock:v0.9.1:bsm_redislock/vendor/github.com/bsm/redislock \ + bsm:redislock:v0.9.4:bsm_redislock/vendor/github.com/bsm/redislock \ census-instrumentation:opencensus-go:v0.24.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ cespare:xxhash:v2.2.0:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ - coreos:go-oidc:v3.5.0:coreos_go_oidc_v3/vendor/github.com/coreos/go-oidc/v3 \ - davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ + coreos:go-oidc:v3.9.0:coreos_go_oidc_v3/vendor/github.com/coreos/go-oidc/v3 \ + davecgh:go-spew:d8f796af33cc:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dgryski:go-rendezvous:9f7001d12a5f:dgryski_go_rendezvous/vendor/github.com/dgryski/go-rendezvous \ - fsnotify:fsnotify:v1.6.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ - ghodss:yaml:25d852aebe32:ghodss_yaml/vendor/github.com/ghodss/yaml \ + felixge:httpsnoop:v1.0.4:felixge_httpsnoop/vendor/github.com/felixge/httpsnoop \ + fsnotify:fsnotify:v1.7.0:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ + ghodss:yaml:d8423dcdf344:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ - go-jose:go-jose:v3.0.0:go_jose_go_jose_v3/vendor/github.com/go-jose/go-jose/v3 \ - go-logr:logr:v1.2.3:go_logr_logr/vendor/github.com/go-logr/logr \ + go-jose:go-jose:v3.0.1:go_jose_go_jose_v3/vendor/github.com/go-jose/go-jose/v3 \ + go-logr:logr:v1.4.1:go_logr_logr/vendor/github.com/go-logr/logr \ + go-logr:stdr:v1.2.2:go_logr_stdr/vendor/github.com/go-logr/stdr \ go-tomb:tomb:dd632973f1e7:go_tomb_tomb/vendor/gopkg.in/tomb.v1 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ golang-jwt:jwt:v3.2.2:golang_jwt_jwt/vendor/github.com/golang-jwt/jwt \ - golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ - golang:crypto:v0.7.0:golang_crypto/vendor/golang.org/x/crypto \ - golang:exp:47ecfdc1ba53:golang_exp/vendor/golang.org/x/exp \ + golang:appengine:v1.6.8:golang_appengine/vendor/google.golang.org/appengine \ + golang:crypto:v0.18.0:golang_crypto/vendor/golang.org/x/crypto \ + golang:exp:be819d1f06fc:golang_exp/vendor/golang.org/x/exp \ golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ - golang:net:v0.8.0:golang_net/vendor/golang.org/x/net \ - golang:oauth2:v0.6.0:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:net:v0.20.0:golang_net/vendor/golang.org/x/net \ + golang:oauth2:v0.16.0:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.3:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sync:v0.1.0:golang_sync/vendor/golang.org/x/sync \ - golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.8.0:golang_text/vendor/golang.org/x/text \ - google:go-cmp:v0.5.9:google_go_cmp/vendor/github.com/google/go-cmp \ - google:go-genproto:7f2fa6fef1f4:google_go_genproto/vendor/google.golang.org/genproto \ - google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ - googleapis:enterprise-certificate-proxy:v0.2.3:googleapis_enterprise_certificate_proxy/vendor/github.com/googleapis/enterprise-certificate-proxy \ - googleapis:gax-go:v2.7.0:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ - googleapis:google-api-go-client:v0.111.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ - googleapis:google-cloud-go:compute/v1.18.0:googleapis_google_cloud_go_compute/vendor/cloud.google.com/go \ - gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \ - grpc:grpc-go:v1.53.0:grpc_grpc_go/vendor/google.golang.org/grpc \ + golang:sync:v0.6.0:golang_sync/vendor/golang.org/x/sync \ + golang:sys:v0.16.0:golang_sys/vendor/golang.org/x/sys \ + golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \ + google:go-cmp:v0.6.0:google_go_cmp/vendor/github.com/google/go-cmp \ + google:s2a-go:v0.1.7:google_s2a_go/vendor/github.com/google/s2a-go \ + google:uuid:v1.6.0:google_uuid/vendor/github.com/google/uuid \ + googleapis:enterprise-certificate-proxy:v0.3.2:googleapis_enterprise_certificate_proxy/vendor/github.com/googleapis/enterprise-certificate-proxy \ + googleapis:gax-go:v2.12.0:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ + googleapis:go-genproto:a9fa1716bcac:googleapis_go_genproto/vendor/google.golang.org/genproto \ + googleapis:google-api-go-client:v0.158.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ + googleapis:google-cloud-go:compute/v1.23.3:googleapis_google_cloud_go_compute/vendor/cloud.google.com/go \ + gorilla:mux:v1.8.1:gorilla_mux/vendor/github.com/gorilla/mux \ + grpc:grpc-go:v1.60.1:grpc_grpc_go/vendor/google.golang.org/grpc \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ justinas:alice:v1.2.0:justinas_alice/vendor/github.com/justinas/alice \ - kubernetes:apimachinery:v0.26.2:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ + kubernetes:apimachinery:v0.29.1:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ kubernetes:gengo:83324d819ded:kubernetes_gengo/vendor/k8s.io/gengo \ - kubernetes:klog:v2.80.1:kubernetes_klog/vendor/k8s.io/klog/v2 \ + kubernetes:klog:v2.110.1:kubernetes_klog/vendor/k8s.io/klog/v2 \ magiconair:properties:v1.8.7:magiconair_properties/vendor/github.com/magiconair/properties \ - matttproud:golang_protobuf_extensions:v1.0.4:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ + matttproud:golang_protobuf_extensions:v2.0.0:matttproud_golang_protobuf_extensions_v2/vendor/github.com/matttproud/golang_protobuf_extensions/v2 \ mbland:hmacauth:44256dfd4bfa:mbland_hmacauth/vendor/github.com/mbland/hmacauth \ - mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ + mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ natefinch:lumberjack:v2.2.1:natefinch_lumberjack/vendor/gopkg.in/natefinch/lumberjack.v2 \ - nxadm:tail:v1.4.8:nxadm_tail/vendor/github.com/nxadm/tail \ - oauth2-proxy:mockoidc:e3afe97dec43:oauth2_proxy_mockoidc/vendor/github.com/oauth2-proxy/mockoidc \ + nxadm:tail:v1.4.11:nxadm_tail/vendor/github.com/nxadm/tail \ + oauth2-proxy:mockoidc:b9169deeb282:oauth2_proxy_mockoidc/vendor/github.com/oauth2-proxy/mockoidc \ oauth2-proxy:tools:56ffd7384404:oauth2_proxy_tools_reference_gen/vendor/github.com/oauth2-proxy/tools \ - ohler55:ojg:v1.14.5:ohler55_ojg/vendor/github.com/ohler55/ojg \ + ohler55:ojg:v1.21.0:ohler55_ojg/vendor/github.com/ohler55/ojg \ onsi:ginkgo:v1.16.5:onsi_ginkgo/vendor/github.com/onsi/ginkgo \ - onsi:gomega:v1.27.6:onsi_gomega/vendor/github.com/onsi/gomega \ - pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ - pelletier:go-toml:v2.0.7:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ - pierrec:lz4:v4.1.17:pierrec_lz4_v4/vendor/github.com/pierrec/lz4/v4 \ - pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - prometheus:client_golang:v1.14.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ - prometheus:client_model:v0.3.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ - prometheus:common:v0.42.0:prometheus_common/vendor/github.com/prometheus/common \ - prometheus:procfs:v0.9.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ - protocolbuffers:protobuf-go:v1.28.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ - redis:go-redis:v9.0.2:redis_go_redis_v9/vendor/github.com/redis/go-redis/v9 \ - spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \ - spf13:cast:v1.5.0:spf13_cast/vendor/github.com/spf13/cast \ - spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ + onsi:gomega:v1.30.0:onsi_gomega/vendor/github.com/onsi/gomega \ + open-telemetry:opentelemetry-go-contrib:v1.22.0:open_telemetry_opentelemetry_go_contrib/vendor/go.opentelemetry.io/contrib \ + open-telemetry:opentelemetry-go:v1.22.0:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ + pelletier:go-toml:v2.1.1:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ + pierrec:lz4:v4.1.19:pierrec_lz4_v4/vendor/github.com/pierrec/lz4/v4 \ + pmezard:go-difflib:5d4384ee4fb2:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ + prometheus:client_golang:v1.18.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ + prometheus:client_model:v0.5.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ + prometheus:common:v0.45.0:prometheus_common/vendor/github.com/prometheus/common \ + prometheus:procfs:v0.12.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ + protocolbuffers:protobuf-go:v1.32.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ + redis:go-redis:v9.4.0:redis_go_redis_v9/vendor/github.com/redis/go-redis/v9 \ + sagikazarmark:locafero:v0.4.0:sagikazarmark_locafero/vendor/github.com/sagikazarmark/locafero \ + sagikazarmark:slog-shim:v0.1.0:sagikazarmark_slog_shim/vendor/github.com/sagikazarmark/slog-shim \ + sourcegraph:conc:v0.3.0:sourcegraph_conc/vendor/github.com/sourcegraph/conc \ + spf13:afero:v1.11.0:spf13_afero/vendor/github.com/spf13/afero \ + spf13:cast:v1.6.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ - spf13:viper:v1.6.3:spf13_viper/vendor/github.com/spf13/viper \ + spf13:viper:v1.18.2:spf13_viper/vendor/github.com/spf13/viper \ square:go-jose:v2.6.0:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \ - stretchr:testify:v1.8.1:stretchr_testify/vendor/github.com/stretchr/testify \ - subosito:gotenv:v1.4.2:subosito_gotenv/vendor/github.com/subosito/gotenv \ - vmihailenco:msgpack:v5.3.5:vmihailenco_msgpack_v5/vendor/github.com/vmihailenco/msgpack/v5 \ + stretchr:testify:v1.8.4:stretchr_testify/vendor/github.com/stretchr/testify \ + subosito:gotenv:v1.6.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ + uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr \ + vmihailenco:msgpack:v5.4.1:vmihailenco_msgpack_v5/vendor/github.com/vmihailenco/msgpack/v5 \ vmihailenco:tagparser:v2.0.0:vmihailenco_tagparser_v2/vendor/github.com/vmihailenco/tagparser/v2 \ - yuin:gopher-lua:f4c35e4016d9:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua + yuin:gopher-lua:v1.1.1:yuin_gopher_lua/vendor/github.com/yuin/gopher-lua GO_BUILDFLAGS= -ldflags="-s -X main.VERSION=${PORTVERSION}" diff --git a/www/oauth2-proxy/distinfo b/www/oauth2-proxy/distinfo index f4112a42759..fda578d3f4d 100644 --- a/www/oauth2-proxy/distinfo +++ b/www/oauth2-proxy/distinfo @@ -1,42 +1,48 @@ -TIMESTAMP = 1695629050 -SHA256 (oauth2-proxy-oauth2-proxy-v7.5.1_GH0.tar.gz) = 97de086ba98ce884da77d4031537f72496a059d14c60977c46824c24010096c8 -SIZE (oauth2-proxy-oauth2-proxy-v7.5.1_GH0.tar.gz) = 1283412 +TIMESTAMP = 1709746851 +SHA256 (oauth2-proxy-oauth2-proxy-v7.6.0_GH0.tar.gz) = 2beac9e817d59b37f2277efefeda68447418355792a60da709a80c278628fcd8 +SIZE (oauth2-proxy-oauth2-proxy-v7.6.0_GH0.tar.gz) = 1231670 SHA256 (Bose-minisentinel-917c5a9223bb_GH0.tar.gz) = c765c12a0ed631ae864f74ee606279a0962f3a87c4274cea6e8d922b0ad8a98e SIZE (Bose-minisentinel-917c5a9223bb_GH0.tar.gz) = 8352 -SHA256 (alicebob-gopher-json-a9ecdc9d1d3a_GH0.tar.gz) = ce51bf794d26ef3a8a4d0e4e8a4b477ce4e78bbad6d317fd7c839af9ebfcc68a -SIZE (alicebob-gopher-json-a9ecdc9d1d3a_GH0.tar.gz) = 3630 -SHA256 (alicebob-miniredis-v2.23.0_GH0.tar.gz) = 4fd067da97a974e4fe6ab2996e62f3b6c8c99700aa803918a961cc751475428d -SIZE (alicebob-miniredis-v2.23.0_GH0.tar.gz) = 166328 -SHA256 (benbjohnson-clock-v1.3.0_GH0.tar.gz) = 5d3b9240f6e03499de38515ce7eeff033c2e09df2a1ef3b8e07bba665b8872a3 -SIZE (benbjohnson-clock-v1.3.0_GH0.tar.gz) = 8173 +SHA256 (a8m-envsubst-v1.4.2_GH0.tar.gz) = 3692eb658657ffdec5725ae2accd96a05ac6097d770a7bdfd622410983962387 +SIZE (a8m-envsubst-v1.4.2_GH0.tar.gz) = 12316 +SHA256 (alicebob-gopher-json-906a9b012302_GH0.tar.gz) = 5899fe9fd1e1401062ef8330e63be498cfbfeabe2efb4394610c1062b1a73e1d +SIZE (alicebob-gopher-json-906a9b012302_GH0.tar.gz) = 3634 +SHA256 (alicebob-miniredis-v2.31.1_GH0.tar.gz) = 135ca0b40eb8aacecf81f459845a55e500d00496aaf68d15e7e2837e94c85508 +SIZE (alicebob-miniredis-v2.31.1_GH0.tar.gz) = 184286 +SHA256 (benbjohnson-clock-v1.3.5_GH0.tar.gz) = d26928c5301d8f7feedebeda0506599fa8c9aeb0b724de619b9d468df441a33c +SIZE (benbjohnson-clock-v1.3.5_GH0.tar.gz) = 9183 SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825 SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867 -SHA256 (bitly-go-simplejson-v0.5.0_GH0.tar.gz) = 44196c95263e74277372319e5a6cb7f53b29ef7ddab8c7fed6ce6fc80144d465 -SIZE (bitly-go-simplejson-v0.5.0_GH0.tar.gz) = 5994 +SHA256 (bitly-go-simplejson-v0.5.1_GH0.tar.gz) = ef4c1cc5aa25a5d681b7cc22c6eac7d60efd705a1ac4da60e5d8fd7ab942db48 +SIZE (bitly-go-simplejson-v0.5.1_GH0.tar.gz) = 6177 SHA256 (bmizerany-assert-b7ed37b82869_GH0.tar.gz) = f7dc11f10c5e52a94c836e15e7aff05ad4afba7436f66e5f4506806627c4635e SIZE (bmizerany-assert-b7ed37b82869_GH0.tar.gz) = 1469 -SHA256 (bsm-redislock-v0.9.1_GH0.tar.gz) = b54cd475f0ceb8398f6a84cac00ddee5fbe04794aa8c54dbbe59b7ceb044a168 -SIZE (bsm-redislock-v0.9.1_GH0.tar.gz) = 7550 +SHA256 (bsm-redislock-v0.9.4_GH0.tar.gz) = b77a6f71c12dc6d3aa3ad17aa634b01542aae352da2e2ae6c24a9b9ba85f3f92 +SIZE (bsm-redislock-v0.9.4_GH0.tar.gz) = 7326 SHA256 (census-instrumentation-opencensus-go-v0.24.0_GH0.tar.gz) = 048708914541817193330ce052026deb0c617c9d953ac15ae601ab2bde5788d1 SIZE (census-instrumentation-opencensus-go-v0.24.0_GH0.tar.gz) = 176752 SHA256 (cespare-xxhash-v2.2.0_GH0.tar.gz) = b8c684b9e5e136510913727e6a845b28f8176e55db827b11f17769fba970fe13 SIZE (cespare-xxhash-v2.2.0_GH0.tar.gz) = 12334 -SHA256 (coreos-go-oidc-v3.5.0_GH0.tar.gz) = 848eb135d3a6b6dcee99a09be7eb1514dc55cc0e497bb9a4200689043994c081 -SIZE (coreos-go-oidc-v3.5.0_GH0.tar.gz) = 32229 -SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e -SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 +SHA256 (coreos-go-oidc-v3.9.0_GH0.tar.gz) = c644f0d98dd8f62c4332402682d6c369b73033aae6b6a43db6083d3f94d227da +SIZE (coreos-go-oidc-v3.9.0_GH0.tar.gz) = 32500 +SHA256 (davecgh-go-spew-d8f796af33cc_GH0.tar.gz) = 21505c2cb5cb4e2b8ae3007f3f6db6edb9f1c28511f98975b6b0dedf0e3fa24e +SIZE (davecgh-go-spew-d8f796af33cc_GH0.tar.gz) = 42183 SHA256 (dgryski-go-rendezvous-9f7001d12a5f_GH0.tar.gz) = 29584550745fd4b8fce2e2f3def7b9d9ffe2b86cf9b6596b53a660c9bbfe27b6 SIZE (dgryski-go-rendezvous-9f7001d12a5f_GH0.tar.gz) = 1699 -SHA256 (fsnotify-fsnotify-v1.6.0_GH0.tar.gz) = 583b2b399709d04807c5c3185e7d4dc0543d532af91fdeb85eeaf803a0b7703b -SIZE (fsnotify-fsnotify-v1.6.0_GH0.tar.gz) = 46044 -SHA256 (ghodss-yaml-25d852aebe32_GH0.tar.gz) = 52ad2f9939d39cd22a4267ad385eeef1ae6ae329929bb4117181f87af1689c27 -SIZE (ghodss-yaml-25d852aebe32_GH0.tar.gz) = 14351 +SHA256 (felixge-httpsnoop-v1.0.4_GH0.tar.gz) = ffb63ba081e4c2360342dea2079d08b8560c315b2f458885fd34639786a1aa3d +SIZE (felixge-httpsnoop-v1.0.4_GH0.tar.gz) = 11954 +SHA256 (fsnotify-fsnotify-v1.7.0_GH0.tar.gz) = ca8175ba6bd3d0cc992200c2f44acabec05367575dc0478c5902971fe7453f35 +SIZE (fsnotify-fsnotify-v1.7.0_GH0.tar.gz) = 57502 +SHA256 (ghodss-yaml-d8423dcdf344_GH0.tar.gz) = 1595e11cd70d828f1fab36d2d6569df0f852f464d812f903692f9cabc03974fc +SIZE (ghodss-yaml-d8423dcdf344_GH0.tar.gz) = 14394 SHA256 (go-ini-ini-v1.67.0_GH0.tar.gz) = 06ba51234140118d1b6064f1817aa89cc971c6e7ce04cb9d286e6660d89296c8 SIZE (go-ini-ini-v1.67.0_GH0.tar.gz) = 53531 -SHA256 (go-jose-go-jose-v3.0.0_GH0.tar.gz) = 06fe2a7dbc16f27993a979eeb3a20c2608a02ea2d04480ed3141056be98c279c -SIZE (go-jose-go-jose-v3.0.0_GH0.tar.gz) = 315103 -SHA256 (go-logr-logr-v1.2.3_GH0.tar.gz) = c5e27e7dcd864e17b3187739fea1c2f149a0e1a9c53e54d8a242db24443c3667 -SIZE (go-logr-logr-v1.2.3_GH0.tar.gz) = 38564 +SHA256 (go-jose-go-jose-v3.0.1_GH0.tar.gz) = 14bfdae88d8b0dda027d066c9ae92d0832fe90f08eb18c5749273b3ce18d58f7 +SIZE (go-jose-go-jose-v3.0.1_GH0.tar.gz) = 315497 +SHA256 (go-logr-logr-v1.4.1_GH0.tar.gz) = 8eae286ca6e69e82f22cdde7464f4e5530e624b2da486b09cd0ec46b745c0d0e +SIZE (go-logr-logr-v1.4.1_GH0.tar.gz) = 56957 +SHA256 (go-logr-stdr-v1.2.2_GH0.tar.gz) = 37d975b280d884ca0d55a800bc6e47314b6e86268e56254f9d15d19ca9404eb8 +SIZE (go-logr-stdr-v1.2.2_GH0.tar.gz) = 9098 SHA256 (go-tomb-tomb-dd632973f1e7_GH0.tar.gz) = b67f4ee9324a78176bc3196fe262388696aeb3f31d9879d498200219f9c4c554 SIZE (go-tomb-tomb-dd632973f1e7_GH0.tar.gz) = 3631 SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0 @@ -45,115 +51,125 @@ SHA256 (go-yaml-yaml-v3.0.1_GH0.tar.gz) = cf05411540d3e6ef8f1fd88434b34f94cedace SIZE (go-yaml-yaml-v3.0.1_GH0.tar.gz) = 91173 SHA256 (golang-jwt-jwt-v3.2.2_GH0.tar.gz) = 4cd18a4bb5d949244f137fed0884f93695ff268cb9efaba71ddcf4c50b17efe0 SIZE (golang-jwt-jwt-v3.2.2_GH0.tar.gz) = 39887 -SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d813337dd57dcc800d7afdb5130e8c321a8f -SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007 -SHA256 (golang-crypto-v0.7.0_GH0.tar.gz) = a7e73081a33f1bf496753a0cfd374052fb52da16d00600ca411d086a23da6178 -SIZE (golang-crypto-v0.7.0_GH0.tar.gz) = 1634438 -SHA256 (golang-exp-47ecfdc1ba53_GH0.tar.gz) = f2b18b76b508aad14a64ec635b433c98579426f77f3fc3297a80a69d5b3cf9a6 -SIZE (golang-exp-47ecfdc1ba53_GH0.tar.gz) = 1623283 +SHA256 (golang-appengine-v1.6.8_GH0.tar.gz) = 9f0029767e180c64ef42c448f02a247deb2980b2ba6908977ad4c53ebae1abb5 +SIZE (golang-appengine-v1.6.8_GH0.tar.gz) = 628708 +SHA256 (golang-crypto-v0.18.0_GH0.tar.gz) = 65cc44408170afc3f58d242ec1bf5c2ded68ae9d0847652eb3dca51a86ff7c34 +SIZE (golang-crypto-v0.18.0_GH0.tar.gz) = 1809280 +SHA256 (golang-exp-be819d1f06fc_GH0.tar.gz) = f84031c4cf21c41bb37649cc4f011368f281a1082d05419e16dde14702a7b6f2 +SIZE (golang-exp-be819d1f06fc_GH0.tar.gz) = 1733317 SHA256 (golang-groupcache-41bb18bfe9da_GH0.tar.gz) = 1e89795970d6593affdafe1d09dcf947681ca1ea82528e8e4fb9974a77f2e394 SIZE (golang-groupcache-41bb18bfe9da_GH0.tar.gz) = 26101 -SHA256 (golang-net-v0.8.0_GH0.tar.gz) = f9e2128a2d6861db0595428c7cce62fe5a131348a6c7651b6efa8b03d0b10831 -SIZE (golang-net-v0.8.0_GH0.tar.gz) = 1244302 -SHA256 (golang-oauth2-v0.6.0_GH0.tar.gz) = 9114431a99c6b75b1d0d738dba462edb9ba618b6735710e2d9164cebaadaee77 -SIZE (golang-oauth2-v0.6.0_GH0.tar.gz) = 86646 +SHA256 (golang-net-v0.20.0_GH0.tar.gz) = bae5107274cce60331dbc29301657afd86e5fb92a2e545f159e992eda8a9133d +SIZE (golang-net-v0.20.0_GH0.tar.gz) = 1486820 +SHA256 (golang-oauth2-v0.16.0_GH0.tar.gz) = ff7fdccf5ceeec747740ac75fbeaf06158721aab3d0f057111d3271fbda351ff +SIZE (golang-oauth2-v0.16.0_GH0.tar.gz) = 96077 SHA256 (golang-protobuf-v1.5.3_GH0.tar.gz) = 48457a6a9e8c78a7556ff5ff4a4c77d7df9bf70e882491ee0f3f1ff06db2bfaa SIZE (golang-protobuf-v1.5.3_GH0.tar.gz) = 171822 -SHA256 (golang-sync-v0.1.0_GH0.tar.gz) = 81056c07b5dc1077f2d6ac0f7ce3d4ef199a3ff85c319ab03dcff22fa9ba2183 -SIZE (golang-sync-v0.1.0_GH0.tar.gz) = 19356 -SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 -SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234 -SHA256 (golang-text-v0.8.0_GH0.tar.gz) = aeaec799a8e0b02523c80fed03383da04bf1b9c9ef431ed4d34b70488fbeaa64 -SIZE (golang-text-v0.8.0_GH0.tar.gz) = 8359526 -SHA256 (google-go-cmp-v0.5.9_GH0.tar.gz) = 41a074c2fcfc72f813736f8ca8e3116e260a6b79af407d9da0d4c5e4c3f61acf -SIZE (google-go-cmp-v0.5.9_GH0.tar.gz) = 104427 -SHA256 (google-go-genproto-7f2fa6fef1f4_GH0.tar.gz) = 15b01bd8312128a59e32a22237ca762afb26a49e2cd47006da242d6d56afe462 -SIZE (google-go-genproto-7f2fa6fef1f4_GH0.tar.gz) = 6129006 -SHA256 (google-uuid-v1.3.0_GH0.tar.gz) = 7f7f37c47980e0afcc178a9ffc390bec29ed2371919b4c07658eb01791a7f921 -SIZE (google-uuid-v1.3.0_GH0.tar.gz) = 16210 -SHA256 (googleapis-enterprise-certificate-proxy-v0.2.3_GH0.tar.gz) = 203c28cf4c29a46962c7508863fc23fab50afbc85d8775dceeb9c935a7022909 -SIZE (googleapis-enterprise-certificate-proxy-v0.2.3_GH0.tar.gz) = 31940 -SHA256 (googleapis-gax-go-v2.7.0_GH0.tar.gz) = 87891c9e72a2482ade4ec60d0ebc4d5fa6a3396e5e3593d5bb060d4a421c9677 -SIZE (googleapis-gax-go-v2.7.0_GH0.tar.gz) = 52950 -SHA256 (googleapis-google-api-go-client-v0.111.0_GH0.tar.gz) = 0873b9e16e4b86153b2b89e5b246629834137ead4a312248a26a63e7b15a3b68 -SIZE (googleapis-google-api-go-client-v0.111.0_GH0.tar.gz) = 31108245 -SHA256 (googleapis-google-cloud-go-compute-v1.18.0_GH0.tar.gz) = 479534541f37ac187391ea4fee29aa5dbbc0b2b0e526f002c97197abb9a72b32 -SIZE (googleapis-google-cloud-go-compute-v1.18.0_GH0.tar.gz) = 19763531 -SHA256 (gorilla-mux-v1.8.0_GH0.tar.gz) = ea2639259d2ce6f402636655e91eb93ba69c139e3cbf80b044ee393ada53757b -SIZE (gorilla-mux-v1.8.0_GH0.tar.gz) = 45517 -SHA256 (grpc-grpc-go-v1.53.0_GH0.tar.gz) = acc2f19f13b778bbc2fe77ce4c6afe51e87793971acc5c0bb1e8e141a5643a3f -SIZE (grpc-grpc-go-v1.53.0_GH0.tar.gz) = 1724906 +SHA256 (golang-sync-v0.6.0_GH0.tar.gz) = 23b8fca95397b2293e64e58d333633051ec942b46318ad8f630318e801658b67 +SIZE (golang-sync-v0.6.0_GH0.tar.gz) = 17605 +SHA256 (golang-sys-v0.16.0_GH0.tar.gz) = 9c17b728aa75f4fc4743c3f5c0dccdc3b7f9ac7c12b3124b666672cc571f657e +SIZE (golang-sys-v0.16.0_GH0.tar.gz) = 1444155 +SHA256 (golang-text-v0.14.0_GH0.tar.gz) = c80295e75bda599d17ccf74038139b0957b9915fae4e60d8b46f89454ef171a0 +SIZE (golang-text-v0.14.0_GH0.tar.gz) = 8974094 +SHA256 (google-go-cmp-v0.6.0_GH0.tar.gz) = d14f7d57b0f6d25771bee3d7d5d038f532539e71bfc934772b1c0467ab90fa86 +SIZE (google-go-cmp-v0.6.0_GH0.tar.gz) = 104784 +SHA256 (google-s2a-go-v0.1.7_GH0.tar.gz) = 671aa97ee51cf7fff4f62a27d659aefb0ba97785c552183a03b25f49197cd028 +SIZE (google-s2a-go-v0.1.7_GH0.tar.gz) = 267117 +SHA256 (google-uuid-v1.6.0_GH0.tar.gz) = ee63376b5675376c60e055ed66e5f3651ccc703bd580c022b8ad00cea309252d +SIZE (google-uuid-v1.6.0_GH0.tar.gz) = 20896 +SHA256 (googleapis-enterprise-certificate-proxy-v0.3.2_GH0.tar.gz) = d01f2349b605a37db615d0a9454970bda9575d8ebe12bdd0c164f4d2717ab2bc +SIZE (googleapis-enterprise-certificate-proxy-v0.3.2_GH0.tar.gz) = 38853 +SHA256 (googleapis-gax-go-v2.12.0_GH0.tar.gz) = 40987741a6ab2c9aa56ee1a498e521d719271b808d25318cf2a602ee8b5f5dbf +SIZE (googleapis-gax-go-v2.12.0_GH0.tar.gz) = 37779 +SHA256 (googleapis-go-genproto-a9fa1716bcac_GH0.tar.gz) = 70778b02cc720c909bef3a7d76c5c076ab269900cebb6ee1a8d270ec835dba1a +SIZE (googleapis-go-genproto-a9fa1716bcac_GH0.tar.gz) = 5919264 +SHA256 (googleapis-google-api-go-client-v0.158.0_GH0.tar.gz) = 385df36f23551f0c1ded5fe31de6ef1e1bbec3020b46cd1ea8a8cb8912c030c0 +SIZE (googleapis-google-api-go-client-v0.158.0_GH0.tar.gz) = 36843908 +SHA256 (googleapis-google-cloud-go-compute-v1.23.3_GH0.tar.gz) = 712f6713c1549d4e150be3de3cd7a1698e309c56b57e08f8b3dc072fdbae33cc +SIZE (googleapis-google-cloud-go-compute-v1.23.3_GH0.tar.gz) = 23101803 +SHA256 (gorilla-mux-v1.8.1_GH0.tar.gz) = c2a09e78d1886abb2d291b472eba3ac9185acb35234c1f5616669664ba893d6d +SIZE (gorilla-mux-v1.8.1_GH0.tar.gz) = 47033 +SHA256 (grpc-grpc-go-v1.60.1_GH0.tar.gz) = a97859fadaa14a0a5e0d91d78ea69f301b07d7d206c9caf8ffebb0bc26c7299b +SIZE (grpc-grpc-go-v1.60.1_GH0.tar.gz) = 2042404 SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2 SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658 SHA256 (justinas-alice-v1.2.0_GH0.tar.gz) = 12171459da7096e0d34a0972387e15978ad7b0e73c83ce04ba2f89c44a22336b SIZE (justinas-alice-v1.2.0_GH0.tar.gz) = 4568 -SHA256 (kubernetes-apimachinery-v0.26.2_GH0.tar.gz) = c656f032ad32a720b757f9c8c494f3505a17541c8c72c74625912d176d8fec5d -SIZE (kubernetes-apimachinery-v0.26.2_GH0.tar.gz) = 567161 +SHA256 (kubernetes-apimachinery-v0.29.1_GH0.tar.gz) = 384964b9154daf8533d9533c509de3bfa12ae463eb29133012a455fa5b000ce2 +SIZE (kubernetes-apimachinery-v0.29.1_GH0.tar.gz) = 694122 SHA256 (kubernetes-gengo-83324d819ded_GH0.tar.gz) = 3a6a728f65a0b2c48210025e2418c8157a883f629d07d40a567682666be7f058 SIZE (kubernetes-gengo-83324d819ded_GH0.tar.gz) = 93239 -SHA256 (kubernetes-klog-v2.80.1_GH0.tar.gz) = 78730bcf9f801be40f98dc45ed43e942ca168b2bffa1b5d04b05c0aa7de1c95f -SIZE (kubernetes-klog-v2.80.1_GH0.tar.gz) = 89632 +SHA256 (kubernetes-klog-v2.110.1_GH0.tar.gz) = 3d3f029acb93f027bf1efe9473672115fdf43345687e924c462adc4446068a67 +SIZE (kubernetes-klog-v2.110.1_GH0.tar.gz) = 104423 SHA256 (magiconair-properties-v1.8.7_GH0.tar.gz) = 09e950df1970975400edc7f6c2f9e3edace4e1ea49f823006387d130fb0f4f03 SIZE (magiconair-properties-v1.8.7_GH0.tar.gz) = 31425 -SHA256 (matttproud-golang_protobuf_extensions-v1.0.4_GH0.tar.gz) = b64cab9cb9ae8b9162c7197aeedc6ed617b4c93e4f5674c3ec6cd2e9b0d9d09c -SIZE (matttproud-golang_protobuf_extensions-v1.0.4_GH0.tar.gz) = 37510 +SHA256 (matttproud-golang_protobuf_extensions-v2.0.0_GH0.tar.gz) = 69fd83cb3002df3359128c2748c8f319fc63ce0493d43a3dcd7a94a4f487f742 +SIZE (matttproud-golang_protobuf_extensions-v2.0.0_GH0.tar.gz) = 12099 SHA256 (mbland-hmacauth-44256dfd4bfa_GH0.tar.gz) = f5b9d6aff7eba04766d11cdc780d08458324f158f893ba84479f045dde75cb23 SIZE (mbland-hmacauth-44256dfd4bfa_GH0.tar.gz) = 6192 -SHA256 (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b -SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980 +SHA256 (mitchellh-mapstructure-v1.5.0_GH0.tar.gz) = 81106cbac93000812c194b4a2069dd32913ec18819b1e99e8436595ce4939413 +SIZE (mitchellh-mapstructure-v1.5.0_GH0.tar.gz) = 30123 SHA256 (natefinch-lumberjack-v2.2.1_GH0.tar.gz) = 935582f3f3377f09604bce4ab0488092d71c0d9ff3e9359a397f00ab6caed658 SIZE (natefinch-lumberjack-v2.2.1_GH0.tar.gz) = 12568 -SHA256 (nxadm-tail-v1.4.8_GH0.tar.gz) = 8208362046819275a0809000dceacbd7b2a7caa07bcd6547dd2ff9b2104fa56c -SIZE (nxadm-tail-v1.4.8_GH0.tar.gz) = 1255770 -SHA256 (oauth2-proxy-mockoidc-e3afe97dec43_GH0.tar.gz) = 9e970562ef07c397b19ccd12b8f87431db410250801ed25ff57c10d67c7de3c7 -SIZE (oauth2-proxy-mockoidc-e3afe97dec43_GH0.tar.gz) = 19642 +SHA256 (nxadm-tail-v1.4.11_GH0.tar.gz) = f20a022655bb5acdb364382418d0481f938e761be7d4233af61b0d4659ae1812 +SIZE (nxadm-tail-v1.4.11_GH0.tar.gz) = 1175268 +SHA256 (oauth2-proxy-mockoidc-b9169deeb282_GH0.tar.gz) = 5b71bc5aeb71b68631e9d3f555f92323349a0125910dcae3238370b75d07d8cd +SIZE (oauth2-proxy-mockoidc-b9169deeb282_GH0.tar.gz) = 20597 SHA256 (oauth2-proxy-tools-56ffd7384404_GH0.tar.gz) = bd43655e4593bc0692f2737cc3abcbd14211fc456479cf33f63fd1e0d3665226 SIZE (oauth2-proxy-tools-56ffd7384404_GH0.tar.gz) = 8481 -SHA256 (ohler55-ojg-v1.14.5_GH0.tar.gz) = 3d64667c15e3ff478273e9da7add9f1e2e43b02bc4c331c00f40d30d2a777b70 -SIZE (ohler55-ojg-v1.14.5_GH0.tar.gz) = 415778 +SHA256 (ohler55-ojg-v1.21.0_GH0.tar.gz) = ccd5fb7f4d01a367823e3fccac9625025bc94199def64abddb2b6b78b4bafb7b +SIZE (ohler55-ojg-v1.21.0_GH0.tar.gz) = 448220 SHA256 (onsi-ginkgo-v1.16.5_GH0.tar.gz) = 0380c81321b764b75e76a7aa8fc8ab1ab361232a88d5b6124ef8b9a9e75d5287 SIZE (onsi-ginkgo-v1.16.5_GH0.tar.gz) = 164965 -SHA256 (onsi-gomega-v1.27.6_GH0.tar.gz) = 45d6cb03201279d052217ff6fe2b411a4308a463b21abe210ddc8d5a69d0fe8c -SIZE (onsi-gomega-v1.27.6_GH0.tar.gz) = 311764 -SHA256 (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 1a5a620f680033f17e34148bee8f26d96d8c27ff1d7f56f0fe1c7253595b5244 -SIZE (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 57496 -SHA256 (pelletier-go-toml-v2.0.7_GH0.tar.gz) = e3add1ec1c2f00af3478d361b36f8ae598fbcca978d04dbd2aa2dfc12904083c -SIZE (pelletier-go-toml-v2.0.7_GH0.tar.gz) = 892190 -SHA256 (pierrec-lz4-v4.1.17_GH0.tar.gz) = 2b8e1b98d4b2f859e27760e9018e9e57396764711f4665ebf0e7a0a9c088e7c2 -SIZE (pierrec-lz4-v4.1.17_GH0.tar.gz) = 40904356 -SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda -SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (prometheus-client_golang-v1.14.0_GH0.tar.gz) = e774de79b48fcaf27a5b6bbeb6da0e814fee33c5050550625ef9b33f77835049 -SIZE (prometheus-client_golang-v1.14.0_GH0.tar.gz) = 236318 -SHA256 (prometheus-client_model-v0.3.0_GH0.tar.gz) = c71dc6402fe2414dec82c48173fe8d5aa9fc7c43af2f1f1f48d05c1652b965b9 -SIZE (prometheus-client_model-v0.3.0_GH0.tar.gz) = 14941 -SHA256 (prometheus-common-v0.42.0_GH0.tar.gz) = 156b60f595cab579dc6e5475f4125ebcbd73c25d0f42de1d6442eea73cd4e750 -SIZE (prometheus-common-v0.42.0_GH0.tar.gz) = 130574 -SHA256 (prometheus-procfs-v0.9.0_GH0.tar.gz) = 58e339aeb758e502cea6231f82add4924778b0df4544a918786fcf54de20fa95 -SIZE (prometheus-procfs-v0.9.0_GH0.tar.gz) = 220383 -SHA256 (protocolbuffers-protobuf-go-v1.28.1_GH0.tar.gz) = df0b3dceeff0e1b6d029e60f076edd0d852cb8f3c2fe4fe3fe40164f16ec9b6b -SIZE (protocolbuffers-protobuf-go-v1.28.1_GH0.tar.gz) = 1280756 -SHA256 (redis-go-redis-v9.0.2_GH0.tar.gz) = 8a7e959bdae59f907bb06c9dfeab32e680f9723e1f9e876563bf2de02df35903 -SIZE (redis-go-redis-v9.0.2_GH0.tar.gz) = 268640 -SHA256 (spf13-afero-v1.1.2_GH0.tar.gz) = 66554a6b09b0009340ae77c119d5a14e2460bb3aea56e75e138c87e621f3803b -SIZE (spf13-afero-v1.1.2_GH0.tar.gz) = 45309 -SHA256 (spf13-cast-v1.5.0_GH0.tar.gz) = b5bf72b468a9a9a0509b7d87c984a9b2e653c9b87e9842da385f81c43bd05b9a -SIZE (spf13-cast-v1.5.0_GH0.tar.gz) = 15287 -SHA256 (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 2ece12b964e0d230b10851555185d42d3c81b401efda044265ae716eb1d0bc2d -SIZE (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 6392 +SHA256 (onsi-gomega-v1.30.0_GH0.tar.gz) = fd60dbfac362dd0207fc202152044f6acc9e259c1120173a047f9dc8d7a7fad4 +SIZE (onsi-gomega-v1.30.0_GH0.tar.gz) = 315792 +SHA256 (open-telemetry-opentelemetry-go-contrib-v1.22.0_GH0.tar.gz) = 781d51a0935bb44a7e49d494743ae8dc74778a6eb8c530490ba64f85755a76f6 +SIZE (open-telemetry-opentelemetry-go-contrib-v1.22.0_GH0.tar.gz) = 609707 +SHA256 (open-telemetry-opentelemetry-go-v1.22.0_GH0.tar.gz) = f4000e1ef0078a1ee4bcbf25b1833ff3f56a10e4a9186a9c36766faaa53aa4a0 +SIZE (open-telemetry-opentelemetry-go-v1.22.0_GH0.tar.gz) = 1499182 +SHA256 (pelletier-go-toml-v2.1.1_GH0.tar.gz) = 372ec9b709082b04bafa60e87bbf40585cb7ad5de2cf632387a54ba242a0e825 +SIZE (pelletier-go-toml-v2.1.1_GH0.tar.gz) = 906877 +SHA256 (pierrec-lz4-v4.1.19_GH0.tar.gz) = a4f5f6fbeabf20736ea0539345288d91dd45f178c61850389cc39f973b0f5c7a +SIZE (pierrec-lz4-v4.1.19_GH0.tar.gz) = 40910325 +SHA256 (pmezard-go-difflib-5d4384ee4fb2_GH0.tar.gz) = 8574a5cbc435057352a17ff9e6ad40190f3b9d623cd9ab0cdfa6c1d8f0bea0b2 +SIZE (pmezard-go-difflib-5d4384ee4fb2_GH0.tar.gz) = 11395 +SHA256 (prometheus-client_golang-v1.18.0_GH0.tar.gz) = 7de5d163cb7f18e1a3a0dd40d35e8de7bc2ef85f4a0bc22572bcbcfaa86ff709 +SIZE (prometheus-client_golang-v1.18.0_GH0.tar.gz) = 1081423 +SHA256 (prometheus-client_model-v0.5.0_GH0.tar.gz) = 170873e0b91cab5da6634af1498b88876842ff3e01212e2dabf6b4e6512c948d +SIZE (prometheus-client_model-v0.5.0_GH0.tar.gz) = 17333 +SHA256 (prometheus-common-v0.45.0_GH0.tar.gz) = 775ce5c074b5261d85227d13c61075f9c36e6d3cf9ab2c5a7d90f4006ad24c40 +SIZE (prometheus-common-v0.45.0_GH0.tar.gz) = 133098 +SHA256 (prometheus-procfs-v0.12.0_GH0.tar.gz) = 2e10f60725a5905d6cfaeffd0bc1441171aa694236a6c7031aad5a87ff841495 +SIZE (prometheus-procfs-v0.12.0_GH0.tar.gz) = 237430 +SHA256 (protocolbuffers-protobuf-go-v1.32.0_GH0.tar.gz) = 816e0babc183807928c4ede81999dc1e33bfe6e7eca9ccebe0409974e68559db +SIZE (protocolbuffers-protobuf-go-v1.32.0_GH0.tar.gz) = 1324049 +SHA256 (redis-go-redis-v9.4.0_GH0.tar.gz) = d2bd26be4dcb2368b6d4fbab2759b61385b0b36f8b8ccf80ad211f0594785973 +SIZE (redis-go-redis-v9.4.0_GH0.tar.gz) = 294300 +SHA256 (sagikazarmark-locafero-v0.4.0_GH0.tar.gz) = 9ca93b1d037912d27bbd11689c8a14b15f151df2cd2391648df67465423364c1 +SIZE (sagikazarmark-locafero-v0.4.0_GH0.tar.gz) = 9674 +SHA256 (sagikazarmark-slog-shim-v0.1.0_GH0.tar.gz) = a594ec7e138265768a5c23f8ab460724d8215db45dc1bddde4743bca3373803d +SIZE (sagikazarmark-slog-shim-v0.1.0_GH0.tar.gz) = 10872 +SHA256 (sourcegraph-conc-v0.3.0_GH0.tar.gz) = c20a36ef6e8cd4721b8824d3e0a590d78f56ce72ace53ec7fdd2f7a978e9240f +SIZE (sourcegraph-conc-v0.3.0_GH0.tar.gz) = 23021 +SHA256 (spf13-afero-v1.11.0_GH0.tar.gz) = f83f67c4a03d8bba2b7fe1a496e848b2b1b7d97d0b951d85d2b401e7488a4ed4 +SIZE (spf13-afero-v1.11.0_GH0.tar.gz) = 89257 +SHA256 (spf13-cast-v1.6.0_GH0.tar.gz) = 8eef6bfd96458f061dd738f6e146b7687bdde18f996258c9bab0f574f8c36ae8 +SIZE (spf13-cast-v1.6.0_GH0.tar.gz) = 15616 SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 -SHA256 (spf13-viper-v1.6.3_GH0.tar.gz) = a58703b5a80523d752d67ba1238473ec507e2f752268926f3a4fd79e3cb44e47 -SIZE (spf13-viper-v1.6.3_GH0.tar.gz) = 52318 +SHA256 (spf13-viper-v1.18.2_GH0.tar.gz) = eb9223a46c6319b3add6cfe3e7986fde9919bd441d695169d6f1238d19a0d6d4 +SIZE (spf13-viper-v1.18.2_GH0.tar.gz) = 118481 SHA256 (square-go-jose-v2.6.0_GH0.tar.gz) = 0c1556d9675158342ca7ed875b3b40ea534861b96a5a75b1eb3f6637503b9a76 SIZE (square-go-jose-v2.6.0_GH0.tar.gz) = 310320 -SHA256 (stretchr-testify-v1.8.1_GH0.tar.gz) = 6749fede6c26ae66b7e7500136dbe56913b4e0679099b6c1154d2210a9a1ec00 -SIZE (stretchr-testify-v1.8.1_GH0.tar.gz) = 97670 -SHA256 (subosito-gotenv-v1.4.2_GH0.tar.gz) = b7bafced91bfb64f2f80a78b7c343f0a16099aa0a4049ea6e4d0fa5d62be1741 -SIZE (subosito-gotenv-v1.4.2_GH0.tar.gz) = 10641 -SHA256 (vmihailenco-msgpack-v5.3.5_GH0.tar.gz) = ea944f50da36f44c610e36591b089724fed30414834c9fd1689052c94322d77b -SIZE (vmihailenco-msgpack-v5.3.5_GH0.tar.gz) = 36037 +SHA256 (stretchr-testify-v1.8.4_GH0.tar.gz) = 0d3e82b04a05d9428a2a2aec8776bd0a07f14f5d1b4fa0a3676526ca8259fd62 +SIZE (stretchr-testify-v1.8.4_GH0.tar.gz) = 104427 +SHA256 (subosito-gotenv-v1.6.0_GH0.tar.gz) = 51a5a8e36f30ddd97866779e93c4e93b0d4958a60fabd1d17fc2226bfe7823db +SIZE (subosito-gotenv-v1.6.0_GH0.tar.gz) = 11470 +SHA256 (uber-go-multierr-v1.11.0_GH0.tar.gz) = 8aa599cf7de733306cf8770f854f8a38e6c819b1ae4296f15e44b1e7c6698f34 +SIZE (uber-go-multierr-v1.11.0_GH0.tar.gz) = 16900 +SHA256 (vmihailenco-msgpack-v5.4.1_GH0.tar.gz) = cffb190f68ddf9d248e1587080466981ed911cf08901c6a81f4edc8d66b69f90 +SIZE (vmihailenco-msgpack-v5.4.1_GH0.tar.gz) = 37770 SHA256 (vmihailenco-tagparser-v2.0.0_GH0.tar.gz) = 676b99c051fef68d1b0fb0385103de0e42a3ee556919b2b54ff5d3445bac56dd SIZE (vmihailenco-tagparser-v2.0.0_GH0.tar.gz) = 3683 -SHA256 (yuin-gopher-lua-f4c35e4016d9_GH0.tar.gz) = 4694620cb5ae735933bdd5bb7921de0daa0ed930c0e877cb8f2049d9fbeca16b -SIZE (yuin-gopher-lua-f4c35e4016d9_GH0.tar.gz) = 162941 +SHA256 (yuin-gopher-lua-v1.1.1_GH0.tar.gz) = 9e706d96c11314a4b3e2034eb10726e48cc7e7e7e31d4765a675f901ee6a9a7e +SIZE (yuin-gopher-lua-v1.1.1_GH0.tar.gz) = 170691 diff --git a/www/oauth2-proxy/files/oauth2-proxy.in b/www/oauth2-proxy/files/oauth2_proxy.in similarity index 51% rename from www/oauth2-proxy/files/oauth2-proxy.in rename to www/oauth2-proxy/files/oauth2_proxy.in index 17122e3eff1..5c8aeab10dc 100644 --- a/www/oauth2-proxy/files/oauth2-proxy.in +++ b/www/oauth2-proxy/files/oauth2_proxy.in @@ -16,21 +16,35 @@ . /etc/rc.subr -name=oauth2_proxy -rcvar=oauth2_proxy_enable +case $0 in +/etc/rc*) + # during boot (shutdown) $0 is /etc/rc (/etc/rc.shutdown), + # so get the name of the script from $_file + name=$_file + ;; +*) + name=$0 + ;; +esac + +name=${name##*/} +rcvar=${name}_enable desc="OAuth 2.0 proxy server" -load_rc_config $name +load_rc_config "$name" -: ${oauth2_proxy_enable:=NO} -: ${oauth2_proxy_user:=%%USER%%} -: ${oauth2_proxy_group:=%%GROUP%%} -: ${oauth2_proxy_flags:=""} -: ${oauth2_proxy_restart:=60} +eval "${rcvar}=\${${rcvar}:-'NO'}" +eval "_oauth2_proxy_user=\${${name}_user:-'%%USER%%'}" +eval "_oauth2_proxy_group=\${${name}_group:-'%%GROUP%%'}" +eval "_oauth2_proxy_flags=\${${name}_flags:-''}" +eval "_oauth2_proxy_restart=\${${name}_restart:-'60'}" -pidfile=%%RUN_DIR%%/%%PORTNAME%%.pid +configname=$(echo ${name}.cfg | sed -e 's:_:-:g') + +pidfile=%%RUN_DIR%%/${name}.pid +childpidfile=%%RUN_DIR%%/${name}_child.pid command=/usr/sbin/daemon -command_args="-u ${oauth2_proxy_user} -o %%LOG_DIR%%/%%PORTNAME%%.out -t %%PORTNAME%% -R ${oauth2_proxy_restart} -P ${pidfile}" +command_args="-u ${_oauth2_proxy_user} -o %%LOG_DIR%%/${name}.out -t ${name} -R ${_oauth2_proxy_restart} -P ${pidfile} -p ${childpidfile}" start_cmd="oauth2_proxy_start" stop_cmd="oauth2_proxy_stop" @@ -38,19 +52,19 @@ stop_cmd="oauth2_proxy_stop" oauth2_proxy_start() { if [ ! -d "%%LOG_DIR%%" ]; then - install -d -o ${oauth2_proxy_user} %%LOG_DIR%% + install -d -o ${_oauth2_proxy_user} %%LOG_DIR%% fi if [ ! -d "%%RUN_DIR%%" ]; then - install -d -o ${oauth2_proxy_user} %%RUN_DIR%% + install -d -o ${_oauth2_proxy_user} %%RUN_DIR%% fi - chown -R ${oauth2_proxy_user} %%LOG_DIR%% + chown -R ${_oauth2_proxy_user} %%LOG_DIR%% - echo "Starting %%PORTNAME%%." + echo "Starting ${name}." ${command} ${command_args} \ %%PREFIX%%/bin/%%PORTNAME%% \ - --config %%PREFIX%%/etc/%%PORTNAME%%.cfg \ - ${oauth2_proxy_flags} + --config %%PREFIX%%/etc/${configname} \ + ${_oauth2_proxy_flags} } oauth2_proxy_stop() @@ -58,7 +72,7 @@ oauth2_proxy_stop() local pid_daemon local pid_child - echo "Stopping %%PORTNAME%%." + echo "Stopping ${name}." pid_daemon=$(check_pidfile ${pidfile} ${command}) if [ ! -z "${pid_daemon}" ]; then @@ -66,7 +80,7 @@ oauth2_proxy_stop() fi - pid_child=$(pgrep -U ${oauth2_proxy_user} -f %%PREFIX%%/bin/%%PORTNAME%%) + pid_child=$(check_pidfile ${childpidfile} %%PREFIX%%/bin/%%PORTNAME%%) if [ ! -z "${pid_child}" ]; then kill -TERM ${pid_child} fi diff --git a/www/offpunk/Makefile b/www/offpunk/Makefile index 41bd3486fd6..c50a6a4fe34 100644 --- a/www/offpunk/Makefile +++ b/www/offpunk/Makefile @@ -1,5 +1,5 @@ PORTNAME= offpunk -PORTVERSION= 1.10 +PORTVERSION= 2.2 DISTVERSIONPREFIX= v CATEGORIES= www python MASTER_SITES= https://git.sr.ht/~lioploum/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -11,6 +11,7 @@ WWW= https://sr.ht/~lioploum/offpunk/ LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ @@ -21,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FL USES= python shebangfix USE_PYTHON= autoplist pep517 -SHEBANG_FILES= offpunk.py +SHEBANG_FILES= ansicat.py netcache.py offpunk.py opnk.py NO_ARCH= yes diff --git a/www/offpunk/distinfo b/www/offpunk/distinfo index ad13874c7c7..34bf62cb1ef 100644 --- a/www/offpunk/distinfo +++ b/www/offpunk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691366454 -SHA256 (offpunk-v1.10.tar.gz) = 1715e819cbf1475943b16aba18a157a26bc8da5184dc6c5b1f1bbcf8e5455eea -SIZE (offpunk-v1.10.tar.gz) = 210865 +TIMESTAMP = 1714949990 +SHA256 (offpunk-v2.2.tar.gz) = c6afc11bcfc8624f2eb79e97b37987ee3a9b46fe0888a09d86310fd3a7ddb346 +SIZE (offpunk-v2.2.tar.gz) = 231019 diff --git a/www/oneshot/Makefile b/www/oneshot/Makefile index b1046d9d2f1..2c61785924f 100644 --- a/www/oneshot/Makefile +++ b/www/oneshot/Makefile @@ -1,7 +1,7 @@ PORTNAME= oneshot DISTVERSIONPREFIX= v DISTVERSION= 1.5.1 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/openemr/Makefile b/www/openemr/Makefile new file mode 100644 index 00000000000..88c8646f4cd --- /dev/null +++ b/www/openemr/Makefile @@ -0,0 +1,39 @@ +PORTNAME= openemr +PORTVERSION= 7.0.2 +CATEGORIES= www +MASTER_SITES= SF/openemr/OpenEMR%20Current/${PORTVERSION}/ +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Electronic health records and medical practice management application +WWW= https://www.open-emr.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cpe php:flavors +USE_PHP= ctype curl gd json ldap mcrypt \ + mbstring openssl pdo pdo_mysql \ + session xml xmlreader xmlrpc xsl zip zlib + +NO_BUILD= yes +PLIST= ${WRKDIR}/plist +SUB_FILES= pkg-message +SUB_LIST= OPENEMRDIR=${OPENEMRDIR} + +OPENEMRDIR?= www/openemr + +post-patch: + @${RM} -rf ${WRKSRC}/.g* + @${RM} -rf ${WRKSRC}/.e* + @${RM} -rf ${WRKSRC}/.s* + +pre-install: + @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${OPENEMRDIR}?g" >>${PLIST} + @${FIND} -s -d ${WRKSRC} -type l | ${SED} "s?${WRKSRC}?${OPENEMRDIR}?g" >>${PLIST} + @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${OPENEMRDIR}?g" >> ${PLIST} + +do-install: + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${OPENEMRDIR} + +.include diff --git a/www/openemr/distinfo b/www/openemr/distinfo new file mode 100644 index 00000000000..96f94b2a3a1 --- /dev/null +++ b/www/openemr/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1714915935 +SHA256 (openemr-7.0.2.tar.gz) = 70fded3f6f6dc0817b390ff32f442abd915198b8680369b0112b42d54bae1694 +SIZE (openemr-7.0.2.tar.gz) = 209854194 diff --git a/www/openemr/files/pkg-message.in b/www/openemr/files/pkg-message.in new file mode 100644 index 00000000000..1bebbb3aa69 --- /dev/null +++ b/www/openemr/files/pkg-message.in @@ -0,0 +1,26 @@ +[ +{ type: install + message: < + AllowOverride None + Require all granted + + +2) Visit your OpenEMR site with a browser (i.e., + http://your.server.com/openemr/), and you should + be taken to the install script, which will lead + you through the installation step by step. + +For more information, see the INSTALL DOCUMENTATION: + + https://www.open-emr.org/wiki/index.php/OpenEMR_Installation_Guides + +EOM +} +] diff --git a/www/openemr/pkg-descr b/www/openemr/pkg-descr new file mode 100644 index 00000000000..0d60dbcf617 --- /dev/null +++ b/www/openemr/pkg-descr @@ -0,0 +1,5 @@ +OpenEMR is a Free and Open Source electronic health records and medical +practice management application. It is ONC Certified and it features +fully integrated electronic health records, practice management, scheduling, +electronic billing, internationalization, free support, a vibrant community, +and a whole lot more. diff --git a/www/owncast/Makefile b/www/owncast/Makefile index 30eed7a153e..9bb99e51008 100644 --- a/www/owncast/Makefile +++ b/www/owncast/Makefile @@ -1,7 +1,7 @@ PORTNAME= owncast DISTVERSIONPREFIX= v DISTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www DIST_SUBDIR= ${PORTNAME} diff --git a/www/p5-HTML5-DOM/Makefile b/www/p5-HTML5-DOM/Makefile index fd20dcee12a..7e509401439 100644 --- a/www/p5-HTML5-DOM/Makefile +++ b/www/p5-HTML5-DOM/Makefile @@ -1,5 +1,5 @@ PORTNAME= HTML5-DOM -PORTVERSION= 1.25 +PORTVERSION= 1.26 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ZHUMARIN @@ -7,7 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Super fast html5 DOM library with css selectors -WWW= https://metacpan.org/release/HTML5-DOM +WWW= https://metacpan.org/release/HTML5-DOM LICENSE= MIT diff --git a/www/p5-HTML5-DOM/distinfo b/www/p5-HTML5-DOM/distinfo index c8ba15b50f6..34ff6d39f79 100644 --- a/www/p5-HTML5-DOM/distinfo +++ b/www/p5-HTML5-DOM/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625764493 -SHA256 (HTML5-DOM-1.25.tar.gz) = a815c4bd6bada87203628f8e658d78610fdf9bd6b9dacfd10c437819416cee54 -SIZE (HTML5-DOM-1.25.tar.gz) = 1473445 +TIMESTAMP = 1715047555 +SHA256 (HTML5-DOM-1.26.tar.gz) = 0c149680bba16de39839f512007376d31810520cdd824afa7ef218af15db5bd9 +SIZE (HTML5-DOM-1.26.tar.gz) = 1469098 diff --git a/www/p5-REST-Client/Makefile b/www/p5-REST-Client/Makefile index c45a9a35065..651b07edd6c 100644 --- a/www/p5-REST-Client/Makefile +++ b/www/p5-REST-Client/Makefile @@ -1,10 +1,10 @@ PORTNAME= REST-Client -PORTVERSION= 273 +DISTVERSION= 281 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= michelle@sorbs.net +MAINTAINER= ports@FreeBSD.org COMMENT= Simple client for interacting with RESTful http/https resources WWW= https://metacpan.org/release/REST-Client diff --git a/www/p5-REST-Client/distinfo b/www/p5-REST-Client/distinfo index 4263c3cdcbf..575f4f073e2 100644 --- a/www/p5-REST-Client/distinfo +++ b/www/p5-REST-Client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1508317417 -SHA256 (REST-Client-273.tar.gz) = a8652a2214308faff2c68be5ce64c904dcccc5e86be7f32376c1590869d01844 -SIZE (REST-Client-273.tar.gz) = 20405 +TIMESTAMP = 1715681294 +SHA256 (REST-Client-281.tar.gz) = fa10d21a0037e682601efe66738a758ff7521094aa01229e93c888a679b2c8f6 +SIZE (REST-Client-281.tar.gz) = 10292 diff --git a/www/php83-tidy/Makefile b/www/php83-tidy/Makefile index b7d1a33160c..e8b8a4b5010 100644 --- a/www/php83-tidy/Makefile +++ b/www/php83-tidy/Makefile @@ -1,4 +1,4 @@ -PORTEVISION= 1 +PORTREVISION= 1 CATEGORIES= www MASTERDIR= ${.CURDIR}/../../lang/php83 diff --git a/www/phpfpmtop/Makefile b/www/phpfpmtop/Makefile index 6236fcbea5f..21c2bd70c27 100644 --- a/www/phpfpmtop/Makefile +++ b/www/phpfpmtop/Makefile @@ -1,7 +1,7 @@ PORTNAME= phpfpmtop DISTVERSIONPREFIX= v DISTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www devel MAINTAINER= mops@punkt.de diff --git a/www/pomerium/Makefile b/www/pomerium/Makefile index 6be718741fa..7707f19c7b0 100644 --- a/www/pomerium/Makefile +++ b/www/pomerium/Makefile @@ -1,7 +1,7 @@ PORTNAME= pomerium DISTVERSIONPREFIX= v DISTVERSION= 0.8.4 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www diff --git a/www/privatebin/Makefile b/www/privatebin/Makefile index c1022968e0e..cd58be87d53 100644 --- a/www/privatebin/Makefile +++ b/www/privatebin/Makefile @@ -1,5 +1,6 @@ PORTNAME= privatebin -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 +PORTREVISION= 1 CATEGORIES= www security MAINTAINER= dvl@FreeBSD.org diff --git a/www/privatebin/distinfo b/www/privatebin/distinfo index 0a607e8c705..5283ed0b65e 100644 --- a/www/privatebin/distinfo +++ b/www/privatebin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714937741 -SHA256 (privatebin-PrivateBin-1.7.2_GH0.tar.gz) = f2ea504e1064e0bcdb140c5d9343b9d9724e91c5c23a7ebdb13bfab3360d205e -SIZE (privatebin-PrivateBin-1.7.2_GH0.tar.gz) = 761079 +TIMESTAMP = 1715622786 +SHA256 (privatebin-PrivateBin-1.7.3_GH0.tar.gz) = 85b3b8db81e893b684364b12085cd2ee9eef172d96e6d831ebbc021fcb32fb99 +SIZE (privatebin-PrivateBin-1.7.3_GH0.tar.gz) = 762434 diff --git a/www/privatebin/pkg-plist b/www/privatebin/pkg-plist index c4e46c236cd..947dd4b8e71 100644 --- a/www/privatebin/pkg-plist +++ b/www/privatebin/pkg-plist @@ -110,7 +110,7 @@ %%WWWDIR%%/js/pastemeta.jsonld %%WWWDIR%%/js/prettify.js %%WWWDIR%%/js/privatebin.js -%%WWWDIR%%/js/purify-3.1.2.js +%%WWWDIR%%/js/purify-3.1.3.js %%WWWDIR%%/js/rawinflate-0.3.js %%WWWDIR%%/js/showdown-2.1.0.js %%WWWDIR%%/js/types.jsonld diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index 0435b6690f6..ba397343bcb 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,6 +1,6 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v -DISTVERSION= 2024.05.02.00 +DISTVERSION= 2024.05.06.00 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/proxygen/distinfo b/www/proxygen/distinfo index b8954f68b48..e11fa802517 100644 --- a/www/proxygen/distinfo +++ b/www/proxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714712522 -SHA256 (facebook-proxygen-v2024.05.02.00_GH0.tar.gz) = d84dd397339580ad6907aad3d1ba6478c12d53be6ee8344b3a7806f974e2af87 -SIZE (facebook-proxygen-v2024.05.02.00_GH0.tar.gz) = 1180824 +TIMESTAMP = 1715055836 +SHA256 (facebook-proxygen-v2024.05.06.00_GH0.tar.gz) = dcd618bce64711b39d3ca7c89caa41afb69bd3523e6f7b1c5e8ff3caf0fd90cb +SIZE (facebook-proxygen-v2024.05.06.00_GH0.tar.gz) = 1181280 diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index 5c4130c778a..f2c6e1c3683 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -1,6 +1,6 @@ PORTNAME= adblock DISTVERSION= 0.6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-aioh2/Makefile b/www/py-aioh2/Makefile index 6d6470f68d3..70731fd0538 100644 --- a/www/py-aioh2/Makefile +++ b/www/py-aioh2/Makefile @@ -1,5 +1,6 @@ PORTNAME= aioh2 PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/decentfox/aioh2 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3:www/py-h2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}priority>=1.3.0:www/py-priority@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-aiohttp_cors/Makefile b/www/py-aiohttp_cors/Makefile index cb2777d4d79..bcad74f7335 100644 --- a/www/py-aiohttp_cors/Makefile +++ b/www/py-aiohttp_cors/Makefile @@ -1,5 +1,6 @@ PORTNAME= aiohttp_cors PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +13,12 @@ WWW= https://github.com/aio-libs/aiohttp-cors LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=1.1:www/py-aiohttp@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-aiostream/Makefile b/www/py-aiostream/Makefile index b1e1773ad87..6306149df3a 100644 --- a/www/py-aiostream/Makefile +++ b/www/py-aiostream/Makefile @@ -1,5 +1,6 @@ PORTNAME= aiostream PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +13,12 @@ WWW= https://aiostream.readthedocs.io/en/stable/ \ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-arxiv/Makefile b/www/py-arxiv/Makefile index 93c102d8042..456251bf43c 100644 --- a/www/py-arxiv/Makefile +++ b/www/py-arxiv/Makefile @@ -1,5 +1,6 @@ PORTNAME= arxiv PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +11,14 @@ WWW= https://github.com/lukasschwab/arxiv.py LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.10:textproc/py-feedparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdoc>=0:devel/py-pdoc@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/www/py-betamax/Makefile b/www/py-betamax/Makefile index 0993fac9390..177a876e294 100644 --- a/www/py-betamax/Makefile +++ b/www/py-betamax/Makefile @@ -1,5 +1,6 @@ PORTNAME= betamax PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://betamax.readthedocs.io/en/latest/ \ LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-biscuits/Makefile b/www/py-biscuits/Makefile index 0455b3a970c..599738e0f8b 100644 --- a/www/py-biscuits/Makefile +++ b/www/py-biscuits/Makefile @@ -1,5 +1,6 @@ PORTNAME= biscuits PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/pyrates/biscuits LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/www/py-caldav/Makefile b/www/py-caldav/Makefile index 157f00b944e..98008e58706 100644 --- a/www/py-caldav/Makefile +++ b/www/py-caldav/Makefile @@ -1,5 +1,6 @@ PORTNAME= caldav PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +14,8 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/COPYING.APACHE LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING.GPL +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}icalendar>=0:devel/py-icalendar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}recurring-ical-events>=2.0.0:devel/py-recurring-ical-events@${PY_FLAVOR} \ @@ -25,7 +28,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}xandikos>=0:www/py-xandikos@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes TEST_ENV= TZ=UTC diff --git a/www/py-dj42-channels-redis/Makefile b/www/py-channels-redis/Makefile similarity index 83% rename from www/py-dj42-channels-redis/Makefile rename to www/py-channels-redis/Makefile index b2b4acdae08..a8846f5b752 100644 --- a/www/py-dj42-channels-redis/Makefile +++ b/www/py-channels-redis/Makefile @@ -2,7 +2,7 @@ PORTNAME= channels-redis PORTVERSION= 4.2.0 CATEGORIES= www python MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} MAINTAINER= grembo@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=5.0.1:databases/py-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=1:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}asgiref>=3.7.2:www/py-asgiref@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-channels>=4:www/py-dj42-channels@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}channels>=4:www/py-channels@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils diff --git a/www/py-dj42-channels-redis/distinfo b/www/py-channels-redis/distinfo similarity index 100% rename from www/py-dj42-channels-redis/distinfo rename to www/py-channels-redis/distinfo diff --git a/www/py-dj42-channels-redis/pkg-descr b/www/py-channels-redis/pkg-descr similarity index 100% rename from www/py-dj42-channels-redis/pkg-descr rename to www/py-channels-redis/pkg-descr diff --git a/www/py-cinemagoer/Makefile b/www/py-cinemagoer/Makefile index 62b5b2b242b..a62010835d5 100644 --- a/www/py-cinemagoer/Makefile +++ b/www/py-cinemagoer/Makefile @@ -1,5 +1,6 @@ PORTNAME= cinemagoer PORTVERSION= 2023.5.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +13,15 @@ WWW= https://cinemagoer.github.io/ \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-profiling>=0:devel/py-pytest-profiling@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/www/py-cookies/Makefile b/www/py-cookies/Makefile index d0f482ba276..175c8552bd2 100644 --- a/www/py-cookies/Makefile +++ b/www/py-cookies/Makefile @@ -1,5 +1,6 @@ PORTNAME= cookies PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,11 @@ WWW= https://github.com/sashahart/cookies LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/www/py-cssmin/Makefile b/www/py-cssmin/Makefile index c6a29167909..39a08a1ad86 100644 --- a/www/py-cssmin/Makefile +++ b/www/py-cssmin/Makefile @@ -1,6 +1,6 @@ PORTNAME= cssmin PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,11 @@ WWW= https://github.com/zacharyvoase/cssmin LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-dj42-django-modelcluster/Makefile b/www/py-dj42-django-modelcluster/Makefile index 5fc30b0a20b..d3afa07ee9a 100644 --- a/www/py-dj42-django-modelcluster/Makefile +++ b/www/py-dj42-django-modelcluster/Makefile @@ -1,5 +1,6 @@ PORTNAME= django-modelcluster PORTVERSION= 6.2.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- @@ -11,11 +12,13 @@ WWW= https://github.com/wagtail/django-modelcluster LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2022.4,1:devel/py-pytz@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-dj42-django-permissionedforms/Makefile b/www/py-dj42-django-permissionedforms/Makefile index 2013906aec9..2e982ac40d3 100644 --- a/www/py-dj42-django-permissionedforms/Makefile +++ b/www/py-dj42-django-permissionedforms/Makefile @@ -1,5 +1,6 @@ PORTNAME= django-permissionedforms PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- @@ -11,10 +12,12 @@ WWW= https://github.com/wagtail/django-permissionedforms LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-dj42-django-auditlog/Makefile b/www/py-django-auditlog/Makefile similarity index 94% rename from www/py-dj42-django-auditlog/Makefile rename to www/py-django-auditlog/Makefile index a72e7813178..6cdaedc753d 100644 --- a/www/py-dj42-django-auditlog/Makefile +++ b/www/py-django-auditlog/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 2.3.0 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= grembo@FreeBSD.org COMMENT= Django app that keeps a log of changes made to an object diff --git a/www/py-dj42-django-auditlog/distinfo b/www/py-django-auditlog/distinfo similarity index 100% rename from www/py-dj42-django-auditlog/distinfo rename to www/py-django-auditlog/distinfo diff --git a/www/py-dj42-django-auditlog/pkg-descr b/www/py-django-auditlog/pkg-descr similarity index 100% rename from www/py-dj42-django-auditlog/pkg-descr rename to www/py-django-auditlog/pkg-descr diff --git a/www/py-dj42-django-celery-results/Makefile b/www/py-django-celery-results/Makefile similarity index 92% rename from www/py-dj42-django-celery-results/Makefile rename to www/py-django-celery-results/Makefile index 82f507cf607..921747930fc 100644 --- a/www/py-dj42-django-celery-results/Makefile +++ b/www/py-django-celery-results/Makefile @@ -2,7 +2,7 @@ PORTNAME= django-celery-results PORTVERSION= 2.5.1 CATEGORIES= www python MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION} MAINTAINER= grembo@FreeBSD.org diff --git a/www/py-dj42-django-celery-results/distinfo b/www/py-django-celery-results/distinfo similarity index 100% rename from www/py-dj42-django-celery-results/distinfo rename to www/py-django-celery-results/distinfo diff --git a/www/py-dj42-django-celery-results/pkg-descr b/www/py-django-celery-results/pkg-descr similarity index 100% rename from www/py-dj42-django-celery-results/pkg-descr rename to www/py-django-celery-results/pkg-descr diff --git a/www/py-django-classy-tags/Makefile b/www/py-django-classy-tags/Makefile index d3bccc4b02c..13e326d4622 100644 --- a/www/py-django-classy-tags/Makefile +++ b/www/py-django-classy-tags/Makefile @@ -1,6 +1,6 @@ PORTNAME= django-classy-tags PORTVERSION= 4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,12 @@ WWW= https://django-classy-tags.readthedocs.io/en/latest/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-dj42-django-compression-middleware/Makefile b/www/py-django-compression-middleware/Makefile similarity index 93% rename from www/py-dj42-django-compression-middleware/Makefile rename to www/py-django-compression-middleware/Makefile index 755cc50bc83..8c428c327ca 100644 --- a/www/py-dj42-django-compression-middleware/Makefile +++ b/www/py-django-compression-middleware/Makefile @@ -2,7 +2,7 @@ PORTNAME= django-compression-middleware PORTVERSION= 0.5.0 CATEGORIES= www python MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= grembo@FreeBSD.org COMMENT= Django middleware to compress responses using several algorithms diff --git a/www/py-dj42-django-compression-middleware/distinfo b/www/py-django-compression-middleware/distinfo similarity index 100% rename from www/py-dj42-django-compression-middleware/distinfo rename to www/py-django-compression-middleware/distinfo diff --git a/www/py-dj42-django-compression-middleware/pkg-descr b/www/py-django-compression-middleware/pkg-descr similarity index 100% rename from www/py-dj42-django-compression-middleware/pkg-descr rename to www/py-django-compression-middleware/pkg-descr diff --git a/www/py-django-hashid-field/Makefile b/www/py-django-hashid-field/Makefile index 3652800edd6..36b43dbe36d 100644 --- a/www/py-django-hashid-field/Makefile +++ b/www/py-django-hashid-field/Makefile @@ -1,6 +1,6 @@ PORTNAME= django-hashid-field PORTVERSION= 3.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,13 @@ WWW= https://github.com/nshafer/django-hashid-field LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=1.11:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hashids>=1.2.0:textproc/py-hashids@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-django-jsonview/Makefile b/www/py-django-jsonview/Makefile index 649edd8e7a6..3daf01369b3 100644 --- a/www/py-django-jsonview/Makefile +++ b/www/py-django-jsonview/Makefile @@ -1,6 +1,6 @@ PORTNAME= django-jsonview PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ WWW= https://github.com/jsocol/django-jsonview LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-django-markdownx/Makefile b/www/py-django-markdownx/Makefile index f4c822b564a..c9c317ed618 100644 --- a/www/py-django-markdownx/Makefile +++ b/www/py-django-markdownx/Makefile @@ -1,6 +1,6 @@ PORTNAME= django-markdownx PORTVERSION= 4.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,14 @@ WWW= https://github.com/neutronX/django-markdownx LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-django-modelcluster/Makefile b/www/py-django-modelcluster/Makefile index e5b8d63f702..d483297efba 100644 --- a/www/py-django-modelcluster/Makefile +++ b/www/py-django-modelcluster/Makefile @@ -1,6 +1,6 @@ PORTNAME= django-modelcluster PORTVERSION= 6.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,13 @@ WWW= https://github.com/wagtail/django-modelcluster LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2022.4,1:devel/py-pytz@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-dj42-django-multiselectfield/Makefile b/www/py-django-multiselectfield/Makefile similarity index 91% rename from www/py-dj42-django-multiselectfield/Makefile rename to www/py-django-multiselectfield/Makefile index 5af9f71000c..aef2ee82bc2 100644 --- a/www/py-dj42-django-multiselectfield/Makefile +++ b/www/py-django-multiselectfield/Makefile @@ -2,7 +2,7 @@ PORTNAME= django-multiselectfield PORTVERSION= 0.1.12 CATEGORIES= www python MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= grembo@FreeBSD.org COMMENT= Django multiple select field diff --git a/www/py-dj42-django-multiselectfield/distinfo b/www/py-django-multiselectfield/distinfo similarity index 100% rename from www/py-dj42-django-multiselectfield/distinfo rename to www/py-django-multiselectfield/distinfo diff --git a/www/py-dj42-django-multiselectfield/pkg-descr b/www/py-django-multiselectfield/pkg-descr similarity index 100% rename from www/py-dj42-django-multiselectfield/pkg-descr rename to www/py-django-multiselectfield/pkg-descr diff --git a/www/py-django-otp-yubikey/Makefile b/www/py-django-otp-yubikey/Makefile index ff6cc2a9c7d..df93c0f3b5f 100644 --- a/www/py-django-otp-yubikey/Makefile +++ b/www/py-django-otp-yubikey/Makefile @@ -1,5 +1,6 @@ PORTNAME= django-otp-yubikey PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/django-otp/django-otp-yubikey LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-otp>=1.0.0:www/py-django-otp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}YubiOTP>=0.2.2:security/py-YubiOTP@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-django-permissionedforms/Makefile b/www/py-django-permissionedforms/Makefile index 3c88f32d538..4d64525ee65 100644 --- a/www/py-django-permissionedforms/Makefile +++ b/www/py-django-permissionedforms/Makefile @@ -1,6 +1,6 @@ PORTNAME= django-permissionedforms PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,12 @@ WWW= https://github.com/wagtail/django-permissionedforms LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-django-pyscss/Makefile b/www/py-django-pyscss/Makefile index 122b92b4b9c..a86398b3337 100644 --- a/www/py-django-pyscss/Makefile +++ b/www/py-django-pyscss/Makefile @@ -1,6 +1,6 @@ PORTNAME= django-pyscss PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,13 @@ WWW= https://github.com/fusionbox/django-pyscss LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=1.4:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyscss>=1.3.4:textproc/py-pyscss@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-django-redis/Makefile b/www/py-django-redis/Makefile index 0fa34cd9980..2fe1242ae64 100644 --- a/www/py-django-redis/Makefile +++ b/www/py-django-redis/Makefile @@ -1,6 +1,6 @@ PORTNAME= django-redis PORTVERSION= 5.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://github.com/jazzband/django-redis LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ @@ -20,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ redis-server:databases/redis USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest # Required for Python 3.11+ as the cgi module is deprecated and slated for removal in Python 3.13 TEST_ARGS= -W ignore::DeprecationWarning diff --git a/www/py-django-requests-debug-toolbar/Makefile b/www/py-django-requests-debug-toolbar/Makefile index 7254d170029..8e00e21684e 100644 --- a/www/py-django-requests-debug-toolbar/Makefile +++ b/www/py-django-requests-debug-toolbar/Makefile @@ -1,5 +1,6 @@ PORTNAME= django-requests-debug-toolbar PORTVERSION= 0.0.7 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/marceltschoppch/django-requests-debug-toolbar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-debug-toolbar>=2.2:www/py-django-debug-toolbar@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-django-simple-history/Makefile b/www/py-django-simple-history/Makefile index 7debfefeb7a..8978fd32c6f 100644 --- a/www/py-django-simple-history/Makefile +++ b/www/py-django-simple-history/Makefile @@ -1,6 +1,6 @@ PORTNAME= django-simple-history PORTVERSION= 3.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,14 @@ WWW= https://github.com/jazzband/django-simple-history LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-django50/Makefile b/www/py-django50/Makefile index cdcd578a7a4..468225be917 100644 --- a/www/py-django50/Makefile +++ b/www/py-django50/Makefile @@ -1,6 +1,5 @@ PORTNAME= django -PORTVERSION= 5.0.4 -PORTREVISION= 1 +PORTVERSION= 5.0.6 CATEGORIES= www python MASTER_SITES= PYPI \ https://media.djangoproject.com/releases/${PORTVERSION:R}/ diff --git a/www/py-django50/distinfo b/www/py-django50/distinfo index d89531d9b9e..bcf169e9036 100644 --- a/www/py-django50/distinfo +++ b/www/py-django50/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712325319 -SHA256 (python/Django-5.0.4.tar.gz) = 4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd -SIZE (python/Django-5.0.4.tar.gz) = 10638006 +TIMESTAMP = 1715126852 +SHA256 (python/Django-5.0.6.tar.gz) = ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f +SIZE (python/Django-5.0.6.tar.gz) = 10639679 diff --git a/www/py-django50/files/patch-setup.cfg b/www/py-django50/files/patch-setup.cfg index b03c25e3e38..a9b24986aaf 100644 --- a/www/py-django50/files/patch-setup.cfg +++ b/www/py-django50/files/patch-setup.cfg @@ -1,4 +1,4 @@ ---- setup.cfg.orig 2024-04-03 14:34:02 UTC +--- setup.cfg.orig 2024-05-08 00:14:53 UTC +++ setup.cfg @@ -1,5 +1,5 @@ [metadata] diff --git a/www/py-dj42-djangorestframework-guardian/Makefile b/www/py-djangorestframework-guardian/Makefile similarity index 68% rename from www/py-dj42-djangorestframework-guardian/Makefile rename to www/py-djangorestframework-guardian/Makefile index 9c4dcbc0b8d..d09409d5958 100644 --- a/www/py-dj42-djangorestframework-guardian/Makefile +++ b/www/py-djangorestframework-guardian/Makefile @@ -2,7 +2,7 @@ PORTNAME= djangorestframework-guardian PORTVERSION= 0.3.0 CATEGORIES= www python MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= grembo@FreeBSD.org COMMENT= Django Guardian support for Django REST Framework @@ -12,8 +12,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-djangorestframework>=3.10.3:www/py-dj42-djangorestframework@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-guardian>=2.4.0:www/py-dj42-django-guardian@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.10.3:www/py-djangorestframework@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-guardian>=2.4.0:www/py-django-guardian@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist diff --git a/www/py-dj42-djangorestframework-guardian/distinfo b/www/py-djangorestframework-guardian/distinfo similarity index 100% rename from www/py-dj42-djangorestframework-guardian/distinfo rename to www/py-djangorestframework-guardian/distinfo diff --git a/www/py-dj42-djangorestframework-guardian/pkg-descr b/www/py-djangorestframework-guardian/pkg-descr similarity index 100% rename from www/py-dj42-djangorestframework-guardian/pkg-descr rename to www/py-djangorestframework-guardian/pkg-descr diff --git a/www/py-draftjs-exporter/Makefile b/www/py-draftjs-exporter/Makefile index 106018f5651..50806a8e71a 100644 --- a/www/py-draftjs-exporter/Makefile +++ b/www/py-draftjs-exporter/Makefile @@ -1,5 +1,6 @@ PORTNAME= draftjs-exporter PORTVERSION= 5.0.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,11 @@ WWW= https://github.com/springload/draftjs_exporter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-dj42-drf-writable-nested/Makefile b/www/py-drf-writable-nested/Makefile similarity index 78% rename from www/py-dj42-drf-writable-nested/Makefile rename to www/py-drf-writable-nested/Makefile index 0c57cfbeb42..79986ad6448 100644 --- a/www/py-dj42-drf-writable-nested/Makefile +++ b/www/py-drf-writable-nested/Makefile @@ -2,7 +2,7 @@ PORTNAME= drf-writable-nested PORTVERSION= 0.7.0 DISTVERSIONPREFIX= v CATEGORIES= www python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= grembo@FreeBSD.org COMMENT= Writable nested model serializer for Django REST framework @@ -11,7 +11,7 @@ WWW= https://github.com/beda-software/drf-writable-nested LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-djangorestframework>0:www/py-dj42-djangorestframework@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}djangorestframework>0:www/py-djangorestframework@${PY_FLAVOR} USES= python USE_GITHUB= yes diff --git a/www/py-dj42-drf-writable-nested/distinfo b/www/py-drf-writable-nested/distinfo similarity index 100% rename from www/py-dj42-drf-writable-nested/distinfo rename to www/py-drf-writable-nested/distinfo diff --git a/www/py-dj42-drf-writable-nested/pkg-descr b/www/py-drf-writable-nested/pkg-descr similarity index 100% rename from www/py-dj42-drf-writable-nested/pkg-descr rename to www/py-drf-writable-nested/pkg-descr diff --git a/www/py-dropbox/Makefile b/www/py-dropbox/Makefile index 3e8b4a2a870..900bd80aecb 100644 --- a/www/py-dropbox/Makefile +++ b/www/py-dropbox/Makefile @@ -1,5 +1,6 @@ PORTNAME= dropbox PORTVERSION= 11.36.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +13,14 @@ WWW= https://dropbox-sdk-python.readthedocs.io/en/latest/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stone>=2.0:devel/py-stone@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-dropbox/files/patch-setup.py b/www/py-dropbox/files/patch-setup.py index f7d8d3b578a..1a9de4bdd72 100644 --- a/www/py-dropbox/files/patch-setup.py +++ b/www/py-dropbox/files/patch-setup.py @@ -1,6 +1,11 @@ ---- setup.py.orig 2022-07-13 18:09:08 UTC +--- setup.py.orig 2022-11-09 23:21:58 UTC +++ setup.py -@@ -31,9 +31,6 @@ install_reqs = [ +@@ -27,13 +27,10 @@ install_reqs = [ + install_reqs = [ + 'requests >= 2.16.2', + 'six >= 1.12.0', +- 'stone >= 2.*', ++ 'stone >= 2.0', ] setup_requires = [ diff --git a/www/py-enmerkar/Makefile b/www/py-enmerkar/Makefile index 60ddfd6b54c..11652b2176b 100644 --- a/www/py-enmerkar/Makefile +++ b/www/py-enmerkar/Makefile @@ -1,6 +1,6 @@ PORTNAME= enmerkar PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,13 @@ WWW= https://github.com/Zegocover/enmerkar LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-flask-apscheduler/Makefile b/www/py-flask-apscheduler/Makefile index 7ff73acafd0..f8ae7e8fae6 100644 --- a/www/py-flask-apscheduler/Makefile +++ b/www/py-flask-apscheduler/Makefile @@ -1,6 +1,6 @@ PORTNAME= flask-apscheduler PORTVERSION= 1.13.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI \ https://github.com/viniciuschiele/flask-apscheduler/releases/download/${PORTVERSION}/ @@ -14,12 +14,14 @@ WWW= https://github.com/viniciuschiele/flask-apscheduler LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apscheduler>=3.2.0<4.0.0:devel/py-apscheduler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask>=2.2.5<4.0.0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.4.2:devel/py-python-dateutil@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-flask-apscheduler/files/patch-setup.py b/www/py-flask-apscheduler/files/patch-setup.py index 98badf70bde..70d0779a80a 100644 --- a/www/py-flask-apscheduler/files/patch-setup.py +++ b/www/py-flask-apscheduler/files/patch-setup.py @@ -1,5 +1,14 @@ --- setup.py.orig 2023-11-07 12:41:21 UTC +++ setup.py +@@ -4,7 +4,7 @@ setup( + long_description = fh.read() + + setup( +- name="Flask-APScheduler", ++ name="flask-apscheduler", + version="1.13.1", + packages=["flask_apscheduler"], + url="https://github.com/viniciuschiele/flask-apscheduler", @@ -17,7 +17,6 @@ setup( keywords=["apscheduler", "scheduler", "scheduling", "cron"], python_requires=">=3.8", diff --git a/www/py-flask-json/Makefile b/www/py-flask-json/Makefile index 917dfa7a724..2436f1edf26 100644 --- a/www/py-flask-json/Makefile +++ b/www/py-flask-json/Makefile @@ -1,5 +1,6 @@ PORTNAME= flask-json PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +13,14 @@ WWW= https://github.com/skozlovf/flask-json LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=2.2.0:www/py-flask@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-flask-json/files/patch-setup.py b/www/py-flask-json/files/patch-setup.py new file mode 100644 index 00000000000..531fc63ce7b --- /dev/null +++ b/www/py-flask-json/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-05-03 06:19:42 UTC ++++ setup.py +@@ -17,7 +17,7 @@ setup( + + + setup( +- name='Flask-JSON', ++ name='flask-json', + version=ext_version, + url='https://github.com/skozlovf/flask-json', + license='BSD', diff --git a/www/py-flask-marshmallow/Makefile b/www/py-flask-marshmallow/Makefile index b7bb3b23d20..6fec7382737 100644 --- a/www/py-flask-marshmallow/Makefile +++ b/www/py-flask-marshmallow/Makefile @@ -1,5 +1,6 @@ PORTNAME= flask-marshmallow PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +12,14 @@ WWW= https://github.com/marshmallow-code/flask-marshmallow LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}marshmallow>=2.0.0:devel/py-marshmallow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-flask-script/Makefile b/www/py-flask-script/Makefile index f9bff93ebb4..f214866c886 100644 --- a/www/py-flask-script/Makefile +++ b/www/py-flask-script/Makefile @@ -1,5 +1,6 @@ PORTNAME= flask-script PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +14,12 @@ WWW= https://flask-script.readthedocs.io/en/latest/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-flask-script/files/patch-setup.py b/www/py-flask-script/files/patch-setup.py new file mode 100644 index 00000000000..a45e7ac395f --- /dev/null +++ b/www/py-flask-script/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2017-09-06 11:10:04 UTC ++++ setup.py +@@ -28,7 +28,7 @@ setup( + install_requires = ['Flask'] + + setup( +- name='Flask-Script', ++ name='flask-script', + version=version, + url='http://github.com/smurfix/flask-script', + download_url = 'https://github.com/smurfix/flask-script/tarball/v'+version, diff --git a/www/py-flask-smorest/Makefile b/www/py-flask-smorest/Makefile index 6e731f41532..5bae1a84906 100644 --- a/www/py-flask-smorest/Makefile +++ b/www/py-flask-smorest/Makefile @@ -1,5 +1,5 @@ PORTNAME= flask-smorest -DISTVERSION= 0.42.2 +DISTVERSION= 0.44.0 CATEGORIES= www devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-flask-smorest/distinfo b/www/py-flask-smorest/distinfo index e61877ed574..5e47b7421f7 100644 --- a/www/py-flask-smorest/distinfo +++ b/www/py-flask-smorest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700047928 -SHA256 (flask-smorest-0.42.2.tar.gz) = 85a6c71d3e83ea7b57a3b879f2a2efa1b0bbe3633a0374bf1527997fa950a59d -SIZE (flask-smorest-0.42.2.tar.gz) = 77915 +TIMESTAMP = 1712582631 +SHA256 (flask-smorest-0.44.0.tar.gz) = 13f6e39d807c8847a56dc40656c2bbc0a2b2a430d8a4bb4a21836046757f7cef +SIZE (flask-smorest-0.44.0.tar.gz) = 78610 diff --git a/www/py-forcediphttpsadapter/Makefile b/www/py-forcediphttpsadapter/Makefile index c2839276b5f..b57b814be35 100644 --- a/www/py-forcediphttpsadapter/Makefile +++ b/www/py-forcediphttpsadapter/Makefile @@ -1,5 +1,6 @@ PORTNAME= forcediphttpsadapter PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/Roadmaster/forcediphttpsadapter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-ghp-import/Makefile b/www/py-ghp-import/Makefile index 88c9349a4c8..b423735b82b 100644 --- a/www/py-ghp-import/Makefile +++ b/www/py-ghp-import/Makefile @@ -1,6 +1,6 @@ PORTNAME= ghp-import PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,12 @@ WWW= https://github.com/c-w/ghp-import LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.1:devel/py-python-dateutil@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-google-cloud-bigquery/Makefile b/www/py-google-cloud-bigquery/Makefile index d52e2b28e9e..e3fa6fb7310 100644 --- a/www/py-google-cloud-bigquery/Makefile +++ b/www/py-google-cloud-bigquery/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-bigquery -DISTVERSION= 3.21.0 +DISTVERSION= 3.22.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.34.1:www/py-google-api-co TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-cloud-testutils>0:www/py-google-cloud-testutils@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/googleapis/python-bigquery/issues/1758 +USE_PYTHON= distutils autoplist pytest # 31 tests fail, tests require missing dependencies like db-tests, etc NO_ARCH= yes diff --git a/www/py-google-cloud-bigquery/distinfo b/www/py-google-cloud-bigquery/distinfo index a4b3f295c5f..c0882239142 100644 --- a/www/py-google-cloud-bigquery/distinfo +++ b/www/py-google-cloud-bigquery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713599501 -SHA256 (google-cloud-bigquery-3.21.0.tar.gz) = 6265c39f9d5bdf50f11cb81a9c2a0605d285df34ac139de0d2333b1250add0ff -SIZE (google-cloud-bigquery-3.21.0.tar.gz) = 447294 +TIMESTAMP = 1715056213 +SHA256 (google-cloud-bigquery-3.22.0.tar.gz) = 957591e6f948d7cb4aa0f7a8e4e47b4617cd7f0269e28a71c37953c39b6e8a4c +SIZE (google-cloud-bigquery-3.22.0.tar.gz) = 449747 diff --git a/www/py-horizon/Makefile b/www/py-horizon/Makefile index a60ddb49290..55d86960df1 100644 --- a/www/py-horizon/Makefile +++ b/www/py-horizon/Makefile @@ -1,6 +1,6 @@ PORTNAME= horizon PORTVERSION= 23.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,9 @@ WWW= https://docs.openstack.org/horizon/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.6.0:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django_compressor>=2.4.1:www/py-django_compressor@${PY_FLAVOR} \ @@ -77,7 +79,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.6.0:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xstatic-tv4>=1.2.7.0:devel/py-xstatic-tv4@${PY_FLAVOR} USES= cpe python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-httptools/Makefile b/www/py-httptools/Makefile index 7d0bc928245..947b9291922 100644 --- a/www/py-httptools/Makefile +++ b/www/py-httptools/Makefile @@ -1,5 +1,6 @@ PORTNAME= httptools PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +12,12 @@ WWW= https://github.com/MagicStack/httptools LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libhttp_parser.so:www/http-parser USES= localbase python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 post-patch: @${RM} -r ${WRKSRC}/vendor/http-parser/ diff --git a/www/py-instabot/Makefile b/www/py-instabot/Makefile index 0654caf478b..148ba743c9f 100644 --- a/www/py-instabot/Makefile +++ b/www/py-instabot/Makefile @@ -1,6 +1,6 @@ PORTNAME= instabot PORTVERSION= 0.117.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,8 @@ WWW= https://github.com/instagrambot/instabot LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2019.11.28:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.4,1:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.18.2:devel/py-future@${PY_FLAVOR} \ @@ -30,7 +32,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2019.11.28:security/py-certifi@${PY ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.7,1:net/py-urllib3@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-jsonfield/Makefile b/www/py-jsonfield/Makefile index 7f38c3b673c..a3d544bf180 100644 --- a/www/py-jsonfield/Makefile +++ b/www/py-jsonfield/Makefile @@ -1,6 +1,6 @@ PORTNAME= jsonfield PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,12 @@ WWW= https://github.com/rpkilby/jsonfield LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-mechanicalsoup/Makefile b/www/py-mechanicalsoup/Makefile index a6056416b70..2aa0389e59e 100644 --- a/www/py-mechanicalsoup/Makefile +++ b/www/py-mechanicalsoup/Makefile @@ -1,5 +1,6 @@ PORTNAME= mechanicalsoup PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ WWW= https://github.com/MechanicalSoup/MechanicalSoup LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.7:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} @@ -21,7 +24,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-mock>=0:www/py-requests-mock@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-mechanicalsoup/files/patch-setup.py b/www/py-mechanicalsoup/files/patch-setup.py new file mode 100644 index 00000000000..e21c791797e --- /dev/null +++ b/www/py-mechanicalsoup/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2023-07-04 19:21:51 UTC ++++ setup.py +@@ -42,7 +42,7 @@ setup( + pytest_runner = ['pytest-runner'] if needs_pytest else [] + + setup( +- name=about['__title__'], ++ name='mechanicalsoup', + + # useful: python setup.py sdist bdist_wheel upload + version=about['__version__'], diff --git a/www/py-nh3/Makefile b/www/py-nh3/Makefile index db5c3258a28..31c9ccb8d64 100644 --- a/www/py-nh3/Makefile +++ b/www/py-nh3/Makefile @@ -1,6 +1,7 @@ PORTNAME= nh3 DISTVERSIONPREFIX= v DISTVERSION= 0.2.17 +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-planet/Makefile b/www/py-planet/Makefile index 702c4fe726d..96202e8c96a 100644 --- a/www/py-planet/Makefile +++ b/www/py-planet/Makefile @@ -1,5 +1,6 @@ PORTNAME= planet PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ WWW= https://planet-sdk-for-python-v2.readthedocs.io/en/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}geojson>=0:devel/py-geojson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0.23.0:www/py-httpx@${PY_FLAVOR} \ @@ -21,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-postorius/Makefile b/www/py-postorius/Makefile index ef93f0105bb..8b695efa44f 100644 --- a/www/py-postorius/Makefile +++ b/www/py-postorius/Makefile @@ -1,6 +1,6 @@ PORTNAME= postorius PORTVERSION= 1.3.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://gitlab.com/mailman/postorius LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-mailman3>=1.3.10:mail/py-django-mailman3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django42>=3.2<4.3:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mailmanclient>=3.3.3:mail/py-mailmanclient@${PY_FLAVOR} \ @@ -22,7 +24,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_ ${PYTHON_PKGNAMEPREFIX}isort>=0:devel/py-isort@${PY_FLAVOR} USES= cpe python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-priority/Makefile b/www/py-priority/Makefile index e665f74ad26..c9f1be79267 100644 --- a/www/py-priority/Makefile +++ b/www/py-priority/Makefile @@ -1,5 +1,6 @@ PORTNAME= priority PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/python-hyper/priority LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-pygsheets/Makefile b/www/py-pygsheets/Makefile index db75fa6dda0..e88c726f457 100644 --- a/www/py-pygsheets/Makefile +++ b/www/py-pygsheets/Makefile @@ -1,5 +1,6 @@ PORTNAME= pygsheets PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +11,13 @@ WWW= https://github.com/nithinmurali/pygsheets LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=2.50.0:www/py-google-api-python-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>=0.7.1:security/py-google-auth-oauthlib@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-pyramid-mako/Makefile b/www/py-pyramid-mako/Makefile index c526e701397..18f6e1af5a0 100644 --- a/www/py-pyramid-mako/Makefile +++ b/www/py-pyramid-mako/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyramid-mako PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,8 @@ LICENSE_NAME= Repoze Public License LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>=1.1.0:textproc/py-mako@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyramid>=0:www/py-pyramid@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ @@ -22,7 +24,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}webtest>=1.3.1:www/py-webtest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-pysmartdl/Makefile b/www/py-pysmartdl/Makefile index 3cd6a6d33ac..92fde3f822c 100644 --- a/www/py-pysmartdl/Makefile +++ b/www/py-pysmartdl/Makefile @@ -1,6 +1,6 @@ PORTNAME= pysmartdl PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,11 @@ WWW= https://github.com/iTaybb/pySmartDL LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-pysmartdl/files/patch-setup.py b/www/py-pysmartdl/files/patch-setup.py index b91914dc670..907459b84fb 100644 --- a/www/py-pysmartdl/files/patch-setup.py +++ b/www/py-pysmartdl/files/patch-setup.py @@ -1,6 +1,13 @@ --- setup.py.orig 2020-09-19 15:39:42 UTC +++ setup.py -@@ -11,7 +11,7 @@ setup( +@@ -5,13 +5,13 @@ setup( + release_posttag = "" + + setup( +- name='pySmartDL', ++ name='pysmartdl', + version=pySmartDL.__version__ + release_posttag, + url='http://pypi.python.org/pypi/pySmartDL/', author='Itay Brandes', author_email='brandes.itay+pysmartdl@gmail.com', license='Public Domain', diff --git a/www/py-python-dotenv/Makefile b/www/py-python-dotenv/Makefile index 897e6f88ca4..588f86b1121 100644 --- a/www/py-python-dotenv/Makefile +++ b/www/py-python-dotenv/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-dotenv PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/theskumar/python-dotenv LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 CONFLICTS_INSTALL= rubygem-dotenv # bin/dotenv diff --git a/www/py-pywry/Makefile b/www/py-pywry/Makefile index 4cb752485fe..4441c38b452 100644 --- a/www/py-pywry/Makefile +++ b/www/py-pywry/Makefile @@ -1,6 +1,6 @@ PORTNAME= pywry DISTVERSION= 0.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-quilt3/Makefile b/www/py-quilt3/Makefile index 2ed8e446071..6d1465e25d6 100644 --- a/www/py-quilt3/Makefile +++ b/www/py-quilt3/Makefile @@ -1,5 +1,6 @@ PORTNAME= quilt3 PORTVERSION= 5.4.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://github.com/quiltdata/quilt LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aws-requests-auth>=0.4.2:devel/py-aws-requests-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}boto3>=1.10.0:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonlines>=1.2.0:devel/py-jsonlines@${PY_FLAVOR} \ @@ -23,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aws-requests-auth>=0.4.2:devel/py-aws-reques ${PYTHON_PKGNAMEPREFIX}tqdm>=4.32:misc/py-tqdm@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-requests-aws4auth/Makefile b/www/py-requests-aws4auth/Makefile index 1d8616b9e23..2e396e7d1b4 100644 --- a/www/py-requests-aws4auth/Makefile +++ b/www/py-requests-aws4auth/Makefile @@ -1,5 +1,6 @@ PORTNAME= requests-aws4auth PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/sam-washington/requests-aws4auth LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-requests-futures/Makefile b/www/py-requests-futures/Makefile index 34fee72fb97..92f0b377548 100644 --- a/www/py-requests-futures/Makefile +++ b/www/py-requests-futures/Makefile @@ -1,5 +1,6 @@ PORTNAME= requests-futures PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,12 @@ WWW= https://github.com/ross/requests-futures LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-requests-wsgi-adapter/Makefile b/www/py-requests-wsgi-adapter/Makefile index 7de635f8b31..0af8c9a3f22 100644 --- a/www/py-requests-wsgi-adapter/Makefile +++ b/www/py-requests-wsgi-adapter/Makefile @@ -1,5 +1,6 @@ PORTNAME= requests-wsgi-adapter PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,12 @@ WWW= https://github.com/seanbrant/requests-wsgi-adapter LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-spyne/Makefile b/www/py-spyne/Makefile index ca4c152ddc0..2ec47709d49 100644 --- a/www/py-spyne/Makefile +++ b/www/py-spyne/Makefile @@ -1,6 +1,6 @@ PORTNAME= spyne PORTVERSION= 2.14.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,8 @@ WWW= http://spyne.io/ \ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ @@ -36,7 +38,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}zeep>=0:net/py-zeep@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes TEST_ENV= DJANGO_SETTINGS_MODULE=rpctest.settings PYTHONPATH=examples/django diff --git a/www/py-swapper/Makefile b/www/py-swapper/Makefile index fd598f0ceb7..20090ab2e89 100644 --- a/www/py-swapper/Makefile +++ b/www/py-swapper/Makefile @@ -1,6 +1,6 @@ PORTNAME= swapper PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,13 @@ WWW= https://github.com/openwisp/django-swappable-models LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.0:www/py-django42@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-ticketutil/Makefile b/www/py-ticketutil/Makefile index c2c2f95d8a6..a0e5dc5fbaf 100644 --- a/www/py-ticketutil/Makefile +++ b/www/py-ticketutil/Makefile @@ -1,5 +1,6 @@ PORTNAME= ticketutil PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +11,14 @@ WWW= https://github.com/dmranck/ticketutil LICENSE= GPLv3 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.2.0:security/py-gssapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-kerberos>=0.8.0:security/py-requests-kerberos@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-ticketutil/files/patch-setup.py b/www/py-ticketutil/files/patch-setup.py index 68d43e12c25..8443c367fc1 100644 --- a/www/py-ticketutil/files/patch-setup.py +++ b/www/py-ticketutil/files/patch-setup.py @@ -5,5 +5,5 @@ keywords=['jira', 'bugzilla', 'rt', 'redmine', 'servicenow', 'ticket', 'rest'], install_requires=['gssapi>=1.2.0', 'requests>=2.6.0', 'requests-kerberos>=0.8.0'], - data_files=[('.', ['HISTORY.rst'])] -+ data_files=[('', ['HISTORY.rst'])] ++ package_data={'': ['HISTORY.rst']} ) diff --git a/www/py-tornado4/Makefile b/www/py-tornado4/Makefile index f48e85e195f..159c2fd1d96 100644 --- a/www/py-tornado4/Makefile +++ b/www/py-tornado4/Makefile @@ -1,5 +1,6 @@ PORTNAME= tornado PORTVERSION= 4.5.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://www.tornadoweb.org/ LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= cpe python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado \ ${PYTHON_PKGNAMEPREFIX}tornado5 \ diff --git a/www/py-tornado5/Makefile b/www/py-tornado5/Makefile index b1c9733cd55..22986a12937 100644 --- a/www/py-tornado5/Makefile +++ b/www/py-tornado5/Makefile @@ -1,5 +1,6 @@ PORTNAME= tornado PORTVERSION= 5.1.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://www.tornadoweb.org/ LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= cpe python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado \ ${PYTHON_PKGNAMEPREFIX}tornado4 \ diff --git a/www/py-wagtail-2fa/Makefile b/www/py-wagtail-2fa/Makefile index 539fb901c59..2ef08100d1f 100644 --- a/www/py-wagtail-2fa/Makefile +++ b/www/py-wagtail-2fa/Makefile @@ -1,6 +1,6 @@ PORTNAME= wagtail-2fa PORTVERSION= 1.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ WWW= https://github.com/labd/wagtail-2fa LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj42-django-otp>=0.8.1:www/py-dj42-django-otp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>=6.1:textproc/py-qrcode@${PY_FLAVOR} \ @@ -19,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj42-django-otp>=0.8.1:www/py-dj42-django-ot ${PYTHON_PKGNAMEPREFIX}wagtail>=4.1:www/py-wagtail@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-wagtail-bakery/Makefile b/www/py-wagtail-bakery/Makefile index 13e3fd9c249..26950905e72 100644 --- a/www/py-wagtail-bakery/Makefile +++ b/www/py-wagtail-bakery/Makefile @@ -1,5 +1,6 @@ PORTNAME= wagtail-bakery PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/wagtail/wagtail-bakery LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-bakery>=0.12.7<0.14:www/py-django-bakery@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wagtail>=4.1:www/py-wagtail@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-wagtail-factories/Makefile b/www/py-wagtail-factories/Makefile index b67b1073f46..0cf4a6aa65e 100644 --- a/www/py-wagtail-factories/Makefile +++ b/www/py-wagtail-factories/Makefile @@ -1,5 +1,6 @@ PORTNAME= wagtail-factories PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,13 @@ WWW= https://github.com/wagtail/wagtail-factories LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}factory-boy>=3.2:devel/py-factory-boy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wagtail>=4.1:www/py-wagtail@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-webargs/Makefile b/www/py-webargs/Makefile index b8da6c1b6ac..8acd4d16c92 100644 --- a/www/py-webargs/Makefile +++ b/www/py-webargs/Makefile @@ -1,5 +1,5 @@ PORTNAME= webargs -DISTVERSION= 8.3.0 +DISTVERSION= 8.4.0 CATEGORIES= www devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,8 @@ WWW= https://github.com/marshmallow-code/webargs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>2.15.2:devel/py-marshmallow@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>2.15.2:devel/py-marshmallow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bottle>0:www/py-bottle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django*>=1.11.16:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}falcon>=2.0:www/py-falcon@${PY_FLAVOR} \ @@ -25,15 +26,12 @@ CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes # tests not packaged with PyPI sdist GH_ACCOUNT= marshmallow-code USE_PYTHON= autoplist concurrent distutils pytest +TEST_ARGS= --ignore-glob='*test_bottleparser*' \ + --ignore-glob='*test_aiohttpparser*' \ + --ignore-glob='*test_tornadoparser*' TEST_ENV= PYTHONPATH=${WRKSRC}/src NO_ARCH= yes -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= \ - --ignore-glob='*test_bottleparser*' \ - --ignore-glob='*test_aiohttpparser*' \ - --ignore-glob="*test_tornadoparser*" - .include diff --git a/www/py-webargs/distinfo b/www/py-webargs/distinfo index 8beb9491ccd..7a8741583e2 100644 --- a/www/py-webargs/distinfo +++ b/www/py-webargs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692136038 -SHA256 (marshmallow-code-webargs-8.3.0_GH0.tar.gz) = 2bbdd9b546d4e66e7d74e41b34d0b8c630c8e6bb3dca34407b06438a4e3c5561 -SIZE (marshmallow-code-webargs-8.3.0_GH0.tar.gz) = 98608 +TIMESTAMP = 1712450867 +SHA256 (marshmallow-code-webargs-8.4.0_GH0.tar.gz) = c4cfdf7ec564ff5f6b37234d60fbd49e4e49f673d2cfeec5bed4909c84f1f46f +SIZE (marshmallow-code-webargs-8.4.0_GH0.tar.gz) = 100217 diff --git a/www/py-webtest/Makefile b/www/py-webtest/Makefile index c5d398a8048..351b9746970 100644 --- a/www/py-webtest/Makefile +++ b/www/py-webtest/Makefile @@ -1,5 +1,6 @@ PORTNAME= webtest PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +14,14 @@ WWW= https://docs.pylonsproject.org/projects/webtest/en/latest/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.rst +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}waitress>=0.8.5:www/py-waitress@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.2:www/py-webob@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-webtest/files/patch-setup.py b/www/py-webtest/files/patch-setup.py new file mode 100644 index 00000000000..582bfc48b8a --- /dev/null +++ b/www/py-webtest/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-08-19 12:39:58 UTC ++++ setup.py +@@ -26,7 +26,7 @@ docs_extras = [ + 'Sphinx >= 1.8.1', + ] + +-setup(name='WebTest', ++setup(name='webtest', + version=version, + description="Helper to test WSGI applications", + long_description=open('README.rst').read(), diff --git a/www/pydio-cells/Makefile b/www/pydio-cells/Makefile index 8e743fe5967..316e59cbd2d 100644 --- a/www/pydio-cells/Makefile +++ b/www/pydio-cells/Makefile @@ -1,7 +1,7 @@ PORTNAME= cells DISTVERSIONPREFIX= v DISTVERSION= 4.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www PKGNAMEPREFIX= pydio- diff --git a/www/rearx/Makefile b/www/rearx/Makefile index d7872e7d4c1..900076dea86 100644 --- a/www/rearx/Makefile +++ b/www/rearx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rearx DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/reddsaver/Makefile b/www/reddsaver/Makefile index 1be10dc73a5..c700a4cf9fa 100644 --- a/www/reddsaver/Makefile +++ b/www/reddsaver/Makefile @@ -1,7 +1,7 @@ PORTNAME= reddsaver DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/remark42/Makefile b/www/remark42/Makefile index edc6033db52..4facb33859e 100644 --- a/www/remark42/Makefile +++ b/www/remark42/Makefile @@ -1,7 +1,7 @@ PORTNAME= remark42 DISTVERSIONPREFIX= v DISTVERSION= 1.12.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= LOCAL/delphij:npmcache DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache diff --git a/www/reproxy/Makefile b/www/reproxy/Makefile index 6046946ec29..9a9a5c11d7c 100644 --- a/www/reproxy/Makefile +++ b/www/reproxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= reproxy PORTVERSION= 0.11.0 DISTVERSIONPREFIX= v -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www MAINTAINER= danfe@FreeBSD.org diff --git a/www/rt50/Makefile b/www/rt50/Makefile index 1652e8507ae..6eb8f8ffee4 100644 --- a/www/rt50/Makefile +++ b/www/rt50/Makefile @@ -1,6 +1,5 @@ PORTNAME= rt -DISTVERSION= 5.0.5 -PORTREVISION= 1 +DISTVERSION= 5.0.6 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 50 diff --git a/www/rt50/Makefile.cpan b/www/rt50/Makefile.cpan index 91f775c6f7b..012d09984d1 100644 --- a/www/rt50/Makefile.cpan +++ b/www/rt50/Makefile.cpan @@ -22,7 +22,7 @@ ### DateTime::Format::Natural 0.67 ### DateTime::Locale 0.40 ### DBI 1.37 -### DBIx::SearchBuilder 1.77 +### DBIx::SearchBuilder 1.80 ### Devel::GlobalDestruction ### Devel::StackTrace 1.19 ### Digest::base perl std @@ -104,7 +104,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p5-Apache-Session \ p5-Convert-Color>0:graphics/p5-Convert-Color \ p5-Crypt-Eksblowfish>0:security/p5-Crypt-Eksblowfish \ p5-DBI>=1.37:databases/p5-DBI \ - p5-DBIx-SearchBuilder>=1.77:databases/p5-DBIx-SearchBuilder \ + p5-DBIx-SearchBuilder>=1.80:databases/p5-DBIx-SearchBuilder \ p5-Data-GUID>0:devel/p5-Data-GUID \ p5-Data-ICal>0:deskutils/p5-Data-ICal \ p5-Data-Page>0:databases/p5-Data-Page \ diff --git a/www/rt50/distinfo b/www/rt50/distinfo index e0d4d8f8282..6c202375134 100644 --- a/www/rt50/distinfo +++ b/www/rt50/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697786825 -SHA256 (rt-5.0.5.tar.gz) = 90f845daaa436198c334b6e9cf5afb1df9f4445dcc165d0bcae35de9eb9be8ef -SIZE (rt-5.0.5.tar.gz) = 19055361 +TIMESTAMP = 1715603268 +SHA256 (rt-5.0.6.tar.gz) = b556bedd2b4a356ec9f54eb673ff250ae9100347a04d11e34637e3fdd3efdddb +SIZE (rt-5.0.6.tar.gz) = 19771599 diff --git a/www/rt50/pkg-plist b/www/rt50/pkg-plist index ffbb0f9947b..b483abc9c14 100644 --- a/www/rt50/pkg-plist +++ b/www/rt50/pkg-plist @@ -272,8 +272,14 @@ sbin/rt-email-expiring-auth-tokens %%SITE_PERL%%/RT/Record/Role/Roles.pm %%SITE_PERL%%/RT/Record/Role/Status.pm %%SITE_PERL%%/RT/Reminders.pm +%%SITE_PERL%%/RT/Report.pm +%%SITE_PERL%%/RT/Report/Assets.pm +%%SITE_PERL%%/RT/Report/Assets/Entry.pm +%%SITE_PERL%%/RT/Report/Entry.pm %%SITE_PERL%%/RT/Report/Tickets.pm %%SITE_PERL%%/RT/Report/Tickets/Entry.pm +%%SITE_PERL%%/RT/Report/Transactions.pm +%%SITE_PERL%%/RT/Report/Transactions/Entry.pm %%SITE_PERL%%/RT/RightsInspector.pm %%SITE_PERL%%/RT/Rule.pm %%SITE_PERL%%/RT/Ruleset.pm @@ -383,7 +389,6 @@ sbin/rt-validator sbin/standalone_httpd @group wheel %%PORTDOCS%%%%DOCSDIR%%/GDPR.pod -%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/UPGRADING-2.0 %%PORTDOCS%%%%DOCSDIR%%/UPGRADING-3.0 %%PORTDOCS%%%%DOCSDIR%%/UPGRADING-3.2 @@ -432,6 +437,9 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/images/asset-ticket-create-selfservice.png %%PORTDOCS%%%%DOCSDIR%%/images/asset-ticket-create.png %%PORTDOCS%%%%DOCSDIR%%/images/catalog-rights.png +%%PORTDOCS%%%%DOCSDIR%%/images/chart-limited-to-top-10.png +%%PORTDOCS%%%%DOCSDIR%%/images/chart-ordered-by-value.png +%%PORTDOCS%%%%DOCSDIR%%/images/chart-tickets-by-requestor.png %%PORTDOCS%%%%DOCSDIR%%/images/complicated-search-arrows.png %%PORTDOCS%%%%DOCSDIR%%/images/create-setowner-action.png %%PORTDOCS%%%%DOCSDIR%%/images/current-search.png @@ -466,12 +474,14 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/images/quote-selection-highlighted.png %%PORTDOCS%%%%DOCSDIR%%/images/quote-selection-ticket-update.png %%PORTDOCS%%%%DOCSDIR%%/images/saved-dashboard.png +%%PORTDOCS%%%%DOCSDIR%%/images/screenshot.png %%PORTDOCS%%%%DOCSDIR%%/images/search-arrows.png %%PORTDOCS%%%%DOCSDIR%%/images/search-criteria.png %%PORTDOCS%%%%DOCSDIR%%/images/search-results.png %%PORTDOCS%%%%DOCSDIR%%/images/sorting-display-columns.png %%PORTDOCS%%%%DOCSDIR%%/images/status-change-condition.png %%PORTDOCS%%%%DOCSDIR%%/images/subscriptions.png +%%PORTDOCS%%%%DOCSDIR%%/images/support-dashboard.png %%PORTDOCS%%%%DOCSDIR%%/images/theme_editor_defaults.png %%PORTDOCS%%%%DOCSDIR%%/images/user-time-worked-report.png %%PORTDOCS%%%%DOCSDIR%%/images/with-created-before.png @@ -746,6 +756,7 @@ sbin/standalone_httpd %%DOCSDIR%%/upgrade/5.0.5/schema.Pg %%DOCSDIR%%/upgrade/5.0.5/schema.SQLite %%DOCSDIR%%/upgrade/5.0.5/schema.mysql +%%DOCSDIR%%/upgrade/5.0.6/indexes %%DOCSDIR%%/upgrade/generate-rtaddressregexp %%DOCSDIR%%/upgrade/reset-sequences %%DOCSDIR%%/upgrade/sanity-check-stylesheets @@ -1003,6 +1014,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Asset/Elements/EditCatalogPeople %%DATADIR%%/html/Asset/Elements/EditDates %%DATADIR%%/html/Asset/Elements/EditPeople +%%DATADIR%%/html/Asset/Elements/EditPeopleInline %%DATADIR%%/html/Asset/Elements/EditRoleMembers %%DATADIR%%/html/Asset/Elements/Search %%DATADIR%%/html/Asset/Elements/SelectCatalog @@ -1105,6 +1117,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Elements/GotoUser %%DATADIR%%/html/Elements/Header %%DATADIR%%/html/Elements/HeaderJavascript +%%DATADIR%%/html/Elements/HttpResponseHeaders %%DATADIR%%/html/Elements/JavascriptConfig %%DATADIR%%/html/Elements/LabeledValue %%DATADIR%%/html/Elements/Lifecycle/Graph @@ -1151,8 +1164,8 @@ sbin/standalone_httpd %%DATADIR%%/html/Elements/RT__User/ColumnMap %%DATADIR%%/html/Elements/Refresh %%DATADIR%%/html/Elements/RefreshHomepage -%%DATADIR%%/html/Elements/SavedSearches %%DATADIR%%/html/Elements/SavedSearchSelectUser +%%DATADIR%%/html/Elements/SavedSearches %%DATADIR%%/html/Elements/ScrubHTML %%DATADIR%%/html/Elements/SearchFilter %%DATADIR%%/html/Elements/Section @@ -1178,6 +1191,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Elements/SelectOwner %%DATADIR%%/html/Elements/SelectOwnerAutocomplete %%DATADIR%%/html/Elements/SelectOwnerDropdown +%%DATADIR%%/html/Elements/SelectOwnerDropdownDelay %%DATADIR%%/html/Elements/SelectPriority %%DATADIR%%/html/Elements/SelectPriorityAsString %%DATADIR%%/html/Elements/SelectQueue @@ -1250,10 +1264,12 @@ sbin/standalone_httpd %%DATADIR%%/html/Group/Summary.html %%DATADIR%%/html/Helpers/AddTimeWorked %%DATADIR%%/html/Helpers/Admin/EditCustomFieldValue +%%DATADIR%%/html/Helpers/AssetUpdate %%DATADIR%%/html/Helpers/Autocomplete/Articles %%DATADIR%%/html/Helpers/Autocomplete/Assets %%DATADIR%%/html/Helpers/Autocomplete/CustomFieldValues %%DATADIR%%/html/Helpers/Autocomplete/Groups +%%DATADIR%%/html/Helpers/Autocomplete/LinkTargets %%DATADIR%%/html/Helpers/Autocomplete/Owners %%DATADIR%%/html/Helpers/Autocomplete/Principals %%DATADIR%%/html/Helpers/Autocomplete/Queues @@ -1266,6 +1282,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Helpers/PreviewScrips %%DATADIR%%/html/Helpers/RightsInspector/Revoke %%DATADIR%%/html/Helpers/RightsInspector/Search +%%DATADIR%%/html/Helpers/SelectOwnerDropdown %%DATADIR%%/html/Helpers/ShortcutHelp %%DATADIR%%/html/Helpers/ShowSimplifiedRecipients %%DATADIR%%/html/Helpers/SpawnLinkedTicket @@ -1366,6 +1383,8 @@ sbin/standalone_httpd %%DATADIR%%/html/Search/Elements/EditQuery %%DATADIR%%/html/Search/Elements/EditSearches %%DATADIR%%/html/Search/Elements/EditSort +%%DATADIR%%/html/Search/Elements/FilterAssets +%%DATADIR%%/html/Search/Elements/FilterTickets %%DATADIR%%/html/Search/Elements/Graph %%DATADIR%%/html/Search/Elements/NewListActions %%DATADIR%%/html/Search/Elements/PickAssetCFs @@ -1417,6 +1436,7 @@ sbin/standalone_httpd %%DATADIR%%/html/SelfService/Helpers/Autocomplete/CustomFieldValues %%DATADIR%%/html/SelfService/Helpers/Autocomplete/Principals %%DATADIR%%/html/SelfService/Helpers/Autocomplete/Users +%%DATADIR%%/html/SelfService/Helpers/SelectOwnerDropdown %%DATADIR%%/html/SelfService/Helpers/ShortcutHelp %%DATADIR%%/html/SelfService/Helpers/TextDiff %%DATADIR%%/html/SelfService/Helpers/Upload/Add diff --git a/www/rubygem-rack/Makefile b/www/rubygem-rack/Makefile index 317ec913aaa..d7fb94114d6 100644 --- a/www/rubygem-rack/Makefile +++ b/www/rubygem-rack/Makefile @@ -1,5 +1,5 @@ PORTNAME= rack -PORTVERSION= 3.0.10 +PORTVERSION= 3.0.11 PORTEPOCH= 3 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-rack/distinfo b/www/rubygem-rack/distinfo index 738024976d2..1a39486b147 100644 --- a/www/rubygem-rack/distinfo +++ b/www/rubygem-rack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711466402 -SHA256 (rubygem/rack-3.0.10.gem) = 2fb98cf24147ad6a114a13cac8dd45531f451d2afd5cccabfb346b3aa58c7574 -SIZE (rubygem/rack-3.0.10.gem) = 109056 +TIMESTAMP = 1715652667 +SHA256 (rubygem/rack-3.0.11.gem) = a08473678160760d9085ebe14508a42add18cde4217107b4b1aa01c8f14ff98c +SIZE (rubygem/rack-3.0.11.gem) = 109056 diff --git a/www/rustypaste-cli/Makefile b/www/rustypaste-cli/Makefile index d0057a4858f..ac18f152af5 100644 --- a/www/rustypaste-cli/Makefile +++ b/www/rustypaste-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= rustypaste-cli DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= DtxdF@disroot.org diff --git a/www/rustypaste/Makefile b/www/rustypaste/Makefile index 96a7cdbe6f8..944aed617f0 100644 --- a/www/rustypaste/Makefile +++ b/www/rustypaste/Makefile @@ -1,7 +1,7 @@ PORTNAME= rustypaste DISTVERSIONPREFIX= v DISTVERSION= 0.14.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= DtxdF@disroot.org diff --git a/www/s/Makefile b/www/s/Makefile index d56c4321790..d128f362a94 100644 --- a/www/s/Makefile +++ b/www/s/Makefile @@ -1,6 +1,7 @@ PORTNAME= s DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/screego/Makefile b/www/screego/Makefile index 02f11fc93f8..3b0b4520b19 100644 --- a/www/screego/Makefile +++ b/www/screego/Makefile @@ -1,7 +1,7 @@ PORTNAME= screego DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MASTER_SITES= https://registry.yarnpkg.com/:yarn DISTFILES= @babel/code-frame/-/code-frame-7.8.3.tgz:yarn \ diff --git a/www/shiori/Makefile b/www/shiori/Makefile index 49882962c73..f53395c522b 100644 --- a/www/shiori/Makefile +++ b/www/shiori/Makefile @@ -1,7 +1,7 @@ PORTNAME= shiori DISTVERSIONPREFIX= v DISTVERSION= 1.6.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= nivit@FreeBSD.org diff --git a/www/so/Makefile b/www/so/Makefile index 460f224c106..e583963bc00 100644 --- a/www/so/Makefile +++ b/www/so/Makefile @@ -1,7 +1,7 @@ PORTNAME= so DISTVERSIONPREFIX= v DISTVERSION= 0.4.6 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= sec.research.2005@gmail.com diff --git a/www/sqlpage/Makefile b/www/sqlpage/Makefile index 5e575ae64ee..8b043180f89 100644 --- a/www/sqlpage/Makefile +++ b/www/sqlpage/Makefile @@ -2,7 +2,8 @@ PORTNAME= sqlpage DISTVERSIONPREFIX= v -DISTVERSION= 0.20.4 +DISTVERSION= 0.20.5 +PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= https://cdn.jsdelivr.net/npm/:npm DISTFILES= ${NPM_DISTFILES} diff --git a/www/sqlpage/Makefile.crates b/www/sqlpage/Makefile.crates index ca8af01f823..aa8dcc64a56 100644 --- a/www/sqlpage/Makefile.crates +++ b/www/sqlpage/Makefile.crates @@ -22,12 +22,12 @@ CARGO_CRATES= actix-codec-0.5.2 \ allocator-api2-0.2.18 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anstream-0.6.13 \ - anstyle-1.0.6 \ - anstyle-parse-0.2.3 \ - anstyle-query-1.0.2 \ - anstyle-wincon-3.0.2 \ - anyhow-1.0.82 \ + anstream-0.6.14 \ + anstyle-1.0.7 \ + anstyle-parse-0.2.4 \ + anstyle-query-1.0.3 \ + anstyle-wincon-3.0.3 \ + anyhow-1.0.83 \ argon2-0.5.3 \ asn1-rs-0.5.2 \ asn1-rs-derive-0.4.0 \ @@ -37,37 +37,37 @@ CARGO_CRATES= actix-codec-0.5.2 \ async-io-2.3.2 \ async-lock-3.3.0 \ async-net-2.0.0 \ - async-recursion-1.1.0 \ + async-recursion-1.1.1 \ async-stream-0.3.5 \ async-stream-impl-0.3.5 \ - async-task-4.7.0 \ + async-task-4.7.1 \ async-trait-0.1.80 \ async-web-client-0.5.1 \ atoi-2.0.0 \ atomic-waker-1.1.2 \ - autocfg-1.2.0 \ + autocfg-1.3.0 \ awc-3.4.0 \ backtrace-0.3.71 \ base64-0.13.1 \ base64-0.21.7 \ - base64-0.22.0 \ + base64-0.22.1 \ base64ct-1.6.0 \ bitflags-1.3.2 \ bitflags-2.5.0 \ blake2-0.10.6 \ block-buffer-0.10.4 \ - blocking-1.5.1 \ + blocking-1.6.0 \ brotli-3.5.0 \ brotli-decompressor-2.5.1 \ bumpalo-3.16.0 \ byteorder-1.5.0 \ bytes-1.6.0 \ bytestring-1.3.1 \ - cc-1.0.95 \ + cc-1.0.97 \ cfg-if-1.0.0 \ chrono-0.4.38 \ - colorchoice-1.0.0 \ - concurrent-queue-2.4.0 \ + colorchoice-1.0.1 \ + concurrent-queue-2.5.0 \ config-0.14.0 \ const-oid-0.9.6 \ const-random-0.1.18 \ @@ -91,7 +91,7 @@ CARGO_CRATES= actix-codec-0.5.2 \ darling_core-0.20.8 \ darling_macro-0.20.8 \ dary_heap-0.3.6 \ - data-encoding-2.5.0 \ + data-encoding-2.6.0 \ der-0.7.9 \ der-parser-8.2.0 \ deranged-0.3.11 \ @@ -107,15 +107,15 @@ CARGO_CRATES= actix-codec-0.5.2 \ env_filter-0.1.0 \ env_logger-0.11.3 \ equivalent-1.0.1 \ - errno-0.3.8 \ + errno-0.3.9 \ event-listener-3.1.0 \ event-listener-4.0.3 \ event-listener-5.3.0 \ event-listener-strategy-0.4.0 \ - event-listener-strategy-0.5.1 \ - fastrand-2.0.2 \ + event-listener-strategy-0.5.2 \ + fastrand-2.1.0 \ finl_unicode-1.2.0 \ - flate2-1.0.28 \ + flate2-1.0.30 \ flume-0.11.0 \ fnv-1.0.7 \ form_urlencoded-1.2.1 \ @@ -132,16 +132,16 @@ CARGO_CRATES= actix-codec-0.5.2 \ futures-task-0.3.30 \ futures-util-0.3.30 \ generic-array-0.14.7 \ - getrandom-0.2.14 \ + getrandom-0.2.15 \ gimli-0.28.1 \ gloo-net-0.2.6 \ gloo-utils-0.1.7 \ h2-0.3.26 \ handlebars-5.1.2 \ hashbrown-0.13.2 \ - hashbrown-0.14.3 \ - hashlink-0.8.4 \ - heck-0.4.1 \ + hashbrown-0.14.5 \ + hashlink-0.9.0 \ + heck-0.5.0 \ hermit-abi-0.3.9 \ hex-0.4.3 \ hkdf-0.12.4 \ @@ -161,6 +161,7 @@ CARGO_CRATES= actix-codec-0.5.2 \ include_dir-0.7.3 \ include_dir_macros-0.7.3 \ indexmap-2.2.6 \ + is_terminal_polyfill-1.70.0 \ itertools-0.12.1 \ itoa-1.0.11 \ jobserver-0.1.31 \ @@ -171,9 +172,9 @@ CARGO_CRATES= actix-codec-0.5.2 \ lambda_runtime_api_client-0.7.0 \ language-tags-0.3.2 \ lazy_static-1.4.0 \ - libc-0.2.153 \ - libflate-2.0.0 \ - libflate_lz77-2.0.0 \ + libc-0.2.154 \ + libflate-2.1.0 \ + libflate_lz77-2.1.0 \ libm-0.2.8 \ libredox-0.1.3 \ libsqlite3-sys-0.28.0 \ @@ -181,9 +182,9 @@ CARGO_CRATES= actix-codec-0.5.2 \ linux-raw-sys-0.4.13 \ local-channel-0.1.5 \ local-waker-0.1.4 \ - lock_api-0.4.11 \ + lock_api-0.4.12 \ log-0.4.21 \ - markdown-1.0.0-alpha.16 \ + markdown-1.0.0-alpha.17 \ md-5-0.10.6 \ memchr-2.7.2 \ mime-0.3.17 \ @@ -192,12 +193,12 @@ CARGO_CRATES= actix-codec-0.5.2 \ miniz_oxide-0.7.2 \ mio-0.8.11 \ nom-7.1.3 \ - num-bigint-0.4.4 \ + num-bigint-0.4.5 \ num-bigint-dig-0.8.4 \ num-conv-0.1.0 \ num-integer-0.1.46 \ - num-iter-0.1.44 \ - num-traits-0.2.18 \ + num-iter-0.1.45 \ + num-traits-0.2.19 \ num_cpus-1.16.0 \ object-0.32.2 \ oid-registry-0.6.1 \ @@ -205,19 +206,19 @@ CARGO_CRATES= actix-codec-0.5.2 \ option-ext-0.2.0 \ ordered-multimap-0.6.0 \ parking-2.2.0 \ - parking_lot-0.12.1 \ - parking_lot_core-0.9.9 \ + parking_lot-0.12.2 \ + parking_lot_core-0.9.10 \ parse-size-1.0.0 \ password-hash-0.5.0 \ - paste-1.0.14 \ + paste-1.0.15 \ pathdiff-0.2.1 \ pem-3.0.4 \ pem-rfc7468-0.7.0 \ percent-encoding-2.3.1 \ - pest-2.7.9 \ - pest_derive-2.7.9 \ - pest_generator-2.7.9 \ - pest_meta-2.7.9 \ + pest-2.7.10 \ + pest_derive-2.7.10 \ + pest_generator-2.7.10 \ + pest_meta-2.7.10 \ pin-project-1.1.5 \ pin-project-internal-1.1.5 \ pin-project-lite-0.2.14 \ @@ -229,13 +230,14 @@ CARGO_CRATES= actix-codec-0.5.2 \ polling-3.7.0 \ powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ - proc-macro2-1.0.81 \ + proc-macro2-1.0.82 \ quote-1.0.36 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ rcgen-0.12.1 \ redox_syscall-0.4.1 \ + redox_syscall-0.5.1 \ redox_users-0.4.5 \ regex-1.10.4 \ regex-automata-0.4.6 \ @@ -245,21 +247,21 @@ CARGO_CRATES= actix-codec-0.5.2 \ ron-0.8.1 \ rsa-0.9.6 \ rust-ini-0.19.0 \ - rustc-demangle-0.1.23 \ + rustc-demangle-0.1.24 \ rustc_version-0.4.0 \ rusticata-macros-4.1.0 \ rustix-0.38.34 \ rustls-0.22.4 \ rustls-acme-0.9.2 \ rustls-pemfile-2.1.2 \ - rustls-pki-types-1.4.1 \ + rustls-pki-types-1.7.0 \ rustls-webpki-0.102.3 \ - ryu-1.0.17 \ + ryu-1.0.18 \ scopeguard-1.2.0 \ - semver-1.0.22 \ - serde-1.0.198 \ - serde_derive-1.0.198 \ - serde_json-1.0.116 \ + semver-1.0.23 \ + serde-1.0.201 \ + serde_derive-1.0.201 \ + serde_json-1.0.117 \ serde_plain-1.0.2 \ serde_spanned-0.6.5 \ serde_urlencoded-0.7.1 \ @@ -269,26 +271,26 @@ CARGO_CRATES= actix-codec-0.5.2 \ signature-2.2.0 \ slab-0.4.9 \ smallvec-1.13.2 \ - socket2-0.5.6 \ + socket2-0.5.7 \ spin-0.5.2 \ spin-0.9.8 \ spki-0.7.3 \ sqlformat-0.2.3 \ - sqlparser-0.45.0 \ + sqlparser-0.46.0 \ sqlparser_derive-0.2.2 \ - sqlx-core-oldapi-0.6.20 \ - sqlx-macros-oldapi-0.6.20 \ - sqlx-oldapi-0.6.20 \ - sqlx-rt-oldapi-0.6.20 \ + sqlx-core-oldapi-0.6.22 \ + sqlx-macros-oldapi-0.6.22 \ + sqlx-oldapi-0.6.22 \ + sqlx-rt-oldapi-0.6.22 \ stringprep-0.1.4 \ strsim-0.10.0 \ subtle-2.5.0 \ syn-1.0.109 \ - syn-2.0.60 \ + syn-2.0.61 \ synstructure-0.12.6 \ tempfile-3.10.1 \ - thiserror-1.0.59 \ - thiserror-impl-1.0.59 \ + thiserror-1.0.60 \ + thiserror-impl-1.0.60 \ time-0.3.36 \ time-core-0.1.2 \ time-macros-0.2.18 \ @@ -299,7 +301,7 @@ CARGO_CRATES= actix-codec-0.5.2 \ tokio-macros-2.2.0 \ tokio-rustls-0.25.0 \ tokio-stream-0.1.15 \ - tokio-util-0.7.10 \ + tokio-util-0.7.11 \ toml-0.8.12 \ toml_datetime-0.6.5 \ toml_edit-0.22.12 \ @@ -358,12 +360,12 @@ CARGO_CRATES= actix-codec-0.5.2 \ windows_x86_64_gnullvm-0.52.5 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.5 \ - winnow-0.6.6 \ + winnow-0.6.8 \ x509-parser-0.15.1 \ yaml-rust-0.4.5 \ yasna-0.5.2 \ - zerocopy-0.7.32 \ - zerocopy-derive-0.7.32 \ + zerocopy-0.7.34 \ + zerocopy-derive-0.7.34 \ zeroize-1.7.0 \ zstd-0.13.1 \ zstd-safe-7.1.0 \ diff --git a/www/sqlpage/distinfo b/www/sqlpage/distinfo index 900d25688a1..573dab1aad8 100644 --- a/www/sqlpage/distinfo +++ b/www/sqlpage/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1713861564 +TIMESTAMP = 1715336106 SHA256 (apexcharts@3.47.0/dist/apexcharts.min.js) = 4ad143755f8347dc88b5b0970064cae8451cbbad77377bccd22e6782b619973e SIZE (apexcharts@3.47.0/dist/apexcharts.min.js) = 525068 SHA256 (@tabler/core@1.0.0-beta20/dist/css/tabler.min.css) = 952de72b130c6622884491bb5205289ce1d8baf1e05b979c9048ef1cc6316fd4 @@ -61,18 +61,18 @@ SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anstream-0.6.13.crate) = d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb -SIZE (rust/crates/anstream-0.6.13.crate) = 30928 -SHA256 (rust/crates/anstyle-1.0.6.crate) = 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc -SIZE (rust/crates/anstyle-1.0.6.crate) = 14604 -SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c -SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 -SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 -SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 -SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 -SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 -SHA256 (rust/crates/anyhow-1.0.82.crate) = f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519 -SIZE (rust/crates/anyhow-1.0.82.crate) = 45361 +SHA256 (rust/crates/anstream-0.6.14.crate) = 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b +SIZE (rust/crates/anstream-0.6.14.crate) = 29160 +SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b +SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 +SHA256 (rust/crates/anstyle-parse-0.2.4.crate) = c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 +SIZE (rust/crates/anstyle-parse-0.2.4.crate) = 23069 +SHA256 (rust/crates/anstyle-query-1.0.3.crate) = a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5 +SIZE (rust/crates/anstyle-query-1.0.3.crate) = 9742 +SHA256 (rust/crates/anstyle-wincon-3.0.3.crate) = 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 +SIZE (rust/crates/anstyle-wincon-3.0.3.crate) = 12179 +SHA256 (rust/crates/anyhow-1.0.83.crate) = 25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3 +SIZE (rust/crates/anyhow-1.0.83.crate) = 45650 SHA256 (rust/crates/argon2-0.5.3.crate) = 3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072 SIZE (rust/crates/argon2-0.5.3.crate) = 28795 SHA256 (rust/crates/asn1-rs-0.5.2.crate) = 7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0 @@ -91,14 +91,14 @@ SHA256 (rust/crates/async-lock-3.3.0.crate) = d034b430882f8381900d3fe6f0aaa3ad94 SIZE (rust/crates/async-lock-3.3.0.crate) = 33286 SHA256 (rust/crates/async-net-2.0.0.crate) = b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7 SIZE (rust/crates/async-net-2.0.0.crate) = 17787 -SHA256 (rust/crates/async-recursion-1.1.0.crate) = 30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5 -SIZE (rust/crates/async-recursion-1.1.0.crate) = 14982 +SHA256 (rust/crates/async-recursion-1.1.1.crate) = 3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11 +SIZE (rust/crates/async-recursion-1.1.1.crate) = 14874 SHA256 (rust/crates/async-stream-0.3.5.crate) = cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51 SIZE (rust/crates/async-stream-0.3.5.crate) = 11916 SHA256 (rust/crates/async-stream-impl-0.3.5.crate) = 16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193 SIZE (rust/crates/async-stream-impl-0.3.5.crate) = 4173 -SHA256 (rust/crates/async-task-4.7.0.crate) = fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799 -SIZE (rust/crates/async-task-4.7.0.crate) = 38906 +SHA256 (rust/crates/async-task-4.7.1.crate) = 8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de +SIZE (rust/crates/async-task-4.7.1.crate) = 38077 SHA256 (rust/crates/async-trait-0.1.80.crate) = c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca SIZE (rust/crates/async-trait-0.1.80.crate) = 28775 SHA256 (rust/crates/async-web-client-0.5.1.crate) = a820ef79f63962244fc33d3f17dafb41f1c6bb9754de97c3c09c57c1b8a360ce @@ -107,8 +107,8 @@ SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9 SIZE (rust/crates/atoi-2.0.0.crate) = 7785 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 -SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 -SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 +SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 +SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 SHA256 (rust/crates/awc-3.4.0.crate) = 68c09cc97310b926f01621faee652f3d1b0962545a3cec6c9ac07def9ea36c2c SIZE (rust/crates/awc-3.4.0.crate) = 75016 SHA256 (rust/crates/backtrace-0.3.71.crate) = 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d @@ -117,8 +117,8 @@ SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71 SIZE (rust/crates/base64-0.13.1.crate) = 61002 SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 SIZE (rust/crates/base64-0.21.7.crate) = 82576 -SHA256 (rust/crates/base64-0.22.0.crate) = 9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51 -SIZE (rust/crates/base64-0.22.0.crate) = 81568 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/base64ct-1.6.0.crate) = 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b SIZE (rust/crates/base64ct-1.6.0.crate) = 28870 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a @@ -129,8 +129,8 @@ SHA256 (rust/crates/blake2-0.10.6.crate) = 46502ad458c9a52b69d4d4d32775c788b7a1b SIZE (rust/crates/blake2-0.10.6.crate) = 47234 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/blocking-1.5.1.crate) = 6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118 -SIZE (rust/crates/blocking-1.5.1.crate) = 17277 +SHA256 (rust/crates/blocking-1.6.0.crate) = 495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88 +SIZE (rust/crates/blocking-1.6.0.crate) = 17696 SHA256 (rust/crates/brotli-3.5.0.crate) = d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391 SIZE (rust/crates/brotli-3.5.0.crate) = 1390231 SHA256 (rust/crates/brotli-decompressor-2.5.1.crate) = 4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f @@ -143,16 +143,16 @@ SHA256 (rust/crates/bytes-1.6.0.crate) = 514de17de45fdb8dc022b1a7975556c53c86f9f SIZE (rust/crates/bytes-1.6.0.crate) = 60605 SHA256 (rust/crates/bytestring-1.3.1.crate) = 74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72 SIZE (rust/crates/bytestring-1.3.1.crate) = 9142 -SHA256 (rust/crates/cc-1.0.95.crate) = d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b -SIZE (rust/crates/cc-1.0.95.crate) = 76485 +SHA256 (rust/crates/cc-1.0.97.crate) = 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 +SIZE (rust/crates/cc-1.0.97.crate) = 76951 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/chrono-0.4.38.crate) = a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 SIZE (rust/crates/chrono-0.4.38.crate) = 220559 -SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 -SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 -SHA256 (rust/crates/concurrent-queue-2.4.0.crate) = d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363 -SIZE (rust/crates/concurrent-queue-2.4.0.crate) = 20244 +SHA256 (rust/crates/colorchoice-1.0.1.crate) = 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 +SIZE (rust/crates/colorchoice-1.0.1.crate) = 7895 +SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 +SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 SHA256 (rust/crates/config-0.14.0.crate) = 7328b20597b53c2454f0b1919720c25c7339051c02b72b7e05409e00b14132be SIZE (rust/crates/config-0.14.0.crate) = 79442 SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 @@ -199,8 +199,8 @@ SHA256 (rust/crates/darling_macro-0.20.8.crate) = a668eda54683121533a393014d8692 SIZE (rust/crates/darling_macro-0.20.8.crate) = 1856 SHA256 (rust/crates/dary_heap-0.3.6.crate) = 7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca SIZE (rust/crates/dary_heap-0.3.6.crate) = 23683 -SHA256 (rust/crates/data-encoding-2.5.0.crate) = 7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5 -SIZE (rust/crates/data-encoding-2.5.0.crate) = 20632 +SHA256 (rust/crates/data-encoding-2.6.0.crate) = e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2 +SIZE (rust/crates/data-encoding-2.6.0.crate) = 20769 SHA256 (rust/crates/der-0.7.9.crate) = f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0 SIZE (rust/crates/der-0.7.9.crate) = 85173 SHA256 (rust/crates/der-parser-8.2.0.crate) = dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e @@ -231,8 +231,8 @@ SHA256 (rust/crates/env_logger-0.11.3.crate) = 38b35839ba51819680ba087cd351788c9 SIZE (rust/crates/env_logger-0.11.3.crate) = 29704 SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 -SIZE (rust/crates/errno-0.3.8.crate) = 10645 +SHA256 (rust/crates/errno-0.3.9.crate) = 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba +SIZE (rust/crates/errno-0.3.9.crate) = 10690 SHA256 (rust/crates/event-listener-3.1.0.crate) = d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2 SIZE (rust/crates/event-listener-3.1.0.crate) = 38793 SHA256 (rust/crates/event-listener-4.0.3.crate) = 67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e @@ -241,14 +241,14 @@ SHA256 (rust/crates/event-listener-5.3.0.crate) = 6d9944b8ca13534cdfb2800775f8dd SIZE (rust/crates/event-listener-5.3.0.crate) = 43084 SHA256 (rust/crates/event-listener-strategy-0.4.0.crate) = 958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3 SIZE (rust/crates/event-listener-strategy-0.4.0.crate) = 10225 -SHA256 (rust/crates/event-listener-strategy-0.5.1.crate) = 332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3 -SIZE (rust/crates/event-listener-strategy-0.5.1.crate) = 10656 -SHA256 (rust/crates/fastrand-2.0.2.crate) = 658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984 -SIZE (rust/crates/fastrand-2.0.2.crate) = 14674 +SHA256 (rust/crates/event-listener-strategy-0.5.2.crate) = 0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1 +SIZE (rust/crates/event-listener-strategy-0.5.2.crate) = 10697 +SHA256 (rust/crates/fastrand-2.1.0.crate) = 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a +SIZE (rust/crates/fastrand-2.1.0.crate) = 14907 SHA256 (rust/crates/finl_unicode-1.2.0.crate) = 8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6 SIZE (rust/crates/finl_unicode-1.2.0.crate) = 687752 -SHA256 (rust/crates/flate2-1.0.28.crate) = 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e -SIZE (rust/crates/flate2-1.0.28.crate) = 73690 +SHA256 (rust/crates/flate2-1.0.30.crate) = 5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae +SIZE (rust/crates/flate2-1.0.30.crate) = 75511 SHA256 (rust/crates/flume-0.11.0.crate) = 55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181 SIZE (rust/crates/flume-0.11.0.crate) = 67502 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -281,8 +281,8 @@ SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987 SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/getrandom-0.2.14.crate) = 94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c -SIZE (rust/crates/getrandom-0.2.14.crate) = 37307 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 SHA256 (rust/crates/gimli-0.28.1.crate) = 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 SIZE (rust/crates/gimli-0.28.1.crate) = 270497 SHA256 (rust/crates/gloo-net-0.2.6.crate) = 9902a044653b26b99f7e3693a42f171312d9be8b26b5697bd1e43ad1f8a35e10 @@ -295,12 +295,12 @@ SHA256 (rust/crates/handlebars-5.1.2.crate) = d08485b96a0e6393e9e4d1b8d48cf74ad6 SIZE (rust/crates/handlebars-5.1.2.crate) = 98550 SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 -SHA256 (rust/crates/hashlink-0.8.4.crate) = e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7 -SIZE (rust/crates/hashlink-0.8.4.crate) = 26514 -SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 -SIZE (rust/crates/heck-0.4.1.crate) = 11567 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 +SHA256 (rust/crates/hashlink-0.9.0.crate) = 692eaaf7f7607518dd3cef090f1474b61edc5301d8012f09579920df68b725ee +SIZE (rust/crates/hashlink-0.9.0.crate) = 26390 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 @@ -339,6 +339,8 @@ SHA256 (rust/crates/include_dir_macros-0.7.3.crate) = b139284b5cf57ecfa712bcc669 SIZE (rust/crates/include_dir_macros-0.7.3.crate) = 3700 SHA256 (rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 SIZE (rust/crates/indexmap-2.2.6.crate) = 82420 +SHA256 (rust/crates/is_terminal_polyfill-1.70.0.crate) = f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 +SIZE (rust/crates/is_terminal_polyfill-1.70.0.crate) = 7451 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b @@ -359,12 +361,12 @@ SHA256 (rust/crates/language-tags-0.3.2.crate) = d4345964bb142484797b161f473a503 SIZE (rust/crates/language-tags-0.3.2.crate) = 53420 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd -SIZE (rust/crates/libc-0.2.153.crate) = 740614 -SHA256 (rust/crates/libflate-2.0.0.crate) = 9f7d5654ae1795afc7ff76f4365c2c8791b0feb18e8996a96adad8ffd7c3b2bf -SIZE (rust/crates/libflate-2.0.0.crate) = 42505 -SHA256 (rust/crates/libflate_lz77-2.0.0.crate) = be5f52fb8c451576ec6b79d3f4deb327398bc05bbdbd99021a6e77a4c855d524 -SIZE (rust/crates/libflate_lz77-2.0.0.crate) = 5893 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 +SHA256 (rust/crates/libflate-2.1.0.crate) = 45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e +SIZE (rust/crates/libflate-2.1.0.crate) = 43366 +SHA256 (rust/crates/libflate_lz77-2.1.0.crate) = e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d +SIZE (rust/crates/libflate_lz77-2.1.0.crate) = 5918 SHA256 (rust/crates/libm-0.2.8.crate) = 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 SIZE (rust/crates/libm-0.2.8.crate) = 113450 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d @@ -379,12 +381,12 @@ SHA256 (rust/crates/local-channel-0.1.5.crate) = b6cbc85e69b8df4b8bb8b89ec634e71 SIZE (rust/crates/local-channel-0.1.5.crate) = 7881 SHA256 (rust/crates/local-waker-0.1.4.crate) = 4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487 SIZE (rust/crates/local-waker-0.1.4.crate) = 6730 -SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 -SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 +SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 +SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 SHA256 (rust/crates/log-0.4.21.crate) = 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c SIZE (rust/crates/log-0.4.21.crate) = 43442 -SHA256 (rust/crates/markdown-1.0.0-alpha.16.crate) = 5b0f0025e8c0d89b84d6dc63e859475e40e8e82ab1a08be0a93ad5731513a508 -SIZE (rust/crates/markdown-1.0.0-alpha.16.crate) = 193486 +SHA256 (rust/crates/markdown-1.0.0-alpha.17.crate) = 21e27d6220ce21f80ce5c4201f23a37c6f1ad037c72c9d1ff215c2919605a5d6 +SIZE (rust/crates/markdown-1.0.0-alpha.17.crate) = 214953 SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf SIZE (rust/crates/md-5-0.10.6.crate) = 16161 SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d @@ -401,18 +403,18 @@ SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae SIZE (rust/crates/mio-0.8.11.crate) = 102983 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 -SHA256 (rust/crates/num-bigint-0.4.4.crate) = 608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0 -SIZE (rust/crates/num-bigint-0.4.4.crate) = 99369 +SHA256 (rust/crates/num-bigint-0.4.5.crate) = c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7 +SIZE (rust/crates/num-bigint-0.4.5.crate) = 102281 SHA256 (rust/crates/num-bigint-dig-0.8.4.crate) = dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151 SIZE (rust/crates/num-bigint-dig-0.8.4.crate) = 123825 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 -SHA256 (rust/crates/num-iter-0.1.44.crate) = d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9 -SIZE (rust/crates/num-iter-0.1.44.crate) = 10249 -SHA256 (rust/crates/num-traits-0.2.18.crate) = da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a -SIZE (rust/crates/num-traits-0.2.18.crate) = 51930 +SHA256 (rust/crates/num-iter-0.1.45.crate) = 1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf +SIZE (rust/crates/num-iter-0.1.45.crate) = 10320 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 SHA256 (rust/crates/object-0.32.2.crate) = a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 @@ -427,16 +429,16 @@ SHA256 (rust/crates/ordered-multimap-0.6.0.crate) = 4ed8acf08e98e744e5384c8bc63c SIZE (rust/crates/ordered-multimap-0.6.0.crate) = 23158 SHA256 (rust/crates/parking-2.2.0.crate) = bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae SIZE (rust/crates/parking-2.2.0.crate) = 9730 -SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f -SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 -SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e -SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445 +SHA256 (rust/crates/parking_lot-0.12.2.crate) = 7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb +SIZE (rust/crates/parking_lot-0.12.2.crate) = 41723 +SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 +SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 SHA256 (rust/crates/parse-size-1.0.0.crate) = 944553dd59c802559559161f9816429058b869003836120e262e8caec061b7ae SIZE (rust/crates/parse-size-1.0.0.crate) = 6588 SHA256 (rust/crates/password-hash-0.5.0.crate) = 346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166 SIZE (rust/crates/password-hash-0.5.0.crate) = 26884 -SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c -SIZE (rust/crates/paste-1.0.14.crate) = 18157 +SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a +SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/pathdiff-0.2.1.crate) = 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd SIZE (rust/crates/pathdiff-0.2.1.crate) = 7142 SHA256 (rust/crates/pem-3.0.4.crate) = 8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae @@ -445,14 +447,14 @@ SHA256 (rust/crates/pem-rfc7468-0.7.0.crate) = 88b39c9bfcfc231068454382784bb460a SIZE (rust/crates/pem-rfc7468-0.7.0.crate) = 24159 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pest-2.7.9.crate) = 311fb059dee1a7b802f036316d790138c613a4e8b180c822e3925a662e9f0c95 -SIZE (rust/crates/pest-2.7.9.crate) = 123517 -SHA256 (rust/crates/pest_derive-2.7.9.crate) = f73541b156d32197eecda1a4014d7f868fd2bcb3c550d5386087cfba442bf69c -SIZE (rust/crates/pest_derive-2.7.9.crate) = 36139 -SHA256 (rust/crates/pest_generator-2.7.9.crate) = c35eeed0a3fab112f75165fdc026b3913f4183133f19b49be773ac9ea966e8bd -SIZE (rust/crates/pest_generator-2.7.9.crate) = 18412 -SHA256 (rust/crates/pest_meta-2.7.9.crate) = 2adbf29bb9776f28caece835398781ab24435585fe0d4dc1374a61db5accedca -SIZE (rust/crates/pest_meta-2.7.9.crate) = 41547 +SHA256 (rust/crates/pest-2.7.10.crate) = 560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8 +SIZE (rust/crates/pest-2.7.10.crate) = 123707 +SHA256 (rust/crates/pest_derive-2.7.10.crate) = 26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459 +SIZE (rust/crates/pest_derive-2.7.10.crate) = 36221 +SHA256 (rust/crates/pest_generator-2.7.10.crate) = 3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687 +SIZE (rust/crates/pest_generator-2.7.10.crate) = 18411 +SHA256 (rust/crates/pest_meta-2.7.10.crate) = d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd +SIZE (rust/crates/pest_meta-2.7.10.crate) = 41550 SHA256 (rust/crates/pin-project-1.1.5.crate) = b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3 SIZE (rust/crates/pin-project-1.1.5.crate) = 54214 SHA256 (rust/crates/pin-project-internal-1.1.5.crate) = 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965 @@ -475,8 +477,8 @@ SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff9416 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 -SHA256 (rust/crates/proc-macro2-1.0.81.crate) = 3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba -SIZE (rust/crates/proc-macro2-1.0.81.crate) = 48233 +SHA256 (rust/crates/proc-macro2-1.0.82.crate) = 8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b +SIZE (rust/crates/proc-macro2-1.0.82.crate) = 48452 SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 SIZE (rust/crates/quote-1.0.36.crate) = 28507 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -489,6 +491,8 @@ SHA256 (rust/crates/rcgen-0.12.1.crate) = 48406db8ac1f3cbc7dcdb56ec355343817958a SIZE (rust/crates/rcgen-0.12.1.crate) = 63815 SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 +SHA256 (rust/crates/redox_syscall-0.5.1.crate) = 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e +SIZE (rust/crates/redox_syscall-0.5.1.crate) = 22536 SHA256 (rust/crates/redox_users-0.4.5.crate) = bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 SIZE (rust/crates/redox_users-0.4.5.crate) = 15514 SHA256 (rust/crates/regex-1.10.4.crate) = c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c @@ -507,8 +511,8 @@ SHA256 (rust/crates/rsa-0.9.6.crate) = 5d0e5124fcb30e76a7e79bfee683a2746db83784b SIZE (rust/crates/rsa-0.9.6.crate) = 80048 SHA256 (rust/crates/rust-ini-0.19.0.crate) = 7e2a3bcec1f113553ef1c88aae6c020a369d03d55b58de9869a0908930385091 SIZE (rust/crates/rust-ini-0.19.0.crate) = 18328 -SHA256 (rust/crates/rustc-demangle-0.1.23.crate) = d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 -SIZE (rust/crates/rustc-demangle-0.1.23.crate) = 28970 +SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f +SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 SHA256 (rust/crates/rustc_version-0.4.0.crate) = bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 SIZE (rust/crates/rustc_version-0.4.0.crate) = 12175 SHA256 (rust/crates/rusticata-macros-4.1.0.crate) = faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632 @@ -521,22 +525,22 @@ SHA256 (rust/crates/rustls-acme-0.9.2.crate) = 9f6de93ea3b4a88a9048f753f6db50242 SIZE (rust/crates/rustls-acme-0.9.2.crate) = 43768 SHA256 (rust/crates/rustls-pemfile-2.1.2.crate) = 29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d SIZE (rust/crates/rustls-pemfile-2.1.2.crate) = 25928 -SHA256 (rust/crates/rustls-pki-types-1.4.1.crate) = ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247 -SIZE (rust/crates/rustls-pki-types-1.4.1.crate) = 29437 +SHA256 (rust/crates/rustls-pki-types-1.7.0.crate) = 976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d +SIZE (rust/crates/rustls-pki-types-1.7.0.crate) = 29555 SHA256 (rust/crates/rustls-webpki-0.102.3.crate) = f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf SIZE (rust/crates/rustls-webpki-0.102.3.crate) = 197543 -SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 -SIZE (rust/crates/ryu-1.0.17.crate) = 47537 +SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f +SIZE (rust/crates/ryu-1.0.18.crate) = 47713 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/semver-1.0.22.crate) = 92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca -SIZE (rust/crates/semver-1.0.22.crate) = 30446 -SHA256 (rust/crates/serde-1.0.198.crate) = 9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc -SIZE (rust/crates/serde-1.0.198.crate) = 77577 -SHA256 (rust/crates/serde_derive-1.0.198.crate) = e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9 -SIZE (rust/crates/serde_derive-1.0.198.crate) = 55787 -SHA256 (rust/crates/serde_json-1.0.116.crate) = 3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813 -SIZE (rust/crates/serde_json-1.0.116.crate) = 146790 +SHA256 (rust/crates/semver-1.0.23.crate) = 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b +SIZE (rust/crates/semver-1.0.23.crate) = 30622 +SHA256 (rust/crates/serde-1.0.201.crate) = 780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c +SIZE (rust/crates/serde-1.0.201.crate) = 77725 +SHA256 (rust/crates/serde_derive-1.0.201.crate) = c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865 +SIZE (rust/crates/serde_derive-1.0.201.crate) = 55865 +SHA256 (rust/crates/serde_json-1.0.117.crate) = 455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3 +SIZE (rust/crates/serde_json-1.0.117.crate) = 146921 SHA256 (rust/crates/serde_plain-1.0.2.crate) = 9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50 SIZE (rust/crates/serde_plain-1.0.2.crate) = 11183 SHA256 (rust/crates/serde_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 @@ -555,8 +559,8 @@ SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0b SIZE (rust/crates/slab-0.4.9.crate) = 17108 SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 -SHA256 (rust/crates/socket2-0.5.6.crate) = 05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871 -SIZE (rust/crates/socket2-0.5.6.crate) = 55270 +SHA256 (rust/crates/socket2-0.5.7.crate) = ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c +SIZE (rust/crates/socket2-0.5.7.crate) = 55758 SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d SIZE (rust/crates/spin-0.5.2.crate) = 12004 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 @@ -565,18 +569,18 @@ SHA256 (rust/crates/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a17982903 SIZE (rust/crates/spki-0.7.3.crate) = 16409 SHA256 (rust/crates/sqlformat-0.2.3.crate) = ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c SIZE (rust/crates/sqlformat-0.2.3.crate) = 21878 -SHA256 (rust/crates/sqlparser-0.45.0.crate) = f7bbffee862a796d67959a89859d6b1046bb5016d63e23835ad0da182777bbe0 -SIZE (rust/crates/sqlparser-0.45.0.crate) = 182846 +SHA256 (rust/crates/sqlparser-0.46.0.crate) = 11a81a8cad9befe4cf1b9d2d4b9c6841c76f0882a3fec00d95133953c13b3d3d +SIZE (rust/crates/sqlparser-0.46.0.crate) = 193438 SHA256 (rust/crates/sqlparser_derive-0.2.2.crate) = 01b2e185515564f15375f593fb966b5718bc624ba77fe49fa4616ad619690554 SIZE (rust/crates/sqlparser_derive-0.2.2.crate) = 3901 -SHA256 (rust/crates/sqlx-core-oldapi-0.6.20.crate) = 624f048d5bd101ab562d59b9c39482b913b56e650cdddaf02261a0a4183c92ca -SIZE (rust/crates/sqlx-core-oldapi-0.6.20.crate) = 310115 -SHA256 (rust/crates/sqlx-macros-oldapi-0.6.20.crate) = 20072fc1733434670020c0ac4aa4dded9ef63b96fe752f9c1a99e59912aaf387 -SIZE (rust/crates/sqlx-macros-oldapi-0.6.20.crate) = 24656 -SHA256 (rust/crates/sqlx-oldapi-0.6.20.crate) = cf8dbf0eee6f059103c75080f9c8d2ecce0e9c5fe2038b9b83e1b84699d27cdf -SIZE (rust/crates/sqlx-oldapi-0.6.20.crate) = 131875 -SHA256 (rust/crates/sqlx-rt-oldapi-0.6.20.crate) = 411bcba96bb1eb626546c94ec6eff6c576c995c631ffb0c1c91839c9ffd36607 -SIZE (rust/crates/sqlx-rt-oldapi-0.6.20.crate) = 2348 +SHA256 (rust/crates/sqlx-core-oldapi-0.6.22.crate) = aa9a7023136d8a8f6da5ad32aa17a2069fd34f9473288f1086d6eeb4044920f8 +SIZE (rust/crates/sqlx-core-oldapi-0.6.22.crate) = 311576 +SHA256 (rust/crates/sqlx-macros-oldapi-0.6.22.crate) = ab0aaae6248541829f7135fad6fdc4fb45e63b25a669c002307c1411d7219b2a +SIZE (rust/crates/sqlx-macros-oldapi-0.6.22.crate) = 24652 +SHA256 (rust/crates/sqlx-oldapi-0.6.22.crate) = ea211c9013de96d018ab47b5ec307b74ddaf079cba70a18bd6239b090b30e150 +SIZE (rust/crates/sqlx-oldapi-0.6.22.crate) = 137004 +SHA256 (rust/crates/sqlx-rt-oldapi-0.6.22.crate) = 218f0ab15a62c98c18eb5866c188688dc7df3baedb7f2a15a51761f10834f171 +SIZE (rust/crates/sqlx-rt-oldapi-0.6.22.crate) = 2354 SHA256 (rust/crates/stringprep-0.1.4.crate) = bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6 SIZE (rust/crates/stringprep-0.1.4.crate) = 23551 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 @@ -585,16 +589,16 @@ SHA256 (rust/crates/subtle-2.5.0.crate) = 81cdd64d312baedb58e21336b31bc043b77e01 SIZE (rust/crates/subtle-2.5.0.crate) = 13909 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.60.crate) = 909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3 -SIZE (rust/crates/syn-2.0.60.crate) = 255808 +SHA256 (rust/crates/syn-2.0.61.crate) = c993ed8ccba56ae856363b1845da7266a7cb78e1d146c8a32d54b45a8b831fc9 +SIZE (rust/crates/syn-2.0.61.crate) = 257199 SHA256 (rust/crates/synstructure-0.12.6.crate) = f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f SIZE (rust/crates/synstructure-0.12.6.crate) = 18429 SHA256 (rust/crates/tempfile-3.10.1.crate) = 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1 SIZE (rust/crates/tempfile-3.10.1.crate) = 33653 -SHA256 (rust/crates/thiserror-1.0.59.crate) = f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa -SIZE (rust/crates/thiserror-1.0.59.crate) = 21040 -SHA256 (rust/crates/thiserror-impl-1.0.59.crate) = d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66 -SIZE (rust/crates/thiserror-impl-1.0.59.crate) = 15726 +SHA256 (rust/crates/thiserror-1.0.60.crate) = 579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18 +SIZE (rust/crates/thiserror-1.0.60.crate) = 21247 +SHA256 (rust/crates/thiserror-impl-1.0.60.crate) = e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524 +SIZE (rust/crates/thiserror-impl-1.0.60.crate) = 15787 SHA256 (rust/crates/time-0.3.36.crate) = 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 SIZE (rust/crates/time-0.3.36.crate) = 119805 SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 @@ -615,8 +619,8 @@ SHA256 (rust/crates/tokio-rustls-0.25.0.crate) = 775e0c0f0adb3a2f22a00c4745d728b SIZE (rust/crates/tokio-rustls-0.25.0.crate) = 30541 SHA256 (rust/crates/tokio-stream-0.1.15.crate) = 267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af SIZE (rust/crates/tokio-stream-0.1.15.crate) = 36284 -SHA256 (rust/crates/tokio-util-0.7.10.crate) = 5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15 -SIZE (rust/crates/tokio-util-0.7.10.crate) = 110508 +SHA256 (rust/crates/tokio-util-0.7.11.crate) = 9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1 +SIZE (rust/crates/tokio-util-0.7.11.crate) = 113421 SHA256 (rust/crates/toml-0.8.12.crate) = e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3 SIZE (rust/crates/toml-0.8.12.crate) = 51145 SHA256 (rust/crates/toml_datetime-0.6.5.crate) = 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1 @@ -733,18 +737,18 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b738 SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 -SHA256 (rust/crates/winnow-0.6.6.crate) = f0c976aaaa0e1f90dbb21e9587cdaf1d9679a1cde8875c0d6bd83ab96a208352 -SIZE (rust/crates/winnow-0.6.6.crate) = 159321 +SHA256 (rust/crates/winnow-0.6.8.crate) = c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d +SIZE (rust/crates/winnow-0.6.8.crate) = 159453 SHA256 (rust/crates/x509-parser-0.15.1.crate) = 7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da SIZE (rust/crates/x509-parser-0.15.1.crate) = 91123 SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 SHA256 (rust/crates/yasna-0.5.2.crate) = e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd SIZE (rust/crates/yasna-0.5.2.crate) = 34859 -SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be -SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 -SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 -SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623 +SHA256 (rust/crates/zerocopy-0.7.34.crate) = ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087 +SIZE (rust/crates/zerocopy-0.7.34.crate) = 151177 +SHA256 (rust/crates/zerocopy-derive-0.7.34.crate) = 15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b +SIZE (rust/crates/zerocopy-derive-0.7.34.crate) = 37907 SHA256 (rust/crates/zeroize-1.7.0.crate) = 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d SIZE (rust/crates/zeroize-1.7.0.crate) = 19039 SHA256 (rust/crates/zstd-0.13.1.crate) = 2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a @@ -753,5 +757,5 @@ SHA256 (rust/crates/zstd-safe-7.1.0.crate) = 1cd99b45c6bc03a018c8b8a86025678c87e SIZE (rust/crates/zstd-safe-7.1.0.crate) = 20792 SHA256 (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa SIZE (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = 749088 -SHA256 (lovasoa-SQLpage-v0.20.4_GH0.tar.gz) = 6102e9ed298cf15929f5e7a37853daf4f6725bf199fd09407c34c566b456fdaf -SIZE (lovasoa-SQLpage-v0.20.4_GH0.tar.gz) = 19621465 +SHA256 (lovasoa-SQLpage-v0.20.5_GH0.tar.gz) = c54dd46d2fd54572c2ad4a0060ae0cd74409944337b645f4914e4b36667aef58 +SIZE (lovasoa-SQLpage-v0.20.5_GH0.tar.gz) = 23749805 diff --git a/www/stork/Makefile b/www/stork/Makefile index 72bd9b09f54..17a7c914541 100644 --- a/www/stork/Makefile +++ b/www/stork/Makefile @@ -1,7 +1,7 @@ PORTNAME= stork DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/tgpt/Makefile b/www/tgpt/Makefile index 470036e2d87..d8a9a1a4a21 100644 --- a/www/tgpt/Makefile +++ b/www/tgpt/Makefile @@ -1,6 +1,7 @@ PORTNAME= tgpt DISTVERSIONPREFIX= v DISTVERSION= 2.7.3 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= nxjoseph@protonmail.com diff --git a/www/tomcat-devel/Makefile b/www/tomcat-devel/Makefile index 634371d28f3..cc5704cae5b 100644 --- a/www/tomcat-devel/Makefile +++ b/www/tomcat-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -DISTVERSION= 11.0.0-M19 +DISTVERSION= 11.0.0-M20 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION:C/([0-9]+)(.*)/\1/}/v${DISTVERSION}/bin PKGNAMESUFFIX= -devel diff --git a/www/tomcat-devel/distinfo b/www/tomcat-devel/distinfo index 7acb43e2c15..248ea300623 100644 --- a/www/tomcat-devel/distinfo +++ b/www/tomcat-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713281284 -SHA256 (apache-tomcat-11.0.0-M19.tar.gz) = ae4c72f0c265f7d9e0e4d43b0d6757cf514af797cf1715ebd0dedebf1b94d542 -SIZE (apache-tomcat-11.0.0-M19.tar.gz) = 12923761 +TIMESTAMP = 1715173930 +SHA256 (apache-tomcat-11.0.0-M20.tar.gz) = 9e04f5af3e981bca833c06d2fa79ce37168146b81ad90a790c97f45a49807f92 +SIZE (apache-tomcat-11.0.0-M20.tar.gz) = 12994063 diff --git a/www/tomcat-devel/pkg-plist b/www/tomcat-devel/pkg-plist index 4b828aaba36..142df7a0c80 100644 --- a/www/tomcat-devel/pkg-plist +++ b/www/tomcat-devel/pkg-plist @@ -27,7 +27,7 @@ %%T%%/lib/catalina-storeconfig.jar %%T%%/lib/catalina-tribes.jar %%T%%/lib/catalina.jar -%%T%%/lib/ecj-4.30.jar +%%T%%/lib/ecj-4.31.jar %%T%%/lib/el-api.jar %%T%%/lib/jakartaee-migration-1.0.8-shaded.jar %%T%%/lib/jasper-el.jar @@ -105,6 +105,12 @@ %%DOCS%%%%T%%/webapps/docs/architecture/requestProcess/authentication-process.png %%DOCS%%%%T%%/webapps/docs/architecture/requestProcess/request-process.png %%DOCS%%%%T%%/webapps/docs/architecture/startup.html +%%DOCS%%%%T%%/webapps/docs/architecture/startup/1_catalina_load.svg +%%DOCS%%%%T%%/webapps/docs/architecture/startup/2_catalina_initliaze.svg +%%DOCS%%%%T%%/webapps/docs/architecture/startup/3_catalina_start_1.svg +%%DOCS%%%%T%%/webapps/docs/architecture/startup/4_catalina_start_2.svg +%%DOCS%%%%T%%/webapps/docs/architecture/startup/5_catalina_start_3.svg +%%DOCS%%%%T%%/webapps/docs/architecture/startup/6_catalina_start_4.svg %%DOCS%%%%T%%/webapps/docs/architecture/startup/serverStartup.pdf %%DOCS%%%%T%%/webapps/docs/architecture/startup/serverStartup.txt %%DOCS%%%%T%%/webapps/docs/balancer-howto.html diff --git a/www/tomcat101/Makefile b/www/tomcat101/Makefile index 535dafafc16..940279fe26a 100644 --- a/www/tomcat101/Makefile +++ b/www/tomcat101/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -DISTVERSION= 10.1.23 +DISTVERSION= 10.1.24 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION:C/([0-9]+)(.*)/\1/}/v${DISTVERSION}/bin PKGNAMESUFFIX= 101 diff --git a/www/tomcat101/distinfo b/www/tomcat101/distinfo index e0c1d570841..bc814ced108 100644 --- a/www/tomcat101/distinfo +++ b/www/tomcat101/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713910216 -SHA256 (apache-tomcat-10.1.23.tar.gz) = a5572c9e90ff81ea16681df97176bb6a9f537b1c3fbe0ffba5297fee59c398aa -SIZE (apache-tomcat-10.1.23.tar.gz) = 12992318 +TIMESTAMP = 1715628653 +SHA256 (apache-tomcat-10.1.24.tar.gz) = 216db5c726a6857e2a698ba5f9406fa862d037733f98ab2338feb3fc511c3068 +SIZE (apache-tomcat-10.1.24.tar.gz) = 13008703 diff --git a/www/tomcat9/Makefile b/www/tomcat9/Makefile index 712f36a7e00..cc675c19add 100644 --- a/www/tomcat9/Makefile +++ b/www/tomcat9/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -PORTVERSION= 9.0.88 +PORTVERSION= 9.0.89 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/([0-9])(.*)/\1/}/v${PORTVERSION}/bin PKGNAMESUFFIX= 9 diff --git a/www/tomcat9/distinfo b/www/tomcat9/distinfo index c6e2c88b915..71bd3b62252 100644 --- a/www/tomcat9/distinfo +++ b/www/tomcat9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713281043 -SHA256 (apache-tomcat-9.0.88.tar.gz) = bef81ccaa4f7d7c89ea86eb56f6343c51cd793374c8ecc2038b7a7f5e27d6628 -SIZE (apache-tomcat-9.0.88.tar.gz) = 11744294 +TIMESTAMP = 1715146423 +SHA256 (apache-tomcat-9.0.89.tar.gz) = cb8aed230aa2f15cc5c2439b044dd88d6ec8900e46d81ee63c4d1090c0937e32 +SIZE (apache-tomcat-9.0.89.tar.gz) = 11756919 diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index a8c42904445..2f4838c6fc0 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -1,11 +1,12 @@ PORTNAME= tor-browser -DISTVERSION= 13.0.14 +DISTVERSION= 13.5a7 +PORTREVISION= 1 CATEGORIES= www net security wayland MASTER_SITES= TOR \ https://build-sources.tbb.torproject.org/:source1 \ LOCAL/jsm:source2 MASTER_SITE_SUBDIR= torbrowser/${DISTVERSION} -DISTNAME= src-firefox-tor-browser-115.10.0esr-13.0-1-build1 +DISTNAME= src-firefox-tor-browser-115.10.0esr-13.5-1-build2 DISTFILES= ${DISTNAME}.tar.xz \ manual_112141.zip:source1 \ firefox-tor-browser-13.0.1-build2-firefox-1l0n-out.tar:source2 diff --git a/www/tor-browser/distinfo b/www/tor-browser/distinfo index a0e748a76e5..ea4c726915e 100644 --- a/www/tor-browser/distinfo +++ b/www/tor-browser/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1713253525 -SHA256 (src-firefox-tor-browser-115.10.0esr-13.0-1-build1.tar.xz) = 5ce221443bd9dfbec37e92c263f0098572fb7c44a0236fbba98b02370eda11bf -SIZE (src-firefox-tor-browser-115.10.0esr-13.0-1-build1.tar.xz) = 551419804 +TIMESTAMP = 1715113596 +SHA256 (src-firefox-tor-browser-115.10.0esr-13.5-1-build2.tar.xz) = 4d6359dfd62d834eccef626dab721092924903cc9418049b0f07de3306575384 +SIZE (src-firefox-tor-browser-115.10.0esr-13.5-1-build2.tar.xz) = 552033160 SHA256 (manual_112141.zip) = f767bc5f655f1263623b7af588cfb045d3e41ee019dc7ecd713decc5c1a0ea9b SIZE (manual_112141.zip) = 26293073 SHA256 (firefox-tor-browser-13.0.1-build2-firefox-1l0n-out.tar) = bbd290cd134e3a114241077ba82582617ab6c5117ff2226381943c504bd09775 diff --git a/www/tor-browser/files/patch-dom_media_flac_FlacDecoder.cpp b/www/tor-browser/files/patch-dom_media_flac_FlacDecoder.cpp index 954b78f5bf3..6dc197d9455 100644 --- a/www/tor-browser/files/patch-dom_media_flac_FlacDecoder.cpp +++ b/www/tor-browser/files/patch-dom_media_flac_FlacDecoder.cpp @@ -17,7 +17,7 @@ Enable FLAC on platforms without ffvpx like powerpc* +#elif defined(MOZ_FFMPEG) + RefPtr platform = new PDMFactory(); + return StaticPrefs::media_flac_enabled() && -+ platform->SupportsMimeType("audio/flac"_ns); ++ !platform->SupportsMimeType("audio/flac"_ns).isEmpty(); #else return false; #endif diff --git a/www/tor-browser/files/patch-rust-1.78.0 b/www/tor-browser/files/patch-rust-1.78.0 new file mode 100644 index 00000000000..7e6685d5e8e --- /dev/null +++ b/www/tor-browser/files/patch-rust-1.78.0 @@ -0,0 +1,3582 @@ +Adapted from https://hg.mozilla.org/mozilla-central/rev/1db2ef126a6a +-- + +# HG changeset patch +# User Henri Sivonen +# Date 1714462184 0 +# Node ID 1db2ef126a6a8555dbf50345e16492c977b42e92 +# Parent a545e84b3674c4878f2e618b7bce23058f2ac690 +Bug 1882209 - Update encoding_rs to 0.8.34 to deal with rustc changes. r=glandium,supply-chain-reviewers + +Differential Revision: https://phabricator.services.mozilla.com/D207167 + +diff --git a/.cargo/config.in b/.cargo/config.in +--- .cargo/config.in ++++ .cargo/config.in +@@ -35,31 +35,31 @@ git = "https://github.com/gfx-rs/wgpu" + rev = "f71a1bc736fde37509262ca03e91d8f56a13aeb5" + replace-with = "vendored-sources" + + [source."git+https://github.com/glandium/warp?rev=4af45fae95bc98b0eba1ef0db17e1dac471bb23d"] + git = "https://github.com/glandium/warp" + rev = "4af45fae95bc98b0eba1ef0db17e1dac471bb23d" + replace-with = "vendored-sources" + ++[source."git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80"] ++git = "https://github.com/hsivonen/any_all_workaround" ++rev = "7fb1b7034c9f172aade21ee1c8554e8d8a48af80" ++replace-with = "vendored-sources" ++ + [source."git+https://github.com/hsivonen/chardetng?rev=3484d3e3ebdc8931493aa5df4d7ee9360a90e76b"] + git = "https://github.com/hsivonen/chardetng" + rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" + replace-with = "vendored-sources" + + [source."git+https://github.com/hsivonen/chardetng_c?rev=ed8a4c6f900a90d4dbc1d64b856e61490a1c3570"] + git = "https://github.com/hsivonen/chardetng_c" + rev = "ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" + replace-with = "vendored-sources" + +-[source."git+https://github.com/hsivonen/packed_simd?rev=e588ceb568878e1a3156ea9ce551d5b63ef0cdc4"] +-git = "https://github.com/hsivonen/packed_simd" +-rev = "e588ceb568878e1a3156ea9ce551d5b63ef0cdc4" +-replace-with = "vendored-sources" +- + [source."git+https://github.com/jfkthame/mapped_hyph.git?rev=c7651a0cffff41996ad13c44f689bd9cd2192c01"] + git = "https://github.com/jfkthame/mapped_hyph.git" + rev = "c7651a0cffff41996ad13c44f689bd9cd2192c01" + replace-with = "vendored-sources" + + [source."git+https://github.com/mozilla-spidermonkey/jsparagus?rev=64ba08e24749616de2344112f226d1ef4ba893ae"] + git = "https://github.com/mozilla-spidermonkey/jsparagus" + rev = "64ba08e24749616de2344112f226d1ef4ba893ae" +diff --git a/Cargo.lock b/Cargo.lock +--- Cargo.lock ++++ Cargo.lock +@@ -80,16 +80,25 @@ dependencies = [ + name = "android_system_properties" + version = "0.1.5" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" + dependencies = [ + "libc", + ] + ++[[package]] ++name = "any_all_workaround" ++version = "0.1.0" ++source = "git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80#7fb1b7034c9f172aade21ee1c8554e8d8a48af80" ++dependencies = [ ++ "cfg-if 1.0.0", ++ "version_check", ++] ++ + [[package]] + name = "anyhow" + version = "1.0.69" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" + + [[package]] + name = "app_services_logger" +@@ -1431,22 +1440,22 @@ dependencies = [ + "encoding_rs", + "nserror", + "nsstring", + "xmldecl", + ] + + [[package]] + name = "encoding_rs" +-version = "0.8.33" ++version = "0.8.34" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" ++checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" + dependencies = [ ++ "any_all_workaround", + "cfg-if 1.0.0", +- "packed_simd", + ] + + [[package]] + name = "enum-primitive-derive" + version = "0.2.2" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "c375b9c5eadb68d0a6efee2999fef292f45854c3444c86f09d8ab086ba942b0e" + dependencies = [ +@@ -3901,25 +3910,16 @@ checksum = "8d91edf4fbb970279443471345a4e8c491bf05bb283b3e6c88e4e606fd8c181b" + [[package]] + name = "oxilangtag-ffi" + version = "0.1.0" + dependencies = [ + "nsstring", + "oxilangtag", + ] + +-[[package]] +-name = "packed_simd" +-version = "0.3.9" +-source = "git+https://github.com/hsivonen/packed_simd?rev=e588ceb568878e1a3156ea9ce551d5b63ef0cdc4#e588ceb568878e1a3156ea9ce551d5b63ef0cdc4" +-dependencies = [ +- "cfg-if 1.0.0", +- "num-traits", +-] +- + [[package]] + name = "parking_lot" + version = "0.11.2" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" + dependencies = [ + "instant", + "lock_api", +diff --git a/Cargo.toml b/Cargo.toml +--- Cargo.toml ++++ Cargo.toml +@@ -154,22 +154,22 @@ rure = { path = "third_party/rust/rure" } + + # 0.31.1 but without rust-cssparser#342. + # TODO: Remove these, and just use v0.31.1 once bug 1836219 lands + # (which will get syn 2 into the tree). + cssparser = { path = "third_party/rust/cssparser" } + cssparser-macros = { path = "third_party/rust/cssparser-macros" } + + # Other overrides ++any_all_workaround = { git = "https://github.com/hsivonen/any_all_workaround", rev = "7fb1b7034c9f172aade21ee1c8554e8d8a48af80" } + chardetng = { git = "https://github.com/hsivonen/chardetng", rev="3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" } + chardetng_c = { git = "https://github.com/hsivonen/chardetng_c", rev="ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" } + coremidi = { git = "https://github.com/chris-zen/coremidi.git", rev="fc68464b5445caf111e41f643a2e69ccce0b4f83" } + firefox-on-glean = { path = "toolkit/components/glean/api" } + libudev-sys = { path = "dom/webauthn/libudev-sys" } +-packed_simd = { git = "https://github.com/hsivonen/packed_simd", rev = "e588ceb568878e1a3156ea9ce551d5b63ef0cdc4" } + midir = { git = "https://github.com/mozilla/midir.git", rev = "519e651241e867af3391db08f9ae6400bc023e18" } + # warp 0.3.3 + https://github.com/seanmonstar/warp/pull/1007 + warp = { git = "https://github.com/glandium/warp", rev = "4af45fae95bc98b0eba1ef0db17e1dac471bb23d" } + + # application-services overrides to make updating them all simpler. + interrupt-support = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" } + sql-support = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" } + sync15 = { git = "https://github.com/mozilla/application-services", rev = "86c84c217036c12283d19368867323a66bf35883" } +diff --git a/config/makefiles/rust.mk b/config/makefiles/rust.mk +--- config/makefiles/rust.mk ++++ config/makefiles/rust.mk +@@ -260,17 +260,17 @@ export COREAUDIO_SDK_PATH=$(IPHONEOS_SDK + export IPHONEOS_SDK_DIR + PATH := $(topsrcdir)/build/macosx:$(PATH) + endif + endif + + ifndef RUSTC_BOOTSTRAP + RUSTC_BOOTSTRAP := mozglue_static,qcms + ifdef MOZ_RUST_SIMD +-RUSTC_BOOTSTRAP := $(RUSTC_BOOTSTRAP),encoding_rs,packed_simd ++RUSTC_BOOTSTRAP := $(RUSTC_BOOTSTRAP),encoding_rs,any_all_workaround + endif + export RUSTC_BOOTSTRAP + endif + + target_rust_ltoable := force-cargo-library-build $(ADD_RUST_LTOABLE) + target_rust_nonltoable := force-cargo-test-run force-cargo-program-build + + ifdef MOZ_PGO_RUST +diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml +--- supply-chain/audits.toml ++++ supply-chain/audits.toml +@@ -596,16 +596,29 @@ who = "Mike Hommey "] ++description = "Workaround for bad LLVM codegen for boolean reductions on 32-bit ARM" ++homepage = "https://docs.rs/any_all_workaround/" ++documentation = "https://docs.rs/any_all_workaround/" ++readme = "README.md" ++license = "MIT OR Apache-2.0" ++repository = "https://github.com/hsivonen/any_all_workaround" ++ ++[dependencies] ++cfg-if = "1.0" ++ ++[build-dependencies] ++version_check = "0.9" +diff --git a/third_party/rust/packed_simd/LICENSE-APACHE b/third_party/rust/any_all_workaround/LICENSE-APACHE +rename from third_party/rust/packed_simd/LICENSE-APACHE +rename to third_party/rust/any_all_workaround/LICENSE-APACHE +diff --git a/third_party/rust/packed_simd/LICENSE-MIT b/third_party/rust/any_all_workaround/LICENSE-MIT +rename from third_party/rust/packed_simd/LICENSE-MIT +rename to third_party/rust/any_all_workaround/LICENSE-MIT +diff --git a/third_party/rust/any_all_workaround/LICENSE-MIT-QCMS b/third_party/rust/any_all_workaround/LICENSE-MIT-QCMS +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/LICENSE-MIT-QCMS +@@ -0,0 +1,21 @@ ++qcms ++Copyright (C) 2009-2024 Mozilla Corporation ++Copyright (C) 1998-2007 Marti Maria ++ ++Permission is hereby granted, free of charge, to any person obtaining ++a copy of this software and associated documentation files (the "Software"), ++to deal in the Software without restriction, including without limitation ++the rights to use, copy, modify, merge, publish, distribute, sublicense, ++and/or sell copies of the Software, and to permit persons to whom the Software ++is furnished to do so, subject to the following conditions: ++ ++The above copyright notice and this permission notice shall be included in ++all copies or substantial portions of the Software. ++ ++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ++EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ++THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND ++NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE ++LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION ++OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION ++WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +diff --git a/third_party/rust/any_all_workaround/README.md b/third_party/rust/any_all_workaround/README.md +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/README.md +@@ -0,0 +1,13 @@ ++# any_all_workaround ++ ++This is a workaround for bad codegen ([Rust bug](https://github.com/rust-lang/portable-simd/issues/146), [LLVM bug](https://github.com/llvm/llvm-project/issues/50466)) for the `any()` and `all()` reductions for NEON-backed SIMD vectors on 32-bit ARM. On other platforms these delegate to `any()` and `all()` in `core::simd`. ++ ++The plan is to abandon this crate once the LLVM bug is fixed or `core::simd` works around the LLVM bug. ++ ++The code is forked from the [`packed_simd` crate](https://raw.githubusercontent.com/hsivonen/packed_simd/d938e39bee9bc5c222f5f2f2a0df9e53b5ce36ae/src/codegen/reductions/mask/arm.rs). ++ ++This crate requires Nightly Rust as it depends on the `portable_simd` feature. ++ ++# License ++ ++`MIT OR Apache-2.0`, since that's how `packed_simd` is licensed. (The ARM intrinsics Rust version workaround is from qcms, see LICENSE-MIT-QCMS.) +diff --git a/third_party/rust/any_all_workaround/build.rs b/third_party/rust/any_all_workaround/build.rs +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/build.rs +@@ -0,0 +1,7 @@ ++extern crate version_check as rustc; ++ ++fn main() { ++ if rustc::is_min_version("1.78.0").unwrap_or(false) { ++ println!("cargo:rustc-cfg=stdsimd_split"); ++ } ++} +diff --git a/third_party/rust/any_all_workaround/src/lib.rs b/third_party/rust/any_all_workaround/src/lib.rs +new file mode 100644 +--- /dev/null ++++ third_party/rust/any_all_workaround/src/lib.rs +@@ -0,0 +1,110 @@ ++// This code began as a fork of ++// https://raw.githubusercontent.com/rust-lang/packed_simd/d938e39bee9bc5c222f5f2f2a0df9e53b5ce36ae/src/codegen/reductions/mask/arm.rs ++// which didn't have a license header on the file, but Cargo.toml said "MIT OR Apache-2.0". ++// See LICENSE-MIT and LICENSE-APACHE. ++ ++#![no_std] ++#![feature(portable_simd)] ++#![cfg_attr( ++ all( ++ stdsimd_split, ++ target_arch = "arm", ++ target_endian = "little", ++ target_feature = "neon", ++ target_feature = "v7" ++ ), ++ feature(stdarch_arm_neon_intrinsics) ++)] ++#![cfg_attr( ++ all( ++ not(stdsimd_split), ++ target_arch = "arm", ++ target_endian = "little", ++ target_feature = "neon", ++ target_feature = "v7" ++ ), ++ feature(stdsimd) ++)] ++ ++use cfg_if::cfg_if; ++use core::simd::mask16x8; ++use core::simd::mask32x4; ++use core::simd::mask8x16; ++ ++cfg_if! { ++ if #[cfg(all(target_arch = "arm", target_endian = "little", target_feature = "neon", target_feature = "v7"))] { ++ use core::simd::mask8x8; ++ use core::simd::mask16x4; ++ use core::simd::mask32x2; ++ macro_rules! arm_128_v7_neon_impl { ++ ($all:ident, $any:ident, $id:ident, $half:ident, $vpmin:ident, $vpmax:ident) => { ++ #[inline] ++ pub fn $all(s: $id) -> bool { ++ use core::arch::arm::$vpmin; ++ use core::mem::transmute; ++ unsafe { ++ union U { ++ halves: ($half, $half), ++ vec: $id, ++ } ++ let halves = U { vec: s }.halves; ++ let h: $half = transmute($vpmin(transmute(halves.0), transmute(halves.1))); ++ h.all() ++ } ++ } ++ #[inline] ++ pub fn $any(s: $id) -> bool { ++ use core::arch::arm::$vpmax; ++ use core::mem::transmute; ++ unsafe { ++ union U { ++ halves: ($half, $half), ++ vec: $id, ++ } ++ let halves = U { vec: s }.halves; ++ let h: $half = transmute($vpmax(transmute(halves.0), transmute(halves.1))); ++ h.any() ++ } ++ } ++ } ++ } ++ } else { ++ macro_rules! arm_128_v7_neon_impl { ++ ($all:ident, $any:ident, $id:ident, $half:ident, $vpmin:ident, $vpmax:ident) => { ++ #[inline(always)] ++ pub fn $all(s: $id) -> bool { ++ s.all() ++ } ++ #[inline(always)] ++ pub fn $any(s: $id) -> bool { ++ s.any() ++ } ++ } ++ } ++ } ++} ++ ++arm_128_v7_neon_impl!( ++ all_mask8x16, ++ any_mask8x16, ++ mask8x16, ++ mask8x8, ++ vpmin_u8, ++ vpmax_u8 ++); ++arm_128_v7_neon_impl!( ++ all_mask16x8, ++ any_mask16x8, ++ mask16x8, ++ mask16x4, ++ vpmin_u16, ++ vpmax_u16 ++); ++arm_128_v7_neon_impl!( ++ all_mask32x4, ++ any_mask32x4, ++ mask32x4, ++ mask32x2, ++ vpmin_u32, ++ vpmax_u32 ++); +diff --git a/third_party/rust/encoding_rs/Cargo.toml b/third_party/rust/encoding_rs/Cargo.toml +--- third_party/rust/encoding_rs/Cargo.toml ++++ third_party/rust/encoding_rs/Cargo.toml +@@ -6,18 +6,19 @@ + # to registry (e.g., crates.io) dependencies. + # + # If you are reading this file be aware that the original Cargo.toml + # will likely look very different (and much more reasonable). + # See Cargo.toml.orig for the original contents. + + [package] + edition = "2018" ++rust-version = "1.36" + name = "encoding_rs" +-version = "0.8.33" ++version = "0.8.34" + authors = ["Henri Sivonen "] + description = "A Gecko-oriented implementation of the Encoding Standard" + homepage = "https://docs.rs/encoding_rs/" + documentation = "https://docs.rs/encoding_rs/" + readme = "README.md" + keywords = [ + "encoding", + "web", +@@ -31,23 +32,23 @@ categories = [ + "internationalization", + ] + license = "(Apache-2.0 OR MIT) AND BSD-3-Clause" + repository = "https://github.com/hsivonen/encoding_rs" + + [profile.release] + lto = true + ++[dependencies.any_all_workaround] ++version = "0.1.0" ++optional = true ++ + [dependencies.cfg-if] + version = "1.0" + +-[dependencies.packed_simd] +-version = "0.3.9" +-optional = true +- + [dependencies.serde] + version = "1.0" + optional = true + + [dev-dependencies.bincode] + version = "1.0" + + [dev-dependencies.serde_derive] +@@ -69,15 +70,9 @@ fast-legacy-encode = [ + "fast-hanja-encode", + "fast-kanji-encode", + "fast-gb-hanzi-encode", + "fast-big5-hanzi-encode", + ] + less-slow-big5-hanzi-encode = [] + less-slow-gb-hanzi-encode = [] + less-slow-kanji-encode = [] +-simd-accel = [ +- "packed_simd", +- "packed_simd/into_bits", +-] +- +-[badges.travis-ci] +-repository = "hsivonen/encoding_rs" ++simd-accel = ["any_all_workaround"] +diff --git a/third_party/rust/encoding_rs/README.md b/third_party/rust/encoding_rs/README.md +--- third_party/rust/encoding_rs/README.md ++++ third_party/rust/encoding_rs/README.md +@@ -162,50 +162,36 @@ wrappers. + * [C++](https://github.com/hsivonen/recode_cpp) + + ## Optional features + + There are currently these optional cargo features: + + ### `simd-accel` + +-Enables SIMD acceleration using the nightly-dependent `packed_simd` crate. ++Enables SIMD acceleration using the nightly-dependent `portable_simd` standard ++library feature. + + This is an opt-in feature, because enabling this feature _opts out_ of Rust's + guarantees of future compilers compiling old code (aka. "stability story"). + + Currently, this has not been tested to be an improvement except for these +-targets: ++targets and enabling the `simd-accel` feature is expected to break the build ++on other targets: + + * x86_64 + * i686 + * aarch64 + * thumbv7neon + + If you use nightly Rust, you use targets whose first component is one of the + above, and you are prepared _to have to revise your configuration when updating + Rust_, you should enable this feature. Otherwise, please _do not_ enable this + feature. + +-_Note!_ If you are compiling for a target that does not have 128-bit SIMD +-enabled as part of the target definition and you are enabling 128-bit SIMD +-using `-C target_feature`, you need to enable the `core_arch` Cargo feature +-for `packed_simd` to compile a crates.io snapshot of `core_arch` instead of +-using the standard-library copy of `core::arch`, because the `core::arch` +-module of the pre-compiled standard library has been compiled with the +-assumption that the CPU doesn't have 128-bit SIMD. At present this applies +-mainly to 32-bit ARM targets whose first component does not include the +-substring `neon`. +- +-The encoding_rs side of things has not been properly set up for POWER, +-PowerPC, MIPS, etc., SIMD at this time, so even if you were to follow +-the advice from the previous paragraph, you probably shouldn't use +-the `simd-accel` option on the less mainstream architectures at this +-time. +- + Used by Firefox. + + ### `serde` + + Enables support for serializing and deserializing `&'static Encoding`-typed + struct fields using [Serde][1]. + + [1]: https://serde.rs/ +@@ -376,18 +362,19 @@ It is a goal to support the latest stabl + the version of Rust that's used for Firefox Nightly. + + At this time, there is no firm commitment to support a version older than + what's required by Firefox, and there is no commitment to treat MSRV changes + as semver-breaking, because this crate depends on `cfg-if`, which doesn't + appear to treat MSRV changes as semver-breaking, so it would be useless for + this crate to treat MSRV changes as semver-breaking. + +-As of 2021-02-04, MSRV appears to be Rust 1.36.0 for using the crate and ++As of 2024-04-04, MSRV appears to be Rust 1.36.0 for using the crate and + 1.42.0 for doc tests to pass without errors about the global allocator. ++With the `simd-accel` feature, the MSRV is even higher. + + ## Compatibility with rust-encoding + + A compatibility layer that implements the rust-encoding API on top of + encoding_rs is + [provided as a separate crate](https://github.com/hsivonen/encoding_rs_compat) + (cannot be uploaded to crates.io). The compatibility layer was originally + written with the assuption that Firefox would need it, but it is not currently +@@ -441,20 +428,27 @@ To regenerate the generated code: + - [x] Implement the rust-encoding API in terms of encoding_rs. + - [x] Add SIMD acceleration for Aarch64. + - [x] Investigate the use of NEON on 32-bit ARM. + - [ ] ~Investigate Björn Höhrmann's lookup table acceleration for UTF-8 as + adapted to Rust in rust-encoding.~ + - [x] Add actually fast CJK encode options. + - [ ] ~Investigate [Bob Steagall's lookup table acceleration for UTF-8](https://github.com/BobSteagall/CppNow2018/blob/master/FastConversionFromUTF-8/Fast%20Conversion%20From%20UTF-8%20with%20C%2B%2B%2C%20DFAs%2C%20and%20SSE%20Intrinsics%20-%20Bob%20Steagall%20-%20C%2B%2BNow%202018.pdf).~ + - [x] Provide a build mode that works without `alloc` (with lesser API surface). +-- [ ] Migrate to `std::simd` once it is stable and declare 1.0. ++- [x] Migrate to `std::simd` ~once it is stable and declare 1.0.~ ++- [ ] Migrate `unsafe` slice access by larger types than `u8`/`u16` to `align_to`. + + ## Release Notes + ++### 0.8.34 ++ ++* Use the `portable_simd` nightly feature of the standard library instead of the `packed_simd` crate. Only affects the `simd-accel` optional nightly feature. ++* Internal documentation improvements and minor code improvements around `unsafe`. ++* Added `rust-version` to `Cargo.toml`. ++ + ### 0.8.33 + + * Use `packed_simd` instead of `packed_simd_2` again now that updates are back under the `packed_simd` name. Only affects the `simd-accel` optional nightly feature. + + ### 0.8.32 + + * Removed `build.rs`. (This removal should resolve false positives reported by some antivirus products. This may break some build configurations that have opted out of Rust's guarantees against future build breakage.) + * Internal change to what API is used for reinterpreting the lane configuration of SIMD vectors. +diff --git a/third_party/rust/encoding_rs/src/ascii.rs b/third_party/rust/encoding_rs/src/ascii.rs +--- third_party/rust/encoding_rs/src/ascii.rs ++++ third_party/rust/encoding_rs/src/ascii.rs +@@ -46,71 +46,87 @@ cfg_if! { + #[allow(dead_code)] + #[inline(always)] + fn likely(b: bool) -> bool { + b + } + } + } + ++// Safety invariants for masks: data & mask = 0 for valid ASCII or basic latin utf-16 ++ + // `as` truncates, so works on 32-bit, too. + #[allow(dead_code)] + pub const ASCII_MASK: usize = 0x8080_8080_8080_8080u64 as usize; + + // `as` truncates, so works on 32-bit, too. + #[allow(dead_code)] + pub const BASIC_LATIN_MASK: usize = 0xFF80_FF80_FF80_FF80u64 as usize; + + #[allow(unused_macros)] + macro_rules! ascii_naive { + ($name:ident, $src_unit:ty, $dst_unit:ty) => { ++ /// Safety: src and dst must have len_unit elements and be aligned ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + // Yes, manually omitting the bound check here matters + // a lot for perf. + for i in 0..len { ++ // Safety: len invariant used here + let code_unit = *(src.add(i)); ++ // Safety: Upholds safety-usable invariant here + if code_unit > 127 { + return Some((code_unit, i)); + } ++ // Safety: len invariant used here + *(dst.add(i)) = code_unit as $dst_unit; + } + return None; + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_alu { + ($name:ident, ++ // safety invariant: src/dst MUST be u8 + $src_unit:ty, + $dst_unit:ty, ++ // Safety invariant: stride_fn must consume and produce two usizes, and return the index of the first non-ascii when it fails + $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[cfg_attr(feature = "cargo-clippy", allow(never_loop, cast_ptr_alignment))] + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch until we are aligned to usize + let mut until_alignment = { + // Check if the other unit aligns if we move the narrower unit + // to alignment. + // if ::core::mem::size_of::<$src_unit>() == ::core::mem::size_of::<$dst_unit>() { + // ascii_to_ascii + let src_alignment = (src as usize) & ALU_ALIGNMENT_MASK; + let dst_alignment = (dst as usize) & ALU_ALIGNMENT_MASK; + if src_alignment != dst_alignment { ++ // Safety: bails early and ends up in the naïve branch where usize-alignment doesn't matter + break; + } + (ALU_ALIGNMENT - src_alignment) & ALU_ALIGNMENT_MASK + // } else if ::core::mem::size_of::<$src_unit>() < ::core::mem::size_of::<$dst_unit>() { + // ascii_to_basic_latin + // let src_until_alignment = (ALIGNMENT - ((src as usize) & ALIGNMENT_MASK)) & ALIGNMENT_MASK; + // if (dst.add(src_until_alignment) as usize) & ALIGNMENT_MASK != 0 { + // break; +@@ -129,74 +145,104 @@ macro_rules! ascii_alu { + // Moving pointers to alignment seems to be a pessimization on + // x86_64 for operations that have UTF-16 as the internal + // Unicode representation. However, since it seems to be a win + // on ARM (tested ARMv7 code running on ARMv8 [rpi3]), except + // mixed results when encoding from UTF-16 and since x86 and + // x86_64 should be using SSE2 in due course, keeping the move + // to alignment here. It would be good to test on more ARM CPUs + // and on real MIPS and POWER hardware. ++ // ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { ++ // Safety: num_ascii is known to be a byte index of a non-ascii byte due to stride_fn's invariant + if let Some(num_ascii) = $stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ) { + offset += num_ascii; ++ // Safety: Upholds safety-usable invariant here by indexing into non-ascii byte + return Some((*(src.add(offset)), offset)); + } ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ ++ // Safety: This is the naïve code, same as ascii_naive, and has no requirements ++ // other than src/dst being valid for the the right lens + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } ++ // Safety: len invariant used here + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! basic_latin_alu { + ($name:ident, ++ // safety invariant: use u8 for src/dest for ascii, and u16 for basic_latin + $src_unit:ty, + $dst_unit:ty, ++ // safety invariant: stride function must munch ALU_STRIDE_SIZE*size(src_unit) bytes off of src and ++ // write ALU_STRIDE_SIZE*size(dst_unit) bytes to dst + $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write ++ /// Safety-usable invariant: will return Some() when it fails ++ /// to convert. The first value will be a u8 that is > 127. + #[cfg_attr( + feature = "cargo-clippy", + allow(never_loop, cast_ptr_alignment, cast_lossless) + )] + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch from src/dest until we are aligned to usize ++ // We ensure basic-latin has the same alignment as ascii, starting with ascii since it is smaller. + let mut until_alignment = { + // Check if the other unit aligns if we move the narrower unit + // to alignment. + // if ::core::mem::size_of::<$src_unit>() == ::core::mem::size_of::<$dst_unit>() { + // ascii_to_ascii + // let src_alignment = (src as usize) & ALIGNMENT_MASK; + // let dst_alignment = (dst as usize) & ALIGNMENT_MASK; + // if src_alignment != dst_alignment { +@@ -232,66 +278,89 @@ macro_rules! basic_latin_alu { + // Moving pointers to alignment seems to be a pessimization on + // x86_64 for operations that have UTF-16 as the internal + // Unicode representation. However, since it seems to be a win + // on ARM (tested ARMv7 code running on ARMv8 [rpi3]), except + // mixed results when encoding from UTF-16 and since x86 and + // x86_64 should be using SSE2 in due course, keeping the move + // to alignment here. It would be good to test on more ARM CPUs + // and on real MIPS and POWER hardware. ++ // ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { + if !$stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ) { + break; + } ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ // Safety: This is the naïve code once again, for leftover bytes + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: Upholds safety-usable invariant here + return Some((code_unit, offset)); + } ++ // Safety: len invariant used here + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_alu { ++ // safety invariant: stride function must munch ALU_STRIDE_SIZE*size(src_unit) bytes off of src and ++ // write ALU_STRIDE_SIZE*size(dst_unit) bytes to dst + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_fn:ident) => { ++ /// Safety: src and dst must have len elements, src is valid for read, dst is valid for ++ /// write + #[cfg_attr( + feature = "cargo-clippy", + allow(never_loop, cast_ptr_alignment, cast_lossless) + )] + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; + // This loop is only broken out of as a `goto` forward + loop { ++ // Safety: until_alignment becomes the number of bytes we need to munch from src/dest until we are aligned to usize ++ // We ensure the UTF-16 side has the same alignment as the Latin-1 side, starting with Latin-1 since it is smaller. + let mut until_alignment = { + if ::core::mem::size_of::<$src_unit>() < ::core::mem::size_of::<$dst_unit>() { + // unpack + let src_until_alignment = (ALU_ALIGNMENT + - ((src as usize) & ALU_ALIGNMENT_MASK)) + & ALU_ALIGNMENT_MASK; + if (dst.wrapping_add(src_until_alignment) as usize) & ALU_ALIGNMENT_MASK + != 0 +@@ -308,373 +377,485 @@ macro_rules! latin1_alu { + != 0 + { + break; + } + dst_until_alignment + } + }; + if until_alignment + ALU_STRIDE_SIZE <= len { ++ // Safety: This is the naïve code once again, for `until_alignment` bytes + while until_alignment != 0 { + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; ++ // Safety: offset is the number of bytes copied so far + offset += 1; + until_alignment -= 1; + } + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { + $stride_fn( ++ // Safety: These are known to be valid and aligned since we have at ++ // least ALU_STRIDE_SIZE data in these buffers, and offset is the ++ // number of elements copied so far, which according to the ++ // until_alignment calculation above will cause both src and dst to be ++ // aligned to usize after this add + src.add(offset) as *const usize, + dst.add(offset) as *mut usize, + ); ++ // Safety: offset continues to be the number of bytes copied so far, and ++ // maintains usize alignment for the next loop iteration + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > len - stride. This loop will continue as long as ++ // `offset <= len - stride`, which means there are `stride` bytes to still be read. + if offset > len_minus_stride { + break; + } + } + } + break; + } ++ // Safety: This is the naïve code once again, for leftover bytes + while offset < len { ++ // Safety: len invariant used here + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_check_align { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + // XXX Should we first process one stride unconditionally as unaligned to + // avoid the cost of the branchiness below if the first stride fails anyway? + // XXX Should we just use unaligned SSE2 access unconditionally? It seems that + // on Haswell, it would make sense to just use unaligned and not bother + // checking. Need to benchmark older architectures before deciding. + let dst_masked = (dst as usize) & SIMD_ALIGNMENT_MASK; ++ // Safety: checking whether src is aligned + if ((src as usize) & SIMD_ALIGNMENT_MASK) == 0 { ++ // Safety: Checking whether dst is aligned + if dst_masked == 0 { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_both_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_src_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + } else { + if dst_masked == 0 { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_dst_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: We're valid to read/write SIMD_STRIDE_SIZE elements and have the appropriate alignments + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + } + } + while offset < len { ++ // Safety: uses len invariant here and below + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety: upholds safety-usable invariant + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_check_align_unrolled { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing 2*SIMD_STRIDE_SIZE src_unit/dst_unit + $double_stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing 2*SIMD_STRIDE_SIZE src_unit/dst_unit + $double_stride_src_aligned:ident + ) => { +- #[inline(always)] ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let unit_size = ::core::mem::size_of::<$src_unit>(); + let mut offset = 0usize; + // This loop is only broken out of as a goto forward without + // actually looping + 'outer: loop { ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + // First, process one unaligned ++ // Safety: this is safe to call since we're valid for this read/write + if !$stride_neither_aligned(src, dst) { + break 'outer; + } + offset = SIMD_STRIDE_SIZE; + + // We have now seen 16 ASCII bytes. Let's guess that + // there will be enough more to justify more expense + // in the case of non-ASCII. + // Use aligned reads for the sake of old microachitectures. ++ // ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is less that SIMD_ALIGNMENT, which is also SIMD_STRIDE_SIZE (as documented) + let until_alignment = ((SIMD_ALIGNMENT + - ((src.add(offset) as usize) & SIMD_ALIGNMENT_MASK)) + & SIMD_ALIGNMENT_MASK) + / unit_size; +- // This addition won't overflow, because even in the 32-bit PAE case the ++ // Safety: This addition won't overflow, because even in the 32-bit PAE case the + // address space holds enough code that the slice length can't be that + // close to address space size. + // offset now equals SIMD_STRIDE_SIZE, hence times 3 below. ++ // ++ // Safety: if this check succeeds we're valid for reading/writing at least `2 * SIMD_STRIDE_SIZE` elements plus `until_alignment`. ++ // The extra SIMD_STRIDE_SIZE in the condition is because `offset` is already `SIMD_STRIDE_SIZE`. + if until_alignment + (SIMD_STRIDE_SIZE * 3) <= len { + if until_alignment != 0 { ++ // Safety: this is safe to call since we're valid for this read/write (and more), and don't care about alignment ++ // This will copy over bytes that get decoded twice since it's not incrementing `offset` by SIMD_STRIDE_SIZE. This is fine. + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += until_alignment; + } ++ // Safety: At this point we're valid for reading/writing 2*SIMD_STRIDE_SIZE elements ++ // Safety: Now `offset` is aligned for `src` + let len_minus_stride_times_two = len - (SIMD_STRIDE_SIZE * 2); ++ // Safety: This is whether dst is aligned + let dst_masked = (dst.add(offset) as usize) & SIMD_ALIGNMENT_MASK; + if dst_masked == 0 { + loop { ++ // Safety: both are aligned, we can call the aligned function. We're valid for reading/writing double stride from the initial condition ++ // and the loop break condition below + if let Some(advance) = + $double_stride_both_aligned(src.add(offset), dst.add(offset)) + { + offset += advance; + let code_unit = *(src.add(offset)); ++ // Safety: uses safety-usable invariant on ascii_to_ascii_simd_double_stride to return ++ // guaranteed non-ascii + return Some((code_unit, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: We're valid for reading/writing one more, and can still assume alignment + if offset + SIMD_STRIDE_SIZE <= len { + if !$stride_both_aligned(src.add(offset), dst.add(offset)) { + break 'outer; + } + offset += SIMD_STRIDE_SIZE; + } + } else { + loop { ++ // Safety: only src is aligned here. We're valid for reading/writing double stride from the initial condition ++ // and the loop break condition below + if let Some(advance) = + $double_stride_src_aligned(src.add(offset), dst.add(offset)) + { + offset += advance; + let code_unit = *(src.add(offset)); ++ // Safety: uses safety-usable invariant on ascii_to_ascii_simd_double_stride to return ++ // guaranteed non-ascii + return Some((code_unit, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. ++ + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: We're valid for reading/writing one more, and can still assume alignment + if offset + SIMD_STRIDE_SIZE <= len { + if !$stride_src_aligned(src.add(offset), dst.add(offset)) { + break 'outer; + } + offset += SIMD_STRIDE_SIZE; + } + } + } else { + // At most two iterations, so unroll + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: The check above ensures we're allowed to read/write this, and we don't use alignment + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: The check above ensures we're allowed to read/write this, and we don't use alignment + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; + } + } + } + } + break 'outer; + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_check_align { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident ++ + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; ++ // Whether dst is aligned + let dst_masked = (dst as usize) & SIMD_ALIGNMENT_MASK; ++ // Whether src is aligned + if ((src as usize) & SIMD_ALIGNMENT_MASK) == 0 { + if dst_masked == 0 { + loop { ++ // Safety: Both were aligned, we can use the aligned function + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: src was aligned, dst was not + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } + } else { + if dst_masked == 0 { + loop { ++ // Safety: src was aligned, dst was not + $stride_dst_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } else { + loop { ++ // Safety: Neither were aligned + $stride_neither_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which means in the next iteration we're valid for ++ // reading/writing at least SIMD_STRIDE_SIZE elements. + if offset > len_minus_stride { + break; + } + } + } + } + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_check_align_unrolled { + ( + $name:ident, + $src_unit:ty, + $dst_unit:ty, ++ // Safety: This function must require aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_both_aligned:ident, ++ // Safety: This function must require aligned/unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_src_aligned:ident, ++ // Safety: This function must require unaligned/aligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_dst_aligned:ident, ++ // Safety: This function must require unaligned src/dest that are valid for reading/writing SIMD_STRIDE_SIZE src_unit/dst_unit + $stride_neither_aligned:ident + ) => { ++ /// Safety: src/dst must be valid for reads/writes of `len` elements of their units. + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let unit_size = ::core::mem::size_of::<$src_unit>(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `SIMD_STRIDE_SIZE` elements. + if SIMD_STRIDE_SIZE <= len { ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is by definition less than SIMD_STRIDE_SIZE. + let mut until_alignment = ((SIMD_STRIDE_SIZE + - ((src as usize) & SIMD_ALIGNMENT_MASK)) + & SIMD_ALIGNMENT_MASK) + / unit_size; + while until_alignment != 0 { ++ // Safety: This is a straightforward copy, since until_alignment is < SIMD_STRIDE_SIZE < len, this is in-bounds + *(dst.add(offset)) = *(src.add(offset)) as $dst_unit; + offset += 1; + until_alignment -= 1; + } ++ // Safety: here offset will be `until_alignment`, i.e. enough to align `src`. + let len_minus_stride = len - SIMD_STRIDE_SIZE; ++ // Safety: if this check succeeds we're valid for reading/writing at least `2 * SIMD_STRIDE_SIZE` elements. + if offset + SIMD_STRIDE_SIZE * 2 <= len { + let len_minus_stride_times_two = len_minus_stride - SIMD_STRIDE_SIZE; ++ // Safety: at this point src is known to be aligned at offset, dst is not. + if (dst.add(offset) as usize) & SIMD_ALIGNMENT_MASK == 0 { + loop { ++ // Safety: We checked alignment of dst above, we can use the alignment functions. We're allowed to read/write 2*SIMD_STRIDE_SIZE elements, which we do. + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + $stride_both_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } + } else { + loop { ++ // Safety: we ensured alignment of src already. + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } + } + } ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE` which means we are valid to munch SIMD_STRIDE_SIZE more elements, which we do + if offset < len_minus_stride { + $stride_src_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; + } + } + while offset < len { ++ // Safety: uses len invariant here and below + let code_unit = *(src.add(offset)); + // On x86_64, this loop autovectorizes but in the pack + // case there are instructions whose purpose is to make sure + // each u16 in the vector is truncated before packing. However, + // since we don't care about saturating behavior of SSE2 packing + // when the input isn't Latin1, those instructions are useless. + // Unfortunately, using the `assume` intrinsic to lie to the + // optimizer doesn't make LLVM omit the trunctation that we +@@ -688,138 +869,180 @@ macro_rules! latin1_simd_check_align_unr + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_simd_unalign { ++ // Safety: stride_neither_aligned must be a function that requires src/dest be valid for unaligned reads/writes for SIMD_STRIDE_SIZE elements of type src_unit/dest_unit + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_neither_aligned:ident) => { ++ /// Safety: src and dst must be valid for reads/writes of len elements of type src_unit/dst_unit ++ /// ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub unsafe fn $name( + src: *const $src_unit, + dst: *mut $dst_unit, + len: usize, + ) -> Option<($src_unit, usize)> { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: We know we're valid for `stride` reads/writes, so we can call this function. We don't need alignment. + if !$stride_neither_aligned(src.add(offset), dst.add(offset)) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - stride` which means we always have at least `stride` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { ++ // Safety: Uses len invariant here and below + let code_unit = *(src.add(offset)); + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! latin1_simd_unalign { ++ // Safety: stride_neither_aligned must be a function that requires src/dest be valid for unaligned reads/writes for SIMD_STRIDE_SIZE elements of type src_unit/dest_unit + ($name:ident, $src_unit:ty, $dst_unit:ty, $stride_neither_aligned:ident) => { ++ /// Safety: src and dst must be valid for unaligned reads/writes of len elements of type src_unit/dst_unit + #[inline(always)] + pub unsafe fn $name(src: *const $src_unit, dst: *mut $dst_unit, len: usize) { + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: We know we're valid for `stride` reads/writes, so we can call this function. We don't need alignment. + $stride_neither_aligned(src.add(offset), dst.add(offset)); + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - stride` which means we always have at least `stride` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { ++ // Safety: Uses len invariant here + let code_unit = *(src.add(offset)); + *(dst.add(offset)) = code_unit as $dst_unit; + offset += 1; + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_ascii_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u8) -> bool { + let simd = $load(src); + if !simd_is_ascii(simd) { + return false; + } + $store(dst, simd); + true + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_ascii_simd_double_stride { ++ // Safety: store must be valid for 32 bytes of write, which may be unaligned (candidates: `store(8|16)_(aligned|unaligned)`) + ($name:ident, $store:ident) => { ++ /// Safety: src must be valid for 32 bytes of aligned u8x16 read ++ /// dst must be valid for 32 bytes of unaligned write according to ++ /// the $store fn, which may allow for unaligned writes or require ++ /// alignment to either 16x8 or u8x16. ++ /// ++ /// Safety-usable invariant: Returns Some(index) if the element at `index` is invalid ASCII + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u8) -> Option { + let first = load16_aligned(src); + let second = load16_aligned(src.add(SIMD_STRIDE_SIZE)); + $store(dst, first); + if unlikely(!simd_is_ascii(first | second)) { ++ // Safety: mask_ascii produces a mask of all the high bits. + let mask_first = mask_ascii(first); + if mask_first != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src ++ // TODO SAFETY: What about big-endian systems? + return Some(mask_first.trailing_zeros() as usize); + } + $store(dst.add(SIMD_STRIDE_SIZE), second); + let mask_second = mask_ascii(second); ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + return Some(SIMD_STRIDE_SIZE + mask_second.trailing_zeros() as usize); + } + $store(dst.add(SIMD_STRIDE_SIZE), second); + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_basic_latin_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16/32 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) -> bool { + let simd = $load(src); + if !simd_is_ascii(simd) { + return false; + } + let (first, second) = simd_unpack(simd); + $store(dst, first); + $store(dst.add(8), second); + true + } + }; + } + + #[allow(unused_macros)] + macro_rules! ascii_to_basic_latin_simd_double_stride { ++ // Safety: store must be valid for 16 bytes of write, which may be unaligned + ($name:ident, $store:ident) => { ++ /// Safety: src must be valid for 2*SIMD_STRIDE_SIZE bytes of aligned reads, ++ /// aligned to either 16x8 or u8x16. ++ /// dst must be valid for 2*SIMD_STRIDE_SIZE bytes of aligned or unaligned reads + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) -> Option { + let first = load16_aligned(src); + let second = load16_aligned(src.add(SIMD_STRIDE_SIZE)); + let (a, b) = simd_unpack(first); + $store(dst, a); ++ // Safety: divide by 2 since it's a u16 pointer + $store(dst.add(SIMD_STRIDE_SIZE / 2), b); + if unlikely(!simd_is_ascii(first | second)) { + let mask_first = mask_ascii(first); + if mask_first != 0 { + return Some(mask_first.trailing_zeros() as usize); + } + let (c, d) = simd_unpack(second); + $store(dst.add(SIMD_STRIDE_SIZE), c); +@@ -832,47 +1055,59 @@ macro_rules! ascii_to_basic_latin_simd_d + $store(dst.add(SIMD_STRIDE_SIZE + (SIMD_STRIDE_SIZE / 2)), d); + None + } + }; + } + + #[allow(unused_macros)] + macro_rules! unpack_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u8, dst: *mut u16) { + let simd = $load(src); + let (first, second) = simd_unpack(simd); + $store(dst, first); + $store(dst.add(8), second); + } + }; + } + + #[allow(unused_macros)] + macro_rules! basic_latin_to_ascii_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 32/16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u16, dst: *mut u8) -> bool { + let first = $load(src); + let second = $load(src.add(8)); + if simd_is_basic_latin(first | second) { + $store(dst, simd_pack(first, second)); + true + } else { + false + } + } + }; + } + + #[allow(unused_macros)] + macro_rules! pack_simd_stride { ++ // Safety: load/store must be valid for 16 bytes of read/write, which may be unaligned. (candidates: `(load|store)(16|8)_(unaligned|aligned)` functions) + ($name:ident, $load:ident, $store:ident) => { ++ /// Safety: src and dst must be valid for 32/16 bytes of read/write according to ++ /// the $load/$store fn, which may allow for unaligned reads/writes or require ++ /// alignment to either 16x8 or u8x16. + #[inline(always)] + pub unsafe fn $name(src: *const u16, dst: *mut u8) { + let first = $load(src); + let second = $load(src.add(8)); + $store(dst, simd_pack(first, second)); + } + }; + } +@@ -888,24 +1123,28 @@ cfg_if! { + // pub const ALIGNMENT: usize = 8; + + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const ALU_ALIGNMENT: usize = 8; + + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently produce ++ // neither_unaligned variants using only unaligned inputs. + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_neither_aligned, load16_unaligned, store16_unaligned); + + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_neither_aligned, load16_unaligned, store8_unaligned); + unpack_simd_stride!(unpack_stride_neither_aligned, load16_unaligned, store8_unaligned); + + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + pack_simd_stride!(pack_stride_neither_aligned, load8_unaligned, store16_unaligned); + ++ // Safety for conversion macros: We use the unalign macro with unalign functions above. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. + ascii_simd_unalign!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_neither_aligned); + ascii_simd_unalign!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_neither_aligned); + ascii_simd_unalign!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_unalign!(unpack_latin1, u8, u16, unpack_stride_neither_aligned); + latin1_simd_unalign!(pack_latin1, u16, u8, pack_stride_neither_aligned); + } else if #[cfg(all(feature = "simd-accel", target_endian = "little", target_feature = "neon"))] { + // SIMD with different instructions for aligned and unaligned loads and stores. + // +@@ -914,16 +1153,19 @@ cfg_if! { + // but the benchmark results I see don't agree. + + pub const SIMD_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + + pub const SIMD_ALIGNMENT_MASK: usize = 15; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently name ++ // aligned/unaligned functions according to src/dst being aligned/unaligned ++ + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_both_aligned, load16_aligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_src_aligned, load16_aligned, store16_unaligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_dst_aligned, load16_unaligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_neither_aligned, load16_unaligned, store16_unaligned); + + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_both_aligned, load16_aligned, store8_aligned); + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_src_aligned, load16_aligned, store8_unaligned); + ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_dst_aligned, load16_unaligned, store8_aligned); +@@ -939,36 +1181,43 @@ cfg_if! { + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_dst_aligned, load8_unaligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + + pack_simd_stride!(pack_stride_both_aligned, load8_aligned, store16_aligned); + pack_simd_stride!(pack_stride_src_aligned, load8_aligned, store16_unaligned); + pack_simd_stride!(pack_stride_dst_aligned, load8_unaligned, store16_aligned); + pack_simd_stride!(pack_stride_neither_aligned, load8_unaligned, store16_unaligned); + ++ // Safety for conversion macros: We use the correct pattern of both/src/dst/neither here. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. ++ + ascii_simd_check_align!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_both_aligned, ascii_to_ascii_stride_src_aligned, ascii_to_ascii_stride_dst_aligned, ascii_to_ascii_stride_neither_aligned); + ascii_simd_check_align!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_both_aligned, ascii_to_basic_latin_stride_src_aligned, ascii_to_basic_latin_stride_dst_aligned, ascii_to_basic_latin_stride_neither_aligned); + ascii_simd_check_align!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_both_aligned, basic_latin_to_ascii_stride_src_aligned, basic_latin_to_ascii_stride_dst_aligned, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_check_align!(unpack_latin1, u8, u16, unpack_stride_both_aligned, unpack_stride_src_aligned, unpack_stride_dst_aligned, unpack_stride_neither_aligned); + latin1_simd_check_align!(pack_latin1, u16, u8, pack_stride_both_aligned, pack_stride_src_aligned, pack_stride_dst_aligned, pack_stride_neither_aligned); + } else if #[cfg(all(feature = "simd-accel", target_feature = "sse2"))] { + // SIMD with different instructions for aligned and unaligned loads and stores. + // + // Newer microarchitectures are not supposed to have a performance difference between + // aligned and unaligned SSE2 loads and stores when the address is actually aligned, + // but the benchmark results I see don't agree. + + pub const SIMD_STRIDE_SIZE: usize = 16; + ++ /// Safety-usable invariant: This should be identical to SIMD_STRIDE_SIZE (used by ascii_simd_check_align_unrolled) + pub const SIMD_ALIGNMENT: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + + pub const SIMD_ALIGNMENT_MASK: usize = 15; + ++ // Safety for stride macros: We stick to the load8_aligned/etc family of functions. We consistently name ++ // aligned/unaligned functions according to src/dst being aligned/unaligned ++ + ascii_to_ascii_simd_double_stride!(ascii_to_ascii_simd_double_stride_both_aligned, store16_aligned); + ascii_to_ascii_simd_double_stride!(ascii_to_ascii_simd_double_stride_src_aligned, store16_unaligned); + + ascii_to_basic_latin_simd_double_stride!(ascii_to_basic_latin_simd_double_stride_both_aligned, store8_aligned); + ascii_to_basic_latin_simd_double_stride!(ascii_to_basic_latin_simd_double_stride_src_aligned, store8_unaligned); + + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_both_aligned, load16_aligned, store16_aligned); + ascii_to_ascii_simd_stride!(ascii_to_ascii_stride_src_aligned, load16_aligned, store16_unaligned); +@@ -984,33 +1233,43 @@ cfg_if! { + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_both_aligned, load8_aligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_src_aligned, load8_aligned, store16_unaligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_dst_aligned, load8_unaligned, store16_aligned); + basic_latin_to_ascii_simd_stride!(basic_latin_to_ascii_stride_neither_aligned, load8_unaligned, store16_unaligned); + + pack_simd_stride!(pack_stride_both_aligned, load8_aligned, store16_aligned); + pack_simd_stride!(pack_stride_src_aligned, load8_aligned, store16_unaligned); + ++ // Safety for conversion macros: We use the correct pattern of both/src/dst/neither/double_both/double_src here. All stride functions were produced ++ // by stride macros that universally munch a single SIMD_STRIDE_SIZE worth of elements. ++ + ascii_simd_check_align_unrolled!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride_both_aligned, ascii_to_ascii_stride_src_aligned, ascii_to_ascii_stride_neither_aligned, ascii_to_ascii_simd_double_stride_both_aligned, ascii_to_ascii_simd_double_stride_src_aligned); + ascii_simd_check_align_unrolled!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_both_aligned, ascii_to_basic_latin_stride_src_aligned, ascii_to_basic_latin_stride_neither_aligned, ascii_to_basic_latin_simd_double_stride_both_aligned, ascii_to_basic_latin_simd_double_stride_src_aligned); + + ascii_simd_check_align!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_both_aligned, basic_latin_to_ascii_stride_src_aligned, basic_latin_to_ascii_stride_dst_aligned, basic_latin_to_ascii_stride_neither_aligned); + latin1_simd_check_align_unrolled!(unpack_latin1, u8, u16, unpack_stride_both_aligned, unpack_stride_src_aligned, unpack_stride_dst_aligned, unpack_stride_neither_aligned); + latin1_simd_check_align_unrolled!(pack_latin1, u16, u8, pack_stride_both_aligned, pack_stride_src_aligned, pack_stride_dst_aligned, pack_stride_neither_aligned); + } else if #[cfg(all(target_endian = "little", target_pointer_width = "64"))] { + // Aligned ALU word, little-endian, 64-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 8; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0x0000_0000_FF00_0000usize & word) << 24) | + ((0x0000_0000_00FF_0000usize & word) << 16) | + ((0x0000_0000_0000_FF00usize & word) << 8) | + (0x0000_0000_0000_00FFusize & word); + let second = ((0xFF00_0000_0000_0000usize & word) >> 8) | + ((0x00FF_0000_0000_0000usize & word) >> 16) | +@@ -1019,22 +1278,24 @@ cfg_if! { + let third = ((0x0000_0000_FF00_0000usize & second_word) << 24) | + ((0x0000_0000_00FF_0000usize & second_word) << 16) | + ((0x0000_0000_0000_FF00usize & second_word) << 8) | + (0x0000_0000_0000_00FFusize & second_word); + let fourth = ((0xFF00_0000_0000_0000usize & second_word) >> 8) | + ((0x00FF_0000_0000_0000usize & second_word) >> 16) | + ((0x0000_FF00_0000_0000usize & second_word) >> 24) | + ((0x0000_00FF_0000_0000usize & second_word) >> 32); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000_0000_0000usize & second) << 8) | + ((0x0000_00FF_0000_0000usize & second) << 16) | + ((0x0000_0000_00FF_0000usize & second) << 24) | + ((0x0000_0000_0000_00FFusize & second) << 32) | + ((0x00FF_0000_0000_0000usize & first) >> 24) | + ((0x0000_00FF_0000_0000usize & first) >> 16) | +@@ -1043,70 +1304,88 @@ cfg_if! { + let second_word = ((0x00FF_0000_0000_0000usize & fourth) << 8) | + ((0x0000_00FF_0000_0000usize & fourth) << 16) | + ((0x0000_0000_00FF_0000usize & fourth) << 24) | + ((0x0000_0000_0000_00FFusize & fourth) << 32) | + ((0x00FF_0000_0000_0000usize & third) >> 24) | + ((0x0000_00FF_0000_0000usize & third) >> 16) | + ((0x0000_0000_00FF_0000usize & third) >> 8) | + (0x0000_0000_0000_00FFusize & third); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "little", target_pointer_width = "32"))] { + // Aligned ALU word, little-endian, 32-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const MAX_STRIDE_SIZE: usize = 8; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 4; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 3; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0x0000_FF00usize & word) << 8) | + (0x0000_00FFusize & word); + let second = ((0xFF00_0000usize & word) >> 8) | + ((0x00FF_0000usize & word) >> 16); + let third = ((0x0000_FF00usize & second_word) << 8) | + (0x0000_00FFusize & second_word); + let fourth = ((0xFF00_0000usize & second_word) >> 8) | + ((0x00FF_0000usize & second_word) >> 16); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000usize & second) << 8) | + ((0x0000_00FFusize & second) << 16) | + ((0x00FF_0000usize & first) >> 8) | + (0x0000_00FFusize & first); + let second_word = ((0x00FF_0000usize & fourth) << 8) | + ((0x0000_00FFusize & fourth) << 16) | + ((0x00FF_0000usize & third) >> 8) | + (0x0000_00FFusize & third); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "big", target_pointer_width = "64"))] { + // Aligned ALU word, big-endian, 64-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 16; + + pub const MAX_STRIDE_SIZE: usize = 16; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 8; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 7; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0xFF00_0000_0000_0000usize & word) >> 8) | + ((0x00FF_0000_0000_0000usize & word) >> 16) | + ((0x0000_FF00_0000_0000usize & word) >> 24) | + ((0x0000_00FF_0000_0000usize & word) >> 32); + let second = ((0x0000_0000_FF00_0000usize & word) << 24) | + ((0x0000_0000_00FF_0000usize & word) << 16) | +@@ -1115,22 +1394,24 @@ cfg_if! { + let third = ((0xFF00_0000_0000_0000usize & second_word) >> 8) | + ((0x00FF_0000_0000_0000usize & second_word) >> 16) | + ((0x0000_FF00_0000_0000usize & second_word) >> 24) | + ((0x0000_00FF_0000_0000usize & second_word) >> 32); + let fourth = ((0x0000_0000_FF00_0000usize & second_word) << 24) | + ((0x0000_0000_00FF_0000usize & second_word) << 16) | + ((0x0000_0000_0000_FF00usize & second_word) << 8) | + (0x0000_0000_0000_00FFusize & second_word); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF0000_00000000usize & first) << 8) | + ((0x000000FF_00000000usize & first) << 16) | + ((0x00000000_00FF0000usize & first) << 24) | + ((0x00000000_000000FFusize & first) << 32) | + ((0x00FF0000_00000000usize & second) >> 24) | + ((0x000000FF_00000000usize & second) >> 16) | +@@ -1139,67 +1420,80 @@ cfg_if! { + let second_word = ((0x00FF0000_00000000usize & third) << 8) | + ((0x000000FF_00000000usize & third) << 16) | + ((0x00000000_00FF0000usize & third) << 24) | + ((0x00000000_000000FFusize & third) << 32) | + ((0x00FF0000_00000000usize & fourth) >> 24) | + ((0x000000FF_00000000usize & fourth) >> 16) | + ((0x00000000_00FF0000usize & fourth) >> 8) | + (0x00000000_000000FFusize & fourth); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else if #[cfg(all(target_endian = "big", target_pointer_width = "32"))] { + // Aligned ALU word, big-endian, 32-bit + ++ /// Safety invariant: this is the amount of bytes consumed by ++ /// unpack_alu. This will be twice the pointer width, as it consumes two usizes. ++ /// This is also the number of bytes produced by pack_alu. ++ /// This is also the number of u16 code units produced/consumed by unpack_alu/pack_alu respectively. + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const MAX_STRIDE_SIZE: usize = 8; + ++ // Safety invariant: this is the pointer width in bytes + pub const ALU_ALIGNMENT: usize = 4; + ++ // Safety invariant: this is a mask for getting the bits of a pointer not aligned to ALU_ALIGNMENT + pub const ALU_ALIGNMENT_MASK: usize = 3; + ++ /// Safety: dst must point to valid space for writing four `usize`s + #[inline(always)] + unsafe fn unpack_alu(word: usize, second_word: usize, dst: *mut usize) { + let first = ((0xFF00_0000usize & word) >> 8) | + ((0x00FF_0000usize & word) >> 16); + let second = ((0x0000_FF00usize & word) << 8) | + (0x0000_00FFusize & word); + let third = ((0xFF00_0000usize & second_word) >> 8) | + ((0x00FF_0000usize & second_word) >> 16); + let fourth = ((0x0000_FF00usize & second_word) << 8) | + (0x0000_00FFusize & second_word); ++ // Safety: fn invariant used here + *dst = first; + *(dst.add(1)) = second; + *(dst.add(2)) = third; + *(dst.add(3)) = fourth; + } + ++ /// Safety: dst must point to valid space for writing two `usize`s + #[inline(always)] + unsafe fn pack_alu(first: usize, second: usize, third: usize, fourth: usize, dst: *mut usize) { + let word = ((0x00FF_0000usize & first) << 8) | + ((0x0000_00FFusize & first) << 16) | + ((0x00FF_0000usize & second) >> 8) | + (0x0000_00FFusize & second); + let second_word = ((0x00FF_0000usize & third) << 8) | + ((0x0000_00FFusize & third) << 16) | + ((0x00FF_0000usize & fourth) >> 8) | + (0x0000_00FFusize & fourth); ++ // Safety: fn invariant used here + *dst = word; + *(dst.add(1)) = second_word; + } + } else { + ascii_naive!(ascii_to_ascii, u8, u8); + ascii_naive!(ascii_to_basic_latin, u8, u16); + ascii_naive!(basic_latin_to_ascii, u16, u8); + } + } + + cfg_if! { ++ // Safety-usable invariant: this counts the zeroes from the "first byte" of utf-8 data packed into a usize ++ // with the target endianness + if #[cfg(target_endian = "little")] { + #[allow(dead_code)] + #[inline(always)] + fn count_zeros(word: usize) -> u32 { + word.trailing_zeros() + } + } else { + #[allow(dead_code)] +@@ -1207,208 +1501,272 @@ cfg_if! { + fn count_zeros(word: usize) -> u32 { + word.leading_zeros() + } + } + } + + cfg_if! { + if #[cfg(all(feature = "simd-accel", target_endian = "little", target_arch = "disabled"))] { ++ /// Safety-usable invariant: Will return the value and position of the first non-ASCII byte in the slice in a Some if found. ++ /// In other words, the first element of the Some is always `> 127` + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading/writing at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { ++ // Safety: src at offset is valid for a `SIMD_STRIDE_SIZE` read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + if !simd_is_ascii(simd) { + break; + } + offset += SIMD_STRIDE_SIZE; ++ // This is `offset > len - SIMD_STRIDE_SIZE` which means we always have at least `SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety: Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + } else if #[cfg(all(feature = "simd-accel", target_feature = "sse2"))] { ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; ++ // Safety: if this check succeeds we're valid for reading at least `stride` elements. + if SIMD_STRIDE_SIZE <= len { + // First, process one unaligned vector ++ // Safety: src is valid for a `SIMD_STRIDE_SIZE` read + let simd = unsafe { load16_unaligned(src) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset = mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; + return Some((non_ascii, offset)); + } + offset = SIMD_STRIDE_SIZE; ++ // Safety: Now that offset has changed we don't yet know how much it is valid for + + // We have now seen 16 ASCII bytes. Let's guess that + // there will be enough more to justify more expense + // in the case of non-ASCII. + // Use aligned reads for the sake of old microachitectures. ++ // Safety: this correctly calculates the number of src_units that need to be read before the remaining list is aligned. ++ // This is by definition less than SIMD_ALIGNMENT, which is defined to be equal to SIMD_STRIDE_SIZE. + let until_alignment = unsafe { (SIMD_ALIGNMENT - ((src.add(offset) as usize) & SIMD_ALIGNMENT_MASK)) & SIMD_ALIGNMENT_MASK }; + // This addition won't overflow, because even in the 32-bit PAE case the + // address space holds enough code that the slice length can't be that + // close to address space size. + // offset now equals SIMD_STRIDE_SIZE, hence times 3 below. ++ // ++ // Safety: if this check succeeds we're valid for reading at least `2 * SIMD_STRIDE_SIZE` elements plus `until_alignment`. ++ // The extra SIMD_STRIDE_SIZE in the condition is because `offset` is already `SIMD_STRIDE_SIZE`. + if until_alignment + (SIMD_STRIDE_SIZE * 3) <= len { + if until_alignment != 0 { ++ // Safety: this is safe to call since we're valid for this read (and more), and don't care about alignment ++ // This will copy over bytes that get decoded twice since it's not incrementing `offset` by SIMD_STRIDE_SIZE. This is fine. + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; + return Some((non_ascii, offset)); + } + offset += until_alignment; + } ++ // Safety: At this point we're valid for reading 2*SIMD_STRIDE_SIZE elements ++ // Safety: Now `offset` is aligned for `src` + let len_minus_stride_times_two = len - (SIMD_STRIDE_SIZE * 2); + loop { ++ // Safety: We were valid for this read, and were aligned. + let first = unsafe { load16_aligned(src.add(offset)) }; + let second = unsafe { load16_aligned(src.add(offset + SIMD_STRIDE_SIZE)) }; + if !simd_is_ascii(first | second) { ++ // Safety: mask_ascii produces a mask of all the high bits. + let mask_first = mask_ascii(first); + if mask_first != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src ++ // TODO SAFETY: What about big-endian systems? + offset += mask_first.trailing_zeros() as usize; + } else { + let mask_second = mask_ascii(second); ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + offset += SIMD_STRIDE_SIZE + mask_second.trailing_zeros() as usize; + } ++ // Safety: We know this is non-ASCII, and can uphold the safety-usable invariant here + let non_ascii = unsafe { *src.add(offset) }; ++ + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE * 2; ++ // Safety: This is `offset > len - 2 * SIMD_STRIDE_SIZE` which means we always have at least `2 * SIMD_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride_times_two { + break; + } + } ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { +- let simd = unsafe { load16_aligned(src.add(offset)) }; +- let mask = mask_ascii(simd); ++ // Safety: We were valid for this read, and were aligned. ++ let simd = unsafe { load16_aligned(src.add(offset)) }; ++ // Safety: mask_ascii produces a mask of all the high bits. ++ let mask = mask_ascii(simd); + if mask != 0 { ++ // Safety: on little endian systems this will be the number of ascii bytes ++ // before the first non-ascii, i.e. valid for indexing src + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety: We know this is non-ASCII, and can uphold the safety-usable invariant here + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; + } + } else { ++ // Safety: this is the unaligned branch + // At most two iterations, so unroll ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: We're valid for this read but must use an unaligned read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety-usable invariant upheld here (same as above) + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: if this check succeeds we're valid for reading at least `SIMD_STRIDE_SIZE` + if offset + SIMD_STRIDE_SIZE <= len { ++ // Safety: We're valid for this read but must use an unaligned read + let simd = unsafe { load16_unaligned(src.add(offset)) }; + let mask = mask_ascii(simd); + if mask != 0 { + offset += mask.trailing_zeros() as usize; + let non_ascii = unsafe { *src.add(offset) }; ++ // Safety-usable invariant upheld here (same as above) + return Some((non_ascii, offset)); + } + offset += SIMD_STRIDE_SIZE; + } + } + } + } + while offset < len { ++ // Safety: relies straightforwardly on the `len` invariant + let code_unit = unsafe { *(src.add(offset)) }; + if code_unit > 127 { ++ // Safety-usable invariant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + } else { ++ // Safety-usable invariant: returns byte index of first non-ascii byte + #[inline(always)] + fn find_non_ascii(word: usize, second_word: usize) -> Option { + let word_masked = word & ASCII_MASK; + let second_masked = second_word & ASCII_MASK; + if (word_masked | second_masked) == 0 { ++ // Both are ascii, invariant upheld + return None; + } + if word_masked != 0 { + let zeros = count_zeros(word_masked); +- // `zeros` now contains 7 (for the seven bits of non-ASCII) ++ // `zeros` now contains 0 to 7 (for the seven bits of masked ASCII in little endian, ++ // or up to 7 bits of non-ASCII in big endian if the first byte is non-ASCII) + // plus 8 times the number of ASCII in text order before the + // non-ASCII byte in the little-endian case or 8 times the number of ASCII in + // text order before the non-ASCII byte in the big-endian case. + let num_ascii = (zeros >> 3) as usize; ++ // Safety-usable invariant upheld here + return Some(num_ascii); + } + let zeros = count_zeros(second_masked); +- // `zeros` now contains 7 (for the seven bits of non-ASCII) ++ // `zeros` now contains 0 to 7 (for the seven bits of masked ASCII in little endian, ++ // or up to 7 bits of non-ASCII in big endian if the first byte is non-ASCII) + // plus 8 times the number of ASCII in text order before the + // non-ASCII byte in the little-endian case or 8 times the number of ASCII in + // text order before the non-ASCII byte in the big-endian case. + let num_ascii = (zeros >> 3) as usize; ++ // Safety-usable invariant upheld here + Some(ALU_ALIGNMENT + num_ascii) + } + ++ /// Safety: `src` must be valid for the reads of two `usize`s ++ /// ++ /// Safety-usable invariant: will return byte index of first non-ascii byte + #[inline(always)] + unsafe fn validate_ascii_stride(src: *const usize) -> Option { + let word = *src; + let second_word = *(src.add(1)); + find_non_ascii(word, second_word) + } + ++ /// Safety-usable invariant: will return Some() when it encounters non-ASCII, with the first element in the Some being ++ /// guaranteed to be non-ASCII (> 127), and the second being the offset where it is found + #[cfg_attr(feature = "cargo-clippy", allow(cast_ptr_alignment))] + #[inline(always)] + pub fn validate_ascii(slice: &[u8]) -> Option<(u8, usize)> { + let src = slice.as_ptr(); + let len = slice.len(); + let mut offset = 0usize; + let mut until_alignment = (ALU_ALIGNMENT - ((src as usize) & ALU_ALIGNMENT_MASK)) & ALU_ALIGNMENT_MASK; ++ // Safety: If this check fails we're valid to read `until_alignment + ALU_STRIDE_SIZE` elements + if until_alignment + ALU_STRIDE_SIZE <= len { + while until_alignment != 0 { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety-usable invairant upheld here + return Some((code_unit, offset)); + } + offset += 1; + until_alignment -= 1; + } ++ // Safety: At this point we have read until_alignment elements and ++ // are valid for `ALU_STRIDE_SIZE` more. + let len_minus_stride = len - ALU_STRIDE_SIZE; + loop { ++ // Safety: we were valid for this read + let ptr = unsafe { src.add(offset) as *const usize }; + if let Some(num_ascii) = unsafe { validate_ascii_stride(ptr) } { + offset += num_ascii; ++ // Safety-usable invairant upheld here using the invariant from validate_ascii_stride() + return Some((unsafe { *(src.add(offset)) }, offset)); + } + offset += ALU_STRIDE_SIZE; ++ // Safety: This is `offset > ALU_STRIDE_SIZE` which means we always have at least `2 * ALU_STRIDE_SIZE` elements to munch next time. + if offset > len_minus_stride { + break; + } + } + } + while offset < len { + let code_unit = slice[offset]; + if code_unit > 127 { ++ // Safety-usable invairant upheld here + return Some((code_unit, offset)); + } + offset += 1; + } + None + } + + } +@@ -1423,70 +1781,88 @@ cfg_if! { + // vector reads without vector writes. + + pub const ALU_STRIDE_SIZE: usize = 8; + + pub const ALU_ALIGNMENT: usize = 4; + + pub const ALU_ALIGNMENT_MASK: usize = 3; + } else { ++ // Safety: src points to two valid `usize`s, dst points to four valid `usize`s + #[inline(always)] + unsafe fn unpack_latin1_stride_alu(src: *const usize, dst: *mut usize) { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); ++ // Safety: dst safety invariant passed down + unpack_alu(word, second_word, dst); + } + ++ // Safety: src points to four valid `usize`s, dst points to two valid `usize`s + #[inline(always)] + unsafe fn pack_latin1_stride_alu(src: *const usize, dst: *mut usize) { ++ // Safety: src safety invariant used here + let first = *src; + let second = *(src.add(1)); + let third = *(src.add(2)); + let fourth = *(src.add(3)); ++ // Safety: dst safety invariant passed down + pack_alu(first, second, third, fourth, dst); + } + ++ // Safety: src points to two valid `usize`s, dst points to four valid `usize`s + #[inline(always)] + unsafe fn ascii_to_basic_latin_stride_alu(src: *const usize, dst: *mut usize) -> bool { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); + // Check if the words contains non-ASCII + if (word & ASCII_MASK) | (second_word & ASCII_MASK) != 0 { + return false; + } ++ // Safety: dst safety invariant passed down + unpack_alu(word, second_word, dst); + true + } + ++ // Safety: src points four valid `usize`s, dst points to two valid `usize`s + #[inline(always)] + unsafe fn basic_latin_to_ascii_stride_alu(src: *const usize, dst: *mut usize) -> bool { ++ // Safety: src safety invariant used here + let first = *src; + let second = *(src.add(1)); + let third = *(src.add(2)); + let fourth = *(src.add(3)); + if (first & BASIC_LATIN_MASK) | (second & BASIC_LATIN_MASK) | (third & BASIC_LATIN_MASK) | (fourth & BASIC_LATIN_MASK) != 0 { + return false; + } ++ // Safety: dst safety invariant passed down + pack_alu(first, second, third, fourth, dst); + true + } + ++ // Safety: src, dst both point to two valid `usize`s each ++ // Safety-usable invariant: Will return byte index of first non-ascii byte. + #[inline(always)] + unsafe fn ascii_to_ascii_stride(src: *const usize, dst: *mut usize) -> Option { ++ // Safety: src safety invariant used here + let word = *src; + let second_word = *(src.add(1)); ++ // Safety: src safety invariant used here + *dst = word; + *(dst.add(1)) = second_word; ++ // Relies on safety-usable invariant here + find_non_ascii(word, second_word) + } + + basic_latin_alu!(ascii_to_basic_latin, u8, u16, ascii_to_basic_latin_stride_alu); + basic_latin_alu!(basic_latin_to_ascii, u16, u8, basic_latin_to_ascii_stride_alu); + latin1_alu!(unpack_latin1, u8, u16, unpack_latin1_stride_alu); + latin1_alu!(pack_latin1, u16, u8, pack_latin1_stride_alu); ++ // Safety invariant upheld: ascii_to_ascii_stride will return byte index of first non-ascii if found + ascii_alu!(ascii_to_ascii, u8, u8, ascii_to_ascii_stride); + } + } + + pub fn ascii_valid_up_to(bytes: &[u8]) -> usize { + match validate_ascii(bytes) { + None => bytes.len(), + Some((_, num_valid)) => num_valid, +diff --git a/third_party/rust/encoding_rs/src/handles.rs b/third_party/rust/encoding_rs/src/handles.rs +--- third_party/rust/encoding_rs/src/handles.rs ++++ third_party/rust/encoding_rs/src/handles.rs +@@ -29,17 +29,17 @@ use crate::simd_funcs::*; + #[cfg(all( + feature = "simd-accel", + any( + target_feature = "sse2", + all(target_endian = "little", target_arch = "aarch64"), + all(target_endian = "little", target_feature = "neon") + ) + ))] +-use packed_simd::u16x8; ++use core::simd::u16x8; + + use super::DecoderResult; + use super::EncoderResult; + use crate::ascii::*; + use crate::utf_8::convert_utf8_to_utf16_up_to_invalid; + use crate::utf_8::utf8_valid_up_to; + + pub enum Space { +@@ -85,84 +85,100 @@ impl Endian for LittleEndian { + const OPPOSITE_ENDIAN: bool = false; + + #[cfg(target_endian = "big")] + const OPPOSITE_ENDIAN: bool = true; + } + + #[derive(Debug, Copy, Clone)] + struct UnalignedU16Slice { ++ // Safety invariant: ptr must be valid for reading 2*len bytes + ptr: *const u8, + len: usize, + } + + impl UnalignedU16Slice { ++ /// Safety: ptr must be valid for reading 2*len bytes + #[inline(always)] + pub unsafe fn new(ptr: *const u8, len: usize) -> UnalignedU16Slice { ++ // Safety: field invariant passed up to caller here + UnalignedU16Slice { ptr, len } + } + + #[inline(always)] + pub fn trim_last(&mut self) { + assert!(self.len > 0); ++ // Safety: invariant upheld here: a slice is still valid with a shorter len + self.len -= 1; + } + + #[inline(always)] + pub fn at(&self, i: usize) -> u16 { + use core::mem::MaybeUninit; + + assert!(i < self.len); + unsafe { + let mut u: MaybeUninit = MaybeUninit::uninit(); ++ // Safety: i is at most len - 1, which works here + ::core::ptr::copy_nonoverlapping(self.ptr.add(i * 2), u.as_mut_ptr() as *mut u8, 2); ++ // Safety: valid read above lets us do this + u.assume_init() + } + } + + #[cfg(feature = "simd-accel")] + #[inline(always)] + pub fn simd_at(&self, i: usize) -> u16x8 { ++ // Safety: i/len are on the scale of u16s, each one corresponds to 2 u8s + assert!(i + SIMD_STRIDE_SIZE / 2 <= self.len); + let byte_index = i * 2; ++ // Safety: load16_unaligned needs SIMD_STRIDE_SIZE=16 u8 elements to read, ++ // or 16/2 = 8 u16 elements to read. ++ // We have checked that we have at least that many above. ++ + unsafe { to_u16_lanes(load16_unaligned(self.ptr.add(byte_index))) } + } + + #[inline(always)] + pub fn len(&self) -> usize { + self.len + } + + #[inline(always)] + pub fn tail(&self, from: usize) -> UnalignedU16Slice { + // XXX the return value should be restricted not to + // outlive self. + assert!(from <= self.len); ++ // Safety: This upholds the same invariant: `from` is in bounds and we're returning a shorter slice + unsafe { UnalignedU16Slice::new(self.ptr.add(from * 2), self.len - from) } + } + + #[cfg(feature = "simd-accel")] + #[inline(always)] + pub fn copy_bmp_to(&self, other: &mut [u16]) -> Option<(u16, usize)> { + assert!(self.len <= other.len()); + let mut offset = 0; ++ // Safety: SIMD_STRIDE_SIZE is measured in bytes, whereas len is in u16s. We check we can ++ // munch SIMD_STRIDE_SIZE / 2 u16s which means we can write SIMD_STRIDE_SIZE u8s + if SIMD_STRIDE_SIZE / 2 <= self.len { + let len_minus_stride = self.len - SIMD_STRIDE_SIZE / 2; + loop { + let mut simd = self.simd_at(offset); + if E::OPPOSITE_ENDIAN { + simd = simd_byte_swap(simd); + } ++ // Safety: we have enough space on the other side to write this + unsafe { + store8_unaligned(other.as_mut_ptr().add(offset), simd); + } + if contains_surrogates(simd) { + break; + } + offset += SIMD_STRIDE_SIZE / 2; ++ // Safety: This ensures we still have space for writing SIMD_STRIDE_SIZE u8s + if offset > len_minus_stride { + break; + } + } + } + while offset < self.len { + let unit = swap_if_opposite_endian::(self.at(offset)); + other[offset] = unit; +@@ -231,33 +247,37 @@ fn copy_unaligned_basic_latin_to_ascii( + src: UnalignedU16Slice, + dst: &mut [u8], + ) -> CopyAsciiResult { + let len = ::core::cmp::min(src.len(), dst.len()); + let mut offset = 0; ++ // Safety: This check ensures we are able to read/write at least SIMD_STRIDE_SIZE elements + if SIMD_STRIDE_SIZE <= len { + let len_minus_stride = len - SIMD_STRIDE_SIZE; + loop { + let mut first = src.simd_at(offset); + let mut second = src.simd_at(offset + (SIMD_STRIDE_SIZE / 2)); + if E::OPPOSITE_ENDIAN { + first = simd_byte_swap(first); + second = simd_byte_swap(second); + } + if !simd_is_basic_latin(first | second) { + break; + } + let packed = simd_pack(first, second); ++ // Safety: We are able to write SIMD_STRIDE_SIZE elements in this iteration + unsafe { + store16_unaligned(dst.as_mut_ptr().add(offset), packed); + } + offset += SIMD_STRIDE_SIZE; ++ // Safety: This is `offset > len - SIMD_STRIDE_SIZE`, which ensures that we can write at least SIMD_STRIDE_SIZE elements ++ // in the next iteration + if offset > len_minus_stride { + break; + } + } + } + copy_unaligned_basic_latin_to_ascii_alu::(src.tail(offset), &mut dst[offset..], offset) + } + +@@ -632,94 +652,106 @@ impl<'a> Utf16Destination<'a> { + #[inline(always)] + fn write_astral(&mut self, astral: u32) { + debug_assert!(astral > 0xFFFF); + debug_assert!(astral <= 0x10_FFFF); + self.write_code_unit((0xD7C0 + (astral >> 10)) as u16); + self.write_code_unit((0xDC00 + (astral & 0x3FF)) as u16); + } + #[inline(always)] +- pub fn write_surrogate_pair(&mut self, high: u16, low: u16) { ++ fn write_surrogate_pair(&mut self, high: u16, low: u16) { + self.write_code_unit(high); + self.write_code_unit(low); + } + #[inline(always)] + fn write_big5_combination(&mut self, combined: u16, combining: u16) { + self.write_bmp_excl_ascii(combined); + self.write_bmp_excl_ascii(combining); + } ++ // Safety-usable invariant: CopyAsciiResult::GoOn will only contain bytes >=0x80 + #[inline(always)] + pub fn copy_ascii_from_check_space_bmp<'b>( + &'b mut self, + source: &mut ByteSource, + ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf16BmpHandle<'b, 'a>)> { + let non_ascii_ret = { + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (pending, length) = if dst_remaining.len() < src_remaining.len() { + (DecoderResult::OutputFull, dst_remaining.len()) + } else { + (DecoderResult::InputEmpty, src_remaining.len()) + }; ++ // Safety: This function is documented as needing valid pointers for src/dest and len, which ++ // is true since we've passed the minumum length of the two + match unsafe { + ascii_to_basic_latin(src_remaining.as_ptr(), dst_remaining.as_mut_ptr(), length) + } { + None => { + source.pos += length; + self.pos += length; + return CopyAsciiResult::Stop((pending, source.pos, self.pos)); + } ++ // Safety: the function is documented as returning bytes >=0x80 in the Some + Some((non_ascii, consumed)) => { + source.pos += consumed; + self.pos += consumed; + source.pos += 1; // +1 for non_ascii ++ // Safety: non-ascii bubbled out here + non_ascii + } + } + }; ++ // Safety: non-ascii returned here + CopyAsciiResult::GoOn((non_ascii_ret, Utf16BmpHandle::new(self))) + } ++ // Safety-usable invariant: CopyAsciiResult::GoOn will only contain bytes >=0x80 + #[inline(always)] + pub fn copy_ascii_from_check_space_astral<'b>( + &'b mut self, + source: &mut ByteSource, + ) -> CopyAsciiResult<(DecoderResult, usize, usize), (u8, Utf16AstralHandle<'b, 'a>)> { + let non_ascii_ret = { + let dst_len = self.slice.len(); + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (pending, length) = if dst_remaining.len() < src_remaining.len() { + (DecoderResult::OutputFull, dst_remaining.len()) + } else { + (DecoderResult::InputEmpty, src_remaining.len()) + }; ++ // Safety: This function is documented as needing valid pointers for src/dest and len, which ++ // is true since we've passed the minumum length of the two + match unsafe { + ascii_to_basic_latin(src_remaining.as_ptr(), dst_remaining.as_mut_ptr(), length) + } { + None => { + source.pos += length; + self.pos += length; + return CopyAsciiResult::Stop((pending, source.pos, self.pos)); + } ++ // Safety: the function is documented as returning bytes >=0x80 in the Some + Some((non_ascii, consumed)) => { + source.pos += consumed; + self.pos += consumed; + if self.pos + 1 < dst_len { + source.pos += 1; // +1 for non_ascii ++ // Safety: non-ascii bubbled out here + non_ascii + } else { + return CopyAsciiResult::Stop(( + DecoderResult::OutputFull, + source.pos, + self.pos, + )); + } + } + } + }; ++ // Safety: non-ascii returned here + CopyAsciiResult::GoOn((non_ascii_ret, Utf16AstralHandle::new(self))) + } + #[inline(always)] + pub fn copy_utf8_up_to_invalid_from(&mut self, source: &mut ByteSource) { + let src_remaining = &source.slice[source.pos..]; + let dst_remaining = &mut self.slice[self.pos..]; + let (read, written) = convert_utf8_to_utf16_up_to_invalid(src_remaining, dst_remaining); + source.pos += read; +diff --git a/third_party/rust/encoding_rs/src/lib.rs b/third_party/rust/encoding_rs/src/lib.rs +--- third_party/rust/encoding_rs/src/lib.rs ++++ third_party/rust/encoding_rs/src/lib.rs +@@ -684,37 +684,26 @@ + //! TIS-620windows-874 + //! + //! + //! + //! See the section [_UTF-16LE, UTF-16BE and Unicode Encoding Schemes_](#utf-16le-utf-16be-and-unicode-encoding-schemes) + //! for discussion about the UTF-16 family. + + #![no_std] +-#![cfg_attr(feature = "simd-accel", feature(core_intrinsics))] ++#![cfg_attr(feature = "simd-accel", feature(core_intrinsics, portable_simd))] + + #[cfg(feature = "alloc")] + #[cfg_attr(test, macro_use)] + extern crate alloc; + + extern crate core; + #[macro_use] + extern crate cfg_if; + +-#[cfg(all( +- feature = "simd-accel", +- any( +- target_feature = "sse2", +- all(target_endian = "little", target_arch = "aarch64"), +- all(target_endian = "little", target_feature = "neon") +- ) +-))] +-#[macro_use(shuffle)] +-extern crate packed_simd; +- + #[cfg(feature = "serde")] + extern crate serde; + + #[cfg(all(test, feature = "serde"))] + extern crate bincode; + #[cfg(all(test, feature = "serde"))] + #[macro_use] + extern crate serde_derive; +diff --git a/third_party/rust/encoding_rs/src/mem.rs b/third_party/rust/encoding_rs/src/mem.rs +--- third_party/rust/encoding_rs/src/mem.rs ++++ third_party/rust/encoding_rs/src/mem.rs +@@ -111,16 +111,21 @@ macro_rules! by_unit_check_alu { + until_alignment -= 1; + } + if accu >= $bound { + return false; + } + } + let len_minus_stride = len - ALU_ALIGNMENT / unit_size; + if offset + (4 * (ALU_ALIGNMENT / unit_size)) <= len { ++ // Safety: the above check lets us perform 4 consecutive reads of ++ // length ALU_ALIGNMENT / unit_size. ALU_ALIGNMENT is the size of usize, and unit_size ++ // is the size of the `src` pointer, so this is equal to performing four usize reads. ++ // ++ // This invariant is upheld on all loop iterations + let len_minus_unroll = len - (4 * (ALU_ALIGNMENT / unit_size)); + loop { + let unroll_accu = unsafe { *(src.add(offset) as *const usize) } + | unsafe { + *(src.add(offset + (ALU_ALIGNMENT / unit_size)) as *const usize) + } + | unsafe { + *(src.add(offset + (2 * (ALU_ALIGNMENT / unit_size))) +@@ -129,22 +134,24 @@ macro_rules! by_unit_check_alu { + | unsafe { + *(src.add(offset + (3 * (ALU_ALIGNMENT / unit_size))) + as *const usize) + }; + if unroll_accu & $mask != 0 { + return false; + } + offset += 4 * (ALU_ALIGNMENT / unit_size); ++ // Safety: this check lets us continue to perform the 4 reads earlier + if offset > len_minus_unroll { + break; + } + } + } + while offset <= len_minus_stride { ++ // Safety: the above check lets us perform one usize read. + accu |= unsafe { *(src.add(offset) as *const usize) }; + offset += ALU_ALIGNMENT / unit_size; + } + } + } + for &unit in &buffer[offset..] { + accu |= unit as usize; + } +@@ -184,16 +191,21 @@ macro_rules! by_unit_check_simd { + until_alignment -= 1; + } + if accu >= $bound { + return false; + } + } + let len_minus_stride = len - SIMD_STRIDE_SIZE / unit_size; + if offset + (4 * (SIMD_STRIDE_SIZE / unit_size)) <= len { ++ // Safety: the above check lets us perform 4 consecutive reads of ++ // length SIMD_STRIDE_SIZE / unit_size. SIMD_STRIDE_SIZE is the size of $simd_ty, and unit_size ++ // is the size of the `src` pointer, so this is equal to performing four $simd_ty reads. ++ // ++ // This invariant is upheld on all loop iterations + let len_minus_unroll = len - (4 * (SIMD_STRIDE_SIZE / unit_size)); + loop { + let unroll_accu = unsafe { *(src.add(offset) as *const $simd_ty) } + | unsafe { + *(src.add(offset + (SIMD_STRIDE_SIZE / unit_size)) + as *const $simd_ty) + } + | unsafe { +@@ -203,23 +215,25 @@ macro_rules! by_unit_check_simd { + | unsafe { + *(src.add(offset + (3 * (SIMD_STRIDE_SIZE / unit_size))) + as *const $simd_ty) + }; + if !$func(unroll_accu) { + return false; + } + offset += 4 * (SIMD_STRIDE_SIZE / unit_size); ++ // Safety: this check lets us continue to perform the 4 reads earlier + if offset > len_minus_unroll { + break; + } + } + } + let mut simd_accu = $splat; + while offset <= len_minus_stride { ++ // Safety: the above check lets us perform one $simd_ty read. + simd_accu = simd_accu | unsafe { *(src.add(offset) as *const $simd_ty) }; + offset += SIMD_STRIDE_SIZE / unit_size; + } + if !$func(simd_accu) { + return false; + } + } + } +@@ -229,18 +243,18 @@ macro_rules! by_unit_check_simd { + accu < $bound + } + }; + } + + cfg_if! { + if #[cfg(all(feature = "simd-accel", any(target_feature = "sse2", all(target_endian = "little", target_arch = "aarch64"), all(target_endian = "little", target_feature = "neon"))))] { + use crate::simd_funcs::*; +- use packed_simd::u8x16; +- use packed_simd::u16x8; ++ use core::simd::u8x16; ++ use core::simd::u16x8; + + const SIMD_ALIGNMENT: usize = 16; + + const SIMD_ALIGNMENT_MASK: usize = 15; + + by_unit_check_simd!(is_ascii_impl, u8, u8x16::splat(0), u8x16, 0x80, simd_is_ascii); + by_unit_check_simd!(is_basic_latin_impl, u16, u16x8::splat(0), u16x8, 0x80, simd_is_basic_latin); + by_unit_check_simd!(is_utf16_latin1_impl, u16, u16x8::splat(0), u16x8, 0x100, simd_is_latin1); +diff --git a/third_party/rust/encoding_rs/src/simd_funcs.rs b/third_party/rust/encoding_rs/src/simd_funcs.rs +--- third_party/rust/encoding_rs/src/simd_funcs.rs ++++ third_party/rust/encoding_rs/src/simd_funcs.rs +@@ -2,65 +2,84 @@ + // file at the top-level directory of this distribution. + // + // Licensed under the Apache License, Version 2.0 or the MIT license + // , at your + // option. This file may not be copied, modified, or distributed + // except according to those terms. + +-use packed_simd::u16x8; +-use packed_simd::u8x16; +-use packed_simd::IntoBits; ++use any_all_workaround::all_mask16x8; ++use any_all_workaround::all_mask8x16; ++use any_all_workaround::any_mask16x8; ++use any_all_workaround::any_mask8x16; ++use core::simd::cmp::SimdPartialEq; ++use core::simd::cmp::SimdPartialOrd; ++use core::simd::mask16x8; ++use core::simd::mask8x16; ++use core::simd::simd_swizzle; ++use core::simd::u16x8; ++use core::simd::u8x16; ++use core::simd::ToBytes; + + // TODO: Migrate unaligned access to stdlib code if/when the RFC + // https://github.com/rust-lang/rfcs/pull/1725 is implemented. + ++/// Safety invariant: ptr must be valid for an unaligned read of 16 bytes + #[inline(always)] + pub unsafe fn load16_unaligned(ptr: *const u8) -> u8x16 { +- let mut simd = ::core::mem::uninitialized(); +- ::core::ptr::copy_nonoverlapping(ptr, &mut simd as *mut u8x16 as *mut u8, 16); +- simd ++ let mut simd = ::core::mem::MaybeUninit::::uninit(); ++ ::core::ptr::copy_nonoverlapping(ptr, simd.as_mut_ptr() as *mut u8, 16); ++ // Safety: copied 16 bytes of initialized memory into this, it is now initialized ++ simd.assume_init() + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u8x16 read of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn load16_aligned(ptr: *const u8) -> u8x16 { + *(ptr as *const u8x16) + } + ++/// Safety invariant: ptr must be valid for an unaligned store of 16 bytes + #[inline(always)] + pub unsafe fn store16_unaligned(ptr: *mut u8, s: u8x16) { + ::core::ptr::copy_nonoverlapping(&s as *const u8x16 as *const u8, ptr, 16); + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u8x16 store of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn store16_aligned(ptr: *mut u8, s: u8x16) { + *(ptr as *mut u8x16) = s; + } + ++/// Safety invariant: ptr must be valid for an unaligned read of 16 bytes + #[inline(always)] + pub unsafe fn load8_unaligned(ptr: *const u16) -> u16x8 { +- let mut simd = ::core::mem::uninitialized(); +- ::core::ptr::copy_nonoverlapping(ptr as *const u8, &mut simd as *mut u16x8 as *mut u8, 16); +- simd ++ let mut simd = ::core::mem::MaybeUninit::::uninit(); ++ ::core::ptr::copy_nonoverlapping(ptr as *const u8, simd.as_mut_ptr() as *mut u8, 16); ++ // Safety: copied 16 bytes of initialized memory into this, it is now initialized ++ simd.assume_init() + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u16x8 read of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn load8_aligned(ptr: *const u16) -> u16x8 { + *(ptr as *const u16x8) + } + ++/// Safety invariant: ptr must be valid for an unaligned store of 16 bytes + #[inline(always)] + pub unsafe fn store8_unaligned(ptr: *mut u16, s: u16x8) { + ::core::ptr::copy_nonoverlapping(&s as *const u16x8 as *const u8, ptr as *mut u8, 16); + } + ++/// Safety invariant: ptr must be valid for an aligned-for-u16x8 store of 16 bytes + #[allow(dead_code)] + #[inline(always)] + pub unsafe fn store8_aligned(ptr: *mut u16, s: u16x8) { + *(ptr as *mut u16x8) = s; + } + + cfg_if! { + if #[cfg(all(target_feature = "sse2", target_arch = "x86_64"))] { +@@ -95,234 +114,241 @@ cfg_if! { + pub fn simd_byte_swap(s: u16x8) -> u16x8 { + let left = s << 8; + let right = s >> 8; + left | right + } + + #[inline(always)] + pub fn to_u16_lanes(s: u8x16) -> u16x8 { +- s.into_bits() ++ u16x8::from_ne_bytes(s) + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + + // Expose low-level mask instead of higher-level conclusion, + // because the non-ASCII case would perform less well otherwise. ++ // Safety-usable invariant: This returned value is whether each high bit is set + #[inline(always)] + pub fn mask_ascii(s: u8x16) -> i32 { + unsafe { +- _mm_movemask_epi8(s.into_bits()) ++ _mm_movemask_epi8(s.into()) + } + } + + } else { + + } + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + unsafe { +- _mm_movemask_epi8(s.into_bits()) == 0 ++ // Safety: We have cfg()d the correct platform ++ _mm_movemask_epi8(s.into()) == 0 + } + } + } else if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + unsafe { +- vmaxvq_u8(s.into_bits()) < 0x80 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u8(s.into()) < 0x80 + } + } + } else { + #[inline(always)] + pub fn simd_is_ascii(s: u8x16) -> bool { + // This optimizes better on ARM than + // the lt formulation. + let highest_ascii = u8x16::splat(0x7F); +- !s.gt(highest_ascii).any() ++ !any_mask8x16(s.simd_gt(highest_ascii)) + } + } + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + if simd_is_ascii(s) { + return true; + } + let above_str_latin1 = u8x16::splat(0xC4); +- s.lt(above_str_latin1).all() ++ s.simd_lt(above_str_latin1).all() + } + } else if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + unsafe { +- vmaxvq_u8(s.into_bits()) < 0xC4 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u8(s.into()) < 0xC4 + } + } + } else { + #[inline(always)] + pub fn simd_is_str_latin1(s: u8x16) -> bool { + let above_str_latin1 = u8x16::splat(0xC4); +- s.lt(above_str_latin1).all() ++ all_mask8x16(s.simd_lt(above_str_latin1)) + } + } + } + + cfg_if! { + if #[cfg(target_arch = "aarch64")]{ + #[inline(always)] + pub fn simd_is_basic_latin(s: u16x8) -> bool { + unsafe { +- vmaxvq_u16(s.into_bits()) < 0x80 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u16(s.into()) < 0x80 + } + } + + #[inline(always)] + pub fn simd_is_latin1(s: u16x8) -> bool { + unsafe { +- vmaxvq_u16(s.into_bits()) < 0x100 ++ // Safety: We have cfg()d the correct platform ++ vmaxvq_u16(s.into()) < 0x100 + } + } + } else { + #[inline(always)] + pub fn simd_is_basic_latin(s: u16x8) -> bool { + let above_ascii = u16x8::splat(0x80); +- s.lt(above_ascii).all() ++ all_mask16x8(s.simd_lt(above_ascii)) + } + + #[inline(always)] + pub fn simd_is_latin1(s: u16x8) -> bool { + // For some reason, on SSE2 this formulation + // seems faster in this case while the above + // function is better the other way round... + let highest_latin1 = u16x8::splat(0xFF); +- !s.gt(highest_latin1).any() ++ !any_mask16x8(s.simd_gt(highest_latin1)) + } + } + } + + #[inline(always)] + pub fn contains_surrogates(s: u16x8) -> bool { + let mask = u16x8::splat(0xF800); + let surrogate_bits = u16x8::splat(0xD800); +- (s & mask).eq(surrogate_bits).any() ++ any_mask16x8((s & mask).simd_eq(surrogate_bits)) + } + + cfg_if! { + if #[cfg(target_arch = "aarch64")]{ + macro_rules! aarch64_return_false_if_below_hebrew { + ($s:ident) => ({ + unsafe { +- if vmaxvq_u16($s.into_bits()) < 0x0590 { ++ // Safety: We have cfg()d the correct platform ++ if vmaxvq_u16($s.into()) < 0x0590 { + return false; + } + } + }) + } + + macro_rules! non_aarch64_return_false_if_all { + ($s:ident) => () + } + } else { + macro_rules! aarch64_return_false_if_below_hebrew { + ($s:ident) => () + } + + macro_rules! non_aarch64_return_false_if_all { + ($s:ident) => ({ +- if $s.all() { ++ if all_mask16x8($s) { + return false; + } + }) + } + } + } + + macro_rules! in_range16x8 { + ($s:ident, $start:expr, $end:expr) => {{ + // SIMD sub is wrapping +- ($s - u16x8::splat($start)).lt(u16x8::splat($end - $start)) ++ ($s - u16x8::splat($start)).simd_lt(u16x8::splat($end - $start)) + }}; + } + + #[inline(always)] + pub fn is_u16x8_bidi(s: u16x8) -> bool { + // We try to first quickly refute the RTLness of the vector. If that + // fails, we do the real RTL check, so in that case we end up wasting + // the work for the up-front quick checks. Even the quick-check is + // two-fold in order to return `false` ASAP if everything is below + // Hebrew. + + aarch64_return_false_if_below_hebrew!(s); + +- let below_hebrew = s.lt(u16x8::splat(0x0590)); ++ let below_hebrew = s.simd_lt(u16x8::splat(0x0590)); + + non_aarch64_return_false_if_all!(below_hebrew); + +- if (below_hebrew | in_range16x8!(s, 0x0900, 0x200F) | in_range16x8!(s, 0x2068, 0xD802)).all() { ++ if all_mask16x8( ++ below_hebrew | in_range16x8!(s, 0x0900, 0x200F) | in_range16x8!(s, 0x2068, 0xD802), ++ ) { + return false; + } + + // Quick refutation failed. Let's do the full check. + +- (in_range16x8!(s, 0x0590, 0x0900) +- | in_range16x8!(s, 0xFB1D, 0xFE00) +- | in_range16x8!(s, 0xFE70, 0xFEFF) +- | in_range16x8!(s, 0xD802, 0xD804) +- | in_range16x8!(s, 0xD83A, 0xD83C) +- | s.eq(u16x8::splat(0x200F)) +- | s.eq(u16x8::splat(0x202B)) +- | s.eq(u16x8::splat(0x202E)) +- | s.eq(u16x8::splat(0x2067))) +- .any() ++ any_mask16x8( ++ (in_range16x8!(s, 0x0590, 0x0900) ++ | in_range16x8!(s, 0xFB1D, 0xFE00) ++ | in_range16x8!(s, 0xFE70, 0xFEFF) ++ | in_range16x8!(s, 0xD802, 0xD804) ++ | in_range16x8!(s, 0xD83A, 0xD83C) ++ | s.simd_eq(u16x8::splat(0x200F)) ++ | s.simd_eq(u16x8::splat(0x202B)) ++ | s.simd_eq(u16x8::splat(0x202E)) ++ | s.simd_eq(u16x8::splat(0x2067))), ++ ) + } + + #[inline(always)] + pub fn simd_unpack(s: u8x16) -> (u16x8, u16x8) { +- unsafe { +- let first: u8x16 = shuffle!( +- s, +- u8x16::splat(0), +- [0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23] +- ); +- let second: u8x16 = shuffle!( +- s, +- u8x16::splat(0), +- [8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 15, 31] +- ); +- (first.into_bits(), second.into_bits()) +- } ++ let first: u8x16 = simd_swizzle!( ++ s, ++ u8x16::splat(0), ++ [0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23] ++ ); ++ let second: u8x16 = simd_swizzle!( ++ s, ++ u8x16::splat(0), ++ [8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 15, 31] ++ ); ++ (u16x8::from_ne_bytes(first), u16x8::from_ne_bytes(second)) + } + + cfg_if! { + if #[cfg(target_feature = "sse2")] { + #[inline(always)] + pub fn simd_pack(a: u16x8, b: u16x8) -> u8x16 { + unsafe { +- _mm_packus_epi16(a.into_bits(), b.into_bits()).into_bits() ++ // Safety: We have cfg()d the correct platform ++ _mm_packus_epi16(a.into(), b.into()).into() + } + } + } else { + #[inline(always)] + pub fn simd_pack(a: u16x8, b: u16x8) -> u8x16 { +- unsafe { +- let first: u8x16 = a.into_bits(); +- let second: u8x16 = b.into_bits(); +- shuffle!( +- first, +- second, +- [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30] +- ) +- } ++ let first: u8x16 = a.to_ne_bytes(); ++ let second: u8x16 = b.to_ne_bytes(); ++ simd_swizzle!( ++ first, ++ second, ++ [0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30] ++ ) + } + } + } + + #[cfg(test)] + mod tests { + use super::*; + use alloc::vec::Vec; +diff --git a/third_party/rust/encoding_rs/src/single_byte.rs b/third_party/rust/encoding_rs/src/single_byte.rs +--- third_party/rust/encoding_rs/src/single_byte.rs ++++ third_party/rust/encoding_rs/src/single_byte.rs +@@ -48,16 +48,19 @@ impl SingleByteDecoder { + CopyAsciiResult::GoOn((mut non_ascii, mut handle)) => 'middle: loop { + // Start non-boilerplate + // + // Since the non-ASCIIness of `non_ascii` is hidden from + // the optimizer, it can't figure out that it's OK to + // statically omit the bound check when accessing + // `[u16; 128]` with an index + // `non_ascii as usize - 0x80usize`. ++ // ++ // Safety: `non_ascii` is a u8 byte >=0x80, from the invariants ++ // on Utf8Destination::copy_ascii_from_check_space_bmp() + let mapped = + unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + // let mapped = self.table[non_ascii as usize - 0x80usize]; + if mapped == 0u16 { + return ( + DecoderResult::Malformed(1, 0), + source.consumed(), + handle.written(), +@@ -146,82 +149,103 @@ impl SingleByteDecoder { + dst: &mut [u16], + _last: bool, + ) -> (DecoderResult, usize, usize) { + let (pending, length) = if dst.len() < src.len() { + (DecoderResult::OutputFull, dst.len()) + } else { + (DecoderResult::InputEmpty, src.len()) + }; ++ // Safety invariant: converted <= length. Quite often we have `converted < length` ++ // which will be separately marked. + let mut converted = 0usize; + 'outermost: loop { + match unsafe { ++ // Safety: length is the minimum length, `src/dst + x` will always be valid for reads/writes of `len - x` + ascii_to_basic_latin( + src.as_ptr().add(converted), + dst.as_mut_ptr().add(converted), + length - converted, + ) + } { + None => { + return (pending, length, length); + } + Some((mut non_ascii, consumed)) => { ++ // Safety invariant: `converted <= length` upheld, since this can only consume ++ // up to `length - converted` bytes. ++ // ++ // Furthermore, in this context, ++ // we can assume `converted < length` since this branch is only ever hit when ++ // ascii_to_basic_latin fails to consume the entire slice + converted += consumed; + 'middle: loop { + // `converted` doesn't count the reading of `non_ascii` yet. + // Since the non-ASCIIness of `non_ascii` is hidden from + // the optimizer, it can't figure out that it's OK to + // statically omit the bound check when accessing + // `[u16; 128]` with an index + // `non_ascii as usize - 0x80usize`. ++ // ++ // Safety: We can rely on `non_ascii` being between `0x80` and `0xFF` due to ++ // the invariants of `ascii_to_basic_latin()`, and our table has enough space for that. + let mapped = + unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + // let mapped = self.table[non_ascii as usize - 0x80usize]; + if mapped == 0u16 { + return ( + DecoderResult::Malformed(1, 0), + converted + 1, // +1 `for non_ascii` + converted, + ); + } + unsafe { +- // The bound check has already been performed ++ // Safety: As mentioned above, `converted < length` + *(dst.get_unchecked_mut(converted)) = mapped; + } ++ // Safety: `converted <= length` upheld, since `converted < length` before this + converted += 1; + // Next, handle ASCII punctuation and non-ASCII without + // going back to ASCII acceleration. Non-ASCII scripts + // use ASCII punctuation, so this avoid going to + // acceleration just for punctuation/space and then + // failing. This is a significant boost to non-ASCII + // scripts. + // TODO: Split out Latin converters without this part + // this stuff makes Latin script-conversion slower. + if converted == length { + return (pending, length, length); + } ++ // Safety: We are back to `converted < length` because of the == above ++ // and can perform this check. + let mut b = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: `converted < length` is upheld for this loop + 'innermost: loop { + if b > 127 { + non_ascii = b; + continue 'middle; + } + // Testing on Haswell says that we should write the + // byte unconditionally instead of trying to unread it + // to make it part of the next SIMD stride. + unsafe { ++ // Safety: `converted < length` is true for this loop + *(dst.get_unchecked_mut(converted)) = u16::from(b); + } ++ // Safety: We are now at `converted <= length`. We should *not* `continue` ++ // the loop without reverifying + converted += 1; + if b < 60 { + // We've got punctuation + if converted == length { + return (pending, length, length); + } ++ // Safety: we're back to `converted <= length` because of the == above + b = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: The loop continues as `converted < length` + continue 'innermost; + } + // We've got markup or ASCII text + continue 'outermost; + } + } + } + } +@@ -229,16 +253,18 @@ impl SingleByteDecoder { + } + + pub fn latin1_byte_compatible_up_to(&self, buffer: &[u8]) -> usize { + let mut bytes = buffer; + let mut total = 0; + loop { + if let Some((non_ascii, offset)) = validate_ascii(bytes) { + total += offset; ++ // Safety: We can rely on `non_ascii` being between `0x80` and `0xFF` due to ++ // the invariants of `ascii_to_basic_latin()`, and our table has enough space for that. + let mapped = unsafe { *(self.table.get_unchecked(non_ascii as usize - 0x80usize)) }; + if mapped != u16::from(non_ascii) { + return total; + } + total += 1; + bytes = &bytes[offset + 1..]; + } else { + return total; +@@ -379,64 +405,89 @@ impl SingleByteEncoder { + dst: &mut [u8], + _last: bool, + ) -> (EncoderResult, usize, usize) { + let (pending, length) = if dst.len() < src.len() { + (EncoderResult::OutputFull, dst.len()) + } else { + (EncoderResult::InputEmpty, src.len()) + }; ++ // Safety invariant: converted <= length. Quite often we have `converted < length` ++ // which will be separately marked. + let mut converted = 0usize; + 'outermost: loop { + match unsafe { ++ // Safety: length is the minimum length, `src/dst + x` will always be valid for reads/writes of `len - x` + basic_latin_to_ascii( + src.as_ptr().add(converted), + dst.as_mut_ptr().add(converted), + length - converted, + ) + } { + None => { + return (pending, length, length); + } + Some((mut non_ascii, consumed)) => { ++ // Safety invariant: `converted <= length` upheld, since this can only consume ++ // up to `length - converted` bytes. ++ // ++ // Furthermore, in this context, ++ // we can assume `converted < length` since this branch is only ever hit when ++ // ascii_to_basic_latin fails to consume the entire slice + converted += consumed; + 'middle: loop { + // `converted` doesn't count the reading of `non_ascii` yet. + match self.encode_u16(non_ascii) { + Some(byte) => { + unsafe { ++ // Safety: we're allowed this access since `converted < length` + *(dst.get_unchecked_mut(converted)) = byte; + } + converted += 1; ++ // `converted <= length` now + } + None => { + // At this point, we need to know if we + // have a surrogate. + let high_bits = non_ascii & 0xFC00u16; + if high_bits == 0xD800u16 { + // high surrogate + if converted + 1 == length { + // End of buffer. This surrogate is unpaired. + return ( + EncoderResult::Unmappable('\u{FFFD}'), + converted + 1, // +1 `for non_ascii` + converted, + ); + } ++ // Safety: convered < length from outside the match, and `converted + 1 != length`, ++ // So `converted + 1 < length` as well. We're in bounds + let second = + u32::from(unsafe { *src.get_unchecked(converted + 1) }); + if second & 0xFC00u32 != 0xDC00u32 { + return ( + EncoderResult::Unmappable('\u{FFFD}'), + converted + 1, // +1 `for non_ascii` + converted, + ); + } + // The next code unit is a low surrogate. + let astral: char = unsafe { ++ // Safety: We can rely on non_ascii being 0xD800-0xDBFF since the high bits are 0xD800 ++ // Then, (non_ascii << 10 - 0xD800 << 10) becomes between (0 to 0x3FF) << 10, which is between ++ // 0x400 to 0xffc00. Adding the 0x10000 gives a range of 0x10400 to 0x10fc00. Subtracting the 0xDC00 ++ // gives 0x2800 to 0x102000 ++ // The second term is between 0xDC00 and 0xDFFF from the check above. This gives a maximum ++ // possible range of (0x10400 + 0xDC00) to (0x102000 + 0xDFFF) which is 0x1E000 to 0x10ffff. ++ // This is in range. ++ // ++ // From a Unicode principles perspective this can also be verified as we have checked that `non_ascii` is a high surrogate ++ // (0xD800..=0xDBFF), and that `second` is a low surrogate (`0xDC00..=0xDFFF`), and we are applying reverse of the UTC16 transformation ++ // algorithm , by applying the high surrogate - 0xD800 to the ++ // high ten bits, and the low surrogate - 0xDc00 to the low ten bits, and then adding 0x10000 + ::core::char::from_u32_unchecked( + (u32::from(non_ascii) << 10) + second + - (((0xD800u32 << 10) - 0x1_0000u32) + 0xDC00u32), + ) + }; + return ( + EncoderResult::Unmappable(astral), + converted + 2, // +2 `for non_ascii` and `second` +@@ -451,52 +502,63 @@ impl SingleByteEncoder { + converted, + ); + } + return ( + EncoderResult::unmappable_from_bmp(non_ascii), + converted + 1, // +1 `for non_ascii` + converted, + ); ++ // Safety: This branch diverges, so no need to uphold invariants on `converted` + } + } + // Next, handle ASCII punctuation and non-ASCII without + // going back to ASCII acceleration. Non-ASCII scripts + // use ASCII punctuation, so this avoid going to + // acceleration just for punctuation/space and then + // failing. This is a significant boost to non-ASCII + // scripts. + // TODO: Split out Latin converters without this part + // this stuff makes Latin script-conversion slower. + if converted == length { + return (pending, length, length); + } ++ // Safety: we're back to `converted < length` due to the == above and can perform ++ // the unchecked read + let mut unit = unsafe { *(src.get_unchecked(converted)) }; + 'innermost: loop { ++ // Safety: This loop always begins with `converted < length`, see ++ // the invariant outside and the comment on the continue below + if unit > 127 { + non_ascii = unit; + continue 'middle; + } + // Testing on Haswell says that we should write the + // byte unconditionally instead of trying to unread it + // to make it part of the next SIMD stride. + unsafe { ++ // Safety: Can rely on converted < length + *(dst.get_unchecked_mut(converted)) = unit as u8; + } + converted += 1; ++ // `converted <= length` here + if unit < 60 { + // We've got punctuation + if converted == length { + return (pending, length, length); + } ++ // Safety: `converted < length` due to the == above. The read is safe. + unit = unsafe { *(src.get_unchecked(converted)) }; ++ // Safety: This only happens if `converted < length`, maintaining it + continue 'innermost; + } + // We've got markup or ASCII text + continue 'outermost; ++ // Safety: All other routes to here diverge so the continue is the only ++ // way to run the innermost loop. + } + } + } + } + } + } + } + +diff --git a/third_party/rust/encoding_rs/src/x_user_defined.rs b/third_party/rust/encoding_rs/src/x_user_defined.rs +--- third_party/rust/encoding_rs/src/x_user_defined.rs ++++ third_party/rust/encoding_rs/src/x_user_defined.rs +@@ -9,22 +9,23 @@ + + use super::*; + use crate::handles::*; + use crate::variant::*; + + cfg_if! { + if #[cfg(feature = "simd-accel")] { + use simd_funcs::*; +- use packed_simd::u16x8; ++ use core::simd::u16x8; ++ use core::simd::cmp::SimdPartialOrd; + + #[inline(always)] + fn shift_upper(unpacked: u16x8) -> u16x8 { + let highest_ascii = u16x8::splat(0x7F); +- unpacked + unpacked.gt(highest_ascii).select(u16x8::splat(0xF700), u16x8::splat(0)) } ++ unpacked + unpacked.simd_gt(highest_ascii).select(u16x8::splat(0xF700), u16x8::splat(0)) } + } else { + } + } + + pub struct UserDefinedDecoder; + + impl UserDefinedDecoder { + pub fn new() -> VariantDecoder { +@@ -111,20 +112,25 @@ impl UserDefinedDecoder { + } else { + (DecoderResult::InputEmpty, src.len()) + }; + // Not bothering with alignment + let tail_start = length & !0xF; + let simd_iterations = length >> 4; + let src_ptr = src.as_ptr(); + let dst_ptr = dst.as_mut_ptr(); ++ // Safety: This is `for i in 0..length / 16` + for i in 0..simd_iterations { ++ // Safety: This is in bounds: length is the minumum valid length for both src/dst ++ // and i ranges to length/16, so multiplying by 16 will always be `< length` and can do ++ // a 16 byte read + let input = unsafe { load16_unaligned(src_ptr.add(i * 16)) }; + let (first, second) = simd_unpack(input); + unsafe { ++ // Safety: same as above, but this is two consecutive 8-byte reads + store8_unaligned(dst_ptr.add(i * 16), shift_upper(first)); + store8_unaligned(dst_ptr.add((i * 16) + 8), shift_upper(second)); + } + } + let src_tail = &src[tail_start..length]; + let dst_tail = &mut dst[tail_start..length]; + src_tail + .iter() + +diff --git a/third_party/rust/encoding_rs/.cargo-checksum.json b/third_party/rust/encoding_rs/.cargo-checksum.json +--- third_party/rust/encoding_rs/.cargo-checksum.json ++++ third_party/rust/encoding_rs/.cargo-checksum.json +@@ -1 +1 @@ +-{"files":{"CONTRIBUTING.md":"ca1901f3e8532fb4cec894fd3664f0eaa898c0c4b961d1b992d1ed54eacf362a","COPYRIGHT":"11789f45bb180841cd362a5eee6789c68ddb573a11105e30768c308a6add0190","Cargo.toml":"42fa83322aa9fd6723b77d35d0cacb92cbb6e7f573ce11c55f5225292866f8f4","Ideas.md":"b7452893f500163868d8de52c09addaf91e1632454ed02e892c467ed7ec39dbd","LICENSE-APACHE":"cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30","LICENSE-MIT":"3fa4ca83dcc9237839b1bdeb2e6d16bdfb5ec0c5ce42b24694d8bbf0dcbef72c","LICENSE-WHATWG":"838118388fe5c2e7f1dbbaeed13e1c7f3ebf88be91319c7c1d77c18e987d1a50","README.md":"d938e8ab0b9ab67e74a1a4f48f23fdce956d0ad3a3f6147ae7612a92763c88d5","ci/miri.sh":"43cb8d82f49e3bfe2d2274b6ccd6f0714a4188ccef0cecc040829883cfdbee25","doc/Big5.txt":"f73a2edc5cb6c2d140ba6e07f4542e1c4a234950378acde1df93480f0ca0be0b","doc/EUC-JP.txt":"ee2818b907d0137f40a9ab9fd525fc700a44dbdddb6cf0c157a656566bae4bf1","doc/EUC-KR.txt":"71d9e2ccf3b124e8bdfb433c8cf2773fd878077038d0cec3c7237a50f4a78a30","doc/GBK.txt":"c1b522b5a799884e5001da661f42c5a8f4d0acb9ef1d74b206f22b5f65365606","doc/IBM866.txt":"a5a433e804d0f83af785015179fbc1d9b0eaf1f7960efcd04093e136b51fbd0e","doc/ISO-2022-JP.txt":"af86684f5a8f0e2868d7b2c292860140c3d2e5527530ca091f1b28198e8e2fe6","doc/ISO-8859-10.txt":"6d3949ad7c81ca176895101ed81a1db7df1060d64e262880b94bd31bb344ab4d","doc/ISO-8859-13.txt":"3951dd89cf93f7729148091683cf8511f4529388b7dc8dcd0d62eaed55be93fa","doc/ISO-8859-14.txt":"3d330784a0374fd255a38b47949675cc7168c800530534b0a01cac6edc623adc","doc/ISO-8859-15.txt":"24b1084aab5127a85aab99153f86e24694d0a3615f53b5ce23683f97cf66c47a","doc/ISO-8859-16.txt":"ce0272559b92ba76d7a7e476f6424ae4a5cc72e75b183611b08392e44add4d25","doc/ISO-8859-2.txt":"18ceff88c13d1b5ba455a3919b1e3de489045c4c3d2dd7e8527c125c75d54aad","doc/ISO-8859-3.txt":"21798404c68f4f5db59223362f24999da96968c0628427321fccce7d2849a130","doc/ISO-8859-4.txt":"d27f6520c6c5bfbcc19176b71d081cdb3bccde1622bb3e420d5680e812632d53","doc/ISO-8859-5.txt":"a10ec8d6ea7a78ad15da7275f6cb1a3365118527e28f9af6d0d5830501303f3a","doc/ISO-8859-6.txt":"ccda8a2efc96115336bdd77776637b9712425e44fbcf745353b9057fbef144e7","doc/ISO-8859-7.txt":"17900fa1f27a445958f0a77d7d9056be375a6bd7ee4492aa680c7c1500bab85e","doc/ISO-8859-8-I.txt":"8357555646d54265a9b9ffa3e68b08d132312f1561c60108ff9b8b1167b6ecf2","doc/ISO-8859-8.txt":"72cd6f3afb7b4a9c16a66a362473315770b7755d72c86c870e52fc3eba86c8af","doc/KOI8-R.txt":"839cf19a38da994488004ed7814b1f6151640156a9a2af02bf2efca745fb5966","doc/KOI8-U.txt":"0cc76624ed1f024183e2298b7e019957da2c70c8ca06e0fc4e6f353f50a5054f","doc/Shift_JIS.txt":"34c49141818cb9ddbcf59cc858f78a79be8ad148d563f26415108ae1f148443f","doc/UTF-16BE.txt":"e2e280d8acbaa6d2a6b3569d60e17500a285f2baa0df3363dd85537cd5a1ef8f","doc/UTF-16LE.txt":"70bdc170e3fc5298ba68f10125fb5eeb8b077036cc96bb4416c4de396f6d76c1","doc/UTF-8.txt":"ea7bae742e613010ced002cf4b601a737d2203fad65e115611451bc4428f548a","doc/gb18030.txt":"dc71378a8f07a2d8659f69ee81fb8791fef56ba86f124b429978285237bb4a7b","doc/macintosh.txt":"57491e53866711b4672d9b9ff35380b9dac9e0d8e3d6c20bdd6140603687c023","doc/replacement.txt":"4b6c3bbd7999d9d4108a281594bd02d13607e334a95465afff8c2c08d395f0e4","doc/windows-1250.txt":"61296bb6a21cdab602300d32ecfba434cb82de5ac3bc88d58710d2f125e28d39","doc/windows-1251.txt":"7deea1c61dea1485c8ff02db2c7d578db7a9aab63ab1cfd02ec04b515864689e","doc/windows-1252.txt":"933ef3bdddfce5ee132b9f1a1aa8b47423d2587bbe475b19028d0a6d38e180b6","doc/windows-1253.txt":"1a38748b88e99071a5c7b3d5456ead4caedeabab50d50d658be105bc113714de","doc/windows-1254.txt":"f8372f86c6f8d642563cd6ddc025260553292a39423df1683a98670bd7bf2b47","doc/windows-1255.txt":"4e5852494730054e2da258a74e1b9d780abbcdd8ce22ebc218ca2efe9e90493d","doc/windows-1256.txt":"c0879c5172abedead302a406e8f60d9cd9598694a0ffa4fd288ffe4fef7b8ea1","doc/windows-1257.txt":"c28a0c9f964fcb2b46d21f537c402446501a2800670481d6abf9fd9e9018d523","doc/windows-1258.txt":"5019ae4d61805c79aacbf17c93793342dbb098d65a1837783bc3e2c6d6a23602","doc/windows-874.txt":"4ef0e4501c5feba8b17aee1818602ed44b36ca8475db771ce2fc16d392cabecc","doc/x-mac-cyrillic.txt":"58be154d8a888ca3d484b83b44f749823ef339ab27f14d90ca9a856f5050a8bd","doc/x-user-defined.txt":"f9cd07c4321bf5cfb0be4bdddd251072999b04a6cf7a6f5bc63709a84e2c1ffc","generate-encoding-data.py":"be989dd25c6b946e3e8745fdc8e8a80fcf24b3be99ad0b4b78153ba3f6ab6310","rustfmt.toml":"85c1a3b4382fd89e991cbb81b70fb52780472edc064c963943cdaaa56e0a2030","src/ascii.rs":"c44c002641adb5ebc4368707a8cc0a076d2f33e6a5c27b1b69988eb515f5653d","src/big5.rs":"ec6e2913011a38e9a3e825a1731f139a7ca1d5b264fefae51a3cc1a68a57cef9","src/data.rs":"8a617cc57032092d65850eb27e00de687c80aea3299e839a1f58b42d0b35abf3","src/euc_jp.rs":"32047f5b540188c4cb19c07165f846b9786a09f18e315ed3e9bda1293dae52aa","src/euc_kr.rs":"9b25afc72d9378700eecfac58d55ad1c5946d6cd0ccde2c29c08200ef2de6bb9","src/gb18030.rs":"808587168d73f0c80f8520f0ca9b161866ed2efeb17a05e85fdf3b8efe7ba28a","src/handles.rs":"cc83dc0754751d67f5688a65c5e0191cba02f6bacce81a0813a243cba55eef7a","src/iso_2022_jp.rs":"9bb485e82574f4b7d4b2364f0ff276acb6a0bc111758420a3b0ec5e04c196652","src/lib.rs":"1dc07b818e45846b16ddcaf0de46c8862dd7df8099123ec38b95c3f8ad9c91ec","src/macros.rs":"200997f8870de8bfd8cdc475e92115df42108c0df661e49d3d1cbc32056e1d99","src/mem.rs":"0bf34103e0ad1b842a13a082dee2b920b05cf4fb0f145c9ee7f608f4cb4a544f","src/replacement.rs":"7660b34a53f8c1ca2bdfa0e51e843ec28326950952ad8bc96569feb93ac62308","src/shift_jis.rs":"6951ae67e36b1a12fa3a30734957f444d8b1b4ae0e2bde52060b29bd0f16d9d9","src/simd_funcs.rs":"2612aba86e1d201096d7e47a859bc3444f85934cc82d8adc6d39a4304d9eecfc","src/single_byte.rs":"3c9e9c1f946ae622c725ba9421240c1faa9a05e95fa10dd4642a25cb276a1edc","src/test_data/big5_in.txt":"4c5a8691f8dc717311889c63894026d2fb62725a86c4208ca274a9cc8d42a503","src/test_data/big5_in_ref.txt":"99d399e17750cf9c7cf30bb253dbfe35b81c4fcbdead93cfa48b1429213473c7","src/test_data/big5_out.txt":"6193ca97c297aa20e09396038d18e938bb7ea331c26f0f2454097296723a0b13","src/test_data/big5_out_ref.txt":"36567691f557df144f6cc520015a87038dfa156f296fcf103b56ae9a718be1fc","src/test_data/euc_kr_in.txt":"c86a7224f3215fa0d04e685622a752fdc72763e8ae076230c7fd62de57ec4074","src/test_data/euc_kr_in_ref.txt":"1f419f4ca47d708b54c73c461545a022ae2e20498fdbf8005a483d752a204883","src/test_data/euc_kr_out.txt":"e7f32e026f70be1e1b58e0047baf7d3d2c520269c4f9b9992e158b4decb0a1a3","src/test_data/euc_kr_out_ref.txt":"c9907857980b20b8e9e3b584482ed6567a2be6185d72237b6322f0404944924e","src/test_data/gb18030_in.txt":"ab7231b2d3e9afacdbd7d7f3b9e5361a7ff9f7e1cfdb4f3bd905b9362b309e53","src/test_data/gb18030_in_ref.txt":"dc5069421adca2043c55f5012b55a76fdff651d22e6e699fd0978f8d5706815c","src/test_data/gb18030_out.txt":"f0208d527f5ca63de7d9a0323be8d5cf12d8a104b2943d92c2701f0c3364dac1","src/test_data/gb18030_out_ref.txt":"6819fe47627e4ea01027003fc514b9f21a1322e732d7f1fb92cc6c5455bc6c07","src/test_data/iso_2022_jp_in.txt":"cd24bbdcb1834e25db54646fbf4c41560a13dc7540f6be3dba4f5d97d44513af","src/test_data/iso_2022_jp_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/iso_2022_jp_out.txt":"9b6f015329dda6c3f9ee5ce6dbd6fa9c89acc21283e886836c78b8d833480c21","src/test_data/iso_2022_jp_out_ref.txt":"78cb260093a20116ad9a42f43b05d1848c5ab100b6b9a850749809e943884b35","src/test_data/jis0208_in.txt":"6df3030553ffb0a6615bb33dc8ea9dca6d9623a9028e2ffec754ce3c3da824cc","src/test_data/jis0208_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/jis0208_out.txt":"4ec24477e1675ce750733bdc3c5add1cd27b6bd4ce1f09289564646e9654e857","src/test_data/jis0208_out_ref.txt":"c3e1cef5032b2b1d93a406f31ff940c4e2dfe8859b8b17ca2761fee7a75a0e48","src/test_data/jis0212_in.txt":"c011f0dd72bd7c8cd922df9374ef8d2769a77190514c77f6c62b415852eeb9fe","src/test_data/jis0212_in_ref.txt":"7d9458b3d2f73e7092a7f505c08ce1d233dde18aa679fbcf9889256239cc9e06","src/test_data/shift_jis_in.txt":"02e389ccef0dd2122e63f503899402cb7f797912c2444cc80ab93131116c5524","src/test_data/shift_jis_in_ref.txt":"512f985950ca902e643c88682dba9708b7c38d3c5ec2925168ab00ac94ab19f9","src/test_data/shift_jis_out.txt":"5fbc44da7bf639bf6cfe0fa1fd3eba7102b88f81919c9ea991302712f69426fb","src/test_data/shift_jis_out_ref.txt":"466322c6fed8286c64582731755290c2296508efdd258826e6279686649b481f","src/test_labels_names.rs":"23a2e11b02b3b8d15fb5613a625e3edb2c61e70e3c581abfd638719a4088200d","src/testing.rs":"f59e671e95a98a56f6b573e8c6be4d71e670bf52f7e20eb1605d990aafa1894e","src/utf_16.rs":"c071a147fad38d750c2c247e141b76b929a48007b99f26b2922b9caecdaf2f25","src/utf_8.rs":"7b7d887b347f1aefa03246b028a36a72758a4ce76c28f3b45c19467851aa7839","src/variant.rs":"1fab5363588a1554a7169de8731ea9cded7ac63ea35caabdd1c27a8dde68c27b","src/x_user_defined.rs":"c9c010730dfb9f141d4fed19350c08a21af240913a54bb64f5ca89ff93b6b7d1"},"package":"7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"} +\ No newline at end of file ++{"files":{"CONTRIBUTING.md":"ca1901f3e8532fb4cec894fd3664f0eaa898c0c4b961d1b992d1ed54eacf362a","COPYRIGHT":"11789f45bb180841cd362a5eee6789c68ddb573a11105e30768c308a6add0190","Cargo.toml":"22a4d210c92dae9f32c6944ef340ee8fdd027f99c081577e8907123e2a93383e","Ideas.md":"b7452893f500163868d8de52c09addaf91e1632454ed02e892c467ed7ec39dbd","LICENSE-APACHE":"cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30","LICENSE-MIT":"3fa4ca83dcc9237839b1bdeb2e6d16bdfb5ec0c5ce42b24694d8bbf0dcbef72c","LICENSE-WHATWG":"838118388fe5c2e7f1dbbaeed13e1c7f3ebf88be91319c7c1d77c18e987d1a50","README.md":"1d08aefcb92afa81b18154049c9abbcad4540a23f7172e9f9bbed5af33f1a087","ci/miri.sh":"43cb8d82f49e3bfe2d2274b6ccd6f0714a4188ccef0cecc040829883cfdbee25","doc/Big5.txt":"f73a2edc5cb6c2d140ba6e07f4542e1c4a234950378acde1df93480f0ca0be0b","doc/EUC-JP.txt":"ee2818b907d0137f40a9ab9fd525fc700a44dbdddb6cf0c157a656566bae4bf1","doc/EUC-KR.txt":"71d9e2ccf3b124e8bdfb433c8cf2773fd878077038d0cec3c7237a50f4a78a30","doc/GBK.txt":"c1b522b5a799884e5001da661f42c5a8f4d0acb9ef1d74b206f22b5f65365606","doc/IBM866.txt":"a5a433e804d0f83af785015179fbc1d9b0eaf1f7960efcd04093e136b51fbd0e","doc/ISO-2022-JP.txt":"af86684f5a8f0e2868d7b2c292860140c3d2e5527530ca091f1b28198e8e2fe6","doc/ISO-8859-10.txt":"6d3949ad7c81ca176895101ed81a1db7df1060d64e262880b94bd31bb344ab4d","doc/ISO-8859-13.txt":"3951dd89cf93f7729148091683cf8511f4529388b7dc8dcd0d62eaed55be93fa","doc/ISO-8859-14.txt":"3d330784a0374fd255a38b47949675cc7168c800530534b0a01cac6edc623adc","doc/ISO-8859-15.txt":"24b1084aab5127a85aab99153f86e24694d0a3615f53b5ce23683f97cf66c47a","doc/ISO-8859-16.txt":"ce0272559b92ba76d7a7e476f6424ae4a5cc72e75b183611b08392e44add4d25","doc/ISO-8859-2.txt":"18ceff88c13d1b5ba455a3919b1e3de489045c4c3d2dd7e8527c125c75d54aad","doc/ISO-8859-3.txt":"21798404c68f4f5db59223362f24999da96968c0628427321fccce7d2849a130","doc/ISO-8859-4.txt":"d27f6520c6c5bfbcc19176b71d081cdb3bccde1622bb3e420d5680e812632d53","doc/ISO-8859-5.txt":"a10ec8d6ea7a78ad15da7275f6cb1a3365118527e28f9af6d0d5830501303f3a","doc/ISO-8859-6.txt":"ccda8a2efc96115336bdd77776637b9712425e44fbcf745353b9057fbef144e7","doc/ISO-8859-7.txt":"17900fa1f27a445958f0a77d7d9056be375a6bd7ee4492aa680c7c1500bab85e","doc/ISO-8859-8-I.txt":"8357555646d54265a9b9ffa3e68b08d132312f1561c60108ff9b8b1167b6ecf2","doc/ISO-8859-8.txt":"72cd6f3afb7b4a9c16a66a362473315770b7755d72c86c870e52fc3eba86c8af","doc/KOI8-R.txt":"839cf19a38da994488004ed7814b1f6151640156a9a2af02bf2efca745fb5966","doc/KOI8-U.txt":"0cc76624ed1f024183e2298b7e019957da2c70c8ca06e0fc4e6f353f50a5054f","doc/Shift_JIS.txt":"34c49141818cb9ddbcf59cc858f78a79be8ad148d563f26415108ae1f148443f","doc/UTF-16BE.txt":"e2e280d8acbaa6d2a6b3569d60e17500a285f2baa0df3363dd85537cd5a1ef8f","doc/UTF-16LE.txt":"70bdc170e3fc5298ba68f10125fb5eeb8b077036cc96bb4416c4de396f6d76c1","doc/UTF-8.txt":"ea7bae742e613010ced002cf4b601a737d2203fad65e115611451bc4428f548a","doc/gb18030.txt":"dc71378a8f07a2d8659f69ee81fb8791fef56ba86f124b429978285237bb4a7b","doc/macintosh.txt":"57491e53866711b4672d9b9ff35380b9dac9e0d8e3d6c20bdd6140603687c023","doc/replacement.txt":"4b6c3bbd7999d9d4108a281594bd02d13607e334a95465afff8c2c08d395f0e4","doc/windows-1250.txt":"61296bb6a21cdab602300d32ecfba434cb82de5ac3bc88d58710d2f125e28d39","doc/windows-1251.txt":"7deea1c61dea1485c8ff02db2c7d578db7a9aab63ab1cfd02ec04b515864689e","doc/windows-1252.txt":"933ef3bdddfce5ee132b9f1a1aa8b47423d2587bbe475b19028d0a6d38e180b6","doc/windows-1253.txt":"1a38748b88e99071a5c7b3d5456ead4caedeabab50d50d658be105bc113714de","doc/windows-1254.txt":"f8372f86c6f8d642563cd6ddc025260553292a39423df1683a98670bd7bf2b47","doc/windows-1255.txt":"4e5852494730054e2da258a74e1b9d780abbcdd8ce22ebc218ca2efe9e90493d","doc/windows-1256.txt":"c0879c5172abedead302a406e8f60d9cd9598694a0ffa4fd288ffe4fef7b8ea1","doc/windows-1257.txt":"c28a0c9f964fcb2b46d21f537c402446501a2800670481d6abf9fd9e9018d523","doc/windows-1258.txt":"5019ae4d61805c79aacbf17c93793342dbb098d65a1837783bc3e2c6d6a23602","doc/windows-874.txt":"4ef0e4501c5feba8b17aee1818602ed44b36ca8475db771ce2fc16d392cabecc","doc/x-mac-cyrillic.txt":"58be154d8a888ca3d484b83b44f749823ef339ab27f14d90ca9a856f5050a8bd","doc/x-user-defined.txt":"f9cd07c4321bf5cfb0be4bdddd251072999b04a6cf7a6f5bc63709a84e2c1ffc","generate-encoding-data.py":"be989dd25c6b946e3e8745fdc8e8a80fcf24b3be99ad0b4b78153ba3f6ab6310","rustfmt.toml":"85c1a3b4382fd89e991cbb81b70fb52780472edc064c963943cdaaa56e0a2030","src/ascii.rs":"588e38b01e666d5e7462617ea7e90a108d608dec9e016f3d273ac0744af2e05d","src/big5.rs":"ec6e2913011a38e9a3e825a1731f139a7ca1d5b264fefae51a3cc1a68a57cef9","src/data.rs":"8a617cc57032092d65850eb27e00de687c80aea3299e839a1f58b42d0b35abf3","src/euc_jp.rs":"32047f5b540188c4cb19c07165f846b9786a09f18e315ed3e9bda1293dae52aa","src/euc_kr.rs":"9b25afc72d9378700eecfac58d55ad1c5946d6cd0ccde2c29c08200ef2de6bb9","src/gb18030.rs":"808587168d73f0c80f8520f0ca9b161866ed2efeb17a05e85fdf3b8efe7ba28a","src/handles.rs":"b08cef1f5785bb6a4822f2e844c6df1b046b737b7a075e4593eaa8c4208e9fe2","src/iso_2022_jp.rs":"9bb485e82574f4b7d4b2364f0ff276acb6a0bc111758420a3b0ec5e04c196652","src/lib.rs":"834f44b670ec48ee82c0e12223d1567313fdd9f88bca5f4b117c82c1828f559f","src/macros.rs":"200997f8870de8bfd8cdc475e92115df42108c0df661e49d3d1cbc32056e1d99","src/mem.rs":"948571137d3b151df8db4fb2c733e74ae595d055cdf0ad83abcab9341d6adabe","src/replacement.rs":"7660b34a53f8c1ca2bdfa0e51e843ec28326950952ad8bc96569feb93ac62308","src/shift_jis.rs":"6951ae67e36b1a12fa3a30734957f444d8b1b4ae0e2bde52060b29bd0f16d9d9","src/simd_funcs.rs":"05c6e77af74bfe73cd39a752067c11425d6b46e5da419910f54bf75a5c02a984","src/single_byte.rs":"3ad87116fb339434a4b58e8f2b15485f2b66b9f7814d708f16194ed08f6d6ccf","src/test_data/big5_in.txt":"4c5a8691f8dc717311889c63894026d2fb62725a86c4208ca274a9cc8d42a503","src/test_data/big5_in_ref.txt":"99d399e17750cf9c7cf30bb253dbfe35b81c4fcbdead93cfa48b1429213473c7","src/test_data/big5_out.txt":"6193ca97c297aa20e09396038d18e938bb7ea331c26f0f2454097296723a0b13","src/test_data/big5_out_ref.txt":"36567691f557df144f6cc520015a87038dfa156f296fcf103b56ae9a718be1fc","src/test_data/euc_kr_in.txt":"c86a7224f3215fa0d04e685622a752fdc72763e8ae076230c7fd62de57ec4074","src/test_data/euc_kr_in_ref.txt":"1f419f4ca47d708b54c73c461545a022ae2e20498fdbf8005a483d752a204883","src/test_data/euc_kr_out.txt":"e7f32e026f70be1e1b58e0047baf7d3d2c520269c4f9b9992e158b4decb0a1a3","src/test_data/euc_kr_out_ref.txt":"c9907857980b20b8e9e3b584482ed6567a2be6185d72237b6322f0404944924e","src/test_data/gb18030_in.txt":"ab7231b2d3e9afacdbd7d7f3b9e5361a7ff9f7e1cfdb4f3bd905b9362b309e53","src/test_data/gb18030_in_ref.txt":"dc5069421adca2043c55f5012b55a76fdff651d22e6e699fd0978f8d5706815c","src/test_data/gb18030_out.txt":"f0208d527f5ca63de7d9a0323be8d5cf12d8a104b2943d92c2701f0c3364dac1","src/test_data/gb18030_out_ref.txt":"6819fe47627e4ea01027003fc514b9f21a1322e732d7f1fb92cc6c5455bc6c07","src/test_data/iso_2022_jp_in.txt":"cd24bbdcb1834e25db54646fbf4c41560a13dc7540f6be3dba4f5d97d44513af","src/test_data/iso_2022_jp_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/iso_2022_jp_out.txt":"9b6f015329dda6c3f9ee5ce6dbd6fa9c89acc21283e886836c78b8d833480c21","src/test_data/iso_2022_jp_out_ref.txt":"78cb260093a20116ad9a42f43b05d1848c5ab100b6b9a850749809e943884b35","src/test_data/jis0208_in.txt":"6df3030553ffb0a6615bb33dc8ea9dca6d9623a9028e2ffec754ce3c3da824cc","src/test_data/jis0208_in_ref.txt":"3dc4e6a5e06471942d086b16c9440945e78415f6f3f47e43717e4bc2eac2cdf5","src/test_data/jis0208_out.txt":"4ec24477e1675ce750733bdc3c5add1cd27b6bd4ce1f09289564646e9654e857","src/test_data/jis0208_out_ref.txt":"c3e1cef5032b2b1d93a406f31ff940c4e2dfe8859b8b17ca2761fee7a75a0e48","src/test_data/jis0212_in.txt":"c011f0dd72bd7c8cd922df9374ef8d2769a77190514c77f6c62b415852eeb9fe","src/test_data/jis0212_in_ref.txt":"7d9458b3d2f73e7092a7f505c08ce1d233dde18aa679fbcf9889256239cc9e06","src/test_data/shift_jis_in.txt":"02e389ccef0dd2122e63f503899402cb7f797912c2444cc80ab93131116c5524","src/test_data/shift_jis_in_ref.txt":"512f985950ca902e643c88682dba9708b7c38d3c5ec2925168ab00ac94ab19f9","src/test_data/shift_jis_out.txt":"5fbc44da7bf639bf6cfe0fa1fd3eba7102b88f81919c9ea991302712f69426fb","src/test_data/shift_jis_out_ref.txt":"466322c6fed8286c64582731755290c2296508efdd258826e6279686649b481f","src/test_labels_names.rs":"23a2e11b02b3b8d15fb5613a625e3edb2c61e70e3c581abfd638719a4088200d","src/testing.rs":"f59e671e95a98a56f6b573e8c6be4d71e670bf52f7e20eb1605d990aafa1894e","src/utf_16.rs":"c071a147fad38d750c2c247e141b76b929a48007b99f26b2922b9caecdaf2f25","src/utf_8.rs":"7b7d887b347f1aefa03246b028a36a72758a4ce76c28f3b45c19467851aa7839","src/variant.rs":"1fab5363588a1554a7169de8731ea9cded7ac63ea35caabdd1c27a8dde68c27b","src/x_user_defined.rs":"9456ca46168ef86c98399a2536f577ef7be3cdde90c0c51392d8ac48519d3fae"},"package":"b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"} diff --git a/www/tor-browser/files/patch-rust-1.78.0-arm b/www/tor-browser/files/patch-rust-1.78.0-arm new file mode 100644 index 00000000000..7db8038cfae --- /dev/null +++ b/www/tor-browser/files/patch-rust-1.78.0-arm @@ -0,0 +1,64 @@ +Relevant bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=1882291 + + +diff --git a/Cargo.lock b/Cargo.lock +--- Cargo.lock ++++ Cargo.lock +@@ -4274,10 +4274,11 @@ + [[package]] + name = "qcms" + version = "0.2.0" + dependencies = [ + "libc", ++ "version_check", + ] + + [[package]] + name = "qlog" + version = "0.4.0" +diff --git a/gfx/qcms/Cargo.toml b/gfx/qcms/Cargo.toml +--- gfx/qcms/Cargo.toml ++++ gfx/qcms/Cargo.toml +@@ -18,5 +18,8 @@ + iccv4-enabled = [] + cmyk = [] + + [dependencies] + libc = {version = "0.2", optional = true } ++ ++[build-dependencies] ++version_check = "0.9" +diff --git a/gfx/qcms/build.rs b/gfx/qcms/build.rs +new file mode 100644 +--- /dev/null ++++ gfx/qcms/build.rs +@@ -0,0 +1,7 @@ ++extern crate version_check as rustc; ++ ++fn main() { ++ if rustc::is_min_version("1.78.0").unwrap_or(false) { ++ println!("cargo:rustc-cfg=stdsimd_split"); ++ } ++} +diff --git a/gfx/qcms/src/lib.rs b/gfx/qcms/src/lib.rs +--- gfx/qcms/src/lib.rs ++++ gfx/qcms/src/lib.rs +@@ -5,13 +5,15 @@ + #![allow(non_camel_case_types)] + #![allow(non_snake_case)] + #![allow(non_upper_case_globals)] + // These are needed for the neon SIMD code and can be removed once the MSRV supports the + // instrinsics we use +-#![cfg_attr(feature = "neon", feature(stdsimd))] ++#![cfg_attr(all(stdsimd_split, target_arch = "arm", feature = "neon"), feature(stdarch_arm_neon_intrinsics))] ++#![cfg_attr(all(stdsimd_split, target_arch = "arm", feature = "neon"), feature(stdarch_arm_feature_detection))] ++#![cfg_attr(all(not(stdsimd_split), target_arch = "arm", feature = "neon"), feature(stdsimd))] + #![cfg_attr( +- feature = "neon", ++ all(target_arch = "arm", feature = "neon"), + feature(arm_target_feature, raw_ref_op) + + )] + + /// These values match the Rendering Intent values from the ICC spec + diff --git a/www/tor-browser/files/patch-toolkit_components_processtools_procinfo__bsd.c b/www/tor-browser/files/patch-toolkit_components_processtools_procinfo__bsd.c new file mode 100644 index 00000000000..e2e9a3cc88f --- /dev/null +++ b/www/tor-browser/files/patch-toolkit_components_processtools_procinfo__bsd.c @@ -0,0 +1,104 @@ +diff --git toolkit/components/processtools/ProcInfo_bsd.cpp toolkit/components/processtools/ProcInfo_bsd.cpp +index a6ff4881940c..f041ed5e50ce 100644 +--- toolkit/components/processtools/ProcInfo_bsd.cpp ++++ toolkit/components/processtools/ProcInfo_bsd.cpp +@@ -18,6 +18,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + + namespace mozilla { + +@@ -50,25 +53,39 @@ ProcInfoPromise::ResolveOrRejectValue GetProcInfoSync( + } + for (const auto& request : aRequests) { + size_t size; ++#ifdef __FreeBSD__ ++ int mib[4]; ++ int mibsize = 4; ++ mib[0] = CTL_KERN; ++ mib[1] = KERN_PROC; ++ mib[2] = KERN_PROC_PID | KERN_PROC_INC_THREAD; ++ mib[3] = request.pid; ++#else + int mib[6]; ++ int mibsize = 6; + mib[0] = CTL_KERN; + mib[1] = KERN_PROC; + mib[2] = KERN_PROC_PID | KERN_PROC_SHOW_THREADS; + mib[3] = request.pid; + mib[4] = sizeof(kinfo_proc); + mib[5] = 0; +- if (sysctl(mib, 6, nullptr, &size, nullptr, 0) == -1) { ++#endif ++ if (sysctl(mib, mibsize, nullptr, &size, nullptr, 0) == -1) { + // Can't get info for this process. Skip it. + continue; + } + ++#ifdef __FreeBSD__ ++ auto procs = MakeUniqueFallible(size / sizeof(kinfo_proc)); ++#else + mib[5] = size / sizeof(kinfo_proc); + auto procs = MakeUniqueFallible(mib[5]); ++#endif + if (!procs) { + result.SetReject(NS_ERROR_OUT_OF_MEMORY); + return result; + } +- if (sysctl(mib, 6, procs.get(), &size, nullptr, 0) == -1 && ++ if (sysctl(mib, mibsize, procs.get(), &size, nullptr, 0) == -1 && + errno != ENOMEM) { + continue; + } +@@ -84,19 +101,34 @@ ProcInfoPromise::ResolveOrRejectValue GetProcInfoSync( + bool found = false; + for (size_t i = 0; i < size / sizeof(kinfo_proc); i++) { + const auto& p = procs[i]; ++#ifdef __FreeBSD__ ++ if (i == 0) { ++#else + if (p.p_tid == -1) { ++#endif + // This is the process. + found = true; ++#ifdef __FreeBSD__ ++ info.cpuTime = uint64_t(p.ki_runtime) * 1'000u; ++ info.memory = (p.ki_tsize + p.ki_dsize + p.ki_ssize) * getpagesize(); ++#else + info.cpuTime = uint64_t(p.p_rtime_sec) * 1'000'000'000u + + uint64_t(p.p_rtime_usec) * 1'000u; + info.memory = + (p.p_vm_tsize + p.p_vm_dsize + p.p_vm_ssize) * getpagesize(); ++#endif ++ + } else { + // This is one of its threads. + ThreadInfo threadInfo; ++#ifdef __FreeBSD__ ++ threadInfo.tid = p.ki_tid; ++ threadInfo.cpuTime = uint64_t(p.ki_runtime) * 1'000u; ++#else + threadInfo.tid = p.p_tid; + threadInfo.cpuTime = uint64_t(p.p_rtime_sec) * 1'000'000'000u + + uint64_t(p.p_rtime_usec) * 1'000u; ++#endif + info.threads.AppendElement(threadInfo); + } + } +diff --git toolkit/components/processtools/moz.build toolkit/components/processtools/moz.build +index b7c164c1b0ac..a41dad52c343 100644 +--- toolkit/components/processtools/moz.build ++++ toolkit/components/processtools/moz.build +@@ -39,7 +39,7 @@ BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.ini"] + # Platform-specific implementations of `ProcInfo`. + toolkit = CONFIG["MOZ_WIDGET_TOOLKIT"] + if toolkit == "gtk" or toolkit == "android": +- if CONFIG["OS_TARGET"] == "OpenBSD": ++ if CONFIG["OS_TARGET"] == "FreeBSD" or CONFIG["OS_TARGET"] == "OpenBSD": + UNIFIED_SOURCES += ["ProcInfo_bsd.cpp"] + else: + UNIFIED_SOURCES += ["ProcInfo_linux.cpp"] diff --git a/www/tor-browser/files/patch-toolkit_components_tor-launcher_TorProcess.sys.mjs b/www/tor-browser/files/patch-toolkit_components_tor-launcher_TorProcess.sys.mjs new file mode 100644 index 00000000000..247ead0c3c9 --- /dev/null +++ b/www/tor-browser/files/patch-toolkit_components_tor-launcher_TorProcess.sys.mjs @@ -0,0 +1,34 @@ +Let geoip/geoip6 file paths be set by prefs like everything else and let +the new getTorFile() deal with it. + +Index: toolkit/components/tor-launcher/TorProcess.sys.mjs +--- toolkit/components/tor-launcher/TorProcess.sys.mjs.orig 2024-04-22 21:47:56 UTC ++++ toolkit/components/tor-launcher/TorProcess.sys.mjs +@@ -216,6 +216,7 @@ export class TorProcess { + } + + this.#args = []; ++ this.#args.push("--ignore-missing-torrc"); + this.#args.push("-f", torrcFile.path); + this.#args.push("DataDirectory", this.#dataDir.path); + this.#args.push("ClientOnionAuthDir", onionAuthDir.path); +@@ -230,11 +231,15 @@ export class TorProcess { + // The geoip and geoip6 files are in the same directory as torrc-defaults. + // TODO: Change TorFile to return the generic path to these files to make + // them independent from the torrc-defaults. +- const geoipFile = torrcDefaultsFile.clone(); +- geoipFile.leafName = "geoip"; ++ // const geoipFile = torrcDefaultsFile.clone(); ++ // geoipFile.leafName = "geoip"; ++ // this.#args.push("GeoIPFile", geoipFile.path); ++ // const geoip6File = torrcDefaultsFile.clone(); ++ // geoip6File.leafName = "geoip6"; ++ // this.#args.push("GeoIPv6File", geoip6File.path); ++ const geoipFile = lazy.TorLauncherUtil.getTorFile("geoip", false); ++ const geoip6File = lazy.TorLauncherUtil.getTorFile("geoip6", false); + this.#args.push("GeoIPFile", geoipFile.path); +- const geoip6File = torrcDefaultsFile.clone(); +- geoip6File.leafName = "geoip6"; + this.#args.push("GeoIPv6File", geoip6File.path); + } else { + logger.warn( diff --git a/www/tor-browser/files/patch-toolkit_components_tor-launcher_TorProcess_sys_mjs b/www/tor-browser/files/patch-toolkit_components_tor-launcher_TorProcess_sys_mjs deleted file mode 100644 index ec2731f31d1..00000000000 --- a/www/tor-browser/files/patch-toolkit_components_tor-launcher_TorProcess_sys_mjs +++ /dev/null @@ -1,26 +0,0 @@ -Let geoip/geoip6 file paths be set by prefs like everything else and let -the new getTorFile() deal with it. - -Index: toolkit/components/tor-launcher/TorProcess.sys.mjs ---- toolkit/components/tor-launcher/TorProcess.sys.mjs.orig -+++ toolkit/components/tor-launcher/TorProcess.sys.mjs -@@ -254,16 +254,14 @@ export class TorProcess { - "torrc-defaults", - false - ); -- // The geoip and geoip6 files are in the same directory as torrc-defaults. -- const geoipFile = torrcDefaultsFile.clone(); -- geoipFile.leafName = "geoip"; -- const geoip6File = torrcDefaultsFile.clone(); -- geoip6File.leafName = "geoip6"; -+ const geoipFile = lazy.TorLauncherUtil.getTorFile("geoip", false); -+ const geoip6File = lazy.TorLauncherUtil.getTorFile("geoip6", false); - - this.#args = []; - if (torrcDefaultsFile) { - this.#args.push("--defaults-torrc", torrcDefaultsFile.path); - } -+ this.#args.push("--ignore-missing-torrc"); - this.#args.push("-f", torrcFile.path); - this.#args.push("DataDirectory", this.#dataDir.path); - this.#args.push("ClientOnionAuthDir", onionAuthDir.path); diff --git a/www/trunk/Makefile b/www/trunk/Makefile index 4a62e927b58..95e4f8e0b36 100644 --- a/www/trunk/Makefile +++ b/www/trunk/Makefile @@ -1,6 +1,7 @@ PORTNAME= trunk DISTVERSIONPREFIX= v -DISTVERSION= 0.20.0 +DISTVERSION= 0.20.1 +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org diff --git a/www/trunk/distinfo b/www/trunk/distinfo index d06b39d3758..15705b572e6 100644 --- a/www/trunk/distinfo +++ b/www/trunk/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1714796296 +TIMESTAMP = 1715436315 SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb SIZE (rust/crates/addr2line-0.21.0.crate) = 40807 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -869,5 +869,5 @@ SHA256 (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 1d2a5585e04f9eea4b2a3d1e SIZE (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 17273 SHA256 (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa SIZE (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = 749088 -SHA256 (thedodd-trunk-v0.20.0_GH0.tar.gz) = 83e5cf0760d08d78e93ab3aefdcd55ccd2a6fd681742a2ebc2602659b55e94cc -SIZE (thedodd-trunk-v0.20.0_GH0.tar.gz) = 503175 +SHA256 (thedodd-trunk-v0.20.1_GH0.tar.gz) = 3f9127214abcd246d7f421cce5add03fb0cb1f5533c368d0f42a599faac1c4e3 +SIZE (thedodd-trunk-v0.20.1_GH0.tar.gz) = 503283 diff --git a/www/tuifeed/Makefile b/www/tuifeed/Makefile index 69dfeef17a6..096ee1c334f 100644 --- a/www/tuifeed/Makefile +++ b/www/tuifeed/Makefile @@ -1,7 +1,7 @@ PORTNAME= tuifeed DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www MAINTAINER= driesm@FreeBSD.org diff --git a/www/tusc/Makefile b/www/tusc/Makefile index 5fdece66a19..a8afaeb887b 100644 --- a/www/tusc/Makefile +++ b/www/tusc/Makefile @@ -1,6 +1,6 @@ PORTNAME= tusc DISTVERSION= 0.4.7 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/tusd/Makefile b/www/tusd/Makefile index ad867a492ea..60b506368ed 100644 --- a/www/tusd/Makefile +++ b/www/tusd/Makefile @@ -1,7 +1,7 @@ PORTNAME= tusd DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= mm@FreeBSD.org diff --git a/www/uchiwa/Makefile b/www/uchiwa/Makefile index 91118fa3657..bdb5747f852 100644 --- a/www/uchiwa/Makefile +++ b/www/uchiwa/Makefile @@ -1,6 +1,6 @@ PORTNAME= uchiwa PORTVERSION= 0.18.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www MASTER_SITES= http://uchiwa.io/ diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile index de755f18bdc..38dd9c95b37 100644 --- a/www/ungoogled-chromium/Makefile +++ b/www/ungoogled-chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= ungoogled-chromium -PORTVERSION= 124.0.6367.78 +PORTVERSION= 124.0.6367.207 UGVERSION= ${DISTVERSION}-1 CATEGORIES= www wayland MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ diff --git a/www/ungoogled-chromium/distinfo b/www/ungoogled-chromium/distinfo index c679ff3e28d..4a93c2f69d5 100644 --- a/www/ungoogled-chromium/distinfo +++ b/www/ungoogled-chromium/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1714079979 -SHA256 (chromium-124.0.6367.78.tar.xz) = 697ea9e8591e0a74deea260a50441711b1ea499ca19e91d6012c5b4d200d1acf -SIZE (chromium-124.0.6367.78.tar.xz) = 3438644780 -SHA256 (ungoogled-chromium-124.0.6367.78-1.tar.gz) = 8dabdfa54e0293790d6299aff28aaeb25d61359b0f99321ddd20df9031877c5b -SIZE (ungoogled-chromium-124.0.6367.78-1.tar.gz) = 667153 -SHA256 (chromium-124.0.6367.78-testdata.tar.xz) = 910629247cf98b81ec9b323612068b0ad9f49379605863960e9e3b44f2d5a4cd -SIZE (chromium-124.0.6367.78-testdata.tar.xz) = 280902680 +TIMESTAMP = 1715673313 +SHA256 (chromium-124.0.6367.207.tar.xz) = 6d6dc8b943012573a244ddb013b281ecbc97f77fe1fc6f55a4118241d107eba5 +SIZE (chromium-124.0.6367.207.tar.xz) = 3450794132 +SHA256 (ungoogled-chromium-124.0.6367.207-1.tar.gz) = e109631651affdaae2ddc22cc1e81f56d8c7eb583f816c6ee7de21d97977315b +SIZE (ungoogled-chromium-124.0.6367.207-1.tar.gz) = 667461 +SHA256 (chromium-124.0.6367.207-testdata.tar.xz) = d30386a73719a64fdd191f7b51709185e4d3fc49888b04a390506d4370e69b06 +SIZE (chromium-124.0.6367.207-testdata.tar.xz) = 277899644 SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8 SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734 diff --git a/www/ungoogled-chromium/files/patch-chrome_app_chrome__main__delegate.cc b/www/ungoogled-chromium/files/patch-chrome_app_chrome__main__delegate.cc index 0459ec4b8d7..56986599445 100644 --- a/www/ungoogled-chromium/files/patch-chrome_app_chrome__main__delegate.cc +++ b/www/ungoogled-chromium/files/patch-chrome_app_chrome__main__delegate.cc @@ -1,4 +1,4 @@ ---- chrome/app/chrome_main_delegate.cc.orig 2024-04-23 07:42:17 UTC +--- chrome/app/chrome_main_delegate.cc.orig 2024-05-11 05:39:22 UTC +++ chrome/app/chrome_main_delegate.cc @@ -146,7 +146,7 @@ #include "components/about_ui/credit_utils.h" @@ -34,7 +34,7 @@ #include "chrome/browser/policy/policy_path_parser.h" #include "components/crash/core/app/crashpad.h" #endif -@@ -346,7 +346,7 @@ void AdjustLinuxOOMScore(const std::string& process_ty +@@ -349,7 +349,7 @@ void AdjustLinuxOOMScore(const std::string& process_ty // and resources loaded. bool SubprocessNeedsResourceBundle(const std::string& process_type) { return @@ -43,7 +43,7 @@ // The zygote process opens the resources for the renderers. process_type == switches::kZygoteProcess || #endif -@@ -431,7 +431,7 @@ bool HandleVersionSwitches(const base::CommandLine& co +@@ -434,7 +434,7 @@ bool HandleVersionSwitches(const base::CommandLine& co // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -52,7 +52,7 @@ // Show the man page if --help or -h is on the command line. void HandleHelpSwitches(const base::CommandLine& command_line) { if (command_line.HasSwitch(switches::kHelp) || -@@ -477,7 +477,7 @@ void SetCrashpadUploadConsentPostLogin() { +@@ -480,7 +480,7 @@ void SetCrashpadUploadConsentPostLogin() { } #endif // BUILDFLAG(IS_CHROMEOS_LACROS) @@ -61,7 +61,7 @@ void SIGTERMProfilingShutdown(int signal) { content::Profiling::Stop(); struct sigaction sigact; -@@ -559,7 +559,7 @@ std::optional AcquireProcessSingleton( +@@ -562,7 +562,7 @@ std::optional AcquireProcessSingleton( // process can be exited. ChromeProcessSingleton::CreateInstance(user_data_dir); @@ -70,7 +70,7 @@ // Read the xdg-activation token and set it in the command line for the // duration of the notification in order to ensure this is propagated to an // already running browser process if it exists. -@@ -643,7 +643,7 @@ void InitializeUserDataDir(base::CommandLine* command_ +@@ -646,7 +646,7 @@ void InitializeUserDataDir(base::CommandLine* command_ std::string process_type = command_line->GetSwitchValueASCII(switches::kProcessType); @@ -79,7 +79,7 @@ // On Linux, Chrome does not support running multiple copies under different // DISPLAYs, so the profile directory can be specified in the environment to // support the virtual desktop use-case. -@@ -770,7 +770,7 @@ void RecordMainStartupMetrics(base::TimeTicks applicat +@@ -773,7 +773,7 @@ void RecordMainStartupMetrics(base::TimeTicks applicat #endif #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -88,7 +88,7 @@ // Record the startup process creation time on supported platforms. On Android // this is recorded in ChromeMainDelegateAndroid. startup_metric_utils::GetCommon().RecordStartupProcessCreationTime( -@@ -1155,7 +1155,7 @@ void ChromeMainDelegate::CommonEarlyInitialization(Inv +@@ -1162,7 +1162,7 @@ void ChromeMainDelegate::CommonEarlyInitialization(Inv chrome::GetChannel() == version_info::Channel::DEV; const bool emit_crashes = #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -97,7 +97,7 @@ is_canary_dev; #else false; -@@ -1174,7 +1174,7 @@ void ChromeMainDelegate::CommonEarlyInitialization(Inv +@@ -1181,7 +1181,7 @@ void ChromeMainDelegate::CommonEarlyInitialization(Inv // for more context. base::sequence_manager::internal::ThreadController::InitializeFeatures( /*record_sample_metadata=*/is_canary_dev); @@ -106,7 +106,7 @@ base::MessagePumpLibevent::InitializeFeatures(); #elif BUILDFLAG(IS_MAC) base::PlatformThread::InitFeaturesPostFieldTrial(); -@@ -1323,7 +1323,7 @@ std::optional ChromeMainDelegate::BasicStartupCom +@@ -1330,7 +1330,7 @@ std::optional ChromeMainDelegate::BasicStartupCom // TODO(crbug.com/1052397): Revisit the macro expression once build flag // switch of lacros-chrome is complete. @@ -115,7 +115,7 @@ // This will directly exit if the user asked for help. HandleHelpSwitches(command_line); #endif -@@ -1353,7 +1353,7 @@ std::optional ChromeMainDelegate::BasicStartupCom +@@ -1360,7 +1360,7 @@ std::optional ChromeMainDelegate::BasicStartupCom #if BUILDFLAG(IS_CHROMEOS) chromeos::dbus_paths::RegisterPathProvider(); #endif @@ -124,7 +124,7 @@ nacl::RegisterPathProvider(); #endif -@@ -1750,7 +1750,7 @@ void ChromeMainDelegate::PreSandboxStartup() { +@@ -1757,7 +1757,7 @@ void ChromeMainDelegate::PreSandboxStartup() { CHECK(!loaded_locale.empty()) << "Locale could not be found for " << locale; } @@ -133,7 +133,7 @@ // Zygote needs to call InitCrashReporter() in RunZygote(). if (process_type != switches::kZygoteProcess) { if (command_line.HasSwitch(switches::kPreCrashpadCrashTest)) { -@@ -1851,7 +1851,7 @@ absl::variant Chrome +@@ -1858,7 +1858,7 @@ absl::variant Chrome // This entry is not needed on Linux, where the NaCl loader // process is launched via nacl_helper instead. diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__main__extra__parts__linux.cc b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__main__extra__parts__linux.cc index 54e29af84e5..7f44501ed5b 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__main__extra__parts__linux.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__main__extra__parts__linux.cc @@ -1,9 +1,9 @@ ---- chrome/browser/chrome_browser_main_extra_parts_linux.cc.orig 2024-04-23 07:42:17 UTC +--- chrome/browser/chrome_browser_main_extra_parts_linux.cc.orig 2024-05-11 05:39:22 UTC +++ chrome/browser/chrome_browser_main_extra_parts_linux.cc -@@ -169,7 +169,7 @@ ChromeBrowserMainExtraPartsLinux::ChromeBrowserMainExt - ChromeBrowserMainExtraPartsLinux::~ChromeBrowserMainExtraPartsLinux() = default; +@@ -175,7 +175,7 @@ void ChromeBrowserMainExtraPartsLinux::PostBrowserStar - void ChromeBrowserMainExtraPartsLinux::PreEarlyInitialization() { + // static + void ChromeBrowserMainExtraPartsLinux::InitOzonePlatformHint() { -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // On the desktop, we fix the platform name if necessary. diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc b/www/ungoogled-chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc index 7219cb6e234..a115979b7fd 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc.orig 2024-04-23 07:42:17 UTC +--- chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc.orig 2024-05-11 05:39:22 UTC +++ chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc @@ -80,8 +80,10 @@ @@ -30,7 +30,7 @@ #include "components/power_metrics/system_power_monitor.h" #endif -@@ -858,7 +860,7 @@ void RecordStartupMetrics() { +@@ -860,7 +862,7 @@ void RecordStartupMetrics() { // Record whether Chrome is the default browser or not. // Disabled on Linux due to hanging browser tests, see crbug.com/1216328. @@ -39,7 +39,7 @@ shell_integration::DefaultWebClientState default_state = shell_integration::GetDefaultBrowser(); base::UmaHistogramEnumeration("DefaultBrowser.State", default_state, -@@ -1162,11 +1164,11 @@ void ChromeBrowserMainExtraPartsMetrics::PostBrowserSt +@@ -1164,11 +1166,11 @@ void ChromeBrowserMainExtraPartsMetrics::PostBrowserSt } #endif // !BUILDFLAG(IS_ANDROID) diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_prefs_browser__prefs.cc b/www/ungoogled-chromium/files/patch-chrome_browser_prefs_browser__prefs.cc index e5ca4d4ae5e..ae840bbf1d8 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_prefs_browser__prefs.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_prefs_browser__prefs.cc @@ -1,4 +1,4 @@ ---- chrome/browser/prefs/browser_prefs.cc.orig 2024-04-23 07:42:17 UTC +--- chrome/browser/prefs/browser_prefs.cc.orig 2024-05-11 05:39:22 UTC +++ chrome/browser/prefs/browser_prefs.cc @@ -485,18 +485,18 @@ #endif @@ -31,7 +31,7 @@ #include "ui/color/system_theme.h" #endif -@@ -1711,7 +1711,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) +@@ -1718,7 +1718,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) registry->RegisterBooleanPref(prefs::kOopPrintDriversAllowedByPolicy, true); #endif @@ -40,7 +40,7 @@ registry->RegisterBooleanPref(prefs::kChromeForTestingAllowed, true); #endif -@@ -2053,12 +2053,12 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -2060,12 +2060,12 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-media_base_media__switches.cc b/www/ungoogled-chromium/files/patch-media_base_media__switches.cc index 3ac5967ad08..1a7c6ba7ffe 100644 --- a/www/ungoogled-chromium/files/patch-media_base_media__switches.cc +++ b/www/ungoogled-chromium/files/patch-media_base_media__switches.cc @@ -1,4 +1,4 @@ ---- media/base/media_switches.cc.orig 2024-04-23 07:42:17 UTC +--- media/base/media_switches.cc.orig 2024-05-11 05:39:22 UTC +++ media/base/media_switches.cc @@ -21,7 +21,7 @@ #include "ui/gl/gl_features.h" @@ -92,7 +92,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -1500,7 +1500,7 @@ BASE_FEATURE(kUseGTFOOutOfProcessVideoDecoding, +@@ -1496,7 +1496,7 @@ BASE_FEATURE(kUseGTFOOutOfProcessVideoDecoding, base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 index 716193560c8..72a13e77567 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2024-04-23 07:42:17 UTC +--- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2024-05-11 05:39:22 UTC +++ third_party/blink/renderer/platform/runtime_enabled_features.json5 -@@ -321,7 +321,7 @@ +@@ -313,7 +313,7 @@ name: "AppTitle", status: "experimental", origin_trial_feature_name: "AppTitle", @@ -9,7 +9,7 @@ base_feature: "WebAppEnableAppTitle", }, { -@@ -1978,7 +1978,7 @@ +@@ -1970,7 +1970,7 @@ base_feature_status: "enabled", copied_from_base_feature_if: "overridden", origin_trial_feature_name: "FullscreenPopupWindows", @@ -18,7 +18,7 @@ }, { name: "GamepadButtonAxisEvents", -@@ -2899,7 +2899,7 @@ +@@ -2891,7 +2891,7 @@ name: "PaymentHandlerMinimalHeaderUX", origin_trial_feature_name: "PaymentHandlerMinimalHeaderUX", origin_trial_allows_third_party: true, @@ -27,7 +27,7 @@ status: "stable", }, { -@@ -3091,7 +3091,7 @@ +@@ -3083,7 +3083,7 @@ { name: "PrivateNetworkAccessPermissionPrompt", origin_trial_feature_name: "PrivateNetworkAccessPermissionPrompt", @@ -36,7 +36,7 @@ status: "stable", public: true, base_feature: "none", -@@ -3959,7 +3959,7 @@ +@@ -3951,7 +3951,7 @@ name: "UnrestrictedSharedArrayBuffer", base_feature: "none", origin_trial_feature_name: "UnrestrictedSharedArrayBuffer", @@ -45,7 +45,7 @@ }, // Enables using policy-controlled feature "usb-unrestricted" to allow // isolated context to access protected USB interface classes and to -@@ -4119,7 +4119,7 @@ +@@ -4111,7 +4111,7 @@ { name: "WebAppScopeExtensions", origin_trial_feature_name: "WebAppScopeExtensions", diff --git a/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc b/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc index acda9751c79..59184e5e4f8 100644 --- a/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc +++ b/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc @@ -1,6 +1,6 @@ ---- ui/base/ui_base_features.cc.orig 2024-04-23 07:42:17 UTC +--- ui/base/ui_base_features.cc.orig 2024-05-11 05:39:22 UTC +++ ui/base/ui_base_features.cc -@@ -227,7 +227,7 @@ BASE_FEATURE(kExperimentalFlingAnimation, +@@ -228,7 +228,7 @@ BASE_FEATURE(kExperimentalFlingAnimation, "ExperimentalFlingAnimation", // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -9,7 +9,7 @@ (BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS_ASH) && \ !BUILDFLAG(IS_CHROMEOS_LACROS)) base::FEATURE_ENABLED_BY_DEFAULT -@@ -326,7 +326,7 @@ bool IsForcedColorsEnabled() { +@@ -327,7 +327,7 @@ bool IsForcedColorsEnabled() { BASE_FEATURE(kEyeDropper, "EyeDropper", #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/varnish-libvmod-fileserver/Makefile b/www/varnish-libvmod-fileserver/Makefile index 3c2bc657025..da604a995a5 100644 --- a/www/varnish-libvmod-fileserver/Makefile +++ b/www/varnish-libvmod-fileserver/Makefile @@ -1,6 +1,6 @@ PORTNAME= libvmod-fileserver PORTVERSION= 0.0.5 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= www PKGNAMEPREFIX= varnish- diff --git a/www/varnish_exporter/Makefile b/www/varnish_exporter/Makefile index d10fcebb674..f22252c3dbd 100644 --- a/www/varnish_exporter/Makefile +++ b/www/varnish_exporter/Makefile @@ -1,6 +1,6 @@ PORTNAME= varnish_exporter PORTVERSION= 1.6 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= ports@zx23.net diff --git a/www/vigil/Makefile b/www/vigil/Makefile index 4c5bf43b810..e4cfd948d29 100644 --- a/www/vigil/Makefile +++ b/www/vigil/Makefile @@ -1,7 +1,7 @@ PORTNAME= vigil DISTVERSIONPREFIX= v DISTVERSION= 1.26.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/vultr-cli/Makefile b/www/vultr-cli/Makefile index f123ccbb787..fb044db1d63 100644 --- a/www/vultr-cli/Makefile +++ b/www/vultr-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= vultr-cli DISTVERSIONPREFIX= v DISTVERSION= 2.17.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= antranigv@freebsd.am diff --git a/www/wasm-pack/Makefile b/www/wasm-pack/Makefile index fc73d079c30..2216379d1f5 100644 --- a/www/wasm-pack/Makefile +++ b/www/wasm-pack/Makefile @@ -1,7 +1,7 @@ PORTNAME= wasm-pack DISTVERSIONPREFIX= v DISTVERSION= 0.12.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/webhook/Makefile b/www/webhook/Makefile index 90e361a3b0a..ec7d250d9de 100644 --- a/www/webhook/Makefile +++ b/www/webhook/Makefile @@ -1,6 +1,6 @@ PORTNAME= webhook PORTVERSION= 2.8.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www MAINTAINER= stb@lassitu.de diff --git a/www/websocat/Makefile b/www/websocat/Makefile index 9cb27cb6d79..e092a3700bf 100644 --- a/www/websocat/Makefile +++ b/www/websocat/Makefile @@ -1,6 +1,7 @@ PORTNAME= websocat DISTVERSIONPREFIX= v DISTVERSION= 1.13.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/websocketd/Makefile b/www/websocketd/Makefile index 615de7222ed..db7f58fa006 100644 --- a/www/websocketd/Makefile +++ b/www/websocketd/Makefile @@ -1,7 +1,7 @@ PORTNAME= websocketd DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= ygy@FreeBSD.org diff --git a/www/wiki-tui/Makefile b/www/wiki-tui/Makefile index f019bc54d67..06fb70c6aa6 100644 --- a/www/wiki-tui/Makefile +++ b/www/wiki-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= wiki-tui DISTVERSIONPREFIX= v DISTVERSION= 0.8.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= eduardo@FreeBSD.org diff --git a/www/writeas-cli/Makefile b/www/writeas-cli/Makefile index 83efee057cc..ebb9a31d3f3 100644 --- a/www/writeas-cli/Makefile +++ b/www/writeas-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= writeas-cli DISTVERSIONPREFIX= v DISTVERSION= 2.0.0-wf -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www textproc MASTER_SITES= https://code.as/core/socks/archive/v1.0.0.tar.gz?dummy=/:core_socks DISTFILES= core-socks-v1.0.0.tar.gz:core_socks diff --git a/www/wuzz/Makefile b/www/wuzz/Makefile index 526bcbdc532..e1e0a150dad 100644 --- a/www/wuzz/Makefile +++ b/www/wuzz/Makefile @@ -1,7 +1,7 @@ PORTNAME= wuzz DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/xh/Makefile b/www/xh/Makefile index 5934cc63c20..2b504353077 100644 --- a/www/xh/Makefile +++ b/www/xh/Makefile @@ -1,7 +1,7 @@ PORTNAME= xh DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/xurls/Makefile b/www/xurls/Makefile index 9afa8b51b7c..e3bdac085ca 100644 --- a/www/xurls/Makefile +++ b/www/xurls/Makefile @@ -1,7 +1,7 @@ PORTNAME= xurls DISTVERSIONPREFIX= v DISTVERSION= 2.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= nivit@FreeBSD.org diff --git a/www/yarr/Makefile b/www/yarr/Makefile index 43548e5429f..1859903c2c7 100644 --- a/www/yarr/Makefile +++ b/www/yarr/Makefile @@ -1,7 +1,7 @@ PORTNAME= yarr DISTVERSIONPREFIX=v DISTVERSION= 2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MAINTAINER= decke@FreeBSD.org diff --git a/www/ytdl/Makefile b/www/ytdl/Makefile index 1b3264f007d..163ec3f3d89 100644 --- a/www/ytdl/Makefile +++ b/www/ytdl/Makefile @@ -1,7 +1,7 @@ PORTNAME= ytdl DISTVERSIONPREFIX= v DISTVERSION= 0.6.4 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/zgrab2/Makefile b/www/zgrab2/Makefile index 203bc613f81..51e87d91aba 100644 --- a/www/zgrab2/Makefile +++ b/www/zgrab2/Makefile @@ -1,7 +1,7 @@ PORTNAME= zgrab2 DISTVERSIONPREFIX= v DISTVERSION= 0.1.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/zola/Makefile b/www/zola/Makefile index 6f568fca199..84df4d5c709 100644 --- a/www/zola/Makefile +++ b/www/zola/Makefile @@ -1,7 +1,7 @@ PORTNAME= zola DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile index 1d9c6a1f17a..e443847451e 100644 --- a/x11-fm/xdiskusage/Makefile +++ b/x11-fm/xdiskusage/Makefile @@ -1,6 +1,5 @@ PORTNAME= xdiskusage -PORTVERSION= 1.54 -PORTREVISION= 1 +DISTVERSION= 1.60 CATEGORIES= x11-fm MASTER_SITES= http://xdiskusage.sourceforge.net/ \ http://www.gnu-darwin.org/distfiles/ @@ -9,7 +8,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Show where disk space is taken up WWW= https://xdiskusage.sourceforge.net/ -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/README LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ diff --git a/x11-fm/xdiskusage/distinfo b/x11-fm/xdiskusage/distinfo index 4ab629c5bca..a3902602560 100644 --- a/x11-fm/xdiskusage/distinfo +++ b/x11-fm/xdiskusage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610946023 -SHA256 (xdiskusage-1.54.tgz) = 12947465d6e144997acf83a01687780e9a46add0f8049400c38756b2dd807377 -SIZE (xdiskusage-1.54.tgz) = 55010 +TIMESTAMP = 1711008244 +SHA256 (xdiskusage-1.60.tgz) = 7b536dc6f1bdc6d9bec7c29b9435c23d9d32bff8a0ebee26b9966b273dc9f67e +SIZE (xdiskusage-1.60.tgz) = 54990 diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 707a788986c..eca9b19f0a1 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -164,6 +164,7 @@ SUBDIR += libfontenc SUBDIR += linden-hill SUBDIR += linux-c7-fontconfig + SUBDIR += linux-rl9-fontconfig SUBDIR += linuxlibertine SUBDIR += linuxlibertine-g SUBDIR += lohit @@ -195,15 +196,14 @@ SUBDIR += noto-kr SUBDIR += noto-kufi-arabic SUBDIR += noto-naskh-arabic + SUBDIR += noto-sans SUBDIR += noto-sans-arabic SUBDIR += noto-sans-armenian - SUBDIR += noto-sans-basic SUBDIR += noto-sans-bengali SUBDIR += noto-sans-cham SUBDIR += noto-sans-cherokee SUBDIR += noto-sans-devanagari SUBDIR += noto-sans-ethiopic - SUBDIR += noto-sans-extra SUBDIR += noto-sans-georgian SUBDIR += noto-sans-hebrew SUBDIR += noto-sans-hk @@ -211,28 +211,25 @@ SUBDIR += noto-sans-khmer SUBDIR += noto-sans-kr SUBDIR += noto-sans-lao + SUBDIR += noto-sans-math SUBDIR += noto-sans-mono - SUBDIR += noto-sans-mono-basic - SUBDIR += noto-sans-mono-extra SUBDIR += noto-sans-myanmar + SUBDIR += noto-sans-runic SUBDIR += noto-sans-sc SUBDIR += noto-sans-sinhala SUBDIR += noto-sans-symbols - SUBDIR += noto-sans-symbols-basic - SUBDIR += noto-sans-symbols-extra SUBDIR += noto-sans-symbols2 SUBDIR += noto-sans-tamil SUBDIR += noto-sans-tc SUBDIR += noto-sans-telugu SUBDIR += noto-sans-thai SUBDIR += noto-sc + SUBDIR += noto-serif SUBDIR += noto-serif-armenian - SUBDIR += noto-serif-basic SUBDIR += noto-serif-bengali SUBDIR += noto-serif-devanagari SUBDIR += noto-serif-display SUBDIR += noto-serif-ethiopic - SUBDIR += noto-serif-extra SUBDIR += noto-serif-georgian SUBDIR += noto-serif-hebrew SUBDIR += noto-serif-hk diff --git a/x11-fonts/fira/Makefile b/x11-fonts/fira/Makefile index b61e79a4d8d..22aab45cf36 100644 --- a/x11-fonts/fira/Makefile +++ b/x11-fonts/fira/Makefile @@ -1,6 +1,6 @@ PORTNAME= fira -PORTVERSION= 4.301 -PORTREVISION= 1 +DISTVERSION= 4.301 +PORTREVISION= 2 CATEGORIES= x11-fonts MAINTAINER= trueos@norwegianrockcat.com @@ -9,30 +9,28 @@ WWW= https://bboxtype.com/typefaces/FiraSans/ LICENSE= OFL11 -USES= fonts xorg -USE_XORG= x11 +USES= fonts + +EXTRACT_AFTER_ARGS= --include ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/Fira_Code_3_2/Fonts/FiraCode_OTF_32/*.otf \ + --include ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/Fira_Mono_3_2/Fonts/FiraMono_OTF_32/*.otf \ + --include ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/Fira_Sans_4_3/Fonts/Fira_Sans_OTF_4301 \ + --strip-components 4 \ + --no-same-owner --no-same-permissions + USE_GITHUB= yes GH_ACCOUNT= bBoxType GH_PROJECT= FiraSans GH_TAGNAME= f54eeb3 + NO_ARCH= yes NO_BUILD= yes +NO_WRKSUBDIR= yes SUB_FILES= pkg-message -PORTDOCS= *.pdf *.rtf - -OPTIONS_DEFINE= DOCS - do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} - ${FIND} ${WRKSRC}/Fira* -type f -name \*.otf | while read f; do \ - ${INSTALL_DATA} $$f ${STAGEDIR}${FONTSDIR} ; done - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Fira*/PDF/*.pdf ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Fira_Sans_4_3/Fira_4_3_Change_Log.rtf \ - ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*/*/*.otf ${STAGEDIR}${FONTSDIR} .include diff --git a/x11-fonts/fira/files/pkg-message.in b/x11-fonts/fira/files/pkg-message.in index d84b4a24f1a..8a84c5917ac 100644 --- a/x11-fonts/fira/files/pkg-message.in +++ b/x11-fonts/fira/files/pkg-message.in @@ -17,7 +17,6 @@ or https://www.fontfont.com/staticcontent/downloads/FF_OT_User_Guide.pdf http://en.wikipedia.org/wiki/List_of_typographic_features -For Web Font please use www/fira-webfont port. EOM } ] diff --git a/x11-fonts/gofont-ttf/Makefile b/x11-fonts/gofont-ttf/Makefile index 94e77dad45e..b0c55a5bbcb 100644 --- a/x11-fonts/gofont-ttf/Makefile +++ b/x11-fonts/gofont-ttf/Makefile @@ -1,6 +1,5 @@ PORTNAME= gofont-ttf -DISTVERSION= g20180511 -PORTREVISION= 1 +DISTVERSION= g20231220 CATEGORIES= x11-fonts MAINTAINER= ports@FreeBSD.org @@ -14,7 +13,7 @@ USES= fonts USE_GITHUB= yes GH_ACCOUNT= golang GH_PROJECT= image -GH_TAGNAME= f315e440302883054d0c2bd85486878cb4f8572c +GH_TAGNAME= 9e190ae NO_ARCH= yes NO_BUILD= yes diff --git a/x11-fonts/gofont-ttf/distinfo b/x11-fonts/gofont-ttf/distinfo index 329a9c5f4a6..8407d117135 100644 --- a/x11-fonts/gofont-ttf/distinfo +++ b/x11-fonts/gofont-ttf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1526053840 -SHA256 (golang-image-g20180511-f315e440302883054d0c2bd85486878cb4f8572c_GH0.tar.gz) = d769a0fe33e4a6a88d8a3507cd7ae653cd2f8a420faeb9ddfd9c970a3acf69a6 -SIZE (golang-image-g20180511-f315e440302883054d0c2bd85486878cb4f8572c_GH0.tar.gz) = 4817487 +TIMESTAMP = 1710923873 +SHA256 (golang-image-g20231220-9e190ae_GH0.tar.gz) = 2c26cae8973b225038aae84ce789df17d7646776209f7900e69ada51f40bad32 +SIZE (golang-image-g20231220-9e190ae_GH0.tar.gz) = 5093073 diff --git a/x11-fonts/inconsolata-ttf/Makefile b/x11-fonts/inconsolata-ttf/Makefile index 926d34fdad4..a295deeee6b 100644 --- a/x11-fonts/inconsolata-ttf/Makefile +++ b/x11-fonts/inconsolata-ttf/Makefile @@ -1,34 +1,33 @@ PORTNAME= inconsolata-ttf -PORTVERSION= 2.001 -PORTREVISION= 1 +DISTVERSION= 3.000 PORTEPOCH= 1 CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/googlefonts/Inconsolata/releases/download/v${DISTVERSION}/ +DISTNAME= fonts_ttf +EXTRACT_SUFX= .zip +DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} MAINTAINER= ashish@FreeBSD.org COMMENT= Monospaced truetype font WWW= https://fonts.google.com/specimen/Inconsolata LICENSE= OFL11 -LICENSE_FILE= ${WRKSRC}/OFL.txt +USES= fonts + +EXTRACT_AFTER_ARGS= --include fonts/ttf/Inconsolata-Bold.ttf \ + --include fonts/ttf/Inconsolata-Regular.ttf \ + --strip-components 2 \ + --no-same-owner --no-same-permissions NO_ARCH= yes -USES= fonts xorg -USE_GITHUB= yes -GH_ACCOUNT= google -GH_PROJECT= fonts -GH_TAGNAME= efcbdc5 -FONTNAME= inconsolata -USE_XORG= x11 +NO_BUILD= yes +NO_WRKSUBDIR= yes + PLIST_FILES= ${FONTSDIR}/Inconsolata-Bold.ttf \ ${FONTSDIR}/Inconsolata-Regular.ttf -NO_BUILD= yes - -WRKSRC_SUBDIR= ofl/${FONTNAME} do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/Inconsolata-Bold.ttf \ - ${WRKSRC}/Inconsolata-Regular.ttf \ - ${STAGEDIR}/${FONTSDIR} + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}/${FONTSDIR} .include diff --git a/x11-fonts/inconsolata-ttf/distinfo b/x11-fonts/inconsolata-ttf/distinfo index 9a132a0e6e1..42b0ba4013f 100644 --- a/x11-fonts/inconsolata-ttf/distinfo +++ b/x11-fonts/inconsolata-ttf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1526620705 -SHA256 (google-fonts-2.001-efcbdc5_GH0.tar.gz) = 437ab149a7dfc8e30fd475eaa961389acb3b23c0b53281619d68de0069b8e777 -SIZE (google-fonts-2.001-efcbdc5_GH0.tar.gz) = 342767177 +TIMESTAMP = 1714935246 +SHA256 (inconsolata-ttf/3.000/fonts_ttf.zip) = 626e8ee07501dbb544b50aa59ac2e4b9ec86b810670158a59c7a3cbaf475548a +SIZE (inconsolata-ttf/3.000/fonts_ttf.zip) = 4019918 diff --git a/x11-fonts/juliamono/Makefile b/x11-fonts/juliamono/Makefile index 299c789b476..e5220898473 100644 --- a/x11-fonts/juliamono/Makefile +++ b/x11-fonts/juliamono/Makefile @@ -1,6 +1,9 @@ PORTNAME= juliamono -PORTVERSION= 0.054 +DISTVERSION= 0.055 CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/cormullion/${PORTNAME}/releases/download/v${DISTVERSION}/ +DISTNAME= JuliaMono-ttf +DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} MAINTAINER= trueos@norwegianrockcat.com COMMENT= Monospaced typeface with many Unicode characters @@ -8,19 +11,14 @@ WWW= https://juliamono.netlify.app/ LICENSE= OFL11 -USES= fonts xorg +USES= fonts zip -USE_GITHUB= yes -GH_ACCOUNT= cormullion -GH_PROJECT= juliamono -GH_TAGNAME= c3dfdf5 -USE_XORG= x11 NO_ARCH= yes NO_BUILD= yes +NO_WRKSUBDIR= yes do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} - ${FIND} ${WRKSRC} -type f -name \*.ttf | while read f; do \ - ${INSTALL_DATA} $$f ${STAGEDIR}${FONTSDIR} ; done + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} .include diff --git a/x11-fonts/juliamono/distinfo b/x11-fonts/juliamono/distinfo index 51f96782a58..d6912a94699 100644 --- a/x11-fonts/juliamono/distinfo +++ b/x11-fonts/juliamono/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712234571 -SHA256 (cormullion-juliamono-0.054-c3dfdf5_GH0.tar.gz) = 9065d4b3166060e8f6eb937d1e7eb22f3c5cff44eaf9a642bcdd731cbbb2685b -SIZE (cormullion-juliamono-0.054-c3dfdf5_GH0.tar.gz) = 51896582 +TIMESTAMP = 1714931352 +SHA256 (juliamono/0.055/JuliaMono-ttf.zip) = 20cc5661af642f2b285eb3c569bd86c5d0917a90aef2cc98de93aac3af1dbacc +SIZE (juliamono/0.055/JuliaMono-ttf.zip) = 20875522 diff --git a/x11-fonts/linux-rl9-fontconfig/Makefile b/x11-fonts/linux-rl9-fontconfig/Makefile new file mode 100644 index 00000000000..0fef7d2ad93 --- /dev/null +++ b/x11-fonts/linux-rl9-fontconfig/Makefile @@ -0,0 +1,32 @@ +PORTNAME= fontconfig +PORTVERSION= 2.14.0 +DISTVERSIONSUFFIX= -2.el9_1 +CATEGORIES= x11-fonts linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= XML-based font configuration API for X Windows (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.freedesktop.org/wiki/Software/fontconfig/ + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= brotli expat freetype harfbuzz libxml2 +USE_LINUX_RPM= yes + +CPE_VENDOR= fontconfig_project + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +post-patch: + @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/lib/fontconfig \ + ${WRKSRC}/usr/share/fontconfig + +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc + ${LN} -s ${LOCALBASE}/etc/fonts ${STAGEDIR}${PREFIX}/etc/ + ${MKDIR} ${STAGEDIR}${PREFIX}/var/db/fontconfig + +.include diff --git a/x11-fonts/linux-rl9-fontconfig/distinfo b/x11-fonts/linux-rl9-fontconfig/distinfo new file mode 100644 index 00000000000..3c7a0e3fc3c --- /dev/null +++ b/x11-fonts/linux-rl9-fontconfig/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686555139 +SHA256 (rocky/f/fontconfig-2.14.0-2.el9_1.aarch64.rpm) = 7bad19f206ef9d29cb6d8adceed39b4d8720e008f0b6e140110be8e5b9e95157 +SIZE (rocky/f/fontconfig-2.14.0-2.el9_1.aarch64.rpm) = 283166 +SHA256 (rocky/f/fontconfig-2.14.0-2.el9_1.x86_64.rpm) = c8383594be73281a9522d216650b65652f4556a6d3c899531364c30f4df20acf +SIZE (rocky/f/fontconfig-2.14.0-2.el9_1.x86_64.rpm) = 280664 +SHA256 (rocky/f/fontconfig-2.14.0-2.el9_1.src.rpm) = 84b06f0e46903fbe0ee2b19dfffecdfadf2f59070ea510a47ae1e4bdb269de79 +SIZE (rocky/f/fontconfig-2.14.0-2.el9_1.src.rpm) = 1457008 diff --git a/x11-fonts/linux-rl9-fontconfig/pkg-plist.aarch64 b/x11-fonts/linux-rl9-fontconfig/pkg-plist.aarch64 new file mode 100644 index 00000000000..5f39415da4e --- /dev/null +++ b/x11-fonts/linux-rl9-fontconfig/pkg-plist.aarch64 @@ -0,0 +1,47 @@ +etc/fonts +usr/bin/fc-cache +usr/bin/fc-cache-64 +usr/bin/fc-cat +usr/bin/fc-conflist +usr/bin/fc-list +usr/bin/fc-match +usr/bin/fc-pattern +usr/bin/fc-query +usr/bin/fc-scan +usr/bin/fc-validate +usr/lib/.build-id/37/673187a3c8dcc45993af73e9af3d6c36903047 +usr/lib/.build-id/3a/bce9401969b83f292ced451aacd7f3feb357c7 +usr/lib/.build-id/3d/8890162e5fdb6d237f410e8587cbb10b30f0ef +usr/lib/.build-id/4b/a8f8a618d7c369131817a08f9ab8ee22750b3d +usr/lib/.build-id/5d/f79bccb68ae94069f3a3fc612f695f81ee6572 +usr/lib/.build-id/6b/194a9620044403f890fe5e56e33983171a58cb +usr/lib/.build-id/a8/dd6f6de2b02e085c6e40ff07530baa09cafc51 +usr/lib/.build-id/b7/f0dc18a34b2b2f65ba9358a9e624d76ae06bfa +usr/lib/.build-id/ec/c9e09b09d24cc1bbd21cfc8e91892ff9329bd3 +usr/lib/.build-id/f9/a286231523a00a809a22b7e9f6c89bf3e7b2eb +usr/lib64/libfontconfig.so.1 +usr/lib64/libfontconfig.so.1.12.0 +%%PORTDOCS%%usr/share/doc/fontconfig/AUTHORS +%%PORTDOCS%%usr/share/doc/fontconfig/README +%%PORTDOCS%%usr/share/doc/fontconfig/fontconfig-user.html +%%PORTDOCS%%usr/share/doc/fontconfig/fontconfig-user.txt +usr/share/licenses/fontconfig/COPYING +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/fontconfig-conf.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/fontconfig.mo +usr/share/man/man1/fc-cache-64.1.gz +usr/share/man/man1/fc-cache.1.gz +usr/share/man/man1/fc-cat.1.gz +usr/share/man/man1/fc-conflist.1.gz +usr/share/man/man1/fc-list.1.gz +usr/share/man/man1/fc-match.1.gz +usr/share/man/man1/fc-pattern.1.gz +usr/share/man/man1/fc-query.1.gz +usr/share/man/man1/fc-scan.1.gz +usr/share/man/man1/fc-validate.1.gz +usr/share/man/man5/fonts-conf.5.gz +usr/share/xml/fontconfig/fonts.dtd +@rmtry var/db/fontconfig/*-le32d4.cache-7 +@rmtry var/db/fontconfig/*-le64.cache-7 +@rmtry var/db/fontconfig/CACHEDIR.TAG +@dir var/db/fontconfig +@postexec %D/usr/bin/fc-cache-64 -f -s diff --git a/x11-fonts/linux-rl9-fontconfig/pkg-plist.amd64 b/x11-fonts/linux-rl9-fontconfig/pkg-plist.amd64 new file mode 100644 index 00000000000..dfe0c0ef8b0 --- /dev/null +++ b/x11-fonts/linux-rl9-fontconfig/pkg-plist.amd64 @@ -0,0 +1,47 @@ +etc/fonts +usr/bin/fc-cache +usr/bin/fc-cache-64 +usr/bin/fc-cat +usr/bin/fc-conflist +usr/bin/fc-list +usr/bin/fc-match +usr/bin/fc-pattern +usr/bin/fc-query +usr/bin/fc-scan +usr/bin/fc-validate +usr/lib/.build-id/15/2e110664338b40a59bbf43ff554816b7dba92f +usr/lib/.build-id/4c/e6fb2169be2060ec7c4cf610e9c2c920d5c34e +usr/lib/.build-id/4e/72e474b0fe2b0a77a78c8dfba5da49f030d7a0 +usr/lib/.build-id/60/5b645b02edd661d8049467a2442f0b74d1e6fa +usr/lib/.build-id/69/3f802506d1ae5c2ddd7fc0ecdc9c4224a2a13d +usr/lib/.build-id/79/aee4393473150c0d3a7ab9072aba30e4776dd5 +usr/lib/.build-id/9f/a71b55dd52313fe02a2a1f419ef7693d11a051 +usr/lib/.build-id/a0/ec0a8154fc639b56bc9e9073c394bf255b401c +usr/lib/.build-id/c7/0898d85470baa16b95dacdc91ce0664ce25c0a +usr/lib/.build-id/cd/b87f9c97e862956d369a74f7dd2c25f3d222a5 +usr/lib64/libfontconfig.so.1 +usr/lib64/libfontconfig.so.1.12.0 +%%PORTDOCS%%usr/share/doc/fontconfig/AUTHORS +%%PORTDOCS%%usr/share/doc/fontconfig/README +%%PORTDOCS%%usr/share/doc/fontconfig/fontconfig-user.html +%%PORTDOCS%%usr/share/doc/fontconfig/fontconfig-user.txt +usr/share/licenses/fontconfig/COPYING +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/fontconfig-conf.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/fontconfig.mo +usr/share/man/man1/fc-cache-64.1.gz +usr/share/man/man1/fc-cache.1.gz +usr/share/man/man1/fc-cat.1.gz +usr/share/man/man1/fc-conflist.1.gz +usr/share/man/man1/fc-list.1.gz +usr/share/man/man1/fc-match.1.gz +usr/share/man/man1/fc-pattern.1.gz +usr/share/man/man1/fc-query.1.gz +usr/share/man/man1/fc-scan.1.gz +usr/share/man/man1/fc-validate.1.gz +usr/share/man/man5/fonts-conf.5.gz +usr/share/xml/fontconfig/fonts.dtd +@rmtry var/db/fontconfig/*-le32d4.cache-7 +@rmtry var/db/fontconfig/*-le64.cache-7 +@rmtry var/db/fontconfig/CACHEDIR.TAG +@dir var/db/fontconfig +@postexec %D/usr/bin/fc-cache-64 -f -s diff --git a/x11-fonts/monaspace/Makefile b/x11-fonts/monaspace/Makefile index 381b4e7e94b..d4486ce28b1 100644 --- a/x11-fonts/monaspace/Makefile +++ b/x11-fonts/monaspace/Makefile @@ -1,5 +1,5 @@ PORTNAME= monaspace -DISTVERSION= 1.000 +DISTVERSION= 1.101 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/githubnext/monaspace/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-v${DISTVERSION} diff --git a/x11-fonts/monaspace/distinfo b/x11-fonts/monaspace/distinfo index 689f6e3fcf3..5a45a8c87c4 100644 --- a/x11-fonts/monaspace/distinfo +++ b/x11-fonts/monaspace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699806018 -SHA256 (monaspace-v1.000.zip) = 3e08376fd0aeca1f851fde0c08e18ca2d797f6a4c7a449670bf4d1270303c8f6 -SIZE (monaspace-v1.000.zip) = 122949327 +TIMESTAMP = 1715336011 +SHA256 (monaspace-v1.101.zip) = 7ff2317c7bdaed8e81dcbe1314e6ab12ad9641b7ddf921e996a227ff4ec7752f +SIZE (monaspace-v1.101.zip) = 36830244 diff --git a/x11-fonts/noto-basic/Makefile b/x11-fonts/noto-basic/Makefile index 3f8acb519b4..46a4e74bc73 100644 --- a/x11-fonts/noto-basic/Makefile +++ b/x11-fonts/noto-basic/Makefile @@ -1,6 +1,6 @@ PORTNAME= noto PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fonts PKGNAMESUFFIX= -basic @@ -9,11 +9,11 @@ COMMENT= Google Noto Fonts family (Basic) WWW= https://fonts.google.com/noto \ https://github.com/notofonts/notofonts.github.io -RUN_DEPENDS= noto-sans-basic>=0:x11-fonts/noto-sans-basic \ - noto-sans-mono-basic>=0:x11-fonts/noto-sans-mono-basic \ - noto-sans-symbols-basic>=0:x11-fonts/noto-sans-symbols-basic \ +RUN_DEPENDS= noto-sans>=0:x11-fonts/noto-sans \ + noto-sans-mono>=0:x11-fonts/noto-sans-mono \ + noto-sans-symbols>=0:x11-fonts/noto-sans-symbols \ noto-sans-symbols2>=0:x11-fonts/noto-sans-symbols2 \ - noto-serif-basic>=0:x11-fonts/noto-serif-basic + noto-serif>=0:x11-fonts/noto-serif USES= metaport diff --git a/x11-fonts/noto-extra/Makefile b/x11-fonts/noto-extra/Makefile index 4ee59805eb5..31e581be91f 100644 --- a/x11-fonts/noto-extra/Makefile +++ b/x11-fonts/noto-extra/Makefile @@ -1,6 +1,6 @@ PORTNAME= noto PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= x11-fonts PKGNAMESUFFIX= -extra @@ -18,15 +18,14 @@ RUN_DEPENDS= noto-kufi-arabic>=0:x11-fonts/noto-kufi-arabic \ noto-sans-cherokee>=0:x11-fonts/noto-sans-cherokee \ noto-sans-devanagari>=0:x11-fonts/noto-sans-devanagari \ noto-sans-ethiopic>=0:x11-fonts/noto-sans-ethiopic \ - noto-sans-extra>=0:x11-fonts/noto-sans-extra \ noto-sans-georgian>=0:x11-fonts/noto-sans-georgian \ noto-sans-hebrew>=0:x11-fonts/noto-sans-hebrew \ noto-sans-khmer>=0:x11-fonts/noto-sans-khmer \ noto-sans-lao>=0:x11-fonts/noto-sans-lao \ - noto-sans-mono-extra>=0:x11-fonts/noto-sans-mono-extra \ + noto-sans-math>=0:x11-fonts/noto-sans-math \ noto-sans-myanmar>=0:x11-fonts/noto-sans-myanmar \ + noto-sans-runic>=0:x11-fonts/noto-sans-runic \ noto-sans-sinhala>=0:x11-fonts/noto-sans-sinhala \ - noto-sans-symbols-extra>=0:x11-fonts/noto-sans-symbols-extra \ noto-sans-tamil>=0:x11-fonts/noto-sans-tamil \ noto-sans-telugu>=0:x11-fonts/noto-sans-telugu \ noto-sans-thai>=0:x11-fonts/noto-sans-thai \ @@ -35,7 +34,6 @@ RUN_DEPENDS= noto-kufi-arabic>=0:x11-fonts/noto-kufi-arabic \ noto-serif-devanagari>=0:x11-fonts/noto-serif-devanagari \ noto-serif-display>=0:x11-fonts/noto-serif-display \ noto-serif-ethiopic>=0:x11-fonts/noto-serif-ethiopic \ - noto-serif-extra>=0:x11-fonts/noto-serif-extra \ noto-serif-georgian>=0:x11-fonts/noto-serif-georgian \ noto-serif-hebrew>=0:x11-fonts/noto-serif-hebrew \ noto-serif-khmer>=0:x11-fonts/noto-serif-khmer \ diff --git a/x11-fonts/noto-sans-basic/Makefile b/x11-fonts/noto-sans-basic/Makefile deleted file mode 100644 index a0e3740079f..00000000000 --- a/x11-fonts/noto-sans-basic/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= noto -PORTVERSION= 2.013 -CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/notofonts/latin-greek-cyrillic/releases/download/NotoSans-v${PORTVERSION}/ -PKGNAMESUFFIX= -sans-basic -DISTNAME= NotoSans-v${PORTVERSION} -DIST_SUBDIR= Noto - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Google Noto Sans (Basic) -WWW= https://fonts.google.com/noto \ - https://notofonts.github.io/ \ - https://github.com/notofonts/latin-greek-cyrillic - -LICENSE= OFL11 -LICENSE_FILE= ${WRKSRC}/OFL.txt - -USES= fonts zip - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSans/hinted/ttf/NotoSans-Bold.ttf ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSans/hinted/ttf/NotoSans-BoldItalic.ttf ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSans/hinted/ttf/NotoSans-Italic.ttf ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSans/hinted/ttf/NotoSans-Regular.ttf ${STAGEDIR}${FONTSDIR} - -.include diff --git a/x11-fonts/noto-sans-basic/distinfo b/x11-fonts/noto-sans-basic/distinfo deleted file mode 100644 index 511be29dd37..00000000000 --- a/x11-fonts/noto-sans-basic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1710676063 -SHA256 (Noto/NotoSans-v2.013.zip) = 9fd595dd701d7ea103a9ba8a9cfdcf0c35c5574ef754fecabe718eadad8bccde -SIZE (Noto/NotoSans-v2.013.zip) = 124008613 diff --git a/x11-fonts/noto-sans-basic/pkg-plist b/x11-fonts/noto-sans-basic/pkg-plist deleted file mode 100644 index bb07f7e2707..00000000000 --- a/x11-fonts/noto-sans-basic/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%FONTSDIR%%/NotoSans-Bold.ttf -%%FONTSDIR%%/NotoSans-BoldItalic.ttf -%%FONTSDIR%%/NotoSans-Italic.ttf -%%FONTSDIR%%/NotoSans-Regular.ttf diff --git a/x11-fonts/noto-sans-extra/Makefile b/x11-fonts/noto-sans-extra/Makefile deleted file mode 100644 index 21bfbaa37eb..00000000000 --- a/x11-fonts/noto-sans-extra/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= noto -PORTVERSION= 2.013 -CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/notofonts/latin-greek-cyrillic/releases/download/NotoSans-v${PORTVERSION}/ -PKGNAMESUFFIX= -sans-extra -DISTNAME= NotoSans-v${PORTVERSION} -DIST_SUBDIR= Noto - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Google Noto Sans (Extra) -WWW= https://fonts.google.com/noto \ - https://notofonts.github.io/ \ - https://github.com/notofonts/latin-greek-cyrillic - -LICENSE= OFL11 -LICENSE_FILE= ${WRKSRC}/OFL.txt - -USES= fonts zip - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -post-patch: - @${RM} ${WRKSRC}/NotoSans/hinted/ttf/NotoSans-Bold.ttf - @${RM} ${WRKSRC}/NotoSans/hinted/ttf/NotoSans-BoldItalic.ttf - @${RM} ${WRKSRC}/NotoSans/hinted/ttf/NotoSans-Italic.ttf - @${RM} ${WRKSRC}/NotoSans/hinted/ttf/NotoSans-Regular.ttf - -do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSans/hinted/ttf/*.ttf ${STAGEDIR}${FONTSDIR} - -.include diff --git a/x11-fonts/noto-sans-extra/distinfo b/x11-fonts/noto-sans-extra/distinfo deleted file mode 100644 index 511be29dd37..00000000000 --- a/x11-fonts/noto-sans-extra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1710676063 -SHA256 (Noto/NotoSans-v2.013.zip) = 9fd595dd701d7ea103a9ba8a9cfdcf0c35c5574ef754fecabe718eadad8bccde -SIZE (Noto/NotoSans-v2.013.zip) = 124008613 diff --git a/x11-fonts/noto-sans-math/Makefile b/x11-fonts/noto-sans-math/Makefile new file mode 100644 index 00000000000..7caaa36be05 --- /dev/null +++ b/x11-fonts/noto-sans-math/Makefile @@ -0,0 +1,36 @@ +PORTNAME= noto +PORTVERSION= 2.539 +CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/NotoSansMath-v${PORTVERSION}/fonts/ \ + https://github.com/notofonts/notofonts.github.io/raw/NotoSansMath-v${PORTVERSION}/fonts/NotoSansMath/hinted/ttf/:fonts +PKGNAMESUFFIX= -sans-math +DISTFILES= LICENSE \ + ${FONTS:S|$|:fonts|} +DIST_SUBDIR= Noto/SansMath/${PORTVERSION} +EXTRACT_ONLY= # empty + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Noto Sans Math +WWW= https://fonts.google.com/noto \ + https://notofonts.github.io/ \ + https://github.com/notofonts/math \ + https://github.com/notofonts/notofonts.github.io/tree/main/fonts/NotoSansMath + +LICENSE= OFL11 +LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE + +USES= fonts + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= ${FONTSDIR}/NotoSansMath-Regular.ttf + +FONTS= NotoSansMath-Regular.ttf + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${FONTS} ${STAGEDIR}${FONTSDIR} + +.include diff --git a/x11-fonts/noto-sans-math/distinfo b/x11-fonts/noto-sans-math/distinfo new file mode 100644 index 00000000000..53ac9c185b3 --- /dev/null +++ b/x11-fonts/noto-sans-math/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1714280020 +SHA256 (Noto/SansMath/2.539/LICENSE) = f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8 +SIZE (Noto/SansMath/2.539/LICENSE) = 4374 +SHA256 (Noto/SansMath/2.539/NotoSansMath-Regular.ttf) = b6580a3b592c04dc15ea3bec26415375471bb4ed071eb2d7f7efc88e81fa5ae9 +SIZE (Noto/SansMath/2.539/NotoSansMath-Regular.ttf) = 966008 diff --git a/x11-fonts/noto-sans-basic/pkg-descr b/x11-fonts/noto-sans-math/pkg-descr similarity index 91% rename from x11-fonts/noto-sans-basic/pkg-descr rename to x11-fonts/noto-sans-math/pkg-descr index 5a4dbec946d..f27918501fa 100644 --- a/x11-fonts/noto-sans-basic/pkg-descr +++ b/x11-fonts/noto-sans-math/pkg-descr @@ -9,4 +9,4 @@ Noto has multiple styles and weights, and is freely available to all. The comprehensive set of fonts and tools used in our development is available in our GitHub repositories. -This port provides the basic fonts set of Noto Sans. +This port provides the fonts set of Noto Sans Math. diff --git a/x11-fonts/noto-sans-mono-basic/Makefile b/x11-fonts/noto-sans-mono-basic/Makefile deleted file mode 100644 index 70ea7da621e..00000000000 --- a/x11-fonts/noto-sans-mono-basic/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= noto -PORTVERSION= 2.014 -CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/notofonts/latin-greek-cyrillic/releases/download/NotoSansMono-v${PORTVERSION}/ -PKGNAMESUFFIX= -sans-mono-basic -DISTNAME= NotoSansMono-v${PORTVERSION} -DIST_SUBDIR= Noto - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Google Noto Sans Mono (Basic) -WWW= https://fonts.google.com/noto \ - https://notofonts.github.io/ \ - https://github.com/notofonts/latin-greek-cyrillic - -LICENSE= OFL11 -LICENSE_FILE= ${WRKSRC}/OFL.txt - -USES= fonts zip - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= ${FONTSDIR}/NotoSansMono-Bold.ttf \ - ${FONTSDIR}/NotoSansMono-Regular.ttf - -do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSansMono/hinted/ttf/NotoSansMono-Bold.ttf ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSansMono/hinted/ttf/NotoSansMono-Regular.ttf ${STAGEDIR}${FONTSDIR} - -.include diff --git a/x11-fonts/noto-sans-mono-basic/distinfo b/x11-fonts/noto-sans-mono-basic/distinfo deleted file mode 100644 index 38cea560f37..00000000000 --- a/x11-fonts/noto-sans-mono-basic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1710676083 -SHA256 (Noto/NotoSansMono-v2.014.zip) = 090cf6c5e03f337a755630ca888b1fef463e64ae7b33ee134e9309c05f978732 -SIZE (Noto/NotoSansMono-v2.014.zip) = 31592998 diff --git a/x11-fonts/noto-sans-mono-basic/pkg-descr b/x11-fonts/noto-sans-mono-basic/pkg-descr deleted file mode 100644 index 0361f789fd4..00000000000 --- a/x11-fonts/noto-sans-mono-basic/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -When text is rendered by a computer, sometimes characters are displayed as -"tofu". They are little boxes to indicate your device doesn't have a font to -display the text. - -Google has been developing a font family called Noto, which aims to support all -languages with a harmonious look and feel. Noto is Google's answer to tofu. The -name noto is to convey the idea that Google's goal is to see no more "tofu". -Noto has multiple styles and weights, and is freely available to all. The -comprehensive set of fonts and tools used in our development is available in our -GitHub repositories. - -This port provides the basic fonts set of Noto Sans Mono. diff --git a/x11-fonts/noto-sans-mono-extra/Makefile b/x11-fonts/noto-sans-mono-extra/Makefile deleted file mode 100644 index d7fdd0edfd0..00000000000 --- a/x11-fonts/noto-sans-mono-extra/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= noto -PORTVERSION= 2.014 -CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/notofonts/latin-greek-cyrillic/releases/download/NotoSansMono-v${PORTVERSION}/ -PKGNAMESUFFIX= -sans-mono-extra -DISTNAME= NotoSansMono-v${PORTVERSION} -DIST_SUBDIR= Noto - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Google Noto Sans Mono (Extra) -WWW= https://fonts.google.com/noto \ - https://notofonts.github.io/ \ - https://github.com/notofonts/latin-greek-cyrillic - -LICENSE= OFL11 -LICENSE_FILE= ${WRKSRC}/OFL.txt - -USES= fonts zip - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -post-patch: - @${RM} ${WRKSRC}/NotoSansMono/hinted/ttf/NotoSansMono-Bold.ttf - @${RM} ${WRKSRC}/NotoSansMono/hinted/ttf/NotoSansMono-Regular.ttf - -do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSansMono/hinted/ttf/*.ttf ${STAGEDIR}${FONTSDIR} - -.include diff --git a/x11-fonts/noto-sans-mono-extra/distinfo b/x11-fonts/noto-sans-mono-extra/distinfo deleted file mode 100644 index 38cea560f37..00000000000 --- a/x11-fonts/noto-sans-mono-extra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1710676083 -SHA256 (Noto/NotoSansMono-v2.014.zip) = 090cf6c5e03f337a755630ca888b1fef463e64ae7b33ee134e9309c05f978732 -SIZE (Noto/NotoSansMono-v2.014.zip) = 31592998 diff --git a/x11-fonts/noto-sans-mono-extra/pkg-descr b/x11-fonts/noto-sans-mono-extra/pkg-descr deleted file mode 100644 index 3131a03b196..00000000000 --- a/x11-fonts/noto-sans-mono-extra/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -When text is rendered by a computer, sometimes characters are displayed as -"tofu". They are little boxes to indicate your device doesn't have a font to -display the text. - -Google has been developing a font family called Noto, which aims to support all -languages with a harmonious look and feel. Noto is Google's answer to tofu. The -name noto is to convey the idea that Google's goal is to see no more "tofu". -Noto has multiple styles and weights, and is freely available to all. The -comprehensive set of fonts and tools used in our development is available in our -GitHub repositories. - -This port provides the extra fonts set of Noto Sans Mono. diff --git a/x11-fonts/noto-sans-mono/Makefile b/x11-fonts/noto-sans-mono/Makefile index 81cea383f09..ecc2a034bfd 100644 --- a/x11-fonts/noto-sans-mono/Makefile +++ b/x11-fonts/noto-sans-mono/Makefile @@ -1,17 +1,70 @@ PORTNAME= noto PORTVERSION= 2.014 +PORTREVISION= 1 CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/NotoSansMono-v${PORTVERSION}/fonts/ \ + https://github.com/notofonts/notofonts.github.io/raw/NotoSansMono-v${PORTVERSION}/fonts/NotoSansMono/hinted/ttf/:fonts PKGNAMESUFFIX= -sans-mono +DISTFILES= LICENSE \ + ${FONTS:S|$|:fonts|} +DIST_SUBDIR= Noto/SansMono/${PORTVERSION} +EXTRACT_ONLY= # empty MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Google Noto Sans mono +COMMENT= Google Noto Sans Mono WWW= https://fonts.google.com/noto \ https://notofonts.github.io/ \ - https://github.com/notofonts/latin-greek-cyrillic + https://github.com/notofonts/latin-greek-cyrillic \ + https://github.com/notofonts/notofonts.github.io/tree/main/fonts/NotoSansMono -RUN_DEPENDS= noto-sans-mono-basic>=0:x11-fonts/noto-sans-mono-basic \ - noto-sans-mono-extra>=0:x11-fonts/noto-sans-mono-extra +LICENSE= OFL11 +LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE -USES= metaport +USES= fonts + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +FONTS= NotoSansMono-Black.ttf \ + NotoSansMono-Bold.ttf \ + NotoSansMono-Condensed.ttf \ + NotoSansMono-CondensedBlack.ttf \ + NotoSansMono-CondensedBold.ttf \ + NotoSansMono-CondensedExtraBold.ttf \ + NotoSansMono-CondensedExtraLight.ttf \ + NotoSansMono-CondensedLight.ttf \ + NotoSansMono-CondensedMedium.ttf \ + NotoSansMono-CondensedSemiBold.ttf \ + NotoSansMono-CondensedThin.ttf \ + NotoSansMono-ExtraBold.ttf \ + NotoSansMono-ExtraCondensed.ttf \ + NotoSansMono-ExtraCondensedBlack.ttf \ + NotoSansMono-ExtraCondensedBold.ttf \ + NotoSansMono-ExtraCondensedExtraBold.ttf \ + NotoSansMono-ExtraCondensedExtraLight.ttf \ + NotoSansMono-ExtraCondensedLight.ttf \ + NotoSansMono-ExtraCondensedMedium.ttf \ + NotoSansMono-ExtraCondensedSemiBold.ttf \ + NotoSansMono-ExtraCondensedThin.ttf \ + NotoSansMono-ExtraLight.ttf \ + NotoSansMono-Light.ttf \ + NotoSansMono-Medium.ttf \ + NotoSansMono-Regular.ttf \ + NotoSansMono-SemiBold.ttf \ + NotoSansMono-SemiCondensed.ttf \ + NotoSansMono-SemiCondensedBlack.ttf \ + NotoSansMono-SemiCondensedBold.ttf \ + NotoSansMono-SemiCondensedExtraBold.ttf \ + NotoSansMono-SemiCondensedExtraLight.ttf \ + NotoSansMono-SemiCondensedLight.ttf \ + NotoSansMono-SemiCondensedMedium.ttf \ + NotoSansMono-SemiCondensedSemiBold.ttf \ + NotoSansMono-SemiCondensedThin.ttf \ + NotoSansMono-Thin.ttf + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${FONTS} ${STAGEDIR}${FONTSDIR} .include diff --git a/x11-fonts/noto-sans-mono/distinfo b/x11-fonts/noto-sans-mono/distinfo new file mode 100644 index 00000000000..f311802b72d --- /dev/null +++ b/x11-fonts/noto-sans-mono/distinfo @@ -0,0 +1,75 @@ +TIMESTAMP = 1712256315 +SHA256 (Noto/SansMono/2.014/LICENSE) = f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8 +SIZE (Noto/SansMono/2.014/LICENSE) = 4374 +SHA256 (Noto/SansMono/2.014/NotoSansMono-Black.ttf) = f2a28df76a1ff7d43648d2625c895468ba3ca2910e0c3ce133361225c0064cb5 +SIZE (Noto/SansMono/2.014/NotoSansMono-Black.ttf) = 622272 +SHA256 (Noto/SansMono/2.014/NotoSansMono-Bold.ttf) = a21ea0ba6ea49fda7b34ca39a504b487f1130885d36e1a4f9f4255b3ba6994bc +SIZE (Noto/SansMono/2.014/NotoSansMono-Bold.ttf) = 610908 +SHA256 (Noto/SansMono/2.014/NotoSansMono-Condensed.ttf) = d60154ae4ecc9f2e8a1333de367b5decff30715f50dd1eca0048cd68fd905fd6 +SIZE (Noto/SansMono/2.014/NotoSansMono-Condensed.ttf) = 596712 +SHA256 (Noto/SansMono/2.014/NotoSansMono-CondensedBlack.ttf) = caab5e9f42413742e8e672f0423aa20ab3d9a7b4da3c4886a2b7238b5b711341 +SIZE (Noto/SansMono/2.014/NotoSansMono-CondensedBlack.ttf) = 612200 +SHA256 (Noto/SansMono/2.014/NotoSansMono-CondensedBold.ttf) = 0e00e373e793790415da3c43d8a81fe889bd5c6306e2954e13a0b6052a2e59e1 +SIZE (Noto/SansMono/2.014/NotoSansMono-CondensedBold.ttf) = 602716 +SHA256 (Noto/SansMono/2.014/NotoSansMono-CondensedExtraBold.ttf) = 031a5c9b7a5ef7b3d0881bc06fb17de2c856646fc36a58597363d842a920552e +SIZE (Noto/SansMono/2.014/NotoSansMono-CondensedExtraBold.ttf) = 607724 +SHA256 (Noto/SansMono/2.014/NotoSansMono-CondensedExtraLight.ttf) = 72f276ecce1d80f5d689ce630191f4216138abc6e7f88d115fe782eb287ab6f7 +SIZE (Noto/SansMono/2.014/NotoSansMono-CondensedExtraLight.ttf) = 579544 +SHA256 (Noto/SansMono/2.014/NotoSansMono-CondensedLight.ttf) = 7b5460d4f41df8b91c833883213ec7641126f7952d00b1383008251f1219e960 +SIZE (Noto/SansMono/2.014/NotoSansMono-CondensedLight.ttf) = 583536 +SHA256 (Noto/SansMono/2.014/NotoSansMono-CondensedMedium.ttf) = 4724bfefed6d7ececaec65af6793ec588231b4b83657b7871bab96c1d8d0bb35 +SIZE (Noto/SansMono/2.014/NotoSansMono-CondensedMedium.ttf) = 598264 +SHA256 (Noto/SansMono/2.014/NotoSansMono-CondensedSemiBold.ttf) = 57ed75368020dfe638c702822a5d5d721b937666f04cdb37cf6bcef14bda299d +SIZE (Noto/SansMono/2.014/NotoSansMono-CondensedSemiBold.ttf) = 602124 +SHA256 (Noto/SansMono/2.014/NotoSansMono-CondensedThin.ttf) = 68283375c780515dfbec91131e5ca6e969953aad80c3dab4f063dfce6f7545ca +SIZE (Noto/SansMono/2.014/NotoSansMono-CondensedThin.ttf) = 584744 +SHA256 (Noto/SansMono/2.014/NotoSansMono-ExtraBold.ttf) = fc9d9533b8b8e8dff7c8f86a959251971ff97c2db416c14077fa7b22614bcb4d +SIZE (Noto/SansMono/2.014/NotoSansMono-ExtraBold.ttf) = 613220 +SHA256 (Noto/SansMono/2.014/NotoSansMono-ExtraCondensed.ttf) = 3530253a397fdcf8156f1961de96081e93f7492f334b6381f8135ab1b7bf44be +SIZE (Noto/SansMono/2.014/NotoSansMono-ExtraCondensed.ttf) = 595484 +SHA256 (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedBlack.ttf) = 5b45eb7fba4e9e8930d4f2ead3989e1030e44a04fd2b544caf7d86597f806c0e +SIZE (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedBlack.ttf) = 608480 +SHA256 (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedBold.ttf) = 5bc8447ec511ab0a1dd8498adadd1cbef1d70e94c625fb614eac40eef30730d2 +SIZE (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedBold.ttf) = 603408 +SHA256 (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedExtraBold.ttf) = 54d4f8c63e9af12c96b25995cb5215f2891e51432e4096b68225122c2df2720a +SIZE (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedExtraBold.ttf) = 604968 +SHA256 (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedExtraLight.ttf) = 829257ff6cc7c86eae6de69f42c970023525229e56079314ef6bbbc8057046fd +SIZE (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedExtraLight.ttf) = 579408 +SHA256 (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedLight.ttf) = 65493bb96369db92ebe5f3836b8a1bf55d7423cab60312e08b59915a897bf15b +SIZE (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedLight.ttf) = 577992 +SHA256 (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedMedium.ttf) = c20218853d3593824f1b71003220a3562c227877c4cb5c4ddc41f1f9de575151 +SIZE (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedMedium.ttf) = 595540 +SHA256 (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedSemiBold.ttf) = 32fec82e43ac237c0abcc6eb0b8506caae7b8b4fdf1e086580226712c7e89130 +SIZE (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedSemiBold.ttf) = 598164 +SHA256 (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedThin.ttf) = 073fb8b95f0552dec849fae998ed05ec7bb848c0c465c6e20b94f9ba846c9538 +SIZE (Noto/SansMono/2.014/NotoSansMono-ExtraCondensedThin.ttf) = 583660 +SHA256 (Noto/SansMono/2.014/NotoSansMono-ExtraLight.ttf) = d4071d53c60f4d1022dc07e9d6b9df693798fa28a802d1451d4e053e2e6af1d8 +SIZE (Noto/SansMono/2.014/NotoSansMono-ExtraLight.ttf) = 579992 +SHA256 (Noto/SansMono/2.014/NotoSansMono-Light.ttf) = 9c9dc46df01c3acee14690fc1be60f6c863675b5ac9ee190f304656dbb9ba9aa +SIZE (Noto/SansMono/2.014/NotoSansMono-Light.ttf) = 585580 +SHA256 (Noto/SansMono/2.014/NotoSansMono-Medium.ttf) = 53e262499b3e6b4e7274dcc4840e9374c8d9c4a4fad48227a38d8cedd2e34c40 +SIZE (Noto/SansMono/2.014/NotoSansMono-Medium.ttf) = 597720 +SHA256 (Noto/SansMono/2.014/NotoSansMono-Regular.ttf) = 65b5e2b2c4a1fba9ae8be1f026cb35b03dcb8886d9b2a4147054fde12f7e767d +SIZE (Noto/SansMono/2.014/NotoSansMono-Regular.ttf) = 596428 +SHA256 (Noto/SansMono/2.014/NotoSansMono-SemiBold.ttf) = 82e49094ec3a1a3c8fa0d730016f5f890384f6e164dd2cc84f39b30639bb6e8f +SIZE (Noto/SansMono/2.014/NotoSansMono-SemiBold.ttf) = 605436 +SHA256 (Noto/SansMono/2.014/NotoSansMono-SemiCondensed.ttf) = 88ec249753ac493942982c327c4e2242404154b63e8e5e4324767742bacd0d72 +SIZE (Noto/SansMono/2.014/NotoSansMono-SemiCondensed.ttf) = 596404 +SHA256 (Noto/SansMono/2.014/NotoSansMono-SemiCondensedBlack.ttf) = 18ceccd203e8000506c239d8934aca48c7e93798d18d5559bc466fc36dfd2228 +SIZE (Noto/SansMono/2.014/NotoSansMono-SemiCondensedBlack.ttf) = 618300 +SHA256 (Noto/SansMono/2.014/NotoSansMono-SemiCondensedBold.ttf) = 92f07da3378d4e76420ccf3450c0b38dd7173e45992ab4d35676e5edba16e1f0 +SIZE (Noto/SansMono/2.014/NotoSansMono-SemiCondensedBold.ttf) = 603448 +SHA256 (Noto/SansMono/2.014/NotoSansMono-SemiCondensedExtraBold.ttf) = 7004e5b26378740d5918abf957dd6d3f7a533bd9812389929a2ef74ea35e9fcb +SIZE (Noto/SansMono/2.014/NotoSansMono-SemiCondensedExtraBold.ttf) = 605436 +SHA256 (Noto/SansMono/2.014/NotoSansMono-SemiCondensedExtraLight.ttf) = 1e1329f10087fe60ba06858f722978138683431c54207f43daa2300211a005cb +SIZE (Noto/SansMono/2.014/NotoSansMono-SemiCondensedExtraLight.ttf) = 580836 +SHA256 (Noto/SansMono/2.014/NotoSansMono-SemiCondensedLight.ttf) = 28e39c4bee447560b5d14a58d7da76fba7450d1908163e71cc2e8340f3601acc +SIZE (Noto/SansMono/2.014/NotoSansMono-SemiCondensedLight.ttf) = 585316 +SHA256 (Noto/SansMono/2.014/NotoSansMono-SemiCondensedMedium.ttf) = fd49b539fe83f86e1aa27dddb51d2da8ba2a0e987a3b84069834302d2924b9a2 +SIZE (Noto/SansMono/2.014/NotoSansMono-SemiCondensedMedium.ttf) = 597036 +SHA256 (Noto/SansMono/2.014/NotoSansMono-SemiCondensedSemiBold.ttf) = 3c3c26a991ded3f49123d61efe002152f487c688426cbeae82dd0cb524ef1d72 +SIZE (Noto/SansMono/2.014/NotoSansMono-SemiCondensedSemiBold.ttf) = 602284 +SHA256 (Noto/SansMono/2.014/NotoSansMono-SemiCondensedThin.ttf) = 74d7a9f66a53409f8b4e1ff85dd01354a3ff8e733da05de56647cdc34b8ca23d +SIZE (Noto/SansMono/2.014/NotoSansMono-SemiCondensedThin.ttf) = 583640 +SHA256 (Noto/SansMono/2.014/NotoSansMono-Thin.ttf) = 7c430e89bd442c5d02f947ca190fc78cb54136fc3f32eca9a7a3c492820e7074 +SIZE (Noto/SansMono/2.014/NotoSansMono-Thin.ttf) = 584136 diff --git a/x11-fonts/noto-sans-mono/pkg-descr b/x11-fonts/noto-sans-mono/pkg-descr index 169f7e05338..ab7859c6f74 100644 --- a/x11-fonts/noto-sans-mono/pkg-descr +++ b/x11-fonts/noto-sans-mono/pkg-descr @@ -9,4 +9,4 @@ Noto has multiple styles and weights, and is freely available to all. The comprehensive set of fonts and tools used in our development is available in our GitHub repositories. -This port is the meta port for Noto Sans Mono. +This port provides the fonts set of Noto Sans Mono. diff --git a/x11-fonts/noto-sans-mono-extra/pkg-plist b/x11-fonts/noto-sans-mono/pkg-plist similarity index 95% rename from x11-fonts/noto-sans-mono-extra/pkg-plist rename to x11-fonts/noto-sans-mono/pkg-plist index 186ef3f9582..46a38c31835 100644 --- a/x11-fonts/noto-sans-mono-extra/pkg-plist +++ b/x11-fonts/noto-sans-mono/pkg-plist @@ -1,4 +1,5 @@ %%FONTSDIR%%/NotoSansMono-Black.ttf +%%FONTSDIR%%/NotoSansMono-Bold.ttf %%FONTSDIR%%/NotoSansMono-Condensed.ttf %%FONTSDIR%%/NotoSansMono-CondensedBlack.ttf %%FONTSDIR%%/NotoSansMono-CondensedBold.ttf @@ -21,6 +22,7 @@ %%FONTSDIR%%/NotoSansMono-ExtraLight.ttf %%FONTSDIR%%/NotoSansMono-Light.ttf %%FONTSDIR%%/NotoSansMono-Medium.ttf +%%FONTSDIR%%/NotoSansMono-Regular.ttf %%FONTSDIR%%/NotoSansMono-SemiBold.ttf %%FONTSDIR%%/NotoSansMono-SemiCondensed.ttf %%FONTSDIR%%/NotoSansMono-SemiCondensedBlack.ttf diff --git a/x11-fonts/noto-sans-runic/Makefile b/x11-fonts/noto-sans-runic/Makefile new file mode 100644 index 00000000000..141062a45e8 --- /dev/null +++ b/x11-fonts/noto-sans-runic/Makefile @@ -0,0 +1,36 @@ +PORTNAME= noto +PORTVERSION= 2.002 +CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/NotoSansRunic-v${PORTVERSION}/fonts/ \ + https://github.com/notofonts/notofonts.github.io/raw/NotoSansRunic-v${PORTVERSION}/fonts/NotoSansRunic/hinted/ttf/:fonts +PKGNAMESUFFIX= -sans-runic +DISTFILES= LICENSE \ + ${FONTS:S|$|:fonts|} +DIST_SUBDIR= Noto/SansRunic/${PORTVERSION} +EXTRACT_ONLY= # empty + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Noto Sans Runic +WWW= https://fonts.google.com/noto \ + https://notofonts.github.io/ \ + https://github.com/notofonts/runic \ + https://github.com/notofonts/notofonts.github.io/tree/main/fonts/NotoSansRunic + +LICENSE= OFL11 +LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE + +USES= fonts + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PLIST_FILES= ${FONTSDIR}/NotoSansRunic-Regular.ttf + +FONTS= NotoSansRunic-Regular.ttf + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${FONTS} ${STAGEDIR}${FONTSDIR} + +.include diff --git a/x11-fonts/noto-sans-runic/distinfo b/x11-fonts/noto-sans-runic/distinfo new file mode 100644 index 00000000000..b300b5a46f8 --- /dev/null +++ b/x11-fonts/noto-sans-runic/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1714280040 +SHA256 (Noto/SansRunic/2.002/LICENSE) = f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8 +SIZE (Noto/SansRunic/2.002/LICENSE) = 4374 +SHA256 (Noto/SansRunic/2.002/NotoSansRunic-Regular.ttf) = c43f941ef6c8a4f8217e7ffb332fce74f760140a7fd5919f86347e5e2a10b5c9 +SIZE (Noto/SansRunic/2.002/NotoSansRunic-Regular.ttf) = 9856 diff --git a/x11-fonts/noto-sans-extra/pkg-descr b/x11-fonts/noto-sans-runic/pkg-descr similarity index 91% rename from x11-fonts/noto-sans-extra/pkg-descr rename to x11-fonts/noto-sans-runic/pkg-descr index 57ce3f1bda1..9a9c70b917c 100644 --- a/x11-fonts/noto-sans-extra/pkg-descr +++ b/x11-fonts/noto-sans-runic/pkg-descr @@ -9,4 +9,4 @@ Noto has multiple styles and weights, and is freely available to all. The comprehensive set of fonts and tools used in our development is available in our GitHub repositories. -This port provides the extra fonts set of Noto Sans. +This port provides the fonts set of Noto Sans Runic. diff --git a/x11-fonts/noto-sans-symbols-basic/Makefile b/x11-fonts/noto-sans-symbols-basic/Makefile deleted file mode 100644 index 40b46b73aa3..00000000000 --- a/x11-fonts/noto-sans-symbols-basic/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= noto -PORTVERSION= 2.003 -CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/notofonts/symbols/releases/download/NotoSansSymbols-v${PORTVERSION}/ -PKGNAMESUFFIX= -sans-symbols-basic -DISTNAME= NotoSansSymbols-v${PORTVERSION} -DIST_SUBDIR= Noto - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Google Noto Sans Symbols (Basic) -WWW= https://fonts.google.com/noto \ - https://notofonts.github.io/ \ - https://github.com/notofonts/symbols - -LICENSE= OFL11 -LICENSE_FILE= ${WRKSRC}/OFL.txt - -USES= fonts zip - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= ${FONTSDIR}/NotoSansSymbols-Bold.ttf \ - ${FONTSDIR}/NotoSansSymbols-Regular.ttf - -do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSansSymbols/hinted/ttf/NotoSansSymbols-Bold.ttf ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSansSymbols/hinted/ttf/NotoSansSymbols-Regular.ttf ${STAGEDIR}${FONTSDIR} - -.include diff --git a/x11-fonts/noto-sans-symbols-basic/distinfo b/x11-fonts/noto-sans-symbols-basic/distinfo deleted file mode 100644 index beb307bafa5..00000000000 --- a/x11-fonts/noto-sans-symbols-basic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1710676089 -SHA256 (Noto/NotoSansSymbols-v2.003.zip) = 0c113cdcf6c31d050b80dac39fba2d804a6985281012e76e9220c0a00da007f3 -SIZE (Noto/NotoSansSymbols-v2.003.zip) = 6607022 diff --git a/x11-fonts/noto-sans-symbols-basic/pkg-descr b/x11-fonts/noto-sans-symbols-basic/pkg-descr deleted file mode 100644 index 7fd5bf684db..00000000000 --- a/x11-fonts/noto-sans-symbols-basic/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -When text is rendered by a computer, sometimes characters are displayed as -"tofu". They are little boxes to indicate your device doesn't have a font to -display the text. - -Google has been developing a font family called Noto, which aims to support all -languages with a harmonious look and feel. Noto is Google's answer to tofu. The -name noto is to convey the idea that Google's goal is to see no more "tofu". -Noto has multiple styles and weights, and is freely available to all. The -comprehensive set of fonts and tools used in our development is available in our -GitHub repositories. - -This port provides the basic fonts set of Noto Sans Symbols. diff --git a/x11-fonts/noto-sans-symbols-extra/Makefile b/x11-fonts/noto-sans-symbols-extra/Makefile deleted file mode 100644 index d8522a4e743..00000000000 --- a/x11-fonts/noto-sans-symbols-extra/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= noto -PORTVERSION= 2.003 -CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/notofonts/symbols/releases/download/NotoSansSymbols-v${PORTVERSION}/ -PKGNAMESUFFIX= -sans-symbols-extra -DISTNAME= NotoSansSymbols-v${PORTVERSION} -DIST_SUBDIR= Noto - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Google Noto Sans Symbols (Extra) -WWW= https://fonts.google.com/noto \ - https://notofonts.github.io/ \ - https://github.com/notofonts/symbols - -LICENSE= OFL11 -LICENSE_FILE= ${WRKSRC}/OFL.txt - -USES= fonts zip - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -post-patch: - @${RM} ${WRKSRC}/NotoSansSymbols/hinted/ttf/NotoSansSymbols-Bold.ttf - @${RM} ${WRKSRC}/NotoSansSymbols/hinted/ttf/NotoSansSymbols-Regular.ttf - -do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSansSymbols/hinted/ttf/*.ttf ${STAGEDIR}${FONTSDIR} - -.include diff --git a/x11-fonts/noto-sans-symbols-extra/distinfo b/x11-fonts/noto-sans-symbols-extra/distinfo deleted file mode 100644 index beb307bafa5..00000000000 --- a/x11-fonts/noto-sans-symbols-extra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1710676089 -SHA256 (Noto/NotoSansSymbols-v2.003.zip) = 0c113cdcf6c31d050b80dac39fba2d804a6985281012e76e9220c0a00da007f3 -SIZE (Noto/NotoSansSymbols-v2.003.zip) = 6607022 diff --git a/x11-fonts/noto-sans-symbols-extra/pkg-descr b/x11-fonts/noto-sans-symbols-extra/pkg-descr deleted file mode 100644 index 34ce6f705b2..00000000000 --- a/x11-fonts/noto-sans-symbols-extra/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -When text is rendered by a computer, sometimes characters are displayed as -"tofu". They are little boxes to indicate your device doesn't have a font to -display the text. - -Google has been developing a font family called Noto, which aims to support all -languages with a harmonious look and feel. Noto is Google's answer to tofu. The -name noto is to convey the idea that Google's goal is to see no more "tofu". -Noto has multiple styles and weights, and is freely available to all. The -comprehensive set of fonts and tools used in our development is available in our -GitHub repositories. - -This port provides the extra fonts set of Noto Sans Symbols. diff --git a/x11-fonts/noto-sans-symbols/Makefile b/x11-fonts/noto-sans-symbols/Makefile index dfaa2640382..04898f46636 100644 --- a/x11-fonts/noto-sans-symbols/Makefile +++ b/x11-fonts/noto-sans-symbols/Makefile @@ -1,17 +1,43 @@ PORTNAME= noto -PORTVERSION= 2.003 +PORTVERSION= 2.008 +PORTREVISION= 1 CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/noto-monthly-release-23.7.1/fonts/ \ + https://github.com/notofonts/notofonts.github.io/raw/noto-monthly-release-23.7.1/fonts/NotoSansSymbols/hinted/ttf/:fonts PKGNAMESUFFIX= -sans-symbols +DISTFILES= LICENSE \ + ${FONTS:S|$|:fonts|} +DIST_SUBDIR= Noto/SansSymbols/${PORTVERSION} +EXTRACT_ONLY= # empty MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Noto Sans Symbols WWW= https://fonts.google.com/noto \ https://notofonts.github.io/ \ - https://github.com/notofonts/symbols + https://github.com/notofonts/symbols \ + https://github.com/notofonts/notofonts.github.io/tree/main/fonts/NotoSansSymbols -RUN_DEPENDS= noto-sans-symbols-basic>=0:x11-fonts/noto-sans-symbols-basic \ - noto-sans-symbols-extra>=0:x11-fonts/noto-sans-symbols-extra +LICENSE= OFL11 +LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE -USES= metaport +USES= fonts + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +FONTS= NotoSansSymbols-Black.ttf \ + NotoSansSymbols-Bold.ttf \ + NotoSansSymbols-ExtraBold.ttf \ + NotoSansSymbols-ExtraLight.ttf \ + NotoSansSymbols-Light.ttf \ + NotoSansSymbols-Medium.ttf \ + NotoSansSymbols-Regular.ttf \ + NotoSansSymbols-SemiBold.ttf \ + NotoSansSymbols-Thin.ttf + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${FONTS} ${STAGEDIR}${FONTSDIR} .include diff --git a/x11-fonts/noto-sans-symbols/distinfo b/x11-fonts/noto-sans-symbols/distinfo new file mode 100644 index 00000000000..041108018f9 --- /dev/null +++ b/x11-fonts/noto-sans-symbols/distinfo @@ -0,0 +1,21 @@ +TIMESTAMP = 1712261153 +SHA256 (Noto/SansSymbols/2.008/LICENSE) = f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8 +SIZE (Noto/SansSymbols/2.008/LICENSE) = 4374 +SHA256 (Noto/SansSymbols/2.008/NotoSansSymbols-Black.ttf) = 637e3857aa729ec67aae4bfc6838cd298cad2b4a54de953916f0b1c5e10b2121 +SIZE (Noto/SansSymbols/2.008/NotoSansSymbols-Black.ttf) = 235968 +SHA256 (Noto/SansSymbols/2.008/NotoSansSymbols-Bold.ttf) = af83250e7c5bdd37d542187a724ac6b33453a6550e741cebcacf7a771891f75e +SIZE (Noto/SansSymbols/2.008/NotoSansSymbols-Bold.ttf) = 228028 +SHA256 (Noto/SansSymbols/2.008/NotoSansSymbols-ExtraBold.ttf) = 3b603fecbbd9ad1b45223c6b7871cf9d54b653653fade3c1da0bdec98cef8740 +SIZE (Noto/SansSymbols/2.008/NotoSansSymbols-ExtraBold.ttf) = 229908 +SHA256 (Noto/SansSymbols/2.008/NotoSansSymbols-ExtraLight.ttf) = a14c578c4b8ad2142a7830225a5d215ed15c7e2295cebd7e211614336e2288fc +SIZE (Noto/SansSymbols/2.008/NotoSansSymbols-ExtraLight.ttf) = 232496 +SHA256 (Noto/SansSymbols/2.008/NotoSansSymbols-Light.ttf) = 659843a49ef43ff42f9c315285a9e8b828853c46496f8bed426800b68b10b697 +SIZE (Noto/SansSymbols/2.008/NotoSansSymbols-Light.ttf) = 228800 +SHA256 (Noto/SansSymbols/2.008/NotoSansSymbols-Medium.ttf) = f2422696752b46d12ff32c4abfe5201b34c9b83404fc5da6ccab05fceaff6bd3 +SIZE (Noto/SansSymbols/2.008/NotoSansSymbols-Medium.ttf) = 227616 +SHA256 (Noto/SansSymbols/2.008/NotoSansSymbols-Regular.ttf) = d0e98e9a2c046594c5021437273943be7e79e0fd980fde125279e22302212595 +SIZE (Noto/SansSymbols/2.008/NotoSansSymbols-Regular.ttf) = 226980 +SHA256 (Noto/SansSymbols/2.008/NotoSansSymbols-SemiBold.ttf) = 9ab8ee074de01e611ee9085c4721eeaa02efe815dea7b32f682bba7dd6fb6afe +SIZE (Noto/SansSymbols/2.008/NotoSansSymbols-SemiBold.ttf) = 228356 +SHA256 (Noto/SansSymbols/2.008/NotoSansSymbols-Thin.ttf) = b3f87bf5316769f72382ac64cbefc08030350028d4dacb5622a1c5cefc6ec6e9 +SIZE (Noto/SansSymbols/2.008/NotoSansSymbols-Thin.ttf) = 231428 diff --git a/x11-fonts/noto-sans-symbols/pkg-descr b/x11-fonts/noto-sans-symbols/pkg-descr index 5740f14d488..3f90cb4dbfb 100644 --- a/x11-fonts/noto-sans-symbols/pkg-descr +++ b/x11-fonts/noto-sans-symbols/pkg-descr @@ -9,4 +9,4 @@ Noto has multiple styles and weights, and is freely available to all. The comprehensive set of fonts and tools used in our development is available in our GitHub repositories. -This port is the meta port for Noto Sans Symbols. +This port provides the fonts set of Noto Sans Symbols. diff --git a/x11-fonts/noto-sans-symbols-extra/pkg-plist b/x11-fonts/noto-sans-symbols/pkg-plist similarity index 78% rename from x11-fonts/noto-sans-symbols-extra/pkg-plist rename to x11-fonts/noto-sans-symbols/pkg-plist index 6117f5549f2..22f63208128 100644 --- a/x11-fonts/noto-sans-symbols-extra/pkg-plist +++ b/x11-fonts/noto-sans-symbols/pkg-plist @@ -1,7 +1,9 @@ %%FONTSDIR%%/NotoSansSymbols-Black.ttf +%%FONTSDIR%%/NotoSansSymbols-Bold.ttf %%FONTSDIR%%/NotoSansSymbols-ExtraBold.ttf %%FONTSDIR%%/NotoSansSymbols-ExtraLight.ttf %%FONTSDIR%%/NotoSansSymbols-Light.ttf %%FONTSDIR%%/NotoSansSymbols-Medium.ttf +%%FONTSDIR%%/NotoSansSymbols-Regular.ttf %%FONTSDIR%%/NotoSansSymbols-SemiBold.ttf %%FONTSDIR%%/NotoSansSymbols-Thin.ttf diff --git a/x11-fonts/noto-sans-symbols2/Makefile b/x11-fonts/noto-sans-symbols2/Makefile index ae9731f901b..0ffc40c6b5f 100644 --- a/x11-fonts/noto-sans-symbols2/Makefile +++ b/x11-fonts/noto-sans-symbols2/Makefile @@ -1,21 +1,25 @@ PORTNAME= noto PORTVERSION= 2.008 CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/notofonts/symbols/releases/download/NotoSansSymbols2-v${PORTVERSION}/ +MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/noto-monthly-release-23.11.1/fonts/ \ + https://github.com/notofonts/notofonts.github.io/raw/noto-monthly-release-23.11.1/fonts/NotoSansSymbols2/hinted/ttf/:fonts PKGNAMESUFFIX= -sans-symbols2 -DISTNAME= NotoSansSymbols2-v${PORTVERSION} -DIST_SUBDIR= Noto +DISTFILES= LICENSE \ + ${FONTS:S|$|:fonts|} +DIST_SUBDIR= Noto/SansSymbols2/${PORTVERSION} +EXTRACT_ONLY= # empty MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Noto Sans Symbols 2 WWW= https://fonts.google.com/noto \ https://notofonts.github.io/ \ - https://github.com/notofonts/symbols + https://github.com/notofonts/symbols \ + https://github.com/notofonts/notofonts.github.io/tree/main/fonts/NotoSansSymbols2 LICENSE= OFL11 -LICENSE_FILE= ${WRKSRC}/OFL.txt +LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE -USES= fonts zip +USES= fonts NO_ARCH= yes NO_BUILD= yes @@ -23,8 +27,10 @@ NO_WRKSUBDIR= yes PLIST_FILES= ${FONTSDIR}/NotoSansSymbols2-Regular.ttf +FONTS= NotoSansSymbols2-Regular.ttf + do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSansSymbols2/hinted/ttf/NotoSansSymbols2-Regular.ttf ${STAGEDIR}${FONTSDIR} + cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${FONTS} ${STAGEDIR}${FONTSDIR} .include diff --git a/x11-fonts/noto-sans-symbols2/distinfo b/x11-fonts/noto-sans-symbols2/distinfo index be133a69a46..97bb612a318 100644 --- a/x11-fonts/noto-sans-symbols2/distinfo +++ b/x11-fonts/noto-sans-symbols2/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1710676091 -SHA256 (Noto/NotoSansSymbols2-v2.008.zip) = 346c930bbe8eb946701a05c54e9c11a2094dee1d93c387bf1771c0a3e335688f -SIZE (Noto/NotoSansSymbols2-v2.008.zip) = 2331441 +TIMESTAMP = 1712354461 +SHA256 (Noto/SansSymbols2/2.008/LICENSE) = f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8 +SIZE (Noto/SansSymbols2/2.008/LICENSE) = 4374 +SHA256 (Noto/SansSymbols2/2.008/NotoSansSymbols2-Regular.ttf) = c4a0a80f0041ce4be81e2478faad22776d23edb98ae3f0d19bd37044820ecf9d +SIZE (Noto/SansSymbols2/2.008/NotoSansSymbols2-Regular.ttf) = 671568 diff --git a/x11-fonts/noto-sans/Makefile b/x11-fonts/noto-sans/Makefile new file mode 100644 index 00000000000..ae281fec95d --- /dev/null +++ b/x11-fonts/noto-sans/Makefile @@ -0,0 +1,105 @@ +PORTNAME= noto +PORTVERSION= 2.013 +CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/NotoSans-v${PORTVERSION}/fonts/ \ + https://github.com/notofonts/notofonts.github.io/raw/NotoSans-v${PORTVERSION}/fonts/NotoSans/hinted/ttf/:fonts +PKGNAMESUFFIX= -sans +DISTFILES= LICENSE \ + ${FONTS:S|$|:fonts|} +DIST_SUBDIR= Noto/Sans/${PORTVERSION} +EXTRACT_ONLY= # empty + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Noto Sans +WWW= https://fonts.google.com/noto \ + https://notofonts.github.io/ \ + https://github.com/notofonts/latin-greek-cyrillic \ + https://github.com/notofonts/notofonts.github.io/tree/main/fonts/NotoSans + +LICENSE= OFL11 +LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE + +USES= fonts + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +FONTS= NotoSans-Black.ttf \ + NotoSans-BlackItalic.ttf \ + NotoSans-Bold.ttf \ + NotoSans-BoldItalic.ttf \ + NotoSans-Condensed.ttf \ + NotoSans-CondensedBlack.ttf \ + NotoSans-CondensedBlackItalic.ttf \ + NotoSans-CondensedBold.ttf \ + NotoSans-CondensedBoldItalic.ttf \ + NotoSans-CondensedExtraBold.ttf \ + NotoSans-CondensedExtraBoldItalic.ttf \ + NotoSans-CondensedExtraLight.ttf \ + NotoSans-CondensedExtraLightItalic.ttf \ + NotoSans-CondensedItalic.ttf \ + NotoSans-CondensedLight.ttf \ + NotoSans-CondensedLightItalic.ttf \ + NotoSans-CondensedMedium.ttf \ + NotoSans-CondensedMediumItalic.ttf \ + NotoSans-CondensedSemiBold.ttf \ + NotoSans-CondensedSemiBoldItalic.ttf \ + NotoSans-CondensedThin.ttf \ + NotoSans-CondensedThinItalic.ttf \ + NotoSans-ExtraBold.ttf \ + NotoSans-ExtraBoldItalic.ttf \ + NotoSans-ExtraCondensed.ttf \ + NotoSans-ExtraCondensedBlack.ttf \ + NotoSans-ExtraCondensedBlackItalic.ttf \ + NotoSans-ExtraCondensedBold.ttf \ + NotoSans-ExtraCondensedBoldItalic.ttf \ + NotoSans-ExtraCondensedExtraBold.ttf \ + NotoSans-ExtraCondensedExtraBoldItalic.ttf \ + NotoSans-ExtraCondensedExtraLight.ttf \ + NotoSans-ExtraCondensedExtraLightItalic.ttf \ + NotoSans-ExtraCondensedItalic.ttf \ + NotoSans-ExtraCondensedLight.ttf \ + NotoSans-ExtraCondensedLightItalic.ttf \ + NotoSans-ExtraCondensedMedium.ttf \ + NotoSans-ExtraCondensedMediumItalic.ttf \ + NotoSans-ExtraCondensedSemiBold.ttf \ + NotoSans-ExtraCondensedSemiBoldItalic.ttf \ + NotoSans-ExtraCondensedThin.ttf \ + NotoSans-ExtraCondensedThinItalic.ttf \ + NotoSans-ExtraLight.ttf \ + NotoSans-ExtraLightItalic.ttf \ + NotoSans-Italic.ttf \ + NotoSans-Light.ttf \ + NotoSans-LightItalic.ttf \ + NotoSans-Medium.ttf \ + NotoSans-MediumItalic.ttf \ + NotoSans-Regular.ttf \ + NotoSans-SemiBold.ttf \ + NotoSans-SemiBoldItalic.ttf \ + NotoSans-SemiCondensed.ttf \ + NotoSans-SemiCondensedBlack.ttf \ + NotoSans-SemiCondensedBlackItalic.ttf \ + NotoSans-SemiCondensedBold.ttf \ + NotoSans-SemiCondensedBoldItalic.ttf \ + NotoSans-SemiCondensedExtraBold.ttf \ + NotoSans-SemiCondensedExtraBoldItalic.ttf \ + NotoSans-SemiCondensedExtraLight.ttf \ + NotoSans-SemiCondensedExtraLightItalic.ttf \ + NotoSans-SemiCondensedItalic.ttf \ + NotoSans-SemiCondensedLight.ttf \ + NotoSans-SemiCondensedLightItalic.ttf \ + NotoSans-SemiCondensedMedium.ttf \ + NotoSans-SemiCondensedMediumItalic.ttf \ + NotoSans-SemiCondensedSemiBold.ttf \ + NotoSans-SemiCondensedSemiBoldItalic.ttf \ + NotoSans-SemiCondensedThin.ttf \ + NotoSans-SemiCondensedThinItalic.ttf \ + NotoSans-Thin.ttf \ + NotoSans-ThinItalic.ttf + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${FONTS} ${STAGEDIR}${FONTSDIR} + +.include diff --git a/x11-fonts/noto-sans/distinfo b/x11-fonts/noto-sans/distinfo new file mode 100644 index 00000000000..87f47f79c98 --- /dev/null +++ b/x11-fonts/noto-sans/distinfo @@ -0,0 +1,147 @@ +TIMESTAMP = 1712256525 +SHA256 (Noto/Sans/2.013/LICENSE) = f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8 +SIZE (Noto/Sans/2.013/LICENSE) = 4374 +SHA256 (Noto/Sans/2.013/NotoSans-Black.ttf) = feea9738c5e4999e48431434cbec4b131127323ade937128431aed02f5974fcd +SIZE (Noto/Sans/2.013/NotoSans-Black.ttf) = 633020 +SHA256 (Noto/Sans/2.013/NotoSans-BlackItalic.ttf) = 733f548bc5f0037096d9984c2260ed34fd1763a2071e1ded9a8b50c87b84de47 +SIZE (Noto/Sans/2.013/NotoSans-BlackItalic.ttf) = 651480 +SHA256 (Noto/Sans/2.013/NotoSans-Bold.ttf) = 8e6da60154ae06e5e860777c4ccf8c7338d9b96ba34c1222db40a367d79b35dc +SIZE (Noto/Sans/2.013/NotoSans-Bold.ttf) = 616112 +SHA256 (Noto/Sans/2.013/NotoSans-BoldItalic.ttf) = 5c2e7d652627c967d2d24936c5f104f9ed40219c3118de8022ff9728610771ff +SIZE (Noto/Sans/2.013/NotoSans-BoldItalic.ttf) = 637484 +SHA256 (Noto/Sans/2.013/NotoSans-Condensed.ttf) = 2c89d45a56b8cae262d2848c5a8fde4859fbe695513166357ac99497a110bf69 +SIZE (Noto/Sans/2.013/NotoSans-Condensed.ttf) = 603916 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedBlack.ttf) = c2c42222508ccf37fdd66e22f0e15439b1c874da3b6d3ff187e910681c96586e +SIZE (Noto/Sans/2.013/NotoSans-CondensedBlack.ttf) = 625604 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedBlackItalic.ttf) = 966fbd8c26448126cff44e90e0f20b2d19844abf5d0d4634424cd1a2a36891a5 +SIZE (Noto/Sans/2.013/NotoSans-CondensedBlackItalic.ttf) = 650112 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedBold.ttf) = d2d068262bf469fd330a747b65823acce067a762598dc4fa14d6386d00b61b32 +SIZE (Noto/Sans/2.013/NotoSans-CondensedBold.ttf) = 613412 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedBoldItalic.ttf) = b5fca208240be96f49ce3c642e0d26524a03ed8fc6f5c2e1986801b58f679d2f +SIZE (Noto/Sans/2.013/NotoSans-CondensedBoldItalic.ttf) = 638332 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedExtraBold.ttf) = 12321d2b6ac1c30f9a6cbcb914e61bf2bacd67a880f8fd1e36a08614d7a68028 +SIZE (Noto/Sans/2.013/NotoSans-CondensedExtraBold.ttf) = 612148 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedExtraBoldItalic.ttf) = 5d607b2953956cf21f9f2fef97b1771673c8624c57eb5843105bd6e19b539cfb +SIZE (Noto/Sans/2.013/NotoSans-CondensedExtraBoldItalic.ttf) = 640596 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedExtraLight.ttf) = 3324be05856f26bc85c35b2a1ed67a0a3caa651eb230d669314432cc7e7a3d50 +SIZE (Noto/Sans/2.013/NotoSans-CondensedExtraLight.ttf) = 586140 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedExtraLightItalic.ttf) = 32997785f6781e6c47a6c8246c92d3dc41d954f9d072b06492261192f54f2e63 +SIZE (Noto/Sans/2.013/NotoSans-CondensedExtraLightItalic.ttf) = 612508 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedItalic.ttf) = ea8cfbd74f0a8feeb7778d65f4cd77b285c679783a607eaaf8ae3773cd7c45a4 +SIZE (Noto/Sans/2.013/NotoSans-CondensedItalic.ttf) = 636496 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedLight.ttf) = 36f49d2b3c0f0b4db3edcdf12895bc29e9b5c2eb9a098465e287fdb0a94c886b +SIZE (Noto/Sans/2.013/NotoSans-CondensedLight.ttf) = 594804 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedLightItalic.ttf) = 7773e10f8bdb419a7ec0adb5712ad253d930a454ca2d233f5828516dce1dd351 +SIZE (Noto/Sans/2.013/NotoSans-CondensedLightItalic.ttf) = 620484 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedMedium.ttf) = 3c02ecce520d9a059ea8050f3c14960001a3f8bb457a833bd875bdf855a337f2 +SIZE (Noto/Sans/2.013/NotoSans-CondensedMedium.ttf) = 603048 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedMediumItalic.ttf) = 83fb421df71f18f16b2d3b63f2b844211e6d0a462df8ddcb40beb685a279dae3 +SIZE (Noto/Sans/2.013/NotoSans-CondensedMediumItalic.ttf) = 634672 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedSemiBold.ttf) = fe573c7417934333d730afbf261b63af54fcfb480037708061fab2946f960811 +SIZE (Noto/Sans/2.013/NotoSans-CondensedSemiBold.ttf) = 606692 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedSemiBoldItalic.ttf) = 0f227ea12e98e542575d668540bbc5e4d3e4258ac566499acd53c8f1ccc7e758 +SIZE (Noto/Sans/2.013/NotoSans-CondensedSemiBoldItalic.ttf) = 637092 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedThin.ttf) = b7a877173b2794565b5e907778ef88af66c693cc1e0cc7359719cfe3c6aac779 +SIZE (Noto/Sans/2.013/NotoSans-CondensedThin.ttf) = 585456 +SHA256 (Noto/Sans/2.013/NotoSans-CondensedThinItalic.ttf) = 975844c575759ac561032954550fa68c667fa8f54128c6c75f466f5ef133b3b0 +SIZE (Noto/Sans/2.013/NotoSans-CondensedThinItalic.ttf) = 611092 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraBold.ttf) = 62f59de5ccf95559a237896750c3b57cf0ad92e3af70e230647806c1b6ea6b4b +SIZE (Noto/Sans/2.013/NotoSans-ExtraBold.ttf) = 619236 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraBoldItalic.ttf) = b8517c02f9dd9f845039634daed3d74f21d0372bc98e5be67694a0ac45ea76f7 +SIZE (Noto/Sans/2.013/NotoSans-ExtraBoldItalic.ttf) = 642148 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensed.ttf) = b91e8eb178d381db1ff95a932ed53e61197b7a21f4ac4fc6a57e88ffef72d37d +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensed.ttf) = 599868 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedBlack.ttf) = b2caf0a8d6b32d41736e82a55a932c981af95497bff836c014f9c9044c52938b +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedBlack.ttf) = 619748 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedBlackItalic.ttf) = c9744c9f9f2e2471f4b51370882c672753728bb0546e0b851442af2ad73e1add +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedBlackItalic.ttf) = 651404 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedBold.ttf) = e77ed71a7ef7de579eacf6bc02472796e034a3065579e7b766f3c8ee702da3c6 +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedBold.ttf) = 606544 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedBoldItalic.ttf) = 8d9a6e67e4ec36914138422fb21d47e24eeb892ceb55cce66e2b093d5ba0d623 +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedBoldItalic.ttf) = 636740 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedExtraBold.ttf) = aa6207048662f4b8980ccc602401be44d4ab0a69c2bb2e014a30f63391b4440c +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedExtraBold.ttf) = 608388 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedExtraBoldItalic.ttf) = cadfb420f4f26424cbb6efbdaea0c3fde07e5431328329edafe20ac3cbc884ea +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedExtraBoldItalic.ttf) = 643012 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedExtraLight.ttf) = 8975af45d729e40c8f6fbcaea8c13d4a8e4a45145efcc55f2437460d942f9400 +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedExtraLight.ttf) = 583836 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedExtraLightItalic.ttf) = f84ff17edd9010a2670458ad8663e2732f360213abb0aaebc6d3919ea962253d +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedExtraLightItalic.ttf) = 612256 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedItalic.ttf) = 33028788cfa20170920dd15280d5a8e0e776e7b2ea919ca7142ab02f1ecfcd00 +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedItalic.ttf) = 632528 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedLight.ttf) = 270fc070b695560908568b77bc0fa70f2f0c3173d9c2e8891839ce284f24e79c +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedLight.ttf) = 591780 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedLightItalic.ttf) = c7f6319b8349c9d278453f042e90a6f39a7a2a27467e7d5292e77547bbd0a7d6 +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedLightItalic.ttf) = 619024 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedMedium.ttf) = 25c106da5657c56f45ad86cee55dc65e60808b5c9dab7b182a30d96c3e82caf3 +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedMedium.ttf) = 596992 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedMediumItalic.ttf) = 552e07066118fa9189341cba5691dc041cd76c0c71af41a2c6ac6ea442bfb2fd +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedMediumItalic.ttf) = 635536 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedSemiBold.ttf) = 0a9085fd2751444984c2529828e577c463ea6c94713852accad7f602cdad999e +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedSemiBold.ttf) = 600240 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedSemiBoldItalic.ttf) = 936a26b03c3c593fe505cd733154d7d7132c4d647480efdc0aaada5f22e8e16d +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedSemiBoldItalic.ttf) = 635928 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedThin.ttf) = 44f2600fdb1db1e7a33125314a816eea3fadaa718345d80f25d83333c48aa811 +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedThin.ttf) = 582616 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraCondensedThinItalic.ttf) = 8d9c789d6d61dcf8ee28679db05f47a357c46299fb62cb95efea8f97a219ea99 +SIZE (Noto/Sans/2.013/NotoSans-ExtraCondensedThinItalic.ttf) = 607260 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraLight.ttf) = 97a5da23bff39e9b9a4f9d32641c70b1de360e9741e9d8330116b9c071a7d24b +SIZE (Noto/Sans/2.013/NotoSans-ExtraLight.ttf) = 587176 +SHA256 (Noto/Sans/2.013/NotoSans-ExtraLightItalic.ttf) = fbef467b571199568ee5f13763ef62f16d566ab16b04025b8ca3d93910558626 +SIZE (Noto/Sans/2.013/NotoSans-ExtraLightItalic.ttf) = 613840 +SHA256 (Noto/Sans/2.013/NotoSans-Italic.ttf) = a61b2c3ad0343a3ae2d3ca4088a861123729c49038f574150b8726e0d9a8c5f8 +SIZE (Noto/Sans/2.013/NotoSans-Italic.ttf) = 629208 +SHA256 (Noto/Sans/2.013/NotoSans-Light.ttf) = b55265b4d7cfe41585fd727a26ad15e177e1f93d44ca3c110fa67ee623453986 +SIZE (Noto/Sans/2.013/NotoSans-Light.ttf) = 596052 +SHA256 (Noto/Sans/2.013/NotoSans-LightItalic.ttf) = 55ff1cf3819a83c7b61e0d6ce490c3377c05b53f67b5536b065cb26dd4bf9cfb +SIZE (Noto/Sans/2.013/NotoSans-LightItalic.ttf) = 624708 +SHA256 (Noto/Sans/2.013/NotoSans-Medium.ttf) = 3bab84ad15fd07a64dff5cfc23fba94b63c0ca5e3c99757969a894babdb815f3 +SIZE (Noto/Sans/2.013/NotoSans-Medium.ttf) = 608276 +SHA256 (Noto/Sans/2.013/NotoSans-MediumItalic.ttf) = 62eb7024a800385d955bd2e7d87dba5e76523d4ba61924f05fa6d0423ac3e9ca +SIZE (Noto/Sans/2.013/NotoSans-MediumItalic.ttf) = 632208 +SHA256 (Noto/Sans/2.013/NotoSans-Regular.ttf) = 61b72eacd39533f0e5916cbb458abd7b3cf870667f63f3069dac2a75aa0317a2 +SIZE (Noto/Sans/2.013/NotoSans-Regular.ttf) = 610392 +SHA256 (Noto/Sans/2.013/NotoSans-SemiBold.ttf) = cd264c3c623fbcd1c2baca0e4d5c1d99cce45b77d59823b55d098c4562bca61c +SIZE (Noto/Sans/2.013/NotoSans-SemiBold.ttf) = 615172 +SHA256 (Noto/Sans/2.013/NotoSans-SemiBoldItalic.ttf) = 526883e4cdb5a1ce16ea488d68909ca11748489c16c578d2bc040ebecdd3588a +SIZE (Noto/Sans/2.013/NotoSans-SemiBoldItalic.ttf) = 639320 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensed.ttf) = 8fa48ac1ce245c3d420f1b5192fa89da3f9b551c43fcbf06235020098167c0b7 +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensed.ttf) = 607472 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedBlack.ttf) = 7903620a62370b11a6d6d8babad04e6dc899fb25b840e999dc7eba9f51e99f3e +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedBlack.ttf) = 631708 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedBlackItalic.ttf) = f62ef9ce0c4723aa147c735c7c2bd8f953513fd801293e70fb422881c7f0f5ce +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedBlackItalic.ttf) = 654748 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedBold.ttf) = 866ac5c493b323bdcf1fcab6c46c6dcccd86b2471cf149aec81c0d667547755b +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedBold.ttf) = 617096 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedBoldItalic.ttf) = f09fa1f66419cc554f594653e070bf7a477f4103d2d390e910257cd267271696 +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedBoldItalic.ttf) = 640000 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedExtraBold.ttf) = 31ad24d5eca7fd2375be4a5cd4daa158127376464bca5e3a6474b46c3600d17c +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedExtraBold.ttf) = 614220 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedExtraBoldItalic.ttf) = 7130991a83700e870a2cc01dbda827fe619b5360d1e68524f5b69ffbadd78b5e +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedExtraBoldItalic.ttf) = 643548 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedExtraLight.ttf) = 2d6ea3fd30e849eae256c0cebfa7b59da55c04ae5d12005d665bb4ad795c9bf3 +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedExtraLight.ttf) = 588080 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedExtraLightItalic.ttf) = 6cab2d01b928ac6fc10f6db8ebe296e8383fa9f29facf713cd34658d2a50fad1 +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedExtraLightItalic.ttf) = 615588 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedItalic.ttf) = fcaa9a53a904b05e851cde1122fabc62ffde572d2df997d4ef69858d922d1916 +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedItalic.ttf) = 637692 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedLight.ttf) = 9ae3815e8b33251c9dbcb280185c27545c4fce1fb7ce71efb72f697c754c26ee +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedLight.ttf) = 596352 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedLightItalic.ttf) = 02f030b144753bc9dd5ae711976556c704f891a2efe3859879f7e77bf6ca6ca3 +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedLightItalic.ttf) = 629304 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedMedium.ttf) = f9cde65a615171a3d5b35feda75b36db11399344a0568eb2205e8de3b8320e9f +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedMedium.ttf) = 605960 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedMediumItalic.ttf) = f7538d7b426b42e7cffc2d71272a4275c8ef08435e3e3d22eca4cd88137b1227 +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedMediumItalic.ttf) = 636208 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedSemiBold.ttf) = e6627c611123106c8905c9c5f15d42ec9b8dd474943db4d5f59c66a2b3925000 +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedSemiBold.ttf) = 611856 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedSemiBoldItalic.ttf) = 1dad13559f2606506e743d9a88dacf825b30b5a7980241eaf33ec1f5b461cbb5 +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedSemiBoldItalic.ttf) = 641516 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedThin.ttf) = 1458f65c0ae824a0eef10629d7ec1cf1bde34f31d0ba1f1cec40926850a6d10e +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedThin.ttf) = 588456 +SHA256 (Noto/Sans/2.013/NotoSans-SemiCondensedThinItalic.ttf) = 827e534c29473a0ce3a4a3890e287ab59515e3bbca1b142ed0b38c78effd0367 +SIZE (Noto/Sans/2.013/NotoSans-SemiCondensedThinItalic.ttf) = 614268 +SHA256 (Noto/Sans/2.013/NotoSans-Thin.ttf) = 2c985b5e757d7aaab76e43526437ff3bff120042ce3301fe308ed2b8ae5d6f64 +SIZE (Noto/Sans/2.013/NotoSans-Thin.ttf) = 585592 +SHA256 (Noto/Sans/2.013/NotoSans-ThinItalic.ttf) = 8e4977100735a4a83b26d10e17445468d4c72674c9f823a4274083d832064161 +SIZE (Noto/Sans/2.013/NotoSans-ThinItalic.ttf) = 614624 diff --git a/x11-fonts/noto-serif-basic/pkg-descr b/x11-fonts/noto-sans/pkg-descr similarity index 91% rename from x11-fonts/noto-serif-basic/pkg-descr rename to x11-fonts/noto-sans/pkg-descr index 4fd5eec8bf9..bfb5c9f851f 100644 --- a/x11-fonts/noto-serif-basic/pkg-descr +++ b/x11-fonts/noto-sans/pkg-descr @@ -9,4 +9,4 @@ Noto has multiple styles and weights, and is freely available to all. The comprehensive set of fonts and tools used in our development is available in our GitHub repositories. -This port provides the basic fonts set of Noto Serif. +This port provides the fonts set of Noto Sans. diff --git a/x11-fonts/noto-sans-extra/pkg-plist b/x11-fonts/noto-sans/pkg-plist similarity index 95% rename from x11-fonts/noto-sans-extra/pkg-plist rename to x11-fonts/noto-sans/pkg-plist index 4ea68fd0024..2175f2c6a8f 100644 --- a/x11-fonts/noto-sans-extra/pkg-plist +++ b/x11-fonts/noto-sans/pkg-plist @@ -1,5 +1,7 @@ %%FONTSDIR%%/NotoSans-Black.ttf %%FONTSDIR%%/NotoSans-BlackItalic.ttf +%%FONTSDIR%%/NotoSans-Bold.ttf +%%FONTSDIR%%/NotoSans-BoldItalic.ttf %%FONTSDIR%%/NotoSans-Condensed.ttf %%FONTSDIR%%/NotoSans-CondensedBlack.ttf %%FONTSDIR%%/NotoSans-CondensedBlackItalic.ttf @@ -40,10 +42,12 @@ %%FONTSDIR%%/NotoSans-ExtraCondensedThinItalic.ttf %%FONTSDIR%%/NotoSans-ExtraLight.ttf %%FONTSDIR%%/NotoSans-ExtraLightItalic.ttf +%%FONTSDIR%%/NotoSans-Italic.ttf %%FONTSDIR%%/NotoSans-Light.ttf %%FONTSDIR%%/NotoSans-LightItalic.ttf %%FONTSDIR%%/NotoSans-Medium.ttf %%FONTSDIR%%/NotoSans-MediumItalic.ttf +%%FONTSDIR%%/NotoSans-Regular.ttf %%FONTSDIR%%/NotoSans-SemiBold.ttf %%FONTSDIR%%/NotoSans-SemiBoldItalic.ttf %%FONTSDIR%%/NotoSans-SemiCondensed.ttf diff --git a/x11-fonts/noto-serif-basic/Makefile b/x11-fonts/noto-serif-basic/Makefile deleted file mode 100644 index b72684c3fd8..00000000000 --- a/x11-fonts/noto-serif-basic/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= noto -PORTVERSION= 2.013 -CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/notofonts/latin-greek-cyrillic/releases/download/NotoSerif-v${PORTVERSION}/ -PKGNAMESUFFIX= -serif-basic -DISTNAME= NotoSerif-v${PORTVERSION} -DIST_SUBDIR= Noto - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Google Noto Serif (Basic) -WWW= https://fonts.google.com/noto \ - https://notofonts.github.io/ \ - https://github.com/notofonts/latin-greek-cyrillic - -LICENSE= OFL11 -LICENSE_FILE= ${WRKSRC}/OFL.txt - -USES= fonts zip - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSerif/hinted/ttf/NotoSerif-Bold.ttf ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSerif/hinted/ttf/NotoSerif-BoldItalic.ttf ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSerif/hinted/ttf/NotoSerif-Italic.ttf ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSerif/hinted/ttf/NotoSerif-Regular.ttf ${STAGEDIR}${FONTSDIR} - -.include diff --git a/x11-fonts/noto-serif-basic/distinfo b/x11-fonts/noto-serif-basic/distinfo deleted file mode 100644 index 700a735e0b9..00000000000 --- a/x11-fonts/noto-serif-basic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1710676099 -SHA256 (Noto/NotoSerif-v2.013.zip) = fb4c6c75f10365f63b5c8ad5a1864ebe46dd0c70c40d0461cb0dc1b1b7c13a35 -SIZE (Noto/NotoSerif-v2.013.zip) = 78763707 diff --git a/x11-fonts/noto-serif-basic/pkg-plist b/x11-fonts/noto-serif-basic/pkg-plist deleted file mode 100644 index 2a174600df8..00000000000 --- a/x11-fonts/noto-serif-basic/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%FONTSDIR%%/NotoSerif-Bold.ttf -%%FONTSDIR%%/NotoSerif-BoldItalic.ttf -%%FONTSDIR%%/NotoSerif-Italic.ttf -%%FONTSDIR%%/NotoSerif-Regular.ttf diff --git a/x11-fonts/noto-serif-extra/Makefile b/x11-fonts/noto-serif-extra/Makefile deleted file mode 100644 index 5a8fb14929a..00000000000 --- a/x11-fonts/noto-serif-extra/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= noto -PORTVERSION= 2.013 -CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/notofonts/latin-greek-cyrillic/releases/download/NotoSerif-v${PORTVERSION}/ -PKGNAMESUFFIX= -serif-extra -DISTNAME= NotoSerif-v${PORTVERSION} -DIST_SUBDIR= Noto - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Google Noto Serif (Extra) -WWW= https://fonts.google.com/noto \ - https://notofonts.github.io/ \ - https://github.com/notofonts/latin-greek-cyrillic - -LICENSE= OFL11 -LICENSE_FILE= ${WRKSRC}/OFL.txt - -USES= fonts zip - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -post-patch: - @${RM} ${WRKSRC}/NotoSerif/hinted/ttf/NotoSerif-Bold.ttf - @${RM} ${WRKSRC}/NotoSerif/hinted/ttf/NotoSerif-BoldItalic.ttf - @${RM} ${WRKSRC}/NotoSerif/hinted/ttf/NotoSerif-Italic.ttf - @${RM} ${WRKSRC}/NotoSerif/hinted/ttf/NotoSerif-Regular.ttf - -do-install: - ${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/NotoSerif/hinted/ttf/*.ttf ${STAGEDIR}${FONTSDIR} - -.include diff --git a/x11-fonts/noto-serif-extra/distinfo b/x11-fonts/noto-serif-extra/distinfo deleted file mode 100644 index 700a735e0b9..00000000000 --- a/x11-fonts/noto-serif-extra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1710676099 -SHA256 (Noto/NotoSerif-v2.013.zip) = fb4c6c75f10365f63b5c8ad5a1864ebe46dd0c70c40d0461cb0dc1b1b7c13a35 -SIZE (Noto/NotoSerif-v2.013.zip) = 78763707 diff --git a/x11-fonts/noto-serif/Makefile b/x11-fonts/noto-serif/Makefile new file mode 100644 index 00000000000..f237c5058da --- /dev/null +++ b/x11-fonts/noto-serif/Makefile @@ -0,0 +1,105 @@ +PORTNAME= noto +PORTVERSION= 2.013 +CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/notofonts/notofonts.github.io/raw/NotoSerif-v${PORTVERSION}/fonts/ \ + https://github.com/notofonts/notofonts.github.io/raw/NotoSerif-v${PORTVERSION}/fonts/NotoSerif/hinted/ttf/:fonts +PKGNAMESUFFIX= -serif +DISTFILES= LICENSE \ + ${FONTS:S|$|:fonts|} +DIST_SUBDIR= Noto/Serif/${PORTVERSION} +EXTRACT_ONLY= # empty + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Noto Serif +WWW= https://fonts.google.com/noto \ + https://notofonts.github.io/ \ + https://github.com/notofonts/latin-greek-cyrillic \ + https://github.com/notofonts/notofonts.github.io/tree/main/fonts/NotoSerif + +LICENSE= OFL11 +LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE + +USES= fonts + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +FONTS= NotoSerif-Black.ttf \ + NotoSerif-BlackItalic.ttf \ + NotoSerif-Bold.ttf \ + NotoSerif-BoldItalic.ttf \ + NotoSerif-Condensed.ttf \ + NotoSerif-CondensedBlack.ttf \ + NotoSerif-CondensedBlackItalic.ttf \ + NotoSerif-CondensedBold.ttf \ + NotoSerif-CondensedBoldItalic.ttf \ + NotoSerif-CondensedExtraBold.ttf \ + NotoSerif-CondensedExtraBoldItalic.ttf \ + NotoSerif-CondensedExtraLight.ttf \ + NotoSerif-CondensedExtraLightItalic.ttf \ + NotoSerif-CondensedItalic.ttf \ + NotoSerif-CondensedLight.ttf \ + NotoSerif-CondensedLightItalic.ttf \ + NotoSerif-CondensedMedium.ttf \ + NotoSerif-CondensedMediumItalic.ttf \ + NotoSerif-CondensedSemiBold.ttf \ + NotoSerif-CondensedSemiBoldItalic.ttf \ + NotoSerif-CondensedThin.ttf \ + NotoSerif-CondensedThinItalic.ttf \ + NotoSerif-ExtraBold.ttf \ + NotoSerif-ExtraBoldItalic.ttf \ + NotoSerif-ExtraCondensed.ttf \ + NotoSerif-ExtraCondensedBlack.ttf \ + NotoSerif-ExtraCondensedBlackItalic.ttf \ + NotoSerif-ExtraCondensedBold.ttf \ + NotoSerif-ExtraCondensedBoldItalic.ttf \ + NotoSerif-ExtraCondensedExtraBold.ttf \ + NotoSerif-ExtraCondensedExtraBoldItalic.ttf \ + NotoSerif-ExtraCondensedExtraLight.ttf \ + NotoSerif-ExtraCondensedExtraLightItalic.ttf \ + NotoSerif-ExtraCondensedItalic.ttf \ + NotoSerif-ExtraCondensedLight.ttf \ + NotoSerif-ExtraCondensedLightItalic.ttf \ + NotoSerif-ExtraCondensedMedium.ttf \ + NotoSerif-ExtraCondensedMediumItalic.ttf \ + NotoSerif-ExtraCondensedSemiBold.ttf \ + NotoSerif-ExtraCondensedSemiBoldItalic.ttf \ + NotoSerif-ExtraCondensedThin.ttf \ + NotoSerif-ExtraCondensedThinItalic.ttf \ + NotoSerif-ExtraLight.ttf \ + NotoSerif-ExtraLightItalic.ttf \ + NotoSerif-Italic.ttf \ + NotoSerif-Light.ttf \ + NotoSerif-LightItalic.ttf \ + NotoSerif-Medium.ttf \ + NotoSerif-MediumItalic.ttf \ + NotoSerif-Regular.ttf \ + NotoSerif-SemiBold.ttf \ + NotoSerif-SemiBoldItalic.ttf \ + NotoSerif-SemiCondensed.ttf \ + NotoSerif-SemiCondensedBlack.ttf \ + NotoSerif-SemiCondensedBlackItalic.ttf \ + NotoSerif-SemiCondensedBold.ttf \ + NotoSerif-SemiCondensedBoldItalic.ttf \ + NotoSerif-SemiCondensedExtraBold.ttf \ + NotoSerif-SemiCondensedExtraBoldItalic.ttf \ + NotoSerif-SemiCondensedExtraLight.ttf \ + NotoSerif-SemiCondensedExtraLightItalic.ttf \ + NotoSerif-SemiCondensedItalic.ttf \ + NotoSerif-SemiCondensedLight.ttf \ + NotoSerif-SemiCondensedLightItalic.ttf \ + NotoSerif-SemiCondensedMedium.ttf \ + NotoSerif-SemiCondensedMediumItalic.ttf \ + NotoSerif-SemiCondensedSemiBold.ttf \ + NotoSerif-SemiCondensedSemiBoldItalic.ttf \ + NotoSerif-SemiCondensedThin.ttf \ + NotoSerif-SemiCondensedThinItalic.ttf \ + NotoSerif-Thin.ttf \ + NotoSerif-ThinItalic.ttf + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${FONTS} ${STAGEDIR}${FONTSDIR} + +.include diff --git a/x11-fonts/noto-serif/distinfo b/x11-fonts/noto-serif/distinfo new file mode 100644 index 00000000000..3975446a25d --- /dev/null +++ b/x11-fonts/noto-serif/distinfo @@ -0,0 +1,147 @@ +TIMESTAMP = 1712259104 +SHA256 (Noto/Serif/2.013/LICENSE) = f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8 +SIZE (Noto/Serif/2.013/LICENSE) = 4374 +SHA256 (Noto/Serif/2.013/NotoSerif-Black.ttf) = cfd559b51cfb2e60da18625ae2d28bd23ce54cd3bf92811220f2e8300c159087 +SIZE (Noto/Serif/2.013/NotoSerif-Black.ttf) = 815952 +SHA256 (Noto/Serif/2.013/NotoSerif-BlackItalic.ttf) = 5628479f914a4bfa888a8a14ee2e9abae672ec8f0ca27b400adb2a3c7d9d9bcd +SIZE (Noto/Serif/2.013/NotoSerif-BlackItalic.ttf) = 807328 +SHA256 (Noto/Serif/2.013/NotoSerif-Bold.ttf) = 90d365f87d72af449806ca8c9949786aab38527b20559850840f1d2968d56f54 +SIZE (Noto/Serif/2.013/NotoSerif-Bold.ttf) = 769256 +SHA256 (Noto/Serif/2.013/NotoSerif-BoldItalic.ttf) = 3436a0e99bf814aae77bd5868f99ee05278f4bc43c0db3ce8a3b4185d43df994 +SIZE (Noto/Serif/2.013/NotoSerif-BoldItalic.ttf) = 783700 +SHA256 (Noto/Serif/2.013/NotoSerif-Condensed.ttf) = 12f4ea7e55dfe2c2830a0aa2674e29d1e226bdd7a5772b06993e33980fa85e0e +SIZE (Noto/Serif/2.013/NotoSerif-Condensed.ttf) = 747412 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedBlack.ttf) = 850b318488d5e4ecfd48b96c536f049a07cf668e22aed01c60c9b95ceee7937e +SIZE (Noto/Serif/2.013/NotoSerif-CondensedBlack.ttf) = 789540 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedBlackItalic.ttf) = f071b5043b7b979100b14f808678efb94bce48cfc01c84f7e534835507039165 +SIZE (Noto/Serif/2.013/NotoSerif-CondensedBlackItalic.ttf) = 792360 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedBold.ttf) = b91d1db616e28be9036e79998f1e7b8196228a8226273b1b87a939dd0875da14 +SIZE (Noto/Serif/2.013/NotoSerif-CondensedBold.ttf) = 783304 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedBoldItalic.ttf) = e6a07a9c0769c973e23956a668f0af9001e987228bcd8ae00c4f8fe2deffd504 +SIZE (Noto/Serif/2.013/NotoSerif-CondensedBoldItalic.ttf) = 788496 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedExtraBold.ttf) = f8f7416076c9ca58fbc14718eb923d6a6ea3c39ed117dc579d9b108c0955f618 +SIZE (Noto/Serif/2.013/NotoSerif-CondensedExtraBold.ttf) = 782684 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedExtraBoldItalic.ttf) = 5898f8d7016564d72dbd7c29f1cea9bcc67457a803dada04e15dd8ef7e41432b +SIZE (Noto/Serif/2.013/NotoSerif-CondensedExtraBoldItalic.ttf) = 794668 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedExtraLight.ttf) = 06fe9649b29bc1d9daece9f0832293c50e6cc5e9c9b031ed9936be20c7368728 +SIZE (Noto/Serif/2.013/NotoSerif-CondensedExtraLight.ttf) = 751068 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedExtraLightItalic.ttf) = 3c16e7960a8ae564c18efdd8130c3154931e1cc5cde195d9abecf14a714d1634 +SIZE (Noto/Serif/2.013/NotoSerif-CondensedExtraLightItalic.ttf) = 739220 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedItalic.ttf) = e59844620261a4c8c1ce4e9f9322ecbcefb42c09cfdd2d5b22971de38f6a646c +SIZE (Noto/Serif/2.013/NotoSerif-CondensedItalic.ttf) = 754272 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedLight.ttf) = f91fd1fff6b5d1e809697b47d05041d81957570e5cb57b8e035b4c5d12ed54e7 +SIZE (Noto/Serif/2.013/NotoSerif-CondensedLight.ttf) = 740572 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedLightItalic.ttf) = ff1d8352f783f99f0828b363bb5b156887c90a0bb9043e925eaa2fafcdce8256 +SIZE (Noto/Serif/2.013/NotoSerif-CondensedLightItalic.ttf) = 744312 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedMedium.ttf) = 89c5c1a82f958c9bd9abd1c1143f54b9d96f7e59076221f735b6bbd621592ecd +SIZE (Noto/Serif/2.013/NotoSerif-CondensedMedium.ttf) = 751788 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedMediumItalic.ttf) = c3f10bfc29b6e8f1c75db354f59733f2885ff7d147e86a5c75b544846b017655 +SIZE (Noto/Serif/2.013/NotoSerif-CondensedMediumItalic.ttf) = 765052 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedSemiBold.ttf) = d4ddd4ded4674793014e4a20d5ea12c967623fc09f297f336d8c20dc1934ca61 +SIZE (Noto/Serif/2.013/NotoSerif-CondensedSemiBold.ttf) = 768128 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedSemiBoldItalic.ttf) = 8273925f6358e7e2e5547f8cc2dc690ac5fc0c0702d9915fad01b3e93f9a22be +SIZE (Noto/Serif/2.013/NotoSerif-CondensedSemiBoldItalic.ttf) = 779324 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedThin.ttf) = 0d4dd01ef0d43ad31dc90e95c5db41eb3301c46de7849d0db3de1630c349929f +SIZE (Noto/Serif/2.013/NotoSerif-CondensedThin.ttf) = 784980 +SHA256 (Noto/Serif/2.013/NotoSerif-CondensedThinItalic.ttf) = 3c527254438793989b0175f3986b98092cfed310109f0f403fee9cfc84367246 +SIZE (Noto/Serif/2.013/NotoSerif-CondensedThinItalic.ttf) = 743928 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraBold.ttf) = c222491a8eea3c2bdf633db0ab03e7c0c444401950ab5f374905ba309d5e2481 +SIZE (Noto/Serif/2.013/NotoSerif-ExtraBold.ttf) = 786508 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraBoldItalic.ttf) = c2c1d7e6c995a5efd2e2b50ca1f030cbef39f3e8e7591118a309fb422a2d1554 +SIZE (Noto/Serif/2.013/NotoSerif-ExtraBoldItalic.ttf) = 790108 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensed.ttf) = 9efb1847ed3d7961c7b31a109621fd1d6bf10ea5ef6560e7f21e2b04ebd38f42 +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensed.ttf) = 743316 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedBlack.ttf) = 8a3e5867b93414f56bd34d3df570bb1061b80595c14b7a9a547a42a74e421cad +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedBlack.ttf) = 785072 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedBlackItalic.ttf) = 6920b17d7d4e81c19452a3818610113e1bd6fbc0418d3b19145dc3f2dcce678c +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedBlackItalic.ttf) = 791976 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedBold.ttf) = a0c66a76a174aa7f42c42bdcbcac72f4a3b40ac647bb05a4332c67aedc8f8188 +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedBold.ttf) = 785232 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedBoldItalic.ttf) = 6f3377a8036b2329539ba3ae4b4b6f24c890c76f17a66960cb11bb7592ebf80d +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedBoldItalic.ttf) = 794452 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedExtraBold.ttf) = 07dbb0938e94a46d8e55799a49de943ed81a1ee377fdf60f9357bcf8060b81cf +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedExtraBold.ttf) = 786304 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedExtraBoldItalic.ttf) = cb0dd7e65ddc80a7c5e320fb52db396a756b9e938d60efa4302917647154e52e +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedExtraBoldItalic.ttf) = 792252 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedExtraLight.ttf) = a28d14d3abc512dd0b8702753c1898be9c2b84e37c125d36694bfa1d174000bb +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedExtraLight.ttf) = 747424 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedExtraLightItalic.ttf) = dbdc1a6d05bc88669b1a20586103bf33cd4ba3c3786df957bec59adc1447032f +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedExtraLightItalic.ttf) = 739620 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedItalic.ttf) = e28a26e1522b7786b203a6aea025b4935e6bb32cce66804870d73e8205afd83e +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedItalic.ttf) = 753112 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedLight.ttf) = bd717520d9eacb480af3ca84ce4ca1b8b43044fa2cf339d985f94179a83fa111 +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedLight.ttf) = 737492 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedLightItalic.ttf) = a76d1326e52b07ea84ba50fb942f674c282069c809ba21038065328efabbc0ef +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedLightItalic.ttf) = 742288 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedMedium.ttf) = eb5d96e1c2b6a81c13cfa844e11eb246e76b98fc1b86adfea4a805f83285afa3 +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedMedium.ttf) = 754980 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedMediumItalic.ttf) = 49745c675dc88909c528dab42ce77c60944a69f63c9f39ac9c2a568f11205070 +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedMediumItalic.ttf) = 763108 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedSemiBold.ttf) = b36ac5cc3e7ad18e4dd59553932990807c1f538c9d12410e540124008f6fd3c1 +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedSemiBold.ttf) = 770824 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedSemiBoldItalic.ttf) = ba914fc700251c356db00dbb684f74f325cf4fb9b4ceabff0eb27462e5e491a2 +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedSemiBoldItalic.ttf) = 783372 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedThin.ttf) = 7942bb045233c5ef776663f882a9c4712664f385d5b6d99d6a167aece8140082 +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedThin.ttf) = 780760 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraCondensedThinItalic.ttf) = 67b172a565338c05593ea8610ac3390fec77f1d11aa05c711feaa833e914fc63 +SIZE (Noto/Serif/2.013/NotoSerif-ExtraCondensedThinItalic.ttf) = 751336 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraLight.ttf) = d8447c30495fa6d353a7c7edc1a7c509fc3138d6ce76be9056ee33648618f167 +SIZE (Noto/Serif/2.013/NotoSerif-ExtraLight.ttf) = 747632 +SHA256 (Noto/Serif/2.013/NotoSerif-ExtraLightItalic.ttf) = a4c816e28bfe6e7ca93ae40836418057b00dce5402ad4e2605e51e89f2bbf31b +SIZE (Noto/Serif/2.013/NotoSerif-ExtraLightItalic.ttf) = 734524 +SHA256 (Noto/Serif/2.013/NotoSerif-Italic.ttf) = 637c44b0dbd0df16a969548483b01612dd095e306761af14072ae3ab69389b4f +SIZE (Noto/Serif/2.013/NotoSerif-Italic.ttf) = 758388 +SHA256 (Noto/Serif/2.013/NotoSerif-Light.ttf) = a6e7e4714a79c891bdf8038979f5682080ca0583abf261999f0cfd09d87906f3 +SIZE (Noto/Serif/2.013/NotoSerif-Light.ttf) = 753348 +SHA256 (Noto/Serif/2.013/NotoSerif-LightItalic.ttf) = 1aacab3e1a1339b7870a12fa9e586849be073bbab10518685b84e49bee74c3a5 +SIZE (Noto/Serif/2.013/NotoSerif-LightItalic.ttf) = 742292 +SHA256 (Noto/Serif/2.013/NotoSerif-Medium.ttf) = a871ba223abcbcc9bc1a222ab6d4d20266a2b4eb7ecea15fdb4c8c7133da0c5f +SIZE (Noto/Serif/2.013/NotoSerif-Medium.ttf) = 762780 +SHA256 (Noto/Serif/2.013/NotoSerif-MediumItalic.ttf) = 0e747f685c02d37987ada80179cb1bea81827b078bf41c592a6d16b52f875ee2 +SIZE (Noto/Serif/2.013/NotoSerif-MediumItalic.ttf) = 781112 +SHA256 (Noto/Serif/2.013/NotoSerif-Regular.ttf) = 504b8ec55d003cade88fb0a7bb93254ad81fd1cb29f4818d260300dbaef5d37b +SIZE (Noto/Serif/2.013/NotoSerif-Regular.ttf) = 738844 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiBold.ttf) = 24d978fa5a0b096fc9e2f8d3f2bd7004634351d19d5b2e3be74b8ed61c68c236 +SIZE (Noto/Serif/2.013/NotoSerif-SemiBold.ttf) = 775936 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiBoldItalic.ttf) = 609fd550299f3ff53746694e4f9de906918faff8cbe9cc081a75885651fcc097 +SIZE (Noto/Serif/2.013/NotoSerif-SemiBoldItalic.ttf) = 786852 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensed.ttf) = b62bba81b7801658071544e804c65ae787e7c9369b8914bfbe1f25a4fe3108f1 +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensed.ttf) = 750888 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedBlack.ttf) = 0cf855d6930dc14777e3c1a2d013d52a41429b58f921ef9c7ea2f92d6a992e3f +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedBlack.ttf) = 820112 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedBlackItalic.ttf) = b7b1f374b9b80b4b320a772df7cc9cdae1a74fccf3d1c098bce30cf922114faa +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedBlackItalic.ttf) = 808744 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedBold.ttf) = 23da9458ae8895b40422623f14dabbf0cd6f0498a390930326cf1ae307207bba +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedBold.ttf) = 777328 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedBoldItalic.ttf) = fa1cbcf5f9b15fca8a56ecb33ec21c2c82256509f659940ccd8daf2ed7ddd5af +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedBoldItalic.ttf) = 786504 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedExtraBold.ttf) = 4b5d630b888f24cf5f77fdaea45d83f6849ae9c20aa465fcfb22fb387eed65c3 +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedExtraBold.ttf) = 787404 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedExtraBoldItalic.ttf) = d2a601f95e8395a832c66b26c0576df2c7aa4eeedcee0535f2652781d4cb7af5 +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedExtraBoldItalic.ttf) = 795832 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedExtraLight.ttf) = 213cafaa50524331af7529c02fe1106dc75e5a43794804fd55c7c4e997f15700 +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedExtraLight.ttf) = 748272 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedExtraLightItalic.ttf) = 5d210de9271c022e07b0f015831cec84b83e4035e7727a687b91a4206431cda3 +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedExtraLightItalic.ttf) = 738588 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedItalic.ttf) = 109bdbb317879a838c9033de3002dee897cb65bd98ce8e89003d9dbf29b6acfb +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedItalic.ttf) = 761800 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedLight.ttf) = cf64eb644bc56c6d727ec36a017325a4a5a4a622cd6232b1bfe524ff580a8a96 +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedLight.ttf) = 754576 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedLightItalic.ttf) = 1b8d1862e5268b1b5e6c7bdd214b087b1df9497421be25c68be835101584a654 +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedLightItalic.ttf) = 745600 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedMedium.ttf) = cdaea08394c96bcf1f7ce946c6c7df7076328c5fb332bea2c86942eeb84c81b9 +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedMedium.ttf) = 773536 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedMediumItalic.ttf) = 45d10118bec3cd068ed827f2d81ef1734cc23ccc5e450632456fc1a371186c01 +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedMediumItalic.ttf) = 764068 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedSemiBold.ttf) = 57b410c9b4c361852255363dcdab5c94e51df91c4b9014b35efeceef9bd51dc3 +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedSemiBold.ttf) = 778772 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedSemiBoldItalic.ttf) = 6bc2b4a769725caa3e9ee484f21c57ea068ee425d5e6df848cf75dab3cc2ddd9 +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedSemiBoldItalic.ttf) = 789868 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedThin.ttf) = e5ae5a8c3d801e745dfd5866319cca6b02c60bef1e8cca7a2c444a34e667bd71 +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedThin.ttf) = 779848 +SHA256 (Noto/Serif/2.013/NotoSerif-SemiCondensedThinItalic.ttf) = d8c625122d0627f6e43714629e117bdeeea9d4b67ca2edc7b86020fa9a188c6b +SIZE (Noto/Serif/2.013/NotoSerif-SemiCondensedThinItalic.ttf) = 745552 +SHA256 (Noto/Serif/2.013/NotoSerif-Thin.ttf) = 6569a6782763d23a971798edeb8e99439a16feb4a3aa665c02f5ab338903dfba +SIZE (Noto/Serif/2.013/NotoSerif-Thin.ttf) = 790016 +SHA256 (Noto/Serif/2.013/NotoSerif-ThinItalic.ttf) = c87c3fd876f9f6b1c17a32ca7a1ea43514a2fd70de467aaea493a85d2f7f1775 +SIZE (Noto/Serif/2.013/NotoSerif-ThinItalic.ttf) = 753388 diff --git a/x11-fonts/noto-serif-extra/pkg-descr b/x11-fonts/noto-serif/pkg-descr similarity index 91% rename from x11-fonts/noto-serif-extra/pkg-descr rename to x11-fonts/noto-serif/pkg-descr index 5c9447c7d79..80d812153bb 100644 --- a/x11-fonts/noto-serif-extra/pkg-descr +++ b/x11-fonts/noto-serif/pkg-descr @@ -9,4 +9,4 @@ Noto has multiple styles and weights, and is freely available to all. The comprehensive set of fonts and tools used in our development is available in our GitHub repositories. -This port provides the extra fonts set of Noto Serif. +This port provides the fonts set of Noto Serif. diff --git a/x11-fonts/noto-serif-extra/pkg-plist b/x11-fonts/noto-serif/pkg-plist similarity index 95% rename from x11-fonts/noto-serif-extra/pkg-plist rename to x11-fonts/noto-serif/pkg-plist index 2c4a16d749a..fefc29d91e6 100644 --- a/x11-fonts/noto-serif-extra/pkg-plist +++ b/x11-fonts/noto-serif/pkg-plist @@ -1,5 +1,7 @@ %%FONTSDIR%%/NotoSerif-Black.ttf %%FONTSDIR%%/NotoSerif-BlackItalic.ttf +%%FONTSDIR%%/NotoSerif-Bold.ttf +%%FONTSDIR%%/NotoSerif-BoldItalic.ttf %%FONTSDIR%%/NotoSerif-Condensed.ttf %%FONTSDIR%%/NotoSerif-CondensedBlack.ttf %%FONTSDIR%%/NotoSerif-CondensedBlackItalic.ttf @@ -40,10 +42,12 @@ %%FONTSDIR%%/NotoSerif-ExtraCondensedThinItalic.ttf %%FONTSDIR%%/NotoSerif-ExtraLight.ttf %%FONTSDIR%%/NotoSerif-ExtraLightItalic.ttf +%%FONTSDIR%%/NotoSerif-Italic.ttf %%FONTSDIR%%/NotoSerif-Light.ttf %%FONTSDIR%%/NotoSerif-LightItalic.ttf %%FONTSDIR%%/NotoSerif-Medium.ttf %%FONTSDIR%%/NotoSerif-MediumItalic.ttf +%%FONTSDIR%%/NotoSerif-Regular.ttf %%FONTSDIR%%/NotoSerif-SemiBold.ttf %%FONTSDIR%%/NotoSerif-SemiBoldItalic.ttf %%FONTSDIR%%/NotoSerif-SemiCondensed.ttf diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile index 045e61e5383..7e336c3003a 100644 --- a/x11-servers/xwayland-devel/Makefile +++ b/x11-servers/xwayland-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- -DISTVERSION= 21.0.99.1-1044 -DISTVERSIONSUFFIX= -g069ad69ef +DISTVERSION= 21.0.99.1-1057 +DISTVERSIONSUFFIX= -ga4d298d85 CATEGORIES= x11-servers PKGNAMESUFFIX= -devel diff --git a/x11-servers/xwayland-devel/distinfo b/x11-servers/xwayland-devel/distinfo index 02a7403a522..3dde716dd8b 100644 --- a/x11-servers/xwayland-devel/distinfo +++ b/x11-servers/xwayland-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1714637855 -SHA256 (xserver-xorg-server-21.0.99.1-1044-g069ad69ef.tar.bz2) = f073e2fd93c63a3abdfdfd8193496c32ef3591a61fae0b071a119e9ab7d0dcf3 -SIZE (xserver-xorg-server-21.0.99.1-1044-g069ad69ef.tar.bz2) = 3710158 +TIMESTAMP = 1715642088 +SHA256 (xserver-xorg-server-21.0.99.1-1057-ga4d298d85.tar.bz2) = 6b148134f1798c913ce802270e2b0946d7c381573140b51706ae26f59f00d04c +SIZE (xserver-xorg-server-21.0.99.1-1057-ga4d298d85.tar.bz2) = 3712187 SHA256 (xorgproto-xorgproto-2024.1.tar.bz2) = 3959b2d17d86dd9d165dc24d26f372ca64f27127cd381739366ba8383a6cd51a SIZE (xorgproto-xorgproto-2024.1.tar.bz2) = 775116 diff --git a/x11-themes/canta-icon-theme/Makefile b/x11-themes/canta-icon-theme/Makefile index d6f82700f53..11d2e34fdfc 100644 --- a/x11-themes/canta-icon-theme/Makefile +++ b/x11-themes/canta-icon-theme/Makefile @@ -1,5 +1,5 @@ PORTNAME= canta-icon-theme -DISTVERSION= 2020-05-17 +DISTVERSION= 2021-09-08 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com diff --git a/x11-themes/canta-icon-theme/distinfo b/x11-themes/canta-icon-theme/distinfo index dee6ac2b7eb..64c20117eaf 100644 --- a/x11-themes/canta-icon-theme/distinfo +++ b/x11-themes/canta-icon-theme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609622875 -SHA256 (vinceliuice-Canta-theme-2020-05-17_GH0.tar.gz) = b0a9675471671d3066c93224d7297aa5b2d64261330cf8942d859bbc2a9bc5ca -SIZE (vinceliuice-Canta-theme-2020-05-17_GH0.tar.gz) = 5385194 +TIMESTAMP = 1714244683 +SHA256 (vinceliuice-Canta-theme-2021-09-08_GH0.tar.gz) = 98f6b71fbc46b1b9e1b256588cf930f780952f95c57f48c9922065c8b333bacd +SIZE (vinceliuice-Canta-theme-2021-09-08_GH0.tar.gz) = 4992868 diff --git a/x11-themes/canta-icon-theme/pkg-plist b/x11-themes/canta-icon-theme/pkg-plist index 9eb7f2db3ef..91194281520 100644 --- a/x11-themes/canta-icon-theme/pkg-plist +++ b/x11-themes/canta-icon-theme/pkg-plist @@ -1,10 +1,14 @@ +share/icons/Canta/actions/16/CVnamespace.svg share/icons/Canta/actions/16/Finished.svg share/icons/Canta/actions/16/Info-amarok.svg share/icons/Canta/actions/16/SuggestionError.svg share/icons/Canta/actions/16/SuggestionTM.svg +share/icons/Canta/actions/16/accept_time_event.svg share/icons/Canta/actions/16/action-albumfolder-importdir2.svg share/icons/Canta/actions/16/action-rss_tag.svg share/icons/Canta/actions/16/action-unavailable.svg +share/icons/Canta/actions/16/activity-fork.svg +share/icons/Canta/actions/16/actor.svg share/icons/Canta/actions/16/add-files-to-archive.svg share/icons/Canta/actions/16/add-folder-to-archive.svg share/icons/Canta/actions/16/add-placemark.svg @@ -52,14 +56,19 @@ share/icons/Canta/actions/16/amarok_playcount.svg share/icons/Canta/actions/16/amarok_playlist.svg share/icons/Canta/actions/16/amarok_playlist_refresh.svg share/icons/Canta/actions/16/amarok_scripts.svg +share/icons/Canta/actions/16/animation-stage.svg +share/icons/Canta/actions/16/answer-correct.svg +share/icons/Canta/actions/16/answer.svg share/icons/Canta/actions/16/antivignetting.svg share/icons/Canta/actions/16/application-exit.svg share/icons/Canta/actions/16/application-menu.svg share/icons/Canta/actions/16/application-rss+xml.svg +share/icons/Canta/actions/16/applications-other.svg share/icons/Canta/actions/16/appointment-missed.svg share/icons/Canta/actions/16/appointment-new.svg share/icons/Canta/actions/16/appointment-soon.svg share/icons/Canta/actions/16/appointment.svg +share/icons/Canta/actions/16/approved.svg share/icons/Canta/actions/16/archive-extract.svg share/icons/Canta/actions/16/archive-insert-directory.svg share/icons/Canta/actions/16/archive-insert.svg @@ -73,6 +82,8 @@ share/icons/Canta/actions/16/arrow-right-double.svg share/icons/Canta/actions/16/arrow-right.svg share/icons/Canta/actions/16/arrow-up-double.svg share/icons/Canta/actions/16/arrow-up.svg +share/icons/Canta/actions/16/arrow.svg +share/icons/Canta/actions/16/artistictext-tool.svg share/icons/Canta/actions/16/as.svg share/icons/Canta/actions/16/as_disabled.svg share/icons/Canta/actions/16/as_light.svg @@ -84,10 +95,18 @@ share/icons/Canta/actions/16/audio-volume-high.svg share/icons/Canta/actions/16/audio-volume-low.svg share/icons/Canta/actions/16/audio-volume-medium.svg share/icons/Canta/actions/16/audio-volume-muted.svg +share/icons/Canta/actions/16/auto-scale-all.svg +share/icons/Canta/actions/16/auto-scale-x.svg +share/icons/Canta/actions/16/auto-scale-y.svg +share/icons/Canta/actions/16/auto-type.svg share/icons/Canta/actions/16/autocorrection.svg share/icons/Canta/actions/16/automated-tasks.svg share/icons/Canta/actions/16/back.svg +share/icons/Canta/actions/16/beamerblock.svg +share/icons/Canta/actions/16/beamerframe.svg share/icons/Canta/actions/16/bell.svg +share/icons/Canta/actions/16/bibtex.svg +share/icons/Canta/actions/16/bigskip.svg share/icons/Canta/actions/16/bitmap-trace.svg share/icons/Canta/actions/16/blueman-plugin.svg share/icons/Canta/actions/16/blueman-send-file.svg @@ -102,10 +121,12 @@ share/icons/Canta/actions/16/bookmark-new-list.svg share/icons/Canta/actions/16/bookmark-new.svg share/icons/Canta/actions/16/bookmark-remove.svg share/icons/Canta/actions/16/bookmark-toolbar.svg +share/icons/Canta/actions/16/bookmark.svg share/icons/Canta/actions/16/bookmark_add.svg share/icons/Canta/actions/16/bookmarks-organize.svg share/icons/Canta/actions/16/bookmarks.svg share/icons/Canta/actions/16/bookmarks_list_add.svg +share/icons/Canta/actions/16/borderpainter.svg share/icons/Canta/actions/16/bordertool.svg share/icons/Canta/actions/16/bottom.svg share/icons/Canta/actions/16/boundingbox_bottom.svg @@ -117,6 +138,7 @@ share/icons/Canta/actions/16/boundingbox_right.svg share/icons/Canta/actions/16/boundingbox_top.svg share/icons/Canta/actions/16/boundingbox_top_left.svg share/icons/Canta/actions/16/boundingbox_top_right.svg +share/icons/Canta/actions/16/box.svg share/icons/Canta/actions/16/bqm-add.svg share/icons/Canta/actions/16/bqm-addqueue.svg share/icons/Canta/actions/16/bqm-commit.svg @@ -127,6 +149,7 @@ share/icons/Canta/actions/16/bqm-update.svg share/icons/Canta/actions/16/browser-download.svg share/icons/Canta/actions/16/burst.svg share/icons/Canta/actions/16/button_cancel.svg +share/icons/Canta/actions/16/button_ok.svg share/icons/Canta/actions/16/bwtonal.svg share/icons/Canta/actions/16/cab_extract.svg share/icons/Canta/actions/16/cab_view.svg @@ -134,20 +157,29 @@ share/icons/Canta/actions/16/cache.svg share/icons/Canta/actions/16/calendar-go-today.svg share/icons/Canta/actions/16/call-start.svg share/icons/Canta/actions/16/call-stop.svg +share/icons/Canta/actions/16/callout-shape.svg share/icons/Canta/actions/16/camera-off.svg share/icons/Canta/actions/16/camera-on.svg share/icons/Canta/actions/16/camera-ready.svg share/icons/Canta/actions/16/cancel.svg +share/icons/Canta/actions/16/cards-block.svg +share/icons/Canta/actions/16/cd.svg +share/icons/Canta/actions/16/cell_edit.svg +share/icons/Canta/actions/16/cell_layout.svg share/icons/Canta/actions/16/channelmixer.svg share/icons/Canta/actions/16/character-set.svg share/icons/Canta/actions/16/check-filled.svg share/icons/Canta/actions/16/checkbox.svg share/icons/Canta/actions/16/checkmark.svg +share/icons/Canta/actions/16/choice-round.svg share/icons/Canta/actions/16/chronometer-lap.svg share/icons/Canta/actions/16/chronometer-pause.svg share/icons/Canta/actions/16/chronometer-reset.svg share/icons/Canta/actions/16/chronometer-start.svg share/icons/Canta/actions/16/chronometer.svg +share/icons/Canta/actions/16/class-or-package.svg +share/icons/Canta/actions/16/class.svg +share/icons/Canta/actions/16/clear_left.svg share/icons/Canta/actions/16/clock-large.svg share/icons/Canta/actions/16/clock.svg share/icons/Canta/actions/16/cloud-download.svg @@ -193,15 +225,28 @@ share/icons/Canta/actions/16/colors-chromagreen.svg share/icons/Canta/actions/16/colors-chromared.svg share/icons/Canta/actions/16/colors-luma.svg share/icons/Canta/actions/16/compass.svg +share/icons/Canta/actions/16/component.svg share/icons/Canta/actions/16/configuration.svg share/icons/Canta/actions/16/configure-shortcuts.svg share/icons/Canta/actions/16/configure-toolbars.svg share/icons/Canta/actions/16/configure.svg +share/icons/Canta/actions/16/configure_kile.svg +share/icons/Canta/actions/16/configure_project.svg +share/icons/Canta/actions/16/configure_shortcuts.svg +share/icons/Canta/actions/16/configure_toolbars.svg +share/icons/Canta/actions/16/connector-avoid.svg +share/icons/Canta/actions/16/connector-ignore.svg +share/icons/Canta/actions/16/connector-orthogonal.svg share/icons/Canta/actions/16/contact-new.svg +share/icons/Canta/actions/16/contents.svg +share/icons/Canta/actions/16/contexthelp.svg share/icons/Canta/actions/16/contrast.svg +share/icons/Canta/actions/16/convert.svg share/icons/Canta/actions/16/cookies.svg share/icons/Canta/actions/16/coordinate.svg share/icons/Canta/actions/16/copy-coordinates.svg +share/icons/Canta/actions/16/createpath.svg +share/icons/Canta/actions/16/cross-shape.svg share/icons/Canta/actions/16/crosshairs.svg share/icons/Canta/actions/16/currenttrack_pause.svg share/icons/Canta/actions/16/currenttrack_play.svg @@ -213,7 +258,9 @@ share/icons/Canta/actions/16/cvc-connect.svg share/icons/Canta/actions/16/cvc-disconnect.svg share/icons/Canta/actions/16/cvc-info.svg share/icons/Canta/actions/16/dashboard-show.svg +share/icons/Canta/actions/16/database-change-key.svg share/icons/Canta/actions/16/database-index.svg +share/icons/Canta/actions/16/datatype.svg share/icons/Canta/actions/16/debug-execute-from-cursor.svg share/icons/Canta/actions/16/debug-execute-to-cursor.svg share/icons/Canta/actions/16/debug-run-cursor.svg @@ -224,8 +271,12 @@ share/icons/Canta/actions/16/debug-step-into.svg share/icons/Canta/actions/16/debug-step-out.svg share/icons/Canta/actions/16/debug-step-over.svg share/icons/Canta/actions/16/delete-comment.svg +share/icons/Canta/actions/16/delete.svg share/icons/Canta/actions/16/depth16to8.svg share/icons/Canta/actions/16/depth8to16.svg +share/icons/Canta/actions/16/device.svg +share/icons/Canta/actions/16/diag_class.svg +share/icons/Canta/actions/16/diag_component.svg share/icons/Canta/actions/16/dialog-align-and-distribute.svg share/icons/Canta/actions/16/dialog-apply.svg share/icons/Canta/actions/16/dialog-cancel.svg @@ -233,6 +284,7 @@ share/icons/Canta/actions/16/dialog-close.svg share/icons/Canta/actions/16/dialog-error.svg share/icons/Canta/actions/16/dialog-fill-and-stroke.svg share/icons/Canta/actions/16/dialog-filters.svg +share/icons/Canta/actions/16/dialog-geometry.svg share/icons/Canta/actions/16/dialog-icon-preview.svg share/icons/Canta/actions/16/dialog-information.svg share/icons/Canta/actions/16/dialog-input-devices.svg @@ -244,8 +296,10 @@ share/icons/Canta/actions/16/dialog-object-properties.svg share/icons/Canta/actions/16/dialog-ok-apply.svg share/icons/Canta/actions/16/dialog-ok.svg share/icons/Canta/actions/16/dialog-password.svg +share/icons/Canta/actions/16/dialog-path-effects.svg share/icons/Canta/actions/16/dialog-rows-and-columns.svg share/icons/Canta/actions/16/dialog-scripts.svg +share/icons/Canta/actions/16/dialog-templates.svg share/icons/Canta/actions/16/dialog-text-and-font.svg share/icons/Canta/actions/16/dialog-tile-clones.svg share/icons/Canta/actions/16/dialog-transform.svg @@ -253,6 +307,9 @@ share/icons/Canta/actions/16/dialog-warning.svg share/icons/Canta/actions/16/dialog-xml-editor.svg share/icons/Canta/actions/16/dialog-yes.svg share/icons/Canta/actions/16/dirsync.svg +share/icons/Canta/actions/16/displaymathmode.svg +share/icons/Canta/actions/16/dissociatecell.svg +share/icons/Canta/actions/16/distortionfx.svg share/icons/Canta/actions/16/distribute-graph-directed.svg share/icons/Canta/actions/16/distribute-graph.svg share/icons/Canta/actions/16/distribute-horizontal-baseline.svg @@ -279,6 +336,8 @@ share/icons/Canta/actions/16/distribute-vertical-y.svg share/icons/Canta/actions/16/document-cleanup.svg share/icons/Canta/actions/16/document-close.svg share/icons/Canta/actions/16/document-decrypt.svg +share/icons/Canta/actions/16/document-download.svg +share/icons/Canta/actions/16/document-duplicate.svg share/icons/Canta/actions/16/document-edit-decrypt-verify.svg share/icons/Canta/actions/16/document-edit-decrypt.svg share/icons/Canta/actions/16/document-edit-encrypt.svg @@ -288,6 +347,7 @@ share/icons/Canta/actions/16/document-edit-verify.svg share/icons/Canta/actions/16/document-edit.svg share/icons/Canta/actions/16/document-encrypt.svg share/icons/Canta/actions/16/document-encrypted.svg +share/icons/Canta/actions/16/document-equal.svg share/icons/Canta/actions/16/document-export-ocal.svg share/icons/Canta/actions/16/document-export-table.svg share/icons/Canta/actions/16/document-export.svg @@ -317,6 +377,7 @@ share/icons/Canta/actions/16/document-save.svg share/icons/Canta/actions/16/document-send.svg share/icons/Canta/actions/16/document-share.svg share/icons/Canta/actions/16/document-sign.svg +share/icons/Canta/actions/16/document-single.svg share/icons/Canta/actions/16/document-swap.svg share/icons/Canta/actions/16/documentation.svg share/icons/Canta/actions/16/documentinfo.svg @@ -337,9 +398,25 @@ share/icons/Canta/actions/16/draw-connector.svg share/icons/Canta/actions/16/draw-cross.svg share/icons/Canta/actions/16/draw-cuboid.svg share/icons/Canta/actions/16/draw-donut.svg +share/icons/Canta/actions/16/draw-ellipse-arc.svg +share/icons/Canta/actions/16/draw-ellipse-chord.svg +share/icons/Canta/actions/16/draw-ellipse-segment.svg +share/icons/Canta/actions/16/draw-ellipse-whole.svg share/icons/Canta/actions/16/draw-ellipse.svg +share/icons/Canta/actions/16/draw-eraser-delete-objects.svg share/icons/Canta/actions/16/draw-eraser.svg share/icons/Canta/actions/16/draw-freehand.svg +share/icons/Canta/actions/16/draw-geometry-angle-bisector.svg +share/icons/Canta/actions/16/draw-geometry-circle-from-radius.svg +share/icons/Canta/actions/16/draw-geometry-circle-from-three-points.svg +share/icons/Canta/actions/16/draw-geometry-inactive.svg +share/icons/Canta/actions/16/draw-geometry-line-parallel.svg +share/icons/Canta/actions/16/draw-geometry-line-perpendicular.svg +share/icons/Canta/actions/16/draw-geometry-line-segment.svg +share/icons/Canta/actions/16/draw-geometry-mirror.svg +share/icons/Canta/actions/16/draw-geometry-set-bounding-box.svg +share/icons/Canta/actions/16/draw-geometry-show-measuring-info.svg +share/icons/Canta/actions/16/draw-geometry.svg share/icons/Canta/actions/16/draw-halfcircle1.svg share/icons/Canta/actions/16/draw-halfcircle2.svg share/icons/Canta/actions/16/draw-halfcircle3.svg @@ -354,12 +431,17 @@ share/icons/Canta/actions/16/draw-spiral.svg share/icons/Canta/actions/16/draw-square-inverted-corners.svg share/icons/Canta/actions/16/draw-star.svg share/icons/Canta/actions/16/draw-text.svg +share/icons/Canta/actions/16/draw-trace-background.svg share/icons/Canta/actions/16/draw-triangle.svg share/icons/Canta/actions/16/draw-triangle1.svg share/icons/Canta/actions/16/draw-triangle2.svg share/icons/Canta/actions/16/draw-triangle3.svg share/icons/Canta/actions/16/draw-triangle4.svg +share/icons/Canta/actions/16/draw-use-pressure.svg +share/icons/Canta/actions/16/draw-use-tilt.svg share/icons/Canta/actions/16/draw-watercolor.svg +share/icons/Canta/actions/16/dvipng.svg +share/icons/Canta/actions/16/dvips.svg share/icons/Canta/actions/16/dynamic-amarok.svg share/icons/Canta/actions/16/earthquake.svg share/icons/Canta/actions/16/edit-add.svg @@ -376,10 +458,12 @@ share/icons/Canta/actions/16/edit-clone.svg share/icons/Canta/actions/16/edit-comment.svg share/icons/Canta/actions/16/edit-copy.svg share/icons/Canta/actions/16/edit-cut.svg +share/icons/Canta/actions/16/edit-delete-remove.svg share/icons/Canta/actions/16/edit-delete-shred.svg share/icons/Canta/actions/16/edit-delete.svg share/icons/Canta/actions/16/edit-download.svg share/icons/Canta/actions/16/edit-duplicate.svg +share/icons/Canta/actions/16/edit-entry.svg share/icons/Canta/actions/16/edit-find-mail.svg share/icons/Canta/actions/16/edit-find-project.svg share/icons/Canta/actions/16/edit-find-replace.svg @@ -395,6 +479,7 @@ share/icons/Canta/actions/16/edit-link.svg share/icons/Canta/actions/16/edit-map.svg share/icons/Canta/actions/16/edit-mark.svg share/icons/Canta/actions/16/edit-node.svg +share/icons/Canta/actions/16/edit-none.svg share/icons/Canta/actions/16/edit-paste-in-place.svg share/icons/Canta/actions/16/edit-paste-style.svg share/icons/Canta/actions/16/edit-paste.svg @@ -425,9 +510,23 @@ share/icons/Canta/actions/16/editcopy.svg share/icons/Canta/actions/16/editcut.svg share/icons/Canta/actions/16/editdelete.svg share/icons/Canta/actions/16/editimage.svg +share/icons/Canta/actions/16/editor.svg share/icons/Canta/actions/16/editpaste.svg +share/icons/Canta/actions/16/editpath.svg +share/icons/Canta/actions/16/edittext.svg +share/icons/Canta/actions/16/ellipse-shape.svg +share/icons/Canta/actions/16/emph.svg +share/icons/Canta/actions/16/end_of_life.svg +share/icons/Canta/actions/16/end_state.svg share/icons/Canta/actions/16/enterprise.svg +share/icons/Canta/actions/16/entry-clone.svg +share/icons/Canta/actions/16/entry-delete.svg +share/icons/Canta/actions/16/entry-edit.svg +share/icons/Canta/actions/16/entry-new.svg +share/icons/Canta/actions/16/enum.svg +share/icons/Canta/actions/16/enumerate.svg share/icons/Canta/actions/16/epiphany-download.svg +share/icons/Canta/actions/16/equalizer.svg share/icons/Canta/actions/16/error.svg share/icons/Canta/actions/16/escape-direction-all.svg share/icons/Canta/actions/16/escape-direction-down.svg @@ -442,7 +541,9 @@ share/icons/Canta/actions/16/exchange-positions.svg share/icons/Canta/actions/16/exifinfo.svg share/icons/Canta/actions/16/exit.svg share/icons/Canta/actions/16/extract-archive.svg +share/icons/Canta/actions/16/favicon-download.svg share/icons/Canta/actions/16/favorite-genres-amarok.svg +share/icons/Canta/actions/16/favorite.svg share/icons/Canta/actions/16/favorites.svg share/icons/Canta/actions/16/fcitx-anthy.svg share/icons/Canta/actions/16/fcitx-bopomofo.svg @@ -485,8 +586,10 @@ share/icons/Canta/actions/16/feed-subscribe.svg share/icons/Canta/actions/16/file-zoom-in.svg share/icons/Canta/actions/16/file-zoom-out.svg share/icons/Canta/actions/16/filefind.svg +share/icons/Canta/actions/16/filegrep.svg share/icons/Canta/actions/16/filename-album-amarok.svg share/icons/Canta/actions/16/filename-and-amarok.svg +share/icons/Canta/actions/16/filename-artist-amarok.svg share/icons/Canta/actions/16/filename-bpm-amarok.svg share/icons/Canta/actions/16/filename-comment-amarok.svg share/icons/Canta/actions/16/filename-composer-amarok.svg @@ -517,6 +620,8 @@ share/icons/Canta/actions/16/filesave.svg share/icons/Canta/actions/16/filesaveas.svg share/icons/Canta/actions/16/fileview-preview.svg share/icons/Canta/actions/16/fill-color.svg +share/icons/Canta/actions/16/fill-rule-even-odd.svg +share/icons/Canta/actions/16/fill-rule-nonzero.svg share/icons/Canta/actions/16/filmgrain.svg share/icons/Canta/actions/16/find-location.svg share/icons/Canta/actions/16/find.svg @@ -531,6 +636,7 @@ share/icons/Canta/actions/16/flag-green.svg share/icons/Canta/actions/16/flag-red.svg share/icons/Canta/actions/16/flag-yellow.svg share/icons/Canta/actions/16/flag.svg +share/icons/Canta/actions/16/flatten_simplify.svg share/icons/Canta/actions/16/focus-legacy-systray.svg share/icons/Canta/actions/16/focus-top-bar.svg share/icons/Canta/actions/16/focus-windows.svg @@ -544,7 +650,11 @@ share/icons/Canta/actions/16/folder-tag.svg share/icons/Canta/actions/16/folder_color_picker.svg share/icons/Canta/actions/16/folder_new.svg share/icons/Canta/actions/16/followmouse.svg +share/icons/Canta/actions/16/font-face.svg share/icons/Canta/actions/16/font-select.svg +share/icons/Canta/actions/16/font-size-down.svg +share/icons/Canta/actions/16/font-size-up.svg +share/icons/Canta/actions/16/footsteps.svg share/icons/Canta/actions/16/fork.svg share/icons/Canta/actions/16/format-add-node.svg share/icons/Canta/actions/16/format-align-vertical-bottom.svg @@ -591,7 +701,9 @@ share/icons/Canta/actions/16/format-text-code.svg share/icons/Canta/actions/16/format-text-color.svg share/icons/Canta/actions/16/format-text-direction-horizontal.svg share/icons/Canta/actions/16/format-text-direction-ltr.svg +share/icons/Canta/actions/16/format-text-direction-r2l.svg share/icons/Canta/actions/16/format-text-direction-rtl.svg +share/icons/Canta/actions/16/format-text-direction-vertical-lr.svg share/icons/Canta/actions/16/format-text-direction-vertical.svg share/icons/Canta/actions/16/format-text-italic.svg share/icons/Canta/actions/16/format-text-larger.svg @@ -606,6 +718,7 @@ share/icons/Canta/actions/16/format-text-underline.svg share/icons/Canta/actions/16/format-text-uppercase.svg share/icons/Canta/actions/16/formula.svg share/icons/Canta/actions/16/forward.svg +share/icons/Canta/actions/16/freerotation.svg share/icons/Canta/actions/16/games-achievements.svg share/icons/Canta/actions/16/games-config-background.svg share/icons/Canta/actions/16/games-config-board.svg @@ -621,6 +734,7 @@ share/icons/Canta/actions/16/games-solve.svg share/icons/Canta/actions/16/geany-build.svg share/icons/Canta/actions/16/geany-close-all.svg share/icons/Canta/actions/16/geany-save-all.svg +share/icons/Canta/actions/16/gearhead-shape.svg share/icons/Canta/actions/16/get-hot-new-stuff.svg share/icons/Canta/actions/16/giggle-branch.svg share/icons/Canta/actions/16/giggle-diff-view.svg @@ -635,12 +749,38 @@ share/icons/Canta/actions/16/gnome-stock-mail-fwd.svg share/icons/Canta/actions/16/gnome-stock-mail-new.svg share/icons/Canta/actions/16/gnome-stock-mail-rpl.svg share/icons/Canta/actions/16/gnome-stock-mail-snd.svg +share/icons/Canta/actions/16/gnumeric-autofilter.svg +share/icons/Canta/actions/16/gnumeric-brush.svg +share/icons/Canta/actions/16/gnumeric-cells-split.svg +share/icons/Canta/actions/16/gnumeric-column-add.svg +share/icons/Canta/actions/16/gnumeric-column-delete.svg +share/icons/Canta/actions/16/gnumeric-column-hide.svg +share/icons/Canta/actions/16/gnumeric-column-size.svg +share/icons/Canta/actions/16/gnumeric-column-unhide.svg +share/icons/Canta/actions/16/gnumeric-comment-add.svg +share/icons/Canta/actions/16/gnumeric-comment-delete.svg +share/icons/Canta/actions/16/gnumeric-comment-edit.svg +share/icons/Canta/actions/16/gnumeric-graphguru.svg +share/icons/Canta/actions/16/gnumeric-group.svg +share/icons/Canta/actions/16/gnumeric-link-add.svg +share/icons/Canta/actions/16/gnumeric-link-delete.svg +share/icons/Canta/actions/16/gnumeric-link-edit.svg +share/icons/Canta/actions/16/gnumeric-link-email.svg +share/icons/Canta/actions/16/gnumeric-row-add.svg +share/icons/Canta/actions/16/gnumeric-row-hide.svg +share/icons/Canta/actions/16/gnumeric-row-size.svg +share/icons/Canta/actions/16/gnumeric-row-unhide.svg +share/icons/Canta/actions/16/gnumeric-subscript.svg +share/icons/Canta/actions/16/gnumeric-superscript.svg +share/icons/Canta/actions/16/gnumeric-ungroup.svg +share/icons/Canta/actions/16/gnumeric-visible.svg share/icons/Canta/actions/16/go-bottom.svg share/icons/Canta/actions/16/go-down-search.svg share/icons/Canta/actions/16/go-down.svg share/icons/Canta/actions/16/go-first-view-page.svg share/icons/Canta/actions/16/go-first-view.svg share/icons/Canta/actions/16/go-first.svg +share/icons/Canta/actions/16/go-home-large.svg share/icons/Canta/actions/16/go-home.svg share/icons/Canta/actions/16/go-jump-declaration.svg share/icons/Canta/actions/16/go-jump-definition.svg @@ -668,10 +808,19 @@ share/icons/Canta/actions/16/go-today.svg share/icons/Canta/actions/16/go-top.svg share/icons/Canta/actions/16/go-up-search.svg share/icons/Canta/actions/16/go-up.svg +share/icons/Canta/actions/16/gohome.svg share/icons/Canta/actions/16/gpg.svg share/icons/Canta/actions/16/gpgsm.svg share/icons/Canta/actions/16/gps.svg +share/icons/Canta/actions/16/gradient.svg +share/icons/Canta/actions/16/graphics.svg +share/icons/Canta/actions/16/grid-axonometric.svg share/icons/Canta/actions/16/grid-rectangular.svg +share/icons/Canta/actions/16/group-delete.svg +share/icons/Canta/actions/16/group-edit.svg +share/icons/Canta/actions/16/group-new.svg +share/icons/Canta/actions/16/group.svg +share/icons/Canta/actions/16/gtg-home.svg share/icons/Canta/actions/16/gtg-note-new.svg share/icons/Canta/actions/16/gtg-people.svg share/icons/Canta/actions/16/gtg-plugin.svg @@ -722,6 +871,7 @@ share/icons/Canta/actions/16/gtk-goto-first-rtl.svg share/icons/Canta/actions/16/gtk-goto-last-ltr.svg share/icons/Canta/actions/16/gtk-goto-last-rtl.svg share/icons/Canta/actions/16/gtk-goto-top.svg +share/icons/Canta/actions/16/gtk-home.svg share/icons/Canta/actions/16/gtk-indent-ltr.svg share/icons/Canta/actions/16/gtk-indent-rtl.svg share/icons/Canta/actions/16/gtk-index.svg @@ -793,15 +943,21 @@ share/icons/Canta/actions/16/help-feedback.svg share/icons/Canta/actions/16/help-hint.svg share/icons/Canta/actions/16/help-info.svg share/icons/Canta/actions/16/help-keybord-shortcuts.svg +share/icons/Canta/actions/16/help-latex.svg share/icons/Canta/actions/16/help-whatsthis.svg share/icons/Canta/actions/16/help.svg +share/icons/Canta/actions/16/hide_table_column.svg +share/icons/Canta/actions/16/hide_table_row.svg share/icons/Canta/actions/16/hidemouse.svg +share/icons/Canta/actions/16/highlight-pointer-spot.svg share/icons/Canta/actions/16/hint.svg share/icons/Canta/actions/16/history.svg share/icons/Canta/actions/16/history_entry.svg share/icons/Canta/actions/16/hook-notifier.svg share/icons/Canta/actions/16/hotpixels.svg share/icons/Canta/actions/16/hypnotoad.svg +share/icons/Canta/actions/16/icon_console.svg +share/icons/Canta/actions/16/icon_details.svg share/icons/Canta/actions/16/icon_radio.svg share/icons/Canta/actions/16/icon_tag.svg share/icons/Canta/actions/16/icon_user.svg @@ -845,6 +1001,8 @@ share/icons/Canta/actions/16/image-sharpen.svg share/icons/Canta/actions/16/image-straighten.svg share/icons/Canta/actions/16/imagecomment.svg share/icons/Canta/actions/16/inbox.svg +share/icons/Canta/actions/16/initial_state.svg +share/icons/Canta/actions/16/inpainting.svg share/icons/Canta/actions/16/insert-button.svg share/icons/Canta/actions/16/insert-emoticon.svg share/icons/Canta/actions/16/insert-endnote.svg @@ -857,10 +1015,14 @@ share/icons/Canta/actions/16/insert-more-mark.svg share/icons/Canta/actions/16/insert-object.svg share/icons/Canta/actions/16/insert-page-break.svg share/icons/Canta/actions/16/insert-table-of-contents.svg +share/icons/Canta/actions/16/insert-table-row.svg share/icons/Canta/actions/16/insert-table.svg share/icons/Canta/actions/16/insert-tableofcontents.svg share/icons/Canta/actions/16/insert-text-frame.svg share/icons/Canta/actions/16/insert-text.svg +share/icons/Canta/actions/16/insertcell.svg +share/icons/Canta/actions/16/interactive_simplify.svg +share/icons/Canta/actions/16/interface.svg share/icons/Canta/actions/16/internet-amarok.svg share/icons/Canta/actions/16/internet-services.svg share/icons/Canta/actions/16/invertimage.svg @@ -872,6 +1034,7 @@ share/icons/Canta/actions/16/irc-operator.svg share/icons/Canta/actions/16/irc-remove-operator.svg share/icons/Canta/actions/16/irc-unvoice.svg share/icons/Canta/actions/16/irc-voice.svg +share/icons/Canta/actions/16/itemize.svg share/icons/Canta/actions/16/items-tags.svg share/icons/Canta/actions/16/itmages-add.svg share/icons/Canta/actions/16/itmages-cancel.svg @@ -947,7 +1110,11 @@ share/icons/Canta/actions/16/kdenlive-zoom-large.svg share/icons/Canta/actions/16/kdenlive-zoom-small.svg share/icons/Canta/actions/16/kdocumentinfo.svg share/icons/Canta/actions/16/key-enter.svg +share/icons/Canta/actions/16/key_enter.svg +share/icons/Canta/actions/16/kfm_home.svg share/icons/Canta/actions/16/kittens.svg +share/icons/Canta/actions/16/kmousetool_off.svg +share/icons/Canta/actions/16/kmousetool_on.svg share/icons/Canta/actions/16/kmouth-phrase-new.svg share/icons/Canta/actions/16/kmouth-phrase.svg share/icons/Canta/actions/16/kmouth-phrasebook.svg @@ -965,13 +1132,19 @@ share/icons/Canta/actions/16/kr_setjumpback.svg share/icons/Canta/actions/16/kr_syncbrowse_off.svg share/icons/Canta/actions/16/kr_syncbrowse_on.svg share/icons/Canta/actions/16/kr_unselect.svg +share/icons/Canta/actions/16/kruler-north.svg +share/icons/Canta/actions/16/kstars_advanced.svg +share/icons/Canta/actions/16/kstars_catalog.svg share/icons/Canta/actions/16/kstars_cbound.svg share/icons/Canta/actions/16/kstars_clines.svg share/icons/Canta/actions/16/kstars_cnames.svg +share/icons/Canta/actions/16/kstars_colors.svg share/icons/Canta/actions/16/kstars_deepsky.svg share/icons/Canta/actions/16/kstars_ekos.svg share/icons/Canta/actions/16/kstars_fitsviewer.svg +share/icons/Canta/actions/16/kstars_flag.svg share/icons/Canta/actions/16/kstars_grid.svg +share/icons/Canta/actions/16/kstars_guides.svg share/icons/Canta/actions/16/kstars_hgrid.svg share/icons/Canta/actions/16/kstars_horizon.svg share/icons/Canta/actions/16/kstars_indi.svg @@ -1004,8 +1177,10 @@ share/icons/Canta/actions/16/kt-start.svg share/icons/Canta/actions/16/kt-stop-all.svg share/icons/Canta/actions/16/kt-stop.svg share/icons/Canta/actions/16/kt-upnp.svg +share/icons/Canta/actions/16/ktnef_extract_all_to.svg share/icons/Canta/actions/16/ktnef_extract_to.svg share/icons/Canta/actions/16/label-amarok.svg +share/icons/Canta/actions/16/label.svg share/icons/Canta/actions/16/labplot-TeX-logo.svg share/icons/Canta/actions/16/labplot-auto-scale-all.svg share/icons/Canta/actions/16/labplot-auto-scale-x.svg @@ -1018,7 +1193,10 @@ share/icons/Canta/actions/16/labplot-shift-down-y.svg share/icons/Canta/actions/16/labplot-shift-left-x.svg share/icons/Canta/actions/16/labplot-shift-right-x.svg share/icons/Canta/actions/16/labplot-shift-up-y.svg +share/icons/Canta/actions/16/labplot-spreadsheet-new.svg +share/icons/Canta/actions/16/labplot-spreadsheet.svg share/icons/Canta/actions/16/labplot-transform-move.svg +share/icons/Canta/actions/16/labplot-xy-curve-points.svg share/icons/Canta/actions/16/labplot-xy-curve.svg share/icons/Canta/actions/16/labplot-xy-equation-curve.svg share/icons/Canta/actions/16/labplot-xy-fit-curve.svg @@ -1030,6 +1208,14 @@ share/icons/Canta/actions/16/labplot-zoom-in-x.svg share/icons/Canta/actions/16/labplot-zoom-in-y.svg share/icons/Canta/actions/16/labplot-zoom-out-x.svg share/icons/Canta/actions/16/labplot-zoom-out-y.svg +share/icons/Canta/actions/16/labplot-zoom-select-x.svg +share/icons/Canta/actions/16/labplot-zoom-select-y.svg +share/icons/Canta/actions/16/labplot-zoom-select.svg +share/icons/Canta/actions/16/languages.svg +share/icons/Canta/actions/16/lastfm-neighbour.svg +share/icons/Canta/actions/16/lastfm-personal.svg +share/icons/Canta/actions/16/lastfm-recommended.svg +share/icons/Canta/actions/16/lastfm-tag.svg share/icons/Canta/actions/16/layer-bottom.svg share/icons/Canta/actions/16/layer-delete.svg share/icons/Canta/actions/16/layer-duplicate.svg @@ -1059,6 +1245,7 @@ share/icons/Canta/actions/16/list-remove-user.svg share/icons/Canta/actions/16/list-remove.svg share/icons/Canta/actions/16/list-resource-add.svg share/icons/Canta/actions/16/location.svg +share/icons/Canta/actions/16/locationbar_erase.svg share/icons/Canta/actions/16/lock.svg share/icons/Canta/actions/16/love-amarok.svg share/icons/Canta/actions/16/love.svg @@ -1068,6 +1255,7 @@ share/icons/Canta/actions/16/lpi-help.svg share/icons/Canta/actions/16/lpi-translate.svg share/icons/Canta/actions/16/mail-archive.svg share/icons/Canta/actions/16/mail-attachment.svg +share/icons/Canta/actions/16/mail-deleted.svg share/icons/Canta/actions/16/mail-encrypted-full.svg share/icons/Canta/actions/16/mail-encrypted-part.svg share/icons/Canta/actions/16/mail-encrypted.svg @@ -1076,6 +1264,7 @@ share/icons/Canta/actions/16/mail-flagged.svg share/icons/Canta/actions/16/mail-folder-inbox.svg share/icons/Canta/actions/16/mail-folder-outbox.svg share/icons/Canta/actions/16/mail-folder-sent.svg +share/icons/Canta/actions/16/mail-forward-attachment.svg share/icons/Canta/actions/16/mail-forward.svg share/icons/Canta/actions/16/mail-forwarded-replied.svg share/icons/Canta/actions/16/mail-forwarded.svg @@ -1096,6 +1285,7 @@ share/icons/Canta/actions/16/mail-move.svg share/icons/Canta/actions/16/mail-open-multiple.svg share/icons/Canta/actions/16/mail-outbox.svg share/icons/Canta/actions/16/mail-queue.svg +share/icons/Canta/actions/16/mail-queued.svg share/icons/Canta/actions/16/mail-read.svg share/icons/Canta/actions/16/mail-receive.svg share/icons/Canta/actions/16/mail-replied.svg @@ -1121,26 +1311,41 @@ share/icons/Canta/actions/16/mail-unread-multiple.svg share/icons/Canta/actions/16/mail-unread-new.svg share/icons/Canta/actions/16/mail-unread.svg share/icons/Canta/actions/16/mail_forward.svg +share/icons/Canta/actions/16/mail_generic.svg share/icons/Canta/actions/16/mail_new.svg share/icons/Canta/actions/16/mail_reply.svg share/icons/Canta/actions/16/mail_replyall.svg +share/icons/Canta/actions/16/makeidx.svg share/icons/Canta/actions/16/manga.svg share/icons/Canta/actions/16/map-flat.svg share/icons/Canta/actions/16/map-globe.svg share/icons/Canta/actions/16/map-gnomonic.svg share/icons/Canta/actions/16/map-mercator.svg share/icons/Canta/actions/16/mark-location.svg +share/icons/Canta/actions/16/math0.svg +share/icons/Canta/actions/16/math2.svg +share/icons/Canta/actions/16/math7.svg +share/icons/Canta/actions/16/math9.svg +share/icons/Canta/actions/16/mathmode.svg share/icons/Canta/actions/16/measure.svg share/icons/Canta/actions/16/media-album-cover-manager-amarok.svg share/icons/Canta/actions/16/media-album-cover.svg share/icons/Canta/actions/16/media-album-repeat-amarok.svg share/icons/Canta/actions/16/media-album-track.svg share/icons/Canta/actions/16/media-eject.svg +share/icons/Canta/actions/16/media-forward.svg share/icons/Canta/actions/16/media-import-audio-cd.svg +share/icons/Canta/actions/16/media-pause.svg +share/icons/Canta/actions/16/media-play.svg share/icons/Canta/actions/16/media-playback-pause.svg +share/icons/Canta/actions/16/media-playback-paused.svg +share/icons/Canta/actions/16/media-playback-playing.svg share/icons/Canta/actions/16/media-playback-start-rtl.svg share/icons/Canta/actions/16/media-playback-start.svg share/icons/Canta/actions/16/media-playback-stop.svg +share/icons/Canta/actions/16/media-playback-stopped.svg +share/icons/Canta/actions/16/media-playlist-normal.svg +share/icons/Canta/actions/16/media-playlist-play.svg share/icons/Canta/actions/16/media-playlist-repeat-amarok.svg share/icons/Canta/actions/16/media-playlist-repeat.svg share/icons/Canta/actions/16/media-playlist-shuffle.svg @@ -1148,19 +1353,26 @@ share/icons/Canta/actions/16/media-random-albums-amarok.svg share/icons/Canta/actions/16/media-random-tracks-amarok.svg share/icons/Canta/actions/16/media-record.svg share/icons/Canta/actions/16/media-repeat-album-amarok.svg +share/icons/Canta/actions/16/media-repeat-all.svg +share/icons/Canta/actions/16/media-repeat-none.svg share/icons/Canta/actions/16/media-repeat-playlist-amarok.svg +share/icons/Canta/actions/16/media-repeat-single.svg share/icons/Canta/actions/16/media-repeat-track-amarok.svg +share/icons/Canta/actions/16/media-rewind.svg share/icons/Canta/actions/16/media-seek-backward.svg share/icons/Canta/actions/16/media-seek-forward.svg share/icons/Canta/actions/16/media-show-active-track-amarok.svg share/icons/Canta/actions/16/media-skip-backward.svg share/icons/Canta/actions/16/media-skip-forward.svg share/icons/Canta/actions/16/media-standard-track-progression-amarok.svg +share/icons/Canta/actions/16/media-stop.svg share/icons/Canta/actions/16/media-track-add-amarok.svg share/icons/Canta/actions/16/media-track-edit-amarok.svg share/icons/Canta/actions/16/media-track-queue-amarok.svg share/icons/Canta/actions/16/media-track-remove-amarok.svg share/icons/Canta/actions/16/media-view-subtitles.svg +share/icons/Canta/actions/16/media-write-cd.svg +share/icons/Canta/actions/16/medskip.svg share/icons/Canta/actions/16/meeting-attending-tentative.svg share/icons/Canta/actions/16/meeting-attending.svg share/icons/Canta/actions/16/meeting-participant-no-response.svg @@ -1169,13 +1381,20 @@ share/icons/Canta/actions/16/meld-version-control.svg share/icons/Canta/actions/16/menu_new.svg share/icons/Canta/actions/16/menu_new_sep.svg share/icons/Canta/actions/16/merge.svg +share/icons/Canta/actions/16/mesh-gradient-fit.svg share/icons/Canta/actions/16/mesh-gradient.svg +share/icons/Canta/actions/16/message-close.svg +share/icons/Canta/actions/16/message-new.svg share/icons/Canta/actions/16/messagebox_warning.svg share/icons/Canta/actions/16/mic-off.svg share/icons/Canta/actions/16/mic-on.svg share/icons/Canta/actions/16/mic-ready.svg share/icons/Canta/actions/16/milestone.svg +share/icons/Canta/actions/16/modified.svg +share/icons/Canta/actions/16/mpost.svg +share/icons/Canta/actions/16/msgid2msgstr.svg share/icons/Canta/actions/16/multimedia-volume-control.svg +share/icons/Canta/actions/16/multirow.svg share/icons/Canta/actions/16/music-amarok.svg share/icons/Canta/actions/16/nemo-eject.svg share/icons/Canta/actions/16/network-connect.svg @@ -1185,6 +1404,8 @@ share/icons/Canta/actions/16/new-audio-alarm.svg share/icons/Canta/actions/16/news-subscribe.svg share/icons/Canta/actions/16/news-unsubscribe.svg share/icons/Canta/actions/16/next.svg +share/icons/Canta/actions/16/no-marker.svg +share/icons/Canta/actions/16/no.svg share/icons/Canta/actions/16/nocover.svg share/icons/Canta/actions/16/node-add.svg share/icons/Canta/actions/16/node-break.svg @@ -1201,6 +1422,9 @@ share/icons/Canta/actions/16/node-type-smooth.svg share/icons/Canta/actions/16/node-type-symmetric.svg share/icons/Canta/actions/16/noisereduction.svg share/icons/Canta/actions/16/non-starred.svg +share/icons/Canta/actions/16/note.svg +share/icons/Canta/actions/16/notifications-disabled.svg +share/icons/Canta/actions/16/notifications.svg share/icons/Canta/actions/16/object-align-horizontal-center-calligra.svg share/icons/Canta/actions/16/object-align-horizontal-left-calligra.svg share/icons/Canta/actions/16/object-align-horizontal-right-calligra.svg @@ -1210,6 +1434,7 @@ share/icons/Canta/actions/16/object-align-vertical-center-calligra.svg share/icons/Canta/actions/16/object-align-vertical-top-calligra.svg share/icons/Canta/actions/16/object-columns.svg share/icons/Canta/actions/16/object-crop.svg +share/icons/Canta/actions/16/object-fill.svg share/icons/Canta/actions/16/object-flip-horizontal.svg share/icons/Canta/actions/16/object-flip-vertical.svg share/icons/Canta/actions/16/object-group-calligra.svg @@ -1230,11 +1455,25 @@ share/icons/Canta/actions/16/object-rotate-right.svg share/icons/Canta/actions/16/object-rows.svg share/icons/Canta/actions/16/object-select.svg share/icons/Canta/actions/16/object-straighten.svg +share/icons/Canta/actions/16/object-stroke-style.svg +share/icons/Canta/actions/16/object-stroke.svg share/icons/Canta/actions/16/object-to-path.svg +share/icons/Canta/actions/16/object-tweak-attract.svg +share/icons/Canta/actions/16/object-tweak-blur.svg +share/icons/Canta/actions/16/object-tweak-duplicate.svg +share/icons/Canta/actions/16/object-tweak-jitter-color.svg +share/icons/Canta/actions/16/object-tweak-paint.svg +share/icons/Canta/actions/16/object-tweak-push.svg +share/icons/Canta/actions/16/object-tweak-randomize.svg +share/icons/Canta/actions/16/object-tweak-rotate.svg +share/icons/Canta/actions/16/object-tweak-shrink.svg share/icons/Canta/actions/16/object-ungroup-calligra.svg +share/icons/Canta/actions/16/object-ungroup-pop-selection.svg share/icons/Canta/actions/16/object-ungroup.svg share/icons/Canta/actions/16/object-unlocked.svg share/icons/Canta/actions/16/object-visible.svg +share/icons/Canta/actions/16/object.svg +share/icons/Canta/actions/16/object_node.svg share/icons/Canta/actions/16/office-chart-area-focus-peak-node.svg share/icons/Canta/actions/16/office-chart-area-percentage.svg share/icons/Canta/actions/16/office-chart-area-stacked.svg @@ -1250,12 +1489,19 @@ share/icons/Canta/actions/16/office-chart-polar-stacked.svg share/icons/Canta/actions/16/office-chart-polar.svg share/icons/Canta/actions/16/office-chart-ring.svg share/icons/Canta/actions/16/office-chart-scatter.svg +share/icons/Canta/actions/16/offline-settings.svg +share/icons/Canta/actions/16/offline.svg share/icons/Canta/actions/16/oilpaint.svg +share/icons/Canta/actions/16/ok.svg +share/icons/Canta/actions/16/online.svg share/icons/Canta/actions/16/open-for-editing.svg share/icons/Canta/actions/16/open-magnet.svg share/icons/Canta/actions/16/open-menu.svg share/icons/Canta/actions/16/outbox.svg +share/icons/Canta/actions/16/output_win.svg share/icons/Canta/actions/16/overexposure.svg +share/icons/Canta/actions/16/pack-less.svg +share/icons/Canta/actions/16/pack-more.svg share/icons/Canta/actions/16/package.svg share/icons/Canta/actions/16/package_settings.svg share/icons/Canta/actions/16/page-2sides.svg @@ -1263,16 +1509,44 @@ share/icons/Canta/actions/16/page-3sides.svg share/icons/Canta/actions/16/page-4sides.svg share/icons/Canta/actions/16/page-simple.svg share/icons/Canta/actions/16/page-zoom.svg +share/icons/Canta/actions/16/paint-gradient-conical.svg +share/icons/Canta/actions/16/paint-gradient-linear.svg +share/icons/Canta/actions/16/paint-gradient-mesh.svg +share/icons/Canta/actions/16/paint-gradient-radial.svg +share/icons/Canta/actions/16/paint-none.svg +share/icons/Canta/actions/16/paint-pattern.svg +share/icons/Canta/actions/16/paint-solid.svg +share/icons/Canta/actions/16/paint-swatch.svg +share/icons/Canta/actions/16/paint-unknown.svg share/icons/Canta/actions/16/pan-down.svg share/icons/Canta/actions/16/pan-end.svg share/icons/Canta/actions/16/pan-start.svg share/icons/Canta/actions/16/pan-up.svg share/icons/Canta/actions/16/pane-hide.svg share/icons/Canta/actions/16/pane-show.svg +share/icons/Canta/actions/16/paperclip.svg +share/icons/Canta/actions/16/password-copy.svg +share/icons/Canta/actions/16/password-generate.svg +share/icons/Canta/actions/16/password-generator.svg +share/icons/Canta/actions/16/password-show-off.svg +share/icons/Canta/actions/16/password-show-on.svg +share/icons/Canta/actions/16/path-break-apart.svg share/icons/Canta/actions/16/path-clip-edit.svg +share/icons/Canta/actions/16/path-combine.svg +share/icons/Canta/actions/16/path-cut.svg +share/icons/Canta/actions/16/path-difference.svg +share/icons/Canta/actions/16/path-division.svg share/icons/Canta/actions/16/path-effect-parameter-next.svg +share/icons/Canta/actions/16/path-exclusion.svg +share/icons/Canta/actions/16/path-inset.svg share/icons/Canta/actions/16/path-mask-edit.svg +share/icons/Canta/actions/16/path-mode-bezier.svg +share/icons/Canta/actions/16/path-mode-bspline.svg +share/icons/Canta/actions/16/path-mode-spiro.svg +share/icons/Canta/actions/16/pattern.svg share/icons/Canta/actions/16/pdf-annotations.svg +share/icons/Canta/actions/16/pdftex.svg +share/icons/Canta/actions/16/pentagon-shape.svg share/icons/Canta/actions/16/pgp-keys.svg share/icons/Canta/actions/16/photo.svg share/icons/Canta/actions/16/photos-amarok.svg @@ -1308,9 +1582,13 @@ share/icons/Canta/actions/16/poedit-status-comment.svg share/icons/Canta/actions/16/poedit-sync.svg share/icons/Canta/actions/16/poedit-update.svg share/icons/Canta/actions/16/poedit-validate.svg +share/icons/Canta/actions/16/pointer.svg share/icons/Canta/actions/16/polygon-add-nodes.svg share/icons/Canta/actions/16/polygon-merge-nodes.svg share/icons/Canta/actions/16/postalcode.svg +share/icons/Canta/actions/16/practice-setup.svg +share/icons/Canta/actions/16/practice-start.svg +share/icons/Canta/actions/16/practice-stop.svg share/icons/Canta/actions/16/preferences-activities.svg share/icons/Canta/actions/16/preferences-desktop-user-password.svg share/icons/Canta/actions/16/preferences-indicator-amarok.svg @@ -1318,6 +1596,13 @@ share/icons/Canta/actions/16/preferences-media-playback-amarok.svg share/icons/Canta/actions/16/preferences-other.svg share/icons/Canta/actions/16/preferences-system-session-services.svg share/icons/Canta/actions/16/preflight-verifier.svg +share/icons/Canta/actions/16/presence_away.svg +share/icons/Canta/actions/16/presence_offline.svg +share/icons/Canta/actions/16/presence_online.svg +share/icons/Canta/actions/16/presence_unknown.svg +share/icons/Canta/actions/16/preview.svg +share/icons/Canta/actions/16/preview_math.svg +share/icons/Canta/actions/16/preview_sel.svg share/icons/Canta/actions/16/previous.svg share/icons/Canta/actions/16/privatebrowsing.svg share/icons/Canta/actions/16/process-stop.svg @@ -1326,13 +1611,22 @@ share/icons/Canta/actions/16/project-development-close.svg share/icons/Canta/actions/16/project-development-new-template.svg share/icons/Canta/actions/16/project-development.svg share/icons/Canta/actions/16/project-open.svg +share/icons/Canta/actions/16/project_add.svg +share/icons/Canta/actions/16/project_archive.svg +share/icons/Canta/actions/16/project_rebuild.svg +share/icons/Canta/actions/16/project_remove.svg +share/icons/Canta/actions/16/project_show.svg +share/icons/Canta/actions/16/projectgrep.svg +share/icons/Canta/actions/16/qa.svg share/icons/Canta/actions/16/qlipper.svg share/icons/Canta/actions/16/query-free-busy.svg +share/icons/Canta/actions/16/quick.svg share/icons/Canta/actions/16/quickopen-class.svg share/icons/Canta/actions/16/quickopen-file.svg share/icons/Canta/actions/16/quickopen-function.svg share/icons/Canta/actions/16/quickopen.svg share/icons/Canta/actions/16/quickview.svg +share/icons/Canta/actions/16/quickwizard.svg share/icons/Canta/actions/16/rabbitvcs-about.svg share/icons/Canta/actions/16/rabbitvcs-add.svg share/icons/Canta/actions/16/rabbitvcs-annotate.svg @@ -1377,11 +1671,18 @@ share/icons/Canta/actions/16/rabbitvcs-unlock.svg share/icons/Canta/actions/16/rabbitvcs-unstage.svg share/icons/Canta/actions/16/rabbitvcs-update.svg share/icons/Canta/actions/16/raindrop.svg +share/icons/Canta/actions/16/randomize.svg share/icons/Canta/actions/16/rating-unrated.svg share/icons/Canta/actions/16/rating.svg share/icons/Canta/actions/16/ratiocrop.svg share/icons/Canta/actions/16/record.svg +share/icons/Canta/actions/16/rectangle-shape.svg share/icons/Canta/actions/16/redeyes.svg +share/icons/Canta/actions/16/refactor.svg +share/icons/Canta/actions/16/refreshstructure.svg +share/icons/Canta/actions/16/region.svg +share/icons/Canta/actions/16/relation.svg +share/icons/Canta/actions/16/relationship.svg share/icons/Canta/actions/16/reload.svg share/icons/Canta/actions/16/reload3.svg share/icons/Canta/actions/16/reload_all_tabs.svg @@ -1419,9 +1720,12 @@ share/icons/Canta/actions/16/run-build-prune.svg share/icons/Canta/actions/16/run-build.svg share/icons/Canta/actions/16/run-clean.svg share/icons/Canta/actions/16/run-install.svg +share/icons/Canta/actions/16/scriptnew.svg +share/icons/Canta/actions/16/scriptopen.svg share/icons/Canta/actions/16/search-icon.svg share/icons/Canta/actions/16/search.svg share/icons/Canta/actions/16/select-rectangular.svg +share/icons/Canta/actions/16/select.svg share/icons/Canta/actions/16/selection-bottom.svg share/icons/Canta/actions/16/selection-end.svg share/icons/Canta/actions/16/selection-lower.svg @@ -1431,12 +1735,15 @@ share/icons/Canta/actions/16/selection-move-to-layer-below.svg share/icons/Canta/actions/16/selection-raise.svg share/icons/Canta/actions/16/selection-start.svg share/icons/Canta/actions/16/selection-top.svg +share/icons/Canta/actions/16/selection.svg share/icons/Canta/actions/16/semi-starred.svg share/icons/Canta/actions/16/send-to.svg share/icons/Canta/actions/16/services.svg +share/icons/Canta/actions/16/set-language.svg share/icons/Canta/actions/16/setroubleshoot_icon.svg share/icons/Canta/actions/16/settings-configure.svg share/icons/Canta/actions/16/settings.svg +share/icons/Canta/actions/16/shallow-history.svg share/icons/Canta/actions/16/shape-choose.svg share/icons/Canta/actions/16/shapes.svg share/icons/Canta/actions/16/sharpenimage.svg @@ -1449,15 +1756,21 @@ share/icons/Canta/actions/16/show-menu.svg share/icons/Canta/actions/16/show-node-handles.svg share/icons/Canta/actions/16/show-offline.svg share/icons/Canta/actions/16/show-path-outline.svg +share/icons/Canta/actions/16/show_table_column.svg +share/icons/Canta/actions/16/show_table_row.svg +share/icons/Canta/actions/16/shuffle.svg share/icons/Canta/actions/16/sidebar-places.svg share/icons/Canta/actions/16/sidebar.svg share/icons/Canta/actions/16/similarartists-amarok.svg +share/icons/Canta/actions/16/slanted.svg share/icons/Canta/actions/16/slideshow-plugin.svg share/icons/Canta/actions/16/smallclock.svg +share/icons/Canta/actions/16/smallskip.svg share/icons/Canta/actions/16/snap-bounding-box-center.svg share/icons/Canta/actions/16/snap-bounding-box-corners.svg share/icons/Canta/actions/16/snap-bounding-box-edges.svg share/icons/Canta/actions/16/snap-bounding-box-midpoints.svg +share/icons/Canta/actions/16/snap-bounding-box.svg share/icons/Canta/actions/16/snap-extension.svg share/icons/Canta/actions/16/snap-guideline.svg share/icons/Canta/actions/16/snap-intersection.svg @@ -1476,16 +1789,33 @@ share/icons/Canta/actions/16/snap.svg share/icons/Canta/actions/16/social.svg share/icons/Canta/actions/16/sort-name.svg share/icons/Canta/actions/16/sort-presence.svg +share/icons/Canta/actions/16/sort_incr.svg share/icons/Canta/actions/16/soundkonverter-replaygain.svg +share/icons/Canta/actions/16/source-playlist.svg +share/icons/Canta/actions/16/source-smart-playlist.svg share/icons/Canta/actions/16/spacefm-find.svg share/icons/Canta/actions/16/speaker.svg +share/icons/Canta/actions/16/specific-setup.svg share/icons/Canta/actions/16/speedometer.svg +share/icons/Canta/actions/16/spiral-shape.svg share/icons/Canta/actions/16/split.svg +share/icons/Canta/actions/16/spreadsheetshape.svg share/icons/Canta/actions/16/standard-connector.svg share/icons/Canta/actions/16/star-off.svg share/icons/Canta/actions/16/star-on.svg +share/icons/Canta/actions/16/star-shape.svg share/icons/Canta/actions/16/starred.svg +share/icons/Canta/actions/16/start-over.svg share/icons/Canta/actions/16/start.svg +share/icons/Canta/actions/16/step_object_Box.svg +share/icons/Canta/actions/16/step_object_Controller.svg +share/icons/Canta/actions/16/step_object_Disk.svg +share/icons/Canta/actions/16/step_object_Graph.svg +share/icons/Canta/actions/16/step_object_Note.svg +share/icons/Canta/actions/16/step_object_Particle.svg +share/icons/Canta/actions/16/step_object_Polygon.svg +share/icons/Canta/actions/16/step_object_Rope.svg +share/icons/Canta/actions/16/step_object_Stick.svg share/icons/Canta/actions/16/sticky_zoom.svg share/icons/Canta/actions/16/stock_about.svg share/icons/Canta/actions/16/stock_add-bookmark.svg @@ -1609,14 +1939,21 @@ share/icons/Canta/actions/16/stroke-join-bevel.svg share/icons/Canta/actions/16/stroke-join-miter.svg share/icons/Canta/actions/16/stroke-join-round.svg share/icons/Canta/actions/16/stroke-to-path.svg +share/icons/Canta/actions/16/strong.svg +share/icons/Canta/actions/16/structure.svg +share/icons/Canta/actions/16/subsystem.svg share/icons/Canta/actions/16/svn-commit.svg share/icons/Canta/actions/16/svn-update.svg share/icons/Canta/actions/16/symbols.svg share/icons/Canta/actions/16/system-help.svg +share/icons/Canta/actions/16/system-lock-screen.svg +share/icons/Canta/actions/16/system-reboot.svg share/icons/Canta/actions/16/system-run.svg +share/icons/Canta/actions/16/system-save-session.svg share/icons/Canta/actions/16/system-search.svg share/icons/Canta/actions/16/system-software-install.svg share/icons/Canta/actions/16/system-upgrade.svg +share/icons/Canta/actions/16/system-users.svg share/icons/Canta/actions/16/tab-close-other.svg share/icons/Canta/actions/16/tab-close.svg share/icons/Canta/actions/16/tab-detach.svg @@ -1628,6 +1965,7 @@ share/icons/Canta/actions/16/tab_duplicate.svg share/icons/Canta/actions/16/tab_new.svg share/icons/Canta/actions/16/table.svg share/icons/Canta/actions/16/tag-addressbook.svg +share/icons/Canta/actions/16/tag-assigned.svg share/icons/Canta/actions/16/tag-delete.svg share/icons/Canta/actions/16/tag-events.svg share/icons/Canta/actions/16/tag-folder.svg @@ -1647,6 +1985,8 @@ share/icons/Canta/actions/16/task-due.svg share/icons/Canta/actions/16/task-new.svg share/icons/Canta/actions/16/task-past-due.svg share/icons/Canta/actions/16/taxes-finances.svg +share/icons/Canta/actions/16/template.svg +share/icons/Canta/actions/16/text-convert-to-regular.svg share/icons/Canta/actions/16/text-field.svg share/icons/Canta/actions/16/text-frame-link.svg share/icons/Canta/actions/16/text-frame-unlink.svg @@ -1664,12 +2004,28 @@ share/icons/Canta/actions/16/tool-measure.svg share/icons/Canta/actions/16/tool-node-editor.svg share/icons/Canta/actions/16/tool-pointer.svg share/icons/Canta/actions/16/tool-spray.svg +share/icons/Canta/actions/16/tool-text.svg share/icons/Canta/actions/16/tool-tweak.svg +share/icons/Canta/actions/16/tool_brush.svg +share/icons/Canta/actions/16/tool_cellformatting.svg share/icons/Canta/actions/16/tool_color_eraser.svg +share/icons/Canta/actions/16/tool_color_picker.svg share/icons/Canta/actions/16/tool_curve.svg +share/icons/Canta/actions/16/tool_ellipse.svg share/icons/Canta/actions/16/tool_elliptical_selection.svg +share/icons/Canta/actions/16/tool_eraser.svg +share/icons/Canta/actions/16/tool_flood_fill.svg +share/icons/Canta/actions/16/tool_line.svg +share/icons/Canta/actions/16/tool_pagelayout.svg +share/icons/Canta/actions/16/tool_pen.svg share/icons/Canta/actions/16/tool_polygon.svg +share/icons/Canta/actions/16/tool_polyline.svg +share/icons/Canta/actions/16/tool_rect_selection.svg +share/icons/Canta/actions/16/tool_rectangle.svg +share/icons/Canta/actions/16/tool_references.svg +share/icons/Canta/actions/16/tool_review.svg share/icons/Canta/actions/16/tool_rounded_rectangle.svg +share/icons/Canta/actions/16/tool_text.svg share/icons/Canta/actions/16/tools-check-spelling.svg share/icons/Canta/actions/16/tools-media-optical-burn-image.svg share/icons/Canta/actions/16/tools-media-optical-burn.svg @@ -1688,6 +2044,7 @@ share/icons/Canta/actions/16/transform-affect-gradient.svg share/icons/Canta/actions/16/transform-affect-pattern.svg share/icons/Canta/actions/16/transform-affect-rounded-corners.svg share/icons/Canta/actions/16/transform-affect-stroke.svg +share/icons/Canta/actions/16/transform-browse.svg share/icons/Canta/actions/16/transform-crop-and-resize.svg share/icons/Canta/actions/16/transform-crop.svg share/icons/Canta/actions/16/transform-move.svg @@ -1698,11 +2055,27 @@ share/icons/Canta/actions/16/transform-shear-down.svg share/icons/Canta/actions/16/transform-shear-left.svg share/icons/Canta/actions/16/transform-shear-right.svg share/icons/Canta/actions/16/transform-shear-up.svg +share/icons/Canta/actions/16/transform-skew-horizontal.svg +share/icons/Canta/actions/16/transform-skew-vertical.svg +share/icons/Canta/actions/16/transsearch.svg share/icons/Canta/actions/16/trash-empty.svg share/icons/Canta/actions/16/twitter-dm.svg share/icons/Canta/actions/16/twitter-home.svg share/icons/Canta/actions/16/twitter-mentions.svg share/icons/Canta/actions/16/twitter-profile.svg +share/icons/Canta/actions/16/umbr-coll-message-asynchronous.svg +share/icons/Canta/actions/16/umbr-coll-message-synchronous.svg +share/icons/Canta/actions/16/umbr-message-asynchronous.svg +share/icons/Canta/actions/16/umbr-message-found.svg +share/icons/Canta/actions/16/umbr-message-lost.svg +share/icons/Canta/actions/16/umbr-message-synchronous.svg +share/icons/Canta/actions/16/umbrello_diagram_class.svg +share/icons/Canta/actions/16/umbrello_diagram_collaboration.svg +share/icons/Canta/actions/16/umbrello_diagram_component.svg +share/icons/Canta/actions/16/umbrello_diagram_entityrelationship.svg +share/icons/Canta/actions/16/umbrello_diagram_sequence.svg +share/icons/Canta/actions/16/umbrello_diagram_state.svg +share/icons/Canta/actions/16/umbrello_diagram_usecase.svg share/icons/Canta/actions/16/underexposure.svg share/icons/Canta/actions/16/undo.svg share/icons/Canta/actions/16/unlock.svg @@ -1710,12 +2083,19 @@ share/icons/Canta/actions/16/up.svg share/icons/Canta/actions/16/upcomingevents-amarok.svg share/icons/Canta/actions/16/upindicator.svg share/icons/Canta/actions/16/upload-media.svg +share/icons/Canta/actions/16/usecase.svg share/icons/Canta/actions/16/user-group-delete.svg share/icons/Canta/actions/16/user-group-new.svg share/icons/Canta/actions/16/user-group-properties.svg share/icons/Canta/actions/16/user-identity.svg share/icons/Canta/actions/16/user-properties.svg +share/icons/Canta/actions/16/user.svg share/icons/Canta/actions/16/user_purple.svg +share/icons/Canta/actions/16/usermenu-delete.svg +share/icons/Canta/actions/16/usermenu-down.svg +share/icons/Canta/actions/16/usermenu-up.svg +share/icons/Canta/actions/16/verb.svg +share/icons/Canta/actions/16/verbatim.svg share/icons/Canta/actions/16/videoclip-amarok.svg share/icons/Canta/actions/16/view-bank-account-checking.svg share/icons/Canta/actions/16/view-bank-account-savings.svg @@ -1756,6 +2136,7 @@ share/icons/Canta/actions/16/view-close.svg share/icons/Canta/actions/16/view-column.svg share/icons/Canta/actions/16/view-compact.svg share/icons/Canta/actions/16/view-continuous.svg +share/icons/Canta/actions/16/view-conversation-balloon.svg share/icons/Canta/actions/16/view-coverflow.svg share/icons/Canta/actions/16/view-dual.svg share/icons/Canta/actions/16/view-file-columns.svg @@ -1777,10 +2158,12 @@ share/icons/Canta/actions/16/view-list-text.svg share/icons/Canta/actions/16/view-list-tree.svg share/icons/Canta/actions/16/view-list-video.svg share/icons/Canta/actions/16/view-list.svg +share/icons/Canta/actions/16/view-media-album-cover.svg share/icons/Canta/actions/16/view-media-artist.svg share/icons/Canta/actions/16/view-media-equalizer.svg share/icons/Canta/actions/16/view-media-lyrics.svg share/icons/Canta/actions/16/view-media-playlist.svg +share/icons/Canta/actions/16/view-media-publisher.svg share/icons/Canta/actions/16/view-media-queue.svg share/icons/Canta/actions/16/view-media-subtitles-hidden.svg share/icons/Canta/actions/16/view-media-subtitles.svg @@ -1792,6 +2175,7 @@ share/icons/Canta/actions/16/view-multiple-objects.svg share/icons/Canta/actions/16/view-object-histogram-linear.svg share/icons/Canta/actions/16/view-object-histogram-logarithmic.svg share/icons/Canta/actions/16/view-paged.svg +share/icons/Canta/actions/16/view-pages-single.svg share/icons/Canta/actions/16/view-pim-calendar.svg share/icons/Canta/actions/16/view-pim-contacts.svg share/icons/Canta/actions/16/view-pim-journal.svg @@ -1816,6 +2200,7 @@ share/icons/Canta/actions/16/view-resource-calendar.svg share/icons/Canta/actions/16/view-restore.svg share/icons/Canta/actions/16/view-right-close.svg share/icons/Canta/actions/16/view-right-new.svg +share/icons/Canta/actions/16/view-services-scripted-amarok.svg share/icons/Canta/actions/16/view-sidetree.svg share/icons/Canta/actions/16/view-sort-ascending.svg share/icons/Canta/actions/16/view-sort-descending.svg @@ -1839,9 +2224,13 @@ share/icons/Canta/actions/16/view-time-schedule-insert.svg share/icons/Canta/actions/16/view-time-schedule.svg share/icons/Canta/actions/16/view-user-offline-kopete.svg share/icons/Canta/actions/16/view-web-browser-dom-tree.svg +share/icons/Canta/actions/16/view_fit_to_page.svg share/icons/Canta/actions/16/view_left_right.svg +share/icons/Canta/actions/16/viewbib.svg share/icons/Canta/actions/16/viewimage.svg +share/icons/Canta/actions/16/viewlog.svg share/icons/Canta/actions/16/viewmagfit.svg +share/icons/Canta/actions/16/viewps.svg share/icons/Canta/actions/16/visibility.svg share/icons/Canta/actions/16/wallet-open.svg share/icons/Canta/actions/16/whitebalance.svg @@ -1857,7 +2246,12 @@ share/icons/Canta/actions/16/window.svg share/icons/Canta/actions/16/window_fullscreen.svg share/icons/Canta/actions/16/window_new.svg share/icons/Canta/actions/16/window_nofullscreen.svg +share/icons/Canta/actions/16/wizard_math.svg +share/icons/Canta/actions/16/wizard_pdftools.svg +share/icons/Canta/actions/16/wizard_pstools.svg +share/icons/Canta/actions/16/wizard_tabular.svg share/icons/Canta/actions/16/x-clementine-album.svg +share/icons/Canta/actions/16/x-clementine-albums.svg share/icons/Canta/actions/16/x-clementine-artist.svg share/icons/Canta/actions/16/x-clementine-shuffle.svg share/icons/Canta/actions/16/x-office-address-book.svg @@ -1904,6 +2298,7 @@ share/icons/Canta/actions/16/zoom-in-y.svg share/icons/Canta/actions/16/zoom-in.svg share/icons/Canta/actions/16/zoom-next.svg share/icons/Canta/actions/16/zoom-original.svg +share/icons/Canta/actions/16/zoom-out-large.svg share/icons/Canta/actions/16/zoom-out-x.svg share/icons/Canta/actions/16/zoom-out-y.svg share/icons/Canta/actions/16/zoom-out.svg @@ -1913,13 +2308,36 @@ share/icons/Canta/actions/16/zoom-select-x.svg share/icons/Canta/actions/16/zoom-select-y.svg share/icons/Canta/actions/16/zoom-select.svg share/icons/Canta/actions/16/zoom.svg +share/icons/Canta/actions/22/CVnamespace.svg share/icons/Canta/actions/22/Finished.svg share/icons/Canta/actions/22/Info-amarok.svg share/icons/Canta/actions/22/SuggestionError.svg share/icons/Canta/actions/22/SuggestionTM.svg +share/icons/Canta/actions/22/accept_time_event.svg +share/icons/Canta/actions/22/account-add.svg +share/icons/Canta/actions/22/account-close.svg +share/icons/Canta/actions/22/account-delete.svg +share/icons/Canta/actions/22/account-edit.svg +share/icons/Canta/actions/22/account-reopen.svg +share/icons/Canta/actions/22/account-types-asset.svg +share/icons/Canta/actions/22/account-types-cash.svg +share/icons/Canta/actions/22/account-types-checking.svg +share/icons/Canta/actions/22/account-types-closed.svg +share/icons/Canta/actions/22/account-types-credit-card.svg +share/icons/Canta/actions/22/account-types-expense.svg +share/icons/Canta/actions/22/account-types-income.svg +share/icons/Canta/actions/22/account-types-investments.svg +share/icons/Canta/actions/22/account-types-liability.svg +share/icons/Canta/actions/22/account-types-loan.svg +share/icons/Canta/actions/22/account-types-reconciled.svg +share/icons/Canta/actions/22/account-types-savings.svg +share/icons/Canta/actions/22/account-update-online-all.svg +share/icons/Canta/actions/22/account.svg share/icons/Canta/actions/22/action-albumfolder-importdir2.svg share/icons/Canta/actions/22/action-rss_tag.svg share/icons/Canta/actions/22/action-unavailable.svg +share/icons/Canta/actions/22/activity-fork.svg +share/icons/Canta/actions/22/actor.svg share/icons/Canta/actions/22/add-files-to-archive.svg share/icons/Canta/actions/22/add-folder-to-archive.svg share/icons/Canta/actions/22/add-placemark.svg @@ -1967,14 +2385,19 @@ share/icons/Canta/actions/22/amarok_playcount.svg share/icons/Canta/actions/22/amarok_playlist.svg share/icons/Canta/actions/22/amarok_playlist_refresh.svg share/icons/Canta/actions/22/amarok_scripts.svg +share/icons/Canta/actions/22/animation-stage.svg +share/icons/Canta/actions/22/answer-correct.svg +share/icons/Canta/actions/22/answer.svg share/icons/Canta/actions/22/antivignetting.svg share/icons/Canta/actions/22/application-exit.svg share/icons/Canta/actions/22/application-menu.svg share/icons/Canta/actions/22/application-rss+xml.svg +share/icons/Canta/actions/22/applications-other.svg share/icons/Canta/actions/22/appointment-missed.svg share/icons/Canta/actions/22/appointment-new.svg share/icons/Canta/actions/22/appointment-soon.svg share/icons/Canta/actions/22/appointment.svg +share/icons/Canta/actions/22/approved.svg share/icons/Canta/actions/22/archive-extract.svg share/icons/Canta/actions/22/archive-insert-directory.svg share/icons/Canta/actions/22/archive-insert.svg @@ -1988,7 +2411,10 @@ share/icons/Canta/actions/22/arrow-right-double.svg share/icons/Canta/actions/22/arrow-right.svg share/icons/Canta/actions/22/arrow-up-double.svg share/icons/Canta/actions/22/arrow-up.svg +share/icons/Canta/actions/22/arrow.svg +share/icons/Canta/actions/22/artistictext-tool.svg share/icons/Canta/actions/22/atmosphere.svg +share/icons/Canta/actions/22/attention.svg share/icons/Canta/actions/22/audio-off.svg share/icons/Canta/actions/22/audio-on.svg share/icons/Canta/actions/22/audio-ready.svg @@ -1996,10 +2422,20 @@ share/icons/Canta/actions/22/audio-volume-high.svg share/icons/Canta/actions/22/audio-volume-low.svg share/icons/Canta/actions/22/audio-volume-medium.svg share/icons/Canta/actions/22/audio-volume-muted.svg +share/icons/Canta/actions/22/auto-scale-all.svg +share/icons/Canta/actions/22/auto-scale-x.svg +share/icons/Canta/actions/22/auto-scale-y.svg +share/icons/Canta/actions/22/auto-type.svg share/icons/Canta/actions/22/autocorrection.svg share/icons/Canta/actions/22/automated-tasks.svg share/icons/Canta/actions/22/back.svg +share/icons/Canta/actions/22/backup.svg +share/icons/Canta/actions/22/bank.svg +share/icons/Canta/actions/22/beamerblock.svg +share/icons/Canta/actions/22/beamerframe.svg share/icons/Canta/actions/22/bell.svg +share/icons/Canta/actions/22/bibtex.svg +share/icons/Canta/actions/22/bigskip.svg share/icons/Canta/actions/22/bitmap-trace.svg share/icons/Canta/actions/22/blueman-plugin.svg share/icons/Canta/actions/22/blueman-send-file.svg @@ -2014,10 +2450,12 @@ share/icons/Canta/actions/22/bookmark-new-list.svg share/icons/Canta/actions/22/bookmark-new.svg share/icons/Canta/actions/22/bookmark-remove.svg share/icons/Canta/actions/22/bookmark-toolbar.svg +share/icons/Canta/actions/22/bookmark.svg share/icons/Canta/actions/22/bookmark_add.svg share/icons/Canta/actions/22/bookmarks-organize.svg share/icons/Canta/actions/22/bookmarks.svg share/icons/Canta/actions/22/bookmarks_list_add.svg +share/icons/Canta/actions/22/borderpainter.svg share/icons/Canta/actions/22/bordertool.svg share/icons/Canta/actions/22/bottom.svg share/icons/Canta/actions/22/boundingbox_bottom.svg @@ -2029,6 +2467,7 @@ share/icons/Canta/actions/22/boundingbox_right.svg share/icons/Canta/actions/22/boundingbox_top.svg share/icons/Canta/actions/22/boundingbox_top_left.svg share/icons/Canta/actions/22/boundingbox_top_right.svg +share/icons/Canta/actions/22/box.svg share/icons/Canta/actions/22/bqm-add.svg share/icons/Canta/actions/22/bqm-addqueue.svg share/icons/Canta/actions/22/bqm-commit.svg @@ -2037,8 +2476,13 @@ share/icons/Canta/actions/22/bqm-remove.svg share/icons/Canta/actions/22/bqm-rmqueue.svg share/icons/Canta/actions/22/bqm-update.svg share/icons/Canta/actions/22/browser-download.svg +share/icons/Canta/actions/22/budget-add.svg +share/icons/Canta/actions/22/budget-delete.svg +share/icons/Canta/actions/22/budget-edit.svg +share/icons/Canta/actions/22/budget.svg share/icons/Canta/actions/22/burst.svg share/icons/Canta/actions/22/button_cancel.svg +share/icons/Canta/actions/22/button_ok.svg share/icons/Canta/actions/22/bwtonal.svg share/icons/Canta/actions/22/cab_extract.svg share/icons/Canta/actions/22/cab_view.svg @@ -2046,10 +2490,19 @@ share/icons/Canta/actions/22/cache.svg share/icons/Canta/actions/22/calendar-go-today.svg share/icons/Canta/actions/22/call-start.svg share/icons/Canta/actions/22/call-stop.svg +share/icons/Canta/actions/22/calligraphy.svg +share/icons/Canta/actions/22/callout-shape.svg share/icons/Canta/actions/22/camera-off.svg share/icons/Canta/actions/22/camera-on.svg share/icons/Canta/actions/22/camera-ready.svg share/icons/Canta/actions/22/cancel.svg +share/icons/Canta/actions/22/cards-block.svg +share/icons/Canta/actions/22/categories.svg +share/icons/Canta/actions/22/category-delete.svg +share/icons/Canta/actions/22/category-edit.svg +share/icons/Canta/actions/22/cd.svg +share/icons/Canta/actions/22/cell_edit.svg +share/icons/Canta/actions/22/cell_layout.svg share/icons/Canta/actions/22/channelmixer.svg share/icons/Canta/actions/22/character-set.svg share/icons/Canta/actions/22/check-filled.svg @@ -2060,6 +2513,9 @@ share/icons/Canta/actions/22/chronometer-pause.svg share/icons/Canta/actions/22/chronometer-reset.svg share/icons/Canta/actions/22/chronometer-start.svg share/icons/Canta/actions/22/chronometer.svg +share/icons/Canta/actions/22/class-or-package.svg +share/icons/Canta/actions/22/class.svg +share/icons/Canta/actions/22/clear_left.svg share/icons/Canta/actions/22/clock-large.svg share/icons/Canta/actions/22/clock.svg share/icons/Canta/actions/22/cloud-download.svg @@ -2105,22 +2561,34 @@ share/icons/Canta/actions/22/colors-chromagreen.svg share/icons/Canta/actions/22/colors-chromared.svg share/icons/Canta/actions/22/colors-luma.svg share/icons/Canta/actions/22/compass.svg +share/icons/Canta/actions/22/component.svg share/icons/Canta/actions/22/configuration.svg share/icons/Canta/actions/22/configure-shortcuts.svg share/icons/Canta/actions/22/configure-toolbars.svg share/icons/Canta/actions/22/configure.svg +share/icons/Canta/actions/22/configure_kile.svg +share/icons/Canta/actions/22/configure_project.svg +share/icons/Canta/actions/22/configure_shortcuts.svg +share/icons/Canta/actions/22/configure_toolbars.svg share/icons/Canta/actions/22/contact-new.svg +share/icons/Canta/actions/22/contents.svg +share/icons/Canta/actions/22/contexthelp.svg share/icons/Canta/actions/22/contrast.svg +share/icons/Canta/actions/22/convert.svg share/icons/Canta/actions/22/cookies.svg share/icons/Canta/actions/22/coordinate.svg share/icons/Canta/actions/22/copy-coordinates.svg +share/icons/Canta/actions/22/createpath.svg +share/icons/Canta/actions/22/cross-shape.svg share/icons/Canta/actions/22/crosshairs.svg share/icons/Canta/actions/22/currenttrack_pause.svg share/icons/Canta/actions/22/currenttrack_play.svg share/icons/Canta/actions/22/cursor-arrow.svg share/icons/Canta/actions/22/curve-connector.svg share/icons/Canta/actions/22/dashboard-show.svg +share/icons/Canta/actions/22/database-change-key.svg share/icons/Canta/actions/22/database-index.svg +share/icons/Canta/actions/22/datatype.svg share/icons/Canta/actions/22/debug-execute-from-cursor.svg share/icons/Canta/actions/22/debug-execute-to-cursor.svg share/icons/Canta/actions/22/debug-run-cursor.svg @@ -2131,8 +2599,13 @@ share/icons/Canta/actions/22/debug-step-into.svg share/icons/Canta/actions/22/debug-step-out.svg share/icons/Canta/actions/22/debug-step-over.svg share/icons/Canta/actions/22/delete-comment.svg +share/icons/Canta/actions/22/delete-table-row.svg +share/icons/Canta/actions/22/delete.svg share/icons/Canta/actions/22/depth16to8.svg share/icons/Canta/actions/22/depth8to16.svg +share/icons/Canta/actions/22/device.svg +share/icons/Canta/actions/22/diag_class.svg +share/icons/Canta/actions/22/diag_component.svg share/icons/Canta/actions/22/dialog-align-and-distribute.svg share/icons/Canta/actions/22/dialog-apply.svg share/icons/Canta/actions/22/dialog-cancel.svg @@ -2151,8 +2624,10 @@ share/icons/Canta/actions/22/dialog-object-properties.svg share/icons/Canta/actions/22/dialog-ok-apply.svg share/icons/Canta/actions/22/dialog-ok.svg share/icons/Canta/actions/22/dialog-password.svg +share/icons/Canta/actions/22/dialog-path-effects.svg share/icons/Canta/actions/22/dialog-rows-and-columns.svg share/icons/Canta/actions/22/dialog-scripts.svg +share/icons/Canta/actions/22/dialog-templates.svg share/icons/Canta/actions/22/dialog-text-and-font.svg share/icons/Canta/actions/22/dialog-tile-clones.svg share/icons/Canta/actions/22/dialog-transform.svg @@ -2160,6 +2635,8 @@ share/icons/Canta/actions/22/dialog-warning.svg share/icons/Canta/actions/22/dialog-xml-editor.svg share/icons/Canta/actions/22/dialog-yes.svg share/icons/Canta/actions/22/dirsync.svg +share/icons/Canta/actions/22/displaymathmode.svg +share/icons/Canta/actions/22/distortionfx.svg share/icons/Canta/actions/22/distribute-graph-directed.svg share/icons/Canta/actions/22/distribute-graph.svg share/icons/Canta/actions/22/distribute-horizontal-baseline.svg @@ -2186,6 +2663,7 @@ share/icons/Canta/actions/22/distribute-vertical-y.svg share/icons/Canta/actions/22/document-cleanup.svg share/icons/Canta/actions/22/document-close.svg share/icons/Canta/actions/22/document-decrypt.svg +share/icons/Canta/actions/22/document-download.svg share/icons/Canta/actions/22/document-edit-decrypt-verify.svg share/icons/Canta/actions/22/document-edit-decrypt.svg share/icons/Canta/actions/22/document-edit-encrypt.svg @@ -2245,8 +2723,10 @@ share/icons/Canta/actions/22/draw-cross.svg share/icons/Canta/actions/22/draw-cuboid.svg share/icons/Canta/actions/22/draw-donut.svg share/icons/Canta/actions/22/draw-ellipse.svg +share/icons/Canta/actions/22/draw-eraser-delete-objects.svg share/icons/Canta/actions/22/draw-eraser.svg share/icons/Canta/actions/22/draw-freehand.svg +share/icons/Canta/actions/22/draw-geometry.svg share/icons/Canta/actions/22/draw-halfcircle1.svg share/icons/Canta/actions/22/draw-halfcircle2.svg share/icons/Canta/actions/22/draw-halfcircle3.svg @@ -2267,6 +2747,8 @@ share/icons/Canta/actions/22/draw-triangle2.svg share/icons/Canta/actions/22/draw-triangle3.svg share/icons/Canta/actions/22/draw-triangle4.svg share/icons/Canta/actions/22/draw-watercolor.svg +share/icons/Canta/actions/22/dvipng.svg +share/icons/Canta/actions/22/dvips.svg share/icons/Canta/actions/22/dynamic-amarok.svg share/icons/Canta/actions/22/earthquake.svg share/icons/Canta/actions/22/edit-add.svg @@ -2283,10 +2765,12 @@ share/icons/Canta/actions/22/edit-clone.svg share/icons/Canta/actions/22/edit-comment.svg share/icons/Canta/actions/22/edit-copy.svg share/icons/Canta/actions/22/edit-cut.svg +share/icons/Canta/actions/22/edit-delete-remove.svg share/icons/Canta/actions/22/edit-delete-shred.svg share/icons/Canta/actions/22/edit-delete.svg share/icons/Canta/actions/22/edit-download.svg share/icons/Canta/actions/22/edit-duplicate.svg +share/icons/Canta/actions/22/edit-entry.svg share/icons/Canta/actions/22/edit-find-mail.svg share/icons/Canta/actions/22/edit-find-project.svg share/icons/Canta/actions/22/edit-find-replace.svg @@ -2302,6 +2786,7 @@ share/icons/Canta/actions/22/edit-link.svg share/icons/Canta/actions/22/edit-map.svg share/icons/Canta/actions/22/edit-mark.svg share/icons/Canta/actions/22/edit-node.svg +share/icons/Canta/actions/22/edit-none.svg share/icons/Canta/actions/22/edit-paste-in-place.svg share/icons/Canta/actions/22/edit-paste-style.svg share/icons/Canta/actions/22/edit-paste.svg @@ -2327,14 +2812,31 @@ share/icons/Canta/actions/22/edit-text-frame-update.svg share/icons/Canta/actions/22/edit-undo-history.svg share/icons/Canta/actions/22/edit-undo.svg share/icons/Canta/actions/22/edit.svg +share/icons/Canta/actions/22/edit_animation.svg share/icons/Canta/actions/22/editclear.svg share/icons/Canta/actions/22/editcopy.svg share/icons/Canta/actions/22/editcut.svg share/icons/Canta/actions/22/editdelete.svg share/icons/Canta/actions/22/editimage.svg +share/icons/Canta/actions/22/editor.svg share/icons/Canta/actions/22/editpaste.svg +share/icons/Canta/actions/22/editpath.svg +share/icons/Canta/actions/22/edittext.svg +share/icons/Canta/actions/22/edittrash.svg +share/icons/Canta/actions/22/ellipse-shape.svg +share/icons/Canta/actions/22/emph.svg +share/icons/Canta/actions/22/emptytrash.svg +share/icons/Canta/actions/22/end_of_life.svg +share/icons/Canta/actions/22/end_state.svg share/icons/Canta/actions/22/enterprise.svg +share/icons/Canta/actions/22/entry-clone.svg +share/icons/Canta/actions/22/entry-delete.svg +share/icons/Canta/actions/22/entry-edit.svg +share/icons/Canta/actions/22/entry-new.svg +share/icons/Canta/actions/22/enum.svg +share/icons/Canta/actions/22/enumerate.svg share/icons/Canta/actions/22/epiphany-download.svg +share/icons/Canta/actions/22/equalizer.svg share/icons/Canta/actions/22/error.svg share/icons/Canta/actions/22/escape-direction-all.svg share/icons/Canta/actions/22/escape-direction-down.svg @@ -2348,8 +2850,11 @@ share/icons/Canta/actions/22/exchange-positions-zorder.svg share/icons/Canta/actions/22/exchange-positions.svg share/icons/Canta/actions/22/exifinfo.svg share/icons/Canta/actions/22/exit.svg +share/icons/Canta/actions/22/exit_animations.svg share/icons/Canta/actions/22/extract-archive.svg +share/icons/Canta/actions/22/favicon-download.svg share/icons/Canta/actions/22/favorite-genres-amarok.svg +share/icons/Canta/actions/22/favorite.svg share/icons/Canta/actions/22/favorites.svg share/icons/Canta/actions/22/fcitx-anthy.svg share/icons/Canta/actions/22/fcitx-bopomofo.svg @@ -2392,8 +2897,10 @@ share/icons/Canta/actions/22/feed-subscribe.svg share/icons/Canta/actions/22/file-zoom-in.svg share/icons/Canta/actions/22/file-zoom-out.svg share/icons/Canta/actions/22/filefind.svg +share/icons/Canta/actions/22/filegrep.svg share/icons/Canta/actions/22/filename-album-amarok.svg share/icons/Canta/actions/22/filename-and-amarok.svg +share/icons/Canta/actions/22/filename-artist-amarok.svg share/icons/Canta/actions/22/filename-bpm-amarok.svg share/icons/Canta/actions/22/filename-comment-amarok.svg share/icons/Canta/actions/22/filename-composer-amarok.svg @@ -2424,6 +2931,8 @@ share/icons/Canta/actions/22/filesave.svg share/icons/Canta/actions/22/filesaveas.svg share/icons/Canta/actions/22/fileview-preview.svg share/icons/Canta/actions/22/fill-color.svg +share/icons/Canta/actions/22/fill-rule-even-odd.svg +share/icons/Canta/actions/22/fill-rule-nonzero.svg share/icons/Canta/actions/22/filmgrain.svg share/icons/Canta/actions/22/find-location.svg share/icons/Canta/actions/22/find.svg @@ -2452,6 +2961,8 @@ share/icons/Canta/actions/22/folder_color_picker.svg share/icons/Canta/actions/22/folder_new.svg share/icons/Canta/actions/22/followmouse.svg share/icons/Canta/actions/22/font-select.svg +share/icons/Canta/actions/22/footsteps.svg +share/icons/Canta/actions/22/forecast.svg share/icons/Canta/actions/22/fork.svg share/icons/Canta/actions/22/format-add-node.svg share/icons/Canta/actions/22/format-align-vertical-bottom.svg @@ -2498,7 +3009,9 @@ share/icons/Canta/actions/22/format-text-code.svg share/icons/Canta/actions/22/format-text-color.svg share/icons/Canta/actions/22/format-text-direction-horizontal.svg share/icons/Canta/actions/22/format-text-direction-ltr.svg +share/icons/Canta/actions/22/format-text-direction-r2l.svg share/icons/Canta/actions/22/format-text-direction-rtl.svg +share/icons/Canta/actions/22/format-text-direction-vertical-lr.svg share/icons/Canta/actions/22/format-text-direction-vertical.svg share/icons/Canta/actions/22/format-text-italic.svg share/icons/Canta/actions/22/format-text-larger.svg @@ -2513,6 +3026,7 @@ share/icons/Canta/actions/22/format-text-underline.svg share/icons/Canta/actions/22/format-text-uppercase.svg share/icons/Canta/actions/22/formula.svg share/icons/Canta/actions/22/forward.svg +share/icons/Canta/actions/22/freerotation.svg share/icons/Canta/actions/22/games-achievements.svg share/icons/Canta/actions/22/games-config-background.svg share/icons/Canta/actions/22/games-config-board.svg @@ -2528,6 +3042,7 @@ share/icons/Canta/actions/22/games-solve.svg share/icons/Canta/actions/22/geany-build.svg share/icons/Canta/actions/22/geany-close-all.svg share/icons/Canta/actions/22/geany-save-all.svg +share/icons/Canta/actions/22/gearhead-shape.svg share/icons/Canta/actions/22/get-hot-new-stuff.svg share/icons/Canta/actions/22/giggle-branch.svg share/icons/Canta/actions/22/giggle-diff-view.svg @@ -2542,12 +3057,37 @@ share/icons/Canta/actions/22/gnome-stock-mail-fwd.svg share/icons/Canta/actions/22/gnome-stock-mail-new.svg share/icons/Canta/actions/22/gnome-stock-mail-rpl.svg share/icons/Canta/actions/22/gnome-stock-mail-snd.svg +share/icons/Canta/actions/22/gnumeric-autofilter.svg +share/icons/Canta/actions/22/gnumeric-brush.svg +share/icons/Canta/actions/22/gnumeric-cells-split.svg +share/icons/Canta/actions/22/gnumeric-column-add.svg +share/icons/Canta/actions/22/gnumeric-column-delete.svg +share/icons/Canta/actions/22/gnumeric-column-hide.svg +share/icons/Canta/actions/22/gnumeric-column-unhide.svg +share/icons/Canta/actions/22/gnumeric-comment-add.svg +share/icons/Canta/actions/22/gnumeric-comment-delete.svg +share/icons/Canta/actions/22/gnumeric-comment-edit.svg +share/icons/Canta/actions/22/gnumeric-graphguru.svg +share/icons/Canta/actions/22/gnumeric-group.svg +share/icons/Canta/actions/22/gnumeric-link-add.svg +share/icons/Canta/actions/22/gnumeric-link-delete.svg +share/icons/Canta/actions/22/gnumeric-link-edit.svg +share/icons/Canta/actions/22/gnumeric-link-email.svg +share/icons/Canta/actions/22/gnumeric-row-add.svg +share/icons/Canta/actions/22/gnumeric-row-delete.svg +share/icons/Canta/actions/22/gnumeric-row-hide.svg +share/icons/Canta/actions/22/gnumeric-row-unhide.svg +share/icons/Canta/actions/22/gnumeric-subscript.svg +share/icons/Canta/actions/22/gnumeric-superscript.svg +share/icons/Canta/actions/22/gnumeric-ungroup.svg +share/icons/Canta/actions/22/gnumeric-visible.svg share/icons/Canta/actions/22/go-bottom.svg share/icons/Canta/actions/22/go-down-search.svg share/icons/Canta/actions/22/go-down.svg share/icons/Canta/actions/22/go-first-view-page.svg share/icons/Canta/actions/22/go-first-view.svg share/icons/Canta/actions/22/go-first.svg +share/icons/Canta/actions/22/go-home-large.svg share/icons/Canta/actions/22/go-home.svg share/icons/Canta/actions/22/go-jump-declaration.svg share/icons/Canta/actions/22/go-jump-definition.svg @@ -2575,10 +3115,18 @@ share/icons/Canta/actions/22/go-today.svg share/icons/Canta/actions/22/go-top.svg share/icons/Canta/actions/22/go-up-search.svg share/icons/Canta/actions/22/go-up.svg +share/icons/Canta/actions/22/gohome.svg share/icons/Canta/actions/22/gpg.svg share/icons/Canta/actions/22/gpgsm.svg share/icons/Canta/actions/22/gps.svg +share/icons/Canta/actions/22/gradient.svg +share/icons/Canta/actions/22/graphics.svg share/icons/Canta/actions/22/grid-rectangular.svg +share/icons/Canta/actions/22/group-delete.svg +share/icons/Canta/actions/22/group-edit.svg +share/icons/Canta/actions/22/group-new.svg +share/icons/Canta/actions/22/group.svg +share/icons/Canta/actions/22/gtg-home.svg share/icons/Canta/actions/22/gtg-note-new.svg share/icons/Canta/actions/22/gtg-people.svg share/icons/Canta/actions/22/gtg-plugin.svg @@ -2629,6 +3177,7 @@ share/icons/Canta/actions/22/gtk-goto-first-rtl.svg share/icons/Canta/actions/22/gtk-goto-last-ltr.svg share/icons/Canta/actions/22/gtk-goto-last-rtl.svg share/icons/Canta/actions/22/gtk-goto-top.svg +share/icons/Canta/actions/22/gtk-home.svg share/icons/Canta/actions/22/gtk-indent-ltr.svg share/icons/Canta/actions/22/gtk-indent-rtl.svg share/icons/Canta/actions/22/gtk-index.svg @@ -2700,14 +3249,21 @@ share/icons/Canta/actions/22/help-feedback.svg share/icons/Canta/actions/22/help-hint.svg share/icons/Canta/actions/22/help-info.svg share/icons/Canta/actions/22/help-keybord-shortcuts.svg +share/icons/Canta/actions/22/help-latex.svg share/icons/Canta/actions/22/help-whatsthis.svg share/icons/Canta/actions/22/help.svg +share/icons/Canta/actions/22/hide-categories.svg +share/icons/Canta/actions/22/hide-reconciled.svg +share/icons/Canta/actions/22/hide_table_column.svg +share/icons/Canta/actions/22/hide_table_row.svg share/icons/Canta/actions/22/hidemouse.svg share/icons/Canta/actions/22/hint.svg share/icons/Canta/actions/22/history.svg share/icons/Canta/actions/22/history_entry.svg share/icons/Canta/actions/22/hook-notifier.svg share/icons/Canta/actions/22/hotpixels.svg +share/icons/Canta/actions/22/icon_console.svg +share/icons/Canta/actions/22/icon_details.svg share/icons/Canta/actions/22/identity.svg share/icons/Canta/actions/22/im-aim.svg share/icons/Canta/actions/22/im-ban-kick-user.svg @@ -2748,6 +3304,8 @@ share/icons/Canta/actions/22/image-sharpen.svg share/icons/Canta/actions/22/image-straighten.svg share/icons/Canta/actions/22/imagecomment.svg share/icons/Canta/actions/22/inbox.svg +share/icons/Canta/actions/22/initial_state.svg +share/icons/Canta/actions/22/inpainting.svg share/icons/Canta/actions/22/insert-button.svg share/icons/Canta/actions/22/insert-emoticon.svg share/icons/Canta/actions/22/insert-endnote.svg @@ -2760,13 +3318,25 @@ share/icons/Canta/actions/22/insert-more-mark.svg share/icons/Canta/actions/22/insert-object.svg share/icons/Canta/actions/22/insert-page-break.svg share/icons/Canta/actions/22/insert-table-of-contents.svg +share/icons/Canta/actions/22/insert-table-row.svg share/icons/Canta/actions/22/insert-table.svg share/icons/Canta/actions/22/insert-tableofcontents.svg share/icons/Canta/actions/22/insert-text-frame.svg share/icons/Canta/actions/22/insert-text.svg +share/icons/Canta/actions/22/insertcell.svg +share/icons/Canta/actions/22/institution-add.svg +share/icons/Canta/actions/22/institution-delete.svg +share/icons/Canta/actions/22/institution-edit.svg +share/icons/Canta/actions/22/institution.svg +share/icons/Canta/actions/22/interface.svg share/icons/Canta/actions/22/internet-amarok.svg share/icons/Canta/actions/22/internet-services.svg share/icons/Canta/actions/22/invertimage.svg +share/icons/Canta/actions/22/investment-add.svg +share/icons/Canta/actions/22/investment-delete.svg +share/icons/Canta/actions/22/investment-update-online-all.svg +share/icons/Canta/actions/22/investment-update-online.svg +share/icons/Canta/actions/22/investment.svg share/icons/Canta/actions/22/irc-channel-active.svg share/icons/Canta/actions/22/irc-channel-inactive.svg share/icons/Canta/actions/22/irc-close-channel.svg @@ -2775,6 +3345,7 @@ share/icons/Canta/actions/22/irc-operator.svg share/icons/Canta/actions/22/irc-remove-operator.svg share/icons/Canta/actions/22/irc-unvoice.svg share/icons/Canta/actions/22/irc-voice.svg +share/icons/Canta/actions/22/itemize.svg share/icons/Canta/actions/22/items-tags.svg share/icons/Canta/actions/22/itmages-add.svg share/icons/Canta/actions/22/itmages-cancel.svg @@ -2850,6 +3421,10 @@ share/icons/Canta/actions/22/kdenlive-zoom-large.svg share/icons/Canta/actions/22/kdenlive-zoom-small.svg share/icons/Canta/actions/22/kdocumentinfo.svg share/icons/Canta/actions/22/key-enter.svg +share/icons/Canta/actions/22/key_enter.svg +share/icons/Canta/actions/22/kfm_home.svg +share/icons/Canta/actions/22/kmousetool_off.svg +share/icons/Canta/actions/22/kmousetool_on.svg share/icons/Canta/actions/22/kmouth-phrase-new.svg share/icons/Canta/actions/22/kmouth-phrase.svg share/icons/Canta/actions/22/kmouth-phrasebook.svg @@ -2867,17 +3442,23 @@ share/icons/Canta/actions/22/kr_setjumpback.svg share/icons/Canta/actions/22/kr_syncbrowse_off.svg share/icons/Canta/actions/22/kr_syncbrowse_on.svg share/icons/Canta/actions/22/kr_unselect.svg +share/icons/Canta/actions/22/kstars_advanced.svg +share/icons/Canta/actions/22/kstars_catalog.svg share/icons/Canta/actions/22/kstars_cbound.svg share/icons/Canta/actions/22/kstars_clines.svg share/icons/Canta/actions/22/kstars_cnames.svg +share/icons/Canta/actions/22/kstars_colors.svg share/icons/Canta/actions/22/kstars_deepsky.svg share/icons/Canta/actions/22/kstars_ekos.svg share/icons/Canta/actions/22/kstars_fitsviewer.svg +share/icons/Canta/actions/22/kstars_flag.svg share/icons/Canta/actions/22/kstars_grid.svg +share/icons/Canta/actions/22/kstars_guides.svg share/icons/Canta/actions/22/kstars_hgrid.svg share/icons/Canta/actions/22/kstars_horizon.svg share/icons/Canta/actions/22/kstars_indi.svg share/icons/Canta/actions/22/kstars_mw.svg +share/icons/Canta/actions/22/kstars_planets.svg share/icons/Canta/actions/22/kstars_satellites.svg share/icons/Canta/actions/22/kstars_solarsystem.svg share/icons/Canta/actions/22/kstars_supernovae.svg @@ -2906,8 +3487,10 @@ share/icons/Canta/actions/22/kt-start.svg share/icons/Canta/actions/22/kt-stop-all.svg share/icons/Canta/actions/22/kt-stop.svg share/icons/Canta/actions/22/kt-upnp.svg +share/icons/Canta/actions/22/ktnef_extract_all_to.svg share/icons/Canta/actions/22/ktnef_extract_to.svg share/icons/Canta/actions/22/label-amarok.svg +share/icons/Canta/actions/22/label.svg share/icons/Canta/actions/22/labplot-TeX-logo.svg share/icons/Canta/actions/22/labplot-auto-scale-all.svg share/icons/Canta/actions/22/labplot-auto-scale-x.svg @@ -2920,7 +3503,10 @@ share/icons/Canta/actions/22/labplot-shift-down-y.svg share/icons/Canta/actions/22/labplot-shift-left-x.svg share/icons/Canta/actions/22/labplot-shift-right-x.svg share/icons/Canta/actions/22/labplot-shift-up-y.svg +share/icons/Canta/actions/22/labplot-spreadsheet-new.svg +share/icons/Canta/actions/22/labplot-spreadsheet.svg share/icons/Canta/actions/22/labplot-transform-move.svg +share/icons/Canta/actions/22/labplot-xy-curve-points.svg share/icons/Canta/actions/22/labplot-xy-curve.svg share/icons/Canta/actions/22/labplot-xy-equation-curve.svg share/icons/Canta/actions/22/labplot-xy-fit-curve.svg @@ -2932,6 +3518,11 @@ share/icons/Canta/actions/22/labplot-zoom-in-x.svg share/icons/Canta/actions/22/labplot-zoom-in-y.svg share/icons/Canta/actions/22/labplot-zoom-out-x.svg share/icons/Canta/actions/22/labplot-zoom-out-y.svg +share/icons/Canta/actions/22/labplot-zoom-select-x.svg +share/icons/Canta/actions/22/labplot-zoom-select-y.svg +share/icons/Canta/actions/22/labplot-zoom-select.svg +share/icons/Canta/actions/22/languages.svg +share/icons/Canta/actions/22/latex-config.svg share/icons/Canta/actions/22/layer-bottom.svg share/icons/Canta/actions/22/layer-delete.svg share/icons/Canta/actions/22/layer-duplicate.svg @@ -2944,6 +3535,7 @@ share/icons/Canta/actions/22/layer-rename.svg share/icons/Canta/actions/22/layer-top.svg share/icons/Canta/actions/22/layer-visible-off.svg share/icons/Canta/actions/22/layer-visible-on.svg +share/icons/Canta/actions/22/ledger.svg share/icons/Canta/actions/22/lens.svg share/icons/Canta/actions/22/lensautofix.svg share/icons/Canta/actions/22/lensdistortion.svg @@ -2961,13 +3553,16 @@ share/icons/Canta/actions/22/list-remove-user.svg share/icons/Canta/actions/22/list-remove.svg share/icons/Canta/actions/22/list-resource-add.svg share/icons/Canta/actions/22/location.svg +share/icons/Canta/actions/22/locationbar_erase.svg share/icons/Canta/actions/22/lock.svg share/icons/Canta/actions/22/love-amarok.svg +share/icons/Canta/actions/22/love.svg share/icons/Canta/actions/22/lpi-bug.svg share/icons/Canta/actions/22/lpi-help.svg share/icons/Canta/actions/22/lpi-translate.svg share/icons/Canta/actions/22/mail-archive.svg share/icons/Canta/actions/22/mail-attachment.svg +share/icons/Canta/actions/22/mail-deleted.svg share/icons/Canta/actions/22/mail-encrypted-full.svg share/icons/Canta/actions/22/mail-encrypted-part.svg share/icons/Canta/actions/22/mail-encrypted.svg @@ -2996,6 +3591,7 @@ share/icons/Canta/actions/22/mail-move.svg share/icons/Canta/actions/22/mail-open-multiple.svg share/icons/Canta/actions/22/mail-outbox.svg share/icons/Canta/actions/22/mail-queue.svg +share/icons/Canta/actions/22/mail-queued.svg share/icons/Canta/actions/22/mail-read.svg share/icons/Canta/actions/22/mail-receive.svg share/icons/Canta/actions/22/mail-replied.svg @@ -3021,26 +3617,38 @@ share/icons/Canta/actions/22/mail-unread-multiple.svg share/icons/Canta/actions/22/mail-unread-new.svg share/icons/Canta/actions/22/mail-unread.svg share/icons/Canta/actions/22/mail_forward.svg +share/icons/Canta/actions/22/mail_generic.svg share/icons/Canta/actions/22/mail_new.svg share/icons/Canta/actions/22/mail_reply.svg share/icons/Canta/actions/22/mail_replyall.svg +share/icons/Canta/actions/22/makeidx.svg share/icons/Canta/actions/22/manga.svg share/icons/Canta/actions/22/map-flat.svg share/icons/Canta/actions/22/map-globe.svg share/icons/Canta/actions/22/map-gnomonic.svg share/icons/Canta/actions/22/map-mercator.svg share/icons/Canta/actions/22/mark-location.svg +share/icons/Canta/actions/22/math0.svg +share/icons/Canta/actions/22/mathmode.svg share/icons/Canta/actions/22/measure.svg share/icons/Canta/actions/22/media-album-cover-manager-amarok.svg share/icons/Canta/actions/22/media-album-cover.svg share/icons/Canta/actions/22/media-album-repeat-amarok.svg share/icons/Canta/actions/22/media-album-track.svg share/icons/Canta/actions/22/media-eject.svg +share/icons/Canta/actions/22/media-forward.svg share/icons/Canta/actions/22/media-import-audio-cd.svg +share/icons/Canta/actions/22/media-pause.svg +share/icons/Canta/actions/22/media-play.svg share/icons/Canta/actions/22/media-playback-pause.svg +share/icons/Canta/actions/22/media-playback-paused.svg +share/icons/Canta/actions/22/media-playback-playing.svg share/icons/Canta/actions/22/media-playback-start-rtl.svg share/icons/Canta/actions/22/media-playback-start.svg share/icons/Canta/actions/22/media-playback-stop.svg +share/icons/Canta/actions/22/media-playback-stopped.svg +share/icons/Canta/actions/22/media-playlist-normal.svg +share/icons/Canta/actions/22/media-playlist-play.svg share/icons/Canta/actions/22/media-playlist-repeat-amarok.svg share/icons/Canta/actions/22/media-playlist-repeat.svg share/icons/Canta/actions/22/media-playlist-shuffle.svg @@ -3048,19 +3656,24 @@ share/icons/Canta/actions/22/media-random-albums-amarok.svg share/icons/Canta/actions/22/media-random-tracks-amarok.svg share/icons/Canta/actions/22/media-record.svg share/icons/Canta/actions/22/media-repeat-album-amarok.svg +share/icons/Canta/actions/22/media-repeat-all.svg +share/icons/Canta/actions/22/media-repeat-none.svg share/icons/Canta/actions/22/media-repeat-playlist-amarok.svg share/icons/Canta/actions/22/media-repeat-track-amarok.svg +share/icons/Canta/actions/22/media-rewind.svg share/icons/Canta/actions/22/media-seek-backward.svg share/icons/Canta/actions/22/media-seek-forward.svg share/icons/Canta/actions/22/media-show-active-track-amarok.svg share/icons/Canta/actions/22/media-skip-backward.svg share/icons/Canta/actions/22/media-skip-forward.svg share/icons/Canta/actions/22/media-standard-track-progression-amarok.svg +share/icons/Canta/actions/22/media-stop.svg share/icons/Canta/actions/22/media-track-add-amarok.svg share/icons/Canta/actions/22/media-track-edit-amarok.svg share/icons/Canta/actions/22/media-track-queue-amarok.svg share/icons/Canta/actions/22/media-track-remove-amarok.svg share/icons/Canta/actions/22/media-view-subtitles.svg +share/icons/Canta/actions/22/medskip.svg share/icons/Canta/actions/22/meeting-attending-tentative.svg share/icons/Canta/actions/22/meeting-attending.svg share/icons/Canta/actions/22/meeting-participant-no-response.svg @@ -3070,12 +3683,17 @@ share/icons/Canta/actions/22/menu_new.svg share/icons/Canta/actions/22/menu_new_sep.svg share/icons/Canta/actions/22/merge.svg share/icons/Canta/actions/22/mesh-gradient.svg +share/icons/Canta/actions/22/message-close.svg share/icons/Canta/actions/22/messagebox_warning.svg share/icons/Canta/actions/22/mic-off.svg share/icons/Canta/actions/22/mic-on.svg share/icons/Canta/actions/22/mic-ready.svg share/icons/Canta/actions/22/milestone.svg +share/icons/Canta/actions/22/modified.svg +share/icons/Canta/actions/22/mpost.svg +share/icons/Canta/actions/22/msgid2msgstr.svg share/icons/Canta/actions/22/multimedia-volume-control.svg +share/icons/Canta/actions/22/multirow.svg share/icons/Canta/actions/22/music-amarok.svg share/icons/Canta/actions/22/nemo-eject.svg share/icons/Canta/actions/22/network-connect.svg @@ -3085,6 +3703,8 @@ share/icons/Canta/actions/22/new-audio-alarm.svg share/icons/Canta/actions/22/news-subscribe.svg share/icons/Canta/actions/22/news-unsubscribe.svg share/icons/Canta/actions/22/next.svg +share/icons/Canta/actions/22/no-marker.svg +share/icons/Canta/actions/22/no.svg share/icons/Canta/actions/22/nocover.svg share/icons/Canta/actions/22/node-add.svg share/icons/Canta/actions/22/node-break.svg @@ -3101,6 +3721,7 @@ share/icons/Canta/actions/22/node-type-smooth.svg share/icons/Canta/actions/22/node-type-symmetric.svg share/icons/Canta/actions/22/noisereduction.svg share/icons/Canta/actions/22/non-starred.svg +share/icons/Canta/actions/22/note.svg share/icons/Canta/actions/22/object-align-horizontal-center-calligra.svg share/icons/Canta/actions/22/object-align-horizontal-left-calligra.svg share/icons/Canta/actions/22/object-align-horizontal-right-calligra.svg @@ -3132,9 +3753,12 @@ share/icons/Canta/actions/22/object-select.svg share/icons/Canta/actions/22/object-straighten.svg share/icons/Canta/actions/22/object-to-path.svg share/icons/Canta/actions/22/object-ungroup-calligra.svg +share/icons/Canta/actions/22/object-ungroup-pop-selection.svg share/icons/Canta/actions/22/object-ungroup.svg share/icons/Canta/actions/22/object-unlocked.svg share/icons/Canta/actions/22/object-visible.svg +share/icons/Canta/actions/22/object.svg +share/icons/Canta/actions/22/object_node.svg share/icons/Canta/actions/22/office-chart-area-focus-peak-node.svg share/icons/Canta/actions/22/office-chart-area-percentage.svg share/icons/Canta/actions/22/office-chart-area-stacked.svg @@ -3150,11 +3774,17 @@ share/icons/Canta/actions/22/office-chart-polar-stacked.svg share/icons/Canta/actions/22/office-chart-polar.svg share/icons/Canta/actions/22/office-chart-ring.svg share/icons/Canta/actions/22/office-chart-scatter.svg +share/icons/Canta/actions/22/office-chart-tall-pie.svg +share/icons/Canta/actions/22/offline-settings.svg +share/icons/Canta/actions/22/offline.svg share/icons/Canta/actions/22/oilpaint.svg +share/icons/Canta/actions/22/online-banking.svg +share/icons/Canta/actions/22/online.svg share/icons/Canta/actions/22/open-for-editing.svg share/icons/Canta/actions/22/open-magnet.svg share/icons/Canta/actions/22/open-menu.svg share/icons/Canta/actions/22/outbox.svg +share/icons/Canta/actions/22/output_win.svg share/icons/Canta/actions/22/overexposure.svg share/icons/Canta/actions/22/package.svg share/icons/Canta/actions/22/package_settings.svg @@ -3163,20 +3793,55 @@ share/icons/Canta/actions/22/page-3sides.svg share/icons/Canta/actions/22/page-4sides.svg share/icons/Canta/actions/22/page-simple.svg share/icons/Canta/actions/22/page-zoom.svg +share/icons/Canta/actions/22/paint-gradient-conical.svg +share/icons/Canta/actions/22/paint-gradient-linear.svg +share/icons/Canta/actions/22/paint-gradient-mesh.svg +share/icons/Canta/actions/22/paint-gradient-radial.svg +share/icons/Canta/actions/22/paint-none.svg +share/icons/Canta/actions/22/paint-pattern.svg +share/icons/Canta/actions/22/paint-solid.svg +share/icons/Canta/actions/22/paint-swatch.svg +share/icons/Canta/actions/22/paint-unknown.svg share/icons/Canta/actions/22/pan-down.svg share/icons/Canta/actions/22/pan-end.svg share/icons/Canta/actions/22/pan-start.svg share/icons/Canta/actions/22/pan-up.svg share/icons/Canta/actions/22/pane-hide.svg share/icons/Canta/actions/22/pane-show.svg +share/icons/Canta/actions/22/paperclip.svg +share/icons/Canta/actions/22/password-copy.svg +share/icons/Canta/actions/22/password-generate.svg +share/icons/Canta/actions/22/password-generator.svg +share/icons/Canta/actions/22/password-show-off.svg +share/icons/Canta/actions/22/password-show-on.svg +share/icons/Canta/actions/22/path-break-apart.svg share/icons/Canta/actions/22/path-clip-edit.svg +share/icons/Canta/actions/22/path-combine.svg +share/icons/Canta/actions/22/path-cut.svg +share/icons/Canta/actions/22/path-difference.svg +share/icons/Canta/actions/22/path-division.svg share/icons/Canta/actions/22/path-effect-parameter-next.svg +share/icons/Canta/actions/22/path-exclusion.svg +share/icons/Canta/actions/22/path-inset.svg +share/icons/Canta/actions/22/path-intersection.svg share/icons/Canta/actions/22/path-mask-edit.svg +share/icons/Canta/actions/22/path-mode-bezier.svg +share/icons/Canta/actions/22/path-mode-spiro.svg +share/icons/Canta/actions/22/path-offset-dynamic.svg +share/icons/Canta/actions/22/path-offset-linked.svg +share/icons/Canta/actions/22/path-outset.svg +share/icons/Canta/actions/22/path-reverse.svg +share/icons/Canta/actions/22/path-simplify.svg +share/icons/Canta/actions/22/path-union.svg +share/icons/Canta/actions/22/payee-rename.svg share/icons/Canta/actions/22/pdf-annotations.svg +share/icons/Canta/actions/22/pdftex.svg +share/icons/Canta/actions/22/pentagon-shape.svg share/icons/Canta/actions/22/pgp-keys.svg share/icons/Canta/actions/22/photo.svg share/icons/Canta/actions/22/photos-amarok.svg share/icons/Canta/actions/22/pipe.svg +share/icons/Canta/actions/22/pixelart-trace.svg share/icons/Canta/actions/22/player-eject.svg share/icons/Canta/actions/22/player-time.svg share/icons/Canta/actions/22/player-volume-muted.svg @@ -3186,6 +3851,7 @@ share/icons/Canta/actions/22/player_end.svg share/icons/Canta/actions/22/player_fwd.svg share/icons/Canta/actions/22/player_pause.svg share/icons/Canta/actions/22/player_play.svg +share/icons/Canta/actions/22/player_playlist.svg share/icons/Canta/actions/22/player_record.svg share/icons/Canta/actions/22/player_rew.svg share/icons/Canta/actions/22/player_start.svg @@ -3208,16 +3874,33 @@ share/icons/Canta/actions/22/poedit-status-comment.svg share/icons/Canta/actions/22/poedit-sync.svg share/icons/Canta/actions/22/poedit-update.svg share/icons/Canta/actions/22/poedit-validate.svg +share/icons/Canta/actions/22/pointer.svg share/icons/Canta/actions/22/polygon-add-nodes.svg share/icons/Canta/actions/22/polygon-merge-nodes.svg share/icons/Canta/actions/22/postalcode.svg +share/icons/Canta/actions/22/practice-setup.svg +share/icons/Canta/actions/22/practice-start.svg +share/icons/Canta/actions/22/practice-stop.svg share/icons/Canta/actions/22/preferences-activities.svg share/icons/Canta/actions/22/preferences-desktop-user-password.svg share/icons/Canta/actions/22/preferences-indicator-amarok.svg share/icons/Canta/actions/22/preferences-media-playback-amarok.svg share/icons/Canta/actions/22/preferences-other.svg share/icons/Canta/actions/22/preferences-system-session-services.svg +share/icons/Canta/actions/22/preferences-system.svg share/icons/Canta/actions/22/preflight-verifier.svg +share/icons/Canta/actions/22/presence_away.svg +share/icons/Canta/actions/22/presence_offline.svg +share/icons/Canta/actions/22/presence_online.svg +share/icons/Canta/actions/22/presence_unknown.svg +share/icons/Canta/actions/22/preview-add-zone.svg +share/icons/Canta/actions/22/preview-remove-all.svg +share/icons/Canta/actions/22/preview-remove-zone.svg +share/icons/Canta/actions/22/preview-render-off.svg +share/icons/Canta/actions/22/preview-render-on.svg +share/icons/Canta/actions/22/preview.svg +share/icons/Canta/actions/22/preview_math.svg +share/icons/Canta/actions/22/preview_sel.svg share/icons/Canta/actions/22/previous.svg share/icons/Canta/actions/22/privatebrowsing.svg share/icons/Canta/actions/22/process-stop.svg @@ -3226,13 +3909,22 @@ share/icons/Canta/actions/22/project-development-close.svg share/icons/Canta/actions/22/project-development-new-template.svg share/icons/Canta/actions/22/project-development.svg share/icons/Canta/actions/22/project-open.svg +share/icons/Canta/actions/22/project_add.svg +share/icons/Canta/actions/22/project_archive.svg +share/icons/Canta/actions/22/project_rebuild.svg +share/icons/Canta/actions/22/project_remove.svg +share/icons/Canta/actions/22/project_show.svg +share/icons/Canta/actions/22/projectgrep.svg +share/icons/Canta/actions/22/qa.svg share/icons/Canta/actions/22/qlipper.svg share/icons/Canta/actions/22/query-free-busy.svg +share/icons/Canta/actions/22/quick.svg share/icons/Canta/actions/22/quickopen-class.svg share/icons/Canta/actions/22/quickopen-file.svg share/icons/Canta/actions/22/quickopen-function.svg share/icons/Canta/actions/22/quickopen.svg share/icons/Canta/actions/22/quickview.svg +share/icons/Canta/actions/22/quickwizard.svg share/icons/Canta/actions/22/rabbitvcs-about.svg share/icons/Canta/actions/22/rabbitvcs-add.svg share/icons/Canta/actions/22/rabbitvcs-annotate.svg @@ -3277,11 +3969,22 @@ share/icons/Canta/actions/22/rabbitvcs-unlock.svg share/icons/Canta/actions/22/rabbitvcs-unstage.svg share/icons/Canta/actions/22/rabbitvcs-update.svg share/icons/Canta/actions/22/raindrop.svg +share/icons/Canta/actions/22/randomize.svg share/icons/Canta/actions/22/rating-unrated.svg share/icons/Canta/actions/22/rating.svg share/icons/Canta/actions/22/ratiocrop.svg +share/icons/Canta/actions/22/recently_used.svg +share/icons/Canta/actions/22/reconcile-finish.svg +share/icons/Canta/actions/22/reconcile.svg share/icons/Canta/actions/22/record.svg +share/icons/Canta/actions/22/rectangle-shape.svg share/icons/Canta/actions/22/redeyes.svg +share/icons/Canta/actions/22/redhat-home.svg +share/icons/Canta/actions/22/refactor.svg +share/icons/Canta/actions/22/refreshstructure.svg +share/icons/Canta/actions/22/region.svg +share/icons/Canta/actions/22/relation.svg +share/icons/Canta/actions/22/relationship.svg share/icons/Canta/actions/22/reload.svg share/icons/Canta/actions/22/reload3.svg share/icons/Canta/actions/22/reload_all_tabs.svg @@ -3289,6 +3992,7 @@ share/icons/Canta/actions/22/reload_page.svg share/icons/Canta/actions/22/remove-amarok.svg share/icons/Canta/actions/22/remove-link.svg share/icons/Canta/actions/22/remove.svg +share/icons/Canta/actions/22/removecell.svg share/icons/Canta/actions/22/reply-all-rtl.svg share/icons/Canta/actions/22/reply-all.svg share/icons/Canta/actions/22/reply.svg @@ -3317,9 +4021,12 @@ share/icons/Canta/actions/22/run-build-prune.svg share/icons/Canta/actions/22/run-build.svg share/icons/Canta/actions/22/run-clean.svg share/icons/Canta/actions/22/run-install.svg +share/icons/Canta/actions/22/scriptnew.svg +share/icons/Canta/actions/22/scriptopen.svg share/icons/Canta/actions/22/search-icon.svg share/icons/Canta/actions/22/search.svg share/icons/Canta/actions/22/select-rectangular.svg +share/icons/Canta/actions/22/select.svg share/icons/Canta/actions/22/selection-bottom.svg share/icons/Canta/actions/22/selection-end.svg share/icons/Canta/actions/22/selection-lower.svg @@ -3329,33 +4036,44 @@ share/icons/Canta/actions/22/selection-move-to-layer-below.svg share/icons/Canta/actions/22/selection-raise.svg share/icons/Canta/actions/22/selection-start.svg share/icons/Canta/actions/22/selection-top.svg +share/icons/Canta/actions/22/selection.svg share/icons/Canta/actions/22/semi-starred.svg share/icons/Canta/actions/22/send-to.svg share/icons/Canta/actions/22/services.svg +share/icons/Canta/actions/22/set-language.svg share/icons/Canta/actions/22/setroubleshoot_icon.svg share/icons/Canta/actions/22/settings-configure.svg share/icons/Canta/actions/22/settings.svg +share/icons/Canta/actions/22/shallow-history.svg share/icons/Canta/actions/22/shape-choose.svg share/icons/Canta/actions/22/shapes.svg share/icons/Canta/actions/22/sharpenimage.svg share/icons/Canta/actions/22/shear.svg share/icons/Canta/actions/22/shoot.svg +share/icons/Canta/actions/22/show-all-effects.svg share/icons/Canta/actions/22/show-dialogs.svg share/icons/Canta/actions/22/show-grid.svg share/icons/Canta/actions/22/show-guides.svg +share/icons/Canta/actions/22/show-hidden.svg share/icons/Canta/actions/22/show-menu.svg share/icons/Canta/actions/22/show-node-handles.svg share/icons/Canta/actions/22/show-offline.svg share/icons/Canta/actions/22/show-path-outline.svg +share/icons/Canta/actions/22/show_table_column.svg +share/icons/Canta/actions/22/show_table_row.svg +share/icons/Canta/actions/22/shuffle.svg share/icons/Canta/actions/22/sidebar-places.svg share/icons/Canta/actions/22/sidebar.svg share/icons/Canta/actions/22/similarartists-amarok.svg +share/icons/Canta/actions/22/slanted.svg share/icons/Canta/actions/22/slideshow-plugin.svg share/icons/Canta/actions/22/smallclock.svg +share/icons/Canta/actions/22/smallskip.svg share/icons/Canta/actions/22/snap-bounding-box-center.svg share/icons/Canta/actions/22/snap-bounding-box-corners.svg share/icons/Canta/actions/22/snap-bounding-box-edges.svg share/icons/Canta/actions/22/snap-bounding-box-midpoints.svg +share/icons/Canta/actions/22/snap-bounding-box.svg share/icons/Canta/actions/22/snap-extension.svg share/icons/Canta/actions/22/snap-guideline.svg share/icons/Canta/actions/22/snap-intersection.svg @@ -3374,16 +4092,35 @@ share/icons/Canta/actions/22/snap.svg share/icons/Canta/actions/22/social.svg share/icons/Canta/actions/22/sort-name.svg share/icons/Canta/actions/22/sort-presence.svg +share/icons/Canta/actions/22/sort_incr.svg share/icons/Canta/actions/22/soundkonverter-replaygain.svg share/icons/Canta/actions/22/spacefm-find.svg share/icons/Canta/actions/22/speaker.svg +share/icons/Canta/actions/22/specific-setup.svg share/icons/Canta/actions/22/speedometer.svg +share/icons/Canta/actions/22/spiral-shape.svg share/icons/Canta/actions/22/split.svg +share/icons/Canta/actions/22/spreadsheetshape.svg share/icons/Canta/actions/22/standard-connector.svg share/icons/Canta/actions/22/star-off.svg share/icons/Canta/actions/22/star-on.svg +share/icons/Canta/actions/22/star-shape.svg share/icons/Canta/actions/22/starred.svg +share/icons/Canta/actions/22/start-over.svg share/icons/Canta/actions/22/start.svg +share/icons/Canta/actions/22/step_object_Box.svg +share/icons/Canta/actions/22/step_object_Controller.svg +share/icons/Canta/actions/22/step_object_Disk.svg +share/icons/Canta/actions/22/step_object_Gas.svg +share/icons/Canta/actions/22/step_object_GasParticle.svg +share/icons/Canta/actions/22/step_object_Graph.svg +share/icons/Canta/actions/22/step_object_Meter.svg +share/icons/Canta/actions/22/step_object_Note.svg +share/icons/Canta/actions/22/step_object_Particle.svg +share/icons/Canta/actions/22/step_object_Polygon.svg +share/icons/Canta/actions/22/step_object_Rope.svg +share/icons/Canta/actions/22/step_object_Stick.svg +share/icons/Canta/actions/22/step_object_Tracer.svg share/icons/Canta/actions/22/sticky_zoom.svg share/icons/Canta/actions/22/stock_about.svg share/icons/Canta/actions/22/stock_add-bookmark.svg @@ -3409,6 +4146,7 @@ share/icons/Canta/actions/22/stock_folder_properties.svg share/icons/Canta/actions/22/stock_fullscreen.svg share/icons/Canta/actions/22/stock_gtk-dnd-multiple.svg share/icons/Canta/actions/22/stock_help-add-bookmark.svg +share/icons/Canta/actions/22/stock_home.svg share/icons/Canta/actions/22/stock_insert-note.svg share/icons/Canta/actions/22/stock_insert-rule.svg share/icons/Canta/actions/22/stock_insert-table.svg @@ -3507,14 +4245,20 @@ share/icons/Canta/actions/22/stroke-join-bevel.svg share/icons/Canta/actions/22/stroke-join-miter.svg share/icons/Canta/actions/22/stroke-join-round.svg share/icons/Canta/actions/22/stroke-to-path.svg +share/icons/Canta/actions/22/strong.svg +share/icons/Canta/actions/22/structure.svg +share/icons/Canta/actions/22/subsystem.svg share/icons/Canta/actions/22/svn-commit.svg share/icons/Canta/actions/22/svn-update.svg share/icons/Canta/actions/22/symbols.svg share/icons/Canta/actions/22/system-help.svg +share/icons/Canta/actions/22/system-reboot.svg share/icons/Canta/actions/22/system-run.svg +share/icons/Canta/actions/22/system-save-session.svg share/icons/Canta/actions/22/system-search.svg share/icons/Canta/actions/22/system-software-install.svg share/icons/Canta/actions/22/system-upgrade.svg +share/icons/Canta/actions/22/system-users.svg share/icons/Canta/actions/22/tab-close-other.svg share/icons/Canta/actions/22/tab-close.svg share/icons/Canta/actions/22/tab-detach.svg @@ -3522,10 +4266,15 @@ share/icons/Canta/actions/22/tab-duplicate.svg share/icons/Canta/actions/22/tab-new-background.svg share/icons/Canta/actions/22/tab-new.svg share/icons/Canta/actions/22/tab.svg +share/icons/Canta/actions/22/tab_breakoff.svg share/icons/Canta/actions/22/tab_duplicate.svg share/icons/Canta/actions/22/tab_new.svg +share/icons/Canta/actions/22/tab_new_bg.svg +share/icons/Canta/actions/22/tab_remove.svg +share/icons/Canta/actions/22/tab_remove_other.svg share/icons/Canta/actions/22/table.svg share/icons/Canta/actions/22/tag-addressbook.svg +share/icons/Canta/actions/22/tag-assigned.svg share/icons/Canta/actions/22/tag-delete.svg share/icons/Canta/actions/22/tag-events.svg share/icons/Canta/actions/22/tag-folder.svg @@ -3545,16 +4294,37 @@ share/icons/Canta/actions/22/task-due.svg share/icons/Canta/actions/22/task-new.svg share/icons/Canta/actions/22/task-past-due.svg share/icons/Canta/actions/22/taxes-finances.svg +share/icons/Canta/actions/22/template.svg +share/icons/Canta/actions/22/texcompiler.svg +share/icons/Canta/actions/22/text-convert-to-regular.svg share/icons/Canta/actions/22/text-field.svg +share/icons/Canta/actions/22/text-flow-into-frame.svg share/icons/Canta/actions/22/text-frame-link.svg share/icons/Canta/actions/22/text-frame-unlink.svg +share/icons/Canta/actions/22/text-orientation-auto.svg +share/icons/Canta/actions/22/text-orientation-sideways.svg +share/icons/Canta/actions/22/text-orientation-upright.svg +share/icons/Canta/actions/22/text-put-on-path.svg +share/icons/Canta/actions/22/text-remove-from-path.svg share/icons/Canta/actions/22/text-speak.svg +share/icons/Canta/actions/22/text-unflow.svg +share/icons/Canta/actions/22/text-unkern.svg share/icons/Canta/actions/22/text-wrap.svg +share/icons/Canta/actions/22/text_horz_kern.svg share/icons/Canta/actions/22/text_letter_spacing.svg share/icons/Canta/actions/22/text_line_spacing.svg +share/icons/Canta/actions/22/text_rotation.svg share/icons/Canta/actions/22/text_subscript.svg share/icons/Canta/actions/22/text_superscript.svg +share/icons/Canta/actions/22/text_vert_kern.svg +share/icons/Canta/actions/22/text_word_spacing.svg share/icons/Canta/actions/22/texture.svg +share/icons/Canta/actions/22/timeline-extract.svg +share/icons/Canta/actions/22/timeline-insert.svg +share/icons/Canta/actions/22/timeline-lift.svg +share/icons/Canta/actions/22/timeline-overwrite.svg +share/icons/Canta/actions/22/timeline-use-zone-off.svg +share/icons/Canta/actions/22/timeline-use-zone-on.svg share/icons/Canta/actions/22/tiny-pause.svg share/icons/Canta/actions/22/tiny-start.svg share/icons/Canta/actions/22/tool-animator.svg @@ -3562,12 +4332,31 @@ share/icons/Canta/actions/22/tool-measure.svg share/icons/Canta/actions/22/tool-node-editor.svg share/icons/Canta/actions/22/tool-pointer.svg share/icons/Canta/actions/22/tool-spray.svg +share/icons/Canta/actions/22/tool-text.svg share/icons/Canta/actions/22/tool-tweak.svg +share/icons/Canta/actions/22/tool_brush.svg +share/icons/Canta/actions/22/tool_cellformatting.svg share/icons/Canta/actions/22/tool_color_eraser.svg +share/icons/Canta/actions/22/tool_color_picker.svg share/icons/Canta/actions/22/tool_curve.svg +share/icons/Canta/actions/22/tool_ellipse.svg share/icons/Canta/actions/22/tool_elliptical_selection.svg +share/icons/Canta/actions/22/tool_eraser.svg +share/icons/Canta/actions/22/tool_flood_fill.svg +share/icons/Canta/actions/22/tool_free_form_selection.svg +share/icons/Canta/actions/22/tool_imageeffects.svg +share/icons/Canta/actions/22/tool_line.svg +share/icons/Canta/actions/22/tool_pagelayout.svg +share/icons/Canta/actions/22/tool_pen.svg share/icons/Canta/actions/22/tool_polygon.svg +share/icons/Canta/actions/22/tool_polyline.svg +share/icons/Canta/actions/22/tool_rect_selection.svg +share/icons/Canta/actions/22/tool_rectangle.svg +share/icons/Canta/actions/22/tool_references.svg +share/icons/Canta/actions/22/tool_review.svg share/icons/Canta/actions/22/tool_rounded_rectangle.svg +share/icons/Canta/actions/22/tool_spraycan.svg +share/icons/Canta/actions/22/tool_text.svg share/icons/Canta/actions/22/tools-check-spelling.svg share/icons/Canta/actions/22/tools-media-optical-burn-image.svg share/icons/Canta/actions/22/tools-media-optical-burn.svg @@ -3581,11 +4370,17 @@ share/icons/Canta/actions/22/tools-rip-video-dvd.svg share/icons/Canta/actions/22/tools-wizard.svg share/icons/Canta/actions/22/top.svg share/icons/Canta/actions/22/torrents.svg +share/icons/Canta/actions/22/transaction-add.svg +share/icons/Canta/actions/22/transaction-delete.svg +share/icons/Canta/actions/22/transaction-edit.svg +share/icons/Canta/actions/22/transaction-find.svg +share/icons/Canta/actions/22/transaction-report.svg share/icons/Canta/actions/22/transfers.svg share/icons/Canta/actions/22/transform-affect-gradient.svg share/icons/Canta/actions/22/transform-affect-pattern.svg share/icons/Canta/actions/22/transform-affect-rounded-corners.svg share/icons/Canta/actions/22/transform-affect-stroke.svg +share/icons/Canta/actions/22/transform-browse.svg share/icons/Canta/actions/22/transform-crop-and-resize.svg share/icons/Canta/actions/22/transform-crop.svg share/icons/Canta/actions/22/transform-move.svg @@ -3596,11 +4391,29 @@ share/icons/Canta/actions/22/transform-shear-down.svg share/icons/Canta/actions/22/transform-shear-left.svg share/icons/Canta/actions/22/transform-shear-right.svg share/icons/Canta/actions/22/transform-shear-up.svg +share/icons/Canta/actions/22/transform-skew-horizontal.svg +share/icons/Canta/actions/22/transform-skew-vertical.svg +share/icons/Canta/actions/22/transsearch.svg share/icons/Canta/actions/22/trash-empty.svg +share/icons/Canta/actions/22/trashcan_empty.svg +share/icons/Canta/actions/22/trashcan_full.svg share/icons/Canta/actions/22/twitter-dm.svg share/icons/Canta/actions/22/twitter-home.svg share/icons/Canta/actions/22/twitter-mentions.svg share/icons/Canta/actions/22/twitter-profile.svg +share/icons/Canta/actions/22/umbr-coll-message-asynchronous.svg +share/icons/Canta/actions/22/umbr-coll-message-synchronous.svg +share/icons/Canta/actions/22/umbr-message-asynchronous.svg +share/icons/Canta/actions/22/umbr-message-found.svg +share/icons/Canta/actions/22/umbr-message-lost.svg +share/icons/Canta/actions/22/umbr-message-synchronous.svg +share/icons/Canta/actions/22/umbrello_diagram_class.svg +share/icons/Canta/actions/22/umbrello_diagram_collaboration.svg +share/icons/Canta/actions/22/umbrello_diagram_component.svg +share/icons/Canta/actions/22/umbrello_diagram_entityrelationship.svg +share/icons/Canta/actions/22/umbrello_diagram_sequence.svg +share/icons/Canta/actions/22/umbrello_diagram_state.svg +share/icons/Canta/actions/22/umbrello_diagram_usecase.svg share/icons/Canta/actions/22/underexposure.svg share/icons/Canta/actions/22/undo.svg share/icons/Canta/actions/22/unlock.svg @@ -3608,6 +4421,8 @@ share/icons/Canta/actions/22/up.svg share/icons/Canta/actions/22/upcomingevents-amarok.svg share/icons/Canta/actions/22/upindicator.svg share/icons/Canta/actions/22/upload-media.svg +share/icons/Canta/actions/22/url-copy.svg +share/icons/Canta/actions/22/usecase.svg share/icons/Canta/actions/22/user-group-delete.svg share/icons/Canta/actions/22/user-group-new.svg share/icons/Canta/actions/22/user-group-properties.svg @@ -3615,6 +4430,13 @@ share/icons/Canta/actions/22/user-identity.svg share/icons/Canta/actions/22/user-properties.svg share/icons/Canta/actions/22/user-trash-full.svg share/icons/Canta/actions/22/user-trash.svg +share/icons/Canta/actions/22/user.svg +share/icons/Canta/actions/22/usermenu-delete.svg +share/icons/Canta/actions/22/usermenu-down.svg +share/icons/Canta/actions/22/usermenu-up.svg +share/icons/Canta/actions/22/username-copy.svg +share/icons/Canta/actions/22/verb.svg +share/icons/Canta/actions/22/verbatim.svg share/icons/Canta/actions/22/videoclip-amarok.svg share/icons/Canta/actions/22/view-bank-account-checking.svg share/icons/Canta/actions/22/view-bank-account-savings.svg @@ -3655,6 +4477,7 @@ share/icons/Canta/actions/22/view-close.svg share/icons/Canta/actions/22/view-column.svg share/icons/Canta/actions/22/view-compact.svg share/icons/Canta/actions/22/view-continuous.svg +share/icons/Canta/actions/22/view-conversation-balloon.svg share/icons/Canta/actions/22/view-coverflow.svg share/icons/Canta/actions/22/view-dual.svg share/icons/Canta/actions/22/view-file-columns.svg @@ -3676,14 +4499,24 @@ share/icons/Canta/actions/22/view-list-text.svg share/icons/Canta/actions/22/view-list-tree.svg share/icons/Canta/actions/22/view-list-video.svg share/icons/Canta/actions/22/view-list.svg +share/icons/Canta/actions/22/view-media-album-cover.svg share/icons/Canta/actions/22/view-media-artist.svg +share/icons/Canta/actions/22/view-media-chart.svg +share/icons/Canta/actions/22/view-media-config.svg share/icons/Canta/actions/22/view-media-equalizer.svg +share/icons/Canta/actions/22/view-media-favorite.svg +share/icons/Canta/actions/22/view-media-genre.svg share/icons/Canta/actions/22/view-media-lyrics.svg +share/icons/Canta/actions/22/view-media-playcount.svg share/icons/Canta/actions/22/view-media-playlist.svg +share/icons/Canta/actions/22/view-media-publisher.svg share/icons/Canta/actions/22/view-media-queue.svg +share/icons/Canta/actions/22/view-media-recent.svg +share/icons/Canta/actions/22/view-media-similarartists.svg share/icons/Canta/actions/22/view-media-subtitles-hidden.svg share/icons/Canta/actions/22/view-media-subtitles.svg share/icons/Canta/actions/22/view-media-title.svg +share/icons/Canta/actions/22/view-media-track.svg share/icons/Canta/actions/22/view-media-visualization.svg share/icons/Canta/actions/22/view-more-horizontal.svg share/icons/Canta/actions/22/view-more.svg @@ -3691,6 +4524,7 @@ share/icons/Canta/actions/22/view-multiple-objects.svg share/icons/Canta/actions/22/view-object-histogram-linear.svg share/icons/Canta/actions/22/view-object-histogram-logarithmic.svg share/icons/Canta/actions/22/view-paged.svg +share/icons/Canta/actions/22/view-pages-single.svg share/icons/Canta/actions/22/view-pim-calendar.svg share/icons/Canta/actions/22/view-pim-contacts.svg share/icons/Canta/actions/22/view-pim-journal.svg @@ -3715,6 +4549,7 @@ share/icons/Canta/actions/22/view-resource-calendar.svg share/icons/Canta/actions/22/view-restore.svg share/icons/Canta/actions/22/view-right-close.svg share/icons/Canta/actions/22/view-right-new.svg +share/icons/Canta/actions/22/view-services-scripted-amarok.svg share/icons/Canta/actions/22/view-sidetree.svg share/icons/Canta/actions/22/view-sort-ascending.svg share/icons/Canta/actions/22/view-sort-descending.svg @@ -3738,11 +4573,22 @@ share/icons/Canta/actions/22/view-time-schedule-insert.svg share/icons/Canta/actions/22/view-time-schedule.svg share/icons/Canta/actions/22/view-user-offline-kopete.svg share/icons/Canta/actions/22/view-web-browser-dom-tree.svg +share/icons/Canta/actions/22/view_fit_to_page.svg share/icons/Canta/actions/22/view_left_right.svg +share/icons/Canta/actions/22/view_multicolumn.svg +share/icons/Canta/actions/22/view_text.svg +share/icons/Canta/actions/22/view_tree.svg +share/icons/Canta/actions/22/viewbib.svg share/icons/Canta/actions/22/viewimage.svg +share/icons/Canta/actions/22/viewlog.svg share/icons/Canta/actions/22/viewmagfit.svg +share/icons/Canta/actions/22/viewps.svg +share/icons/Canta/actions/22/vinyl.svg share/icons/Canta/actions/22/visibility.svg +share/icons/Canta/actions/22/vm_clone_wizard.svg +share/icons/Canta/actions/22/vm_new.svg share/icons/Canta/actions/22/wallet-open.svg +share/icons/Canta/actions/22/web-browser.svg share/icons/Canta/actions/22/whitebalance.svg share/icons/Canta/actions/22/window-close.svg share/icons/Canta/actions/22/window-duplicate.svg @@ -3756,7 +4602,12 @@ share/icons/Canta/actions/22/window.svg share/icons/Canta/actions/22/window_fullscreen.svg share/icons/Canta/actions/22/window_new.svg share/icons/Canta/actions/22/window_nofullscreen.svg +share/icons/Canta/actions/22/wizard_math.svg +share/icons/Canta/actions/22/wizard_pdftools.svg +share/icons/Canta/actions/22/wizard_pstools.svg +share/icons/Canta/actions/22/wizard_tabular.svg share/icons/Canta/actions/22/x-clementine-album.svg +share/icons/Canta/actions/22/x-clementine-albums.svg share/icons/Canta/actions/22/x-clementine-artist.svg share/icons/Canta/actions/22/x-clementine-shuffle.svg share/icons/Canta/actions/22/x-office-address-book.svg @@ -3794,6 +4645,7 @@ share/icons/Canta/actions/22/zoom-in-y.svg share/icons/Canta/actions/22/zoom-in.svg share/icons/Canta/actions/22/zoom-next.svg share/icons/Canta/actions/22/zoom-original.svg +share/icons/Canta/actions/22/zoom-out-large.svg share/icons/Canta/actions/22/zoom-out-x.svg share/icons/Canta/actions/22/zoom-out-y.svg share/icons/Canta/actions/22/zoom-out.svg @@ -3863,6 +4715,7 @@ share/icons/Canta/actions/24/antivignetting.svg share/icons/Canta/actions/24/application-exit.svg share/icons/Canta/actions/24/application-menu.svg share/icons/Canta/actions/24/application-rss+xml.svg +share/icons/Canta/actions/24/applications-other.svg share/icons/Canta/actions/24/appointment-missed.svg share/icons/Canta/actions/24/appointment-new.svg share/icons/Canta/actions/24/appointment-soon.svg @@ -3888,6 +4741,10 @@ share/icons/Canta/actions/24/audio-volume-high.svg share/icons/Canta/actions/24/audio-volume-low.svg share/icons/Canta/actions/24/audio-volume-medium.svg share/icons/Canta/actions/24/audio-volume-muted.svg +share/icons/Canta/actions/24/auto-scale-all.svg +share/icons/Canta/actions/24/auto-scale-x.svg +share/icons/Canta/actions/24/auto-scale-y.svg +share/icons/Canta/actions/24/auto-type.svg share/icons/Canta/actions/24/autocorrection.svg share/icons/Canta/actions/24/automated-tasks.svg share/icons/Canta/actions/24/back.svg @@ -3906,6 +4763,7 @@ share/icons/Canta/actions/24/bookmark-new-list.svg share/icons/Canta/actions/24/bookmark-new.svg share/icons/Canta/actions/24/bookmark-remove.svg share/icons/Canta/actions/24/bookmark-toolbar.svg +share/icons/Canta/actions/24/bookmark.svg share/icons/Canta/actions/24/bookmark_add.svg share/icons/Canta/actions/24/bookmarks-organize.svg share/icons/Canta/actions/24/bookmarks.svg @@ -3931,6 +4789,7 @@ share/icons/Canta/actions/24/bqm-update.svg share/icons/Canta/actions/24/browser-download.svg share/icons/Canta/actions/24/burst.svg share/icons/Canta/actions/24/button_cancel.svg +share/icons/Canta/actions/24/button_ok.svg share/icons/Canta/actions/24/bwtonal.svg share/icons/Canta/actions/24/cab_extract.svg share/icons/Canta/actions/24/cab_view.svg @@ -3942,6 +4801,7 @@ share/icons/Canta/actions/24/camera-off.svg share/icons/Canta/actions/24/camera-on.svg share/icons/Canta/actions/24/camera-ready.svg share/icons/Canta/actions/24/cancel.svg +share/icons/Canta/actions/24/cd.svg share/icons/Canta/actions/24/channelmixer.svg share/icons/Canta/actions/24/character-set.svg share/icons/Canta/actions/24/check-filled.svg @@ -3952,6 +4812,8 @@ share/icons/Canta/actions/24/chronometer-pause.svg share/icons/Canta/actions/24/chronometer-reset.svg share/icons/Canta/actions/24/chronometer-start.svg share/icons/Canta/actions/24/chronometer.svg +share/icons/Canta/actions/24/class-or-package.svg +share/icons/Canta/actions/24/clear_left.svg share/icons/Canta/actions/24/clock-large.svg share/icons/Canta/actions/24/clock.svg share/icons/Canta/actions/24/cloud-download.svg @@ -4001,7 +4863,14 @@ share/icons/Canta/actions/24/configuration.svg share/icons/Canta/actions/24/configure-shortcuts.svg share/icons/Canta/actions/24/configure-toolbars.svg share/icons/Canta/actions/24/configure.svg +share/icons/Canta/actions/24/configure_shortcuts.svg +share/icons/Canta/actions/24/configure_toolbars.svg +share/icons/Canta/actions/24/connector-avoid.svg +share/icons/Canta/actions/24/connector-ignore.svg +share/icons/Canta/actions/24/connector-orthogonal.svg share/icons/Canta/actions/24/contact-new.svg +share/icons/Canta/actions/24/contents.svg +share/icons/Canta/actions/24/contexthelp.svg share/icons/Canta/actions/24/contrast.svg share/icons/Canta/actions/24/cookies.svg share/icons/Canta/actions/24/coordinate.svg @@ -4012,6 +4881,7 @@ share/icons/Canta/actions/24/currenttrack_play.svg share/icons/Canta/actions/24/cursor-arrow.svg share/icons/Canta/actions/24/curve-connector.svg share/icons/Canta/actions/24/dashboard-show.svg +share/icons/Canta/actions/24/database-change-key.svg share/icons/Canta/actions/24/database-index.svg share/icons/Canta/actions/24/debug-execute-from-cursor.svg share/icons/Canta/actions/24/debug-execute-to-cursor.svg @@ -4023,8 +4893,10 @@ share/icons/Canta/actions/24/debug-step-into.svg share/icons/Canta/actions/24/debug-step-out.svg share/icons/Canta/actions/24/debug-step-over.svg share/icons/Canta/actions/24/delete-comment.svg +share/icons/Canta/actions/24/delete.svg share/icons/Canta/actions/24/depth16to8.svg share/icons/Canta/actions/24/depth8to16.svg +share/icons/Canta/actions/24/device.svg share/icons/Canta/actions/24/dialog-align-and-distribute.svg share/icons/Canta/actions/24/dialog-apply.svg share/icons/Canta/actions/24/dialog-cancel.svg @@ -4032,6 +4904,7 @@ share/icons/Canta/actions/24/dialog-close.svg share/icons/Canta/actions/24/dialog-error.svg share/icons/Canta/actions/24/dialog-fill-and-stroke.svg share/icons/Canta/actions/24/dialog-filters.svg +share/icons/Canta/actions/24/dialog-geometry.svg share/icons/Canta/actions/24/dialog-icon-preview.svg share/icons/Canta/actions/24/dialog-information.svg share/icons/Canta/actions/24/dialog-input-devices.svg @@ -4043,8 +4916,10 @@ share/icons/Canta/actions/24/dialog-object-properties.svg share/icons/Canta/actions/24/dialog-ok-apply.svg share/icons/Canta/actions/24/dialog-ok.svg share/icons/Canta/actions/24/dialog-password.svg +share/icons/Canta/actions/24/dialog-path-effects.svg share/icons/Canta/actions/24/dialog-rows-and-columns.svg share/icons/Canta/actions/24/dialog-scripts.svg +share/icons/Canta/actions/24/dialog-templates.svg share/icons/Canta/actions/24/dialog-text-and-font.svg share/icons/Canta/actions/24/dialog-tile-clones.svg share/icons/Canta/actions/24/dialog-transform.svg @@ -4080,6 +4955,7 @@ share/icons/Canta/actions/24/distribute-vertical-y.svg share/icons/Canta/actions/24/document-cleanup.svg share/icons/Canta/actions/24/document-close.svg share/icons/Canta/actions/24/document-decrypt.svg +share/icons/Canta/actions/24/document-download.svg share/icons/Canta/actions/24/document-edit-decrypt-verify.svg share/icons/Canta/actions/24/document-edit-decrypt.svg share/icons/Canta/actions/24/document-edit-encrypt.svg @@ -4138,9 +5014,25 @@ share/icons/Canta/actions/24/draw-connector.svg share/icons/Canta/actions/24/draw-cross.svg share/icons/Canta/actions/24/draw-cuboid.svg share/icons/Canta/actions/24/draw-donut.svg +share/icons/Canta/actions/24/draw-ellipse-arc.svg +share/icons/Canta/actions/24/draw-ellipse-chord.svg +share/icons/Canta/actions/24/draw-ellipse-segment.svg +share/icons/Canta/actions/24/draw-ellipse-whole.svg share/icons/Canta/actions/24/draw-ellipse.svg +share/icons/Canta/actions/24/draw-eraser-delete-objects.svg share/icons/Canta/actions/24/draw-eraser.svg share/icons/Canta/actions/24/draw-freehand.svg +share/icons/Canta/actions/24/draw-geometry-angle-bisector.svg +share/icons/Canta/actions/24/draw-geometry-circle-from-radius.svg +share/icons/Canta/actions/24/draw-geometry-circle-from-three-points.svg +share/icons/Canta/actions/24/draw-geometry-inactive.svg +share/icons/Canta/actions/24/draw-geometry-line-parallel.svg +share/icons/Canta/actions/24/draw-geometry-line-perpendicular.svg +share/icons/Canta/actions/24/draw-geometry-line-segment.svg +share/icons/Canta/actions/24/draw-geometry-mirror.svg +share/icons/Canta/actions/24/draw-geometry-set-bounding-box.svg +share/icons/Canta/actions/24/draw-geometry-show-measuring-info.svg +share/icons/Canta/actions/24/draw-geometry.svg share/icons/Canta/actions/24/draw-halfcircle1.svg share/icons/Canta/actions/24/draw-halfcircle2.svg share/icons/Canta/actions/24/draw-halfcircle3.svg @@ -4155,11 +5047,14 @@ share/icons/Canta/actions/24/draw-spiral.svg share/icons/Canta/actions/24/draw-square-inverted-corners.svg share/icons/Canta/actions/24/draw-star.svg share/icons/Canta/actions/24/draw-text.svg +share/icons/Canta/actions/24/draw-trace-background.svg share/icons/Canta/actions/24/draw-triangle.svg share/icons/Canta/actions/24/draw-triangle1.svg share/icons/Canta/actions/24/draw-triangle2.svg share/icons/Canta/actions/24/draw-triangle3.svg share/icons/Canta/actions/24/draw-triangle4.svg +share/icons/Canta/actions/24/draw-use-pressure.svg +share/icons/Canta/actions/24/draw-use-tilt.svg share/icons/Canta/actions/24/draw-watercolor.svg share/icons/Canta/actions/24/dynamic-amarok.svg share/icons/Canta/actions/24/earthquake.svg @@ -4196,6 +5091,7 @@ share/icons/Canta/actions/24/edit-link.svg share/icons/Canta/actions/24/edit-map.svg share/icons/Canta/actions/24/edit-mark.svg share/icons/Canta/actions/24/edit-node.svg +share/icons/Canta/actions/24/edit-none.svg share/icons/Canta/actions/24/edit-paste-in-place.svg share/icons/Canta/actions/24/edit-paste-style.svg share/icons/Canta/actions/24/edit-paste.svg @@ -4227,8 +5123,15 @@ share/icons/Canta/actions/24/editcut.svg share/icons/Canta/actions/24/editdelete.svg share/icons/Canta/actions/24/editimage.svg share/icons/Canta/actions/24/editpaste.svg +share/icons/Canta/actions/24/edittrash.svg +share/icons/Canta/actions/24/emptytrash.svg share/icons/Canta/actions/24/enterprise.svg +share/icons/Canta/actions/24/entry-clone.svg +share/icons/Canta/actions/24/entry-delete.svg +share/icons/Canta/actions/24/entry-edit.svg +share/icons/Canta/actions/24/entry-new.svg share/icons/Canta/actions/24/epiphany-download.svg +share/icons/Canta/actions/24/equalizer.svg share/icons/Canta/actions/24/error.svg share/icons/Canta/actions/24/escape-direction-all.svg share/icons/Canta/actions/24/escape-direction-down.svg @@ -4243,7 +5146,9 @@ share/icons/Canta/actions/24/exchange-positions.svg share/icons/Canta/actions/24/exifinfo.svg share/icons/Canta/actions/24/exit.svg share/icons/Canta/actions/24/extract-archive.svg +share/icons/Canta/actions/24/favicon-download.svg share/icons/Canta/actions/24/favorite-genres-amarok.svg +share/icons/Canta/actions/24/favorite.svg share/icons/Canta/actions/24/favorites.svg share/icons/Canta/actions/24/fcitx-anthy.svg share/icons/Canta/actions/24/fcitx-bopomofo.svg @@ -4334,6 +5239,7 @@ share/icons/Canta/actions/24/flag-green.svg share/icons/Canta/actions/24/flag-red.svg share/icons/Canta/actions/24/flag-yellow.svg share/icons/Canta/actions/24/flag.svg +share/icons/Canta/actions/24/flatten_simplify.svg share/icons/Canta/actions/24/focus-legacy-systray.svg share/icons/Canta/actions/24/focus-top-bar.svg share/icons/Canta/actions/24/focus-windows.svg @@ -4348,6 +5254,7 @@ share/icons/Canta/actions/24/folder_color_picker.svg share/icons/Canta/actions/24/folder_new.svg share/icons/Canta/actions/24/followmouse.svg share/icons/Canta/actions/24/font-select.svg +share/icons/Canta/actions/24/footsteps.svg share/icons/Canta/actions/24/fork.svg share/icons/Canta/actions/24/format-add-node.svg share/icons/Canta/actions/24/format-align-vertical-bottom.svg @@ -4394,7 +5301,9 @@ share/icons/Canta/actions/24/format-text-code.svg share/icons/Canta/actions/24/format-text-color.svg share/icons/Canta/actions/24/format-text-direction-horizontal.svg share/icons/Canta/actions/24/format-text-direction-ltr.svg +share/icons/Canta/actions/24/format-text-direction-r2l.svg share/icons/Canta/actions/24/format-text-direction-rtl.svg +share/icons/Canta/actions/24/format-text-direction-vertical-lr.svg share/icons/Canta/actions/24/format-text-direction-vertical.svg share/icons/Canta/actions/24/format-text-italic.svg share/icons/Canta/actions/24/format-text-larger.svg @@ -4438,12 +5347,38 @@ share/icons/Canta/actions/24/gnome-stock-mail-fwd.svg share/icons/Canta/actions/24/gnome-stock-mail-new.svg share/icons/Canta/actions/24/gnome-stock-mail-rpl.svg share/icons/Canta/actions/24/gnome-stock-mail-snd.svg +share/icons/Canta/actions/24/gnumeric-autofilter.svg +share/icons/Canta/actions/24/gnumeric-brush.svg +share/icons/Canta/actions/24/gnumeric-cells-split.svg +share/icons/Canta/actions/24/gnumeric-column-add.svg +share/icons/Canta/actions/24/gnumeric-column-delete.svg +share/icons/Canta/actions/24/gnumeric-column-hide.svg +share/icons/Canta/actions/24/gnumeric-column-unhide.svg +share/icons/Canta/actions/24/gnumeric-comment-add.svg +share/icons/Canta/actions/24/gnumeric-comment-edit.svg +share/icons/Canta/actions/24/gnumeric-graphguru.svg +share/icons/Canta/actions/24/gnumeric-group.svg +share/icons/Canta/actions/24/gnumeric-link-add.svg +share/icons/Canta/actions/24/gnumeric-link-edit.svg +share/icons/Canta/actions/24/gnumeric-link-email.svg +share/icons/Canta/actions/24/gnumeric-object-label.svg +share/icons/Canta/actions/24/gnumeric-object-line.svg +share/icons/Canta/actions/24/gnumeric-pagesetup-hf-time.svg +share/icons/Canta/actions/24/gnumeric-row-add.svg +share/icons/Canta/actions/24/gnumeric-row-hide.svg +share/icons/Canta/actions/24/gnumeric-row-unhide.svg +share/icons/Canta/actions/24/gnumeric-subscript.svg +share/icons/Canta/actions/24/gnumeric-superscript.svg +share/icons/Canta/actions/24/gnumeric-ungroup.svg +share/icons/Canta/actions/24/gnumeric-visible.svg share/icons/Canta/actions/24/go-bottom.svg share/icons/Canta/actions/24/go-down-search.svg share/icons/Canta/actions/24/go-down.svg share/icons/Canta/actions/24/go-first-view-page.svg share/icons/Canta/actions/24/go-first-view.svg share/icons/Canta/actions/24/go-first.svg +share/icons/Canta/actions/24/go-home-large.svg +share/icons/Canta/actions/24/go-home-symbolic.svg share/icons/Canta/actions/24/go-home.svg share/icons/Canta/actions/24/go-jump-declaration.svg share/icons/Canta/actions/24/go-jump-definition.svg @@ -4456,12 +5391,14 @@ share/icons/Canta/actions/24/go-last-view.svg share/icons/Canta/actions/24/go-last.svg share/icons/Canta/actions/24/go-left.svg share/icons/Canta/actions/24/go-next-context.svg +share/icons/Canta/actions/24/go-next-symbolic.svg share/icons/Canta/actions/24/go-next-use.svg share/icons/Canta/actions/24/go-next-view-page.svg share/icons/Canta/actions/24/go-next-view.svg share/icons/Canta/actions/24/go-next.svg share/icons/Canta/actions/24/go-parent-folder.svg share/icons/Canta/actions/24/go-previous-context.svg +share/icons/Canta/actions/24/go-previous-symbolic.svg share/icons/Canta/actions/24/go-previous-use.svg share/icons/Canta/actions/24/go-previous-view-page.svg share/icons/Canta/actions/24/go-previous-view.svg @@ -4470,11 +5407,18 @@ share/icons/Canta/actions/24/go-right.svg share/icons/Canta/actions/24/go-today.svg share/icons/Canta/actions/24/go-top.svg share/icons/Canta/actions/24/go-up-search.svg +share/icons/Canta/actions/24/go-up-symbolic.svg share/icons/Canta/actions/24/go-up.svg +share/icons/Canta/actions/24/gohome.svg share/icons/Canta/actions/24/gpg.svg share/icons/Canta/actions/24/gpgsm.svg share/icons/Canta/actions/24/gps.svg +share/icons/Canta/actions/24/grid-axonometric.svg share/icons/Canta/actions/24/grid-rectangular.svg +share/icons/Canta/actions/24/group-delete.svg +share/icons/Canta/actions/24/group-edit.svg +share/icons/Canta/actions/24/group-new.svg +share/icons/Canta/actions/24/gtg-home.svg share/icons/Canta/actions/24/gtg-note-new.svg share/icons/Canta/actions/24/gtg-people.svg share/icons/Canta/actions/24/gtg-plugin.svg @@ -4525,6 +5469,7 @@ share/icons/Canta/actions/24/gtk-goto-first-rtl.svg share/icons/Canta/actions/24/gtk-goto-last-ltr.svg share/icons/Canta/actions/24/gtk-goto-last-rtl.svg share/icons/Canta/actions/24/gtk-goto-top.svg +share/icons/Canta/actions/24/gtk-home.svg share/icons/Canta/actions/24/gtk-indent-ltr.svg share/icons/Canta/actions/24/gtk-indent-rtl.svg share/icons/Canta/actions/24/gtk-index.svg @@ -4571,6 +5516,8 @@ share/icons/Canta/actions/24/gtk-select-color.svg share/icons/Canta/actions/24/gtk-select-font.svg share/icons/Canta/actions/24/gtk-spell-check.svg share/icons/Canta/actions/24/gtk-stop.svg +share/icons/Canta/actions/24/gtk-tab-duplicate.svg +share/icons/Canta/actions/24/gtk-tab-new.svg share/icons/Canta/actions/24/gtk-undelete-ltr.svg share/icons/Canta/actions/24/gtk-undelete-rtl.svg share/icons/Canta/actions/24/gtk-yes.svg @@ -4604,6 +5551,8 @@ share/icons/Canta/actions/24/history.svg share/icons/Canta/actions/24/history_entry.svg share/icons/Canta/actions/24/hook-notifier.svg share/icons/Canta/actions/24/hotpixels.svg +share/icons/Canta/actions/24/icon_console.svg +share/icons/Canta/actions/24/icon_details.svg share/icons/Canta/actions/24/identity.svg share/icons/Canta/actions/24/im-aim.svg share/icons/Canta/actions/24/im-ban-kick-user.svg @@ -4660,6 +5609,7 @@ share/icons/Canta/actions/24/insert-table.svg share/icons/Canta/actions/24/insert-tableofcontents.svg share/icons/Canta/actions/24/insert-text-frame.svg share/icons/Canta/actions/24/insert-text.svg +share/icons/Canta/actions/24/interactive_simplify.svg share/icons/Canta/actions/24/internet-amarok.svg share/icons/Canta/actions/24/internet-services.svg share/icons/Canta/actions/24/invertimage.svg @@ -4746,6 +5696,8 @@ share/icons/Canta/actions/24/kdenlive-zoom-large.svg share/icons/Canta/actions/24/kdenlive-zoom-small.svg share/icons/Canta/actions/24/kdocumentinfo.svg share/icons/Canta/actions/24/key-enter.svg +share/icons/Canta/actions/24/key_enter.svg +share/icons/Canta/actions/24/kfm_home.svg share/icons/Canta/actions/24/kmouth-phrase-new.svg share/icons/Canta/actions/24/kmouth-phrase.svg share/icons/Canta/actions/24/kmouth-phrasebook.svg @@ -4857,6 +5809,7 @@ share/icons/Canta/actions/24/list-remove-user.svg share/icons/Canta/actions/24/list-remove.svg share/icons/Canta/actions/24/list-resource-add.svg share/icons/Canta/actions/24/location.svg +share/icons/Canta/actions/24/locationbar_erase.svg share/icons/Canta/actions/24/lock.svg share/icons/Canta/actions/24/love-amarok.svg share/icons/Canta/actions/24/lpi-bug.svg @@ -4864,6 +5817,7 @@ share/icons/Canta/actions/24/lpi-help.svg share/icons/Canta/actions/24/lpi-translate.svg share/icons/Canta/actions/24/mail-archive.svg share/icons/Canta/actions/24/mail-attachment.svg +share/icons/Canta/actions/24/mail-deleted.svg share/icons/Canta/actions/24/mail-encrypted-full.svg share/icons/Canta/actions/24/mail-encrypted-part.svg share/icons/Canta/actions/24/mail-encrypted.svg @@ -4892,6 +5846,7 @@ share/icons/Canta/actions/24/mail-move.svg share/icons/Canta/actions/24/mail-open-multiple.svg share/icons/Canta/actions/24/mail-outbox.svg share/icons/Canta/actions/24/mail-queue.svg +share/icons/Canta/actions/24/mail-queued.svg share/icons/Canta/actions/24/mail-read.svg share/icons/Canta/actions/24/mail-receive.svg share/icons/Canta/actions/24/mail-replied.svg @@ -4917,6 +5872,7 @@ share/icons/Canta/actions/24/mail-unread-multiple.svg share/icons/Canta/actions/24/mail-unread-new.svg share/icons/Canta/actions/24/mail-unread.svg share/icons/Canta/actions/24/mail_forward.svg +share/icons/Canta/actions/24/mail_generic.svg share/icons/Canta/actions/24/mail_new.svg share/icons/Canta/actions/24/mail_reply.svg share/icons/Canta/actions/24/mail_replyall.svg @@ -4927,16 +5883,25 @@ share/icons/Canta/actions/24/map-gnomonic.svg share/icons/Canta/actions/24/map-mercator.svg share/icons/Canta/actions/24/mark-location.svg share/icons/Canta/actions/24/measure.svg +share/icons/Canta/actions/24/media-album-cover share/icons/Canta/actions/24/media-album-cover-manager-amarok.svg share/icons/Canta/actions/24/media-album-cover.svg share/icons/Canta/actions/24/media-album-repeat-amarok.svg share/icons/Canta/actions/24/media-album-track.svg share/icons/Canta/actions/24/media-eject.svg +share/icons/Canta/actions/24/media-forward.svg share/icons/Canta/actions/24/media-import-audio-cd.svg +share/icons/Canta/actions/24/media-pause.svg +share/icons/Canta/actions/24/media-play.svg share/icons/Canta/actions/24/media-playback-pause.svg +share/icons/Canta/actions/24/media-playback-paused.svg +share/icons/Canta/actions/24/media-playback-playing.svg share/icons/Canta/actions/24/media-playback-start-rtl.svg share/icons/Canta/actions/24/media-playback-start.svg share/icons/Canta/actions/24/media-playback-stop.svg +share/icons/Canta/actions/24/media-playback-stopped.svg +share/icons/Canta/actions/24/media-playlist-normal.svg +share/icons/Canta/actions/24/media-playlist-play.svg share/icons/Canta/actions/24/media-playlist-repeat-amarok.svg share/icons/Canta/actions/24/media-playlist-repeat.svg share/icons/Canta/actions/24/media-playlist-shuffle.svg @@ -4944,14 +5909,18 @@ share/icons/Canta/actions/24/media-random-albums-amarok.svg share/icons/Canta/actions/24/media-random-tracks-amarok.svg share/icons/Canta/actions/24/media-record.svg share/icons/Canta/actions/24/media-repeat-album-amarok.svg +share/icons/Canta/actions/24/media-repeat-all.svg +share/icons/Canta/actions/24/media-repeat-none.svg share/icons/Canta/actions/24/media-repeat-playlist-amarok.svg share/icons/Canta/actions/24/media-repeat-track-amarok.svg +share/icons/Canta/actions/24/media-rewind.svg share/icons/Canta/actions/24/media-seek-backward.svg share/icons/Canta/actions/24/media-seek-forward.svg share/icons/Canta/actions/24/media-show-active-track-amarok.svg share/icons/Canta/actions/24/media-skip-backward.svg share/icons/Canta/actions/24/media-skip-forward.svg share/icons/Canta/actions/24/media-standard-track-progression-amarok.svg +share/icons/Canta/actions/24/media-stop.svg share/icons/Canta/actions/24/media-track-add-amarok.svg share/icons/Canta/actions/24/media-track-edit-amarok.svg share/icons/Canta/actions/24/media-track-queue-amarok.svg @@ -4965,7 +5934,9 @@ share/icons/Canta/actions/24/meld-version-control.svg share/icons/Canta/actions/24/menu_new.svg share/icons/Canta/actions/24/menu_new_sep.svg share/icons/Canta/actions/24/merge.svg +share/icons/Canta/actions/24/mesh-gradient-fit.svg share/icons/Canta/actions/24/mesh-gradient.svg +share/icons/Canta/actions/24/message-close.svg share/icons/Canta/actions/24/messagebox_warning.svg share/icons/Canta/actions/24/mic-off.svg share/icons/Canta/actions/24/mic-on.svg @@ -4981,6 +5952,8 @@ share/icons/Canta/actions/24/new-audio-alarm.svg share/icons/Canta/actions/24/news-subscribe.svg share/icons/Canta/actions/24/news-unsubscribe.svg share/icons/Canta/actions/24/next.svg +share/icons/Canta/actions/24/no-marker.svg +share/icons/Canta/actions/24/no.svg share/icons/Canta/actions/24/nocover.svg share/icons/Canta/actions/24/node-add.svg share/icons/Canta/actions/24/node-break.svg @@ -5006,6 +5979,7 @@ share/icons/Canta/actions/24/object-align-vertical-center-calligra.svg share/icons/Canta/actions/24/object-align-vertical-top-calligra.svg share/icons/Canta/actions/24/object-columns.svg share/icons/Canta/actions/24/object-crop.svg +share/icons/Canta/actions/24/object-fill.svg share/icons/Canta/actions/24/object-flip-horizontal.svg share/icons/Canta/actions/24/object-flip-vertical.svg share/icons/Canta/actions/24/object-group-calligra.svg @@ -5026,8 +6000,19 @@ share/icons/Canta/actions/24/object-rotate-right.svg share/icons/Canta/actions/24/object-rows.svg share/icons/Canta/actions/24/object-select.svg share/icons/Canta/actions/24/object-straighten.svg +share/icons/Canta/actions/24/object-stroke.svg share/icons/Canta/actions/24/object-to-path.svg +share/icons/Canta/actions/24/object-tweak-attract.svg +share/icons/Canta/actions/24/object-tweak-blur.svg +share/icons/Canta/actions/24/object-tweak-duplicate.svg +share/icons/Canta/actions/24/object-tweak-jitter-color.svg +share/icons/Canta/actions/24/object-tweak-paint.svg +share/icons/Canta/actions/24/object-tweak-push.svg +share/icons/Canta/actions/24/object-tweak-randomize.svg +share/icons/Canta/actions/24/object-tweak-rotate.svg +share/icons/Canta/actions/24/object-tweak-shrink.svg share/icons/Canta/actions/24/object-ungroup-calligra.svg +share/icons/Canta/actions/24/object-ungroup-pop-selection.svg share/icons/Canta/actions/24/object-ungroup.svg share/icons/Canta/actions/24/object-unlocked.svg share/icons/Canta/actions/24/object-visible.svg @@ -5047,6 +6032,7 @@ share/icons/Canta/actions/24/office-chart-polar.svg share/icons/Canta/actions/24/office-chart-ring.svg share/icons/Canta/actions/24/office-chart-scatter.svg share/icons/Canta/actions/24/oilpaint.svg +share/icons/Canta/actions/24/ok.svg share/icons/Canta/actions/24/open-for-editing.svg share/icons/Canta/actions/24/open-magnet.svg share/icons/Canta/actions/24/open-menu.svg @@ -5060,6 +6046,13 @@ share/icons/Canta/actions/24/page-4sides.svg share/icons/Canta/actions/24/page-simple.svg share/icons/Canta/actions/24/page-zoom.svg share/icons/Canta/actions/24/paint-none.svg +share/icons/Canta/actions/24/paint-order-fms.svg +share/icons/Canta/actions/24/paint-order-fsm.svg +share/icons/Canta/actions/24/paint-order-mfs.svg +share/icons/Canta/actions/24/paint-order-msf.svg +share/icons/Canta/actions/24/paint-order-sfm.svg +share/icons/Canta/actions/24/paint-order-smf.svg +share/icons/Canta/actions/24/paint-solid.svg share/icons/Canta/actions/24/paint-unknown.svg share/icons/Canta/actions/24/pan-down.svg share/icons/Canta/actions/24/pan-end.svg @@ -5067,14 +6060,47 @@ share/icons/Canta/actions/24/pan-start.svg share/icons/Canta/actions/24/pan-up.svg share/icons/Canta/actions/24/pane-hide.svg share/icons/Canta/actions/24/pane-show.svg +share/icons/Canta/actions/24/paperclip.svg +share/icons/Canta/actions/24/password-copy.svg +share/icons/Canta/actions/24/password-generate.svg +share/icons/Canta/actions/24/password-generator.svg +share/icons/Canta/actions/24/password-show-off.svg +share/icons/Canta/actions/24/password-show-on.svg +share/icons/Canta/actions/24/path-break-apart.svg share/icons/Canta/actions/24/path-clip-edit.svg +share/icons/Canta/actions/24/path-combine.svg +share/icons/Canta/actions/24/path-cut.svg +share/icons/Canta/actions/24/path-difference.svg +share/icons/Canta/actions/24/path-division.svg share/icons/Canta/actions/24/path-effect-parameter-next.svg +share/icons/Canta/actions/24/path-exclusion.svg +share/icons/Canta/actions/24/path-inset.svg +share/icons/Canta/actions/24/path-intersection.svg share/icons/Canta/actions/24/path-mask-edit.svg +share/icons/Canta/actions/24/path-mode-bezier.svg +share/icons/Canta/actions/24/path-mode-bspline.svg +share/icons/Canta/actions/24/path-mode-polyline-paraxial.svg +share/icons/Canta/actions/24/path-mode-polyline.svg +share/icons/Canta/actions/24/path-mode-spiro.svg +share/icons/Canta/actions/24/path-offset-dynamic.svg +share/icons/Canta/actions/24/path-offset-linked.svg +share/icons/Canta/actions/24/path-outset.svg +share/icons/Canta/actions/24/path-reverse.svg +share/icons/Canta/actions/24/path-simplify.svg +share/icons/Canta/actions/24/path-tweak-attract.svg +share/icons/Canta/actions/24/path-tweak-grow.svg +share/icons/Canta/actions/24/path-tweak-push.svg +share/icons/Canta/actions/24/path-tweak-repel.svg +share/icons/Canta/actions/24/path-tweak-roughen.svg +share/icons/Canta/actions/24/path-tweak-shrink.svg +share/icons/Canta/actions/24/path-union.svg share/icons/Canta/actions/24/pdf-annotations.svg +share/icons/Canta/actions/24/perspective-parallel.svg share/icons/Canta/actions/24/pgp-keys.svg share/icons/Canta/actions/24/photo.svg share/icons/Canta/actions/24/photos-amarok.svg share/icons/Canta/actions/24/pipe.svg +share/icons/Canta/actions/24/pixelart-trace.svg share/icons/Canta/actions/24/player-eject.svg share/icons/Canta/actions/24/player-time.svg share/icons/Canta/actions/24/player-volume-muted.svg @@ -5084,6 +6110,7 @@ share/icons/Canta/actions/24/player_end.svg share/icons/Canta/actions/24/player_fwd.svg share/icons/Canta/actions/24/player_pause.svg share/icons/Canta/actions/24/player_play.svg +share/icons/Canta/actions/24/player_playlist.svg share/icons/Canta/actions/24/player_record.svg share/icons/Canta/actions/24/player_rew.svg share/icons/Canta/actions/24/player_start.svg @@ -5115,7 +6142,9 @@ share/icons/Canta/actions/24/preferences-indicator-amarok.svg share/icons/Canta/actions/24/preferences-media-playback-amarok.svg share/icons/Canta/actions/24/preferences-other.svg share/icons/Canta/actions/24/preferences-system-session-services.svg +share/icons/Canta/actions/24/preferences-system.svg share/icons/Canta/actions/24/preflight-verifier.svg +share/icons/Canta/actions/24/preview.svg share/icons/Canta/actions/24/previous.svg share/icons/Canta/actions/24/privatebrowsing.svg share/icons/Canta/actions/24/process-stop.svg @@ -5175,11 +6204,15 @@ share/icons/Canta/actions/24/rabbitvcs-unlock.svg share/icons/Canta/actions/24/rabbitvcs-unstage.svg share/icons/Canta/actions/24/rabbitvcs-update.svg share/icons/Canta/actions/24/raindrop.svg +share/icons/Canta/actions/24/randomize.svg share/icons/Canta/actions/24/rating-unrated.svg share/icons/Canta/actions/24/rating.svg share/icons/Canta/actions/24/ratiocrop.svg +share/icons/Canta/actions/24/recently_used.svg share/icons/Canta/actions/24/record.svg +share/icons/Canta/actions/24/rectangle-make-corners-sharp.svg share/icons/Canta/actions/24/redeyes.svg +share/icons/Canta/actions/24/redhat-home.svg share/icons/Canta/actions/24/reload.svg share/icons/Canta/actions/24/reload3.svg share/icons/Canta/actions/24/reload_all_tabs.svg @@ -5218,6 +6251,7 @@ share/icons/Canta/actions/24/run-install.svg share/icons/Canta/actions/24/search-icon.svg share/icons/Canta/actions/24/search.svg share/icons/Canta/actions/24/select-rectangular.svg +share/icons/Canta/actions/24/select.svg share/icons/Canta/actions/24/selection-bottom.svg share/icons/Canta/actions/24/selection-end.svg share/icons/Canta/actions/24/selection-lower.svg @@ -5238,9 +6272,12 @@ share/icons/Canta/actions/24/shapes.svg share/icons/Canta/actions/24/sharpenimage.svg share/icons/Canta/actions/24/shear.svg share/icons/Canta/actions/24/shoot.svg +share/icons/Canta/actions/24/show-all-effects.svg +share/icons/Canta/actions/24/show-bounding-box.svg share/icons/Canta/actions/24/show-dialogs.svg share/icons/Canta/actions/24/show-grid.svg share/icons/Canta/actions/24/show-guides.svg +share/icons/Canta/actions/24/show-hidden.svg share/icons/Canta/actions/24/show-menu.svg share/icons/Canta/actions/24/show-node-handles.svg share/icons/Canta/actions/24/show-offline.svg @@ -5254,6 +6291,7 @@ share/icons/Canta/actions/24/snap-bounding-box-center.svg share/icons/Canta/actions/24/snap-bounding-box-corners.svg share/icons/Canta/actions/24/snap-bounding-box-edges.svg share/icons/Canta/actions/24/snap-bounding-box-midpoints.svg +share/icons/Canta/actions/24/snap-bounding-box.svg share/icons/Canta/actions/24/snap-extension.svg share/icons/Canta/actions/24/snap-guideline.svg share/icons/Canta/actions/24/snap-intersection.svg @@ -5277,11 +6315,15 @@ share/icons/Canta/actions/24/spacefm-find.svg share/icons/Canta/actions/24/speaker.svg share/icons/Canta/actions/24/speedometer.svg share/icons/Canta/actions/24/split.svg +share/icons/Canta/actions/24/spray-mode-clone.svg +share/icons/Canta/actions/24/spray-mode-copy.svg +share/icons/Canta/actions/24/spray-mode-union.svg share/icons/Canta/actions/24/standard-connector.svg share/icons/Canta/actions/24/star-off.svg share/icons/Canta/actions/24/star-on.svg share/icons/Canta/actions/24/starred.svg share/icons/Canta/actions/24/start.svg +share/icons/Canta/actions/24/step_object_Controller.svg share/icons/Canta/actions/24/sticky_zoom.svg share/icons/Canta/actions/24/stock_about.svg share/icons/Canta/actions/24/stock_add-bookmark.svg @@ -5307,6 +6349,7 @@ share/icons/Canta/actions/24/stock_folder_properties.svg share/icons/Canta/actions/24/stock_fullscreen.svg share/icons/Canta/actions/24/stock_gtk-dnd-multiple.svg share/icons/Canta/actions/24/stock_help-add-bookmark.svg +share/icons/Canta/actions/24/stock_home.svg share/icons/Canta/actions/24/stock_insert-note.svg share/icons/Canta/actions/24/stock_insert-rule.svg share/icons/Canta/actions/24/stock_insert-table.svg @@ -5407,6 +6450,7 @@ share/icons/Canta/actions/24/stroke-join-round.svg share/icons/Canta/actions/24/stroke-to-path.svg share/icons/Canta/actions/24/svn-commit.svg share/icons/Canta/actions/24/svn-update.svg +share/icons/Canta/actions/24/symbol-bigger.svg share/icons/Canta/actions/24/symbols.svg share/icons/Canta/actions/24/system-help.svg share/icons/Canta/actions/24/system-run.svg @@ -5420,8 +6464,12 @@ share/icons/Canta/actions/24/tab-duplicate.svg share/icons/Canta/actions/24/tab-new-background.svg share/icons/Canta/actions/24/tab-new.svg share/icons/Canta/actions/24/tab.svg +share/icons/Canta/actions/24/tab_breakoff.svg share/icons/Canta/actions/24/tab_duplicate.svg share/icons/Canta/actions/24/tab_new.svg +share/icons/Canta/actions/24/tab_new_bg.svg +share/icons/Canta/actions/24/tab_remove.svg +share/icons/Canta/actions/24/tab_remove_other.svg share/icons/Canta/actions/24/table.svg share/icons/Canta/actions/24/tag-addressbook.svg share/icons/Canta/actions/24/tag-delete.svg @@ -5443,18 +6491,35 @@ share/icons/Canta/actions/24/task-due.svg share/icons/Canta/actions/24/task-new.svg share/icons/Canta/actions/24/task-past-due.svg share/icons/Canta/actions/24/taxes-finances.svg +share/icons/Canta/actions/24/text-convert-to-regular.svg share/icons/Canta/actions/24/text-field.svg +share/icons/Canta/actions/24/text-flow-into-frame.svg share/icons/Canta/actions/24/text-frame-link.svg share/icons/Canta/actions/24/text-frame-unlink.svg +share/icons/Canta/actions/24/text-orientation-auto.svg +share/icons/Canta/actions/24/text-orientation-sideways.svg +share/icons/Canta/actions/24/text-orientation-upright.svg +share/icons/Canta/actions/24/text-put-on-path.svg +share/icons/Canta/actions/24/text-remove-from-path.svg share/icons/Canta/actions/24/text-speak.svg +share/icons/Canta/actions/24/text-unflow.svg +share/icons/Canta/actions/24/text-unkern.svg share/icons/Canta/actions/24/text-wrap.svg +share/icons/Canta/actions/24/text_horz_kern.svg share/icons/Canta/actions/24/text_letter_spacing.svg share/icons/Canta/actions/24/text_line_spacing.svg +share/icons/Canta/actions/24/text_outer_style.svg +share/icons/Canta/actions/24/text_remove_kerns.svg +share/icons/Canta/actions/24/text_rotation.svg share/icons/Canta/actions/24/text_subscript.svg share/icons/Canta/actions/24/text_superscript.svg +share/icons/Canta/actions/24/text_vert_kern.svg +share/icons/Canta/actions/24/text_word_spacing.svg share/icons/Canta/actions/24/texture.svg share/icons/Canta/actions/24/tiny-pause.svg share/icons/Canta/actions/24/tiny-start.svg +share/icons/Canta/actions/24/toggle_vp_y.svg +share/icons/Canta/actions/24/toggle_vp_z.svg share/icons/Canta/actions/24/tool-animator.svg share/icons/Canta/actions/24/tool-measure.svg share/icons/Canta/actions/24/tool-node-editor.svg @@ -5484,6 +6549,7 @@ share/icons/Canta/actions/24/transform-affect-gradient.svg share/icons/Canta/actions/24/transform-affect-pattern.svg share/icons/Canta/actions/24/transform-affect-rounded-corners.svg share/icons/Canta/actions/24/transform-affect-stroke.svg +share/icons/Canta/actions/24/transform-browse.svg share/icons/Canta/actions/24/transform-crop-and-resize.svg share/icons/Canta/actions/24/transform-crop.svg share/icons/Canta/actions/24/transform-move-horizontal.svg @@ -5501,6 +6567,8 @@ share/icons/Canta/actions/24/transform-shear-up.svg share/icons/Canta/actions/24/transform-skew-horizontal.svg share/icons/Canta/actions/24/transform-skew-vertical.svg share/icons/Canta/actions/24/trash-empty.svg +share/icons/Canta/actions/24/trashcan_empty.svg +share/icons/Canta/actions/24/trashcan_full.svg share/icons/Canta/actions/24/twitter-dm.svg share/icons/Canta/actions/24/twitter-home.svg share/icons/Canta/actions/24/twitter-mentions.svg @@ -5512,6 +6580,7 @@ share/icons/Canta/actions/24/up.svg share/icons/Canta/actions/24/upcomingevents-amarok.svg share/icons/Canta/actions/24/upindicator.svg share/icons/Canta/actions/24/upload-media.svg +share/icons/Canta/actions/24/url-copy.svg share/icons/Canta/actions/24/user-group-delete.svg share/icons/Canta/actions/24/user-group-new.svg share/icons/Canta/actions/24/user-group-properties.svg @@ -5519,6 +6588,10 @@ share/icons/Canta/actions/24/user-identity.svg share/icons/Canta/actions/24/user-properties.svg share/icons/Canta/actions/24/user-trash-full.svg share/icons/Canta/actions/24/user-trash.svg +share/icons/Canta/actions/24/usermenu-delete.svg +share/icons/Canta/actions/24/usermenu-down.svg +share/icons/Canta/actions/24/usermenu-up.svg +share/icons/Canta/actions/24/username-copy.svg share/icons/Canta/actions/24/videoclip-amarok.svg share/icons/Canta/actions/24/view-bank-account-checking.svg share/icons/Canta/actions/24/view-bank-account-savings.svg @@ -5559,6 +6632,7 @@ share/icons/Canta/actions/24/view-close.svg share/icons/Canta/actions/24/view-column.svg share/icons/Canta/actions/24/view-compact.svg share/icons/Canta/actions/24/view-continuous.svg +share/icons/Canta/actions/24/view-conversation-balloon.svg share/icons/Canta/actions/24/view-coverflow.svg share/icons/Canta/actions/24/view-dual.svg share/icons/Canta/actions/24/view-file-columns.svg @@ -5580,6 +6654,7 @@ share/icons/Canta/actions/24/view-list-text.svg share/icons/Canta/actions/24/view-list-tree.svg share/icons/Canta/actions/24/view-list-video.svg share/icons/Canta/actions/24/view-list.svg +share/icons/Canta/actions/24/view-media-album-cover.svg share/icons/Canta/actions/24/view-media-artist.svg share/icons/Canta/actions/24/view-media-equalizer.svg share/icons/Canta/actions/24/view-media-lyrics.svg @@ -5588,6 +6663,7 @@ share/icons/Canta/actions/24/view-media-queue.svg share/icons/Canta/actions/24/view-media-subtitles-hidden.svg share/icons/Canta/actions/24/view-media-subtitles.svg share/icons/Canta/actions/24/view-media-title.svg +share/icons/Canta/actions/24/view-media-track.svg share/icons/Canta/actions/24/view-media-visualization.svg share/icons/Canta/actions/24/view-more-horizontal.svg share/icons/Canta/actions/24/view-more.svg @@ -5642,12 +6718,24 @@ share/icons/Canta/actions/24/view-time-schedule-insert.svg share/icons/Canta/actions/24/view-time-schedule.svg share/icons/Canta/actions/24/view-user-offline-kopete.svg share/icons/Canta/actions/24/view-web-browser-dom-tree.svg +share/icons/Canta/actions/24/view_choose.svg +share/icons/Canta/actions/24/view_detailed.svg +share/icons/Canta/actions/24/view_icon.svg share/icons/Canta/actions/24/view_left_right.svg +share/icons/Canta/actions/24/view_multicolumn.svg +share/icons/Canta/actions/24/view_text.svg +share/icons/Canta/actions/24/view_top_bottom.svg +share/icons/Canta/actions/24/view_tree.svg share/icons/Canta/actions/24/viewimage.svg share/icons/Canta/actions/24/viewmagfit.svg +share/icons/Canta/actions/24/vinyl.svg share/icons/Canta/actions/24/visibility.svg +share/icons/Canta/actions/24/vm_clone_wizard.svg +share/icons/Canta/actions/24/vm_new.svg share/icons/Canta/actions/24/wallet-open.svg +share/icons/Canta/actions/24/web-browser.svg share/icons/Canta/actions/24/whitebalance.svg +share/icons/Canta/actions/24/widget-alternatives.svg share/icons/Canta/actions/24/window-close.svg share/icons/Canta/actions/24/window-duplicate.svg share/icons/Canta/actions/24/window-maximize.svg @@ -5699,6 +6787,7 @@ share/icons/Canta/actions/24/zoom-in-y.svg share/icons/Canta/actions/24/zoom-in.svg share/icons/Canta/actions/24/zoom-next.svg share/icons/Canta/actions/24/zoom-original.svg +share/icons/Canta/actions/24/zoom-out-large.svg share/icons/Canta/actions/24/zoom-out-x.svg share/icons/Canta/actions/24/zoom-out-y.svg share/icons/Canta/actions/24/zoom-out.svg @@ -5721,6 +6810,7 @@ share/icons/Canta/actions/symbolic/browser-download-symbolic.svg share/icons/Canta/actions/symbolic/calendar-go-today-symbolic.svg share/icons/Canta/actions/symbolic/call-start-symbolic.svg share/icons/Canta/actions/symbolic/call-stop-symbolic.svg +share/icons/Canta/actions/symbolic/caps-lock-symbolic.svg share/icons/Canta/actions/symbolic/category-search-symbolic.svg share/icons/Canta/actions/symbolic/color-select-symbolic.svg share/icons/Canta/actions/symbolic/contact-new-symbolic.svg @@ -5832,6 +6922,10 @@ share/icons/Canta/actions/symbolic/insert-image-symbolic.svg share/icons/Canta/actions/symbolic/insert-link-symbolic.svg share/icons/Canta/actions/symbolic/insert-object-symbolic.svg share/icons/Canta/actions/symbolic/insert-text-symbolic.svg +share/icons/Canta/actions/symbolic/keyboard-caps-lock-filled-symbolic.svg +share/icons/Canta/actions/symbolic/keyboard-enter-symbolic.svg +share/icons/Canta/actions/symbolic/keyboard-layout-filled-symbolic.svg +share/icons/Canta/actions/symbolic/keyboard-shift-filled-symbolic.svg share/icons/Canta/actions/symbolic/link-symbolic.svg share/icons/Canta/actions/symbolic/list-add-symbolic.svg share/icons/Canta/actions/symbolic/list-remove-all-symbolic.svg @@ -6155,127 +7249,121 @@ share/icons/Canta/devices/16/uav-quadcopter.svg share/icons/Canta/devices/16/uninterruptible-power-supply.svg share/icons/Canta/devices/16/unity-fallback-mount-helper.svg share/icons/Canta/devices/16/video-display.svg -share/icons/Canta/devices/scalable/3floppy_unmount.png -share/icons/Canta/devices/scalable/audio-card.png -share/icons/Canta/devices/scalable/audio-speakers.png -share/icons/Canta/devices/scalable/battery.png -share/icons/Canta/devices/scalable/bluetooth.png -share/icons/Canta/devices/scalable/camera-photo.png -share/icons/Canta/devices/scalable/camera-web.png -share/icons/Canta/devices/scalable/camera.png -share/icons/Canta/devices/scalable/camera_unmount.png -share/icons/Canta/devices/scalable/cdrom_unmount.png -share/icons/Canta/devices/scalable/cdwriter_unmount.png -share/icons/Canta/devices/scalable/chardevice.png -share/icons/Canta/devices/scalable/computer.png -share/icons/Canta/devices/scalable/cs-mouse.png -share/icons/Canta/devices/scalable/cs-printer.png -share/icons/Canta/devices/scalable/cs-screen.png -share/icons/Canta/devices/scalable/cs-tablet.png -share/icons/Canta/devices/scalable/cups.png -share/icons/Canta/devices/scalable/display.png -share/icons/Canta/devices/scalable/drive-cdrom.png -share/icons/Canta/devices/scalable/drive-harddisk-ieee1394.png -share/icons/Canta/devices/scalable/drive-harddisk-system.png -share/icons/Canta/devices/scalable/drive-harddisk-usb.png -share/icons/Canta/devices/scalable/drive-harddisk.png -share/icons/Canta/devices/scalable/drive-optical.png -share/icons/Canta/devices/scalable/drive-removable-media.png -share/icons/Canta/devices/scalable/dvd_unmount.png -share/icons/Canta/devices/scalable/gnome-dev-battery.png -share/icons/Canta/devices/scalable/gnome-dev-cdrom-audio.png -share/icons/Canta/devices/scalable/gnome-dev-cdrom.png -share/icons/Canta/devices/scalable/gnome-dev-computer.png -share/icons/Canta/devices/scalable/gnome-dev-disc-cdr.png -share/icons/Canta/devices/scalable/gnome-dev-disc-cdrw.png -share/icons/Canta/devices/scalable/gnome-dev-disc-dvdr-plus.png -share/icons/Canta/devices/scalable/gnome-dev-disc-dvdr.png -share/icons/Canta/devices/scalable/gnome-dev-disc-dvdram.png -share/icons/Canta/devices/scalable/gnome-dev-disc-dvdrom.png -share/icons/Canta/devices/scalable/gnome-dev-disc-dvdrw.png -share/icons/Canta/devices/scalable/gnome-dev-dvd.png -share/icons/Canta/devices/scalable/gnome-dev-ethernet.png -share/icons/Canta/devices/scalable/gnome-dev-floppy.png -share/icons/Canta/devices/scalable/gnome-dev-harddisk-1394.png -share/icons/Canta/devices/scalable/gnome-dev-harddisk-usb.png -share/icons/Canta/devices/scalable/gnome-dev-harddisk.png -share/icons/Canta/devices/scalable/gnome-dev-ipod.png -share/icons/Canta/devices/scalable/gnome-dev-keyboard.png -share/icons/Canta/devices/scalable/gnome-dev-media-cf.png -share/icons/Canta/devices/scalable/gnome-dev-media-ms.png -share/icons/Canta/devices/scalable/gnome-dev-media-sdmmc.png -share/icons/Canta/devices/scalable/gnome-dev-media-sm.png -share/icons/Canta/devices/scalable/gnome-dev-mouse-ball.png -share/icons/Canta/devices/scalable/gnome-dev-mouse-optical.png -share/icons/Canta/devices/scalable/gnome-dev-printer-new.png -share/icons/Canta/devices/scalable/gnome-dev-printer.png -share/icons/Canta/devices/scalable/gnome-dev-removable-1394.png -share/icons/Canta/devices/scalable/gnome-dev-removable-usb.png -share/icons/Canta/devices/scalable/gnome-dev-removable.png -share/icons/Canta/devices/scalable/gnome-dev-wavelan.png -share/icons/Canta/devices/scalable/gnome-fs-client.png -share/icons/Canta/devices/scalable/gtk-cdrom.png -share/icons/Canta/devices/scalable/gtk-floppy.png -share/icons/Canta/devices/scalable/gtk-harddisk.png -share/icons/Canta/devices/scalable/harddrive.png -share/icons/Canta/devices/scalable/hdd_unmount.png -share/icons/Canta/devices/scalable/input-gaming.png -share/icons/Canta/devices/scalable/input-keyboard.png -share/icons/Canta/devices/scalable/input-mouse.png -share/icons/Canta/devices/scalable/input-tablet.png -share/icons/Canta/devices/scalable/ipod_mount.png -share/icons/Canta/devices/scalable/joystick.png -share/icons/Canta/devices/scalable/keyboard.png -share/icons/Canta/devices/scalable/kjobviewer.png -share/icons/Canta/devices/scalable/kxkb.png -share/icons/Canta/devices/scalable/media-cdr.png -share/icons/Canta/devices/scalable/media-cdrom-audio.png -share/icons/Canta/devices/scalable/media-cdrom.png -share/icons/Canta/devices/scalable/media-cdrw.png -share/icons/Canta/devices/scalable/media-dvd.png -share/icons/Canta/devices/scalable/media-dvdrw.png -share/icons/Canta/devices/scalable/media-flash.png -share/icons/Canta/devices/scalable/media-floppy.png -share/icons/Canta/devices/scalable/media-optical-cd-video.png -share/icons/Canta/devices/scalable/media-optical-copy.png -share/icons/Canta/devices/scalable/media-optical-dvd-video.png -share/icons/Canta/devices/scalable/media-optical-video.png -share/icons/Canta/devices/scalable/media-optical.png -share/icons/Canta/devices/scalable/media-removable.png -share/icons/Canta/devices/scalable/media-tape.png -share/icons/Canta/devices/scalable/mouse.png -share/icons/Canta/devices/scalable/multimedia-player.png -share/icons/Canta/devices/scalable/music-player.png -share/icons/Canta/devices/scalable/network-vpn.png -share/icons/Canta/devices/scalable/network-wired.png -share/icons/Canta/devices/scalable/network-wireless.png -share/icons/Canta/devices/scalable/nm-device-wireless.png -share/icons/Canta/devices/scalable/preferences-desktop-mouse.png -share/icons/Canta/devices/scalable/preferences-desktop-peripherals.png -share/icons/Canta/devices/scalable/preferences-desktop-printer.png -share/icons/Canta/devices/scalable/printer-network.png -share/icons/Canta/devices/scalable/printer-remote.png -share/icons/Canta/devices/scalable/printer.png -share/icons/Canta/devices/scalable/printer1.png -share/icons/Canta/devices/scalable/printmgr.png -share/icons/Canta/devices/scalable/removable-media.png -share/icons/Canta/devices/scalable/scanner.png -share/icons/Canta/devices/scalable/stock_printers.png -share/icons/Canta/devices/scalable/system-floppy.png -share/icons/Canta/devices/scalable/system.png -share/icons/Canta/devices/scalable/unity-fallback-mount-helper.png -share/icons/Canta/devices/scalable/usbpendrive_unmount.png -share/icons/Canta/devices/scalable/video-display.png -share/icons/Canta/devices/scalable/xfce-printer.png -share/icons/Canta/devices/scalable/xfce4-display.png -share/icons/Canta/devices/scalable/xfce4-keyboard.png -share/icons/Canta/devices/scalable/xfce4-mouse.png -share/icons/Canta/devices/scalable/yast_HD.png -share/icons/Canta/devices/scalable/yast_idetude.png -share/icons/Canta/devices/scalable/yast_joystick.png -share/icons/Canta/devices/scalable/yast_mouse.png -share/icons/Canta/devices/scalable/yast_printer.png -share/icons/Canta/devices/scalable/yast_soundcard.png +share/icons/Canta/devices/scalable/audio-card.svg +share/icons/Canta/devices/scalable/audio-headphones.svg +share/icons/Canta/devices/scalable/audio-headset.svg +share/icons/Canta/devices/scalable/audio-input-microphone.svg +share/icons/Canta/devices/scalable/audio-speakers.svg +share/icons/Canta/devices/scalable/battery.svg +share/icons/Canta/devices/scalable/blueman-camera.svg +share/icons/Canta/devices/scalable/blueman-cellular.svg +share/icons/Canta/devices/scalable/blueman-desktop.svg +share/icons/Canta/devices/scalable/blueman-device.svg +share/icons/Canta/devices/scalable/blueman-handheld.svg +share/icons/Canta/devices/scalable/blueman-handsfree.svg +share/icons/Canta/devices/scalable/blueman-headset.svg +share/icons/Canta/devices/scalable/blueman-keyboard.svg +share/icons/Canta/devices/scalable/blueman-laptop.svg +share/icons/Canta/devices/scalable/blueman-loudspeaker.svg +share/icons/Canta/devices/scalable/blueman-mouse.svg +share/icons/Canta/devices/scalable/blueman-pointing.svg +share/icons/Canta/devices/scalable/blueman-scanner.svg +share/icons/Canta/devices/scalable/blueman-server.svg +share/icons/Canta/devices/scalable/blueman-smart-phone.svg +share/icons/Canta/devices/scalable/blueman.svg +share/icons/Canta/devices/scalable/bluetooth.svg +share/icons/Canta/devices/scalable/camera-photo.svg +share/icons/Canta/devices/scalable/camera-video.svg +share/icons/Canta/devices/scalable/camera-web.svg +share/icons/Canta/devices/scalable/camera.svg +share/icons/Canta/devices/scalable/computer-laptop.svg +share/icons/Canta/devices/scalable/computer.svg +share/icons/Canta/devices/scalable/disks.svg +share/icons/Canta/devices/scalable/display.svg +share/icons/Canta/devices/scalable/displays.svg +share/icons/Canta/devices/scalable/drive-harddisk-ieee1394.svg +share/icons/Canta/devices/scalable/drive-harddisk-system.svg +share/icons/Canta/devices/scalable/drive-harddisk-usb.svg +share/icons/Canta/devices/scalable/drive-harddisk.svg +share/icons/Canta/devices/scalable/drive-optical.svg +share/icons/Canta/devices/scalable/drive-removable-media-usb-pendrive.svg +share/icons/Canta/devices/scalable/drive-removable-media-usb.svg +share/icons/Canta/devices/scalable/drive-removable-media.svg +share/icons/Canta/devices/scalable/drive-virtual.svg +share/icons/Canta/devices/scalable/gnome-dev-battery.svg +share/icons/Canta/devices/scalable/gnome-dev-cdrom-audio.svg +share/icons/Canta/devices/scalable/gnome-dev-cdrom.svg +share/icons/Canta/devices/scalable/gnome-dev-computer.svg +share/icons/Canta/devices/scalable/gnome-dev-disc-cdr.svg +share/icons/Canta/devices/scalable/gnome-dev-disc-cdrw.svg +share/icons/Canta/devices/scalable/gnome-dev-disc-dvdr-plus.svg +share/icons/Canta/devices/scalable/gnome-dev-disc-dvdr.svg +share/icons/Canta/devices/scalable/gnome-dev-disc-dvdram.svg +share/icons/Canta/devices/scalable/gnome-dev-disc-dvdrom.svg +share/icons/Canta/devices/scalable/gnome-dev-disc-dvdrw.svg +share/icons/Canta/devices/scalable/gnome-dev-dvd.svg +share/icons/Canta/devices/scalable/gnome-dev-ethernet.svg +share/icons/Canta/devices/scalable/gnome-dev-floppy.svg +share/icons/Canta/devices/scalable/gnome-dev-harddisk-1394.svg +share/icons/Canta/devices/scalable/gnome-dev-harddisk-usb.svg +share/icons/Canta/devices/scalable/gnome-dev-harddisk.svg +share/icons/Canta/devices/scalable/gnome-dev-ipod.svg +share/icons/Canta/devices/scalable/gnome-dev-keyboard.svg +share/icons/Canta/devices/scalable/gnome-dev-mouse-ball.svg +share/icons/Canta/devices/scalable/gnome-dev-mouse-optical.svg +share/icons/Canta/devices/scalable/gnome-dev-printer-new.svg +share/icons/Canta/devices/scalable/gnome-dev-printer.svg +share/icons/Canta/devices/scalable/gnome-dev-removable-1394.svg +share/icons/Canta/devices/scalable/gnome-dev-removable-usb.svg +share/icons/Canta/devices/scalable/gnome-dev-removable.svg +share/icons/Canta/devices/scalable/gnome-dev-wavelan.svg +share/icons/Canta/devices/scalable/gnome-fs-blockdev.svg +share/icons/Canta/devices/scalable/gnome-phone-manager.svg +share/icons/Canta/devices/scalable/input-gaming.svg +share/icons/Canta/devices/scalable/input-keyboard.svg +share/icons/Canta/devices/scalable/input-mouse.svg +share/icons/Canta/devices/scalable/input-tablet.svg +share/icons/Canta/devices/scalable/joystick.svg +share/icons/Canta/devices/scalable/keyboard.svg +share/icons/Canta/devices/scalable/laptop.svg +share/icons/Canta/devices/scalable/media-cdrom.svg +share/icons/Canta/devices/scalable/media-floppy.svg +share/icons/Canta/devices/scalable/media-optical-audio.svg +share/icons/Canta/devices/scalable/media-optical-blu-ray.svg +share/icons/Canta/devices/scalable/media-optical-data.svg +share/icons/Canta/devices/scalable/media-optical-dvd-video.svg +share/icons/Canta/devices/scalable/media-optical-dvd.svg +share/icons/Canta/devices/scalable/media-optical-mixed-cd.svg +share/icons/Canta/devices/scalable/media-optical-recordable.svg +share/icons/Canta/devices/scalable/media-optical-video.svg +share/icons/Canta/devices/scalable/media-optical.svg +share/icons/Canta/devices/scalable/media-removable.svg +share/icons/Canta/devices/scalable/media-tape.svg +share/icons/Canta/devices/scalable/multimedia-player.svg +share/icons/Canta/devices/scalable/network-firewall.svg +share/icons/Canta/devices/scalable/network-server-database.svg +share/icons/Canta/devices/scalable/network-server.svg +share/icons/Canta/devices/scalable/network-vpn.svg +share/icons/Canta/devices/scalable/network-wired-disconnected.svg +share/icons/Canta/devices/scalable/network-wired.svg +share/icons/Canta/devices/scalable/network-wireless-hotspot.svg +share/icons/Canta/devices/scalable/network-wireless.svg +share/icons/Canta/devices/scalable/network-workgroup.svg +share/icons/Canta/devices/scalable/nm-device-wired.svg +share/icons/Canta/devices/scalable/nm-device-wireless.svg +share/icons/Canta/devices/scalable/phone.svg +share/icons/Canta/devices/scalable/printer-network.svg +share/icons/Canta/devices/scalable/printer.svg +share/icons/Canta/devices/scalable/removable-media.svg +share/icons/Canta/devices/scalable/scanner.svg +share/icons/Canta/devices/scalable/sd-card.svg +share/icons/Canta/devices/scalable/server-database.svg +share/icons/Canta/devices/scalable/smartphone.svg +share/icons/Canta/devices/scalable/stock_cell-phone.svg +share/icons/Canta/devices/scalable/system.svg +share/icons/Canta/devices/scalable/tool-pointer.svg +share/icons/Canta/devices/scalable/unity-fallback-mount-helper.svg +share/icons/Canta/devices/scalable/video-display.svg share/icons/Canta/devices/symbolic/ac-adapter-symbolic.svg share/icons/Canta/devices/symbolic/audio-card-symbolic.svg share/icons/Canta/devices/symbolic/audio-headphones-symbolic.svg @@ -6326,6 +7414,9 @@ share/icons/Canta/devices/symbolic/phone-htc-g1-white-symbolic.svg share/icons/Canta/devices/symbolic/phone-palm-pre-symbolic.svg share/icons/Canta/devices/symbolic/phone-samsung-galaxy-s-symbolic.svg share/icons/Canta/devices/symbolic/phone-symbolic.svg +share/icons/Canta/devices/symbolic/phonelink-delete-symbolic.svg +share/icons/Canta/devices/symbolic/phonelink-lock-symbolic.svg +share/icons/Canta/devices/symbolic/phonelink-symbolic.svg share/icons/Canta/devices/symbolic/printer-network-symbolic.svg share/icons/Canta/devices/symbolic/printer-symbolic.svg share/icons/Canta/devices/symbolic/scanner-symbolic.svg @@ -6788,6 +7879,7 @@ share/icons/Canta/status/16/airplane-mode.svg share/icons/Canta/status/16/akonaditray.svg share/icons/Canta/status/16/anatine-indicator.svg share/icons/Canta/status/16/anatine-notification.svg +share/icons/Canta/status/16/antimicro-panel.svg share/icons/Canta/status/16/ao-app-tray.svg share/icons/Canta/status/16/application-running.svg share/icons/Canta/status/16/applications-chat-panel.svg @@ -6979,12 +8071,14 @@ share/icons/Canta/status/16/dropboxstatus-busy2.svg share/icons/Canta/status/16/dropboxstatus-idle.svg share/icons/Canta/status/16/dropboxstatus-logo.svg share/icons/Canta/status/16/dropboxstatus-x.svg +share/icons/Canta/status/16/electron-mail-tray.svg share/icons/Canta/status/16/empathy-available.svg share/icons/Canta/status/16/empathy-away.svg share/icons/Canta/status/16/empathy-busy.svg share/icons/Canta/status/16/empathy-extended-away.svg share/icons/Canta/status/16/empathy-invisible.svg share/icons/Canta/status/16/empathy-offline.svg +share/icons/Canta/status/16/enpass-status.svg share/icons/Canta/status/16/everpad-mono.svg share/icons/Canta/status/16/exaile-pause.svg share/icons/Canta/status/16/exaile-play.svg @@ -7028,12 +8122,15 @@ share/icons/Canta/status/16/gitter-indicator-disconnected.svg share/icons/Canta/status/16/gitter-indicator-notification.svg share/icons/Canta/status/16/gitter-indicator.svg share/icons/Canta/status/16/glipper.svg +share/icons/Canta/status/16/gmail-tray-unread.svg +share/icons/Canta/status/16/gmail-tray.svg share/icons/Canta/status/16/gnome-netstatus-disconn.svg share/icons/Canta/status/16/gnome-netstatus-error.svg share/icons/Canta/status/16/gnome-netstatus-idle.svg share/icons/Canta/status/16/gnome-netstatus-rx.svg share/icons/Canta/status/16/gnome-netstatus-tx.svg share/icons/Canta/status/16/gnome-netstatus-txrx.svg +share/icons/Canta/status/16/gnome-pie-symbolic.svg share/icons/Canta/status/16/gnote-panel.svg share/icons/Canta/status/16/goldendict-scan-tray.svg share/icons/Canta/status/16/goldendict-tray.svg @@ -7145,6 +8242,7 @@ share/icons/Canta/status/16/gtg-panel.svg share/icons/Canta/status/16/gtk-dialog-authentication-panel.svg share/icons/Canta/status/16/guake-indicator.svg share/icons/Canta/status/16/guake-tray.svg +share/icons/Canta/status/16/guitarix-tray.svg share/icons/Canta/status/16/haguichi-connected.svg share/icons/Canta/status/16/haguichi-connecting-1.svg share/icons/Canta/status/16/haguichi-connecting-2.svg @@ -7164,7 +8262,6 @@ share/icons/Canta/status/16/high-signal.svg share/icons/Canta/status/16/hipchat4-attention.svg share/icons/Canta/status/16/hipchat4.svg share/icons/Canta/status/16/hp-indicator.svg -share/icons/Canta/status/16/ic_light_enpass.svg share/icons/Canta/status/16/idle-bad-signal-lock.svg share/icons/Canta/status/16/idle-bad-signal.svg share/icons/Canta/status/16/idle-good-signal-lock.svg @@ -7187,6 +8284,10 @@ share/icons/Canta/status/16/indicator-lunar.svg share/icons/Canta/status/16/indicator-messages-new.svg share/icons/Canta/status/16/indicator-messages-red.svg share/icons/Canta/status/16/indicator-messages.svg +share/icons/Canta/status/16/indicator-notification-read-dnd.svg +share/icons/Canta/status/16/indicator-notification-read.svg +share/icons/Canta/status/16/indicator-notification-unread-dnd.svg +share/icons/Canta/status/16/indicator-notification-unread.svg share/icons/Canta/status/16/indicator-privacy-panel.svg share/icons/Canta/status/16/indicator-rss-aware-attention.svg share/icons/Canta/status/16/indicator-rss-aware.svg @@ -7230,6 +8331,8 @@ share/icons/Canta/status/16/irc-channel-joined.svg share/icons/Canta/status/16/irc-channel-parted.svg share/icons/Canta/status/16/irccloud-desktop-tray.svg share/icons/Canta/status/16/jdownloader-indicator.svg +share/icons/Canta/status/16/joplin-tray.svg +share/icons/Canta/status/16/kaku-tray.svg share/icons/Canta/status/16/kazam-countdown.svg share/icons/Canta/status/16/kazam-paused.svg share/icons/Canta/status/16/kazam-recording.svg @@ -7279,9 +8382,13 @@ share/icons/Canta/status/16/krb-no-valid-ticket.svg share/icons/Canta/status/16/krb-valid-ticket.svg share/icons/Canta/status/16/krudiotray-light-off16.svg share/icons/Canta/status/16/krudiotray-light-on16.svg +share/icons/Canta/status/16/ladi-started.svg +share/icons/Canta/status/16/ladi-starting.svg +share/icons/Canta/status/16/ladi-stopped.svg share/icons/Canta/status/16/laptop-connected.svg share/icons/Canta/status/16/laptop-disconnected.svg share/icons/Canta/status/16/laptop-trusted.svg +share/icons/Canta/status/16/laptopattention.svg share/icons/Canta/status/16/laptopconnected.svg share/icons/Canta/status/16/laptopdisconnected.svg share/icons/Canta/status/16/laptoptrusted.svg @@ -7296,11 +8403,17 @@ share/icons/Canta/status/16/mailspring-tray-empty.svg share/icons/Canta/status/16/mailspring-tray-full-newitems.svg share/icons/Canta/status/16/mailspring-tray-full.svg share/icons/Canta/status/16/manjaro-settings-manager-panel.svg +share/icons/Canta/status/16/manjaro-settings-manager.svg +share/icons/Canta/status/16/manjaro-welcome.svg +share/icons/Canta/status/16/media-playback-paused.svg +share/icons/Canta/status/16/media-playback-playing.svg +share/icons/Canta/status/16/media-playback-stopped.svg share/icons/Canta/status/16/megalogging.svg share/icons/Canta/status/16/megapaused.svg share/icons/Canta/status/16/megasynching.svg share/icons/Canta/status/16/megauptodate.svg share/icons/Canta/status/16/megawarning.svg +share/icons/Canta/status/16/mellowplayer-panel.svg share/icons/Canta/status/16/messenger-indicator.svg share/icons/Canta/status/16/messenger-notification.svg share/icons/Canta/status/16/mic-off.svg @@ -7314,12 +8427,17 @@ share/icons/Canta/status/16/microphone-sensitivity-high.svg share/icons/Canta/status/16/microphone-sensitivity-low.svg share/icons/Canta/status/16/microphone-sensitivity-medium.svg share/icons/Canta/status/16/microphone-sensitivity-muted.svg +share/icons/Canta/status/16/minetime-tray.svg share/icons/Canta/status/16/mini-calendar.svg share/icons/Canta/status/16/mintupdate-checking.svg share/icons/Canta/status/16/mintupdate-error.svg share/icons/Canta/status/16/mintupdate-installing.svg share/icons/Canta/status/16/mintupdate-up-to-date.svg share/icons/Canta/status/16/mintupdate-updates-available.svg +share/icons/Canta/status/16/mnotify-none-wireframe.svg +share/icons/Canta/status/16/mnotify-some-wireframe.svg +share/icons/Canta/status/16/motrix-tray-active.svg +share/icons/Canta/status/16/motrix-tray.svg share/icons/Canta/status/16/mouse-battery-caution.svg share/icons/Canta/status/16/mouse-battery-empty.svg share/icons/Canta/status/16/mouse-battery-full.svg @@ -7328,6 +8446,16 @@ share/icons/Canta/status/16/mouse-battery-low.svg share/icons/Canta/status/16/mouse-battery-medium.svg share/icons/Canta/status/16/msd-xrandr.svg share/icons/Canta/status/16/mstdn-panel.svg +share/icons/Canta/status/16/mullvad-tray-1.svg +share/icons/Canta/status/16/mullvad-tray-10.svg +share/icons/Canta/status/16/mullvad-tray-2.svg +share/icons/Canta/status/16/mullvad-tray-3.svg +share/icons/Canta/status/16/mullvad-tray-4.svg +share/icons/Canta/status/16/mullvad-tray-5.svg +share/icons/Canta/status/16/mullvad-tray-6.svg +share/icons/Canta/status/16/mullvad-tray-7.svg +share/icons/Canta/status/16/mullvad-tray-8.svg +share/icons/Canta/status/16/mullvad-tray-9.svg share/icons/Canta/status/16/mullvadg.svg share/icons/Canta/status/16/mullvadr.svg share/icons/Canta/status/16/mullvady.svg @@ -7366,6 +8494,7 @@ share/icons/Canta/status/16/network-receive.svg share/icons/Canta/status/16/network-transmit-receive.svg share/icons/Canta/status/16/network-transmit.svg share/icons/Canta/status/16/network-vpn-acquiring.svg +share/icons/Canta/status/16/network-vpn.svg share/icons/Canta/status/16/network-wired-acquiring.svg share/icons/Canta/status/16/network-wired-no-route.svg share/icons/Canta/status/16/network-wired-offline.svg @@ -7373,6 +8502,7 @@ share/icons/Canta/status/16/network-wired-secure.svg share/icons/Canta/status/16/network-wired.svg share/icons/Canta/status/16/network-wireless-acquiring.svg share/icons/Canta/status/16/network-wireless-connected.svg +share/icons/Canta/status/16/network-wireless-hotspot.svg share/icons/Canta/status/16/network-wireless-no-route.svg share/icons/Canta/status/16/network-wireless-offline.svg share/icons/Canta/status/16/network-wireless-secure-signal-excellent.svg @@ -7388,8 +8518,11 @@ share/icons/Canta/status/16/network-wireless-signal-ok.svg share/icons/Canta/status/16/network-wireless-signal-weak.svg share/icons/Canta/status/16/new-messages-red.svg share/icons/Canta/status/16/nitroshare-indicator.svg +share/icons/Canta/status/16/nixnote2-tray.svg +share/icons/Canta/status/16/nm-adhoc.svg share/icons/Canta/status/16/nm-device-wired-autoip.svg share/icons/Canta/status/16/nm-device-wired-secure.svg +share/icons/Canta/status/16/nm-device-wired-secureoffline.svg share/icons/Canta/status/16/nm-device-wired.svg share/icons/Canta/status/16/nm-device-wireless.svg share/icons/Canta/status/16/nm-device-wwan.svg @@ -7427,16 +8560,38 @@ share/icons/Canta/status/16/nomachine-indicator.svg share/icons/Canta/status/16/notes-panel.svg share/icons/Canta/status/16/num-lock-off.svg share/icons/Canta/status/16/num-lock-on.svg +share/icons/Canta/status/16/nutstore-offline-panel.svg +share/icons/Canta/status/16/nutstore-oops-panel.svg +share/icons/Canta/status/16/nutstore-panel.svg +share/icons/Canta/status/16/nutstore-paused-panel.svg +share/icons/Canta/status/16/nutstore-synchronized-panel.svg +share/icons/Canta/status/16/nutstore-synchronizing-panel.svg share/icons/Canta/status/16/nylas-tray-empty.svg share/icons/Canta/status/16/nylas-tray-full-newitems.svg share/icons/Canta/status/16/nylas-tray-full.svg +share/icons/Canta/status/16/obs-tray-active.svg +share/icons/Canta/status/16/obs-tray.svg share/icons/Canta/status/16/octopi-error.svg share/icons/Canta/status/16/octopi-indicator.svg share/icons/Canta/status/16/octopi-info.svg share/icons/Canta/status/16/octopi-ok.svg +share/icons/Canta/status/16/odrive-tray-grey.svg +share/icons/Canta/status/16/odrive-tray-sync.svg +share/icons/Canta/status/16/odrive-tray.svg share/icons/Canta/status/16/onboard-mono.svg +share/icons/Canta/status/16/onboard-panel.svg share/icons/Canta/status/16/onboard.svg share/icons/Canta/status/16/openbazaar-system-tray.svg +share/icons/Canta/status/16/optimus-indicator-intel.svg +share/icons/Canta/status/16/optimus-indicator-nvidia.svg +share/icons/Canta/status/16/optimus-tray-intel-symbolic.svg +share/icons/Canta/status/16/optimus-tray-intel.svg +share/icons/Canta/status/16/optimus-tray-nvidia-symbolic.svg +share/icons/Canta/status/16/optimus-tray-nvidia.svg +share/icons/Canta/status/16/org.sparkleshare.SparkleShare-syncing-down.svg +share/icons/Canta/status/16/org.sparkleshare.SparkleShare-syncing-error.svg +share/icons/Canta/status/16/org.sparkleshare.SparkleShare-syncing-up.svg +share/icons/Canta/status/16/org.sparkleshare.SparkleShare-syncing.svg share/icons/Canta/status/16/overgrive-app-ind-con-1.svg share/icons/Canta/status/16/overgrive-app-ind-con-2.svg share/icons/Canta/status/16/overgrive-app-ind-con-3.svg @@ -7540,6 +8695,7 @@ share/icons/Canta/status/16/pomodoro-stop-light.svg share/icons/Canta/status/16/popcorntime-tray.svg share/icons/Canta/status/16/pragha-panel.svg share/icons/Canta/status/16/preferences-desktop-accessibility-panel.svg +share/icons/Canta/status/16/prime-hybrid.svg share/icons/Canta/status/16/prime-intel.svg share/icons/Canta/status/16/prime-nvidia.svg share/icons/Canta/status/16/process-syncing-down.svg @@ -7577,12 +8733,16 @@ share/icons/Canta/status/16/qtox-online.svg share/icons/Canta/status/16/qtpass-tray.svg share/icons/Canta/status/16/quota.svg share/icons/Canta/status/16/radiotray-ng-off-panel.svg +share/icons/Canta/status/16/radiotray-ng-off.svg share/icons/Canta/status/16/radiotray-ng-on-panel.svg +share/icons/Canta/status/16/radiotray-ng-on.svg share/icons/Canta/status/16/radiotray_connecting.svg share/icons/Canta/status/16/radiotray_off.svg share/icons/Canta/status/16/radiotray_on.svg share/icons/Canta/status/16/rambox-indicator.svg share/icons/Canta/status/16/rambox-notification.svg +share/icons/Canta/status/16/rclonetray-connected-tray.svg +share/icons/Canta/status/16/rclonetray-tray.svg share/icons/Canta/status/16/receiving-bad-signal-lock.svg share/icons/Canta/status/16/receiving-bad-signal.svg share/icons/Canta/status/16/receiving-good-signal-lock.svg @@ -7671,6 +8831,10 @@ share/icons/Canta/status/16/si-syncthing-8.svg share/icons/Canta/status/16/si-syncthing-9.svg share/icons/Canta/status/16/si-syncthing-idle.svg share/icons/Canta/status/16/si-syncthing-unknown.svg +share/icons/Canta/status/16/signal-100.svg +share/icons/Canta/status/16/signal-25.svg +share/icons/Canta/status/16/signal-50.svg +share/icons/Canta/status/16/signal-75.svg share/icons/Canta/status/16/signal-tray.svg share/icons/Canta/status/16/signal-unread-1.svg share/icons/Canta/status/16/signal-unread-10.svg @@ -7707,9 +8871,11 @@ share/icons/Canta/status/16/skype-status-offline.svg share/icons/Canta/status/16/slack-indicator-highlight.svg share/icons/Canta/status/16/slack-indicator-unread.svg share/icons/Canta/status/16/slack-indicator.svg +share/icons/Canta/status/16/smartcode-stremio-tray.svg share/icons/Canta/status/16/smartphone-connected.svg share/icons/Canta/status/16/smartphone-disconnected.svg share/icons/Canta/status/16/smartphone-trusted.svg +share/icons/Canta/status/16/smartphoneattention.svg share/icons/Canta/status/16/smartphoneconnected.svg share/icons/Canta/status/16/smartphonedisconnected.svg share/icons/Canta/status/16/smartphonetrusted.svg @@ -7717,6 +8883,7 @@ share/icons/Canta/status/16/smplayer-panel.svg share/icons/Canta/status/16/solaar-attention.svg share/icons/Canta/status/16/solaar-indicator.svg share/icons/Canta/status/16/spotify-indicator.svg +share/icons/Canta/status/16/start-here-manjaro.svg share/icons/Canta/status/16/start-here.svg share/icons/Canta/status/16/state-download.svg share/icons/Canta/status/16/state-error.svg @@ -7738,7 +8905,8 @@ share/icons/Canta/status/16/stock_weather-showers.svg share/icons/Canta/status/16/stock_weather-snow.svg share/icons/Canta/status/16/stock_weather-storm.svg share/icons/Canta/status/16/stock_weather-sunny.svg -share/icons/Canta/status/16/stremio-tray.svg +share/icons/Canta/status/16/strawberry-panel-grey.svg +share/icons/Canta/status/16/strawberry-panel.svg share/icons/Canta/status/16/synapse-panel.svg share/icons/Canta/status/16/synergy-panel-ok.svg share/icons/Canta/status/16/synergy-panel.svg @@ -7763,9 +8931,13 @@ share/icons/Canta/status/16/system-shutdown-panel-restart.svg share/icons/Canta/status/16/system-shutdown-panel.svg share/icons/Canta/status/16/tablet-connected.svg share/icons/Canta/status/16/tablet-disconnected.svg +share/icons/Canta/status/16/tabletattention.svg share/icons/Canta/status/16/tabletconnected.svg share/icons/Canta/status/16/tabletdisconnected.svg share/icons/Canta/status/16/tablettrusted.svg +share/icons/Canta/status/16/teams-for-linux-tray.svg +share/icons/Canta/status/16/teams-tray-activity.svg +share/icons/Canta/status/16/teams-tray-noactivity.svg share/icons/Canta/status/16/teamviewer-indicator-away.svg share/icons/Canta/status/16/teamviewer-indicator-busy.svg share/icons/Canta/status/16/teamviewer-indicator-connected.svg @@ -7775,6 +8947,8 @@ share/icons/Canta/status/16/teamviewer-indicator.svg share/icons/Canta/status/16/telegram-attention-panel.svg share/icons/Canta/status/16/telegram-mute-panel.svg share/icons/Canta/status/16/telegram-panel.svg +share/icons/Canta/status/16/thunderbird-attention-panel.svg +share/icons/Canta/status/16/thunderbird-panel.svg share/icons/Canta/status/16/todo-indicator.svg share/icons/Canta/status/16/tomahawk-indicator.svg share/icons/Canta/status/16/tomboy-panel.svg @@ -7797,6 +8971,9 @@ share/icons/Canta/status/16/tray-offline.svg share/icons/Canta/status/16/tray-online.svg share/icons/Canta/status/16/trimage-indicator.svg share/icons/Canta/status/16/tusk-indicator.svg +share/icons/Canta/status/16/tvconnected.svg +share/icons/Canta/status/16/tvdisconnected.svg +share/icons/Canta/status/16/tvtrusted.svg share/icons/Canta/status/16/twitch-indicator.svg share/icons/Canta/status/16/ubuntuone-client-error.svg share/icons/Canta/status/16/ubuntuone-client-idle.svg @@ -7832,7 +9009,9 @@ share/icons/Canta/status/16/variety-indicator.svg share/icons/Canta/status/16/veracrypt-panel.svg share/icons/Canta/status/16/viber-normal.svg share/icons/Canta/status/16/viber-notification.svg +share/icons/Canta/status/16/virt-manager-panel.svg share/icons/Canta/status/16/vivaldi-tray.svg +share/icons/Canta/status/16/vk-tray.svg share/icons/Canta/status/16/vlc-panel.svg share/icons/Canta/status/16/volume-level-high-panel.svg share/icons/Canta/status/16/volume-level-high.svg @@ -7990,6 +9169,7 @@ share/icons/Canta/status/16/xfce4-mixer-volume-muted.svg share/icons/Canta/status/16/xfce4-mixer-volume-ultra-low.svg share/icons/Canta/status/16/xfce4-mixer-volume-very-high.svg share/icons/Canta/status/16/xfce4-notes-plugin.svg +share/icons/Canta/status/16/xfce4-whiskermenu.svg share/icons/Canta/status/16/xfpm-ac-adapter.svg share/icons/Canta/status/16/xfpm-brightness-lcd.svg share/icons/Canta/status/16/xfpm-keyboard-000.svg @@ -8043,6 +9223,11 @@ share/icons/Canta/status/16/xfpm-ups-charged.svg share/icons/Canta/status/16/xfpm-ups-missing.svg share/icons/Canta/status/16/xkbmod-indicator.svg share/icons/Canta/status/16/y-ppa-indicator.svg +share/icons/Canta/status/16/yate-tray-incomingcall.svg +share/icons/Canta/status/16/yate-tray-incomingchat.svg +share/icons/Canta/status/16/yate-tray-info.svg +share/icons/Canta/status/16/yate-tray-notification.svg +share/icons/Canta/status/16/yate-tray.svg share/icons/Canta/status/16/yd-busy1.svg share/icons/Canta/status/16/yd-busy2.svg share/icons/Canta/status/16/yd-busy3.svg @@ -8079,6 +9264,7 @@ share/icons/Canta/status/22/airplane-mode.svg share/icons/Canta/status/22/akonaditray.svg share/icons/Canta/status/22/anatine-indicator.svg share/icons/Canta/status/22/anatine-notification.svg +share/icons/Canta/status/22/antimicro-panel.svg share/icons/Canta/status/22/ao-app-tray.svg share/icons/Canta/status/22/application-running.svg share/icons/Canta/status/22/applications-chat-panel.svg @@ -8263,6 +9449,10 @@ share/icons/Canta/status/22/discord-tray-muted.svg share/icons/Canta/status/22/discord-tray-speaking.svg share/icons/Canta/status/22/discord-tray-unread.svg share/icons/Canta/status/22/discord-tray.svg +share/icons/Canta/status/22/disk-quota-critical.svg +share/icons/Canta/status/22/disk-quota-high.svg +share/icons/Canta/status/22/disk-quota-low.svg +share/icons/Canta/status/22/disk-quota.svg share/icons/Canta/status/22/disper-panel.svg share/icons/Canta/status/22/dropboxstatus-blank.svg share/icons/Canta/status/22/dropboxstatus-busy.svg @@ -8270,12 +9460,14 @@ share/icons/Canta/status/22/dropboxstatus-busy2.svg share/icons/Canta/status/22/dropboxstatus-idle.svg share/icons/Canta/status/22/dropboxstatus-logo.svg share/icons/Canta/status/22/dropboxstatus-x.svg +share/icons/Canta/status/22/electron-mail-tray.svg share/icons/Canta/status/22/empathy-available.svg share/icons/Canta/status/22/empathy-away.svg share/icons/Canta/status/22/empathy-busy.svg share/icons/Canta/status/22/empathy-extended-away.svg share/icons/Canta/status/22/empathy-invisible.svg share/icons/Canta/status/22/empathy-offline.svg +share/icons/Canta/status/22/enpass-status.svg share/icons/Canta/status/22/everpad-mono.svg share/icons/Canta/status/22/exaile-pause.svg share/icons/Canta/status/22/exaile-play.svg @@ -8319,6 +9511,8 @@ share/icons/Canta/status/22/gitter-indicator-disconnected.svg share/icons/Canta/status/22/gitter-indicator-notification.svg share/icons/Canta/status/22/gitter-indicator.svg share/icons/Canta/status/22/glipper.svg +share/icons/Canta/status/22/gmail-tray-unread.svg +share/icons/Canta/status/22/gmail-tray.svg share/icons/Canta/status/22/gnome-netstatus-disconn.svg share/icons/Canta/status/22/gnome-netstatus-error.svg share/icons/Canta/status/22/gnome-netstatus-idle.svg @@ -8437,6 +9631,7 @@ share/icons/Canta/status/22/gtg-panel.svg share/icons/Canta/status/22/gtk-dialog-authentication-panel.svg share/icons/Canta/status/22/guake-indicator.svg share/icons/Canta/status/22/guake-tray.svg +share/icons/Canta/status/22/guitarix-tray.svg share/icons/Canta/status/22/haguichi-connected.svg share/icons/Canta/status/22/haguichi-connecting-1.svg share/icons/Canta/status/22/haguichi-connecting-2.svg @@ -9052,6 +10247,10 @@ share/icons/Canta/status/22/indicator-lunar.svg share/icons/Canta/status/22/indicator-messages-new.svg share/icons/Canta/status/22/indicator-messages-red.svg share/icons/Canta/status/22/indicator-messages.svg +share/icons/Canta/status/22/indicator-notification-read-dnd.svg +share/icons/Canta/status/22/indicator-notification-read.svg +share/icons/Canta/status/22/indicator-notification-unread-dnd.svg +share/icons/Canta/status/22/indicator-notification-unread.svg share/icons/Canta/status/22/indicator-privacy-panel.svg share/icons/Canta/status/22/indicator-rss-aware-attention.svg share/icons/Canta/status/22/indicator-rss-aware.svg @@ -9095,6 +10294,8 @@ share/icons/Canta/status/22/irc-channel-joined.svg share/icons/Canta/status/22/irc-channel-parted.svg share/icons/Canta/status/22/irccloud-desktop-tray.svg share/icons/Canta/status/22/jdownloader-indicator.svg +share/icons/Canta/status/22/joplin-tray.svg +share/icons/Canta/status/22/kaku-tray.svg share/icons/Canta/status/22/kazam-countdown.svg share/icons/Canta/status/22/kazam-paused.svg share/icons/Canta/status/22/kazam-recording.svg @@ -9144,9 +10345,13 @@ share/icons/Canta/status/22/krb-no-valid-ticket.svg share/icons/Canta/status/22/krb-valid-ticket.svg share/icons/Canta/status/22/krudiotray-light-off22.svg share/icons/Canta/status/22/krudiotray-light-on22.svg +share/icons/Canta/status/22/ladi-started.svg +share/icons/Canta/status/22/ladi-starting.svg +share/icons/Canta/status/22/ladi-stopped.svg share/icons/Canta/status/22/laptop-connected.svg share/icons/Canta/status/22/laptop-disconnected.svg share/icons/Canta/status/22/laptop-trusted.svg +share/icons/Canta/status/22/laptopattention.svg share/icons/Canta/status/22/laptopconnected.svg share/icons/Canta/status/22/laptopdisconnected.svg share/icons/Canta/status/22/laptoptrusted.svg @@ -9161,11 +10366,17 @@ share/icons/Canta/status/22/mailspring-tray-empty.svg share/icons/Canta/status/22/mailspring-tray-full-newitems.svg share/icons/Canta/status/22/mailspring-tray-full.svg share/icons/Canta/status/22/manjaro-settings-manager-panel.svg +share/icons/Canta/status/22/manjaro-settings-manager.svg +share/icons/Canta/status/22/manjaro-welcome.svg +share/icons/Canta/status/22/media-playback-paused.svg +share/icons/Canta/status/22/media-playback-playing.svg +share/icons/Canta/status/22/media-playback-stopped.svg share/icons/Canta/status/22/megalogging.svg share/icons/Canta/status/22/megapaused.svg share/icons/Canta/status/22/megasynching.svg share/icons/Canta/status/22/megauptodate.svg share/icons/Canta/status/22/megawarning.svg +share/icons/Canta/status/22/mellowplayer-panel.svg share/icons/Canta/status/22/messenger-indicator.svg share/icons/Canta/status/22/messenger-notification.svg share/icons/Canta/status/22/mic-off.svg @@ -9179,12 +10390,17 @@ share/icons/Canta/status/22/microphone-sensitivity-high.svg share/icons/Canta/status/22/microphone-sensitivity-low.svg share/icons/Canta/status/22/microphone-sensitivity-medium.svg share/icons/Canta/status/22/microphone-sensitivity-muted.svg +share/icons/Canta/status/22/minetime-tray.svg share/icons/Canta/status/22/mini-calendar.svg share/icons/Canta/status/22/mintupdate-checking.svg share/icons/Canta/status/22/mintupdate-error.svg share/icons/Canta/status/22/mintupdate-installing.svg share/icons/Canta/status/22/mintupdate-up-to-date.svg share/icons/Canta/status/22/mintupdate-updates-available.svg +share/icons/Canta/status/22/mnotify-none-wireframe.svg +share/icons/Canta/status/22/mnotify-some-wireframe.svg +share/icons/Canta/status/22/motrix-tray-active.svg +share/icons/Canta/status/22/motrix-tray.svg share/icons/Canta/status/22/mouse-battery-caution.svg share/icons/Canta/status/22/mouse-battery-empty.svg share/icons/Canta/status/22/mouse-battery-full.svg @@ -9193,6 +10409,16 @@ share/icons/Canta/status/22/mouse-battery-low.svg share/icons/Canta/status/22/mouse-battery-medium.svg share/icons/Canta/status/22/msd-xrandr.svg share/icons/Canta/status/22/mstdn-panel.svg +share/icons/Canta/status/22/mullvad-tray-1.svg +share/icons/Canta/status/22/mullvad-tray-10.svg +share/icons/Canta/status/22/mullvad-tray-2.svg +share/icons/Canta/status/22/mullvad-tray-3.svg +share/icons/Canta/status/22/mullvad-tray-4.svg +share/icons/Canta/status/22/mullvad-tray-5.svg +share/icons/Canta/status/22/mullvad-tray-6.svg +share/icons/Canta/status/22/mullvad-tray-7.svg +share/icons/Canta/status/22/mullvad-tray-8.svg +share/icons/Canta/status/22/mullvad-tray-9.svg share/icons/Canta/status/22/mullvadg.svg share/icons/Canta/status/22/mullvadr.svg share/icons/Canta/status/22/mullvady.svg @@ -9231,6 +10457,7 @@ share/icons/Canta/status/22/network-receive.svg share/icons/Canta/status/22/network-transmit-receive.svg share/icons/Canta/status/22/network-transmit.svg share/icons/Canta/status/22/network-vpn-acquiring.svg +share/icons/Canta/status/22/network-vpn.svg share/icons/Canta/status/22/network-wired-acquiring.svg share/icons/Canta/status/22/network-wired-no-route.svg share/icons/Canta/status/22/network-wired-offline.svg @@ -9238,6 +10465,7 @@ share/icons/Canta/status/22/network-wired-secure.svg share/icons/Canta/status/22/network-wired.svg share/icons/Canta/status/22/network-wireless-acquiring.svg share/icons/Canta/status/22/network-wireless-connected.svg +share/icons/Canta/status/22/network-wireless-hotspot.svg share/icons/Canta/status/22/network-wireless-no-route.svg share/icons/Canta/status/22/network-wireless-offline.svg share/icons/Canta/status/22/network-wireless-secure-signal-excellent.svg @@ -9253,6 +10481,7 @@ share/icons/Canta/status/22/network-wireless-signal-ok.svg share/icons/Canta/status/22/network-wireless-signal-weak.svg share/icons/Canta/status/22/new-messages-red.svg share/icons/Canta/status/22/nitroshare-indicator.svg +share/icons/Canta/status/22/nixnote2-tray.svg share/icons/Canta/status/22/nm-adhoc.svg share/icons/Canta/status/22/nm-device-wired-autoip.svg share/icons/Canta/status/22/nm-device-wired-secure.svg @@ -9294,16 +10523,38 @@ share/icons/Canta/status/22/nomachine-indicator.svg share/icons/Canta/status/22/notes-panel.svg share/icons/Canta/status/22/num-lock-off.svg share/icons/Canta/status/22/num-lock-on.svg +share/icons/Canta/status/22/nutstore-offline-panel.svg +share/icons/Canta/status/22/nutstore-oops-panel.svg +share/icons/Canta/status/22/nutstore-panel.svg +share/icons/Canta/status/22/nutstore-paused-panel.svg +share/icons/Canta/status/22/nutstore-synchronized-panel.svg +share/icons/Canta/status/22/nutstore-synchronizing-panel.svg share/icons/Canta/status/22/nylas-tray-empty.svg share/icons/Canta/status/22/nylas-tray-full-newitems.svg share/icons/Canta/status/22/nylas-tray-full.svg +share/icons/Canta/status/22/obs-tray-active.svg +share/icons/Canta/status/22/obs-tray.svg share/icons/Canta/status/22/octopi-error.svg share/icons/Canta/status/22/octopi-indicator.svg share/icons/Canta/status/22/octopi-info.svg share/icons/Canta/status/22/octopi-ok.svg +share/icons/Canta/status/22/odrive-tray-grey.svg +share/icons/Canta/status/22/odrive-tray-sync.svg +share/icons/Canta/status/22/odrive-tray.svg share/icons/Canta/status/22/onboard-mono.svg +share/icons/Canta/status/22/onboard-panel.svg share/icons/Canta/status/22/onboard.svg share/icons/Canta/status/22/openbazaar-system-tray.svg +share/icons/Canta/status/22/optimus-indicator-intel.svg +share/icons/Canta/status/22/optimus-indicator-nvidia.svg +share/icons/Canta/status/22/optimus-tray-intel-symbolic.svg +share/icons/Canta/status/22/optimus-tray-intel.svg +share/icons/Canta/status/22/optimus-tray-nvidia-symbolic.svg +share/icons/Canta/status/22/optimus-tray-nvidia.svg +share/icons/Canta/status/22/org.sparkleshare.SparkleShare-syncing-down.svg +share/icons/Canta/status/22/org.sparkleshare.SparkleShare-syncing-error.svg +share/icons/Canta/status/22/org.sparkleshare.SparkleShare-syncing-up.svg +share/icons/Canta/status/22/org.sparkleshare.SparkleShare-syncing.svg share/icons/Canta/status/22/overgrive-app-ind-con-1.svg share/icons/Canta/status/22/overgrive-app-ind-con-2.svg share/icons/Canta/status/22/overgrive-app-ind-con-3.svg @@ -9407,6 +10658,7 @@ share/icons/Canta/status/22/pomodoro-stop-light.svg share/icons/Canta/status/22/popcorntime-tray.svg share/icons/Canta/status/22/pragha-panel.svg share/icons/Canta/status/22/preferences-desktop-accessibility-panel.svg +share/icons/Canta/status/22/prime-hybrid.svg share/icons/Canta/status/22/prime-intel.svg share/icons/Canta/status/22/prime-nvidia.svg share/icons/Canta/status/22/process-syncing-down.svg @@ -9444,12 +10696,16 @@ share/icons/Canta/status/22/qtox-online.svg share/icons/Canta/status/22/qtpass-tray.svg share/icons/Canta/status/22/quota.svg share/icons/Canta/status/22/radiotray-ng-off-panel.svg +share/icons/Canta/status/22/radiotray-ng-off.svg share/icons/Canta/status/22/radiotray-ng-on-panel.svg +share/icons/Canta/status/22/radiotray-ng-on.svg share/icons/Canta/status/22/radiotray_connecting.svg share/icons/Canta/status/22/radiotray_off.svg share/icons/Canta/status/22/radiotray_on.svg share/icons/Canta/status/22/rambox-indicator.svg share/icons/Canta/status/22/rambox-notification.svg +share/icons/Canta/status/22/rclonetray-connected-tray.svg +share/icons/Canta/status/22/rclonetray-tray.svg share/icons/Canta/status/22/receiving-bad-signal-lock.svg share/icons/Canta/status/22/receiving-bad-signal.svg share/icons/Canta/status/22/receiving-good-signal-lock.svg @@ -9538,6 +10794,10 @@ share/icons/Canta/status/22/si-syncthing-8.svg share/icons/Canta/status/22/si-syncthing-9.svg share/icons/Canta/status/22/si-syncthing-idle.svg share/icons/Canta/status/22/si-syncthing-unknown.svg +share/icons/Canta/status/22/signal-100.svg +share/icons/Canta/status/22/signal-25.svg +share/icons/Canta/status/22/signal-50.svg +share/icons/Canta/status/22/signal-75.svg share/icons/Canta/status/22/signal-tray.svg share/icons/Canta/status/22/signal-unread-1.svg share/icons/Canta/status/22/signal-unread-10.svg @@ -9574,9 +10834,11 @@ share/icons/Canta/status/22/skype-status-offline.svg share/icons/Canta/status/22/slack-indicator-highlight.svg share/icons/Canta/status/22/slack-indicator-unread.svg share/icons/Canta/status/22/slack-indicator.svg +share/icons/Canta/status/22/smartcode-stremio-tray.svg share/icons/Canta/status/22/smartphone-connected.svg share/icons/Canta/status/22/smartphone-disconnected.svg share/icons/Canta/status/22/smartphone-trusted.svg +share/icons/Canta/status/22/smartphoneattention.svg share/icons/Canta/status/22/smartphoneconnected.svg share/icons/Canta/status/22/smartphonedisconnected.svg share/icons/Canta/status/22/smartphonetrusted.svg @@ -9584,6 +10846,7 @@ share/icons/Canta/status/22/smplayer-panel.svg share/icons/Canta/status/22/solaar-attention.svg share/icons/Canta/status/22/solaar-indicator.svg share/icons/Canta/status/22/spotify-indicator.svg +share/icons/Canta/status/22/start-here-manjaro.svg share/icons/Canta/status/22/start-here.svg share/icons/Canta/status/22/state-download.svg share/icons/Canta/status/22/state-error.svg @@ -9604,6 +10867,8 @@ share/icons/Canta/status/22/stock_weather-night-few-clouds.svg share/icons/Canta/status/22/stock_weather-showers.svg share/icons/Canta/status/22/stock_weather-snow.svg share/icons/Canta/status/22/stock_weather-storm.svg +share/icons/Canta/status/22/strawberry-panel-grey.svg +share/icons/Canta/status/22/strawberry-panel.svg share/icons/Canta/status/22/stremio-tray.svg share/icons/Canta/status/22/synapse-panel.svg share/icons/Canta/status/22/synergy-panel-ok.svg @@ -9629,9 +10894,13 @@ share/icons/Canta/status/22/system-shutdown-panel-restart.svg share/icons/Canta/status/22/system-shutdown-panel.svg share/icons/Canta/status/22/tablet-connected.svg share/icons/Canta/status/22/tablet-disconnected.svg +share/icons/Canta/status/22/tabletattention.svg share/icons/Canta/status/22/tabletconnected.svg share/icons/Canta/status/22/tabletdisconnected.svg share/icons/Canta/status/22/tablettrusted.svg +share/icons/Canta/status/22/teams-for-linux-tray.svg +share/icons/Canta/status/22/teams-tray-activity.svg +share/icons/Canta/status/22/teams-tray-noactivity.svg share/icons/Canta/status/22/teamviewer-indicator-away.svg share/icons/Canta/status/22/teamviewer-indicator-busy.svg share/icons/Canta/status/22/teamviewer-indicator-connected.svg @@ -9641,6 +10910,8 @@ share/icons/Canta/status/22/teamviewer-indicator.svg share/icons/Canta/status/22/telegram-attention-panel.svg share/icons/Canta/status/22/telegram-mute-panel.svg share/icons/Canta/status/22/telegram-panel.svg +share/icons/Canta/status/22/thunderbird-attention-panel.svg +share/icons/Canta/status/22/thunderbird-panel.svg share/icons/Canta/status/22/todo-indicator.svg share/icons/Canta/status/22/tomahawk-indicator.svg share/icons/Canta/status/22/tomboy-panel.svg @@ -9663,6 +10934,9 @@ share/icons/Canta/status/22/tray-offline.svg share/icons/Canta/status/22/tray-online.svg share/icons/Canta/status/22/trimage-indicator.svg share/icons/Canta/status/22/tusk-indicator.svg +share/icons/Canta/status/22/tvconnected.svg +share/icons/Canta/status/22/tvdisconnected.svg +share/icons/Canta/status/22/tvtrusted.svg share/icons/Canta/status/22/twitch-indicator.svg share/icons/Canta/status/22/ubuntuone-client-error.svg share/icons/Canta/status/22/ubuntuone-client-idle.svg @@ -9698,7 +10972,9 @@ share/icons/Canta/status/22/variety-indicator.svg share/icons/Canta/status/22/veracrypt-panel.svg share/icons/Canta/status/22/viber-normal.svg share/icons/Canta/status/22/viber-notification.svg +share/icons/Canta/status/22/virt-manager-panel.svg share/icons/Canta/status/22/vivaldi-tray.svg +share/icons/Canta/status/22/vk-tray.svg share/icons/Canta/status/22/vlc-panel.svg share/icons/Canta/status/22/volume-level-high-panel.svg share/icons/Canta/status/22/volume-level-high.svg @@ -9856,6 +11132,7 @@ share/icons/Canta/status/22/xfce4-mixer-volume-muted.svg share/icons/Canta/status/22/xfce4-mixer-volume-ultra-low.svg share/icons/Canta/status/22/xfce4-mixer-volume-very-high.svg share/icons/Canta/status/22/xfce4-notes-plugin.svg +share/icons/Canta/status/22/xfce4-whiskermenu.svg share/icons/Canta/status/22/xfpm-ac-adapter.svg share/icons/Canta/status/22/xfpm-brightness-lcd.svg share/icons/Canta/status/22/xfpm-keyboard-000.svg @@ -9909,6 +11186,11 @@ share/icons/Canta/status/22/xfpm-ups-charged.svg share/icons/Canta/status/22/xfpm-ups-missing.svg share/icons/Canta/status/22/xkbmod-indicator.svg share/icons/Canta/status/22/y-ppa-indicator.svg +share/icons/Canta/status/22/yate-tray-incomingcall.svg +share/icons/Canta/status/22/yate-tray-incomingchat.svg +share/icons/Canta/status/22/yate-tray-info.svg +share/icons/Canta/status/22/yate-tray-notification.svg +share/icons/Canta/status/22/yate-tray.svg share/icons/Canta/status/22/yd-busy1.svg share/icons/Canta/status/22/yd-busy2.svg share/icons/Canta/status/22/yd-busy3.svg @@ -9946,6 +11228,7 @@ share/icons/Canta/status/24/airplane-mode.svg share/icons/Canta/status/24/akonaditray.svg share/icons/Canta/status/24/anatine-indicator.svg share/icons/Canta/status/24/anatine-notification.svg +share/icons/Canta/status/24/antimicro-panel.svg share/icons/Canta/status/24/ao-app-tray.svg share/icons/Canta/status/24/application-running.svg share/icons/Canta/status/24/applications-chat-panel.svg @@ -10144,12 +11427,14 @@ share/icons/Canta/status/24/dropboxstatus-busy2.svg share/icons/Canta/status/24/dropboxstatus-idle.svg share/icons/Canta/status/24/dropboxstatus-logo.svg share/icons/Canta/status/24/dropboxstatus-x.svg +share/icons/Canta/status/24/electron-mail-tray.svg share/icons/Canta/status/24/empathy-available.svg share/icons/Canta/status/24/empathy-away.svg share/icons/Canta/status/24/empathy-busy.svg share/icons/Canta/status/24/empathy-extended-away.svg share/icons/Canta/status/24/empathy-invisible.svg share/icons/Canta/status/24/empathy-offline.svg +share/icons/Canta/status/24/enpass-status.svg share/icons/Canta/status/24/everpad-mono.svg share/icons/Canta/status/24/exaile-pause.svg share/icons/Canta/status/24/exaile-play.svg @@ -10193,6 +11478,8 @@ share/icons/Canta/status/24/gitter-indicator-disconnected.svg share/icons/Canta/status/24/gitter-indicator-notification.svg share/icons/Canta/status/24/gitter-indicator.svg share/icons/Canta/status/24/glipper.svg +share/icons/Canta/status/24/gmail-tray-unread.svg +share/icons/Canta/status/24/gmail-tray.svg share/icons/Canta/status/24/gnome-netstatus-disconn.svg share/icons/Canta/status/24/gnome-netstatus-error.svg share/icons/Canta/status/24/gnome-netstatus-idle.svg @@ -10232,6 +11519,7 @@ share/icons/Canta/status/24/gpm-battery-100.svg share/icons/Canta/status/24/gpm-battery-charged.svg share/icons/Canta/status/24/gpm-battery-empty.svg share/icons/Canta/status/24/gpm-battery-missing.svg +share/icons/Canta/status/24/gpm-brightness-kbd-disabled.svg share/icons/Canta/status/24/gpm-brightness-kbd-invalid.svg share/icons/Canta/status/24/gpm-brightness-kbd.svg share/icons/Canta/status/24/gpm-brightness-lcd-disabled.svg @@ -10310,6 +11598,7 @@ share/icons/Canta/status/24/gtg-panel.svg share/icons/Canta/status/24/gtk-dialog-authentication-panel.svg share/icons/Canta/status/24/guake-indicator.svg share/icons/Canta/status/24/guake-tray.svg +share/icons/Canta/status/24/guitarix-tray.svg share/icons/Canta/status/24/haguichi-connected.svg share/icons/Canta/status/24/haguichi-connecting-1.svg share/icons/Canta/status/24/haguichi-connecting-2.svg @@ -10925,6 +12214,10 @@ share/icons/Canta/status/24/indicator-lunar.svg share/icons/Canta/status/24/indicator-messages-new.svg share/icons/Canta/status/24/indicator-messages-red.svg share/icons/Canta/status/24/indicator-messages.svg +share/icons/Canta/status/24/indicator-notification-read-dnd.svg +share/icons/Canta/status/24/indicator-notification-read.svg +share/icons/Canta/status/24/indicator-notification-unread-dnd.svg +share/icons/Canta/status/24/indicator-notification-unread.svg share/icons/Canta/status/24/indicator-privacy-panel.svg share/icons/Canta/status/24/indicator-rss-aware-attention.svg share/icons/Canta/status/24/indicator-rss-aware.svg @@ -10968,6 +12261,8 @@ share/icons/Canta/status/24/irc-channel-joined.svg share/icons/Canta/status/24/irc-channel-parted.svg share/icons/Canta/status/24/irccloud-desktop-tray.svg share/icons/Canta/status/24/jdownloader-indicator.svg +share/icons/Canta/status/24/joplin-tray.svg +share/icons/Canta/status/24/kaku-tray.svg share/icons/Canta/status/24/kazam-countdown.svg share/icons/Canta/status/24/kazam-paused.svg share/icons/Canta/status/24/kazam-recording.svg @@ -11017,9 +12312,13 @@ share/icons/Canta/status/24/krb-no-valid-ticket.svg share/icons/Canta/status/24/krb-valid-ticket.svg share/icons/Canta/status/24/krudiotray-light-off24.svg share/icons/Canta/status/24/krudiotray-light-on24.svg +share/icons/Canta/status/24/ladi-started.svg +share/icons/Canta/status/24/ladi-starting.svg +share/icons/Canta/status/24/ladi-stopped.svg share/icons/Canta/status/24/laptop-connected.svg share/icons/Canta/status/24/laptop-disconnected.svg share/icons/Canta/status/24/laptop-trusted.svg +share/icons/Canta/status/24/laptopattention.svg share/icons/Canta/status/24/laptopconnected.svg share/icons/Canta/status/24/laptopdisconnected.svg share/icons/Canta/status/24/laptoptrusted.svg @@ -11034,11 +12333,17 @@ share/icons/Canta/status/24/mailspring-tray-empty.svg share/icons/Canta/status/24/mailspring-tray-full-newitems.svg share/icons/Canta/status/24/mailspring-tray-full.svg share/icons/Canta/status/24/manjaro-settings-manager-panel.svg +share/icons/Canta/status/24/manjaro-settings-manager.svg +share/icons/Canta/status/24/manjaro-welcome.svg +share/icons/Canta/status/24/media-playback-paused.svg +share/icons/Canta/status/24/media-playback-playing.svg +share/icons/Canta/status/24/media-playback-stopped.svg share/icons/Canta/status/24/megalogging.svg share/icons/Canta/status/24/megapaused.svg share/icons/Canta/status/24/megasynching.svg share/icons/Canta/status/24/megauptodate.svg share/icons/Canta/status/24/megawarning.svg +share/icons/Canta/status/24/mellowplayer-panel.svg share/icons/Canta/status/24/messenger-indicator.svg share/icons/Canta/status/24/messenger-notification.svg share/icons/Canta/status/24/mic-off.svg @@ -11052,12 +12357,17 @@ share/icons/Canta/status/24/microphone-sensitivity-high.svg share/icons/Canta/status/24/microphone-sensitivity-low.svg share/icons/Canta/status/24/microphone-sensitivity-medium.svg share/icons/Canta/status/24/microphone-sensitivity-muted.svg +share/icons/Canta/status/24/minetime-tray.svg share/icons/Canta/status/24/mini-calendar.svg share/icons/Canta/status/24/mintupdate-checking.svg share/icons/Canta/status/24/mintupdate-error.svg share/icons/Canta/status/24/mintupdate-installing.svg share/icons/Canta/status/24/mintupdate-up-to-date.svg share/icons/Canta/status/24/mintupdate-updates-available.svg +share/icons/Canta/status/24/mnotify-none-wireframe.svg +share/icons/Canta/status/24/mnotify-some-wireframe.svg +share/icons/Canta/status/24/motrix-tray-active.svg +share/icons/Canta/status/24/motrix-tray.svg share/icons/Canta/status/24/mouse-battery-caution.svg share/icons/Canta/status/24/mouse-battery-empty.svg share/icons/Canta/status/24/mouse-battery-full.svg @@ -11066,6 +12376,16 @@ share/icons/Canta/status/24/mouse-battery-low.svg share/icons/Canta/status/24/mouse-battery-medium.svg share/icons/Canta/status/24/msd-xrandr.svg share/icons/Canta/status/24/mstdn-panel.svg +share/icons/Canta/status/24/mullvad-tray-1.svg +share/icons/Canta/status/24/mullvad-tray-10.svg +share/icons/Canta/status/24/mullvad-tray-2.svg +share/icons/Canta/status/24/mullvad-tray-3.svg +share/icons/Canta/status/24/mullvad-tray-4.svg +share/icons/Canta/status/24/mullvad-tray-5.svg +share/icons/Canta/status/24/mullvad-tray-6.svg +share/icons/Canta/status/24/mullvad-tray-7.svg +share/icons/Canta/status/24/mullvad-tray-8.svg +share/icons/Canta/status/24/mullvad-tray-9.svg share/icons/Canta/status/24/mullvadg.svg share/icons/Canta/status/24/mullvadr.svg share/icons/Canta/status/24/mullvady.svg @@ -11111,6 +12431,7 @@ share/icons/Canta/status/24/network-transmit-receive.svg share/icons/Canta/status/24/network-transmit.svg share/icons/Canta/status/24/network-vpn-acquiring.svg share/icons/Canta/status/24/network-vpn-lock-symbolic.svg +share/icons/Canta/status/24/network-vpn.svg share/icons/Canta/status/24/network-wired-acquiring-symbolic.svg share/icons/Canta/status/24/network-wired-acquiring.svg share/icons/Canta/status/24/network-wired-disconnected-symbolic.svg @@ -11123,6 +12444,7 @@ share/icons/Canta/status/24/network-wired-symbolic.svg share/icons/Canta/status/24/network-wired.svg share/icons/Canta/status/24/network-wireless-acquiring.svg share/icons/Canta/status/24/network-wireless-connected.svg +share/icons/Canta/status/24/network-wireless-hotspot.svg share/icons/Canta/status/24/network-wireless-no-route-symbolic.svg share/icons/Canta/status/24/network-wireless-no-route.svg share/icons/Canta/status/24/network-wireless-offline-symbolic.svg @@ -11151,6 +12473,7 @@ share/icons/Canta/status/24/new-messages-red.svg share/icons/Canta/status/24/night-light-disabled-symbolic.svg share/icons/Canta/status/24/night-light-symbolic.svg share/icons/Canta/status/24/nitroshare-indicator.svg +share/icons/Canta/status/24/nixnote2-tray.svg share/icons/Canta/status/24/nm-adhoc.svg share/icons/Canta/status/24/nm-device-wired-autoip.svg share/icons/Canta/status/24/nm-device-wired-secure.svg @@ -11195,16 +12518,38 @@ share/icons/Canta/status/24/notification-new-symbolic.svg share/icons/Canta/status/24/notification-symbolic.svg share/icons/Canta/status/24/num-lock-off.svg share/icons/Canta/status/24/num-lock-on.svg +share/icons/Canta/status/24/nutstore-offline-panel.svg +share/icons/Canta/status/24/nutstore-oops-panel.svg +share/icons/Canta/status/24/nutstore-panel.svg +share/icons/Canta/status/24/nutstore-paused-panel.svg +share/icons/Canta/status/24/nutstore-synchronized-panel.svg +share/icons/Canta/status/24/nutstore-synchronizing-panel.svg share/icons/Canta/status/24/nylas-tray-empty.svg share/icons/Canta/status/24/nylas-tray-full-newitems.svg share/icons/Canta/status/24/nylas-tray-full.svg +share/icons/Canta/status/24/obs-tray-active.svg +share/icons/Canta/status/24/obs-tray.svg share/icons/Canta/status/24/octopi-error.svg share/icons/Canta/status/24/octopi-indicator.svg share/icons/Canta/status/24/octopi-info.svg share/icons/Canta/status/24/octopi-ok.svg +share/icons/Canta/status/24/odrive-tray-grey.svg +share/icons/Canta/status/24/odrive-tray-sync.svg +share/icons/Canta/status/24/odrive-tray.svg share/icons/Canta/status/24/onboard-mono.svg +share/icons/Canta/status/24/onboard-panel.svg share/icons/Canta/status/24/onboard.svg share/icons/Canta/status/24/openbazaar-system-tray.svg +share/icons/Canta/status/24/optimus-indicator-intel.svg +share/icons/Canta/status/24/optimus-indicator-nvidia.svg +share/icons/Canta/status/24/optimus-tray-intel-symbolic.svg +share/icons/Canta/status/24/optimus-tray-intel.svg +share/icons/Canta/status/24/optimus-tray-nvidia-symbolic.svg +share/icons/Canta/status/24/optimus-tray-nvidia.svg +share/icons/Canta/status/24/org.sparkleshare.SparkleShare-syncing-down.svg +share/icons/Canta/status/24/org.sparkleshare.SparkleShare-syncing-error.svg +share/icons/Canta/status/24/org.sparkleshare.SparkleShare-syncing-up.svg +share/icons/Canta/status/24/org.sparkleshare.SparkleShare-syncing.svg share/icons/Canta/status/24/overgrive-app-ind-con-1.svg share/icons/Canta/status/24/overgrive-app-ind-con-2.svg share/icons/Canta/status/24/overgrive-app-ind-con-3.svg @@ -11308,6 +12653,7 @@ share/icons/Canta/status/24/pomodoro-stop-light.svg share/icons/Canta/status/24/popcorntime-tray.svg share/icons/Canta/status/24/pragha-panel.svg share/icons/Canta/status/24/preferences-desktop-accessibility-panel.svg +share/icons/Canta/status/24/prime-hybrid.svg share/icons/Canta/status/24/prime-intel.svg share/icons/Canta/status/24/prime-nvidia.svg share/icons/Canta/status/24/process-syncing-down.svg @@ -11345,12 +12691,16 @@ share/icons/Canta/status/24/qtox-online.svg share/icons/Canta/status/24/qtpass-tray.svg share/icons/Canta/status/24/quota.svg share/icons/Canta/status/24/radiotray-ng-off-panel.svg +share/icons/Canta/status/24/radiotray-ng-off.svg share/icons/Canta/status/24/radiotray-ng-on-panel.svg +share/icons/Canta/status/24/radiotray-ng-on.svg share/icons/Canta/status/24/radiotray_connecting.svg share/icons/Canta/status/24/radiotray_off.svg share/icons/Canta/status/24/radiotray_on.svg share/icons/Canta/status/24/rambox-indicator.svg share/icons/Canta/status/24/rambox-notification.svg +share/icons/Canta/status/24/rclonetray-connected-tray.svg +share/icons/Canta/status/24/rclonetray-tray.svg share/icons/Canta/status/24/receiving-bad-signal-lock.svg share/icons/Canta/status/24/receiving-bad-signal.svg share/icons/Canta/status/24/receiving-good-signal-lock.svg @@ -11439,6 +12789,10 @@ share/icons/Canta/status/24/si-syncthing-8.svg share/icons/Canta/status/24/si-syncthing-9.svg share/icons/Canta/status/24/si-syncthing-idle.svg share/icons/Canta/status/24/si-syncthing-unknown.svg +share/icons/Canta/status/24/signal-100.svg +share/icons/Canta/status/24/signal-25.svg +share/icons/Canta/status/24/signal-50.svg +share/icons/Canta/status/24/signal-75.svg share/icons/Canta/status/24/signal-tray.svg share/icons/Canta/status/24/signal-unread-1.svg share/icons/Canta/status/24/signal-unread-10.svg @@ -11475,9 +12829,11 @@ share/icons/Canta/status/24/skype-status-offline.svg share/icons/Canta/status/24/slack-indicator-highlight.svg share/icons/Canta/status/24/slack-indicator-unread.svg share/icons/Canta/status/24/slack-indicator.svg +share/icons/Canta/status/24/smartcode-stremio-tray.svg share/icons/Canta/status/24/smartphone-connected.svg share/icons/Canta/status/24/smartphone-disconnected.svg share/icons/Canta/status/24/smartphone-trusted.svg +share/icons/Canta/status/24/smartphoneattention.svg share/icons/Canta/status/24/smartphoneconnected.svg share/icons/Canta/status/24/smartphonedisconnected.svg share/icons/Canta/status/24/smartphonetrusted.svg @@ -11485,6 +12841,7 @@ share/icons/Canta/status/24/smplayer-panel.svg share/icons/Canta/status/24/solaar-attention.svg share/icons/Canta/status/24/solaar-indicator.svg share/icons/Canta/status/24/spotify-indicator.svg +share/icons/Canta/status/24/start-here-manjaro.svg share/icons/Canta/status/24/start-here.svg share/icons/Canta/status/24/state-download.svg share/icons/Canta/status/24/state-error.svg @@ -11505,6 +12862,8 @@ share/icons/Canta/status/24/stock_weather-night-few-clouds.svg share/icons/Canta/status/24/stock_weather-showers.svg share/icons/Canta/status/24/stock_weather-snow.svg share/icons/Canta/status/24/stock_weather-storm.svg +share/icons/Canta/status/24/strawberry-panel-grey.svg +share/icons/Canta/status/24/strawberry-panel.svg share/icons/Canta/status/24/stremio-tray.svg share/icons/Canta/status/24/synapse-panel.svg share/icons/Canta/status/24/synergy-panel-ok.svg @@ -11531,9 +12890,13 @@ share/icons/Canta/status/24/system-shutdown-panel.svg share/icons/Canta/status/24/system-shutdown-symbolic.svg share/icons/Canta/status/24/tablet-connected.svg share/icons/Canta/status/24/tablet-disconnected.svg +share/icons/Canta/status/24/tabletattention.svg share/icons/Canta/status/24/tabletconnected.svg share/icons/Canta/status/24/tabletdisconnected.svg share/icons/Canta/status/24/tablettrusted.svg +share/icons/Canta/status/24/teams-for-linux-tray.svg +share/icons/Canta/status/24/teams-tray-activity.svg +share/icons/Canta/status/24/teams-tray-noactivity.svg share/icons/Canta/status/24/teamviewer-indicator-away.svg share/icons/Canta/status/24/teamviewer-indicator-busy.svg share/icons/Canta/status/24/teamviewer-indicator-connected.svg @@ -11543,6 +12906,8 @@ share/icons/Canta/status/24/teamviewer-indicator.svg share/icons/Canta/status/24/telegram-attention-panel.svg share/icons/Canta/status/24/telegram-mute-panel.svg share/icons/Canta/status/24/telegram-panel.svg +share/icons/Canta/status/24/thunderbird-attention-panel.svg +share/icons/Canta/status/24/thunderbird-panel.svg share/icons/Canta/status/24/todo-indicator.svg share/icons/Canta/status/24/tomahawk-indicator.svg share/icons/Canta/status/24/tomboy-panel.svg @@ -11565,6 +12930,9 @@ share/icons/Canta/status/24/tray-offline.svg share/icons/Canta/status/24/tray-online.svg share/icons/Canta/status/24/trimage-indicator.svg share/icons/Canta/status/24/tusk-indicator.svg +share/icons/Canta/status/24/tvconnected.svg +share/icons/Canta/status/24/tvdisconnected.svg +share/icons/Canta/status/24/tvtrusted.svg share/icons/Canta/status/24/twitch-indicator.svg share/icons/Canta/status/24/ubuntuone-client-error.svg share/icons/Canta/status/24/ubuntuone-client-idle.svg @@ -11600,7 +12968,9 @@ share/icons/Canta/status/24/variety-indicator.svg share/icons/Canta/status/24/veracrypt-panel.svg share/icons/Canta/status/24/viber-normal.svg share/icons/Canta/status/24/viber-notification.svg +share/icons/Canta/status/24/virt-manager-panel.svg share/icons/Canta/status/24/vivaldi-tray.svg +share/icons/Canta/status/24/vk-tray.svg share/icons/Canta/status/24/vlc-panel.svg share/icons/Canta/status/24/volume-level-high-panel.svg share/icons/Canta/status/24/volume-level-high.svg @@ -11758,6 +13128,7 @@ share/icons/Canta/status/24/xfce4-mixer-volume-muted.svg share/icons/Canta/status/24/xfce4-mixer-volume-ultra-low.svg share/icons/Canta/status/24/xfce4-mixer-volume-very-high.svg share/icons/Canta/status/24/xfce4-notes-plugin.svg +share/icons/Canta/status/24/xfce4-whiskermenu.svg share/icons/Canta/status/24/xfpm-ac-adapter.svg share/icons/Canta/status/24/xfpm-brightness-lcd.svg share/icons/Canta/status/24/xfpm-keyboard-000.svg @@ -11811,6 +13182,11 @@ share/icons/Canta/status/24/xfpm-ups-charged.svg share/icons/Canta/status/24/xfpm-ups-missing.svg share/icons/Canta/status/24/xkbmod-indicator.svg share/icons/Canta/status/24/y-ppa-indicator.svg +share/icons/Canta/status/24/yate-tray-incomingcall.svg +share/icons/Canta/status/24/yate-tray-incomingchat.svg +share/icons/Canta/status/24/yate-tray-info.svg +share/icons/Canta/status/24/yate-tray-notification.svg +share/icons/Canta/status/24/yate-tray.svg share/icons/Canta/status/24/yd-busy1.svg share/icons/Canta/status/24/yd-busy2.svg share/icons/Canta/status/24/yd-busy3.svg @@ -11840,6 +13216,7 @@ share/icons/Canta/status/24/yum-indicator-working.svg share/icons/Canta/status/24/zeal-panel.svg share/icons/Canta/status/24/zeal-tray.svg share/icons/Canta/status/24/zim-panel.svg +share/icons/Canta/status/symbolic/account-logged-in-symbolic.svg share/icons/Canta/status/symbolic/airplane-mode-disabled-symbolic.svg share/icons/Canta/status/symbolic/airplane-mode-symbolic.svg share/icons/Canta/status/symbolic/alarm-symbolic.svg @@ -11870,6 +13247,28 @@ share/icons/Canta/status/symbolic/battery-full-charging-symbolic.svg share/icons/Canta/status/symbolic/battery-full-symbolic.svg share/icons/Canta/status/symbolic/battery-good-charging-symbolic.svg share/icons/Canta/status/symbolic/battery-good-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-0-charging-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-0-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-10-charging-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-10-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-100-charged-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-100-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-20-charging-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-20-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-30-charging-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-30-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-40-charging-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-40-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-50-charging-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-50-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-60-charging-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-60-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-70-charging-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-70-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-80-charging-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-80-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-90-charging-symbolic.svg +share/icons/Canta/status/symbolic/battery-level-90-symbolic.svg share/icons/Canta/status/symbolic/battery-low-charging-symbolic.svg share/icons/Canta/status/symbolic/battery-low-symbolic.svg share/icons/Canta/status/symbolic/battery-medium-charging-symbolic.svg @@ -11881,6 +13280,8 @@ share/icons/Canta/status/symbolic/bluetooth-paired-symbolic.svg share/icons/Canta/status/symbolic/brightness-display-symbolic.svg share/icons/Canta/status/symbolic/bumblebee-active-symbolic.svg share/icons/Canta/status/symbolic/bumblebee-inactive-symbolic.svg +share/icons/Canta/status/symbolic/caffeine-cup-empty-symbolic.svg +share/icons/Canta/status/symbolic/caffeine-cup-full-symbolic.svg share/icons/Canta/status/symbolic/call-missed-symbolic.svg share/icons/Canta/status/symbolic/capslock-disabled-symbolic.svg share/icons/Canta/status/symbolic/capslock-enabled-symbolic.svg @@ -11888,6 +13289,8 @@ share/icons/Canta/status/symbolic/changes-allow-symbolic.svg share/icons/Canta/status/symbolic/changes-prevent-symbolic.svg share/icons/Canta/status/symbolic/channel-insecure-symbolic.svg share/icons/Canta/status/symbolic/channel-secure-symbolic.svg +share/icons/Canta/status/symbolic/check-active-symbolic.svg +share/icons/Canta/status/symbolic/check-mixed-symbolic.svg share/icons/Canta/status/symbolic/checkbox-checked-symbolic.svg share/icons/Canta/status/symbolic/checkbox-mixed-symbolic.svg share/icons/Canta/status/symbolic/checkbox-symbolic.svg @@ -11915,17 +13318,22 @@ share/icons/Canta/status/symbolic/freon-voltage-symbolic.svg share/icons/Canta/status/symbolic/gnome-pie-symbolic.svg share/icons/Canta/status/symbolic/gser-icon-playing-symbolic.svg share/icons/Canta/status/symbolic/gser-icon-stopped-symbolic.svg +share/icons/Canta/status/symbolic/gtk-dialog-warning-symbolic.svg share/icons/Canta/status/symbolic/image-loading-symbolic.svg +share/icons/Canta/status/symbolic/input-keyboard-capslock-symbolic.svg share/icons/Canta/status/symbolic/keyboard-brightness-symbolic.svg share/icons/Canta/status/symbolic/mail-attachment-symbolic.svg +share/icons/Canta/status/symbolic/mail-important-symbolic.svg share/icons/Canta/status/symbolic/mail-read-symbolic.svg share/icons/Canta/status/symbolic/mail-replied-symbolic.svg share/icons/Canta/status/symbolic/mail-unread-symbolic.svg share/icons/Canta/status/symbolic/media-playlist-consecutive-rtl-symbolic.svg share/icons/Canta/status/symbolic/media-playlist-consecutive-symbolic-rtl.svg share/icons/Canta/status/symbolic/media-playlist-consecutive-symbolic.svg +share/icons/Canta/status/symbolic/media-playlist-no-repeat-symbolic-rtl.svg share/icons/Canta/status/symbolic/media-playlist-no-repeat-symbolic.svg share/icons/Canta/status/symbolic/media-playlist-no-shuffle-rtl-symbolic.svg +share/icons/Canta/status/symbolic/media-playlist-no-shuffle-symbolic-rtl.svg share/icons/Canta/status/symbolic/media-playlist-no-shuffle-symbolic.svg share/icons/Canta/status/symbolic/media-playlist-repeat-one-rtl-symbolic.svg share/icons/Canta/status/symbolic/media-playlist-repeat-one-symbolic.svg @@ -11943,9 +13351,11 @@ share/icons/Canta/status/symbolic/microphone-sensitivity-low-symbolic.svg share/icons/Canta/status/symbolic/microphone-sensitivity-medium-symbolic.svg share/icons/Canta/status/symbolic/microphone-sensitivity-muted-symbolic.svg share/icons/Canta/status/symbolic/microphone-sensitivity-none-symbolic.svg +share/icons/Canta/status/symbolic/mintupdate-checking.svg share/icons/Canta/status/symbolic/mpi-symbolic.svg share/icons/Canta/status/symbolic/my-caffeine-off-symbolic.svg share/icons/Canta/status/symbolic/my-caffeine-on-symbolic.svg +share/icons/Canta/status/symbolic/mymail-symbolic.svg share/icons/Canta/status/symbolic/network-acquiring-symbolic.svg share/icons/Canta/status/symbolic/network-cellular-3g-symbolic.svg share/icons/Canta/status/symbolic/network-cellular-4g-symbolic.svg @@ -11959,9 +13369,20 @@ share/icons/Canta/status/symbolic/network-cellular-gprs-symbolic.svg share/icons/Canta/status/symbolic/network-cellular-hspa-symbolic.svg share/icons/Canta/status/symbolic/network-cellular-no-route-symbolic.svg share/icons/Canta/status/symbolic/network-cellular-offline-symbolic.svg +share/icons/Canta/status/symbolic/network-cellular-secure-signal-excellent-symbolic.svg +share/icons/Canta/status/symbolic/network-cellular-secure-signal-good-symbolic.svg +share/icons/Canta/status/symbolic/network-cellular-secure-signal-low-symbolic.svg +share/icons/Canta/status/symbolic/network-cellular-secure-signal-none-symbolic.svg +share/icons/Canta/status/symbolic/network-cellular-secure-signal-ok-symbolic.svg +share/icons/Canta/status/symbolic/network-cellular-secure-signal-weak-symbolic.svg +share/icons/Canta/status/symbolic/network-cellular-signal-excellent-secure-symbolic.svg share/icons/Canta/status/symbolic/network-cellular-signal-excellent-symbolic.svg +share/icons/Canta/status/symbolic/network-cellular-signal-good-secure-symbolic.svg share/icons/Canta/status/symbolic/network-cellular-signal-good-symbolic.svg +share/icons/Canta/status/symbolic/network-cellular-signal-low-symbolic.svg +share/icons/Canta/status/symbolic/network-cellular-signal-none-secure-symbolic.svg share/icons/Canta/status/symbolic/network-cellular-signal-none-symbolic.svg +share/icons/Canta/status/symbolic/network-cellular-signal-ok-secure-symbolic.svg share/icons/Canta/status/symbolic/network-cellular-signal-ok-symbolic.svg share/icons/Canta/status/symbolic/network-cellular-signal-weak-symbolic.svg share/icons/Canta/status/symbolic/network-cellular-umts-symbolic.svg @@ -11982,25 +13403,45 @@ share/icons/Canta/status/symbolic/network-wired-disconnected-symbolic.svg share/icons/Canta/status/symbolic/network-wired-error-symbolic.svg share/icons/Canta/status/symbolic/network-wired-no-route-symbolic.svg share/icons/Canta/status/symbolic/network-wired-offline-symbolic.svg -share/icons/Canta/status/symbolic/network-wired-symbolic.svg +share/icons/Canta/status/symbolic/network-wired-secure-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-acquiring-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-connected-symbolic.svg +share/icons/Canta/status/symbolic/network-wireless-disabled-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-disconnected-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-encrypted-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-error-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-hotspot-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-no-route-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-offline-symbolic.svg +share/icons/Canta/status/symbolic/network-wireless-signal-excellent-secure-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-signal-excellent-symbolic.svg +share/icons/Canta/status/symbolic/network-wireless-signal-good-secure-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-signal-good-symbolic.svg +share/icons/Canta/status/symbolic/network-wireless-signal-none-secure-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-signal-none-symbolic.svg +share/icons/Canta/status/symbolic/network-wireless-signal-ok-secure-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-signal-ok-symbolic.svg +share/icons/Canta/status/symbolic/network-wireless-signal-weak-secure-symbolic.svg share/icons/Canta/status/symbolic/network-wireless-signal-weak-symbolic.svg +share/icons/Canta/status/symbolic/network-wireless-symbolic.svg share/icons/Canta/status/symbolic/night-light-symbolic.svg +share/icons/Canta/status/symbolic/nm-signal-0-secure-symbolic.svg +share/icons/Canta/status/symbolic/nm-signal-0-symbolic.svg +share/icons/Canta/status/symbolic/nm-signal-100-secure-symbolic.svg +share/icons/Canta/status/symbolic/nm-signal-100-symbolic.svg +share/icons/Canta/status/symbolic/nm-signal-25-secure-symbolic.svg +share/icons/Canta/status/symbolic/nm-signal-25-symbolic.svg +share/icons/Canta/status/symbolic/nm-signal-50-secure-symbolic.svg +share/icons/Canta/status/symbolic/nm-signal-50-symbolic.svg +share/icons/Canta/status/symbolic/nm-signal-75-secure-symbolic.svg +share/icons/Canta/status/symbolic/nm-signal-75-symbolic.svg share/icons/Canta/status/symbolic/non-starred-symbolic.svg share/icons/Canta/status/symbolic/notification-disabled-symbolic.svg share/icons/Canta/status/symbolic/notification-new-symbolic.svg share/icons/Canta/status/symbolic/notification-symbolic.svg +share/icons/Canta/status/symbolic/notifications-disabled-symbolic.svg +share/icons/Canta/status/symbolic/notifications-new-symbolic.svg +share/icons/Canta/status/symbolic/notifications-symbolic.svg share/icons/Canta/status/symbolic/numlock-disabled-symbolic.svg share/icons/Canta/status/symbolic/numlock-enabled-symbolic.svg share/icons/Canta/status/symbolic/nvidia-card-symbolic.svg @@ -12009,6 +13450,7 @@ share/icons/Canta/status/symbolic/nvidia-temp-symbolic.svg share/icons/Canta/status/symbolic/org.gnome.Shell.Extensions.GSConnect-symbolic.svg share/icons/Canta/status/symbolic/org.perezdecastro.Revolt-status-blink-symbolic.svg share/icons/Canta/status/symbolic/org.perezdecastro.Revolt-status-online-symbolic.svg +share/icons/Canta/status/symbolic/pager-checked-symbolic.svg share/icons/Canta/status/symbolic/printer-error-symbolic.svg share/icons/Canta/status/symbolic/printer-printing-symbolic.svg share/icons/Canta/status/symbolic/printer-warning-symbolic.svg @@ -12025,17 +13467,16 @@ share/icons/Canta/status/symbolic/rotation-locked-symbolic.svg share/icons/Canta/status/symbolic/security-high-symbolic.svg share/icons/Canta/status/symbolic/security-low-symbolic.svg share/icons/Canta/status/symbolic/security-medium-symbolic.svg -share/icons/Canta/status/symbolic/semi-starred-symbolic-rtl.svg share/icons/Canta/status/symbolic/semi-starred-symbolic.svg share/icons/Canta/status/symbolic/sensors-fan-symbolic.svg share/icons/Canta/status/symbolic/sensors-temperature-symbolic.svg share/icons/Canta/status/symbolic/sensors-voltage-symbolic.svg share/icons/Canta/status/symbolic/software-update-available-symbolic.svg share/icons/Canta/status/symbolic/software-update-urgent-symbolic.svg -share/icons/Canta/status/symbolic/starred-symbolic.svg share/icons/Canta/status/symbolic/system-shutdown-symbolic.svg share/icons/Canta/status/symbolic/task-due-symbolic.svg share/icons/Canta/status/symbolic/task-past-due-symbolic.svg +share/icons/Canta/status/symbolic/thunderbolt-acquiring-symbolic.svg share/icons/Canta/status/symbolic/touchpad-disabled-symbolic.svg share/icons/Canta/status/symbolic/touchpad-enabled-symbolic.svg share/icons/Canta/status/symbolic/user-available-symbolic.svg @@ -12046,19 +13487,25 @@ share/icons/Canta/status/symbolic/user-invisible-symbolic.svg share/icons/Canta/status/symbolic/user-not-tracked-symbolic.svg share/icons/Canta/status/symbolic/user-offline-symbolic.svg share/icons/Canta/status/symbolic/user-status-pending-symbolic.svg -share/icons/Canta/status/symbolic/user-trash-full-symbolic.svg share/icons/Canta/status/symbolic/view-private-symbolic.svg share/icons/Canta/status/symbolic/view-wrapped-rtl-symbolic.svg share/icons/Canta/status/symbolic/view-wrapped-symbolic-rtl.svg share/icons/Canta/status/symbolic/view-wrapped-symbolic.svg share/icons/Canta/status/symbolic/weather-clear-night-symbolic.svg share/icons/Canta/status/symbolic/weather-clear-symbolic.svg +share/icons/Canta/status/symbolic/weather-clouds-night-symbolic.svg +share/icons/Canta/status/symbolic/weather-clouds-symbolic.svg +share/icons/Canta/status/symbolic/weather-cloudy-symbolic.svg share/icons/Canta/status/symbolic/weather-few-clouds-night-symbolic.svg share/icons/Canta/status/symbolic/weather-few-clouds-symbolic.svg share/icons/Canta/status/symbolic/weather-fog-symbolic.svg +share/icons/Canta/status/symbolic/weather-freezing-rain-symbolic.svg +share/icons/Canta/status/symbolic/weather-none-available-symbolic.svg share/icons/Canta/status/symbolic/weather-overcast-symbolic.svg share/icons/Canta/status/symbolic/weather-severe-alert-symbolic.svg share/icons/Canta/status/symbolic/weather-showers-scattered-symbolic.svg share/icons/Canta/status/symbolic/weather-showers-symbolic.svg +share/icons/Canta/status/symbolic/weather-snow-rain-symbolic.svg share/icons/Canta/status/symbolic/weather-snow-symbolic.svg share/icons/Canta/status/symbolic/weather-storm-symbolic.svg +share/icons/Canta/status/symbolic/weather-windy-symbolic.svg diff --git a/x11-themes/kf6-breeze-icons/distinfo b/x11-themes/kf6-breeze-icons/distinfo index 50976a9ea97..fefb737bc88 100644 --- a/x11-themes/kf6-breeze-icons/distinfo +++ b/x11-themes/kf6-breeze-icons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022614 -SHA256 (KDE/frameworks/6.1.0/breeze-icons-6.1.0.tar.xz) = b1ba802d0d0dbd0ecd786cbdfaaf545f2dd3c217966b894b9321a2a18426a16a -SIZE (KDE/frameworks/6.1.0/breeze-icons-6.1.0.tar.xz) = 2253668 +TIMESTAMP = 1714804809 +SHA256 (KDE/frameworks/6.2.0/breeze-icons-6.2.0.tar.xz) = df5a3b150768dd5c781a6c3d1848d79f4b0eb2f327e248c5426a1234aa4c135b +SIZE (KDE/frameworks/6.2.0/breeze-icons-6.2.0.tar.xz) = 2228164 diff --git a/x11-themes/kf6-breeze-icons/pkg-plist b/x11-themes/kf6-breeze-icons/pkg-plist index d74ed0d6bbe..e9886293246 100644 --- a/x11-themes/kf6-breeze-icons/pkg-plist +++ b/x11-themes/kf6-breeze-icons/pkg-plist @@ -1000,6 +1000,8 @@ share/icons/breeze-dark/actions/16/flashlight-off-symbolic.svg share/icons/breeze-dark/actions/16/flashlight-off.svg share/icons/breeze-dark/actions/16/flashlight-on-symbolic.svg share/icons/breeze-dark/actions/16/flashlight-on.svg +share/icons/breeze-dark/actions/16/folder-edit-sign-decrypted-symbolic.svg +share/icons/breeze-dark/actions/16/folder-edit-sign-decrypted.svg share/icons/breeze-dark/actions/16/folder-edit-sign-encrypt-symbolic.svg share/icons/breeze-dark/actions/16/folder-edit-sign-encrypt.svg share/icons/breeze-dark/actions/16/folder-new-symbolic.svg @@ -3109,7 +3111,6 @@ share/icons/breeze-dark/actions/16/verb.svg share/icons/breeze-dark/actions/16/verbatim-symbolic.svg share/icons/breeze-dark/actions/16/verbatim.svg share/icons/breeze-dark/actions/16/video-symbolic.svg -share/icons/breeze-dark/actions/16/video.svg share/icons/breeze-dark/actions/16/videoclip-amarok-symbolic.svg share/icons/breeze-dark/actions/16/videoclip-amarok.svg share/icons/breeze-dark/actions/16/view-app-grid-symbolic.svg @@ -3754,7 +3755,6 @@ share/icons/breeze-dark/actions/22/association.svg share/icons/breeze-dark/actions/22/atmosphere-symbolic.svg share/icons/breeze-dark/actions/22/atmosphere.svg share/icons/breeze-dark/actions/22/audio-symbolic.svg -share/icons/breeze-dark/actions/22/audio.svg share/icons/breeze-dark/actions/22/auto-scale-all-symbolic.svg share/icons/breeze-dark/actions/22/auto-scale-all.svg share/icons/breeze-dark/actions/22/auto-scale-x-symbolic.svg @@ -4599,6 +4599,8 @@ share/icons/breeze-dark/actions/22/flashlight-on-symbolic.svg share/icons/breeze-dark/actions/22/flashlight-on.svg share/icons/breeze-dark/actions/22/flower-shape-symbolic.svg share/icons/breeze-dark/actions/22/flower-shape.svg +share/icons/breeze-dark/actions/22/folder-edit-sign-decrypted-symbolic.svg +share/icons/breeze-dark/actions/22/folder-edit-sign-decrypted.svg share/icons/breeze-dark/actions/22/folder-edit-sign-encrypt-symbolic.svg share/icons/breeze-dark/actions/22/folder-edit-sign-encrypt.svg share/icons/breeze-dark/actions/22/folder-new-symbolic.svg @@ -5767,6 +5769,8 @@ share/icons/breeze-dark/actions/22/media-playback-stop-symbolic.svg share/icons/breeze-dark/actions/22/media-playback-stop.svg share/icons/breeze-dark/actions/22/media-playlist-append-symbolic.svg share/icons/breeze-dark/actions/22/media-playlist-append.svg +share/icons/breeze-dark/actions/22/media-playlist-no-shuffle-symbolic.svg +share/icons/breeze-dark/actions/22/media-playlist-no-shuffle.svg share/icons/breeze-dark/actions/22/media-playlist-normal-symbolic.svg share/icons/breeze-dark/actions/22/media-playlist-normal.svg share/icons/breeze-dark/actions/22/media-playlist-play-symbolic.svg @@ -5923,9 +5927,12 @@ share/icons/breeze-dark/actions/22/noisereduction-symbolic.svg share/icons/breeze-dark/actions/22/noisereduction.svg share/icons/breeze-dark/actions/22/note-symbolic.svg share/icons/breeze-dark/actions/22/note.svg +share/icons/breeze-dark/actions/22/notification-active-symbolic.svg share/icons/breeze-dark/actions/22/notification-active.svg +share/icons/breeze-dark/actions/22/notification-disabled-symbolic.svg share/icons/breeze-dark/actions/22/notification-disabled.svg share/icons/breeze-dark/actions/22/notification-empty.svg +share/icons/breeze-dark/actions/22/notification-inactive-symbolic.svg share/icons/breeze-dark/actions/22/notification-inactive.svg share/icons/breeze-dark/actions/22/notification-progress-active.svg share/icons/breeze-dark/actions/22/notification-progress-inactive.svg @@ -6933,7 +6940,6 @@ share/icons/breeze-dark/actions/22/verb.svg share/icons/breeze-dark/actions/22/verbatim-symbolic.svg share/icons/breeze-dark/actions/22/verbatim.svg share/icons/breeze-dark/actions/22/video-symbolic.svg -share/icons/breeze-dark/actions/22/video.svg share/icons/breeze-dark/actions/22/videoclip-amarok-symbolic.svg share/icons/breeze-dark/actions/22/videoclip-amarok.svg share/icons/breeze-dark/actions/22/view-bank-add-symbolic.svg @@ -7398,6 +7404,8 @@ share/icons/breeze-dark/actions/22/zoom-fit-width-symbolic.svg share/icons/breeze-dark/actions/22/zoom-fit-width.svg share/icons/breeze-dark/actions/22/zoom-in-large-symbolic.svg share/icons/breeze-dark/actions/22/zoom-in-large.svg +share/icons/breeze-dark/actions/22/zoom-in-map-symbolic.svg +share/icons/breeze-dark/actions/22/zoom-in-map.svg share/icons/breeze-dark/actions/22/zoom-in-symbolic.svg share/icons/breeze-dark/actions/22/zoom-in-x-symbolic.svg share/icons/breeze-dark/actions/22/zoom-in-x.svg @@ -7410,6 +7418,8 @@ share/icons/breeze-dark/actions/22/zoom-original-symbolic.svg share/icons/breeze-dark/actions/22/zoom-original.svg share/icons/breeze-dark/actions/22/zoom-out-large-symbolic.svg share/icons/breeze-dark/actions/22/zoom-out-large.svg +share/icons/breeze-dark/actions/22/zoom-out-map-symbolic.svg +share/icons/breeze-dark/actions/22/zoom-out-map.svg share/icons/breeze-dark/actions/22/zoom-out-symbolic.svg share/icons/breeze-dark/actions/22/zoom-out-x-symbolic.svg share/icons/breeze-dark/actions/22/zoom-out-x.svg @@ -7832,6 +7842,8 @@ share/icons/breeze-dark/actions/32/media-playback-start-symbolic.svg share/icons/breeze-dark/actions/32/media-playback-start.svg share/icons/breeze-dark/actions/32/media-playback-stop-symbolic.svg share/icons/breeze-dark/actions/32/media-playback-stop.svg +share/icons/breeze-dark/actions/32/media-playlist-no-shuffle-symbolic.svg +share/icons/breeze-dark/actions/32/media-playlist-no-shuffle.svg share/icons/breeze-dark/actions/32/media-playlist-normal-symbolic.svg share/icons/breeze-dark/actions/32/media-playlist-normal.svg share/icons/breeze-dark/actions/32/media-playlist-repeat-song-symbolic.svg @@ -8351,7 +8363,6 @@ share/icons/breeze-dark/apps/22/amarok-symbolic.svg share/icons/breeze-dark/apps/22/anydesk.svg share/icons/breeze-dark/apps/22/cantata-symbolic.svg share/icons/breeze-dark/apps/22/com.anydesk.Anydesk.svg -share/icons/breeze-dark/apps/22/device-notifier-symbolic.svg share/icons/breeze-dark/apps/22/elisa-symbolic.svg share/icons/breeze-dark/apps/22/elisa.svg share/icons/breeze-dark/apps/22/homerun.svg @@ -8396,7 +8407,6 @@ share/icons/breeze-dark/apps/32/amarok-symbolic.svg share/icons/breeze-dark/apps/32/anydesk.svg share/icons/breeze-dark/apps/32/cantata-symbolic.svg share/icons/breeze-dark/apps/32/com.anydesk.Anydesk.svg -share/icons/breeze-dark/apps/32/device-notifier-symbolic.svg share/icons/breeze-dark/apps/32/elisa-symbolic.svg share/icons/breeze-dark/apps/32/hotspot-symbolic.svg share/icons/breeze-dark/apps/32/hwinfo.svg @@ -8428,6 +8438,7 @@ share/icons/breeze-dark/apps/48/QtProject-designer.svg share/icons/breeze-dark/apps/48/VBox.svg share/icons/breeze-dark/apps/48/accessories-calculator.svg share/icons/breeze-dark/apps/48/accessories-character-map.svg +share/icons/breeze-dark/apps/48/accessories-screenshot-tool.svg share/icons/breeze-dark/apps/48/accessories-text-editor.svg share/icons/breeze-dark/apps/48/acroread.svg share/icons/breeze-dark/apps/48/akregator.svg @@ -8502,6 +8513,7 @@ share/icons/breeze-dark/apps/48/converseen.svg share/icons/breeze-dark/apps/48/crow-translate.svg share/icons/breeze-dark/apps/48/cuttlefish.svg share/icons/breeze-dark/apps/48/darktable.svg +share/icons/breeze-dark/apps/48/dev.suyu_emu.suyu.svg share/icons/breeze-dark/apps/48/diaspora.svg share/icons/breeze-dark/apps/48/diffuse.svg share/icons/breeze-dark/apps/48/digikam.svg @@ -9233,6 +9245,7 @@ share/icons/breeze-dark/devices/22/media-optical-symbolic.svg share/icons/breeze-dark/devices/22/media-optical-video-symbolic.svg share/icons/breeze-dark/devices/22/media-optical-video.svg share/icons/breeze-dark/devices/22/media-optical.svg +share/icons/breeze-dark/devices/22/media-removable-symbolic.svg share/icons/breeze-dark/devices/22/media-write-cd-symbolic.svg share/icons/breeze-dark/devices/22/media-write-cd.svg share/icons/breeze-dark/devices/22/media-write-dvd-symbolic.svg @@ -9278,9 +9291,13 @@ share/icons/breeze-dark/devices/22/video-display-brightness.svg share/icons/breeze-dark/devices/22/video-television-symbolic.svg share/icons/breeze-dark/devices/22/video-television.svg share/icons/breeze-dark/devices/32/drive-harddisk-symbolic.svg +share/icons/breeze-dark/devices/32/drive-removable-media-symbolic.svg +share/icons/breeze-dark/devices/32/drive-removable-media-usb-pendrive-symbolic.svg +share/icons/breeze-dark/devices/32/drive-removable-media-usb-symbolic.svg share/icons/breeze-dark/devices/32/drive-symbolic.svg share/icons/breeze-dark/devices/32/input-keyboard-symbolic.svg share/icons/breeze-dark/devices/32/input-mouse-battery-symbolic.svg +share/icons/breeze-dark/devices/32/media-removable-symbolic.svg share/icons/breeze-dark/devices/32/phone-apple-iphone-symbolic.svg share/icons/breeze-dark/devices/32/phone-battery-symbolic.svg share/icons/breeze-dark/devices/32/phone-battery.svg @@ -9787,9 +9804,11 @@ share/icons/breeze-dark/mimetypes/16/audio-mp2.svg share/icons/breeze-dark/mimetypes/16/audio-mp3.svg share/icons/breeze-dark/mimetypes/16/audio-mp4.svg share/icons/breeze-dark/mimetypes/16/audio-mpeg.svg +share/icons/breeze-dark/mimetypes/16/audio-ogg.svg share/icons/breeze-dark/mimetypes/16/audio-prs.sid.svg share/icons/breeze-dark/mimetypes/16/audio-vn.rn-realmedia.svg share/icons/breeze-dark/mimetypes/16/audio-vnd.rn-realvideo.svg +share/icons/breeze-dark/mimetypes/16/audio-vnd.wave.svg share/icons/breeze-dark/mimetypes/16/audio-x-adpcm.svg share/icons/breeze-dark/mimetypes/16/audio-x-aiff.svg share/icons/breeze-dark/mimetypes/16/audio-x-flac+ogg.svg @@ -9799,6 +9818,7 @@ share/icons/breeze-dark/mimetypes/16/audio-x-monkey.svg share/icons/breeze-dark/mimetypes/16/audio-x-mp2.svg share/icons/breeze-dark/mimetypes/16/audio-x-mpeg.svg share/icons/breeze-dark/mimetypes/16/audio-x-speex+ogg.svg +share/icons/breeze-dark/mimetypes/16/audio-x-vorbis+ogg.svg share/icons/breeze-dark/mimetypes/16/audio-x-wav.svg share/icons/breeze-dark/mimetypes/16/audiobook.svg share/icons/breeze-dark/mimetypes/16/encrypted.svg @@ -10290,9 +10310,11 @@ share/icons/breeze-dark/mimetypes/22/audio-mp2.svg share/icons/breeze-dark/mimetypes/22/audio-mp3.svg share/icons/breeze-dark/mimetypes/22/audio-mp4.svg share/icons/breeze-dark/mimetypes/22/audio-mpeg.svg +share/icons/breeze-dark/mimetypes/22/audio-ogg.svg share/icons/breeze-dark/mimetypes/22/audio-prs.sid.svg share/icons/breeze-dark/mimetypes/22/audio-vn.rn-realmedia.svg share/icons/breeze-dark/mimetypes/22/audio-vnd.rn-realvideo.svg +share/icons/breeze-dark/mimetypes/22/audio-vnd.wave.svg share/icons/breeze-dark/mimetypes/22/audio-x-adpcm.svg share/icons/breeze-dark/mimetypes/22/audio-x-aiff.svg share/icons/breeze-dark/mimetypes/22/audio-x-flac+ogg.svg @@ -10302,6 +10324,7 @@ share/icons/breeze-dark/mimetypes/22/audio-x-monkey.svg share/icons/breeze-dark/mimetypes/22/audio-x-mp2.svg share/icons/breeze-dark/mimetypes/22/audio-x-mpeg.svg share/icons/breeze-dark/mimetypes/22/audio-x-speex+ogg.svg +share/icons/breeze-dark/mimetypes/22/audio-x-vorbis+ogg.svg share/icons/breeze-dark/mimetypes/22/audio-x-wav.svg share/icons/breeze-dark/mimetypes/22/audiobook.svg share/icons/breeze-dark/mimetypes/22/encrypted.svg @@ -10793,9 +10816,11 @@ share/icons/breeze-dark/mimetypes/32/audio-mp2.svg share/icons/breeze-dark/mimetypes/32/audio-mp3.svg share/icons/breeze-dark/mimetypes/32/audio-mp4.svg share/icons/breeze-dark/mimetypes/32/audio-mpeg.svg +share/icons/breeze-dark/mimetypes/32/audio-ogg.svg share/icons/breeze-dark/mimetypes/32/audio-prs.sid.svg share/icons/breeze-dark/mimetypes/32/audio-vn.rn-realmedia.svg share/icons/breeze-dark/mimetypes/32/audio-vnd.rn-realvideo.svg +share/icons/breeze-dark/mimetypes/32/audio-vnd.wave.svg share/icons/breeze-dark/mimetypes/32/audio-x-adpcm.svg share/icons/breeze-dark/mimetypes/32/audio-x-aiff.svg share/icons/breeze-dark/mimetypes/32/audio-x-flac+ogg.svg @@ -10805,6 +10830,7 @@ share/icons/breeze-dark/mimetypes/32/audio-x-monkey.svg share/icons/breeze-dark/mimetypes/32/audio-x-mp2.svg share/icons/breeze-dark/mimetypes/32/audio-x-mpeg.svg share/icons/breeze-dark/mimetypes/32/audio-x-speex+ogg.svg +share/icons/breeze-dark/mimetypes/32/audio-x-vorbis+ogg.svg share/icons/breeze-dark/mimetypes/32/audio-x-wav.svg share/icons/breeze-dark/mimetypes/32/audiobook.svg share/icons/breeze-dark/mimetypes/32/encrypted.svg @@ -11298,9 +11324,11 @@ share/icons/breeze-dark/mimetypes/64/audio-mp2.svg share/icons/breeze-dark/mimetypes/64/audio-mp3.svg share/icons/breeze-dark/mimetypes/64/audio-mp4.svg share/icons/breeze-dark/mimetypes/64/audio-mpeg.svg +share/icons/breeze-dark/mimetypes/64/audio-ogg.svg share/icons/breeze-dark/mimetypes/64/audio-prs.sid.svg share/icons/breeze-dark/mimetypes/64/audio-vn.rn-realmedia.svg share/icons/breeze-dark/mimetypes/64/audio-vnd.rn-realvideo.svg +share/icons/breeze-dark/mimetypes/64/audio-vnd.wave.svg share/icons/breeze-dark/mimetypes/64/audio-x-adpcm.svg share/icons/breeze-dark/mimetypes/64/audio-x-aiff.svg share/icons/breeze-dark/mimetypes/64/audio-x-flac+ogg.svg @@ -11310,6 +11338,7 @@ share/icons/breeze-dark/mimetypes/64/audio-x-monkey.svg share/icons/breeze-dark/mimetypes/64/audio-x-mp2.svg share/icons/breeze-dark/mimetypes/64/audio-x-mpeg.svg share/icons/breeze-dark/mimetypes/64/audio-x-speex+ogg.svg +share/icons/breeze-dark/mimetypes/64/audio-x-vorbis+ogg.svg share/icons/breeze-dark/mimetypes/64/audio-x-wav.svg share/icons/breeze-dark/mimetypes/64/audiobook.svg share/icons/breeze-dark/mimetypes/64/encrypted.svg @@ -11567,6 +11596,8 @@ share/icons/breeze-dark/places/16/folder-database-symbolic.svg share/icons/breeze-dark/places/16/folder-database.svg share/icons/breeze-dark/places/16/folder-deb-symbolic.svg share/icons/breeze-dark/places/16/folder-deb.svg +share/icons/breeze-dark/places/16/folder-decrypted-symbolic.svg +share/icons/breeze-dark/places/16/folder-decrypted.svg share/icons/breeze-dark/places/16/folder-design-symbolic.svg share/icons/breeze-dark/places/16/folder-design.svg share/icons/breeze-dark/places/16/folder-desktop-symbolic.svg @@ -11585,6 +11616,8 @@ share/icons/breeze-dark/places/16/folder-drawing-symbolic.svg share/icons/breeze-dark/places/16/folder-drawing.svg share/icons/breeze-dark/places/16/folder-dropbox-symbolic.svg share/icons/breeze-dark/places/16/folder-dropbox.svg +share/icons/breeze-dark/places/16/folder-encrypted-symbolic.svg +share/icons/breeze-dark/places/16/folder-encrypted.svg share/icons/breeze-dark/places/16/folder-extension-symbolic.svg share/icons/breeze-dark/places/16/folder-extension.svg share/icons/breeze-dark/places/16/folder-favorites-symbolic.svg @@ -11793,6 +11826,8 @@ share/icons/breeze-dark/places/22/folder-database-symbolic.svg share/icons/breeze-dark/places/22/folder-database.svg share/icons/breeze-dark/places/22/folder-deb-symbolic.svg share/icons/breeze-dark/places/22/folder-deb.svg +share/icons/breeze-dark/places/22/folder-decrypted-symbolic.svg +share/icons/breeze-dark/places/22/folder-decrypted.svg share/icons/breeze-dark/places/22/folder-design-symbolic.svg share/icons/breeze-dark/places/22/folder-design.svg share/icons/breeze-dark/places/22/folder-desktop-symbolic.svg @@ -11811,6 +11846,8 @@ share/icons/breeze-dark/places/22/folder-drawing-symbolic.svg share/icons/breeze-dark/places/22/folder-drawing.svg share/icons/breeze-dark/places/22/folder-dropbox-symbolic.svg share/icons/breeze-dark/places/22/folder-dropbox.svg +share/icons/breeze-dark/places/22/folder-encrypted-symbolic.svg +share/icons/breeze-dark/places/22/folder-encrypted.svg share/icons/breeze-dark/places/22/folder-extension-symbolic.svg share/icons/breeze-dark/places/22/folder-extension.svg share/icons/breeze-dark/places/22/folder-favorites-symbolic.svg @@ -11933,6 +11970,8 @@ share/icons/breeze-dark/places/22/folder-yellow.svg share/icons/breeze-dark/places/22/folder.svg share/icons/breeze-dark/places/22/folder_html-symbolic.svg share/icons/breeze-dark/places/22/folder_html.svg +share/icons/breeze-dark/places/22/library-music-symbolic.svg +share/icons/breeze-dark/places/22/library-music.svg share/icons/breeze-dark/places/22/mail-folder-inbox-symbolic.svg share/icons/breeze-dark/places/22/mail-folder-inbox.svg share/icons/breeze-dark/places/22/mail-folder-outbox-symbolic.svg @@ -13097,6 +13136,7 @@ share/icons/breeze-dark/status/22/data-success-symbolic.svg share/icons/breeze-dark/status/22/data-success.svg share/icons/breeze-dark/status/22/data-warning-symbolic.svg share/icons/breeze-dark/status/22/data-warning.svg +share/icons/breeze-dark/status/22/device-notifier-symbolic.svg share/icons/breeze-dark/status/22/dialog-error-symbolic.svg share/icons/breeze-dark/status/22/dialog-error.svg share/icons/breeze-dark/status/22/dialog-information-symbolic.svg @@ -13235,6 +13275,7 @@ share/icons/breeze-dark/status/22/input-caps-on.svg share/icons/breeze-dark/status/22/input-combo-on.svg share/icons/breeze-dark/status/22/input-keyboard-battery.svg share/icons/breeze-dark/status/22/input-keyboard-brightness.svg +share/icons/breeze-dark/status/22/input-keyboard-color.svg share/icons/breeze-dark/status/22/input-keyboard-virtual-off-symbolic.svg share/icons/breeze-dark/status/22/input-keyboard-virtual-off.svg share/icons/breeze-dark/status/22/input-keyboard-virtual-on-symbolic.svg @@ -13771,11 +13812,13 @@ share/icons/breeze-dark/status/32/call-missed-symbolic.svg share/icons/breeze-dark/status/32/call-missed.svg share/icons/breeze-dark/status/32/call-outgoing-symbolic.svg share/icons/breeze-dark/status/32/call-outgoing.svg +share/icons/breeze-dark/status/32/device-notifier-symbolic.svg share/icons/breeze-dark/status/32/dialog-warning.svg share/icons/breeze-dark/status/32/input-caps-on.svg share/icons/breeze-dark/status/32/input-combo-on.svg share/icons/breeze-dark/status/32/input-keyboard-battery.svg share/icons/breeze-dark/status/32/input-keyboard-brightness.svg +share/icons/breeze-dark/status/32/input-keyboard-color.svg share/icons/breeze-dark/status/32/input-keyboard-virtual-off.svg share/icons/breeze-dark/status/32/input-keyboard-virtual-on.svg share/icons/breeze-dark/status/32/input-num-on.svg @@ -14816,6 +14859,8 @@ share/icons/breeze/actions/16/flashlight-off-symbolic.svg share/icons/breeze/actions/16/flashlight-off.svg share/icons/breeze/actions/16/flashlight-on-symbolic.svg share/icons/breeze/actions/16/flashlight-on.svg +share/icons/breeze/actions/16/folder-edit-sign-decrypted-symbolic.svg +share/icons/breeze/actions/16/folder-edit-sign-decrypted.svg share/icons/breeze/actions/16/folder-edit-sign-encrypt-symbolic.svg share/icons/breeze/actions/16/folder-edit-sign-encrypt.svg share/icons/breeze/actions/16/folder-new-symbolic.svg @@ -16925,7 +16970,6 @@ share/icons/breeze/actions/16/verb.svg share/icons/breeze/actions/16/verbatim-symbolic.svg share/icons/breeze/actions/16/verbatim.svg share/icons/breeze/actions/16/video-symbolic.svg -share/icons/breeze/actions/16/video.svg share/icons/breeze/actions/16/videoclip-amarok-symbolic.svg share/icons/breeze/actions/16/videoclip-amarok.svg share/icons/breeze/actions/16/view-app-grid-symbolic.svg @@ -17570,7 +17614,6 @@ share/icons/breeze/actions/22/association.svg share/icons/breeze/actions/22/atmosphere-symbolic.svg share/icons/breeze/actions/22/atmosphere.svg share/icons/breeze/actions/22/audio-symbolic.svg -share/icons/breeze/actions/22/audio.svg share/icons/breeze/actions/22/auto-scale-all-symbolic.svg share/icons/breeze/actions/22/auto-scale-all.svg share/icons/breeze/actions/22/auto-scale-x-symbolic.svg @@ -18415,6 +18458,8 @@ share/icons/breeze/actions/22/flashlight-on-symbolic.svg share/icons/breeze/actions/22/flashlight-on.svg share/icons/breeze/actions/22/flower-shape-symbolic.svg share/icons/breeze/actions/22/flower-shape.svg +share/icons/breeze/actions/22/folder-edit-sign-decrypted-symbolic.svg +share/icons/breeze/actions/22/folder-edit-sign-decrypted.svg share/icons/breeze/actions/22/folder-edit-sign-encrypt-symbolic.svg share/icons/breeze/actions/22/folder-edit-sign-encrypt.svg share/icons/breeze/actions/22/folder-new-symbolic.svg @@ -19583,6 +19628,8 @@ share/icons/breeze/actions/22/media-playback-stop-symbolic.svg share/icons/breeze/actions/22/media-playback-stop.svg share/icons/breeze/actions/22/media-playlist-append-symbolic.svg share/icons/breeze/actions/22/media-playlist-append.svg +share/icons/breeze/actions/22/media-playlist-no-shuffle-symbolic.svg +share/icons/breeze/actions/22/media-playlist-no-shuffle.svg share/icons/breeze/actions/22/media-playlist-normal-symbolic.svg share/icons/breeze/actions/22/media-playlist-normal.svg share/icons/breeze/actions/22/media-playlist-play-symbolic.svg @@ -19739,9 +19786,12 @@ share/icons/breeze/actions/22/noisereduction-symbolic.svg share/icons/breeze/actions/22/noisereduction.svg share/icons/breeze/actions/22/note-symbolic.svg share/icons/breeze/actions/22/note.svg +share/icons/breeze/actions/22/notification-active-symbolic.svg share/icons/breeze/actions/22/notification-active.svg +share/icons/breeze/actions/22/notification-disabled-symbolic.svg share/icons/breeze/actions/22/notification-disabled.svg share/icons/breeze/actions/22/notification-empty.svg +share/icons/breeze/actions/22/notification-inactive-symbolic.svg share/icons/breeze/actions/22/notification-inactive.svg share/icons/breeze/actions/22/notification-progress-active.svg share/icons/breeze/actions/22/notification-progress-inactive.svg @@ -20749,7 +20799,6 @@ share/icons/breeze/actions/22/verb.svg share/icons/breeze/actions/22/verbatim-symbolic.svg share/icons/breeze/actions/22/verbatim.svg share/icons/breeze/actions/22/video-symbolic.svg -share/icons/breeze/actions/22/video.svg share/icons/breeze/actions/22/videoclip-amarok-symbolic.svg share/icons/breeze/actions/22/videoclip-amarok.svg share/icons/breeze/actions/22/view-bank-add-symbolic.svg @@ -21214,6 +21263,8 @@ share/icons/breeze/actions/22/zoom-fit-width-symbolic.svg share/icons/breeze/actions/22/zoom-fit-width.svg share/icons/breeze/actions/22/zoom-in-large-symbolic.svg share/icons/breeze/actions/22/zoom-in-large.svg +share/icons/breeze/actions/22/zoom-in-map-symbolic.svg +share/icons/breeze/actions/22/zoom-in-map.svg share/icons/breeze/actions/22/zoom-in-symbolic.svg share/icons/breeze/actions/22/zoom-in-x-symbolic.svg share/icons/breeze/actions/22/zoom-in-x.svg @@ -21226,6 +21277,8 @@ share/icons/breeze/actions/22/zoom-original-symbolic.svg share/icons/breeze/actions/22/zoom-original.svg share/icons/breeze/actions/22/zoom-out-large-symbolic.svg share/icons/breeze/actions/22/zoom-out-large.svg +share/icons/breeze/actions/22/zoom-out-map-symbolic.svg +share/icons/breeze/actions/22/zoom-out-map.svg share/icons/breeze/actions/22/zoom-out-symbolic.svg share/icons/breeze/actions/22/zoom-out-x-symbolic.svg share/icons/breeze/actions/22/zoom-out-x.svg @@ -21648,6 +21701,8 @@ share/icons/breeze/actions/32/media-playback-start-symbolic.svg share/icons/breeze/actions/32/media-playback-start.svg share/icons/breeze/actions/32/media-playback-stop-symbolic.svg share/icons/breeze/actions/32/media-playback-stop.svg +share/icons/breeze/actions/32/media-playlist-no-shuffle-symbolic.svg +share/icons/breeze/actions/32/media-playlist-no-shuffle.svg share/icons/breeze/actions/32/media-playlist-normal-symbolic.svg share/icons/breeze/actions/32/media-playlist-normal.svg share/icons/breeze/actions/32/media-playlist-repeat-song-symbolic.svg @@ -22173,7 +22228,6 @@ share/icons/breeze/apps/22/amarok-symbolic.svg share/icons/breeze/apps/22/anydesk.svg share/icons/breeze/apps/22/cantata-symbolic.svg share/icons/breeze/apps/22/com.anydesk.Anydesk.svg -share/icons/breeze/apps/22/device-notifier-symbolic.svg share/icons/breeze/apps/22/elisa-symbolic.svg share/icons/breeze/apps/22/elisa.svg share/icons/breeze/apps/22/homerun.svg @@ -22220,7 +22274,6 @@ share/icons/breeze/apps/32/amarok-symbolic.svg share/icons/breeze/apps/32/anydesk.svg share/icons/breeze/apps/32/cantata-symbolic.svg share/icons/breeze/apps/32/com.anydesk.Anydesk.svg -share/icons/breeze/apps/32/device-notifier-symbolic.svg share/icons/breeze/apps/32/elisa-symbolic.svg share/icons/breeze/apps/32/hotspot-symbolic.svg share/icons/breeze/apps/32/hwinfo.svg @@ -22252,6 +22305,7 @@ share/icons/breeze/apps/48/QtProject-designer.svg share/icons/breeze/apps/48/VBox.svg share/icons/breeze/apps/48/accessories-calculator.svg share/icons/breeze/apps/48/accessories-character-map.svg +share/icons/breeze/apps/48/accessories-screenshot-tool.svg share/icons/breeze/apps/48/accessories-text-editor.svg share/icons/breeze/apps/48/acroread.svg share/icons/breeze/apps/48/akregator.svg @@ -22326,6 +22380,7 @@ share/icons/breeze/apps/48/converseen.svg share/icons/breeze/apps/48/crow-translate.svg share/icons/breeze/apps/48/cuttlefish.svg share/icons/breeze/apps/48/darktable.svg +share/icons/breeze/apps/48/dev.suyu_emu.suyu.svg share/icons/breeze/apps/48/diaspora.svg share/icons/breeze/apps/48/diffuse.svg share/icons/breeze/apps/48/digikam.svg @@ -23059,6 +23114,7 @@ share/icons/breeze/devices/22/media-optical-symbolic.svg share/icons/breeze/devices/22/media-optical-video-symbolic.svg share/icons/breeze/devices/22/media-optical-video.svg share/icons/breeze/devices/22/media-optical.svg +share/icons/breeze/devices/22/media-removable-symbolic.svg share/icons/breeze/devices/22/media-write-cd-symbolic.svg share/icons/breeze/devices/22/media-write-cd.svg share/icons/breeze/devices/22/media-write-dvd-symbolic.svg @@ -23106,9 +23162,13 @@ share/icons/breeze/devices/22/video-television.svg share/icons/breeze/devices/22@2x share/icons/breeze/devices/22@3x share/icons/breeze/devices/32/drive-harddisk-symbolic.svg +share/icons/breeze/devices/32/drive-removable-media-symbolic.svg +share/icons/breeze/devices/32/drive-removable-media-usb-pendrive-symbolic.svg +share/icons/breeze/devices/32/drive-removable-media-usb-symbolic.svg share/icons/breeze/devices/32/drive-symbolic.svg share/icons/breeze/devices/32/input-keyboard-symbolic.svg share/icons/breeze/devices/32/input-mouse-battery-symbolic.svg +share/icons/breeze/devices/32/media-removable-symbolic.svg share/icons/breeze/devices/32/phone-apple-iphone-symbolic.svg share/icons/breeze/devices/32/phone-battery-symbolic.svg share/icons/breeze/devices/32/phone-battery.svg @@ -23621,9 +23681,11 @@ share/icons/breeze/mimetypes/16/audio-mp2.svg share/icons/breeze/mimetypes/16/audio-mp3.svg share/icons/breeze/mimetypes/16/audio-mp4.svg share/icons/breeze/mimetypes/16/audio-mpeg.svg +share/icons/breeze/mimetypes/16/audio-ogg.svg share/icons/breeze/mimetypes/16/audio-prs.sid.svg share/icons/breeze/mimetypes/16/audio-vn.rn-realmedia.svg share/icons/breeze/mimetypes/16/audio-vnd.rn-realvideo.svg +share/icons/breeze/mimetypes/16/audio-vnd.wave.svg share/icons/breeze/mimetypes/16/audio-x-adpcm.svg share/icons/breeze/mimetypes/16/audio-x-aiff.svg share/icons/breeze/mimetypes/16/audio-x-flac+ogg.svg @@ -23633,6 +23695,7 @@ share/icons/breeze/mimetypes/16/audio-x-monkey.svg share/icons/breeze/mimetypes/16/audio-x-mp2.svg share/icons/breeze/mimetypes/16/audio-x-mpeg.svg share/icons/breeze/mimetypes/16/audio-x-speex+ogg.svg +share/icons/breeze/mimetypes/16/audio-x-vorbis+ogg.svg share/icons/breeze/mimetypes/16/audio-x-wav.svg share/icons/breeze/mimetypes/16/audiobook.svg share/icons/breeze/mimetypes/16/encrypted.svg @@ -24126,9 +24189,11 @@ share/icons/breeze/mimetypes/22/audio-mp2.svg share/icons/breeze/mimetypes/22/audio-mp3.svg share/icons/breeze/mimetypes/22/audio-mp4.svg share/icons/breeze/mimetypes/22/audio-mpeg.svg +share/icons/breeze/mimetypes/22/audio-ogg.svg share/icons/breeze/mimetypes/22/audio-prs.sid.svg share/icons/breeze/mimetypes/22/audio-vn.rn-realmedia.svg share/icons/breeze/mimetypes/22/audio-vnd.rn-realvideo.svg +share/icons/breeze/mimetypes/22/audio-vnd.wave.svg share/icons/breeze/mimetypes/22/audio-x-adpcm.svg share/icons/breeze/mimetypes/22/audio-x-aiff.svg share/icons/breeze/mimetypes/22/audio-x-flac+ogg.svg @@ -24138,6 +24203,7 @@ share/icons/breeze/mimetypes/22/audio-x-monkey.svg share/icons/breeze/mimetypes/22/audio-x-mp2.svg share/icons/breeze/mimetypes/22/audio-x-mpeg.svg share/icons/breeze/mimetypes/22/audio-x-speex+ogg.svg +share/icons/breeze/mimetypes/22/audio-x-vorbis+ogg.svg share/icons/breeze/mimetypes/22/audio-x-wav.svg share/icons/breeze/mimetypes/22/audiobook.svg share/icons/breeze/mimetypes/22/encrypted.svg @@ -24631,9 +24697,11 @@ share/icons/breeze/mimetypes/32/audio-mp2.svg share/icons/breeze/mimetypes/32/audio-mp3.svg share/icons/breeze/mimetypes/32/audio-mp4.svg share/icons/breeze/mimetypes/32/audio-mpeg.svg +share/icons/breeze/mimetypes/32/audio-ogg.svg share/icons/breeze/mimetypes/32/audio-prs.sid.svg share/icons/breeze/mimetypes/32/audio-vn.rn-realmedia.svg share/icons/breeze/mimetypes/32/audio-vnd.rn-realvideo.svg +share/icons/breeze/mimetypes/32/audio-vnd.wave.svg share/icons/breeze/mimetypes/32/audio-x-adpcm.svg share/icons/breeze/mimetypes/32/audio-x-aiff.svg share/icons/breeze/mimetypes/32/audio-x-flac+ogg.svg @@ -24643,6 +24711,7 @@ share/icons/breeze/mimetypes/32/audio-x-monkey.svg share/icons/breeze/mimetypes/32/audio-x-mp2.svg share/icons/breeze/mimetypes/32/audio-x-mpeg.svg share/icons/breeze/mimetypes/32/audio-x-speex+ogg.svg +share/icons/breeze/mimetypes/32/audio-x-vorbis+ogg.svg share/icons/breeze/mimetypes/32/audio-x-wav.svg share/icons/breeze/mimetypes/32/audiobook.svg share/icons/breeze/mimetypes/32/encrypted.svg @@ -25136,9 +25205,11 @@ share/icons/breeze/mimetypes/64/audio-mp2.svg share/icons/breeze/mimetypes/64/audio-mp3.svg share/icons/breeze/mimetypes/64/audio-mp4.svg share/icons/breeze/mimetypes/64/audio-mpeg.svg +share/icons/breeze/mimetypes/64/audio-ogg.svg share/icons/breeze/mimetypes/64/audio-prs.sid.svg share/icons/breeze/mimetypes/64/audio-vn.rn-realmedia.svg share/icons/breeze/mimetypes/64/audio-vnd.rn-realvideo.svg +share/icons/breeze/mimetypes/64/audio-vnd.wave.svg share/icons/breeze/mimetypes/64/audio-x-adpcm.svg share/icons/breeze/mimetypes/64/audio-x-aiff.svg share/icons/breeze/mimetypes/64/audio-x-flac+ogg.svg @@ -25148,6 +25219,7 @@ share/icons/breeze/mimetypes/64/audio-x-monkey.svg share/icons/breeze/mimetypes/64/audio-x-mp2.svg share/icons/breeze/mimetypes/64/audio-x-mpeg.svg share/icons/breeze/mimetypes/64/audio-x-speex+ogg.svg +share/icons/breeze/mimetypes/64/audio-x-vorbis+ogg.svg share/icons/breeze/mimetypes/64/audio-x-wav.svg share/icons/breeze/mimetypes/64/audiobook.svg share/icons/breeze/mimetypes/64/encrypted.svg @@ -25405,6 +25477,8 @@ share/icons/breeze/places/16/folder-database-symbolic.svg share/icons/breeze/places/16/folder-database.svg share/icons/breeze/places/16/folder-deb-symbolic.svg share/icons/breeze/places/16/folder-deb.svg +share/icons/breeze/places/16/folder-decrypted-symbolic.svg +share/icons/breeze/places/16/folder-decrypted.svg share/icons/breeze/places/16/folder-design-symbolic.svg share/icons/breeze/places/16/folder-design.svg share/icons/breeze/places/16/folder-desktop-symbolic.svg @@ -25423,6 +25497,8 @@ share/icons/breeze/places/16/folder-drawing-symbolic.svg share/icons/breeze/places/16/folder-drawing.svg share/icons/breeze/places/16/folder-dropbox-symbolic.svg share/icons/breeze/places/16/folder-dropbox.svg +share/icons/breeze/places/16/folder-encrypted-symbolic.svg +share/icons/breeze/places/16/folder-encrypted.svg share/icons/breeze/places/16/folder-extension-symbolic.svg share/icons/breeze/places/16/folder-extension.svg share/icons/breeze/places/16/folder-favorites-symbolic.svg @@ -25633,6 +25709,8 @@ share/icons/breeze/places/22/folder-database-symbolic.svg share/icons/breeze/places/22/folder-database.svg share/icons/breeze/places/22/folder-deb-symbolic.svg share/icons/breeze/places/22/folder-deb.svg +share/icons/breeze/places/22/folder-decrypted-symbolic.svg +share/icons/breeze/places/22/folder-decrypted.svg share/icons/breeze/places/22/folder-design-symbolic.svg share/icons/breeze/places/22/folder-design.svg share/icons/breeze/places/22/folder-desktop-symbolic.svg @@ -25651,6 +25729,8 @@ share/icons/breeze/places/22/folder-drawing-symbolic.svg share/icons/breeze/places/22/folder-drawing.svg share/icons/breeze/places/22/folder-dropbox-symbolic.svg share/icons/breeze/places/22/folder-dropbox.svg +share/icons/breeze/places/22/folder-encrypted-symbolic.svg +share/icons/breeze/places/22/folder-encrypted.svg share/icons/breeze/places/22/folder-extension-symbolic.svg share/icons/breeze/places/22/folder-extension.svg share/icons/breeze/places/22/folder-favorites-symbolic.svg @@ -25773,6 +25853,8 @@ share/icons/breeze/places/22/folder-yellow.svg share/icons/breeze/places/22/folder.svg share/icons/breeze/places/22/folder_html-symbolic.svg share/icons/breeze/places/22/folder_html.svg +share/icons/breeze/places/22/library-music-symbolic.svg +share/icons/breeze/places/22/library-music.svg share/icons/breeze/places/22/mail-folder-inbox-symbolic.svg share/icons/breeze/places/22/mail-folder-inbox.svg share/icons/breeze/places/22/mail-folder-outbox-symbolic.svg @@ -26941,6 +27023,7 @@ share/icons/breeze/status/22/data-success-symbolic.svg share/icons/breeze/status/22/data-success.svg share/icons/breeze/status/22/data-warning-symbolic.svg share/icons/breeze/status/22/data-warning.svg +share/icons/breeze/status/22/device-notifier-symbolic.svg share/icons/breeze/status/22/dialog-error-symbolic.svg share/icons/breeze/status/22/dialog-error.svg share/icons/breeze/status/22/dialog-information-symbolic.svg @@ -27079,6 +27162,7 @@ share/icons/breeze/status/22/input-caps-on.svg share/icons/breeze/status/22/input-combo-on.svg share/icons/breeze/status/22/input-keyboard-battery.svg share/icons/breeze/status/22/input-keyboard-brightness.svg +share/icons/breeze/status/22/input-keyboard-color.svg share/icons/breeze/status/22/input-keyboard-virtual-off-symbolic.svg share/icons/breeze/status/22/input-keyboard-virtual-off.svg share/icons/breeze/status/22/input-keyboard-virtual-on-symbolic.svg @@ -27617,11 +27701,13 @@ share/icons/breeze/status/32/call-missed-symbolic.svg share/icons/breeze/status/32/call-missed.svg share/icons/breeze/status/32/call-outgoing-symbolic.svg share/icons/breeze/status/32/call-outgoing.svg +share/icons/breeze/status/32/device-notifier-symbolic.svg share/icons/breeze/status/32/dialog-warning.svg share/icons/breeze/status/32/input-caps-on.svg share/icons/breeze/status/32/input-combo-on.svg share/icons/breeze/status/32/input-keyboard-battery.svg share/icons/breeze/status/32/input-keyboard-brightness.svg +share/icons/breeze/status/32/input-keyboard-color.svg share/icons/breeze/status/32/input-keyboard-virtual-off.svg share/icons/breeze/status/32/input-keyboard-virtual-on.svg share/icons/breeze/status/32/input-num-on.svg diff --git a/x11-themes/kf6-kcolorscheme/distinfo b/x11-themes/kf6-kcolorscheme/distinfo index f4a807a755f..42684dc0f2e 100644 --- a/x11-themes/kf6-kcolorscheme/distinfo +++ b/x11-themes/kf6-kcolorscheme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022615 -SHA256 (KDE/frameworks/6.1.0/kcolorscheme-6.1.0.tar.xz) = c30aa87f3a606807c4068dab0080392bdca49f8fbef18553e1a7de0f7c5b036a -SIZE (KDE/frameworks/6.1.0/kcolorscheme-6.1.0.tar.xz) = 44212 +TIMESTAMP = 1714804810 +SHA256 (KDE/frameworks/6.2.0/kcolorscheme-6.2.0.tar.xz) = 0990c172c5b12996b7c0be3c2e53530cef65eaf76d192854cf207872fba95f1b +SIZE (KDE/frameworks/6.2.0/kcolorscheme-6.2.0.tar.xz) = 43864 diff --git a/x11-themes/kf6-kiconthemes/distinfo b/x11-themes/kf6-kiconthemes/distinfo index c68fcd06d0b..63d9c1d6b98 100644 --- a/x11-themes/kf6-kiconthemes/distinfo +++ b/x11-themes/kf6-kiconthemes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022615 -SHA256 (KDE/frameworks/6.1.0/kiconthemes-6.1.0.tar.xz) = 79ce77701d4194796e2c255008f19071460aa03ff208a2117fc4e4c9310c3402 -SIZE (KDE/frameworks/6.1.0/kiconthemes-6.1.0.tar.xz) = 1315904 +TIMESTAMP = 1715625606 +SHA256 (KDE/frameworks/6.2.0/kiconthemes-6.2.0.tar.xz) = c0ffe65f53f59b75bf0432c4f57f7d36b6840c87f80e9ea5b88ceb71a28b5645 +SIZE (KDE/frameworks/6.2.0/kiconthemes-6.2.0.tar.xz) = 1312884 diff --git a/x11-themes/kf6-qqc2-desktop-style/distinfo b/x11-themes/kf6-qqc2-desktop-style/distinfo index 43a03fd336a..de57a95f3eb 100644 --- a/x11-themes/kf6-qqc2-desktop-style/distinfo +++ b/x11-themes/kf6-qqc2-desktop-style/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022616 -SHA256 (KDE/frameworks/6.1.0/qqc2-desktop-style-6.1.0.tar.xz) = e91d9abcf9169eca357e7dc8b7fc504a3b7e5eff324feaa6ffecc8091e1622d9 -SIZE (KDE/frameworks/6.1.0/qqc2-desktop-style-6.1.0.tar.xz) = 84260 +TIMESTAMP = 1714804810 +SHA256 (KDE/frameworks/6.2.0/qqc2-desktop-style-6.2.0.tar.xz) = b8ed270d930aad05eadf1ec5a540870f1128d8c728d8616c40801d6980869b1c +SIZE (KDE/frameworks/6.2.0/qqc2-desktop-style-6.2.0.tar.xz) = 84360 diff --git a/x11-themes/kf6-qqc2-desktop-style/pkg-plist b/x11-themes/kf6-qqc2-desktop-style/pkg-plist index 4a9ed9d719c..f30b590f3e9 100644 --- a/x11-themes/kf6-qqc2-desktop-style/pkg-plist +++ b/x11-themes/kf6-qqc2-desktop-style/pkg-plist @@ -86,9 +86,11 @@ share/locale/hu/LC_MESSAGES/qqc2desktopstyle_qt.qm share/locale/ia/LC_MESSAGES/qqc2desktopstyle_qt.qm share/locale/it/LC_MESSAGES/qqc2desktopstyle_qt.qm share/locale/ka/LC_MESSAGES/qqc2desktopstyle_qt.qm +share/locale/lv/LC_MESSAGES/qqc2desktopstyle_qt.qm share/locale/nl/LC_MESSAGES/qqc2desktopstyle_qt.qm share/locale/pl/LC_MESSAGES/qqc2desktopstyle_qt.qm share/locale/sl/LC_MESSAGES/qqc2desktopstyle_qt.qm +share/locale/ta/LC_MESSAGES/qqc2desktopstyle_qt.qm share/locale/tr/LC_MESSAGES/qqc2desktopstyle_qt.qm share/locale/uk/LC_MESSAGES/qqc2desktopstyle_qt.qm share/locale/zh_CN/LC_MESSAGES/qqc2desktopstyle_qt.qm diff --git a/x11-themes/matcha-gtk-themes/Makefile b/x11-themes/matcha-gtk-themes/Makefile index 1318e653240..f7735e6ee24 100644 --- a/x11-themes/matcha-gtk-themes/Makefile +++ b/x11-themes/matcha-gtk-themes/Makefile @@ -1,5 +1,5 @@ PORTNAME= matcha-gtk-themes -DISTVERSION= 2021-11-29 +DISTVERSION= 2023-10-30 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com diff --git a/x11-themes/matcha-gtk-themes/distinfo b/x11-themes/matcha-gtk-themes/distinfo index 48a56266a1b..ab2e8803e17 100644 --- a/x11-themes/matcha-gtk-themes/distinfo +++ b/x11-themes/matcha-gtk-themes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638614064 -SHA256 (vinceliuice-Matcha-gtk-theme-2021-11-29_GH0.tar.gz) = cab96ac447561d5dc8e97945dbc44521876e3f708aa5c1541301258f4543a5ca -SIZE (vinceliuice-Matcha-gtk-theme-2021-11-29_GH0.tar.gz) = 3365815 +TIMESTAMP = 1714246818 +SHA256 (vinceliuice-Matcha-gtk-theme-2023-10-30_GH0.tar.gz) = 9e7c1b7055bd996eaa01e8cd30e098dc1873f98690d2ace6ecad0e945307d470 +SIZE (vinceliuice-Matcha-gtk-theme-2023-10-30_GH0.tar.gz) = 3878347 diff --git a/x11-themes/matcha-gtk-themes/pkg-plist b/x11-themes/matcha-gtk-themes/pkg-plist index 11cedc13029..30b410470b7 100644 --- a/x11-themes/matcha-gtk-themes/pkg-plist +++ b/x11-themes/matcha-gtk-themes/pkg-plist @@ -1,3 +1,101 @@ +share/themes/Matcha-aliz-hdpi/xfwm4/bottom-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/close-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/close-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/close-prelight.png +share/themes/Matcha-aliz-hdpi/xfwm4/close-pressed.png +share/themes/Matcha-aliz-hdpi/xfwm4/hide-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/hide-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/hide-prelight.png +share/themes/Matcha-aliz-hdpi/xfwm4/hide-pressed.png +share/themes/Matcha-aliz-hdpi/xfwm4/maximize-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-aliz-hdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-aliz-hdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-aliz-hdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-aliz-hdpi/xfwm4/menu-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/menu-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/menu-pressed.png +share/themes/Matcha-aliz-hdpi/xfwm4/shade-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/shade-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/shade-pressed.png +share/themes/Matcha-aliz-hdpi/xfwm4/stick-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/stick-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/stick-pressed.png +share/themes/Matcha-aliz-hdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-aliz-hdpi/xfwm4/themerc +share/themes/Matcha-aliz-hdpi/xfwm4/title-1-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/title-2-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/title-3-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/title-4-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/title-5-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/top-left-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-aliz-hdpi/xfwm4/top-right-active.png +share/themes/Matcha-aliz-hdpi/xfwm4/top-right-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/bottom-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/close-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/close-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/close-prelight.png +share/themes/Matcha-aliz-xhdpi/xfwm4/close-pressed.png +share/themes/Matcha-aliz-xhdpi/xfwm4/hide-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/hide-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/hide-prelight.png +share/themes/Matcha-aliz-xhdpi/xfwm4/hide-pressed.png +share/themes/Matcha-aliz-xhdpi/xfwm4/maximize-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-aliz-xhdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-aliz-xhdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-aliz-xhdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-aliz-xhdpi/xfwm4/menu-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/menu-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/menu-pressed.png +share/themes/Matcha-aliz-xhdpi/xfwm4/shade-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/shade-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/shade-pressed.png +share/themes/Matcha-aliz-xhdpi/xfwm4/stick-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/stick-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/stick-pressed.png +share/themes/Matcha-aliz-xhdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-aliz-xhdpi/xfwm4/themerc +share/themes/Matcha-aliz-xhdpi/xfwm4/title-1-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/title-2-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/title-3-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/title-4-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/title-5-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/top-left-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-aliz-xhdpi/xfwm4/top-right-active.png +share/themes/Matcha-aliz-xhdpi/xfwm4/top-right-inactive.png share/themes/Matcha-aliz/cinnamon/assets/checkbox/checkbox-checked-focused.svg share/themes/Matcha-aliz/cinnamon/assets/checkbox/checkbox-checked.svg share/themes/Matcha-aliz/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg @@ -593,6 +691,112 @@ share/themes/Matcha-aliz/xfwm4/top-left-active.png share/themes/Matcha-aliz/xfwm4/top-left-inactive.png share/themes/Matcha-aliz/xfwm4/top-right-active.png share/themes/Matcha-aliz/xfwm4/top-right-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/bottom-active.png +share/themes/Matcha-azul-hdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-azul-hdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-azul-hdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/close-active.png +share/themes/Matcha-azul-hdpi/xfwm4/close-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/close-prelight.png +share/themes/Matcha-azul-hdpi/xfwm4/close-pressed.png +share/themes/Matcha-azul-hdpi/xfwm4/hide-active.png +share/themes/Matcha-azul-hdpi/xfwm4/hide-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/hide-prelight.png +share/themes/Matcha-azul-hdpi/xfwm4/hide-pressed.png +share/themes/Matcha-azul-hdpi/xfwm4/left-active.png +share/themes/Matcha-azul-hdpi/xfwm4/left-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/maximize-active.png +share/themes/Matcha-azul-hdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-azul-hdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-azul-hdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-azul-hdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-azul-hdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-azul-hdpi/xfwm4/menu-active.png +share/themes/Matcha-azul-hdpi/xfwm4/menu-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/menu-pressed.png +share/themes/Matcha-azul-hdpi/xfwm4/right-active.png +share/themes/Matcha-azul-hdpi/xfwm4/right-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/shade-active.png +share/themes/Matcha-azul-hdpi/xfwm4/shade-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/shade-pressed.png +share/themes/Matcha-azul-hdpi/xfwm4/stick-active.png +share/themes/Matcha-azul-hdpi/xfwm4/stick-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/stick-pressed.png +share/themes/Matcha-azul-hdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-azul-hdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-azul-hdpi/xfwm4/themerc +share/themes/Matcha-azul-hdpi/xfwm4/title-1-active.png +share/themes/Matcha-azul-hdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/title-2-active.png +share/themes/Matcha-azul-hdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/title-3-active.png +share/themes/Matcha-azul-hdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/title-4-active.png +share/themes/Matcha-azul-hdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/title-5-active.png +share/themes/Matcha-azul-hdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/top-left-active.png +share/themes/Matcha-azul-hdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-azul-hdpi/xfwm4/top-right-active.png +share/themes/Matcha-azul-hdpi/xfwm4/top-right-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/bottom-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/close-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/close-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/close-prelight.png +share/themes/Matcha-azul-xhdpi/xfwm4/close-pressed.png +share/themes/Matcha-azul-xhdpi/xfwm4/hide-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/hide-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/hide-prelight.png +share/themes/Matcha-azul-xhdpi/xfwm4/hide-pressed.png +share/themes/Matcha-azul-xhdpi/xfwm4/left-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/left-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/maximize-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-azul-xhdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-azul-xhdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-azul-xhdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-azul-xhdpi/xfwm4/menu-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/menu-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/menu-pressed.png +share/themes/Matcha-azul-xhdpi/xfwm4/right-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/right-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/shade-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/shade-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/shade-pressed.png +share/themes/Matcha-azul-xhdpi/xfwm4/stick-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/stick-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/stick-pressed.png +share/themes/Matcha-azul-xhdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-azul-xhdpi/xfwm4/themerc +share/themes/Matcha-azul-xhdpi/xfwm4/title-1-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/title-2-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/title-3-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/title-4-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/title-5-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/top-left-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-azul-xhdpi/xfwm4/top-right-active.png +share/themes/Matcha-azul-xhdpi/xfwm4/top-right-inactive.png share/themes/Matcha-azul/cinnamon/assets/checkbox/checkbox-checked-focused.svg share/themes/Matcha-azul/cinnamon/assets/checkbox/checkbox-checked.svg share/themes/Matcha-azul/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg @@ -1192,6 +1396,112 @@ share/themes/Matcha-azul/xfwm4/top-left-active.png share/themes/Matcha-azul/xfwm4/top-left-inactive.png share/themes/Matcha-azul/xfwm4/top-right-active.png share/themes/Matcha-azul/xfwm4/top-right-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/bottom-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/close-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/close-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/close-prelight.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/close-pressed.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/hide-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/hide-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/hide-prelight.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/hide-pressed.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/left-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/left-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/maximize-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/menu-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/menu-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/menu-pressed.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/right-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/right-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/shade-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/shade-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/shade-pressed.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/stick-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/stick-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/stick-pressed.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/themerc +share/themes/Matcha-dark-aliz-hdpi/xfwm4/title-1-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/title-2-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/title-3-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/title-4-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/title-5-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/top-left-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/top-right-active.png +share/themes/Matcha-dark-aliz-hdpi/xfwm4/top-right-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/bottom-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/close-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/close-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/close-prelight.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/close-pressed.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/hide-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/hide-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/hide-prelight.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/hide-pressed.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/left-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/left-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/maximize-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/menu-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/menu-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/menu-pressed.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/right-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/right-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/shade-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/shade-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/shade-pressed.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/stick-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/stick-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/stick-pressed.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/themerc +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/title-1-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/title-2-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/title-3-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/title-4-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/title-5-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/top-left-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/top-right-active.png +share/themes/Matcha-dark-aliz-xhdpi/xfwm4/top-right-inactive.png share/themes/Matcha-dark-aliz/cinnamon/assets/checkbox/checkbox-checked-focused.svg share/themes/Matcha-dark-aliz/cinnamon/assets/checkbox/checkbox-checked.svg share/themes/Matcha-dark-aliz/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg @@ -1791,6 +2101,112 @@ share/themes/Matcha-dark-aliz/xfwm4/top-left-active.png share/themes/Matcha-dark-aliz/xfwm4/top-left-inactive.png share/themes/Matcha-dark-aliz/xfwm4/top-right-active.png share/themes/Matcha-dark-aliz/xfwm4/top-right-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/bottom-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/close-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/close-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/close-prelight.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/close-pressed.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/hide-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/hide-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/hide-prelight.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/hide-pressed.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/left-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/left-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/maximize-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/menu-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/menu-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/menu-pressed.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/right-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/right-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/shade-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/shade-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/shade-pressed.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/stick-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/stick-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/stick-pressed.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/themerc +share/themes/Matcha-dark-azul-hdpi/xfwm4/title-1-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/title-2-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/title-3-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/title-4-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/title-5-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/top-left-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/top-right-active.png +share/themes/Matcha-dark-azul-hdpi/xfwm4/top-right-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/bottom-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/close-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/close-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/close-prelight.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/close-pressed.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/hide-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/hide-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/hide-prelight.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/hide-pressed.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/left-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/left-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/maximize-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/menu-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/menu-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/menu-pressed.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/right-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/right-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/shade-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/shade-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/shade-pressed.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/stick-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/stick-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/stick-pressed.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/themerc +share/themes/Matcha-dark-azul-xhdpi/xfwm4/title-1-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/title-2-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/title-3-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/title-4-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/title-5-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/top-left-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/top-right-active.png +share/themes/Matcha-dark-azul-xhdpi/xfwm4/top-right-inactive.png share/themes/Matcha-dark-azul/cinnamon/assets/checkbox/checkbox-checked-focused.svg share/themes/Matcha-dark-azul/cinnamon/assets/checkbox/checkbox-checked.svg share/themes/Matcha-dark-azul/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg @@ -2390,6 +2806,112 @@ share/themes/Matcha-dark-azul/xfwm4/top-left-active.png share/themes/Matcha-dark-azul/xfwm4/top-left-inactive.png share/themes/Matcha-dark-azul/xfwm4/top-right-active.png share/themes/Matcha-dark-azul/xfwm4/top-right-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/bottom-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/close-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/close-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/close-prelight.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/close-pressed.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/hide-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/hide-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/hide-prelight.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/hide-pressed.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/left-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/left-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/maximize-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/menu-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/menu-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/menu-pressed.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/right-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/right-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/shade-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/shade-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/shade-pressed.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/stick-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/stick-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/stick-pressed.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/themerc +share/themes/Matcha-dark-pueril-hdpi/xfwm4/title-1-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/title-2-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/title-3-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/title-4-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/title-5-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/top-left-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/top-right-active.png +share/themes/Matcha-dark-pueril-hdpi/xfwm4/top-right-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/bottom-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/close-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/close-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/close-prelight.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/close-pressed.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/hide-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/hide-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/hide-prelight.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/hide-pressed.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/left-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/left-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/maximize-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/menu-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/menu-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/menu-pressed.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/right-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/right-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/shade-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/shade-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/shade-pressed.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/stick-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/stick-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/stick-pressed.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/themerc +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/title-1-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/title-2-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/title-3-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/title-4-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/title-5-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/top-left-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/top-right-active.png +share/themes/Matcha-dark-pueril-xhdpi/xfwm4/top-right-inactive.png share/themes/Matcha-dark-pueril/cinnamon/assets/checkbox/checkbox-checked-focused.svg share/themes/Matcha-dark-pueril/cinnamon/assets/checkbox/checkbox-checked.svg share/themes/Matcha-dark-pueril/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg @@ -2989,6 +3511,112 @@ share/themes/Matcha-dark-pueril/xfwm4/top-left-active.png share/themes/Matcha-dark-pueril/xfwm4/top-left-inactive.png share/themes/Matcha-dark-pueril/xfwm4/top-right-active.png share/themes/Matcha-dark-pueril/xfwm4/top-right-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/bottom-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/close-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/close-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/close-prelight.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/close-pressed.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/hide-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/hide-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/hide-prelight.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/hide-pressed.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/left-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/left-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/maximize-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/menu-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/menu-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/menu-pressed.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/right-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/right-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/shade-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/shade-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/shade-pressed.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/stick-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/stick-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/stick-pressed.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/themerc +share/themes/Matcha-dark-sea-hdpi/xfwm4/title-1-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/title-2-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/title-3-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/title-4-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/title-5-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/top-left-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/top-right-active.png +share/themes/Matcha-dark-sea-hdpi/xfwm4/top-right-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/bottom-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/close-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/close-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/close-prelight.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/close-pressed.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/hide-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/hide-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/hide-prelight.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/hide-pressed.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/left-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/left-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/maximize-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/menu-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/menu-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/menu-pressed.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/right-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/right-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/shade-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/shade-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/shade-pressed.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/stick-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/stick-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/stick-pressed.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/themerc +share/themes/Matcha-dark-sea-xhdpi/xfwm4/title-1-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/title-2-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/title-3-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/title-4-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/title-5-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/top-left-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/top-right-active.png +share/themes/Matcha-dark-sea-xhdpi/xfwm4/top-right-inactive.png share/themes/Matcha-dark-sea/cinnamon/assets/checkbox/checkbox-checked-focused.svg share/themes/Matcha-dark-sea/cinnamon/assets/checkbox/checkbox-checked.svg share/themes/Matcha-dark-sea/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg @@ -3588,6 +4216,112 @@ share/themes/Matcha-dark-sea/xfwm4/top-left-active.png share/themes/Matcha-dark-sea/xfwm4/top-left-inactive.png share/themes/Matcha-dark-sea/xfwm4/top-right-active.png share/themes/Matcha-dark-sea/xfwm4/top-right-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/bottom-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/close-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/close-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/close-prelight.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/close-pressed.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/hide-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/hide-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/hide-prelight.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/hide-pressed.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/left-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/left-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/maximize-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/menu-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/menu-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/menu-pressed.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/right-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/right-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/shade-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/shade-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/shade-pressed.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/stick-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/stick-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/stick-pressed.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/themerc +share/themes/Matcha-light-aliz-hdpi/xfwm4/title-1-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/title-2-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/title-3-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/title-4-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/title-5-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/top-left-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/top-right-active.png +share/themes/Matcha-light-aliz-hdpi/xfwm4/top-right-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/bottom-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/close-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/close-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/close-prelight.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/close-pressed.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/hide-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/hide-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/hide-prelight.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/hide-pressed.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/left-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/left-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/maximize-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/menu-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/menu-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/menu-pressed.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/right-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/right-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/shade-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/shade-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/shade-pressed.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/stick-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/stick-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/stick-pressed.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/themerc +share/themes/Matcha-light-aliz-xhdpi/xfwm4/title-1-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/title-2-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/title-3-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/title-4-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/title-5-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/top-left-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/top-right-active.png +share/themes/Matcha-light-aliz-xhdpi/xfwm4/top-right-inactive.png share/themes/Matcha-light-aliz/cinnamon/assets/checkbox/checkbox-checked-focused.svg share/themes/Matcha-light-aliz/cinnamon/assets/checkbox/checkbox-checked.svg share/themes/Matcha-light-aliz/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg @@ -4187,6 +4921,112 @@ share/themes/Matcha-light-aliz/xfwm4/top-left-active.png share/themes/Matcha-light-aliz/xfwm4/top-left-inactive.png share/themes/Matcha-light-aliz/xfwm4/top-right-active.png share/themes/Matcha-light-aliz/xfwm4/top-right-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/bottom-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/close-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/close-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/close-prelight.png +share/themes/Matcha-light-azul-hdpi/xfwm4/close-pressed.png +share/themes/Matcha-light-azul-hdpi/xfwm4/hide-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/hide-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/hide-prelight.png +share/themes/Matcha-light-azul-hdpi/xfwm4/hide-pressed.png +share/themes/Matcha-light-azul-hdpi/xfwm4/left-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/left-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/maximize-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-light-azul-hdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-light-azul-hdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-light-azul-hdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-light-azul-hdpi/xfwm4/menu-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/menu-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/menu-pressed.png +share/themes/Matcha-light-azul-hdpi/xfwm4/right-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/right-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/shade-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/shade-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/shade-pressed.png +share/themes/Matcha-light-azul-hdpi/xfwm4/stick-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/stick-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/stick-pressed.png +share/themes/Matcha-light-azul-hdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-light-azul-hdpi/xfwm4/themerc +share/themes/Matcha-light-azul-hdpi/xfwm4/title-1-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/title-2-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/title-3-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/title-4-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/title-5-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/top-left-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-light-azul-hdpi/xfwm4/top-right-active.png +share/themes/Matcha-light-azul-hdpi/xfwm4/top-right-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/bottom-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/close-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/close-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/close-prelight.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/close-pressed.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/hide-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/hide-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/hide-prelight.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/hide-pressed.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/left-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/left-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/maximize-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/menu-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/menu-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/menu-pressed.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/right-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/right-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/shade-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/shade-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/shade-pressed.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/stick-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/stick-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/stick-pressed.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/themerc +share/themes/Matcha-light-azul-xhdpi/xfwm4/title-1-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/title-2-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/title-3-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/title-4-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/title-5-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/top-left-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/top-right-active.png +share/themes/Matcha-light-azul-xhdpi/xfwm4/top-right-inactive.png share/themes/Matcha-light-azul/cinnamon/assets/checkbox/checkbox-checked-focused.svg share/themes/Matcha-light-azul/cinnamon/assets/checkbox/checkbox-checked.svg share/themes/Matcha-light-azul/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg @@ -4786,6 +5626,112 @@ share/themes/Matcha-light-azul/xfwm4/top-left-active.png share/themes/Matcha-light-azul/xfwm4/top-left-inactive.png share/themes/Matcha-light-azul/xfwm4/top-right-active.png share/themes/Matcha-light-azul/xfwm4/top-right-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/bottom-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/close-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/close-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/close-prelight.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/close-pressed.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/hide-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/hide-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/hide-prelight.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/hide-pressed.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/left-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/left-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/maximize-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/menu-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/menu-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/menu-pressed.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/right-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/right-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/shade-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/shade-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/shade-pressed.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/stick-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/stick-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/stick-pressed.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/themerc +share/themes/Matcha-light-pueril-hdpi/xfwm4/title-1-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/title-2-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/title-3-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/title-4-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/title-5-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/top-left-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/top-right-active.png +share/themes/Matcha-light-pueril-hdpi/xfwm4/top-right-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/bottom-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/close-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/close-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/close-prelight.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/close-pressed.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/hide-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/hide-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/hide-prelight.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/hide-pressed.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/left-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/left-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/maximize-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/menu-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/menu-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/menu-pressed.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/right-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/right-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/shade-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/shade-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/shade-pressed.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/stick-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/stick-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/stick-pressed.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/themerc +share/themes/Matcha-light-pueril-xhdpi/xfwm4/title-1-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/title-2-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/title-3-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/title-4-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/title-5-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/top-left-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/top-right-active.png +share/themes/Matcha-light-pueril-xhdpi/xfwm4/top-right-inactive.png share/themes/Matcha-light-pueril/cinnamon/assets/checkbox/checkbox-checked-focused.svg share/themes/Matcha-light-pueril/cinnamon/assets/checkbox/checkbox-checked.svg share/themes/Matcha-light-pueril/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg @@ -5385,6 +6331,112 @@ share/themes/Matcha-light-pueril/xfwm4/top-left-active.png share/themes/Matcha-light-pueril/xfwm4/top-left-inactive.png share/themes/Matcha-light-pueril/xfwm4/top-right-active.png share/themes/Matcha-light-pueril/xfwm4/top-right-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/bottom-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/close-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/close-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/close-prelight.png +share/themes/Matcha-light-sea-hdpi/xfwm4/close-pressed.png +share/themes/Matcha-light-sea-hdpi/xfwm4/hide-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/hide-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/hide-prelight.png +share/themes/Matcha-light-sea-hdpi/xfwm4/hide-pressed.png +share/themes/Matcha-light-sea-hdpi/xfwm4/left-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/left-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/maximize-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-light-sea-hdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-light-sea-hdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-light-sea-hdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-light-sea-hdpi/xfwm4/menu-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/menu-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/menu-pressed.png +share/themes/Matcha-light-sea-hdpi/xfwm4/right-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/right-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/shade-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/shade-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/shade-pressed.png +share/themes/Matcha-light-sea-hdpi/xfwm4/stick-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/stick-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/stick-pressed.png +share/themes/Matcha-light-sea-hdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-light-sea-hdpi/xfwm4/themerc +share/themes/Matcha-light-sea-hdpi/xfwm4/title-1-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/title-2-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/title-3-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/title-4-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/title-5-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/top-left-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-light-sea-hdpi/xfwm4/top-right-active.png +share/themes/Matcha-light-sea-hdpi/xfwm4/top-right-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/bottom-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/close-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/close-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/close-prelight.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/close-pressed.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/hide-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/hide-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/hide-prelight.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/hide-pressed.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/left-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/left-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/maximize-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/menu-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/menu-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/menu-pressed.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/right-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/right-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/shade-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/shade-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/shade-pressed.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/stick-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/stick-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/stick-pressed.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/themerc +share/themes/Matcha-light-sea-xhdpi/xfwm4/title-1-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/title-2-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/title-3-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/title-4-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/title-5-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/top-left-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/top-right-active.png +share/themes/Matcha-light-sea-xhdpi/xfwm4/top-right-inactive.png share/themes/Matcha-light-sea/cinnamon/assets/checkbox/checkbox-checked-focused.svg share/themes/Matcha-light-sea/cinnamon/assets/checkbox/checkbox-checked.svg share/themes/Matcha-light-sea/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg @@ -5984,6 +7036,104 @@ share/themes/Matcha-light-sea/xfwm4/top-left-active.png share/themes/Matcha-light-sea/xfwm4/top-left-inactive.png share/themes/Matcha-light-sea/xfwm4/top-right-active.png share/themes/Matcha-light-sea/xfwm4/top-right-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/bottom-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/close-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/close-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/close-prelight.png +share/themes/Matcha-pueril-hdpi/xfwm4/close-pressed.png +share/themes/Matcha-pueril-hdpi/xfwm4/hide-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/hide-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/hide-prelight.png +share/themes/Matcha-pueril-hdpi/xfwm4/hide-pressed.png +share/themes/Matcha-pueril-hdpi/xfwm4/maximize-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-pueril-hdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-pueril-hdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-pueril-hdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-pueril-hdpi/xfwm4/menu-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/menu-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/menu-pressed.png +share/themes/Matcha-pueril-hdpi/xfwm4/shade-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/shade-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/shade-pressed.png +share/themes/Matcha-pueril-hdpi/xfwm4/stick-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/stick-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/stick-pressed.png +share/themes/Matcha-pueril-hdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-pueril-hdpi/xfwm4/themerc +share/themes/Matcha-pueril-hdpi/xfwm4/title-1-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/title-2-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/title-3-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/title-4-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/title-5-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/top-left-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-pueril-hdpi/xfwm4/top-right-active.png +share/themes/Matcha-pueril-hdpi/xfwm4/top-right-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/bottom-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/close-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/close-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/close-prelight.png +share/themes/Matcha-pueril-xhdpi/xfwm4/close-pressed.png +share/themes/Matcha-pueril-xhdpi/xfwm4/hide-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/hide-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/hide-prelight.png +share/themes/Matcha-pueril-xhdpi/xfwm4/hide-pressed.png +share/themes/Matcha-pueril-xhdpi/xfwm4/maximize-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-pueril-xhdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-pueril-xhdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-pueril-xhdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-pueril-xhdpi/xfwm4/menu-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/menu-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/menu-pressed.png +share/themes/Matcha-pueril-xhdpi/xfwm4/shade-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/shade-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/shade-pressed.png +share/themes/Matcha-pueril-xhdpi/xfwm4/stick-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/stick-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/stick-pressed.png +share/themes/Matcha-pueril-xhdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-pueril-xhdpi/xfwm4/themerc +share/themes/Matcha-pueril-xhdpi/xfwm4/title-1-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/title-2-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/title-3-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/title-4-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/title-5-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/top-left-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-pueril-xhdpi/xfwm4/top-right-active.png +share/themes/Matcha-pueril-xhdpi/xfwm4/top-right-inactive.png share/themes/Matcha-pueril/cinnamon/assets/checkbox/checkbox-checked-focused.svg share/themes/Matcha-pueril/cinnamon/assets/checkbox/checkbox-checked.svg share/themes/Matcha-pueril/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg @@ -6579,6 +7729,112 @@ share/themes/Matcha-pueril/xfwm4/top-left-active.png share/themes/Matcha-pueril/xfwm4/top-left-inactive.png share/themes/Matcha-pueril/xfwm4/top-right-active.png share/themes/Matcha-pueril/xfwm4/top-right-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/bottom-active.png +share/themes/Matcha-sea-hdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-sea-hdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-sea-hdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/close-active.png +share/themes/Matcha-sea-hdpi/xfwm4/close-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/close-prelight.png +share/themes/Matcha-sea-hdpi/xfwm4/close-pressed.png +share/themes/Matcha-sea-hdpi/xfwm4/hide-active.png +share/themes/Matcha-sea-hdpi/xfwm4/hide-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/hide-prelight.png +share/themes/Matcha-sea-hdpi/xfwm4/hide-pressed.png +share/themes/Matcha-sea-hdpi/xfwm4/left-active.png +share/themes/Matcha-sea-hdpi/xfwm4/left-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/maximize-active.png +share/themes/Matcha-sea-hdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-sea-hdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-sea-hdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-sea-hdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-sea-hdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-sea-hdpi/xfwm4/menu-active.png +share/themes/Matcha-sea-hdpi/xfwm4/menu-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/menu-pressed.png +share/themes/Matcha-sea-hdpi/xfwm4/right-active.png +share/themes/Matcha-sea-hdpi/xfwm4/right-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/shade-active.png +share/themes/Matcha-sea-hdpi/xfwm4/shade-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/shade-pressed.png +share/themes/Matcha-sea-hdpi/xfwm4/stick-active.png +share/themes/Matcha-sea-hdpi/xfwm4/stick-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/stick-pressed.png +share/themes/Matcha-sea-hdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-sea-hdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-sea-hdpi/xfwm4/themerc +share/themes/Matcha-sea-hdpi/xfwm4/title-1-active.png +share/themes/Matcha-sea-hdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/title-2-active.png +share/themes/Matcha-sea-hdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/title-3-active.png +share/themes/Matcha-sea-hdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/title-4-active.png +share/themes/Matcha-sea-hdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/title-5-active.png +share/themes/Matcha-sea-hdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/top-left-active.png +share/themes/Matcha-sea-hdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-sea-hdpi/xfwm4/top-right-active.png +share/themes/Matcha-sea-hdpi/xfwm4/top-right-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/bottom-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/bottom-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/bottom-left-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/bottom-left-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/bottom-right-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/bottom-right-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/close-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/close-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/close-prelight.png +share/themes/Matcha-sea-xhdpi/xfwm4/close-pressed.png +share/themes/Matcha-sea-xhdpi/xfwm4/hide-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/hide-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/hide-prelight.png +share/themes/Matcha-sea-xhdpi/xfwm4/hide-pressed.png +share/themes/Matcha-sea-xhdpi/xfwm4/left-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/left-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/maximize-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/maximize-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/maximize-prelight.png +share/themes/Matcha-sea-xhdpi/xfwm4/maximize-pressed.png +share/themes/Matcha-sea-xhdpi/xfwm4/maximize-toggled-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/maximize-toggled-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/maximize-toggled-prelight.png +share/themes/Matcha-sea-xhdpi/xfwm4/maximize-toggled-pressed.png +share/themes/Matcha-sea-xhdpi/xfwm4/menu-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/menu-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/menu-pressed.png +share/themes/Matcha-sea-xhdpi/xfwm4/right-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/right-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/shade-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/shade-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/shade-pressed.png +share/themes/Matcha-sea-xhdpi/xfwm4/stick-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/stick-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/stick-pressed.png +share/themes/Matcha-sea-xhdpi/xfwm4/stick-toggled-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/stick-toggled-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/stick-toggled-pressed.png +share/themes/Matcha-sea-xhdpi/xfwm4/themerc +share/themes/Matcha-sea-xhdpi/xfwm4/title-1-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/title-1-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/title-2-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/title-2-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/title-3-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/title-3-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/title-4-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/title-4-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/title-5-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/title-5-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/top-left-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/top-left-inactive.png +share/themes/Matcha-sea-xhdpi/xfwm4/top-right-active.png +share/themes/Matcha-sea-xhdpi/xfwm4/top-right-inactive.png share/themes/Matcha-sea/cinnamon/assets/checkbox/checkbox-checked-focused.svg share/themes/Matcha-sea/cinnamon/assets/checkbox/checkbox-checked.svg share/themes/Matcha-sea/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg diff --git a/x11-themes/nordic-theme/Makefile b/x11-themes/nordic-theme/Makefile index c18fedc9638..9a66020adb5 100644 --- a/x11-themes/nordic-theme/Makefile +++ b/x11-themes/nordic-theme/Makefile @@ -1,6 +1,6 @@ PORTNAME= nordic-theme DISTVERSIONPREFIX= v -DISTVERSION= 2.1.0 +DISTVERSION= 2.2.0 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com @@ -16,21 +16,21 @@ GH_PROJECT= Nordic NO_ARCH= yes NO_BUILD= yes -OPTIONS_DEFINE= CINNAMON GNOMESHELL KDE METACITY XFCE -OPTIONS_DEFAULT= CINNAMON GNOMESHELL KDE METACITY XFCE +OPTIONS_DEFINE= CINNAMON GNOMESHELL KDE METACITY XFWM +OPTIONS_DEFAULT= CINNAMON GNOMESHELL KDE METACITY XFWM OPTIONS_SUB= yes CINNAMON_DESC= Install Cinnamon theme GNOMESHELL_DESC= Install Gnome-Shell theme KDE_DESC= Install KDE theme METACITY_DESC= Install Metacity theme -XFCE_DESC= Install XFCE theme +XFWM_DESC= Install XFWM theme CINNAMON_IMPLIES= METACITY CINNAMON_VARS= THEME_SUBSETS+=cinnamon GNOMESHELL_VARS= THEME_SUBSETS+=gnome-shell METACITY_VARS= THEME_SUBSETS+=metacity-1 -XFCE_VARS= THEME_SUBSETS+=xfwm4 +XFWM_VARS= THEME_SUBSETS+=xfwm4 THEMEDIR= ${PREFIX}/share/themes/Nordic THEME_SUBSETS= assets gtk-2.0 gtk-3.0 index.theme diff --git a/x11-themes/nordic-theme/distinfo b/x11-themes/nordic-theme/distinfo index 537f91a8d0a..debd75e770e 100644 --- a/x11-themes/nordic-theme/distinfo +++ b/x11-themes/nordic-theme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638615171 -SHA256 (EliverLara-Nordic-v2.1.0_GH0.tar.gz) = ae6dd8f39af65f2fe6c397eb41aeb870250081c7b8cb29290ddab1ef20ddac1c -SIZE (EliverLara-Nordic-v2.1.0_GH0.tar.gz) = 7366244 +TIMESTAMP = 1714248534 +SHA256 (EliverLara-Nordic-v2.2.0_GH0.tar.gz) = ac8624d6f4e12e7e333d083500dbb52fab03553107482391728fcf3dcc0ec25f +SIZE (EliverLara-Nordic-v2.2.0_GH0.tar.gz) = 7469936 diff --git a/x11-themes/nordic-theme/pkg-plist b/x11-themes/nordic-theme/pkg-plist index 34f3f2eefa2..6d771cf8317 100644 --- a/x11-themes/nordic-theme/pkg-plist +++ b/x11-themes/nordic-theme/pkg-plist @@ -4,6 +4,10 @@ %%KDE%%share/Kvantum/Nordic-Darker/Nordic-Darker.svg %%KDE%%share/Kvantum/Nordic-Solid/Nordic-Solid.kvconfig %%KDE%%share/Kvantum/Nordic-Solid/Nordic-Solid.svg +%%KDE%%share/Kvantum/Nordic-bluish-solid/Nordic-bluish-solid.kvconfig +%%KDE%%share/Kvantum/Nordic-bluish-solid/Nordic-bluish-solid.svg +%%KDE%%share/Kvantum/Nordic-bluish/Nordic-bluish.kvconfig +%%KDE%%share/Kvantum/Nordic-bluish/Nordic-bluish.svg %%KDE%%share/Kvantum/Nordic/Nordic.kvconfig %%KDE%%share/Kvantum/Nordic/Nordic.svg %%KDE%%share/aurorae/themes/Nordic/.directory @@ -19,7 +23,35 @@ %%KDE%%share/aurorae/themes/Nordic/restore.svg %%KDE%%share/color-schemes/Nordic.colors %%KDE%%share/color-schemes/NordicDarker.colors +%%KDE%%share/color-schemes/nordicbluish.colors %%KDE%%share/konsole/Nordic.colorscheme +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/ActionButton.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/Battery.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/Clock.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/KeyboardLayoutButton.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/SessionManagementScreen.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/UserDelegate.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/UserList.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/VirtualKeyboard.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/WallpaperFader.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/artwork/README.txt +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/artwork/logout_primary.svgz +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/artwork/restart_primary.svgz +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/components/artwork/shutdown_primary.svgz +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/defaults +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/logout/Logout.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/logout/LogoutButton.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/logout/timer.js +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/osd/Osd.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/osd/OsdItem.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/previews/fullscreenpreview.jpg +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/previews/preview.png +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/previews/splash.png +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/splash/Splash.qml +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/splash/images/Nordic.png +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/splash/images/busy.svg +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/contents/splash/images/logo.png +%%KDE%%share/plasma/look-and-feel/Nordic-bluish/metadata.desktop %%KDE%%share/plasma/look-and-feel/Nordic-darker/contents/components/ActionButton.qml %%KDE%%share/plasma/look-and-feel/Nordic-darker/contents/components/Battery.qml %%KDE%%share/plasma/look-and-feel/Nordic-darker/contents/components/Clock.qml @@ -50,7 +82,7 @@ %%KDE%%share/plasma/look-and-feel/Nordic-darker/contents/previews/preview.png %%KDE%%share/plasma/look-and-feel/Nordic-darker/contents/previews/splash.png %%KDE%%share/plasma/look-and-feel/Nordic-darker/contents/splash/Splash.qml -%%KDE%%share/plasma/look-and-feel/Nordic-darker/contents/splash/images/Nordic.png +%%KDE%%share/plasma/look-and-feel/Nordic-darker/contents/splash/images/bg.jpg %%KDE%%share/plasma/look-and-feel/Nordic-darker/contents/splash/images/busy.svg %%KDE%%share/plasma/look-and-feel/Nordic-darker/contents/splash/images/logo.png %%KDE%%share/plasma/look-and-feel/Nordic-darker/metadata.desktop @@ -751,98 +783,98 @@ share/themes/Nordic/index.theme %%METACITY%%share/themes/Nordic/metacity-1/unshade_unfocused.png %%METACITY%%share/themes/Nordic/metacity-1/unshade_unfocused_prelight.png %%METACITY%%share/themes/Nordic/metacity-1/unshade_unfocused_pressed.png -%%XFCE%%share/themes/Nordic/xfwm4/assets/bottom-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/bottom-left-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/bottom-right-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/close-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/close-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/close-prelight.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/close-pressed.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/hide-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/hide-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/hide-prelight.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/hide-pressed.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/maximize-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/maximize-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/maximize-prelight.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/maximize-pressed.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/menu-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/right-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/shade-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/shade-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/shade-prelight.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/shade-pressed.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/stick-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/stick-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/stick-prelight.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/stick-pressed.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/title-1-active-shaded.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/title-1-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/title-1-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/title-2-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/title-2-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/title-3-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/title-3-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/title-4-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/title-4-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/title-5-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/title-5-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/top-left-active-shaded.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/top-left-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/top-left-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/top-right-active-shaded.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/top-right-active.svg -%%XFCE%%share/themes/Nordic/xfwm4/assets/top-right-inactive.svg -%%XFCE%%share/themes/Nordic/xfwm4/bottom-active.png -%%XFCE%%share/themes/Nordic/xfwm4/bottom-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/bottom-left-active.png -%%XFCE%%share/themes/Nordic/xfwm4/bottom-left-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/bottom-right-active.png -%%XFCE%%share/themes/Nordic/xfwm4/bottom-right-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/close-active.png -%%XFCE%%share/themes/Nordic/xfwm4/close-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/close-prelight.png -%%XFCE%%share/themes/Nordic/xfwm4/close-pressed.png -%%XFCE%%share/themes/Nordic/xfwm4/hide-active.png -%%XFCE%%share/themes/Nordic/xfwm4/hide-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/hide-prelight.png -%%XFCE%%share/themes/Nordic/xfwm4/hide-pressed.png -%%XFCE%%share/themes/Nordic/xfwm4/left-active.png -%%XFCE%%share/themes/Nordic/xfwm4/left-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/maximize-active.png -%%XFCE%%share/themes/Nordic/xfwm4/maximize-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/maximize-prelight.png -%%XFCE%%share/themes/Nordic/xfwm4/maximize-pressed.png -%%XFCE%%share/themes/Nordic/xfwm4/menu-active.png -%%XFCE%%share/themes/Nordic/xfwm4/menu-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/menu-prelight.png -%%XFCE%%share/themes/Nordic/xfwm4/menu-pressed.png -%%XFCE%%share/themes/Nordic/xfwm4/render_assets.fish -%%XFCE%%share/themes/Nordic/xfwm4/right-active.png -%%XFCE%%share/themes/Nordic/xfwm4/right-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/shade-active.png -%%XFCE%%share/themes/Nordic/xfwm4/shade-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/shade-prelight.png -%%XFCE%%share/themes/Nordic/xfwm4/shade-pressed.png -%%XFCE%%share/themes/Nordic/xfwm4/stick-active.png -%%XFCE%%share/themes/Nordic/xfwm4/stick-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/stick-prelight.png -%%XFCE%%share/themes/Nordic/xfwm4/stick-pressed.png -%%XFCE%%share/themes/Nordic/xfwm4/themerc -%%XFCE%%share/themes/Nordic/xfwm4/title-1-active-shaded.png -%%XFCE%%share/themes/Nordic/xfwm4/title-1-active.png -%%XFCE%%share/themes/Nordic/xfwm4/title-1-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/title-2-active.png -%%XFCE%%share/themes/Nordic/xfwm4/title-2-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/title-3-active.png -%%XFCE%%share/themes/Nordic/xfwm4/title-3-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/title-4-active.png -%%XFCE%%share/themes/Nordic/xfwm4/title-4-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/title-5-active.png -%%XFCE%%share/themes/Nordic/xfwm4/title-5-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/top-left-active-shaded.png -%%XFCE%%share/themes/Nordic/xfwm4/top-left-active.png -%%XFCE%%share/themes/Nordic/xfwm4/top-left-inactive.png -%%XFCE%%share/themes/Nordic/xfwm4/top-right-active-shaded.png -%%XFCE%%share/themes/Nordic/xfwm4/top-right-active.png -%%XFCE%%share/themes/Nordic/xfwm4/top-right-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/assets/bottom-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/bottom-left-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/bottom-right-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/close-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/close-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/close-prelight.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/close-pressed.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/hide-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/hide-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/hide-prelight.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/hide-pressed.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/maximize-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/maximize-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/maximize-prelight.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/maximize-pressed.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/menu-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/right-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/shade-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/shade-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/shade-prelight.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/shade-pressed.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/stick-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/stick-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/stick-prelight.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/stick-pressed.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/title-1-active-shaded.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/title-1-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/title-1-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/title-2-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/title-2-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/title-3-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/title-3-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/title-4-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/title-4-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/title-5-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/title-5-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/top-left-active-shaded.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/top-left-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/top-left-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/top-right-active-shaded.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/top-right-active.svg +%%XFWM%%share/themes/Nordic/xfwm4/assets/top-right-inactive.svg +%%XFWM%%share/themes/Nordic/xfwm4/bottom-active.png +%%XFWM%%share/themes/Nordic/xfwm4/bottom-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/bottom-left-active.png +%%XFWM%%share/themes/Nordic/xfwm4/bottom-left-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/bottom-right-active.png +%%XFWM%%share/themes/Nordic/xfwm4/bottom-right-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/close-active.png +%%XFWM%%share/themes/Nordic/xfwm4/close-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/close-prelight.png +%%XFWM%%share/themes/Nordic/xfwm4/close-pressed.png +%%XFWM%%share/themes/Nordic/xfwm4/hide-active.png +%%XFWM%%share/themes/Nordic/xfwm4/hide-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/hide-prelight.png +%%XFWM%%share/themes/Nordic/xfwm4/hide-pressed.png +%%XFWM%%share/themes/Nordic/xfwm4/left-active.png +%%XFWM%%share/themes/Nordic/xfwm4/left-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/maximize-active.png +%%XFWM%%share/themes/Nordic/xfwm4/maximize-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/maximize-prelight.png +%%XFWM%%share/themes/Nordic/xfwm4/maximize-pressed.png +%%XFWM%%share/themes/Nordic/xfwm4/menu-active.png +%%XFWM%%share/themes/Nordic/xfwm4/menu-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/menu-prelight.png +%%XFWM%%share/themes/Nordic/xfwm4/menu-pressed.png +%%XFWM%%share/themes/Nordic/xfwm4/render_assets.fish +%%XFWM%%share/themes/Nordic/xfwm4/right-active.png +%%XFWM%%share/themes/Nordic/xfwm4/right-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/shade-active.png +%%XFWM%%share/themes/Nordic/xfwm4/shade-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/shade-prelight.png +%%XFWM%%share/themes/Nordic/xfwm4/shade-pressed.png +%%XFWM%%share/themes/Nordic/xfwm4/stick-active.png +%%XFWM%%share/themes/Nordic/xfwm4/stick-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/stick-prelight.png +%%XFWM%%share/themes/Nordic/xfwm4/stick-pressed.png +%%XFWM%%share/themes/Nordic/xfwm4/themerc +%%XFWM%%share/themes/Nordic/xfwm4/title-1-active-shaded.png +%%XFWM%%share/themes/Nordic/xfwm4/title-1-active.png +%%XFWM%%share/themes/Nordic/xfwm4/title-1-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/title-2-active.png +%%XFWM%%share/themes/Nordic/xfwm4/title-2-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/title-3-active.png +%%XFWM%%share/themes/Nordic/xfwm4/title-3-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/title-4-active.png +%%XFWM%%share/themes/Nordic/xfwm4/title-4-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/title-5-active.png +%%XFWM%%share/themes/Nordic/xfwm4/title-5-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/top-left-active-shaded.png +%%XFWM%%share/themes/Nordic/xfwm4/top-left-active.png +%%XFWM%%share/themes/Nordic/xfwm4/top-left-inactive.png +%%XFWM%%share/themes/Nordic/xfwm4/top-right-active-shaded.png +%%XFWM%%share/themes/Nordic/xfwm4/top-right-active.png +%%XFWM%%share/themes/Nordic/xfwm4/top-right-inactive.png diff --git a/x11-themes/numix-icon-theme-circle/Makefile b/x11-themes/numix-icon-theme-circle/Makefile index 01ed8e98aaa..df3644ed023 100644 --- a/x11-themes/numix-icon-theme-circle/Makefile +++ b/x11-themes/numix-icon-theme-circle/Makefile @@ -1,5 +1,5 @@ PORTNAME= numix-icon-theme-circle -DISTVERSION= 24.02.05 +DISTVERSION= 24.04.22 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com diff --git a/x11-themes/numix-icon-theme-circle/distinfo b/x11-themes/numix-icon-theme-circle/distinfo index 3a4f4e476be..102bc29b724 100644 --- a/x11-themes/numix-icon-theme-circle/distinfo +++ b/x11-themes/numix-icon-theme-circle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708850448 -SHA256 (numixproject-numix-icon-theme-circle-24.02.05_GH0.tar.gz) = 448d8450b90a4dec0e3cd82f69987e315afd0159a3ce3919497b1211bd70f1c1 -SIZE (numixproject-numix-icon-theme-circle-24.02.05_GH0.tar.gz) = 2531770 +TIMESTAMP = 1714252066 +SHA256 (numixproject-numix-icon-theme-circle-24.04.22_GH0.tar.gz) = 5f250b17dac1483a8cbff625a306565e53f6ccf6fdd8c7aa85811f03a2833583 +SIZE (numixproject-numix-icon-theme-circle-24.04.22_GH0.tar.gz) = 2555880 diff --git a/x11-themes/numix-icon-theme-circle/pkg-plist b/x11-themes/numix-icon-theme-circle/pkg-plist index 9c972d2abfc..9f3b9f0856c 100644 --- a/x11-themes/numix-icon-theme-circle/pkg-plist +++ b/x11-themes/numix-icon-theme-circle/pkg-plist @@ -177,6 +177,7 @@ share/icons/Numix-Circle/48/apps/DDNet.svg share/icons/Numix-Circle/48/apps/DNSCryptClient.svg share/icons/Numix-Circle/48/apps/Darwinia.svg share/icons/Numix-Circle/48/apps/DeSmuME.svg +share/icons/Numix-Circle/48/apps/DeltaPatcher.svg share/icons/Numix-Circle/48/apps/Deviantart-deviantart.com.svg share/icons/Numix-Circle/48/apps/DoomRunner.svg share/icons/Numix-Circle/48/apps/DownZemAll.svg @@ -379,6 +380,7 @@ share/icons/Numix-Circle/48/apps/TeamViewer.svg share/icons/Numix-Circle/48/apps/TelynGtk.svg share/icons/Numix-Circle/48/apps/Temps.svg share/icons/Numix-Circle/48/apps/Terminal.svg +share/icons/Numix-Circle/48/apps/TheForceEngine.svg share/icons/Numix-Circle/48/apps/ThriveLauncher.svg share/icons/Numix-Circle/48/apps/Thunar.svg share/icons/Numix-Circle/48/apps/TicketToRide.svg @@ -453,6 +455,7 @@ share/icons/Numix-Circle/48/apps/access.svg share/icons/Numix-Circle/48/apps/accessibility-directory.svg share/icons/Numix-Circle/48/apps/accessibility.svg share/icons/Numix-Circle/48/apps/accessibility_section.svg +share/icons/Numix-Circle/48/apps/accessibilityinspector.svg share/icons/Numix-Circle/48/apps/accessories-archiver.svg share/icons/Numix-Circle/48/apps/accessories-calculator.svg share/icons/Numix-Circle/48/apps/accessories-camera.svg @@ -590,6 +593,7 @@ share/icons/Numix-Circle/48/apps/amazonclouddrive.svg share/icons/Numix-Circle/48/apps/amazonmp3.svg share/icons/Numix-Circle/48/apps/amberol.svg share/icons/Numix-Circle/48/apps/ambience.svg +share/icons/Numix-Circle/48/apps/amcsquad.svg share/icons/Numix-Circle/48/apps/amd-ati.svg share/icons/Numix-Circle/48/apps/amd-ddm-mx.svg share/icons/Numix-Circle/48/apps/amd.svg @@ -653,6 +657,7 @@ share/icons/Numix-Circle/48/apps/app.drey.Biblioteca.svg share/icons/Numix-Circle/48/apps/app.drey.Blurble.svg share/icons/Numix-Circle/48/apps/app.drey.Damask.svg share/icons/Numix-Circle/48/apps/app.drey.Dialect.svg +share/icons/Numix-Circle/48/apps/app.drey.Doggo.svg share/icons/Numix-Circle/48/apps/app.drey.EarTag.svg share/icons/Numix-Circle/48/apps/app.drey.Elastic.svg share/icons/Numix-Circle/48/apps/app.drey.KeyRack.svg @@ -793,6 +798,7 @@ share/icons/Numix-Circle/48/apps/arronax.svg share/icons/Numix-Circle/48/apps/art.svg share/icons/Numix-Circle/48/apps/art.taunoerik.tauno-monitor.svg share/icons/Numix-Circle/48/apps/art.taunoerik.tauno-serial-plotter.svg +share/icons/Numix-Circle/48/apps/art.taunoerik.taunomonitor.svg share/icons/Numix-Circle/48/apps/arteFetcher.svg share/icons/Numix-Circle/48/apps/artemanufrij.hashit.svg share/icons/Numix-Circle/48/apps/artemanufrij.metronome.svg @@ -830,6 +836,7 @@ share/icons/Numix-Circle/48/apps/astah-community.svg share/icons/Numix-Circle/48/apps/astah-pro.svg share/icons/Numix-Circle/48/apps/astah_community.svg share/icons/Numix-Circle/48/apps/astahc.svg +share/icons/Numix-Circle/48/apps/asteroids-revenge.svg share/icons/Numix-Circle/48/apps/astroid.svg share/icons/Numix-Circle/48/apps/astroimpact.svg share/icons/Numix-Circle/48/apps/astromenace.svg @@ -936,6 +943,7 @@ share/icons/Numix-Circle/48/apps/baka-mplayer.svg share/icons/Numix-Circle/48/apps/baldis-basics.svg share/icons/Numix-Circle/48/apps/balena-etcher-electron.svg share/icons/Numix-Circle/48/apps/balena-etcher.svg +share/icons/Numix-Circle/48/apps/ball2box.svg share/icons/Numix-Circle/48/apps/ballerburg.svg share/icons/Numix-Circle/48/apps/baloo.svg share/icons/Numix-Circle/48/apps/balsamiq.svg @@ -971,6 +979,7 @@ share/icons/Numix-Circle/48/apps/beast.svg share/icons/Numix-Circle/48/apps/beatbox.svg share/icons/Numix-Circle/48/apps/beatconnect-client.svg share/icons/Numix-Circle/48/apps/beatconnect_client.svg +share/icons/Numix-Circle/48/apps/beaver-notes.svg share/icons/Numix-Circle/48/apps/beekeeper-studio.svg share/icons/Numix-Circle/48/apps/beeref.svg share/icons/Numix-Circle/48/apps/beryl-manager.svg @@ -1014,6 +1023,7 @@ share/icons/Numix-Circle/48/apps/blanket.svg share/icons/Numix-Circle/48/apps/bleachbit.svg share/icons/Numix-Circle/48/apps/blender.svg share/icons/Numix-Circle/48/apps/bless-48x48.svg +share/icons/Numix-Circle/48/apps/blink.svg share/icons/Numix-Circle/48/apps/blinken.svg share/icons/Numix-Circle/48/apps/blivet-gui.svg share/icons/Numix-Circle/48/apps/blobby.svg @@ -1091,6 +1101,7 @@ share/icons/Numix-Circle/48/apps/bpytop.svg share/icons/Numix-Circle/48/apps/br.app.pw3270.svg share/icons/Numix-Circle/48/apps/br.com.gualandi.Xjump.svg share/icons/Numix-Circle/48/apps/br.com.jeanhertel.adriconf.svg +share/icons/Numix-Circle/48/apps/br.eng.silas.qpdftools.svg share/icons/Numix-Circle/48/apps/brackets-electron.svg share/icons/Numix-Circle/48/apps/brackets.svg share/icons/Numix-Circle/48/apps/braid.svg @@ -1103,6 +1114,7 @@ share/icons/Numix-Circle/48/apps/brave-akpamiohjfcnimfljfndmaldlcfphjmp-Default. share/icons/Numix-Circle/48/apps/brave-bin.svg share/icons/Numix-Circle/48/apps/brave-browser-dev.svg share/icons/Numix-Circle/48/apps/brave-browser.svg +share/icons/Numix-Circle/48/apps/brave-cifhbcnohmdccbgoicgdjpfamggdegmo-Default.svg share/icons/Numix-Circle/48/apps/brave-cinhimbnkkaeohfgghhklpknlkffjgod-Default.svg share/icons/Numix-Circle/48/apps/brave-cnlnpjpkobmmbdnpbdceplbemhibbhll-Default.svg share/icons/Numix-Circle/48/apps/brave-desktop-dev.svg @@ -1439,6 +1451,7 @@ share/icons/Numix-Circle/48/apps/chakra-backup.svg share/icons/Numix-Circle/48/apps/chart-activity.svg share/icons/Numix-Circle/48/apps/chartgeany.svg share/icons/Numix-Circle/48/apps/chat.delta.desktop.svg +share/icons/Numix-Circle/48/apps/chat.iamb.iamb.svg share/icons/Numix-Circle/48/apps/chat.quadrix.Quadrix.svg share/icons/Numix-Circle/48/apps/chat.revolt.Desktop.svg share/icons/Numix-Circle/48/apps/chat.rocket.RocketChat.svg @@ -1465,6 +1478,8 @@ share/icons/Numix-Circle/48/apps/chirurgien.svg share/icons/Numix-Circle/48/apps/chmsee-16x16.svg share/icons/Numix-Circle/48/apps/chmsee-32x32.svg share/icons/Numix-Circle/48/apps/chmsee-icon.svg +share/icons/Numix-Circle/48/apps/chocolate-box.svg +share/icons/Numix-Circle/48/apps/chocolate-box_256.svg share/icons/Numix-Circle/48/apps/chocolate-doom-setup.svg share/icons/Numix-Circle/48/apps/chocolate-doom.svg share/icons/Numix-Circle/48/apps/chocolate-setup.svg @@ -1496,6 +1511,7 @@ share/icons/Numix-Circle/48/apps/chrome-bnadbgmffcofipfljniafanjcafjlbom-Default share/icons/Numix-Circle/48/apps/chrome-bnbaboaihhkjoaolfnfoablhllahjnee-Default.svg share/icons/Numix-Circle/48/apps/chrome-boeajhmfdjldchidhphikilcgdacljfm-Default.svg share/icons/Numix-Circle/48/apps/chrome-chlffgpmiacpedhhbkiomidkjlcfhogd-Default.svg +share/icons/Numix-Circle/48/apps/chrome-cifhbcnohmdccbgoicgdjpfamggdegmo-Default.svg share/icons/Numix-Circle/48/apps/chrome-ciioilnaleldclnoaglmkejfikodhdai-Default.svg share/icons/Numix-Circle/48/apps/chrome-cijncchffkmlnfdbnkkfclcbnjcoegjc-Default.svg share/icons/Numix-Circle/48/apps/chrome-cinhimbnkkaeohfgghhklpknlkffjgod-Default.svg @@ -1742,6 +1758,7 @@ share/icons/Numix-Circle/48/apps/colormate.svg share/icons/Numix-Circle/48/apps/colorpicker.svg share/icons/Numix-Circle/48/apps/colorway.svg share/icons/Numix-Circle/48/apps/com.Cisco.PacketTracer.svg +share/icons/Numix-Circle/48/apps/com.System76.CosmicThemeEditor.svg share/icons/Numix-Circle/48/apps/com.abisource.AbiWord.svg share/icons/Numix-Circle/48/apps/com.adilhanney.ricochlime.svg share/icons/Numix-Circle/48/apps/com.adilhanney.saber.svg @@ -1767,6 +1784,7 @@ share/icons/Numix-Circle/48/apps/com.baidu.NetDisk.svg share/icons/Numix-Circle/48/apps/com.bambulab.BambuStudio.svg share/icons/Numix-Circle/48/apps/com.basiomeuspuga.Lector.svg share/icons/Numix-Circle/48/apps/com.beakerbrowser.Beaker.svg +share/icons/Numix-Circle/48/apps/com.beavernotes.beavernotes.svg share/icons/Numix-Circle/48/apps/com.belmoussaoui.Authenticator.svg share/icons/Numix-Circle/48/apps/com.belmoussaoui.Decoder.svg share/icons/Numix-Circle/48/apps/com.belmoussaoui.Obfuscate.svg @@ -1783,6 +1801,7 @@ share/icons/Numix-Circle/48/apps/com.bixense.PasswordCalculator.svg share/icons/Numix-Circle/48/apps/com.bjareholt.johan.SimpleDiary.svg share/icons/Numix-Circle/48/apps/com.bladecoder.adventure-editor.svg share/icons/Numix-Circle/48/apps/com.blockstream.Green.svg +share/icons/Numix-Circle/48/apps/com.blunix.currency_converter.svg share/icons/Numix-Circle/48/apps/com.borgbase.Vorta.svg share/icons/Numix-Circle/48/apps/com.brave.Browser.svg share/icons/Numix-Circle/48/apps/com.calibre_ebook.calibre.ebook_edit.svg @@ -1793,12 +1812,14 @@ share/icons/Numix-Circle/48/apps/com.calibre_ebook.calibre_gui.svg share/icons/Numix-Circle/48/apps/com.cassidyjames.butler.svg share/icons/Numix-Circle/48/apps/com.cassidyjames.plausible.svg share/icons/Numix-Circle/48/apps/com.cburch.Logisim.svg +share/icons/Numix-Circle/48/apps/com.cerebralnomad.recipescribe.svg share/icons/Numix-Circle/48/apps/com.chatterino.chatterino.svg share/icons/Numix-Circle/48/apps/com.chez.GrafX2.svg share/icons/Numix-Circle/48/apps/com.chowdsp.BYOD.svg share/icons/Numix-Circle/48/apps/com.chroniclogic.Zatikon.svg share/icons/Numix-Circle/48/apps/com.clarahobbs.chessclock.svg share/icons/Numix-Circle/48/apps/com.codemouse92.timecard.svg +share/icons/Numix-Circle/48/apps/com.core447.StreamController.svg share/icons/Numix-Circle/48/apps/com.corifeus.onenote.svg share/icons/Numix-Circle/48/apps/com.corsixth.CorsixTH.svg share/icons/Numix-Circle/48/apps/com.corsixth.corsixth.svg @@ -1809,6 +1830,7 @@ share/icons/Numix-Circle/48/apps/com.cyberbotics.Webots.svg share/icons/Numix-Circle/48/apps/com.dangeredwolf.ModernDeck.svg share/icons/Numix-Circle/48/apps/com.darhon.drfinance.svg share/icons/Numix-Circle/48/apps/com.darhon.syncbackup.svg +share/icons/Numix-Circle/48/apps/com.dec05eba.gpu_screen_recorder.svg share/icons/Numix-Circle/48/apps/com.deepin.Calculator.svg share/icons/Numix-Circle/48/apps/com.deepin.Calendar.svg share/icons/Numix-Circle/48/apps/com.deepin.ImageViewer.svg @@ -1877,6 +1899,7 @@ share/icons/Numix-Circle/48/apps/com.gexperts.Tilix.svg share/icons/Numix-Circle/48/apps/com.giadamusic.Giada.svg share/icons/Numix-Circle/48/apps/com.gigitux.gtkwhats.svg share/icons/Numix-Circle/48/apps/com.gigitux.youp.svg +share/icons/Numix-Circle/48/apps/com.gitbutler.gitbutler.svg share/icons/Numix-Circle/48/apps/com.github.ADBeveridge.Raider.svg share/icons/Numix-Circle/48/apps/com.github.AdwCustomizerTeam.AdwCustomizer.svg share/icons/Numix-Circle/48/apps/com.github.AdwCustomizerTeam.Gradience.svg @@ -1901,6 +1924,7 @@ share/icons/Numix-Circle/48/apps/com.github.Murmele.Gittyup.svg share/icons/Numix-Circle/48/apps/com.github.PintaProject.Pinta.svg share/icons/Numix-Circle/48/apps/com.github.Qv2ray.svg share/icons/Numix-Circle/48/apps/com.github.Rosalie241.RMG.svg +share/icons/Numix-Circle/48/apps/com.github.Roshan_R.PyDrop.svg share/icons/Numix-Circle/48/apps/com.github.SubhadeepJasu.pebbles.svg share/icons/Numix-Circle/48/apps/com.github.ThePowderToy.ThePowderToy.svg share/icons/Numix-Circle/48/apps/com.github.TheThirdOne.rars.svg @@ -2311,6 +2335,7 @@ share/icons/Numix-Circle/48/apps/com.kdab.GammaRay.svg share/icons/Numix-Circle/48/apps/com.kitware.F3D.svg share/icons/Numix-Circle/48/apps/com.korbsstudio.penpot-desktop.svg share/icons/Numix-Circle/48/apps/com.ktechpit.whatsie.svg +share/icons/Numix-Circle/48/apps/com.lablicate.OpenChrom.svg share/icons/Numix-Circle/48/apps/com.lakoliu.Furtherance.svg share/icons/Numix-Circle/48/apps/com.leagueoflegends.Client.svg share/icons/Numix-Circle/48/apps/com.leinardi.gst.svg @@ -2345,6 +2370,8 @@ share/icons/Numix-Circle/48/apps/com.mucommander.Mucommander.svg share/icons/Numix-Circle/48/apps/com.neatdecisions.Detwinner.svg share/icons/Numix-Circle/48/apps/com.netease.CloudMusic.svg share/icons/Numix-Circle/48/apps/com.nextcloud.desktopclient.nextcloud.svg +share/icons/Numix-Circle/48/apps/com.nickgirga.chocolate-box.svg +share/icons/Numix-Circle/48/apps/com.nickgirga.webready.svg share/icons/Numix-Circle/48/apps/com.notepadqq.notepadqq.svg share/icons/Numix-Circle/48/apps/com.notesnook.Notesnook.svg share/icons/Numix-Circle/48/apps/com.obsproject.Studio.svg @@ -2354,6 +2381,7 @@ share/icons/Numix-Circle/48/apps/com.openmusicplayer.OMP.svg share/icons/Numix-Circle/48/apps/com.opera.Opera.svg share/icons/Numix-Circle/48/apps/com.oppzippy.OpenSCQ30.svg share/icons/Numix-Circle/48/apps/com.orama_interactive.Pixelorama.svg +share/icons/Numix-Circle/48/apps/com.oyajun.ColorCode.svg share/icons/Numix-Circle/48/apps/com.ozmartians.VidCutter.svg share/icons/Numix-Circle/48/apps/com.pikatorrent.PikaTorrent.svg share/icons/Numix-Circle/48/apps/com.play0ad.zeroad.svg @@ -2429,11 +2457,17 @@ share/icons/Numix-Circle/48/apps/com.syntevo.SmartSynchronize.svg share/icons/Numix-Circle/48/apps/com.system76.CosmicAppLibrary.svg share/icons/Numix-Circle/48/apps/com.system76.CosmicAppList.svg share/icons/Numix-Circle/48/apps/com.system76.CosmicBackground.svg +share/icons/Numix-Circle/48/apps/com.system76.CosmicEdit.svg +share/icons/Numix-Circle/48/apps/com.system76.CosmicFiles.svg share/icons/Numix-Circle/48/apps/com.system76.CosmicLauncher.svg +share/icons/Numix-Circle/48/apps/com.system76.CosmicSettings.svg +share/icons/Numix-Circle/48/apps/com.system76.CosmicStore.svg +share/icons/Numix-Circle/48/apps/com.system76.CosmicTerm.svg share/icons/Numix-Circle/48/apps/com.system76.Popsicle.svg share/icons/Numix-Circle/48/apps/com.teamspeak.TeamSpeak.svg share/icons/Numix-Circle/48/apps/com.teamspeak.TeamSpeak3.svg share/icons/Numix-Circle/48/apps/com.teeworlds.Teeworlds.svg +share/icons/Numix-Circle/48/apps/com.tencent.WeChat.svg share/icons/Numix-Circle/48/apps/com.tercad.fingrom.svg share/icons/Numix-Circle/48/apps/com.thedarkmod.TheDarkMod.svg share/icons/Numix-Circle/48/apps/com.thewavewarden.Odin2.svg @@ -2443,6 +2477,7 @@ share/icons/Numix-Circle/48/apps/com.todotxt.sleek.svg share/icons/Numix-Circle/48/apps/com.toggl.TogglDesktop.svg share/icons/Numix-Circle/48/apps/com.tomjwatson.Emote.svg share/icons/Numix-Circle/48/apps/com.tonikelope.MegaBasterd.svg +share/icons/Numix-Circle/48/apps/com.toolstack.Folio.svg share/icons/Numix-Circle/48/apps/com.ubunutu.ubiquity.svg share/icons/Numix-Circle/48/apps/com.ugetdm.uGet.svg share/icons/Numix-Circle/48/apps/com.ulduzsoft.KchmViewer.svg @@ -2477,6 +2512,7 @@ share/icons/Numix-Circle/48/apps/com.vixalien.decibels.svg share/icons/Numix-Circle/48/apps/com.vixalien.muzika.svg share/icons/Numix-Circle/48/apps/com.vixalien.sticky.svg share/icons/Numix-Circle/48/apps/com.voxdsp.AstroImpact.svg +share/icons/Numix-Circle/48/apps/com.voxdsp.Borg.svg share/icons/Numix-Circle/48/apps/com.voxdsp.VoxelPaint.svg share/icons/Numix-Circle/48/apps/com.voxdsp.VoxelPaintPro.svg share/icons/Numix-Circle/48/apps/com.vscodium.codium-insiders.svg @@ -2553,6 +2589,7 @@ share/icons/Numix-Circle/48/apps/cosmic-app-library.svg share/icons/Numix-Circle/48/apps/cosmic-app-list.svg share/icons/Numix-Circle/48/apps/cosmic-bg.svg share/icons/Numix-Circle/48/apps/cosmic-settings.svg +share/icons/Numix-Circle/48/apps/cosmic-theme-editor.svg share/icons/Numix-Circle/48/apps/cosmiccomics.svg share/icons/Numix-Circle/48/apps/cotour.svg share/icons/Numix-Circle/48/apps/coulr.svg @@ -2781,6 +2818,7 @@ share/icons/Numix-Circle/48/apps/de.manuel_kehl.go-for-it.svg share/icons/Numix-Circle/48/apps/de.marlam.gencolormap.svg share/icons/Numix-Circle/48/apps/de.marlam.qv.svg share/icons/Numix-Circle/48/apps/de.mediathekview.MediathekView.svg +share/icons/Numix-Circle/48/apps/de.nagstamon.nagstamon.svg share/icons/Numix-Circle/48/apps/de.openstreetmap.josm.svg share/icons/Numix-Circle/48/apps/de.philippun1.Snoop.svg share/icons/Numix-Circle/48/apps/de.philippun1.omgrep.svg @@ -2795,6 +2833,7 @@ share/icons/Numix-Circle/48/apps/de.schmidhuberj.tubefeeder.svg share/icons/Numix-Circle/48/apps/de.sesu8642.feudaltactics.svg share/icons/Numix-Circle/48/apps/de.shorsh.discord-screenaudio.svg share/icons/Numix-Circle/48/apps/de.uni_heidelberg.zah.GaiaSky.svg +share/icons/Numix-Circle/48/apps/de.wagnermartin.Plattenalbum.svg share/icons/Numix-Circle/48/apps/de.wedesoft.anymeal.svg share/icons/Numix-Circle/48/apps/de.wger.flutter.svg share/icons/Numix-Circle/48/apps/de.wolfvollprecht.UberWriter.svg @@ -2807,6 +2846,7 @@ share/icons/Numix-Circle/48/apps/debian-reference.svg share/icons/Numix-Circle/48/apps/debian-swirl.svg share/icons/Numix-Circle/48/apps/debian.svg share/icons/Numix-Circle/48/apps/debreate.svg +share/icons/Numix-Circle/48/apps/debug-run.svg share/icons/Numix-Circle/48/apps/decibel.svg share/icons/Numix-Circle/48/apps/decibels.svg share/icons/Numix-Circle/48/apps/deepin-album.svg @@ -2873,6 +2913,7 @@ share/icons/Numix-Circle/48/apps/delfin.svg share/icons/Numix-Circle/48/apps/delir.svg share/icons/Numix-Circle/48/apps/deltachat-desktop.svg share/icons/Numix-Circle/48/apps/deltachat.svg +share/icons/Numix-Circle/48/apps/deltapatcher.svg share/icons/Numix-Circle/48/apps/deluge-torrent.svg share/icons/Numix-Circle/48/apps/deluge.svg share/icons/Numix-Circle/48/apps/dementia.svg @@ -2928,6 +2969,7 @@ share/icons/Numix-Circle/48/apps/dev.linwood.butterfly.svg share/icons/Numix-Circle/48/apps/dev.lukebriggs.pepys.svg share/icons/Numix-Circle/48/apps/dev.lynith.Speedtest.svg share/icons/Numix-Circle/48/apps/dev.mufeed.Wordbook.svg +share/icons/Numix-Circle/48/apps/dev.neovide.neovide.svg share/icons/Numix-Circle/48/apps/dev.pulsar_edit.Pulsar.svg share/icons/Numix-Circle/48/apps/dev.rdm.RDM.svg share/icons/Numix-Circle/48/apps/dev.robiot.xclicker.svg @@ -2939,6 +2981,8 @@ share/icons/Numix-Circle/48/apps/dev.serebit.Waycheck.svg share/icons/Numix-Circle/48/apps/dev.shaduri.GSmartControl.svg share/icons/Numix-Circle/48/apps/dev.skynomads.Seabird.svg share/icons/Numix-Circle/48/apps/dev.slimevr.SlimeVR.svg +share/icons/Numix-Circle/48/apps/dev.tchx84.Gameeky.Devel.svg +share/icons/Numix-Circle/48/apps/dev.tchx84.Gameeky.svg share/icons/Numix-Circle/48/apps/dev.tchx84.Portfolio.svg share/icons/Numix-Circle/48/apps/dev.vencord.Vesktop.svg share/icons/Numix-Circle/48/apps/dev.vieb.Vieb.svg @@ -2986,6 +3030,15 @@ share/icons/Numix-Circle/48/apps/disk-check.svg share/icons/Numix-Circle/48/apps/disk-usage-analyzer.svg share/icons/Numix-Circle/48/apps/diskmonitor.svg share/icons/Numix-Circle/48/apps/disks.svg +share/icons/Numix-Circle/48/apps/dispcalGUI-3DLUT-maker.svg +share/icons/Numix-Circle/48/apps/dispcalGUI-VRML-to-X3D-converter.svg +share/icons/Numix-Circle/48/apps/dispcalGUI-apply-profiles.svg +share/icons/Numix-Circle/48/apps/dispcalGUI-curve-viewer.svg +share/icons/Numix-Circle/48/apps/dispcalGUI-profile-info.svg +share/icons/Numix-Circle/48/apps/dispcalGUI-scripting-client.svg +share/icons/Numix-Circle/48/apps/dispcalGUI-synthprofile.svg +share/icons/Numix-Circle/48/apps/dispcalGUI-testchart-editor.svg +share/icons/Numix-Circle/48/apps/dispcalGUI.svg share/icons/Numix-Circle/48/apps/disper.svg share/icons/Numix-Circle/48/apps/display-capplet.svg share/icons/Numix-Circle/48/apps/display-im6.Q16.svg @@ -3001,6 +3054,7 @@ share/icons/Numix-Circle/48/apps/displaycal-testchart-editor.svg share/icons/Numix-Circle/48/apps/displaycal-vrml-to-x3d-converter.svg share/icons/Numix-Circle/48/apps/displaycal.svg share/icons/Numix-Circle/48/apps/dispremi.svg +share/icons/Numix-Circle/48/apps/dissent.svg share/icons/Numix-Circle/48/apps/distccmon-gnome.svg share/icons/Numix-Circle/48/apps/distccmon.svg share/icons/Numix-Circle/48/apps/distributor-logo-absolute.svg @@ -3159,6 +3213,7 @@ share/icons/Numix-Circle/48/apps/dockremoteclient.svg share/icons/Numix-Circle/48/apps/dockstation.svg share/icons/Numix-Circle/48/apps/docky.svg share/icons/Numix-Circle/48/apps/dogecoin.svg +share/icons/Numix-Circle/48/apps/doggo.svg share/icons/Numix-Circle/48/apps/doki-doki-literature-club.svg share/icons/Numix-Circle/48/apps/doki-doki-mod-manager.svg share/icons/Numix-Circle/48/apps/dolphin-emu.svg @@ -3174,6 +3229,7 @@ share/icons/Numix-Circle/48/apps/door-knocker.svg share/icons/Numix-Circle/48/apps/dopamine.svg share/icons/Numix-Circle/48/apps/dopewars-weed.svg share/icons/Numix-Circle/48/apps/dopewars.svg +share/icons/Numix-Circle/48/apps/dorion.svg share/icons/Numix-Circle/48/apps/dosage.svg share/icons/Numix-Circle/48/apps/dosbox-ece.svg share/icons/Numix-Circle/48/apps/dosbox-staging.svg @@ -3271,6 +3327,7 @@ share/icons/Numix-Circle/48/apps/edu.mit.Scratch.svg share/icons/Numix-Circle/48/apps/edu.princeton.physics.WSJTX.svg share/icons/Numix-Circle/48/apps/edu.stanford.Almond.svg share/icons/Numix-Circle/48/apps/edu.stanford.protege.svg +share/icons/Numix-Circle/48/apps/ee.ria.qdigidoc4.svg share/icons/Numix-Circle/48/apps/eekboard.svg share/icons/Numix-Circle/48/apps/eeman.svg share/icons/Numix-Circle/48/apps/eeschema.svg @@ -3422,6 +3479,7 @@ share/icons/Numix-Circle/48/apps/eu.cichy1173.tabela.svg share/icons/Numix-Circle/48/apps/eu.ithz.umftpd.svg share/icons/Numix-Circle/48/apps/eu.nimmerfort.blackbody.svg share/icons/Numix-Circle/48/apps/eu.planete_kraus.Tarot.svg +share/icons/Numix-Circle/48/apps/eu.quelltext.open_chakra_toning.svg share/icons/Numix-Circle/48/apps/eu.scarpetta.PDFMixTool.svg share/icons/Numix-Circle/48/apps/eu.scarpetta.QtWAW.svg share/icons/Numix-Circle/48/apps/eu.skribisto.skribisto.svg @@ -3488,6 +3546,7 @@ share/icons/Numix-Circle/48/apps/feather-wallet.svg share/icons/Numix-Circle/48/apps/feather.svg share/icons/Numix-Circle/48/apps/feathernotes.svg share/icons/Numix-Circle/48/apps/featherpad.svg +share/icons/Numix-Circle/48/apps/fedistar.svg share/icons/Numix-Circle/48/apps/fedora-documentation.svg share/icons/Numix-Circle/48/apps/fedora-release-notes.svg share/icons/Numix-Circle/48/apps/fedora-utils.svg @@ -3574,6 +3633,7 @@ share/icons/Numix-Circle/48/apps/firewall.svg share/icons/Numix-Circle/48/apps/firmware-manager.svg share/icons/Numix-Circle/48/apps/firmware-updater.svg share/icons/Numix-Circle/48/apps/firmware.svg +share/icons/Numix-Circle/48/apps/firo.svg share/icons/Numix-Circle/48/apps/fish.svg share/icons/Numix-Circle/48/apps/fityk.svg share/icons/Numix-Circle/48/apps/fitzthefox.svg @@ -3590,6 +3650,7 @@ share/icons/Numix-Circle/48/apps/flare.svg share/icons/Numix-Circle/48/apps/flareget.svg share/icons/Numix-Circle/48/apps/flash-player-properties.svg share/icons/Numix-Circle/48/apps/flash.svg +share/icons/Numix-Circle/48/apps/flashcards.svg share/icons/Numix-Circle/48/apps/flashplayer.svg share/icons/Numix-Circle/48/apps/flashplayerproperties.svg share/icons/Numix-Circle/48/apps/flatcam.svg @@ -3605,6 +3666,7 @@ share/icons/Numix-Circle/48/apps/flippy.svg share/icons/Numix-Circle/48/apps/flips.svg share/icons/Numix-Circle/48/apps/flock-browser.svg share/icons/Numix-Circle/48/apps/flojoy-studio.svg +share/icons/Numix-Circle/48/apps/floodlight-presenter.svg share/icons/Numix-Circle/48/apps/floorp.svg share/icons/Numix-Circle/48/apps/flowblade.svg share/icons/Numix-Circle/48/apps/flpsed.svg @@ -3625,6 +3687,7 @@ share/icons/Numix-Circle/48/apps/fogger.svg share/icons/Numix-Circle/48/apps/folder-remote-properties.svg share/icons/Numix-Circle/48/apps/folder-sparkleshare.svg share/icons/Numix-Circle/48/apps/foliate.svg +share/icons/Numix-Circle/48/apps/follamac.svg share/icons/Numix-Circle/48/apps/fondo.svg share/icons/Numix-Circle/48/apps/font-downloader.svg share/icons/Numix-Circle/48/apps/font-editor.svg @@ -3761,6 +3824,7 @@ share/icons/Numix-Circle/48/apps/gambas3.svg share/icons/Numix-Circle/48/apps/gambitchess.svg share/icons/Numix-Circle/48/apps/gambito.svg share/icons/Numix-Circle/48/apps/gamehub.svg +share/icons/Numix-Circle/48/apps/gameky2.svg share/icons/Numix-Circle/48/apps/gamemaker-studio-2.svg share/icons/Numix-Circle/48/apps/gamma-editor.svg share/icons/Numix-Circle/48/apps/gammaray.svg @@ -3883,6 +3947,7 @@ share/icons/Numix-Circle/48/apps/git-cola.svg share/icons/Numix-Circle/48/apps/git-gui.svg share/icons/Numix-Circle/48/apps/git-it.svg share/icons/Numix-Circle/48/apps/gitahead.svg +share/icons/Numix-Circle/48/apps/gitbutler.svg share/icons/Numix-Circle/48/apps/giteye.svg share/icons/Numix-Circle/48/apps/gitg.svg share/icons/Numix-Circle/48/apps/github-desktop.svg @@ -4200,6 +4265,7 @@ share/icons/Numix-Circle/48/apps/gomoku.svg share/icons/Numix-Circle/48/apps/gonvert.svg share/icons/Numix-Circle/48/apps/goobox.svg share/icons/Numix-Circle/48/apps/goodvibes.svg +share/icons/Numix-Circle/48/apps/google-agenda.svg share/icons/Numix-Circle/48/apps/google-calendar.svg share/icons/Numix-Circle/48/apps/google-chat.svg share/icons/Numix-Circle/48/apps/google-chrome-beta.svg @@ -4207,6 +4273,7 @@ share/icons/Numix-Circle/48/apps/google-chrome-unstable.svg share/icons/Numix-Circle/48/apps/google-chrome.svg share/icons/Numix-Circle/48/apps/google-chrome2.svg share/icons/Numix-Circle/48/apps/google-chromium.svg +share/icons/Numix-Circle/48/apps/google-contacts.svg share/icons/Numix-Circle/48/apps/google-docs.svg share/icons/Numix-Circle/48/apps/google-drive.svg share/icons/Numix-Circle/48/apps/google-earth-pro.svg @@ -4214,6 +4281,7 @@ share/icons/Numix-Circle/48/apps/google-earth.svg share/icons/Numix-Circle/48/apps/google-hangouts-chat.svg share/icons/Numix-Circle/48/apps/google-hangouts.svg share/icons/Numix-Circle/48/apps/google-keep.svg +share/icons/Numix-Circle/48/apps/google-messages.svg share/icons/Numix-Circle/48/apps/google-music.svg share/icons/Numix-Circle/48/apps/google-musicmanager.svg share/icons/Numix-Circle/48/apps/google-news.svg @@ -4422,17 +4490,20 @@ share/icons/Numix-Circle/48/apps/hamster-time-tracker.svg share/icons/Numix-Circle/48/apps/hamster.svg share/icons/Numix-Circle/48/apps/handbrake.svg share/icons/Numix-Circle/48/apps/happy-wheels.svg +share/icons/Numix-Circle/48/apps/harbour-amazfish-ui.svg share/icons/Numix-Circle/48/apps/harbour-osmscout-server.svg share/icons/Numix-Circle/48/apps/harbour-pure-maps.svg share/icons/Numix-Circle/48/apps/harbour-puzzle-master.svg share/icons/Numix-Circle/48/apps/harddrake2.svg share/icons/Numix-Circle/48/apps/hardinfo.svg +share/icons/Numix-Circle/48/apps/hardinfo2.svg share/icons/Numix-Circle/48/apps/harmonoid.svg share/icons/Numix-Circle/48/apps/harmony.svg share/icons/Numix-Circle/48/apps/haroopad.svg share/icons/Numix-Circle/48/apps/haruna.svg share/icons/Numix-Circle/48/apps/harvey.svg share/icons/Numix-Circle/48/apps/hashbrown.svg +share/icons/Numix-Circle/48/apps/hashomatic.svg share/icons/Numix-Circle/48/apps/hashsum.svg share/icons/Numix-Circle/48/apps/hatari.svg share/icons/Numix-Circle/48/apps/hb-icon.svg @@ -4533,6 +4604,7 @@ share/icons/Numix-Circle/48/apps/i2prouter.svg share/icons/Numix-Circle/48/apps/iViewer.svg share/icons/Numix-Circle/48/apps/iagno.svg share/icons/Numix-Circle/48/apps/iaito.svg +share/icons/Numix-Circle/48/apps/iamb.svg share/icons/Numix-Circle/48/apps/ibus-bopomofo.svg share/icons/Numix-Circle/48/apps/ibus-engine.svg share/icons/Numix-Circle/48/apps/ibus-keyboard.svg @@ -4744,8 +4816,11 @@ share/icons/Numix-Circle/48/apps/io.github.TheThirdOne.rars.svg share/icons/Numix-Circle/48/apps/io.github.TheWisker.Cavasik.svg share/icons/Numix-Circle/48/apps/io.github.Torrent-file-editor.svg share/icons/Numix-Circle/48/apps/io.github.TransmissionRemoteGtk.svg +share/icons/Numix-Circle/48/apps/io.github.YouROK.TorrServer.svg share/icons/Numix-Circle/48/apps/io.github.Youda008.DoomRunner.svg share/icons/Numix-Circle/48/apps/io.github.aandrew_me.ytdn.svg +share/icons/Numix-Circle/48/apps/io.github.ad_on_is.Resticity.svg +share/icons/Numix-Circle/48/apps/io.github.adenlall.salatok-gtk.svg share/icons/Numix-Circle/48/apps/io.github.adrienverge.PhotoCollage.svg share/icons/Numix-Circle/48/apps/io.github.aerocyber.sitemarker.svg share/icons/Numix-Circle/48/apps/io.github.alainm23.planify.svg @@ -4760,6 +4835,7 @@ share/icons/Numix-Circle/48/apps/io.github.amit9838.weather.svg share/icons/Numix-Circle/48/apps/io.github.andreibachim.shortcut.svg share/icons/Numix-Circle/48/apps/io.github.antimicrox.antimicrox.svg share/icons/Numix-Circle/48/apps/io.github.atari800.Atari800.svg +share/icons/Numix-Circle/48/apps/io.github.babaissarkar.ssplot.svg share/icons/Numix-Circle/48/apps/io.github.barryran.QtScrcpy.svg share/icons/Numix-Circle/48/apps/io.github.benini.scid.svg share/icons/Numix-Circle/48/apps/io.github.bgallois.openjournal.svg @@ -4780,6 +4856,7 @@ share/icons/Numix-Circle/48/apps/io.github.cloose.CuteMarkEd.svg share/icons/Numix-Circle/48/apps/io.github.cmus.cmus.svg share/icons/Numix-Circle/48/apps/io.github.complexlogic.EasyAudioSync.svg share/icons/Numix-Circle/48/apps/io.github.congard.qnvsm.svg +share/icons/Numix-Circle/48/apps/io.github.cudatext.CudaText-Qt.svg share/icons/Numix-Circle/48/apps/io.github.cudatext.Cudatext-Qt5.svg share/icons/Numix-Circle/48/apps/io.github.cudatext.Cudatext-Qt6.svg share/icons/Numix-Circle/48/apps/io.github.cudatext.Cudatext.svg @@ -4788,6 +4865,7 @@ share/icons/Numix-Circle/48/apps/io.github.danirabbit.nimbus.svg share/icons/Numix-Circle/48/apps/io.github.danrabbit.harvey.svg share/icons/Numix-Circle/48/apps/io.github.danrabbit.lookbook.svg share/icons/Numix-Circle/48/apps/io.github.darkhz.rclonetui.svg +share/icons/Numix-Circle/48/apps/io.github.david_swift.Flashcards.svg share/icons/Numix-Circle/48/apps/io.github.daviddesimone.opencloudsaves.svg share/icons/Numix-Circle/48/apps/io.github.davidoc26.wallpaper_selector.svg share/icons/Numix-Circle/48/apps/io.github.dbchoco.Salawat.svg @@ -4815,13 +4893,17 @@ share/icons/Numix-Circle/48/apps/io.github.dweymouth.supersonic.svg share/icons/Numix-Circle/48/apps/io.github.dyegoaurelio.simple-wireplumber-gui.svg share/icons/Numix-Circle/48/apps/io.github.ec_.Quake3e.OpenArena.svg share/icons/Numix-Circle/48/apps/io.github.endless-sky.endless-sky.svg +share/icons/Numix-Circle/48/apps/io.github.endless_sky.endless_sky.svg +share/icons/Numix-Circle/48/apps/io.github.eteran.edb-debugger.svg share/icons/Numix-Circle/48/apps/io.github.fabrialberio.pinapp.svg share/icons/Numix-Circle/48/apps/io.github.fastrizwaan.WineZGUI.svg share/icons/Numix-Circle/48/apps/io.github.ferraridamiano.ConverterNOW.svg +share/icons/Numix-Circle/48/apps/io.github.finefindus.Hieroglyphic.svg share/icons/Numix-Circle/48/apps/io.github.fizzyizzy05.binary.svg share/icons/Numix-Circle/48/apps/io.github.fkinoshita.Telegraph.svg share/icons/Numix-Circle/48/apps/io.github.fkinoshita.Wildcard.svg share/icons/Numix-Circle/48/apps/io.github.flattool.Warehouse.svg +share/icons/Numix-Circle/48/apps/io.github.fm_elpac.pmim_ibus.svg share/icons/Numix-Circle/48/apps/io.github.foldynl.QLog.svg share/icons/Numix-Circle/48/apps/io.github.foxxmd.multiscrobbler.svg share/icons/Numix-Circle/48/apps/io.github.fragglet.sdl_sopwith.svg @@ -4846,6 +4928,7 @@ share/icons/Numix-Circle/48/apps/io.github.guillaumechereau.Goxel.svg share/icons/Numix-Circle/48/apps/io.github.hakandundar34coding.mini-system-monitor.svg share/icons/Numix-Circle/48/apps/io.github.hakandundar34coding.system-monitoring-center.svg share/icons/Numix-Circle/48/apps/io.github.hakuneko.HakuNeko.svg +share/icons/Numix-Circle/48/apps/io.github.halfmexican.Mingle.svg share/icons/Numix-Circle/48/apps/io.github.harmonoid.harmonoid.svg share/icons/Numix-Circle/48/apps/io.github.helpseeker.Gyre.svg share/icons/Numix-Circle/48/apps/io.github.hermitdemschoenenleben.linien.svg @@ -4853,6 +4936,7 @@ share/icons/Numix-Circle/48/apps/io.github.hmlendea.geforcenow-electron.svg share/icons/Numix-Circle/48/apps/io.github.hrkfdn.ncspot.svg share/icons/Numix-Circle/48/apps/io.github.hydrusnetwork.hydrus.svg share/icons/Numix-Circle/48/apps/io.github.idevecore.CurrencyConverter.svg +share/icons/Numix-Circle/48/apps/io.github.idevecore.Valuta.svg share/icons/Numix-Circle/48/apps/io.github.igorlogius.scr2ppm.svg share/icons/Numix-Circle/48/apps/io.github.ihhub.Fheroes2.svg share/icons/Numix-Circle/48/apps/io.github.ilius.pyglossary.svg @@ -4895,6 +4979,7 @@ share/icons/Numix-Circle/48/apps/io.github.letslearn_app.letslearn.svg share/icons/Numix-Circle/48/apps/io.github.libredirect.frontends-manager.svg share/icons/Numix-Circle/48/apps/io.github.libvibrant.vibrantLinux.svg share/icons/Numix-Circle/48/apps/io.github.limads.Queries.svg +share/icons/Numix-Circle/48/apps/io.github.lime3ds.Lime3DS.svg share/icons/Numix-Circle/48/apps/io.github.listen1.Listen1.svg share/icons/Numix-Circle/48/apps/io.github.loot.loot.svg share/icons/Numix-Circle/48/apps/io.github.ltiber.Pwall.svg @@ -4905,6 +4990,7 @@ share/icons/Numix-Circle/48/apps/io.github.lxndr.gswatcher.svg share/icons/Numix-Circle/48/apps/io.github.m64p.m64p.svg share/icons/Numix-Circle/48/apps/io.github.magnush.mhWaveEdit.svg share/icons/Numix-Circle/48/apps/io.github.manisandro.gImageReader.svg +share/icons/Numix-Circle/48/apps/io.github.marco_calautti.DeltaPatcher.svg share/icons/Numix-Circle/48/apps/io.github.markummitchell.Engauge_Digitizer.svg share/icons/Numix-Circle/48/apps/io.github.martinrotter.rssguard.svg share/icons/Numix-Circle/48/apps/io.github.martinrotter.rssguardlite.svg @@ -4912,9 +4998,12 @@ share/icons/Numix-Circle/48/apps/io.github.martinrotter.textosaurus.svg share/icons/Numix-Circle/48/apps/io.github.maurycyliebner.enve.svg share/icons/Numix-Circle/48/apps/io.github.mhogomchungu.SiriKali.svg share/icons/Numix-Circle/48/apps/io.github.mihnea_radulescu.imagefanreloaded.svg +share/icons/Numix-Circle/48/apps/io.github.mike632t.x11_calc.svg share/icons/Numix-Circle/48/apps/io.github.mimbrero.WhatsAppDesktop.svg share/icons/Numix-Circle/48/apps/io.github.mirukana.mirage.svg share/icons/Numix-Circle/48/apps/io.github.mki1967.mki3dgame.svg +share/icons/Numix-Circle/48/apps/io.github.mlm.asteroids_revenge.svg +share/icons/Numix-Circle/48/apps/io.github.mlm_games.asteroids_revenge.svg share/icons/Numix-Circle/48/apps/io.github.mmarco94.tambourine.svg share/icons/Numix-Circle/48/apps/io.github.mmstick.FontFinder.svg share/icons/Numix-Circle/48/apps/io.github.mpc_qt.Mpc-Qt.svg @@ -4937,10 +5026,12 @@ share/icons/Numix-Circle/48/apps/io.github.nokse22.high-tide.svg share/icons/Numix-Circle/48/apps/io.github.nokse22.inspector.svg share/icons/Numix-Circle/48/apps/io.github.nokse22.minitext.svg share/icons/Numix-Circle/48/apps/io.github.nokse22.teleprompter.svg +share/icons/Numix-Circle/48/apps/io.github.nokse22.trivia-quiz.svg share/icons/Numix-Circle/48/apps/io.github.nokse22.triviaquiz.svg share/icons/Numix-Circle/48/apps/io.github.nokse22.ultimate-tic-tac-toe.svg share/icons/Numix-Circle/48/apps/io.github.nroduit.Weasis.svg share/icons/Numix-Circle/48/apps/io.github.nuttyartist.notes.svg +share/icons/Numix-Circle/48/apps/io.github.nyre221.kiview.svg share/icons/Numix-Circle/48/apps/io.github.obiwankennedy.HotShots.svg share/icons/Numix-Circle/48/apps/io.github.onionware_github.onionmedia.svg share/icons/Numix-Circle/48/apps/io.github.openWMail.openWMail.svg @@ -4950,6 +5041,7 @@ share/icons/Numix-Circle/48/apps/io.github.paledega.alpine-rootfs.svg share/icons/Numix-Circle/48/apps/io.github.parnassius.SysDVR_Qt.svg share/icons/Numix-Circle/48/apps/io.github.pastthepixels.InfiniteShooter.svg share/icons/Numix-Circle/48/apps/io.github.peazip.PeaZip.svg +share/icons/Numix-Circle/48/apps/io.github.pejuko.follamac.svg share/icons/Numix-Circle/48/apps/io.github.petitlapin.Li-ri.svg share/icons/Numix-Circle/48/apps/io.github.philipk.boilr.svg share/icons/Numix-Circle/48/apps/io.github.pr_starfighter.starfighter.svg @@ -4981,20 +5073,24 @@ share/icons/Numix-Circle/48/apps/io.github.seadve.Dagger.svg share/icons/Numix-Circle/48/apps/io.github.seadve.Delineate.svg share/icons/Numix-Circle/48/apps/io.github.seadve.Kooha.svg share/icons/Numix-Circle/48/apps/io.github.seadve.Mousai.svg +share/icons/Numix-Circle/48/apps/io.github.shadowmario.fnf-psychengine.svg share/icons/Numix-Circle/48/apps/io.github.shiftey.Desktop.svg share/icons/Numix-Circle/48/apps/io.github.shiiion.primehack.svg share/icons/Numix-Circle/48/apps/io.github.sigmasd.stimulator.svg share/icons/Numix-Circle/48/apps/io.github.simple64.simple64.svg share/icons/Numix-Circle/48/apps/io.github.slgobinath.SafeEyes.svg +share/icons/Numix-Circle/48/apps/io.github.smolblackcat.Progress.svg share/icons/Numix-Circle/48/apps/io.github.soundux.Soundux.svg share/icons/Numix-Circle/48/apps/io.github.spacingbat3.webcord.svg share/icons/Numix-Circle/48/apps/io.github.srb2.rphys.svg share/icons/Numix-Circle/48/apps/io.github.stella_emu.Stella.svg share/icons/Numix-Circle/48/apps/io.github.stiglers_eponym.BeamerPresenter.svg share/icons/Numix-Circle/48/apps/io.github.streetpea.Chiaki4deck.svg +share/icons/Numix-Circle/48/apps/io.github.subhra74.Muon.svg share/icons/Numix-Circle/48/apps/io.github.swanux.hbud.svg share/icons/Numix-Circle/48/apps/io.github.tcobbs.LDView.svg share/icons/Numix-Circle/48/apps/io.github.tfuxu.Halftone.svg +share/icons/Numix-Circle/48/apps/io.github.theforceengine.tfe.svg share/icons/Numix-Circle/48/apps/io.github.thetumultuousunicornofdarkness.cpu-x.svg share/icons/Numix-Circle/48/apps/io.github.thiefmd.themegenerator.svg share/icons/Numix-Circle/48/apps/io.github.tlcfem.suanPan.svg @@ -5006,6 +5102,7 @@ share/icons/Numix-Circle/48/apps/io.github.trevorsandy.LPub3D.svg share/icons/Numix-Circle/48/apps/io.github.troyeguo.koodo-reader.svg share/icons/Numix-Circle/48/apps/io.github.tsmetana.mpk3-settings.svg share/icons/Numix-Circle/48/apps/io.github.twanvl.MagicSetEditor2.svg +share/icons/Numix-Circle/48/apps/io.github.ungoogled_software.ungoogled_chromium.svg share/icons/Numix-Circle/48/apps/io.github.unicornyrainbow.secrets.svg share/icons/Numix-Circle/48/apps/io.github.upscayl.Upscayl.svg share/icons/Numix-Circle/48/apps/io.github.vanilla-os.FirstSetup.svg @@ -5029,8 +5126,11 @@ share/icons/Numix-Circle/48/apps/io.github.xiayifang.goldendict_ng.svg share/icons/Numix-Circle/48/apps/io.github.xplshn.openarena.svg share/icons/Numix-Circle/48/apps/io.github.xyproto.zsnes.svg share/icons/Numix-Circle/48/apps/io.github.yairm210.unciv.svg +share/icons/Numix-Circle/48/apps/io.github.ychclone.blink.svg share/icons/Numix-Circle/48/apps/io.github.yuki_iptv.yuki-iptv.svg +share/icons/Numix-Circle/48/apps/io.github.yuxshao.ptcollab.svg share/icons/Numix-Circle/48/apps/io.github.zaps166.QMPlay2.svg +share/icons/Numix-Circle/48/apps/io.github.zefr0x.hashes.svg share/icons/Numix-Circle/48/apps/io.github.zer0x.qurancompanion.svg share/icons/Numix-Circle/48/apps/io.github.zyedidia.micro.svg share/icons/Numix-Circle/48/apps/io.github.zzzgydi.ClashVerge.svg @@ -5051,6 +5151,7 @@ share/icons/Numix-Circle/48/apps/io.gitlab.daikhan.player.svg share/icons/Numix-Circle/48/apps/io.gitlab.daikhan.stable.svg share/icons/Numix-Circle/48/apps/io.gitlab.dev_nis.one-click-backup.svg share/icons/Numix-Circle/48/apps/io.gitlab.evtest_qt.evtest_qt.svg +share/icons/Numix-Circle/48/apps/io.gitlab.floodlight.Presenter.svg share/icons/Numix-Circle/48/apps/io.gitlab.gregorni.ASCIIImages.svg share/icons/Numix-Circle/48/apps/io.gitlab.gregorni.Calligraphy.svg share/icons/Numix-Circle/48/apps/io.gitlab.gregorni.Letterpress.svg @@ -5075,6 +5176,8 @@ share/icons/Numix-Circle/48/apps/io.gpodder.gPodder.svg share/icons/Numix-Circle/48/apps/io.howl.Editor.svg share/icons/Numix-Circle/48/apps/io.itch.App.svg share/icons/Numix-Circle/48/apps/io.itch.Itch.svg +share/icons/Numix-Circle/48/apps/io.itch.amcsquad.amc-squad.svg +share/icons/Numix-Circle/48/apps/io.itch.amcsquad.amcsquad.svg share/icons/Numix-Circle/48/apps/io.itch.azagaya.Laigter.svg share/icons/Numix-Circle/48/apps/io.itch.drwhut.TabletopClub.svg share/icons/Numix-Circle/48/apps/io.itch.itch.svg @@ -5096,6 +5199,7 @@ share/icons/Numix-Circle/48/apps/io.mjml.mjml-app.svg share/icons/Numix-Circle/48/apps/io.mpv.Mpv.svg share/icons/Numix-Circle/48/apps/io.mrarm.mcpelauncher-ui.svg share/icons/Numix-Circle/48/apps/io.mrarm.mcpelauncher.svg +share/icons/Numix-Circle/48/apps/io.nanoboyadvance.NanoBoyAdvance.svg share/icons/Numix-Circle/48/apps/io.naox.InnerBreeze.svg share/icons/Numix-Circle/48/apps/io.neovim.nvim.svg share/icons/Numix-Circle/48/apps/io.openrct2.OpenRCT2.svg @@ -5190,6 +5294,7 @@ share/icons/Numix-Circle/48/apps/jami.svg share/icons/Numix-Circle/48/apps/jammr.svg share/icons/Numix-Circle/48/apps/jamovi.svg share/icons/Numix-Circle/48/apps/jamulus.svg +share/icons/Numix-Circle/48/apps/jargonaut.svg share/icons/Numix-Circle/48/apps/jarmemu.svg share/icons/Numix-Circle/48/apps/jasp-desktop.svg share/icons/Numix-Circle/48/apps/java-1.6.0.svg @@ -5338,6 +5443,7 @@ share/icons/Numix-Circle/48/apps/kali-truecrypt.svg share/icons/Numix-Circle/48/apps/kali-undercover.svg share/icons/Numix-Circle/48/apps/kali-wireshark.svg share/icons/Numix-Circle/48/apps/kalk.svg +share/icons/Numix-Circle/48/apps/kalm.svg share/icons/Numix-Circle/48/apps/kalzium.svg share/icons/Numix-Circle/48/apps/kamoso.svg share/icons/Numix-Circle/48/apps/kamule.svg @@ -5387,6 +5493,7 @@ share/icons/Numix-Circle/48/apps/kde-logo.svg share/icons/Numix-Circle/48/apps/kde-windows.svg share/icons/Numix-Circle/48/apps/kde.svg share/icons/Numix-Circle/48/apps/kdeapp.svg +share/icons/Numix-Circle/48/apps/kdebugsettings.svg share/icons/Numix-Circle/48/apps/kdeconnect.svg share/icons/Numix-Circle/48/apps/kdeneur.svg share/icons/Numix-Circle/48/apps/kdenlive.svg @@ -5399,6 +5506,7 @@ share/icons/Numix-Circle/48/apps/kdiff3.svg share/icons/Numix-Circle/48/apps/kdirstat.svg share/icons/Numix-Circle/48/apps/kdiskmark.svg share/icons/Numix-Circle/48/apps/kedit.svg +share/icons/Numix-Circle/48/apps/keditbookmarks.svg share/icons/Numix-Circle/48/apps/keepass.svg share/icons/Numix-Circle/48/apps/keepass2.svg share/icons/Numix-Circle/48/apps/keepassx.svg @@ -5472,10 +5580,10 @@ share/icons/Numix-Circle/48/apps/klavaro.svg share/icons/Numix-Circle/48/apps/klayout.svg share/icons/Numix-Circle/48/apps/kleopatra.svg share/icons/Numix-Circle/48/apps/klettres.svg +share/icons/Numix-Circle/48/apps/klevernotes.svg share/icons/Numix-Circle/48/apps/klickety.svg share/icons/Numix-Circle/48/apps/klimbgrades.svg share/icons/Numix-Circle/48/apps/klines.svg -share/icons/Numix-Circle/48/apps/klipper.svg share/icons/Numix-Circle/48/apps/klock.svg share/icons/Numix-Circle/48/apps/klogg.svg share/icons/Numix-Circle/48/apps/klogic4.svg @@ -5581,6 +5689,7 @@ share/icons/Numix-Circle/48/apps/ksnakeduel.svg share/icons/Numix-Circle/48/apps/ksnapshot.svg share/icons/Numix-Circle/48/apps/ksniffer.svg share/icons/Numix-Circle/48/apps/ksnip.svg +share/icons/Numix-Circle/48/apps/ksokoban.svg share/icons/Numix-Circle/48/apps/kspaceduel.svg share/icons/Numix-Circle/48/apps/kspread.svg share/icons/Numix-Circle/48/apps/ksquares.svg @@ -5683,6 +5792,7 @@ share/icons/Numix-Circle/48/apps/library-internet-radio.svg share/icons/Numix-Circle/48/apps/library-podcast.svg share/icons/Numix-Circle/48/apps/librecad.svg share/icons/Numix-Circle/48/apps/libredirect-frontends-manager.svg +share/icons/Numix-Circle/48/apps/librelinkupdesktop.svg share/icons/Numix-Circle/48/apps/libreoffice-base.svg share/icons/Numix-Circle/48/apps/libreoffice-calc.svg share/icons/Numix-Circle/48/apps/libreoffice-draw.svg @@ -5809,6 +5919,7 @@ share/icons/Numix-Circle/48/apps/licentia.svg share/icons/Numix-Circle/48/apps/lichess.svg share/icons/Numix-Circle/48/apps/lichesslogowhite.svg share/icons/Numix-Circle/48/apps/lichobile-electron.svg +share/icons/Numix-Circle/48/apps/lierolibre.svg share/icons/Numix-Circle/48/apps/life.bolls.bolls.svg share/icons/Numix-Circle/48/apps/lifeograph.svg share/icons/Numix-Circle/48/apps/liferea.svg @@ -5946,6 +6057,7 @@ share/icons/Numix-Circle/48/apps/makehuman_bg.svg share/icons/Numix-Circle/48/apps/makemkv.svg share/icons/Numix-Circle/48/apps/makhber.svg share/icons/Numix-Circle/48/apps/mame.svg +share/icons/Numix-Circle/48/apps/mana.svg share/icons/Numix-Circle/48/apps/manager-accounting.svg share/icons/Numix-Circle/48/apps/manaplus.svg share/icons/Numix-Circle/48/apps/mancy.svg @@ -5965,6 +6077,7 @@ share/icons/Numix-Circle/48/apps/mapton.svg share/icons/Numix-Circle/48/apps/marble.svg share/icons/Numix-Circle/48/apps/marker.svg share/icons/Numix-Circle/48/apps/markets.svg +share/icons/Numix-Circle/48/apps/marknote.svg share/icons/Numix-Circle/48/apps/marktext.svg share/icons/Numix-Circle/48/apps/marlin.svg share/icons/Numix-Circle/48/apps/marp.svg @@ -6261,6 +6374,7 @@ share/icons/Numix-Circle/48/apps/mscore-portable.svg share/icons/Numix-Circle/48/apps/mscore.svg share/icons/Numix-Circle/48/apps/mscore3.svg share/icons/Numix-Circle/48/apps/msedge-akpamiohjfcnimfljfndmaldlcfphjmp-Default.svg +share/icons/Numix-Circle/48/apps/msedge-cifhbcnohmdccbgoicgdjpfamggdegmo-Default.svg share/icons/Numix-Circle/48/apps/msiexec.svg share/icons/Numix-Circle/48/apps/mtcelledit.svg share/icons/Numix-Circle/48/apps/mtpaint.svg @@ -6359,6 +6473,7 @@ share/icons/Numix-Circle/48/apps/neochat.svg share/icons/Numix-Circle/48/apps/neomutt.svg share/icons/Numix-Circle/48/apps/neosurf.svg share/icons/Numix-Circle/48/apps/neothesia.svg +share/icons/Numix-Circle/48/apps/neovide.svg share/icons/Numix-Circle/48/apps/neovim.svg share/icons/Numix-Circle/48/apps/nepomuk.svg share/icons/Numix-Circle/48/apps/nero-linux-express.svg @@ -6385,6 +6500,7 @@ share/icons/Numix-Circle/48/apps/net.christianbeier.Gromit-MPX.svg share/icons/Numix-Circle/48/apps/net.christianbeier.MultiVNC.svg share/icons/Numix-Circle/48/apps/net.codeindustry.MasterPDFEditor-Legacy.svg share/icons/Numix-Circle/48/apps/net.codeindustry.MasterPDFEditor.svg +share/icons/Numix-Circle/48/apps/net.codelogistics.webapps.svg share/icons/Numix-Circle/48/apps/net.cozic.joplin_desktop.svg share/icons/Numix-Circle/48/apps/net.crossfireatlas.crossfire.svg share/icons/Numix-Circle/48/apps/net.cubers.assault.AssaultCube.svg @@ -6419,6 +6535,7 @@ share/icons/Numix-Circle/48/apps/net.jenyay.outwiker.svg share/icons/Numix-Circle/48/apps/net.kirgroup.confy.svg share/icons/Numix-Circle/48/apps/net.krafting.Playlifin.svg share/icons/Numix-Circle/48/apps/net.krafting.PlaylifinVoyager.svg +share/icons/Numix-Circle/48/apps/net.krafting.SemantiK.svg share/icons/Numix-Circle/48/apps/net.kuribo64.melonDS.svg share/icons/Numix-Circle/48/apps/net.kvirc.KVIrc.svg share/icons/Numix-Circle/48/apps/net.launchpad.gmult.svg @@ -6443,6 +6560,7 @@ share/icons/Numix-Circle/48/apps/net.nokyan.Resources.svg share/icons/Numix-Circle/48/apps/net.openra.OpenRA-d2k.svg share/icons/Numix-Circle/48/apps/net.openra.OpenRA.svg share/icons/Numix-Circle/48/apps/net.openra.openra.svg +share/icons/Numix-Circle/48/apps/net.opentabletdriver.OpenTabletDriver.svg share/icons/Numix-Circle/48/apps/net.oz9aec.Gpredict.svg share/icons/Numix-Circle/48/apps/net.pcsx2.PCSX2.svg share/icons/Numix-Circle/48/apps/net.pioneerspacesim.Pioneer.svg @@ -6606,6 +6724,7 @@ share/icons/Numix-Circle/48/apps/nostalgia.svg share/icons/Numix-Circle/48/apps/nostlan.svg share/icons/Numix-Circle/48/apps/nota.svg share/icons/Numix-Circle/48/apps/notable.svg +share/icons/Numix-Circle/48/apps/notae.svg share/icons/Numix-Circle/48/apps/notebook.svg share/icons/Numix-Circle/48/apps/notecase.svg share/icons/Numix-Circle/48/apps/notepack.svg @@ -6784,6 +6903,7 @@ share/icons/Numix-Circle/48/apps/openboard.svg share/icons/Numix-Circle/48/apps/openboardview.svg share/icons/Numix-Circle/48/apps/openbravo-erp.svg share/icons/Numix-Circle/48/apps/openbve.svg +share/icons/Numix-Circle/48/apps/openchrom.svg share/icons/Numix-Circle/48/apps/openclonk.svg share/icons/Numix-Circle/48/apps/opencloudsaves.svg share/icons/Numix-Circle/48/apps/opencomic.svg @@ -6897,6 +7017,7 @@ share/icons/Numix-Circle/48/apps/opera-beta.svg share/icons/Numix-Circle/48/apps/opera-browser-icon.svg share/icons/Numix-Circle/48/apps/opera-browser-icons.svg share/icons/Numix-Circle/48/apps/opera-browser.svg +share/icons/Numix-Circle/48/apps/opera-cifhbcnohmdccbgoicgdjpfamggdegmo-Default.svg share/icons/Numix-Circle/48/apps/opera-developer.svg share/icons/Numix-Circle/48/apps/opera-icon.svg share/icons/Numix-Circle/48/apps/opera-next-browser.svg @@ -6904,6 +7025,7 @@ share/icons/Numix-Circle/48/apps/opera-widget-manager.svg share/icons/Numix-Circle/48/apps/opera-widget.svg share/icons/Numix-Circle/48/apps/opera.svg share/icons/Numix-Circle/48/apps/opsu.svg +share/icons/Numix-Circle/48/apps/optiimage.svg share/icons/Numix-Circle/48/apps/oracle-javaws.svg share/icons/Numix-Circle/48/apps/oracle-sqldeveloper.svg share/icons/Numix-Circle/48/apps/oracle.svg @@ -6967,6 +7089,7 @@ share/icons/Numix-Circle/48/apps/org.beeref.BeeRef.svg share/icons/Numix-Circle/48/apps/org.berarma.Oversteer.svg share/icons/Numix-Circle/48/apps/org.bino3d.bino.svg share/icons/Numix-Circle/48/apps/org.bitcoincore.bitcoin-qt.svg +share/icons/Numix-Circle/48/apps/org.bitcoinknots.bitcoin-qt.svg share/icons/Numix-Circle/48/apps/org.bitfighter.Bitfighter.svg share/icons/Numix-Circle/48/apps/org.blackfennec.app.svg share/icons/Numix-Circle/48/apps/org.bleachbit.BleachBit.svg @@ -7104,6 +7227,7 @@ share/icons/Numix-Circle/48/apps/org.fengalin.media-toc.svg share/icons/Numix-Circle/48/apps/org.ferdium.Ferdium.svg share/icons/Numix-Circle/48/apps/org.filezillaproject.Filezilla.svg share/icons/Numix-Circle/48/apps/org.filmulator.Filmulator.svg +share/icons/Numix-Circle/48/apps/org.firo.firo-qt.svg share/icons/Numix-Circle/48/apps/org.flameshot.Flameshot.svg share/icons/Numix-Circle/48/apps/org.flarerpg.Flare.svg share/icons/Numix-Circle/48/apps/org.flatpak.demo.svg @@ -7117,6 +7241,7 @@ share/icons/Numix-Circle/48/apps/org.fontforge.FontForge.svg share/icons/Numix-Circle/48/apps/org.framagit.tracks.svg share/icons/Numix-Circle/48/apps/org.freac.freac.svg share/icons/Numix-Circle/48/apps/org.free-astro.siril.svg +share/icons/Numix-Circle/48/apps/org.freecad.FreeCAD.svg share/icons/Numix-Circle/48/apps/org.freecadweb.FreeCAD.svg share/icons/Numix-Circle/48/apps/org.freeciv.Freeciv.svg share/icons/Numix-Circle/48/apps/org.freeciv.gtk322.svg @@ -7206,6 +7331,7 @@ share/icons/Numix-Circle/48/apps/org.gnome.BatteryBench.svg share/icons/Numix-Circle/48/apps/org.gnome.Bijiben.svg share/icons/Numix-Circle/48/apps/org.gnome.Books.svg share/icons/Numix-Circle/48/apps/org.gnome.Boxes.svg +share/icons/Numix-Circle/48/apps/org.gnome.Brasero.svg share/icons/Numix-Circle/48/apps/org.gnome.BreakTimer.svg share/icons/Numix-Circle/48/apps/org.gnome.Builder.svg share/icons/Numix-Circle/48/apps/org.gnome.Calculator.svg @@ -7226,6 +7352,7 @@ share/icons/Numix-Circle/48/apps/org.gnome.Contacts.svg share/icons/Numix-Circle/48/apps/org.gnome.Crosswords.Editor.svg share/icons/Numix-Circle/48/apps/org.gnome.Crosswords.svg share/icons/Numix-Circle/48/apps/org.gnome.DFeet.svg +share/icons/Numix-Circle/48/apps/org.gnome.Decibels.svg share/icons/Numix-Circle/48/apps/org.gnome.DejaDup.svg share/icons/Numix-Circle/48/apps/org.gnome.Devhelp.svg share/icons/Numix-Circle/48/apps/org.gnome.Dia.svg @@ -7276,6 +7403,7 @@ share/icons/Numix-Circle/48/apps/org.gnome.Logs.svg share/icons/Numix-Circle/48/apps/org.gnome.Lollypop.svg share/icons/Numix-Circle/48/apps/org.gnome.Loupe.svg share/icons/Numix-Circle/48/apps/org.gnome.Mahjongg.svg +share/icons/Numix-Circle/48/apps/org.gnome.Manuals.svg share/icons/Numix-Circle/48/apps/org.gnome.Maps.svg share/icons/Numix-Circle/48/apps/org.gnome.Meld.svg share/icons/Numix-Circle/48/apps/org.gnome.Mines.svg @@ -7301,7 +7429,7 @@ share/icons/Numix-Circle/48/apps/org.gnome.Podcasts.svg share/icons/Numix-Circle/48/apps/org.gnome.Polari.svg share/icons/Numix-Circle/48/apps/org.gnome.Pomodoro.svg share/icons/Numix-Circle/48/apps/org.gnome.PowerStats.svg -share/icons/Numix-Circle/48/apps/org.gnome.Prompt.svg +share/icons/Numix-Circle/48/apps/org.gnome.Ptyxis.svg share/icons/Numix-Circle/48/apps/org.gnome.PurpleEgg.svg share/icons/Numix-Circle/48/apps/org.gnome.Quadrapassel.svg share/icons/Numix-Circle/48/apps/org.gnome.Radio.svg @@ -7389,6 +7517,7 @@ share/icons/Numix-Circle/48/apps/org.gnome.ghex.svg share/icons/Numix-Circle/48/apps/org.gnome.gitg.svg share/icons/Numix-Circle/48/apps/org.gnome.gitlab.YaLTeR.Identity.svg share/icons/Numix-Circle/48/apps/org.gnome.gitlab.YaLTeR.VideoTrimmer.svg +share/icons/Numix-Circle/48/apps/org.gnome.gitlab.cheywood.Buffer.svg share/icons/Numix-Circle/48/apps/org.gnome.gitlab.cheywood.Iotas.svg share/icons/Numix-Circle/48/apps/org.gnome.gitlab.dqpb.GMetronome.svg share/icons/Numix-Circle/48/apps/org.gnome.gitlab.ilhooq.Bookup.svg @@ -7494,6 +7623,7 @@ share/icons/Numix-Circle/48/apps/org.kde.Help.svg share/icons/Numix-Circle/48/apps/org.kde.Ikona.svg share/icons/Numix-Circle/48/apps/org.kde.SymbolEditor.svg share/icons/Numix-Circle/48/apps/org.kde.abakus.svg +share/icons/Numix-Circle/48/apps/org.kde.accessibilityinspector.svg share/icons/Numix-Circle/48/apps/org.kde.agenda.svg share/icons/Numix-Circle/48/apps/org.kde.akonadi.svg share/icons/Numix-Circle/48/apps/org.kde.akregator.svg @@ -7541,6 +7671,7 @@ share/icons/Numix-Circle/48/apps/org.kde.dragonplayer.svg share/icons/Numix-Circle/48/apps/org.kde.drkonqi.svg share/icons/Numix-Circle/48/apps/org.kde.elisa.svg share/icons/Numix-Circle/48/apps/org.kde.eloquens.svg +share/icons/Numix-Circle/48/apps/org.kde.era.svg share/icons/Numix-Circle/48/apps/org.kde.falkon.svg share/icons/Numix-Circle/48/apps/org.kde.fiery.svg share/icons/Numix-Circle/48/apps/org.kde.filelight.svg @@ -7551,6 +7682,7 @@ share/icons/Numix-Circle/48/apps/org.kde.gitklient.svg share/icons/Numix-Circle/48/apps/org.kde.granatier.svg share/icons/Numix-Circle/48/apps/org.kde.gwenview.svg share/icons/Numix-Circle/48/apps/org.kde.haruna.svg +share/icons/Numix-Circle/48/apps/org.kde.hashomatic.svg share/icons/Numix-Circle/48/apps/org.kde.heaptrack.svg share/icons/Numix-Circle/48/apps/org.kde.hexedit.svg share/icons/Numix-Circle/48/apps/org.kde.ikona.svg @@ -7567,6 +7699,7 @@ share/icons/Numix-Circle/48/apps/org.kde.kalarm.svg share/icons/Numix-Circle/48/apps/org.kde.kalendar.svg share/icons/Numix-Circle/48/apps/org.kde.kalgebra.svg share/icons/Numix-Circle/48/apps/org.kde.kalk.svg +share/icons/Numix-Circle/48/apps/org.kde.kalm.svg share/icons/Numix-Circle/48/apps/org.kde.kalzium.svg share/icons/Numix-Circle/48/apps/org.kde.kamoso.svg share/icons/Numix-Circle/48/apps/org.kde.kanagram.svg @@ -7587,6 +7720,7 @@ share/icons/Numix-Circle/48/apps/org.kde.kcharselect.svg share/icons/Numix-Circle/48/apps/org.kde.kclock.svg share/icons/Numix-Circle/48/apps/org.kde.kcolorchooser.svg share/icons/Numix-Circle/48/apps/org.kde.kcron.svg +share/icons/Numix-Circle/48/apps/org.kde.kdebugsettings.svg share/icons/Numix-Circle/48/apps/org.kde.kdeconnect.kcm.svg share/icons/Numix-Circle/48/apps/org.kde.kdeconnect.svg share/icons/Numix-Circle/48/apps/org.kde.kdenlive.svg @@ -7596,6 +7730,7 @@ share/icons/Numix-Circle/48/apps/org.kde.kdevelop.svg share/icons/Numix-Circle/48/apps/org.kde.kdf.svg share/icons/Numix-Circle/48/apps/org.kde.kdiamond.svg share/icons/Numix-Circle/48/apps/org.kde.kdiff3.svg +share/icons/Numix-Circle/48/apps/org.kde.keditbookmarks.svg share/icons/Numix-Circle/48/apps/org.kde.keurocalc.svg share/icons/Numix-Circle/48/apps/org.kde.kexi.svg share/icons/Numix-Circle/48/apps/org.kde.keysmith.svg @@ -7609,6 +7744,7 @@ share/icons/Numix-Circle/48/apps/org.kde.kgoldrunner.svg share/icons/Numix-Circle/48/apps/org.kde.kgpg.svg share/icons/Numix-Circle/48/apps/org.kde.kgraphviewer.svg share/icons/Numix-Circle/48/apps/org.kde.khangman.svg +share/icons/Numix-Circle/48/apps/org.kde.khelpcenter.svg share/icons/Numix-Circle/48/apps/org.kde.khipu.svg share/icons/Numix-Circle/48/apps/org.kde.kid3.svg share/icons/Numix-Circle/48/apps/org.kde.kig.svg @@ -7625,6 +7761,7 @@ share/icons/Numix-Circle/48/apps/org.kde.kjots.svg share/icons/Numix-Circle/48/apps/org.kde.kjumpingcube.svg share/icons/Numix-Circle/48/apps/org.kde.kleopatra.svg share/icons/Numix-Circle/48/apps/org.kde.klettres.svg +share/icons/Numix-Circle/48/apps/org.kde.klevernotes.svg share/icons/Numix-Circle/48/apps/org.kde.klimbgrades.svg share/icons/Numix-Circle/48/apps/org.kde.klines.svg share/icons/Numix-Circle/48/apps/org.kde.kmag.svg @@ -7676,6 +7813,7 @@ share/icons/Numix-Circle/48/apps/org.kde.krusader.svg share/icons/Numix-Circle/48/apps/org.kde.kshisen.svg share/icons/Numix-Circle/48/apps/org.kde.ksirk.svg share/icons/Numix-Circle/48/apps/org.kde.ksnakeduel.svg +share/icons/Numix-Circle/48/apps/org.kde.ksokoban.svg share/icons/Numix-Circle/48/apps/org.kde.kspaceduel.svg share/icons/Numix-Circle/48/apps/org.kde.ksquares.svg share/icons/Numix-Circle/48/apps/org.kde.kst.svg @@ -7707,6 +7845,7 @@ share/icons/Numix-Circle/48/apps/org.kde.licentia.svg share/icons/Numix-Circle/48/apps/org.kde.lokalize.svg share/icons/Numix-Circle/48/apps/org.kde.lskat.svg share/icons/Numix-Circle/48/apps/org.kde.marble.svg +share/icons/Numix-Circle/48/apps/org.kde.marknote.svg share/icons/Numix-Circle/48/apps/org.kde.massif-visualizer.svg share/icons/Numix-Circle/48/apps/org.kde.massifvisualizer.svg share/icons/Numix-Circle/48/apps/org.kde.merkuro.calendar.svg @@ -7716,11 +7855,14 @@ share/icons/Numix-Circle/48/apps/org.kde.merkuro.svg share/icons/Numix-Circle/48/apps/org.kde.minuet.svg share/icons/Numix-Circle/48/apps/org.kde.mobile.angelfish.svg share/icons/Numix-Circle/48/apps/org.kde.mobile.calindori.svg +share/icons/Numix-Circle/48/apps/org.kde.mobile.plasmasettings.svg share/icons/Numix-Circle/48/apps/org.kde.mygnuhealth.svg share/icons/Numix-Circle/48/apps/org.kde.neochat.svg share/icons/Numix-Circle/48/apps/org.kde.nota.svg +share/icons/Numix-Circle/48/apps/org.kde.notae.svg share/icons/Numix-Circle/48/apps/org.kde.okteta.svg share/icons/Numix-Circle/48/apps/org.kde.okular.svg +share/icons/Numix-Circle/48/apps/org.kde.optiimage.svg share/icons/Numix-Circle/48/apps/org.kde.palapeli.svg share/icons/Numix-Circle/48/apps/org.kde.parley.svg share/icons/Numix-Circle/48/apps/org.kde.partitionmanager.svg @@ -7730,13 +7872,15 @@ share/icons/Numix-Circle/48/apps/org.kde.phone.dialer.svg share/icons/Numix-Circle/48/apps/org.kde.phonebook.svg share/icons/Numix-Circle/48/apps/org.kde.picmi.svg share/icons/Numix-Circle/48/apps/org.kde.pix.svg +share/icons/Numix-Circle/48/apps/org.kde.plasma-systemmonitor.svg share/icons/Numix-Circle/48/apps/org.kde.plasma.camera.svg share/icons/Numix-Circle/48/apps/org.kde.plasma.disks.svg share/icons/Numix-Circle/48/apps/org.kde.plasmatube.svg -share/icons/Numix-Circle/48/apps/org.kde.plasmavault.svg +share/icons/Numix-Circle/48/apps/org.kde.powerplant.svg share/icons/Numix-Circle/48/apps/org.kde.print-manager.svg share/icons/Numix-Circle/48/apps/org.kde.qmlkonsole.svg share/icons/Numix-Circle/48/apps/org.kde.qrca.svg +share/icons/Numix-Circle/48/apps/org.kde.rattlesnake.svg share/icons/Numix-Circle/48/apps/org.kde.raven.svg share/icons/Numix-Circle/48/apps/org.kde.renku.svg share/icons/Numix-Circle/48/apps/org.kde.ring-kde.svg @@ -7744,9 +7888,11 @@ share/icons/Numix-Circle/48/apps/org.kde.rkward.svg share/icons/Numix-Circle/48/apps/org.kde.rocs.svg share/icons/Numix-Circle/48/apps/org.kde.rsibreak.svg share/icons/Numix-Circle/48/apps/org.kde.ruqola.svg +share/icons/Numix-Circle/48/apps/org.kde.shelf.svg share/icons/Numix-Circle/48/apps/org.kde.showfoto.svg share/icons/Numix-Circle/48/apps/org.kde.skanlite.svg share/icons/Numix-Circle/48/apps/org.kde.skanpage.svg +share/icons/Numix-Circle/48/apps/org.kde.skladnik.svg share/icons/Numix-Circle/48/apps/org.kde.skrooge.svg share/icons/Numix-Circle/48/apps/org.kde.smb4k.svg share/icons/Numix-Circle/48/apps/org.kde.sol.svg @@ -7756,6 +7902,7 @@ share/icons/Numix-Circle/48/apps/org.kde.station.svg share/icons/Numix-Circle/48/apps/org.kde.step.svg share/icons/Numix-Circle/48/apps/org.kde.subtitlecomposer.svg share/icons/Numix-Circle/48/apps/org.kde.sweeper.svg +share/icons/Numix-Circle/48/apps/org.kde.systemsettings.svg share/icons/Numix-Circle/48/apps/org.kde.tasks.svg share/icons/Numix-Circle/48/apps/org.kde.tellico.svg share/icons/Numix-Circle/48/apps/org.kde.telly-skout.svg @@ -7822,11 +7969,13 @@ share/icons/Numix-Circle/48/apps/org.lite_xl.lite_xl.svg share/icons/Numix-Circle/48/apps/org.localsend.localsend_app.svg share/icons/Numix-Circle/48/apps/org.love2d.love2d.svg share/icons/Numix-Circle/48/apps/org.luojalabs.Telyn.svg +share/icons/Numix-Circle/48/apps/org.lvnauth.LVNAuth.svg share/icons/Numix-Circle/48/apps/org.lyx.LyX.svg share/icons/Numix-Circle/48/apps/org.lyx.lyx.svg share/icons/Numix-Circle/48/apps/org.majsterklepka.bacade.svg share/icons/Numix-Circle/48/apps/org.mamedev.MAME.svg share/icons/Numix-Circle/48/apps/org.manaplus.ManaPlus.svg +share/icons/Numix-Circle/48/apps/org.manasource.Mana.svg share/icons/Numix-Circle/48/apps/org.manjaro.pamac.manager.svg share/icons/Numix-Circle/48/apps/org.mapeditor.Tiled.svg share/icons/Numix-Circle/48/apps/org.mattbas.Glaxnimate.svg @@ -7845,6 +7994,7 @@ share/icons/Numix-Circle/48/apps/org.metal3d.scoreboard.svg share/icons/Numix-Circle/48/apps/org.mfek.MFEKglif.svg share/icons/Numix-Circle/48/apps/org.midori_browser.Midori.svg share/icons/Numix-Circle/48/apps/org.milkytracker.MilkyTracker.svg +share/icons/Numix-Circle/48/apps/org.mintguide.WebAppReader.svg share/icons/Numix-Circle/48/apps/org.mixxx.Mixxx.svg share/icons/Numix-Circle/48/apps/org.mmass.mMass.svg share/icons/Numix-Circle/48/apps/org.mnemosyneproj.Mnemosyne.svg @@ -7918,6 +8068,7 @@ share/icons/Numix-Circle/48/apps/org.parlatype.Parlatype.svg share/icons/Numix-Circle/48/apps/org.pegasus_frontend.Pegasus.svg share/icons/Numix-Circle/48/apps/org.pencil2d.Pencil2D.svg share/icons/Numix-Circle/48/apps/org.perezdecastro.Revolt.svg +share/icons/Numix-Circle/48/apps/org.pgadmin.pgadmin4.svg share/icons/Numix-Circle/48/apps/org.phoenicis.playonlinux.svg share/icons/Numix-Circle/48/apps/org.photoqt.PhotoQt.svg share/icons/Numix-Circle/48/apps/org.pipewire.Helvum.svg @@ -7954,6 +8105,7 @@ share/icons/Numix-Circle/48/apps/org.radare.iaito.svg share/icons/Numix-Circle/48/apps/org.raspberrypi.rpi-imager.svg share/icons/Numix-Circle/48/apps/org.rastersoft.cronopete.svg share/icons/Numix-Circle/48/apps/org.rastersoft.terminus.svg +share/icons/Numix-Circle/48/apps/org.regular_dev.biplanes_revival.svg share/icons/Numix-Circle/48/apps/org.remmina.Remmina.svg share/icons/Numix-Circle/48/apps/org.rncbc.drumkv1.svg share/icons/Numix-Circle/48/apps/org.rncbc.padthv1.svg @@ -7971,6 +8123,7 @@ share/icons/Numix-Circle/48/apps/org.rnd2.cpupower_gui.svg share/icons/Numix-Circle/48/apps/org.robocode.Robocode.svg share/icons/Numix-Circle/48/apps/org.robomongo.Robo3T.svg share/icons/Numix-Circle/48/apps/org.rolisteam.rolisteam.svg +share/icons/Numix-Circle/48/apps/org.roojs.roobuilder.json.svg share/icons/Numix-Circle/48/apps/org.ryujinx.Ryujinx.svg share/icons/Numix-Circle/48/apps/org.sabnzbd.SABnzbd.svg share/icons/Numix-Circle/48/apps/org.sabnzbd.sabnzbd.svg @@ -7995,6 +8148,7 @@ share/icons/Numix-Circle/48/apps/org.sigrok.SmuView.svg share/icons/Numix-Circle/48/apps/org.sigxcpu.Livi.svg share/icons/Numix-Circle/48/apps/org.sil.Bloom.svg share/icons/Numix-Circle/48/apps/org.sil.FieldWorks.svg +share/icons/Numix-Circle/48/apps/org.simondalvai.ball2box.svg share/icons/Numix-Circle/48/apps/org.small_tech.Gnomit.svg share/icons/Numix-Circle/48/apps/org.snowflake_ssh.App.svg share/icons/Numix-Circle/48/apps/org.soapui.SoapUI.svg @@ -8037,6 +8191,7 @@ share/icons/Numix-Circle/48/apps/org.sugarlabs.Paint.svg share/icons/Numix-Circle/48/apps/org.sugarlabs.Physics.svg share/icons/Numix-Circle/48/apps/org.sugarlabs.Pippy.svg share/icons/Numix-Circle/48/apps/org.sugarlabs.Pukllanapac.svg +share/icons/Numix-Circle/48/apps/org.sugarlabs.PyEyes.svg share/icons/Numix-Circle/48/apps/org.sugarlabs.ReadETexts.svg share/icons/Numix-Circle/48/apps/org.sugarlabs.Sliderule.svg share/icons/Numix-Circle/48/apps/org.sugarlabs.SolarSystem.svg @@ -8051,6 +8206,7 @@ share/icons/Numix-Circle/48/apps/org.supertuxproject.SuperTux.svg share/icons/Numix-Circle/48/apps/org.surge_synth_team.Monique.svg share/icons/Numix-Circle/48/apps/org.surge_synth_team.surge-xt-fx.svg share/icons/Numix-Circle/48/apps/org.surge_synth_team.surge-xt.svg +share/icons/Numix-Circle/48/apps/org.svxlink.Qtel.svg share/icons/Numix-Circle/48/apps/org.synfig.SynfigStudio.svg share/icons/Numix-Circle/48/apps/org.tabos.Banking.svg share/icons/Numix-Circle/48/apps/org.tabos.banking.svg @@ -8130,6 +8286,7 @@ share/icons/Numix-Circle/48/apps/org.xfce.ScreenSaver.svg share/icons/Numix-Circle/48/apps/org.xfce.about.svg share/icons/Numix-Circle/48/apps/org.xfce.appfinder.svg share/icons/Numix-Circle/48/apps/org.xfce.catfish.svg +share/icons/Numix-Circle/48/apps/org.xfce.dictionary.svg share/icons/Numix-Circle/48/apps/org.xfce.filemanager.svg share/icons/Numix-Circle/48/apps/org.xfce.genmon.svg share/icons/Numix-Circle/48/apps/org.xfce.gigolo.svg @@ -8230,18 +8387,21 @@ share/icons/Numix-Circle/48/apps/page.codeberg.JakobDev.jdDesktopEntryEdit.svg share/icons/Numix-Circle/48/apps/page.codeberg.JakobDev.jdDiff.svg share/icons/Numix-Circle/48/apps/page.codeberg.JakobDev.jdEolConverter.svg share/icons/Numix-Circle/48/apps/page.codeberg.JakobDev.jdFlatpakSnapshot.svg +share/icons/Numix-Circle/48/apps/page.codeberg.JakobDev.jdMacroPlayer.svg share/icons/Numix-Circle/48/apps/page.codeberg.JakobDev.jdPixelUpscaler.svg share/icons/Numix-Circle/48/apps/page.codeberg.JakobDev.jdProcessFileWatcher.svg share/icons/Numix-Circle/48/apps/page.codeberg.JakobDev.jdReplace.svg share/icons/Numix-Circle/48/apps/page.codeberg.JakobDev.jdSimpleAutostart.svg share/icons/Numix-Circle/48/apps/page.codeberg.JakobDev.jdTextEdit.svg share/icons/Numix-Circle/48/apps/page.codeberg.Qwel.egui_picross.svg +share/icons/Numix-Circle/48/apps/page.codeberg.SOrg.DogGTK.svg share/icons/Numix-Circle/48/apps/page.codeberg.foreverxml.Random.svg share/icons/Numix-Circle/48/apps/page.codeberg.lazyt.ubpm.svg share/icons/Numix-Circle/48/apps/page.codeberg.libre_menu_editor.LibreMenuEditor.svg share/icons/Numix-Circle/48/apps/page.codeberg.tpikonen.geobug.svg share/icons/Numix-Circle/48/apps/page.codeberg.tpikonen.satellite.svg share/icons/Numix-Circle/48/apps/page.codeberg.yeldham.Librerama.svg +share/icons/Numix-Circle/48/apps/page.kramo.Cartridges.svg share/icons/Numix-Circle/48/apps/paintown.svg share/icons/Numix-Circle/48/apps/pairinteraction.svg share/icons/Numix-Circle/48/apps/paisa.svg @@ -8271,6 +8431,7 @@ share/icons/Numix-Circle/48/apps/parano-icon.svg share/icons/Numix-Circle/48/apps/parano.svg share/icons/Numix-Circle/48/apps/paraview.svg share/icons/Numix-Circle/48/apps/parcellite.svg +share/icons/Numix-Circle/48/apps/pardus-pen.svg share/icons/Numix-Circle/48/apps/parental-control.svg share/icons/Numix-Circle/48/apps/parlatype.svg share/icons/Numix-Circle/48/apps/parlera.svg @@ -8371,6 +8532,7 @@ share/icons/Numix-Circle/48/apps/photoflow.svg share/icons/Numix-Circle/48/apps/photokinesis.svg share/icons/Numix-Circle/48/apps/photometric-viewer.svg share/icons/Numix-Circle/48/apps/photoqt.svg +share/icons/Numix-Circle/48/apps/photoquick.svg share/icons/Numix-Circle/48/apps/photos.ansel.app.svg share/icons/Numix-Circle/48/apps/phototonic.svg share/icons/Numix-Circle/48/apps/php.svg @@ -8426,12 +8588,14 @@ share/icons/Numix-Circle/48/apps/plan.svg share/icons/Numix-Circle/48/apps/planeshift.svg share/icons/Numix-Circle/48/apps/plank-config.svg share/icons/Numix-Circle/48/apps/plank.svg +share/icons/Numix-Circle/48/apps/plasma-settings.svg +share/icons/Numix-Circle/48/apps/plasma-systemmonitor.svg share/icons/Numix-Circle/48/apps/plasma.svg share/icons/Numix-Circle/48/apps/plasmadiscover.svg share/icons/Numix-Circle/48/apps/plasmafox.svg share/icons/Numix-Circle/48/apps/plasmagik.svg share/icons/Numix-Circle/48/apps/plasmatube.svg -share/icons/Numix-Circle/48/apps/plasmavault.svg +share/icons/Numix-Circle/48/apps/plattenalbum.svg share/icons/Numix-Circle/48/apps/play_2048.svg share/icons/Numix-Circle/48/apps/playbox.svg share/icons/Numix-Circle/48/apps/playhouse.svg @@ -8462,6 +8626,7 @@ share/icons/Numix-Circle/48/apps/pm.festival.Festival.svg share/icons/Numix-Circle/48/apps/pm.mirko.Amusiz.svg share/icons/Numix-Circle/48/apps/pm.mirko.Atoms.svg share/icons/Numix-Circle/48/apps/pm.mirko.Twitz.svg +share/icons/Numix-Circle/48/apps/pmim-ibus.svg share/icons/Numix-Circle/48/apps/pnmixer.svg share/icons/Numix-Circle/48/apps/pocket-sync.svg share/icons/Numix-Circle/48/apps/pocketcasts.svg @@ -8511,6 +8676,7 @@ share/icons/Numix-Circle/48/apps/pot.svg share/icons/Numix-Circle/48/apps/powder-toy.svg share/icons/Numix-Circle/48/apps/powder.svg share/icons/Numix-Circle/48/apps/power-installer.svg +share/icons/Numix-Circle/48/apps/powerplant.svg share/icons/Numix-Circle/48/apps/powertabeditor.svg share/icons/Numix-Circle/48/apps/ppa.svg share/icons/Numix-Circle/48/apps/ppsspp.svg @@ -8531,6 +8697,7 @@ share/icons/Numix-Circle/48/apps/preferences-desktop-cursors.svg share/icons/Numix-Circle/48/apps/preferences-desktop-default-applications.svg share/icons/Numix-Circle/48/apps/preferences-desktop-display-color.svg share/icons/Numix-Circle/48/apps/preferences-desktop-display-nightcolor.svg +share/icons/Numix-Circle/48/apps/preferences-desktop-display-randr.svg share/icons/Numix-Circle/48/apps/preferences-desktop-display.svg share/icons/Numix-Circle/48/apps/preferences-desktop-emoticons.svg share/icons/Numix-Circle/48/apps/preferences-desktop-feedback.svg @@ -8555,6 +8722,7 @@ share/icons/Numix-Circle/48/apps/preferences-desktop-screensaver.svg share/icons/Numix-Circle/48/apps/preferences-desktop-sound.svg share/icons/Numix-Circle/48/apps/preferences-desktop-tablet.svg share/icons/Numix-Circle/48/apps/preferences-desktop-text-to-speech.svg +share/icons/Numix-Circle/48/apps/preferences-desktop-theme-global.svg share/icons/Numix-Circle/48/apps/preferences-desktop-theme-windowdecorations.svg share/icons/Numix-Circle/48/apps/preferences-desktop-theme.svg share/icons/Numix-Circle/48/apps/preferences-desktop-touchpad.svg @@ -8596,6 +8764,7 @@ share/icons/Numix-Circle/48/apps/preferences-system-sharing.svg share/icons/Numix-Circle/48/apps/preferences-system-sound.svg share/icons/Numix-Circle/48/apps/preferences-system-splash.svg share/icons/Numix-Circle/48/apps/preferences-system-time.svg +share/icons/Numix-Circle/48/apps/preferences-system-users.svg share/icons/Numix-Circle/48/apps/preferences-system-windows-actions.svg share/icons/Numix-Circle/48/apps/preferences-system-windows-move.svg share/icons/Numix-Circle/48/apps/preferences-system-windows.svg @@ -8620,6 +8789,7 @@ share/icons/Numix-Circle/48/apps/prjm16-transparent.svg share/icons/Numix-Circle/48/apps/prjm16.svg share/icons/Numix-Circle/48/apps/processing-pde.svg share/icons/Numix-Circle/48/apps/processing.svg +share/icons/Numix-Circle/48/apps/progress-tracker.svg share/icons/Numix-Circle/48/apps/projectM.svg share/icons/Numix-Circle/48/apps/projectlibre.svg share/icons/Numix-Circle/48/apps/projectm.svg @@ -8647,6 +8817,7 @@ share/icons/Numix-Circle/48/apps/ptask.svg share/icons/Numix-Circle/48/apps/ptb.svg share/icons/Numix-Circle/48/apps/ptbatcher.svg share/icons/Numix-Circle/48/apps/ptbl.svg +share/icons/Numix-Circle/48/apps/ptcollab.svg share/icons/Numix-Circle/48/apps/pterm.svg share/icons/Numix-Circle/48/apps/pub.gpgfrontend.gpgfrontend.svg share/icons/Numix-Circle/48/apps/publictransport.svg @@ -8829,6 +9000,7 @@ share/icons/Numix-Circle/48/apps/qtcreatorubuntu.svg share/icons/Numix-Circle/48/apps/qtcs.svg share/icons/Numix-Circle/48/apps/qtdbusviewer.svg share/icons/Numix-Circle/48/apps/qtdesigner.svg +share/icons/Numix-Circle/48/apps/qtel.svg share/icons/Numix-Circle/48/apps/qtemu.svg share/icons/Numix-Circle/48/apps/qterminal.svg share/icons/Numix-Circle/48/apps/qtexttospeech.svg @@ -8888,6 +9060,7 @@ share/icons/Numix-Circle/48/apps/qwertone.svg share/icons/Numix-Circle/48/apps/qwinff.svg share/icons/Numix-Circle/48/apps/qxgedit.svg share/icons/Numix-Circle/48/apps/qxmledit.svg +share/icons/Numix-Circle/48/apps/r-quick-share.svg share/icons/Numix-Circle/48/apps/raccoon.svg share/icons/Numix-Circle/48/apps/racket-logo.svg share/icons/Numix-Circle/48/apps/radeon-profile.svg @@ -8911,6 +9084,7 @@ share/icons/Numix-Circle/48/apps/rars.svg share/icons/Numix-Circle/48/apps/rationalplan-multi.svg share/icons/Numix-Circle/48/apps/rationalplan-project.svg share/icons/Numix-Circle/48/apps/rationalplan-single.svg +share/icons/Numix-Circle/48/apps/rattlesnake.svg share/icons/Numix-Circle/48/apps/raven-reader.svg share/icons/Numix-Circle/48/apps/raven.svg share/icons/Numix-Circle/48/apps/rawstudio.svg @@ -8994,6 +9168,7 @@ share/icons/Numix-Circle/48/apps/rest.getinsomnia.Designer.svg share/icons/Numix-Circle/48/apps/rest.getinsomnia.Insomnia.svg share/icons/Numix-Circle/48/apps/rest.insomnia.Designer.svg share/icons/Numix-Circle/48/apps/rest.insomnia.Insomnia.svg +share/icons/Numix-Circle/48/apps/resticity.svg share/icons/Numix-Circle/48/apps/restscope.svg share/icons/Numix-Circle/48/apps/retext.svg share/icons/Numix-Circle/48/apps/retro.svg @@ -9045,12 +9220,14 @@ share/icons/Numix-Circle/48/apps/rocket-editor.svg share/icons/Numix-Circle/48/apps/rocketchat-desktop.svg share/icons/Numix-Circle/48/apps/rocketchat.svg share/icons/Numix-Circle/48/apps/rocks.koreader.KOReader.svg +share/icons/Numix-Circle/48/apps/rocks.poopjournal.librelinkupdesktop.svg share/icons/Numix-Circle/48/apps/rocksndiamonds.svg share/icons/Numix-Circle/48/apps/rocs.svg share/icons/Numix-Circle/48/apps/rodeo.svg share/icons/Numix-Circle/48/apps/roger.svg share/icons/Numix-Circle/48/apps/rolisteam.svg share/icons/Numix-Circle/48/apps/rollit.svg +share/icons/Numix-Circle/48/apps/roobuilder.svg share/icons/Numix-Circle/48/apps/root.svg share/icons/Numix-Circle/48/apps/rosa-imagewriter.svg share/icons/Numix-Circle/48/apps/rosamp.svg @@ -9062,6 +9239,7 @@ share/icons/Numix-Circle/48/apps/rpi-imager.svg share/icons/Numix-Circle/48/apps/rpi.svg share/icons/Numix-Circle/48/apps/rpmdrake.svg share/icons/Numix-Circle/48/apps/rpn.svg +share/icons/Numix-Circle/48/apps/rquickshare.svg share/icons/Numix-Circle/48/apps/rrip_gui.svg share/icons/Numix-Circle/48/apps/rs.ruffle.Ruffle.svg share/icons/Numix-Circle/48/apps/rsibreak.svg @@ -9071,6 +9249,7 @@ share/icons/Numix-Circle/48/apps/rssowl.svg share/icons/Numix-Circle/48/apps/rstudio.svg share/icons/Numix-Circle/48/apps/rtcw.svg share/icons/Numix-Circle/48/apps/rtwizard.svg +share/icons/Numix-Circle/48/apps/ru.linux_gaming.PortProton.svg share/icons/Numix-Circle/48/apps/ru.proninyaroslav.libretrack.svg share/icons/Numix-Circle/48/apps/ru.sview.sView.svg share/icons/Numix-Circle/48/apps/ru.yandex.Browser.svg @@ -9158,6 +9337,7 @@ share/icons/Numix-Circle/48/apps/sdrangel_icon.svg share/icons/Numix-Circle/48/apps/se.manyver.Manyverse.svg share/icons/Numix-Circle/48/apps/se.sjoerd.DatMan.svg share/icons/Numix-Circle/48/apps/se.sjoerd.Graphs.svg +share/icons/Numix-Circle/48/apps/se.trixon.Mapollage.svg share/icons/Numix-Circle/48/apps/seabird.svg share/icons/Numix-Circle/48/apps/seafile-client-qt5.svg share/icons/Numix-Circle/48/apps/seafile-client-qt6.svg @@ -9279,6 +9459,7 @@ share/icons/Numix-Circle/48/apps/skanlite.svg share/icons/Numix-Circle/48/apps/skanpage.svg share/icons/Numix-Circle/48/apps/skiff.svg share/icons/Numix-Circle/48/apps/skifra.svg +share/icons/Numix-Circle/48/apps/skladnik.svg share/icons/Numix-Circle/48/apps/skribisto.svg share/icons/Numix-Circle/48/apps/skrooge.svg share/icons/Numix-Circle/48/apps/skse-launcher.svg @@ -9330,6 +9511,7 @@ share/icons/Numix-Circle/48/apps/snes9x.svg share/icons/Numix-Circle/48/apps/snowball.svg share/icons/Numix-Circle/48/apps/snowflake.svg share/icons/Numix-Circle/48/apps/snowglobe.svg +share/icons/Numix-Circle/48/apps/so.libdb.dissent.svg share/icons/Numix-Circle/48/apps/so.libdb.gtkcord4.svg share/icons/Numix-Circle/48/apps/soapui.svg share/icons/Numix-Circle/48/apps/social.whalebird.WhalebirdDesktop.svg @@ -9374,6 +9556,7 @@ share/icons/Numix-Circle/48/apps/soundnode.svg share/icons/Numix-Circle/48/apps/soundux.svg share/icons/Numix-Circle/48/apps/sourcetrail.svg share/icons/Numix-Circle/48/apps/space-invaders.svg +share/icons/Numix-Circle/48/apps/space.celestiaproject.Celestia.svg share/icons/Numix-Circle/48/apps/space.crankshaft.Crankshaft.svg share/icons/Numix-Circle/48/apps/space.fips.Fips.svg share/icons/Numix-Circle/48/apps/spacebar.svg @@ -9440,6 +9623,7 @@ share/icons/Numix-Circle/48/apps/srb2.svg share/icons/Numix-Circle/48/apps/srb2kart.svg share/icons/Numix-Circle/48/apps/srtnr.svg share/icons/Numix-Circle/48/apps/ssb-patchwork.svg +share/icons/Numix-Circle/48/apps/ssplot.svg share/icons/Numix-Circle/48/apps/st-logo-128.svg share/icons/Numix-Circle/48/apps/stacer.svg share/icons/Numix-Circle/48/apps/standard-notes.svg @@ -9498,6 +9682,7 @@ share/icons/Numix-Circle/48/apps/steam_icon_115100.svg share/icons/Numix-Circle/48/apps/steam_icon_1151790.svg share/icons/Numix-Circle/48/apps/steam_icon_115800.svg share/icons/Numix-Circle/48/apps/steam_icon_1159660.svg +share/icons/Numix-Circle/48/apps/steam_icon_1188080.svg share/icons/Numix-Circle/48/apps/steam_icon_1194110.svg share/icons/Numix-Circle/48/apps/steam_icon_1194120.svg share/icons/Numix-Circle/48/apps/steam_icon_1250.svg @@ -9681,6 +9866,7 @@ share/icons/Numix-Circle/48/apps/steam_icon_265930.svg share/icons/Numix-Circle/48/apps/steam_icon_266010.svg share/icons/Numix-Circle/48/apps/steam_icon_266840.svg share/icons/Numix-Circle/48/apps/steam_icon_26800.svg +share/icons/Numix-Circle/48/apps/steam_icon_268500.svg share/icons/Numix-Circle/48/apps/steam_icon_26900.svg share/icons/Numix-Circle/48/apps/steam_icon_26910.svg share/icons/Numix-Circle/48/apps/steam_icon_269950.svg @@ -9873,6 +10059,7 @@ share/icons/Numix-Circle/48/apps/steam_icon_4920.svg share/icons/Numix-Circle/48/apps/steam_icon_49520.svg share/icons/Numix-Circle/48/apps/steam_icon_49600.svg share/icons/Numix-Circle/48/apps/steam_icon_49610.svg +share/icons/Numix-Circle/48/apps/steam_icon_498330.svg share/icons/Numix-Circle/48/apps/steam_icon_50.svg share/icons/Numix-Circle/48/apps/steam_icon_500.svg share/icons/Numix-Circle/48/apps/steam_icon_50300.svg @@ -10013,8 +10200,6 @@ share/icons/Numix-Circle/48/apps/studio.kx.catia.svg share/icons/Numix-Circle/48/apps/studio.kx.claudia.svg share/icons/Numix-Circle/48/apps/studio.kx.distrho.Cardinal.svg share/icons/Numix-Circle/48/apps/stuntrally.svg -share/icons/Numix-Circle/48/apps/sturge-xt-fx.svg -share/icons/Numix-Circle/48/apps/sturge-xt.svg share/icons/Numix-Circle/48/apps/style.svg share/icons/Numix-Circle/48/apps/suanPan.svg share/icons/Numix-Circle/48/apps/suanpan.svg @@ -10033,6 +10218,7 @@ share/icons/Numix-Circle/48/apps/substance.svg share/icons/Numix-Circle/48/apps/subsurface-icon.svg share/icons/Numix-Circle/48/apps/subtitlecomposer.svg share/icons/Numix-Circle/48/apps/subtitleeditor.svg +share/icons/Numix-Circle/48/apps/subtivals.svg share/icons/Numix-Circle/48/apps/sudoku-solver.svg share/icons/Numix-Circle/48/apps/sudoku.svg share/icons/Numix-Circle/48/apps/sudokuki.svg @@ -10070,6 +10256,8 @@ share/icons/Numix-Circle/48/apps/supertux2.svg share/icons/Numix-Circle/48/apps/supertuxkart.svg share/icons/Numix-Circle/48/apps/supertuxkart_128.svg share/icons/Numix-Circle/48/apps/suprafit.svg +share/icons/Numix-Circle/48/apps/surge-xt-fx.svg +share/icons/Numix-Circle/48/apps/surge-xt.svg share/icons/Numix-Circle/48/apps/surrealist.svg share/icons/Numix-Circle/48/apps/susehelpcenter.svg share/icons/Numix-Circle/48/apps/susers.svg @@ -10082,6 +10270,7 @@ share/icons/Numix-Circle/48/apps/swami.svg share/icons/Numix-Circle/48/apps/swappy.svg share/icons/Numix-Circle/48/apps/swatchbooker.svg share/icons/Numix-Circle/48/apps/sway-input-config.svg +share/icons/Numix-Circle/48/apps/swayimg.svg share/icons/Numix-Circle/48/apps/sweeper.svg share/icons/Numix-Circle/48/apps/sweethome3d-furniture-editor.svg share/icons/Numix-Circle/48/apps/sweethome3d-textures-editor.svg @@ -10230,6 +10419,7 @@ share/icons/Numix-Circle/48/apps/thebeat.svg share/icons/Numix-Circle/48/apps/thecalculator.svg share/icons/Numix-Circle/48/apps/thedarkmod.svg share/icons/Numix-Circle/48/apps/thefile.svg +share/icons/Numix-Circle/48/apps/theforceengine.svg share/icons/Numix-Circle/48/apps/theheartbeat.svg share/icons/Numix-Circle/48/apps/theia-electron.svg share/icons/Numix-Circle/48/apps/theia-ide.svg @@ -10330,11 +10520,13 @@ share/icons/Numix-Circle/48/apps/torcs.svg share/icons/Numix-Circle/48/apps/torrent-file-editor.svg share/icons/Numix-Circle/48/apps/torrential.svg share/icons/Numix-Circle/48/apps/torrenttools.svg +share/icons/Numix-Circle/48/apps/torrserver.svg share/icons/Numix-Circle/48/apps/toshy.svg share/icons/Numix-Circle/48/apps/toshy_app_icon_rainbow.svg share/icons/Numix-Circle/48/apps/totem.svg share/icons/Numix-Circle/48/apps/touche.svg share/icons/Numix-Circle/48/apps/touchpad-indicator.svg +share/icons/Numix-Circle/48/apps/tr.org.pardus.pen.svg share/icons/Numix-Circle/48/apps/tracker.svg share/icons/Numix-Circle/48/apps/trackma.svg share/icons/Numix-Circle/48/apps/tranqil.svg @@ -10450,6 +10642,7 @@ share/icons/Numix-Circle/48/apps/uk.co.mrbenshef.Boop-GTK.svg share/icons/Numix-Circle/48/apps/uk.co.mrbenshef.TeX-Match.svg share/icons/Numix-Circle/48/apps/uk.co.parallelrealities.games.edgar.svg share/icons/Numix-Circle/48/apps/uk.co.pcem_emulator.pcem.svg +share/icons/Numix-Circle/48/apps/uk.co.piggz.amazfish.svg share/icons/Numix-Circle/48/apps/uk.co.powdertoy.tpt.svg share/icons/Numix-Circle/48/apps/uk.jnthn.backgammony.svg share/icons/Numix-Circle/48/apps/uk.org.greenend.chiark.sgtatham.putty.svg @@ -10968,6 +11161,7 @@ share/icons/Numix-Circle/48/apps/x-pdf.svg share/icons/Numix-Circle/48/apps/x-plane.svg share/icons/Numix-Circle/48/apps/x-system-software-sources.svg share/icons/Numix-Circle/48/apps/x.svg +share/icons/Numix-Circle/48/apps/x11-calc.svg share/icons/Numix-Circle/48/apps/x11.svg share/icons/Numix-Circle/48/apps/x2goclient.svg share/icons/Numix-Circle/48/apps/xampp.svg @@ -10993,6 +11187,7 @@ share/icons/Numix-Circle/48/apps/xdman.svg share/icons/Numix-Circle/48/apps/xed.svg share/icons/Numix-Circle/48/apps/xemu.svg share/icons/Numix-Circle/48/apps/xeyes.svg +share/icons/Numix-Circle/48/apps/xfb_icon.svg share/icons/Numix-Circle/48/apps/xfburn.svg share/icons/Numix-Circle/48/apps/xfcalendar.svg share/icons/Numix-Circle/48/apps/xfce-edit.svg @@ -11024,15 +11219,20 @@ share/icons/Numix-Circle/48/apps/xfce4-panel-menu.svg share/icons/Numix-Circle/48/apps/xfce4-panel-restart.svg share/icons/Numix-Circle/48/apps/xfce4-panel.svg share/icons/Numix-Circle/48/apps/xfce4-power-manager-settings.svg +share/icons/Numix-Circle/48/apps/xfce4-power-manager.svg +share/icons/Numix-Circle/48/apps/xfce4-screenshooter.svg share/icons/Numix-Circle/48/apps/xfce4-session.svg share/icons/Numix-Circle/48/apps/xfce4-settings.svg share/icons/Numix-Circle/48/apps/xfce4-sound.svg share/icons/Numix-Circle/48/apps/xfce4-system-lock.svg +share/icons/Numix-Circle/48/apps/xfce4-taskmanager.svg +share/icons/Numix-Circle/48/apps/xfce4-terminal.svg share/icons/Numix-Circle/48/apps/xfce4-ui.svg share/icons/Numix-Circle/48/apps/xfce4-workspaces.svg share/icons/Numix-Circle/48/apps/xfce4_xicon.svg share/icons/Numix-Circle/48/apps/xfce_unknown.svg share/icons/Numix-Circle/48/apps/xfdashboard.svg +share/icons/Numix-Circle/48/apps/xfmpc.svg share/icons/Numix-Circle/48/apps/xfpm-ac-adapter.svg share/icons/Numix-Circle/48/apps/xfpm-suspend.svg share/icons/Numix-Circle/48/apps/xfsm-hibernate.svg @@ -11126,6 +11326,7 @@ share/icons/Numix-Circle/48/apps/yast-hwinfo.svg share/icons/Numix-Circle/48/apps/yast-snapper.svg share/icons/Numix-Circle/48/apps/yast.svg share/icons/Numix-Circle/48/apps/yast2.svg +share/icons/Numix-Circle/48/apps/yat.svg share/icons/Numix-Circle/48/apps/yate.svg share/icons/Numix-Circle/48/apps/yed.svg share/icons/Numix-Circle/48/apps/yhtwtg-ega.svg @@ -11198,14 +11399,3 @@ share/icons/Numix-Circle/48/apps/zuluMount.svg share/icons/Numix-Circle/48/apps/zynaddsubfx.svg share/icons/Numix-Circle/48@2x share/icons/Numix-Circle/index.theme -@dir share/icons/Numix-Circle/16 -@dir share/icons/Numix-Circle/22 -@dir share/icons/Numix-Circle/24 -@dir share/icons/Numix-Circle/48/apps -@dir share/icons/Numix-Circle/48 -@dir share/icons/Numix-Circle -@dir share/icons/Numix-Circle-Light/16 -@dir share/icons/Numix-Circle-Light/22 -@dir share/icons/Numix-Circle-Light/24 -@dir share/icons/Numix-Circle-Light/48 -@dir share/icons/Numix-Circle-Light diff --git a/x11-themes/numix-icon-theme/Makefile b/x11-themes/numix-icon-theme/Makefile index e1fc1e9360f..112c694e5ce 100644 --- a/x11-themes/numix-icon-theme/Makefile +++ b/x11-themes/numix-icon-theme/Makefile @@ -1,5 +1,5 @@ PORTNAME= numix-icon-theme -PORTVERSION= 23.12.02 +DISTVERSION= 24.04.22 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com @@ -9,8 +9,6 @@ WWW= https://numixproject.github.io LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/license -USES= gnome - USE_GITHUB= yes GH_ACCOUNT= numixproject diff --git a/x11-themes/numix-icon-theme/distinfo b/x11-themes/numix-icon-theme/distinfo index 93be8dbf25c..d4c402eb16e 100644 --- a/x11-themes/numix-icon-theme/distinfo +++ b/x11-themes/numix-icon-theme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708850344 -SHA256 (numixproject-numix-icon-theme-23.12.02_GH0.tar.gz) = 1ff1c062c20c9c14b87adbdf93425e5dfb1944dfe69c7c2336eaf15a54b5c5c7 -SIZE (numixproject-numix-icon-theme-23.12.02_GH0.tar.gz) = 4449036 +TIMESTAMP = 1714250948 +SHA256 (numixproject-numix-icon-theme-24.04.22_GH0.tar.gz) = b807ec73013d855435a8005bc7b95fc39bed392a0fd9cae200331f535ffd8555 +SIZE (numixproject-numix-icon-theme-24.04.22_GH0.tar.gz) = 4449499 diff --git a/x11-themes/numix-icon-theme/pkg-plist b/x11-themes/numix-icon-theme/pkg-plist index 8c9307cca40..6b8cce68ce0 100644 --- a/x11-themes/numix-icon-theme/pkg-plist +++ b/x11-themes/numix-icon-theme/pkg-plist @@ -8144,6 +8144,8 @@ share/icons/Numix/16/mimetypes/application-x-neo-geo-pocket-color-rom.svg share/icons/Numix/16/mimetypes/application-x-neo-geo-pocket-rom.svg share/icons/Numix/16/mimetypes/application-x-nes-rom.svg share/icons/Numix/16/mimetypes/application-x-nintendo-ds-rom.svg +share/icons/Numix/16/mimetypes/application-x-nintendo-switch-xci.svg +share/icons/Numix/16/mimetypes/application-x-nx-xci.svg share/icons/Numix/16/mimetypes/application-x-nzb.svg share/icons/Numix/16/mimetypes/application-x-object.svg share/icons/Numix/16/mimetypes/application-x-ole-storage.svg @@ -9453,6 +9455,9 @@ share/icons/Numix/16/panel/kazam-countdown.svg share/icons/Numix/16/panel/kazam-paused.svg share/icons/Numix/16/panel/kazam-recording.svg share/icons/Numix/16/panel/kazam-stopped.svg +share/icons/Numix/16/panel/network-bluetooth-activated-symbolic.svg +share/icons/Numix/16/panel/network-bluetooth-inactive-symbolic.svg +share/icons/Numix/16/panel/network-bluetooth-symbolic.svg share/icons/Numix/16/panel/nvidia-panel.svg share/icons/Numix/16/panel/qtox-away.svg share/icons/Numix/16/panel/qtox-busy.svg @@ -13595,6 +13600,8 @@ share/icons/Numix/22/mimetypes/application-x-neo-geo-pocket-color-rom.svg share/icons/Numix/22/mimetypes/application-x-neo-geo-pocket-rom.svg share/icons/Numix/22/mimetypes/application-x-nes-rom.svg share/icons/Numix/22/mimetypes/application-x-nintendo-ds-rom.svg +share/icons/Numix/22/mimetypes/application-x-nintendo-switch-xci.svg +share/icons/Numix/22/mimetypes/application-x-nx-xci.svg share/icons/Numix/22/mimetypes/application-x-nzb.svg share/icons/Numix/22/mimetypes/application-x-object.svg share/icons/Numix/22/mimetypes/application-x-ole-storage.svg @@ -18743,6 +18750,8 @@ share/icons/Numix/24/mimetypes/application-x-neo-geo-pocket-color-rom.svg share/icons/Numix/24/mimetypes/application-x-neo-geo-pocket-rom.svg share/icons/Numix/24/mimetypes/application-x-nes-rom.svg share/icons/Numix/24/mimetypes/application-x-nintendo-ds-rom.svg +share/icons/Numix/24/mimetypes/application-x-nintendo-switch-xci.svg +share/icons/Numix/24/mimetypes/application-x-nx-xci.svg share/icons/Numix/24/mimetypes/application-x-object.svg share/icons/Numix/24/mimetypes/application-x-ole-storage.svg share/icons/Numix/24/mimetypes/application-x-openteacher.svg @@ -23872,6 +23881,8 @@ share/icons/Numix/32/mimetypes/application-x-neo-geo-pocket-color-rom.svg share/icons/Numix/32/mimetypes/application-x-neo-geo-pocket-rom.svg share/icons/Numix/32/mimetypes/application-x-nes-rom.svg share/icons/Numix/32/mimetypes/application-x-nintendo-ds-rom.svg +share/icons/Numix/32/mimetypes/application-x-nintendo-switch-xci.svg +share/icons/Numix/32/mimetypes/application-x-nx-xci.svg share/icons/Numix/32/mimetypes/application-x-nzb.svg share/icons/Numix/32/mimetypes/application-x-object.svg share/icons/Numix/32/mimetypes/application-x-ole-storage.svg @@ -26305,6 +26316,8 @@ share/icons/Numix/48/mimetypes/application-x-neo-geo-pocket-color-rom.svg share/icons/Numix/48/mimetypes/application-x-neo-geo-pocket-rom.svg share/icons/Numix/48/mimetypes/application-x-nes-rom.svg share/icons/Numix/48/mimetypes/application-x-nintendo-ds-rom.svg +share/icons/Numix/48/mimetypes/application-x-nintendo-switch-xci.svg +share/icons/Numix/48/mimetypes/application-x-nx-xci.svg share/icons/Numix/48/mimetypes/application-x-object.svg share/icons/Numix/48/mimetypes/application-x-ole-storage.svg share/icons/Numix/48/mimetypes/application-x-openteacher.svg @@ -28794,6 +28807,8 @@ share/icons/Numix/64/mimetypes/application-x-neo-geo-pocket-color-rom.svg share/icons/Numix/64/mimetypes/application-x-neo-geo-pocket-rom.svg share/icons/Numix/64/mimetypes/application-x-nes-rom.svg share/icons/Numix/64/mimetypes/application-x-nintendo-ds-rom.svg +share/icons/Numix/64/mimetypes/application-x-nintendo-switch-xci.svg +share/icons/Numix/64/mimetypes/application-x-nx-xci.svg share/icons/Numix/64/mimetypes/application-x-nzb.svg share/icons/Numix/64/mimetypes/application-x-object.svg share/icons/Numix/64/mimetypes/application-x-ole-storage.svg diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 47161ef73db..ae0f006659b 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -97,6 +97,9 @@ SUBDIR += linux-c7-pango SUBDIR += linux-c7-qt-x11 SUBDIR += linux-c7-tk85 + SUBDIR += linux-rl9-gtk2 + SUBDIR += linux-rl9-gtk3 + SUBDIR += linux-rl9-pango SUBDIR += movingmotif SUBDIR += mowitz SUBDIR += mygui diff --git a/x11-toolkits/gtk40/Makefile b/x11-toolkits/gtk40/Makefile index f6d0e71fb41..04ebc8e3351 100644 --- a/x11-toolkits/gtk40/Makefile +++ b/x11-toolkits/gtk40/Makefile @@ -1,6 +1,5 @@ PORTNAME= gtk -PORTVERSION= 4.14.2 -PORTREVISION= 1 +PORTVERSION= 4.14.4 CATEGORIES= x11-toolkits MASTER_SITES= GNOME PKGNAMESUFFIX= 4 @@ -38,7 +37,7 @@ LDFLAGS+= -lexecinfo BINARY_ALIAS= python3=${PYTHON_CMD} -LIBVERSION= 1.1400.2 +LIBVERSION= 1.1400.4 PLIST_SUB+= LIBVERSION=${LIBVERSION} GLIB_SCHEMAS= org.gtk.Demo4.gschema.xml \ diff --git a/x11-toolkits/gtk40/distinfo b/x11-toolkits/gtk40/distinfo index c6bedb27425..0b42ee10ea7 100644 --- a/x11-toolkits/gtk40/distinfo +++ b/x11-toolkits/gtk40/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712620699 -SHA256 (gnome/gtk-4.14.2.tar.xz) = 22604cef2898a79e5f2143bb7aee2b7d1fa2eb946989a9d1338ecf9c8ae0e072 -SIZE (gnome/gtk-4.14.2.tar.xz) = 18331244 +TIMESTAMP = 1714692806 +SHA256 (gnome/gtk-4.14.4.tar.xz) = 443518b97e8348f9f6430ac435b1010f9a6c5207f4dc6a7cd5d24e3820cee633 +SIZE (gnome/gtk-4.14.4.tar.xz) = 18306548 diff --git a/x11-toolkits/imgui/Makefile b/x11-toolkits/imgui/Makefile index de0fb974fa1..0c554ffadd6 100644 --- a/x11-toolkits/imgui/Makefile +++ b/x11-toolkits/imgui/Makefile @@ -1,6 +1,6 @@ PORTNAME= imgui DISTVERSIONPREFIX= v -DISTVERSION= 1.90.5 +DISTVERSION= 1.90.6 CATEGORIES= x11-toolkits MAINTAINER= yuri@FreeBSD.org @@ -74,7 +74,7 @@ post-patch: do-test: @cd ${WRKSRC}/examples/example_sdl2_opengl3 && \ ${GMAKE} \ - CXXFLAGS="${CXFLAGS} `pkg-config --cflags sdl2` -I${STAGEDIR}${PREFIX}/include -I${WRKSRC}/backends" \ + CXXFLAGS="${CXXFLAGS} `pkg-config --cflags sdl2` -I${STAGEDIR}${PREFIX}/include -I${WRKSRC}/backends" \ LIBS="`pkg-config --libs sdl2` -lGL" && \ ./example_sdl2_opengl3 diff --git a/x11-toolkits/imgui/distinfo b/x11-toolkits/imgui/distinfo index e7d8bd50c56..fca3bc2719b 100644 --- a/x11-toolkits/imgui/distinfo +++ b/x11-toolkits/imgui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712895130 -SHA256 (ocornut-imgui-v1.90.5_GH0.tar.gz) = e94b48dba7311c85ba8e3e6fe7c734d76a0eed21b2b42c5180fd5706d1562241 -SIZE (ocornut-imgui-v1.90.5_GH0.tar.gz) = 1668360 +TIMESTAMP = 1715485242 +SHA256 (ocornut-imgui-v1.90.6_GH0.tar.gz) = 70b4b05ac0938e82b4d5b8d59480d3e2ca63ca570dfb88c55023831f387237ad +SIZE (ocornut-imgui-v1.90.6_GH0.tar.gz) = 1677600 diff --git a/x11-toolkits/kddockwidgets/Makefile b/x11-toolkits/kddockwidgets/Makefile index fe480504702..453c0476a93 100644 --- a/x11-toolkits/kddockwidgets/Makefile +++ b/x11-toolkits/kddockwidgets/Makefile @@ -1,6 +1,6 @@ PORTNAME= kddockwidgets DISTVERSIONPREFIX= v -DISTVERSION= 2.0.0 +DISTVERSION= 2.1.0 CATEGORIES= x11-toolkits MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,7 @@ BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json LIB_DEPENDS= libfmt.so:devel/libfmt \ libspdlog.so:devel/spdlog -USES= cmake:testing qt:5 +USES= cmake:testing compiler:c++17-lang qt:5 USE_QT= core declarative gui network quickcontrols2 widgets x11extras \ buildtools:build qmake:build testlib:build USE_LDCONFIG= yes diff --git a/x11-toolkits/kddockwidgets/distinfo b/x11-toolkits/kddockwidgets/distinfo index db8957873a3..394ba77d2aa 100644 --- a/x11-toolkits/kddockwidgets/distinfo +++ b/x11-toolkits/kddockwidgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712908011 -SHA256 (KDAB-KDDockWidgets-v2.0.0_GH0.tar.gz) = 0a35c9b8a093639132c4fd14214ce97eb592c8284ae661d0901816a0661547f4 -SIZE (KDAB-KDDockWidgets-v2.0.0_GH0.tar.gz) = 5199894 +TIMESTAMP = 1715321817 +SHA256 (KDAB-KDDockWidgets-v2.1.0_GH0.tar.gz) = 360e33b5ee1446c64b20449e03b065d4e2df137f534177a1e63440532ae50695 +SIZE (KDAB-KDDockWidgets-v2.1.0_GH0.tar.gz) = 5289245 diff --git a/x11-toolkits/kddockwidgets/pkg-plist b/x11-toolkits/kddockwidgets/pkg-plist index fad339ef16f..cff2369cd51 100644 --- a/x11-toolkits/kddockwidgets/pkg-plist +++ b/x11-toolkits/kddockwidgets/pkg-plist @@ -122,6 +122,6 @@ lib/cmake/KDDockWidgets/KDDockWidgetsConfigVersion.cmake lib/cmake/KDDockWidgets/KDDockWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KDDockWidgets/KDDockWidgetsTargets.cmake lib/libkddockwidgets.so -lib/libkddockwidgets.so.2.0 -lib/libkddockwidgets.so.2.0.0 +lib/libkddockwidgets.so.2.1 +lib/libkddockwidgets.so.2.1.0 %%QT_MKSPECDIR%%/modules/qt_KDDockWidgets.pri diff --git a/x11-toolkits/kf6-attica/distinfo b/x11-toolkits/kf6-attica/distinfo index eb07d09917d..0b65f910ad2 100644 --- a/x11-toolkits/kf6-attica/distinfo +++ b/x11-toolkits/kf6-attica/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022617 -SHA256 (KDE/frameworks/6.1.0/attica-6.1.0.tar.xz) = 8b3dcac9a6753a9d0f780782c30f369ded3f531c478e95ca1c195384ad7db5a0 -SIZE (KDE/frameworks/6.1.0/attica-6.1.0.tar.xz) = 68848 +TIMESTAMP = 1714804811 +SHA256 (KDE/frameworks/6.2.0/attica-6.2.0.tar.xz) = 275fb00b3f483704d800484883a3789797a3198b0ce680d85313d9977ffde2f0 +SIZE (KDE/frameworks/6.2.0/attica-6.2.0.tar.xz) = 68468 diff --git a/x11-toolkits/kf6-attica/pkg-plist b/x11-toolkits/kf6-attica/pkg-plist index dcd241d5c9b..367d6834db4 100644 --- a/x11-toolkits/kf6-attica/pkg-plist +++ b/x11-toolkits/kf6-attica/pkg-plist @@ -69,6 +69,7 @@ include/KF6/Attica/attica/metadata.h include/KF6/Attica/attica/person.h include/KF6/Attica/attica/platformdependent.h include/KF6/Attica/attica/platformdependent_v2.h +include/KF6/Attica/attica/platformdependent_v3.h include/KF6/Attica/attica/postjob.h include/KF6/Attica/attica/privatedata.h include/KF6/Attica/attica/project.h @@ -86,8 +87,8 @@ lib/cmake/KF6Attica/KF6AtticaConfigVersion.cmake lib/cmake/KF6Attica/KF6AtticaTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KF6Attica/KF6AtticaTargets.cmake lib/libKF6Attica.so -lib/libKF6Attica.so.%%KDE_FRAMEWORKS_VERSION%% lib/libKF6Attica.so.6 +lib/libKF6Attica.so.%%KDE_FRAMEWORKS_VERSION%% libdata/pkgconfig/KF6Attica.pc share/qlogging-categories6/attica.categories share/qlogging-categories6/attica.renamecategories diff --git a/x11-toolkits/kf6-kcompletion/distinfo b/x11-toolkits/kf6-kcompletion/distinfo index 6ec62a5d3ea..cb36967f066 100644 --- a/x11-toolkits/kf6-kcompletion/distinfo +++ b/x11-toolkits/kf6-kcompletion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022618 -SHA256 (KDE/frameworks/6.1.0/kcompletion-6.1.0.tar.xz) = e1e0bebe1edd88bea08bb0f47846d23624e34486df9c3a3380697fc4118449c8 -SIZE (KDE/frameworks/6.1.0/kcompletion-6.1.0.tar.xz) = 2332432 +TIMESTAMP = 1714804811 +SHA256 (KDE/frameworks/6.2.0/kcompletion-6.2.0.tar.xz) = 58cb938eb111e8859dd1baa51062467f226b8c67cb1fdb98748d3e97fabf08e9 +SIZE (KDE/frameworks/6.2.0/kcompletion-6.2.0.tar.xz) = 2323864 diff --git a/x11-toolkits/kf6-kconfigwidgets/distinfo b/x11-toolkits/kf6-kconfigwidgets/distinfo index 122773b8093..d89ec0e3251 100644 --- a/x11-toolkits/kf6-kconfigwidgets/distinfo +++ b/x11-toolkits/kf6-kconfigwidgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022619 -SHA256 (KDE/frameworks/6.1.0/kconfigwidgets-6.1.0.tar.xz) = 0b252b2e796ff6f05e94ab92130fe739e4fe698c223230be936b579e9df9d171 -SIZE (KDE/frameworks/6.1.0/kconfigwidgets-6.1.0.tar.xz) = 2565676 +TIMESTAMP = 1714804812 +SHA256 (KDE/frameworks/6.2.0/kconfigwidgets-6.2.0.tar.xz) = 3b5e72c6e55e7b9d0b3ebee0fe8b39c098dd07a56de39da1556891925eb7d963 +SIZE (KDE/frameworks/6.2.0/kconfigwidgets-6.2.0.tar.xz) = 2554984 diff --git a/x11-toolkits/kf6-kguiaddons/distinfo b/x11-toolkits/kf6-kguiaddons/distinfo index 2e86b6f6cf3..c8a40d7de5e 100644 --- a/x11-toolkits/kf6-kguiaddons/distinfo +++ b/x11-toolkits/kf6-kguiaddons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022619 -SHA256 (KDE/frameworks/6.1.0/kguiaddons-6.1.0.tar.xz) = 08d88452ae4bcdc073891499d9b414129cdc5982bd3bad88726dbef28ee5ac53 -SIZE (KDE/frameworks/6.1.0/kguiaddons-6.1.0.tar.xz) = 82260 +TIMESTAMP = 1714804812 +SHA256 (KDE/frameworks/6.2.0/kguiaddons-6.2.0.tar.xz) = ba5a5e42d5b9b94486419263836074429fd3facfc364fd4e3a29a54bc6de5ddb +SIZE (KDE/frameworks/6.2.0/kguiaddons-6.2.0.tar.xz) = 81676 diff --git a/x11-toolkits/kf6-kirigami/distinfo b/x11-toolkits/kf6-kirigami/distinfo index f0cc19ee6f8..a94ea7387fd 100644 --- a/x11-toolkits/kf6-kirigami/distinfo +++ b/x11-toolkits/kf6-kirigami/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022620 -SHA256 (KDE/frameworks/6.1.0/kirigami-6.1.0.tar.xz) = 2a5438186b6cf8847a579c030fed3778638e5fb4e5eb54f71dc2602da4607196 -SIZE (KDE/frameworks/6.1.0/kirigami-6.1.0.tar.xz) = 472340 +TIMESTAMP = 1714804812 +SHA256 (KDE/frameworks/6.2.0/kirigami-6.2.0.tar.xz) = 57245b518d64c46afab42a1a619609afb60e546033a162b718c752b88350b40c +SIZE (KDE/frameworks/6.2.0/kirigami-6.2.0.tar.xz) = 469640 diff --git a/x11-toolkits/kf6-kirigami/pkg-plist b/x11-toolkits/kf6-kirigami/pkg-plist index 35a1f88cc26..24fb4a86982 100644 --- a/x11-toolkits/kf6-kirigami/pkg-plist +++ b/x11-toolkits/kf6-kirigami/pkg-plist @@ -162,6 +162,7 @@ share/locale/eu/LC_MESSAGES/libkirigami6_qt.qm share/locale/fi/LC_MESSAGES/libkirigami6_qt.qm share/locale/fr/LC_MESSAGES/libkirigami6_qt.qm share/locale/gl/LC_MESSAGES/libkirigami6_qt.qm +share/locale/he/LC_MESSAGES/libkirigami6_qt.qm share/locale/hi/LC_MESSAGES/libkirigami6_qt.qm share/locale/hu/LC_MESSAGES/libkirigami6_qt.qm share/locale/ia/LC_MESSAGES/libkirigami6_qt.qm diff --git a/x11-toolkits/kf6-kitemviews/distinfo b/x11-toolkits/kf6-kitemviews/distinfo index d6408bda6ad..bb4c067a527 100644 --- a/x11-toolkits/kf6-kitemviews/distinfo +++ b/x11-toolkits/kf6-kitemviews/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022623 -SHA256 (KDE/frameworks/6.1.0/kitemviews-6.1.0.tar.xz) = e9e86c2aa49278c38959b1804fe1c6c2057f3e9be896091f898fb81692b20a4d -SIZE (KDE/frameworks/6.1.0/kitemviews-6.1.0.tar.xz) = 2262100 +TIMESTAMP = 1714804813 +SHA256 (KDE/frameworks/6.2.0/kitemviews-6.2.0.tar.xz) = 7362d9893d1e9a863482573ecfc3abddd8c634512d8a1884f094a5f543af4a29 +SIZE (KDE/frameworks/6.2.0/kitemviews-6.2.0.tar.xz) = 2253380 diff --git a/x11-toolkits/kf6-kjobwidgets/distinfo b/x11-toolkits/kf6-kjobwidgets/distinfo index dc642630e3d..b2dd5974f64 100644 --- a/x11-toolkits/kf6-kjobwidgets/distinfo +++ b/x11-toolkits/kf6-kjobwidgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022626 -SHA256 (KDE/frameworks/6.1.0/kjobwidgets-6.1.0.tar.xz) = ac79ddb48b38527a605a9564485ad370cbcfdb406b95e0f9255d55256454fdb8 -SIZE (KDE/frameworks/6.1.0/kjobwidgets-6.1.0.tar.xz) = 2265188 +TIMESTAMP = 1714804813 +SHA256 (KDE/frameworks/6.2.0/kjobwidgets-6.2.0.tar.xz) = 2fb7602f2bba818bcfffe1ad1310d7900889e10e53e384b874295fb3593fb3a1 +SIZE (KDE/frameworks/6.2.0/kjobwidgets-6.2.0.tar.xz) = 2256344 diff --git a/x11-toolkits/kf6-ktextwidgets/distinfo b/x11-toolkits/kf6-ktextwidgets/distinfo index 00fbe93b20f..0e3b5ae9b07 100644 --- a/x11-toolkits/kf6-ktextwidgets/distinfo +++ b/x11-toolkits/kf6-ktextwidgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022629 -SHA256 (KDE/frameworks/6.1.0/ktextwidgets-6.1.0.tar.xz) = 72cd44721c9209cc17bf3e8e1dccba823bcbe8156aa370205c5ce1ff746b6553 -SIZE (KDE/frameworks/6.1.0/ktextwidgets-6.1.0.tar.xz) = 2549212 +TIMESTAMP = 1714804813 +SHA256 (KDE/frameworks/6.2.0/ktextwidgets-6.2.0.tar.xz) = 469368c341265865e2562ab6d3be754db96896280bdca90c134127b1501ab5ed +SIZE (KDE/frameworks/6.2.0/ktextwidgets-6.2.0.tar.xz) = 2539436 diff --git a/x11-toolkits/kf6-kwidgetsaddons/distinfo b/x11-toolkits/kf6-kwidgetsaddons/distinfo index e6ef1439ee0..04295737e35 100644 --- a/x11-toolkits/kf6-kwidgetsaddons/distinfo +++ b/x11-toolkits/kf6-kwidgetsaddons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022631 -SHA256 (KDE/frameworks/6.1.0/kwidgetsaddons-6.1.0.tar.xz) = 81225d7ec2d6ea738ded55fe41978deb639c3f77a2daad0eb2e5423aa046e4ce -SIZE (KDE/frameworks/6.1.0/kwidgetsaddons-6.1.0.tar.xz) = 4264584 +TIMESTAMP = 1714804814 +SHA256 (KDE/frameworks/6.2.0/kwidgetsaddons-6.2.0.tar.xz) = 03cef2f66aec6b7f7b2276c47e720bdab939b05b77b70345e7f076d3dead8211 +SIZE (KDE/frameworks/6.2.0/kwidgetsaddons-6.2.0.tar.xz) = 4258132 diff --git a/x11-toolkits/kf6-kwidgetsaddons/pkg-plist b/x11-toolkits/kf6-kwidgetsaddons/pkg-plist index 92bb7a05765..fa5a426967c 100644 --- a/x11-toolkits/kf6-kwidgetsaddons/pkg-plist +++ b/x11-toolkits/kf6-kwidgetsaddons/pkg-plist @@ -10,6 +10,7 @@ include/KF6/KWidgetsAddons/KCollapsibleGroupBox include/KF6/KWidgetsAddons/KColorButton include/KF6/KWidgetsAddons/KColorCombo include/KF6/KWidgetsAddons/KColumnResizer +include/KF6/KWidgetsAddons/KContextualHelpButton include/KF6/KWidgetsAddons/KCursor include/KF6/KWidgetsAddons/KDateComboBox include/KF6/KWidgetsAddons/KDatePicker @@ -94,6 +95,7 @@ include/KF6/KWidgetsAddons/kcollapsiblegroupbox.h include/KF6/KWidgetsAddons/kcolorbutton.h include/KF6/KWidgetsAddons/kcolorcombo.h include/KF6/KWidgetsAddons/kcolumnresizer.h +include/KF6/KWidgetsAddons/kcontextualhelpbutton.h include/KF6/KWidgetsAddons/kcursor.h include/KF6/KWidgetsAddons/kdatecombobox.h include/KF6/KWidgetsAddons/kdatepicker.h diff --git a/x11-toolkits/kf6-kxmlgui/distinfo b/x11-toolkits/kf6-kxmlgui/distinfo index 01558702d30..b409c992345 100644 --- a/x11-toolkits/kf6-kxmlgui/distinfo +++ b/x11-toolkits/kf6-kxmlgui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022633 -SHA256 (KDE/frameworks/6.1.0/kxmlgui-6.1.0.tar.xz) = 825ba02aadcabc1ce13a5583295c8b1036c2f14bd1fa46b26431edc44cc6cf0d -SIZE (KDE/frameworks/6.1.0/kxmlgui-6.1.0.tar.xz) = 2934480 +TIMESTAMP = 1714804814 +SHA256 (KDE/frameworks/6.2.0/kxmlgui-6.2.0.tar.xz) = ff22a79fca2737e33c5463d87fad2b46920c8d48c6583268a9ae27097a8ac902 +SIZE (KDE/frameworks/6.2.0/kxmlgui-6.2.0.tar.xz) = 2923628 diff --git a/x11-toolkits/linux-rl9-gtk2/Makefile b/x11-toolkits/linux-rl9-gtk2/Makefile new file mode 100644 index 00000000000..6245abdefa9 --- /dev/null +++ b/x11-toolkits/linux-rl9-gtk2/Makefile @@ -0,0 +1,27 @@ +PORTNAME= gtk2 +PORTVERSION= 2.24.33 +DISTVERSIONSUFFIX= -8.el9 +CATEGORIES= x11-toolkits linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GTK+ library, version 2.X (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gtk.org/ + +USES= cpe linux:rl9 +CPE_VENDOR= gnome +CPE_PRODUCT= gtk +USE_LDCONFIG= yes +USE_LINUX= atk gdkpixbuf2 icu pango xorglibs +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${DISTNAME} \ + ${PORTNAME}-immodules-${DISTVERSIONFULL} + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/x11-toolkits/linux-rl9-gtk2/distinfo b/x11-toolkits/linux-rl9-gtk2/distinfo new file mode 100644 index 00000000000..bb38110a220 --- /dev/null +++ b/x11-toolkits/linux-rl9-gtk2/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1688557818 +SHA256 (rocky/g/gtk2-2.24.33-8.el9.aarch64.rpm) = 1f632dd5f7362bcf77cdb0e2b5e7da7a1020203cc33ddf2cfb260b60fc0fb861 +SIZE (rocky/g/gtk2-2.24.33-8.el9.aarch64.rpm) = 3535675 +SHA256 (rocky/g/gtk2-2.24.33-8.el9.x86_64.rpm) = 0959b86debe67eff4dae440b2b11bb91fb52ffa66764efc0544dfefa639de933 +SIZE (rocky/g/gtk2-2.24.33-8.el9.x86_64.rpm) = 3635380 +SHA256 (rocky/g/gtk2-immodules-2.24.33-8.el9.aarch64.rpm) = ca8501334edd3dd23a0e95bbd9604863119b1fc3ed2e1c0e9261b65fcf26f1b6 +SIZE (rocky/g/gtk2-immodules-2.24.33-8.el9.aarch64.rpm) = 38051 +SHA256 (rocky/g/gtk2-immodules-2.24.33-8.el9.x86_64.rpm) = e1e657002568fa01129d41bda60c289e6206f67cb4339efa7a48f3bdcc04a61e +SIZE (rocky/g/gtk2-immodules-2.24.33-8.el9.x86_64.rpm) = 38117 +SHA256 (rocky/g/gtk2-2.24.33-8.el9.src.rpm) = 37a4c48dfb2f6bcc46ece4b87b0bc4f5060fab00f3dd57a99201c91349249fe4 +SIZE (rocky/g/gtk2-2.24.33-8.el9.src.rpm) = 12699922 diff --git a/x11-toolkits/linux-rl9-gtk2/pkg-plist.amd64 b/x11-toolkits/linux-rl9-gtk2/pkg-plist.amd64 new file mode 100644 index 00000000000..06cfa9d0613 --- /dev/null +++ b/x11-toolkits/linux-rl9-gtk2/pkg-plist.amd64 @@ -0,0 +1,172 @@ +etc/X11/xinit/xinput.d/im-cedilla.conf +etc/gtk-2.0/im-multipress.conf +usr/bin/gtk-query-immodules-2.0-64 +usr/bin/update-gtk-immodules +usr/lib/.build-id/0d/2f2cbe311f63170e9a7df410eea721cc6d1373 +usr/lib/.build-id/0e/f57625a7b64d2b4f1c87acaf04dbf107792495 +usr/lib/.build-id/0f/3a2634413b3793eecccda3cf7e34b80fc8585b +usr/lib/.build-id/15/0fc57e6b6566b0a9424029eb1a4bdae721dcf1 +usr/lib/.build-id/1b/df1a8dc025469e683d47c8049fa1bbb12f84ec +usr/lib/.build-id/1c/0c4f4cbf1e5e1b8791e3be18821a7be34f6066 +usr/lib/.build-id/3e/fdd14ab49e71c6add3d86f2c8a85573c70d2bc +usr/lib/.build-id/52/01c37bf9b024ed63fc854138f9ae66fb0c777e +usr/lib/.build-id/7d/10ebe0d93cc0f8b21859f203788d57a28c4219 +usr/lib/.build-id/88/deaabb948e01ce110f470a993a72155adc3402 +usr/lib/.build-id/99/4cceaf342f91b89fcc4cd297c2da3137001835 +usr/lib/.build-id/bc/60b1d4c7d7d68768fd65f1a00101563d033263 +usr/lib/.build-id/be/83592a268f01c46bd73d128e5b628f1ee30d55 +usr/lib/.build-id/c0/6c3ea6d7b0187c427ec9efd926ee308a28b094 +usr/lib/.build-id/d2/f462a50693ea965a903cc2879f823e4030d28d +usr/lib/.build-id/d6/a3cd28d47a73c330bdd523033adb75d346ac29 +usr/lib/.build-id/e1/18199c529875904442980e39c895a79680a99f +usr/lib/.build-id/f4/e87c9de0b2b5132d552244ed978465bbd51a31 +usr/lib/.build-id/fb/f5eecae5ecdfb3f71e91c09a8c2156f59c0f49 +usr/lib/.build-id/fd/ee7da9726fcce11d988ec42e1c34491b804f0d +usr/lib64/girepository-1.0/Gdk-2.0.typelib +usr/lib64/girepository-1.0/GdkX11-2.0.typelib +usr/lib64/girepository-1.0/Gtk-2.0.typelib +usr/lib64/gtk-2.0/2.10.0/engines/libpixmap.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-am-et.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-cedilla.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-inuktitut.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-ipa.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-multipress.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-thai.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-ti-er.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-ti-et.so +usr/lib64/gtk-2.0/2.10.0/immodules/im-viqr.so +usr/lib64/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so +usr/lib64/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so +usr/lib64/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so +usr/lib64/gtk-2.0/modules/libferret.so +usr/lib64/gtk-2.0/modules/libgail.so +usr/lib64/libgailutil.so.18 +usr/lib64/libgailutil.so.18.0.1 +usr/lib64/libgdk-x11-2.0.so.0 +usr/lib64/libgdk-x11-2.0.so.0.2400.33 +usr/lib64/libgtk-x11-2.0.so.0 +usr/lib64/libgtk-x11-2.0.so.0.2400.33 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/gtk2/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/am/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ang/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/az_IR/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/be@latin/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/bn/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/br/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/crh/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/dz/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/hy/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ia/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/io/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ku/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/li/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/mai/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/mi/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/mk/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/mn/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/my/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/nds/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/nso/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ps/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/tk/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/tt/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/ur/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/uz/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/xh/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/yi/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +usr/share/man/man1/gtk-query-immodules-2.0-64.1.gz +usr/share/man/man1/gtk-query-immodules-2.0.1.gz +usr/share/man/man1/update-gtk-immodules.1.gz +usr/share/themes/Default/gtk-2.0-key/gtkrc +usr/share/themes/Emacs/gtk-2.0-key/gtkrc +usr/share/themes/Raleigh/gtk-2.0/gtkrc +@dir usr/lib64/gtk-2.0/2.10.0/filesystems +@dir usr/lib64/gtk-2.0/2.10.0 +@dir usr/lib64/gtk-2.0/immodules +@dir usr/lib64/gtk-2.0 +@dir usr/share/gtk-2.0 +@postexec %D/usr/bin/gtk-query-immodules-2.0-32 --update-cache +@postexec %D/usr/bin/gtk-query-immodules-2.0-64 --update-cache +@postunexec /bin/rm -f %D/usr/lib64/gtk-2.0/2.10.0/immodules.cache diff --git a/x11-toolkits/linux-rl9-gtk3/Makefile b/x11-toolkits/linux-rl9-gtk3/Makefile new file mode 100644 index 00000000000..de39ffbb0ef --- /dev/null +++ b/x11-toolkits/linux-rl9-gtk3/Makefile @@ -0,0 +1,31 @@ +PORTNAME= gtk3 +PORTVERSION= 3.24.31 +DISTVERSIONSUFFIX= -2.el9 +PORTREVISION= 1 +CATEGORIES= x11-toolkits linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GTK+ library, version 3.X (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gtk.org/ + +RUN_DEPENDS= hicolor-icon-theme>0:misc/hicolor-icon-theme \ + adwaita-icon-theme>0:x11-themes/adwaita-icon-theme + +USES= cpe linux:rl9 +CPE_VENDOR= gnome +CPE_PRODUCT= gtk +USE_LDCONFIG= yes +USE_LINUX= at-spi2-atk atk cairo-gobject dbuslibs fontconfig freetype gdkpixbuf2 \ + gnutls icu libepoxy libproxy librsvg2 libtracker-sparql \ + libxkbcommon pango wayland xorglibs +USE_LINUX_RPM= yes + +LIB_DISTNAMES= ${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} \ + libstemmer-0-18.585svn.el9 + +DESCR= ${.CURDIR}/../${PORTNAME}0/pkg-descr + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +.include diff --git a/x11-toolkits/linux-rl9-gtk3/distinfo b/x11-toolkits/linux-rl9-gtk3/distinfo new file mode 100644 index 00000000000..7db840a1f97 --- /dev/null +++ b/x11-toolkits/linux-rl9-gtk3/distinfo @@ -0,0 +1,11 @@ +TIMESTAMP = 1714494452 +SHA256 (rocky/g/gtk3-3.24.31-2.el9.aarch64.rpm) = 4f1a1a479ff4db93012242c53921b912ce6303fff64f88d9bbc9280c3f1380fa +SIZE (rocky/g/gtk3-3.24.31-2.el9.aarch64.rpm) = 4985138 +SHA256 (rocky/g/gtk3-3.24.31-2.el9.x86_64.rpm) = 93e0f50705292497b818bb5f49939e5f14565130ccbf4268f68f3b6980f6b976 +SIZE (rocky/g/gtk3-3.24.31-2.el9.x86_64.rpm) = 5084906 +SHA256 (rocky/l/libstemmer-0-18.585svn.el9.aarch64.rpm) = 4b10cc6e35e2dcc8d93a0f7ad765063d06b4ebe4c672f684804820bf8c3d9e67 +SIZE (rocky/l/libstemmer-0-18.585svn.el9.aarch64.rpm) = 84020 +SHA256 (rocky/l/libstemmer-0-18.585svn.el9.x86_64.rpm) = 1c100c574348ee586077add5d13aa526b47cf69f88eb51750555d86a3e7127d0 +SIZE (rocky/l/libstemmer-0-18.585svn.el9.x86_64.rpm) = 84609 +SHA256 (rocky/g/gtk3-3.24.31-2.el9.src.rpm) = 2a92238dc9eb69e92ed50f2d7973e8996a6226329aebb25a94c03f0c2e0c9cff +SIZE (rocky/g/gtk3-3.24.31-2.el9.src.rpm) = 22481536 diff --git a/x11-toolkits/linux-rl9-gtk3/pkg-plist.aarch64 b/x11-toolkits/linux-rl9-gtk3/pkg-plist.aarch64 new file mode 100644 index 00000000000..36ff2a40e9e --- /dev/null +++ b/x11-toolkits/linux-rl9-gtk3/pkg-plist.aarch64 @@ -0,0 +1,170 @@ +usr/bin/gtk-launch +usr/bin/gtk-query-immodules-3.0-64 +usr/lib/.build-id/00/83d9c6e07c57fd0b08f1dc432b9dce1cbf1d48 +usr/lib/.build-id/1e/04253f072933de2d5c462b31d8133399720fee +usr/lib/.build-id/74/e1aa9d1f6780da68437bb08874b6f83dd02bcb +usr/lib/.build-id/7d/a9673395517486a49226aea89b40c3bf3f6be6 +usr/lib/.build-id/b9/c0b0fab5cab51e14315937d77411ca63b9270a +usr/lib/.build-id/c7/8a8956898b1b5a450e2452a1dee30ce2b9ddda +usr/lib/.build-id/f3/53c5268dc78cdc34b131c0d64988cf9d467796 +usr/lib/.build-id/f9/233861f11e85af76b752194ac8fda3803c9e1d +usr/lib/.build-id/ff/8c84acf7d0cf6148624a9eb05736e9e9065cbe +usr/lib64/girepository-1.0/Gdk-3.0.typelib +usr/lib64/girepository-1.0/GdkX11-3.0.typelib +usr/lib64/girepository-1.0/Gtk-3.0.typelib +@rmtry usr/lib64/gtk-3.0/3.0.0/immodules.cache +usr/lib64/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so +usr/lib64/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so +usr/lib64/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so +usr/lib64/libgailutil-3.so.0 +usr/lib64/libgailutil-3.so.0.0.0 +usr/lib64/libgdk-3.so.0 +usr/lib64/libgdk-3.so.0.2404.27 +usr/lib64/libgtk-3.so.0 +usr/lib64/libgtk-3.so.0.2404.27 +usr/lib64/libstemmer.so.0 +usr/lib64/libstemmer.so.0.0.0 +%%PORTDOCS%%usr/share/doc/gtk3/AUTHORS +%%PORTDOCS%%usr/share/doc/gtk3/NEWS +%%PORTDOCS%%usr/share/doc/gtk3/README +%%PORTDOCS%%usr/share/doc/libstemmer/BSD.txt +%%PORTDOCS%%usr/share/doc/libstemmer/Notice.txt +%%PORTDOCS%%usr/share/doc/libstemmer/README +usr/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml +usr/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +usr/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml +usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +usr/share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml +usr/share/gtk-3.0/emoji/de.gresource +usr/share/gtk-3.0/emoji/es.gresource +usr/share/gtk-3.0/emoji/fr.gresource +usr/share/gtk-3.0/emoji/zh.gresource +usr/share/licenses/gtk3/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/am/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/an/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ang/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/az_IR/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/be@latin/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/bn/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/br/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ckb/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/crh/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/dz/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/en/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/hy/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ia/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/io/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/kg/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ku/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/lg/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/li/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/mai/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/mi/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/mk/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/mn/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/my/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/nds/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/nso/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ps/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/tk/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/tt/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ur/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/uz/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/xh/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/yi/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +usr/share/man/man1/gtk-launch.1.gz +usr/share/man/man1/gtk-query-immodules-3.0-64.1.gz +usr/share/man/man1/gtk-query-immodules-3.0.1.gz +usr/share/themes/Default/gtk-3.0/gtk-keys.css +usr/share/themes/Emacs/gtk-3.0/gtk-keys.css +@dir usr/lib64/gtk-3.0/3.0.0/immodules +@dir usr/lib64/gtk-3.0/3.0.0/theming-engines +@dir usr/lib64/gtk-3.0/3.0.0 +@dir usr/lib64/gtk-3.0/immodules +@dir usr/lib64/gtk-3.0/modules +@dir usr/lib64/gtk-3.0 +@postexec %D/usr/bin/gtk-query-immodules-3.0-64 --update-cache diff --git a/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 b/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 new file mode 100644 index 00000000000..8ab30221150 --- /dev/null +++ b/x11-toolkits/linux-rl9-gtk3/pkg-plist.amd64 @@ -0,0 +1,170 @@ +usr/bin/gtk-launch +usr/bin/gtk-query-immodules-3.0-64 +usr/lib/.build-id/0e/30d676081163e769e558b1372e7f9e09e3f164 +usr/lib/.build-id/1b/d795696f0eede1f522f4d91ce76d3491eba08d +usr/lib/.build-id/37/33eb23f09759287a035a21a8c799c8eaeaafb3 +usr/lib/.build-id/37/9fb6a3c708055d4307931a8558a8c1f4ccba62 +usr/lib/.build-id/81/15576d7be82ea11c854acef286a8d44eddc785 +usr/lib/.build-id/d2/054a7f1a31e7119c6639174aed49b0dccf031e +usr/lib/.build-id/ee/b9023a187b51999004c35c687c75f8fedb60e4 +usr/lib/.build-id/f4/6fde8fa19b43b8ee6fcb3668f091b316022689 +usr/lib/.build-id/fa/8b811bd227a52219b899869a5cc0c31d5552a4 +usr/lib64/girepository-1.0/Gdk-3.0.typelib +usr/lib64/girepository-1.0/GdkX11-3.0.typelib +usr/lib64/girepository-1.0/Gtk-3.0.typelib +@rmtry usr/lib64/gtk-3.0/3.0.0/immodules.cache +usr/lib64/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so +usr/lib64/gtk-3.0/3.0.0/printbackends/libprintbackend-file.so +usr/lib64/gtk-3.0/3.0.0/printbackends/libprintbackend-lpr.so +usr/lib64/libgailutil-3.so.0 +usr/lib64/libgailutil-3.so.0.0.0 +usr/lib64/libgdk-3.so.0 +usr/lib64/libgdk-3.so.0.2404.27 +usr/lib64/libgtk-3.so.0 +usr/lib64/libgtk-3.so.0.2404.27 +usr/lib64/libstemmer.so.0 +usr/lib64/libstemmer.so.0.0.0 +%%PORTDOCS%%usr/share/doc/gtk3/AUTHORS +%%PORTDOCS%%usr/share/doc/gtk3/NEWS +%%PORTDOCS%%usr/share/doc/gtk3/README +%%PORTDOCS%%usr/share/doc/libstemmer/BSD.txt +%%PORTDOCS%%usr/share/doc/libstemmer/Notice.txt +%%PORTDOCS%%usr/share/doc/libstemmer/README +usr/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml +usr/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +usr/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml +usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +usr/share/glib-2.0/schemas/org.gtk.exampleapp.gschema.xml +usr/share/gtk-3.0/emoji/de.gresource +usr/share/gtk-3.0/emoji/es.gresource +usr/share/gtk-3.0/emoji/fr.gresource +usr/share/gtk-3.0/emoji/zh.gresource +usr/share/licenses/gtk3/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/am/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/an/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ang/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ar/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/as/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ast/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/az_IR/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/be/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/be@latin/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/bn/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/br/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/bs/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ckb/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/crh/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/cy/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/dz/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/en/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/en_CA/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/et/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/eu/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/fa/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ga/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/gd/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/gu/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/he/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/hi/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/hy/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ia/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/io/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/is/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/kg/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/kk/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/km/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/kn/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ku/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/lg/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/li/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/lv/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/mai/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/mi/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/mk/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ml/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/mn/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/mr/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ms/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/my/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/nds/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ne/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/nn/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/nso/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/oc/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/or/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/pa/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ps/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/si/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ta/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/te/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/tg/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/th/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/tk/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/tt/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ug/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/ur/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/uz/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/wa/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/xh/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/yi/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +usr/share/man/man1/gtk-launch.1.gz +usr/share/man/man1/gtk-query-immodules-3.0-64.1.gz +usr/share/man/man1/gtk-query-immodules-3.0.1.gz +usr/share/themes/Default/gtk-3.0/gtk-keys.css +usr/share/themes/Emacs/gtk-3.0/gtk-keys.css +@dir usr/lib64/gtk-3.0/3.0.0/immodules +@dir usr/lib64/gtk-3.0/3.0.0/theming-engines +@dir usr/lib64/gtk-3.0/3.0.0 +@dir usr/lib64/gtk-3.0/immodules +@dir usr/lib64/gtk-3.0/modules +@dir usr/lib64/gtk-3.0 +@postexec %D/usr/bin/gtk-query-immodules-3.0-64 --update-cache diff --git a/x11-toolkits/linux-rl9-pango/Makefile b/x11-toolkits/linux-rl9-pango/Makefile new file mode 100644 index 00000000000..00b5fb4229d --- /dev/null +++ b/x11-toolkits/linux-rl9-pango/Makefile @@ -0,0 +1,21 @@ +PORTNAME= pango +PORTVERSION= 1.48.7 +DISTVERSIONSUFFIX= -3.el9 +CATEGORIES= x11-toolkits linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Pango library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.pango.org/ + +USES= cpe linux:rl9 +CPE_VENDOR= gnome +USE_LDCONFIG= yes +USE_LINUX= cairo fontconfig freetype fribidi harfbuzz libthai xorglibs +USE_LINUX_RPM= yes + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +OPTIONS_DEFINE= DOCS + +.include diff --git a/x11-toolkits/linux-rl9-pango/distinfo b/x11-toolkits/linux-rl9-pango/distinfo new file mode 100644 index 00000000000..9b9db128d9f --- /dev/null +++ b/x11-toolkits/linux-rl9-pango/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686567970 +SHA256 (rocky/p/pango-1.48.7-3.el9.aarch64.rpm) = ce9f6143ab12f2b185e3af15964347fbf0cce213b326e8c9d0283216ad791917 +SIZE (rocky/p/pango-1.48.7-3.el9.aarch64.rpm) = 298066 +SHA256 (rocky/p/pango-1.48.7-3.el9.x86_64.rpm) = 971df9bf672def3c5eefb230aec376a1f7672e11e5fb3d7cbfc936baf89d9c79 +SIZE (rocky/p/pango-1.48.7-3.el9.x86_64.rpm) = 303699 +SHA256 (rocky/p/pango-1.48.7-3.el9.src.rpm) = 548e40365f9ecc261d12d11aab74ec22c009a2f99bdd525807bfebb82c727aa2 +SIZE (rocky/p/pango-1.48.7-3.el9.src.rpm) = 2071683 diff --git a/x11-toolkits/linux-rl9-pango/pkg-plist.aarch64 b/x11-toolkits/linux-rl9-pango/pkg-plist.aarch64 new file mode 100644 index 00000000000..51cb538a1e9 --- /dev/null +++ b/x11-toolkits/linux-rl9-pango/pkg-plist.aarch64 @@ -0,0 +1,28 @@ +usr/bin/pango-list +usr/bin/pango-segmentation +usr/bin/pango-view +usr/lib/.build-id/0f/0588803f8f9ca6a6b178351e1e15505e47ef59 +usr/lib/.build-id/13/5797441e6f0677b4f8fac6ca66cd0b76e92319 +usr/lib/.build-id/1b/72ab08e9eeeab6979ee7bb1c7b9fd66a0e1840 +usr/lib/.build-id/28/0a480f193a78add7c0a25591f957998db0b864 +usr/lib/.build-id/60/2029772733a95540bd475676b6505b8c2a6fd3 +usr/lib/.build-id/7f/5b2e4e357ea61f4cf03c9d3d5fa338e4935ab8 +usr/lib/.build-id/a1/1e39eacd41ffa0b0864aaa2aa90168ce41fd96 +usr/lib64/girepository-1.0/Pango-1.0.typelib +usr/lib64/girepository-1.0/PangoCairo-1.0.typelib +usr/lib64/girepository-1.0/PangoFT2-1.0.typelib +usr/lib64/girepository-1.0/PangoFc-1.0.typelib +usr/lib64/girepository-1.0/PangoOT-1.0.typelib +usr/lib64/girepository-1.0/PangoXft-1.0.typelib +usr/lib64/libpango-1.0.so.0 +usr/lib64/libpango-1.0.so.0.4800.7 +usr/lib64/libpangocairo-1.0.so.0 +usr/lib64/libpangocairo-1.0.so.0.4800.7 +usr/lib64/libpangoft2-1.0.so.0 +usr/lib64/libpangoft2-1.0.so.0.4800.7 +usr/lib64/libpangoxft-1.0.so.0 +usr/lib64/libpangoxft-1.0.so.0.4800.7 +%%PORTDOCS%%usr/share/doc/pango/NEWS +%%PORTDOCS%%usr/share/doc/pango/README.md +usr/share/licenses/pango/COPYING +usr/share/man/man1/pango-view.1.gz diff --git a/x11-toolkits/linux-rl9-pango/pkg-plist.amd64 b/x11-toolkits/linux-rl9-pango/pkg-plist.amd64 new file mode 100644 index 00000000000..fddaf3cbd6c --- /dev/null +++ b/x11-toolkits/linux-rl9-pango/pkg-plist.amd64 @@ -0,0 +1,28 @@ +usr/bin/pango-list +usr/bin/pango-segmentation +usr/bin/pango-view +usr/lib/.build-id/9e/70e55d3513161974ce126113d299fa78436ef5 +usr/lib/.build-id/ba/765bfbecc80605dd83f889d67890dab71a2d52 +usr/lib/.build-id/be/7c35574fd96866af59f3040ff07f3ae03276a5 +usr/lib/.build-id/c4/3c610f5e94758b03d54534d7f0dd6f8fb2719c +usr/lib/.build-id/d6/fb50e8cb5881a4077c6d96eac52a8eeff46a29 +usr/lib/.build-id/db/cd75e0f269e5d10a7b714ad33b812c52ee2552 +usr/lib/.build-id/de/127bd36c08b1d3a92dff1e06cdc6ed7a64d391 +usr/lib64/girepository-1.0/Pango-1.0.typelib +usr/lib64/girepository-1.0/PangoCairo-1.0.typelib +usr/lib64/girepository-1.0/PangoFT2-1.0.typelib +usr/lib64/girepository-1.0/PangoFc-1.0.typelib +usr/lib64/girepository-1.0/PangoOT-1.0.typelib +usr/lib64/girepository-1.0/PangoXft-1.0.typelib +usr/lib64/libpango-1.0.so.0 +usr/lib64/libpango-1.0.so.0.4800.7 +usr/lib64/libpangocairo-1.0.so.0 +usr/lib64/libpangocairo-1.0.so.0.4800.7 +usr/lib64/libpangoft2-1.0.so.0 +usr/lib64/libpangoft2-1.0.so.0.4800.7 +usr/lib64/libpangoxft-1.0.so.0 +usr/lib64/libpangoxft-1.0.so.0.4800.7 +%%PORTDOCS%%usr/share/doc/pango/NEWS +%%PORTDOCS%%usr/share/doc/pango/README.md +usr/share/licenses/pango/COPYING +usr/share/man/man1/pango-view.1.gz diff --git a/x11-toolkits/wlroots-devel/override.mk b/x11-toolkits/wlroots-devel/override.mk index 45bd059006f..f5d221efd5c 100644 --- a/x11-toolkits/wlroots-devel/override.mk +++ b/x11-toolkits/wlroots-devel/override.mk @@ -1,7 +1,7 @@ WLR_SUFFIX= -devel +WLR_SOVERSION= 13 -BUILD_DEPENDS:= ${BUILD_DEPENDS:S/wlroots/&${WLR_SUFFIX}/g} -LIB_DEPENDS:= ${LIB_DEPENDS:S/wlroots$/&${WLR_SUFFIX}/} +LIB_DEPENDS:= ${LIB_DEPENDS:S/wlroots.so/&.${WLR_SOVERSION}/:S/wlroots$/&${WLR_SUFFIX}/} USES+= localbase # -isystem CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/wlroots${WLR_SUFFIX}/libdata/pkgconfig" diff --git a/x11-wm/cosmic-comp/Makefile b/x11-wm/cosmic-comp/Makefile index 15af6af00ff..ff329900f47 100644 --- a/x11-wm/cosmic-comp/Makefile +++ b/x11-wm/cosmic-comp/Makefile @@ -1,5 +1,6 @@ PORTNAME= cosmic-comp -PORTVERSION= s20240503 +PORTVERSION= s20240510 +PORTREVISION= 1 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -22,7 +23,7 @@ USE_GITHUB= yes USE_GL= gbm USE_XORG= pixman GH_ACCOUNT= pop-os -GH_TAGNAME= 19ba568 +GH_TAGNAME= 36bf611 GH_TUPLE= pop-os:iced:0.4.2-1941-g1d9bb7fd:iced/../${WRKSRC_crate_iced:T}/iced CARGO_FEATURES= --no-default-features # disable systemd PLIST_FILES= bin/${PORTNAME} \ diff --git a/x11-wm/cosmic-comp/Makefile.crates b/x11-wm/cosmic-comp/Makefile.crates index 91c8aa016f7..e912656f867 100644 --- a/x11-wm/cosmic-comp/Makefile.crates +++ b/x11-wm/cosmic-comp/Makefile.crates @@ -111,9 +111,12 @@ CARGO_CRATES= ab_glyph-0.2.23 \ dlv-list-0.5.2 \ downcast-rs-1.2.0 \ drm-0.11.1 \ + drm-0.12.0 \ drm-ffi-0.7.1 \ + drm-ffi-0.8.0 \ drm-fourcc-2.2.0 \ drm-sys-0.6.1 \ + drm-sys-0.7.0 \ ecolor-0.23.0 \ edid-rs-0.1.0 \ egui-0.23.0 \ @@ -177,7 +180,7 @@ CARGO_CRATES= ab_glyph-0.2.23 \ futures-sink-0.3.30 \ futures-task-0.3.30 \ futures-util-0.3.30 \ - gbm-0.14.2 \ + gbm-0.15.0 \ gbm-sys-0.3.0 \ generator-0.7.5 \ generic-array-0.14.7 \ @@ -593,12 +596,12 @@ CARGO_CRATES= ab_glyph-0.2.23 \ taffy@git+https://github.com/DioxusLabs/taffy?rev=7781c70\#7781c70241f7f572130c13106f2a869a9cf80885 \ d3d12,naga,wgpu,wgpu-core,wgpu-hal,wgpu-types@git+https://github.com/gfx-rs/wgpu?rev=20fda69\#20fda698341efbdc870b8027d6d49f5bf3f36109 \ cosmic-config,cosmic-config-derive,cosmic-theme,iced,iced_core,iced_futures,iced_graphics,iced_renderer,iced_runtime,iced_style,iced_tiny_skia,iced_wgpu,iced_widget,libcosmic@git+https://github.com/pop-os/libcosmic/\#cc439b2ceaf41226ab86416ae0ad3651c9a6e10a \ + smithay@git+https://github.com/smithay/smithay?rev=64356be\#64356be949f2ad5f70f601cd10255eafed2ce2ce \ glyphon@git+https://github.com/pop-os/glyphon.git?tag=v0.5.0\#1b0646ff8f74da92d3be704dfc2257d7f4d7eed8 \ atomicwrites@git+https://github.com/jackpot51/rust-atomicwrites\#043ab4859d53ffd3d55334685303d8df39c9f768 \ id_tree@git+https://github.com/Drakulix/id-tree.git?branch=feature/copy_clone\#632a57d6d49160e18d7300fa7edae52281ec5482 \ + cosmic-protocols@git+https://github.com/pop-os/cosmic-protocols?branch=main\#1316f9e1148ec65351471d8a046ffc82171b066e \ softbuffer@git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0\#6e75b1ad7e98397d37cb187886d05969bc480995 \ smithay-egui@git+https://github.com/Smithay/smithay-egui.git?rev=cdc652e0\#cdc652e0d4823b16a5bd9badd288e38512789dc5 \ smithay-clipboard@git+https://github.com/pop-os/smithay-clipboard?tag=pop-mime-types\#cc0101c1f9ccc937a413bd3af3c0f6217f27e935 \ - smithay@git+https://github.com/smithay/smithay?rev=eea0d9c\#eea0d9c171f30eb50247632fcddbb84f1dd147f0 \ - cosmic-text@git+https://github.com/pop-os/cosmic-text.git\#ff5501d9a36e51c50d908413caf7632d8f7533b7 \ - cosmic-protocols@git+https://github.com/pop-os/cosmic-protocols?branch=main\#1cc4a1393d0f8be4d444666e260fdb811b400f49 + cosmic-text@git+https://github.com/pop-os/cosmic-text.git\#ff5501d9a36e51c50d908413caf7632d8f7533b7 diff --git a/x11-wm/cosmic-comp/distinfo b/x11-wm/cosmic-comp/distinfo index 20446f24187..2610f95d43a 100644 --- a/x11-wm/cosmic-comp/distinfo +++ b/x11-wm/cosmic-comp/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1714739938 +TIMESTAMP = 1715342445 SHA256 (rust/crates/ab_glyph-0.2.23.crate) = 80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225 SIZE (rust/crates/ab_glyph-0.2.23.crate) = 18537 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046 @@ -225,12 +225,18 @@ SHA256 (rust/crates/downcast-rs-1.2.0.crate) = 9ea835d29036a4087793836fa931b0883 SIZE (rust/crates/downcast-rs-1.2.0.crate) = 11670 SHA256 (rust/crates/drm-0.11.1.crate) = a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde SIZE (rust/crates/drm-0.11.1.crate) = 49655 +SHA256 (rust/crates/drm-0.12.0.crate) = 98888c4bbd601524c11a7ed63f814b8825f420514f78e96f752c437ae9cbb5d1 +SIZE (rust/crates/drm-0.12.0.crate) = 49549 SHA256 (rust/crates/drm-ffi-0.7.1.crate) = 41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6 SIZE (rust/crates/drm-ffi-0.7.1.crate) = 9581 +SHA256 (rust/crates/drm-ffi-0.8.0.crate) = 97c98727e48b7ccb4f4aea8cfe881e5b07f702d17b7875991881b41af7278d53 +SIZE (rust/crates/drm-ffi-0.8.0.crate) = 9703 SHA256 (rust/crates/drm-fourcc-2.2.0.crate) = 0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4 SIZE (rust/crates/drm-fourcc-2.2.0.crate) = 12192 SHA256 (rust/crates/drm-sys-0.6.1.crate) = 2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176 SIZE (rust/crates/drm-sys-0.6.1.crate) = 10363 +SHA256 (rust/crates/drm-sys-0.7.0.crate) = fd39dde40b6e196c2e8763f23d119ddb1a8714534bf7d77fa97a65b0feda3986 +SIZE (rust/crates/drm-sys-0.7.0.crate) = 10439 SHA256 (rust/crates/ecolor-0.23.0.crate) = cfdf4e52dbbb615cfd30cf5a5265335c217b5fd8d669593cea74a517d9c605af SIZE (rust/crates/ecolor-0.23.0.crate) = 8106 SHA256 (rust/crates/edid-rs-0.1.0.crate) = 2ab5fa33485cd85ac354df485819a63360fefa312fe04cffe65e6f175be1522c @@ -357,8 +363,8 @@ SHA256 (rust/crates/futures-task-0.3.30.crate) = 38d84fa142264698cdce1a9f9172cf3 SIZE (rust/crates/futures-task-0.3.30.crate) = 11126 SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 -SHA256 (rust/crates/gbm-0.14.2.crate) = 313702b30cdeb83ddc72bc14dcee67803cd0ae2d12282ea06e368c25a900c844 -SIZE (rust/crates/gbm-0.14.2.crate) = 12124 +SHA256 (rust/crates/gbm-0.15.0.crate) = 45bf55ba6dd53ad0ac115046ff999c5324c283444ee6e0be82454c4e8eb2f36a +SIZE (rust/crates/gbm-0.15.0.crate) = 12320 SHA256 (rust/crates/gbm-sys-0.3.0.crate) = 6fd2d6bf7c0143b38beece05f9a5c4c851a49a8434f62bf58ff28da92b0ddc58 SIZE (rust/crates/gbm-sys-0.3.0.crate) = 7603 SHA256 (rust/crates/generator-0.7.5.crate) = 5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e @@ -1189,25 +1195,25 @@ SHA256 (gfx-rs-wgpu-20fda698341efbdc870b8027d6d49f5bf3f36109_GH0.tar.gz) = 0715b SIZE (gfx-rs-wgpu-20fda698341efbdc870b8027d6d49f5bf3f36109_GH0.tar.gz) = 11456338 SHA256 (pop-os-libcosmic-cc439b2ceaf41226ab86416ae0ad3651c9a6e10a_GH0.tar.gz) = a6cd89e1702a370e954124ee837c2aa25dbabadc2d31c96cbcdac0c810af069f SIZE (pop-os-libcosmic-cc439b2ceaf41226ab86416ae0ad3651c9a6e10a_GH0.tar.gz) = 1071949 +SHA256 (smithay-smithay-64356be949f2ad5f70f601cd10255eafed2ce2ce_GH0.tar.gz) = 634b003b3b718ae7bef98ca130339d000a4a604e3bee9d9c08ffb85090a22a77 +SIZE (smithay-smithay-64356be949f2ad5f70f601cd10255eafed2ce2ce_GH0.tar.gz) = 739715 SHA256 (pop-os-glyphon-v0.5.0_GH0.tar.gz) = df1108e99572aea9433415081b4692f1561b9abe63766ccc70cb7fe709570a33 SIZE (pop-os-glyphon-v0.5.0_GH0.tar.gz) = 183087 SHA256 (jackpot51-rust-atomicwrites-043ab4859d53ffd3d55334685303d8df39c9f768_GH0.tar.gz) = 95ce4266b50ce6470ba74a5a9ce718bbfba45bf5ab43786db05be1682f6f0db1 SIZE (jackpot51-rust-atomicwrites-043ab4859d53ffd3d55334685303d8df39c9f768_GH0.tar.gz) = 6787 SHA256 (Drakulix-id-tree-632a57d6d49160e18d7300fa7edae52281ec5482_GH0.tar.gz) = 8393b1b94f1f2d00c916b677e898332579420d8cf3781a68d1866c1b9bc8685d SIZE (Drakulix-id-tree-632a57d6d49160e18d7300fa7edae52281ec5482_GH0.tar.gz) = 29608 +SHA256 (pop-os-cosmic-protocols-1316f9e1148ec65351471d8a046ffc82171b066e_GH0.tar.gz) = e76b338b7e62571120506c4558f237cd01d559a3cacf489d8670cdeaddf0091e +SIZE (pop-os-cosmic-protocols-1316f9e1148ec65351471d8a046ffc82171b066e_GH0.tar.gz) = 44709 SHA256 (pop-os-softbuffer-cosmic-4.0_GH0.tar.gz) = 980f30eb5afc07acdec43f181a9e745cb7a887a6dff7e06dc9199748b2487569 SIZE (pop-os-softbuffer-cosmic-4.0_GH0.tar.gz) = 165853 SHA256 (Smithay-smithay-egui-cdc652e0d4823b16a5bd9badd288e38512789dc5_GH0.tar.gz) = c7f24118a1410bf55dc39bb541ffec1330d2d0504ec57a1c420d4ee8c00c708e SIZE (Smithay-smithay-egui-cdc652e0d4823b16a5bd9badd288e38512789dc5_GH0.tar.gz) = 11092 SHA256 (pop-os-smithay-clipboard-pop-mime-types_GH0.tar.gz) = c7fa4555cb8d198f1c67f235caffca336fa4242af18740fd948817b4cc671ec6 SIZE (pop-os-smithay-clipboard-pop-mime-types_GH0.tar.gz) = 15566 -SHA256 (smithay-smithay-eea0d9c171f30eb50247632fcddbb84f1dd147f0_GH0.tar.gz) = e026633da926d4363459c8e3cbe76f5ecfb2afae5194ec0ce89bc6b24aefa53c -SIZE (smithay-smithay-eea0d9c171f30eb50247632fcddbb84f1dd147f0_GH0.tar.gz) = 740069 SHA256 (pop-os-cosmic-text-ff5501d9a36e51c50d908413caf7632d8f7533b7_GH0.tar.gz) = 606b54e1e361e2b364cf8198b6f0ce9fdde2f1b80f3824e741ef4770f44a79c5 SIZE (pop-os-cosmic-text-ff5501d9a36e51c50d908413caf7632d8f7533b7_GH0.tar.gz) = 176154 -SHA256 (pop-os-cosmic-protocols-1cc4a1393d0f8be4d444666e260fdb811b400f49_GH0.tar.gz) = 6ce8fe4cef1d5d6d276850f8df6fe58544c47d8375ea50064c43bd495779102e -SIZE (pop-os-cosmic-protocols-1cc4a1393d0f8be4d444666e260fdb811b400f49_GH0.tar.gz) = 42798 -SHA256 (pop-os-cosmic-comp-s20240503-19ba568_GH0.tar.gz) = bbcb0169d1f98662bcabc07227288a82e55216a598a85fb521ab27757327e3b7 -SIZE (pop-os-cosmic-comp-s20240503-19ba568_GH0.tar.gz) = 353574 +SHA256 (pop-os-cosmic-comp-s20240510-36bf611_GH0.tar.gz) = d63a8b6ffaa2520a7b92b87ac9cb57e22dee32720c42e29e3f7a310a11c177e7 +SIZE (pop-os-cosmic-comp-s20240510-36bf611_GH0.tar.gz) = 359265 SHA256 (pop-os-iced-0.4.2-1941-g1d9bb7fd_GH0.tar.gz) = 737785d7072f96147300e16c4f98130d0560ba79c06c9ea6fce0d3d4eec7bee6 SIZE (pop-os-iced-0.4.2-1941-g1d9bb7fd_GH0.tar.gz) = 4664993 diff --git a/x11-wm/fvwm3/Makefile b/x11-wm/fvwm3/Makefile index d7ea27b0fca..7c593228864 100644 --- a/x11-wm/fvwm3/Makefile +++ b/x11-wm/fvwm3/Makefile @@ -1,6 +1,6 @@ PORTNAME= fvwm3 DISTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= https://github.com/fvwmorg/fvwm3/releases/download/${DISTVERSION}/ \ http://fvwm.sourceforge.net/generated/icon_download/:icons diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index c8551770540..27895402b02 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,8 +1,12 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.40.0 +PORTREVISION= 1 CATEGORIES= x11-wm wayland +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= ec092bd601d9.patch:-p1 # hyprwayland-scanner 0.3.5 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #' WWW= https://hyprland.org/ @@ -11,7 +15,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ - hyprwayland-scanner>=0.3.4:devel/hyprwayland-scanner \ + hyprwayland-scanner>=0.3.5:devel/hyprwayland-scanner \ wayland-protocols>=1.35:graphics/wayland-protocols LIB_DEPENDS= libhyprlang.so:devel/hyprlang \ libtomlplusplus.so:devel/tomlplusplus \ diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo index 6567a961b6d..47990b4eaf0 100644 --- a/x11-wm/hyprland/distinfo +++ b/x11-wm/hyprland/distinfo @@ -7,3 +7,5 @@ SHA256 (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 69aff959179ff SIZE (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 116938 SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271 SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803 +SHA256 (ec092bd601d9.patch) = a4ab9aad0aeba3aa1f806f5716b01745ef1ea24bae1349b1d2fe3ab29fee5e1c +SIZE (ec092bd601d9.patch) = 2181 diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile index 52812e045c4..7344c496c8b 100644 --- a/x11-wm/labwc/Makefile +++ b/x11-wm/labwc/Makefile @@ -1,5 +1,5 @@ PORTNAME= labwc -DISTVERSION= 0.7.1 +DISTVERSION= 0.7.2 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -43,11 +43,15 @@ MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz \ NLS_USES= gettext NLS_MESON_ENABLED= nls -NLS_PLIST_FILES= share/locale/de/LC_MESSAGES/${PORTNAME}.mo \ +NLS_PLIST_FILES= share/locale/ar/LC_MESSAGES/${PORTNAME}.mo \ + share/locale/cs/LC_MESSAGES/${PORTNAME}.mo \ + share/locale/de/LC_MESSAGES/${PORTNAME}.mo \ + share/locale/el/LC_MESSAGES/${PORTNAME}.mo \ share/locale/es/LC_MESSAGES/${PORTNAME}.mo \ share/locale/et/LC_MESSAGES/${PORTNAME}.mo \ share/locale/eu/LC_MESSAGES/${PORTNAME}.mo \ share/locale/fi/LC_MESSAGES/${PORTNAME}.mo \ + share/locale/fr/LC_MESSAGES/${PORTNAME}.mo \ share/locale/gl/LC_MESSAGES/${PORTNAME}.mo \ share/locale/hu/LC_MESSAGES/${PORTNAME}.mo \ share/locale/id/LC_MESSAGES/${PORTNAME}.mo \ diff --git a/x11-wm/labwc/distinfo b/x11-wm/labwc/distinfo index 132de7d23ee..befd6c2ad25 100644 --- a/x11-wm/labwc/distinfo +++ b/x11-wm/labwc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709328618 -SHA256 (labwc-labwc-0.7.1_GH0.tar.gz) = 1810ec55e287708e7a3cd44c726aa887db02480704db82b3d0bd550a6c4bfb76 -SIZE (labwc-labwc-0.7.1_GH0.tar.gz) = 341908 +TIMESTAMP = 1715371881 +SHA256 (labwc-labwc-0.7.2_GH0.tar.gz) = b00119451a91a75cc063cfa753f956623acdde4b93bbf78b2b6d5fe7f94c597e +SIZE (labwc-labwc-0.7.2_GH0.tar.gz) = 384888 diff --git a/x11-wm/leftwm/Makefile b/x11-wm/leftwm/Makefile index ce6e823fcf2..6327ff59efa 100644 --- a/x11-wm/leftwm/Makefile +++ b/x11-wm/leftwm/Makefile @@ -1,6 +1,6 @@ PORTNAME= leftwm DISTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm MAINTAINER= bofh@FreeBSD.org diff --git a/x11-wm/niri/Makefile b/x11-wm/niri/Makefile index c51ceb590e2..effba814aef 100644 --- a/x11-wm/niri/Makefile +++ b/x11-wm/niri/Makefile @@ -1,6 +1,7 @@ PORTNAME= niri DISTVERSIONPREFIX= v DISTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/Makefile b/x11/Makefile index 33594f9b5f4..c3a9429521b 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -235,6 +235,9 @@ SUBDIR += linux-nvidia-libs-340 SUBDIR += linux-nvidia-libs-390 SUBDIR += linux-nvidia-libs-470 + SUBDIR += linux-rl9-libxkbcommon + SUBDIR += linux-rl9-pixman + SUBDIR += linux-rl9-xorg-libs SUBDIR += listres SUBDIR += lsw SUBDIR += luit diff --git a/x11/admiral/Makefile b/x11/admiral/Makefile index 1f9a3d57691..5414151ba1c 100644 --- a/x11/admiral/Makefile +++ b/x11/admiral/Makefile @@ -2,7 +2,7 @@ PORTNAME= admiral DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-7 DISTVERSIONSUFFIX= -g5a9f33b -PORTREVISION= 57 +PORTREVISION= 58 CATEGORIES= x11 MAINTAINER= ports@FreeBSD.org diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index 5a934caa8db..19b63258ec2 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -1,6 +1,7 @@ PORTNAME= alacritty DISTVERSIONPREFIX= v DISTVERSION= 0.13.2 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= vishwin@FreeBSD.org diff --git a/x11/aminal/Makefile b/x11/aminal/Makefile index 01d7750cfb1..31b38c43f48 100644 --- a/x11/aminal/Makefile +++ b/x11/aminal/Makefile @@ -1,7 +1,7 @@ PORTNAME= aminal DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/clipcat/Makefile b/x11/clipcat/Makefile index b1191657bb4..0dfb2aca43c 100644 --- a/x11/clipcat/Makefile +++ b/x11/clipcat/Makefile @@ -1,6 +1,7 @@ PORTNAME= clipcat DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/clipcat/files/patch-rust-1.78.0 b/x11/clipcat/files/patch-rust-1.78.0 new file mode 100644 index 00000000000..ac5ddecae19 --- /dev/null +++ b/x11/clipcat/files/patch-rust-1.78.0 @@ -0,0 +1,35 @@ +--- Cargo.toml.orig 2024-05-07 10:35:27.246548000 +0200 ++++ Cargo.toml 2024-05-07 10:38:56.213212000 +0200 +@@ -62,7 +62,6 @@ unused_macro_rules = "deny" + unused_import_braces = "deny" + unused_lifetimes = "deny" + unused_macro_rules = "deny" +-unused_qualifications = "deny" + unused_results = "deny" + variant_size_differences = "deny" + +@@ -80,8 +79,6 @@ const_item_mutation = "deny" + confusable_idents = "deny" + const_evaluatable_unchecked = "deny" + const_item_mutation = "deny" +-const_patterns_without_partial_eq = "deny" +-dead_code = "deny" + deprecated = "deny" + deprecated_where_clause_location = "deny" + deref_into_dyn_supertrait = "deny" +@@ -100,7 +97,6 @@ hidden_glob_reexports = "deny" + for_loops_over_fallibles = "deny" + function_item_references = "deny" + hidden_glob_reexports = "deny" +-illegal_floating_point_literal_pattern = "deny" + improper_ctypes = "deny" + improper_ctypes_definitions = "deny" + incomplete_features = "deny" +@@ -119,7 +115,6 @@ named_arguments_used_positionally = "deny" + map_unit_fn = "deny" + mixed_script_confusables = "deny" + named_arguments_used_positionally = "deny" +-nontrivial_structural_match = "deny" + non_camel_case_types = "deny" + non_fmt_panics = "deny" + non_shorthand_field_patterns = "deny" diff --git a/x11/cliphist/Makefile b/x11/cliphist/Makefile index 7a5ab8bb3fa..138af6d93c4 100644 --- a/x11/cliphist/Makefile +++ b/x11/cliphist/Makefile @@ -1,7 +1,7 @@ PORTNAME= cliphist DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/clipman/Makefile b/x11/clipman/Makefile index 07acc328ac6..bf4d7753b00 100644 --- a/x11/clipman/Makefile +++ b/x11/clipman/Makefile @@ -1,7 +1,7 @@ PORTNAME= clipman DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/controllermap/Makefile b/x11/controllermap/Makefile index f15f31ff5b8..1de74165a6d 100644 --- a/x11/controllermap/Makefile +++ b/x11/controllermap/Makefile @@ -1,5 +1,5 @@ PORTNAME= controllermap -DISTVERSION= 2.30.1 +DISTVERSION= 2.30.3 CATEGORIES= x11 MASTER_SITES= https://www.libsdl.org/release/ DISTNAME= SDL2-${DISTVERSION} diff --git a/x11/controllermap/distinfo b/x11/controllermap/distinfo index cab4195a334..a65836da1b0 100644 --- a/x11/controllermap/distinfo +++ b/x11/controllermap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709678252 -SHA256 (SDL2-2.30.1.tar.gz) = 01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a -SIZE (SDL2-2.30.1.tar.gz) = 7428023 +TIMESTAMP = 1627397549 +SHA256 (SDL2-2.30.3.tar.gz) = 820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec +SIZE (SDL2-2.30.3.tar.gz) = 7425677 diff --git a/x11/darktile/Makefile b/x11/darktile/Makefile index c20b5117ece..704ee1f365b 100644 --- a/x11/darktile/Makefile +++ b/x11/darktile/Makefile @@ -1,7 +1,7 @@ PORTNAME= darktile DISTVERSIONPREFIX= v DISTVERSION= 0.0.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index c1cc271c60d..079a6b83042 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -1,6 +1,5 @@ PORTNAME= eaglemode -PORTVERSION= 0.96.1 -PORTREVISION= 4 +PORTVERSION= 0.96.2 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/x11/eaglemode/distinfo b/x11/eaglemode/distinfo index a7891f8df8c..0e83a7765ae 100644 --- a/x11/eaglemode/distinfo +++ b/x11/eaglemode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690311134 -SHA256 (eaglemode-0.96.1.tar.bz2) = 14884270c821ccb83b39d72ca2ef61070ee421aa8b55414400a524f6ec1134dc -SIZE (eaglemode-0.96.1.tar.bz2) = 16935207 +TIMESTAMP = 1715001397 +SHA256 (eaglemode-0.96.2.tar.bz2) = 4a84019bffd5061ac1a4b79722462c2d8278daaf4d4312b7ae105cc9aab085aa +SIZE (eaglemode-0.96.2.tar.bz2) = 21422114 diff --git a/x11/elementary-terminal/Makefile b/x11/elementary-terminal/Makefile index bf56522b3b6..f12b26161f2 100644 --- a/x11/elementary-terminal/Makefile +++ b/x11/elementary-terminal/Makefile @@ -1,6 +1,5 @@ PORTNAME= terminal -DISTVERSION= 6.1.1 -PORTREVISION= 2 +DISTVERSION= 6.1.2 CATEGORIES= x11 PKGNAMEPREFIX= elementary- diff --git a/x11/elementary-terminal/distinfo b/x11/elementary-terminal/distinfo index 9c40e4fd6fe..7670592a37b 100644 --- a/x11/elementary-terminal/distinfo +++ b/x11/elementary-terminal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666967246 -SHA256 (elementary-terminal-6.1.1_GH0.tar.gz) = 22d86fd35735195a5b93b74697e11569339447887ae121c654a86f486a8ed48b -SIZE (elementary-terminal-6.1.1_GH0.tar.gz) = 1037361 +TIMESTAMP = 1715545578 +SHA256 (elementary-terminal-6.1.2_GH0.tar.gz) = 6d31e53fa9a1e77fd6c8ff5380d04c53531c3cb70f6b20768a87fce8f2a7d6d1 +SIZE (elementary-terminal-6.1.2_GH0.tar.gz) = 1034110 diff --git a/x11/elementary-terminal/files/patch-data_io.elementary.terminal.gschema.xml b/x11/elementary-terminal/files/patch-data_io.elementary.terminal.gschema.xml index 7e08f19719c..fa2ebfeef2f 100644 --- a/x11/elementary-terminal/files/patch-data_io.elementary.terminal.gschema.xml +++ b/x11/elementary-terminal/files/patch-data_io.elementary.terminal.gschema.xml @@ -1,7 +1,7 @@ ---- data/io.elementary.terminal.gschema.xml.orig 2021-07-15 21:30:31 UTC +--- data/io.elementary.terminal.gschema.xml.orig 2023-04-04 17:39:57 UTC +++ data/io.elementary.terminal.gschema.xml -@@ -155,7 +155,7 @@ - Defines the encoding to be used by the terminal. +@@ -164,7 +164,7 @@ + DEPRECATED: This key is deprecated and ignored. - "" diff --git a/x11/elementary-terminal/files/patch-data_meson.build b/x11/elementary-terminal/files/patch-data_meson.build index ce862d4d52e..15ec1a6a31e 100644 --- a/x11/elementary-terminal/files/patch-data_meson.build +++ b/x11/elementary-terminal/files/patch-data_meson.build @@ -1,16 +1,19 @@ ---- data/meson.build.orig 2022-05-18 04:44:45 UTC +--- data/meson.build.orig 2024-05-13 15:04:10 UTC +++ data/meson.build -@@ -40,13 +40,3 @@ test ( - find_program('desktop-file-validate'), - args: join_paths(meson.current_build_dir (), 'open-pantheon-terminal-here.desktop') +@@ -32,16 +32,6 @@ install_data( + install_dir: datadir / 'glib-2.0' / 'schemas' ) -- + -install_data( - 'pantheon_terminal_process_completion_notifications.fish', -- install_dir: join_paths(get_option('datadir'), 'fish', 'vendor_conf.d') +- install_dir: datadir / 'fish' / 'vendor_conf.d' -) - -install_data( - 'enable-zsh-completion-notifications', -- install_dir: join_paths(get_option('datadir'), meson.project_name()) +- install_dir: datadir / meson.project_name() -) +- + terminal_gresource = gnome.compile_resources('gresource', meson.project_name() + '.gresource.xml') + + test_schemas = gnome.compile_schemas(depend_files: meson.project_name() + '.gschema.xml', build_by_default: false) diff --git a/x11/elementary-terminal/files/patch-src_meson.build b/x11/elementary-terminal/files/patch-src_meson.build new file mode 100644 index 00000000000..52afa8a738e --- /dev/null +++ b/x11/elementary-terminal/files/patch-src_meson.build @@ -0,0 +1,37 @@ +--- src/meson.build.orig 2023-04-04 17:39:57 UTC ++++ src/meson.build +@@ -37,34 +37,3 @@ executable( + dependencies: terminal_deps, + install : true + ) +- +-# tests +- +-test_env = [ +- 'G_TEST_SRCDIR=' + meson.current_source_dir(), +- 'G_TEST_BUILDDIR=' + meson.current_build_dir(), +- 'GSETTINGS_SCHEMA_DIR=' + meson.project_build_root() / 'data', +- 'GSETTINGS_BACKEND=memory', +- 'GIO_USE_VFS=local' +-] +- +-add_test_setup( +- 'headless', +- exe_wrapper: [ find_program('xvfb-run'), '-a', '-s', '-screen 0 1024x768x24 -noreset' ], +- is_default: true +-) +- +-app_test = executable( +- meson.project_name() + '.tests.application', +- terminal_sources + 'tests/Application.vala', +- dependencies: terminal_deps, +- vala_args: [ '--define', 'TESTS'] +-) +- +-test( +- 'Application', +- app_test, +- env: test_env, +- protocol: 'tap', +- depends: test_schemas +-) diff --git a/x11/eww/Makefile b/x11/eww/Makefile index 4ca0ded6d4f..2abb8044d62 100644 --- a/x11/eww/Makefile +++ b/x11/eww/Makefile @@ -1,7 +1,7 @@ PORTNAME= eww DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= x11 wayland PKGNAMESUFFIX= -${FLAVOR} diff --git a/x11/hybrid-bar/Makefile b/x11/hybrid-bar/Makefile index 62ffcc5d402..ce866713139 100644 --- a/x11/hybrid-bar/Makefile +++ b/x11/hybrid-bar/Makefile @@ -1,6 +1,6 @@ PORTNAME= hybrid-bar DISTVERSION= 0.4.9 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/i3bar-river/Makefile b/x11/i3bar-river/Makefile index 1de95bdf483..d5ce986b3d8 100644 --- a/x11/i3bar-river/Makefile +++ b/x11/i3bar-river/Makefile @@ -1,10 +1,11 @@ PORTNAME= i3bar-river DISTVERSIONPREFIX= v -DISTVERSION= 0.1.7 +DISTVERSION= 0.1.9 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org -COMMENT= Port of i3bar for river (and Hyprland) +COMMENT= Port of i3bar for wlroots-based compositors WWW= https://github.com/MaxVerevkin/i3bar-river LICENSE= GPLv3 diff --git a/x11/i3bar-river/Makefile.crates b/x11/i3bar-river/Makefile.crates index 00423f7c858..66b781074f1 100644 --- a/x11/i3bar-river/Makefile.crates +++ b/x11/i3bar-river/Makefile.crates @@ -1,12 +1,10 @@ -CARGO_CRATES= anstyle-1.0.6 \ - anyhow-1.0.81 \ - autocfg-1.2.0 \ +CARGO_CRATES= anstyle-1.0.7 \ + anyhow-1.0.82 \ + autocfg-1.3.0 \ bitflags-2.5.0 \ - cairo-rs-0.19.2 \ + cairo-rs-0.19.4 \ cairo-sys-rs-0.19.2 \ - cfg-expr-0.15.7 \ - cfg-if-1.0.0 \ - cfg_aliases-0.1.1 \ + cfg-expr-0.15.8 \ clap-4.5.4 \ clap_builder-4.5.2 \ clap_derive-4.5.4 \ @@ -19,67 +17,67 @@ CARGO_CRATES= anstyle-1.0.6 \ futures-macro-0.3.30 \ futures-task-0.3.30 \ futures-util-0.3.30 \ - gio-0.19.3 \ - gio-sys-0.19.0 \ - glib-0.19.3 \ - glib-macros-0.19.3 \ - glib-sys-0.19.0 \ - gobject-sys-0.19.0 \ - hashbrown-0.14.3 \ + gio-0.19.5 \ + gio-sys-0.19.5 \ + glib-0.19.5 \ + glib-macros-0.19.5 \ + glib-sys-0.19.5 \ + gobject-sys-0.19.5 \ + hashbrown-0.14.5 \ heck-0.5.0 \ indexmap-2.2.6 \ itoa-1.0.11 \ - libc-0.2.153 \ + libc-0.2.154 \ memchr-2.7.2 \ memmap2-0.8.0 \ - memoffset-0.9.1 \ - nix-0.28.0 \ - pango-0.19.3 \ - pango-sys-0.19.0 \ + pango-0.19.5 \ + pango-sys-0.19.5 \ pangocairo-0.19.2 \ - pangocairo-sys-0.19.0 \ + pangocairo-sys-0.19.5 \ pin-project-lite-0.2.14 \ pin-utils-0.1.0 \ pkg-config-0.3.30 \ proc-macro-crate-3.1.0 \ - proc-macro2-1.0.79 \ + proc-macro2-1.0.81 \ quick-xml-0.31.0 \ - quote-1.0.35 \ + quote-1.0.36 \ ryu-1.0.17 \ - serde-1.0.197 \ - serde_derive-1.0.197 \ - serde_json-1.0.115 \ + serde-1.0.200 \ + serde_derive-1.0.200 \ + serde_json-1.0.116 \ serde_spanned-0.6.5 \ shmemfdrs2-1.0.0 \ signal-hook-0.3.17 \ - signal-hook-registry-1.4.1 \ + signal-hook-registry-1.4.2 \ slab-0.4.9 \ smallvec-1.13.2 \ - syn-2.0.57 \ + syn-2.0.60 \ system-deps-6.2.2 \ target-lexicon-0.12.14 \ - thiserror-1.0.58 \ - thiserror-impl-1.0.58 \ + thiserror-1.0.59 \ + thiserror-impl-1.0.59 \ toml-0.8.12 \ toml_datetime-0.6.5 \ toml_edit-0.21.1 \ - toml_edit-0.22.9 \ + toml_edit-0.22.12 \ unicode-ident-1.0.12 \ version-compare-0.2.0 \ - wayrs-client-1.0.3 \ - wayrs-proto-parser-2.0.0 \ - wayrs-protocols-0.13.2 \ - wayrs-scanner-0.13.2 \ - wayrs-utils-0.14.0 \ + wayrs-client-1.1.1 \ + wayrs-core-1.0.2 \ + wayrs-proto-parser-2.0.1 \ + wayrs-protocols-0.14.1 \ + wayrs-scanner-0.14.1 \ + wayrs-utils-0.15.1 \ windows-sys-0.52.0 \ - windows-targets-0.52.4 \ - windows_aarch64_gnullvm-0.52.4 \ - windows_aarch64_msvc-0.52.4 \ - windows_i686_gnu-0.52.4 \ - windows_i686_msvc-0.52.4 \ - windows_x86_64_gnu-0.52.4 \ - windows_x86_64_gnullvm-0.52.4 \ - windows_x86_64_msvc-0.52.4 \ + windows-targets-0.52.5 \ + windows_aarch64_gnullvm-0.52.5 \ + windows_aarch64_msvc-0.52.5 \ + windows_i686_gnu-0.52.5 \ + windows_i686_gnullvm-0.52.5 \ + windows_i686_msvc-0.52.5 \ + windows_x86_64_gnu-0.52.5 \ + windows_x86_64_gnullvm-0.52.5 \ + windows_x86_64_msvc-0.52.5 \ winnow-0.5.40 \ - winnow-0.6.5 \ + winnow-0.6.8 \ xcursor-0.3.5 diff --git a/x11/i3bar-river/distinfo b/x11/i3bar-river/distinfo index 057975bf897..37474d10ae2 100644 --- a/x11/i3bar-river/distinfo +++ b/x11/i3bar-river/distinfo @@ -1,22 +1,18 @@ -TIMESTAMP = 1711828232 -SHA256 (rust/crates/anstyle-1.0.6.crate) = 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc -SIZE (rust/crates/anstyle-1.0.6.crate) = 14604 -SHA256 (rust/crates/anyhow-1.0.81.crate) = 0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247 -SIZE (rust/crates/anyhow-1.0.81.crate) = 45142 -SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 -SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 +TIMESTAMP = 1715085678 +SHA256 (rust/crates/anstyle-1.0.7.crate) = 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b +SIZE (rust/crates/anstyle-1.0.7.crate) = 15709 +SHA256 (rust/crates/anyhow-1.0.82.crate) = f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519 +SIZE (rust/crates/anyhow-1.0.82.crate) = 45361 +SHA256 (rust/crates/autocfg-1.3.0.crate) = 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 +SIZE (rust/crates/autocfg-1.3.0.crate) = 16524 SHA256 (rust/crates/bitflags-2.5.0.crate) = cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 SIZE (rust/crates/bitflags-2.5.0.crate) = 43821 -SHA256 (rust/crates/cairo-rs-0.19.2.crate) = 2650f66005301bd33cc486dec076e1293c4cecf768bc7ba9bf5d2b1be339b99c -SIZE (rust/crates/cairo-rs-0.19.2.crate) = 52323 +SHA256 (rust/crates/cairo-rs-0.19.4.crate) = b2ac2a4d0e69036cf0062976f6efcba1aaee3e448594e6514bb2ddf87acce562 +SIZE (rust/crates/cairo-rs-0.19.4.crate) = 52285 SHA256 (rust/crates/cairo-sys-rs-0.19.2.crate) = fd3bb3119664efbd78b5e6c93957447944f16bdbced84c17a9f41c7829b81e64 SIZE (rust/crates/cairo-sys-rs-0.19.2.crate) = 11874 -SHA256 (rust/crates/cfg-expr-0.15.7.crate) = fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d -SIZE (rust/crates/cfg-expr-0.15.7.crate) = 42003 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/cfg_aliases-0.1.1.crate) = fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e -SIZE (rust/crates/cfg_aliases-0.1.1.crate) = 6009 +SHA256 (rust/crates/cfg-expr-0.15.8.crate) = d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02 +SIZE (rust/crates/cfg-expr-0.15.8.crate) = 42108 SHA256 (rust/crates/clap-4.5.4.crate) = 90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0 SIZE (rust/crates/clap-4.5.4.crate) = 55401 SHA256 (rust/crates/clap_builder-4.5.2.crate) = ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4 @@ -41,44 +37,40 @@ SHA256 (rust/crates/futures-task-0.3.30.crate) = 38d84fa142264698cdce1a9f9172cf3 SIZE (rust/crates/futures-task-0.3.30.crate) = 11126 SHA256 (rust/crates/futures-util-0.3.30.crate) = 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 SIZE (rust/crates/futures-util-0.3.30.crate) = 159977 -SHA256 (rust/crates/gio-0.19.3.crate) = c64947d08d7fbb03bf8ad1f25a8ac6cf4329bc772c9b7e5abe7bf9493c81194f -SIZE (rust/crates/gio-0.19.3.crate) = 201442 -SHA256 (rust/crates/gio-sys-0.19.0.crate) = bcf8e1d9219bb294636753d307b030c1e8a032062cba74f493c431a5c8b81ce4 -SIZE (rust/crates/gio-sys-0.19.0.crate) = 81621 -SHA256 (rust/crates/glib-0.19.3.crate) = 01e191cc1af1f35b9699213107068cd3fe05d9816275ac118dc785a0dd8faebf -SIZE (rust/crates/glib-0.19.3.crate) = 274906 -SHA256 (rust/crates/glib-macros-0.19.3.crate) = 9972bb91643d589c889654693a4f1d07697fdcb5d104b5c44fb68649ba1bf68d -SIZE (rust/crates/glib-macros-0.19.3.crate) = 62904 -SHA256 (rust/crates/glib-sys-0.19.0.crate) = 630f097773d7c7a0bb3258df4e8157b47dc98bbfa0e60ad9ab56174813feced4 -SIZE (rust/crates/glib-sys-0.19.0.crate) = 63769 -SHA256 (rust/crates/gobject-sys-0.19.0.crate) = c85e2b1080b9418dd0c58b498da3a5c826030343e0ef07bde6a955d28de54979 -SIZE (rust/crates/gobject-sys-0.19.0.crate) = 19026 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 +SHA256 (rust/crates/gio-0.19.5.crate) = be548be810e45dd31d3bbb89c6210980bb7af9bca3ea1292b5f16b75f8e394a7 +SIZE (rust/crates/gio-0.19.5.crate) = 201706 +SHA256 (rust/crates/gio-sys-0.19.5.crate) = d4bdbef451b0f0361e7f762987cc6bebd5facab1d535e85a3cf1115dfb08db40 +SIZE (rust/crates/gio-sys-0.19.5.crate) = 81676 +SHA256 (rust/crates/glib-0.19.5.crate) = be682de2914107f591efdbe2debf05d9ad70726310ee2b6a3802a697649fcc55 +SIZE (rust/crates/glib-0.19.5.crate) = 275302 +SHA256 (rust/crates/glib-macros-0.19.5.crate) = 6ed782fa3e949c31146671da6e7a227a5e7d354660df1db6d0aac4974dc82a3c +SIZE (rust/crates/glib-macros-0.19.5.crate) = 63187 +SHA256 (rust/crates/glib-sys-0.19.5.crate) = 767d23ead9bbdfcbb1c2242c155c8128a7d13dde7bf69c176f809546135e2282 +SIZE (rust/crates/glib-sys-0.19.5.crate) = 63434 +SHA256 (rust/crates/gobject-sys-0.19.5.crate) = c3787b0bfacca12bb25f8f822b0dbee9f7e4a86e6469a29976d332d2c14c945b +SIZE (rust/crates/gobject-sys-0.19.5.crate) = 19074 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/indexmap-2.2.6.crate) = 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 SIZE (rust/crates/indexmap-2.2.6.crate) = 82420 SHA256 (rust/crates/itoa-1.0.11.crate) = 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b SIZE (rust/crates/itoa-1.0.11.crate) = 10563 -SHA256 (rust/crates/libc-0.2.153.crate) = 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd -SIZE (rust/crates/libc-0.2.153.crate) = 740614 +SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 +SIZE (rust/crates/libc-0.2.154.crate) = 743304 SHA256 (rust/crates/memchr-2.7.2.crate) = 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d SIZE (rust/crates/memchr-2.7.2.crate) = 96220 SHA256 (rust/crates/memmap2-0.8.0.crate) = 43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed SIZE (rust/crates/memmap2-0.8.0.crate) = 30990 -SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a -SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 -SHA256 (rust/crates/nix-0.28.0.crate) = ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4 -SIZE (rust/crates/nix-0.28.0.crate) = 311086 -SHA256 (rust/crates/pango-0.19.3.crate) = b1264d13deb823cc652f26cfe59afb1ec4b9db2a5bd27c41b738c879cc1bfaa1 -SIZE (rust/crates/pango-0.19.3.crate) = 44890 -SHA256 (rust/crates/pango-sys-0.19.0.crate) = f52ef6a881c19fbfe3b1484df5cad411acaaba29dbec843941c3110d19f340ea -SIZE (rust/crates/pango-sys-0.19.0.crate) = 24787 +SHA256 (rust/crates/pango-0.19.5.crate) = 504ce6e805439ea2c6791168fe7ef8e3da0c1b2ef82c44bc450dbc330592920d +SIZE (rust/crates/pango-0.19.5.crate) = 45385 +SHA256 (rust/crates/pango-sys-0.19.5.crate) = e4829555bdbb83692ddeaf5a6927fb2d025c8131e5ecaa4f7619fff6985d3505 +SIZE (rust/crates/pango-sys-0.19.5.crate) = 24861 SHA256 (rust/crates/pangocairo-0.19.2.crate) = 6620c77967c62c7a84c6ca15ab855e8eecb248beb8ee43bc0eeaadd39123f687 SIZE (rust/crates/pangocairo-0.19.2.crate) = 5564 -SHA256 (rust/crates/pangocairo-sys-0.19.0.crate) = 01bd0597ae45983f9e8b7f73afc42238426cd3fbb44a9cf14fd881a4ae08f1e4 -SIZE (rust/crates/pangocairo-sys-0.19.0.crate) = 3277 +SHA256 (rust/crates/pangocairo-sys-0.19.5.crate) = d680caf5094d735c37312ce9166127a1d759d86a3d632b83d4a5354ee7568659 +SIZE (rust/crates/pangocairo-sys-0.19.5.crate) = 3318 SHA256 (rust/crates/pin-project-lite-0.2.14.crate) = bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 SIZE (rust/crates/pin-project-lite-0.2.14.crate) = 28817 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 @@ -87,87 +79,91 @@ SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee280 SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 SHA256 (rust/crates/proc-macro-crate-3.1.0.crate) = 6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284 SIZE (rust/crates/proc-macro-crate-3.1.0.crate) = 11084 -SHA256 (rust/crates/proc-macro2-1.0.79.crate) = e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e -SIZE (rust/crates/proc-macro2-1.0.79.crate) = 47200 +SHA256 (rust/crates/proc-macro2-1.0.81.crate) = 3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba +SIZE (rust/crates/proc-macro2-1.0.81.crate) = 48233 SHA256 (rust/crates/quick-xml-0.31.0.crate) = 1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33 SIZE (rust/crates/quick-xml-0.31.0.crate) = 172236 -SHA256 (rust/crates/quote-1.0.35.crate) = 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef -SIZE (rust/crates/quote-1.0.35.crate) = 28136 +SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 +SIZE (rust/crates/quote-1.0.36.crate) = 28507 SHA256 (rust/crates/ryu-1.0.17.crate) = e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 SIZE (rust/crates/ryu-1.0.17.crate) = 47537 -SHA256 (rust/crates/serde-1.0.197.crate) = 3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2 -SIZE (rust/crates/serde-1.0.197.crate) = 77087 -SHA256 (rust/crates/serde_derive-1.0.197.crate) = 7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b -SIZE (rust/crates/serde_derive-1.0.197.crate) = 55771 -SHA256 (rust/crates/serde_json-1.0.115.crate) = 12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd -SIZE (rust/crates/serde_json-1.0.115.crate) = 147100 +SHA256 (rust/crates/serde-1.0.200.crate) = ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f +SIZE (rust/crates/serde-1.0.200.crate) = 77611 +SHA256 (rust/crates/serde_derive-1.0.200.crate) = 856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb +SIZE (rust/crates/serde_derive-1.0.200.crate) = 55785 +SHA256 (rust/crates/serde_json-1.0.116.crate) = 3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813 +SIZE (rust/crates/serde_json-1.0.116.crate) = 146790 SHA256 (rust/crates/serde_spanned-0.6.5.crate) = eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 SIZE (rust/crates/serde_spanned-0.6.5.crate) = 8349 SHA256 (rust/crates/shmemfdrs2-1.0.0.crate) = 70a05cf957f811e44f99c629e6d34025429912ffb2333f2960372669e670f54c SIZE (rust/crates/shmemfdrs2-1.0.0.crate) = 7919 SHA256 (rust/crates/signal-hook-0.3.17.crate) = 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 SIZE (rust/crates/signal-hook-0.3.17.crate) = 50296 -SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 -SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 +SHA256 (rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 +SIZE (rust/crates/signal-hook-registry-1.4.2.crate) = 18064 SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 SIZE (rust/crates/slab-0.4.9.crate) = 17108 SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 -SHA256 (rust/crates/syn-2.0.57.crate) = 11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35 -SIZE (rust/crates/syn-2.0.57.crate) = 254911 +SHA256 (rust/crates/syn-2.0.60.crate) = 909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3 +SIZE (rust/crates/syn-2.0.60.crate) = 255808 SHA256 (rust/crates/system-deps-6.2.2.crate) = a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349 SIZE (rust/crates/system-deps-6.2.2.crate) = 25546 SHA256 (rust/crates/target-lexicon-0.12.14.crate) = e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f SIZE (rust/crates/target-lexicon-0.12.14.crate) = 25508 -SHA256 (rust/crates/thiserror-1.0.58.crate) = 03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297 -SIZE (rust/crates/thiserror-1.0.58.crate) = 21025 -SHA256 (rust/crates/thiserror-impl-1.0.58.crate) = c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7 -SIZE (rust/crates/thiserror-impl-1.0.58.crate) = 15645 +SHA256 (rust/crates/thiserror-1.0.59.crate) = f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa +SIZE (rust/crates/thiserror-1.0.59.crate) = 21040 +SHA256 (rust/crates/thiserror-impl-1.0.59.crate) = d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66 +SIZE (rust/crates/thiserror-impl-1.0.59.crate) = 15726 SHA256 (rust/crates/toml-0.8.12.crate) = e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3 SIZE (rust/crates/toml-0.8.12.crate) = 51145 SHA256 (rust/crates/toml_datetime-0.6.5.crate) = 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1 SIZE (rust/crates/toml_datetime-0.6.5.crate) = 10910 SHA256 (rust/crates/toml_edit-0.21.1.crate) = 6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1 SIZE (rust/crates/toml_edit-0.21.1.crate) = 101661 -SHA256 (rust/crates/toml_edit-0.22.9.crate) = 8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4 -SIZE (rust/crates/toml_edit-0.22.9.crate) = 104173 +SHA256 (rust/crates/toml_edit-0.22.12.crate) = d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef +SIZE (rust/crates/toml_edit-0.22.12.crate) = 104416 SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 SHA256 (rust/crates/version-compare-0.2.0.crate) = 852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b SIZE (rust/crates/version-compare-0.2.0.crate) = 13942 -SHA256 (rust/crates/wayrs-client-1.0.3.crate) = ae384b841a260a5d86f471b21c22639a6fd41fe37c407be72a6d714fd3433bae -SIZE (rust/crates/wayrs-client-1.0.3.crate) = 54704 -SHA256 (rust/crates/wayrs-proto-parser-2.0.0.crate) = 1406ebeb6ba4a201745a92c221eca3dcec5b404fcbe948acf8a166b323582fa9 -SIZE (rust/crates/wayrs-proto-parser-2.0.0.crate) = 4475 -SHA256 (rust/crates/wayrs-protocols-0.13.2.crate) = b37562eeb522e6cbc9fb9e4e96a8622e10d0f31fec780ed5c12c1fc15d127a47 -SIZE (rust/crates/wayrs-protocols-0.13.2.crate) = 161400 -SHA256 (rust/crates/wayrs-scanner-0.13.2.crate) = e387d47549e37bd2a6f03973a77578bb003f661559a096c9274b5b9bcd78bf1f -SIZE (rust/crates/wayrs-scanner-0.13.2.crate) = 7925 -SHA256 (rust/crates/wayrs-utils-0.14.0.crate) = c6660838ffb749601dd17b9801206bf124f7f4d02b132316fab893b6486295ae -SIZE (rust/crates/wayrs-utils-0.14.0.crate) = 12663 +SHA256 (rust/crates/wayrs-client-1.1.1.crate) = 9237642d34d213c59d1badc23bbf3363f03f48397d2bf827f21c86561c206441 +SIZE (rust/crates/wayrs-client-1.1.1.crate) = 51151 +SHA256 (rust/crates/wayrs-core-1.0.2.crate) = 494c59c7e42b5adf742da3ff12b807ada8a3f0410f002425ce6bdcd91b9c0883 +SIZE (rust/crates/wayrs-core-1.0.2.crate) = 9292 +SHA256 (rust/crates/wayrs-proto-parser-2.0.1.crate) = d3afd6341a96de86a1615eb2b6d2e92d790df60be0bde5963dff246985adcb8c +SIZE (rust/crates/wayrs-proto-parser-2.0.1.crate) = 5204 +SHA256 (rust/crates/wayrs-protocols-0.14.1.crate) = 2c3e6d355530ac807a459d57d478c8acba9aa6cea0b3b0879f4d48aaf7ec9a11 +SIZE (rust/crates/wayrs-protocols-0.14.1.crate) = 178631 +SHA256 (rust/crates/wayrs-scanner-0.14.1.crate) = 72b105fca34ef7569b0ed8e93e8f7b64453834a31c73df47917e402f2c2f2d7d +SIZE (rust/crates/wayrs-scanner-0.14.1.crate) = 8830 +SHA256 (rust/crates/wayrs-utils-0.15.1.crate) = eaa44a38136c11dc9d38298154cc53bc9ff905a65ad0e7331b4e9870b9ad8b45 +SIZE (rust/crates/wayrs-utils-0.15.1.crate) = 13634 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 -SHA256 (rust/crates/windows-targets-0.52.4.crate) = 7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b -SIZE (rust/crates/windows-targets-0.52.4.crate) = 6310 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.4.crate) = bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9 -SIZE (rust/crates/windows_aarch64_gnullvm-0.52.4.crate) = 433373 -SHA256 (rust/crates/windows_aarch64_msvc-0.52.4.crate) = da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675 -SIZE (rust/crates/windows_aarch64_msvc-0.52.4.crate) = 828055 -SHA256 (rust/crates/windows_i686_gnu-0.52.4.crate) = b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3 -SIZE (rust/crates/windows_i686_gnu-0.52.4.crate) = 875736 -SHA256 (rust/crates/windows_i686_msvc-0.52.4.crate) = 1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02 -SIZE (rust/crates/windows_i686_msvc-0.52.4.crate) = 895530 -SHA256 (rust/crates/windows_x86_64_gnu-0.52.4.crate) = 5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03 -SIZE (rust/crates/windows_x86_64_gnu-0.52.4.crate) = 831627 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.4.crate) = 77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177 -SIZE (rust/crates/windows_x86_64_gnullvm-0.52.4.crate) = 433358 -SHA256 (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8 -SIZE (rust/crates/windows_x86_64_msvc-0.52.4.crate) = 828019 +SHA256 (rust/crates/windows-targets-0.52.5.crate) = 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb +SIZE (rust/crates/windows-targets-0.52.5.crate) = 6376 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.5.crate) = 433266 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 +SIZE (rust/crates/windows_aarch64_msvc-0.52.5.crate) = 827944 +SHA256 (rust/crates/windows_i686_gnu-0.52.5.crate) = 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 +SIZE (rust/crates/windows_i686_gnu-0.52.5.crate) = 875699 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 +SIZE (rust/crates/windows_i686_gnullvm-0.52.5.crate) = 473064 +SHA256 (rust/crates/windows_i686_msvc-0.52.5.crate) = db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf +SIZE (rust/crates/windows_i686_msvc-0.52.5.crate) = 895404 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 +SIZE (rust/crates/windows_x86_64_gnu-0.52.5.crate) = 831539 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.5.crate) = 433246 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.5.crate) = bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 +SIZE (rust/crates/windows_x86_64_msvc-0.52.5.crate) = 827905 SHA256 (rust/crates/winnow-0.5.40.crate) = f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876 SIZE (rust/crates/winnow-0.5.40.crate) = 159316 -SHA256 (rust/crates/winnow-0.6.5.crate) = dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8 -SIZE (rust/crates/winnow-0.6.5.crate) = 159316 +SHA256 (rust/crates/winnow-0.6.8.crate) = c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d +SIZE (rust/crates/winnow-0.6.8.crate) = 159453 SHA256 (rust/crates/xcursor-0.3.5.crate) = 6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911 SIZE (rust/crates/xcursor-0.3.5.crate) = 6256 -SHA256 (MaxVerevkin-i3bar-river-v0.1.7_GH0.tar.gz) = afb832eb0f696e127a41ce72f5a290c4aee9ed86488ee9af49afe87916ca35ce -SIZE (MaxVerevkin-i3bar-river-v0.1.7_GH0.tar.gz) = 42193 +SHA256 (MaxVerevkin-i3bar-river-v0.1.9_GH0.tar.gz) = 03ffc8b9fb3165f4ef4c87566da431e4ba496a5ca18ae0c5479dc931d22004af +SIZE (MaxVerevkin-i3bar-river-v0.1.9_GH0.tar.gz) = 42090 diff --git a/x11/i3bar-river/pkg-descr b/x11/i3bar-river/pkg-descr index ec36098a351..e7c7db5aa96 100644 --- a/x11/i3bar-river/pkg-descr +++ b/x11/i3bar-river/pkg-descr @@ -1 +1,2 @@ -This is a port of i3bar for river and Hyprland. +This is a port of i3bar for wlroots-based window managers. +Tags/workspaces are implemented for river and hyprland. diff --git a/x11/inputplug/Makefile b/x11/inputplug/Makefile index 6163371104b..c14712827ec 100644 --- a/x11/inputplug/Makefile +++ b/x11/inputplug/Makefile @@ -1,6 +1,6 @@ PORTNAME= inputplug DISTVERSION= 0.4.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= x11 MAINTAINER= 0mp@FreeBSD.org diff --git a/x11/kf6-frameworkintegration/distinfo b/x11/kf6-frameworkintegration/distinfo index 9de5c93d07b..7c474b2271f 100644 --- a/x11/kf6-frameworkintegration/distinfo +++ b/x11/kf6-frameworkintegration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022634 -SHA256 (KDE/frameworks/6.1.0/frameworkintegration-6.1.0.tar.xz) = 47bb38a778b94405bd9e251be774ba910c2b85cd6a4512ba1f6e9b6f879144e8 -SIZE (KDE/frameworks/6.1.0/frameworkintegration-6.1.0.tar.xz) = 54792 +TIMESTAMP = 1714804815 +SHA256 (KDE/frameworks/6.2.0/frameworkintegration-6.2.0.tar.xz) = e41f64b178ad9dadcad51b145bd580868aba061fb80ff15614268d09ec4e0d7c +SIZE (KDE/frameworks/6.2.0/frameworkintegration-6.2.0.tar.xz) = 54812 diff --git a/x11/kf6-kded/distinfo b/x11/kf6-kded/distinfo index 16fe14cadeb..02f632e7dd6 100644 --- a/x11/kf6-kded/distinfo +++ b/x11/kf6-kded/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022635 -SHA256 (KDE/frameworks/6.1.0/kded-6.1.0.tar.xz) = b18d0ef236995c19da926e5ba3f248689850ffde660eb86b18ab68e87b119ba1 -SIZE (KDE/frameworks/6.1.0/kded-6.1.0.tar.xz) = 32232 +TIMESTAMP = 1714804815 +SHA256 (KDE/frameworks/6.2.0/kded-6.2.0.tar.xz) = ca6d6971b661b5142ede6ab9a1acbe24d4085efbc9f13988c179649b1261ab4f +SIZE (KDE/frameworks/6.2.0/kded-6.2.0.tar.xz) = 33764 diff --git a/x11/kf6-kglobalaccel/distinfo b/x11/kf6-kglobalaccel/distinfo index db78a76cc51..4d1684ec4db 100644 --- a/x11/kf6-kglobalaccel/distinfo +++ b/x11/kf6-kglobalaccel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022638 -SHA256 (KDE/frameworks/6.1.0/kglobalaccel-6.1.0.tar.xz) = 885b13d3888eebe585589dc288e3826044ab5bf3b8e2a749b9070d93d32f64f2 -SIZE (KDE/frameworks/6.1.0/kglobalaccel-6.1.0.tar.xz) = 2303876 +TIMESTAMP = 1714804816 +SHA256 (KDE/frameworks/6.2.0/kglobalaccel-6.2.0.tar.xz) = c74727fef4a39680e36c5ed27cdb4c5b755043795fa52774ee3bc6a3b568e724 +SIZE (KDE/frameworks/6.2.0/kglobalaccel-6.2.0.tar.xz) = 2294744 diff --git a/x11/kf6-krunner/distinfo b/x11/kf6-krunner/distinfo index 12d24f59d55..27f18c4d34b 100644 --- a/x11/kf6-krunner/distinfo +++ b/x11/kf6-krunner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022641 -SHA256 (KDE/frameworks/6.1.0/krunner-6.1.0.tar.xz) = faa21f990d9886659ed44c753ccf8d77ceb07df94e84c01893f93b08e06760d4 -SIZE (KDE/frameworks/6.1.0/krunner-6.1.0.tar.xz) = 130964 +TIMESTAMP = 1714804816 +SHA256 (KDE/frameworks/6.2.0/krunner-6.2.0.tar.xz) = f18f1578ff8c76c455837a4bc9a3e71273bba4ac54afd24e143a9dc20706041f +SIZE (KDE/frameworks/6.2.0/krunner-6.2.0.tar.xz) = 130936 diff --git a/x11/kf6-kwindowsystem/distinfo b/x11/kf6-kwindowsystem/distinfo index 999bda9ec8c..67bec710998 100644 --- a/x11/kf6-kwindowsystem/distinfo +++ b/x11/kf6-kwindowsystem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713022644 -SHA256 (KDE/frameworks/6.1.0/kwindowsystem-6.1.0.tar.xz) = 8c07543883aaa38b01508f06b4439559d890770006f8e9f6e8e769c5d4226595 -SIZE (KDE/frameworks/6.1.0/kwindowsystem-6.1.0.tar.xz) = 2392976 +TIMESTAMP = 1714804816 +SHA256 (KDE/frameworks/6.2.0/kwindowsystem-6.2.0.tar.xz) = 0f8fb12b4eea926a7f4cf59ec85d95297a8cb67d8093dc4b194b51a1c4671d89 +SIZE (KDE/frameworks/6.2.0/kwindowsystem-6.2.0.tar.xz) = 2385640 diff --git a/x11/kickoff/Makefile b/x11/kickoff/Makefile index 2ab700d241c..d3bb24927b5 100644 --- a/x11/kickoff/Makefile +++ b/x11/kickoff/Makefile @@ -1,7 +1,7 @@ PORTNAME= kickoff DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index 7bcc1fc22ae..fb28b38c366 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -1,7 +1,7 @@ PORTNAME= kitty DISTVERSIONPREFIX= v DISTVERSION= 0.33.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 wayland MAINTAINER= nivit@FreeBSD.org diff --git a/x11/linux-rl9-libxkbcommon/Makefile b/x11/linux-rl9-libxkbcommon/Makefile new file mode 100644 index 00000000000..60359bb0bc7 --- /dev/null +++ b/x11/linux-rl9-libxkbcommon/Makefile @@ -0,0 +1,17 @@ +PORTNAME= libxkbcommon +PORTVERSION= 1.0.3 +DISTVERSIONSUFFIX= -4.el9 +CATEGORIES= x11 linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Keymap handling library (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://xkbcommon.org/ + +USES= cpe linux:rl9 +CPE_VENDOR= xkbcommon +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/x11/linux-rl9-libxkbcommon/distinfo b/x11/linux-rl9-libxkbcommon/distinfo new file mode 100644 index 00000000000..affe78ef245 --- /dev/null +++ b/x11/linux-rl9-libxkbcommon/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1686568429 +SHA256 (rocky/l/libxkbcommon-1.0.3-4.el9.aarch64.rpm) = b9dc5da18d3967c5b520c5e31c6cd11c3c3665fe026c37e19946d816b2d53990 +SIZE (rocky/l/libxkbcommon-1.0.3-4.el9.aarch64.rpm) = 133473 +SHA256 (rocky/l/libxkbcommon-1.0.3-4.el9.x86_64.rpm) = e806faf168de52e934b88a52aa6c16a87cedefaae97d130e4bc10a997d14f93f +SIZE (rocky/l/libxkbcommon-1.0.3-4.el9.x86_64.rpm) = 135487 +SHA256 (rocky/l/libxkbcommon-1.0.3-4.el9.src.rpm) = e35b80f3ff5d5047256933fd2cf015d9aad9e40052701a3a27c6de6c107d5d2e +SIZE (rocky/l/libxkbcommon-1.0.3-4.el9.src.rpm) = 445099 diff --git a/x11/linux-rl9-libxkbcommon/pkg-plist.aarch64 b/x11/linux-rl9-libxkbcommon/pkg-plist.aarch64 new file mode 100644 index 00000000000..2e02e2a8df1 --- /dev/null +++ b/x11/linux-rl9-libxkbcommon/pkg-plist.aarch64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/ba/09889f6656eff8c1d98e199086678a4c04f99b +usr/lib/.build-id/dc/7c90972787d6fae4065fc2657ffd1d51ffb578 +usr/lib64/libxkbcommon.so.0 +usr/lib64/libxkbcommon.so.0.0.0 +usr/lib64/libxkbregistry.so.0 +usr/lib64/libxkbregistry.so.0.0.0 +usr/share/licenses/libxkbcommon/LICENSE diff --git a/x11/linux-rl9-libxkbcommon/pkg-plist.amd64 b/x11/linux-rl9-libxkbcommon/pkg-plist.amd64 new file mode 100644 index 00000000000..4a7d0f7c4b2 --- /dev/null +++ b/x11/linux-rl9-libxkbcommon/pkg-plist.amd64 @@ -0,0 +1,7 @@ +usr/lib/.build-id/3c/163ae7f778cfa1ea615c8505d102d2643a5709 +usr/lib/.build-id/e3/5908e7cfb88b9b3f2df6ee11953146507ae874 +usr/lib64/libxkbcommon.so.0 +usr/lib64/libxkbcommon.so.0.0.0 +usr/lib64/libxkbregistry.so.0 +usr/lib64/libxkbregistry.so.0.0.0 +usr/share/licenses/libxkbcommon/LICENSE diff --git a/x11/linux-rl9-pixman/Makefile b/x11/linux-rl9-pixman/Makefile new file mode 100644 index 00000000000..59b1d6fd1ea --- /dev/null +++ b/x11/linux-rl9-pixman/Makefile @@ -0,0 +1,17 @@ +PORTNAME= pixman +PORTVERSION= 0.40.0 +DISTVERSIONSUFFIX= -6.el9_3 +PORTREVISION= 1 +CATEGORIES= x11 linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Low-level pixel manipulation library (Rocky Linux ${LINUX_DIST_VER}) +WWW= http://pixman.org + +USES= cpe linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include diff --git a/x11/linux-rl9-pixman/distinfo b/x11/linux-rl9-pixman/distinfo new file mode 100644 index 00000000000..1450831c16e --- /dev/null +++ b/x11/linux-rl9-pixman/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1707692731 +SHA256 (rocky/p/pixman-0.40.0-6.el9_3.aarch64.rpm) = 25c78517864ddb7189abb5ce1771cd8e4bdaa2db0ecd78d36051ad361db563de +SIZE (rocky/p/pixman-0.40.0-6.el9_3.aarch64.rpm) = 170349 +SHA256 (rocky/p/pixman-0.40.0-6.el9_3.x86_64.rpm) = f90f7b61c355aae65c1c94ab19a6538212ba4f64236457fee42793710331321c +SIZE (rocky/p/pixman-0.40.0-6.el9_3.x86_64.rpm) = 275293 +SHA256 (rocky/p/pixman-0.40.0-6.el9_3.src.rpm) = 219804ba83514bf90442db2b8c4de713694f3e8ee1b4635659d1596fe613b2f4 +SIZE (rocky/p/pixman-0.40.0-6.el9_3.src.rpm) = 645570 diff --git a/x11/linux-rl9-pixman/pkg-plist.aarch64 b/x11/linux-rl9-pixman/pkg-plist.aarch64 new file mode 100644 index 00000000000..8986d41cb40 --- /dev/null +++ b/x11/linux-rl9-pixman/pkg-plist.aarch64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/43/e08cff81605c6df39ec04723413579968b4699 +usr/lib64/libpixman-1.so.0 +usr/lib64/libpixman-1.so.0.40.0 +usr/share/doc/pixman/COPYING diff --git a/x11/linux-rl9-pixman/pkg-plist.amd64 b/x11/linux-rl9-pixman/pkg-plist.amd64 new file mode 100644 index 00000000000..1ad5854d3f8 --- /dev/null +++ b/x11/linux-rl9-pixman/pkg-plist.amd64 @@ -0,0 +1,4 @@ +usr/lib/.build-id/ea/7ccb5a4fa900818ff60eead31963778becd452 +usr/lib64/libpixman-1.so.0 +usr/lib64/libpixman-1.so.0.40.0 +usr/share/doc/pixman/COPYING diff --git a/x11/linux-rl9-xorg-libs/Makefile b/x11/linux-rl9-xorg-libs/Makefile new file mode 100644 index 00000000000..503e7d90000 --- /dev/null +++ b/x11/linux-rl9-xorg-libs/Makefile @@ -0,0 +1,90 @@ +PORTNAME= xorg-libs +PORTVERSION= 7.7 +PORTREVISION= 1 +CATEGORIES= x11 linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Xorg libraries (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://x.org + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX= fontconfig +USE_LINUX_RPM= yes + +LIB_DISTNAMES= libICE-1.0.10-8.el9 \ + libSM-1.2.3-10.el9 \ + libX11-1.7.0-8.el9 \ + libX11-xcb-1.7.0-8.el9 \ + libXScrnSaver-1.2.3-10.el9 \ + libXau-1.0.9-8.el9 \ + libXaw-1.0.13-19.el9 \ + libXcomposite-0.4.5-7.el9 \ + libXcursor-1.2.0-7.el9 \ + libXdamage-1.1.5-7.el9 \ + libXdmcp-1.1.3-8.el9 \ + libXext-1.3.4-8.el9 \ + libXfixes-5.0.3-16.el9 \ + libXfont2-2.0.3-12.el9 \ + libXft-2.3.3-8.el9 \ + libXi-1.7.10-8.el9 \ + libXinerama-1.1.4-10.el9 \ + libXmu-1.1.3-8.el9 \ + libXp-1.0.3-11.el9 \ + libXpm-3.5.13-8.el9_1 \ + libXrandr-1.5.2-8.el9 \ + libXrender-0.9.10-16.el9 \ + libXres-1.2.0-14.el9 \ + libXt-1.2.0-6.el9 \ + libXtst-1.2.3-16.el9 \ + libXv-1.0.11-16.el9 \ + libXxf86dga-1.1.5-8.el9 \ + libXxf86vm-1.1.4-18.el9 \ + libfontenc-1.1.3-17.el9 \ + libxcb-1.13.1-9.el9 \ + libxkbfile-1.1.0-8.el9 \ + libxshmfence-1.3-10.el9 +SHARE_DISTNAMES=libX11-common-1.7.0-8.el9 \ + xkeyboard-config-2.33-2.el9 +SRC_DISTFILES= libICE-1.0.10-8.el9${SRC_SUFX}:SOURCE \ + libSM-1.2.3-10.el9${SRC_SUFX}:SOURCE \ + libX11-1.7.0-8.el9${SRC_SUFX}:SOURCE \ + libXScrnSaver-1.2.3-10.el9${SRC_SUFX}:SOURCE \ + libXau-1.0.9-8.el9${SRC_SUFX}:SOURCE \ + libXaw-1.0.13-19.el9${SRC_SUFX}:SOURCE \ + libXcomposite-0.4.5-7.el9${SRC_SUFX}:SOURCE \ + libXcursor-1.2.0-7.el9${SRC_SUFX}:SOURCE \ + libXdamage-1.1.5-7.el9${SRC_SUFX}:SOURCE \ + libXdmcp-1.1.3-8.el9${SRC_SUFX}:SOURCE \ + libXext-1.3.4-8.el9${SRC_SUFX}:SOURCE \ + libXfixes-5.0.3-16.el9${SRC_SUFX}:SOURCE \ + libXfont2-2.0.3-12.el9${SRC_SUFX}:SOURCE \ + libXft-2.3.3-8.el9${SRC_SUFX}:SOURCE \ + libXi-1.7.10-8.el9${SRC_SUFX}:SOURCE \ + libXinerama-1.1.4-10.el9${SRC_SUFX}:SOURCE \ + libXmu-1.1.3-8.el9${SRC_SUFX}:SOURCE \ + libXp-1.0.3-11.el9${SRC_SUFX}:SOURCE \ + libXpm-3.5.13-8.el9_1${SRC_SUFX}:SOURCE \ + libXrandr-1.5.2-8.el9${SRC_SUFX}:SOURCE \ + libXrender-0.9.10-16.el9${SRC_SUFX}:SOURCE \ + libXres-1.2.0-14.el9${SRC_SUFX}:SOURCE \ + libXt-1.2.0-6.el9${SRC_SUFX}:SOURCE \ + libXtst-1.2.3-16.el9${SRC_SUFX}:SOURCE \ + libXv-1.0.11-16.el9${SRC_SUFX}:SOURCE \ + libXxf86dga-1.1.5-8.el9${SRC_SUFX}:SOURCE \ + libXxf86vm-1.1.4-18.el9${SRC_SUFX}:SOURCE \ + libfontenc-1.1.3-17.el9${SRC_SUFX}:SOURCE \ + libxcb-1.13.1-9.el9${SRC_SUFX}:SOURCE \ + libxkbfile-1.1.0-8.el9${SRC_SUFX}:SOURCE \ + libxshmfence-1.3-10.el9${SRC_SUFX}:SOURCE \ + xkeyboard-config-2.33-2.el9${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +post-patch: + @${RM} -r ${WRKSRC}/usr/share/icons + +.include diff --git a/x11/linux-rl9-xorg-libs/distinfo b/x11/linux-rl9-xorg-libs/distinfo new file mode 100644 index 00000000000..86227fb75f5 --- /dev/null +++ b/x11/linux-rl9-xorg-libs/distinfo @@ -0,0 +1,197 @@ +TIMESTAMP = 1707692525 +SHA256 (rocky/l/libICE-1.0.10-8.el9.aarch64.rpm) = deb74e2799b6cd5daa6960380e394f5478eea318f47f909a148b0c206b90106e +SIZE (rocky/l/libICE-1.0.10-8.el9.aarch64.rpm) = 70679 +SHA256 (rocky/l/libICE-1.0.10-8.el9.x86_64.rpm) = cf73a6d5729b2888f5f629f45106e47ae673c72b902955784d3abef7c9a13696 +SIZE (rocky/l/libICE-1.0.10-8.el9.x86_64.rpm) = 71915 +SHA256 (rocky/l/libSM-1.2.3-10.el9.aarch64.rpm) = c495928bfb914e00896206ecdb5a5a95c177726ceac0ea293dd5b7a6a2c3a589 +SIZE (rocky/l/libSM-1.2.3-10.el9.aarch64.rpm) = 41419 +SHA256 (rocky/l/libSM-1.2.3-10.el9.x86_64.rpm) = 86af171005be195c9296a65c0f86b744f608c0ec7e14459d0836e33a8d0129f7 +SIZE (rocky/l/libSM-1.2.3-10.el9.x86_64.rpm) = 42143 +SHA256 (rocky/l/libX11-1.7.0-8.el9.aarch64.rpm) = 12d1bf76705f70e3e83728986d75fa54cad4a693da29aef1d51677b8cb4cab2d +SIZE (rocky/l/libX11-1.7.0-8.el9.aarch64.rpm) = 649162 +SHA256 (rocky/l/libX11-1.7.0-8.el9.x86_64.rpm) = 6836c74c86c9520b4a56cf78539c2c71a2b5c1dd9c7039e0dfd9f10200a94e19 +SIZE (rocky/l/libX11-1.7.0-8.el9.x86_64.rpm) = 665567 +SHA256 (rocky/l/libX11-common-1.7.0-8.el9.noarch.rpm) = bee5cbba81cf5dbcd2183c463c5958edc3750d1cde1fbd201195d67c84208d45 +SIZE (rocky/l/libX11-common-1.7.0-8.el9.noarch.rpm) = 154403 +SHA256 (rocky/l/libX11-xcb-1.7.0-8.el9.aarch64.rpm) = b9b72371b44ea27c5c1df2cb4d46158d7c58e5b0d8fa5265dd53523f4e647ea7 +SIZE (rocky/l/libX11-xcb-1.7.0-8.el9.aarch64.rpm) = 10019 +SHA256 (rocky/l/libX11-xcb-1.7.0-8.el9.x86_64.rpm) = 231dcf069a7e337824c0543c5c257d40042be320670dceb1d8216364e7977022 +SIZE (rocky/l/libX11-xcb-1.7.0-8.el9.x86_64.rpm) = 10122 +SHA256 (rocky/l/libXScrnSaver-1.2.3-10.el9.aarch64.rpm) = 7b7f7e7e91e7736ca4f8a6c88cd977ce3ec9fc91ff15a0431938720be6107e0a +SIZE (rocky/l/libXScrnSaver-1.2.3-10.el9.aarch64.rpm) = 24505 +SHA256 (rocky/l/libXScrnSaver-1.2.3-10.el9.x86_64.rpm) = 9f8ba1b5e19febf274a8d1de46db7c64fc223a42f1144b975321815813ac4b82 +SIZE (rocky/l/libXScrnSaver-1.2.3-10.el9.x86_64.rpm) = 24747 +SHA256 (rocky/l/libXau-1.0.9-8.el9.aarch64.rpm) = 1c1b8a53467ac7c78e4ea57d4b37f768e57e3bf1a81d1f7166b1b008653dbd4f +SIZE (rocky/l/libXau-1.0.9-8.el9.aarch64.rpm) = 31055 +SHA256 (rocky/l/libXau-1.0.9-8.el9.x86_64.rpm) = 335f72e8070dd3179d129af94b6bd272c0b4a4b83ffa38522e393ee3706acf4c +SIZE (rocky/l/libXau-1.0.9-8.el9.x86_64.rpm) = 31094 +SHA256 (rocky/l/libXaw-1.0.13-19.el9.aarch64.rpm) = ed6bc26002d816962afbdc8e1e0eacdba64f144f22736232f3173ee240012ba2 +SIZE (rocky/l/libXaw-1.0.13-19.el9.aarch64.rpm) = 196309 +SHA256 (rocky/l/libXaw-1.0.13-19.el9.x86_64.rpm) = 85266646b841f398a2ee65797419cf89f2bc7cacc89295e243936e936a4338d4 +SIZE (rocky/l/libXaw-1.0.13-19.el9.x86_64.rpm) = 201792 +SHA256 (rocky/l/libXcomposite-0.4.5-7.el9.aarch64.rpm) = c36108d776498360630e35c052f7bc681aae7dddf1c79fa52ea4bfec7ef985c2 +SIZE (rocky/l/libXcomposite-0.4.5-7.el9.aarch64.rpm) = 23568 +SHA256 (rocky/l/libXcomposite-0.4.5-7.el9.x86_64.rpm) = d63a25a6ec5b44371569aaf0790e58ef88a7deae5a97c0824389c2e28212786b +SIZE (rocky/l/libXcomposite-0.4.5-7.el9.x86_64.rpm) = 23696 +SHA256 (rocky/l/libXcursor-1.2.0-7.el9.aarch64.rpm) = a1131f4be9a53f6f2835f0aa3d9d71b36e2a2f68130cf17a0b73e5cd1371e37b +SIZE (rocky/l/libXcursor-1.2.0-7.el9.aarch64.rpm) = 30049 +SHA256 (rocky/l/libXcursor-1.2.0-7.el9.x86_64.rpm) = 311e8fa754d5897c8e790cca9ab281936f66e795704f7cbe18baec13f692608c +SIZE (rocky/l/libXcursor-1.2.0-7.el9.x86_64.rpm) = 30320 +SHA256 (rocky/l/libXdamage-1.1.5-7.el9.aarch64.rpm) = 013b2458778636df724328029f31f6e842f3165fd0945ca1f82c73198639a2ad +SIZE (rocky/l/libXdamage-1.1.5-7.el9.aarch64.rpm) = 22249 +SHA256 (rocky/l/libXdamage-1.1.5-7.el9.x86_64.rpm) = e35fb4a9b632ca4226f4d2a81ffced45a23825149d6edcafcefb896c3a38e59c +SIZE (rocky/l/libXdamage-1.1.5-7.el9.x86_64.rpm) = 22355 +SHA256 (rocky/l/libXdmcp-1.1.3-8.el9.aarch64.rpm) = ed83357494d16b40f58fe1a3c128690b7d6a4df0ed3977fe4a0bbf7d3189be93 +SIZE (rocky/l/libXdmcp-1.1.3-8.el9.aarch64.rpm) = 35357 +SHA256 (rocky/l/libXdmcp-1.1.3-8.el9.x86_64.rpm) = a9ca0c3bcebc9d7e882c55c444e342e04aab1a2a90a95aafca0eb1dd258e2d93 +SIZE (rocky/l/libXdmcp-1.1.3-8.el9.x86_64.rpm) = 35397 +SHA256 (rocky/l/libXext-1.3.4-8.el9.aarch64.rpm) = f51fdf1c8b7e1b748c0ae8da6c6d60a644326c813decebe40a5161409371d65d +SIZE (rocky/l/libXext-1.3.4-8.el9.aarch64.rpm) = 38844 +SHA256 (rocky/l/libXext-1.3.4-8.el9.x86_64.rpm) = 45c8e6d796a66e91b5b4230e493be44fdafe389592eb2cce6400d209b0ac5f9f +SIZE (rocky/l/libXext-1.3.4-8.el9.x86_64.rpm) = 39647 +SHA256 (rocky/l/libXfixes-5.0.3-16.el9.aarch64.rpm) = 7256501b16d4eb762fb73ea929b9162467e27203cb9c537b62509b18b0d1dcf8 +SIZE (rocky/l/libXfixes-5.0.3-16.el9.aarch64.rpm) = 19031 +SHA256 (rocky/l/libXfixes-5.0.3-16.el9.x86_64.rpm) = c2089ff858c950e403f302b071e2c6a871a424ac1ac8f6eb29bc24e61b692dcf +SIZE (rocky/l/libXfixes-5.0.3-16.el9.x86_64.rpm) = 19182 +SHA256 (rocky/l/libXfont2-2.0.3-12.el9.aarch64.rpm) = 5b378621beec5b13589c16b436a7f344f27d13a6a604569ab385642363c45078 +SIZE (rocky/l/libXfont2-2.0.3-12.el9.aarch64.rpm) = 144552 +SHA256 (rocky/l/libXfont2-2.0.3-12.el9.x86_64.rpm) = fdf69ba1bb50bcf1d182e51fe2ef943a06d60eff01d8df6d0ce94d943177063b +SIZE (rocky/l/libXfont2-2.0.3-12.el9.x86_64.rpm) = 146215 +SHA256 (rocky/l/libXft-2.3.3-8.el9.aarch64.rpm) = 959802eb99955a6a1a4b36ab8abc3cac04dc5f2df19d31cda61ecbb1c249475e +SIZE (rocky/l/libXft-2.3.3-8.el9.aarch64.rpm) = 61689 +SHA256 (rocky/l/libXft-2.3.3-8.el9.x86_64.rpm) = 7fd443896652bbc7685fbda98d2ddaea36cf9f4840b8c79fe77005dc1315e194 +SIZE (rocky/l/libXft-2.3.3-8.el9.x86_64.rpm) = 62705 +SHA256 (rocky/l/libXi-1.7.10-8.el9.aarch64.rpm) = 2e298659b39610c1aaa6d4b8f6d4d99af84427bb3d209159f3e7326cbef5ae31 +SIZE (rocky/l/libXi-1.7.10-8.el9.aarch64.rpm) = 38203 +SHA256 (rocky/l/libXi-1.7.10-8.el9.x86_64.rpm) = f9299e304d6ceca0afecacc52e3a8f1ded57d522bf0d4df80727b4038688e445 +SIZE (rocky/l/libXi-1.7.10-8.el9.x86_64.rpm) = 39524 +SHA256 (rocky/l/libXinerama-1.1.4-10.el9.aarch64.rpm) = 5c67d84524556a4f2c65c7e02030d8890a2fe7168cb21991b82bb24d914dff90 +SIZE (rocky/l/libXinerama-1.1.4-10.el9.aarch64.rpm) = 14175 +SHA256 (rocky/l/libXinerama-1.1.4-10.el9.x86_64.rpm) = aa25538dcbab918287de6cc0dfa7b585cee4ea1c35ed01ce4ed22bb13e69c83c +SIZE (rocky/l/libXinerama-1.1.4-10.el9.x86_64.rpm) = 14385 +SHA256 (rocky/l/libXmu-1.1.3-8.el9.aarch64.rpm) = 4e69299422d32eba05200e2262857b5dc131d822f537cc40f8930a46c5b682d4 +SIZE (rocky/l/libXmu-1.1.3-8.el9.aarch64.rpm) = 74844 +SHA256 (rocky/l/libXmu-1.1.3-8.el9.x86_64.rpm) = d19e8bcce562a3bf1ca45510d3ce5ea76f31bbda14d64c0b882c73331c2bb8cb +SIZE (rocky/l/libXmu-1.1.3-8.el9.x86_64.rpm) = 75661 +SHA256 (rocky/l/libXp-1.0.3-11.el9.aarch64.rpm) = 0d5328e59202f2662702de99d81aaeeda8495505a3c47d194455a7343f733794 +SIZE (rocky/l/libXp-1.0.3-11.el9.aarch64.rpm) = 31385 +SHA256 (rocky/l/libXp-1.0.3-11.el9.x86_64.rpm) = 14d4cbc45d7c31c6b9d66bda9f78ae1ca51c939d7eff66dfd61557d5d4c64929 +SIZE (rocky/l/libXp-1.0.3-11.el9.x86_64.rpm) = 31785 +SHA256 (rocky/l/libXpm-3.5.13-8.el9_1.aarch64.rpm) = ac6f375f06eaa3536c5d86d5866ca4a184704846b060361ec602dedab6d01467 +SIZE (rocky/l/libXpm-3.5.13-8.el9_1.aarch64.rpm) = 57494 +SHA256 (rocky/l/libXpm-3.5.13-8.el9_1.x86_64.rpm) = 33892f7917599d8a7581ab7f44e30fa06e777abf9ea17962df937a96929d2a1e +SIZE (rocky/l/libXpm-3.5.13-8.el9_1.x86_64.rpm) = 58711 +SHA256 (rocky/l/libXrandr-1.5.2-8.el9.aarch64.rpm) = a1e50c2c2c77553046b2d11511037362b5f6a57f3ca64a96b5f7f48a2912d29c +SIZE (rocky/l/libXrandr-1.5.2-8.el9.aarch64.rpm) = 27051 +SHA256 (rocky/l/libXrandr-1.5.2-8.el9.x86_64.rpm) = adb1b07da2091c35027477f6c24d1874a6965565fd0f21a9ac1a0a6f8104407d +SIZE (rocky/l/libXrandr-1.5.2-8.el9.x86_64.rpm) = 28078 +SHA256 (rocky/l/libXrender-0.9.10-16.el9.aarch64.rpm) = 51624b5a26d019da7e257005e7b370ba626700add6a79e5d25e0468f177e10d5 +SIZE (rocky/l/libXrender-0.9.10-16.el9.aarch64.rpm) = 26563 +SHA256 (rocky/l/libXrender-0.9.10-16.el9.x86_64.rpm) = 1e7f886a15aafea4345a6c5679b97f4690ca03d80168984cfa34dcd785159361 +SIZE (rocky/l/libXrender-0.9.10-16.el9.x86_64.rpm) = 27543 +SHA256 (rocky/l/libXres-1.2.0-14.el9.aarch64.rpm) = 301f042adaabd2a2157e3bdd4bbb246122a95e3571d1b1123f85bf96fddbe956 +SIZE (rocky/l/libXres-1.2.0-14.el9.aarch64.rpm) = 15041 +SHA256 (rocky/l/libXres-1.2.0-14.el9.x86_64.rpm) = 9211d57a5d2f77ce93b7f743b02aae0c4aea71076e03fbf93a341f669f880ba7 +SIZE (rocky/l/libXres-1.2.0-14.el9.x86_64.rpm) = 15294 +SHA256 (rocky/l/libXt-1.2.0-6.el9.aarch64.rpm) = 210da4b708f7aa09310ed003f9b6d014704d9f45d6fd4a094a8b5157ad98e15b +SIZE (rocky/l/libXt-1.2.0-6.el9.aarch64.rpm) = 176998 +SHA256 (rocky/l/libXt-1.2.0-6.el9.x86_64.rpm) = 63443cb00ae22dacc37cef0934017d5d9ba106d281fb34f2a76164033fc435d7 +SIZE (rocky/l/libXt-1.2.0-6.el9.x86_64.rpm) = 183979 +SHA256 (rocky/l/libXtst-1.2.3-16.el9.aarch64.rpm) = 3872ca83ac04c81a4bf0032421b5016b6842190c153994e36683ccf808fa6beb +SIZE (rocky/l/libXtst-1.2.3-16.el9.aarch64.rpm) = 20736 +SHA256 (rocky/l/libXtst-1.2.3-16.el9.x86_64.rpm) = 83f234bc485ed247fe5bd283acb1458d53329525318dbbf7f29121bf4fd2543a +SIZE (rocky/l/libXtst-1.2.3-16.el9.x86_64.rpm) = 20909 +SHA256 (rocky/l/libXv-1.0.11-16.el9.aarch64.rpm) = b93ed8996b981ce2031366c120baca1ea52be06fdd7f7b689c1875a794d46dd6 +SIZE (rocky/l/libXv-1.0.11-16.el9.aarch64.rpm) = 18158 +SHA256 (rocky/l/libXv-1.0.11-16.el9.x86_64.rpm) = 5d14bad7acdb5b036fe1e280b0a816ae78de449f7bd10dc876178e3f8d24a2c1 +SIZE (rocky/l/libXv-1.0.11-16.el9.x86_64.rpm) = 18450 +SHA256 (rocky/l/libXxf86dga-1.1.5-8.el9.aarch64.rpm) = 4291480673cc927a6a55830040f56ce4382149c2098280099181b5d9cd3330f0 +SIZE (rocky/l/libXxf86dga-1.1.5-8.el9.aarch64.rpm) = 19989 +SHA256 (rocky/l/libXxf86dga-1.1.5-8.el9.x86_64.rpm) = 9ea5d7e3888548c823c25a43f025a81d5184107a5d6c42fb399cecd2d3fe8d22 +SIZE (rocky/l/libXxf86dga-1.1.5-8.el9.x86_64.rpm) = 20448 +SHA256 (rocky/l/libXxf86vm-1.1.4-18.el9.aarch64.rpm) = 08efa4284b4dd82b1b0f51fc444217d9e1faa2e1d9d5d9b80bea04382cf0386d +SIZE (rocky/l/libXxf86vm-1.1.4-18.el9.aarch64.rpm) = 18005 +SHA256 (rocky/l/libXxf86vm-1.1.4-18.el9.x86_64.rpm) = 05bfc543291a482c3de7804ca66a5451edef43c91d2b599bce81bfbb44b93cdd +SIZE (rocky/l/libXxf86vm-1.1.4-18.el9.x86_64.rpm) = 18195 +SHA256 (rocky/l/libfontenc-1.1.3-17.el9.aarch64.rpm) = 450ef347a21d2650f7062adfb9fe1d56856f2475639f618512a251ef90b8ea2a +SIZE (rocky/l/libfontenc-1.1.3-17.el9.aarch64.rpm) = 30282 +SHA256 (rocky/l/libfontenc-1.1.3-17.el9.x86_64.rpm) = 867e2805940f8a3da79fe085ad65dddc3e9968e72f14f076e74c99f28220fe23 +SIZE (rocky/l/libfontenc-1.1.3-17.el9.x86_64.rpm) = 30582 +SHA256 (rocky/l/libxcb-1.13.1-9.el9.aarch64.rpm) = 3150c4042124077c10aa58d105ab2ba0d39525f5b85c240b17e34c877e26377d +SIZE (rocky/l/libxcb-1.13.1-9.el9.aarch64.rpm) = 231114 +SHA256 (rocky/l/libxcb-1.13.1-9.el9.x86_64.rpm) = 759581ab8b7935e159beb690be7c5279a5642d5ce0deb369b12396962bf1257c +SIZE (rocky/l/libxcb-1.13.1-9.el9.x86_64.rpm) = 229391 +SHA256 (rocky/l/libxkbfile-1.1.0-8.el9.aarch64.rpm) = e9f7379ebdf6a6b208defc4306007f3150303adb13b110eca4e277827cb95c32 +SIZE (rocky/l/libxkbfile-1.1.0-8.el9.aarch64.rpm) = 89684 +SHA256 (rocky/l/libxkbfile-1.1.0-8.el9.x86_64.rpm) = e2b4cfd781ce91e12cd760c612d4ed603f763d17ef215ea603be5b4c91b4c82f +SIZE (rocky/l/libxkbfile-1.1.0-8.el9.x86_64.rpm) = 90341 +SHA256 (rocky/l/libxshmfence-1.3-10.el9.aarch64.rpm) = 43cab298b97d39b25041029addd5ca81bde69d50f524af43adb1413172491b9f +SIZE (rocky/l/libxshmfence-1.3-10.el9.aarch64.rpm) = 11923 +SHA256 (rocky/l/libxshmfence-1.3-10.el9.x86_64.rpm) = 4f10626c3a16e3f22087d208ffa45868558c155123b0c7d4c0c55d696e19aeec +SIZE (rocky/l/libxshmfence-1.3-10.el9.x86_64.rpm) = 11844 +SHA256 (rocky/x/xkeyboard-config-2.33-2.el9.noarch.rpm) = f3ba1f17f6f22462e44dc4903c86cd9c00247782a7ec6ae434cb302c6fbc01ba +SIZE (rocky/x/xkeyboard-config-2.33-2.el9.noarch.rpm) = 797437 +SHA256 (rocky/l/libICE-1.0.10-8.el9.src.rpm) = 504daac59a802a06cc2e8a6f8e8c6f51380308bb5616bb0ba2f4eeaa4ea6e669 +SIZE (rocky/l/libICE-1.0.10-8.el9.src.rpm) = 404044 +SHA256 (rocky/l/libSM-1.2.3-10.el9.src.rpm) = 7fd3596e0c38df0acb63dfd71b8a81275e8223ed27d8060757e5cf4b5ac4983f +SIZE (rocky/l/libSM-1.2.3-10.el9.src.rpm) = 373185 +SHA256 (rocky/l/libX11-1.7.0-8.el9.src.rpm) = f2194339dd95bc17d6ebada04e1e8b0efcbf587f3c8d93fb0ff162fe67cb7b64 +SIZE (rocky/l/libX11-1.7.0-8.el9.src.rpm) = 2417559 +SHA256 (rocky/l/libXScrnSaver-1.2.3-10.el9.src.rpm) = 60fa0059b59cbc0e09f1a6c94f0bf061d3352b9dd01459e9d03c02223d4af15d +SIZE (rocky/l/libXScrnSaver-1.2.3-10.el9.src.rpm) = 302530 +SHA256 (rocky/l/libXau-1.0.9-8.el9.src.rpm) = 285688c7d7754887efedf584a8f4a2ee1237fb49335947db7aecd61a2b14a0a5 +SIZE (rocky/l/libXau-1.0.9-8.el9.src.rpm) = 334033 +SHA256 (rocky/l/libXaw-1.0.13-19.el9.src.rpm) = 2b7396990002e0e0865f81228d219428e6d1f7243646d20775501f2b174d9b3a +SIZE (rocky/l/libXaw-1.0.13-19.el9.src.rpm) = 683583 +SHA256 (rocky/l/libXcomposite-0.4.5-7.el9.src.rpm) = 574cab6e57a7daea7507aa374cf7a7ef12c2e682c68aabcbb494ff5486886e5c +SIZE (rocky/l/libXcomposite-0.4.5-7.el9.src.rpm) = 327657 +SHA256 (rocky/l/libXcursor-1.2.0-7.el9.src.rpm) = c1f142d7c24a01ff1d64c6eb9283be5f30f36ed1fdb9b9ad652380ff94c85f23 +SIZE (rocky/l/libXcursor-1.2.0-7.el9.src.rpm) = 346255 +SHA256 (rocky/l/libXdamage-1.1.5-7.el9.src.rpm) = c94be0a1aaf384e125c481d8046ffde9c877ac75a5152c51938f3ed9c6179a16 +SIZE (rocky/l/libXdamage-1.1.5-7.el9.src.rpm) = 314415 +SHA256 (rocky/l/libXdmcp-1.1.3-8.el9.src.rpm) = 625876a45d862ad96bce34f426a1f6d93a5e092b3373bbdb565558bb5c4fa9c4 +SIZE (rocky/l/libXdmcp-1.1.3-8.el9.src.rpm) = 343328 +SHA256 (rocky/l/libXext-1.3.4-8.el9.src.rpm) = 944392aaabe53df4d25646355bbff647de94e5a7faa32dd73ee43710b2f2a93e +SIZE (rocky/l/libXext-1.3.4-8.el9.src.rpm) = 400477 +SHA256 (rocky/l/libXfixes-5.0.3-16.el9.src.rpm) = d27d9b537fffb25c1a0851b507e1014a66e28708c143d17a89ca8af633192db9 +SIZE (rocky/l/libXfixes-5.0.3-16.el9.src.rpm) = 305024 +SHA256 (rocky/l/libXfont2-2.0.3-12.el9.src.rpm) = 3f2ac050442c474bdaa6bf398b3e98144551222703e3914bb1cda84091ae5be8 +SIZE (rocky/l/libXfont2-2.0.3-12.el9.src.rpm) = 506175 +SHA256 (rocky/l/libXft-2.3.3-8.el9.src.rpm) = 43fc629d18bdbd450c29da7d19b7a0a0bb70f579833a634e81a552dc9d2c366e +SIZE (rocky/l/libXft-2.3.3-8.el9.src.rpm) = 364320 +SHA256 (rocky/l/libXi-1.7.10-8.el9.src.rpm) = 20ec2109486778bcd846aac12c397a5c48704742a4cd3a6dcd9e6ac19d99dc0d +SIZE (rocky/l/libXi-1.7.10-8.el9.src.rpm) = 496787 +SHA256 (rocky/l/libXinerama-1.1.4-10.el9.src.rpm) = abd7bf66f9b66c18c5f1d09c2dce9a440e935cd5d854b606d027e2316ab70ac4 +SIZE (rocky/l/libXinerama-1.1.4-10.el9.src.rpm) = 296350 +SHA256 (rocky/l/libXmu-1.1.3-8.el9.src.rpm) = fbf7a7479445eae6149d8c8be53939d7d94ae634f40c200fd59e1ce173c47c5d +SIZE (rocky/l/libXmu-1.1.3-8.el9.src.rpm) = 403584 +SHA256 (rocky/l/libXp-1.0.3-11.el9.src.rpm) = 968b36f9731e3897164b4190c3d60af98ad7fc8d7c89a346d89cc00473312711 +SIZE (rocky/l/libXp-1.0.3-11.el9.src.rpm) = 339285 +SHA256 (rocky/l/libXpm-3.5.13-8.el9_1.src.rpm) = a38cca76fd778846ee350b2d09927cd62fa0b10de856f9326bd8d3a512503745 +SIZE (rocky/l/libXpm-3.5.13-8.el9_1.src.rpm) = 480595 +SHA256 (rocky/l/libXrandr-1.5.2-8.el9.src.rpm) = f706f103d34ade37b6a5ff715da83c8d77f1563141ad427e9cb18063f24a7025 +SIZE (rocky/l/libXrandr-1.5.2-8.el9.src.rpm) = 341749 +SHA256 (rocky/l/libXrender-0.9.10-16.el9.src.rpm) = 67dee90ee04e8317a1a27547d43884b77b331d17b1cb11ecae1dade02a338f3f +SIZE (rocky/l/libXrender-0.9.10-16.el9.src.rpm) = 319349 +SHA256 (rocky/l/libXres-1.2.0-14.el9.src.rpm) = 12f6cf012be716865b476babd2be28fa612cf3f71014cc5f11e7b86d70b93282 +SIZE (rocky/l/libXres-1.2.0-14.el9.src.rpm) = 298895 +SHA256 (rocky/l/libXt-1.2.0-6.el9.src.rpm) = 21f5debd9b99ffe7b6d9e9696993df4f1cc9218ecb5e1a3c10089a2941fa8cc5 +SIZE (rocky/l/libXt-1.2.0-6.el9.src.rpm) = 825494 +SHA256 (rocky/l/libXtst-1.2.3-16.el9.src.rpm) = 3cad3150dbb834c29c60a52ce73c5c08964906a3c01cce5ac115bc3e292443d1 +SIZE (rocky/l/libXtst-1.2.3-16.el9.src.rpm) = 331083 +SHA256 (rocky/l/libXv-1.0.11-16.el9.src.rpm) = 8c76a010666eb0c1f4a9eed3300ffa6455e5e132840310bae4ff1f0dc49fba3a +SIZE (rocky/l/libXv-1.0.11-16.el9.src.rpm) = 327187 +SHA256 (rocky/l/libXxf86dga-1.1.5-8.el9.src.rpm) = c588c1f16cca05a9c0f4548c0e408e33004f53cb8a56aff4644c2ff1dd6f950a +SIZE (rocky/l/libXxf86dga-1.1.5-8.el9.src.rpm) = 312493 +SHA256 (rocky/l/libXxf86vm-1.1.4-18.el9.src.rpm) = ca49b32c7dbd296baea8425cfa36afc73ae6c78db2fe1d56a779a856089ee472 +SIZE (rocky/l/libXxf86vm-1.1.4-18.el9.src.rpm) = 304278 +SHA256 (rocky/l/libfontenc-1.1.3-17.el9.src.rpm) = e0f8868c4ac2fea3bd2cfff8010693f7a029f4a7110c34ad4d40f18309c5c837 +SIZE (rocky/l/libfontenc-1.1.3-17.el9.src.rpm) = 312458 +SHA256 (rocky/l/libxcb-1.13.1-9.el9.src.rpm) = adf125624ea3f2f99fc094c8857c1b935df02836879e5c0f1b790887de2f5503 +SIZE (rocky/l/libxcb-1.13.1-9.el9.src.rpm) = 518084 +SHA256 (rocky/l/libxkbfile-1.1.0-8.el9.src.rpm) = 0383da992d930fadb75693c4425bbc24f4e3548ec3495e91ad2c79eb1c6d2d71 +SIZE (rocky/l/libxkbfile-1.1.0-8.el9.src.rpm) = 373795 +SHA256 (rocky/l/libxshmfence-1.3-10.el9.src.rpm) = 17adaa9831f5b698c3681e789e3722547feae98d0f9a8db0cc6660d8cc678d08 +SIZE (rocky/l/libxshmfence-1.3-10.el9.src.rpm) = 317584 +SHA256 (rocky/x/xkeyboard-config-2.33-2.el9.src.rpm) = f148faa8c12c01fda9bff462b292157bad5824f2f4daa318fe8d1ce1c203189d +SIZE (rocky/x/xkeyboard-config-2.33-2.el9.src.rpm) = 1767126 diff --git a/x11/linux-rl9-xorg-libs/pkg-descr b/x11/linux-rl9-xorg-libs/pkg-descr new file mode 100644 index 00000000000..409fb61890d --- /dev/null +++ b/x11/linux-rl9-xorg-libs/pkg-descr @@ -0,0 +1 @@ +This package contains X.Org shared libraries. diff --git a/x11/linux-rl9-xorg-libs/pkg-plist.aarch64 b/x11/linux-rl9-xorg-libs/pkg-plist.aarch64 new file mode 100644 index 00000000000..9ec6d479592 --- /dev/null +++ b/x11/linux-rl9-xorg-libs/pkg-plist.aarch64 @@ -0,0 +1,792 @@ +usr/lib/.build-id/03/7b278e9d80b4d63afba4eedc7e2d3adac08111 +usr/lib/.build-id/06/19ba3a61e35153153e5b8d9c82894f8973bba7 +usr/lib/.build-id/07/f88923b6ef11bb136e295a11c2b618927b57c9 +usr/lib/.build-id/0a/01ad28876e599813452fef612581548e3ff3bf +usr/lib/.build-id/0b/083aed218aa6c35b1537a10ec73a14123a4028 +usr/lib/.build-id/0c/bebfe32a8eeedfc2aeac8db0f90b352175fa22 +usr/lib/.build-id/14/29b801dd96b62ebe45f9690599701de00e27eb +usr/lib/.build-id/14/ff61f855e0b5a154eba0517c4beac67ee843fa +usr/lib/.build-id/1b/a9aefcb32c3bb0f62fa444af1630078570c4c9 +usr/lib/.build-id/1c/c9da55707e65d8fde7fe82bdbd8ce989eda9d7 +usr/lib/.build-id/1d/b913fb1aa476bc804e767c7e9ef1e34464b2d7 +usr/lib/.build-id/22/1bc93eda4a68313700fcfd3d1dfd24842d7725 +usr/lib/.build-id/28/3667a094d1075bc793067da7c14d240b92baa7 +usr/lib/.build-id/2c/862b93063c65bd0a4ca8d2810e2ad32936b536 +usr/lib/.build-id/2f/9a7a6618246cbfe0a57977bd59cbc6a821b06a +usr/lib/.build-id/2f/e6c2929cb7c5f216b5a0c5a04fee597d6d35fd +usr/lib/.build-id/38/224824fb72dbde7214bba6addb7e98c2f94c73 +usr/lib/.build-id/38/9ac6b45230ed7c79709111bb4e741596f4d700 +usr/lib/.build-id/3b/de94472ac5f4a1adadf0423217b49239af39ca +usr/lib/.build-id/3c/3bca44cadb24effa11fc14841350e54f07b447 +usr/lib/.build-id/40/8fcf14a284e86fa29ee907ef83407bf622c4c0 +usr/lib/.build-id/4f/1e2b6cd2bce86c479dabef4380b374db63db2e +usr/lib/.build-id/4f/a7b47dd50f68dc07471d78e1a0b03a6dfb8247 +usr/lib/.build-id/65/e17fcb76b395327eb029d8ded8e67b54756a9b +usr/lib/.build-id/6a/8712ae338cf106c43e9b8025da50310289826c +usr/lib/.build-id/6d/c701c23497b44e97b50fb1d50bcc264f0fe54b +usr/lib/.build-id/70/02d8796ade531b25c76d7b4930506a1b6739df +usr/lib/.build-id/76/aad8e5e7605d56b0b3b65aa67b26d1067f440e +usr/lib/.build-id/85/35c304752cf8db9fcb7ea02e7fab350f4013ad +usr/lib/.build-id/88/2e186a2644933b243612e71526455d218c816b +usr/lib/.build-id/8c/86be6b519bb8280478072515c5be224f3490db +usr/lib/.build-id/97/277d68eb8c311d9ecb9f834f1ef8128f42c59e +usr/lib/.build-id/9a/7a70505c9f47096ccfb208aff5f13142d53ee1 +usr/lib/.build-id/9b/c239090ce986748923d32f50eb0315668005ca +usr/lib/.build-id/9c/1cf1fbf0f138e0e1b912934be512410c2ec845 +usr/lib/.build-id/a5/4706c06a7785f4267d4842ff4f06172b0b13c2 +usr/lib/.build-id/a9/99620ce36924f4813514a18990fa6872cd5d40 +usr/lib/.build-id/b1/4a398f88821b89dc40f007222d3af7710d72f5 +usr/lib/.build-id/b9/48ec0f20890714aeb694e10d8ee33fc60c67e2 +usr/lib/.build-id/b9/a9e5027bb594aea44d99dd3e67d2446c7c99db +usr/lib/.build-id/ba/2bb444584b249a975771ced8b5d7a3ec4c39a8 +usr/lib/.build-id/bb/18426ff5ca7545737a0155384e2b2bdbe54e49 +usr/lib/.build-id/c0/391f6aa5a8c86f33d098605362b948a95bc3b6 +usr/lib/.build-id/c0/5b8ecfc52c944943dda13d55f7b6ec736a1239 +usr/lib/.build-id/c5/96d49511d35a53a6fbd6558f0fcf2bfedaa68c +usr/lib/.build-id/ce/7518e5d8a9231821336eadfab5c7c1143ba8e1 +usr/lib/.build-id/ce/975a5bf916e87f032bc41ea312fbe247cce695 +usr/lib/.build-id/d4/0c348ec1b40df34e2943da956206cb02e11d2b +usr/lib/.build-id/d7/f75506146eea890179bae32b24cb9b1f41d3e8 +usr/lib/.build-id/d7/f99491100aaf20b1597a66a2688353c34c697e +usr/lib/.build-id/e0/a3455cf4927dacea4bdf50dd9425023da2d9fe +usr/lib/.build-id/e4/233addad4cdb8dabc9f7f23fa6fa451bf49891 +usr/lib/.build-id/e8/5dd59247b2064dc4ddd258d87d640aaafa40cb +usr/lib/.build-id/ee/818524ce27ca99ca579a7e2b3c2217981cdac6 +usr/lib/.build-id/f0/755111c7281f0f99073690954d58e8f32863ef +usr/lib/.build-id/f9/ba1ce559aa55e9129c0abf2f0e6fafd8a12ccb +usr/lib/.build-id/fd/2fad0a37873158833a2df27bc3d5ebab440873 +usr/lib64/libICE.so.6 +usr/lib64/libICE.so.6.3.0 +usr/lib64/libSM.so.6 +usr/lib64/libSM.so.6.0.1 +usr/lib64/libX11-xcb.so.1 +usr/lib64/libX11-xcb.so.1.0.0 +usr/lib64/libX11.so.6 +usr/lib64/libX11.so.6.4.0 +usr/lib64/libXRes.so.1 +usr/lib64/libXRes.so.1.0.0 +usr/lib64/libXau.so.6 +usr/lib64/libXau.so.6.0.0 +usr/lib64/libXaw.so.7 +usr/lib64/libXaw7.so.7 +usr/lib64/libXaw7.so.7.0.0 +usr/lib64/libXcomposite.so.1 +usr/lib64/libXcomposite.so.1.0.0 +usr/lib64/libXcursor.so.1 +usr/lib64/libXcursor.so.1.0.2 +usr/lib64/libXdamage.so.1 +usr/lib64/libXdamage.so.1.1.0 +usr/lib64/libXdmcp.so.6 +usr/lib64/libXdmcp.so.6.0.0 +usr/lib64/libXext.so.6 +usr/lib64/libXext.so.6.4.0 +usr/lib64/libXfixes.so.3 +usr/lib64/libXfixes.so.3.1.0 +usr/lib64/libXfont2.so.2 +usr/lib64/libXfont2.so.2.0.0 +usr/lib64/libXft.so.2 +usr/lib64/libXft.so.2.3.3 +usr/lib64/libXi.so.6 +usr/lib64/libXi.so.6.1.0 +usr/lib64/libXinerama.so.1 +usr/lib64/libXinerama.so.1.0.0 +usr/lib64/libXmu.so.6 +usr/lib64/libXmu.so.6.2.0 +usr/lib64/libXmuu.so.1 +usr/lib64/libXmuu.so.1.0.0 +usr/lib64/libXp.so.6 +usr/lib64/libXp.so.6.2.0 +usr/lib64/libXpm.so.4 +usr/lib64/libXpm.so.4.11.0 +usr/lib64/libXrandr.so.2 +usr/lib64/libXrandr.so.2.2.0 +usr/lib64/libXrender.so.1 +usr/lib64/libXrender.so.1.3.0 +usr/lib64/libXss.so.1 +usr/lib64/libXss.so.1.0.0 +usr/lib64/libXt.so.6 +usr/lib64/libXt.so.6.0.0 +usr/lib64/libXtst.so.6 +usr/lib64/libXtst.so.6.1.0 +usr/lib64/libXv.so.1 +usr/lib64/libXv.so.1.0.0 +usr/lib64/libXxf86dga.so.1 +usr/lib64/libXxf86dga.so.1.0.0 +usr/lib64/libXxf86vm.so.1 +usr/lib64/libXxf86vm.so.1.0.0 +usr/lib64/libfontenc.so.1 +usr/lib64/libfontenc.so.1.0.0 +usr/lib64/libxcb-composite.so.0 +usr/lib64/libxcb-composite.so.0.0.0 +usr/lib64/libxcb-damage.so.0 +usr/lib64/libxcb-damage.so.0.0.0 +usr/lib64/libxcb-dpms.so.0 +usr/lib64/libxcb-dpms.so.0.0.0 +usr/lib64/libxcb-dri2.so.0 +usr/lib64/libxcb-dri2.so.0.0.0 +usr/lib64/libxcb-dri3.so.0 +usr/lib64/libxcb-dri3.so.0.0.0 +usr/lib64/libxcb-glx.so.0 +usr/lib64/libxcb-glx.so.0.0.0 +usr/lib64/libxcb-present.so.0 +usr/lib64/libxcb-present.so.0.0.0 +usr/lib64/libxcb-randr.so.0 +usr/lib64/libxcb-randr.so.0.1.0 +usr/lib64/libxcb-record.so.0 +usr/lib64/libxcb-record.so.0.0.0 +usr/lib64/libxcb-render.so.0 +usr/lib64/libxcb-render.so.0.0.0 +usr/lib64/libxcb-res.so.0 +usr/lib64/libxcb-res.so.0.0.0 +usr/lib64/libxcb-screensaver.so.0 +usr/lib64/libxcb-screensaver.so.0.0.0 +usr/lib64/libxcb-shape.so.0 +usr/lib64/libxcb-shape.so.0.0.0 +usr/lib64/libxcb-shm.so.0 +usr/lib64/libxcb-shm.so.0.0.0 +usr/lib64/libxcb-sync.so.1 +usr/lib64/libxcb-sync.so.1.0.0 +usr/lib64/libxcb-xf86dri.so.0 +usr/lib64/libxcb-xf86dri.so.0.0.0 +usr/lib64/libxcb-xfixes.so.0 +usr/lib64/libxcb-xfixes.so.0.0.0 +usr/lib64/libxcb-xinerama.so.0 +usr/lib64/libxcb-xinerama.so.0.0.0 +usr/lib64/libxcb-xinput.so.0 +usr/lib64/libxcb-xinput.so.0.1.0 +usr/lib64/libxcb-xkb.so.1 +usr/lib64/libxcb-xkb.so.1.0.0 +usr/lib64/libxcb-xselinux.so.0 +usr/lib64/libxcb-xselinux.so.0.0.0 +usr/lib64/libxcb-xtest.so.0 +usr/lib64/libxcb-xtest.so.0.0.0 +usr/lib64/libxcb-xv.so.0 +usr/lib64/libxcb-xv.so.0.0.0 +usr/lib64/libxcb-xvmc.so.0 +usr/lib64/libxcb-xvmc.so.0.0.0 +usr/lib64/libxcb.so.1 +usr/lib64/libxcb.so.1.1.0 +usr/lib64/libxkbfile.so.1 +usr/lib64/libxkbfile.so.1.0.2 +usr/lib64/libxshmfence.so.1 +usr/lib64/libxshmfence.so.1.0.0 +usr/share/X11/XErrorDB +usr/share/X11/locale/C/Compose +usr/share/X11/locale/C/XI18N_OBJS +usr/share/X11/locale/C/XLC_LOCALE +usr/share/X11/locale/am_ET.UTF-8/Compose +usr/share/X11/locale/am_ET.UTF-8/XI18N_OBJS +usr/share/X11/locale/am_ET.UTF-8/XLC_LOCALE +usr/share/X11/locale/armscii-8/Compose +usr/share/X11/locale/armscii-8/XI18N_OBJS +usr/share/X11/locale/armscii-8/XLC_LOCALE +usr/share/X11/locale/compose.dir +usr/share/X11/locale/cs_CZ.UTF-8/Compose +usr/share/X11/locale/cs_CZ.UTF-8/XI18N_OBJS +usr/share/X11/locale/cs_CZ.UTF-8/XLC_LOCALE +usr/share/X11/locale/el_GR.UTF-8/Compose +usr/share/X11/locale/el_GR.UTF-8/XI18N_OBJS +usr/share/X11/locale/el_GR.UTF-8/XLC_LOCALE +usr/share/X11/locale/en_US.UTF-8/Compose +usr/share/X11/locale/en_US.UTF-8/XI18N_OBJS +usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE +usr/share/X11/locale/fi_FI.UTF-8/Compose +usr/share/X11/locale/fi_FI.UTF-8/XI18N_OBJS +usr/share/X11/locale/fi_FI.UTF-8/XLC_LOCALE +usr/share/X11/locale/georgian-academy/Compose +usr/share/X11/locale/georgian-academy/XI18N_OBJS +usr/share/X11/locale/georgian-academy/XLC_LOCALE +usr/share/X11/locale/georgian-ps/Compose +usr/share/X11/locale/georgian-ps/XI18N_OBJS +usr/share/X11/locale/georgian-ps/XLC_LOCALE +usr/share/X11/locale/ibm-cp1133/Compose +usr/share/X11/locale/ibm-cp1133/XI18N_OBJS +usr/share/X11/locale/ibm-cp1133/XLC_LOCALE +usr/share/X11/locale/iscii-dev/Compose +usr/share/X11/locale/iscii-dev/XI18N_OBJS +usr/share/X11/locale/iscii-dev/XLC_LOCALE +usr/share/X11/locale/isiri-3342/Compose +usr/share/X11/locale/isiri-3342/XI18N_OBJS +usr/share/X11/locale/isiri-3342/XLC_LOCALE +usr/share/X11/locale/iso8859-1/Compose +usr/share/X11/locale/iso8859-1/XI18N_OBJS +usr/share/X11/locale/iso8859-1/XLC_LOCALE +usr/share/X11/locale/iso8859-10/Compose +usr/share/X11/locale/iso8859-10/XI18N_OBJS +usr/share/X11/locale/iso8859-10/XLC_LOCALE +usr/share/X11/locale/iso8859-11/Compose +usr/share/X11/locale/iso8859-11/XI18N_OBJS +usr/share/X11/locale/iso8859-11/XLC_LOCALE +usr/share/X11/locale/iso8859-13/Compose +usr/share/X11/locale/iso8859-13/XI18N_OBJS +usr/share/X11/locale/iso8859-13/XLC_LOCALE +usr/share/X11/locale/iso8859-14/Compose +usr/share/X11/locale/iso8859-14/XI18N_OBJS +usr/share/X11/locale/iso8859-14/XLC_LOCALE +usr/share/X11/locale/iso8859-15/Compose +usr/share/X11/locale/iso8859-15/XI18N_OBJS +usr/share/X11/locale/iso8859-15/XLC_LOCALE +usr/share/X11/locale/iso8859-2/Compose +usr/share/X11/locale/iso8859-2/XI18N_OBJS +usr/share/X11/locale/iso8859-2/XLC_LOCALE +usr/share/X11/locale/iso8859-3/Compose +usr/share/X11/locale/iso8859-3/XI18N_OBJS +usr/share/X11/locale/iso8859-3/XLC_LOCALE +usr/share/X11/locale/iso8859-4/Compose +usr/share/X11/locale/iso8859-4/XI18N_OBJS +usr/share/X11/locale/iso8859-4/XLC_LOCALE +usr/share/X11/locale/iso8859-5/Compose +usr/share/X11/locale/iso8859-5/XI18N_OBJS +usr/share/X11/locale/iso8859-5/XLC_LOCALE +usr/share/X11/locale/iso8859-6/Compose +usr/share/X11/locale/iso8859-6/XI18N_OBJS +usr/share/X11/locale/iso8859-6/XLC_LOCALE +usr/share/X11/locale/iso8859-7/Compose +usr/share/X11/locale/iso8859-7/XI18N_OBJS +usr/share/X11/locale/iso8859-7/XLC_LOCALE +usr/share/X11/locale/iso8859-8/Compose +usr/share/X11/locale/iso8859-8/XI18N_OBJS +usr/share/X11/locale/iso8859-8/XLC_LOCALE +usr/share/X11/locale/iso8859-9/Compose +usr/share/X11/locale/iso8859-9/XI18N_OBJS +usr/share/X11/locale/iso8859-9/XLC_LOCALE +usr/share/X11/locale/iso8859-9e/Compose +usr/share/X11/locale/iso8859-9e/XI18N_OBJS +usr/share/X11/locale/iso8859-9e/XLC_LOCALE +usr/share/X11/locale/ja.JIS/Compose +usr/share/X11/locale/ja.JIS/XI18N_OBJS +usr/share/X11/locale/ja.JIS/XLC_LOCALE +usr/share/X11/locale/ja.SJIS/Compose +usr/share/X11/locale/ja.SJIS/XI18N_OBJS +usr/share/X11/locale/ja.SJIS/XLC_LOCALE +usr/share/X11/locale/ja/Compose +usr/share/X11/locale/ja/XI18N_OBJS +usr/share/X11/locale/ja/XLC_LOCALE +usr/share/X11/locale/ja_JP.UTF-8/Compose +usr/share/X11/locale/ja_JP.UTF-8/XI18N_OBJS +usr/share/X11/locale/ja_JP.UTF-8/XLC_LOCALE +usr/share/X11/locale/km_KH.UTF-8/Compose +usr/share/X11/locale/km_KH.UTF-8/XI18N_OBJS +usr/share/X11/locale/km_KH.UTF-8/XLC_LOCALE +usr/share/X11/locale/ko/Compose +usr/share/X11/locale/ko/XI18N_OBJS +usr/share/X11/locale/ko/XLC_LOCALE +usr/share/X11/locale/ko_KR.UTF-8/Compose +usr/share/X11/locale/ko_KR.UTF-8/XI18N_OBJS +usr/share/X11/locale/ko_KR.UTF-8/XLC_LOCALE +usr/share/X11/locale/koi8-c/Compose +usr/share/X11/locale/koi8-c/XI18N_OBJS +usr/share/X11/locale/koi8-c/XLC_LOCALE +usr/share/X11/locale/koi8-r/Compose +usr/share/X11/locale/koi8-r/XI18N_OBJS +usr/share/X11/locale/koi8-r/XLC_LOCALE +usr/share/X11/locale/koi8-u/Compose +usr/share/X11/locale/koi8-u/XI18N_OBJS +usr/share/X11/locale/koi8-u/XLC_LOCALE +usr/share/X11/locale/locale.alias +usr/share/X11/locale/locale.dir +usr/share/X11/locale/microsoft-cp1251/Compose +usr/share/X11/locale/microsoft-cp1251/XI18N_OBJS +usr/share/X11/locale/microsoft-cp1251/XLC_LOCALE +usr/share/X11/locale/microsoft-cp1255/Compose +usr/share/X11/locale/microsoft-cp1255/XI18N_OBJS +usr/share/X11/locale/microsoft-cp1255/XLC_LOCALE +usr/share/X11/locale/microsoft-cp1256/Compose +usr/share/X11/locale/microsoft-cp1256/XI18N_OBJS +usr/share/X11/locale/microsoft-cp1256/XLC_LOCALE +usr/share/X11/locale/mulelao-1/Compose +usr/share/X11/locale/mulelao-1/XI18N_OBJS +usr/share/X11/locale/mulelao-1/XLC_LOCALE +usr/share/X11/locale/nokhchi-1/Compose +usr/share/X11/locale/nokhchi-1/XI18N_OBJS +usr/share/X11/locale/nokhchi-1/XLC_LOCALE +usr/share/X11/locale/pt_BR.UTF-8/Compose +usr/share/X11/locale/pt_BR.UTF-8/XI18N_OBJS +usr/share/X11/locale/pt_BR.UTF-8/XLC_LOCALE +usr/share/X11/locale/pt_PT.UTF-8/Compose +usr/share/X11/locale/pt_PT.UTF-8/XI18N_OBJS +usr/share/X11/locale/pt_PT.UTF-8/XLC_LOCALE +usr/share/X11/locale/ru_RU.UTF-8/Compose +usr/share/X11/locale/ru_RU.UTF-8/XI18N_OBJS +usr/share/X11/locale/ru_RU.UTF-8/XLC_LOCALE +usr/share/X11/locale/sr_RS.UTF-8/Compose +usr/share/X11/locale/sr_RS.UTF-8/XI18N_OBJS +usr/share/X11/locale/sr_RS.UTF-8/XLC_LOCALE +usr/share/X11/locale/tatar-cyr/Compose +usr/share/X11/locale/tatar-cyr/XI18N_OBJS +usr/share/X11/locale/tatar-cyr/XLC_LOCALE +usr/share/X11/locale/th_TH.UTF-8/Compose +usr/share/X11/locale/th_TH.UTF-8/XI18N_OBJS +usr/share/X11/locale/th_TH.UTF-8/XLC_LOCALE +usr/share/X11/locale/th_TH/Compose +usr/share/X11/locale/th_TH/XI18N_OBJS +usr/share/X11/locale/th_TH/XLC_LOCALE +usr/share/X11/locale/tscii-0/Compose +usr/share/X11/locale/tscii-0/XI18N_OBJS +usr/share/X11/locale/tscii-0/XLC_LOCALE +usr/share/X11/locale/vi_VN.tcvn/Compose +usr/share/X11/locale/vi_VN.tcvn/XI18N_OBJS +usr/share/X11/locale/vi_VN.tcvn/XLC_LOCALE +usr/share/X11/locale/vi_VN.viscii/Compose +usr/share/X11/locale/vi_VN.viscii/XI18N_OBJS +usr/share/X11/locale/vi_VN.viscii/XLC_LOCALE +usr/share/X11/locale/zh_CN.UTF-8/Compose +usr/share/X11/locale/zh_CN.UTF-8/XI18N_OBJS +usr/share/X11/locale/zh_CN.UTF-8/XLC_LOCALE +usr/share/X11/locale/zh_CN.gb18030/Compose +usr/share/X11/locale/zh_CN.gb18030/XI18N_OBJS +usr/share/X11/locale/zh_CN.gb18030/XLC_LOCALE +usr/share/X11/locale/zh_CN.gbk/Compose +usr/share/X11/locale/zh_CN.gbk/XI18N_OBJS +usr/share/X11/locale/zh_CN.gbk/XLC_LOCALE +usr/share/X11/locale/zh_CN/Compose +usr/share/X11/locale/zh_CN/XI18N_OBJS +usr/share/X11/locale/zh_CN/XLC_LOCALE +usr/share/X11/locale/zh_HK.UTF-8/Compose +usr/share/X11/locale/zh_HK.UTF-8/XI18N_OBJS +usr/share/X11/locale/zh_HK.UTF-8/XLC_LOCALE +usr/share/X11/locale/zh_HK.big5/Compose +usr/share/X11/locale/zh_HK.big5/XI18N_OBJS +usr/share/X11/locale/zh_HK.big5/XLC_LOCALE +usr/share/X11/locale/zh_HK.big5hkscs/Compose +usr/share/X11/locale/zh_HK.big5hkscs/XI18N_OBJS +usr/share/X11/locale/zh_HK.big5hkscs/XLC_LOCALE +usr/share/X11/locale/zh_TW.UTF-8/Compose +usr/share/X11/locale/zh_TW.UTF-8/XI18N_OBJS +usr/share/X11/locale/zh_TW.UTF-8/XLC_LOCALE +usr/share/X11/locale/zh_TW.big5/Compose +usr/share/X11/locale/zh_TW.big5/XI18N_OBJS +usr/share/X11/locale/zh_TW.big5/XLC_LOCALE +usr/share/X11/locale/zh_TW/Compose +usr/share/X11/locale/zh_TW/XI18N_OBJS +usr/share/X11/locale/zh_TW/XLC_LOCALE +usr/share/X11/xkb/compat/Makefile.in +usr/share/X11/xkb/compat/README +usr/share/X11/xkb/compat/accessx +usr/share/X11/xkb/compat/basic +usr/share/X11/xkb/compat/caps +usr/share/X11/xkb/compat/complete +usr/share/X11/xkb/compat/iso9995 +usr/share/X11/xkb/compat/japan +usr/share/X11/xkb/compat/ledcaps +usr/share/X11/xkb/compat/ledcompose +usr/share/X11/xkb/compat/lednum +usr/share/X11/xkb/compat/ledscroll +usr/share/X11/xkb/compat/level5 +usr/share/X11/xkb/compat/misc +usr/share/X11/xkb/compat/mousekeys +usr/share/X11/xkb/compat/olpc +usr/share/X11/xkb/compat/pc +usr/share/X11/xkb/compat/pc98 +usr/share/X11/xkb/compat/xfree86 +usr/share/X11/xkb/compat/xtest +usr/share/X11/xkb/geometry/Makefile.in +usr/share/X11/xkb/geometry/README +usr/share/X11/xkb/geometry/amiga +usr/share/X11/xkb/geometry/ataritt +usr/share/X11/xkb/geometry/chicony +usr/share/X11/xkb/geometry/dell +usr/share/X11/xkb/geometry/digital_vndr/lk +usr/share/X11/xkb/geometry/digital_vndr/pc +usr/share/X11/xkb/geometry/digital_vndr/unix +usr/share/X11/xkb/geometry/everex +usr/share/X11/xkb/geometry/fujitsu +usr/share/X11/xkb/geometry/hhk +usr/share/X11/xkb/geometry/hp +usr/share/X11/xkb/geometry/keytronic +usr/share/X11/xkb/geometry/kinesis +usr/share/X11/xkb/geometry/macintosh +usr/share/X11/xkb/geometry/microsoft +usr/share/X11/xkb/geometry/nec +usr/share/X11/xkb/geometry/nokia +usr/share/X11/xkb/geometry/northgate +usr/share/X11/xkb/geometry/pc +usr/share/X11/xkb/geometry/sanwa +usr/share/X11/xkb/geometry/sgi_vndr/O2 +usr/share/X11/xkb/geometry/sgi_vndr/indigo +usr/share/X11/xkb/geometry/sgi_vndr/indy +usr/share/X11/xkb/geometry/sony +usr/share/X11/xkb/geometry/steelseries +usr/share/X11/xkb/geometry/sun +usr/share/X11/xkb/geometry/teck +usr/share/X11/xkb/geometry/thinkpad +usr/share/X11/xkb/geometry/typematrix +usr/share/X11/xkb/geometry/winbook +usr/share/X11/xkb/keycodes/Makefile.in +usr/share/X11/xkb/keycodes/README +usr/share/X11/xkb/keycodes/aliases +usr/share/X11/xkb/keycodes/amiga +usr/share/X11/xkb/keycodes/ataritt +usr/share/X11/xkb/keycodes/digital_vndr/lk +usr/share/X11/xkb/keycodes/digital_vndr/pc +usr/share/X11/xkb/keycodes/empty +usr/share/X11/xkb/keycodes/evdev +usr/share/X11/xkb/keycodes/fujitsu +usr/share/X11/xkb/keycodes/hp +usr/share/X11/xkb/keycodes/ibm +usr/share/X11/xkb/keycodes/jolla +usr/share/X11/xkb/keycodes/macintosh +usr/share/X11/xkb/keycodes/olpc +usr/share/X11/xkb/keycodes/sgi_vndr/indigo +usr/share/X11/xkb/keycodes/sgi_vndr/indy +usr/share/X11/xkb/keycodes/sgi_vndr/iris +usr/share/X11/xkb/keycodes/sony +usr/share/X11/xkb/keycodes/sun +usr/share/X11/xkb/keycodes/xfree86 +usr/share/X11/xkb/keycodes/xfree98 +usr/share/X11/xkb/rules/README +usr/share/X11/xkb/rules/base +usr/share/X11/xkb/rules/base.extras.xml +usr/share/X11/xkb/rules/base.lst +usr/share/X11/xkb/rules/base.xml +usr/share/X11/xkb/rules/evdev +usr/share/X11/xkb/rules/evdev.extras.xml +usr/share/X11/xkb/rules/evdev.lst +usr/share/X11/xkb/rules/evdev.xml +usr/share/X11/xkb/rules/xfree98 +usr/share/X11/xkb/rules/xkb.dtd +usr/share/X11/xkb/rules/xorg +usr/share/X11/xkb/rules/xorg.lst +usr/share/X11/xkb/rules/xorg.xml +usr/share/X11/xkb/symbols/Makefile.in +usr/share/X11/xkb/symbols/af +usr/share/X11/xkb/symbols/al +usr/share/X11/xkb/symbols/altwin +usr/share/X11/xkb/symbols/am +usr/share/X11/xkb/symbols/apl +usr/share/X11/xkb/symbols/ara +usr/share/X11/xkb/symbols/at +usr/share/X11/xkb/symbols/au +usr/share/X11/xkb/symbols/az +usr/share/X11/xkb/symbols/ba +usr/share/X11/xkb/symbols/bd +usr/share/X11/xkb/symbols/be +usr/share/X11/xkb/symbols/bg +usr/share/X11/xkb/symbols/br +usr/share/X11/xkb/symbols/brai +usr/share/X11/xkb/symbols/bt +usr/share/X11/xkb/symbols/bw +usr/share/X11/xkb/symbols/by +usr/share/X11/xkb/symbols/ca +usr/share/X11/xkb/symbols/capslock +usr/share/X11/xkb/symbols/cd +usr/share/X11/xkb/symbols/ch +usr/share/X11/xkb/symbols/cm +usr/share/X11/xkb/symbols/cn +usr/share/X11/xkb/symbols/compose +usr/share/X11/xkb/symbols/ctrl +usr/share/X11/xkb/symbols/cz +usr/share/X11/xkb/symbols/de +usr/share/X11/xkb/symbols/digital_vndr/lk +usr/share/X11/xkb/symbols/digital_vndr/pc +usr/share/X11/xkb/symbols/digital_vndr/us +usr/share/X11/xkb/symbols/digital_vndr/vt +usr/share/X11/xkb/symbols/dk +usr/share/X11/xkb/symbols/dz +usr/share/X11/xkb/symbols/ee +usr/share/X11/xkb/symbols/eg +usr/share/X11/xkb/symbols/empty +usr/share/X11/xkb/symbols/epo +usr/share/X11/xkb/symbols/es +usr/share/X11/xkb/symbols/et +usr/share/X11/xkb/symbols/eu +usr/share/X11/xkb/symbols/eurosign +usr/share/X11/xkb/symbols/fi +usr/share/X11/xkb/symbols/fo +usr/share/X11/xkb/symbols/fr +usr/share/X11/xkb/symbols/fujitsu_vndr/jp +usr/share/X11/xkb/symbols/fujitsu_vndr/us +usr/share/X11/xkb/symbols/gb +usr/share/X11/xkb/symbols/ge +usr/share/X11/xkb/symbols/gh +usr/share/X11/xkb/symbols/gn +usr/share/X11/xkb/symbols/gr +usr/share/X11/xkb/symbols/group +usr/share/X11/xkb/symbols/hp_vndr/us +usr/share/X11/xkb/symbols/hr +usr/share/X11/xkb/symbols/hu +usr/share/X11/xkb/symbols/id +usr/share/X11/xkb/symbols/ie +usr/share/X11/xkb/symbols/il +usr/share/X11/xkb/symbols/in +usr/share/X11/xkb/symbols/inet +usr/share/X11/xkb/symbols/iq +usr/share/X11/xkb/symbols/ir +usr/share/X11/xkb/symbols/is +usr/share/X11/xkb/symbols/it +usr/share/X11/xkb/symbols/jolla_vndr/sbj +usr/share/X11/xkb/symbols/jp +usr/share/X11/xkb/symbols/jv +usr/share/X11/xkb/symbols/ke +usr/share/X11/xkb/symbols/keypad +usr/share/X11/xkb/symbols/kg +usr/share/X11/xkb/symbols/kh +usr/share/X11/xkb/symbols/kpdl +usr/share/X11/xkb/symbols/kr +usr/share/X11/xkb/symbols/kz +usr/share/X11/xkb/symbols/la +usr/share/X11/xkb/symbols/latam +usr/share/X11/xkb/symbols/latin +usr/share/X11/xkb/symbols/level2 +usr/share/X11/xkb/symbols/level3 +usr/share/X11/xkb/symbols/level5 +usr/share/X11/xkb/symbols/lk +usr/share/X11/xkb/symbols/lt +usr/share/X11/xkb/symbols/lv +usr/share/X11/xkb/symbols/ma +usr/share/X11/xkb/symbols/macintosh_vndr/apple +usr/share/X11/xkb/symbols/macintosh_vndr/ch +usr/share/X11/xkb/symbols/macintosh_vndr/de +usr/share/X11/xkb/symbols/macintosh_vndr/dk +usr/share/X11/xkb/symbols/macintosh_vndr/fi +usr/share/X11/xkb/symbols/macintosh_vndr/fr +usr/share/X11/xkb/symbols/macintosh_vndr/gb +usr/share/X11/xkb/symbols/macintosh_vndr/is +usr/share/X11/xkb/symbols/macintosh_vndr/it +usr/share/X11/xkb/symbols/macintosh_vndr/jp +usr/share/X11/xkb/symbols/macintosh_vndr/latam +usr/share/X11/xkb/symbols/macintosh_vndr/nl +usr/share/X11/xkb/symbols/macintosh_vndr/no +usr/share/X11/xkb/symbols/macintosh_vndr/pt +usr/share/X11/xkb/symbols/macintosh_vndr/se +usr/share/X11/xkb/symbols/macintosh_vndr/us +usr/share/X11/xkb/symbols/mao +usr/share/X11/xkb/symbols/md +usr/share/X11/xkb/symbols/me +usr/share/X11/xkb/symbols/mk +usr/share/X11/xkb/symbols/ml +usr/share/X11/xkb/symbols/mm +usr/share/X11/xkb/symbols/mn +usr/share/X11/xkb/symbols/mt +usr/share/X11/xkb/symbols/mv +usr/share/X11/xkb/symbols/my +usr/share/X11/xkb/symbols/nbsp +usr/share/X11/xkb/symbols/nec_vndr/jp +usr/share/X11/xkb/symbols/ng +usr/share/X11/xkb/symbols/nl +usr/share/X11/xkb/symbols/no +usr/share/X11/xkb/symbols/nokia_vndr/rx-44 +usr/share/X11/xkb/symbols/nokia_vndr/rx-51 +usr/share/X11/xkb/symbols/nokia_vndr/su-8w +usr/share/X11/xkb/symbols/np +usr/share/X11/xkb/symbols/olpc +usr/share/X11/xkb/symbols/parens +usr/share/X11/xkb/symbols/pc +usr/share/X11/xkb/symbols/ph +usr/share/X11/xkb/symbols/pk +usr/share/X11/xkb/symbols/pl +usr/share/X11/xkb/symbols/pt +usr/share/X11/xkb/symbols/ro +usr/share/X11/xkb/symbols/rs +usr/share/X11/xkb/symbols/ru +usr/share/X11/xkb/symbols/rupeesign +usr/share/X11/xkb/symbols/se +usr/share/X11/xkb/symbols/sgi_vndr/jp +usr/share/X11/xkb/symbols/sharp_vndr/sl-c3x00 +usr/share/X11/xkb/symbols/sharp_vndr/ws003sh +usr/share/X11/xkb/symbols/sharp_vndr/ws007sh +usr/share/X11/xkb/symbols/sharp_vndr/ws011sh +usr/share/X11/xkb/symbols/sharp_vndr/ws020sh +usr/share/X11/xkb/symbols/shift +usr/share/X11/xkb/symbols/si +usr/share/X11/xkb/symbols/sk +usr/share/X11/xkb/symbols/sn +usr/share/X11/xkb/symbols/sony_vndr/us +usr/share/X11/xkb/symbols/srvr_ctrl +usr/share/X11/xkb/symbols/sun_vndr/ara +usr/share/X11/xkb/symbols/sun_vndr/be +usr/share/X11/xkb/symbols/sun_vndr/br +usr/share/X11/xkb/symbols/sun_vndr/ca +usr/share/X11/xkb/symbols/sun_vndr/ch +usr/share/X11/xkb/symbols/sun_vndr/cz +usr/share/X11/xkb/symbols/sun_vndr/de +usr/share/X11/xkb/symbols/sun_vndr/dk +usr/share/X11/xkb/symbols/sun_vndr/ee +usr/share/X11/xkb/symbols/sun_vndr/es +usr/share/X11/xkb/symbols/sun_vndr/fi +usr/share/X11/xkb/symbols/sun_vndr/fr +usr/share/X11/xkb/symbols/sun_vndr/gb +usr/share/X11/xkb/symbols/sun_vndr/gr +usr/share/X11/xkb/symbols/sun_vndr/it +usr/share/X11/xkb/symbols/sun_vndr/jp +usr/share/X11/xkb/symbols/sun_vndr/kr +usr/share/X11/xkb/symbols/sun_vndr/lt +usr/share/X11/xkb/symbols/sun_vndr/lv +usr/share/X11/xkb/symbols/sun_vndr/nl +usr/share/X11/xkb/symbols/sun_vndr/no +usr/share/X11/xkb/symbols/sun_vndr/pl +usr/share/X11/xkb/symbols/sun_vndr/pt +usr/share/X11/xkb/symbols/sun_vndr/ro +usr/share/X11/xkb/symbols/sun_vndr/ru +usr/share/X11/xkb/symbols/sun_vndr/se +usr/share/X11/xkb/symbols/sun_vndr/sk +usr/share/X11/xkb/symbols/sun_vndr/solaris +usr/share/X11/xkb/symbols/sun_vndr/tr +usr/share/X11/xkb/symbols/sun_vndr/tw +usr/share/X11/xkb/symbols/sun_vndr/ua +usr/share/X11/xkb/symbols/sun_vndr/us +usr/share/X11/xkb/symbols/sy +usr/share/X11/xkb/symbols/terminate +usr/share/X11/xkb/symbols/tg +usr/share/X11/xkb/symbols/th +usr/share/X11/xkb/symbols/tj +usr/share/X11/xkb/symbols/tm +usr/share/X11/xkb/symbols/tr +usr/share/X11/xkb/symbols/trans +usr/share/X11/xkb/symbols/tw +usr/share/X11/xkb/symbols/typo +usr/share/X11/xkb/symbols/tz +usr/share/X11/xkb/symbols/ua +usr/share/X11/xkb/symbols/us +usr/share/X11/xkb/symbols/uz +usr/share/X11/xkb/symbols/vn +usr/share/X11/xkb/symbols/xfree68_vndr/amiga +usr/share/X11/xkb/symbols/xfree68_vndr/ataritt +usr/share/X11/xkb/symbols/za +usr/share/X11/xkb/types/Makefile.in +usr/share/X11/xkb/types/README +usr/share/X11/xkb/types/basic +usr/share/X11/xkb/types/cancel +usr/share/X11/xkb/types/caps +usr/share/X11/xkb/types/complete +usr/share/X11/xkb/types/default +usr/share/X11/xkb/types/extra +usr/share/X11/xkb/types/iso9995 +usr/share/X11/xkb/types/level5 +usr/share/X11/xkb/types/mousekeys +usr/share/X11/xkb/types/nokia +usr/share/X11/xkb/types/numpad +usr/share/X11/xkb/types/pc +%%PORTDOCS%%usr/share/doc/libICE/AUTHORS +%%PORTDOCS%%usr/share/doc/libICE/COPYING +%%PORTDOCS%%usr/share/doc/libICE/ChangeLog +%%PORTDOCS%%usr/share/doc/libSM/AUTHORS +%%PORTDOCS%%usr/share/doc/libSM/COPYING +%%PORTDOCS%%usr/share/doc/libSM/ChangeLog +%%PORTDOCS%%usr/share/doc/libX11-common/AUTHORS +%%PORTDOCS%%usr/share/doc/libX11-common/COPYING +%%PORTDOCS%%usr/share/doc/libX11-common/NEWS +%%PORTDOCS%%usr/share/doc/libX11-common/README.md +%%PORTDOCS%%usr/share/doc/libXScrnSaver/COPYING +%%PORTDOCS%%usr/share/doc/libXScrnSaver/ChangeLog +%%PORTDOCS%%usr/share/doc/libXScrnSaver/README +%%PORTDOCS%%usr/share/doc/libXau/AUTHORS +%%PORTDOCS%%usr/share/doc/libXau/COPYING +%%PORTDOCS%%usr/share/doc/libXau/ChangeLog +%%PORTDOCS%%usr/share/doc/libXau/README +%%PORTDOCS%%usr/share/doc/libXaw/COPYING +%%PORTDOCS%%usr/share/doc/libXaw/ChangeLog +%%PORTDOCS%%usr/share/doc/libXaw/README +%%PORTDOCS%%usr/share/doc/libXcomposite/AUTHORS +%%PORTDOCS%%usr/share/doc/libXcomposite/COPYING +%%PORTDOCS%%usr/share/doc/libXcomposite/ChangeLog +%%PORTDOCS%%usr/share/doc/libXcomposite/README.md +%%PORTDOCS%%usr/share/doc/libXcursor/AUTHORS +%%PORTDOCS%%usr/share/doc/libXcursor/COPYING +%%PORTDOCS%%usr/share/doc/libXcursor/README.md +%%PORTDOCS%%usr/share/doc/libXdamage/AUTHORS +%%PORTDOCS%%usr/share/doc/libXdamage/COPYING +%%PORTDOCS%%usr/share/doc/libXdamage/ChangeLog +%%PORTDOCS%%usr/share/doc/libXdamage/README.md +%%PORTDOCS%%usr/share/doc/libXdmcp/AUTHORS +%%PORTDOCS%%usr/share/doc/libXdmcp/COPYING +%%PORTDOCS%%usr/share/doc/libXdmcp/ChangeLog +%%PORTDOCS%%usr/share/doc/libXdmcp/Wraphelp.README.crypto +%%PORTDOCS%%usr/share/doc/libXext/AUTHORS +%%PORTDOCS%%usr/share/doc/libXext/COPYING +%%PORTDOCS%%usr/share/doc/libXfixes/AUTHORS +%%PORTDOCS%%usr/share/doc/libXfixes/COPYING +%%PORTDOCS%%usr/share/doc/libXfixes/README +%%PORTDOCS%%usr/share/doc/libXfont2/AUTHORS +%%PORTDOCS%%usr/share/doc/libXfont2/ChangeLog +%%PORTDOCS%%usr/share/doc/libXfont2/README +%%PORTDOCS%%usr/share/doc/libXft/AUTHORS +%%PORTDOCS%%usr/share/doc/libXft/COPYING +%%PORTDOCS%%usr/share/doc/libXft/ChangeLog +%%PORTDOCS%%usr/share/doc/libXft/README.md +%%PORTDOCS%%usr/share/doc/libXi/COPYING +%%PORTDOCS%%usr/share/doc/libXinerama/COPYING +%%PORTDOCS%%usr/share/doc/libXmu/COPYING +%%PORTDOCS%%usr/share/doc/libXmu/ChangeLog +%%PORTDOCS%%usr/share/doc/libXmu/README.md +%%PORTDOCS%%usr/share/doc/libXp/AUTHORS +%%PORTDOCS%%usr/share/doc/libXp/COPYING +%%PORTDOCS%%usr/share/doc/libXp/ChangeLog +%%PORTDOCS%%usr/share/doc/libXpm/AUTHORS +%%PORTDOCS%%usr/share/doc/libXpm/COPYING +%%PORTDOCS%%usr/share/doc/libXpm/ChangeLog +%%PORTDOCS%%usr/share/doc/libXrandr/AUTHORS +%%PORTDOCS%%usr/share/doc/libXrandr/COPYING +%%PORTDOCS%%usr/share/doc/libXrender/AUTHORS +%%PORTDOCS%%usr/share/doc/libXrender/COPYING +%%PORTDOCS%%usr/share/doc/libXres/AUTHORS +%%PORTDOCS%%usr/share/doc/libXres/COPYING +%%PORTDOCS%%usr/share/doc/libXt/COPYING +%%PORTDOCS%%usr/share/doc/libXtst/COPYING +%%PORTDOCS%%usr/share/doc/libXv/AUTHORS +%%PORTDOCS%%usr/share/doc/libXv/COPYING +%%PORTDOCS%%usr/share/doc/libXxf86dga/COPYING +%%PORTDOCS%%usr/share/doc/libXxf86dga/README.md +%%PORTDOCS%%usr/share/doc/libXxf86vm/COPYING +%%PORTDOCS%%usr/share/doc/libXxf86vm/README +%%PORTDOCS%%usr/share/doc/libfontenc/COPYING +%%PORTDOCS%%usr/share/doc/libfontenc/ChangeLog +%%PORTDOCS%%usr/share/doc/libfontenc/README +%%PORTDOCS%%usr/share/doc/libxkbfile/COPYING +%%PORTDOCS%%usr/share/doc/libxkbfile/ChangeLog +%%PORTDOCS%%usr/share/doc/xkeyboard-config/AUTHORS +%%PORTDOCS%%usr/share/doc/xkeyboard-config/COPYING +%%PORTDOCS%%usr/share/doc/xkeyboard-config/HOWTO.testing +%%PORTDOCS%%usr/share/doc/xkeyboard-config/HOWTO.transition +%%PORTDOCS%%usr/share/doc/xkeyboard-config/NEWS +%%PORTDOCS%%usr/share/doc/xkeyboard-config/README +%%PORTDOCS%%usr/share/doc/xkeyboard-config/README.config +%%PORTDOCS%%usr/share/doc/xkeyboard-config/README.enhancing +%%PORTDOCS%%usr/share/doc/xkeyboard-config/README.symbols +usr/share/licenses/libXfont2/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/crh/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo +usr/share/man/man7/xkeyboard-config.7.gz +@dir usr/share/X11/app-defaults +@dir var/cache/libX11/compose diff --git a/x11/linux-rl9-xorg-libs/pkg-plist.amd64 b/x11/linux-rl9-xorg-libs/pkg-plist.amd64 new file mode 100644 index 00000000000..035e1d6cb7c --- /dev/null +++ b/x11/linux-rl9-xorg-libs/pkg-plist.amd64 @@ -0,0 +1,792 @@ +usr/lib/.build-id/01/86c32662f898a38fcfd1450294a9ad1803cae9 +usr/lib/.build-id/06/95483afdddf8cf5f17f917c32f14e0ad63b633 +usr/lib/.build-id/07/067926753bce6ef054b738a8d9685a8bde7d8c +usr/lib/.build-id/0f/d3282ecaffaa01d10d3cb9ce1cb24ccaff472f +usr/lib/.build-id/15/e287ab193f3071128e3c527f504a5fe96c08d2 +usr/lib/.build-id/17/566ce71884812a28dc2b084ddb342f7537e48d +usr/lib/.build-id/19/faea8415e9f1decac782ef94b5fd972838a5ca +usr/lib/.build-id/20/09fffcd89ffe04d2d062cd4c618ab4dde870c8 +usr/lib/.build-id/21/6acbdcb8d887cc0584cbbb35eb846bbcc9d23f +usr/lib/.build-id/23/ae48748e6a874f1134cb93e1fc375513d684b8 +usr/lib/.build-id/24/d3a7f1c816a1d77a3e8cdb58209a862c6e18be +usr/lib/.build-id/27/c95300a2679c6ae7951c8a72cbea689778e9c5 +usr/lib/.build-id/2b/b8075df671109dbe53fa0e6f6d418bcf3d1e71 +usr/lib/.build-id/2c/52d5227ef2ccb96a0b3714223acfd10508fdf8 +usr/lib/.build-id/2e/4b823232a5475f68e2febfa11c7aad8d1058d8 +usr/lib/.build-id/30/7e95e3141dc40fc3a165466c5b6cbbedffec7b +usr/lib/.build-id/39/f61c13b11a5120fcd150d227060d3091430f6d +usr/lib/.build-id/3a/d30f2d7f02b4dc363a1596af440bb73977da65 +usr/lib/.build-id/42/2a290e6dd4f0a47dffeb746fca8536bcdfaf67 +usr/lib/.build-id/49/cfff18317128df6e5e73915d5016020c4ab024 +usr/lib/.build-id/4d/514b9565aac845bd2bfedbe395776bc7a1fa95 +usr/lib/.build-id/50/d72451145787d7cd66e9bb2cee1afd23d7521f +usr/lib/.build-id/51/c9058f4bb0fef922b639e056347259463689af +usr/lib/.build-id/53/abbf8e03f31db4e3158012882c6af9e87cda1d +usr/lib/.build-id/55/ec758e17df6a2c99f8ffcb88d8969803c16ac1 +usr/lib/.build-id/5a/2d12e07f23d94767c51320fcd60d06afdcf3d0 +usr/lib/.build-id/5c/5a3bdd37832a92d2d056eccd72444a7b4991ab +usr/lib/.build-id/61/0f5e78fd7092a4a5b5ae1f6d4f82ad8e01da19 +usr/lib/.build-id/68/23b23ee98c3d156fbb34cea85b48a5a0278955 +usr/lib/.build-id/6b/b9a09e22cfccb7cfc258bdee6aa2f77eab1cf8 +usr/lib/.build-id/6f/4232152a5fbcbf7367f1bfb7af5f0cfed25c75 +usr/lib/.build-id/71/0d3ca6764a037a97465c0ea2b6f42850383fc9 +usr/lib/.build-id/73/0de0a869706860d9db43b080a04907badf47ce +usr/lib/.build-id/78/6f12f006cd4fe4cd159d367509bbf8986b74ac +usr/lib/.build-id/7e/f95a7020a54368a0175736e24cb73ddd262eef +usr/lib/.build-id/83/d15f40cc772742cf3db591fabfea865e6007c8 +usr/lib/.build-id/8d/34b77dd6a184b1d88c5d6869e0a2c1254fda9b +usr/lib/.build-id/8d/9249d08414c98ce6eecef1ada5e67d222ddd97 +usr/lib/.build-id/98/43aa9b451dcf2dc58b6f7c5629208fa7475b6e +usr/lib/.build-id/9b/14fa60aaec26f15fceac42e505be26682902f4 +usr/lib/.build-id/a1/acf5716e593efbbd73ff65bbeaa5e1ad9c8c88 +usr/lib/.build-id/a6/f808aff69d78e3e9fbb7b5a03410d51ffce3c2 +usr/lib/.build-id/b2/03cb0ddce8801697938b737e21717278673c97 +usr/lib/.build-id/b3/0b960b26c897686f4c524010da49b5a10d7f8c +usr/lib/.build-id/b7/ee61ff7ee370f38e09590487f28564647ebc35 +usr/lib/.build-id/bf/0631ba0fa68490da9cea3deacc4888e8cada5f +usr/lib/.build-id/c0/fe05c54971160b888e0e0850b65b13a988c70c +usr/lib/.build-id/c0/ff8e56e4c5a918bf92a8054778ec9dfe70d905 +usr/lib/.build-id/c4/98679d29fa21904bd41fc86e987ee2aa2c09f9 +usr/lib/.build-id/cd/ba1709ba66653fd7509abdbc160e354353538f +usr/lib/.build-id/dd/cd02e379ed22df0fd41ddd4d9f0b4772400cdd +usr/lib/.build-id/e1/6c1d464eba9945c7a0d88acc47005ac4194b3f +usr/lib/.build-id/e8/38cabd4155d6a7b55d2c61a1074a826eb703b6 +usr/lib/.build-id/ed/0a83de7f6a3eca79ffa8dd40787392e3bb2260 +usr/lib/.build-id/f4/06b6f2387f2515324b0c021c02b1782ab1a145 +usr/lib/.build-id/f7/9636c816008906103c8df4321768c898ee6976 +usr/lib/.build-id/fb/5bf6f5f31d506fba5c419dcea725c8e3884a0e +usr/lib64/libICE.so.6 +usr/lib64/libICE.so.6.3.0 +usr/lib64/libSM.so.6 +usr/lib64/libSM.so.6.0.1 +usr/lib64/libX11-xcb.so.1 +usr/lib64/libX11-xcb.so.1.0.0 +usr/lib64/libX11.so.6 +usr/lib64/libX11.so.6.4.0 +usr/lib64/libXRes.so.1 +usr/lib64/libXRes.so.1.0.0 +usr/lib64/libXau.so.6 +usr/lib64/libXau.so.6.0.0 +usr/lib64/libXaw.so.7 +usr/lib64/libXaw7.so.7 +usr/lib64/libXaw7.so.7.0.0 +usr/lib64/libXcomposite.so.1 +usr/lib64/libXcomposite.so.1.0.0 +usr/lib64/libXcursor.so.1 +usr/lib64/libXcursor.so.1.0.2 +usr/lib64/libXdamage.so.1 +usr/lib64/libXdamage.so.1.1.0 +usr/lib64/libXdmcp.so.6 +usr/lib64/libXdmcp.so.6.0.0 +usr/lib64/libXext.so.6 +usr/lib64/libXext.so.6.4.0 +usr/lib64/libXfixes.so.3 +usr/lib64/libXfixes.so.3.1.0 +usr/lib64/libXfont2.so.2 +usr/lib64/libXfont2.so.2.0.0 +usr/lib64/libXft.so.2 +usr/lib64/libXft.so.2.3.3 +usr/lib64/libXi.so.6 +usr/lib64/libXi.so.6.1.0 +usr/lib64/libXinerama.so.1 +usr/lib64/libXinerama.so.1.0.0 +usr/lib64/libXmu.so.6 +usr/lib64/libXmu.so.6.2.0 +usr/lib64/libXmuu.so.1 +usr/lib64/libXmuu.so.1.0.0 +usr/lib64/libXp.so.6 +usr/lib64/libXp.so.6.2.0 +usr/lib64/libXpm.so.4 +usr/lib64/libXpm.so.4.11.0 +usr/lib64/libXrandr.so.2 +usr/lib64/libXrandr.so.2.2.0 +usr/lib64/libXrender.so.1 +usr/lib64/libXrender.so.1.3.0 +usr/lib64/libXss.so.1 +usr/lib64/libXss.so.1.0.0 +usr/lib64/libXt.so.6 +usr/lib64/libXt.so.6.0.0 +usr/lib64/libXtst.so.6 +usr/lib64/libXtst.so.6.1.0 +usr/lib64/libXv.so.1 +usr/lib64/libXv.so.1.0.0 +usr/lib64/libXxf86dga.so.1 +usr/lib64/libXxf86dga.so.1.0.0 +usr/lib64/libXxf86vm.so.1 +usr/lib64/libXxf86vm.so.1.0.0 +usr/lib64/libfontenc.so.1 +usr/lib64/libfontenc.so.1.0.0 +usr/lib64/libxcb-composite.so.0 +usr/lib64/libxcb-composite.so.0.0.0 +usr/lib64/libxcb-damage.so.0 +usr/lib64/libxcb-damage.so.0.0.0 +usr/lib64/libxcb-dpms.so.0 +usr/lib64/libxcb-dpms.so.0.0.0 +usr/lib64/libxcb-dri2.so.0 +usr/lib64/libxcb-dri2.so.0.0.0 +usr/lib64/libxcb-dri3.so.0 +usr/lib64/libxcb-dri3.so.0.0.0 +usr/lib64/libxcb-glx.so.0 +usr/lib64/libxcb-glx.so.0.0.0 +usr/lib64/libxcb-present.so.0 +usr/lib64/libxcb-present.so.0.0.0 +usr/lib64/libxcb-randr.so.0 +usr/lib64/libxcb-randr.so.0.1.0 +usr/lib64/libxcb-record.so.0 +usr/lib64/libxcb-record.so.0.0.0 +usr/lib64/libxcb-render.so.0 +usr/lib64/libxcb-render.so.0.0.0 +usr/lib64/libxcb-res.so.0 +usr/lib64/libxcb-res.so.0.0.0 +usr/lib64/libxcb-screensaver.so.0 +usr/lib64/libxcb-screensaver.so.0.0.0 +usr/lib64/libxcb-shape.so.0 +usr/lib64/libxcb-shape.so.0.0.0 +usr/lib64/libxcb-shm.so.0 +usr/lib64/libxcb-shm.so.0.0.0 +usr/lib64/libxcb-sync.so.1 +usr/lib64/libxcb-sync.so.1.0.0 +usr/lib64/libxcb-xf86dri.so.0 +usr/lib64/libxcb-xf86dri.so.0.0.0 +usr/lib64/libxcb-xfixes.so.0 +usr/lib64/libxcb-xfixes.so.0.0.0 +usr/lib64/libxcb-xinerama.so.0 +usr/lib64/libxcb-xinerama.so.0.0.0 +usr/lib64/libxcb-xinput.so.0 +usr/lib64/libxcb-xinput.so.0.1.0 +usr/lib64/libxcb-xkb.so.1 +usr/lib64/libxcb-xkb.so.1.0.0 +usr/lib64/libxcb-xselinux.so.0 +usr/lib64/libxcb-xselinux.so.0.0.0 +usr/lib64/libxcb-xtest.so.0 +usr/lib64/libxcb-xtest.so.0.0.0 +usr/lib64/libxcb-xv.so.0 +usr/lib64/libxcb-xv.so.0.0.0 +usr/lib64/libxcb-xvmc.so.0 +usr/lib64/libxcb-xvmc.so.0.0.0 +usr/lib64/libxcb.so.1 +usr/lib64/libxcb.so.1.1.0 +usr/lib64/libxkbfile.so.1 +usr/lib64/libxkbfile.so.1.0.2 +usr/lib64/libxshmfence.so.1 +usr/lib64/libxshmfence.so.1.0.0 +usr/share/X11/XErrorDB +usr/share/X11/locale/C/Compose +usr/share/X11/locale/C/XI18N_OBJS +usr/share/X11/locale/C/XLC_LOCALE +usr/share/X11/locale/am_ET.UTF-8/Compose +usr/share/X11/locale/am_ET.UTF-8/XI18N_OBJS +usr/share/X11/locale/am_ET.UTF-8/XLC_LOCALE +usr/share/X11/locale/armscii-8/Compose +usr/share/X11/locale/armscii-8/XI18N_OBJS +usr/share/X11/locale/armscii-8/XLC_LOCALE +usr/share/X11/locale/compose.dir +usr/share/X11/locale/cs_CZ.UTF-8/Compose +usr/share/X11/locale/cs_CZ.UTF-8/XI18N_OBJS +usr/share/X11/locale/cs_CZ.UTF-8/XLC_LOCALE +usr/share/X11/locale/el_GR.UTF-8/Compose +usr/share/X11/locale/el_GR.UTF-8/XI18N_OBJS +usr/share/X11/locale/el_GR.UTF-8/XLC_LOCALE +usr/share/X11/locale/en_US.UTF-8/Compose +usr/share/X11/locale/en_US.UTF-8/XI18N_OBJS +usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE +usr/share/X11/locale/fi_FI.UTF-8/Compose +usr/share/X11/locale/fi_FI.UTF-8/XI18N_OBJS +usr/share/X11/locale/fi_FI.UTF-8/XLC_LOCALE +usr/share/X11/locale/georgian-academy/Compose +usr/share/X11/locale/georgian-academy/XI18N_OBJS +usr/share/X11/locale/georgian-academy/XLC_LOCALE +usr/share/X11/locale/georgian-ps/Compose +usr/share/X11/locale/georgian-ps/XI18N_OBJS +usr/share/X11/locale/georgian-ps/XLC_LOCALE +usr/share/X11/locale/ibm-cp1133/Compose +usr/share/X11/locale/ibm-cp1133/XI18N_OBJS +usr/share/X11/locale/ibm-cp1133/XLC_LOCALE +usr/share/X11/locale/iscii-dev/Compose +usr/share/X11/locale/iscii-dev/XI18N_OBJS +usr/share/X11/locale/iscii-dev/XLC_LOCALE +usr/share/X11/locale/isiri-3342/Compose +usr/share/X11/locale/isiri-3342/XI18N_OBJS +usr/share/X11/locale/isiri-3342/XLC_LOCALE +usr/share/X11/locale/iso8859-1/Compose +usr/share/X11/locale/iso8859-1/XI18N_OBJS +usr/share/X11/locale/iso8859-1/XLC_LOCALE +usr/share/X11/locale/iso8859-10/Compose +usr/share/X11/locale/iso8859-10/XI18N_OBJS +usr/share/X11/locale/iso8859-10/XLC_LOCALE +usr/share/X11/locale/iso8859-11/Compose +usr/share/X11/locale/iso8859-11/XI18N_OBJS +usr/share/X11/locale/iso8859-11/XLC_LOCALE +usr/share/X11/locale/iso8859-13/Compose +usr/share/X11/locale/iso8859-13/XI18N_OBJS +usr/share/X11/locale/iso8859-13/XLC_LOCALE +usr/share/X11/locale/iso8859-14/Compose +usr/share/X11/locale/iso8859-14/XI18N_OBJS +usr/share/X11/locale/iso8859-14/XLC_LOCALE +usr/share/X11/locale/iso8859-15/Compose +usr/share/X11/locale/iso8859-15/XI18N_OBJS +usr/share/X11/locale/iso8859-15/XLC_LOCALE +usr/share/X11/locale/iso8859-2/Compose +usr/share/X11/locale/iso8859-2/XI18N_OBJS +usr/share/X11/locale/iso8859-2/XLC_LOCALE +usr/share/X11/locale/iso8859-3/Compose +usr/share/X11/locale/iso8859-3/XI18N_OBJS +usr/share/X11/locale/iso8859-3/XLC_LOCALE +usr/share/X11/locale/iso8859-4/Compose +usr/share/X11/locale/iso8859-4/XI18N_OBJS +usr/share/X11/locale/iso8859-4/XLC_LOCALE +usr/share/X11/locale/iso8859-5/Compose +usr/share/X11/locale/iso8859-5/XI18N_OBJS +usr/share/X11/locale/iso8859-5/XLC_LOCALE +usr/share/X11/locale/iso8859-6/Compose +usr/share/X11/locale/iso8859-6/XI18N_OBJS +usr/share/X11/locale/iso8859-6/XLC_LOCALE +usr/share/X11/locale/iso8859-7/Compose +usr/share/X11/locale/iso8859-7/XI18N_OBJS +usr/share/X11/locale/iso8859-7/XLC_LOCALE +usr/share/X11/locale/iso8859-8/Compose +usr/share/X11/locale/iso8859-8/XI18N_OBJS +usr/share/X11/locale/iso8859-8/XLC_LOCALE +usr/share/X11/locale/iso8859-9/Compose +usr/share/X11/locale/iso8859-9/XI18N_OBJS +usr/share/X11/locale/iso8859-9/XLC_LOCALE +usr/share/X11/locale/iso8859-9e/Compose +usr/share/X11/locale/iso8859-9e/XI18N_OBJS +usr/share/X11/locale/iso8859-9e/XLC_LOCALE +usr/share/X11/locale/ja.JIS/Compose +usr/share/X11/locale/ja.JIS/XI18N_OBJS +usr/share/X11/locale/ja.JIS/XLC_LOCALE +usr/share/X11/locale/ja.SJIS/Compose +usr/share/X11/locale/ja.SJIS/XI18N_OBJS +usr/share/X11/locale/ja.SJIS/XLC_LOCALE +usr/share/X11/locale/ja/Compose +usr/share/X11/locale/ja/XI18N_OBJS +usr/share/X11/locale/ja/XLC_LOCALE +usr/share/X11/locale/ja_JP.UTF-8/Compose +usr/share/X11/locale/ja_JP.UTF-8/XI18N_OBJS +usr/share/X11/locale/ja_JP.UTF-8/XLC_LOCALE +usr/share/X11/locale/km_KH.UTF-8/Compose +usr/share/X11/locale/km_KH.UTF-8/XI18N_OBJS +usr/share/X11/locale/km_KH.UTF-8/XLC_LOCALE +usr/share/X11/locale/ko/Compose +usr/share/X11/locale/ko/XI18N_OBJS +usr/share/X11/locale/ko/XLC_LOCALE +usr/share/X11/locale/ko_KR.UTF-8/Compose +usr/share/X11/locale/ko_KR.UTF-8/XI18N_OBJS +usr/share/X11/locale/ko_KR.UTF-8/XLC_LOCALE +usr/share/X11/locale/koi8-c/Compose +usr/share/X11/locale/koi8-c/XI18N_OBJS +usr/share/X11/locale/koi8-c/XLC_LOCALE +usr/share/X11/locale/koi8-r/Compose +usr/share/X11/locale/koi8-r/XI18N_OBJS +usr/share/X11/locale/koi8-r/XLC_LOCALE +usr/share/X11/locale/koi8-u/Compose +usr/share/X11/locale/koi8-u/XI18N_OBJS +usr/share/X11/locale/koi8-u/XLC_LOCALE +usr/share/X11/locale/locale.alias +usr/share/X11/locale/locale.dir +usr/share/X11/locale/microsoft-cp1251/Compose +usr/share/X11/locale/microsoft-cp1251/XI18N_OBJS +usr/share/X11/locale/microsoft-cp1251/XLC_LOCALE +usr/share/X11/locale/microsoft-cp1255/Compose +usr/share/X11/locale/microsoft-cp1255/XI18N_OBJS +usr/share/X11/locale/microsoft-cp1255/XLC_LOCALE +usr/share/X11/locale/microsoft-cp1256/Compose +usr/share/X11/locale/microsoft-cp1256/XI18N_OBJS +usr/share/X11/locale/microsoft-cp1256/XLC_LOCALE +usr/share/X11/locale/mulelao-1/Compose +usr/share/X11/locale/mulelao-1/XI18N_OBJS +usr/share/X11/locale/mulelao-1/XLC_LOCALE +usr/share/X11/locale/nokhchi-1/Compose +usr/share/X11/locale/nokhchi-1/XI18N_OBJS +usr/share/X11/locale/nokhchi-1/XLC_LOCALE +usr/share/X11/locale/pt_BR.UTF-8/Compose +usr/share/X11/locale/pt_BR.UTF-8/XI18N_OBJS +usr/share/X11/locale/pt_BR.UTF-8/XLC_LOCALE +usr/share/X11/locale/pt_PT.UTF-8/Compose +usr/share/X11/locale/pt_PT.UTF-8/XI18N_OBJS +usr/share/X11/locale/pt_PT.UTF-8/XLC_LOCALE +usr/share/X11/locale/ru_RU.UTF-8/Compose +usr/share/X11/locale/ru_RU.UTF-8/XI18N_OBJS +usr/share/X11/locale/ru_RU.UTF-8/XLC_LOCALE +usr/share/X11/locale/sr_RS.UTF-8/Compose +usr/share/X11/locale/sr_RS.UTF-8/XI18N_OBJS +usr/share/X11/locale/sr_RS.UTF-8/XLC_LOCALE +usr/share/X11/locale/tatar-cyr/Compose +usr/share/X11/locale/tatar-cyr/XI18N_OBJS +usr/share/X11/locale/tatar-cyr/XLC_LOCALE +usr/share/X11/locale/th_TH.UTF-8/Compose +usr/share/X11/locale/th_TH.UTF-8/XI18N_OBJS +usr/share/X11/locale/th_TH.UTF-8/XLC_LOCALE +usr/share/X11/locale/th_TH/Compose +usr/share/X11/locale/th_TH/XI18N_OBJS +usr/share/X11/locale/th_TH/XLC_LOCALE +usr/share/X11/locale/tscii-0/Compose +usr/share/X11/locale/tscii-0/XI18N_OBJS +usr/share/X11/locale/tscii-0/XLC_LOCALE +usr/share/X11/locale/vi_VN.tcvn/Compose +usr/share/X11/locale/vi_VN.tcvn/XI18N_OBJS +usr/share/X11/locale/vi_VN.tcvn/XLC_LOCALE +usr/share/X11/locale/vi_VN.viscii/Compose +usr/share/X11/locale/vi_VN.viscii/XI18N_OBJS +usr/share/X11/locale/vi_VN.viscii/XLC_LOCALE +usr/share/X11/locale/zh_CN.UTF-8/Compose +usr/share/X11/locale/zh_CN.UTF-8/XI18N_OBJS +usr/share/X11/locale/zh_CN.UTF-8/XLC_LOCALE +usr/share/X11/locale/zh_CN.gb18030/Compose +usr/share/X11/locale/zh_CN.gb18030/XI18N_OBJS +usr/share/X11/locale/zh_CN.gb18030/XLC_LOCALE +usr/share/X11/locale/zh_CN.gbk/Compose +usr/share/X11/locale/zh_CN.gbk/XI18N_OBJS +usr/share/X11/locale/zh_CN.gbk/XLC_LOCALE +usr/share/X11/locale/zh_CN/Compose +usr/share/X11/locale/zh_CN/XI18N_OBJS +usr/share/X11/locale/zh_CN/XLC_LOCALE +usr/share/X11/locale/zh_HK.UTF-8/Compose +usr/share/X11/locale/zh_HK.UTF-8/XI18N_OBJS +usr/share/X11/locale/zh_HK.UTF-8/XLC_LOCALE +usr/share/X11/locale/zh_HK.big5/Compose +usr/share/X11/locale/zh_HK.big5/XI18N_OBJS +usr/share/X11/locale/zh_HK.big5/XLC_LOCALE +usr/share/X11/locale/zh_HK.big5hkscs/Compose +usr/share/X11/locale/zh_HK.big5hkscs/XI18N_OBJS +usr/share/X11/locale/zh_HK.big5hkscs/XLC_LOCALE +usr/share/X11/locale/zh_TW.UTF-8/Compose +usr/share/X11/locale/zh_TW.UTF-8/XI18N_OBJS +usr/share/X11/locale/zh_TW.UTF-8/XLC_LOCALE +usr/share/X11/locale/zh_TW.big5/Compose +usr/share/X11/locale/zh_TW.big5/XI18N_OBJS +usr/share/X11/locale/zh_TW.big5/XLC_LOCALE +usr/share/X11/locale/zh_TW/Compose +usr/share/X11/locale/zh_TW/XI18N_OBJS +usr/share/X11/locale/zh_TW/XLC_LOCALE +usr/share/X11/xkb/compat/Makefile.in +usr/share/X11/xkb/compat/README +usr/share/X11/xkb/compat/accessx +usr/share/X11/xkb/compat/basic +usr/share/X11/xkb/compat/caps +usr/share/X11/xkb/compat/complete +usr/share/X11/xkb/compat/iso9995 +usr/share/X11/xkb/compat/japan +usr/share/X11/xkb/compat/ledcaps +usr/share/X11/xkb/compat/ledcompose +usr/share/X11/xkb/compat/lednum +usr/share/X11/xkb/compat/ledscroll +usr/share/X11/xkb/compat/level5 +usr/share/X11/xkb/compat/misc +usr/share/X11/xkb/compat/mousekeys +usr/share/X11/xkb/compat/olpc +usr/share/X11/xkb/compat/pc +usr/share/X11/xkb/compat/pc98 +usr/share/X11/xkb/compat/xfree86 +usr/share/X11/xkb/compat/xtest +usr/share/X11/xkb/geometry/Makefile.in +usr/share/X11/xkb/geometry/README +usr/share/X11/xkb/geometry/amiga +usr/share/X11/xkb/geometry/ataritt +usr/share/X11/xkb/geometry/chicony +usr/share/X11/xkb/geometry/dell +usr/share/X11/xkb/geometry/digital_vndr/lk +usr/share/X11/xkb/geometry/digital_vndr/pc +usr/share/X11/xkb/geometry/digital_vndr/unix +usr/share/X11/xkb/geometry/everex +usr/share/X11/xkb/geometry/fujitsu +usr/share/X11/xkb/geometry/hhk +usr/share/X11/xkb/geometry/hp +usr/share/X11/xkb/geometry/keytronic +usr/share/X11/xkb/geometry/kinesis +usr/share/X11/xkb/geometry/macintosh +usr/share/X11/xkb/geometry/microsoft +usr/share/X11/xkb/geometry/nec +usr/share/X11/xkb/geometry/nokia +usr/share/X11/xkb/geometry/northgate +usr/share/X11/xkb/geometry/pc +usr/share/X11/xkb/geometry/sanwa +usr/share/X11/xkb/geometry/sgi_vndr/O2 +usr/share/X11/xkb/geometry/sgi_vndr/indigo +usr/share/X11/xkb/geometry/sgi_vndr/indy +usr/share/X11/xkb/geometry/sony +usr/share/X11/xkb/geometry/steelseries +usr/share/X11/xkb/geometry/sun +usr/share/X11/xkb/geometry/teck +usr/share/X11/xkb/geometry/thinkpad +usr/share/X11/xkb/geometry/typematrix +usr/share/X11/xkb/geometry/winbook +usr/share/X11/xkb/keycodes/Makefile.in +usr/share/X11/xkb/keycodes/README +usr/share/X11/xkb/keycodes/aliases +usr/share/X11/xkb/keycodes/amiga +usr/share/X11/xkb/keycodes/ataritt +usr/share/X11/xkb/keycodes/digital_vndr/lk +usr/share/X11/xkb/keycodes/digital_vndr/pc +usr/share/X11/xkb/keycodes/empty +usr/share/X11/xkb/keycodes/evdev +usr/share/X11/xkb/keycodes/fujitsu +usr/share/X11/xkb/keycodes/hp +usr/share/X11/xkb/keycodes/ibm +usr/share/X11/xkb/keycodes/jolla +usr/share/X11/xkb/keycodes/macintosh +usr/share/X11/xkb/keycodes/olpc +usr/share/X11/xkb/keycodes/sgi_vndr/indigo +usr/share/X11/xkb/keycodes/sgi_vndr/indy +usr/share/X11/xkb/keycodes/sgi_vndr/iris +usr/share/X11/xkb/keycodes/sony +usr/share/X11/xkb/keycodes/sun +usr/share/X11/xkb/keycodes/xfree86 +usr/share/X11/xkb/keycodes/xfree98 +usr/share/X11/xkb/rules/README +usr/share/X11/xkb/rules/base +usr/share/X11/xkb/rules/base.extras.xml +usr/share/X11/xkb/rules/base.lst +usr/share/X11/xkb/rules/base.xml +usr/share/X11/xkb/rules/evdev +usr/share/X11/xkb/rules/evdev.extras.xml +usr/share/X11/xkb/rules/evdev.lst +usr/share/X11/xkb/rules/evdev.xml +usr/share/X11/xkb/rules/xfree98 +usr/share/X11/xkb/rules/xkb.dtd +usr/share/X11/xkb/rules/xorg +usr/share/X11/xkb/rules/xorg.lst +usr/share/X11/xkb/rules/xorg.xml +usr/share/X11/xkb/symbols/Makefile.in +usr/share/X11/xkb/symbols/af +usr/share/X11/xkb/symbols/al +usr/share/X11/xkb/symbols/altwin +usr/share/X11/xkb/symbols/am +usr/share/X11/xkb/symbols/apl +usr/share/X11/xkb/symbols/ara +usr/share/X11/xkb/symbols/at +usr/share/X11/xkb/symbols/au +usr/share/X11/xkb/symbols/az +usr/share/X11/xkb/symbols/ba +usr/share/X11/xkb/symbols/bd +usr/share/X11/xkb/symbols/be +usr/share/X11/xkb/symbols/bg +usr/share/X11/xkb/symbols/br +usr/share/X11/xkb/symbols/brai +usr/share/X11/xkb/symbols/bt +usr/share/X11/xkb/symbols/bw +usr/share/X11/xkb/symbols/by +usr/share/X11/xkb/symbols/ca +usr/share/X11/xkb/symbols/capslock +usr/share/X11/xkb/symbols/cd +usr/share/X11/xkb/symbols/ch +usr/share/X11/xkb/symbols/cm +usr/share/X11/xkb/symbols/cn +usr/share/X11/xkb/symbols/compose +usr/share/X11/xkb/symbols/ctrl +usr/share/X11/xkb/symbols/cz +usr/share/X11/xkb/symbols/de +usr/share/X11/xkb/symbols/digital_vndr/lk +usr/share/X11/xkb/symbols/digital_vndr/pc +usr/share/X11/xkb/symbols/digital_vndr/us +usr/share/X11/xkb/symbols/digital_vndr/vt +usr/share/X11/xkb/symbols/dk +usr/share/X11/xkb/symbols/dz +usr/share/X11/xkb/symbols/ee +usr/share/X11/xkb/symbols/eg +usr/share/X11/xkb/symbols/empty +usr/share/X11/xkb/symbols/epo +usr/share/X11/xkb/symbols/es +usr/share/X11/xkb/symbols/et +usr/share/X11/xkb/symbols/eu +usr/share/X11/xkb/symbols/eurosign +usr/share/X11/xkb/symbols/fi +usr/share/X11/xkb/symbols/fo +usr/share/X11/xkb/symbols/fr +usr/share/X11/xkb/symbols/fujitsu_vndr/jp +usr/share/X11/xkb/symbols/fujitsu_vndr/us +usr/share/X11/xkb/symbols/gb +usr/share/X11/xkb/symbols/ge +usr/share/X11/xkb/symbols/gh +usr/share/X11/xkb/symbols/gn +usr/share/X11/xkb/symbols/gr +usr/share/X11/xkb/symbols/group +usr/share/X11/xkb/symbols/hp_vndr/us +usr/share/X11/xkb/symbols/hr +usr/share/X11/xkb/symbols/hu +usr/share/X11/xkb/symbols/id +usr/share/X11/xkb/symbols/ie +usr/share/X11/xkb/symbols/il +usr/share/X11/xkb/symbols/in +usr/share/X11/xkb/symbols/inet +usr/share/X11/xkb/symbols/iq +usr/share/X11/xkb/symbols/ir +usr/share/X11/xkb/symbols/is +usr/share/X11/xkb/symbols/it +usr/share/X11/xkb/symbols/jolla_vndr/sbj +usr/share/X11/xkb/symbols/jp +usr/share/X11/xkb/symbols/jv +usr/share/X11/xkb/symbols/ke +usr/share/X11/xkb/symbols/keypad +usr/share/X11/xkb/symbols/kg +usr/share/X11/xkb/symbols/kh +usr/share/X11/xkb/symbols/kpdl +usr/share/X11/xkb/symbols/kr +usr/share/X11/xkb/symbols/kz +usr/share/X11/xkb/symbols/la +usr/share/X11/xkb/symbols/latam +usr/share/X11/xkb/symbols/latin +usr/share/X11/xkb/symbols/level2 +usr/share/X11/xkb/symbols/level3 +usr/share/X11/xkb/symbols/level5 +usr/share/X11/xkb/symbols/lk +usr/share/X11/xkb/symbols/lt +usr/share/X11/xkb/symbols/lv +usr/share/X11/xkb/symbols/ma +usr/share/X11/xkb/symbols/macintosh_vndr/apple +usr/share/X11/xkb/symbols/macintosh_vndr/ch +usr/share/X11/xkb/symbols/macintosh_vndr/de +usr/share/X11/xkb/symbols/macintosh_vndr/dk +usr/share/X11/xkb/symbols/macintosh_vndr/fi +usr/share/X11/xkb/symbols/macintosh_vndr/fr +usr/share/X11/xkb/symbols/macintosh_vndr/gb +usr/share/X11/xkb/symbols/macintosh_vndr/is +usr/share/X11/xkb/symbols/macintosh_vndr/it +usr/share/X11/xkb/symbols/macintosh_vndr/jp +usr/share/X11/xkb/symbols/macintosh_vndr/latam +usr/share/X11/xkb/symbols/macintosh_vndr/nl +usr/share/X11/xkb/symbols/macintosh_vndr/no +usr/share/X11/xkb/symbols/macintosh_vndr/pt +usr/share/X11/xkb/symbols/macintosh_vndr/se +usr/share/X11/xkb/symbols/macintosh_vndr/us +usr/share/X11/xkb/symbols/mao +usr/share/X11/xkb/symbols/md +usr/share/X11/xkb/symbols/me +usr/share/X11/xkb/symbols/mk +usr/share/X11/xkb/symbols/ml +usr/share/X11/xkb/symbols/mm +usr/share/X11/xkb/symbols/mn +usr/share/X11/xkb/symbols/mt +usr/share/X11/xkb/symbols/mv +usr/share/X11/xkb/symbols/my +usr/share/X11/xkb/symbols/nbsp +usr/share/X11/xkb/symbols/nec_vndr/jp +usr/share/X11/xkb/symbols/ng +usr/share/X11/xkb/symbols/nl +usr/share/X11/xkb/symbols/no +usr/share/X11/xkb/symbols/nokia_vndr/rx-44 +usr/share/X11/xkb/symbols/nokia_vndr/rx-51 +usr/share/X11/xkb/symbols/nokia_vndr/su-8w +usr/share/X11/xkb/symbols/np +usr/share/X11/xkb/symbols/olpc +usr/share/X11/xkb/symbols/parens +usr/share/X11/xkb/symbols/pc +usr/share/X11/xkb/symbols/ph +usr/share/X11/xkb/symbols/pk +usr/share/X11/xkb/symbols/pl +usr/share/X11/xkb/symbols/pt +usr/share/X11/xkb/symbols/ro +usr/share/X11/xkb/symbols/rs +usr/share/X11/xkb/symbols/ru +usr/share/X11/xkb/symbols/rupeesign +usr/share/X11/xkb/symbols/se +usr/share/X11/xkb/symbols/sgi_vndr/jp +usr/share/X11/xkb/symbols/sharp_vndr/sl-c3x00 +usr/share/X11/xkb/symbols/sharp_vndr/ws003sh +usr/share/X11/xkb/symbols/sharp_vndr/ws007sh +usr/share/X11/xkb/symbols/sharp_vndr/ws011sh +usr/share/X11/xkb/symbols/sharp_vndr/ws020sh +usr/share/X11/xkb/symbols/shift +usr/share/X11/xkb/symbols/si +usr/share/X11/xkb/symbols/sk +usr/share/X11/xkb/symbols/sn +usr/share/X11/xkb/symbols/sony_vndr/us +usr/share/X11/xkb/symbols/srvr_ctrl +usr/share/X11/xkb/symbols/sun_vndr/ara +usr/share/X11/xkb/symbols/sun_vndr/be +usr/share/X11/xkb/symbols/sun_vndr/br +usr/share/X11/xkb/symbols/sun_vndr/ca +usr/share/X11/xkb/symbols/sun_vndr/ch +usr/share/X11/xkb/symbols/sun_vndr/cz +usr/share/X11/xkb/symbols/sun_vndr/de +usr/share/X11/xkb/symbols/sun_vndr/dk +usr/share/X11/xkb/symbols/sun_vndr/ee +usr/share/X11/xkb/symbols/sun_vndr/es +usr/share/X11/xkb/symbols/sun_vndr/fi +usr/share/X11/xkb/symbols/sun_vndr/fr +usr/share/X11/xkb/symbols/sun_vndr/gb +usr/share/X11/xkb/symbols/sun_vndr/gr +usr/share/X11/xkb/symbols/sun_vndr/it +usr/share/X11/xkb/symbols/sun_vndr/jp +usr/share/X11/xkb/symbols/sun_vndr/kr +usr/share/X11/xkb/symbols/sun_vndr/lt +usr/share/X11/xkb/symbols/sun_vndr/lv +usr/share/X11/xkb/symbols/sun_vndr/nl +usr/share/X11/xkb/symbols/sun_vndr/no +usr/share/X11/xkb/symbols/sun_vndr/pl +usr/share/X11/xkb/symbols/sun_vndr/pt +usr/share/X11/xkb/symbols/sun_vndr/ro +usr/share/X11/xkb/symbols/sun_vndr/ru +usr/share/X11/xkb/symbols/sun_vndr/se +usr/share/X11/xkb/symbols/sun_vndr/sk +usr/share/X11/xkb/symbols/sun_vndr/solaris +usr/share/X11/xkb/symbols/sun_vndr/tr +usr/share/X11/xkb/symbols/sun_vndr/tw +usr/share/X11/xkb/symbols/sun_vndr/ua +usr/share/X11/xkb/symbols/sun_vndr/us +usr/share/X11/xkb/symbols/sy +usr/share/X11/xkb/symbols/terminate +usr/share/X11/xkb/symbols/tg +usr/share/X11/xkb/symbols/th +usr/share/X11/xkb/symbols/tj +usr/share/X11/xkb/symbols/tm +usr/share/X11/xkb/symbols/tr +usr/share/X11/xkb/symbols/trans +usr/share/X11/xkb/symbols/tw +usr/share/X11/xkb/symbols/typo +usr/share/X11/xkb/symbols/tz +usr/share/X11/xkb/symbols/ua +usr/share/X11/xkb/symbols/us +usr/share/X11/xkb/symbols/uz +usr/share/X11/xkb/symbols/vn +usr/share/X11/xkb/symbols/xfree68_vndr/amiga +usr/share/X11/xkb/symbols/xfree68_vndr/ataritt +usr/share/X11/xkb/symbols/za +usr/share/X11/xkb/types/Makefile.in +usr/share/X11/xkb/types/README +usr/share/X11/xkb/types/basic +usr/share/X11/xkb/types/cancel +usr/share/X11/xkb/types/caps +usr/share/X11/xkb/types/complete +usr/share/X11/xkb/types/default +usr/share/X11/xkb/types/extra +usr/share/X11/xkb/types/iso9995 +usr/share/X11/xkb/types/level5 +usr/share/X11/xkb/types/mousekeys +usr/share/X11/xkb/types/nokia +usr/share/X11/xkb/types/numpad +usr/share/X11/xkb/types/pc +%%PORTDOCS%%usr/share/doc/libICE/AUTHORS +%%PORTDOCS%%usr/share/doc/libICE/COPYING +%%PORTDOCS%%usr/share/doc/libICE/ChangeLog +%%PORTDOCS%%usr/share/doc/libSM/AUTHORS +%%PORTDOCS%%usr/share/doc/libSM/COPYING +%%PORTDOCS%%usr/share/doc/libSM/ChangeLog +%%PORTDOCS%%usr/share/doc/libX11-common/AUTHORS +%%PORTDOCS%%usr/share/doc/libX11-common/COPYING +%%PORTDOCS%%usr/share/doc/libX11-common/NEWS +%%PORTDOCS%%usr/share/doc/libX11-common/README.md +%%PORTDOCS%%usr/share/doc/libXScrnSaver/COPYING +%%PORTDOCS%%usr/share/doc/libXScrnSaver/ChangeLog +%%PORTDOCS%%usr/share/doc/libXScrnSaver/README +%%PORTDOCS%%usr/share/doc/libXau/AUTHORS +%%PORTDOCS%%usr/share/doc/libXau/COPYING +%%PORTDOCS%%usr/share/doc/libXau/ChangeLog +%%PORTDOCS%%usr/share/doc/libXau/README +%%PORTDOCS%%usr/share/doc/libXaw/COPYING +%%PORTDOCS%%usr/share/doc/libXaw/ChangeLog +%%PORTDOCS%%usr/share/doc/libXaw/README +%%PORTDOCS%%usr/share/doc/libXcomposite/AUTHORS +%%PORTDOCS%%usr/share/doc/libXcomposite/COPYING +%%PORTDOCS%%usr/share/doc/libXcomposite/ChangeLog +%%PORTDOCS%%usr/share/doc/libXcomposite/README.md +%%PORTDOCS%%usr/share/doc/libXcursor/AUTHORS +%%PORTDOCS%%usr/share/doc/libXcursor/COPYING +%%PORTDOCS%%usr/share/doc/libXcursor/README.md +%%PORTDOCS%%usr/share/doc/libXdamage/AUTHORS +%%PORTDOCS%%usr/share/doc/libXdamage/COPYING +%%PORTDOCS%%usr/share/doc/libXdamage/ChangeLog +%%PORTDOCS%%usr/share/doc/libXdamage/README.md +%%PORTDOCS%%usr/share/doc/libXdmcp/AUTHORS +%%PORTDOCS%%usr/share/doc/libXdmcp/COPYING +%%PORTDOCS%%usr/share/doc/libXdmcp/ChangeLog +%%PORTDOCS%%usr/share/doc/libXdmcp/Wraphelp.README.crypto +%%PORTDOCS%%usr/share/doc/libXext/AUTHORS +%%PORTDOCS%%usr/share/doc/libXext/COPYING +%%PORTDOCS%%usr/share/doc/libXfixes/AUTHORS +%%PORTDOCS%%usr/share/doc/libXfixes/COPYING +%%PORTDOCS%%usr/share/doc/libXfixes/README +%%PORTDOCS%%usr/share/doc/libXfont2/AUTHORS +%%PORTDOCS%%usr/share/doc/libXfont2/ChangeLog +%%PORTDOCS%%usr/share/doc/libXfont2/README +%%PORTDOCS%%usr/share/doc/libXft/AUTHORS +%%PORTDOCS%%usr/share/doc/libXft/COPYING +%%PORTDOCS%%usr/share/doc/libXft/ChangeLog +%%PORTDOCS%%usr/share/doc/libXft/README.md +%%PORTDOCS%%usr/share/doc/libXi/COPYING +%%PORTDOCS%%usr/share/doc/libXinerama/COPYING +%%PORTDOCS%%usr/share/doc/libXmu/COPYING +%%PORTDOCS%%usr/share/doc/libXmu/ChangeLog +%%PORTDOCS%%usr/share/doc/libXmu/README.md +%%PORTDOCS%%usr/share/doc/libXp/AUTHORS +%%PORTDOCS%%usr/share/doc/libXp/COPYING +%%PORTDOCS%%usr/share/doc/libXp/ChangeLog +%%PORTDOCS%%usr/share/doc/libXpm/AUTHORS +%%PORTDOCS%%usr/share/doc/libXpm/COPYING +%%PORTDOCS%%usr/share/doc/libXpm/ChangeLog +%%PORTDOCS%%usr/share/doc/libXrandr/AUTHORS +%%PORTDOCS%%usr/share/doc/libXrandr/COPYING +%%PORTDOCS%%usr/share/doc/libXrender/AUTHORS +%%PORTDOCS%%usr/share/doc/libXrender/COPYING +%%PORTDOCS%%usr/share/doc/libXres/AUTHORS +%%PORTDOCS%%usr/share/doc/libXres/COPYING +%%PORTDOCS%%usr/share/doc/libXt/COPYING +%%PORTDOCS%%usr/share/doc/libXtst/COPYING +%%PORTDOCS%%usr/share/doc/libXv/AUTHORS +%%PORTDOCS%%usr/share/doc/libXv/COPYING +%%PORTDOCS%%usr/share/doc/libXxf86dga/COPYING +%%PORTDOCS%%usr/share/doc/libXxf86dga/README.md +%%PORTDOCS%%usr/share/doc/libXxf86vm/COPYING +%%PORTDOCS%%usr/share/doc/libXxf86vm/README +%%PORTDOCS%%usr/share/doc/libfontenc/COPYING +%%PORTDOCS%%usr/share/doc/libfontenc/ChangeLog +%%PORTDOCS%%usr/share/doc/libfontenc/README +%%PORTDOCS%%usr/share/doc/libxkbfile/COPYING +%%PORTDOCS%%usr/share/doc/libxkbfile/ChangeLog +%%PORTDOCS%%usr/share/doc/xkeyboard-config/AUTHORS +%%PORTDOCS%%usr/share/doc/xkeyboard-config/COPYING +%%PORTDOCS%%usr/share/doc/xkeyboard-config/HOWTO.testing +%%PORTDOCS%%usr/share/doc/xkeyboard-config/HOWTO.transition +%%PORTDOCS%%usr/share/doc/xkeyboard-config/NEWS +%%PORTDOCS%%usr/share/doc/xkeyboard-config/README +%%PORTDOCS%%usr/share/doc/xkeyboard-config/README.config +%%PORTDOCS%%usr/share/doc/xkeyboard-config/README.enhancing +%%PORTDOCS%%usr/share/doc/xkeyboard-config/README.symbols +usr/share/licenses/libXfont2/COPYING +%%NLS%%usr/share/locale/af/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/az/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/bg/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/crh/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/cs/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/da/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/el/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/en_GB/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/eo/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/es/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/fi/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/gl/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/hr/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/hu/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/id/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/it/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ja/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ka/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ko/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ky/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/lt/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/nb/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/nl/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/pl/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/pt/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ro/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/ru/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/rw/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/sk/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/sl/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/sq/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/sv/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/tr/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/uk/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/vi/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/xkeyboard-config.mo +%%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo +usr/share/man/man7/xkeyboard-config.7.gz +@dir usr/share/X11/app-defaults +@dir var/cache/libX11/compose diff --git a/x11/mako/Makefile b/x11/mako/Makefile index 7deeb23a809..55968390db6 100644 --- a/x11/mako/Makefile +++ b/x11/mako/Makefile @@ -1,7 +1,6 @@ PORTNAME= mako DISTVERSIONPREFIX= v -DISTVERSION= 1.8.0 -PORTREVISION= 1 +DISTVERSION= 1.9.0 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org @@ -12,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ - wayland-protocols>=1.21:graphics/wayland-protocols + wayland-protocols>=1.32:graphics/wayland-protocols LIB_DEPENDS= libbasu.so:devel/basu \ libepoll-shim.so:devel/libepoll-shim \ libwayland-client.so:graphics/wayland @@ -42,6 +41,6 @@ post-patch: # Respect PREFIX for icons @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},g' \ ${WRKSRC}/icon.c \ - ${WRKSRC}/${PORTNAME}.5.scd + ${WRKSRC}/doc/${PORTNAME}.5.scd .include diff --git a/x11/mako/distinfo b/x11/mako/distinfo index 690a6c990f1..6bb2f3f3a26 100644 --- a/x11/mako/distinfo +++ b/x11/mako/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685608397 -SHA256 (emersion-mako-v1.8.0_GH0.tar.gz) = f149f3dd2a083504a50307554c0a729ac56888c8ebb0704a78b7261be26166de -SIZE (emersion-mako-v1.8.0_GH0.tar.gz) = 63143 +TIMESTAMP = 1715509300 +SHA256 (emersion-mako-v1.9.0_GH0.tar.gz) = 5a9f0d58ad0b3dc5bed7084934519fb86648d853b4afd4d1c0cc4a7af3a82f0c +SIZE (emersion-mako-v1.9.0_GH0.tar.gz) = 63415 diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile index 35141d841ee..411c674bf1a 100644 --- a/x11/mate-desktop/Makefile +++ b/x11/mate-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate-desktop PORTVERSION= 1.28.1 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -16,6 +17,7 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification BUILD_DEPENDS= iso-codes>=0:misc/iso-codes +RUN_DEPENDS= dconf-editor:devel/dconf-editor PORTSCOUT= limitw:1,even diff --git a/x11/nwg-bar/Makefile b/x11/nwg-bar/Makefile index 5c4442481d6..e77a0bb7422 100644 --- a/x11/nwg-bar/Makefile +++ b/x11/nwg-bar/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-bar DISTVERSIONPREFIX= v DISTVERSION= 0.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-dock-hyprland/Makefile b/x11/nwg-dock-hyprland/Makefile index 8158155ecab..64636613618 100644 --- a/x11/nwg-dock-hyprland/Makefile +++ b/x11/nwg-dock-hyprland/Makefile @@ -1,6 +1,7 @@ PORTNAME= nwg-dock-hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.1.8 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-dock/Makefile b/x11/nwg-dock/Makefile index 288a0fb0955..28258f1d62a 100644 --- a/x11/nwg-dock/Makefile +++ b/x11/nwg-dock/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-dock DISTVERSIONPREFIX= v DISTVERSION= 0.3.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-drawer/Makefile b/x11/nwg-drawer/Makefile index 0623755dd19..3ebb47b92c6 100644 --- a/x11/nwg-drawer/Makefile +++ b/x11/nwg-drawer/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-drawer DISTVERSIONPREFIX= v DISTVERSION= 0.4.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-look/Makefile b/x11/nwg-look/Makefile index b699861f7c6..940fd1075a1 100644 --- a/x11/nwg-look/Makefile +++ b/x11/nwg-look/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-look DISTVERSIONPREFIX= v DISTVERSION= 0.2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-menu/Makefile b/x11/nwg-menu/Makefile index e3da2b74276..a3a6338d4a7 100644 --- a/x11/nwg-menu/Makefile +++ b/x11/nwg-menu/Makefile @@ -1,7 +1,7 @@ PORTNAME= nwg-menu DISTVERSIONPREFIX= v DISTVERSION= 0.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/rio/Makefile b/x11/rio/Makefile index 9780b8aa8d6..1770dad4ae1 100644 --- a/x11/rio/Makefile +++ b/x11/rio/Makefile @@ -1,7 +1,7 @@ PORTNAME= rio DISTVERSIONPREFIX= v DISTVERSION= 0.0.36 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 wayland PKGNAMESUFFIX= -terminal-emulator diff --git a/x11/rlaunch/Makefile b/x11/rlaunch/Makefile index 58f2a0f2ca9..7d0f98c88e1 100644 --- a/x11/rlaunch/Makefile +++ b/x11/rlaunch/Makefile @@ -1,6 +1,6 @@ PORTNAME= rlaunch DISTVERSION= 1.3.14 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/salut/Makefile b/x11/salut/Makefile index 8e3b66505e7..0ebd2f70a5b 100644 --- a/x11/salut/Makefile +++ b/x11/salut/Makefile @@ -1,7 +1,7 @@ PORTNAME= salut DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/shikane/Makefile b/x11/shikane/Makefile index 40fde7e0d70..8382159d3e5 100644 --- a/x11/shikane/Makefile +++ b/x11/shikane/Makefile @@ -1,7 +1,7 @@ PORTNAME= shikane DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/shotman/Makefile b/x11/shotman/Makefile index 5091bfeb584..12e2149b34b 100644 --- a/x11/shotman/Makefile +++ b/x11/shotman/Makefile @@ -1,7 +1,7 @@ PORTNAME= shotman DISTVERSIONPREFIX= v DISTVERSION= 0.4.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~whynothugo/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/showmethekey/Makefile b/x11/showmethekey/Makefile index 8390bcd70c2..39bc5803e7d 100644 --- a/x11/showmethekey/Makefile +++ b/x11/showmethekey/Makefile @@ -1,6 +1,6 @@ PORTNAME= showmethekey DISTVERSIONPREFIX= v -DISTVERSION= 1.13.0 +DISTVERSION= 1.13.1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/showmethekey/distinfo b/x11/showmethekey/distinfo index 33d2a600ca9..4ecd3f0c186 100644 --- a/x11/showmethekey/distinfo +++ b/x11/showmethekey/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714646962 -SHA256 (AlynxZhou-showmethekey-v1.13.0_GH0.tar.gz) = 26b7164a28460657dcc91937ee9e7cb5cfcfbff3f07f448f44ebb976ba94a21a -SIZE (AlynxZhou-showmethekey-v1.13.0_GH0.tar.gz) = 5270457 +TIMESTAMP = 1715074350 +SHA256 (AlynxZhou-showmethekey-v1.13.1_GH0.tar.gz) = 53b0fcf2a70a29b71144150255d3e4de1dfcbedbf837da45cec64152067d5275 +SIZE (AlynxZhou-showmethekey-v1.13.1_GH0.tar.gz) = 5271189 diff --git a/x11/sirula/Makefile b/x11/sirula/Makefile index 00aadf2fcf2..38d95a34371 100644 --- a/x11/sirula/Makefile +++ b/x11/sirula/Makefile @@ -1,7 +1,7 @@ PORTNAME= sirula DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= x11 wayland MAINTAINER= ports@FreeBSD.org diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile index 0684f7ff393..815b1ffe16d 100644 --- a/x11/squeekboard/Makefile +++ b/x11/squeekboard/Makefile @@ -1,6 +1,7 @@ PORTNAME= squeekboard DISTVERSIONPREFIX= v DISTVERSION= 1.39.0 +PORTREVISION= 1 CATEGORIES= x11 wayland PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ diff --git a/x11/swayr/Makefile b/x11/swayr/Makefile index 74f5496d6e5..f1324227856 100644 --- a/x11/swayr/Makefile +++ b/x11/swayr/Makefile @@ -1,6 +1,6 @@ PORTNAME= swayr DISTVERSION= 0.27.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/x11/swayrbar/Makefile b/x11/swayrbar/Makefile index e16db6fc881..cff7f6a3ec5 100644 --- a/x11/swayrbar/Makefile +++ b/x11/swayrbar/Makefile @@ -1,6 +1,6 @@ PORTNAME= swayrbar DISTVERSION= 0.3.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/x11/tint/Makefile b/x11/tint/Makefile index 2c1b1943072..2cf2fb3289e 100644 --- a/x11/tint/Makefile +++ b/x11/tint/Makefile @@ -1,6 +1,6 @@ PORTNAME= tint2 PORTVERSION= 16.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MAINTAINER= yamagi@yamagi.org diff --git a/x11/tint/files/patch-src_main.c b/x11/tint/files/patch-src_main.c new file mode 100644 index 00000000000..085c8ffc358 --- /dev/null +++ b/x11/tint/files/patch-src_main.c @@ -0,0 +1,12 @@ +--- src/main.c.orig 2024-04-13 07:17:11 UTC ++++ src/main.c +@@ -419,6 +419,9 @@ void handle_x_event(XEvent *e) + if (handle_x_event_autohide(e)) + return; + ++ if ((e->type==4 || e->type==5 || e->type==6) && e->xproperty.window==server.root_win) ++ return; ++ + Panel *panel = get_panel(e->xany.window); + switch (e->type) { + case ButtonPress: { diff --git a/x11/wallutils/Makefile b/x11/wallutils/Makefile index 0cb3d6f5b98..64027946fa8 100644 --- a/x11/wallutils/Makefile +++ b/x11/wallutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= wallutils DISTVERSION= 5.12.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 wayland MAINTAINER= eduardo@FreeBSD.org diff --git a/x11/watershot/Makefile b/x11/watershot/Makefile index 4d83f070d02..097a93d3bb8 100644 --- a/x11/watershot/Makefile +++ b/x11/watershot/Makefile @@ -1,7 +1,7 @@ PORTNAME= watershot DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wayidle/Makefile b/x11/wayidle/Makefile index 17b6d6e51f8..a941e162d59 100644 --- a/x11/wayidle/Makefile +++ b/x11/wayidle/Makefile @@ -1,7 +1,7 @@ PORTNAME= wayidle DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~whynothugo/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/wayout/Makefile b/x11/wayout/Makefile index 3ab6b7b276b..0b9b4a9f99f 100644 --- a/x11/wayout/Makefile +++ b/x11/wayout/Makefile @@ -1,6 +1,6 @@ PORTNAME= wayout DISTVERSION= 1.1.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 wayland MASTER_SITES= https://git.sr.ht/~shinyzenith/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ # XXX Teach USES=cargo to not override default DISTFILES diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index fd9e27d5149..46c3260da98 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -1,6 +1,6 @@ PORTNAME= wezterm DISTVERSION= 20230408-112425-69ae8472 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11 wayland MAINTAINER= nivit@FreeBSD.org diff --git a/x11/windowtolayer/Makefile b/x11/windowtolayer/Makefile index c4160d1b1af..ae2555848e5 100644 --- a/x11/windowtolayer/Makefile +++ b/x11/windowtolayer/Makefile @@ -1,5 +1,6 @@ PORTNAME= windowtolayer PORTVERSION= s20240320 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wlr-which-key/Makefile b/x11/wlr-which-key/Makefile index 31fd78585d3..75470416d75 100644 --- a/x11/wlr-which-key/Makefile +++ b/x11/wlr-which-key/Makefile @@ -1,7 +1,7 @@ PORTNAME= wlr-which-key DISTVERSIONPREFIX= v DISTVERSION= 0.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile index cda0e724bea..c069ff68a2f 100644 --- a/x11/wmfocus/Makefile +++ b/x11/wmfocus/Makefile @@ -1,7 +1,7 @@ PORTNAME= wmfocus DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MAINTAINER= eduardo@FreeBSD.org diff --git a/x11/xdg-desktop-portal-luminous/Makefile b/x11/xdg-desktop-portal-luminous/Makefile index d0b2785ef27..b97a926465a 100644 --- a/x11/xdg-desktop-portal-luminous/Makefile +++ b/x11/xdg-desktop-portal-luminous/Makefile @@ -1,7 +1,7 @@ PORTNAME= xdg-desktop-portal-luminous DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/xkb-switch/Makefile b/x11/xkb-switch/Makefile index 5a0b6b977b8..4542bff9beb 100644 --- a/x11/xkb-switch/Makefile +++ b/x11/xkb-switch/Makefile @@ -1,6 +1,6 @@ PORTNAME= xkb-switch PORTVERSION= 1.8.5 -PORTREVIDSION= 1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= dmgk@FreeBSD.org diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 72c8cffcc3b..9789e04a63c 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,5 +1,5 @@ PORTNAME= xterm -DISTVERSION= 390 +DISTVERSION= 391 CATEGORIES= x11 MASTER_SITES= ftp://ftp.invisible-island.net/xterm/:src1 \ https://invisible-mirror.net/archives/xterm/:src1 \ diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index 90cfd9a65a6..f25031e5bba 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1708400447 -SHA256 (xterm-390.tgz) = 75117c3cc5174a09c425ef106e69404d72f5ef05e03a5da00aaf15792d6f9c0f -SIZE (xterm-390.tgz) = 1580899 +TIMESTAMP = 1715584257 +SHA256 (xterm-391.tgz) = 6091371e94de867ce186cc1bc306947b0482d71631847fdeab7982acb20ae6b8 +SIZE (xterm-391.tgz) = 1584678 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c SIZE (bsd-xterm-icons-1.tgz) = 22718